iTunes music store is being restocked
Looks like Apple pulled more than just the NBC content from iTunes this evening. Let’s hope they’re just restocking for the holidays.
Looks like Apple pulled more than just the NBC content from iTunes this evening. Let’s hope they’re just restocking for the holidays.
Coolest bug I’ve seen in a while: “Infinite Desktop.”
At long last, Sam Steele’s MobileScrobbler iPhone app has been released via Installer.app. This is the first AudioScrobbler / Last.FM social music client. As you listen to music on your iPhone or iPod Touch, MobileScrobbler sends the title, artist, and album to the Last.fm website. Last.fm uses this information to suggest new music, new friends, concerts, and events based on the music you listen to.
* Automatically submits songs as you listen to them
* Works over EDGE or Wifi
* Queues songs when you’re in an area with no signal
* Runs as a native application, not inside Safari
* Source code available under GNU General Public License version 2
![]()
Apple has improved the compatibility of Leopard’s Mail.app messages in one key way- you can now truly attach files instead of embedding. I can’t tell you how many times I’ve been annoyed with the process of trying to get an attachment to precisely go at the very end of a message.
This is important because Microsoft Outlook often does not display inline attachments in a meaningful manner. Most users won’t even see them and if they do, it’s probably because the Microsoft Exchange server broke the inline attachment and signature out of your email and made them both attachments. Ugh.
Poster Allen Hancock on MacOSXHints calls it “Send ‘real’ attachments in Mail messages.”
![]()
The option is located on the “Edit” menu under the “Attachments” option.
I know I’ve seen mobiletorrent mentioned before, but a BitTorrent Client for iPhone is just crazy.
From the Google Code page:
Warning
The use of BitTorrent is heavily network intensive and may breach the terms of your cellphone contract if used over EDGE, not to mention possibly incurring phenomenal cost if not on an unlimited data plan. Thus, this application (when complete) will not permit Torrents to download if the iPhone is not connected to the internet over Wifi.
Finally, the WebKit team has added support for Enhanced Rich Text Editing in version 3. One less reason to fireup ‘ole clunky Mac Firefox.
Check it out- just click the text and editing controls appear.
The good folks at Code42 have made some changes to the way that CrashPlan is loaded and controlled at the system level. After a bit of digging, I’ve got it figured out.
They are now using launchd to control the engine. So at boot, the following is executed by kernel_task (with root perms):
launchctl load -w /Library/LaunchDaemons/com.crashplan.engine.plist
This means that launchd is constantly monitoring the process to make sure that it is running. Should make the software even more reliable.
To unload the software as a mere mortal, I issued:
sudo launchctl unload -w /Library/LaunchDaemons/com.crashplan.engine.plist
The -w flag adds the “disabled” key from to plist to keep launchd from immediately relaunching the process.
All loaded processes can be listed per user and sudo can be adding to list the system-level processes.
launchctl list
My final crontab:
30 7 * * * root launchctl unload -w /Library/LaunchDaemons/com.crashplan.engine.plist
30 9 * * 1,2,3,4,5 root launchctl load -w /Library/LaunchDaemons/com.crashplan.engine.plist
0 18 * * 1,2,3,4,5 root launchctl unload -w /Library/LaunchDaemons/com.crashplan.engine.plist
30 23 * * * root launchctl load -w /Library/LaunchDaemons/com.crashplan.engine.plist
Usingmac.com reveals a few more more of the gianornous Leopard icons. Very cool-
So the iPhone 1.1.2 jailbreak indeed works. Make sure you have 45 minutes or so to complete the current hack. Steps include:
1. Installing the Octohack from Installer.app
2. Updating to 1.1.2 in iTunes
3. Downloading the 1.1.2 jailbreak
4. Installing the readline library
5. Running jailbreak.jar
6. Rebooting!
The only tricky part was installing the readline library. It isn’t mentioned in any of the instructions and if you don’t do this, the hack fails without any worthwhile error.
Download the zip here. You need to copy:
libreadline.5.2.dylib
to:
/opt/local/lib
Then, proceed with launching jailbreak.jar. After some waiting, you will be ready to reboot, reboot and run with it.