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

Jepsen: MariaDB Galera Cluster 12.1.2
https://www.reddit.com/r/programming/comments/1rwhfhr/jepsen_mariadb_galera_cluster_1212/

submitted by /u/ketralnis (https://www.reddit.com/user/ketralnis)
[link] (https://jepsen.io/analyses/mariadb-galera-cluster-12.1.2) [comments] (https://www.reddit.com/r/programming/comments/1rwhfhr/jepsen_mariadb_galera_cluster_1212/)

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

Reddit Programming

Building a Shell
https://www.reddit.com/r/programming/comments/1rwhey4/building_a_shell/

submitted by /u/ketralnis (https://www.reddit.com/user/ketralnis)
[link] (https://healeycodes.com/building-a-shell) [comments] (https://www.reddit.com/r/programming/comments/1rwhey4/building_a_shell/)

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

Reddit Programming

Java 26 is here, and with it a solid foundation for the future
https://www.reddit.com/r/programming/comments/1rwhbea/java_26_is_here_and_with_it_a_solid_foundation/

submitted by /u/ketralnis (https://www.reddit.com/user/ketralnis)
[link] (https://hanno.codes/2026/03/17/java-26-is-here/) [comments] (https://www.reddit.com/r/programming/comments/1rwhbea/java_26_is_here_and_with_it_a_solid_foundation/)

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

Reddit Programming

Maintainable Podcast: Joel Oliveira: Predictability Is a Maintainability Feature
https://www.reddit.com/r/programming/comments/1rwdv3g/maintainable_podcast_joel_oliveira_predictability/

submitted by /u/robbyrussell (https://www.reddit.com/user/robbyrussell)
[link] (https://maintainable.fm/episodes/joel-oliveira-predictability-is-a-maintainability-feature) [comments] (https://www.reddit.com/r/programming/comments/1rwdv3g/maintainable_podcast_joel_oliveira_predictability/)

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

Reddit Programming

Integrated Gauges: Lessons Learned Monitoring Seastar's IO Stack
https://www.reddit.com/r/programming/comments/1rwak05/integrated_gauges_lessons_learned_monitoring/

<!-- SC_OFF -->Many performance metrics and system parameters are inherently volatile or fluctuate rapidly. When using a monitoring system that periodically “scrapes” (polls) a target for its current metric value, the collected data point is merely a snapshot of the system’s state at that precise moment. It doesn’t reveal much about what’s actually happening in that area. Sometimes it’s possible to overcome this problem by accumulating those values somehow – for example, by using histograms or exporting a derived monotonically increasing counter. This article suggests yet another way to extend this approach for a broader set of frequently changing parameters. <!-- SC_ON --> submitted by /u/swdevtest (https://www.reddit.com/user/swdevtest)
[link] (https://www.scylladb.com/2026/03/17/integrated-gauges-lessons-learned-monitoring-seastars-io-stack/) [comments] (https://www.reddit.com/r/programming/comments/1rwak05/integrated_gauges_lessons_learned_monitoring/)

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

Reddit Programming

A sufficiently detailed spec is code
https://www.reddit.com/r/programming/comments/1rw7r3r/a_sufficiently_detailed_spec_is_code/

submitted by /u/Tekmo (https://www.reddit.com/user/Tekmo)
[link] (https://haskellforall.com/2026/03/a-sufficiently-detailed-spec-is-code) [comments] (https://www.reddit.com/r/programming/comments/1rw7r3r/a_sufficiently_detailed_spec_is_code/)

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

Reddit Programming

OTel-Native by Design - Backends That Export to Any Observability Stack
https://www.reddit.com/r/programming/comments/1rw1dfc/otelnative_by_design_backends_that_export_to_any/

submitted by /u/silksong_when (https://www.reddit.com/user/silksong_when)
[link] (https://signoz.io/blog/otel-native-by-design/) [comments] (https://www.reddit.com/r/programming/comments/1rw1dfc/otelnative_by_design_backends_that_export_to_any/)

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

Reddit Programming

Keeping Secrets Out of Logs
https://www.reddit.com/r/programming/comments/1rvjgvc/keeping_secrets_out_of_logs/

submitted by /u/fagnerbrack (https://www.reddit.com/user/fagnerbrack)
[link] (https://allan.reyes.sh/posts/keeping-secrets-out-of-logs/) [comments] (https://www.reddit.com/r/programming/comments/1rvjgvc/keeping_secrets_out_of_logs/)

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

Reddit Programming

A practical step-by-step guide to debugging a real C bug with GDB
https://www.reddit.com/r/programming/comments/1rvfzrj/a_practical_stepbystep_guide_to_debugging_a_real/

<!-- SC_OFF -->A practical guide on using GDB to debug a real C bug step by step. The article focuses on an actual debugging workflow rather than just listing commands, so it should be helpful for beginners and for anyone who wants to get more comfortable debugging C or C++ programs in a real scenario. It covers things like: * setting breakpoints * stepping through code * inspecting variables * understanding where things go wrong Do checkout the article. Feedbacks are very much appreciated. <!-- SC_ON --> submitted by /u/abhijith1203 (https://www.reddit.com/user/abhijith1203)
[link] (https://levelup.gitconnected.com/how-to-use-gdb-to-debug-a-real-c-bug-step-by-step-86a9cde406a1) [comments] (https://www.reddit.com/r/programming/comments/1rvfzrj/a_practical_stepbystep_guide_to_debugging_a_real/)

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

Reddit Programming

Database Sharding
https://www.reddit.com/r/programming/comments/1rvc6ue/database_sharding/

submitted by /u/BrewedDoritos (https://www.reddit.com/user/BrewedDoritos)
[link] (https://planetscale.com/blog/database-sharding) [comments] (https://www.reddit.com/r/programming/comments/1rvc6ue/database_sharding/)

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

Reddit Programming

Wired Magazine calls out COBOL. :)
https://www.reddit.com/r/programming/comments/1rvbxjs/wired_magazine_calls_out_cobol/

submitted by /u/Got1Green (https://www.reddit.com/user/Got1Green)
[link] (https://www.wired.com/story/cobol-is-the-asbestos-of-programming-languages/) [comments] (https://www.reddit.com/r/programming/comments/1rvbxjs/wired_magazine_calls_out_cobol/)

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

Reddit Programming

Making Payload Search 60x Faster in ClickHouse
https://www.reddit.com/r/programming/comments/1rv8eg6/making_payload_search_60x_faster_in_clickhouse/

submitted by /u/GarethX (https://www.reddit.com/user/GarethX)
[link] (https://hookdeck.com/blog/how-we-made-payload-search-60x-faster-in-clickhouse) [comments] (https://www.reddit.com/r/programming/comments/1rv8eg6/making_payload_search_60x_faster_in_clickhouse/)

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

Reddit Programming

The 49MB Web Page
https://www.reddit.com/r/programming/comments/1rv5cb9/the_49mb_web_page/

submitted by /u/Dear-Economics-315 (https://www.reddit.com/user/Dear-Economics-315)
[link] (https://thatshubham.com/blog/news-audit) [comments] (https://www.reddit.com/r/programming/comments/1rv5cb9/the_49mb_web_page/)

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

Reddit Programming

React-Like JSX Syntax for Webcomponents
https://www.reddit.com/r/programming/comments/1rv56qn/reactlike_jsx_syntax_for_webcomponents/

<!-- SC_OFF -->TLDR; I’ve been experimenting with react-like jsx-syntax with webcomponents to see if I could theoretically replace React in one of my projects. It is not ready for production use, but rather an exploration into CustomElements and modern browser capabilities. https://github.com/positive-intentions/dim The goal was to build functional Web Components that handle state management and DOM updates without the overhead of a massive JavaScript framework. By leveraging standard Web APIs and Proxy objects, I’ve managed to create a reactive programming model that feels familiar—using JSX—but stays much closer to the browser platform. I wanted to see how far i could take web components before the architecture broke down. If you're interested in frontend software engineering or web standards, you might find the logic behind the updates (which avoid a traditional virtual DOM) interesting. Full technical tutorial and deep dive: https://positive-intentions.com/docs/research/Tutorials/dim/dim-functional-webcomponents Disclaimer: This project is not ready for production use. In fact, this project may be getting deprecated soon, but I’m sharing it because the unique details into custom elements and modern JavaScript performance might be interesting or educational for others exploring the web platform. <!-- SC_ON --> submitted by /u/Accurate-Screen8774 (https://www.reddit.com/user/Accurate-Screen8774)
[link] (https://positive-intentions.com/docs/research/Tutorials/dim/dim-functional-webcomponents) [comments] (https://www.reddit.com/r/programming/comments/1rv56qn/reactlike_jsx_syntax_for_webcomponents/)

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

Reddit Programming

Deep dive into the API Versioning in Spring Boot 4.0
https://www.reddit.com/r/programming/comments/1rv4e3q/deep_dive_into_the_api_versioning_in_spring_boot/

submitted by /u/zarinfam (https://www.reddit.com/user/zarinfam)
[link] (https://medium.com/threadsafe/deep-dive-into-the-api-versioning-in-spring-boot-4-0-1fa731ba8246?sk=d2ff68aba25f68d4524023fd98766269) [comments] (https://www.reddit.com/r/programming/comments/1rv4e3q/deep_dive_into_the_api_versioning_in_spring_boot/)

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

Reddit Programming

Efficient sparse computations using linear algebra aware compilers
https://www.reddit.com/r/programming/comments/1rwhf6h/efficient_sparse_computations_using_linear/

submitted by /u/ketralnis (https://www.reddit.com/user/ketralnis)
[link] (https://www.osti.gov/biblio/3013883) [comments] (https://www.reddit.com/r/programming/comments/1rwhf6h/efficient_sparse_computations_using_linear/)

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

Reddit Programming

Finding a CPU Design Bug in the Xbox 360
https://www.reddit.com/r/programming/comments/1rwhdaw/finding_a_cpu_design_bug_in_the_xbox_360/

submitted by /u/ketralnis (https://www.reddit.com/user/ketralnis)
[link] (https://randomascii.wordpress.com/2018/01/07/finding-a-cpu-design-bug-in-the-xbox-360/) [comments] (https://www.reddit.com/r/programming/comments/1rwhdaw/finding_a_cpu_design_bug_in_the_xbox_360/)

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

Reddit Programming

Writing an operating system kernel from scratch
https://www.reddit.com/r/programming/comments/1rwgokp/writing_an_operating_system_kernel_from_scratch/

submitted by /u/fagnerbrack (https://www.reddit.com/user/fagnerbrack)
[link] (https://popovicu.com/posts/writing-an-operating-system-kernel-from-scratch/) [comments] (https://www.reddit.com/r/programming/comments/1rwgokp/writing_an_operating_system_kernel_from_scratch/)

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

Reddit Programming

Testing Super Mario Using a Behavior Model Autonomously – Finding Real Bugs
https://www.reddit.com/r/programming/comments/1rwd2tr/testing_super_mario_using_a_behavior_model/

<!-- SC_OFF -->Learn how a behavior model combined with autonomous testing helped us find interesting bugs in our reference Super Mario game implementation. The model validates every frame during exploration, but when it disagrees with the game, which one is wrong? This is bidirectional testing: the model tests the game, and the game tests the model. The process uncovered several real engine bugs, including a teleport bug in Level 4 where Mario gets snapped across the screen due to overlapping collision boxes. All code is open source: https://github.com/testflows/Examples/tree/v3.0/SuperMario. <!-- SC_ON --> submitted by /u/vzakaznikov (https://www.reddit.com/user/vzakaznikov)
[link] (https://testflows.com/blog/testing-super-mario-using-a-behavior-model-autonomously-part2/) [comments] (https://www.reddit.com/r/programming/comments/1rwd2tr/testing_super_mario_using_a_behavior_model/)

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

Reddit Programming

What is Infrastructure from Code?
https://www.reddit.com/r/programming/comments/1rw8jij/what_is_infrastructure_from_code/

submitted by /u/GlitteringPenalty210 (https://www.reddit.com/user/GlitteringPenalty210)
[link] (https://encore.dev/blog/what-is-infrastructure-from-code) [comments] (https://www.reddit.com/r/programming/comments/1rw8jij/what_is_infrastructure_from_code/)

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

Reddit Programming

Java 26 released today!
https://www.reddit.com/r/programming/comments/1rw6lkv/java_26_released_today/

submitted by /u/davidalayachew (https://www.reddit.com/user/davidalayachew)
[link] (https://jdk.java.net/26/) [comments] (https://www.reddit.com/r/programming/comments/1rw6lkv/java_26_released_today/)

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

Reddit Programming

Demystifying and Improving Lazy Promotion in Cache Eviction
https://www.reddit.com/r/programming/comments/1rvkrly/demystifying_and_improving_lazy_promotion_in/

submitted by /u/mttd (https://www.reddit.com/user/mttd)
[link] (https://www.pdl.cmu.edu/PDL-FTP/Storage/vldb26_lazyPromotion_abs.shtml) [comments] (https://www.reddit.com/r/programming/comments/1rvkrly/demystifying_and_improving_lazy_promotion_in/)

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

Reddit Programming

Programming GPUs with CUDA: A Simple Explanation
https://www.reddit.com/r/programming/comments/1rvgwwm/programming_gpus_with_cuda_a_simple_explanation/

submitted by /u/RelevantEmergency707 (https://www.reddit.com/user/RelevantEmergency707)
[link] (https://youtu.be/SVaC2ECMZXs?si=qRvI8BL2kTOkp8gV) [comments] (https://www.reddit.com/r/programming/comments/1rvgwwm/programming_gpus_with_cuda_a_simple_explanation/)

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

Reddit Programming

For meta employees
https://www.reddit.com/r/programming/comments/1rvf1xp/for_meta_employees/

<!-- SC_OFF -->For meta employee Job Description: We are hiring a genuine Meta employee or an experienced Meta platform specialist with strong knowledge of disabled URLs, account restrictions, and platform safety policies. We handle 50–100 cases daily and need expert guidance and resolution support. Role: The selected candidate will review disabled URLs and restricted accounts, provide guidance on policy compliance, and advise clients on how to remain safe and compliant on the Meta platform. Responsibilities: Review and analyze disabled URLs and account issues Provide expert advice on Meta policies and compliance Suggest preventive measures to avoid future restrictions Assist with resolution strategies for flagged accounts Handle 50–100 cases daily (ongoing work) Work Details: Remote position Flexible hours Ongoing collaboration Payout provided after every 5 resolved accounts <!-- SC_ON --> submitted by /u/cranielr (https://www.reddit.com/user/cranielr)
[link] (http://t.me/cranielz) [comments] (https://www.reddit.com/r/programming/comments/1rvf1xp/for_meta_employees/)

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

Reddit Programming

Securing digital assets against future threats
https://www.reddit.com/r/programming/comments/1rvc3bg/securing_digital_assets_against_future_threats/

submitted by /u/donutloop (https://www.reddit.com/user/donutloop)
[link] (https://www.technologyreview.com/2026/03/16/1134287/securing-digital-assets-against-future-threats/) [comments] (https://www.reddit.com/r/programming/comments/1rvc3bg/securing_digital_assets_against_future_threats/)

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

Reddit Programming

Even Faster asin() Was Staring Right At Me
https://www.reddit.com/r/programming/comments/1rvayak/even_faster_asin_was_staring_right_at_me/

submitted by /u/def-pri-pub (https://www.reddit.com/user/def-pri-pub)
[link] (https://16bpp.net/blog/post/even-faster-asin-was-staring-right-at-me/) [comments] (https://www.reddit.com/r/programming/comments/1rvayak/even_faster_asin_was_staring_right_at_me/)

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

Reddit Programming

Comparing Python Type Checkers: Typing Spec Conformance
https://www.reddit.com/r/programming/comments/1rv82i5/comparing_python_type_checkers_typing_spec/

submitted by /u/BeamMeUpBiscotti (https://www.reddit.com/user/BeamMeUpBiscotti)
[link] (https://pyrefly.org/blog/typing-conformance-comparison/) [comments] (https://www.reddit.com/r/programming/comments/1rv82i5/comparing_python_type_checkers_typing_spec/)

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

Reddit Programming

How to implement the Outbox pattern in Go and Postgres
https://www.reddit.com/r/programming/comments/1rv59ro/how_to_implement_the_outbox_pattern_in_go_and/

submitted by /u/der_gopher (https://www.reddit.com/user/der_gopher)
[link] (https://packagemain.tech/p/how-to-implement-the-outbox-pattern-in-golang) [comments] (https://www.reddit.com/r/programming/comments/1rv59ro/how_to_implement_the_outbox_pattern_in_go_and/)

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

Reddit Programming

Wero: Developer Insights Into Europe’s PayPal Alternative
https://www.reddit.com/r/programming/comments/1rv4wf0/wero_developer_insights_into_europes_paypal/

submitted by /u/derjanni (https://www.reddit.com/user/derjanni)
[link] (https://programmers.fyi/wero-developer-insights-into-europes-paypal-alternative) [comments] (https://www.reddit.com/r/programming/comments/1rv4wf0/wero_developer_insights_into_europes_paypal/)

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

Reddit Programming

RE//verse 2026: Hacking the Xbox One
https://www.reddit.com/r/programming/comments/1rus7od/reverse_2026_hacking_the_xbox_one/

submitted by /u/BlueGoliath (https://www.reddit.com/user/BlueGoliath)
[link] (https://www.youtube.com/watch?v=FTFn4UZsA5U) [comments] (https://www.reddit.com/r/programming/comments/1rus7od/reverse_2026_hacking_the_xbox_one/)

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