212
I will send you newest post from subreddit /r/programming
Goodbye Generative AI
https://www.reddit.com/r/programming/comments/1nbfyyz/goodbye_generative_ai/
submitted by /u/delvin0 (https://www.reddit.com/user/delvin0)
[link] (https://medium.com/gitconnected/goodbye-generative-ai-93fb72b1dd07?sk=b72b68b946d4ce98a283b196ef460e1d) [comments] (https://www.reddit.com/r/programming/comments/1nbfyyz/goodbye_generative_ai/)
how did i optimized go-torch to run 115x times faster - a short blog
https://www.reddit.com/r/programming/comments/1nbfcjl/how_did_i_optimized_gotorch_to_run_115x_times/
<!-- SC_OFF -->after this blog, i optimized the library by allocating intermediate buffers during the backward pass and SGC. I'll explain it in the next blog. <!-- SC_ON --> submitted by /u/External_Mushroom978 (https://www.reddit.com/user/External_Mushroom978)
[link] (https://abinesh-mathivanan.vercel.app/en/posts/post-6/) [comments] (https://www.reddit.com/r/programming/comments/1nbfcjl/how_did_i_optimized_gotorch_to_run_115x_times/)
Prey 2006 project to create open-source FPS game port by integrating its codebase with Doom 3 GPL release
https://www.reddit.com/r/programming/comments/1nax3re/prey_2006_project_to_create_opensource_fps_game/
submitted by /u/r_retrohacking_mod2 (https://www.reddit.com/user/r_retrohacking_mod2)
[link] (https://krispy-the-goat.itch.io/prey-2006) [comments] (https://www.reddit.com/r/programming/comments/1nax3re/prey_2006_project_to_create_opensource_fps_game/)
Patterns, Predictions, and Actions – A story about machine learning
https://www.reddit.com/r/programming/comments/1nagdms/patterns_predictions_and_actions_a_story_about/
submitted by /u/ketralnis (https://www.reddit.com/user/ketralnis)
[link] (https://mlstory.org/) [comments] (https://www.reddit.com/r/programming/comments/1nagdms/patterns_predictions_and_actions_a_story_about/)
Debugging a dropped async Task
https://www.reddit.com/r/programming/comments/1nagbv7/debugging_a_dropped_async_task/
submitted by /u/ketralnis (https://www.reddit.com/user/ketralnis)
[link] (https://slugcat.systems/post/25-08-27-debugging-a-dropped-async-task/) [comments] (https://www.reddit.com/r/programming/comments/1nagbv7/debugging_a_dropped_async_task/)
Odin does have undefined behavior
https://www.reddit.com/r/programming/comments/1nagb9c/odin_does_have_undefined_behavior/
submitted by /u/ketralnis (https://www.reddit.com/user/ketralnis)
[link] (https://www.youtube.com/watch?v=k8iCkbbBHyg) [comments] (https://www.reddit.com/r/programming/comments/1nagb9c/odin_does_have_undefined_behavior/)
C++26: Erroneous Behaviour
https://www.reddit.com/r/programming/comments/1nag97e/c26_erroneous_behaviour/
submitted by /u/ketralnis (https://www.reddit.com/user/ketralnis)
[link] (https://www.sandordargo.com/blog/2025/02/05/cpp26-erroneous-behaviour) [comments] (https://www.reddit.com/r/programming/comments/1nag97e/c26_erroneous_behaviour/)
Production-tested reliability patterns that cut downtime
https://www.reddit.com/r/programming/comments/1nab1av/productiontested_reliability_patterns_that_cut/
submitted by /u/Outrageous-Song221 (https://www.reddit.com/user/Outrageous-Song221)
[link] (https://kapillamba4.medium.com/reliability-as-a-first-class-citizen-patterns-for-zero-downtime-applications-bd65ab679efa) [comments] (https://www.reddit.com/r/programming/comments/1nab1av/productiontested_reliability_patterns_that_cut/)
Under the Hood of Fuzzy Search: Building a Search Engine 15 times fuzzier than Lucene
https://www.reddit.com/r/programming/comments/1na83u0/under_the_hood_of_fuzzy_search_building_a_search/
submitted by /u/drudoca (https://www.reddit.com/user/drudoca)
[link] (https://andrewjsaid.com/2025/9/5/under-the-hood-of-fuzzy-search-building-a-search-engine-15-times-fuzzier-than-lucene) [comments] (https://www.reddit.com/r/programming/comments/1na83u0/under_the_hood_of_fuzzy_search_building_a_search/)
Microsoft’s first-ever programming language was just open-sourced
https://www.reddit.com/r/programming/comments/1na1zyo/microsofts_firstever_programming_language_was/
submitted by /u/Accomplished-Win9630 (https://www.reddit.com/user/Accomplished-Win9630)
[link] (https://www.pcworld.com/article/2898698/microsofts-first-ever-programming-language-was-just-open-sourced.html) [comments] (https://www.reddit.com/r/programming/comments/1na1zyo/microsofts_firstever_programming_language_was/)
Business Rules In Database Movement
https://www.reddit.com/r/programming/comments/1n9z7fb/business_rules_in_database_movement/
<!-- SC_OFF -->Did you know that there was an entire movement in software development, complete with its own manifesto, thought leaders, and everything, dedicated almost exclusively to putting business logic in SQL databases? Neither did I. So I did some research to create a post, and it turned out to be an entire article that digs into this movement a little bit deeper. I hope you like it. It is important to know history. <!-- SC_ON --> submitted by /u/vbilopav89 (https://www.reddit.com/user/vbilopav89)
[link] (vbilopav/business-rules-in-database-movement-e0167dba19b7" rel="nofollow">https://medium.com/@vbilopav/business-rules-in-database-movement-e0167dba19b7) [comments] (https://www.reddit.com/r/programming/comments/1n9z7fb/business_rules_in_database_movement/)
Ray Tracing in One Weekend
https://www.reddit.com/r/programming/comments/1n9amot/ray_tracing_in_one_weekend/
submitted by /u/ketralnis (https://www.reddit.com/user/ketralnis)
[link] (https://raytracing.github.io/books/RayTracingInOneWeekend.html) [comments] (https://www.reddit.com/r/programming/comments/1n9amot/ray_tracing_in_one_weekend/)
Forking Chrome to render in a terminal
https://www.reddit.com/r/programming/comments/1n9akr0/forking_chrome_to_render_in_a_terminal/
submitted by /u/ketralnis (https://www.reddit.com/user/ketralnis)
[link] (https://fathy.fr/carbonyl) [comments] (https://www.reddit.com/r/programming/comments/1n9akr0/forking_chrome_to_render_in_a_terminal/)
Evolving the OCaml Programming Language
https://www.reddit.com/r/programming/comments/1n9ajwq/evolving_the_ocaml_programming_language/
submitted by /u/ketralnis (https://www.reddit.com/user/ketralnis)
[link] (https://kcsrk.info/slides/Evolution_Ashoka_2025.pdf) [comments] (https://www.reddit.com/r/programming/comments/1n9ajwq/evolving_the_ocaml_programming_language/)
io_uring is faster than mmap
https://www.reddit.com/r/programming/comments/1n9ahja/io_uring_is_faster_than_mmap/
submitted by /u/ketralnis (https://www.reddit.com/user/ketralnis)
[link] (https://www.bitflux.ai/blog/memory-is-slow-part2/) [comments] (https://www.reddit.com/r/programming/comments/1n9ahja/io_uring_is_faster_than_mmap/)
C and C++: The Hidden Power Behind Modern Programming
https://www.reddit.com/r/programming/comments/1nbfjci/c_and_c_the_hidden_power_behind_modern_programming/
<!-- SC_OFF -->Think Python and JavaScript run the world? Think again. C and C++ power almost every OS, game engine, and library behind the scenes. My essay explains why these languages remain the foundation of modern programming — plus discussion questions for developers. Check it out and share your thoughts! <!-- SC_ON --> submitted by /u/LI_ProductionsYT (https://www.reddit.com/user/LI_ProductionsYT)
[link] (https://github.com/goldstac/c-cpp-foundation) [comments] (https://www.reddit.com/r/programming/comments/1nbfjci/c_and_c_the_hidden_power_behind_modern_programming/)
[Open Source] LLM Agents & Ecosystem Handbook — 60+ agent skeletons + tutorials for devs who want to build with LLMs
https://www.reddit.com/r/programming/comments/1nbch63/open_source_llm_agents_ecosystem_handbook_60/
<!-- SC_OFF -->Hey everyone, I’ve been working on an open-source project called LLM Agents & Ecosystem Handbook, aimed at developers who want to explore the practical side of building with large language models. Why it might interest programmers (even if you’re not deep into ML): - 🛠 60+ agent skeletons (each with its own README + main.py) to show design patterns (scraping, analysis, scheduling, translation, RAG, MCP integrations, voice, games…)
- 📚 Tutorials on RAG, memory, fine-tuning, and building chat agents over custom data (like PDFs or APIs)
- ⚙ Framework comparison: what to use when (LangChain, AutoGen, CrewAI, Smolagents, etc.)
- 🛠 Tools & infra: evaluation frameworks, local inference options (Ollama, llama.cpp), LLMOps practices
- ⚡ Agent generator script to scaffold new projects fast The idea is to provide a “handbook” — part educational, part practical — so devs can go from “I want to try LLMs” to building working prototypes and production-ready agents. Repo link: https://github.com/oxbshw/LLM-Agents-Ecosystem-Handbook Would love to hear feedback from the programming community — especially around design patterns and best practices for structuring these agents. <!-- SC_ON --> submitted by /u/Fearless-Role-2707 (https://www.reddit.com/user/Fearless-Role-2707)
[link] (https://github.com/oxbshw/LLM-Agents-Ecosystem-Handbook) [comments] (https://www.reddit.com/r/programming/comments/1nbch63/open_source_llm_agents_ecosystem_handbook_60/)
How to (actually) become an expert in .NET
https://www.reddit.com/r/programming/comments/1nap35c/how_to_actually_become_an_expert_in_net/
submitted by /u/Metalnem (https://www.reddit.com/user/Metalnem)
[link] (https://mijailovic.net/2025/09/07/dotnet/) [comments] (https://www.reddit.com/r/programming/comments/1nap35c/how_to_actually_become_an_expert_in_net/)
Developing a Space Flight Simulator in Clojure
https://www.reddit.com/r/programming/comments/1nagc85/developing_a_space_flight_simulator_in_clojure/
submitted by /u/ketralnis (https://www.reddit.com/user/ketralnis)
[link] (https://www.wedesoft.de/software/2025/09/05/clojure-game/) [comments] (https://www.reddit.com/r/programming/comments/1nagc85/developing_a_space_flight_simulator_in_clojure/)
Local-first access control
https://www.reddit.com/r/programming/comments/1nagbhh/localfirst_access_control/
submitted by /u/ketralnis (https://www.reddit.com/user/ketralnis)
[link] (https://www.inkandswitch.com/keyhive/notebook/) [comments] (https://www.reddit.com/r/programming/comments/1nagbhh/localfirst_access_control/)
Unexplanations: relational algebra is math
https://www.reddit.com/r/programming/comments/1nagb22/unexplanations_relational_algebra_is_math/
submitted by /u/ketralnis (https://www.reddit.com/user/ketralnis)
[link] (https://www.scattered-thoughts.net/writing/unexplanations-relational-algebra-is-math/) [comments] (https://www.reddit.com/r/programming/comments/1nagb22/unexplanations_relational_algebra_is_math/)
StackOverflow podcast episode about Java
https://www.reddit.com/r/programming/comments/1nag1to/stackoverflow_podcast_episode_about_java/
<!-- SC_OFF -->I was a guest on the StackOverflow podcast and talked about Java. <!-- SC_ON --> submitted by /u/lprimak (https://www.reddit.com/user/lprimak)
[link] (https://stackoverflow.blog/2024/07/19/java-but-why-the-state-of-java-in-2024/) [comments] (https://www.reddit.com/r/programming/comments/1nag1to/stackoverflow_podcast_episode_about_java/)
When Does Framework Sophistication Becomes a Liability?
https://www.reddit.com/r/programming/comments/1na87fy/when_does_framework_sophistication_becomes_a/
<!-- SC_OFF -->How a 72-hour debugging nightmare revealed the fundamental flaw in dependency injection frameworks and why strict typing matters more than sophisticated abstractions <!-- SC_ON --> submitted by /u/gamunu (https://www.reddit.com/user/gamunu)
[link] (https://fastcode.io/2025/09/07/when-does-framework-sophistication-becomes-a-liability/) [comments] (https://www.reddit.com/r/programming/comments/1na87fy/when_does_framework_sophistication_becomes_a/)
Stop writing CLI validation. Parse it right the first time.
https://www.reddit.com/r/programming/comments/1na6pes/stop_writing_cli_validation_parse_it_right_the/
submitted by /u/hongminhee (https://www.reddit.com/user/hongminhee)
[link] (hongminhee/2025/stop-writing-cli-validation-parse-it-right-the-first-time" rel="nofollow">https://hackers.pub/@hongminhee/2025/stop-writing-cli-validation-parse-it-right-the-first-time) [comments] (https://www.reddit.com/r/programming/comments/1na6pes/stop_writing_cli_validation_parse_it_right_the/)
Oldest recorded transaction
https://www.reddit.com/r/programming/comments/1na1izi/oldest_recorded_transaction/
submitted by /u/avinassh (https://www.reddit.com/user/avinassh)
[link] (https://avi.im/blag/2025/oldest-txn/) [comments] (https://www.reddit.com/r/programming/comments/1na1izi/oldest_recorded_transaction/)
The state of `fq_codel` and `sch_cake` worldwide [2022]
https://www.reddit.com/r/programming/comments/1n9amzd/the_state_of_fq_codel_and_sch_cake_worldwide_2022/
submitted by /u/ketralnis (https://www.reddit.com/user/ketralnis)
[link] (https://blog.cerowrt.org/post/state_of_fq_codel/) [comments] (https://www.reddit.com/r/programming/comments/1n9amzd/the_state_of_fq_codel_and_sch_cake_worldwide_2022/)
IRHash: Efficient Multi-Language Compiler Caching by IR-Level Hashing
https://www.reddit.com/r/programming/comments/1n9alqx/irhash_efficient_multilanguage_compiler_caching/
submitted by /u/ketralnis (https://www.reddit.com/user/ketralnis)
[link] (https://www.usenix.org/conference/atc25/presentation/landsberg) [comments] (https://www.reddit.com/r/programming/comments/1n9alqx/irhash_efficient_multilanguage_compiler_caching/)
I just want to know if there are more people thinking that SOLID is overrated and sometimes add unnecessary complexity
https://www.reddit.com/r/programming/comments/1n9ak7g/i_just_want_to_know_if_there_are_more_people/
<!-- SC_OFF -->I think SOLID it could be good, however try to follows strictly SOLID principles can easily become a problem. I have been working in software industry for around 15 years. I remember one time when I had to debug old code that abuse so much about using inheritance/interfaces. There was around 8 levels of inheritance/interfaces, all clases are almos empty with only skeleton just to support next class, at the end the source file that made the magic was only a simple division, something like double myVal=a/b; I'm pretty sure that was donde because original team did it just to "prepare" code for the future, but the truth is that only brings more problem that solutions <!-- SC_ON --> submitted by /u/-WhiteMouse- (https://www.reddit.com/user/-WhiteMouse-)
[link] (https://dannorth.net/blog/cupid-the-back-story/) [comments] (https://www.reddit.com/r/programming/comments/1n9ak7g/i_just_want_to_know_if_there_are_more_people/)
Dealing with cancel safety in async Rust
https://www.reddit.com/r/programming/comments/1n9aj2w/dealing_with_cancel_safety_in_async_rust/
submitted by /u/ketralnis (https://www.reddit.com/user/ketralnis)
[link] (https://rfd.shared.oxide.computer/rfd/400) [comments] (https://www.reddit.com/r/programming/comments/1n9aj2w/dealing_with_cancel_safety_in_async_rust/)
Erdus - a universal ER diagram converter: challenges in schema migration
https://www.reddit.com/r/programming/comments/1n9ahbn/erdus_a_universal_er_diagram_converter_challenges/
<!-- SC_OFF -->I’ve been working on a universal ER diagram converter and wanted to share some of the technical challenges I ran into. The project (Erdus) converts ERDPlus (old & new), SQL, and Prisma schemas bidirectionally while preserving relationships, composite foreign keys, and even diagram layout. Some interesting problems I had to solve:
- Deterministic ID generation to keep references consistent across conversions.
- Mapping composite keys and reconstructing relationships without losing integrity.
- Keeping visual positions intact when moving between formats.
- Designing an intermediate representation (IR) strict enough to support round-trip conversions. Here’s the repo if you’d like to dive into the code: https://github.com/tobiager/Erdus Curious how others have tackled similar schema conversion or migration problems. <!-- SC_ON --> submitted by /u/tobiager (https://www.reddit.com/user/tobiager)
[link] (http://github.com/tobiager/erdus) [comments] (https://www.reddit.com/r/programming/comments/1n9ahbn/erdus_a_universal_er_diagram_converter_challenges/)