gokuljs

↗ HN profile [ 80.9 ms ] full profile
Karma
0
Created
()
Submissions
0
  1. I have come to the conclusion that coding is a solved problem. Most normal software building is now a closed-loop problem. Codex and similar agents can already take a clear task, write the code, test it, see what…

  2. Blog: https://gokuljs.com/blogs/when-latency-becomes-audible code: https://github.com/gokuljs/GoSFU

  3. So when you're building a real-time voice system, there are a lot of hard parts that need to be handled, like voice resampling, jitter buffers, and frame pacing. This blog shows you the mental model of what happens…

  4. We say systems are “distributed”, but rarely ask how they stay consistent. What happens when nodes disagree, fail, or lag behind? This post breaks down consensus using Raft into a simple mental model.…

  5. I’ve been a backend-heavy engineer for about 4 to 5 years, mostly in startups. For about 3 months I’ve been reading and building small things, but I’m not sure if I’m progressing or just spinning. I also don’t really…

  6. I’m trying to get an honest perspective on how hiring managers evaluate candidates with startup heavy experience and short tenures. I have ~4.5 years of experience as a software engineer, mostly in early-stage startups.…

  7. Blog: https://gokuljs.com/blogs/retrieval-from-first-principles

  8. Blog: https://gokuljs.com/blogs/retrieval-from-first-principles

  9. I’ve been working on real time voice agents and put together a write up of what I’ve learned about the full stack including WebRTC media transport, streaming STT, incremental LLM inference, and TTS, along with where…