Embedded Systems • Jul 06, 2010 Catching Exceptions via NSInvocation and NSProxy Is No Longer Possible in Objective C
Embedded Systems • Jun 30, 2010 D – The Little Language that Could D promises to bring a number of modern language concepts and constructs to low-level systems while yet producing a fairly efficient runtime.
Functional Programming • Apr 25, 2010 Matchure: Serious Clojure Pattern Matching Matchure is, a pattern matching library for clojure featuring: equality checks, sequence destructuring, map destructuring, regexp matches, variable binding, “instance of” checking,
jRuby • Apr 07, 2010 Easy Data Visualization with JFreeChart The next time you’re looking to visualize data in your JRuby or Java application, don’t overlook JFreeChart.
Planning Your Project • Mar 24, 2010 Why We Probably Won’t Sign Your NDA Entrepreneurs and potential customers sometimes ask us to sign non-disclosure agreements (NDAs) as part of figuring out whether we can help them or not.
Java • Mar 18, 2010 Lazy Thread-Safe Collections in Java I recently needed to update some Java code that was frequently making unecessary calls to an external web service.
Software Science • Feb 24, 2010 "All input is evil until proven otherwise. That’s rule number one." The simplicity of this approach means that the instruction set doesn’t have to change and the code stays binary-compatible.