Tag: #realtime
Writing on GPUs, LLMs, MLOps, Kubernetes — and mindset · 4 posts
WebSocket, SSE, and Polling — Choosing a Realtime Transport, and Why Most Cases Do Not Need WebSocket
Most requirements labelled realtime turn out to be one-directional delivery from server to client, and in that case SSE is far simpler than WebSocket while running on the HTTP infrastructure you already have. Automatic r
2026-07-26 · 13 min read #web#websocket#server-sent-events#realtime#scalabilityCRDT and Local-First Engines in 2026 — A Deep-Dive Comparison of Yjs, Automerge 3, Loro, Replicache, Liveblocks, Zero
The 7 ideals laid out by Ink and Switch in their 2019 "Local-first software" essay only really matured into shippable engineering by 2026. Yjs has become the de-facto standard inside collaborative editors, Loro 1.0 has e
2026-05-15 · 19 min read #crdt#local-first#yjs#automerge#loroWebSocket Real-Time Communication & Observability/Monitoring Complete Guide
From WebSocket/SSE/gRPC real-time communication principles to building observability with OpenTelemetry, Prometheus, and Grafana.
2026-04-12 · 13 min read #devops#websocket#realtime#observability#monitoringVoice Chatbot Building Guide: STT/TTS Pipeline and Real-Time Voice Interface Implementation
Everything about voice chatbot construction. Covers Whisper STT, TTS engine comparison, real-time voice streaming architecture, WebSocket-based bidirectional communication, LLM integration, latency optimization, and prod
2026-03-08 · 43 min read #chatbot#voice#stt#tts#speech-recognition