Tuesday, June 24, 2008
Google Code Project
Tuesday, June 17, 2008
OS X Terminal Fun with Fortune
I have known about Fortune for several years now, and I randomly thought about it today. I wondered, could I have fortune give me a fortune each time I open a new terminal window. After a little digging and worrying about it being complicated, I simply tried to just place the path of fortune into my .profile. Voila! Now, every time I open Terminal, I am greeted with a neat little fortune.
In order to do this, you'll need macports installed.
If you already have them installed, simply install fortune:
Then, edit your ~/.profile
Add the path to fortune at the end of the file:
I love it! :)
In order to do this, you'll need macports installed.
If you already have them installed, simply install fortune:
sudo port install fortune
Then, edit your ~/.profile
mate ~/.profile
Add the path to fortune at the end of the file:
/opt/local/bin/fortune
I love it! :)
Labels: geek
Friday, June 6, 2008
Last.fm Tagger 1.1
I just implemented a feature to sort artists by name. I got a comment on my build.last.fm project page that commented about how the tagger works when artists in iTunes are sorted by name. Instead of relying on iTunes, I am now sorting by artist name in the actual code.
Not a huge change, but slightly significant. I am working on win32 compatibility also. If anyone can help, that would be great!
Ideally, I want to check the ENV constant for a string of /windows/i and then load win32ole gem and then abstract the iTunes interface to handle it properly.
Download last.fm tagger 1.1
Not a huge change, but slightly significant. I am working on win32 compatibility also. If anyone can help, that would be great!
Ideally, I want to check the ENV constant for a string of /windows/i and then load win32ole gem and then abstract the iTunes interface to handle it properly.
Download last.fm tagger 1.1
Labels: last.fm, lastfmtagger, ruby
Subscribe to Posts [Atom]