I brain coded a static image gallery in a few hours
For quite some I wanted to write a small static image gallery so I can share my pictures with friends and family. Of course there are a gazillion tools like this, but, well, sometimes I just want to roll my own. I took the opportunity during our stay in Schwaz to take a few hours and hack together snig, the (small | static | simple | stupid | …) image gallery. Here you can see the example gallery (showing some of the pictures I took in Schwaz). I used the old, well tested technique I call brain coding, where you start with an empty vim buffer and type some code (Perl, HTML, CSS) until you’re happy with the result. It helps to think a bit (aka use your brain) during this process. According to my timetracker I spend 8h 15min (probably half of it spend fiddling with CSS…). Installation…