Ephemeral Infrastructure: Why Short-Lived is a Good Thing
https://www.reddit.com/r/programming/comments/1p9rz9t/ephemeral_infrastructure_why_shortlived_is_a_good/
submitted by /u/trolleid (https://www.reddit.com/user/trolleid)
[link] (https://lukasniessen.medium.com/ephemeral-infrastructure-why-short-lived-is-a-good-thing-2cf26afd75ef) [comments] (https://www.reddit.com/r/programming/comments/1p9rz9t/ephemeral_infrastructure_why_shortlived_is_a_good/)
https://www.reddit.com/r/programming/comments/1p9rz9t/ephemeral_infrastructure_why_shortlived_is_a_good/
submitted by /u/trolleid (https://www.reddit.com/user/trolleid)
[link] (https://lukasniessen.medium.com/ephemeral-infrastructure-why-short-lived-is-a-good-thing-2cf26afd75ef) [comments] (https://www.reddit.com/r/programming/comments/1p9rz9t/ephemeral_infrastructure_why_shortlived_is_a_good/)
The Math of Why You Can't Focus at Work
https://www.reddit.com/r/programming/comments/1p9zzki/the_math_of_why_you_cant_focus_at_work/
submitted by /u/duruq (https://www.reddit.com/user/duruq)
[link] (https://justoffbyone.com/posts/math-of-why-you-cant-focus-at-work/) [comments] (https://www.reddit.com/r/programming/comments/1p9zzki/the_math_of_why_you_cant_focus_at_work/)
https://www.reddit.com/r/programming/comments/1p9zzki/the_math_of_why_you_cant_focus_at_work/
submitted by /u/duruq (https://www.reddit.com/user/duruq)
[link] (https://justoffbyone.com/posts/math-of-why-you-cant-focus-at-work/) [comments] (https://www.reddit.com/r/programming/comments/1p9zzki/the_math_of_why_you_cant_focus_at_work/)
Bold Devlog November - Syntax Highlighting
https://www.reddit.com/r/programming/comments/1pa05e4/bold_devlog_november_syntax_highlighting/
submitted by /u/levodelellis (https://www.reddit.com/user/levodelellis)
[link] (https://bold-edit.com/devlog/25-11-summary.html) [comments] (https://www.reddit.com/r/programming/comments/1pa05e4/bold_devlog_november_syntax_highlighting/)
https://www.reddit.com/r/programming/comments/1pa05e4/bold_devlog_november_syntax_highlighting/
submitted by /u/levodelellis (https://www.reddit.com/user/levodelellis)
[link] (https://bold-edit.com/devlog/25-11-summary.html) [comments] (https://www.reddit.com/r/programming/comments/1pa05e4/bold_devlog_november_syntax_highlighting/)
DNS Isn't Safe: DNSSEC & DoH Fix That
https://www.reddit.com/r/programming/comments/1pa096t/dns_isnt_safe_dnssec_doh_fix_that/
submitted by /u/Helpful_Geologist430 (https://www.reddit.com/user/Helpful_Geologist430)
[link] (https://youtu.be/LNSvILCqlLg?si=PD4HSssQqFyNT4Ld) [comments] (https://www.reddit.com/r/programming/comments/1pa096t/dns_isnt_safe_dnssec_doh_fix_that/)
https://www.reddit.com/r/programming/comments/1pa096t/dns_isnt_safe_dnssec_doh_fix_that/
submitted by /u/Helpful_Geologist430 (https://www.reddit.com/user/Helpful_Geologist430)
[link] (https://youtu.be/LNSvILCqlLg?si=PD4HSssQqFyNT4Ld) [comments] (https://www.reddit.com/r/programming/comments/1pa096t/dns_isnt_safe_dnssec_doh_fix_that/)
On AI Code Reviews
https://www.reddit.com/r/programming/comments/1pa0f80/on_ai_code_reviews/
submitted by /u/radekmie (https://www.reddit.com/user/radekmie)
[link] (https://radekmie.dev/blog/on-ai-code-reviews/) [comments] (https://www.reddit.com/r/programming/comments/1pa0f80/on_ai_code_reviews/)
https://www.reddit.com/r/programming/comments/1pa0f80/on_ai_code_reviews/
submitted by /u/radekmie (https://www.reddit.com/user/radekmie)
[link] (https://radekmie.dev/blog/on-ai-code-reviews/) [comments] (https://www.reddit.com/r/programming/comments/1pa0f80/on_ai_code_reviews/)
Visual Python profiler with flame graphs and diff mode
https://www.reddit.com/r/programming/comments/1pa1it7/visual_python_profiler_with_flame_graphs_and_diff/
<!-- SC_OFF -->Features: - Interactive flame graphs (click to zoom) - Timeline view (CPU + memory over time) - Diff mode (compare two runs side-by-side) - Optimization coach (tells you WHAT to fix, not just WHERE) - Zero setup - launches with a realistic demo It's a single Python file (~5000 lines). Install PySide6, run it, done. Made it for myself while withdrawing on weed (to at least activate some dopamine receptors) but figured someone else might find it useful. <!-- SC_ON --> submitted by /u/Scary_Panic3165 (https://www.reddit.com/user/Scary_Panic3165)
[link] (https://github.com/farukalpay/PerfLens/) [comments] (https://www.reddit.com/r/programming/comments/1pa1it7/visual_python_profiler_with_flame_graphs_and_diff/)
https://www.reddit.com/r/programming/comments/1pa1it7/visual_python_profiler_with_flame_graphs_and_diff/
<!-- SC_OFF -->Features: - Interactive flame graphs (click to zoom) - Timeline view (CPU + memory over time) - Diff mode (compare two runs side-by-side) - Optimization coach (tells you WHAT to fix, not just WHERE) - Zero setup - launches with a realistic demo It's a single Python file (~5000 lines). Install PySide6, run it, done. Made it for myself while withdrawing on weed (to at least activate some dopamine receptors) but figured someone else might find it useful. <!-- SC_ON --> submitted by /u/Scary_Panic3165 (https://www.reddit.com/user/Scary_Panic3165)
[link] (https://github.com/farukalpay/PerfLens/) [comments] (https://www.reddit.com/r/programming/comments/1pa1it7/visual_python_profiler_with_flame_graphs_and_diff/)
Tilesets and Makefiles
https://www.reddit.com/r/programming/comments/1pa1olk/tilesets_and_makefiles/
<!-- SC_OFF -->I decided to automate my whole tilemap generation using only image magick and a makefile. Hopefully someone could use this in their projects :) <!-- SC_ON --> submitted by /u/countkillalot (https://www.reddit.com/user/countkillalot)
[link] (https://yasendinkov.com/posts/tilesets/) [comments] (https://www.reddit.com/r/programming/comments/1pa1olk/tilesets_and_makefiles/)
https://www.reddit.com/r/programming/comments/1pa1olk/tilesets_and_makefiles/
<!-- SC_OFF -->I decided to automate my whole tilemap generation using only image magick and a makefile. Hopefully someone could use this in their projects :) <!-- SC_ON --> submitted by /u/countkillalot (https://www.reddit.com/user/countkillalot)
[link] (https://yasendinkov.com/posts/tilesets/) [comments] (https://www.reddit.com/r/programming/comments/1pa1olk/tilesets_and_makefiles/)
Documentation Exporter (For pasting into LLMs)
https://www.reddit.com/r/programming/comments/1pa1rec/documentation_exporter_for_pasting_into_llms/
<!-- SC_OFF -->Hey, I built a tool that automatically exports every documentation page from any Mintlify site into markdown. No more manually copying pages one by one. You can grab full docs for things like the Anthropic API or TensorZero and drop them straight into an LLM. It’s live at docs-exporter (https://otso.veistera.com/docs-exporter/), and the source code is on Github (https://github.com/OtsoBear/docs-exporter.git). Built it to dump docs to models for myself, and posting it here if it could be useful for someone else! <!-- SC_ON --> submitted by /u/OtsoBear (https://www.reddit.com/user/OtsoBear)
[link] (https://otso.veistera.com/docs-exporter/) [comments] (https://www.reddit.com/r/programming/comments/1pa1rec/documentation_exporter_for_pasting_into_llms/)
https://www.reddit.com/r/programming/comments/1pa1rec/documentation_exporter_for_pasting_into_llms/
<!-- SC_OFF -->Hey, I built a tool that automatically exports every documentation page from any Mintlify site into markdown. No more manually copying pages one by one. You can grab full docs for things like the Anthropic API or TensorZero and drop them straight into an LLM. It’s live at docs-exporter (https://otso.veistera.com/docs-exporter/), and the source code is on Github (https://github.com/OtsoBear/docs-exporter.git). Built it to dump docs to models for myself, and posting it here if it could be useful for someone else! <!-- SC_ON --> submitted by /u/OtsoBear (https://www.reddit.com/user/OtsoBear)
[link] (https://otso.veistera.com/docs-exporter/) [comments] (https://www.reddit.com/r/programming/comments/1pa1rec/documentation_exporter_for_pasting_into_llms/)
Connection Pooling: Fundamentals, Challenges and Trade-offs
https://www.reddit.com/r/programming/comments/1pa9yeq/connection_pooling_fundamentals_challenges_and/
submitted by /u/Local_Ad_6109 (https://www.reddit.com/user/Local_Ad_6109)
[link] (https://engineeringatscale.substack.com/p/database-connection-pooling-guide) [comments] (https://www.reddit.com/r/programming/comments/1pa9yeq/connection_pooling_fundamentals_challenges_and/)
https://www.reddit.com/r/programming/comments/1pa9yeq/connection_pooling_fundamentals_challenges_and/
submitted by /u/Local_Ad_6109 (https://www.reddit.com/user/Local_Ad_6109)
[link] (https://engineeringatscale.substack.com/p/database-connection-pooling-guide) [comments] (https://www.reddit.com/r/programming/comments/1pa9yeq/connection_pooling_fundamentals_challenges_and/)
Does anybody have this book in odd format ?
https://www.reddit.com/r/programming/comments/1paa4b6/does_anybody_have_this_book_in_odd_format/
submitted by /u/Flaky-Surround-6712 (https://www.reddit.com/user/Flaky-Surround-6712)
[link] (https://bpbonline.com/products/full-stack-development-with-angular-and-spring-boot?_pos=4&_sid=472732e0d&_ss=r?variant=44022263742664) [comments] (https://www.reddit.com/r/programming/comments/1paa4b6/does_anybody_have_this_book_in_odd_format/)
https://www.reddit.com/r/programming/comments/1paa4b6/does_anybody_have_this_book_in_odd_format/
submitted by /u/Flaky-Surround-6712 (https://www.reddit.com/user/Flaky-Surround-6712)
[link] (https://bpbonline.com/products/full-stack-development-with-angular-and-spring-boot?_pos=4&_sid=472732e0d&_ss=r?variant=44022263742664) [comments] (https://www.reddit.com/r/programming/comments/1paa4b6/does_anybody_have_this_book_in_odd_format/)
[Podcast] Simon Peyton Jones & Chelsea Troy on How to Discover the Binary System as a Child
https://www.reddit.com/r/programming/comments/1paez3a/podcast_simon_peyton_jones_chelsea_troy_on_how_to/
submitted by /u/goto-con (https://www.reddit.com/user/goto-con)
[link] (https://www.buzzsprout.com/1714721/18185130) [comments] (https://www.reddit.com/r/programming/comments/1paez3a/podcast_simon_peyton_jones_chelsea_troy_on_how_to/)
https://www.reddit.com/r/programming/comments/1paez3a/podcast_simon_peyton_jones_chelsea_troy_on_how_to/
submitted by /u/goto-con (https://www.reddit.com/user/goto-con)
[link] (https://www.buzzsprout.com/1714721/18185130) [comments] (https://www.reddit.com/r/programming/comments/1paez3a/podcast_simon_peyton_jones_chelsea_troy_on_how_to/)
From Blueprint to Deployment: The Seamless Database Journey with StackRender - KrispiTech
https://www.reddit.com/r/programming/comments/1paiao4/from_blueprint_to_deployment_the_seamless/
submitted by /u/tamanikarim (https://www.reddit.com/user/tamanikarim)
[link] (https://krispitech.com/from-blueprint-to-deployment-the-seamless-database-journey-with-stackrender/) [comments] (https://www.reddit.com/r/programming/comments/1paiao4/from_blueprint_to_deployment_the_seamless/)
https://www.reddit.com/r/programming/comments/1paiao4/from_blueprint_to_deployment_the_seamless/
submitted by /u/tamanikarim (https://www.reddit.com/user/tamanikarim)
[link] (https://krispitech.com/from-blueprint-to-deployment-the-seamless-database-journey-with-stackrender/) [comments] (https://www.reddit.com/r/programming/comments/1paiao4/from_blueprint_to_deployment_the_seamless/)
DeLorean Time Travel Engine: Software Anatomy of the 1885 Bug
https://www.reddit.com/r/programming/comments/1paiaxz/delorean_time_travel_engine_software_anatomy_of/
submitted by /u/Major_Tangerine_8115 (https://www.reddit.com/user/Major_Tangerine_8115)
[link] (https://medium.com/@muhammetus/delorean-time-travel-engine-software-anatomy-of-the-1885-bug-0a2f5b622a8c) [comments] (https://www.reddit.com/r/programming/comments/1paiaxz/delorean_time_travel_engine_software_anatomy_of/)
https://www.reddit.com/r/programming/comments/1paiaxz/delorean_time_travel_engine_software_anatomy_of/
submitted by /u/Major_Tangerine_8115 (https://www.reddit.com/user/Major_Tangerine_8115)
[link] (https://medium.com/@muhammetus/delorean-time-travel-engine-software-anatomy-of-the-1885-bug-0a2f5b622a8c) [comments] (https://www.reddit.com/r/programming/comments/1paiaxz/delorean_time_travel_engine_software_anatomy_of/)
Building a Copying GC for the Plush Programming Language
https://www.reddit.com/r/programming/comments/1paj9qj/building_a_copying_gc_for_the_plush_programming/
submitted by /u/maximecb (https://www.reddit.com/user/maximecb)
[link] (https://pointersgonewild.com/2025-11-29-building-a-copying-gc-for-the-plush-programming-language/) [comments] (https://www.reddit.com/r/programming/comments/1paj9qj/building_a_copying_gc_for_the_plush_programming/)
https://www.reddit.com/r/programming/comments/1paj9qj/building_a_copying_gc_for_the_plush_programming/
submitted by /u/maximecb (https://www.reddit.com/user/maximecb)
[link] (https://pointersgonewild.com/2025-11-29-building-a-copying-gc-for-the-plush-programming-language/) [comments] (https://www.reddit.com/r/programming/comments/1paj9qj/building_a_copying_gc_for_the_plush_programming/)
The Over-engineering-problem
https://www.reddit.com/r/programming/comments/1pak4fd/the_overengineeringproblem/
submitted by /u/Worried-Theory-860 (https://www.reddit.com/user/Worried-Theory-860)
[link] (https://mtende.blog/overengineering-problem) [comments] (https://www.reddit.com/r/programming/comments/1pak4fd/the_overengineeringproblem/)
https://www.reddit.com/r/programming/comments/1pak4fd/the_overengineeringproblem/
submitted by /u/Worried-Theory-860 (https://www.reddit.com/user/Worried-Theory-860)
[link] (https://mtende.blog/overengineering-problem) [comments] (https://www.reddit.com/r/programming/comments/1pak4fd/the_overengineeringproblem/)
Design, devs, users, code quality - how to keep all 4 in sync: Henrik Kniberg has a take on that
https://www.reddit.com/r/programming/comments/1paks7t/design_devs_users_code_quality_how_to_keep_all_4/
submitted by /u/goto-con (https://www.reddit.com/user/goto-con)
[link] (https://youtube.com/shorts/AUS-XAov0vA) [comments] (https://www.reddit.com/r/programming/comments/1paks7t/design_devs_users_code_quality_how_to_keep_all_4/)
https://www.reddit.com/r/programming/comments/1paks7t/design_devs_users_code_quality_how_to_keep_all_4/
submitted by /u/goto-con (https://www.reddit.com/user/goto-con)
[link] (https://youtube.com/shorts/AUS-XAov0vA) [comments] (https://www.reddit.com/r/programming/comments/1paks7t/design_devs_users_code_quality_how_to_keep_all_4/)
Why I Built My Kubernetes Cluster on Hetzner Cloud
https://www.reddit.com/r/programming/comments/1pam554/why_i_built_my_kubernetes_cluster_on_hetzner_cloud/
submitted by /u/onatm (https://www.reddit.com/user/onatm)
[link] (https://onatm.dev/2025/11/30/why-i-built-my-own-kubernetes-cluster/) [comments] (https://www.reddit.com/r/programming/comments/1pam554/why_i_built_my_kubernetes_cluster_on_hetzner_cloud/)
https://www.reddit.com/r/programming/comments/1pam554/why_i_built_my_kubernetes_cluster_on_hetzner_cloud/
submitted by /u/onatm (https://www.reddit.com/user/onatm)
[link] (https://onatm.dev/2025/11/30/why-i-built-my-own-kubernetes-cluster/) [comments] (https://www.reddit.com/r/programming/comments/1pam554/why_i_built_my_kubernetes_cluster_on_hetzner_cloud/)
There are 47.2 million developers in the world - Global developer population trends 2025
https://www.reddit.com/r/programming/comments/1pammhc/there_are_472_million_developers_in_the_world/
<!-- SC_OFF -->I don't know whether this was already discussed. <!-- SC_ON --> submitted by /u/aregtech (https://www.reddit.com/user/aregtech)
[link] (https://www.slashdata.co/post/global-developer-population-trends-2025-how-many-developers-are-there) [comments] (https://www.reddit.com/r/programming/comments/1pammhc/there_are_472_million_developers_in_the_world/)
https://www.reddit.com/r/programming/comments/1pammhc/there_are_472_million_developers_in_the_world/
<!-- SC_OFF -->I don't know whether this was already discussed. <!-- SC_ON --> submitted by /u/aregtech (https://www.reddit.com/user/aregtech)
[link] (https://www.slashdata.co/post/global-developer-population-trends-2025-how-many-developers-are-there) [comments] (https://www.reddit.com/r/programming/comments/1pammhc/there_are_472_million_developers_in_the_world/)
Technical Design Documents - Part 1 - Case-Study 1
https://www.reddit.com/r/programming/comments/1papdni/technical_design_documents_part_1_casestudy_1/
<!-- SC_OFF -->On this video I talk about Technical Design Documents, a kind of artifacts which are key to the success of any software development project. To give context to the lesson I use the technical design document that I created for my Cloud-Based Multi-Service Platform for Smart Event Management case-study project . <!-- SC_ON --> submitted by /u/ZoePsomi (https://www.reddit.com/user/ZoePsomi)
[link] (https://www.youtube.com/watch?v=bW7mVe3dn2o&list=PLgcaIrgxzJn_IScY-VDAT9pqdS82HKVjV&index=2) [comments] (https://www.reddit.com/r/programming/comments/1papdni/technical_design_documents_part_1_casestudy_1/)
https://www.reddit.com/r/programming/comments/1papdni/technical_design_documents_part_1_casestudy_1/
<!-- SC_OFF -->On this video I talk about Technical Design Documents, a kind of artifacts which are key to the success of any software development project. To give context to the lesson I use the technical design document that I created for my Cloud-Based Multi-Service Platform for Smart Event Management case-study project . <!-- SC_ON --> submitted by /u/ZoePsomi (https://www.reddit.com/user/ZoePsomi)
[link] (https://www.youtube.com/watch?v=bW7mVe3dn2o&list=PLgcaIrgxzJn_IScY-VDAT9pqdS82HKVjV&index=2) [comments] (https://www.reddit.com/r/programming/comments/1papdni/technical_design_documents_part_1_casestudy_1/)
Langjam Gamejam: Build a programming language then make a game with it
https://www.reddit.com/r/programming/comments/1parefl/langjam_gamejam_build_a_programming_language_then/
submitted by /u/azhenley (https://www.reddit.com/user/azhenley)
[link] (https://langjamgamejam.com/) [comments] (https://www.reddit.com/r/programming/comments/1parefl/langjam_gamejam_build_a_programming_language_then/)
https://www.reddit.com/r/programming/comments/1parefl/langjam_gamejam_build_a_programming_language_then/
submitted by /u/azhenley (https://www.reddit.com/user/azhenley)
[link] (https://langjamgamejam.com/) [comments] (https://www.reddit.com/r/programming/comments/1parefl/langjam_gamejam_build_a_programming_language_then/)
httpp - tiny, fast header only http 1.1 parser library in c
https://www.reddit.com/r/programming/comments/1pasabh/httpp_tiny_fast_header_only_http_11_parser/
<!-- SC_OFF -->Pretty fast and easy to extend zero-allocation parsing library. If you wish to learn about pointer arithmetic, this one definitely will help! <!-- SC_ON --> submitted by /u/Born_Produce9805 (https://www.reddit.com/user/Born_Produce9805)
[link] (https://github.com/cebem1nt/httpp) [comments] (https://www.reddit.com/r/programming/comments/1pasabh/httpp_tiny_fast_header_only_http_11_parser/)
https://www.reddit.com/r/programming/comments/1pasabh/httpp_tiny_fast_header_only_http_11_parser/
<!-- SC_OFF -->Pretty fast and easy to extend zero-allocation parsing library. If you wish to learn about pointer arithmetic, this one definitely will help! <!-- SC_ON --> submitted by /u/Born_Produce9805 (https://www.reddit.com/user/Born_Produce9805)
[link] (https://github.com/cebem1nt/httpp) [comments] (https://www.reddit.com/r/programming/comments/1pasabh/httpp_tiny_fast_header_only_http_11_parser/)