dctanner

↗ HN profile [ 1247 ms ] full profile
Karma
0
Created
()
Submissions
9,198
  1. HTML5 WebSockets give you a persistent connection between server and browser which you can use to send text data back and forth. Here we explore an event-centric message format on top of WebSockets to ease the…

  2. Dragonfly is a Rack app to handle image resizing on the fly, usually with S3 as the file store.

  3. The reporting application I'm working on does a date-range select against a table with ten million rows. It took over two minutes to execute. I cut it down to around two seconds without significantly changing the…