Tag: #real-time
Writing on GPUs, LLMs, MLOps, Kubernetes — and mindset · 5 posts
SOTA Real-Time Video Analysis — Tracking, Understanding, Efficient Inference
A survey of SOTA trends in real-time video analysis. We cover video understanding tasks like action recognition, object tracking, and temporal segmentation, the SAM 2 family concept of video segmentation and tracking, tr
2026-06-30 · 21 min read #ai-papers#video-understanding#object-tracking#sam2#action-recognitionThe 3D Pipeline — Real-Time Games vs. Offline Film
This guide surveys the entire 3D asset pipeline from modeling to rendering. It organizes how the real-time rendering of game engines differs from the offline render farms of film, optimization concepts like LOD, poly bud
2026-06-27 · 17 min read #3d-pipeline#real-time#offline-rendering#game-engine#gltfStream Processing 2026 Deep Dive - Kafka Streams, Flink SQL, RisingWave, Materialize, Arroyo, ksqlDB, Bytewax, Decodable
The 2026 stream processing landscape. Flink 2.0 broke the library-vs-DB boundary with Disaggregated State and Materialized Tables; Kafka Streams 4.0 absorbed queue semantics via Share Groups; RisingWave 2.x and Materiali
2026-05-16 · 25 min read #stream-processing#kafka-streams#flink#risingwave#materializeWebSocket & Real-time Communication Complete Guide 2025: SSE, Socket.IO, Chat/Notifications/Collaboration
Everything about real-time communication! WebSocket protocol, SSE (Server-Sent Events), Socket.IO, chat system implementation, real-time notifications, collaborative editing (CRDT/OT), Pub/Sub patterns, horizontal scalin
2026-03-25 · 26 min read #websocket#real-time#sse#socket-io#chatBuilding Real-time Financial Data Pipelines: A Practical Guide to Kafka and Flink Streaming Architecture
A comprehensive guide to designing and implementing real-time financial data pipelines. Covers Kafka-based market data ingestion, Flink stream processing, CDC integration, windowed aggregation, anomaly detection, and low
2026-03-13 · 14 min read #finance#kafka#flink#streaming#data-pipeline