8 days before PS3 ships in US – people lining up outside stores already

Since Sony has announced limited shipping volumes between when the PS3 goes on sale in the US on Nov 17 and the end of the year, there are some determined people who have already started camping outside stores to ensure they get their hands on one on day one.

Since stores also only had guarantee of a limited number machines for day one, preorders were also limited at a number of stores (10 per store), like EB Games and GameStop.

Looks like if you’re not already in line then there’s probaby no chance of getting one on day one at this point.

Static code analysis tools for Java

As Java is a statically typed language (meaning that variables are strongly typed and do no change type at runtime, unlike dynamically typed languages like Perl, Python, Groovy etc), it is possible to build tools that can analyze your code and look for common problems.

There are a number of these tools already out there, including FindBugs and PMD. Greg Sporar gives a quick overview of each in his blog on java.net.