-rwxr--r-- 1 chillmost chillmost 8000 2009-02-09 19:00 girlfriend -rwxr-xr-x 1 chillmost chillmost 8000 2009-02-09 19:00 momOh yes, I went there...LAST NIGHT!
No, small embedded Linux and Unix based systems like the iPhone and Android and your DVR will probably still be running on low-power, low-cost 32 bit processors.Are there currently embedded systems running low-power, low-cost 16-bit processors? I suspect there are, but not many.
$ perl -e 'print scalar localtime(2147483647),"\n";'
Sounder:~ bp$ perl -e 'print scalar localtime(2147483647.9),"\n";'
Mon Jan 18 19:14:07 2038
Sounder:~ bp$ perl -e 'print scalar localtime(2147483647.99),"\n";'
Mon Jan 18 19:14:07 2038
Sounder:~ bp$ perl -e 'print scalar localtime(2147483647.999),"\n";'
Mon Jan 18 19:14:07 2038
Sounder:~ bp$ perl -e 'print scalar localtime(2147483647.9999),"\n";'
Mon Jan 18 19:14:07 2038
Sounder:~ bp$ perl -e 'print scalar localtime(2147483647.99999),"\n";'
Mon Jan 18 19:14:07 2038
Sounder:~ bp$ perl -e 'print scalar localtime(2147483647.999999),"\n";'
Mon Jan 18 19:14:07 2038
Sounder:~ bp$ perl -e 'print scalar localtime(2147483647.9999999),"\n";'
Fri Dec 13 12:45:52 1901
« Older Evolution of the household... | Back in 2006 on her parent's p... Newer »
This thread has been archived and is closed to new comments
posted by DecemberBoy at 5:52 AM on February 10 [4 favorites has favorites]