A “Smart Disorganized” Tech Blog
-
Mind Traffic Control Bug
A recent change in Mind Traffic Control introduced a bug preventing those who weren’t already logged in from logging in. This is now fixed.
-
CoffeeScript and Raphael.js
I’ve been working on a project based on some of my recent artistic works. I thought I’d do it using a Processing sketch embedded in a web-page. It’s not that I was particularly happy with Java applets (in 2011!) but I figured I’d make use of the Processing code I already had. After a whole…
-
RIP John McCarthy
John McCarthy has died. Discussion on Lambda the Ultimate.
-
Linux Commands For The Web
Can’t remember if I saw this before, or if I posted it, but it’s beautiful. One of my favorite business model suggestions for entrepreneurs is, find an old UNIX command that hasn’t yet been implemented on the web, and fix that. talk and finger became ICQ, LISTSERV became Yahoo! Groups, ls became (the original) Yahoo!,…
-
The Future of Arduino and Android
Very interesting talk by the creator of Arduino about their plans for integrating with Android.
-
Verpa's Gmail lib
Playing with this library to access my Gmail account via IMAP. Seems pretty simple and convenient, though fairly basic.
-
RIP Dennis Ritchie
Forget Steve Jobs, the guy who invented C has died!
-
BEACHhtml on GitHub
It’s kind of trivial, but I put the html generating code that I mentioned in this post into GitHub. Mainly because I wanted to be able to share it between a couple of different projects and it made sense to use a Git submodule. So here it is.
-
Google's Dart
So Google’s Javascript replacement language, Dart goes public. Looks awfully like Java with a smattering of CoffeeScript. I like the empty compact constructor and the one-liner functions. But I’m not sure what those colon ones are doing. Presumably some jQuery-like action with the document.query(). Looks a little bit messy, but then Javascript has got kind…
-
How GitHub Scales Its Culture
Good explanation of the GitHub culture, built, as you’d expect, around asynchronous pulling.
Got any book recommendations?