You can also also view the full archives of micro-posts. Longer blog posts are available in the Articles section.
Some interesting resources on Scheme by Philip Bewig, who you may know if you happen to spend some time on Programming Praxis. There are also nice Awk scripts lurking around on his site. #scheme
I love the design of Thomas Honeyman’s website. I yet have to find some more time to read (and grasp) his blog posts.
Nice resource: Functional programming in Clojure. #clojure
Functional and scripting languages are more concise than procedural and object- oriented languages; C is hard to beat when it comes to raw speed on large inputs, but performance differences over inputs of moderate size are less pronounced and allow even interpreted languages to be competitive; compiled strongly-typed languages, where more defects can be caught at compile time, are less prone to runtime failures than interpreted or weakly-typed languages. — A Comparative Study of Programming Languages in Rosetta Code
Lisp Flavoured Erlang, or the best of both worlds for s-expr-based distributed systems?
Should read: Inference of complex population histories using whole-genome sequences from multiple populations. #bioinformatics
Already watched the first five Seasons of Morden i Sandhamn. I like this series a lot, and the format is definitely a plus (3x45’) for me.
Phabricator is a set of tools that help companies build better software, faster. May be a good alternative to self hosting a Git like platform?