r/programming • u/WerWolv • 2d ago
r/programming • u/scrollin_thru • 2d ago
Automating immersive reading
smoores.devI took a week off from work recently to reimplement Storyteller's forced alignment algorithm. Storyteller is an open source, self hosted platform for creating, managing, and reading/listening to "readaloud" books ā books that have audiobook narration built in and can highlight each sentence (and/or word, with this new algorithm!) as it's read aloud. Forced alignment is the process of determining where each piece of text starts and ends in the audiobook.
Anyway, I am really pleased with how the new algorithm turned out! Hopefully someone else finds it interesting as well.
r/programming • u/Obvious_Set5239 • 1d ago
C++ metaprogramming now looks like Python
reddit.comr/programming • u/yawaramin • 3d ago
</> htmx ~ Building Critical Infrastructure with htmx: Network Automation for the Paris 2024 Olympics
htmx.orgr/programming • u/gajus0 • 3d ago
Zod v4.5 adds schema compilation (3-9x faster validation)
x.comr/programming • u/yogthos • 3d ago
Wrapping GTK4 in 800 lines of Clojure with Jolt
yogthos.netr/programming • u/deniskyashif • 3d ago
Crossing Boundaries with Integration Events
deniskyashif.comHow to turn internal domain facts into reliable contracts between bounded contexts.
r/programming • u/Bassfaceapollo • 4d ago
Crystal Lang: Releasing Execution Contexts
crystal-lang.orgAbout a month ago, Crystal's multi-threading moved out of preview. I'm a little late with the blog post, but figured I'd share it here in case someone is interested in the language.
To those unfamiliar with Crystal, it's basically an AoT-compiled language with a syntax that's inspired by Ruby but with static type safety.
It doesn't have a big org behind it, so Manas Tech still working on the language and shipping enhancements is quite amazing imo. I will add that while it's used by Kagi and Lavinmq, I don't think either company has the same resources to pour into Crystal as Jane Street does with OCaml.
I haven't really had the chance to play around with the changes. So, got no clue on what the experience is like.
r/programming • u/Ok_Stomach6651 • 5d ago
How we saved 100 terabytes of memory by optimizing 1.1.1.1ās DNS cache
blog.cloudflare.comr/programming • u/fykup • 4d ago
Follow-up: Running the same Spring Boot app on a 256 MB VPS with JDK 25
pvrlabs.xyzFollow-up to my 512 MB Spring Boot experiment: I tried the same application on a 256 MB Alpine VPS.
JDK 21 struggled badly at this size, but with JDK 25 and a tuned 80 MB heap, the app plus lightweight monitoring completed a one-hour run without restarts or OOM kills.
Still not something Iād recommend for normal production, but the difference was interesting.
r/programming • u/mmatloka • 4d ago
Log-first or Table-first? Apache Kafka, Fluss, & Streaming Tables
softwaremill.comr/programming • u/sarans22 • 5d ago
How Jekyll Works
sarans.soI like Jekyll a lot. Hope you find it useful.
If you notice any errors or have thoughts to share, don't hold back in the comments or DMs. All feedback is genuinely welcome š.
r/programming • u/Codeblix_Ltd • 6d ago
GitHub confirms Actions outage caused by database issue
githubstatus.comIf your GitHub Actions jobs are stuck in "Queued" or waiting for a runner, GitHub has now confirmed there is an incident.
GitHub says they identified an issue with a database primary and are failing over to a replica.
Actions is affected, and GitHub Pages is also experiencing degraded performance.
So if you have been checking your workflow, runner settings, permissions or billing, it might not be your configuration.
Status page:
https://www.githubstatus.com/incidents/y1t7p9fzrlj2
Hopefully this saves someone else from spending an hour debugging their YAML.
r/programming • u/der_gopher • 6d ago
How to drive your frontend from the backend
packagemain.techr/programming • u/avkijay • 6d ago
SQLite in Production with Built-In Litestream Replication
openrun.devr/programming • u/yui01 • 6d ago
The Depths of JavaScript: Minesweeper in 247 Bytes
yui.devr/programming • u/cdb_11 • 7d ago
Casey Muratori ā The Root of The Root of All Evil ā BSC 2026
youtube.comr/programming • u/BluebirdDifficult260 • 6d ago
DuckLabs to Join AWS, Projects to Remain Open Source
ducklabs.comr/programming • u/output_broadcast • 7d ago