Got 201 things. Showing items 1 to 10.
tweet

Trying to do something with Linux that even Linus strongly recommends against. This could only end badly.

12th January 2012 11:21 AM
 
tweet

Surprisingly few good wiki & forum apps. If @atlassian had a discussion app bridging Confluence & JIRA, it'd be the perfect support portal.

30th November 2011 3:45 PM
 
tweet

The @commbank secure prepaid card site is signed by "YALAMANCHILI SOFTWARE EXPORTS LIMITED". Probably outsourced, but not very reassuring.

7th November 2011 7:44 AM
 
tweet

Looks like you can take a random's #myki receipt, add a 0 in the 7th place of the PAN, guess the last digit and register it as yours. Hmm...

12th October 2011 6:37 AM
 
tweet

Why is using == between strings in Java not a compiler error? When would anyone *ever* want to compare strings referentially? #csharprocks

15th August 2011 12:37 PM
 
tweet

I liked Google better when it was various shades of blue, instead of this mish-mash palette of distracting colours everywhere.

2nd July 2011 10:29 AM
 
blog post

Network shares and XBMC on Apple TV 2

The Apple TV 2 is a great piece of hardware, but by itself it isn't particularly useful unless your life revolves only around the Apple universe. Luckily, once jailbroken and loaded with XBMC (thanks to the instructions here), it makes one of the best media centre devices, and also one of the cheapest (compared to devices like the Boxee Box or Popcorn Hour).

It isn't perfect (720p max, can't hold and scroll on the remote, occasionally crashes...), and I wish I had Boxee's awesome remote, but its ability to play pretty much any format at that price outweighs all its flaws. Plus as a bonus, it still works fine as an Apple TV, including AirPlay (one of the few useful out-of-the-box features), even while inside XBMC.

The XBMC port is still a bit green though, but is generally fairly stable and usable. I had issues connecting it to my Linux-based NAS via SAMBA though - XBMC/Apple TV 2's SMB (network/Windows shares) implementation doesn't seem to be able to do authentication properly, at least the secure kind. It just sits there, and eventually comes up with an 'operation not permitted' error.

After picking through the XBMC logs on the Apple TV 2 and SAMBA logs on my NAS, I had a hunch it was authentication encryption causing the issue, so I disabled it with the following parameters in smb.conf -

encrypt passwords = no
null passwords = yes

Everything worked.. except Windows. Windows 7 (and possibly Vista as well) refuses to authenticate with a network share via unencrypted means, for good reason.

There isn't a solution yet, but there is a workaround - by setting authentication to occur on a per-share basis on the NAS, instead of a per-user basis, XBMC can access shares with guest permissions as SAMBA does not require authentication and defaults to guest on those shares. (You can still choose to authenticate to those shares, and Windows will automatically try to do so with your current credentials.)

To do this, simply add or change the following line in your smb.conf -

security = share

On the shares that you want to be able to access from XBMC, add the following option -

guest ok = yes

Restart SAMBA, and you should be able to connect from XBMC.

(As an aside, I believe that's how Windows works as well, because I could access the guest-allowed shares on Windows from XBMC fine, but not the secured ones.)

published 14th May 2011 7:12 PM
 
tweet

The @telstra support line (1258880) is a Telstra-only number. I only have an iPad plan. So I'm unsupported w/o a Telstra voice service? WTF.

10th May 2011 10:59 PM
 
tweet

Want a ticket straight to the deepest, darkest most evil recess in C++ hell? Chain constructors.

10th May 2011 8:23 PM
 
tweet

Hey @westpac, the official NZ earthquake appeal (http://bit.ly/gZCbZT) is powered by your NZ arm. Is there a way to donate in AUD?

28th February 2011 6:21 AM