Image 01 Image 02

0
Posted on 30th January 2012 by Sebastian

You may already know imgur, an image host you can use freely for whatever you please.

An interesting fact about them, however, is that each picture given a name consisting of only 5 alphanumerical characters. This leaves for roughly 916 million different names. As it turns out, there appears to be around 90 million uploaded images[1], which means that if we randomly guess a name for a file, we have an about 1 in 10 chance of actually finding an image.

Those odds are pretty good, so I wrote a small application which does just that.

Download the latest version here (or get the source code directly from github)
[...]

  1. [1] Rough estimate based on empirical observations.

3
Posted on 27th May 2010 by Sebastian

These last few days, most of the people I know’ve been playing Manufactoria, a game revolving around fixing up robots in a turing machine-esque manner. (If you’re at all into programming, I suggest you check it out. Also, rate it high!)

Quickly, one starts running out of levels to solve, however, so I’ve decided to make a small collection of additional levels you can play. Mind you, I have not solved all of these myself, so the unsolved ones may very well not be solvable in the space allotted. Caveat emptor.
[...]