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/)
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/)
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/)
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/)
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/)
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/)
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/)
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/)
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/)
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/)
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/)
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/)
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/)
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/)
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/)
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/)
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/)
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/)
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/)
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/)
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/)
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/)
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/)
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/)
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/)
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/)
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/)
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/)
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/)
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/)
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/)
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/)
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/)
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/)
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/)
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/)
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&channel=iphone_bm) [comments] (https://www.reddit.com/r/programming/comments/1nnf54c/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&channel=iphone_bm) [comments] (https://www.reddit.com/r/programming/comments/1nnf54c/interview_for_career_insights/)
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/)
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/)
Sneaky Code Bites Back
https://www.reddit.com/r/programming/comments/1nnkwdc/sneaky_code_bites_back/
submitted by /u/Adventurous-Salt8514 (https://www.reddit.com/user/Adventurous-Salt8514)
[link] (https://www.architecture-weekly.com/p/sneaky-code-bites-back) [comments] (https://www.reddit.com/r/programming/comments/1nnkwdc/sneaky_code_bites_back/)
https://www.reddit.com/r/programming/comments/1nnkwdc/sneaky_code_bites_back/
submitted by /u/Adventurous-Salt8514 (https://www.reddit.com/user/Adventurous-Salt8514)
[link] (https://www.architecture-weekly.com/p/sneaky-code-bites-back) [comments] (https://www.reddit.com/r/programming/comments/1nnkwdc/sneaky_code_bites_back/)