1.
Electric Sheep Blog: Why isn't Java's Object class abstract?
If everything in Java is an Object implicitly then why is the Object class a concrete class? It could have be an abstract class with common ...
2.
Electric Sheep Blog: Why isn't Java's Object class abstract?
In Java the Object class is a concrete class. Now my question is why did the designers of the Java API make the Object class a concrete ...
3.
Electric Sheep Blog: Avoiding hell at work by spotting Dilbertian ...
Avoiding hell at work by spotting Dilbertian job descriptions ... Less is, of course, better. Some key phrases to look out for: ...
4.
Electric Sheep Blog: ViewData causing NullPointer exceptions in ...
Net MVC application ViewData will be null. Any breakpoints you set in your source won't be hit either. The solution is to set focus on a tab ...
5.
Electric Sheep Blog: Catching relative url issues in rails early ...
Jan 2, 2009 ... Catching relative url issues in rails early with --prefix. When developing in Rails, we use script/server to run the app, which makes the ...
6.
Electric Sheep Blog: Tibco's General Interface AJAX Toolkit now ...
Tibco's General Interface AJAX Toolkit now released undes the OpenBSD OSS licence. Definitely something I should make the time to take a look at. ...
7.
Electric Sheep Blog: Swap partition on Windows
I've always liked having a dedicated swap partition. The problem on Windows XP is that you get that annoying low disk space pop-up if you fill up a ...
8.
Electric Sheep Blog: Obituary: Robert Jordan
Sep 17, 2007 ... Robert Jordan, one of the finest authors I've had the pleasure of reading, passed away yesterday afternoon. He was suffering from cardiac ...
9.
Electric Sheep Blog: cleartrip.com - so usable you lose all your money
Quoting Cleartrip's about section, "Cleartrip is dedicated to making travel simple". So simple that you can easily buy tickets worth ...
10.
Electric Sheep Blog: Ruby blocks gotchas
Update 2007-11-27: As an anonymous commenter pointed out, Ruby 1.9 will indeed fix this inconsistency. The details can be found here. ...