212
I will send you newest post from subreddit /r/programming
Incentives Drive Everything
https://www.reddit.com/r/programming/comments/1rixwl8/incentives_drive_everything/
submitted by /u/Dear-Economics-315 (https://www.reddit.com/user/Dear-Economics-315)
[link] (https://yusufaytas.com/incentives-drive-everything/) [comments] (https://www.reddit.com/r/programming/comments/1rixwl8/incentives_drive_everything/)
The Anatomy of a Trace
https://www.reddit.com/r/programming/comments/1riwt07/the_anatomy_of_a_trace/
submitted by /u/GlitteringPenalty210 (https://www.reddit.com/user/GlitteringPenalty210)
[link] (https://encore.dev/blog/anatomy-of-a-trace) [comments] (https://www.reddit.com/r/programming/comments/1riwt07/the_anatomy_of_a_trace/)
Implementing Burger-Dybvig: finding the shortest decimal that round-trips to the original IEEE 754 bits, with ECMA-262 tie-breaking
https://www.reddit.com/r/programming/comments/1ritdeb/implementing_burgerdybvig_finding_the_shortest/
submitted by /u/UsrnameNotFound-404 (https://www.reddit.com/user/UsrnameNotFound-404)
[link] (https://lattice-substrate.github.io/blog/2026/02/27/shortest-roundtrip-ieee754-burger-dybvig/) [comments] (https://www.reddit.com/r/programming/comments/1ritdeb/implementing_burgerdybvig_finding_the_shortest/)
The Problem of the Human-Computer Interface and Why LLMs are not the Solution
https://www.reddit.com/r/programming/comments/1rigkkf/the_problem_of_the_humancomputer_interface_and/
submitted by /u/adam-schaefers (https://www.reddit.com/user/adam-schaefers)
[link] (https://enchant.games/?slug=news&article=2026-03-01-the-interface-problem) [comments] (https://www.reddit.com/r/programming/comments/1rigkkf/the_problem_of_the_humancomputer_interface_and/)
The real cost of random I/O
https://www.reddit.com/r/programming/comments/1ri9wqx/the_real_cost_of_random_io/
submitted by /u/ketralnis (https://www.reddit.com/user/ketralnis)
[link] (https://vondra.me/posts/the-real-cost-of-random-io/) [comments] (https://www.reddit.com/r/programming/comments/1ri9wqx/the_real_cost_of_random_io/)
Fooling Go's X.509 Certificate Verification
https://www.reddit.com/r/programming/comments/1ri9vt8/fooling_gos_x509_certificate_verification/
submitted by /u/ketralnis (https://www.reddit.com/user/ketralnis)
[link] (https://danielmangum.com/posts/fooling-go-x509-certificate-verification/) [comments] (https://www.reddit.com/r/programming/comments/1ri9vt8/fooling_gos_x509_certificate_verification/)
How Dada enables internal references
https://www.reddit.com/r/programming/comments/1ri9uvx/how_dada_enables_internal_references/
submitted by /u/ketralnis (https://www.reddit.com/user/ketralnis)
[link] (https://smallcultfollowing.com/babysteps/blog/2026/02/27/dada-internal-references/) [comments] (https://www.reddit.com/r/programming/comments/1ri9uvx/how_dada_enables_internal_references/)
Lil' Fun Langs' Guts
https://www.reddit.com/r/programming/comments/1ri9tn7/lil_fun_langs_guts/
submitted by /u/ketralnis (https://www.reddit.com/user/ketralnis)
[link] (https://taylor.town/scrapscript-001) [comments] (https://www.reddit.com/r/programming/comments/1ri9tn7/lil_fun_langs_guts/)
Decision trees – the unreasonable power of nested decision rules
https://www.reddit.com/r/programming/comments/1ri9t3w/decision_trees_the_unreasonable_power_of_nested/
submitted by /u/ketralnis (https://www.reddit.com/user/ketralnis)
[link] (https://mlu-explain.github.io/decision-tree/) [comments] (https://www.reddit.com/r/programming/comments/1ri9t3w/decision_trees_the_unreasonable_power_of_nested/)
I put the full VS Code workbench inside a Tauri app. It works?
https://www.reddit.com/r/programming/comments/1ri7qyu/i_put_the_full_vs_code_workbench_inside_a_tauri/
submitted by /u/bmarti644 (https://www.reddit.com/user/bmarti644)
[link] (https://bmarti44.substack.com/p/i-put-the-full-vs-code-workbench) [comments] (https://www.reddit.com/r/programming/comments/1ri7qyu/i_put_the_full_vs_code_workbench_inside_a_tauri/)
How a "Race Condition" Crashed the US Power Grid
https://www.reddit.com/r/programming/comments/1ri61m8/how_a_race_condition_crashed_the_us_power_grid/
<!-- SC_OFF -->Everyone talks about the physical causes of the 2003 Northeast Blackout, but very few talk about the software 'Race Condition' in the XA/21 alarm system that actually caused it. I put together a visual breakdown of the code failure here. <!-- SC_ON --> submitted by /u/No_Gazelle_634 (https://www.reddit.com/user/No_Gazelle_634)
[link] (https://youtu.be/FJKlEvqzBwk) [comments] (https://www.reddit.com/r/programming/comments/1ri61m8/how_a_race_condition_crashed_the_us_power_grid/)
Building an AI system to analyze and optimize video retention curves - curious if others have tackled this
https://www.reddit.com/r/programming/comments/1rho4i0/building_an_ai_system_to_analyze_and_optimize/
<!-- SC_OFF -->Hey everyone, I’m currently building a system that analyzes video content and optimizes pacing to improve viewer retention automatically. It’s built on top of FFmpeg and custom feature extraction pipelines, and I’m experimenting with automated adjustments based on retention data. My main challenge right now is modeling drop-off prediction before publishing, and I’m curious if anyone here has worked on similar video analytics or retention modeling problems. I’d love to compare approaches, discuss insights, and possibly collaborate with other builders interested in video optimization AI. Here’s what’s working so far: Automated scene detection & timing adjustment Feature extraction for engagement signals (like motion, speech, transitions) Baseline testing on short-form videos Open to technical discussions, idea exchanges, and collaboration. <!-- SC_ON --> submitted by /u/Ok_Tomatillo2266 (https://www.reddit.com/user/Ok_Tomatillo2266)
[link] (https://github.com/johnkeysceo-cmd/content-generation-2) [comments] (https://www.reddit.com/r/programming/comments/1rho4i0/building_an_ai_system_to_analyze_and_optimize/)
Low-Latency Python: Separating Signal from Noise
https://www.reddit.com/r/programming/comments/1rh418l/lowlatency_python_separating_signal_from_noise/
<!-- SC_OFF -->There’s a whole genre of content about making Python fast for trading. Substacks with titles promising to shave microseconds off your order-to-fill. Most of it is noise. Not completely useless—some patterns do help—but the signal-to-noise ratio is abysmal because authors keep copying C++ techniques without understanding why they work. <!-- SC_ON --> submitted by /u/OkSadMathematician (https://www.reddit.com/user/OkSadMathematician)
[link] (https://open.substack.com/pub/lucisqr/p/low-latency-python-separating-signal?utm_campaign=post-expanded-share&utm_medium=web) [comments] (https://www.reddit.com/r/programming/comments/1rh418l/lowlatency_python_separating_signal_from_noise/)
How I Taught a Dragonfly to Fuzz Itself
https://www.reddit.com/r/programming/comments/1rgy7wq/how_i_taught_a_dragonfly_to_fuzz_itself/
<!-- SC_OFF -->I wrote a short post about how we integrated fuzzing directly into Dragonfly to make it test itself. Instead of writing isolated fuzz targets, we wired fuzzing into the real execution path, which helped us catch subtle state and protocol issues. Would love feedback from people who have done fuzzing in large C++ systems. <!-- SC_ON --> submitted by /u/yavdoshenko (https://www.reddit.com/user/yavdoshenko)
[link] (v.yavdoshenko/how-i-taught-a-dragonfly-to-fuzz-itself-879734578250" rel="nofollow">https://medium.com/@v.yavdoshenko/how-i-taught-a-dragonfly-to-fuzz-itself-879734578250) [comments] (https://www.reddit.com/r/programming/comments/1rgy7wq/how_i_taught_a_dragonfly_to_fuzz_itself/)
Laravel OCR & Document Data Extractor - A powerful OCR and document parsing engine for Laravel
https://www.reddit.com/r/programming/comments/1rgvjtc/laravel_ocr_document_data_extractor_a_powerful/
<!-- SC_OFF -->Turn any image or PDF into structured, actionable data. A powerful, developer-friendly Laravel package that reads text from images and PDFs, understands the content, fixes scanning errors with AI, and delivers clean, structured data directly to your application. <!-- SC_ON --> submitted by /u/mayaramyadav (https://www.reddit.com/user/mayaramyadav)
[link] (https://packagist.org/packages/mayaram/laravel-ocr) [comments] (https://www.reddit.com/r/programming/comments/1rgvjtc/laravel_ocr_document_data_extractor_a_powerful/)
21 Lessons From 14 Years at Google
https://www.reddit.com/r/programming/comments/1rix5ot/21_lessons_from_14_years_at_google/
submitted by /u/fagnerbrack (https://www.reddit.com/user/fagnerbrack)
[link] (https://addyosmani.com/blog/21-lessons/) [comments] (https://www.reddit.com/r/programming/comments/1rix5ot/21_lessons_from_14_years_at_google/)
AI Isn't Replacing SREs. It's Deskilling Them.
https://www.reddit.com/r/programming/comments/1riu7ge/ai_isnt_replacing_sres_its_deskilling_them/
<!-- SC_OFF -->Edit: SRE = Site Reliability Engineers (https://en.wikipedia.org/wiki/Site_reliability_engineering) A piece on how reliance on AI is actually deskilling SREs and how it is a vicious cycle, drawing on a 1983 research paper by Bainbridge on the industrial revolution. When AI handles 95% of your incident response, do you get worse at handling the 5% that actually matters? <!-- SC_ON --> submitted by /u/elizObserves (https://www.reddit.com/user/elizObserves)
[link] (https://newsletter.signoz.io/p/ai-isnt-replacing-sres-its-deskilling) [comments] (https://www.reddit.com/r/programming/comments/1riu7ge/ai_isnt_replacing_sres_its_deskilling_them/)
SOLID in FP: Liskov Substitution, or The Principle That Was Never About Inheritance
https://www.reddit.com/r/programming/comments/1risail/solid_in_fp_liskov_substitution_or_the_principle/
submitted by /u/cekrem (https://www.reddit.com/user/cekrem)
[link] (https://cekrem.github.io/posts/solid-in-fp-liskov-substitution/) [comments] (https://www.reddit.com/r/programming/comments/1risail/solid_in_fp_liskov_substitution_or_the_principle/)
Package Managers à la Carte: A Formal Model of Dependency Resolution
https://www.reddit.com/r/programming/comments/1ri9x5v/package_managers_%C3%A0_la_carte_a_formal_model_of/
submitted by /u/ketralnis (https://www.reddit.com/user/ketralnis)
[link] (https://arxiv.org/abs/2602.18602) [comments] (https://www.reddit.com/r/programming/comments/1ri9x5v/package_managers_%C3%A0_la_carte_a_formal_model_of/)
Supercharge Rust functions with implicit arguments using CGP
https://www.reddit.com/r/programming/comments/1ri9wjp/supercharge_rust_functions_with_implicit/
submitted by /u/ketralnis (https://www.reddit.com/user/ketralnis)
[link] (https://contextgeneric.dev/blog/v0.7.0-release) [comments] (https://www.reddit.com/r/programming/comments/1ri9wjp/supercharge_rust_functions_with_implicit/)
Why is the first C++ (m)allocation always 72 KB?
https://www.reddit.com/r/programming/comments/1ri9v90/why_is_the_first_c_mallocation_always_72_kb/
submitted by /u/ketralnis (https://www.reddit.com/user/ketralnis)
[link] (https://joelsiks.com/posts/cpp-emergency-pool-72kb-allocation/) [comments] (https://www.reddit.com/r/programming/comments/1ri9v90/why_is_the_first_c_mallocation_always_72_kb/)
Chorba: A novel CRC32 implementation
https://www.reddit.com/r/programming/comments/1ri9ty3/chorba_a_novel_crc32_implementation/
submitted by /u/ketralnis (https://www.reddit.com/user/ketralnis)
[link] (https://arxiv.org/abs/2412.16398) [comments] (https://www.reddit.com/r/programming/comments/1ri9ty3/chorba_a_novel_crc32_implementation/)
Python Type Checker Comparison: Empty Container Inference
https://www.reddit.com/r/programming/comments/1ri9t9f/python_type_checker_comparison_empty_container/
submitted by /u/ketralnis (https://www.reddit.com/user/ketralnis)
[link] (https://pyrefly.org/blog/container-inference-comparison/) [comments] (https://www.reddit.com/r/programming/comments/1ri9t9f/python_type_checker_comparison_empty_container/)
Microgpt explained interactively
https://www.reddit.com/r/programming/comments/1ri9sq5/microgpt_explained_interactively/
submitted by /u/ketralnis (https://www.reddit.com/user/ketralnis)
[link] (https://growingswe.com/blog/microgpt) [comments] (https://www.reddit.com/r/programming/comments/1ri9sq5/microgpt_explained_interactively/)
AWS Middle East Central (mec1-az2) down, apparently struck in war
https://www.reddit.com/r/programming/comments/1ri7jpj/aws_middle_east_central_mec1az2_down_apparently/
submitted by /u/iamapizza (https://www.reddit.com/user/iamapizza)
[link] (https://health.aws.amazon.com/health/status) [comments] (https://www.reddit.com/r/programming/comments/1ri7jpj/aws_middle_east_central_mec1az2_down_apparently/)
The looming AI clownpocalypse
https://www.reddit.com/r/programming/comments/1rhyv48/the_looming_ai_clownpocalypse/
submitted by /u/syllogism_ (https://www.reddit.com/user/syllogism_)
[link] (https://honnibal.dev/blog/clownpocalypse) [comments] (https://www.reddit.com/r/programming/comments/1rhyv48/the_looming_ai_clownpocalypse/)
Simple Made Inevitable: The Economics of Language Choice in the LLM Era
https://www.reddit.com/r/programming/comments/1rhmyf9/simple_made_inevitable_the_economics_of_language/
submitted by /u/alexdmiller (https://www.reddit.com/user/alexdmiller)
[link] (https://felixbarbalet.com/simple-made-inevitable-the-economics-of-language-choice-in-the-llm-era/) [comments] (https://www.reddit.com/r/programming/comments/1rhmyf9/simple_made_inevitable_the_economics_of_language/)
Understanding RabbitMQ in simple terms
https://www.reddit.com/r/programming/comments/1rh3pul/understanding_rabbitmq_in_simple_terms/
submitted by /u/Sushant098123 (https://www.reddit.com/user/Sushant098123)
[link] (https://sushantdhiman.dev/understanding-rabbitmq/) [comments] (https://www.reddit.com/r/programming/comments/1rh3pul/understanding_rabbitmq_in_simple_terms/)
A Social Filesystem
https://www.reddit.com/r/programming/comments/1rgw211/a_social_filesystem/
submitted by /u/fagnerbrack (https://www.reddit.com/user/fagnerbrack)
[link] (https://overreacted.io/a-social-filesystem/) [comments] (https://www.reddit.com/r/programming/comments/1rgw211/a_social_filesystem/)
On How Mailchimp Suspended Our Account
https://www.reddit.com/r/programming/comments/1rgvhvc/on_how_mailchimp_suspended_our_account/
<!-- SC_OFF -->TL;DR; Our email provider stopped delivering our emails and locked us out of the account. Then, they didn’t reply for over 16 hours (or more, depending on what you consider a reply), and when they did, they suggested that our API key was leaked. When asked about why they think so, they mentioned that we sent two “fake shipping messages”… And yet, they cannot tell us which ones are these. <!-- SC_ON --> submitted by /u/radekmie (https://www.reddit.com/user/radekmie)
[link] (https://radekmie.dev/blog/on-how-mailchimp-suspended-our-account/) [comments] (https://www.reddit.com/r/programming/comments/1rgvhvc/on_how_mailchimp_suspended_our_account/)