PwnageTool 2.0

July 19th, 2008

PwnageTool (jailbreaking/unlocking for iphone) has been released. There’s enough excitement that all the mirrors are (essentially) down, so I’m mirroring a copy too.

PrintRoom Albums

April 10th, 2008

I today had the unfortunate experience of having to deal with PrintRoom, which is pathetic. Not only do all pictures (in my case, anyway) get stamped with a low-rent watermark, but they’re shown through a flash-based interface, and scaled to 1.2x original size by a low-quality algorithm!

Needless to say, I took personal exception. So I wrote a script to download all the photos out of a PrintRoom album. It required a perl interpreter, the LWP::Simple module, and wget installed on your system. If you don’t know what this means, the script is not for you. If you have a compatible system and are stuck with printroom, then download the script.

More battle apps added

February 8th, 2008

While updating my scripts to deal with the latest little captcha deal, I noticed that two more apps have been added to the battle (read: spam?) apps family. So, in addition to the cheats for Vampires vs Werewolves, Skiers vs Snowboarders, Pirates vs Ninjas and Santa vs Grinch, I’m now introducing the cheats for Cops vs Robbers and Democrats vs Republicans.

Whew! When it takes a whole paragraph to list essentially identical applications, maybe it’s time to stop making more of them. In any case, the scripts can be downloaded from the FaceBook battle apps page as usual. Have a great trip upwards through the ranks!

More on facebook battle apps

February 8th, 2008

As users of my scripts have undoubtedly noticed, the battle apps have added annoying little captchas to their page during a battle, to prevent any automated playing. So of course, I’ve updated my scripts to deal with them. Go to the battle apps page, and grab the latest scripts. Enjoy your climb through the ranks :)

OSXCrypt and TrueCrypt afterthoughts

February 7th, 2008

So I’ve been playing with OSXCrypt and TrueCrypt for a few days now, and found out some things that aren’t so obvious from the websites.

  • Both can only format in the FAT filesystem. Since their primary virtue over encrypted DMGs is cross-platform portability, this probably isn’t too big of a deal.
  • You can use the disk utility to reformat a mounted encrypted volume if you want another filesystem.
  • With TrueCrypt volumes, you can’t eject from finder, with OSXCrypt you can eject from finder but need to complete from command-line anyway.
  • OSXCrypt is MUCH faster than the official TrueCrypt release. I didn’t do benchmarking, but the difference is easily noticeable.
  • You can’t copy large files into a TrueCrypt volume unless you use Disk Utility to reformat to another filesystem.
  • OSXCrypt doesn’t yet do full-disk encryption, and seems to be unable to create an encrypted disk larger than 1GB.
  • TrueCrypt has a GUI, but it doesn’t really feel like it was designed for mac. OSXCrypt has no GUI, but it’s pretty self-explanitory usage (I had an easier time figuring out OSXCrypt than TrueCrypt).
  • It seems that OSXCrypt won’t mount images that don’t have a .img suffix (due to their usage of hdiutil).
  • From what I’ve seen around the internet, OSXCrypt is currently more reliable than TrueCrypt.

While it seems neither is quite ready for day-to-day use, I’ll be sticking with OSXCrypt and/or sparseimage files for now. I’m certainly looking forward to support of full-disk encryption, however.