Picture Infrastructure

January 15th, 2015
blog, pictures, tech
Every year I go back over the pictures I have and put up a selection of them under jefftk.com/pictures. For the first eight years or so this was just a simple list of thumbnails linking to larger versions of the images:
  <a href="family_dinner.jpg">
    <img src="family_dinner-tn.jpg"></a>
  <a href="alex_jeff_alice_rick_music.jpg">
    <img src="alex_jeff_alice_rick_music-tn.jpg"></a>
  <a href="davy_alex.jpg">
    <img src="davy_alex-tn.jpg"></a>
Clicking on a picture, viewing it, and clicking back is kind of annoying, so I added a lightbox view last year. This year I wanted a better experience on my phone, so I rewrote the lightbox code to handle phones. [1]

Over time the thumbnails got bigger and bigger as ideas about acceptable bandwidth have changed:

year height
2005 96px
2006 96px
2007 96px
2008 96px
2009 96px
2010 128px
2011 200px
2012 300px
2013 300px
2014 400px
At this point the 96px thumbnails are awkwardly small, so I've now gone back over all the years to bring thumbnails up to size and add the mobile-suporting changes I had made for 2014. I've also added srcset support for 2x displays:

   sed 's~img src="\([^"]*\)-tn.jpg"~
          img src="\1-tn.jpg"
              srcset="\1-tn.jpg 1x, \1-2x.jpg 2x"~'

(Historical consistency was very helpful here.)


[1] Code is on github.

Comment via: substack

Recent posts on blogs I like:

Ozy at LessOnline!

I will once again be a guest at LessOnline, alongside many other writers whom you no doubt like less than you like me: Scott Alexander, dynomight, Georgia Ray, David Friedman, Nicholas Decker, Jacob Falkovich, Kelsey Piper, Alicorn, Aella, etc.

via Thing of Things March 23, 2026

Daycares and the Brown School

As someone in Somerville I notice that there are quite high prices regarding childcare. The average family in Somerville pays $1,100 to $3,500 for daycare per month, and I want to make the costs more affordable. I have also noticed that housing is quite …

via Lily Wise's Blog Posts March 22, 2026

2025-26 New Year review

This is an annual post reviewing the last year and setting intentions for next year. I look over different life areas (work, health, parenting, effectiveness, etc) and analyze my life tracking data. Highlights include a minimal group house, the usefulness…

via Victoria Krakovna January 19, 2026

more     (via openring)