Website profile

@Thepracticaldev

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
articles per day
Categories
  • 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.

Hold with a pointer, or hold Space or Enter.

News

DEV Community
dev.to > fawinell > i-built-a-radio-station-with-one-listener-and-it-runs-in-a-terminal-4g7h

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…...

DEV Community
dev.to > nabeelbaghoor > transcribing-a-lecture-and-transcribing-a-caller-are-not-the-same-problem-45j0

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....

DEV Community
dev.to > c1-anderson > a-models-opinion-is-not-a-price-the-day-a-ps1499-charger-repriced-a-speaker-5hfn

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…...

DEV Community
dev.to > cdieck88 > recovering-a-lost-rns-510-radio-code-with-a-python-script-531i

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....

DEV Community
dev.to > sarantoon > thonburiantts-vs-omnivoice-vs-elevenlabs-which-thai-tts-sounds-most-human-2op0

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…...

DEV Community
dev.to > gideonsterling9643 > realtime-audit-signals-for-voice-lobby-fan-out-and-why-delivery-evidence-matters-1if0

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…...

DEV Community
dev.to > ilya_mozerov_867dbdd91feb > a-failed-voice-path-should-change-the-next-call-mi1

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…...

DEV Community
dev.to > techygeeks1 > soundgeek-offline-audio-cleanup-with-sherpa-onnx-and-avalonia-36om

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…...

DEV Community
dev.to > voxrtio > how-we-prepared-voice-cloning-tts-to-run-on-device-184

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…...

DEV Community
dev.to > lluisestape > designing-a-5-band-parametric-eq-from-the-biquad-up-in-matlab-367n

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....