March 2008
8 posts
I have come to the conclusion that I probably don’t need a new computer, but I could really do with a second (or bigger) monitor. Coding at home is pretty damned painful on my one little 17” one, sadly.
http://www.classnamer.com/ →
classnamer.com
I’d love to believe that I’m above using this.
“yeah baby see we talk to each other about programming on the internet and sometimes this program responds with jokes about butts”
—falafel on #cobol. Sadly very accurate.
Deli owner's shock at finding shop hit by late-night blaze →
edinburghnews.scotsman.com
This Deli is at the foot of the building I live in, so that was an exciting night stood outside last night.
Play
Implementing The Disposable Pattern In Scala →
blog.omega-prime.co.uk
Excellent walkthrough of a method to implement the IDisposable pattern from C# using Scala. The use of structural types (which I didn’t know about until this was pointed out) to add support to any class with a close() method is particularly impressive; a very practical example.