I’ve been quite busy with work and haven’t had the opportunity to blog lately. However, I’ve accumulated a fair number of items tagged as ‘to read’ and should have more material to write about soon.

To get things started, I just finished reading ‘The Hidden Boot Code of the Xbox‘ and thought it was pretty good.

It discusses some of the security mechanisms implemented in the Xbox’s (apparently not so) hidden boot code and the various vulnerabilities that are present (or were present depending on your Xbox version). If you can ignore the harshness of certain parts, it is a fairly interesting piece. It must be tough developing within the constraints of 512bytes (not to mention the timing constraints of the very competitive console industry), I wouldn’t fault the engineers.

The article’s talk back page is here.


Leave a Comment




  • Windows Live Writer isn’t bad Until recently, the bulk of my writing was done on a Mac using Ecto.  I was looking for a suitable publishing tool for Windows and was directed towards ...

  • Pet Peeve: Don’t email my password to me in plain text You know the drill. Signup for some random service on the internet Receive a confirmation email with your account information or Forget a password for some random service ...

  • Eclipise Memory Analyzer (MAT) I must say the Eclipse Memory Analyzer looks pretty slick. There is some pretty good material over on the developers blog. Lastly, there was a talk on it ...

  • Open-source Web-based Code Review Tool: Rietveld Guido van Rossum, of Python fame, has recently released a Django-based application that enables web-based code reviews... Rietveld. It supports any language and currently can hook into Subversion repositories. You ...

  • An implementation of the JVM in Javascript? Caught this over on JavaPosse Google Groups. Essentially, some bright fellows over in Japan have developed a bytecode->javascript compiler. There's a demo floating around that took a Tetris ...