Monthly Archives: August 2005

Firefox web developer extension

http://webdeveloper.mozdev.org/ Very useful Firefox extension. The ability to graphically display CSS information (id, class etc) makes CSS customization a lot quicker.

Tagged | 1 Comment

Bash brace expansion

Brace expansion is a Bash shell feature that I never seem to remember. [dan@ganymede ~]$ echo httpd.conf{,.bak} httpd.conf httpd.conf.bak [dan@ganymede ~]$ echo abcd{1,2} abcd1 abcd2

Posted in General | Tagged | Leave a comment

Google Talk

I’m sure everyone who is interested has already heard about and probably even tried Google Talk. I really like the simple interface they have chosen; it is somewhat similar to my Jabber client of choice, Gossip. What is most interesting … Continue reading

Tagged | Leave a comment

Software patents

For an interesting opinion on software patents check this article out. I really like his conception of the line between what is patentable and what is not.

Tagged , | Leave a comment

Commentary on the GPL

Qt, the GPL, Business and Freedom The above is an interesting commentary on the GPL. He shares a view that I have held for quite a while; software ISVs are not white knights that are required to move Linux forward. … Continue reading

Posted in General | Tagged | Leave a comment