I will send you newest post from subreddit /r/programming
Harpoom: of course the Apple Network Server can be hacked into running Doom
https://www.reddit.com/r/programming/comments/1l0fxa5/harpoom_of_course_the_apple_network_server_can_be/
submitted by /u/NXGZ (https://www.reddit.com/user/NXGZ)
[link] (http://oldvcr.blogspot.com/2025/05/harpoom-of-course-apple-network-server.html) [comments] (https://www.reddit.com/r/programming/comments/1l0fxa5/harpoom_of_course_the_apple_network_server_can_be/)
gwq: Git worktree manager with fuzzy finder for parallel AI coding
https://www.reddit.com/r/programming/comments/1l0d37t/gwq_git_worktree_manager_with_fuzzy_finder_for/
<!-- SC_OFF -->Built gwq to manage Git worktrees more efficiently, especially for parallel AI development. **Problem:** Managing multiple worktrees manually is tedious, and AI coding tools work better with isolated workspaces. **Solution:** # Create worktrees quickly gwq add -b feature/auth gwq add -b feature/api # Navigate with fuzzy finder cd $(gwq get) # Run AI agents in parallel gwq exec --stay auth -- claude gwq exec --stay api -- claude Key features: Fuzzy finder interface Global worktree discovery Tab completion ghq-style organization Install: go install github.com/d-kuro/gwq/cmd/gwq@latest GitHub: https://github.com/d-kuro/gwq Thoughts? <!-- SC_ON --> submitted by /u/d-kuro (https://www.reddit.com/user/d-kuro)
[link] (https://github.com/d-kuro/gwq) [comments] (https://www.reddit.com/r/programming/comments/1l0d37t/gwq_git_worktree_manager_with_fuzzy_finder_for/)
9 Lazy Evaluation Features in Python That Optimize Your Code Quietly
https://www.reddit.com/r/programming/comments/1l08ly1/9_lazy_evaluation_features_in_python_that/
submitted by /u/yangzhou1993 (https://www.reddit.com/user/yangzhou1993)
[link] (https://yangzhou1993.medium.com/aa029f7e8c71?sk=80cf0c07544b8a6625175eaf454ab9ad) [comments] (https://www.reddit.com/r/programming/comments/1l08ly1/9_lazy_evaluation_features_in_python_that/)
Progressive JSON — overreacted
https://www.reddit.com/r/programming/comments/1l01i6b/progressive_json_overreacted/
submitted by /u/gaearon (https://www.reddit.com/user/gaearon)
[link] (https://overreacted.io/progressive-json/) [comments] (https://www.reddit.com/r/programming/comments/1l01i6b/progressive_json_overreacted/)
This bike never goes out of control — A story-driven explanation of the Open Closed Principle
https://www.reddit.com/r/programming/comments/1kzttlu/this_bike_never_goes_out_of_control_a_storydriven/
<!-- SC_OFF -->It’s not a tutorial or textbook — more of a storytelling approach to explain why these things matter, especially as your projects grow. Would love your feedback <!-- SC_ON --> submitted by /u/kudchikarsk (https://www.reddit.com/user/kudchikarsk)
[link] (https://codewithshadman.com/the-bike-that-never-went-out-of-control/) [comments] (https://www.reddit.com/r/programming/comments/1kzttlu/this_bike_never_goes_out_of_control_a_storydriven/)
AI didn’t kill Stack Overflow
https://www.reddit.com/r/programming/comments/1kztdph/ai_didnt_kill_stack_overflow/
<!-- SC_OFF -->It would be easy to say that artificial intelligence killed off Stack Overflow, but it would be truer to say that AI delivered the final blow. What really happened is a parable of human community and experiments in self-governance gone bizarrely wrong. <!-- SC_ON --> submitted by /u/asimpwz (https://www.reddit.com/user/asimpwz)
[link] (https://www.infoworld.com/article/3993482/ai-didnt-kill-stack-overflow.html) [comments] (https://www.reddit.com/r/programming/comments/1kztdph/ai_didnt_kill_stack_overflow/)
New 0.7.0 Release of Ironclad - A formally verified, real-time capable, UNIX-like operating system kernel written in SPARK and Ada.
https://www.reddit.com/r/programming/comments/1kzr470/new_070_release_of_ironclad_a_formally_verified/
submitted by /u/dragon_spirit_wtp (https://www.reddit.com/user/dragon_spirit_wtp)
[link] (https://codeberg.org/Ironclad/Ironclad/releases/tag/v0.7.0) [comments] (https://www.reddit.com/r/programming/comments/1kzr470/new_070_release_of_ironclad_a_formally_verified/)
Shared Database Pattern in Microservices: When Rules Get Broken
https://www.reddit.com/r/programming/comments/1kzopew/shared_database_pattern_in_microservices_when/
<!-- SC_OFF -->Everyone says "never share databases between microservices." But sometimes reality forces your hand - legacy migrations, tight deadlines, or performance requirements make shared databases necessary. The question isn't whether it's ideal (it's not), but how to do it safely when you have no choice. The shared database pattern means multiple microservices accessing the same database instance. It's like multiple roommates sharing a kitchen - it can work, but requires strict rules and careful coordination. <!-- SC_ON --> submitted by /u/vturan23 (https://www.reddit.com/user/vturan23)
[link] (https://www.codetocrack.dev/blog-single.html?id=QeCPXTuW9OSOnWOXyLAY) [comments] (https://www.reddit.com/r/programming/comments/1kzopew/shared_database_pattern_in_microservices_when/)
I want your help, I need a feedback my blog post writing?
https://www.reddit.com/r/programming/comments/1kzmmnd/i_want_your_help_i_need_a_feedback_my_blog_post/
<!-- SC_OFF -->Just start my writing journey ... i don't want to sound like promotional content or something un realistic. This is my first post as "why people shoud care" then I will go deep into web performance topics. Also, I don't wanted the blog post to be ai generated thing. I just asked to fix some grammer and give me a supported ideas like the ai factor section Do you think the arguments in the post are enough? Is it easy to read and follow. Any feedback will be appropriated 🙏🏻 Thanks <!-- SC_ON --> submitted by /u/Hussein_Saad (https://www.reddit.com/user/Hussein_Saad)
[link] (https://00ff00.dev/blog/why-web-performance) [comments] (https://www.reddit.com/r/programming/comments/1kzmmnd/i_want_your_help_i_need_a_feedback_my_blog_post/)
Java Virtual Threads Ate My Memory: A Web Crawler's Tale of Speed vs. Memory
https://www.reddit.com/r/programming/comments/1kzjpbk/java_virtual_threads_ate_my_memory_a_web_crawlers/
submitted by /u/ketralnis (https://www.reddit.com/user/ketralnis)
[link] (https://dariobalinzo.medium.com/virtual-threads-ate-my-memory-a-web-crawlers-tale-of-speed-vs-memory-a92fc75085f6) [comments] (https://www.reddit.com/r/programming/comments/1kzjpbk/java_virtual_threads_ate_my_memory_a_web_crawlers/)
Zero-overhead checks with fake stack overflows
https://www.reddit.com/r/programming/comments/1kxv2v6/zerooverhead_checks_with_fake_stack_overflows/
submitted by /u/ketralnis (https://www.reddit.com/user/ketralnis)
[link] (https://bernsteinbear.com/blog/overflow-check/) [comments] (https://www.reddit.com/r/programming/comments/1kxv2v6/zerooverhead_checks_with_fake_stack_overflows/)
GitHub's official MCP server exploited to access private repositories
https://www.reddit.com/r/programming/comments/1kxf7vo/githubs_official_mcp_server_exploited_to_access/
submitted by /u/anmolbaranwal (https://www.reddit.com/user/anmolbaranwal)
[link] (https://invariantlabs.ai/blog/mcp-github-vulnerability) [comments] (https://www.reddit.com/r/programming/comments/1kxf7vo/githubs_official_mcp_server_exploited_to_access/)
What does "Undecidable" mean, anyway
https://www.reddit.com/r/programming/comments/1kxs3c3/what_does_undecidable_mean_anyway/
submitted by /u/ketralnis (https://www.reddit.com/user/ketralnis)
[link] (https://buttondown.com/hillelwayne/archive/what-does-undecidable-mean-anyway/) [comments] (https://www.reddit.com/r/programming/comments/1kxs3c3/what_does_undecidable_mean_anyway/)
Greenmask - PostgreSQL database anonymization tool release v0.2.12
https://www.reddit.com/r/programming/comments/1kxrwq7/greenmask_postgresql_database_anonymization_tool/
submitted by /u/anyweny (https://www.reddit.com/user/anyweny)
[link] (https://github.com/GreenmaskIO/greenmask/releases/tag/v0.2.12) [comments] (https://www.reddit.com/r/programming/comments/1kxrwq7/greenmask_postgresql_database_anonymization_tool/)
The Secrets of Floating-Point Numbers
https://www.reddit.com/r/programming/comments/1kxmfaz/the_secrets_of_floatingpoint_numbers/
submitted by /u/ketralnis (https://www.reddit.com/user/ketralnis)
[link] (https://asawicki.info/articles/secrets_of_floating_point_numbers_en.php) [comments] (https://www.reddit.com/r/programming/comments/1kxmfaz/the_secrets_of_floatingpoint_numbers/)
The Simple Macroeconomics of AI – Extended Summary of the related paper
https://www.reddit.com/r/programming/comments/1l0dxpc/the_simple_macroeconomics_of_ai_extended_summary/
<!-- SC_OFF -->Acemoglu’s latest paper presents a task-based macroeconomic model showing how AI-driven automation of cognitive tasks could reshape productivity, jobs, and income distribution. By moving beyond traditional frameworks, it offers fresh insights into both the opportunities and challenges AI brings to the global economy. <!-- SC_ON --> submitted by /u/Greedy_Principle5345 (https://www.reddit.com/user/Greedy_Principle5345)
[link] (https://codingismycraft.blog/index.php/2025/06/01/the-simple-macroeconomics-of-ai-extended-summary/) [comments] (https://www.reddit.com/r/programming/comments/1l0dxpc/the_simple_macroeconomics_of_ai_extended_summary/)
Recursion, Explained Simply
https://www.reddit.com/r/programming/comments/1l09qwa/recursion_explained_simply/
submitted by /u/nicbarkeragain (https://www.reddit.com/user/nicbarkeragain)
[link] (https://youtu.be/YuaJ8x_NcLw) [comments] (https://www.reddit.com/r/programming/comments/1l09qwa/recursion_explained_simply/)
Looking for feedback for dev tools
https://www.reddit.com/r/programming/comments/1l06mde/looking_for_feedback_for_dev_tools/
<!-- SC_OFF -->Hey everyone, I’ve built a small, minimalistic web app that includes a bunch of dev utilities I use daily in my workflow. I got tired of bloated tools filled with ads, trackers, or clunky interfaces—so I decided to make my own, with simplicity and speed in mind. You can check it out here: https://dev.zanoski.com (https://dev.zanoski.com/) I’d love to get your feedback—what can be improved, and what tools or features would you like to see added? Thanks in advance! <!-- SC_ON --> submitted by /u/Zanoshky (https://www.reddit.com/user/Zanoshky)
[link] (https://dev.zanoski.com/) [comments] (https://www.reddit.com/r/programming/comments/1l06mde/looking_for_feedback_for_dev_tools/)
7 Subtle Insights from Google at Its I/O 2025
https://www.reddit.com/r/programming/comments/1kzxrby/7_subtle_insights_from_google_at_its_io_2025/
submitted by /u/ElyeProj (https://www.reddit.com/user/ElyeProj)
[link] (https://medium.com/tech-ai-chat/7-subtle-insights-from-google-at-its-i-o-2025-5c5929a4cba0?sk=b58d14c5805612762fb9f403044fd02e) [comments] (https://www.reddit.com/r/programming/comments/1kzxrby/7_subtle_insights_from_google_at_its_io_2025/)
How Not To Sort By Average Rating
https://www.reddit.com/r/programming/comments/1kztgyk/how_not_to_sort_by_average_rating/
submitted by /u/big_hole_energy (https://www.reddit.com/user/big_hole_energy)
[link] (https://www.evanmiller.org/how-not-to-sort-by-average-rating.html) [comments] (https://www.reddit.com/r/programming/comments/1kztgyk/how_not_to_sort_by_average_rating/)
A New June Webinar About SPARK from AdaCore: Introduction to Formal Verification with SPARK
https://www.reddit.com/r/programming/comments/1kzr5im/a_new_june_webinar_about_spark_from_adacore/
submitted by /u/dragon_spirit_wtp (https://www.reddit.com/user/dragon_spirit_wtp)
[link] (https://www.adacore.com/introduction-to-formal-verification-with-spark?utm_source=linkedin&utm_medium=paid_social&utm_campaign=conversions&utm_term=spark_webinar) [comments] (https://www.reddit.com/r/programming/comments/1kzr5im/a_new_june_webinar_about_spark_from_adacore/)
DL Based Stock Closing Price Prediction Model
https://www.reddit.com/r/programming/comments/1kzoyua/dl_based_stock_closing_price_prediction_model/
<!-- SC_OFF -->Over the past 3-4 months, I've been working on a Python-based machine learning project, and I'm thrilled to share that it's finally yielding promising results! The model is designed to predict the next day's stock closing price with a precision of up to 1.5%. GitHub Repository: I'd love for you to check it out! Feedback, suggestions, and contributions are most welcome. If you find it helpful or interesting, feel free to the repo! <!-- SC_ON --> submitted by /u/Vodka-Tequilla (https://www.reddit.com/user/Vodka-Tequilla)
[link] (https://github.com/GARV-PATEL-11/SCPP-Stock-Closing-Price-Prediction) [comments] (https://www.reddit.com/r/programming/comments/1kzoyua/dl_based_stock_closing_price_prediction_model/)
The Ultimate Java Concurrency & Multithreading Roadmap (Deep, Transferable, Timeless)
https://www.reddit.com/r/programming/comments/1kzmx32/the_ultimate_java_concurrency_multithreading/
<!-- SC_OFF -->Hi guys, I’ve posted a blog about concurrency and multithreading in Java. Do check it out and share your opinion. Concurrency & Multithreading
│
├── 1. Mutual Exclusion → Locking, reentrancy, intrinsic monitors
├── 2. Visibility → Volatile, memory model, happens-before
├── 3. Atomicity → Compare-and-swap, atomic primitives
├── 4. Coordination → wait/notify, latches, semaphores
├── 5. Task Management → Runnable, ExecutorService, Future
├── 6. Non-Blocking / Async → CompletableFuture, reactive streams
├── 7. Immutability → final fields, value objects, collections
├── 8. Parallelism → Fork/Join, Streams, Spliterators
└── 9. Thread Lifecycle → States, interrupt, daemon, priority <!-- SC_ON --> submitted by /u/nikhiltiwari005 (https://www.reddit.com/user/nikhiltiwari005)
[link] (https://medium.com/javarevisited/the-concurrency-multithreading-bible-for-engineers-642d2c5c3a02) [comments] (https://www.reddit.com/r/programming/comments/1kzmx32/the_ultimate_java_concurrency_multithreading/)
TinyAPL part 1: Introduction and Arrays
https://www.reddit.com/r/programming/comments/1kzjpjz/tinyapl_part_1_introduction_and_arrays/
submitted by /u/ketralnis (https://www.reddit.com/user/ketralnis)
[link] (https://blog.rubenverg.com/tinyapl_1_arrays) [comments] (https://www.reddit.com/r/programming/comments/1kzjpjz/tinyapl_part_1_introduction_and_arrays/)
parking_lot: ffffffffffffffff
https://www.reddit.com/r/programming/comments/1kxv372/parking_lot_ffffffffffffffff/
submitted by /u/ketralnis (https://www.reddit.com/user/ketralnis)
[link] (https://fly.io/blog/parking-lot-ffffffffffffffff/) [comments] (https://www.reddit.com/r/programming/comments/1kxv372/parking_lot_ffffffffffffffff/)
go may require prefaulting mmap
https://www.reddit.com/r/programming/comments/1kxv2ct/go_may_require_prefaulting_mmap/
submitted by /u/ketralnis (https://www.reddit.com/user/ketralnis)
[link] (https://flak.tedunangst.com/post/go-may-require-prefaulting-mmap) [comments] (https://www.reddit.com/r/programming/comments/1kxv2ct/go_may_require_prefaulting_mmap/)
Compiling a Neural Net to C for a 1,744× speedup
https://www.reddit.com/r/programming/comments/1kxs35a/compiling_a_neural_net_to_c_for_a_1744_speedup/
submitted by /u/ketralnis (https://www.reddit.com/user/ketralnis)
[link] (https://slightknack.dev/blog/difflogic/) [comments] (https://www.reddit.com/r/programming/comments/1kxs35a/compiling_a_neural_net_to_c_for_a_1744_speedup/)
Announcing dotnet run app.cs - A simpler way to start with C# and .NET 10
https://www.reddit.com/r/programming/comments/1kxmoez/announcing_dotnet_run_appcs_a_simpler_way_to/
submitted by /u/unique_ptr (https://www.reddit.com/user/unique_ptr)
[link] (https://devblogs.microsoft.com/dotnet/announcing-dotnet-run-app/) [comments] (https://www.reddit.com/r/programming/comments/1kxmoez/announcing_dotnet_run_appcs_a_simpler_way_to/)
Duplication Is Not the Enemy
https://www.reddit.com/r/programming/comments/1kxpcj4/duplication_is_not_the_enemy/
submitted by /u/Acceptable-Courage-9 (https://www.reddit.com/user/Acceptable-Courage-9)
[link] (https://terriblesoftware.org/2025/05/28/duplication-is-not-the-enemy/) [comments] (https://www.reddit.com/r/programming/comments/1kxpcj4/duplication_is_not_the_enemy/)
DWARF as a Shared Reverse Engineering Format
https://www.reddit.com/r/programming/comments/1kxmb0x/dwarf_as_a_shared_reverse_engineering_format/
submitted by /u/ketralnis (https://www.reddit.com/user/ketralnis)
[link] (https://lief.re/blog/2025-05-27-dwarf-editor/) [comments] (https://www.reddit.com/r/programming/comments/1kxmb0x/dwarf_as_a_shared_reverse_engineering_format/)