How to use storytelling to fit inline assembly into Rust
https://www.reddit.com/r/programming/comments/1rt6j2z/how_to_use_storytelling_to_fit_inline_assembly/
submitted by /u/ketralnis (https://www.reddit.com/user/ketralnis)
[link] (https://www.ralfj.de/blog/2026/03/13/inline-asm.html) [comments] (https://www.reddit.com/r/programming/comments/1rt6j2z/how_to_use_storytelling_to_fit_inline_assembly/)
https://www.reddit.com/r/programming/comments/1rt6j2z/how_to_use_storytelling_to_fit_inline_assembly/
submitted by /u/ketralnis (https://www.reddit.com/user/ketralnis)
[link] (https://www.ralfj.de/blog/2026/03/13/inline-asm.html) [comments] (https://www.reddit.com/r/programming/comments/1rt6j2z/how_to_use_storytelling_to_fit_inline_assembly/)
Computing in freedom with GNU Emacs
https://www.reddit.com/r/programming/comments/1rt6jmq/computing_in_freedom_with_gnu_emacs/
submitted by /u/ketralnis (https://www.reddit.com/user/ketralnis)
[link] (https://protesilaos.com/codelog/2026-03-13-computing-in-freedom-with-gnu-emacs/) [comments] (https://www.reddit.com/r/programming/comments/1rt6jmq/computing_in_freedom_with_gnu_emacs/)
https://www.reddit.com/r/programming/comments/1rt6jmq/computing_in_freedom_with_gnu_emacs/
submitted by /u/ketralnis (https://www.reddit.com/user/ketralnis)
[link] (https://protesilaos.com/codelog/2026-03-13-computing-in-freedom-with-gnu-emacs/) [comments] (https://www.reddit.com/r/programming/comments/1rt6jmq/computing_in_freedom_with_gnu_emacs/)
Reinventing Python's AsyncIO
https://www.reddit.com/r/programming/comments/1rt6jum/reinventing_pythons_asyncio/
submitted by /u/ketralnis (https://www.reddit.com/user/ketralnis)
[link] (https://blog.baro.dev/p/reinventing-pythons-asyncio) [comments] (https://www.reddit.com/r/programming/comments/1rt6jum/reinventing_pythons_asyncio/)
https://www.reddit.com/r/programming/comments/1rt6jum/reinventing_pythons_asyncio/
submitted by /u/ketralnis (https://www.reddit.com/user/ketralnis)
[link] (https://blog.baro.dev/p/reinventing-pythons-asyncio) [comments] (https://www.reddit.com/r/programming/comments/1rt6jum/reinventing_pythons_asyncio/)
What I learned trying to block web scraping and bots
https://www.reddit.com/r/programming/comments/1rte5ui/what_i_learned_trying_to_block_web_scraping_and/
submitted by /u/ReditusReditai (https://www.reddit.com/user/ReditusReditai)
[link] (https://developerwithacat.com/blog/202603/block-bots-scraping-ways/) [comments] (https://www.reddit.com/r/programming/comments/1rte5ui/what_i_learned_trying_to_block_web_scraping_and/)
https://www.reddit.com/r/programming/comments/1rte5ui/what_i_learned_trying_to_block_web_scraping_and/
submitted by /u/ReditusReditai (https://www.reddit.com/user/ReditusReditai)
[link] (https://developerwithacat.com/blog/202603/block-bots-scraping-ways/) [comments] (https://www.reddit.com/r/programming/comments/1rte5ui/what_i_learned_trying_to_block_web_scraping_and/)
The Roadmap Is Not the System
https://www.reddit.com/r/programming/comments/1rtetmn/the_roadmap_is_not_the_system/
submitted by /u/SpecialistLady (https://www.reddit.com/user/SpecialistLady)
[link] (https://yusufaytas.com/the-roadmap-is-not-the-system/) [comments] (https://www.reddit.com/r/programming/comments/1rtetmn/the_roadmap_is_not_the_system/)
https://www.reddit.com/r/programming/comments/1rtetmn/the_roadmap_is_not_the_system/
submitted by /u/SpecialistLady (https://www.reddit.com/user/SpecialistLady)
[link] (https://yusufaytas.com/the-roadmap-is-not-the-system/) [comments] (https://www.reddit.com/r/programming/comments/1rtetmn/the_roadmap_is_not_the_system/)
The 2FA app that tells you when you get `314159`
https://www.reddit.com/r/programming/comments/1rtfdul/the_2fa_app_that_tells_you_when_you_get_314159/
submitted by /u/jacobs-tech-tavern (https://www.reddit.com/user/jacobs-tech-tavern)
[link] (https://blog.jacobstechtavern.com/p/building-a-2fa-app-that-detects-patterns) [comments] (https://www.reddit.com/r/programming/comments/1rtfdul/the_2fa_app_that_tells_you_when_you_get_314159/)
https://www.reddit.com/r/programming/comments/1rtfdul/the_2fa_app_that_tells_you_when_you_get_314159/
submitted by /u/jacobs-tech-tavern (https://www.reddit.com/user/jacobs-tech-tavern)
[link] (https://blog.jacobstechtavern.com/p/building-a-2fa-app-that-detects-patterns) [comments] (https://www.reddit.com/r/programming/comments/1rtfdul/the_2fa_app_that_tells_you_when_you_get_314159/)
Microservices: Shackles on your feet
https://www.reddit.com/r/programming/comments/1rtgjvz/microservices_shackles_on_your_feet/
<!-- SC_OFF -->You don't need microservices. You need better module boundaries. Split only when teams are truly independent, scaling needs are night-and-day different, or your headcount is pushing 150+. Before any of that — fix the code, draw real boundaries inside the monolith, set up tracing. Microservices don't fix a messy codebase. They just spread it across the network and make it someone else's 3 AM problem. When you do split, use a strangler fig. Not a rewrite. Never a rewrite. <!-- SC_ON --> submitted by /u/Itchy-Warthog8260 (https://www.reddit.com/user/Itchy-Warthog8260)
[link] (https://howtocenterdiv.com/beyond-the-div/microservices-shackles-on-your-feet) [comments] (https://www.reddit.com/r/programming/comments/1rtgjvz/microservices_shackles_on_your_feet/)
https://www.reddit.com/r/programming/comments/1rtgjvz/microservices_shackles_on_your_feet/
<!-- SC_OFF -->You don't need microservices. You need better module boundaries. Split only when teams are truly independent, scaling needs are night-and-day different, or your headcount is pushing 150+. Before any of that — fix the code, draw real boundaries inside the monolith, set up tracing. Microservices don't fix a messy codebase. They just spread it across the network and make it someone else's 3 AM problem. When you do split, use a strangler fig. Not a rewrite. Never a rewrite. <!-- SC_ON --> submitted by /u/Itchy-Warthog8260 (https://www.reddit.com/user/Itchy-Warthog8260)
[link] (https://howtocenterdiv.com/beyond-the-div/microservices-shackles-on-your-feet) [comments] (https://www.reddit.com/r/programming/comments/1rtgjvz/microservices_shackles_on_your_feet/)
Developing a 2FA Desktop Client in Go
https://www.reddit.com/r/programming/comments/1rtoiu4/developing_a_2fa_desktop_client_in_go/
submitted by /u/der_gopher (https://www.reddit.com/user/der_gopher)
[link] (https://www.youtube.com/watch?v=HFu3CUtrOQ8) [comments] (https://www.reddit.com/r/programming/comments/1rtoiu4/developing_a_2fa_desktop_client_in_go/)
https://www.reddit.com/r/programming/comments/1rtoiu4/developing_a_2fa_desktop_client_in_go/
submitted by /u/der_gopher (https://www.reddit.com/user/der_gopher)
[link] (https://www.youtube.com/watch?v=HFu3CUtrOQ8) [comments] (https://www.reddit.com/r/programming/comments/1rtoiu4/developing_a_2fa_desktop_client_in_go/)
nominal types in webassembly
https://www.reddit.com/r/programming/comments/1rtq1ty/nominal_types_in_webassembly/
submitted by /u/SpecialistLady (https://www.reddit.com/user/SpecialistLady)
[link] (https://wingolog.org/archives/2026/03/10/nominal-types-in-webassembly) [comments] (https://www.reddit.com/r/programming/comments/1rtq1ty/nominal_types_in_webassembly/)
https://www.reddit.com/r/programming/comments/1rtq1ty/nominal_types_in_webassembly/
submitted by /u/SpecialistLady (https://www.reddit.com/user/SpecialistLady)
[link] (https://wingolog.org/archives/2026/03/10/nominal-types-in-webassembly) [comments] (https://www.reddit.com/r/programming/comments/1rtq1ty/nominal_types_in_webassembly/)
XML is a Cheap DSL
https://www.reddit.com/r/programming/comments/1rtq2a1/xml_is_a_cheap_dsl/
submitted by /u/SpecialistLady (https://www.reddit.com/user/SpecialistLady)
[link] (https://unplannedobsolescence.com/blog/xml-cheap-dsl/) [comments] (https://www.reddit.com/r/programming/comments/1rtq2a1/xml_is_a_cheap_dsl/)
https://www.reddit.com/r/programming/comments/1rtq2a1/xml_is_a_cheap_dsl/
submitted by /u/SpecialistLady (https://www.reddit.com/user/SpecialistLady)
[link] (https://unplannedobsolescence.com/blog/xml-cheap-dsl/) [comments] (https://www.reddit.com/r/programming/comments/1rtq2a1/xml_is_a_cheap_dsl/)
The Web's Most Tolerated Feature
https://www.reddit.com/r/programming/comments/1rts29v/the_webs_most_tolerated_feature/
submitted by /u/fagnerbrack (https://www.reddit.com/user/fagnerbrack)
[link] (https://www.bocoup.com/blog/the-webs-most-tolerated-feature) [comments] (https://www.reddit.com/r/programming/comments/1rts29v/the_webs_most_tolerated_feature/)
https://www.reddit.com/r/programming/comments/1rts29v/the_webs_most_tolerated_feature/
submitted by /u/fagnerbrack (https://www.reddit.com/user/fagnerbrack)
[link] (https://www.bocoup.com/blog/the-webs-most-tolerated-feature) [comments] (https://www.reddit.com/r/programming/comments/1rts29v/the_webs_most_tolerated_feature/)
Internet of Things might be the worst terminology in tech
https://www.reddit.com/r/programming/comments/1ru5mcr/internet_of_things_might_be_the_worst_terminology/
<!-- SC_OFF -->“IoT” might be the most useless piece of terminology in tech. What does that phrase even mean? “Things.” If someone says they work on an Internet of Things platform, it could mean: sensors embedded devices telemetry pipelines smart home gadgets Instead we somehow ended up with a phrase that sounds like it came out of a 2012 venture capital pitch deck. Let’s stop calling everything “IoT” and just describe the system or use literally any other name. Your thermostat sending data somewhere is not “the Internet of Things.” It’s a temperature sensor with a network connection. “Internet of Things” is just what happens when marketing discovers embedded systems.” <!-- SC_ON --> submitted by /u/BringtheBacon (https://www.reddit.com/user/BringtheBacon)
[link] (https://c.org/pTm8rRW27Y) [comments] (https://www.reddit.com/r/programming/comments/1ru5mcr/internet_of_things_might_be_the_worst_terminology/)
https://www.reddit.com/r/programming/comments/1ru5mcr/internet_of_things_might_be_the_worst_terminology/
<!-- SC_OFF -->“IoT” might be the most useless piece of terminology in tech. What does that phrase even mean? “Things.” If someone says they work on an Internet of Things platform, it could mean: sensors embedded devices telemetry pipelines smart home gadgets Instead we somehow ended up with a phrase that sounds like it came out of a 2012 venture capital pitch deck. Let’s stop calling everything “IoT” and just describe the system or use literally any other name. Your thermostat sending data somewhere is not “the Internet of Things.” It’s a temperature sensor with a network connection. “Internet of Things” is just what happens when marketing discovers embedded systems.” <!-- SC_ON --> submitted by /u/BringtheBacon (https://www.reddit.com/user/BringtheBacon)
[link] (https://c.org/pTm8rRW27Y) [comments] (https://www.reddit.com/r/programming/comments/1ru5mcr/internet_of_things_might_be_the_worst_terminology/)
You want Microservices, but do you need them?
https://www.reddit.com/r/programming/comments/1ru66op/you_want_microservices_but_do_you_need_them/
submitted by /u/vladmihalceacom (https://www.reddit.com/user/vladmihalceacom)
[link] (https://www.docker.com/blog/do-you-really-need-microservices/) [comments] (https://www.reddit.com/r/programming/comments/1ru66op/you_want_microservices_but_do_you_need_them/)
https://www.reddit.com/r/programming/comments/1ru66op/you_want_microservices_but_do_you_need_them/
submitted by /u/vladmihalceacom (https://www.reddit.com/user/vladmihalceacom)
[link] (https://www.docker.com/blog/do-you-really-need-microservices/) [comments] (https://www.reddit.com/r/programming/comments/1ru66op/you_want_microservices_but_do_you_need_them/)
Why are Event-Driven Systems Hard?
https://www.reddit.com/r/programming/comments/1rudzt0/why_are_eventdriven_systems_hard/
submitted by /u/fagnerbrack (https://www.reddit.com/user/fagnerbrack)
[link] (https://newsletter.scalablethread.com/p/why-event-driven-systems-are-hard) [comments] (https://www.reddit.com/r/programming/comments/1rudzt0/why_are_eventdriven_systems_hard/)
https://www.reddit.com/r/programming/comments/1rudzt0/why_are_eventdriven_systems_hard/
submitted by /u/fagnerbrack (https://www.reddit.com/user/fagnerbrack)
[link] (https://newsletter.scalablethread.com/p/why-event-driven-systems-are-hard) [comments] (https://www.reddit.com/r/programming/comments/1rudzt0/why_are_eventdriven_systems_hard/)
Event Systems - Cain On Games
https://www.reddit.com/r/programming/comments/1runq4r/event_systems_cain_on_games/
submitted by /u/levodelellis (https://www.reddit.com/user/levodelellis)
[link] (https://www.youtube.com/watch?v=P935C85WIpU) [comments] (https://www.reddit.com/r/programming/comments/1runq4r/event_systems_cain_on_games/)
https://www.reddit.com/r/programming/comments/1runq4r/event_systems_cain_on_games/
submitted by /u/levodelellis (https://www.reddit.com/user/levodelellis)
[link] (https://www.youtube.com/watch?v=P935C85WIpU) [comments] (https://www.reddit.com/r/programming/comments/1runq4r/event_systems_cain_on_games/)
The rise of malicious repositories on GitHub
https://www.reddit.com/r/programming/comments/1ruph61/the_rise_of_malicious_repositories_on_github/
submitted by /u/f311a (https://www.reddit.com/user/f311a)
[link] (https://rushter.com/blog/github-malware/) [comments] (https://www.reddit.com/r/programming/comments/1ruph61/the_rise_of_malicious_repositories_on_github/)
https://www.reddit.com/r/programming/comments/1ruph61/the_rise_of_malicious_repositories_on_github/
submitted by /u/f311a (https://www.reddit.com/user/f311a)
[link] (https://rushter.com/blog/github-malware/) [comments] (https://www.reddit.com/r/programming/comments/1ruph61/the_rise_of_malicious_repositories_on_github/)
RE//verse 2026: Hacking the Xbox One
https://www.reddit.com/r/programming/comments/1rus7od/reverse_2026_hacking_the_xbox_one/
submitted by /u/BlueGoliath (https://www.reddit.com/user/BlueGoliath)
[link] (https://www.youtube.com/watch?v=FTFn4UZsA5U) [comments] (https://www.reddit.com/r/programming/comments/1rus7od/reverse_2026_hacking_the_xbox_one/)
https://www.reddit.com/r/programming/comments/1rus7od/reverse_2026_hacking_the_xbox_one/
submitted by /u/BlueGoliath (https://www.reddit.com/user/BlueGoliath)
[link] (https://www.youtube.com/watch?v=FTFn4UZsA5U) [comments] (https://www.reddit.com/r/programming/comments/1rus7od/reverse_2026_hacking_the_xbox_one/)
Deep dive into the API Versioning in Spring Boot 4.0
https://www.reddit.com/r/programming/comments/1rv4e3q/deep_dive_into_the_api_versioning_in_spring_boot/
submitted by /u/zarinfam (https://www.reddit.com/user/zarinfam)
[link] (https://medium.com/threadsafe/deep-dive-into-the-api-versioning-in-spring-boot-4-0-1fa731ba8246?sk=d2ff68aba25f68d4524023fd98766269) [comments] (https://www.reddit.com/r/programming/comments/1rv4e3q/deep_dive_into_the_api_versioning_in_spring_boot/)
https://www.reddit.com/r/programming/comments/1rv4e3q/deep_dive_into_the_api_versioning_in_spring_boot/
submitted by /u/zarinfam (https://www.reddit.com/user/zarinfam)
[link] (https://medium.com/threadsafe/deep-dive-into-the-api-versioning-in-spring-boot-4-0-1fa731ba8246?sk=d2ff68aba25f68d4524023fd98766269) [comments] (https://www.reddit.com/r/programming/comments/1rv4e3q/deep_dive_into_the_api_versioning_in_spring_boot/)
Wero: Developer Insights Into Europe’s PayPal Alternative
https://www.reddit.com/r/programming/comments/1rv4wf0/wero_developer_insights_into_europes_paypal/
submitted by /u/derjanni (https://www.reddit.com/user/derjanni)
[link] (https://programmers.fyi/wero-developer-insights-into-europes-paypal-alternative) [comments] (https://www.reddit.com/r/programming/comments/1rv4wf0/wero_developer_insights_into_europes_paypal/)
https://www.reddit.com/r/programming/comments/1rv4wf0/wero_developer_insights_into_europes_paypal/
submitted by /u/derjanni (https://www.reddit.com/user/derjanni)
[link] (https://programmers.fyi/wero-developer-insights-into-europes-paypal-alternative) [comments] (https://www.reddit.com/r/programming/comments/1rv4wf0/wero_developer_insights_into_europes_paypal/)
React-Like JSX Syntax for Webcomponents
https://www.reddit.com/r/programming/comments/1rv56qn/reactlike_jsx_syntax_for_webcomponents/
<!-- SC_OFF -->TLDR; I’ve been experimenting with react-like jsx-syntax with webcomponents to see if I could theoretically replace React in one of my projects. It is not ready for production use, but rather an exploration into CustomElements and modern browser capabilities. https://github.com/positive-intentions/dim The goal was to build functional Web Components that handle state management and DOM updates without the overhead of a massive JavaScript framework. By leveraging standard Web APIs and Proxy objects, I’ve managed to create a reactive programming model that feels familiar—using JSX—but stays much closer to the browser platform. I wanted to see how far i could take web components before the architecture broke down. If you're interested in frontend software engineering or web standards, you might find the logic behind the updates (which avoid a traditional virtual DOM) interesting. Full technical tutorial and deep dive: https://positive-intentions.com/docs/research/Tutorials/dim/dim-functional-webcomponents Disclaimer: This project is not ready for production use. In fact, this project may be getting deprecated soon, but I’m sharing it because the unique details into custom elements and modern JavaScript performance might be interesting or educational for others exploring the web platform. <!-- SC_ON --> submitted by /u/Accurate-Screen8774 (https://www.reddit.com/user/Accurate-Screen8774)
[link] (https://positive-intentions.com/docs/research/Tutorials/dim/dim-functional-webcomponents) [comments] (https://www.reddit.com/r/programming/comments/1rv56qn/reactlike_jsx_syntax_for_webcomponents/)
https://www.reddit.com/r/programming/comments/1rv56qn/reactlike_jsx_syntax_for_webcomponents/
<!-- SC_OFF -->TLDR; I’ve been experimenting with react-like jsx-syntax with webcomponents to see if I could theoretically replace React in one of my projects. It is not ready for production use, but rather an exploration into CustomElements and modern browser capabilities. https://github.com/positive-intentions/dim The goal was to build functional Web Components that handle state management and DOM updates without the overhead of a massive JavaScript framework. By leveraging standard Web APIs and Proxy objects, I’ve managed to create a reactive programming model that feels familiar—using JSX—but stays much closer to the browser platform. I wanted to see how far i could take web components before the architecture broke down. If you're interested in frontend software engineering or web standards, you might find the logic behind the updates (which avoid a traditional virtual DOM) interesting. Full technical tutorial and deep dive: https://positive-intentions.com/docs/research/Tutorials/dim/dim-functional-webcomponents Disclaimer: This project is not ready for production use. In fact, this project may be getting deprecated soon, but I’m sharing it because the unique details into custom elements and modern JavaScript performance might be interesting or educational for others exploring the web platform. <!-- SC_ON --> submitted by /u/Accurate-Screen8774 (https://www.reddit.com/user/Accurate-Screen8774)
[link] (https://positive-intentions.com/docs/research/Tutorials/dim/dim-functional-webcomponents) [comments] (https://www.reddit.com/r/programming/comments/1rv56qn/reactlike_jsx_syntax_for_webcomponents/)