Skip to content

Monthly Archives: March 2007

Macs (still) suck

There was a very brief two week period where I considered not hating Apple computers. But that had to end. Here’s a WTF that caught my attention. Oh Apple. You’re so smart.

Python (the computer language)

I have to write a quick post praising the almighty Python. I’ve used a lot of languages in my short time, and many of those were scripting languages. I resisted learning Python very purposefully. The language, for those who don’t know, is parsed using whitespace, which goes against every language I’ve ever [...]

Python praise: the code

from xml.sax import make_parserfrom xml.sax.handler import feature_namespacesfrom xml.sax import ContentHandlerfrom xml.sax import saxutilsimport shutilimport urllib
class PlaylistProcess(ContentHandler): def __init__(self, searchKey, songList): self.searchKey = searchKey self.songList = songList self.currSong = ” [...]

Three’s a crowd

Yeah no kidding. But I didn’t realize how true that was until tonight. I was at blockbuster and these three girls were talking. It was clear that one girl was the odd one out. I knew it right away. She would say things that seemed to fit in the conversation fine. “I like ice age” [...]

Discussion Sections Waste Everyone’s Time

I think we can all agree that, on average, section carries exactly zero worth. I will, as usual, explain with an example. I’m currently enrolled in a class called “A History of the Palestine-Israel Question”. I’m sure you are thinking “wow, nice choice. There could not be a better time in history to have a [...]

Picasa Web Albums vs. Flickr

I’m having some trouble deciding whether to use Flickr or Picasa Web Albums. I take a lot of photos, and I really want to be able to share them easily and quickly. Both apps meet my key requirements, which are probably similar for most people:

easy to order prints
relatively simple to upload
well known companies, implying I [...]

Facebook’s "Huge Mistake"

Some time ago, facebook.com decided to add a particularly controversial feature called the News Feed. For those of you who don’t know, it takes interesting facebook events and shows them in a chronological list on your home page. For instance, according to my current feed, a friend of mine just added photos, and a kid [...]

Computer Fashion

I recently got a Blackberry Pearl. I’m sure many of posts will refer to it, since it is the best thing to happen to me, ever. Well not really but you know what I mean. After getting it, I changed my main calendar to Outlook. I previously used Google calendar. There was a tough period [...]