Hacker News with Generative AI: Real-time Systems

Back to basics: Why we chose long-polling over websockets (inferable.ai)
Like many teams building real-time systems with Node.js and TypeScript, we've been exploring ways to handle real-time updates at scale. Our system handles hundreds of worker nodes constantly polling our PostgreSQL-backed control plane for new jobs (tool calls issued by agents), while agents themselves continuously pull for execution and chat state updates. What started as an exploration into WebSockets led us to a surprisingly effective "old-school" solution: HTTP long polling with Postgres.
Show HN: IsMyAIDown – AI status monitor with Phoenix LiveView. Can you crash it? (ismyaidown.com)
An experiment in real-time distributed systems with Elixir/Phoenix. Questions, suggestions or feedback? Let me know! 🙏
Real-time Linux leads kernel v6.12's list of new features (zdnet.com)
It took its own sweet time -- over 20 years! -- but real-time Linux finally made it into the mainline Linux kernel.  It's baked inside Linux kernel version 6.12. This is a major new release.