I will send you newest post from subreddit /r/programming
Assembly Microcontroller Simulator in Javascript
https://www.reddit.com/r/programming/comments/1imflf0/assembly_microcontroller_simulator_in_javascript/
submitted by /u/hammybonanza (https://www.reddit.com/user/hammybonanza)
[link] (https://youtu.be/IksZldGMCMk?si=FKYVBcZ9cTaRaRLh) [comments] (https://www.reddit.com/r/programming/comments/1imflf0/assembly_microcontroller_simulator_in_javascript/)
Game of life
https://www.reddit.com/r/programming/comments/1imdyl7/game_of_life/
<!-- SC_OFF -->Can someone explain to me how to make this 35-port circuit? <!-- SC_ON --> submitted by /u/Honest_Championship3 (https://www.reddit.com/user/Honest_Championship3)
[link] (https://www.moria.us/old/3/programs/life/) [comments] (https://www.reddit.com/r/programming/comments/1imdyl7/game_of_life/)
How to Properly Test Your Python Code: A Practical Guide
https://www.reddit.com/r/programming/comments/1imbu5v/how_to_properly_test_your_python_code_a_practical/
submitted by /u/bratlret (https://www.reddit.com/user/bratlret)
[link] (https://thepythonbook.com/en/test-code-python-pytest) [comments] (https://www.reddit.com/r/programming/comments/1imbu5v/how_to_properly_test_your_python_code_a_practical/)
Reasoning models are just LLMs
https://www.reddit.com/r/programming/comments/1im4yhn/reasoning_models_are_just_llms/
submitted by /u/GarethX (https://www.reddit.com/user/GarethX)
[link] (https://antirez.com/news/146) [comments] (https://www.reddit.com/r/programming/comments/1im4yhn/reasoning_models_are_just_llms/)
I built an AI agent to track my favorite repos
https://www.reddit.com/r/programming/comments/1im4prx/i_built_an_ai_agent_to_track_my_favorite_repos/
submitted by /u/AutonomousBull (https://www.reddit.com/user/AutonomousBull)
[link] (https://gitsub.dev/) [comments] (https://www.reddit.com/r/programming/comments/1im4prx/i_built_an_ai_agent_to_track_my_favorite_repos/)
AsciiDoc Cheat Sheet
https://www.reddit.com/r/programming/comments/1im3x7j/asciidoc_cheat_sheet/
submitted by /u/adoc-studio (https://www.reddit.com/user/adoc-studio)
[link] (https://www.adoc-studio.app/media/pages/blog/asciidoc-guide/436388c88e-1738334184/asciidoc-cheat-sheet.webp) [comments] (https://www.reddit.com/r/programming/comments/1im3x7j/asciidoc_cheat_sheet/)
Which successful consumer products have a publicly available codebase? (Not Kubernetes/Linux/etc)
https://www.reddit.com/r/programming/comments/1im2fc2/which_successful_consumer_products_have_a/
<!-- SC_OFF -->What are some examples of successful consumer-facing products or applications whose source code is publicly available? I'm looking for complete applications that end-users directly interact with - like social media platforms, productivity apps, or entertainment services. To be clear, I'm NOT looking for: - Developer tools or frameworks (like React, Node.js) - Infrastructure software (like Kubernetes, Docker) - Operating systems (like Linux, Android) - Web browsers (like Chromium) - Databases (like PostgreSQL, MongoDB) - Programming languages (like Python, Rust) For example, Twitter's recommendation algorithm (Twitter Algo) is a good reference - it's part of a real product that millions of people use directly, not something that only developers work with. <!-- SC_ON --> submitted by /u/takuonline (https://www.reddit.com/user/takuonline)
[link] (https://github.com/twitter/the-algorithm) [comments] (https://www.reddit.com/r/programming/comments/1im2fc2/which_successful_consumer_products_have_a/)
Stop Using Kotlin’s Result in Your Application Code!
https://www.reddit.com/r/programming/comments/1im1sn4/stop_using_kotlins_result_in_your_application_code/
submitted by /u/ablx0000 (https://www.reddit.com/user/ablx0000)
[link] (https://medium.com/javarevisited/stop-using-kotlins-result-in-your-application-code-c60cc8eba423?sk=90e0f49829848bbd12dd7b49572f34c4) [comments] (https://www.reddit.com/r/programming/comments/1im1sn4/stop_using_kotlins_result_in_your_application_code/)
20,000,000th Fibonacci Number in < 1 Second
https://www.reddit.com/r/programming/comments/1im1i27/20000000th_fibonacci_number_in_1_second/
submitted by /u/pihedron (https://www.reddit.com/user/pihedron)
[link] (https://github.com/pihedron/fib) [comments] (https://www.reddit.com/r/programming/comments/1im1i27/20000000th_fibonacci_number_in_1_second/)
Best Practices for Implementing Permissions in Keycloak
https://www.reddit.com/r/programming/comments/1ilzt4i/best_practices_for_implementing_permissions_in/
submitted by /u/Permit_io (https://www.reddit.com/user/Permit_io)
[link] (https://www.permit.io/blog/configuring-keycloak-authorization-best-practices) [comments] (https://www.reddit.com/r/programming/comments/1ilzt4i/best_practices_for_implementing_permissions_in/)
Bloques de Texto en Java
https://www.reddit.com/r/programming/comments/1ilx906/bloques_de_texto_en_java/
submitted by /u/emanuelpeg (https://www.reddit.com/user/emanuelpeg)
[link] (https://emanuelpeg.blogspot.com/2025/02/bloques-de-texto-en-java.html) [comments] (https://www.reddit.com/r/programming/comments/1ilx906/bloques_de_texto_en_java/)
voice-to-LLM coding assistant for any GUI text editor
https://www.reddit.com/r/programming/comments/1illrni/voicetollm_coding_assistant_for_any_gui_text/
submitted by /u/clickitongue (https://www.reddit.com/user/clickitongue)
[link] (https://github.com/farfetchd/clickitongue?tab=readme-ov-file#voice-to-llm-code-focused-typing) [comments] (https://www.reddit.com/r/programming/comments/1illrni/voicetollm_coding_assistant_for_any_gui_text/)
Pull request testing: testing locally and on GitHub workflows
https://www.reddit.com/r/programming/comments/1illno7/pull_request_testing_testing_locally_and_on/
submitted by /u/nfrankel (https://www.reddit.com/user/nfrankel)
[link] (https://blog.frankel.ch/pr-testing-kubernetes/1/) [comments] (https://www.reddit.com/r/programming/comments/1illno7/pull_request_testing_testing_locally_and_on/)
Updating UI from a service/console application using WTDawson.EventPipes
https://www.reddit.com/r/programming/comments/1ill0so/updating_ui_from_a_serviceconsole_application/
submitted by /u/wtdawson (https://www.reddit.com/user/wtdawson)
[link] (https://blog.wtdawson.info/programming/william/using-wtdawson-eventpipes-to-update-ui-from-a-service?utm_source=reddit&utm_medium=jetpack_social) [comments] (https://www.reddit.com/r/programming/comments/1ill0so/updating_ui_from_a_serviceconsole_application/)
How I Created My Own Little Notes App for My New Linux System ✍️🐧
https://www.reddit.com/r/programming/comments/1ilkmi7/how_i_created_my_own_little_notes_app_for_my_new/
submitted by /u/vivek7405 (https://www.reddit.com/user/vivek7405)
[link] (https://heyvivek.com/how-i-created-my-own-little-notes-app-for-my-new-linux-system) [comments] (https://www.reddit.com/r/programming/comments/1ilkmi7/how_i_created_my_own_little_notes_app_for_my_new/)
RAG-based AI agents authorization with LangGraph and Pinecone
https://www.reddit.com/r/programming/comments/1ime77g/ragbased_ai_agents_authorization_with_langgraph/
submitted by /u/West-Chard-1474 (https://www.reddit.com/user/West-Chard-1474)
[link] (https://www.cerbos.dev/blog/rag-authorization-system-langgraph-cerbos-pinecone) [comments] (https://www.reddit.com/r/programming/comments/1ime77g/ragbased_ai_agents_authorization_with_langgraph/)
Extracting Remote PDFs in Postgres with pgpdf and pgsql-http
https://www.reddit.com/r/programming/comments/1imc75w/extracting_remote_pdfs_in_postgres_with_pgpdf_and/
submitted by /u/Florents (https://www.reddit.com/user/Florents)
[link] (https://tselai.com/pgpdf-http) [comments] (https://www.reddit.com/r/programming/comments/1imc75w/extracting_remote_pdfs_in_postgres_with_pgpdf_and/)
Day 27: Can You Master JavaScript Generators?
https://www.reddit.com/r/programming/comments/1im8774/day_27_can_you_master_javascript_generators/
submitted by /u/MysteriousEye8494 (https://www.reddit.com/user/MysteriousEye8494)
[link] (https://javascript.plainenglish.io/day-27-can-you-master-javascript-generators-3af5d7c771f3) [comments] (https://www.reddit.com/r/programming/comments/1im8774/day_27_can_you_master_javascript_generators/)
Meduza framework v0.3 demo and looking for developers
https://www.reddit.com/r/programming/comments/1im4w7y/meduza_framework_v03_demo_and_looking_for/
submitted by /u/ExplicitPotato447 (https://www.reddit.com/user/ExplicitPotato447)
[link] (https://ksel172.github.io/posts/meduza-version-0.3-demo/) [comments] (https://www.reddit.com/r/programming/comments/1im4w7y/meduza_framework_v03_demo_and_looking_for/)
8 Out of 10 Senior Engineers Feel Undervalued: The Hidden Crisis in Tech’s Obsession With Junior…
https://www.reddit.com/r/programming/comments/1im4cdf/8_out_of_10_senior_engineers_feel_undervalued_the/
submitted by /u/TerryC_IndieGameDev (https://www.reddit.com/user/TerryC_IndieGameDev)
[link] (https://medium.com/mr-plan-publication/8-out-of-10-senior-engineers-feel-undervalued-the-hidden-crisis-in-techs-obsession-with-junior-fa9cc62b1e8e?sk=1bb00f54dec1b99eab782a102e08746b) [comments] (https://www.reddit.com/r/programming/comments/1im4cdf/8_out_of_10_senior_engineers_feel_undervalued_the/)
Qalculate hacks
https://www.reddit.com/r/programming/comments/1im36es/qalculate_hacks/
submitted by /u/folloingtomorrow (https://www.reddit.com/user/folloingtomorrow)
[link] (https://anarc.at/blog/2025-02-08-qalculate-hacks/) [comments] (https://www.reddit.com/r/programming/comments/1im36es/qalculate_hacks/)
Writing my own dithering algorithm in Racket
https://www.reddit.com/r/programming/comments/1im1xp3/writing_my_own_dithering_algorithm_in_racket/
submitted by /u/tycho_brahes_nose_ (https://www.reddit.com/user/tycho_brahes_nose_)
[link] (https://amanvir.com/blog/writing-my-own-dithering-algorithm-in-racket) [comments] (https://www.reddit.com/r/programming/comments/1im1xp3/writing_my_own_dithering_algorithm_in_racket/)
Unlocking the potential of 1-on-1 meetings
https://www.reddit.com/r/programming/comments/1im1qo0/unlocking_the_potential_of_1on1_meetings/
submitted by /u/Azdaroth (https://www.reddit.com/user/Azdaroth)
[link] (https://newsletter.modern-engineering-leader.com/p/unlocking-the-potential-of-1-on-1) [comments] (https://www.reddit.com/r/programming/comments/1im1qo0/unlocking_the_potential_of_1on1_meetings/)
Europol: Financial institutions should switch to quantum-safe cryptography
https://www.reddit.com/r/programming/comments/1im08cf/europol_financial_institutions_should_switch_to/
submitted by /u/donutloop (https://www.reddit.com/user/donutloop)
[link] (https://www.heise.de/en/news/Europol-Financial-institutions-should-switch-to-quantum-safe-cryptography-10275006.html) [comments] (https://www.reddit.com/r/programming/comments/1im08cf/europol_financial_institutions_should_switch_to/)
None of the major mathematical libraries that are used throughout computing are actually rounding correctly.
https://www.reddit.com/r/programming/comments/1ilzfzt/none_of_the_major_mathematical_libraries_that_are/
submitted by /u/andarmanik (https://www.reddit.com/user/andarmanik)
[link] (http://www.hlsl.co.uk/blog/2020/1/29/ieee754-is-not-followed) [comments] (https://www.reddit.com/r/programming/comments/1ilzfzt/none_of_the_major_mathematical_libraries_that_are/)
My first programming video: programming paradigms explained
https://www.reddit.com/r/programming/comments/1ilqute/my_first_programming_video_programming_paradigms/
submitted by /u/OkMemeTranslator (https://www.reddit.com/user/OkMemeTranslator)
[link] (https://youtu.be/zuHEJBwD7ME?si=BWvXu0eu3A0tMmoW) [comments] (https://www.reddit.com/r/programming/comments/1ilqute/my_first_programming_video_programming_paradigms/)
Interceptores en C#
https://www.reddit.com/r/programming/comments/1illo9z/interceptores_en_c/
submitted by /u/emanuelpeg (https://www.reddit.com/user/emanuelpeg)
[link] (https://emanuelpeg.blogspot.com/2025/02/interceptores-en-c.html) [comments] (https://www.reddit.com/r/programming/comments/1illo9z/interceptores_en_c/)
Automating My Taxes using AutoHotKey
https://www.reddit.com/r/programming/comments/1illn5y/automating_my_taxes_using_autohotkey/
submitted by /u/sadyetfly11 (https://www.reddit.com/user/sadyetfly11)
[link] (https://www.preethamrn.com/posts/automating-taxes-autohotkey) [comments] (https://www.reddit.com/r/programming/comments/1illn5y/automating_my_taxes_using_autohotkey/)
UniqueIt vs WTDawson.PersistentID
https://www.reddit.com/r/programming/comments/1ill0gy/uniqueit_vs_wtdawsonpersistentid/
submitted by /u/wtdawson (https://www.reddit.com/user/wtdawson)
[link] (https://blog.wtdawson.info/programming/william/uniqueit-vs-wtdawson-persistentid?utm_source=reddit&utm_medium=jetpack_social) [comments] (https://www.reddit.com/r/programming/comments/1ill0gy/uniqueit_vs_wtdawsonpersistentid/)
DeepSeek-R1: A Peek Under the Hood
https://www.reddit.com/r/programming/comments/1iljivs/deepseekr1_a_peek_under_the_hood/
submitted by /u/zabirauf (https://www.reddit.com/user/zabirauf)
[link] (http://zohaib.me/deepseek-r1-peek-under-the-hood/) [comments] (https://www.reddit.com/r/programming/comments/1iljivs/deepseekr1_a_peek_under_the_hood/)