reddit_programming | Technologies

Telegram-канал reddit_programming - Reddit Programming

214

I will send you newest post from subreddit /r/programming

Subscribe to a channel

Reddit Programming

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/)

Читать полностью…

Reddit Programming

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/)

Читать полностью…

Reddit Programming

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/)

Читать полностью…

Reddit Programming

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/)

Читать полностью…

Reddit Programming

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/)

Читать полностью…

Reddit Programming

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/)

Читать полностью…

Reddit Programming

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/)

Читать полностью…

Reddit Programming

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/)

Читать полностью…

Reddit Programming

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/)

Читать полностью…

Reddit Programming

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/)

Читать полностью…

Reddit Programming

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/)

Читать полностью…

Reddit Programming

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/)

Читать полностью…

Reddit Programming

A Personal Software Runtime inspired by Emacs, Plan 9, Erlang, Hypermedia, and Unix
https://www.reddit.com/r/programming/comments/1kxmdvq/a_personal_software_runtime_inspired_by_emacs/

submitted by /u/ketralnis (https://www.reddit.com/user/ketralnis)
[link] (https://github.com/leoshimo/vrs) [comments] (https://www.reddit.com/r/programming/comments/1kxmdvq/a_personal_software_runtime_inspired_by_emacs/)

Читать полностью…

Reddit Programming

The death of uBlock Origin in Chrome: Manifest V2 will be deprecated next month
https://www.reddit.com/r/programming/comments/1kxnafy/the_death_of_ublock_origin_in_chrome_manifest_v2/

submitted by /u/rodrigocfd (https://www.reddit.com/user/rodrigocfd)
[link] (https://developer.chrome.com/docs/extensions/develop/migrate/mv2-deprecation-timeline) [comments] (https://www.reddit.com/r/programming/comments/1kxnafy/the_death_of_ublock_origin_in_chrome_manifest_v2/)

Читать полностью…

Reddit Programming

Residuality Theory: A Rebellious Take on Building Systems That Actually Survive
https://www.reddit.com/r/programming/comments/1kxlist/residuality_theory_a_rebellious_take_on_building/

submitted by /u/Adventurous-Salt8514 (https://www.reddit.com/user/Adventurous-Salt8514)
[link] (https://www.architecture-weekly.com/p/residuality-theory-a-rebellious-take) [comments] (https://www.reddit.com/r/programming/comments/1kxlist/residuality_theory_a_rebellious_take_on_building/)

Читать полностью…

Reddit Programming

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/)

Читать полностью…

Reddit Programming

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/)

Читать полностью…

Reddit Programming

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&amp;utm_medium=paid_social&amp;utm_campaign=conversions&amp;utm_term=spark_webinar) [comments] (https://www.reddit.com/r/programming/comments/1kzr5im/a_new_june_webinar_about_spark_from_adacore/)

Читать полностью…

Reddit Programming

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/)

Читать полностью…

Reddit Programming

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/)

Читать полностью…

Reddit Programming

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/)

Читать полностью…

Reddit Programming

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/)

Читать полностью…

Reddit Programming

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/)

Читать полностью…

Reddit Programming

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/)

Читать полностью…

Reddit Programming

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/)

Читать полностью…

Reddit Programming

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/)

Читать полностью…

Reddit Programming

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/)

Читать полностью…

Reddit Programming

Beware of fast-math
https://www.reddit.com/r/programming/comments/1kxo98l/beware_of_fastmath/

submitted by /u/notfancy (https://www.reddit.com/user/notfancy)
[link] (https://simonbyrne.github.io/notes/fastmath/) [comments] (https://www.reddit.com/r/programming/comments/1kxo98l/beware_of_fastmath/)

Читать полностью…

Reddit Programming

New algorithm beats Dijkstra's time for shortest paths in directed graphs
https://www.reddit.com/r/programming/comments/1kxedmp/new_algorithm_beats_dijkstras_time_for_shortest/

submitted by /u/RogueCookie9586 (https://www.reddit.com/user/RogueCookie9586)
[link] (https://arxiv.org/abs/2504.17033) [comments] (https://www.reddit.com/r/programming/comments/1kxedmp/new_algorithm_beats_dijkstras_time_for_shortest/)

Читать полностью…

Reddit Programming

CheerpJ 4.1: Java in the browser, now supporting Java 17 (preview)
https://www.reddit.com/r/programming/comments/1kxchpn/cheerpj_41_java_in_the_browser_now_supporting/

submitted by /u/alexp_lt (https://www.reddit.com/user/alexp_lt)
[link] (https://labs.leaningtech.com/blog/cheerpj-4.1) [comments] (https://www.reddit.com/r/programming/comments/1kxchpn/cheerpj_41_java_in_the_browser_now_supporting/)

Читать полностью…
Subscribe to a channel