Install
A constructive and inclusive social network for software developers. With you every step of your journey.
- 10,547articles · 30d
- 51+ min agolatest article
- Aug 14, 2026earliest in window
- 97%with images
- 293avg words
- software 9,782
- coding 9,567
- development 9,533
- engineering 9,513
- community 9,490
- inclusive 9,453
- ai 8,020
- webdev 5,774
- programming 5,176
- productivity 3,522
- python 2,979
- technology 2,884
- artificial intelligence 2,833
- security 2,741
- devops 2,740
- llm 2,311
- architecture 2,272
- agents 2,176
- tutorial 2,112
- javascript 1,943
- Software Dev. 9,747
- Science & Technology 9,618
- Computers & Electronics 7,455
- Business & Industrial 815
- Internet & Telecom 776
- Economy, Business & Finance 385
- Finance 333
- Arts, Culture, Entertainment & Media 247
Please confirm you are human
This browser or connection looks automated. Press and continuously hold the control for 3 seconds to enable Google-hosted web results and, when separately allowed, AI-assisted answers.
A successful check enables 100 search requests. Interactive access does not authorize scraping, systematic collection, or reuse of search output.
News
I built a radio station with one listener, and it runs in a terminal
1+ hour, 59+ min ago (638+ words) The film above is 86 seconds, and the middle of it is a real on-air moment. There is a longer unedited recording at the top of the repo README. Watch either first, with the sound on. The rest of this post…...
Transcribing a Lecture and Transcribing a Caller Are Not the Same Problem
7+ hour, 46+ min ago (957+ words) The first time I opened a Retell call transcript, I assumed I already knew this problem. I had shipped LectureNotes AI before that: a note-taking app that records a lecture and turns it into a summary and a revision outline....
A model's opinion is not a price: the day a £14.99 charger repriced a speaker
12+ hour, 45+ min ago (853+ words) Here is Friday's version of it, with the numbers as they happened. A Raspberry Pi case. Aluminium, fan, power button, the kind that sells new on Amazon for £26.99 and has done for a year. Tuesday's number was an identification bug…...
Recovering a lost RNS 510 radio code with a Python script
18+ hour, 25+ min ago (74+ words) I upgraded the stereo in my Volkswagen Tiguan to a newer system, which left the old RNS 510 for... Tagged with python, vw, rns510, code....
ThonburianTTS vs OmniVoice vs ElevenLabs: Which Thai TTS Sounds Most Human?
21+ hour, 17+ min ago (543+ words) By Nokka | September 11, 2026 The question Thai voice creators ask most is "is there a TTS that actually sounds human?" The answer shifted a lot this year, because there are now both models built by Thai teams and foreign models that…...
Realtime Audit Signals for Voice Lobby Fan-Out (and Why Delivery Evidence Matters)
2+ day, 32+ min ago (479+ words) For a gaming voice lobby, the least complex design that still gives operators trustworthy evidence is a small audit stream beside the media path: emit immutable events, attach a monotonic sequence, fan them out to dashboard consumers, and record what…...
A Failed Voice Path Should Change the Next Call
3+ day, 15+ hour ago (345+ words) Our local voice reflex had a sensible routing rule: when the workstation was occupied and the event was proven, deliver it locally. Then the local TTS engine failed. The next proven event met the same predicates and tried the same…...
SoundGeek: offline audio cleanup with sherpa-onnx and Avalonia
3+ day, 20+ hour ago (190+ words) Most of us record in rooms that were never meant for it. A fan in the corner, a laptop fan under the mic, a fluorescent buzz that only shows up on playback. The usual options are a full DAW you…...
How we prepared voice cloning TTS to run on-device
5+ day, 15+ hour ago (778+ words) We trained a text-to-speech model with voice cloning that fits into 100 MB (fp16) and runs on-device for synthesis, from smartphones to a Raspberry Pi. The model is in a file, generation happens on the device. No API, no cloud backend at…...
Designing a 5-band parametric EQ from the biquad up, in MATLAB
6+ day, 1+ min ago (1394+ words) A build log on a 5-band parametric equalizer written entirely in MATLAB: the filter design in detail,... Tagged with matlab, audio, dsp, showdev....