Forums
New posts
Search forums
What's new
New posts
New profile posts
Latest activity
Members
Current visitors
New profile posts
Search profile posts
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Come and join our gamer community by
registering for free here
Anything & Everything
Off Topic Chat
The Internets going to end in 2039..
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="Matt" data-source="post: 64234" data-attributes="member: 2"><p>Long read, but interesting!</p><p></p><p>Source: <a href="http://www.readwriteweb.com/archives/the_internet_will_end_in_30_years.php" target="_blank">http://www.readwriteweb.com/archive...in_30_years.php</a></p><p> </p><p>Have you heard the latest doomsday scenario? In thirty years, the internet will stop working! Apparently, a bug similar to the millennium bug will affect Unix-based systems, like those that run the tubes, in the year 2038. The bug, being dubbed the "2038 bug," arises because Unix-based systems store the time as a signed 32-bit integer, in seconds, from midnight on January 1 1970. And the latest time that can be represented in that format, by the Posix standard, is 3:14 AM on January 19, 2038. After that, times will wrap around and be represented as a negative number. </p><p> </p><p> </p><p>And then what happens?</p><p> </p><p>Programs will fail, of course. Since they will see times not as being in 2038 but rather in 1901, erroneous calculations and decisions will occur. (It's true, I checked Wikipedia!)</p><p> </p><p>We've actually seen fallout from the 2038 bug already, back in May of 2006 when the AOLserver web server software crashed. The software was designed so that database requests would "never" time out. Instead of assigning a "0" to the timeout, the software specified a timeout date one billion seconds in the future. One billion seconds (just over 31 years 251 days and 12 hours) after 21:27:28 on 12 May 2006 is beyond the 2038 cutoff date. The system calculated a timeout date that was actually in the past, got confused, and crashed.</p><p> </p><p>The bug even affected the Mars Rover!</p><p> </p><p>By 2038, it's likely that many of the susceptible machines will have been decommissioned before the critical date occurs. However, legacy systems and embedded systems could still be affected. These may include process control computers, space probe computers, embedded systems in traffic light controllers, navigation systems, routers, gas pumps, etc. It may not be possible to upgrade many of these systems, so they will need to be replaced.</p><p> </p><p>I'm a Programmer - What Can I Do?</p><p> </p><p>Test your code or use utilities such as the FakeTime Preload Library. </p><p>See the programming recommendations from The Open Group (formerly X/Open), which maintains the Unix specification and trademark. </p><p>If you're working with Open Source code, this free library may be a useful reference for patching existing code for high-accuracy longterm time calculation. </p><p>Read the Solutions to the Year 2000 Problem by Steve Manley. Many of his suggestions can be applied to the 2038 problem, too. </p><p>Keep tabs on any recent updates on the 2038 Bug web site </p><p>(Source: the 2038 FAQ)</p><p> </p><p> </p><p>The End?</p><p> </p><p>Before mass hysteria sets in, let's all remember that we have years, decades even, to deal with this latest programming glitch. </p><p> </p><p>And as for the internet? </p><p> </p><p>Well, I'm pretty sure that self-improving Artificial Intelligences will be running the world by then, so we probably don't need to worry too much about this.Source: <a href="http://www.readwriteweb.com/archives/the_internet_will_end_in_30_years.php" target="_blank">http://www.readwriteweb.com/archive...in_30_years.php</a></p><p> </p><p>Have you heard the latest doomsday scenario? In thirty years, the internet will stop working! Apparently, a bug similar to the millennium bug will affect Unix-based systems, like those that run the tubes, in the year 2038. The bug, being dubbed the "2038 bug," arises because Unix-based systems store the time as a signed 32-bit integer, in seconds, from midnight on January 1 1970. And the latest time that can be represented in that format, by the Posix standard, is 3:14 AM on January 19, 2038. After that, times will wrap around and be represented as a negative number. </p><p> </p><p> </p><p>And then what happens?</p><p> </p><p>Programs will fail, of course. Since they will see times not as being in 2038 but rather in 1901, erroneous calculations and decisions will occur. (It's true, I checked Wikipedia!)</p><p> </p><p>We've actually seen fallout from the 2038 bug already, back in May of 2006 when the AOLserver web server software crashed. The software was designed so that database requests would "never" time out. Instead of assigning a "0" to the timeout, the software specified a timeout date one billion seconds in the future. One billion seconds (just over 31 years 251 days and 12 hours) after 21:27:28 on 12 May 2006 is beyond the 2038 cutoff date. The system calculated a timeout date that was actually in the past, got confused, and crashed.</p><p> </p><p>The bug even affected the Mars Rover!</p><p> </p><p>By 2038, it's likely that many of the susceptible machines will have been decommissioned before the critical date occurs. However, legacy systems and embedded systems could still be affected. These may include process control computers, space probe computers, embedded systems in traffic light controllers, navigation systems, routers, gas pumps, etc. It may not be possible to upgrade many of these systems, so they will need to be replaced.</p><p> </p><p>I'm a Programmer - What Can I Do?</p><p> </p><p>Test your code or use utilities such as the FakeTime Preload Library. </p><p>See the programming recommendations from The Open Group (formerly X/Open), which maintains the Unix specification and trademark. </p><p>If you're working with Open Source code, this free library may be a useful reference for patching existing code for high-accuracy longterm time calculation. </p><p>Read the Solutions to the Year 2000 Problem by Steve Manley. Many of his suggestions can be applied to the 2038 problem, too. </p><p>Keep tabs on any recent updates on the 2038 Bug web site </p><p>(Source: the 2038 FAQ)</p><p> </p><p> </p><p>The End?</p><p> </p><p>Before mass hysteria sets in, let's all remember that we have years, decades even, to deal with this latest programming glitch. </p><p> </p><p>And as for the internet? </p><p> </p><p>Well, I'm pretty sure that self-improving Artificial Intelligences will be running the world by then, so we probably don't need to worry too much about this.</p></blockquote><p></p>
[QUOTE="Matt, post: 64234, member: 2"] Long read, but interesting! Source: [URL="http://www.readwriteweb.com/archives/the_internet_will_end_in_30_years.php"]http://www.readwriteweb.com/archive...in_30_years.php[/URL] Have you heard the latest doomsday scenario? In thirty years, the internet will stop working! Apparently, a bug similar to the millennium bug will affect Unix-based systems, like those that run the tubes, in the year 2038. The bug, being dubbed the "2038 bug," arises because Unix-based systems store the time as a signed 32-bit integer, in seconds, from midnight on January 1 1970. And the latest time that can be represented in that format, by the Posix standard, is 3:14 AM on January 19, 2038. After that, times will wrap around and be represented as a negative number. And then what happens? Programs will fail, of course. Since they will see times not as being in 2038 but rather in 1901, erroneous calculations and decisions will occur. (It's true, I checked Wikipedia!) We've actually seen fallout from the 2038 bug already, back in May of 2006 when the AOLserver web server software crashed. The software was designed so that database requests would "never" time out. Instead of assigning a "0" to the timeout, the software specified a timeout date one billion seconds in the future. One billion seconds (just over 31 years 251 days and 12 hours) after 21:27:28 on 12 May 2006 is beyond the 2038 cutoff date. The system calculated a timeout date that was actually in the past, got confused, and crashed. The bug even affected the Mars Rover! By 2038, it's likely that many of the susceptible machines will have been decommissioned before the critical date occurs. However, legacy systems and embedded systems could still be affected. These may include process control computers, space probe computers, embedded systems in traffic light controllers, navigation systems, routers, gas pumps, etc. It may not be possible to upgrade many of these systems, so they will need to be replaced. I'm a Programmer - What Can I Do? Test your code or use utilities such as the FakeTime Preload Library. See the programming recommendations from The Open Group (formerly X/Open), which maintains the Unix specification and trademark. If you're working with Open Source code, this free library may be a useful reference for patching existing code for high-accuracy longterm time calculation. Read the Solutions to the Year 2000 Problem by Steve Manley. Many of his suggestions can be applied to the 2038 problem, too. Keep tabs on any recent updates on the 2038 Bug web site (Source: the 2038 FAQ) The End? Before mass hysteria sets in, let's all remember that we have years, decades even, to deal with this latest programming glitch. And as for the internet? Well, I'm pretty sure that self-improving Artificial Intelligences will be running the world by then, so we probably don't need to worry too much about this.Source: [URL="http://www.readwriteweb.com/archives/the_internet_will_end_in_30_years.php"]http://www.readwriteweb.com/archive...in_30_years.php[/URL] Have you heard the latest doomsday scenario? In thirty years, the internet will stop working! Apparently, a bug similar to the millennium bug will affect Unix-based systems, like those that run the tubes, in the year 2038. The bug, being dubbed the "2038 bug," arises because Unix-based systems store the time as a signed 32-bit integer, in seconds, from midnight on January 1 1970. And the latest time that can be represented in that format, by the Posix standard, is 3:14 AM on January 19, 2038. After that, times will wrap around and be represented as a negative number. And then what happens? Programs will fail, of course. Since they will see times not as being in 2038 but rather in 1901, erroneous calculations and decisions will occur. (It's true, I checked Wikipedia!) We've actually seen fallout from the 2038 bug already, back in May of 2006 when the AOLserver web server software crashed. The software was designed so that database requests would "never" time out. Instead of assigning a "0" to the timeout, the software specified a timeout date one billion seconds in the future. One billion seconds (just over 31 years 251 days and 12 hours) after 21:27:28 on 12 May 2006 is beyond the 2038 cutoff date. The system calculated a timeout date that was actually in the past, got confused, and crashed. The bug even affected the Mars Rover! By 2038, it's likely that many of the susceptible machines will have been decommissioned before the critical date occurs. However, legacy systems and embedded systems could still be affected. These may include process control computers, space probe computers, embedded systems in traffic light controllers, navigation systems, routers, gas pumps, etc. It may not be possible to upgrade many of these systems, so they will need to be replaced. I'm a Programmer - What Can I Do? Test your code or use utilities such as the FakeTime Preload Library. See the programming recommendations from The Open Group (formerly X/Open), which maintains the Unix specification and trademark. If you're working with Open Source code, this free library may be a useful reference for patching existing code for high-accuracy longterm time calculation. Read the Solutions to the Year 2000 Problem by Steve Manley. Many of his suggestions can be applied to the 2038 problem, too. Keep tabs on any recent updates on the 2038 Bug web site (Source: the 2038 FAQ) The End? Before mass hysteria sets in, let's all remember that we have years, decades even, to deal with this latest programming glitch. And as for the internet? Well, I'm pretty sure that self-improving Artificial Intelligences will be running the world by then, so we probably don't need to worry too much about this. [/QUOTE]
Verification
Post reply
Anything & Everything
Off Topic Chat
The Internets going to end in 2039..
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.
Accept
Learn more…
Top