reddit_programming | Technologies

Telegram-канал reddit_programming - Reddit Programming

212

I will send you newest post from subreddit /r/programming

Subscribe to a channel

Reddit Programming

How macOS controls performance: QoS on Intel and M1 processors
https://www.reddit.com/r/programming/comments/1rdmj9t/how_macos_controls_performance_qos_on_intel_and/

submitted by /u/ketralnis (https://www.reddit.com/user/ketralnis)
[link] (https://eclecticlight.co/2022/01/07/how-macos-controls-performance-qos-on-intel-and-m1-processors/) [comments] (https://www.reddit.com/r/programming/comments/1rdmj9t/how_macos_controls_performance_qos_on_intel_and/)

Читать полностью…

Reddit Programming

Reducing the size of Go binaries by up to 77%
https://www.reddit.com/r/programming/comments/1rdmh56/reducing_the_size_of_go_binaries_by_up_to_77/

submitted by /u/ketralnis (https://www.reddit.com/user/ketralnis)
[link] (https://www.datadoghq.com/blog/engineering/agent-go-binaries/) [comments] (https://www.reddit.com/r/programming/comments/1rdmh56/reducing_the_size_of_go_binaries_by_up_to_77/)

Читать полностью…

Reddit Programming

Goodbye InnerHTML, Hello SetHTML: Stronger XSS Protection in Firefox 148
https://www.reddit.com/r/programming/comments/1rdmf7m/goodbye_innerhtml_hello_sethtml_stronger_xss/

submitted by /u/ketralnis (https://www.reddit.com/user/ketralnis)
[link] (https://hacks.mozilla.org/2026/02/goodbye-innerhtml-hello-sethtml-stronger-xss-protection-in-firefox-148/) [comments] (https://www.reddit.com/r/programming/comments/1rdmf7m/goodbye_innerhtml_hello_sethtml_stronger_xss/)

Читать полностью…

Reddit Programming

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/)

Читать полностью…

Reddit Programming

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/)

Читать полностью…

Reddit Programming

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/)

Читать полностью…

Reddit Programming

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/)

Читать полностью…

Reddit Programming

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/)

Читать полностью…

Reddit Programming

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/)

Читать полностью…

Reddit Programming

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/)

Читать полностью…

Reddit Programming

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/)

Читать полностью…

Reddit Programming

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/)

Читать полностью…

Reddit Programming

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/)

Читать полностью…

Reddit Programming

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/)

Читать полностью…

Reddit Programming

How we reclaim agency in democracy with tech: Mirror Parliament
https://www.reddit.com/r/programming/comments/1rbxe95/how_we_reclaim_agency_in_democracy_with_tech/

submitted by /u/AirlineGlass5010 (https://www.reddit.com/user/AirlineGlass5010)
[link] (https://lustra.news/info/blueprint/) [comments] (https://www.reddit.com/r/programming/comments/1rbxe95/how_we_reclaim_agency_in_democracy_with_tech/)

Читать полностью…

Reddit Programming

TLA+ By Example
https://www.reddit.com/r/programming/comments/1rdmisp/tla_by_example/

submitted by /u/ketralnis (https://www.reddit.com/user/ketralnis)
[link] (https://tlabyexample.com/) [comments] (https://www.reddit.com/r/programming/comments/1rdmisp/tla_by_example/)

Читать полностью…

Reddit Programming

λProlog: Logic programming in higher-order logic
https://www.reddit.com/r/programming/comments/1rdmfiy/%CE%BBprolog_logic_programming_in_higherorder_logic/

submitted by /u/ketralnis (https://www.reddit.com/user/ketralnis)
[link] (https://www.lix.polytechnique.fr/Labo/Dale.Miller/lProlog/) [comments] (https://www.reddit.com/r/programming/comments/1rdmfiy/%CE%BBprolog_logic_programming_in_higherorder_logic/)

Читать полностью…

Reddit Programming

RFC 406i: The Rejection of Artificially Generated Slop (RAGS)
https://www.reddit.com/r/programming/comments/1rdiul6/rfc_406i_the_rejection_of_artificially_generated/

submitted by /u/addvilz (https://www.reddit.com/user/addvilz)
[link] (https://406.fail/) [comments] (https://www.reddit.com/r/programming/comments/1rdiul6/rfc_406i_the_rejection_of_artificially_generated/)

Читать полностью…

Reddit Programming

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/)

Читать полностью…

Reddit Programming

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/)

Читать полностью…

Reddit Programming

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/)

Читать полностью…

Reddit Programming

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/)

Читать полностью…

Reddit Programming

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/)

Читать полностью…

Reddit Programming

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/)

Читать полностью…

Reddit Programming

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/)

Читать полностью…

Reddit Programming

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/)

Читать полностью…

Reddit Programming

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/)

Читать полностью…

Reddit Programming

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/)

Читать полностью…

Reddit Programming

Dictionary Compression is finally here, and it's ridiculously good
https://www.reddit.com/r/programming/comments/1rcfofi/dictionary_compression_is_finally_here_and_its/

submitted by /u/pimterry (https://www.reddit.com/user/pimterry)
[link] (https://httptoolkit.com/blog/dictionary-compression-performance-zstd-brotli/?utm_source=newsletter&amp;utm_medium=email&amp;utm_campaign=blog-post-dictionary-compression-is-finally-here-and-its-ridiculously-good) [comments] (https://www.reddit.com/r/programming/comments/1rcfofi/dictionary_compression_is_finally_here_and_its/)

Читать полностью…

Reddit Programming

Kovan: wait-free memory reclamation for Rust, TLA+ verified, no_std, with wait-free concurrent data structures built on top
https://www.reddit.com/r/programming/comments/1rbw95s/kovan_waitfree_memory_reclamation_for_rust_tla/

submitted by /u/vertexclique (https://www.reddit.com/user/vertexclique)
[link] (https://vertexclique.com/blog/kovan-from-prod-to-mr/) [comments] (https://www.reddit.com/r/programming/comments/1rbw95s/kovan_waitfree_memory_reclamation_for_rust_tla/)

Читать полностью…
Subscribe to a channel