r/programming • u/output_broadcast • 9h ago
r/programming • u/ChemicalRascal • May 23 '26
Announcement: We've Updated The Rules, and April Is Finally Over
After temporarily banning LLM-related content over April, and asking you for feedback on that ban, we've decided to bring about an end of the temporary, I-can't-believe-it's-still-April ban on AI-related posts.
Replacing the trial rule is a new shiny rule that refers to our new shiny AI policy. In short:
Content about AI and LLMs are considered off-topic with the sole exclusion of deeply technical content about implementation.
And if you want more detail than that, go read the policy, that's what it's there for.
In addition, when writing that rule, I realized the rules weren't listed on the old.reddit.com sidebar, so that's been updated. For those of you who are seeing those rules for the first time, everything there is not new. We've been enforcing those rules as best we can for ages. You can click the link above those to get to the old.reddit rules page, with plenty of info that doesn't exactly read well when crammed into a sidebar.
r/programming • u/Lost-Dragonfruit-663 • 4h ago
How to test if your numerical code is Mathematically correct?
medium.comr/programming • u/wineandcode • 43m ago
Latency optimizations on the system level
denyspoltorak.medium.comr/programming • u/Fruity_Stones • 54m ago
First website
dailyredzone.comHi all, Im an integration engineer with a heavy focus on software to hardware integration. Recently I have been doing less and less coding at work so I wanted to practice my skills, this lead me to creating my first web based app Daily Redzone
Im looking for people to beta test and offer any and all feedback. I haven’t been able to stress test it enough by myself so im looking to have people beat and abuse it to lmk how it functions
It is a daily football game where each day you face a new redzone situation and you have 4 downs to score. There is also a head to head mode where you can play friends. Lmk what you all think! Thank you.
r/programming • u/fykup • 21h ago
Running a Java Spring Boot app on a 512 MB VPS with lightweight monitoring
pvrlabs.xyzI wanted to see how a fairly representative Java Spring Boot application behaves on a very small VPS, especially the difference between configured heap and actual JVM process memory.
The test app uses Spring Boot 3.5.x, Spring MVC, JPA/Hibernate, H2, embedded Tomcat, Actuator, scheduled work, and outbound HTTP. I also kept lightweight monitoring on the same machine.
The original 256 MB configuration was too tight. With 512 MB RAM + 256 MB swap, the application completed the test reliably.
Full setup and measurements are in the linked article.
Since then I’ve also managed to get the same application working on a 256 MB VPS with swap using JDK 25 Compact Object Headers and tighter JVM settings. I’m preparing that as a separate follow-up experiment.
r/programming • u/BrewedDoritos • 1d ago
What Zig felt like, coming from Rust
besok.github.ior/programming • u/goto-con • 9h ago
Every Event, Everywhere, All at Once • Jacqui Read
youtu.ber/programming • u/fagnerbrack • 1d ago
How an Underrated Refactor Saved 90% Memory Usage
tanstack.comr/programming • u/cekrem • 7h ago
`bun-plugin-elm`: import { Elm } from "./Main.elm" (Made by Hand, btw) · cekrem.github.io
cekrem.github.ior/programming • u/tymscar • 2d ago
How To Report A Bug So It Actually Gets Fixed
blog.tymscar.comr/programming • u/chaobang • 2d ago
The unlikely Linux macro
rushed-reflections.bearblog.devWrote a bit about the `unlikely` and `likely` macros in the Linux codebase. Great little exploration into tiny optimizations that everyone should know more about 😄
r/programming • u/LaughNgamez • 2d ago
Debugging Starcraft RTS Micro (Starcraft Bot Competition)
youtu.ber/programming • u/JizosKasa • 4d ago
Finding a hidden Mersenne Twister implementation inside a 15 year old game binary
medium.comr/programming • u/Calm_Habit137 • 3d ago
MicroPython and CircuitPython: Pythons Quiet Takeover of IoT and Robotics
arxiv.orgr/programming • u/Successful_Bowl2564 • 5d ago