Security Ops News

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

> Post #47225130 by sandbach | 1072 points | 606 comments | 11h ago
Meta’s AI smart glasses and data privacy concerns
(No body text)
> Post #47229344 by ingve | 64 points | 9 comments | 2h ago
Arm's Cortex X925: Reaching Desktop Performance
(No body text)
> Post #47223620 by ireflect | 804 points | 400 comments | 13h ago
British Columbia is permanently adopting daylight time
(No body text)
> Post #47226608 by danso | 278 points | 162 comments | 8h ago
Ars Technica fires reporter after AI controversy involving fabricated quotes
(No body text)
> Post #47203827 by darshkpatel | 17 points | 1 comments | 2d ago
We Built a Video Rendering Engine by Lying to the Browser About What Time It Is
(No body text)
> Post #47201132 by jk_tech | 128 points | 36 comments | 2d ago
Simple screw counter
(No body text)
> Post #47224295 by nicktikhonov | 396 points | 120 comments | 12h 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 #47229119 by ingve | 28 points | 8 comments | 2h ago
I built a pint-sized Macintosh
(No body text)
> Post #47228639 by littlexsparkee | 36 points | 8 comments | 3h ago
Buckle Up for Bumpier Skies
(No body text)
> Post #47196864 by ingve | 44 points | 7 comments | 2d ago
DOS Memory Management
(No body text)
[P] [<] [N] [>] | Pages: 1 2 3 4 5