I will send you newest post from subreddit /r/programming
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/)
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/)
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/)
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/)
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/)
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/)
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/)
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] (anishnarayan/learn-linux-before-kubernetes-60d27f0bcc09?sk=93a405453499c17131642d9b87cb535a" rel="nofollow">https://medium.com/@anishnarayan/learn-linux-before-kubernetes-60d27f0bcc09?sk=93a405453499c17131642d9b87cb535a) [comments] (https://www.reddit.com/r/programming/comments/1msjtp6/learn_linux_before_kubernetes/)
Level Up Your Economic Analysis with GraphRAG: Build Your Own AI-Powered Knowledge Graph!
https://www.reddit.com/r/programming/comments/1msdz4q/level_up_your_economic_analysis_with_graphrag/
submitted by /u/nlomb (https://www.reddit.com/user/nlomb)
[link] (https://datasen.net/2025/08/16/how-to-use-graphrag-for-economic-data-analysis-tutorial/) [comments] (https://www.reddit.com/r/programming/comments/1msdz4q/level_up_your_economic_analysis_with_graphrag/)
New Search Algorithm 1.4x faster than binary (SIBS)
https://www.reddit.com/r/programming/comments/1ms4pqr/new_search_algorithm_14x_faster_than_binary_sibs/
<!-- SC_OFF -->Developed Stochastic Interval Binary Search using multi-armed bandits - achieved iteration reduction in 25/25 test cases up to 10M elements. <!-- SC_ON --> submitted by /u/Charming-Falcon6276 (https://www.reddit.com/user/Charming-Falcon6276)
[link] (https://github.com/Genius740Code/SIBS) [comments] (https://www.reddit.com/r/programming/comments/1ms4pqr/new_search_algorithm_14x_faster_than_binary_sibs/)
A Better Vocabulary for Testing
https://www.reddit.com/r/programming/comments/1ms3x0b/a_better_vocabulary_for_testing/
submitted by /u/alpaylan (https://www.reddit.com/user/alpaylan)
[link] (https://alperenkeles.com/posts/vocab-for-testing/) [comments] (https://www.reddit.com/r/programming/comments/1ms3x0b/a_better_vocabulary_for_testing/)
Hello Mac OS X Tiger (2022)
https://www.reddit.com/r/programming/comments/1mrqtyl/hello_mac_os_x_tiger_2022/
submitted by /u/NSRedditShitposter (https://www.reddit.com/user/NSRedditShitposter)
[link] (https://bunn.dev/benchmark/2022/01/16/hello-tiger.html) [comments] (https://www.reddit.com/r/programming/comments/1mrqtyl/hello_mac_os_x_tiger_2022/)
Dropstone - First Generational Self-Learning AI Development Platform
https://www.reddit.com/r/programming/comments/1mrpsiv/dropstone_first_generational_selflearning_ai/
submitted by /u/santosh_arron (https://www.reddit.com/user/santosh_arron)
[link] (https://dropstone.io/) [comments] (https://www.reddit.com/r/programming/comments/1mrpsiv/dropstone_first_generational_selflearning_ai/)
Branch prediction: Why CPUs can't wait? - namvdo's blog
https://www.reddit.com/r/programming/comments/1mrjr1m/branch_prediction_why_cpus_cant_wait_namvdos_blog/
<!-- SC_OFF -->Recently, I’ve learned about a feature that makes the CPU work more efficiently, and knowing it can make our code more performant. The technique called “branch prediction” is available in modern CPUs, and it’s why your “if” statement might secretly slow down your code. I tested 2 identical algorithms -- same logic, same data, but one ran 60% faster by just changing the data order. Data organization matters; let's learn more about this in this blog post! <!-- SC_ON --> submitted by /u/vannam0511 (https://www.reddit.com/user/vannam0511)
[link] (https://namvdo.ai/cpu-branch-prediction/) [comments] (https://www.reddit.com/r/programming/comments/1mrjr1m/branch_prediction_why_cpus_cant_wait_namvdos_blog/)
Unlocking Linux Superpowers with eBPF and xstack
https://www.reddit.com/r/programming/comments/1mrdho5/unlocking_linux_superpowers_with_ebpf_and_xstack/
submitted by /u/vudueprajacu (https://www.reddit.com/user/vudueprajacu)
[link] (https://brainnoises.com/blog/unlocking-linux-superpowers-with-ebpf-and-xstack/) [comments] (https://www.reddit.com/r/programming/comments/1mrdho5/unlocking_linux_superpowers_with_ebpf_and_xstack/)
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/)
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/)
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/)
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/)
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/)
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] (anishnarayan/automating-the-boring-stuff-with-python-quora-automation-example-e3db54ad313f?sk=62be8a79f83e3d1ad7523a125fd8b9ce" rel="nofollow">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/)
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/)
moonfish: a ~2000 Elo python chess engine
https://www.reddit.com/r/programming/comments/1msic8l/moonfish_a_2000_elo_python_chess_engine/
<!-- SC_OFF -->Moonfish is a chess engine I developed in Python a few years ago to understand how engines work under the hood. The code favors simplicity and readability over performance optimization. The engine implements: Negamax Layer-based Parallelization: Distributes work at specific search depths (L1P, L2P algorithms) Lazy SMP Move Ordering: MVV-LVA (Most Valuable Victim - Least Valuable Attacker) Null Move Pruning PeSTO Evaluation Function with Tapered Evaluation UCI protocol Integrates with lichess bot platform Web API Uses Cerebellum as opening book Endgame tablebases support Distributed via PyPI (https://pypi.org/project/moonfish/), you can access the engine from your custom python code, check the README (https://github.com/luccabb/moonfish/tree/master?tab=readme-ov-file#installation-and-usage) Bratko-Kopec test suite Custom test suite to ensure basic functionality. Not sure how much ELO it tests for, but if these tests are passing it your custom engine search implementation is likely not super off. If it does fail then your search algorithm _likely_ has a problem You can control how the engine behaves via CLI arguments, `moonfish --help` to check all options. On Performance: ~2000 Elo when tested against lichess stockfish bots. it beats stockfish lvl 5 ~2000 Elo (https://lichess.org/forum/general-chess-discussion/what-are-the-elo-ratings-for-stockfish-levels-4-5-6-7-and-8#8). mostly loses to stockfish lvl 6 ~2300 Elo (https://lichess.org/forum/general-chess-discussion/what-are-the-elo-ratings-for-stockfish-levels-4-5-6-7-and-8#8). When testing online on lichess against other engines it performs at ~1700 Elo The above is when running on a Macbook M1 Pro, this will vary based on hardware and parameters passed to the engine. No time control implemented—deeper searches take proportionally longer For a list of resources and inspirations that helped shape Moonfish, check out the references (https://github.com/luccabb/moonfish?tab=readme-ov-file#references) in the repository. <!-- SC_ON --> submitted by /u/luccabz (https://www.reddit.com/user/luccabz)
[link] (https://github.com/luccabb/moonfish) [comments] (https://www.reddit.com/r/programming/comments/1msic8l/moonfish_a_2000_elo_python_chess_engine/)
A case for fleeting websites with agentic coding
https://www.reddit.com/r/programming/comments/1msbcjn/a_case_for_fleeting_websites_with_agentic_coding/
<!-- SC_OFF -->AI isn't all doom & gloom - it can genuinely bring joy too! Without agentic coding, I would never have had found the time to develop this silly little fan page I made! And it actually made some people happy - how great is that Sure in the end only a couple hundred people checked it out, but that was well worth the effort I had to put into it. I will gladly use agentic coding for other temporary websites again! <!-- SC_ON --> submitted by /u/avataw (https://www.reddit.com/user/avataw)
[link] (https://andrewru.com/posts/agent-mode-for-fun) [comments] (https://www.reddit.com/r/programming/comments/1msbcjn/a_case_for_fleeting_websites_with_agentic_coding/)
Why People Read Assembly
https://www.reddit.com/r/programming/comments/1ms4o8v/why_people_read_assembly/
submitted by /u/levodelellis (https://www.reddit.com/user/levodelellis)
[link] (https://codestyleandtaste.com/why-read-assembly.html) [comments] (https://www.reddit.com/r/programming/comments/1ms4o8v/why_people_read_assembly/)
Idea for a new Code-Gen Workflow
https://www.reddit.com/r/programming/comments/1mrsq7s/idea_for_a_new_codegen_workflow/
submitted by /u/David01354 (https://www.reddit.com/user/David01354)
[link] (https://youtu.be/QfSM049qnGo) [comments] (https://www.reddit.com/r/programming/comments/1mrsq7s/idea_for_a_new_codegen_workflow/)
Experimenting with Dyad (self-hosted coding assistant) using Gemini + Ollama 3
https://www.reddit.com/r/programming/comments/1mrqlc0/experimenting_with_dyad_selfhosted_coding/
<!-- SC_OFF -->I recently tested out Dyad, a self-hosted, open-source coding assistant. It can connect to external models like Google Gemini, but it also supports local inference through tools like Ollama 3. I documented the whole setup (Linux) and then pushed it through a series of programming challenges to see how practical vibecoding actually is: generating a static website building a Kahoot-style clone and even rebuilding one of my own projects (an animated 3D map in Three.js) For comparison, I ran Dyad both with Gemini (cloud) and Ollama 3 locally on my PC. The local run was slower and more limited, but still surprisingly capable for certain tasks. Curious if anyone else has experimented with self-hosted coding assistants. Did you find them practical for real projects, or more of a novelty at this stage? <!-- SC_ON --> submitted by /u/OnlyDemor (https://www.reddit.com/user/OnlyDemor)
[link] (https://youtu.be/rhnhtzhDqV4) [comments] (https://www.reddit.com/r/programming/comments/1mrqlc0/experimenting_with_dyad_selfhosted_coding/)
What’s New in IntelliJ IDEA 2025.2 | IntelliJ IDEA Talk
https://www.reddit.com/r/programming/comments/1mrno9g/whats_new_in_intellij_idea_20252_intellij_idea/
submitted by /u/BlueGoliath (https://www.reddit.com/user/BlueGoliath)
[link] (https://www.youtube.com/live/_nt-z0FS3tM) [comments] (https://www.reddit.com/r/programming/comments/1mrno9g/whats_new_in_intellij_idea_20252_intellij_idea/)
Asymmetric Cryptography, Keys & Wallets
https://www.reddit.com/r/programming/comments/1mrg23i/asymmetric_cryptography_keys_wallets/
submitted by /u/ProfessionalJoke863 (https://www.reddit.com/user/ProfessionalJoke863)
[link] (https://youtu.be/trCEP-HZUPQ?si=SlpPHpnXHTSklpIY) [comments] (https://www.reddit.com/r/programming/comments/1mrg23i/asymmetric_cryptography_keys_wallets/)
C# vs Java int: Primitive type semantics, runtime behavior, and tribal knowledge
https://www.reddit.com/r/programming/comments/1mrbeuz/c_vs_java_int_primitive_type_semantics_runtime/
<!-- SC_OFF -->How a debate over C# vs Java int and specs led to the Lₐₓ/Lₐₜ/R (LAX/LAT/R) taxonomy: a framework for type classification. <!-- SC_ON --> submitted by /u/_msiyer_ (https://www.reddit.com/user/_msiyer_)
[link] (https://msiyer.com/csharp-vs-java-int-primitive-type-semantics-runtime-behavior-and-tribal-knowledge/) [comments] (https://www.reddit.com/r/programming/comments/1mrbeuz/c_vs_java_int_primitive_type_semantics_runtime/)