I was speaking with a friend and he doubts that Bush won’t get re-elected because he believes that most of America is too happy with Bush. While I don’t entirely disagree about Bush’s re-election chances, I have to hope that my friend is “misunderestimating” the ability of the American public to see what’s going on, despite what FOX News might be saying (recent polls seem to some mixed signs).

Out of curiousity I just took the SelectSmart 2004 Presidential Selector. It’s not bad, although not that informational. It certainly could be made much better by specifically gridding out the issues, allowing something akin to a +/-5 type thing, and being interactive so you could pop up each candidates stance and see how they reflect to your opinions. That being said, it at least has some semblance of accuracy. It put me as most closely matched to Dean. By comparison, Bush was at 7%.

Current programming projects:

  • Comic Book Reader – learning Cocoa/Objective-C, what better way to learn than to program something useful?
  • Azureus – doing some work on this BitTorrent client to see if it can be easily ported to OS X.
  • P2P Identity/Relationship Tool – as yet unnamed project, but it should be pretty cool
  • blogging tool – finish blikiliner. To possibly add: bitflux/other integration, nEcho support, post aggregration (via bookmarklet? scraping?); do cool stuff w/ blo.gs rss cloud

God, I sincerely hope the stupid chimp was who wrote the layer handling for Netscape 4 has either 1) learned how to program or 2) gone back to waiting tables and isn’t inflicting more pain on the world. I’ve wasted an hour tediously debugging a page layout because ‘document.write’ was blowing up in an absolutely positioned div. DOCUMENT.WRITE! Good lord.

The problem? Turns out, that although elements within an absolutely positioned div somewhat respect the z-index, both background rendering and event capture (the click-plane) don’t, and instead are laid down in document order. Don’t ask me how this interaction barfs with document.write but not static content, I have no frickin’ clue how something could be this badly written.

I’m sure this has been documented somewhere before, but frickin’ A. It’s disgusting.

(not even going to talk about why absolute divs were necessary in the first place because of other NS4 shortcomings — this is why doing front-end work drives me batty)