A while back Yahoo! had an event where they gave away spare, old computing equipment to employees for free. I picked up a Stackable Systems rackmount server with a Pentium 3 850 MHz and a 36 GB Seagate Cheetah drive. My hope was to make a Linux box out of this, since there are no less than 4 computers in my home and surprisingly, all are running Windows, disconcerting for a geek like myself. Sure I have Cygwin on my Windows machines, but nothing beats the real thing.
Author Archives: Marc
CSI
Got this in the mail today and found it to be amusing:
I wonder what’s next…”Desperate Rabbis”… ? 🙂
Developer Todo
Interesting little program for maintaining todo lists:
freshmeat.net: Project details for Developer Todo
I gave it a quick spin and it’s nice, but I’ve been pretty happy with using TWiki for managing tasks, plus it doubles as my status report. It might be interesting if I could use devtodo or an external script to generate in TWiki format, but I’m not sure it’d be worth the effort.
Mozilla Thunderbird 1.0.1 Release Candidate – MozillaZine Talkback
Release candidate builds of Mozilla Thunderbird 1.0.1 are now available. Like last month’s Mozilla Firefox 1.0.1, this new version will just fix a few security and stability bugs; it’s not a major update.
Mozilla Thunderbird 1.0.1 Release Candidate – MozillaZine Talkback
Search Panel
Here’s an interesting little search sidebar that uses the Yahoo Web APIs. I found about it from this press release.
Search Panel, the popular browser companion which lets users search as they surf, now supports Yahoo! search. Thanks to Search Panel’s flexible architecture, the Yahoo! feed was fully integrated just one week after Yahoo! announced its API.
Here’s the search panel, which adds itself as a sidebar to IE:
http://www.naturallyopen.com/searchpanel.html
Galleon
Damn, I wish I had a TiVo that could run HME (I have a TiVo Series 1 and a DirecTiVo – neither of which can run the TiVo 7.x OS needed for HME :-() so that I could try this:
http://galleon.sourceforge.net
Fixed my blog layout for IE
I noticed while posting to my blog that the layout was totally and completely broken on IE (but fine on Firefox). After some trial and error, I tracked it down to my x2vnc post, which had some wide content inside <pre>
tags. The quick fix that I made to repair the main page of my blog was to add a <!--more-->
before that part of the post, which probably made sense anyway, plus it allowed my main page and my archives to look decent again.