Feb 19, 2007
You know those little arrow links that appear next to track names and artists in iTunes? Typically, clicking them takes you to the iTunes Store page for that item. What I didn't know is that Option-clicking them will take you to related items in your music library, a feature I've always wanted.
The best part: you can invert the behavior so that the arrow takes you to your library's items by default. Simply type "defaults write com.apple.iTunes invertStoreLinks -bool YES" (without ...
Jan 29, 2007
Today I noticed that my MySpace profile looked awful in Internet Explorer. I recently changed some stuff in my profile but didn't touch my custom CSS. However, after looking through the code, I discovered the problem: MySpace is now scrubbing out "<!" from my profile.
This is bad, because I make use of Internet Explorer's conditional comments to hide some CSS from the browser. Basically, I was using this:
<![if !IE]>
<style>
.yourStylesHere { font-weight: bold; }
</style>
<![endif]>
Now, the "<!" bit is replaced with "..", ...
Apr 15, 2006
I recieved my VS-840 multitrack recorder a few weeks ago and it's a nice little machine. I am getting started with recording and this will be the heart of my setup. Despite not having anything the plug into it yet I've already gotten used to some of its features. However, the total time I can record on a Zip 100 disk on medium-high quality is 49 minutes between all tracks. That means for a simple stereo 2 track recording I ...
Aug 17, 2005
Wow!
I'm on the front page of Hackaday! My recent article on Linux on the 2G iPod mini was accepted as a Hackaday post... very nice. Thanks guys!
Check out the Hackaday post if you haven't already.
Aug 17, 2005
Update: (2005-08-17 5:05 pm) This story has made news on Hackaday!
WARNING: This procedure is unsupported by Apple, the iPodLinux project, or myself. I, Reid Burke, can not accept any responsibility for any damage this procedure may cause to your iPod, your computer, or your sanity. I hosed my firmware the first time I tried this (used the wrong bootloader when testing this procedure), and although I recovered my iPod, you lose all of your music and settings on the iPod. ...