reddit_programming | Technologies

Telegram-канал reddit_programming - Reddit Programming

214

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

Subscribe to a channel

Reddit Programming

Relocation generation in assemblers
https://www.reddit.com/r/programming/comments/1kwv3ff/relocation_generation_in_assemblers/

submitted by /u/ketralnis (https://www.reddit.com/user/ketralnis)
[link] (https://maskray.me/blog/2025-03-16-relocation-generation-in-assemblers) [comments] (https://www.reddit.com/r/programming/comments/1kwv3ff/relocation_generation_in_assemblers/)

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

Reddit Programming

Lossless video compression using Bloom filters
https://www.reddit.com/r/programming/comments/1kwuwy6/lossless_video_compression_using_bloom_filters/

submitted by /u/ketralnis (https://www.reddit.com/user/ketralnis)
[link] (https://github.com/ross39/new_bloom_filter_repo/blob/main/README.md) [comments] (https://www.reddit.com/r/programming/comments/1kwuwy6/lossless_video_compression_using_bloom_filters/)

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

Reddit Programming

Logical Reversibility of Computation and Thermodynamic Computing
https://www.reddit.com/r/programming/comments/1kwrqg3/logical_reversibility_of_computation_and/

<!-- SC_OFF -->This paper is foundational to Quantum, Thermodynamic and Catalytic computing. The 1973 paper focuses on reversible computing using 3-tape Turing machines. I chose to implement all the important boolean logical gates in JavaScript. <!-- SC_ON --> submitted by /u/DataBaeBee (https://www.reddit.com/user/DataBaeBee)
[link] (https://leetarxiv.substack.com/p/logical-reversibility-of-computation) [comments] (https://www.reddit.com/r/programming/comments/1kwrqg3/logical_reversibility_of_computation_and/)

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

Reddit Programming

The Hidden Cost of Skipping the Fundamentals in the Age of AI
https://www.reddit.com/r/programming/comments/1kwr0iv/the_hidden_cost_of_skipping_the_fundamentals_in/

<!-- SC_OFF -->AI makes it easier to use new tech without real understanding, but this shortcut can backfire. As a software engineer, I’ve noticed more people skipping foundational concepts, jumping straight to working solutions (often with AI), which leads to fragile and hard-to maintain code. True learning means breaking things down and understanding basics. Relying solely on AI for quick fixes may seem efficient, but it risks longterm costs for developers and organizations. Embrace AI, but don’t neglect the fundamentals. <!-- SC_ON --> submitted by /u/Greedy_Principle5345 (https://www.reddit.com/user/Greedy_Principle5345)
[link] (https://codingismycraft.blog/index.php/2025/05/27/the-hidden-cost-of-skipping-the-fundamentals-in-the-age-of-ai/) [comments] (https://www.reddit.com/r/programming/comments/1kwr0iv/the_hidden_cost_of_skipping_the_fundamentals_in/)

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

Reddit Programming

Explanations, not Algorithms
https://www.reddit.com/r/programming/comments/1kwqs3g/explanations_not_algorithms/

submitted by /u/aartaka (https://www.reddit.com/user/aartaka)
[link] (https://aartaka.me/explanations.html) [comments] (https://www.reddit.com/r/programming/comments/1kwqs3g/explanations_not_algorithms/)

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

Reddit Programming

Why SSDLC needs static analysis: a case study of 190 bugs in TDengine
https://www.reddit.com/r/programming/comments/1kwoz80/why_ssdlc_needs_static_analysis_a_case_study_of/

submitted by /u/Xadartt (https://www.reddit.com/user/Xadartt)
[link] (https://pvs-studio.com/en/blog/posts/cpp/1249/) [comments] (https://www.reddit.com/r/programming/comments/1kwoz80/why_ssdlc_needs_static_analysis_a_case_study_of/)

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

Reddit Programming

Coaching vs. Mentoring vs. Managing (most confuse them)
https://www.reddit.com/r/programming/comments/1kwnsiu/coaching_vs_mentoring_vs_managing_most_confuse/

submitted by /u/stmoreau (https://www.reddit.com/user/stmoreau)
[link] (https://www.blog4ems.com/p/coaching-vs-mentoring-vs-managing) [comments] (https://www.reddit.com/r/programming/comments/1kwnsiu/coaching_vs_mentoring_vs_managing_most_confuse/)

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

Reddit Programming

Making C and Python Talk to Each Other
https://www.reddit.com/r/programming/comments/1kwke9g/making_c_and_python_talk_to_each_other/

submitted by /u/DataBaeBee (https://www.reddit.com/user/DataBaeBee)
[link] (https://leetarxiv.substack.com/p/making-c-and-python-talk-to-each) [comments] (https://www.reddit.com/r/programming/comments/1kwke9g/making_c_and_python_talk_to_each_other/)

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

Reddit Programming

On Distributed Tracing
https://www.reddit.com/r/programming/comments/1kwj1xs/on_distributed_tracing/

submitted by /u/radekmie (https://www.reddit.com/user/radekmie)
[link] (https://radekmie.dev/blog/on-distributed-tracing/) [comments] (https://www.reddit.com/r/programming/comments/1kwj1xs/on_distributed_tracing/)

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

Reddit Programming

GitHub MCP Exploited: Accessing private repositories via MCP
https://www.reddit.com/r/programming/comments/1kwc0ho/github_mcp_exploited_accessing_private/

submitted by /u/10ForwardShift (https://www.reddit.com/user/10ForwardShift)
[link] (https://invariantlabs.ai/blog/mcp-github-vulnerability) [comments] (https://www.reddit.com/r/programming/comments/1kwc0ho/github_mcp_exploited_accessing_private/)

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

Reddit Programming

The Last Real Developers
https://www.reddit.com/r/programming/comments/1kw7se0/the_last_real_developers/

submitted by /u/someonesopranos (https://www.reddit.com/user/someonesopranos)
[link] (https://mehmetakifalp.medium.com/the-last-real-developers-6fb02e036f8b) [comments] (https://www.reddit.com/r/programming/comments/1kw7se0/the_last_real_developers/)

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

Reddit Programming

Let's make a game! 267: Weapons
https://www.reddit.com/r/programming/comments/1kvwlof/lets_make_a_game_267_weapons/

submitted by /u/apeloverage (https://www.reddit.com/user/apeloverage)
[link] (https://www.youtube.com/watch?v=_TaiK8T3icE) [comments] (https://www.reddit.com/r/programming/comments/1kvwlof/lets_make_a_game_267_weapons/)

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

Reddit Programming

dotnet run app.cs
https://www.reddit.com/r/programming/comments/1kvvsj2/dotnet_run_appcs/

submitted by /u/KorwinD (https://www.reddit.com/user/KorwinD)
[link] (https://www.youtube.com/watch?v=98MizuB7i-w) [comments] (https://www.reddit.com/r/programming/comments/1kvvsj2/dotnet_run_appcs/)

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

Reddit Programming

The Copilot Delusion
https://www.reddit.com/r/programming/comments/1kvuba7/the_copilot_delusion/

submitted by /u/thewritingwallah (https://www.reddit.com/user/thewritingwallah)
[link] (https://deplet.ing/the-copilot-delusion/) [comments] (https://www.reddit.com/r/programming/comments/1kvuba7/the_copilot_delusion/)

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

Reddit Programming

What if C++ had decades to learn?
https://www.reddit.com/r/programming/comments/1kvtgf4/what_if_c_had_decades_to_learn/

submitted by /u/Active-Fuel-49 (https://www.reddit.com/user/Active-Fuel-49)
[link] (https://www.collabora.com/news-and-blog/blog/2025/05/21/what-if-c-plus-plus-had-decades-to-learn/) [comments] (https://www.reddit.com/r/programming/comments/1kvtgf4/what_if_c_had_decades_to_learn/)

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

Reddit Programming

SIMD in zlib-rs (part 2): compare256 - Blog - Tweede golf
https://www.reddit.com/r/programming/comments/1kwv0os/simd_in_zlibrs_part_2_compare256_blog_tweede_golf/

submitted by /u/ketralnis (https://www.reddit.com/user/ketralnis)
[link] (https://tweedegolf.nl/en/blog/155/simd-in-zlib-rs-part-2-compare256) [comments] (https://www.reddit.com/r/programming/comments/1kwv0os/simd_in_zlibrs_part_2_compare256_blog_tweede_golf/)

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

Reddit Programming

Pyrefly vs. Ty: Comparing Python's Two New Rust-Based Type Checkers
https://www.reddit.com/r/programming/comments/1kwutue/pyrefly_vs_ty_comparing_pythons_two_new_rustbased/

submitted by /u/ketralnis (https://www.reddit.com/user/ketralnis)
[link] (https://blog.edward-li.com/tech/comparing-pyrefly-vs-ty/) [comments] (https://www.reddit.com/r/programming/comments/1kwutue/pyrefly_vs_ty_comparing_pythons_two_new_rustbased/)

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

Reddit Programming

When the Slack Channel Gets Archived, but the Service Keeps Running
https://www.reddit.com/r/programming/comments/1kwr5kh/when_the_slack_channel_gets_archived_but_the/

submitted by /u/vladaionescu (https://www.reddit.com/user/vladaionescu)
[link] (https://earthly.dev/blog/slack-archived-service-running/) [comments] (https://www.reddit.com/r/programming/comments/1kwr5kh/when_the_slack_channel_gets_archived_but_the/)

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

Reddit Programming

I built a fluent time modeling library for .NET
https://www.reddit.com/r/programming/comments/1kwqytm/i_built_a_fluent_time_modeling_library_for_net/

<!-- SC_OFF -->If you’ve ever had to juggle complex business rules tied to time—like “run this task every weekday except holidays” or “trigger an event 20 minutes after sunset”—you know how quickly it becomes a mess of scattered conditionals and brittle code. I’ve been there too. That’s why I built Occurify: a fluent, type-safe time modeling library for .NET that lets you express tricky temporal rules clearly and compose them like Lego blocks. No more wrestling with raw DateTime everywhere. • Fluent API to express rules like “Every Monday at 9AM” or “Daily 20 minutes after sunset” • Define, filter, transform, and schedule both instants and periods • Easy integration with Reactive Extensions (Rx) • Inspired by functional programming principles for clean, composable code It’s open source and still evolving—curious what others think or how you’d use it. For source, examples, and design details, check it out on GitHub. <!-- SC_ON --> submitted by /u/StrictKaleidoscope26 (https://www.reddit.com/user/StrictKaleidoscope26)
[link] (https://github.com/Occurify/Occurify) [comments] (https://www.reddit.com/r/programming/comments/1kwqytm/i_built_a_fluent_time_modeling_library_for_net/)

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

Reddit Programming

The two types of open source
https://www.reddit.com/r/programming/comments/1kwpeeq/the_two_types_of_open_source/

submitted by /u/Kabra___kiiiiiiiid (https://www.reddit.com/user/Kabra___kiiiiiiiid)
[link] (https://filiph.net/text/two-types-of-open-source.html) [comments] (https://www.reddit.com/r/programming/comments/1kwpeeq/the_two_types_of_open_source/)

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

Reddit Programming

6 Essential System Design Concepts for Interviews
https://www.reddit.com/r/programming/comments/1kwoddp/6_essential_system_design_concepts_for_interviews/

submitted by /u/javinpaul (https://www.reddit.com/user/javinpaul)
[link] (https://javarevisited.substack.com/p/6-system-design-concepts-you-cannot) [comments] (https://www.reddit.com/r/programming/comments/1kwoddp/6_essential_system_design_concepts_for_interviews/)

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

Reddit Programming

Blinksy: a Rust no-std, no-alloc LED control library for 1D, 2D, and soon 3D spatial layouts 🟥🟩🟦
https://www.reddit.com/r/programming/comments/1kwkk5t/blinksy_a_rust_nostd_noalloc_led_control_library/

submitted by /u/ahdinosaur (https://www.reddit.com/user/ahdinosaur)
[link] (https://blog.mikey.nz/first-look-at-blinksy/) [comments] (https://www.reddit.com/r/programming/comments/1kwkk5t/blinksy_a_rust_nostd_noalloc_led_control_library/)

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

Reddit Programming

How do I create a platform like Cambly but for the smart phone
https://www.reddit.com/r/programming/comments/1kwk2ke/how_do_i_create_a_platform_like_cambly_but_for/

<!-- SC_OFF -->Not sure if anyone here is familiar with Cambly but it is an English learning platform that allows one on one face chatting but you can also censor yourself by talking from a black screen and use the chat feature. I'd like to create an app but for another purpose and would like to know which programming language to use and how I could create an app that would allow the face chatting with chat box, black screen if wanted, etc. Just a little background about me, I have no real coding experience but would like to create my vision of making this face chatting available with chat function via an app. Any help is greatly appreciated! Thanks so much. <!-- SC_ON --> submitted by /u/Imaginary-Carpet3067 (https://www.reddit.com/user/Imaginary-Carpet3067)
[link] (http://www.cambly.com/) [comments] (https://www.reddit.com/r/programming/comments/1kwk2ke/how_do_i_create_a_platform_like_cambly_but_for/)

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

Reddit Programming

Advanced Guide to AI Programming
https://www.reddit.com/r/programming/comments/1kwg2or/advanced_guide_to_ai_programming/

<!-- SC_OFF -->Hi everyone, here are some insights and experiences I've gathered recently while using AI-assisted programming. https://www.nazha.co/posts/advanced-guide-to-ai-programming <!-- SC_ON --> submitted by /u/maoxiaokedada (https://www.reddit.com/user/maoxiaokedada)
[link] (https://www.nazha.co/posts/advanced-guide-to-ai-programming) [comments] (https://www.reddit.com/r/programming/comments/1kwg2or/advanced_guide_to_ai_programming/)

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

Reddit Programming

Streamlined Resource for Beginners Learning DSA + Python
https://www.reddit.com/r/programming/comments/1kw9ewe/streamlined_resource_for_beginners_learning_dsa/

submitted by /u/algorithmspath (https://www.reddit.com/user/algorithmspath)
[link] (https://algorithmspath.com/) [comments] (https://www.reddit.com/r/programming/comments/1kw9ewe/streamlined_resource_for_beginners_learning_dsa/)

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

Reddit Programming

TypeScript compiler in Go is useless.
https://www.reddit.com/r/programming/comments/1kw6q4e/typescript_compiler_in_go_is_useless/

<!-- SC_OFF -->Just heard someone with ~20k on Twitch say the new TypeScript compiler in Go is useless... Why? Because "a React app in a 3GB Docker container is useless" and "apps still use CRA." Bro. TypeScript has nothing to do with Docker size. And CRA? That's been outdated for years. 😭 <!-- SC_ON --> submitted by /u/SideOpening (https://www.reddit.com/user/SideOpening)
[link] (https://twich.com/) [comments] (https://www.reddit.com/r/programming/comments/1kw6q4e/typescript_compiler_in_go_is_useless/)

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

Reddit Programming

Is Peter Naur's 1985 essay 'Programming as Theory Building' incompatible with AI coding?
https://www.reddit.com/r/programming/comments/1kvvwdh/is_peter_naurs_1985_essay_programming_as_theory/

submitted by /u/dmartincy (https://www.reddit.com/user/dmartincy)
[link] (https://www.nutrient.io/blog/peter-naur-legacy-mental-models-age-ai-coding/) [comments] (https://www.reddit.com/r/programming/comments/1kvvwdh/is_peter_naurs_1985_essay_programming_as_theory/)

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

Reddit Programming

Neutralinojs v6.1 released
https://www.reddit.com/r/programming/comments/1kvvkyv/neutralinojs_v61_released/

submitted by /u/delvin0 (https://www.reddit.com/user/delvin0)
[link] (https://neutralino.js.org/docs/release-notes/framework#v610) [comments] (https://www.reddit.com/r/programming/comments/1kvvkyv/neutralinojs_v61_released/)

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

Reddit Programming

Why didn't my Playwright test capture video?
https://www.reddit.com/r/programming/comments/1kvto18/why_didnt_my_playwright_test_capture_video/

submitted by /u/inntenoff (https://www.reddit.com/user/inntenoff)
[link] (https://www.checklyhq.com/blog/playwright-video-troubleshooting/) [comments] (https://www.reddit.com/r/programming/comments/1kvto18/why_didnt_my_playwright_test_capture_video/)

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

Reddit Programming

Analysis of Technical Features of Data Encryption Implementation on SD Cards in the Android System
https://www.reddit.com/r/programming/comments/1kvtevn/analysis_of_technical_features_of_data_encryption/

submitted by /u/throwaway16830261 (https://www.reddit.com/user/throwaway16830261)
[link] (https://journal.astanait.edu.kz/index.php/ojs/article/view/735) [comments] (https://www.reddit.com/r/programming/comments/1kvtevn/analysis_of_technical_features_of_data_encryption/)

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