frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

StreetComplete: Fixing OpenStreetMap, one tiny quest at a time

https://streetcomplete.app/
537•kls0e•7h ago•125 comments

Local, CPU-Friendly, High-Quality TTS (Text-to-Speech) with Kokoro

https://ariya.io/2026/03/local-cpu-friendly-high-quality-tts-text-to-speech-with-kokoro/
47•speckx•1h ago•11 comments

30papers.com – Ilya's 30 essential ML papers, in a beginner friendly format

https://30papers.com/
191•notmcrowley•4h ago•32 comments

AI Meets Cryptography 1: What AI Found in Cloudflare's Circl

https://blog.zksecurity.xyz/posts/circl-bugs/
24•duha•1h ago•0 comments

Chat Control 1.0 and 2.0 Explained

https://fightchatcontrol.eu/chat-control-overview
206•gasull•5h ago•60 comments

A better way to tie gym shorts (or any drawstring) [video]

https://www.youtube.com/watch?v=3R0Lp86GEBk
371•surprisetalk•7h ago•140 comments

l: A new runtime for k and q

https://lv1.sh/
38•skruger•1h ago•18 comments

Jim's TrueType QR Code Font

https://github.com/jimparis/qr-font
72•arantius•3h ago•6 comments

Notes on Software Quality

https://anthonyhobday.com/blog/20260410
21•speckx•1h ago•5 comments

Fixing analog audio on the $2.58 HDMI-to-VGA adapter

https://nyanpasu64.gitlab.io/blog/hdmi-vga-dac-audio/
34•zdw•2d ago•10 comments

Why we built yet another Postgres connection pooler

https://pgdog.dev/blog/why-yet-another-connection-pooler
72•levkk•4h ago•9 comments

Show HN: Docx-CLI: agents read/edit Word docs using 1/2 the time and tokens

https://github.com/kklimuk/docx-cli
16•kirillklimuk•1h ago•7 comments

Astro 7.0

https://astro.build/blog/astro-7/
99•saikatsg•1h ago•21 comments

Show HN: Davit, a Apple Containers UI

https://davit.app
17•xinit•1h ago•1 comments

Chat Control passed first round in EU Parliament

https://www.heise.de/en/news/Showdown-in-Strasbourg-The-unexpected-return-of-Chat-Control-1-0-113...
412•miroljub•4h ago•187 comments

Automating AI Away

https://replicated.live/blog/away
56•gritzko•4h ago•30 comments

MacSurf 1.68 – NetSurf on OS 9 Released

https://github.com/mplsllc/macsurf/releases/tag/v1.86
47•mplsllc•3h ago•8 comments

Herdr: One terminal to rule them all

https://herdr.dev/
5•handfuloflight•5d ago•0 comments

China sentences official to death for taking $325M in bribes

https://www.bbc.com/news/articles/c33y0n1v1xjo
167•randycupertino•3h ago•190 comments

The revenge of the philosophy majors

https://www.nytimes.com/2026/07/05/business/philosophy-majors-ai-jobs.html
95•benbreen•5h ago•145 comments

Show HN: Rowboat – Open-source, local-first alternative to Claude Desktop

https://github.com/rowboatlabs/rowboat
9•segmenta•3h ago•2 comments

9 Mothers (YC P26) Is Hiring in Austin, TX

https://9mothers.com/careers
1•ukd1•7h ago

Microsoft fire idTech team at Id software

https://gamefromscratch.com/microsoft-fire-idtech-team-at-id-software/
379•bauc•4h ago•378 comments

Show HN: Halo – open-source, tamper-evident runtime evidence for AI agents

https://github.com/bkuan001/halo-record
7•brian_kuan•5h ago•1 comments

Computational Balloon Twisting: The Theory of Balloon Polyhedra [pdf]

https://cccg.ca/proceedings/2008/paper34full.pdf
15•luu•5d ago•0 comments

Why skilled workers come to Germany and then leave again

https://www.dw.com/en/germany-migrants-skilled-workers-integration-labor-market-bureaucracy-langu...
82•theanonymousone•9h ago•181 comments

98% isn't much

https://whynothugo.nl/journal/2026/07/03/98-isnt-very-much/
405•speckx•7h ago•264 comments

Amazon without the knockoffs

https://knockoff.shopping/
262•plurby•4h ago•182 comments

GitHub Freno: cooperative, highly available throttler service

https://github.com/github/freno
24•nateb2022•1d ago•0 comments

Reducing Doom Loops with Final Token Preference Optimization

https://www.liquid.ai/blog/antidoom
18•dataminer•3h ago•4 comments
Open in hackernews

Local, CPU-Friendly, High-Quality TTS (Text-to-Speech) with Kokoro

https://ariya.io/2026/03/local-cpu-friendly-high-quality-tts-text-to-speech-with-kokoro/
47•speckx•1h ago

Comments

lostmsu•54m ago
> Apple M2 Pro: 4.5 seconds

> AMD Ryzen 7 8745HS: 1.5 seconds

These two can probably do it much faster on their iGPUs.

teravor•44m ago
kokoro is decent but pocket-tts is much better especially when you rip a good voice. https://github.com/kyutai-labs/pocket-tts

the onnx version of pocket-tts does perform better. https://huggingface.co/KevinAHM/pocket-tts-onnx

mscdex•38m ago
I've found that for CPU inference the PyTorch-based (non-quantized) version of Pocket TTS actually performs (both speed and quality-wise) better than the ONNX version, even after fiddling with all of the knobs that ONNX provides.
teravor•36m ago
i found the exact opposite, the pytorch version on the cpu barely does over 2 times realtime while i can get the onnx int8 version to reach 5x.
kn100•38m ago
I'm using exactly this TTS engine for my intercom door system I built. The quality of the TTS is very good.
0gs•28m ago
kokoro is surprisingly great at nuance but it's tough to improve that last ~2% or so. kokoro + rvc is really great too; i use that for ELEMENT47, the LLM-centric comedy podcast i do that i wish more people would listen to. (e47.net , feel free to subscribe!)
elevation•23m ago
Any good debian-ish distros that integrate TTS and STT in a usable shell?
SubiculumCode•19m ago
kokoro is very nice, but I am disappointed that this wasn't an announcement of a new kokoro version.
dvt•15m ago
I'm using Kokoro for a fun little side-project browser-based game I'm working on. It's legitimately super good for being only 85mb (for the wasm version) or 300mb (for the webgpu version).
dmayle•6m ago
Fun... This is something I actually care about...

I used to keep a version of whisperx around, because I think it's important to have not just transcription, but also timing and speaker identification (e.g. for subtitles)... It depends on pyannote, though, which has some wierd licensing (and is tougher to script the installs because of it), so I wanted to look at something that both had better transcription, and supported diarization (the speaker and timing). I decided on parakeet for the transcription with softformer (the diarization), but most of the available engines for it don't include softformer.

I coded up an OpenAI compatible server for parakeet-rs ( https://github.com/altunenes/parakeet-rs ) (which does support softformer) and I've been using it with OpenWhispr (a desktop app for transcription that handles all sorts of neat thing).

I'm doing CPU-only transcription (because I use my GPUs for other stuff and haven't gotten around to adding in the GPU-path), but it's incredibly empowering to be able to have local transcriptions at will.

othmanosx•1m ago
Yeah, we need to keep up with how quickly AI types back to us, typing on the keyboards is no longer quick enough, gotta dictate everything now.