• "I learned a hell of a lot designing and building Dopplr. I still stand by a lot of the principles that we as a team tried to follow." So did we all, Matt; it's still a model in the background of my head for things I work on.
  • "Gor is a simple http traffic replication tool written in Go. Its main goal is to replay traffic from production servers to staging and dev environments." Handy to know about.
  • "While collaborating with the geniuses at Bot & Dolly in beautiful San Francisco, Munkowitz was tasked to Design Direct a truly unique piece called BOX.. The piece was originally supposed to function as a Technology Demo, but Munkowitz and the team quickly realized it's visual potential and transformed it into a Design and Performance Piece… The resulting short film is a one-of-a-kind visual and technological achievement due to the very special combination of talent and gear behind the doors of the B&D facility…" Projection mapping and motion control all at once; very clever, sure. But it's the art direction of the whole performance (and the camera's dollybot is very much part of that) that really grabbed me – especially 'Escape'.
  • ""Prisms" is fully algorithmic. There are no cuts, just one continuous generative animation. All decisions (camera work, movements, formations, etc…) are made by my system's interpretation of the audio track. My work was creating the system and then curating its output or, to put it another way, I just wrote a computer algorithm, and the computer did it all."
  • "Sheetsee.js is a JavaScript library, or box of goodies, if you will, that makes it easy to use a Google Spreadsheet as the database feeding the tables, charts and maps on a website. Once set up, any changes to the spreadsheet will auto-saved by Google and be live on your site when a visitor refreshes the page." This is good.
  • "All it takes to get a website going for a repository on GitHub is a branch named gh-pages containing web files. You also don’t need a master branch, you can have a repo with just one branch named gh-pages. Here is what I think is really cool, if you fork a project with just a gh-pages branch, you’re only a commit away from having a live version yourself. If this repo being forked is using sheetsee.js then everyone is a fork, commit and spreadsheet away from having a live website connected to an easy (a familiar spreadsheet UI and no ‘publish’ flow because Google autosaves) to use database that they manage (control permissions, review revision history)." Very smart.
  • Hosted statistics tool with attractive interface and smart API. Not cheap for its single-tier plan ($99/mo), but looks like it might be worth a poke.
  • "Analog a la carte is an experiment I (@urtubia, @bigrobotstudios) am conducting for rendering sequences on real synths remotely. This webfrontend will enqueue sequences into a job list that is read by a raspberry-pi at "headquarters". Once the raspi receives the job, it then both sends the sequence via midi to a synth and records it in realtime. Finally it encodes the resulting audio file into an mp3 file and uploads it to Amazon S3, so that this server is nice and ready for getting more sequence requests."
  • "About 1 minute and 4 seconds after Gunpoint became available for pre-order on the evening of Monday the 27th of May, it had recouped its development costs. This was not entirely surprising, since the only direct development cost was buying Game Maker 8 for $30 three years ago.

    The surprising bit happened next." It is really lovely that Gunpoint has worked out so well for Tom. It's an interesting little game, and I'm glad he's going to keep poke "interesting" games rather than having to make a pile of money. Well done him.

  • "I wanted to compile a list of online, Web-based tools that Web engineers can use for their work in development, testing, debugging and documentation." It is a really good list (I say this mainly because the first thing on the list is RequestBin, which is the thing I always forget the name of).