Apophis is a false god. A dead false god.
Not sure what that has to do with the topic though
But lets run with it..
I thoughly enjoyed the danial being a prior subplot :smile:
On topic:
I'll be 51 assuming I'm alive then.
I cant imagine being 51..
Apophis is a false god. A dead false god.
Not sure what that has to do with the topic though
But lets run with it..
I thoughly enjoyed the danial being a prior subplot :smile:
On topic:
I'll be 51 assuming I'm alive then.
I cant imagine being 51..
Musta missed that partSomeone didn't read the article.
Is that 2038 problem anything like the y2k bug? I'm curious because this is the first I've heard of it.
Can't they just read the negative values as continuing on after 2038, for another 68 years of use of the system? I mean, is this sort of dating ever used for dates prior to 1970?Yes. The time_t type in C is a signed int, and it's used to store a date/time as seconds since 1 jan 1970. 00:00:00 GMT. A signed int is typically 32 bit, and the largest value it can store is then 2 147 483 647. That means that it will wrap at 19 Jan 2038 03:14:07 GMT.
googleoogleoogle ... http://pw1.netcom.com/~rogermw/Y2038.html
i assume the progs would automatically assume any negative vals as being before 1970Can't they just read the negative values as continuing on after 2038, for another 68 years of use of the system? I mean, is this sort of dating ever used for dates prior to 1970?
Edit: I guess not. Time differences wouldn't work properly. Looks like the only reasonable solution is to use 64-bit integers. But that should be a really easy change in C software: it's just an update of the core libraries.
Edit: I guess not. Time differences wouldn't work properly. Looks like the only reasonable solution is to use 64-bit integers. But that should be a really easy change in C software: it's just an update of the core libraries.
Well, I think the improtant thing would be to update time.h now so that it no longer uses 32-bit integers for the value. Then only rather old code would need to be updated.... and a recompilation of every single piece of software which ever did a
#include <time.h>
Well, I think the improtant thing would be to update time.h now so that it no longer uses 32-bit integers for the value. Then only rather old code would need to be updated.
While the IT companies saw the Y2K bug as a tremendous opportunity, it backfired in a big way: it made companies realize how much money they threw away at "random office automation". So they got punished allright.i assume the progs would automatically assume any negative vals as being before 1970
anyways the whole things a con, i remember y2k bug, i was pissed off so much beforehand about the insessant warnings etc, where i was saying nothing is gonna happen.
1jan 2000 happened + guess what? nothing happened, but i wasnt smug about this, i was very pissed off, basically cause noone really took the ppl to task that frauded/conned companies/governments out of billions of dollars
its almost as if they were so embarrassed that the fell for the con, they swept it under the carpet (like a nigerian email scam, if u fell for it, a lot of ppl would let it slide)
i remeber back then get offered quite good money to y2k proof some cobal programs (im train in cobol) but didnt take it up on principle cause i knew the whole thing to be bullshit.
ppl should of spent jail time
I have hope that we're mostly more sane than that.i feel by 2038 there would be nuclear war between most countries in the world... it seems inevitable to me, looking at how countries are starting nuclear development...