August 7, 2010
I keep coming back to this one.

I keep coming back to this one.

August 2, 2010
"My ability to decide how I feel about Wikileaks’ activities is totally annihilated by my ongoing realization that it cannot possibly be real. It’s a plot device in a near-future thriller novel. I mean, seriously, semi-stateless man with an unusual appearance uses an army of anonymous allies to expose governments’ secrets, and posts an insurance file in public with some kind of deadman switch in case he’s taken out by his enemies? That shit does not happen in real life. Julian Assange is a Neal Stephenson character who’s escaped in to the real world."

Tomorrowful on MetaFilter (via Simon Willison)

July 22, 2010
Co-worker: moved files
Co-worker: scourge of p4
Me: more like code, the scourge of p4
Me: p4 would be so happy if it didn't have to deal with the contents of files
Me: just the metadata
Me: who has what opened when
Me: it loves that
1:28pm  |   URL: http://tmblr.co/Zn_4byoQcDC
Filed under: perforce 
July 18, 2010

May 25, 2010
Identity crisis

Web apps should look like great web apps. Not like 2rd rate desktop apps.

As Rumi once said, either be as you seem, or seem as you are. Otherwise we get into this uncanny valley situation.

10:42am  |   URL: http://tmblr.co/Zn_4bybehjC
  
Filed under: web ui 
March 24, 2010
Game of Life Implementation in Erlang

This is a Game of Life implementation written in Erlang. Each cell is handled by a single process and each process talks to nearby cells via message passing to figure out state. At the end of the simulation the cells send their final state back to the root node i.e. the process that spawned them. I tried to stick with Erlang conventions for recursion and whatnot, but there are some rough edges, aesthetically speaking around the array handling. Still it works, as far as I can tell.

March 9, 2010
Find file, cd to parent directory

For jumping around in elaborate source trees.

Usage:

cdto [search root directory] [case insensitive filename]

If you just want to search current directory:

cdto [case insensitive filename]

Automatically appends * to search filename.

Update October 10, 2011: There are some nifty cd related scripts in this assorted archive of shell scripts on GitHub. The CDPATH stuff is pretty neat.

5:48pm  |   URL: http://tmblr.co/Zn_4byQ5MlQ
  
Filed under: bash cli 
Liked posts on Tumblr: More liked posts »