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 has setup a contest blog. If you’re interested in entering the contest go register on the blog here: http://weblogtoolscollection.com/pluginblog/
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 "^#" | \ [...]
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 [...]
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 [...]