Learn Linux before Kubernetes
https://www.reddit.com/r/programming/comments/1msjtp6/learn_linux_before_kubernetes/
submitted by /u/Lazy-Transition8236 (https://www.reddit.com/user/Lazy-Transition8236)
[link] (https://medium.com/@anishnarayan/learn-linux-before-kubernetes-60d27f0bcc09?sk=93a405453499c17131642d9b87cb535a) [comments] (https://www.reddit.com/r/programming/comments/1msjtp6/learn_linux_before_kubernetes/)
https://www.reddit.com/r/programming/comments/1msjtp6/learn_linux_before_kubernetes/
submitted by /u/Lazy-Transition8236 (https://www.reddit.com/user/Lazy-Transition8236)
[link] (https://medium.com/@anishnarayan/learn-linux-before-kubernetes-60d27f0bcc09?sk=93a405453499c17131642d9b87cb535a) [comments] (https://www.reddit.com/r/programming/comments/1msjtp6/learn_linux_before_kubernetes/)
API Live Sync #4: OpenAI Fetcher
https://www.reddit.com/r/programming/comments/1msmgqq/api_live_sync_4_openai_fetcher/
<!-- SC_OFF -->In our previous articles, we laid the foundation with architecture, data structures, and the core service layer. Now it's time to tackle one of the most challenging parts of live API synchronization: actually fetching those OpenAPI specifications from development servers. <!-- SC_ON --> submitted by /u/evilhighlord (https://www.reddit.com/user/evilhighlord)
[link] (https://creative-labs.hashnode.dev/api-live-sync-4-openai-fetcher) [comments] (https://www.reddit.com/r/programming/comments/1msmgqq/api_live_sync_4_openai_fetcher/)
https://www.reddit.com/r/programming/comments/1msmgqq/api_live_sync_4_openai_fetcher/
<!-- SC_OFF -->In our previous articles, we laid the foundation with architecture, data structures, and the core service layer. Now it's time to tackle one of the most challenging parts of live API synchronization: actually fetching those OpenAPI specifications from development servers. <!-- SC_ON --> submitted by /u/evilhighlord (https://www.reddit.com/user/evilhighlord)
[link] (https://creative-labs.hashnode.dev/api-live-sync-4-openai-fetcher) [comments] (https://www.reddit.com/r/programming/comments/1msmgqq/api_live_sync_4_openai_fetcher/)
Intuition behind Power of 2 Choices Load balancing
https://www.reddit.com/r/programming/comments/1msmq7v/intuition_behind_power_of_2_choices_load_balancing/
submitted by /u/amandeepspdhr (https://www.reddit.com/user/amandeepspdhr)
[link] (https://amandeepsp.github.io/blog/power-of-2/) [comments] (https://www.reddit.com/r/programming/comments/1msmq7v/intuition_behind_power_of_2_choices_load_balancing/)
https://www.reddit.com/r/programming/comments/1msmq7v/intuition_behind_power_of_2_choices_load_balancing/
submitted by /u/amandeepspdhr (https://www.reddit.com/user/amandeepspdhr)
[link] (https://amandeepsp.github.io/blog/power-of-2/) [comments] (https://www.reddit.com/r/programming/comments/1msmq7v/intuition_behind_power_of_2_choices_load_balancing/)
Automating the Boring Stuff with Python — Quora Automation Example
https://www.reddit.com/r/programming/comments/1msn7zm/automating_the_boring_stuff_with_python_quora/
submitted by /u/Lazy-Transition8236 (https://www.reddit.com/user/Lazy-Transition8236)
[link] (https://medium.com/@anishnarayan/automating-the-boring-stuff-with-python-quora-automation-example-e3db54ad313f?sk=62be8a79f83e3d1ad7523a125fd8b9ce) [comments] (https://www.reddit.com/r/programming/comments/1msn7zm/automating_the_boring_stuff_with_python_quora/)
https://www.reddit.com/r/programming/comments/1msn7zm/automating_the_boring_stuff_with_python_quora/
submitted by /u/Lazy-Transition8236 (https://www.reddit.com/user/Lazy-Transition8236)
[link] (https://medium.com/@anishnarayan/automating-the-boring-stuff-with-python-quora-automation-example-e3db54ad313f?sk=62be8a79f83e3d1ad7523a125fd8b9ce) [comments] (https://www.reddit.com/r/programming/comments/1msn7zm/automating_the_boring_stuff_with_python_quora/)
Not Communicating Your Impact is Killing Your Career as an Engineer
https://www.reddit.com/r/programming/comments/1mst04w/not_communicating_your_impact_is_killing_your/
submitted by /u/gregorojstersek (https://www.reddit.com/user/gregorojstersek)
[link] (https://www.youtube.com/watch?v=IL0cn-_2GVo) [comments] (https://www.reddit.com/r/programming/comments/1mst04w/not_communicating_your_impact_is_killing_your/)
https://www.reddit.com/r/programming/comments/1mst04w/not_communicating_your_impact_is_killing_your/
submitted by /u/gregorojstersek (https://www.reddit.com/user/gregorojstersek)
[link] (https://www.youtube.com/watch?v=IL0cn-_2GVo) [comments] (https://www.reddit.com/r/programming/comments/1mst04w/not_communicating_your_impact_is_killing_your/)
2BlueRings – Building my own AI UX layer (memory, retrieval, tools, context engineering)
https://www.reddit.com/r/programming/comments/1msu1qp/2bluerings_building_my_own_ai_ux_layer_memory/
<!-- SC_OFF -->I’ve been hacking on something I’m calling 2BlueRings, an open source project where I’m trying to implement my own take on AI UX. Instead of just “chatting with an LLM,” the idea is to give users control over the layers above the model: Memory – conversations, notes, docs that persist across threads. Retrieval – contextual grounding from code, Jira, Confluence, Slack, GitHub, etc. Tools – plug in APIs or custom logic (BYO integrations). LLM-agnostic – works with GPT-4/5, Claude, Groq, or even self-hosted. Basically, it’s aims to be my side brain for projects: Collect docs, notes, links, and code in one place. Ask questions with context. Control how the AI retrieves and reasons. I’m trying to solve for what I see as the missing piece in the current AI stack: context engineering & AI UX. Would love feedback from devs / researchers Repo: https://github.com/2bluerings/2bluerings Demo: https://www.youtube.com/watch?v=TNFCp5beOMo Would love feedback from devs/researchers. <!-- SC_ON --> submitted by /u/EcstaticDog4946 (https://www.reddit.com/user/EcstaticDog4946)
[link] (https://github.com/2bluerings/2bluerings) [comments] (https://www.reddit.com/r/programming/comments/1msu1qp/2bluerings_building_my_own_ai_ux_layer_memory/)
https://www.reddit.com/r/programming/comments/1msu1qp/2bluerings_building_my_own_ai_ux_layer_memory/
<!-- SC_OFF -->I’ve been hacking on something I’m calling 2BlueRings, an open source project where I’m trying to implement my own take on AI UX. Instead of just “chatting with an LLM,” the idea is to give users control over the layers above the model: Memory – conversations, notes, docs that persist across threads. Retrieval – contextual grounding from code, Jira, Confluence, Slack, GitHub, etc. Tools – plug in APIs or custom logic (BYO integrations). LLM-agnostic – works with GPT-4/5, Claude, Groq, or even self-hosted. Basically, it’s aims to be my side brain for projects: Collect docs, notes, links, and code in one place. Ask questions with context. Control how the AI retrieves and reasons. I’m trying to solve for what I see as the missing piece in the current AI stack: context engineering & AI UX. Would love feedback from devs / researchers Repo: https://github.com/2bluerings/2bluerings Demo: https://www.youtube.com/watch?v=TNFCp5beOMo Would love feedback from devs/researchers. <!-- SC_ON --> submitted by /u/EcstaticDog4946 (https://www.reddit.com/user/EcstaticDog4946)
[link] (https://github.com/2bluerings/2bluerings) [comments] (https://www.reddit.com/r/programming/comments/1msu1qp/2bluerings_building_my_own_ai_ux_layer_memory/)
Andrea Griffini: C++ metaprogramming sucks
https://www.reddit.com/r/programming/comments/1msuso1/andrea_griffini_c_metaprogramming_sucks/
submitted by /u/segv (https://www.reddit.com/user/segv)
[link] (https://www.youtube.com/watch?v=xfkwepKNjmI) [comments] (https://www.reddit.com/r/programming/comments/1msuso1/andrea_griffini_c_metaprogramming_sucks/)
https://www.reddit.com/r/programming/comments/1msuso1/andrea_griffini_c_metaprogramming_sucks/
submitted by /u/segv (https://www.reddit.com/user/segv)
[link] (https://www.youtube.com/watch?v=xfkwepKNjmI) [comments] (https://www.reddit.com/r/programming/comments/1msuso1/andrea_griffini_c_metaprogramming_sucks/)
A Fake Tech Company Scam: Here's How I Caught It in Time
https://www.reddit.com/r/programming/comments/1msuv2b/a_fake_tech_company_scam_heres_how_i_caught_it_in/
submitted by /u/gregorojstersek (https://www.reddit.com/user/gregorojstersek)
[link] (https://newsletter.eng-leadership.com/p/a-fake-tech-company-scam-heres-how) [comments] (https://www.reddit.com/r/programming/comments/1msuv2b/a_fake_tech_company_scam_heres_how_i_caught_it_in/)
https://www.reddit.com/r/programming/comments/1msuv2b/a_fake_tech_company_scam_heres_how_i_caught_it_in/
submitted by /u/gregorojstersek (https://www.reddit.com/user/gregorojstersek)
[link] (https://newsletter.eng-leadership.com/p/a-fake-tech-company-scam-heres-how) [comments] (https://www.reddit.com/r/programming/comments/1msuv2b/a_fake_tech_company_scam_heres_how_i_caught_it_in/)
MS-DOS Development Resources
https://www.reddit.com/r/programming/comments/1msuz6g/msdos_development_resources/
submitted by /u/mariuz (https://www.reddit.com/user/mariuz)
[link] (https://github.com/SuperIlu/DOSDevelResources/blob/main/README.md) [comments] (https://www.reddit.com/r/programming/comments/1msuz6g/msdos_development_resources/)
https://www.reddit.com/r/programming/comments/1msuz6g/msdos_development_resources/
submitted by /u/mariuz (https://www.reddit.com/user/mariuz)
[link] (https://github.com/SuperIlu/DOSDevelResources/blob/main/README.md) [comments] (https://www.reddit.com/r/programming/comments/1msuz6g/msdos_development_resources/)
AWS Bedrock Agent Tutorial: Shopping & Flights Demo
https://www.reddit.com/r/programming/comments/1msvhsd/aws_bedrock_agent_tutorial_shopping_flights_demo/
<!-- SC_OFF -->Most “AI agent” posts are hand-wavy. Lots of theory, not much code. So I decided to actually build one — using AWS Bedrock Agents. Specifically, I put together a two-agent system where: One agent fetches data from APIs Another transforms and validates it before storing Along the way I hit interesting challenges: How to structure the agent workflows What Bedrock really gives you out of the box (vs. what you still need to code) Guardrails and observability when agents call external services I wrote up the full walkthrough and published a repo so you can try it yourself - Curious what others think: do multi-agent setups make sense for production today? <!-- SC_ON --> submitted by /u/skenklok (https://www.reddit.com/user/skenklok)
[link] (https://www.tostring.ai/p/hands-on-bedrock-agents-build-a-two?r=clbp9) [comments] (https://www.reddit.com/r/programming/comments/1msvhsd/aws_bedrock_agent_tutorial_shopping_flights_demo/)
https://www.reddit.com/r/programming/comments/1msvhsd/aws_bedrock_agent_tutorial_shopping_flights_demo/
<!-- SC_OFF -->Most “AI agent” posts are hand-wavy. Lots of theory, not much code. So I decided to actually build one — using AWS Bedrock Agents. Specifically, I put together a two-agent system where: One agent fetches data from APIs Another transforms and validates it before storing Along the way I hit interesting challenges: How to structure the agent workflows What Bedrock really gives you out of the box (vs. what you still need to code) Guardrails and observability when agents call external services I wrote up the full walkthrough and published a repo so you can try it yourself - Curious what others think: do multi-agent setups make sense for production today? <!-- SC_ON --> submitted by /u/skenklok (https://www.reddit.com/user/skenklok)
[link] (https://www.tostring.ai/p/hands-on-bedrock-agents-build-a-two?r=clbp9) [comments] (https://www.reddit.com/r/programming/comments/1msvhsd/aws_bedrock_agent_tutorial_shopping_flights_demo/)
Let's make a game! 306: Finite combat environments
https://www.reddit.com/r/programming/comments/1msvu9k/lets_make_a_game_306_finite_combat_environments/
submitted by /u/apeloverage (https://www.reddit.com/user/apeloverage)
[link] (https://www.youtube.com/watch?v=QbGnCOqGexg) [comments] (https://www.reddit.com/r/programming/comments/1msvu9k/lets_make_a_game_306_finite_combat_environments/)
https://www.reddit.com/r/programming/comments/1msvu9k/lets_make_a_game_306_finite_combat_environments/
submitted by /u/apeloverage (https://www.reddit.com/user/apeloverage)
[link] (https://www.youtube.com/watch?v=QbGnCOqGexg) [comments] (https://www.reddit.com/r/programming/comments/1msvu9k/lets_make_a_game_306_finite_combat_environments/)
6 Milestones in Java Concurrency History - The Evolution of Java Threading: From Threads to Virtual Threads and Structured Concurrency
https://www.reddit.com/r/programming/comments/1msvwan/6_milestones_in_java_concurrency_history_the/
submitted by /u/zarinfam (https://www.reddit.com/user/zarinfam)
[link] (https://medium.com/threadsafe/6-milestones-in-java-concurrency-history-21e7b0464311?sk=dd9f34766a065a44a0f22937168371a5) [comments] (https://www.reddit.com/r/programming/comments/1msvwan/6_milestones_in_java_concurrency_history_the/)
https://www.reddit.com/r/programming/comments/1msvwan/6_milestones_in_java_concurrency_history_the/
submitted by /u/zarinfam (https://www.reddit.com/user/zarinfam)
[link] (https://medium.com/threadsafe/6-milestones-in-java-concurrency-history-21e7b0464311?sk=dd9f34766a065a44a0f22937168371a5) [comments] (https://www.reddit.com/r/programming/comments/1msvwan/6_milestones_in_java_concurrency_history_the/)
Secure Boot, TPM and Anti-Cheat Engines
https://www.reddit.com/r/programming/comments/1mt05nb/secure_boot_tpm_and_anticheat_engines/
submitted by /u/tapo (https://www.reddit.com/user/tapo)
[link] (https://andrewmoore.ca/blog/post/anticheat-secure-boot-tpm/) [comments] (https://www.reddit.com/r/programming/comments/1mt05nb/secure_boot_tpm_and_anticheat_engines/)
https://www.reddit.com/r/programming/comments/1mt05nb/secure_boot_tpm_and_anticheat_engines/
submitted by /u/tapo (https://www.reddit.com/user/tapo)
[link] (https://andrewmoore.ca/blog/post/anticheat-secure-boot-tpm/) [comments] (https://www.reddit.com/r/programming/comments/1mt05nb/secure_boot_tpm_and_anticheat_engines/)
Customizing Lisp REPLs
https://www.reddit.com/r/programming/comments/1mt5886/customizing_lisp_repls/
submitted by /u/aartaka (https://www.reddit.com/user/aartaka)
[link] (https://aartaka.me/customize-repl.html) [comments] (https://www.reddit.com/r/programming/comments/1mt5886/customizing_lisp_repls/)
https://www.reddit.com/r/programming/comments/1mt5886/customizing_lisp_repls/
submitted by /u/aartaka (https://www.reddit.com/user/aartaka)
[link] (https://aartaka.me/customize-repl.html) [comments] (https://www.reddit.com/r/programming/comments/1mt5886/customizing_lisp_repls/)
Mastering Bitcoin – Asymmetric Cryptography, Keys & Wallets
https://www.reddit.com/r/programming/comments/1mt6ytu/mastering_bitcoin_asymmetric_cryptography_keys/
submitted by /u/ProfessionalJoke863 (https://www.reddit.com/user/ProfessionalJoke863)
[link] (https://youtu.be/trCEP-HZUPQ?si=iC2ECr5vZpB_5iwE) [comments] (https://www.reddit.com/r/programming/comments/1mt6ytu/mastering_bitcoin_asymmetric_cryptography_keys/)
https://www.reddit.com/r/programming/comments/1mt6ytu/mastering_bitcoin_asymmetric_cryptography_keys/
submitted by /u/ProfessionalJoke863 (https://www.reddit.com/user/ProfessionalJoke863)
[link] (https://youtu.be/trCEP-HZUPQ?si=iC2ECr5vZpB_5iwE) [comments] (https://www.reddit.com/r/programming/comments/1mt6ytu/mastering_bitcoin_asymmetric_cryptography_keys/)
Documenting Code is boring ….but it doesn’t have to be
https://www.reddit.com/r/programming/comments/1mt6zy1/documenting_code_is_boring_but_it_doesnt_have_to/
<!-- SC_OFF -->This article got me thinking about the fundamental paradox in our industry - we all desperately need good documentation, but most of us hate creating it. The piece talks about making docs “less boring” through better design and structure, but I’m more curious about the underlying problem: is the pain of writing documentation actually worth solving, or do most developers just accept it as a necessary evil? In my experience, there are roughly three camps: 1. The sufferers - Write docs because they have to, hate every minute of it 2. The skippers - Just don’t document and hope someone else deals with it later 3. The rare unicorns - Actually enjoy writing documentation (do these people exist?) What’s your honest approach? Do you: • Power through the tedium because you know it’s important? • Use any tools/automation to make it less painful? • Just… not do it unless absolutely forced? I’m particularly interested in whether people think this is a problem worth solving with better tooling, or if it’s just an inherent part of development that we need to accept. <!-- SC_ON --> submitted by /u/Ok-Ad7050 (https://www.reddit.com/user/Ok-Ad7050)
[link] (https://medium.com/steeple-product/how-to-make-documentation-less-boring-ea50fcfa56fb) [comments] (https://www.reddit.com/r/programming/comments/1mt6zy1/documenting_code_is_boring_but_it_doesnt_have_to/)
https://www.reddit.com/r/programming/comments/1mt6zy1/documenting_code_is_boring_but_it_doesnt_have_to/
<!-- SC_OFF -->This article got me thinking about the fundamental paradox in our industry - we all desperately need good documentation, but most of us hate creating it. The piece talks about making docs “less boring” through better design and structure, but I’m more curious about the underlying problem: is the pain of writing documentation actually worth solving, or do most developers just accept it as a necessary evil? In my experience, there are roughly three camps: 1. The sufferers - Write docs because they have to, hate every minute of it 2. The skippers - Just don’t document and hope someone else deals with it later 3. The rare unicorns - Actually enjoy writing documentation (do these people exist?) What’s your honest approach? Do you: • Power through the tedium because you know it’s important? • Use any tools/automation to make it less painful? • Just… not do it unless absolutely forced? I’m particularly interested in whether people think this is a problem worth solving with better tooling, or if it’s just an inherent part of development that we need to accept. <!-- SC_ON --> submitted by /u/Ok-Ad7050 (https://www.reddit.com/user/Ok-Ad7050)
[link] (https://medium.com/steeple-product/how-to-make-documentation-less-boring-ea50fcfa56fb) [comments] (https://www.reddit.com/r/programming/comments/1mt6zy1/documenting_code_is_boring_but_it_doesnt_have_to/)
NUMA Is the New Network: How Per-Socket Memory Models Are Reshaping Microservice Placement
https://www.reddit.com/r/programming/comments/1mt8qjj/numa_is_the_new_network_how_persocket_memory/
<!-- SC_OFF -->Explores how Non-Uniform Memory Access (NUMA) is reshaping microservice placement. <!-- SC_ON --> submitted by /u/mqian41 (https://www.reddit.com/user/mqian41)
[link] (https://codemia.io/blog/path/NUMA-Is-the-New-Network-How-Per-Socket-Memory-Models-Are-Reshaping-Microservice-Placement) [comments] (https://www.reddit.com/r/programming/comments/1mt8qjj/numa_is_the_new_network_how_persocket_memory/)
https://www.reddit.com/r/programming/comments/1mt8qjj/numa_is_the_new_network_how_persocket_memory/
<!-- SC_OFF -->Explores how Non-Uniform Memory Access (NUMA) is reshaping microservice placement. <!-- SC_ON --> submitted by /u/mqian41 (https://www.reddit.com/user/mqian41)
[link] (https://codemia.io/blog/path/NUMA-Is-the-New-Network-How-Per-Socket-Memory-Models-Are-Reshaping-Microservice-Placement) [comments] (https://www.reddit.com/r/programming/comments/1mt8qjj/numa_is_the_new_network_how_persocket_memory/)
Kanban board TUI in go
https://www.reddit.com/r/programming/comments/1mtc89w/kanban_board_tui_in_go/
<!-- SC_OFF -->A kanban board implement in go. vim like motion undo and redo. the board are based on a list of markdown files I will implement the obsidian and nelvim plugin for this little tui. I just suffer from slow workspace switching in obsidian, use tmux session to manage workspace is much smoother to me. Because I can't escape terminal workflow which make me feel pain sometimes <!-- SC_ON --> submitted by /u/Remarkable-Hunt6309 (https://www.reddit.com/user/Remarkable-Hunt6309)
[link] (https://github.com/sokinpui/kanban-tui) [comments] (https://www.reddit.com/r/programming/comments/1mtc89w/kanban_board_tui_in_go/)
https://www.reddit.com/r/programming/comments/1mtc89w/kanban_board_tui_in_go/
<!-- SC_OFF -->A kanban board implement in go. vim like motion undo and redo. the board are based on a list of markdown files I will implement the obsidian and nelvim plugin for this little tui. I just suffer from slow workspace switching in obsidian, use tmux session to manage workspace is much smoother to me. Because I can't escape terminal workflow which make me feel pain sometimes <!-- SC_ON --> submitted by /u/Remarkable-Hunt6309 (https://www.reddit.com/user/Remarkable-Hunt6309)
[link] (https://github.com/sokinpui/kanban-tui) [comments] (https://www.reddit.com/r/programming/comments/1mtc89w/kanban_board_tui_in_go/)
Ubicloud: Open source alternative to AWS
https://www.reddit.com/r/programming/comments/1mtfihf/ubicloud_open_source_alternative_to_aws/
submitted by /u/Top-Associate-6276 (https://www.reddit.com/user/Top-Associate-6276)
[link] (https://github.com/ubicloud/ubicloud) [comments] (https://www.reddit.com/r/programming/comments/1mtfihf/ubicloud_open_source_alternative_to_aws/)
https://www.reddit.com/r/programming/comments/1mtfihf/ubicloud_open_source_alternative_to_aws/
submitted by /u/Top-Associate-6276 (https://www.reddit.com/user/Top-Associate-6276)
[link] (https://github.com/ubicloud/ubicloud) [comments] (https://www.reddit.com/r/programming/comments/1mtfihf/ubicloud_open_source_alternative_to_aws/)
Content-Addressable Storage (CAS)
https://www.reddit.com/r/programming/comments/1mtg9rn/contentaddressable_storage_cas/
submitted by /u/vannam0511 (https://www.reddit.com/user/vannam0511)
[link] (https://namvdo.ai/content-addressable-storage/) [comments] (https://www.reddit.com/r/programming/comments/1mtg9rn/contentaddressable_storage_cas/)
https://www.reddit.com/r/programming/comments/1mtg9rn/contentaddressable_storage_cas/
submitted by /u/vannam0511 (https://www.reddit.com/user/vannam0511)
[link] (https://namvdo.ai/content-addressable-storage/) [comments] (https://www.reddit.com/r/programming/comments/1mtg9rn/contentaddressable_storage_cas/)
Postmortem of. E-commerce site
https://www.reddit.com/r/programming/comments/1mtghmm/postmortem_of_ecommerce_site/
submitted by /u/Electrical_Gas4694 (https://www.reddit.com/user/Electrical_Gas4694)
[link] (https://tech.amwaly.com/blog/147198/postmortem-of-e-commerce-site) [comments] (https://www.reddit.com/r/programming/comments/1mtghmm/postmortem_of_ecommerce_site/)
https://www.reddit.com/r/programming/comments/1mtghmm/postmortem_of_ecommerce_site/
submitted by /u/Electrical_Gas4694 (https://www.reddit.com/user/Electrical_Gas4694)
[link] (https://tech.amwaly.com/blog/147198/postmortem-of-e-commerce-site) [comments] (https://www.reddit.com/r/programming/comments/1mtghmm/postmortem_of_ecommerce_site/)