Luke Oliff · Blog
Writing.
Original posts, published first on this site. Imported posts live in the archive.
SearchAI (30)Announcement (1)API (23)API Design (14)Career (4)Community (1)Developer Experience (43)Engineering (117)Funding (3)Git (6)GitHub (1)Industry (23)Latency (2)MCP (1)News (11)Open letter (2)Open Source (11)Open Weights (1)OpenAI (1)Opinion (22)Politics (1)Release (1)Security (7)Speech-to-Speech (2)Speech-to-Text (9)Streaming (4)TIL (101)TTS (30)Voice Agents (7)Voice AI (72)
213 posts
2019
TIL: Parsing JSON API Responses With jq in the TerminalOriginalPipe any JSON response into jq and get coloured, filtered, transformed output without opening a file or writing a parser.TIL
TIL: Forwarding Localhost With ngrok for Webhook DevOriginalOne ngrok command gives any local server a public HTTPS URL. Webhook testing goes from impossible to trivial in under five seconds.TIL
TIL: Testing WebSocket Connections With wscatOriginalA single wscat command opens an interactive WebSocket session to any endpoint. No browser, no boilerplate, just connect and send messages.TIL