Reddit Programming
206 subscribers
1.22K photos
123K links
I will send you newest post from subreddit /r/programming
Download Telegram
Root Cause of the June 12, 2025 Google Cloud Outage
https://www.reddit.com/r/programming/comments/1lb3jld/root_cause_of_the_june_12_2025_google_cloud_outage/

<!-- SC_OFF --> Summary: On May 29, 2025, a new Service Control feature was added for quota policy checks. This feature did not have appropriate error handling, nor was it feature flag protected. On June 12, 2025, a policy with unintended blank fields was inserted and replicated globally within seconds. The blank fields caused a null pointer which caused the binaries to go into a crash loop. <!-- SC_ON --> submitted by /u/w453y (https://www.reddit.com/user/w453y)
[link] (https://x.com/0xTib3rius/status/1933702904734429560?t=_lKvzp8aWtzgd3cpDmCMaA&s=19) [comments] (https://www.reddit.com/r/programming/comments/1lb3jld/root_cause_of_the_june_12_2025_google_cloud_outage/)
GPULlama3.java: Llama3.java with GPU support - Pure Java implementation of LLM inference with GPU support through TornadoVM APIs, runs on Nvidia, Apple SIicon, Intel H/W with support for Llama3 and Mistral models
https://www.reddit.com/r/programming/comments/1lb57vt/gpullama3java_llama3java_with_gpu_support_pure/

submitted by /u/mikebmx1 (https://www.reddit.com/user/mikebmx1)
[link] (https://github.com/beehive-lab/GPULlama3.java) [comments] (https://www.reddit.com/r/programming/comments/1lb57vt/gpullama3java_llama3java_with_gpu_support_pure/)
An Introduction to Monads in Dart: Building Unbreakable Code
https://www.reddit.com/r/programming/comments/1lbsolv/an_introduction_to_monads_in_dart_building/

<!-- SC_OFF -->Tired of null checks, try-catch blocks, and async/await complexity in your Dart code? Discover monads, a functional programming concept that can transform your code into clean, robust pipelines. In my new Medium article, "An Introduction to Monads in Dart: Building Unbreakable Code" I explore how monads handle null values, exceptions, and asynchronous operations effortlessly. Learn about: πŸ”Ή Some/None Monads: Eliminate null pointer errors with safe, type-safe optional values. πŸ”Ή Ok/Err Monads: Turn exceptions into predictable values, no try-catch needed. πŸ”Ή Async Monad: Simplify async programming with seamless success/failure handling. Using the df_safer_dart package, you can implement these monads easily. Check out real-world examples and start building unbreakable Dart code today! READ THE MEDIUM ARTICLE (https://medium.com/@dev-cetera/an-introduction-to-monads-in-dart-building-unbreakable-code-8909705a2451) <!-- SC_ON --> submitted by /u/dev-cetera (https://www.reddit.com/user/dev-cetera)
[link] (https://medium.com/@dev-cetera/an-introduction-to-monads-in-dart-building-unbreakable-code-8909705a2451) [comments] (https://www.reddit.com/r/programming/comments/1lbsolv/an_introduction_to_monads_in_dart_building/)
[Package Release] Progressive JSON Streamer for PHP β€” inspired by Dan Abramov’s Progressive JSON β†’ Laravel ready
https://www.reddit.com/r/programming/comments/1lbwi4g/package_release_progressive_json_streamer_for_php/

<!-- SC_OFF -->Hey everyone, I just released a small open-source package I built after watching Dan Abramov’s Progressive JSON video.
πŸ‘‰ youtube.com/watch/MaMQLNBZz64 (https://www.youtube.com/watch?v=MaMQLNBZz64&ab_channel=DanAbramov) The idea is to send a base JSON skeleton immediately, and stream placeholders progressively as your app resolves slower data (DB/API/etc).
β†’ Works great with React Suspense / Vue Suspense / dashboards / large APIs. βœ… Laravel ready β†’ works with response()->stream()
βœ… Vue / React friendly β†’ tested with simple JS client
βœ… Supports nested placeholders β†’ root.nested style
βœ… Breadth-first streaming (vs depth-first) GitHub repo:
πŸ‘‰ https://github.com/egyjs/progressive-json-php Would love to get your feedback β€” and especially curious if anyone sees other cool use cases inside Laravel apps. Happy to answer any questions β€” cheers πŸš€. <!-- SC_ON --> submitted by /u/Ok-Standard-5778 (https://www.reddit.com/user/Ok-Standard-5778)
[link] (https://github.com/egyjs/progressive-json-php) [comments] (https://www.reddit.com/r/programming/comments/1lbwi4g/package_release_progressive_json_streamer_for_php/)
Mintkit - Dynamic Framework that allows you to adjust content in a more customizable way.
https://www.reddit.com/r/programming/comments/1lc169a/mintkit_dynamic_framework_that_allows_you_to/

<!-- SC_OFF -->Mintkit is a comprehensive JavaScript framework designed to streamline web development by providing dynamic content management capabilities in a single, unified solution.
It simplifies the website creation process while maintaining flexibility and performance, allowing you to focus on creating innovative web applications. 🌐✨ Github Repository Peakk2011/Mintkit: Dynamic Framework that allows you to adjust content in a more customizable way. (https://github.com/Peakk2011/Mintkit) <!-- SC_ON --> submitted by /u/PracticalSource8942 (https://www.reddit.com/user/PracticalSource8942)
[link] (https://github.com/Peakk2011/Mintkit) [comments] (https://www.reddit.com/r/programming/comments/1lc169a/mintkit_dynamic_framework_that_allows_you_to/)
Help noob just wanting to host a game made by AI (Google AI Studio > GitHub Pages issue)
https://www.reddit.com/r/programming/comments/1lc1785/help_noob_just_wanting_to_host_a_game_made_by_ai/

<!-- SC_OFF -->I'm completely new to web dev and hosting. I made a browser game using Google AI Studio β€” it runs perfectly within the Google AI Studio platform. But when I export the project files and try to host the game on GitHub Pages, it just shows a blank page. The index.html loads (URL works), but nothing appears β€” no visuals, no content, no errors in the console either. From what I understand: The project is a basic HTML/JS/CSS structure The files are split into multiple scripts and folders (I told the AI to make like this because it works better in the Studio) It seems like Google AI Studio may be referencing things in a way that doesn’t translate well to static hosting Has anyone successfully exported a Google AI Studio project and hosted it on GitHub Pages? If someone can help me, thanks in advance. This is the repository : https://github.com/Piobox10/ovoclicker
This is the url: https://piobox10.github.io/ovoclicker/ <!-- SC_ON --> submitted by /u/Fantastic-Dare-9564 (https://www.reddit.com/user/Fantastic-Dare-9564)
[link] (https://github.com/Piobox10/ovoclicker) [comments] (https://www.reddit.com/r/programming/comments/1lc1785/help_noob_just_wanting_to_host_a_game_made_by_ai/)