Sunday, July 29, 2007
Kiddie Koruption
How To: Teach a child to program - Lifehacker
Teach a Kid to Program / Wired How To's
O'Reilly Radar > Why Johnny Can't Program
Wednesday, July 25, 2007
Leaving Linux Kernels
Why I quit: kernel developer Con Kolivas | APC Magazine
Tuesday, July 24, 2007
The One True Alt-Tab
Wednesday, July 18, 2007
Now Now, be a good mailing list
How to Help Mailing Lists Help Readers (Results of Recent Data Analysis)
Monday, July 16, 2007
Yet Another Linux Page
Linux Links - The Linux Portal
Friday, July 13, 2007
Twittery
Okay, so I started using Twitter and, of course, whenever I start to use something like this, I start trying to use it as efficiently as possible. Unfortunately, the Emacs Twitter tool on the Emacs wiki doesn't seem to work for me very well. I'm using v21, which gives me some kind of error return from the URL fetch. And I would like something easy to use from the command line too, so I worked up this little bash function, which uses curl (obviously):
function twit() {
curl -s -u twituser:twitpass -d "status=$*" http://twitter.com/statuses/update.xml >/dev/null
}
Now I can just type in twit This is an update
and the update goes right to twitter. Oh, goodie goodie!
Twitter Fan Wiki / API Docs
Sunday, July 1, 2007
Google Linux Repositories
Cool page showing how to configure various Linux distros for including updates to Google Linux apps (which at this point is only Google Desktop and Google Picasa). The step by step GUI configuration lists Ubuntu 7.04 (Feisty), Debian GNU/Linux 4.0 and openSUES 10.2, while the command line list includes APT, YUM, urpmi, YaST2, and RPM.
Google Linux Software Repositories