For some reason my blogs have been spamming Planet Ubuntu. While I am glad I bought a new laptop I am sure you people are sick of hearing about it. :D
I've updated my RSS feed on Planet in the hopes that this will fix it. Two things can happen here. It will either Just Work(tm) and the planet returns to normal ... OR I will spam planet with all my previous blog entries and yet another entry on my new laptop.
If it ends up spam, just make fun of me in the comments. Tell a funny story about me or something...
I'm thinking about getting a new laptop.
Posted by: Kurt von Finck | December 01, 2008 at 19:48
Yeah, a new one.
Posted by: Kurt von Finck | December 01, 2008 at 19:48
I'm thinking about it.
Posted by: Kurt von Finck | December 01, 2008 at 19:48
I like laptops.
Posted by: Kurt von Finck | December 01, 2008 at 19:49
Kurt: you should blog about it! :)
Posted by: Daniel Holbach | December 02, 2008 at 00:10
Jorge, do you know how to delete everything that's not an mp3 file in a directory? ;)
Posted by: Bill Childers | December 02, 2008 at 04:36
@Bill
Something like this? (feel free to fine-tune the regex and/or use the file command instead of grep)
find -maxdepth 1 -print0 | grep -v "mp3" | xargs -0 rm
Posted by: Eddie | December 02, 2008 at 10:55
@Eddie - something like that. It's an old joke with Jorge.
Posted by: Bill Childers | December 02, 2008 at 17:21
Awesome! you did break the internets...
Posted by: Igor | December 02, 2008 at 17:32
Yeah... anything else?
Posted by: computer repair Toronto | October 12, 2009 at 12:23