Skip to content

Monthly Archives: April 2005

Yahoo Terms Extraction

11-Apr-05

http://www.jluster.org/2005/04/updated-y-terms-extraction-plugin/ Jonas Luster over at jluster.org is working on a WP plugin to extract terms using the context feature on Yahoo’s API. I’m keeping an eye out for his finished plugin and see about using it on my domains. Another article about the Y! service and it’s good and bad points at: http://theryanking.com/blog/archives/2005/04/10/tags-and-term-extraction/

Weblog Tools Collection Contest Blog

11-Apr-05

Weblog Tools Collection has setup a contest blog. If you’re interested in entering the contest go register on the blog here: http://weblogtoolscollection.com/pluginblog/

coming soon

10-Apr-05

I’m working on a script randomly grab mp3s from a playlist and fill a CD with shuffled songs. I’ll be using bash’s built-in random number generator which I believe is available in all versions. Here’s the shuffle function for those interested: # Usage: shuffle <filename> function shuffle () { cat "${@}"|grep -v "^#" | \ [...]

new pages

06-Apr-05

I’ve added some new pages to the right. Namely an update podcast script page and some better links to the past articles. I’ll follow this same format for future scripts when they are developed. Nothing new tonight, except a pointer to a WordPress plugin contest. I’ll be working on a couple ideas for the community [...]

busy week

01-Apr-05

It’s been a busy week and I haven’t felt much like writing. I’ve got an idea for another bash script that I’ll try to get written tomorrow. After that I plan to walk through how I’ve put my home directories into subversion and the scripts that I use to update and commit changes. I use [...]