<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" 
      xmlns:thr="http://purl.org/syndication/thread/1.0">
  <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/the_internet_will_end_in_30_years.php" />
  <link rel="self" type="application/atom+xml" href="http://www.readwriteweb.com/atom.xml" />
  <id>tag:,2008:/1/tag:www.readwriteweb.com,2008://1.5874-</id>
  <updated>2008-05-09T18:04:28Z</updated>
  <title>Comments for The Internet Will End in 30 Years!</title>
  
  <generator uri="http://www.sixapart.com/movabletype/">Movable Type 4.1</generator>
  <entry>
    <id>tag:www.readwriteweb.com,2008://1.5874</id>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/the_internet_will_end_in_30_years.php" />
    <link rel="service.edit" type="application/atom+xml" href="http://www.readwriteweb.com/cgi-bin/mt/mt-atom.cgi/weblog/blog_id=1/entry_id=5874" title="The Internet Will End in 30 Years!" />
    <published>2008-03-13T21:00:00Z</published>
    <updated>2008-03-13T20:48:52Z</updated>
    <title>The Internet Will End in 30 Years!</title>
    <summary><![CDATA[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 &quot;2038 bug,&quot; arises because Unix-based systems store the time as a signed 32-bit...]]></summary>
    <author>
      <name>Sarah Perez</name>
      <uri>http://www.sarahintampa.com</uri>
    </author>
    
    <category term="Trends" />
    
    <content type="html" xml:lang="en" xml:base="http://www.readwriteweb.com/">
      <![CDATA[<p><img src="http://www.readwriteweb.com/images/2038.png">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 &quot;2038 bug,&quot; 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.]]>
      <![CDATA[<p><h2>And then what happens?</h2></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 <a href="http://en.wikipedia.org/wiki/Year_2038_problem">Wikipedia</a>!)</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 &quot;never&quot; time out. Instead of assigning a &quot;0&quot; 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>The bug even affected the <a title="" href="http://marsrovers.jpl.nasa.gov/spotlight/20040831.html">Mars Rover</a>!</p>

<p><h2>Want More Proof?</h2></p>

<p>Check out the archived outputs from test scripts here:</p>

<ul>
  <li><a href="http://www.lugmen.org.ar/pipermail/lug-list/2005-May/035318.html">http://www.lugmen.org.ar/pipermail/lug-list/2005-May/035318.html</a></li>

  <li><a href="http://www.sec.org.il/coverages.php?c=53">http://www.sec.org.il/coverages.php?c=53</a></li>

  <li><a href="http://unix.derkeiler.com/Mailing-Lists/AIX-L/2004-01/0011.html">http://unix.derkeiler.com/Mailing-Lists/AIX-L/2004-01/0011.html</a></li>
</ul>

<p><h2>What's Affected?</h2></p>

<p><img src="http://www.readwriteweb.com/images/2038 bug.jpg" align="left">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>
<br><br>
<p><h2>I'm a Programmer - What Can I Do?</h2></p>
<br>
<ul>
  <li>Test your code or use utilities such as the <a href="http://www.code-wizards.com/projects/libfaketime/index.html">FakeTime Preload Library</a>.</li>

  <li>See the <a href="http://www.rdg.opengroup.org/public/tech/base/year2000.html">programming recommendations</a> from The Open Group (formerly X/Open), which maintains the Unix specification and trademark. </li>

  <li>If you're working with Open Source code, this <a href="http://cr.yp.to/libtai.html">free library</a> may be a useful reference for patching existing code for high-accuracy longterm time calculation.</li>

  <li>Read the <a href="http://www.deepsky.com/%7Emerovech/millennium.html">Solutions to the Year 2000 Problem</a> by <a href="mailto:smanley@nyx.net">Steve Manley</a>. Many of his suggestions can be applied to the 2038 problem, too.</li>

  <li>Keep tabs on any recent updates on the <a title="" href="http://www.2038bug.com/">2038 Bug web site</a></li>
</ul>

<p><em>(Source: the </em><a title="" href="http://maul.deepsky.com/%7Emerovech/2038.html"><em>2038 FAQ</em></a><em>)</em></p>

<p><h2>The End?</h2></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>

<em><strong><p>And as for the internet? </p></strong></em>

<p>Well, I'm pretty sure that <a href="http://www.singularity.com/">self-improving Artificial Intelligences will be running the world</a> by then, so we probably don't need to worry too much about this.</p>

<p><em>(via </em><a title="" href="http://www.guardian.co.uk/technology/2008/mar/13/microsoft.internet1?gusrc=rss&amp;feed=technology"><em>guardian.co.uk</em></a><em>)</em></p>

<p>]]>
    </content>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2008://1.5874-comment:49215</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2008://1.5874" type="text/html" href="http://www.readwriteweb.com/archives/the_internet_will_end_in_30_years.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/the_internet_will_end_in_30_years.php#c49215" />
    <title>Comment from Sean Mulholland on 2008-03-13</title>
    <author>
        <name>Sean Mulholland</name>
        <uri>http://www.seanmulholland.com/</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.seanmulholland.com/">
        <![CDATA[<p>Given my current life stage, in 30 years I'm likely to have a college kid or recent graduate.</p>

<p>Time to consider grooming him to be a consultant ;-)</p>]]>
    </content>
    <published>2008-03-13T21:28:59Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2008://1.5874-comment:49218</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2008://1.5874" type="text/html" href="http://www.readwriteweb.com/archives/the_internet_will_end_in_30_years.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/the_internet_will_end_in_30_years.php#c49218" />
    <title>Comment from Tiziano on 2008-03-13</title>
    <author>
        <name>Tiziano</name>
        <uri>http://www.net-turbini.com</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.net-turbini.com">
        <![CDATA[<p>Hi to all,<br />
times ago I read about John Titor, the time traveler appeared on Internet in 2000.</p>

<p>Titor claimed to be an American soldier from the year 2036, based in Tampa in Hillsborough County, Florida who was assigned to a governmental time travel project. He had been sent back to 1975 to retrieve an IBM 5100 computer which he said was needed to "debug" various legacy computer programs in 2036; a reference to the UNIX 2038 timeout error. The 5100 runs the APL, and BASIC programming languages. Titor had been selected for this mission specifically due to the fact his paternal grandfather was directly involved with the building and programming of the 5100.</p>

<p>Read the rest of the story <a href="http://en.wikipedia.org/wiki/John_Titor" rel="nofollow">on Wikipedia</a>. Seems in line with your post.</p>

<p>Have a nice day.</p>]]>
    </content>
    <published>2008-03-13T21:59:00Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2008://1.5874-comment:49221</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2008://1.5874" type="text/html" href="http://www.readwriteweb.com/archives/the_internet_will_end_in_30_years.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/the_internet_will_end_in_30_years.php#c49221" />
    <title>Comment from sikantis on 2008-03-13</title>
    <author>
        <name>sikantis</name>
        <uri>http://www.sikantis.net</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.sikantis.net">
        <![CDATA[<p>Now this end of world scenario reached the internet, funny.</p>]]>
    </content>
    <published>2008-03-13T22:36:01Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2008://1.5874-comment:49222</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2008://1.5874" type="text/html" href="http://www.readwriteweb.com/archives/the_internet_will_end_in_30_years.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/the_internet_will_end_in_30_years.php#c49222" />
    <title>Comment from Justin on 2008-03-13</title>
    <author>
        <name>Justin</name>
        <uri>http://www.cheapair.com</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.cheapair.com">
        <![CDATA[<p>This sounds alot like the Y2K bug..hahah.  By the time 2038 comes around i'm sure all will be fixed and will continue to work until Y3K.  </p>]]>
    </content>
    <published>2008-03-13T22:48:58Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2008://1.5874-comment:49224</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2008://1.5874" type="text/html" href="http://www.readwriteweb.com/archives/the_internet_will_end_in_30_years.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/the_internet_will_end_in_30_years.php#c49224" />
    <title>Comment from Mike Malone on 2008-03-13</title>
    <author>
        <name>Mike Malone</name>
        <uri>http://immike.net</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://immike.net">
        <![CDATA[<p>Bogus. First, computer's won't think it's 1901. Someone at Wikipedia got this mixed up with the Y2K bug. When the time_t's wrap around the signed 32-bit binary representation of a very large positive number will overflow into the first bit of the integer. A 1 as the first bit indicates a negative number. Thus, in 2038, computers will start counting time backwards, starting from the unix epoch (NOT from 1900). Or, depending on how the addition is performed, they may just start counting forward from negative 0 (making time wrap back to 1970, not 1901).</p>

<p>More importantly, though, is the fact that pretty much all 64bit machines are already using 64bit time_t's. And hopefully in 30 years the vast majority of machines (at least the important ones) will be 64bit.</p>]]>
    </content>
    <published>2008-03-13T23:03:26Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2008://1.5874-comment:49225</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2008://1.5874" type="text/html" href="http://www.readwriteweb.com/archives/the_internet_will_end_in_30_years.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/the_internet_will_end_in_30_years.php#c49225" />
    <title>Comment from Corvida on 2008-03-13</title>
    <author>
        <name>Corvida</name>
        <uri>http://corvida.ilumine.net</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://corvida.ilumine.net">
        <![CDATA[<p>I highly doubt it will actually happen, but if it were then at least the internet would be able to *finally* correct itself!</p>

<p>.....Sounds like a good idea to me as long as services can get back up and running within a month or so.</p>]]>
    </content>
    <published>2008-03-13T23:07:50Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2008://1.5874-comment:49226</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2008://1.5874" type="text/html" href="http://www.readwriteweb.com/archives/the_internet_will_end_in_30_years.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/the_internet_will_end_in_30_years.php#c49226" />
    <title>Comment from Varun Mahajan on 2008-03-13</title>
    <author>
        <name>Varun Mahajan</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>On a humorous note,the world is ending in 2012.<br />
Read <a href="http://en.wikipedia.org/wiki/2012#Metaphysical_predictions" rel="nofollow">http://en.wikipedia.org/wiki/2012#Metaphysical_predictions</a> <br />
So no worries</p>]]>
    </content>
    <published>2008-03-13T23:13:50Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2008://1.5874-comment:49229</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2008://1.5874" type="text/html" href="http://www.readwriteweb.com/archives/the_internet_will_end_in_30_years.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/the_internet_will_end_in_30_years.php#c49229" />
    <title>Comment from Jorge Cunha on 2008-03-13</title>
    <author>
        <name>Jorge Cunha</name>
        <uri>http://ittechguys.blogspot.com</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://ittechguys.blogspot.com">
        <![CDATA[<p>Let's stay focus and don´t get lazy until 2038, not for me but to the next generation will be a concern like y2k.</p>

<p>For ten years or more those will be replaced so don´t worry. </p>]]>
    </content>
    <published>2008-03-13T23:45:50Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2008://1.5874-comment:49230</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2008://1.5874" type="text/html" href="http://www.readwriteweb.com/archives/the_internet_will_end_in_30_years.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/the_internet_will_end_in_30_years.php#c49230" />
    <title>Comment from Starting a Small Business on 2008-03-13</title>
    <author>
        <name>Starting a Small Business</name>
        <uri>http://www.smallbusinessonlinecollege.org</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.smallbusinessonlinecollege.org">
        <![CDATA[<p>What's hilarious is that who knows where we'll even be in thirty years! The internet as we know it will have changed anyway--just look at the last five years we've had internet. No one could have predicted that sites like myspace could have even functioned, yet they are now part of "society."  </p>

<p>-Pam Mosbrucker<br />
<a href="http://www.smallbusinessonlinecollege.org/freevideos.html" rel="nofollow">http://www.smallbusinessonlinecollege.org/freevideos.html</a></p>]]>
    </content>
    <published>2008-03-14T00:12:09Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2008://1.5874-comment:49233</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2008://1.5874" type="text/html" href="http://www.readwriteweb.com/archives/the_internet_will_end_in_30_years.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/the_internet_will_end_in_30_years.php#c49233" />
    <title>Comment from Marshall Kirkpatrick on 2008-03-13</title>
    <author>
        <name>Marshall Kirkpatrick</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>I'm worried already about what this will mean for the brain implant I'm sure to have in 30 years!</p>]]>
    </content>
    <published>2008-03-14T01:09:01Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2008://1.5874-comment:49236</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2008://1.5874" type="text/html" href="http://www.readwriteweb.com/archives/the_internet_will_end_in_30_years.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/the_internet_will_end_in_30_years.php#c49236" />
    <title>Comment from Jason Falls on 2008-03-13</title>
    <author>
        <name>Jason Falls</name>
        <uri>http://www.socialmediaexplorer.com</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.socialmediaexplorer.com">
        <![CDATA[<p>I hate to point this out because it seems selfish, but it's true. That's the day I officially can retire -- one day after my 65th birthday. Guess the world does revolve around me after all. Heh.</p>]]>
    </content>
    <published>2008-03-14T01:34:22Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2008://1.5874-comment:49237</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2008://1.5874" type="text/html" href="http://www.readwriteweb.com/archives/the_internet_will_end_in_30_years.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/the_internet_will_end_in_30_years.php#c49237" />
    <title>Comment from Chris Bolt on 2008-03-13</title>
    <author>
        <name>Chris Bolt</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>Mike, you're bogus. The UNIX epoch is 1970, not 1901. 2038 - 1970 = 68. 1970 - 68 = 1902 (close enough).</p>]]>
    </content>
    <published>2008-03-14T01:44:30Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2008://1.5874-comment:49255</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2008://1.5874" type="text/html" href="http://www.readwriteweb.com/archives/the_internet_will_end_in_30_years.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/the_internet_will_end_in_30_years.php#c49255" />
    <title>Comment from Lucas on 2008-03-13</title>
    <author>
        <name>Lucas</name>
        <uri>http://www.kjaeroradio.tk</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.kjaeroradio.tk">
        <![CDATA[<p>Besides, won't the internet grind to a halt because of the wires being overfilled in a year or two? Or that's what I heard. But the world needs bandwidth.</p>]]>
    </content>
    <published>2008-03-14T03:55:58Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2008://1.5874-comment:49256</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2008://1.5874" type="text/html" href="http://www.readwriteweb.com/archives/the_internet_will_end_in_30_years.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/the_internet_will_end_in_30_years.php#c49256" />
    <title>Comment from xavierv on 2008-03-13</title>
    <author>
        <name>xavierv</name>
        <uri>http://hyveup.blogspot.com</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://hyveup.blogspot.com">
        <![CDATA[<p>Quoting a Digger's comment:<br />
<blockquote>"In 2038, anyone with a 32-bit system shouldn't exist."</blockquote></p>]]>
    </content>
    <published>2008-03-14T04:14:35Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2008://1.5874-comment:49257</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2008://1.5874" type="text/html" href="http://www.readwriteweb.com/archives/the_internet_will_end_in_30_years.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/the_internet_will_end_in_30_years.php#c49257" />
    <title>Comment from charlie on 2008-03-13</title>
    <author>
        <name>charlie</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>bullshit</p>]]>
    </content>
    <published>2008-03-14T04:41:20Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2008://1.5874-comment:49262</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2008://1.5874" type="text/html" href="http://www.readwriteweb.com/archives/the_internet_will_end_in_30_years.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/the_internet_will_end_in_30_years.php#c49262" />
    <title>Comment from wrong assumption on 2008-03-13</title>
    <author>
        <name>wrong assumption</name>
        <uri>http://publicmarks.org</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://publicmarks.org">
        <![CDATA[<p>It wont be much of a bug as all our 32 bit machines and s/ws will be wiped off and will be off support from the manufactured companies. </p>

<p>This wont affect us unless we have a timemachine now which will carry us and our 32 bit machines to 2038 + instantly. </p>]]>
    </content>
    <published>2008-03-14T05:25:30Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2008://1.5874-comment:49279</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2008://1.5874" type="text/html" href="http://www.readwriteweb.com/archives/the_internet_will_end_in_30_years.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/the_internet_will_end_in_30_years.php#c49279" />
    <title>Comment from MSolution on 2008-03-14</title>
    <author>
        <name>MSolution</name>
        <uri>http://www.dir.vc</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.dir.vc">
        <![CDATA[<p>Well atleast someone actually figured it out decades before it could actually happen, the 2000 year bug left people in a tizzy!</p>]]>
    </content>
    <published>2008-03-14T11:18:04Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2008://1.5874-comment:49280</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2008://1.5874" type="text/html" href="http://www.readwriteweb.com/archives/the_internet_will_end_in_30_years.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/the_internet_will_end_in_30_years.php#c49280" />
    <title>Comment from Karl S. on 2008-03-14</title>
    <author>
        <name>Karl S.</name>
        <uri>http://johntitor.strategicbrains.com</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://johntitor.strategicbrains.com">
        <![CDATA[<p>The 2038 "bug" featured in this story is the very problem that purported time traveler John Titor was sent back from 2036 to obtain a solution for.  Seems that older equipment running IBM mainframe code in that post-nuclear society is going to stop working in 2038 and Titor, a soldier on a mission, retrieved an IBM 5100 from 1975 which had the unusual capability of running mainframe code and could translate between languages.  </p>

<p>John Titor's complicated journey included a trip to 2000, when he began posting online as part of his mission to study our culture, a culture so superficial as to be willing to give up its freedoms for a little security.  Though nobody could have projected back in 2000-2001 that our civil liberties would be seriously threatened by our own government, that has indeed turned out to be the case and Titor's story is now widely believed to have been genuine.  Of course right-wingers will deny that because they are uncomfortable admitting that America is headed toward a police state, but it's obviously true to any objective observer.</p>

<p>Fortunately for us, it appears that Titor's visit here may have catalyzed sufficient change for us to modify our timeline by now to be significantly different than the one Titor lived through.  The pace of the police state has not progressed at the rate Titor suggested it would (though the hundreds of FEMA detention camps that have been built suggest we are still in great danger of a full-bore American police state) and we may yet avoid the predicted global nuclear war in 2015.  </p>

<p>The best part of Titor's story (the Internet is filled with frauds, after all) is that he backed it up with photos, documentation, and general operating principles of his time travel machine, which some scientists believe may actually work.  See details at <a href="http://www.johntitor.strategicbrains.com/TimeMachine.cfm" rel="nofollow">http://www.johntitor.strategicbrains.com/TimeMachine.cfm</a> .  It uses twin microsingularities which according to Titor will be first created at CERN's Large Hadron Collider, and physicists will learn to trap and 'cool' them so they can be used.  Our world may become very much more interesting in the next few years if Titor's device is built and not kept secret.</p>]]>
    </content>
    <published>2008-03-14T11:40:09Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2008://1.5874-comment:49281</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2008://1.5874" type="text/html" href="http://www.readwriteweb.com/archives/the_internet_will_end_in_30_years.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/the_internet_will_end_in_30_years.php#c49281" />
    <title>Comment from freight88 on 2008-03-14</title>
    <author>
        <name>freight88</name>
        <uri>http://www.freight88.com</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.freight88.com">
        <![CDATA[<p>Even if this 100% true, I think that as long as the fixes are done by anyone other than the government, we should be fine.</p>

<p>As far as John Titor, excellent idea if true</p>]]>
    </content>
    <published>2008-03-14T12:50:00Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2008://1.5874-comment:49284</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2008://1.5874" type="text/html" href="http://www.readwriteweb.com/archives/the_internet_will_end_in_30_years.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/the_internet_will_end_in_30_years.php#c49284" />
    <title>Comment from Jeffrey on 2008-03-14</title>
    <author>
        <name>Jeffrey</name>
        <uri>http://www.gwapito.com</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.gwapito.com">
        <![CDATA[<p>"(<strong>It's true, I checked Wikipedia!</strong>)"</p>

<p>That line made me literally laugh!</p>]]>
    </content>
    <published>2008-03-14T13:54:17Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2008://1.5874-comment:49294</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2008://1.5874" type="text/html" href="http://www.readwriteweb.com/archives/the_internet_will_end_in_30_years.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/the_internet_will_end_in_30_years.php#c49294" />
    <title>Comment from Alison on 2008-03-14</title>
    <author>
        <name>Alison</name>
        <uri>http://www.traveltourismdirectory.com/</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.traveltourismdirectory.com/">
        <![CDATA[<p>Very interesting. if it's true, my sister must love it</p>]]>
    </content>
    <published>2008-03-14T16:20:59Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2008://1.5874-comment:49318</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2008://1.5874" type="text/html" href="http://www.readwriteweb.com/archives/the_internet_will_end_in_30_years.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/the_internet_will_end_in_30_years.php#c49318" />
    <title>Comment from Rodrigo on 2008-03-14</title>
    <author>
        <name>Rodrigo</name>
        <uri>http://rodrigocorreia.com</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://rodrigocorreia.com">
        <![CDATA[<p>Microsoft recommends: "Migrate to Windows Server now and help keeping Internet alive!"</p>]]>
    </content>
    <published>2008-03-14T20:32:10Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2008://1.5874-comment:49323</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2008://1.5874" type="text/html" href="http://www.readwriteweb.com/archives/the_internet_will_end_in_30_years.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/the_internet_will_end_in_30_years.php#c49323" />
    <title>Comment from Jack M. Bauer on 2008-03-14</title>
    <author>
        <name>Jack M. Bauer</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>holly crap that means I will loose all access to porn?!!</p>

<p>everybody panic! I need a t100 to reprogram and travel back in time to stop this. </p>]]>
    </content>
    <published>2008-03-14T22:00:50Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2008://1.5874-comment:49337</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2008://1.5874" type="text/html" href="http://www.readwriteweb.com/archives/the_internet_will_end_in_30_years.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/the_internet_will_end_in_30_years.php#c49337" />
    <title>Comment from Ingrid on 2008-03-14</title>
    <author>
        <name>Ingrid</name>
        <uri>http://www.connectimass.com</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.connectimass.com">
        <![CDATA[<p><br />
Ohhh man, sounds like another marketing scam like Y2k.Puhlease!! This ain't no doomsday prediction. Think like a capitalist, this is just about some people making money....sooo think how do I make money from this. Then again in 30 years, I'd be a retired billionaire chilling on the half of Jamaica I own.</p>]]>
    </content>
    <published>2008-03-15T02:31:06Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2008://1.5874-comment:49410</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2008://1.5874" type="text/html" href="http://www.readwriteweb.com/archives/the_internet_will_end_in_30_years.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/the_internet_will_end_in_30_years.php#c49410" />
    <title>Comment from iso belgesi on 2008-03-16</title>
    <author>
        <name>iso belgesi</name>
        <uri>http://www.isobelgesi.org</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.isobelgesi.org">
        <![CDATA[<p>thanks</p>]]>
    </content>
    <published>2008-03-16T09:41:49Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2008://1.5874-comment:49454</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2008://1.5874" type="text/html" href="http://www.readwriteweb.com/archives/the_internet_will_end_in_30_years.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/the_internet_will_end_in_30_years.php#c49454" />
    <title>Comment from steveballmer on 2008-03-16</title>
    <author>
        <name>steveballmer</name>
        <uri>http://fakesteveballmer.blogspot.com</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://fakesteveballmer.blogspot.com">
        <![CDATA[<p>GET OUT NOW PEOPLE!</p>]]>
    </content>
    <published>2008-03-17T00:17:44Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2008://1.5874-comment:49463</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2008://1.5874" type="text/html" href="http://www.readwriteweb.com/archives/the_internet_will_end_in_30_years.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/the_internet_will_end_in_30_years.php#c49463" />
    <title>Comment from Rex Hammock on 2008-03-16</title>
    <author>
        <name>Rex Hammock</name>
        <uri>http://rexblog.com</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://rexblog.com">
        <![CDATA[<p>Isn't this what Sarah Connor has come back in time to prevent? Isn't Skynet behind this? I suggest we start building space rockets in order to transport us to another planet -- that or let the machines take over the world and figure it out.</p>]]>
    </content>
    <published>2008-03-17T04:28:05Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2008://1.5874-comment:49534</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2008://1.5874" type="text/html" href="http://www.readwriteweb.com/archives/the_internet_will_end_in_30_years.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/the_internet_will_end_in_30_years.php#c49534" />
    <title>Comment from Greywolf on 2008-03-17</title>
    <author>
        <name>Greywolf</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>...and to think we could have postponed this for another 68 years and change, had they designated the value to be unsigned.  But no.  Now my medicare taxes will go to pay for the fixing of stuff so that I don't get charged 1902 prices for medication...<br />
<p><br />
Hm.  Think about that one.  Medication in 1902 was horrifically expensive.  There may not be much difference in price after all.<br />
<p><br />
And yeah, the Wikipedia == true comment was pretty funny.<br />
</p></p></p>]]>
    </content>
    <published>2008-03-17T20:27:42Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2008://1.5874-comment:49539</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2008://1.5874" type="text/html" href="http://www.readwriteweb.com/archives/the_internet_will_end_in_30_years.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/the_internet_will_end_in_30_years.php#c49539" />
    <title>Comment from Redigit on 2008-03-17</title>
    <author>
        <name>Redigit</name>
        <uri>http://www.tehgamez.com/</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.tehgamez.com/">
        <![CDATA[<p>Sounds horrible. I wouldn't sweat it much though, the world won't make it past 2012.</p>]]>
    </content>
    <published>2008-03-17T22:27:17Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2008://1.5874-comment:49605</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2008://1.5874" type="text/html" href="http://www.readwriteweb.com/archives/the_internet_will_end_in_30_years.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/the_internet_will_end_in_30_years.php#c49605" />
    <title>Comment from Joe Levi on 2008-03-18</title>
    <author>
        <name>Joe Levi</name>
        <uri>http://www.JoeLevi.com</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.JoeLevi.com">
        <![CDATA[<p>2038 won't matter, the Mayans say the world will end (or "shift consciousness" on December 21, 2012 (http://en.wikipedia.org/wiki/Mayanism#December_21.2C_2012).</p>

<p>"The significance of this date in Mayanism stems from the ending of the current baktun cycle of the Maya calendar in 2012, which many believe will create a global "consciousness shift" and the beginning of a new age. This concept was introduced by New Age spiritual leader José Argüelles in his book The Mayan Factor (1987) and promoted at the 1987 Harmonic Convergence. The astronomical conjunction of the black hole at the center of the galaxy with the winter solstice Sun on December 21, 2012, referred to by John Major Jenkins in Galactic Alignment as having been predicted by the ancient Maya and others, is a much-anticipated event in Mayanism. Although Jenkins suggests that ancient Maya knowledge of this event was based on observations of the "dark rift" in the Milky Way as seen from Earth, others see it as evidence of knowledge imparted via ancient contact with extraterrestrial intelligence (ancient astronaut theories). The relevance of modern "dark rift" observations to Pre-Columbian and traditional Maya beliefs is strongly debated, and academic archaeologists reject all theories regarding extraterrestrial contact, but it is clear that the promotion of Mayanism through interest in 2012 is contributing to the evolution of religious syncretism in contemporary Maya communities."</p>

<p> - www.JoeLevi.com</p>]]>
    </content>
    <published>2008-03-18T18:06:41Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2008://1.5874-comment:49774</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2008://1.5874" type="text/html" href="http://www.readwriteweb.com/archives/the_internet_will_end_in_30_years.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/the_internet_will_end_in_30_years.php#c49774" />
    <title>Comment from massives on 2008-03-20</title>
    <author>
        <name>massives</name>
        <uri>http://massives.blogsome.com</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://massives.blogsome.com">
        <![CDATA[<p>wooo... i think the author of unix os should fixes this bugs before the future time of years 2038 :)</p>]]>
    </content>
    <published>2008-03-20T13:14:20Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2008://1.5874-comment:49815</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2008://1.5874" type="text/html" href="http://www.readwriteweb.com/archives/the_internet_will_end_in_30_years.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/the_internet_will_end_in_30_years.php#c49815" />
    <title>Comment from Quikboy on 2008-03-20</title>
    <author>
        <name>Quikboy</name>
        <uri>http://msftandthefuture.spaces.live.com/</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://msftandthefuture.spaces.live.com/">
        <![CDATA[<p>Ha. Too bad for those Linux users. :P</p>]]>
    </content>
    <published>2008-03-20T20:10:04Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2008://1.5874-comment:49846</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2008://1.5874" type="text/html" href="http://www.readwriteweb.com/archives/the_internet_will_end_in_30_years.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/the_internet_will_end_in_30_years.php#c49846" />
    <title>Comment from kaklong on 2008-03-20</title>
    <author>
        <name>kaklong</name>
        <uri>http://www.get-free-wii.com</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.get-free-wii.com">
        <![CDATA[<p>Too bad. hopefully it's more hype like Y2K than being true - we might have to go back to stone age. uh..</p>]]>
    </content>
    <published>2008-03-21T01:50:02Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2008://1.5874-comment:50149</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2008://1.5874" type="text/html" href="http://www.readwriteweb.com/archives/the_internet_will_end_in_30_years.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/the_internet_will_end_in_30_years.php#c50149" />
    <title>Comment from Adrian C on 2008-03-25</title>
    <author>
        <name>Adrian C</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>Just one number and one word: 64 bit</p>]]>
    </content>
    <published>2008-03-25T16:03:09Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2008://1.5874-comment:50335</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2008://1.5874" type="text/html" href="http://www.readwriteweb.com/archives/the_internet_will_end_in_30_years.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/the_internet_will_end_in_30_years.php#c50335" />
    <title>Comment from Seriously on 2008-03-27</title>
    <author>
        <name>Seriously</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>When I got to the "It's true, I checked Wikipedia!" I was relieved to find that this article was a spoof.  But then, sadly, I realized that it wasn't.  It's unfortunate that some people think that just because they have a computer and access to the Internet that other people care to read their pathetic thoughts.  Sarah, this article is a complete waste of time.  Such a waste of time that it was a moral imperative for me to waste even more time telling you.  </p>]]>
    </content>
    <published>2008-03-27T16:48:28Z</published>
  </entry>

</feed>