Security Ops News

[P] [<] [N] [>] | Pages: 1 2 3 4 5

> Post #47225130 by sandbach | 907 points | 524 comments | 8h ago
Meta’s AI smart glasses and data privacy concerns
(No body text)
> Post #47223620 by ireflect | 679 points | 336 comments | 10h ago
British Columbia is permanently adopting daylight time
(No body text)
> Post #47226608 by danso | 172 points | 83 comments | 5h ago
Ars Technica fires reporter after AI controversy involving fabricated quotes
(No body text)
> Post #47228390 by zdw | 32 points | 2 comments | 1h ago
Daily Driving GrapheneOS
(No body text)
> Post #47201132 by jk_tech | 66 points | 16 comments | 2d ago
Simple screw counter
(No body text)
> Post #47228639 by littlexsparkee | 9 points | 1 comments | 48m ago
Buckle Up for Bumpier Skies
(No body text)
> Post #47224295 by nicktikhonov | 315 points | 95 comments | 9h ago
Show HN: I built a sub-500ms latency voice agent from scratch
I built a voice agent from scratch that averages ~400ms end-to-end latency (phone stop → first syllable). That’s with full STT → LLM → TTS in the loop, clean barge-ins, and no precomputed responses.

What moved the needle:

Voice is a turn-taking problem, not a transcription problem. VAD alone fails; you need semantic end-of-turn detection.

The system reduces to one loop: speaking vs listening. The two transitions - cancel instantly on barge-in, respond instantly on end-of-turn - define the experience.

STT → LLM → TTS must stream. Sequential pipelines are dead on arrival for natural conversation.

TTFT dominates everything. In voice, the first token is the critical path. Groq’s ~80ms TTFT was the single biggest win.

Geography matters more than prompts. Colocate everything or you lose before you start.

GitHub Repo: https://github.com/NickTikhonov/shuo

Follow whatever I next tinker with: https://x.com/nick_tikhonov

> Post #47227999 by adamveld12 | 24 points | 14 comments | 2h ago
Intent-Based Commits
(No body text)
> Post #47197858 by almonerthis | 26 points | 10 comments | 2d ago
Moldova broke our data pipeline
(No body text)
> Post #47204784 by aregue | 48 points | 55 comments | 1d ago
Guilty Displeasures
(No body text)
[P] [<] [N] [>] | Pages: 1 2 3 4 5