Today's Projects

I did three things today:

  • I got an antenna extender for my new Linksys WRT54G and relocated the antenna high on the wall to increase the signal strength. I can now get a decent signal on my powerbook if I sit in the yard behind my apartment.
  • I installed PmWiki on my powerbook. I had previously tried MoinX to use as a personal wiki for note taking & storing snippets but I didn’t like having yet another application running. Since I already have apache with PHP running, I wanted something written in PHP that will run on it. I looked at a few but I chose PmWiki because it’s very fast, very easy to install, and doesn’t use MySQL.
  • I wrote a PHP & MySQL based web front-end for the iTunes Music Library on my Mac Mini. I had tried a certain iTunes sharing product. Although the developer is very nice and I’m working with him to fix the bugs, it’s just not very usable. It’s way too slow starting up, runs as an application requiring user interaction to start up, and is very buggy. Once again I wanted to take advantage of apache, which is already running. I used SQLTunes to build a database from my iTunes library and wrote a PHP script to present it nicely and with most of the features of that other product. The script is available here.

2 thoughts on “Today's Projects”

  1. I run Media Wiki as a personal note-taking space. Do you think PmWiki is better for that?

    I noticed zpedia.org, a project by Aaron Swartz, says "Powered by Infogami." The site is a wiki, and Infogami is Aaron's new startup company which promises "a whole new way to share information" or something to that effect. I wonder what he has in store. I'll be keeping an eye on that.

  2. I like PmWiki because it's by far the fastest wiki I've seen, probably because it uses text files rather than a database. It's also the easiest to install.

Comments are closed.