IWETHEY v. 0.3.0 | TODO
1,095 registered users | 0 active users | 0 LpH | Statistics
Login | Create New User
IWETHEY Banner

Welcome to IWETHEY!

New Others had similar thoughts about the advantage of Bush win.
[link|http://www.boston.com/news/nation/articles/2004/07/27/unions_might_be_better_off_with_kerry_loss_leader_says/|David Broder] opinion column:

Breaking sharply with the enforced harmony of the Democratic National Convention, the president of the largest AFL-CIO union said yesterday that both organized labor and the Democratic Party might be better off in the long run if Senator John F. Kerry loses the presidential election.

Andrew Stern, head of the 1.6-million-member Service Employees International Union, or SEIU, said in an interview with The Washington Post that both the party and its longtime ally, the labor movement, are "in deep crisis," devoid of new ideas, and working with archaic structures.

Stern contended that another four years of Bush policies might be less damaging than the stifling of needed reform he said would occur if Kerry becomes president.


He subsequently "clarified" or "revised and extended" his remarks...

He's got a point. If liberals/progressives/whatever feel that they have no choice but vote for Kerry, then they'll have little clout with a Kerry administration (in the same way, as Bush pointed out, as African-Americans are taken for granted). And if Kerry wins, people will argue, "Hey we won! We don't need to change anything!"


I'm rather pessimistic about the election this time around. I agree with [link|http://www.boston.com/news/globe/editorial_opinion/oped/articles/2004/07/30/rushed_speech_lost_opportunity/|Tom Oliphant] that Kerry blew a great opportunity (the speech was rushed, it was too poorly edited, etc.), but he did a passable job I guess. Kerry didn't offer any specifics about how he was going to all the wonderful things he wants to do, but I didn't expect any in that setting. We'll see if he starts taking a real position on things like Iraq, or just continues to hope that he'll be elected as ABB. I have not warmed to Kerry and I don't know if I will.

It seems to me that Kerry should be a lot more than [link|http://www.rasmussenreports.com/Presidential_Tracking_Poll.htm|3 points] ahead at this point. Bush is vulnerable, but Kerry seems unwilling to take a stand on Iraq or trade or the budget or the coming crisis due to baby boomer retirement or ... other than to say he'd do a better job because he spent 5 months in Vietnam 35 years ago while Bush didn't.

I don't like his and Edwards' crying about "negative attacks" either. Give me positive attacks! :-/ It sounds like they're afraid of the schoolyard bullies or something.

(I'm tempted mention "ass clowns" and insert Danno's closing here...)

[link|http://www.seattlewebcrafters.com/php/countdown.php|154 days to go] - I'll let Ashton keep track of the hours. ;-)

Cheers,
Scott.
New fuzzy calendar
154 days to the election? I make it closer to ninety and change. Or are these folks privy to some DHS "emergency" planning the rest of us haven't heard about?

cordially,
Die Welt ist alles, was der Fall ist.
New Sacre Blue! A bug! 93+ days according to HP-41CX
:-)

That web link actually says -153 days till election day at the moment. There seems to be a bug in that [link|http://www.seattlewebcrafters.com/php/countdown_code.html|PHP code].

[link|http://helios-arts.com/clock.html|This] active election count-down clock seems accurate.

Cheers,
Scott.
New Re: Sacre Blue! etc
Could it be (since you have the trusty HP handy) that they are counting down to the actual (devoutly to be hoped) earliest date for regime change, i.e., 20 January?

cordially,
Die Welt ist alles, was der Fall ist.
New Not as I read the code.
// Get server timestamp
$today = time();

// Get number of days from today until the end of this year
$rest_of_year = date('z', mktime(0,0,0,12,31,date('Y', $today))) - date('z', $today);

// Get number of days from the 1st of 2004 to election day
$election = date('z', mktime(0,0,0,11,2,2004));

// Add the days remaining in this year to the number of days in 2004 prior to election day
$countdown = $rest_of_year + $election;


It seems clear enough that they're making a mistake in the calculation.

I think it should be:

$countdown = $election - ($length_of_year - $rest_of_year);

or more simply:

$countdown = $election - $today;

(where $length_of_year is calculated using the date function).

Checking:

July 31 is the 213th day of the year, so 153 days remain (leap year and all that) in the year. Election day is November 2, 306 days from the start of the year and 59 days from the end of the year, so the net is 153 - 59 = 94 days (or 93+ days). To get -153 days, they must have taken 153 - 306 days.

The coder apparently got mixed up in knowing whether s/he was counting from the first or the end of the year.

Or something like that.

Cheers,
Scott.
New Duh
Days between dates is a trivial problem - julday(date2) - julday(date1) - how is it possible to mess this up?
-drl
New A triumph of algorithm VS adding a few months' days in head
New Some of us have regressed to ~ 2nd grade in maths. :-(
     Hope...is... on ....the ...way... - (danreck) - (24)
         Some delegation chair voted for "John Fitzgerald Kerry" :-/ -NT - (Another Scott) - (9)
             holy cran that is bad - (deSitter) - (8)
                 anything is possible in america - (boxley) - (7)
                     LRPD? I vote yes (if I voted) - (danreck) - (6)
                         Re: LRPD? I vote yes (if I voted) - (deSitter) - (5)
                             want to understand Korea? - (boxley)
                             You need to read about WWI - (jake123) - (2)
                                 Not for us - (deSitter) - (1)
                                     We were in both for the full haul - (jake123)
                             Re: LRPD? I vote yes (if I voted) - (danreck)
         40 year old remembers Jim Crow - (rcareaga) - (12)
             dont you mean jaime cuervo? -NT - (boxley) - (1)
                 ha, ha - (rcareaga)
             Thank you, thank you, thank you, thank you, thank you, etc. - (danreck) - (9)
                 the cult: this just in - (rcareaga) - (8)
                     Others had similar thoughts about the advantage of Bush win. - (Another Scott) - (7)
                         fuzzy calendar - (rcareaga) - (6)
                             Sacre Blue! A bug! 93+ days according to HP-41CX - (Another Scott) - (5)
                                 Re: Sacre Blue! etc - (rcareaga) - (4)
                                     Not as I read the code. - (Another Scott) - (3)
                                         Duh - (deSitter)
                                         A triumph of algorithm VS adding a few months' days in head -NT - (Ashton) - (1)
                                             Some of us have regressed to ~ 2nd grade in maths. :-( -NT - (Another Scott)
         Gracias a los Dioses Corporativos cha cha - (Ashton)

Oops. Wrong hat.
121 ms