Code isn’t what’s slowing projects down
https://www.reddit.com/r/programming/comments/1rcj41t/code_isnt_whats_slowing_projects_down/
<!-- SC_OFF -->After a bunch of years doing this I’m starting to think we blame code way too fast when something slips. Every delay turns into a tech conversation: architecture, debt, refactor, rewrite. But most of the time the code was… fine. What actually hurt was people not being aligned. Decisions made but not written down, teams assuming slightly different things, priorities shifting. Ownership kind of existing but not really. Then we add more process which mostly just adds noise. Technical debt is easy to point at, communication issues aren’t. Maybe I’m wrong, I don't know. Longer writeup here if anyone cares: https://shiftmag.dev/code-isnt-slowing-your-project-down-communication-is-7889/ <!-- SC_ON --> submitted by /u/ArghAy (https://www.reddit.com/user/ArghAy)
[link] (https://shiftmag.dev/code-isnt-slowing-your-project-down-communication-is-7889/) [comments] (https://www.reddit.com/r/programming/comments/1rcj41t/code_isnt_whats_slowing_projects_down/)
https://www.reddit.com/r/programming/comments/1rcj41t/code_isnt_whats_slowing_projects_down/
<!-- SC_OFF -->After a bunch of years doing this I’m starting to think we blame code way too fast when something slips. Every delay turns into a tech conversation: architecture, debt, refactor, rewrite. But most of the time the code was… fine. What actually hurt was people not being aligned. Decisions made but not written down, teams assuming slightly different things, priorities shifting. Ownership kind of existing but not really. Then we add more process which mostly just adds noise. Technical debt is easy to point at, communication issues aren’t. Maybe I’m wrong, I don't know. Longer writeup here if anyone cares: https://shiftmag.dev/code-isnt-slowing-your-project-down-communication-is-7889/ <!-- SC_ON --> submitted by /u/ArghAy (https://www.reddit.com/user/ArghAy)
[link] (https://shiftmag.dev/code-isnt-slowing-your-project-down-communication-is-7889/) [comments] (https://www.reddit.com/r/programming/comments/1rcj41t/code_isnt_whats_slowing_projects_down/)
You don't need free lists
https://www.reddit.com/r/programming/comments/1rcpfgq/you_dont_need_free_lists/
submitted by /u/ketralnis (https://www.reddit.com/user/ketralnis)
[link] (https://jakubtomsu.github.io/posts/bit_pools/) [comments] (https://www.reddit.com/r/programming/comments/1rcpfgq/you_dont_need_free_lists/)
https://www.reddit.com/r/programming/comments/1rcpfgq/you_dont_need_free_lists/
submitted by /u/ketralnis (https://www.reddit.com/user/ketralnis)
[link] (https://jakubtomsu.github.io/posts/bit_pools/) [comments] (https://www.reddit.com/r/programming/comments/1rcpfgq/you_dont_need_free_lists/)
Using Haskell's 'newtype' in C
https://www.reddit.com/r/programming/comments/1rcpgfb/using_haskells_newtype_in_c/
submitted by /u/ketralnis (https://www.reddit.com/user/ketralnis)
[link] (https://blog.nelhage.com/2010/10/using-haskells-newtype-in-c/) [comments] (https://www.reddit.com/r/programming/comments/1rcpgfb/using_haskells_newtype_in_c/)
https://www.reddit.com/r/programming/comments/1rcpgfb/using_haskells_newtype_in_c/
submitted by /u/ketralnis (https://www.reddit.com/user/ketralnis)
[link] (https://blog.nelhage.com/2010/10/using-haskells-newtype-in-c/) [comments] (https://www.reddit.com/r/programming/comments/1rcpgfb/using_haskells_newtype_in_c/)
Designing Odin's Casting Syntax
https://www.reddit.com/r/programming/comments/1rcph20/designing_odins_casting_syntax/
submitted by /u/ketralnis (https://www.reddit.com/user/ketralnis)
[link] (https://www.gingerbill.org/article/2026/02/23/designing-odins-casting-syntax/) [comments] (https://www.reddit.com/r/programming/comments/1rcph20/designing_odins_casting_syntax/)
https://www.reddit.com/r/programming/comments/1rcph20/designing_odins_casting_syntax/
submitted by /u/ketralnis (https://www.reddit.com/user/ketralnis)
[link] (https://www.gingerbill.org/article/2026/02/23/designing-odins-casting-syntax/) [comments] (https://www.reddit.com/r/programming/comments/1rcph20/designing_odins_casting_syntax/)
Some Silly Z3 Scripts I Wrote
https://www.reddit.com/r/programming/comments/1rcphb7/some_silly_z3_scripts_i_wrote/
submitted by /u/ketralnis (https://www.reddit.com/user/ketralnis)
[link] (https://www.hillelwayne.com/post/z3-examples/) [comments] (https://www.reddit.com/r/programming/comments/1rcphb7/some_silly_z3_scripts_i_wrote/)
https://www.reddit.com/r/programming/comments/1rcphb7/some_silly_z3_scripts_i_wrote/
submitted by /u/ketralnis (https://www.reddit.com/user/ketralnis)
[link] (https://www.hillelwayne.com/post/z3-examples/) [comments] (https://www.reddit.com/r/programming/comments/1rcphb7/some_silly_z3_scripts_i_wrote/)
Pipelined Relational Query Language, Pronounced "Prequel"
https://www.reddit.com/r/programming/comments/1rcpmx9/pipelined_relational_query_language_pronounced/
submitted by /u/ketralnis (https://www.reddit.com/user/ketralnis)
[link] (https://prql-lang.org/) [comments] (https://www.reddit.com/r/programming/comments/1rcpmx9/pipelined_relational_query_language_pronounced/)
https://www.reddit.com/r/programming/comments/1rcpmx9/pipelined_relational_query_language_pronounced/
submitted by /u/ketralnis (https://www.reddit.com/user/ketralnis)
[link] (https://prql-lang.org/) [comments] (https://www.reddit.com/r/programming/comments/1rcpmx9/pipelined_relational_query_language_pronounced/)
Parse, Don't Validate AKA Some C Safety Tips
https://www.reddit.com/r/programming/comments/1rcpn6x/parse_dont_validate_aka_some_c_safety_tips/
submitted by /u/ketralnis (https://www.reddit.com/user/ketralnis)
[link] (https://www.lelanthran.com/chap13/content.html) [comments] (https://www.reddit.com/r/programming/comments/1rcpn6x/parse_dont_validate_aka_some_c_safety_tips/)
https://www.reddit.com/r/programming/comments/1rcpn6x/parse_dont_validate_aka_some_c_safety_tips/
submitted by /u/ketralnis (https://www.reddit.com/user/ketralnis)
[link] (https://www.lelanthran.com/chap13/content.html) [comments] (https://www.reddit.com/r/programming/comments/1rcpn6x/parse_dont_validate_aka_some_c_safety_tips/)
CSLib: The Lean Computer Science Library
https://www.reddit.com/r/programming/comments/1rcpnv3/cslib_the_lean_computer_science_library/
submitted by /u/ketralnis (https://www.reddit.com/user/ketralnis)
[link] (https://arxiv.org/abs/2602.04846) [comments] (https://www.reddit.com/r/programming/comments/1rcpnv3/cslib_the_lean_computer_science_library/)
https://www.reddit.com/r/programming/comments/1rcpnv3/cslib_the_lean_computer_science_library/
submitted by /u/ketralnis (https://www.reddit.com/user/ketralnis)
[link] (https://arxiv.org/abs/2602.04846) [comments] (https://www.reddit.com/r/programming/comments/1rcpnv3/cslib_the_lean_computer_science_library/)
Simulating fusion reactors in C++
https://www.reddit.com/r/programming/comments/1rcpodq/simulating_fusion_reactors_in_c/
submitted by /u/ketralnis (https://www.reddit.com/user/ketralnis)
[link] (https://www.youtube.com/watch?v=IaiYxnLrs_8) [comments] (https://www.reddit.com/r/programming/comments/1rcpodq/simulating_fusion_reactors_in_c/)
https://www.reddit.com/r/programming/comments/1rcpodq/simulating_fusion_reactors_in_c/
submitted by /u/ketralnis (https://www.reddit.com/user/ketralnis)
[link] (https://www.youtube.com/watch?v=IaiYxnLrs_8) [comments] (https://www.reddit.com/r/programming/comments/1rcpodq/simulating_fusion_reactors_in_c/)
Git's Magic Files
https://www.reddit.com/r/programming/comments/1rcr6zn/gits_magic_files/
submitted by /u/ketralnis (https://www.reddit.com/user/ketralnis)
[link] (https://nesbitt.io/2026/02/05/git-magic-files.html) [comments] (https://www.reddit.com/r/programming/comments/1rcr6zn/gits_magic_files/)
https://www.reddit.com/r/programming/comments/1rcr6zn/gits_magic_files/
submitted by /u/ketralnis (https://www.reddit.com/user/ketralnis)
[link] (https://nesbitt.io/2026/02/05/git-magic-files.html) [comments] (https://www.reddit.com/r/programming/comments/1rcr6zn/gits_magic_files/)
eBPF on Hard Mode
https://www.reddit.com/r/programming/comments/1rcrllz/ebpf_on_hard_mode/
submitted by /u/ketralnis (https://www.reddit.com/user/ketralnis)
[link] (https://feyor.sh/blog/ebpf-on-hard-mode/) [comments] (https://www.reddit.com/r/programming/comments/1rcrllz/ebpf_on_hard_mode/)
https://www.reddit.com/r/programming/comments/1rcrllz/ebpf_on_hard_mode/
submitted by /u/ketralnis (https://www.reddit.com/user/ketralnis)
[link] (https://feyor.sh/blog/ebpf-on-hard-mode/) [comments] (https://www.reddit.com/r/programming/comments/1rcrllz/ebpf_on_hard_mode/)
How I ported Doom to a 20-year-old VoIP phone
https://www.reddit.com/r/programming/comments/1rcrqxe/how_i_ported_doom_to_a_20yearold_voip_phone/
submitted by /u/25hex (https://www.reddit.com/user/25hex)
[link] (https://0x19.co/post/snom360_doom/) [comments] (https://www.reddit.com/r/programming/comments/1rcrqxe/how_i_ported_doom_to_a_20yearold_voip_phone/)
https://www.reddit.com/r/programming/comments/1rcrqxe/how_i_ported_doom_to_a_20yearold_voip_phone/
submitted by /u/25hex (https://www.reddit.com/user/25hex)
[link] (https://0x19.co/post/snom360_doom/) [comments] (https://www.reddit.com/r/programming/comments/1rcrqxe/how_i_ported_doom_to_a_20yearold_voip_phone/)
Lessons in Grafana - Part One: A Vision
https://www.reddit.com/r/programming/comments/1rcum6t/lessons_in_grafana_part_one_a_vision/
<!-- SC_OFF -->I recently have restarted my blog, and this series focuses on data analysis. The first entry (linked here) is focused on how to visualize job application data stored in a spreadsheet. The second entry, is about scraping data from a litterbox robot. I hope you enjoy! <!-- SC_ON --> submitted by /u/LivInTheLookingGlass (https://www.reddit.com/user/LivInTheLookingGlass)
[link] (https://blog.oliviaappleton.com/posts/0006-lessons-in-grafana-01) [comments] (https://www.reddit.com/r/programming/comments/1rcum6t/lessons_in_grafana_part_one_a_vision/)
https://www.reddit.com/r/programming/comments/1rcum6t/lessons_in_grafana_part_one_a_vision/
<!-- SC_OFF -->I recently have restarted my blog, and this series focuses on data analysis. The first entry (linked here) is focused on how to visualize job application data stored in a spreadsheet. The second entry, is about scraping data from a litterbox robot. I hope you enjoy! <!-- SC_ON --> submitted by /u/LivInTheLookingGlass (https://www.reddit.com/user/LivInTheLookingGlass)
[link] (https://blog.oliviaappleton.com/posts/0006-lessons-in-grafana-01) [comments] (https://www.reddit.com/r/programming/comments/1rcum6t/lessons_in_grafana_part_one_a_vision/)
The challenges of porting Shufflepuck Cafe to the 8 bits Apple II
https://www.reddit.com/r/programming/comments/1rcveof/the_challenges_of_porting_shufflepuck_cafe_to_the/
submitted by /u/ketralnis (https://www.reddit.com/user/ketralnis)
[link] (https://www.colino.net/wordpress/archives/2026/02/23/the-challenges-of-porting-shufflepuck-cafe-to-the-8-bits-apple-ii/) [comments] (https://www.reddit.com/r/programming/comments/1rcveof/the_challenges_of_porting_shufflepuck_cafe_to_the/)
https://www.reddit.com/r/programming/comments/1rcveof/the_challenges_of_porting_shufflepuck_cafe_to_the/
submitted by /u/ketralnis (https://www.reddit.com/user/ketralnis)
[link] (https://www.colino.net/wordpress/archives/2026/02/23/the-challenges-of-porting-shufflepuck-cafe-to-the-8-bits-apple-ii/) [comments] (https://www.reddit.com/r/programming/comments/1rcveof/the_challenges_of_porting_shufflepuck_cafe_to_the/)
Binding port 0 to avoid port collisions
https://www.reddit.com/r/programming/comments/1rcvfpm/binding_port_0_to_avoid_port_collisions/
submitted by /u/ketralnis (https://www.reddit.com/user/ketralnis)
[link] (https://ntietz.com/blog/binding-ephemeral-port/) [comments] (https://www.reddit.com/r/programming/comments/1rcvfpm/binding_port_0_to_avoid_port_collisions/)
https://www.reddit.com/r/programming/comments/1rcvfpm/binding_port_0_to_avoid_port_collisions/
submitted by /u/ketralnis (https://www.reddit.com/user/ketralnis)
[link] (https://ntietz.com/blog/binding-ephemeral-port/) [comments] (https://www.reddit.com/r/programming/comments/1rcvfpm/binding_port_0_to_avoid_port_collisions/)
Signed, Sealed, Stolen: How We Patched Critical Vulnerabilities Under Fire
https://www.reddit.com/r/programming/comments/1rcy9l1/signed_sealed_stolen_how_we_patched_critical/
submitted by /u/ketralnis (https://www.reddit.com/user/ketralnis)
[link] (https://www.youtube.com/watch?v=CZ4nk9aWzYM) [comments] (https://www.reddit.com/r/programming/comments/1rcy9l1/signed_sealed_stolen_how_we_patched_critical/)
https://www.reddit.com/r/programming/comments/1rcy9l1/signed_sealed_stolen_how_we_patched_critical/
submitted by /u/ketralnis (https://www.reddit.com/user/ketralnis)
[link] (https://www.youtube.com/watch?v=CZ4nk9aWzYM) [comments] (https://www.reddit.com/r/programming/comments/1rcy9l1/signed_sealed_stolen_how_we_patched_critical/)
Age of Empires: 25+ years of pathfinding problems with C++ - Raymi Klingers - Meeting C++ 2025
https://www.reddit.com/r/programming/comments/1rczm6j/age_of_empires_25_years_of_pathfinding_problems/
submitted by /u/BlueGoliath (https://www.reddit.com/user/BlueGoliath)
[link] (https://www.youtube.com/watch?v=lEBQveBCtKY) [comments] (https://www.reddit.com/r/programming/comments/1rczm6j/age_of_empires_25_years_of_pathfinding_problems/)
https://www.reddit.com/r/programming/comments/1rczm6j/age_of_empires_25_years_of_pathfinding_problems/
submitted by /u/BlueGoliath (https://www.reddit.com/user/BlueGoliath)
[link] (https://www.youtube.com/watch?v=lEBQveBCtKY) [comments] (https://www.reddit.com/r/programming/comments/1rczm6j/age_of_empires_25_years_of_pathfinding_problems/)
C Enum Sizes; or, How MSVC Ignores The Standard Once Again
https://www.reddit.com/r/programming/comments/1rd0400/c_enum_sizes_or_how_msvc_ignores_the_standard/
submitted by /u/ketralnis (https://www.reddit.com/user/ketralnis)
[link] (https://ettolrach.com/blog/c_enum_msvc.html) [comments] (https://www.reddit.com/r/programming/comments/1rd0400/c_enum_sizes_or_how_msvc_ignores_the_standard/)
https://www.reddit.com/r/programming/comments/1rd0400/c_enum_sizes_or_how_msvc_ignores_the_standard/
submitted by /u/ketralnis (https://www.reddit.com/user/ketralnis)
[link] (https://ettolrach.com/blog/c_enum_msvc.html) [comments] (https://www.reddit.com/r/programming/comments/1rd0400/c_enum_sizes_or_how_msvc_ignores_the_standard/)
Let's understand & implement consistent hashing.
https://www.reddit.com/r/programming/comments/1rd7ukf/lets_understand_implement_consistent_hashing/
submitted by /u/Sushant098123 (https://www.reddit.com/user/Sushant098123)
[link] (https://sushantdhiman.dev/lets-implement-consistent-hashing/) [comments] (https://www.reddit.com/r/programming/comments/1rd7ukf/lets_understand_implement_consistent_hashing/)
https://www.reddit.com/r/programming/comments/1rd7ukf/lets_understand_implement_consistent_hashing/
submitted by /u/Sushant098123 (https://www.reddit.com/user/Sushant098123)
[link] (https://sushantdhiman.dev/lets-implement-consistent-hashing/) [comments] (https://www.reddit.com/r/programming/comments/1rd7ukf/lets_understand_implement_consistent_hashing/)
Database Transactions
https://www.reddit.com/r/programming/comments/1rdheba/database_transactions/
submitted by /u/BrewedDoritos (https://www.reddit.com/user/BrewedDoritos)
[link] (https://planetscale.com/blog/database-transactions) [comments] (https://www.reddit.com/r/programming/comments/1rdheba/database_transactions/)
https://www.reddit.com/r/programming/comments/1rdheba/database_transactions/
submitted by /u/BrewedDoritos (https://www.reddit.com/user/BrewedDoritos)
[link] (https://planetscale.com/blog/database-transactions) [comments] (https://www.reddit.com/r/programming/comments/1rdheba/database_transactions/)
Row Locks With Joins Can Produce Surprising Results in PostgreSQL
https://www.reddit.com/r/programming/comments/1rdhslr/row_locks_with_joins_can_produce_surprising/
submitted by /u/be_haki (https://www.reddit.com/user/be_haki)
[link] (https://hakibenita.com/postgres-row-lock-with-join) [comments] (https://www.reddit.com/r/programming/comments/1rdhslr/row_locks_with_joins_can_produce_surprising/)
https://www.reddit.com/r/programming/comments/1rdhslr/row_locks_with_joins_can_produce_surprising/
submitted by /u/be_haki (https://www.reddit.com/user/be_haki)
[link] (https://hakibenita.com/postgres-row-lock-with-join) [comments] (https://www.reddit.com/r/programming/comments/1rdhslr/row_locks_with_joins_can_produce_surprising/)