Apple TV Hacking: success!

Posted by rae in Reid, entertainment, hardware, homeowner, software
at 2:11 am on Tuesday, 25 March 2008

I managed to get ssh working at last. And then I tried to enable USB storage, but that was a mistake. I thought it meant I could plug in a USB drive and the Apple TV would play content off of it. But no, it meant rebuilding the kernel so that any USB drive plugged in to the Apple TV would have its main disk copied to it.

The idea is that this external, much larger disk will be the new boot volume. But that’s not what I wanted at all. So the Apple TV got stuck, so .. I reset to factory settings (that’s a brilliant option, btw).

So, I know I can do it now. The scripts “out there” are pretty rough and tumble. I’m thinking I may create a Mac OS X 10.4.9 partition on my Mac Pro, just so that I can copy over all the missing frameworks and libraries so that I can get things like wget to work..

Add the first comment

Using Jaiku now more than Twitter

Posted by rae in software, the Net
at 1:20 pm on Tuesday, 19 February 2008

I noticed this last week that Jaiku has an IM interface now, and I find my self using it more than Twitter. In many ways, Jaiku is like Twitter 2.0. Each status update can have comments appended to it, and an icon attached to it.

There’s also the usual cell-phone integration too.

Add the first comment

MacHeist

Posted by rae in software
at 2:53 am on Monday, 14 January 2008

MacHeist App List

Well, with Macworld looming this week, there are lots of promotions out there. I just bought a MacHeist bundle of several small apps.

I bought it for a few reasons:

  1. There are at least two really good apps, and one (Pixelmator) I’ve been curious about)
  2. A percentage of the price goes to a charity of my choice
  3. It’s pretty cheap for all those apps ($50)

Update (2008-01-16): the last app, Pixelmator, was unlocked only a day after I got the bundle, so now I am a completely happy camper..

Add the first comment

Countdown to Ubuntu 7.10

Posted by rae in software, the Net
at 12:50 am on Friday, 5 October 2007

Add the first comment

OpenProj

Posted by rae in development, software
at 2:04 pm on Friday, 24 August 2007

OpenProj

Today’s SourceForge newsletter mentioned a project I hadn’t heard of before, OpenProj.

A quick trip to the OpenProj SourceForge page later, and I realized another big Microsoft app had an open source replacement: MS Project.

it’s written in Java, and there is no Mac-specific distribution, so I grabbed the OS-independent zip and just double-clicked the .jar file, which worked fine. Apparently it can read and write MS Project files too.

I didn’t do much more than create a document and save it, but I’m hoping this will be a useful tool for free software projects all over.

4 Comments

Talkshoe

Posted by rae in friends, software, the Net
at 3:29 pm on Saturday, 24 March 2007

talkshoe.com looks like an interesting alternative to Skype for online meetings/chats. If someone else could create an account and let me chat with them to try it out, I would appreciate it.

Thoughts going out today to Peter and Laura and especially Jon.

1 Comment

Chandler 0.7alpha4 released

Posted by rae in software, work
at 1:56 am on Friday, 1 December 2006

Chandler by OSAF
The latest version of the open source application I work on is available for free download.

I think I might try to get Luisa to use this version so we can share a calendar.

2 Comments

WordPress catching on

Posted by rae in software, web site
at 3:33 pm on Tuesday, 21 November 2006

It’s heartening to see the rest of the world climbing on board the WordPress bandwagon.

Of course, *I’m* thinking of moving now to Typo. Bwah hah-hahhh.

2 Comments

Mininova Torrent Jam

Posted by rae in entertainment, software, the Net
at 3:47 pm on Saturday, 7 October 2006

torrent jam
Look at how many people are torrenting (click for current list)
Wow, I figured that with the season 3 premiere of Battlestar Galactica, there would be a lot of BitTorrent activity, especially since here in Toronto Space isn’t showing it until tonight, but over 25,000 people?

Egad.

4 Comments

Going Native - iTerm 0.7.8 Intel build

Posted by rae in development, software, work
at 10:05 pm on Tuesday, 26 September 2006

iTerm
click to download iTerm 0.7.8 intel
Now that I’m on my Mac Pro full time, I’m on the hunt for native Intel apps. Mostly I’m finding my main tools are already Universal (a side benefit for waiting for the Mac Pro before jumping on the Intel bandwagon).

However, one app I use almost 24/7 was problematic: iTerm, a terminal program.

Now, iTerm has been universal (meaning it has both native PPC and Intel code) since version 0.8. However, I have found all versions after 0.7.8 to be buggy and not well-behaved. I tried downloading the latest and greatest stable version, but i started getting rendering errors (blocks of black showing up) and the main text was over-bold for some reason (I was able to tone it down by setting the colour to a very drak grey instead of black).

Well, I’ve had enough. iTerm is open source, so I checked out the version of iTerm that was current as of 0.7.8 (which has a modification date of Mar 11 2004) and built it as an Intel binary (not universal - maybe later when I have copious amounts of spare time). This wasn’t rocket science - zero coding was required. Indeed, I didn’t even have to change **anything**.

You can grab it here: iTerm 0.78 intel

Here’s all I did:

cvs -z3 -d:pserver:anonymous@iterm.cvs.sourceforge.net:/cvsroot/iterm co -D 2004-03-11 -P iTerm
open iTerm.xcode
Xcode proceeded to update the project and somehow magically set the target architecture to i386. Cool. I clicked on “Build” and away it went.

When it was done, lo and behold there was an Intel version of iTerm sitting in the “build/Development” folder. I double-clicked it and, booya, it ran fine.

Now the development version is not for distribution so, okay, I changed *one* setting: I changed the popup that said “Development” to “Deployment”. Another click on “Build” and there sat another iTerm in build/Deployment

I hope this is of use to someone other than me. I’m I the only one who finds iTerm 0.8 and later frustrating?

Add the first comment