dctanner
- Karma
- 0
- Created
- ()
- Submissions
- 9,198
- Sled is Claude Code on your mobile with voice (sled.layercode.com)
- Pusher - Realtime client push service powered by websockets (pusherapp.com)
- A JSON event-based convention for WebSockets (blog.new-bamboo.co.uk)
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…
- Brain Dump of Real Time Web(RTW) and WebSocket (blog.new-bamboo.co.uk)
- On-the-fly image resizing Rack application (blog.new-bamboo.co.uk)
Dragonfly is a Rack app to handle image resizing on the fly, usually with S3 as the file store.
- Database Optimization for Rails Apps (blog.nbwd.co.uk)
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…