My History with Browsers Part 1: A History Lesson of Sorts
At first I used Internet Explorer because we had a free trial of MSN. Then we switched to MCI, who used Netscape (although you could also use IE) and I mostly used Netscape. I think this was around Netscape 4 or 5. I really liked Netscape A LOT and used it almost to the exclusivity of Internet Explorer. Of course, those were the exciting days when every few months Netscape and Internet Explorer would release a new version. As I’ve commented in previous posts, whether or not Firefox ever gains a dominant share (and the same with Linux vs Windows), its mere presence will necessitate innovation from Microsoft. You may have noticed that IE stayed at version 6 for a very long time until Firefox started getting really popular. But I digress. Netscape had all the best plugins and I thought it was the ultimate in the Web experiences. I coded all of my websites with Netscape in mind.
Are We Still at War?
I’ve had this rhetorical question in my mind for quite some time now. There was a time, not too long ago, when the Iraq War dominated the news. Not only that, but people were protesting. Remember Cindy Sheehan who was camped outside Bush’s house in Texas and leading all these anti-war rallies. About four months ago, it all disappeared. Coincidentally, this is more or less the same time when Britney Spears had her breakdown and the Presidential Primaries started getting interesting.
Would you elect a black man or white woman?
I’ve always been a bookworm and so around the age of 11 or 12 I asked all my male and female friends whether they would vote for a black man or a white woman for president. Everyone, male and female alike would always say black man. I was surprised that the ladies didn’t stick up for one of their own. I was so surprised, that I would ask my friends this question every couple of years. We moved a little and I also changed who I hung out with so I wasn’t always asking the same people. Yet, even though high school and college a majority would say they would rather go for a black man.
Hacking Flickr
So, thanks to a problem I had with rigging up Nick in " Sugar", I’ve temporarily lost interest in animation. This happens to me all the time, and I think I’ve mentioned it before in previous blog posts that I’m too lazy to look up before that I tend to gain and lose interest in my hobbies. For example, I haven’t touched the Wii since I beat Mario Galaxy during Christmas and until this recent problem with “Sugar” happened, I hadn’t done any programming in about a year. Even my interest in photography has ebbed so much that I let my subscription to Digital Camera Magazine lapse.
IceWM
After a light window manager roundup in the latest LXF (Issue #103) I decided to give IceWM another shot. I had looked at it once before and found it to both be bare and lacking any programs in the IceWM->Programs menu. It loaded up ridiculously fast, which was nice. Unfortunately, for some strange reason, loading up Rythmbox also loads up the Gnome background. I understand that the Gnome libraries are loaded for whatever necessary reasons when Rhythmbox loads up, but I think it’s pretty rotten behavior to usurp the desktop background! I wonder if this is worth filing a bug report about with Gnome developers.
Vietnamese Zodiac
In celebration of the new year, and to solve a problem that I explain on the page, here’s a program to figure out which Zodiac animal corresponds to each year: Vietnamese Zodiac
I’m still working some kinks out such as the fact that unicode is currently not working on my blog so depending on whether I’m testing a new feature there may be some breakage.
What I was up to last night
I was writing a GUI for Pydvdauthor, my program for creating DVDs on Linux from an MPEG file. I wrote this in order to help me create the XML files necessary for dvdauthor. Here’s what the GUI looks like right now:
I updated the project on freshmeat, but they haven’t updated my main page yet. You’ll know because the tar file will be 0.1.6. I’m pretty excited as this is my first non-toy program GUI. With time it’s gotten easier and easier to do them - they were quite intimidating at first.
Another example of when the command line trums the GUI
Whenever you’re working with the file directory structure or with text in general, you can’t do any better than using the command line. For example, I was recently copying a bunch of files off of some old CDs because I was noticing that they were starting to develop bit-rot. (I couldn’t access all the files anymore) For reasons I don’t wish to get into right now, it’s easier to not have spaces in filenames in Linux. It’s not because Linux can’t handle spaces in filenames - it can. But if you’re a semi-hacker like me, spaces in filenames can wreak total havoc on your scripts. So I wanted to remove spaces off of around 200 or so files.