2010 2010 - Page 2 - Talk of The Villages Florida

2010

Closed Thread
Thread Tools
  #16  
Old 01-02-2010, 01:20 PM
Michael D Michael D is offline
Junior Member
Join Date: Jan 2009
Location: The Villages
Posts: 8
Thanks: 1
Thanked 5 Times in 2 Posts
Default Michael D

Quote:
Originally Posted by otherbruddaDarrell View Post
t-2 and counting?
I still live in Indiana cold here
  #17  
Old 01-02-2010, 01:47 PM
Pturner's Avatar
Pturner Pturner is offline
Sage
Join Date: Oct 2009
Location: Atlanta
Posts: 7,064
Thanks: 0
Thanked 1 Time in 1 Post
Default

Quote:
Originally Posted by zcaveman View Post
Never considered the time spent on Y2K stuff wasted. Thanks to the extreme efforts by IT and programming areas everywhere, Y2K went off without a hitch. We were the reason that they labeled it a big do nothing scare or the Y2K hoax. If we had not done our jobs there would have been a LOT of problems.

I know because I tested before and after applications and worked with numerous vendors to get their products fixed.

Anyway so as to not hijack the thread, Twenty-Ten seems to work.
Hi neighbor,
As you said, this is a hijack, but, as you are an expert, I can't help asking your more about Y2K. I thought it was a hoaks too, for a few reasons:
  1. In my unknowledgeable "logic," I thought code was just a bunch of "1"s and "0"s to a computer. I didn't think computers knew or cared wether one number (1999) was higher or lower than another number (2000).
  2. I couldn't understand why a computer would be be confused about 2000 following 1999, but not 20 following 19.
  3. As I recall, April x, 2000 (I forget the exact date) something also was supposed to happen because the digits for that date meant something else somewhere else in the computer code. But I couldn't understand how one line of code governed by one set of coded paramerters would confuse another line of code governed by a different set of coded perameters.
  4. Convinced there was nothing to it, I did nothing to my home computer, nothing to my digital clocks and nothing to my appliances that had digital clocks. I didn't even change the date display on my home PC to show the 4 digit vs. 2 digit year. Come Jan. 1, 2000 all my home stuff worked the same as it had on Dec. 31, 1999 and before. Excel '97 (I think?) worked flawlessly, although I did not upgrade or run any program to correct it. Quicken '98 worked flawlessly, although I bravely and defiantly didn't upgrade or run any program to correct it. (Ok, not that brave and defiant-- I always backed it up.) Outlook, Word, and all my other non-y2k compliant programs worked flawlessly
  5. Whatever that date was in April-- I think there was one in February too?-- that something was supposed to happen to my non-y2k compliant hardware, again, nothing did.
So, zcaveman, any explanation you can provide demonstrating it wasn't a hoax, I would like. I realize I don't know what I don't know, and I enjoy trying to expand what I do know. Thanks.

Last edited by Pturner; 01-02-2010 at 02:21 PM.
  #18  
Old 01-02-2010, 03:28 PM
chacam chacam is offline
Senior Member
Join Date: Jul 2007
Posts: 419
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Quote:
Originally Posted by wmchale View Post
Just got to remember to 2010 on the checks

Hard enough
What are checks ? ?
__________________
Oswego, NY, Auburn, KY
  #19  
Old 01-02-2010, 04:02 PM
TomW TomW is offline
Senior Member
Join Date: Mar 2008
Location: The Villages
Posts: 404
Thanks: 0
Thanked 3 Times in 2 Posts
Default

Twenty -Ten. I just feel like it is going to be a good year. No reason, just a gut feeling.
__________________
Tom W
  #20  
Old 01-02-2010, 04:21 PM
Jazzper's Avatar
Jazzper Jazzper is offline
Senior Member
Join Date: Aug 2009
Location: Belvedere
Posts: 137
Thanks: 0
Thanked 5 Times in 3 Posts
Default

Quote:
Never considered the time spent on Y2K stuff wasted.
Probably should have been a bit more specific. While we did find some legacy apps using just the last 2 digits of the year, I was specifically referring to that last night of the year when many of us were either on call or hunkered down in the basement data center waiting around in case we missed something.

Happy 2K-10!!!
__________________
________________________________________
Should I have an inspiring quote on someone's take on life here?

Last edited by Jazzper; 01-02-2010 at 04:23 PM.
  #21  
Old 01-02-2010, 04:46 PM
zcaveman's Avatar
zcaveman zcaveman is offline
Eternal Member
Join Date: Jul 2007
Location: The Villages
Posts: 7,879
Thanks: 0
Thanked 5 Times in 5 Posts
Default

Quote:
Originally Posted by Pturner View Post
Hi neighbor,
As you said, this is a hijack, but, as you are an expert, I can't help asking your more about Y2K. I thought it was a hoaks too, for a few reasons:
  1. In my unknowledgeable "logic," I thought code was just a bunch of "1"s and "0"s to a computer. I didn't think computers knew or cared wether one number (1999) was higher or lower than another number (2000).
  2. I couldn't understand why a computer would be be confused about 2000 following 1999, but not 20 following 19.
    You are correct about the "1"s and "0"s. But that is internal to the process. Back in the "old days", cards were used to input data. Because a card was limited to 80 characters, only the last two years of the date were used to indicate the date. So if you were born in 1950, the date entered was 50. As long as no one was born in 2000 and above, this was no problem. The dates always sorted upward or downward. Date calculations were fine. Once we reached 2000, people born in 2000 and above would be at the wrong end of the sort list and really mess up a calculation formula. As an aside - because I started programming in 1965, I actually had problems will people born in the 1800's but they were special programs (sales leads for those that understand this) so I could program around it. Using the 00 as 2000 for birth, many computer programs would do a calculation and come up with either a negative number or a number out of range with any rate tables, etc. Without changing the programs or increasing the date field to 4 digits - which is what most applications did, everything would have been screwed up. This is probably not the best explanation but I can do better on a PM. Also I don't want to be arrested by the hijack police.
  3. As I recall, April x, 2000 (I forget the exact date) something also was supposed to happen because the digits for that date meant something else somewhere else in the computer code. But I couldn't understand how one line of code governed by one set of coded paramerters would confuse another line of code governed by a different set of coded perameters.
    Don't remember that date as any problem but then that was 10 years ago and I have a hard time remembering last week.
  4. Convinced there was nothing to it, I did nothing to my home computer, nothing to my digital clocks and nothing to my appliances that had digital clocks. I didn't even change the date display on my home PC to show the 4 digit vs. 2 digit year. Come Jan. 1, 2000 all my home stuff worked the same as it had on Dec. 31, 1999 and before. Excel '97 (I think?) worked flawlessly, although I did not upgrade or run any program to correct it. Quicken '98 worked flawlessly, although I bravely and defiantly didn't upgrade or run any program to correct it. (Ok, not that brave and defiant-- I always backed it up.) Outlook, Word, and all my other non-y2k compliant programs worked flawlessly
    Unless you worked internally with folders and files using Windows Explorer, you probably would have not noticed any problem. Based on what I know and see, any application written for the PC uses the full date (2000 instead of 00). In EXCEL, even when the display is 09, the hidden data is 2009.
  5. Whatever that date was in April-- I think there was one in February too?-- that something was supposed to happen to my non-y2k compliant hardware, again, nothing did.
    Again - not aware of a February date.
So, zcaveman, any explanation you can provide demonstrating it wasn't a hoax, I would like. I realize I don't know what I don't know, and I enjoy trying to expand what I do know. Thanks.
See my reply in blue. Hopes this helps.

Z
__________________
Jacksonville, Florida
Andover, New Jersey
The Villages

Second star to the right, then straight on 'til morning.
  #22  
Old 01-02-2010, 04:53 PM
zcaveman's Avatar
zcaveman zcaveman is offline
Eternal Member
Join Date: Jul 2007
Location: The Villages
Posts: 7,879
Thanks: 0
Thanked 5 Times in 5 Posts
Default

Quote:
Originally Posted by Jazzper View Post
Probably should have been a bit more specific. While we did find some legacy apps using just the last 2 digits of the year, I was specifically referring to that last night of the year when many of us were either on call or hunkered down in the basement data center waiting around in case we missed something.

Happy 2K-10!!!
Legacy apps!! You gave yourself away! Many of us techs were either in the office in 12/31/1999 in case the systems died on 1/1/2000 or were at home on call - not allowed any adult alcoholic beverages in case we were called in to avert the crisis! Fortunately, the year's worth of testing averted that situation. There was some fallout but it was minimal.

I got a nice wooden pen with January 1, 2000 for all my efforts.

And a nice check for the OT on 12/31/1999.

Z
__________________
Jacksonville, Florida
Andover, New Jersey
The Villages

Second star to the right, then straight on 'til morning.
  #23  
Old 01-02-2010, 06:35 PM
Jazzper's Avatar
Jazzper Jazzper is offline
Senior Member
Join Date: Aug 2009
Location: Belvedere
Posts: 137
Thanks: 0
Thanked 5 Times in 3 Posts
Default

Quote:
Originally Posted by zcaveman View Post
Legacy apps!! You gave yourself away!
Yep...that mainframe is long since gone. As are many of my co-workers who either ended up in IBM-land or outsourced to other companies. At that time, I think I had recently moved to the Telecomms group supporting our internet firewalls and perimeter security routers and had to be on-site. All that has been outsourced for years now, too.

No pins or bonuses but I do recall some bottles under the raised floor

Ah... but those days are long gone -- now I can't wait for another re-org and a severance package so I can head south out of this freezing weather!
__________________
________________________________________
Should I have an inspiring quote on someone's take on life here?
  #24  
Old 01-02-2010, 06:52 PM
Pturner's Avatar
Pturner Pturner is offline
Sage
Join Date: Oct 2009
Location: Atlanta
Posts: 7,064
Thanks: 0
Thanked 1 Time in 1 Post
Default

Quote:
Originally Posted by zcaveman View Post
See my reply in blue. Hopes this helps.

Z
Thanks Z!

BTW, Jazzper and Z, I don't know much about legacy apps (as you can tell from my previous post). But I remember havin' to work on 12/31/99 until after midnight in a non-IT capacity in an emergency response center in case we had problems.

Gosh, now we can all be arrested for hijacking for sure! What was this thread about? Oh yeah, 2010. Back to the future...
  #25  
Old 01-03-2010, 10:27 AM
bonnyej bonnyej is offline
Member
Join Date: May 2007
Posts: 46
Thanks: 0
Thanked 0 Times in 0 Posts
Default

I'm for twenty ten.
  #26  
Old 01-03-2010, 11:01 AM
Golf-Tinker Golf-Tinker is offline
Senior Member
Join Date: Nov 2007
Location: Village of Hadley
Posts: 395
Thanks: 0
Thanked 1 Time in 1 Post
Default Another Note about Y2K

In many cases, teams of consultants worked on the "legacy" apps (often, really old COBOL programs) to install fixes that would correct the flip-over date problem. In some cases, the cost of making complete fixes was so large that people in charge elected to have quick 50-year fixes installed. Their thinking was: "I'll be long gone by then." In those cases, the very same problem will surface in 2049 unless corrected before.
  #27  
Old 01-03-2010, 11:21 AM
Russ_Boston's Avatar
Russ_Boston Russ_Boston is offline
Sage
Join Date: Jul 2007
Location: Buttonwood
Posts: 4,841
Thanks: 0
Thanked 1 Time in 1 Post
Default

Quote:
Originally Posted by zcaveman View Post
If we had not done our jobs there would have been a LOT of problems.

I know because I tested before and after applications and worked with numerous vendors to get their products fixed.

Amen Z - people think it was a big do-nothing. We changed programs for 2-3 years prior so that it became a big do-nothing!

Last year was oh-9. This year is twenty-ten. At least for me.
  #28  
Old 01-03-2010, 07:04 PM
nkrifats
Guest
Posts: n/a
Default

Amen to A and Russ,
We did more testing than I care to think about. Spent two weeks in beautiful Dayton, Ohio testing our platform used back here in NE. Spend New Years Eve in the office and at mid night testing our ATM's to make sure they where working. Reward was everything worked and customers/members experienced no issues. Will be glad to get out of this business in 2011.
Closed Thread


You are viewing a new design of the TOTV site. Click here to revert to the old version.

All times are GMT -5. The time now is 10:34 AM.