Welcome to DU! The truly grassroots left-of-center political community where regular people, not algorithms, drive the discussions and set the standards. Join the community: Create a free account Support DU (and get rid of ads!): Become a Star Member Latest Breaking News General Discussion The DU Lounge All Forums Issue Forums Culture Forums Alliance Forums Region Forums Support Forums Help & Search
4 replies = new reply since forum marked as read
Highlight: NoneDon't highlight anything 5 newestHighlight 5 most recent replies

onehandle

(51,122 posts)
1. That's two Conservatives on the Supreme Court instead of two Progressives.
Sat Sep 22, 2012, 08:27 AM
Sep 2012

The Architect of Citizens United:


 

HopeHoops

(47,675 posts)
2. Fortunately, yes. I worked my ass off trying to prevent a problem that never really happened.
Sat Sep 22, 2012, 11:49 AM
Sep 2012

There were really only two problems to look out for, but both were significant.

1) Software that sorted by the last two digits of the year would get the sort order all wrong. I fixed a few of those, mostly in code that was written in the 80's.

2) A lot of programmers didn't understand the leap year rule that every 4th century is STILL a leap year, unlike the rollover of the other three. The rule is:

if year modulo 400 is 0 then
is_leap_year
else if year modulo 100 is 0 then
not_leap_year
else if year modulo 4 is 0 then
is_leap_year
else
not_leap_year


The danger was programmers not being aware of the first condition and moving straight to the second. In all the searching, I never found a problem with any of the code I had to deal with (much of which I had written) on the modulo 400 problem and in general it was pretty much a non-event, soft of like all of the predicted "raptures" and the upcoming end of the world because of the Mayan calendar. It still meant a lot of 12+ hour days and my eyes wanting to escape my head from pouring over code.

And, for reference, If I created a file right now that's date-time specific, it would be "201209221148_FileName". I KNOW that will sort correctly until the year 10,000. I doubt any of those files will still be relevant by then (if humans still exist).

On Edit: If it's a sequence of files with the same name where date is important, that would be "FileName_201209221148".




JustABozoOnThisBus

(23,354 posts)
3. Same here, and then spent New Years Eve at work ...
Sat Sep 22, 2012, 04:30 PM
Sep 2012

... just in case.

Part of the evening was spent figuring out if the little battery backup box under a desk could power a coffee maker, important stuff like that.

There was no economic impact to the company - we didn't get paid for overtime.

 

HopeHoops

(47,675 posts)
4. Three things you do NOT want to put on a UPS - laser jet, microwave, and coffee maker.
Sun Sep 23, 2012, 09:25 AM
Sep 2012

All three spike power usage that can not only damage the UPS, but also cause brown-outs on the entire unit.

And I never got paid overtime either - I was salaried (a good one, mind you), but a 60 hour week was typical and usually on the low side. I even worked at home (with a 9.6 kbps modem, might have been 2.4, don't remember). You don't go into IT for the money, the glory, or even the job satisfaction - it's because you're a masochist.

Latest Discussions»The DU Lounge»Can you believe that 2000...