Catalytic Computing Taps the Full Power of a Full Hard Drive | Quanta Magazine
https://www.reddit.com/r/programming/comments/1j91w4m/catalytic_computing_taps_the_full_power_of_a_full/
submitted by /u/stronghup (https://www.reddit.com/user/stronghup)
[link] (https://www.quantamagazine.org/catalytic-computing-taps-the-full-power-of-a-full-hard-drive-20250218/) [comments] (https://www.reddit.com/r/programming/comments/1j91w4m/catalytic_computing_taps_the_full_power_of_a_full/)
https://www.reddit.com/r/programming/comments/1j91w4m/catalytic_computing_taps_the_full_power_of_a_full/
submitted by /u/stronghup (https://www.reddit.com/user/stronghup)
[link] (https://www.quantamagazine.org/catalytic-computing-taps-the-full-power-of-a-full-hard-drive-20250218/) [comments] (https://www.reddit.com/r/programming/comments/1j91w4m/catalytic_computing_taps_the_full_power_of_a_full/)
Service Discovery in 5 minutes
https://www.reddit.com/r/programming/comments/1j9b1pa/service_discovery_in_5_minutes/
submitted by /u/Rtzon (https://www.reddit.com/user/Rtzon)
[link] (https://www.swequiz.com/blog/what-is-service-discovery) [comments] (https://www.reddit.com/r/programming/comments/1j9b1pa/service_discovery_in_5_minutes/)
https://www.reddit.com/r/programming/comments/1j9b1pa/service_discovery_in_5_minutes/
submitted by /u/Rtzon (https://www.reddit.com/user/Rtzon)
[link] (https://www.swequiz.com/blog/what-is-service-discovery) [comments] (https://www.reddit.com/r/programming/comments/1j9b1pa/service_discovery_in_5_minutes/)
GPT-3.5 and the latest models
https://www.reddit.com/r/programming/comments/1j9bdbl/gpt35_and_the_latest_models/
submitted by /u/omarous (https://www.reddit.com/user/omarous)
[link] (https://omarabid.com/gpt3-now) [comments] (https://www.reddit.com/r/programming/comments/1j9bdbl/gpt35_and_the_latest_models/)
https://www.reddit.com/r/programming/comments/1j9bdbl/gpt35_and_the_latest_models/
submitted by /u/omarous (https://www.reddit.com/user/omarous)
[link] (https://omarabid.com/gpt3-now) [comments] (https://www.reddit.com/r/programming/comments/1j9bdbl/gpt35_and_the_latest_models/)
Programación Orientada a Objetos en Python parte 3
https://www.reddit.com/r/programming/comments/1j9bfc5/programaci%C3%B3n_orientada_a_objetos_en_python_parte_3/
submitted by /u/emanuelpeg (https://www.reddit.com/user/emanuelpeg)
[link] (https://emanuelpeg.blogspot.com/2025/03/programacion-orientada-objetos-en_12.html) [comments] (https://www.reddit.com/r/programming/comments/1j9bfc5/programaci%C3%B3n_orientada_a_objetos_en_python_parte_3/)
https://www.reddit.com/r/programming/comments/1j9bfc5/programaci%C3%B3n_orientada_a_objetos_en_python_parte_3/
submitted by /u/emanuelpeg (https://www.reddit.com/user/emanuelpeg)
[link] (https://emanuelpeg.blogspot.com/2025/03/programacion-orientada-objetos-en_12.html) [comments] (https://www.reddit.com/r/programming/comments/1j9bfc5/programaci%C3%B3n_orientada_a_objetos_en_python_parte_3/)
Why Go for TypeScript compiler?
https://www.reddit.com/r/programming/comments/1j9bm1e/why_go_for_typescript_compiler/
submitted by /u/RobertVandenberg (https://www.reddit.com/user/RobertVandenberg)
[link] (https://github.com/microsoft/typescript-go/discussions/411) [comments] (https://www.reddit.com/r/programming/comments/1j9bm1e/why_go_for_typescript_compiler/)
https://www.reddit.com/r/programming/comments/1j9bm1e/why_go_for_typescript_compiler/
submitted by /u/RobertVandenberg (https://www.reddit.com/user/RobertVandenberg)
[link] (https://github.com/microsoft/typescript-go/discussions/411) [comments] (https://www.reddit.com/r/programming/comments/1j9bm1e/why_go_for_typescript_compiler/)
Beyond Code: The Art of Cultural Fluency in International Consulting
https://www.reddit.com/r/programming/comments/1j9bug2/beyond_code_the_art_of_cultural_fluency_in/
submitted by /u/Flexiana_sro (https://www.reddit.com/user/Flexiana_sro)
[link] (https://flexiana.com/news/2025/03/beyond-code-the-art-of-cultural-fluency-in-international-consulting) [comments] (https://www.reddit.com/r/programming/comments/1j9bug2/beyond_code_the_art_of_cultural_fluency_in/)
https://www.reddit.com/r/programming/comments/1j9bug2/beyond_code_the_art_of_cultural_fluency_in/
submitted by /u/Flexiana_sro (https://www.reddit.com/user/Flexiana_sro)
[link] (https://flexiana.com/news/2025/03/beyond-code-the-art-of-cultural-fluency-in-international-consulting) [comments] (https://www.reddit.com/r/programming/comments/1j9bug2/beyond_code_the_art_of_cultural_fluency_in/)
DBSeeker - MySQL Search Script (Alpha) : Search Across All Databases!
https://www.reddit.com/r/programming/comments/1j9eqew/dbseeker_mysql_search_script_alpha_search_across/
<!-- SC_OFF -->I’ve built a tiny script that lets you search for a string across every database on a MySQL server. It outputs results in a table format, showing which database and table contain the term, how many rows were found, and the search time. It’s still in alpha, so expect some bugs and missing features. Feedback and suggestions are welcome! Would you find this useful? Let me know what you think! 🚀 <!-- SC_ON --> submitted by /u/debba_ (https://www.reddit.com/user/debba_)
[link] (https://github.com/dueclic/dbseeker) [comments] (https://www.reddit.com/r/programming/comments/1j9eqew/dbseeker_mysql_search_script_alpha_search_across/)
https://www.reddit.com/r/programming/comments/1j9eqew/dbseeker_mysql_search_script_alpha_search_across/
<!-- SC_OFF -->I’ve built a tiny script that lets you search for a string across every database on a MySQL server. It outputs results in a table format, showing which database and table contain the term, how many rows were found, and the search time. It’s still in alpha, so expect some bugs and missing features. Feedback and suggestions are welcome! Would you find this useful? Let me know what you think! 🚀 <!-- SC_ON --> submitted by /u/debba_ (https://www.reddit.com/user/debba_)
[link] (https://github.com/dueclic/dbseeker) [comments] (https://www.reddit.com/r/programming/comments/1j9eqew/dbseeker_mysql_search_script_alpha_search_across/)
Terraform vs Pulumi vs SST - A tradeoffs analysis
https://www.reddit.com/r/programming/comments/1j9f5go/terraform_vs_pulumi_vs_sst_a_tradeoffs_analysis/
submitted by /u/Equivalent_Bet6932 (https://www.reddit.com/user/Equivalent_Bet6932)
[link] (https://www.gautierblandin.com/articles/terraform-pulumi-sst-tradeoff-analysis) [comments] (https://www.reddit.com/r/programming/comments/1j9f5go/terraform_vs_pulumi_vs_sst_a_tradeoffs_analysis/)
https://www.reddit.com/r/programming/comments/1j9f5go/terraform_vs_pulumi_vs_sst_a_tradeoffs_analysis/
submitted by /u/Equivalent_Bet6932 (https://www.reddit.com/user/Equivalent_Bet6932)
[link] (https://www.gautierblandin.com/articles/terraform-pulumi-sst-tradeoff-analysis) [comments] (https://www.reddit.com/r/programming/comments/1j9f5go/terraform_vs_pulumi_vs_sst_a_tradeoffs_analysis/)
What′s new in Java 24
https://www.reddit.com/r/programming/comments/1j9fzru/whats_new_in_java_24/
submitted by /u/Xaneris47 (https://www.reddit.com/user/Xaneris47)
[link] (https://pvs-studio.com/en/blog/posts/java/1233/) [comments] (https://www.reddit.com/r/programming/comments/1j9fzru/whats_new_in_java_24/)
https://www.reddit.com/r/programming/comments/1j9fzru/whats_new_in_java_24/
submitted by /u/Xaneris47 (https://www.reddit.com/user/Xaneris47)
[link] (https://pvs-studio.com/en/blog/posts/java/1233/) [comments] (https://www.reddit.com/r/programming/comments/1j9fzru/whats_new_in_java_24/)
The startup CTO's handbook
https://www.reddit.com/r/programming/comments/1j9g7a1/the_startup_ctos_handbook/
submitted by /u/chiangmai17 (https://www.reddit.com/user/chiangmai17)
[link] (https://github.com/ZachGoldberg/Startup-CTO-Handbook/blob/main/StartupCTOHandbook.md) [comments] (https://www.reddit.com/r/programming/comments/1j9g7a1/the_startup_ctos_handbook/)
https://www.reddit.com/r/programming/comments/1j9g7a1/the_startup_ctos_handbook/
submitted by /u/chiangmai17 (https://www.reddit.com/user/chiangmai17)
[link] (https://github.com/ZachGoldberg/Startup-CTO-Handbook/blob/main/StartupCTOHandbook.md) [comments] (https://www.reddit.com/r/programming/comments/1j9g7a1/the_startup_ctos_handbook/)
🔥 Smooth Page Scroll Effect with Just HTML & CSS – No JavaScript Needed! 🚀
https://www.reddit.com/r/programming/comments/1j9guis/smooth_page_scroll_effect_with_just_html_css_no/
submitted by /u/robson_muniz (https://www.reddit.com/user/robson_muniz)
[link] (https://youtu.be/uV8kH5RgSZU?si=Lzooxr68k1NvHjNd) [comments] (https://www.reddit.com/r/programming/comments/1j9guis/smooth_page_scroll_effect_with_just_html_css_no/)
https://www.reddit.com/r/programming/comments/1j9guis/smooth_page_scroll_effect_with_just_html_css_no/
submitted by /u/robson_muniz (https://www.reddit.com/user/robson_muniz)
[link] (https://youtu.be/uV8kH5RgSZU?si=Lzooxr68k1NvHjNd) [comments] (https://www.reddit.com/r/programming/comments/1j9guis/smooth_page_scroll_effect_with_just_html_css_no/)
ZX Spectrum Assembly. Let's make a game? -- free ebook
https://www.reddit.com/r/programming/comments/1j9hzmg/zx_spectrum_assembly_lets_make_a_game_free_ebook/
submitted by /u/r_retrohacking_mod2 (https://www.reddit.com/user/r_retrohacking_mod2)
[link] (https://trastero.speccy.org/cosas/Libros/ZX_Spectrum_Assembly.htm) [comments] (https://www.reddit.com/r/programming/comments/1j9hzmg/zx_spectrum_assembly_lets_make_a_game_free_ebook/)
https://www.reddit.com/r/programming/comments/1j9hzmg/zx_spectrum_assembly_lets_make_a_game_free_ebook/
submitted by /u/r_retrohacking_mod2 (https://www.reddit.com/user/r_retrohacking_mod2)
[link] (https://trastero.speccy.org/cosas/Libros/ZX_Spectrum_Assembly.htm) [comments] (https://www.reddit.com/r/programming/comments/1j9hzmg/zx_spectrum_assembly_lets_make_a_game_free_ebook/)
Mainframe Refactoring: A Guide
https://www.reddit.com/r/programming/comments/1j9i1mv/mainframe_refactoring_a_guide/
submitted by /u/codingdecently (https://www.reddit.com/user/codingdecently)
[link] (https://overcast.blog/mainframe-refactoring-a-guide-0d095801bbe1) [comments] (https://www.reddit.com/r/programming/comments/1j9i1mv/mainframe_refactoring_a_guide/)
https://www.reddit.com/r/programming/comments/1j9i1mv/mainframe_refactoring_a_guide/
submitted by /u/codingdecently (https://www.reddit.com/user/codingdecently)
[link] (https://overcast.blog/mainframe-refactoring-a-guide-0d095801bbe1) [comments] (https://www.reddit.com/r/programming/comments/1j9i1mv/mainframe_refactoring_a_guide/)
Microservices: The Architectural Cult That’s Bankrupting Your Sanity (and Your Startup)
https://www.reddit.com/r/programming/comments/1j9i2du/microservices_the_architectural_cult_thats/
submitted by /u/TerryC_IndieGameDev (https://www.reddit.com/user/TerryC_IndieGameDev)
[link] (https://medium.com/mr-plan-publication/microservices-the-architectural-cult-thats-bankrupting-your-sanity-and-your-startup-877e33453785?sk=0d5e112b5ed7b53ea0633f83a9b2c57a) [comments] (https://www.reddit.com/r/programming/comments/1j9i2du/microservices_the_architectural_cult_thats/)
https://www.reddit.com/r/programming/comments/1j9i2du/microservices_the_architectural_cult_thats/
submitted by /u/TerryC_IndieGameDev (https://www.reddit.com/user/TerryC_IndieGameDev)
[link] (https://medium.com/mr-plan-publication/microservices-the-architectural-cult-thats-bankrupting-your-sanity-and-your-startup-877e33453785?sk=0d5e112b5ed7b53ea0633f83a9b2c57a) [comments] (https://www.reddit.com/r/programming/comments/1j9i2du/microservices_the_architectural_cult_thats/)
Good Code, Bad Code: Thinking like a Software Engineer
https://www.reddit.com/r/programming/comments/1j9jk30/good_code_bad_code_thinking_like_a_software/
submitted by /u/gamedev-exe (https://www.reddit.com/user/gamedev-exe)
[link] (https://codedoodles.substack.com/p/good-code-bad-code-thinking-like) [comments] (https://www.reddit.com/r/programming/comments/1j9jk30/good_code_bad_code_thinking_like_a_software/)
https://www.reddit.com/r/programming/comments/1j9jk30/good_code_bad_code_thinking_like_a_software/
submitted by /u/gamedev-exe (https://www.reddit.com/user/gamedev-exe)
[link] (https://codedoodles.substack.com/p/good-code-bad-code-thinking-like) [comments] (https://www.reddit.com/r/programming/comments/1j9jk30/good_code_bad_code_thinking_like_a_software/)
Durable Execution: This Changes Everything
https://www.reddit.com/r/programming/comments/1j9ncni/durable_execution_this_changes_everything/
submitted by /u/temporal-tom (https://www.reddit.com/user/temporal-tom)
[link] (https://www.youtube.com/watch?v=ROJq6_GFbME) [comments] (https://www.reddit.com/r/programming/comments/1j9ncni/durable_execution_this_changes_everything/)
https://www.reddit.com/r/programming/comments/1j9ncni/durable_execution_this_changes_everything/
submitted by /u/temporal-tom (https://www.reddit.com/user/temporal-tom)
[link] (https://www.youtube.com/watch?v=ROJq6_GFbME) [comments] (https://www.reddit.com/r/programming/comments/1j9ncni/durable_execution_this_changes_everything/)
Most People Don’t Understand Why Go Uses Pointers Instead of References
https://www.reddit.com/r/programming/comments/1j9tkl3/most_people_dont_understand_why_go_uses_pointers/
submitted by /u/9millionrainydays_91 (https://www.reddit.com/user/9millionrainydays_91)
[link] (https://blog.cubed.run/most-people-dont-understand-why-go-uses-pointers-instead-of-references-bad755dea39f) [comments] (https://www.reddit.com/r/programming/comments/1j9tkl3/most_people_dont_understand_why_go_uses_pointers/)
https://www.reddit.com/r/programming/comments/1j9tkl3/most_people_dont_understand_why_go_uses_pointers/
submitted by /u/9millionrainydays_91 (https://www.reddit.com/user/9millionrainydays_91)
[link] (https://blog.cubed.run/most-people-dont-understand-why-go-uses-pointers-instead-of-references-bad755dea39f) [comments] (https://www.reddit.com/r/programming/comments/1j9tkl3/most_people_dont_understand_why_go_uses_pointers/)
I made a fingerprint safe, which shoots anyone who tries to steal from it
https://www.reddit.com/r/programming/comments/1j9ub9m/i_made_a_fingerprint_safe_which_shoots_anyone_who/
<!-- SC_OFF -->If y'all could take a look at the code and lmk what you think, that'd be awesome! <!-- SC_ON --> submitted by /u/Leviathan_Engineer (https://www.reddit.com/user/Leviathan_Engineer)
[link] (https://youtu.be/av9FiTOAn04) [comments] (https://www.reddit.com/r/programming/comments/1j9ub9m/i_made_a_fingerprint_safe_which_shoots_anyone_who/)
https://www.reddit.com/r/programming/comments/1j9ub9m/i_made_a_fingerprint_safe_which_shoots_anyone_who/
<!-- SC_OFF -->If y'all could take a look at the code and lmk what you think, that'd be awesome! <!-- SC_ON --> submitted by /u/Leviathan_Engineer (https://www.reddit.com/user/Leviathan_Engineer)
[link] (https://youtu.be/av9FiTOAn04) [comments] (https://www.reddit.com/r/programming/comments/1j9ub9m/i_made_a_fingerprint_safe_which_shoots_anyone_who/)
When AI Spits Your Own Shitty Code Back at You
https://www.reddit.com/r/programming/comments/1j9v1sn/when_ai_spits_your_own_shitty_code_back_at_you/
submitted by /u/KerrickLong (https://www.reddit.com/user/KerrickLong)
[link] (https://maho.dev/2025/03/when-ai-spits-your-own-shitty-code-back-at-you/) [comments] (https://www.reddit.com/r/programming/comments/1j9v1sn/when_ai_spits_your_own_shitty_code_back_at_you/)
https://www.reddit.com/r/programming/comments/1j9v1sn/when_ai_spits_your_own_shitty_code_back_at_you/
submitted by /u/KerrickLong (https://www.reddit.com/user/KerrickLong)
[link] (https://maho.dev/2025/03/when-ai-spits-your-own-shitty-code-back-at-you/) [comments] (https://www.reddit.com/r/programming/comments/1j9v1sn/when_ai_spits_your_own_shitty_code_back_at_you/)
Building an app/agent related to food? Here's a SDK to Embed Local Grocery Ordering & Send Orders Directly to Users' Instacart Accounts
https://www.reddit.com/r/programming/comments/1j9v3oq/building_an_appagent_related_to_food_heres_a_sdk/
submitted by /u/Electronic-Tour404 (https://www.reddit.com/user/Electronic-Tour404)
[link] (https://sdk.mealme.ai/store?api=in-testing&storeType=grocery&connectDemo=true&showCheckoutWithConnectDemo=true) [comments] (https://www.reddit.com/r/programming/comments/1j9v3oq/building_an_appagent_related_to_food_heres_a_sdk/)
https://www.reddit.com/r/programming/comments/1j9v3oq/building_an_appagent_related_to_food_heres_a_sdk/
submitted by /u/Electronic-Tour404 (https://www.reddit.com/user/Electronic-Tour404)
[link] (https://sdk.mealme.ai/store?api=in-testing&storeType=grocery&connectDemo=true&showCheckoutWithConnectDemo=true) [comments] (https://www.reddit.com/r/programming/comments/1j9v3oq/building_an_appagent_related_to_food_heres_a_sdk/)