I will send you newest post from subreddit /r/programming
asdf version manager has been rewritten in Golang
https://www.reddit.com/r/programming/comments/1ij1tfy/asdf_version_manager_has_been_rewritten_in_golang/
submitted by /u/Stratus3D (https://www.reddit.com/user/Stratus3D)
[link] (https://stratus3d.com/blog/2025/02/03/asdf-has-been-rewritten-in-go/) [comments] (https://www.reddit.com/r/programming/comments/1ij1tfy/asdf_version_manager_has_been_rewritten_in_golang/)
Oracle justified its JavaScript trademark with Node.js—now it wants that ignored
https://www.reddit.com/r/programming/comments/1iizuwq/oracle_justified_its_javascript_trademark_with/
submitted by /u/HappyZombies (https://www.reddit.com/user/HappyZombies)
[link] (https://deno.com/blog/deno-v-oracle2) [comments] (https://www.reddit.com/r/programming/comments/1iizuwq/oracle_justified_its_javascript_trademark_with/)
Modeling data and information in an organization
https://www.reddit.com/r/programming/comments/1iiwn02/modeling_data_and_information_in_an_organization/
submitted by /u/GeneralZiltoid (https://www.reddit.com/user/GeneralZiltoid)
[link] (https://frederickvanbrabant.com/blog/2025-02-05-modeling-data-and-information-in-an-organization/#reddit) [comments] (https://www.reddit.com/r/programming/comments/1iiwn02/modeling_data_and_information_in_an_organization/)
Typeconf 0.2.8 – Simplified usage, now available without extra package
https://www.reddit.com/r/programming/comments/1iiqpbp/typeconf_028_simplified_usage_now_available/
<!-- SC_OFF -->Announcing a new version of Typeconf, which simplifies the way you can use it. You don’t have to create a new package for configuration, now you can directly use it in your project. If you haven’t seen this before, Typeconf allows you to write JSON configs with types in Typescript, you can check out playground to try it out: https://typeconf.dev/playground. Please let me know if there are any issues or if you have questions, I’ll be happy to help! <!-- SC_ON --> submitted by /u/heraldev (https://www.reddit.com/user/heraldev)
[link] (https://github.com/typeconf/typeconf/releases/tag/v0.2.8) [comments] (https://www.reddit.com/r/programming/comments/1iiqpbp/typeconf_028_simplified_usage_now_available/)
the sudoku affair
https://www.reddit.com/r/programming/comments/1iihdm9/the_sudoku_affair/
submitted by /u/prospero (https://www.reddit.com/user/prospero)
[link] (https://explaining.software/archive/the-sudoku-affair/) [comments] (https://www.reddit.com/r/programming/comments/1iihdm9/the_sudoku_affair/)
App published! Snapblend - Text behind image - React native with Reanimated, Gesture Handler, with language translation
https://www.reddit.com/r/programming/comments/1iicryj/app_published_snapblend_text_behind_image_react/
submitted by /u/Pleasant_Sandwich997 (https://www.reddit.com/user/Pleasant_Sandwich997)
[link] (https://www.producthunt.com/posts/snapblend?utm_source=other&utm_medium=social) [comments] (https://www.reddit.com/r/programming/comments/1iicryj/app_published_snapblend_text_behind_image_react/)
Living on the Edge • Erica Pisani
https://www.reddit.com/r/programming/comments/1iicc8w/living_on_the_edge_erica_pisani/
submitted by /u/goto-con (https://www.reddit.com/user/goto-con)
[link] (https://youtu.be/K6c29Gtlpjs) [comments] (https://www.reddit.com/r/programming/comments/1iicc8w/living_on_the_edge_erica_pisani/)
How does DeepSeek work: MoE, MLA, MTP and more
https://www.reddit.com/r/programming/comments/1iia5e7/how_does_deepseek_work_moe_mla_mtp_and_more/
submitted by /u/gamedev-exe (https://www.reddit.com/user/gamedev-exe)
[link] (https://codedoodles.substack.com/p/how-does-deepseek-work-an-in-depth) [comments] (https://www.reddit.com/r/programming/comments/1iia5e7/how_does_deepseek_work_moe_mla_mtp_and_more/)
CheerpJ 3.1: JVM in WebAssembly and our roadmap for modern Java in the browser
https://www.reddit.com/r/programming/comments/1ii78c9/cheerpj_31_jvm_in_webassembly_and_our_roadmap_for/
submitted by /u/alexp_lt (https://www.reddit.com/user/alexp_lt)
[link] (https://labs.leaningtech.com/blog/cheerpj-3.1) [comments] (https://www.reddit.com/r/programming/comments/1ii78c9/cheerpj_31_jvm_in_webassembly_and_our_roadmap_for/)
Automatic Idea Software (Non-Disclosure/Non-Compete Agreement)
https://www.reddit.com/r/programming/comments/1ii664u/automatic_idea_software_nondisclosurenoncompete/
submitted by /u/GenoBambino12345 (https://www.reddit.com/user/GenoBambino12345)
[link] (http://www.ndanca.com/) [comments] (https://www.reddit.com/r/programming/comments/1ii664u/automatic_idea_software_nondisclosurenoncompete/)
Linux kernel tweak could cut data center power usage by up to 30% 🔌
https://www.reddit.com/r/programming/comments/1ii4kz7/linux_kernel_tweak_could_cut_data_center_power/
<!-- SC_OFF -->An improvement to the way Linux handles network traffic, developed by researchers at Canada’s University of Waterloo, could make data center applications run more efficiently and save energy at the same time. Waterloo professor Martin Karsten and Joe Damato, distinguished engineer at Fastly, developed the code — approximately 30 lines. It’s based on research described in a 2023 paper, written by Karsten and grad student Peter Cai, that investigated kernel versus user-level networking and determined that a small change could not only increase application efficiency, but also cut data center power usage by up to 30%. The new code was accepted and added to version 6.13 of the Linux kernel. It adds a new NAPI configuration parameter, irq_suspend_timeout, to help balance CPU usage and network processing efficiency when using IRQ deferral and napi busy poll. This allows it to automatically switch between two modes of delivering data to an application — polling, and interrupt-driven — depending on network traffic, to maximize efficiency. In polling mode, the application requests data, processes it, and then requests more, in a continuous cycle. In interrupt-driven mode, the application sleeps, saving energy and resources, until network traffic for it arrives, then wakes up and processes it. The article is continued inside the link. Please feel welcome to post comments below. Reference paper: https://dl.acm.org/doi/10.1145/3626780 <!-- SC_ON --> submitted by /u/Choobeen (https://www.reddit.com/user/Choobeen)
[link] (https://www.networkworld.com/article/3811688/new-tweak-to-linux-kernel-could-cut-data-center-power-usage-by-up-to-30.html) [comments] (https://www.reddit.com/r/programming/comments/1ii4kz7/linux_kernel_tweak_could_cut_data_center_power/)
Scaling GraphQL Schema Usage to billions of requests per day
https://www.reddit.com/r/programming/comments/1ihyfut/scaling_graphql_schema_usage_to_billions_of/
submitted by /u/Savram8 (https://www.reddit.com/user/Savram8)
[link] (https://wundergraph.com/blog/scaling_graphql_observability) [comments] (https://www.reddit.com/r/programming/comments/1ihyfut/scaling_graphql_schema_usage_to_billions_of/)
Lesson 2: Programming the Shooter Game in Squeak/Smalltalk
https://www.reddit.com/r/programming/comments/1ihn1ff/lesson_2_programming_the_shooter_game_in/
submitted by /u/itsmeront (https://www.reddit.com/user/itsmeront)
[link] (https://news.squeak.org/2025/02/04/lesson-2-programming-the-shooter-game-in-squeak-smalltalk/) [comments] (https://www.reddit.com/r/programming/comments/1ihn1ff/lesson_2_programming_the_shooter_game_in/)
clr: Checker for Lifetimes and other Refinement types
https://www.reddit.com/r/programming/comments/1ihmnbr/clr_checker_for_lifetimes_and_other_refinement/
submitted by /u/ketralnis (https://www.reddit.com/user/ketralnis)
[link] (https://github.com/ityonemo/clr) [comments] (https://www.reddit.com/r/programming/comments/1ihmnbr/clr_checker_for_lifetimes_and_other_refinement/)
How languages influence each other and evolve
https://www.reddit.com/r/programming/comments/1ihmmfl/how_languages_influence_each_other_and_evolve/
submitted by /u/ketralnis (https://www.reddit.com/user/ketralnis)
[link] (https://thetechenabler.substack.com/p/how-languages-influence-each-other) [comments] (https://www.reddit.com/r/programming/comments/1ihmmfl/how_languages_influence_each_other_and_evolve/)
Best online course platform for ongoing development
https://www.reddit.com/r/programming/comments/1ij1jn1/best_online_course_platform_for_ongoing/
<!-- SC_OFF -->I’ve got a question for seasoned programmers. What platform do you use to stay on top and enhance your knowledge? There are so many out there and they all want you to sign up for a monthly subscription. I’m an old Fortran/VI coder and I’ve started working on Python/SQL projects. The use of Pycharm together with the AI assistance provided the steepest learning curve so far. Yet I’d like to find a platform where I can learn/train fundamentals as well as specialist skills on an ongoing basis. I tried some free courses on datacamp and I found them a bit „shallow“. I wonder if the paid courses are different. Before I start doing free courses on all the platform out there I thought I’d ask for your opinion as seasoned coders. My general direction will be more data engineering/ data analyst more than anything else. Which platform do you subscribe to? <!-- SC_ON --> submitted by /u/buffdownunder (https://www.reddit.com/user/buffdownunder)
[link] (https://www.google.com/gasearch?q=best%20online%20learning%20platform%20for%20data%20analytics&source=sh/x/gs/m2/5) [comments] (https://www.reddit.com/r/programming/comments/1ij1jn1/best_online_course_platform_for_ongoing/)
I created my own web app security scanning tool
https://www.reddit.com/r/programming/comments/1iiz5ou/i_created_my_own_web_app_security_scanning_tool/
submitted by /u/Remarkable-Buyer-119 (https://www.reddit.com/user/Remarkable-Buyer-119)
[link] (https://www.producthunt.com/posts/barrion) [comments] (https://www.reddit.com/r/programming/comments/1iiz5ou/i_created_my_own_web_app_security_scanning_tool/)
What is Serverless Architecture?
https://www.reddit.com/r/programming/comments/1iiupti/what_is_serverless_architecture/
submitted by /u/Constant_Event_4917 (https://www.reddit.com/user/Constant_Event_4917)
[link] (https://betterengineers.substack.com/p/what-is-serverless-architecture?r=209a75) [comments] (https://www.reddit.com/r/programming/comments/1iiupti/what_is_serverless_architecture/)
Modular: Democratizing Compute, Part 2: What exactly is CUDA?
https://www.reddit.com/r/programming/comments/1iim3w6/modular_democratizing_compute_part_2_what_exactly/
submitted by /u/breck (https://www.reddit.com/user/breck)
[link] (https://www.modular.com/blog/democratizing-compute-part-2-what-exactly-is-cuda) [comments] (https://www.reddit.com/r/programming/comments/1iim3w6/modular_democratizing_compute_part_2_what_exactly/)
When Postgres index meets Bcrypt
https://www.reddit.com/r/programming/comments/1iie34g/when_postgres_index_meets_bcrypt/
submitted by /u/_n0rdy_ (https://www.reddit.com/user/_n0rdy_)
[link] (https://n0rdy.foo/posts/20250131/when-postgres-index-meets-bcrypt/) [comments] (https://www.reddit.com/r/programming/comments/1iie34g/when_postgres_index_meets_bcrypt/)
How I Landed My First SWE Internship as a University Student
https://www.reddit.com/r/programming/comments/1iiclmn/how_i_landed_my_first_swe_internship_as_a/
submitted by /u/craciun_07 (https://www.reddit.com/user/craciun_07)
[link] (https://www.danielfullstack.com/article/how-i-landed-my-first-swe-internship-as-a-university-student) [comments] (https://www.reddit.com/r/programming/comments/1iiclmn/how_i_landed_my_first_swe_internship_as_a/)
AP Research survey
https://www.reddit.com/r/programming/comments/1iic9s2/ap_research_survey/
<!-- SC_OFF -->Hello! I am a high school student taking AP research. I am doing a quantitative analysis to seek Artificial Intelligences’ (AI) impact on computer science undergraduate majors and their career aspirations. Everything is strictly confidential and anonymous and in the survey it goes into deeper detail on these regards. All responses would be greatly appreciated and a link to the short survey is included. <!-- SC_ON --> submitted by /u/AdditionalYak5444 (https://www.reddit.com/user/AdditionalYak5444)
[link] (https://forms.office.com/Pages/ResponsePage.aspx?id=2oj0MM90xkqfNEBYMyDapPw12yEg119Ig6DZzmlF3QVUMzVPV1pNRDNUTVpLWFpZWkVPOUlHUkJaWi4u) [comments] (https://www.reddit.com/r/programming/comments/1iic9s2/ap_research_survey/)
Large application template
https://www.reddit.com/r/programming/comments/1ii7cpf/large_application_template/
submitted by /u/mglowinski93 (https://www.reddit.com/user/mglowinski93)
[link] (https://github.com/mglowinski93/LargeApplicationTemplate) [comments] (https://www.reddit.com/r/programming/comments/1ii7cpf/large_application_template/)
C++ library for OpenGL objects with DSA in mind (documentation coming soon)
https://www.reddit.com/r/programming/comments/1ii6lws/c_library_for_opengl_objects_with_dsa_in_mind/
submitted by /u/JustNewAroundThere (https://www.reddit.com/user/JustNewAroundThere)
[link] (https://github.com/SeaRiddleGames/graphics-module) [comments] (https://www.reddit.com/r/programming/comments/1ii6lws/c_library_for_opengl_objects_with_dsa_in_mind/)
XI (ξ) Correlation Coefficient in Postgres
https://www.reddit.com/r/programming/comments/1ii5q9m/xi_%CE%BE_correlation_coefficient_in_postgres/
submitted by /u/Florents (https://www.reddit.com/user/Florents)
[link] (https://github.com/Florents-Tselai/pgxicor) [comments] (https://www.reddit.com/r/programming/comments/1ii5q9m/xi_%CE%BE_correlation_coefficient_in_postgres/)
I coded a Pascal compiler for transputer as a teen (1993)
https://www.reddit.com/r/programming/comments/1ii2s2j/i_coded_a_pascal_compiler_for_transputer_as_a/
submitted by /u/nanochess (https://www.reddit.com/user/nanochess)
[link] (https://nanochess.org/pascal.html) [comments] (https://www.reddit.com/r/programming/comments/1ii2s2j/i_coded_a_pascal_compiler_for_transputer_as_a/)
Zig; what I think after months of using it
https://www.reddit.com/r/programming/comments/1ihyf46/zig_what_i_think_after_months_of_using_it/
submitted by /u/phaazon_ (https://www.reddit.com/user/phaazon_)
[link] (https://strongly-typed-thoughts.net/blog/zig-2025) [comments] (https://www.reddit.com/r/programming/comments/1ihyf46/zig_what_i_think_after_months_of_using_it/)
Secure and simple role based authorization in python Flask apps with Keycloak
https://www.reddit.com/r/programming/comments/1ihmz77/secure_and_simple_role_based_authorization_in/
submitted by /u/nagasudhirpulla (https://www.reddit.com/user/nagasudhirpulla)
[link] (https://youtu.be/AKTmvERQu20?si=N_IfrIehbQ9toFq6) [comments] (https://www.reddit.com/r/programming/comments/1ihmz77/secure_and_simple_role_based_authorization_in/)
Notes on Type Layouts and ABIs in Rust (2018)
https://www.reddit.com/r/programming/comments/1ihmmw8/notes_on_type_layouts_and_abis_in_rust_2018/
submitted by /u/ketralnis (https://www.reddit.com/user/ketralnis)
[link] (https://faultlore.com/blah/rust-layouts-and-abis/) [comments] (https://www.reddit.com/r/programming/comments/1ihmmw8/notes_on_type_layouts_and_abis_in_rust_2018/)
Best Simple System for Now
https://www.reddit.com/r/programming/comments/1ihmm3h/best_simple_system_for_now/
submitted by /u/ketralnis (https://www.reddit.com/user/ketralnis)
[link] (https://dannorth.net/best-simple-system-for-now/) [comments] (https://www.reddit.com/r/programming/comments/1ihmm3h/best_simple_system_for_now/)