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

Building a Debugger • Sy Brand & Tim Misiak
https://www.reddit.com/r/programming/comments/1nnffqh/building_a_debugger_sy_brand_tim_misiak/

submitted by /u/goto-con (https://www.reddit.com/user/goto-con)
[link] (https://www.buzzsprout.com/1714721/17813786) [comments] (https://www.reddit.com/r/programming/comments/1nnffqh/building_a_debugger_sy_brand_tim_misiak/)

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

Reddit Programming

Mill as an Alternative Android Build Tool
https://www.reddit.com/r/programming/comments/1nndksl/mill_as_an_alternative_android_build_tool/

submitted by /u/lihaoyi (https://www.reddit.com/user/lihaoyi)
[link] (https://mill-build.org/blog/15-android-build-flow.html) [comments] (https://www.reddit.com/r/programming/comments/1nndksl/mill_as_an_alternative_android_build_tool/)

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

Reddit Programming

Privacy for subdomains: the problem
https://www.reddit.com/r/programming/comments/1nmxh6k/privacy_for_subdomains_the_problem/

submitted by /u/nfrankel (https://www.reddit.com/user/nfrankel)
[link] (https://blog.frankel.ch/privacy-subdomains/1/) [comments] (https://www.reddit.com/r/programming/comments/1nmxh6k/privacy_for_subdomains_the_problem/)

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

Reddit Programming

Seven stages teams go through with their software tech stack
https://www.reddit.com/r/programming/comments/1nmwzmn/seven_stages_teams_go_through_with_their_software/

submitted by /u/robbyrussell (https://www.reddit.com/user/robbyrussell)
[link] (https://robbyonrails.com/articles/2025/09/20/seven-stages-of-tech-stack-adoption/) [comments] (https://www.reddit.com/r/programming/comments/1nmwzmn/seven_stages_teams_go_through_with_their_software/)

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

Reddit Programming

Introduction to HotSpot JVM C2 JIT Compiler, Part 0
https://www.reddit.com/r/programming/comments/1nmrvm2/introduction_to_hotspot_jvm_c2_jit_compiler_part_0/

submitted by /u/SereneCalathea (https://www.reddit.com/user/SereneCalathea)
[link] (https://eme64.github.io/blog/2024/12/24/Intro-to-C2-Part00.html) [comments] (https://www.reddit.com/r/programming/comments/1nmrvm2/introduction_to_hotspot_jvm_c2_jit_compiler_part_0/)

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

Reddit Programming

Paths to Support Additional Numeric Types on the Java Platform #JVMLS
https://www.reddit.com/r/programming/comments/1nmr6br/paths_to_support_additional_numeric_types_on_the/

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

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

Reddit Programming

My computer science RELEARNING progress logs
https://www.reddit.com/r/programming/comments/1nmo4fc/my_computer_science_relearning_progress_logs/

submitted by /u/tastuwa (https://www.reddit.com/user/tastuwa)
[link] (https://rbcrossley.github.io/post/monthwise-self-study-computer-science-progress-logs/) [comments] (https://www.reddit.com/r/programming/comments/1nmo4fc/my_computer_science_relearning_progress_logs/)

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

Reddit Programming

Be Simple
https://www.reddit.com/r/programming/comments/1nlxsec/be_simple/

submitted by /u/bytemute (https://www.reddit.com/user/bytemute)
[link] (https://corrode.dev/blog/simple/) [comments] (https://www.reddit.com/r/programming/comments/1nlxsec/be_simple/)

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

Reddit Programming

The $100,000 H-1B Fee That Just Made U.S. Developers Competitive Again
https://www.reddit.com/r/programming/comments/1nlungu/the_100000_h1b_fee_that_just_made_us_developers/

submitted by /u/marknathon (https://www.reddit.com/user/marknathon)
[link] (https://www.finalroundai.com/blog/trump-h1b-visa-fee-2025-impact-on-developers) [comments] (https://www.reddit.com/r/programming/comments/1nlungu/the_100000_h1b_fee_that_just_made_us_developers/)

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

Reddit Programming

Improving Cycles CPU Performance with Clang and Hardware Profiled Optimiz… — Blender Conference 2025
https://www.reddit.com/r/programming/comments/1nlsr38/improving_cycles_cpu_performance_with_clang_and/

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

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

Reddit Programming

Video in which I go over AABB collision system, gravity, as well as resolution for my indie custom Engine C++ game!
https://www.reddit.com/r/programming/comments/1nlncnk/video_in_which_i_go_over_aabb_collision_system/

<!-- SC_OFF -->The video goes over my custom engine C++ game that I coded from scratch, and showcases code for Axis Allied Bounding Boxes and their application when it comes to gravity and collision resolution in gaming. <!-- SC_ON --> submitted by /u/CommercialStrike9439 (https://www.reddit.com/user/CommercialStrike9439)
[link] (https://youtu.be/j2xDgGS39v0?si=TwHijOBnUmDUiGs8) [comments] (https://www.reddit.com/r/programming/comments/1nlncnk/video_in_which_i_go_over_aabb_collision_system/)

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

Reddit Programming

JIT-ing a stack machine (with SLJIT)
https://www.reddit.com/r/programming/comments/1nlit81/jiting_a_stack_machine_with_sljit/

submitted by /u/ketralnis (https://www.reddit.com/user/ketralnis)
[link] (https://bullno1.com/blog/jiting-a-stack-machine) [comments] (https://www.reddit.com/r/programming/comments/1nlit81/jiting_a_stack_machine_with_sljit/)

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

Reddit Programming

Tracking trust with Rust in the kernel
https://www.reddit.com/r/programming/comments/1nlirwd/tracking_trust_with_rust_in_the_kernel/

submitted by /u/ketralnis (https://www.reddit.com/user/ketralnis)
[link] (https://lwn.net/Articles/1034603/) [comments] (https://www.reddit.com/r/programming/comments/1nlirwd/tracking_trust_with_rust_in_the_kernel/)

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

Reddit Programming

Hypervisor in 1,000 Lines
https://www.reddit.com/r/programming/comments/1nliq5r/hypervisor_in_1000_lines/

submitted by /u/ketralnis (https://www.reddit.com/user/ketralnis)
[link] (https://1000hv.seiya.me/en/) [comments] (https://www.reddit.com/r/programming/comments/1nliq5r/hypervisor_in_1000_lines/)

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

Reddit Programming

Type Branding in Typescript
https://www.reddit.com/r/programming/comments/1nliov7/type_branding_in_typescript/

submitted by /u/ketralnis (https://www.reddit.com/user/ketralnis)
[link] (https://azraelsec.sh/2025/09/06/Typescript-Branding/) [comments] (https://www.reddit.com/r/programming/comments/1nliov7/type_branding_in_typescript/)

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

Reddit Programming

Interview for career insights
https://www.reddit.com/r/programming/comments/1nnf54c/interview_for_career_insights/

<!-- SC_OFF -->i everyone I’m a first year student at JMU. Would anyone who has worked in the software or videogame industry or something like that be down to a quick 20 minute zoom interview. This is for an assignment for one of my classes. I’d love to hear some of your insights and thoughts on pursuing video games as a career. Thank you. <!-- SC_ON --> submitted by /u/Sudden_Sign_6397 (https://www.reddit.com/user/Sudden_Sign_6397)
[link] (https://www.google.com/?client=safari&amp;channel=iphone_bm) [comments] (https://www.reddit.com/r/programming/comments/1nnf54c/interview_for_career_insights/)

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

Reddit Programming

How AI Is Impacting Engineering Leadership
https://www.reddit.com/r/programming/comments/1nmzoyv/how_ai_is_impacting_engineering_leadership/

submitted by /u/gregorojstersek (https://www.reddit.com/user/gregorojstersek)
[link] (https://newsletter.eng-leadership.com/p/how-ai-is-impacting-engineering-leadership) [comments] (https://www.reddit.com/r/programming/comments/1nmzoyv/how_ai_is_impacting_engineering_leadership/)

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

Reddit Programming

How a String Library Beat OpenCV at Image Processing by 4x
https://www.reddit.com/r/programming/comments/1nmxdvf/how_a_string_library_beat_opencv_at_image/

submitted by /u/ternausX (https://www.reddit.com/user/ternausX)
[link] (https://ashvardanian.com/posts/image-processing-with-strings/) [comments] (https://www.reddit.com/r/programming/comments/1nmxdvf/how_a_string_library_beat_opencv_at_image/)

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

Reddit Programming

Type Stubs and Typeshed in Python: A Developer’s Guide
https://www.reddit.com/r/programming/comments/1nmuzlb/type_stubs_and_typeshed_in_python_a_developers/

submitted by /u/wyhjsbyb (https://www.reddit.com/user/wyhjsbyb)
[link] (https://medium.com/gitconnected/type-stubs-and-typeshed-in-python-a-developers-guide-97599c47eb13?sk=c50d590eaf662d3bbd8affb6c77dd1f6) [comments] (https://www.reddit.com/r/programming/comments/1nmuzlb/type_stubs_and_typeshed_in_python_a_developers/)

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

Reddit Programming

12 Git commands visualized in 3D: a spatial approach to understanding version control
https://www.reddit.com/r/programming/comments/1nmrkyr/12_git_commands_visualized_in_3d_a_spatial/

submitted by /u/initcommit (https://www.reddit.com/user/initcommit)
[link] (https://www.youtube.com/watch?v=C2aFC8wFp2A) [comments] (https://www.reddit.com/r/programming/comments/1nmrkyr/12_git_commands_visualized_in_3d_a_spatial/)

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

Reddit Programming

How to stop functional programming
https://www.reddit.com/r/programming/comments/1nmqonp/how_to_stop_functional_programming/

submitted by /u/hexaredecimal (https://www.reddit.com/user/hexaredecimal)
[link] (https://brianmckenna.org/blog/howtostopfp) [comments] (https://www.reddit.com/r/programming/comments/1nmqonp/how_to_stop_functional_programming/)

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

Reddit Programming

The best blogs about AI that engineers actually read
https://www.reddit.com/r/programming/comments/1nmmhe1/the_best_blogs_about_ai_that_engineers_actually/

submitted by /u/strategizeyourcareer (https://www.reddit.com/user/strategizeyourcareer)
[link] (https://strategizeyourcareer.com/p/best-blogs-about-ai) [comments] (https://www.reddit.com/r/programming/comments/1nmmhe1/the_best_blogs_about_ai_that_engineers_actually/)

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

Reddit Programming

New version of ConanEx v2.3.0 - Conan Extended C/C++ Package Manager. Improved version of 'install' command, now feels like platform package manager
https://www.reddit.com/r/programming/comments/1nlwo54/new_version_of_conanex_v230_conan_extended_cc/

<!-- SC_OFF -->Improved conanex `install` command to fill like package manager command. Instead of: ```bash conanex install --requires=poco/1.13.3 --requires=flatbuffers/22.10.26 --requires=ctre/3.6 --build=missing --output-folder=/dev/null conanex install --requires=poco/1.13.3 --tool-requires=cmake/3.23.5 --tool-requires=ninja/1.11.0 --build=missing --output-folder=/dev/null ``` Use like this: ```bash conanex install poco/1.9.4 flatbuffers/22.10.26 ctre/3.6 conanex install poco/1.9.4 --tools cmake/3.23.5 ninja/1.11.0 conanex install --tools cmake/3.23.5 ninja/1.11.0 -- poco/1.9.4 ``` This feels like alternative to `apt-get` on Ubuntu, `brew` on MacOS and `choco` on Windows, but cross-platform. <!-- SC_ON --> submitted by /u/redradist (https://www.reddit.com/user/redradist)
[link] (https://pypi.org/project/conanex/2.3.0/) [comments] (https://www.reddit.com/r/programming/comments/1nlwo54/new_version_of_conanex_v230_conan_extended_cc/)

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

Reddit Programming

Neutralinojs v6.3 released
https://www.reddit.com/r/programming/comments/1nlu41r/neutralinojs_v63_released/

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

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

Reddit Programming

Microsoft asks all its foreign staff to return to US by Sunday after Trump's H1-B bombshell
https://www.reddit.com/r/programming/comments/1nlqi0c/microsoft_asks_all_its_foreign_staff_to_return_to/

submitted by /u/balianone (https://www.reddit.com/user/balianone)
[link] (https://economictimes.indiatimes.com/nri/work/microsoft-urges-h-1b-visa-holders-to-stay-in-us-for-foreseeable-future-after-trump-announces-100000-visa-fee/articleshow/124009637.cms?from=mdr) [comments] (https://www.reddit.com/r/programming/comments/1nlqi0c/microsoft_asks_all_its_foreign_staff_to_return_to/)

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

Reddit Programming

MLOps Fundamentals: 6 Principles That Define Modern ML Operations (from the author of LLM Engineering Handbook)
https://www.reddit.com/r/programming/comments/1nlml47/mlops_fundamentals_6_principles_that_define/

submitted by /u/javinpaul (https://www.reddit.com/user/javinpaul)
[link] (https://javarevisited.substack.com/p/6-mlops-principles-that-separate) [comments] (https://www.reddit.com/r/programming/comments/1nlml47/mlops_fundamentals_6_principles_that_define/)

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

Reddit Programming

Rules for creating good-looking user interfaces, from a developer
https://www.reddit.com/r/programming/comments/1nlism6/rules_for_creating_goodlooking_user_interfaces/

submitted by /u/ketralnis (https://www.reddit.com/user/ketralnis)
[link] (https://weberdominik.com/blog/rules-user-interfaces/) [comments] (https://www.reddit.com/r/programming/comments/1nlism6/rules_for_creating_goodlooking_user_interfaces/)

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

Reddit Programming

The Ruliology of Lambdas
https://www.reddit.com/r/programming/comments/1nliqvg/the_ruliology_of_lambdas/

submitted by /u/ketralnis (https://www.reddit.com/user/ketralnis)
[link] (https://writings.stephenwolfram.com/2025/09/the-ruliology-of-lambdas/) [comments] (https://www.reddit.com/r/programming/comments/1nliqvg/the_ruliology_of_lambdas/)

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

Reddit Programming

Faking ADTs and GADTs in Languages That Shouldn't Have Them
https://www.reddit.com/r/programming/comments/1nlipju/faking_adts_and_gadts_in_languages_that_shouldnt/

submitted by /u/ketralnis (https://www.reddit.com/user/ketralnis)
[link] (https://blog.jle.im/entry/faking-adts-and-gadts.html) [comments] (https://www.reddit.com/r/programming/comments/1nlipju/faking_adts_and_gadts_in_languages_that_shouldnt/)

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

Reddit Programming

The Blots Programming Language
https://www.reddit.com/r/programming/comments/1nliokh/the_blots_programming_language/

submitted by /u/ketralnis (https://www.reddit.com/user/ketralnis)
[link] (https://blots-lang.org/) [comments] (https://www.reddit.com/r/programming/comments/1nliokh/the_blots_programming_language/)

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