Application Monitoring in Java with New Relic (Free Setup)
https://www.reddit.com/r/programming/comments/1ogp9gd/application_monitoring_in_java_with_new_relic/
submitted by /u/integrationninjas (https://www.reddit.com/user/integrationninjas)
[link] (https://youtu.be/swpi7EVsVhc) [comments] (https://www.reddit.com/r/programming/comments/1ogp9gd/application_monitoring_in_java_with_new_relic/)
https://www.reddit.com/r/programming/comments/1ogp9gd/application_monitoring_in_java_with_new_relic/
submitted by /u/integrationninjas (https://www.reddit.com/user/integrationninjas)
[link] (https://youtu.be/swpi7EVsVhc) [comments] (https://www.reddit.com/r/programming/comments/1ogp9gd/application_monitoring_in_java_with_new_relic/)
Lists are Geometric Series
https://www.reddit.com/r/programming/comments/1ogpqoh/lists_are_geometric_series/
submitted by /u/SnooLobsters2755 (https://www.reddit.com/user/SnooLobsters2755)
[link] (https://iacgm.com/articles/adts/) [comments] (https://www.reddit.com/r/programming/comments/1ogpqoh/lists_are_geometric_series/)
https://www.reddit.com/r/programming/comments/1ogpqoh/lists_are_geometric_series/
submitted by /u/SnooLobsters2755 (https://www.reddit.com/user/SnooLobsters2755)
[link] (https://iacgm.com/articles/adts/) [comments] (https://www.reddit.com/r/programming/comments/1ogpqoh/lists_are_geometric_series/)
GlobalCVE — Unified CVE Feed for Developers & Security Tools
https://www.reddit.com/r/programming/comments/1oh4ge4/globalcve_unified_cve_feed_for_developers/
<!-- SC_OFF -->For devs building or maintaining security-aware software, GlobalCVE.xyz aggregates CVE data from multiple global sources (NVD, MITRE, CNNVD, etc.) into one clean feed. It’s open-source GitHub.com/GlobalCVE , API-ready, and designed to make vulnerability tracking less fragmented. Useful if you’re integrating CVE checks into CI/CD, writing scanners, or just want better visibility. <!-- SC_ON --> submitted by /u/reallylonguserthing (https://www.reddit.com/user/reallylonguserthing)
[link] (http://globalcve.xyz/) [comments] (https://www.reddit.com/r/programming/comments/1oh4ge4/globalcve_unified_cve_feed_for_developers/)
https://www.reddit.com/r/programming/comments/1oh4ge4/globalcve_unified_cve_feed_for_developers/
<!-- SC_OFF -->For devs building or maintaining security-aware software, GlobalCVE.xyz aggregates CVE data from multiple global sources (NVD, MITRE, CNNVD, etc.) into one clean feed. It’s open-source GitHub.com/GlobalCVE , API-ready, and designed to make vulnerability tracking less fragmented. Useful if you’re integrating CVE checks into CI/CD, writing scanners, or just want better visibility. <!-- SC_ON --> submitted by /u/reallylonguserthing (https://www.reddit.com/user/reallylonguserthing)
[link] (http://globalcve.xyz/) [comments] (https://www.reddit.com/r/programming/comments/1oh4ge4/globalcve_unified_cve_feed_for_developers/)
OpenAI Atlas "Agent Mode" Just Made ARIA Tags the Most Important Thing on Your Roadmap
https://www.reddit.com/r/programming/comments/1oh8lug/openai_atlas_agent_mode_just_made_aria_tags_the/
<!-- SC_OFF -->I've been analyzing the new OpenAI Atlas browser, and most people are missing the biggest takeaway for developers. So I spent time digging into the technical architecture for an article I was writing, and the reality is way more complex. This isn't a browser; it's an agent platform. Article (https://medium.com/ai-advances/openai-atlas-beyond-the-browser-window-unpacking-agentic-web-ai-memories-the-future-of-7a1900fe0999?sk=f86d5cadb904bb8aae15458cfcc71e72) The two things that matter are: "Browser Memories": It's an optional-in feature that builds a personal, queryable knowledge graph of what you see. You can ask it, "Find that article I read last week about Python and summarize the main point." It's a persistent, long-term memory for your AI. "Agent Mode": This is the part that's both amazing and terrifying. It's an AI that can actually click buttons and fill out forms on your behalf. It's not a dumb script; it's using the LLM to understand the page's intent. The crazy part is the security. OpenAI openly admits this is vulnerable to "indirect prompt injection" (i.e., a malicious prompt hidden on a webpage that your agent reads). We all know about "Agent Mode" the feature that lets the AI autonomously navigate websites, fill forms, and click buttons. But how does it know what to click? It's not just using brittle selectors. It's using the LLM to semantically understand the DOM. And the single best way to give it unambiguous instructions? ARIA tags. That you styled to look like a button? The agent might get confused. But a ? That's a direct, machine-readable instruction. Accessibility has always been important, but I'd argue it's now mission-critical for "Agent-SEO." We're about to see a whole new discipline of optimizing sites for AI agents, and it starts with proper semantic HTML and ARIA. I wrote a deeper guide on this, including the massive security flaw (indirect prompt injection) that this all introduces. If you build for the web, this is going to affect you. link (https://medium.com/ai-advances/openai-atlas-beyond-the-browser-window-unpacking-agentic-web-ai-memories-the-future-of-7a1900fe0999?sk=f86d5cadb904bb8aae15458cfcc71e72) <!-- SC_ON --> submitted by /u/Paper-Superb (https://www.reddit.com/user/Paper-Superb)
[link] (https://medium.com/ai-advances/openai-atlas-beyond-the-browser-window-unpacking-agentic-web-ai-memories-the-future-of-7a1900fe0999?sk=f86d5cadb904bb8aae15458cfcc71e72) [comments] (https://www.reddit.com/r/programming/comments/1oh8lug/openai_atlas_agent_mode_just_made_aria_tags_the/)
https://www.reddit.com/r/programming/comments/1oh8lug/openai_atlas_agent_mode_just_made_aria_tags_the/
<!-- SC_OFF -->I've been analyzing the new OpenAI Atlas browser, and most people are missing the biggest takeaway for developers. So I spent time digging into the technical architecture for an article I was writing, and the reality is way more complex. This isn't a browser; it's an agent platform. Article (https://medium.com/ai-advances/openai-atlas-beyond-the-browser-window-unpacking-agentic-web-ai-memories-the-future-of-7a1900fe0999?sk=f86d5cadb904bb8aae15458cfcc71e72) The two things that matter are: "Browser Memories": It's an optional-in feature that builds a personal, queryable knowledge graph of what you see. You can ask it, "Find that article I read last week about Python and summarize the main point." It's a persistent, long-term memory for your AI. "Agent Mode": This is the part that's both amazing and terrifying. It's an AI that can actually click buttons and fill out forms on your behalf. It's not a dumb script; it's using the LLM to understand the page's intent. The crazy part is the security. OpenAI openly admits this is vulnerable to "indirect prompt injection" (i.e., a malicious prompt hidden on a webpage that your agent reads). We all know about "Agent Mode" the feature that lets the AI autonomously navigate websites, fill forms, and click buttons. But how does it know what to click? It's not just using brittle selectors. It's using the LLM to semantically understand the DOM. And the single best way to give it unambiguous instructions? ARIA tags. That you styled to look like a button? The agent might get confused. But a ? That's a direct, machine-readable instruction. Accessibility has always been important, but I'd argue it's now mission-critical for "Agent-SEO." We're about to see a whole new discipline of optimizing sites for AI agents, and it starts with proper semantic HTML and ARIA. I wrote a deeper guide on this, including the massive security flaw (indirect prompt injection) that this all introduces. If you build for the web, this is going to affect you. link (https://medium.com/ai-advances/openai-atlas-beyond-the-browser-window-unpacking-agentic-web-ai-memories-the-future-of-7a1900fe0999?sk=f86d5cadb904bb8aae15458cfcc71e72) <!-- SC_ON --> submitted by /u/Paper-Superb (https://www.reddit.com/user/Paper-Superb)
[link] (https://medium.com/ai-advances/openai-atlas-beyond-the-browser-window-unpacking-agentic-web-ai-memories-the-future-of-7a1900fe0999?sk=f86d5cadb904bb8aae15458cfcc71e72) [comments] (https://www.reddit.com/r/programming/comments/1oh8lug/openai_atlas_agent_mode_just_made_aria_tags_the/)
Extremely fast data compression library
https://www.reddit.com/r/programming/comments/1oha4zd/extremely_fast_data_compression_library/
<!-- SC_OFF -->I needed a compression library for fast in-memory compression, but none were fast enough. So I had to create my own: memlz It beats LZ4 in both compression and decompression speed by multiple times, but of course trades for worse compression ratio. <!-- SC_ON --> submitted by /u/South_Acadia_6368 (https://www.reddit.com/user/South_Acadia_6368)
[link] (https://github.com/rrrlasse/memlz) [comments] (https://www.reddit.com/r/programming/comments/1oha4zd/extremely_fast_data_compression_library/)
https://www.reddit.com/r/programming/comments/1oha4zd/extremely_fast_data_compression_library/
<!-- SC_OFF -->I needed a compression library for fast in-memory compression, but none were fast enough. So I had to create my own: memlz It beats LZ4 in both compression and decompression speed by multiple times, but of course trades for worse compression ratio. <!-- SC_ON --> submitted by /u/South_Acadia_6368 (https://www.reddit.com/user/South_Acadia_6368)
[link] (https://github.com/rrrlasse/memlz) [comments] (https://www.reddit.com/r/programming/comments/1oha4zd/extremely_fast_data_compression_library/)
Your data, their rules: The growing risks of hosting EU data in the US cloud
https://www.reddit.com/r/programming/comments/1ohapof/your_data_their_rules_the_growing_risks_of/
submitted by /u/danielrothmann (https://www.reddit.com/user/danielrothmann)
[link] (https://blog.42futures.com/p/your-data-their-rules) [comments] (https://www.reddit.com/r/programming/comments/1ohapof/your_data_their_rules_the_growing_risks_of/)
https://www.reddit.com/r/programming/comments/1ohapof/your_data_their_rules_the_growing_risks_of/
submitted by /u/danielrothmann (https://www.reddit.com/user/danielrothmann)
[link] (https://blog.42futures.com/p/your-data-their-rules) [comments] (https://www.reddit.com/r/programming/comments/1ohapof/your_data_their_rules_the_growing_risks_of/)
AI can code, but it can't build software
https://www.reddit.com/r/programming/comments/1ohf259/ai_can_code_but_it_cant_build_software/
submitted by /u/Acrobatic-Fly-7324 (https://www.reddit.com/user/Acrobatic-Fly-7324)
[link] (https://bytesauna.com/post/coding-vs-software-engineering) [comments] (https://www.reddit.com/r/programming/comments/1ohf259/ai_can_code_but_it_cant_build_software/)
https://www.reddit.com/r/programming/comments/1ohf259/ai_can_code_but_it_cant_build_software/
submitted by /u/Acrobatic-Fly-7324 (https://www.reddit.com/user/Acrobatic-Fly-7324)
[link] (https://bytesauna.com/post/coding-vs-software-engineering) [comments] (https://www.reddit.com/r/programming/comments/1ohf259/ai_can_code_but_it_cant_build_software/)
The Python Software Foundation has withdrawn $1.5 million proposal to US government grant program
https://www.reddit.com/r/programming/comments/1ohgzl9/the_python_software_foundation_has_withdrawn_15/
submitted by /u/N911999 (https://www.reddit.com/user/N911999)
[link] (https://pyfound.blogspot.com/2025/10/NSF-funding-statement.html) [comments] (https://www.reddit.com/r/programming/comments/1ohgzl9/the_python_software_foundation_has_withdrawn_15/)
https://www.reddit.com/r/programming/comments/1ohgzl9/the_python_software_foundation_has_withdrawn_15/
submitted by /u/N911999 (https://www.reddit.com/user/N911999)
[link] (https://pyfound.blogspot.com/2025/10/NSF-funding-statement.html) [comments] (https://www.reddit.com/r/programming/comments/1ohgzl9/the_python_software_foundation_has_withdrawn_15/)
The Impossible Optimization, and the Metaprogramming To Achieve It
https://www.reddit.com/r/programming/comments/1ohh2xu/the_impossible_optimization_and_the/
submitted by /u/verdagon (https://www.reddit.com/user/verdagon)
[link] (https://verdagon.dev/blog/impossible-optimization) [comments] (https://www.reddit.com/r/programming/comments/1ohh2xu/the_impossible_optimization_and_the/)
https://www.reddit.com/r/programming/comments/1ohh2xu/the_impossible_optimization_and_the/
submitted by /u/verdagon (https://www.reddit.com/user/verdagon)
[link] (https://verdagon.dev/blog/impossible-optimization) [comments] (https://www.reddit.com/r/programming/comments/1ohh2xu/the_impossible_optimization_and_the/)
The Great Stay — Here’s the New Reality for Tech Workers
https://www.reddit.com/r/programming/comments/1ohifyi/the_great_stay_heres_the_new_reality_for_tech/
submitted by /u/KitchenTaste7229 (https://www.reddit.com/user/KitchenTaste7229)
[link] (https://www.interviewquery.com/p/the-great-stay-tech-workers-ai-fear) [comments] (https://www.reddit.com/r/programming/comments/1ohifyi/the_great_stay_heres_the_new_reality_for_tech/)
https://www.reddit.com/r/programming/comments/1ohifyi/the_great_stay_heres_the_new_reality_for_tech/
submitted by /u/KitchenTaste7229 (https://www.reddit.com/user/KitchenTaste7229)
[link] (https://www.interviewquery.com/p/the-great-stay-tech-workers-ai-fear) [comments] (https://www.reddit.com/r/programming/comments/1ohifyi/the_great_stay_heres_the_new_reality_for_tech/)
The Terrible Technical Architecture of my First Startup
https://www.reddit.com/r/programming/comments/1ohkm2m/the_terrible_technical_architecture_of_my_first/
submitted by /u/jacobs-tech-tavern (https://www.reddit.com/user/jacobs-tech-tavern)
[link] (https://blog.jacobstechtavern.com/p/my-terrible-startup-architecture) [comments] (https://www.reddit.com/r/programming/comments/1ohkm2m/the_terrible_technical_architecture_of_my_first/)
https://www.reddit.com/r/programming/comments/1ohkm2m/the_terrible_technical_architecture_of_my_first/
submitted by /u/jacobs-tech-tavern (https://www.reddit.com/user/jacobs-tech-tavern)
[link] (https://blog.jacobstechtavern.com/p/my-terrible-startup-architecture) [comments] (https://www.reddit.com/r/programming/comments/1ohkm2m/the_terrible_technical_architecture_of_my_first/)
I Built the Same App 10 Times: Evaluating Frameworks for Mobile Performance
https://www.reddit.com/r/programming/comments/1ohn634/i_built_the_same_app_10_times_evaluating/
submitted by /u/lorenseanstewart (https://www.reddit.com/user/lorenseanstewart)
[link] (https://www.lorenstew.art/blog/10-kanban-boards) [comments] (https://www.reddit.com/r/programming/comments/1ohn634/i_built_the_same_app_10_times_evaluating/)
https://www.reddit.com/r/programming/comments/1ohn634/i_built_the_same_app_10_times_evaluating/
submitted by /u/lorenseanstewart (https://www.reddit.com/user/lorenseanstewart)
[link] (https://www.lorenstew.art/blog/10-kanban-boards) [comments] (https://www.reddit.com/r/programming/comments/1ohn634/i_built_the_same_app_10_times_evaluating/)
No bug policy
https://www.reddit.com/r/programming/comments/1ohqf61/no_bug_policy/
submitted by /u/_Krayorn_ (https://www.reddit.com/user/_Krayorn_)
[link] (https://www.krayorn.com/posts/no_bug_policy/) [comments] (https://www.reddit.com/r/programming/comments/1ohqf61/no_bug_policy/)
https://www.reddit.com/r/programming/comments/1ohqf61/no_bug_policy/
submitted by /u/_Krayorn_ (https://www.reddit.com/user/_Krayorn_)
[link] (https://www.krayorn.com/posts/no_bug_policy/) [comments] (https://www.reddit.com/r/programming/comments/1ohqf61/no_bug_policy/)
Strategies for scaling PostgreSQL (vertical scaling, horizontal scaling, and other high-availability strategies)
https://www.reddit.com/r/programming/comments/1ohvlhi/strategies_for_scaling_postgresql_vertical/
submitted by /u/pgEdge_Postgres (https://www.reddit.com/user/pgEdge_Postgres)
[link] (https://www.pgedge.com/blog/scaling-postgres) [comments] (https://www.reddit.com/r/programming/comments/1ohvlhi/strategies_for_scaling_postgresql_vertical/)
https://www.reddit.com/r/programming/comments/1ohvlhi/strategies_for_scaling_postgresql_vertical/
submitted by /u/pgEdge_Postgres (https://www.reddit.com/user/pgEdge_Postgres)
[link] (https://www.pgedge.com/blog/scaling-postgres) [comments] (https://www.reddit.com/r/programming/comments/1ohvlhi/strategies_for_scaling_postgresql_vertical/)
Java has released a new early access JDK build that includes Value Classes!
https://www.reddit.com/r/programming/comments/1ohzz8u/java_has_released_a_new_early_access_jdk_build/
submitted by /u/davidalayachew (https://www.reddit.com/user/davidalayachew)
[link] (https://inside.java/2025/10/27/try-jep-401-value-classes/) [comments] (https://www.reddit.com/r/programming/comments/1ohzz8u/java_has_released_a_new_early_access_jdk_build/)
https://www.reddit.com/r/programming/comments/1ohzz8u/java_has_released_a_new_early_access_jdk_build/
submitted by /u/davidalayachew (https://www.reddit.com/user/davidalayachew)
[link] (https://inside.java/2025/10/27/try-jep-401-value-classes/) [comments] (https://www.reddit.com/r/programming/comments/1ohzz8u/java_has_released_a_new_early_access_jdk_build/)
How to test and replace any missing translations with i18next
https://www.reddit.com/r/programming/comments/1oi5f42/how_to_test_and_replace_any_missing_translations/
<!-- SC_OFF -->I recently found a really practical way to detect and fill missing translations when working with i18next and honestly, it saves a ton of time when you have dozens of JSON files to maintain. Step 1 — Test for missing translations You can now automatically check if you’re missing any keys in your localization files. It works with your CLI, CI/CD pipelines, or even your Jest/Vitest test suite. Example: npx intlayer test:i18next It scans your codebase, compares it to your JSON files, and outputs which keys are missing or unused. Super handy before deploying or merging a PR. Step 2 — Automatically fill missing translations You can choose your AI provider (ChatGPT, Claude, DeepSeek, or Mistral) and use your own API key to auto-fill missing entries. Only the missing strings get translated, your existing ones stay untouched. Example: npx intlayer translate:i18next --provider=chatgpt It will generate translations for missing keys in all your locales. Step 3 — Integrate in CI/CD You can plug it into your CI to make sure no new missing keys are introduced: npx intlayer test:i18next --ci If missing translations are found, it can fail the pipeline or just log warnings depending on your config. Bonus: Detect JSON changes via Git There’s even a (WIP) feature that detects which lines changed in your translation JSON using git diff, so it only re-translates what was modified. If you’re using Next.js Here’s a guide that explains how to set it up with next-i18next (based on i18next under the hood): 👉 https://intlayer.org/fr/blog/intlayer-with-next-i18next TL;DR Test missing translations automatically Auto-fill missing JSON entries using AI Integrate with CI/CDWorks with i18next <!-- SC_ON --> submitted by /u/AdmirableJackfruit59 (https://www.reddit.com/user/AdmirableJackfruit59)
[link] (https://intlayer.org/fr/blog/intlayer-with-next-i18next) [comments] (https://www.reddit.com/r/programming/comments/1oi5f42/how_to_test_and_replace_any_missing_translations/)
https://www.reddit.com/r/programming/comments/1oi5f42/how_to_test_and_replace_any_missing_translations/
<!-- SC_OFF -->I recently found a really practical way to detect and fill missing translations when working with i18next and honestly, it saves a ton of time when you have dozens of JSON files to maintain. Step 1 — Test for missing translations You can now automatically check if you’re missing any keys in your localization files. It works with your CLI, CI/CD pipelines, or even your Jest/Vitest test suite. Example: npx intlayer test:i18next It scans your codebase, compares it to your JSON files, and outputs which keys are missing or unused. Super handy before deploying or merging a PR. Step 2 — Automatically fill missing translations You can choose your AI provider (ChatGPT, Claude, DeepSeek, or Mistral) and use your own API key to auto-fill missing entries. Only the missing strings get translated, your existing ones stay untouched. Example: npx intlayer translate:i18next --provider=chatgpt It will generate translations for missing keys in all your locales. Step 3 — Integrate in CI/CD You can plug it into your CI to make sure no new missing keys are introduced: npx intlayer test:i18next --ci If missing translations are found, it can fail the pipeline or just log warnings depending on your config. Bonus: Detect JSON changes via Git There’s even a (WIP) feature that detects which lines changed in your translation JSON using git diff, so it only re-translates what was modified. If you’re using Next.js Here’s a guide that explains how to set it up with next-i18next (based on i18next under the hood): 👉 https://intlayer.org/fr/blog/intlayer-with-next-i18next TL;DR Test missing translations automatically Auto-fill missing JSON entries using AI Integrate with CI/CDWorks with i18next <!-- SC_ON --> submitted by /u/AdmirableJackfruit59 (https://www.reddit.com/user/AdmirableJackfruit59)
[link] (https://intlayer.org/fr/blog/intlayer-with-next-i18next) [comments] (https://www.reddit.com/r/programming/comments/1oi5f42/how_to_test_and_replace_any_missing_translations/)
JSON Query - a small, flexible, and expandable JSON query language
https://www.reddit.com/r/programming/comments/1oi5kjt/json_query_a_small_flexible_and_expandable_json/
submitted by /u/BrewedDoritos (https://www.reddit.com/user/BrewedDoritos)
[link] (https://jsonquerylang.org/) [comments] (https://www.reddit.com/r/programming/comments/1oi5kjt/json_query_a_small_flexible_and_expandable_json/)
https://www.reddit.com/r/programming/comments/1oi5kjt/json_query_a_small_flexible_and_expandable_json/
submitted by /u/BrewedDoritos (https://www.reddit.com/user/BrewedDoritos)
[link] (https://jsonquerylang.org/) [comments] (https://www.reddit.com/r/programming/comments/1oi5kjt/json_query_a_small_flexible_and_expandable_json/)
Faster Database Queries: Practical Techniques
https://www.reddit.com/r/programming/comments/1oi99yw/faster_database_queries_practical_techniques/
<!-- SC_OFF -->Published a new write-up on Medium, If you work on highly available & scalable systems, you might find it useful <!-- SC_ON --> submitted by /u/Trust_Me_Bro_4sure (https://www.reddit.com/user/Trust_Me_Bro_4sure)
[link] (https://kapillamba4.medium.com/faster-database-queries-practical-techniques-074ba9afdaa3) [comments] (https://www.reddit.com/r/programming/comments/1oi99yw/faster_database_queries_practical_techniques/)
https://www.reddit.com/r/programming/comments/1oi99yw/faster_database_queries_practical_techniques/
<!-- SC_OFF -->Published a new write-up on Medium, If you work on highly available & scalable systems, you might find it useful <!-- SC_ON --> submitted by /u/Trust_Me_Bro_4sure (https://www.reddit.com/user/Trust_Me_Bro_4sure)
[link] (https://kapillamba4.medium.com/faster-database-queries-practical-techniques-074ba9afdaa3) [comments] (https://www.reddit.com/r/programming/comments/1oi99yw/faster_database_queries_practical_techniques/)
Anthony of Boston’s Armaaruss Detection: A Novel Approach to Real-Time Object Detection
https://www.reddit.com/r/programming/comments/1oi9ak9/anthony_of_bostons_armaaruss_detection_a_novel/
submitted by /u/thedowcast (https://www.reddit.com/user/thedowcast)
[link] (https://anthonyofboston.substack.com/p/anthony-of-bostons-armaaruss-detection) [comments] (https://www.reddit.com/r/programming/comments/1oi9ak9/anthony_of_bostons_armaaruss_detection_a_novel/)
https://www.reddit.com/r/programming/comments/1oi9ak9/anthony_of_bostons_armaaruss_detection_a_novel/
submitted by /u/thedowcast (https://www.reddit.com/user/thedowcast)
[link] (https://anthonyofboston.substack.com/p/anthony-of-bostons-armaaruss-detection) [comments] (https://www.reddit.com/r/programming/comments/1oi9ak9/anthony_of_bostons_armaaruss_detection_a_novel/)
Lessons from scaling live events at Patreon: modeling traffic, tuning performance, and coordinating teams
https://www.reddit.com/r/programming/comments/1oicq3e/lessons_from_scaling_live_events_at_patreon/
<!-- SC_OFF -->At Patreon, we recently scaled our platform to handle tens of thousands of fans joining live events at once. By modeling real user arrivals, tuning performance, and aligning across teams, we cut web load times by 57% and halved iOS startup requests. Here’s how we did it and what we learned about scaling real-time systems under bursty load:
https://www.patreon.com/posts/from-thundering-141679975 What are some surprising lessons you’ve learned from scaling a platform you've worked on? <!-- SC_ON --> submitted by /u/patreon-eng (https://www.reddit.com/user/patreon-eng)
[link] (https://www.patreon.com/posts/from-thundering-141679975) [comments] (https://www.reddit.com/r/programming/comments/1oicq3e/lessons_from_scaling_live_events_at_patreon/)
https://www.reddit.com/r/programming/comments/1oicq3e/lessons_from_scaling_live_events_at_patreon/
<!-- SC_OFF -->At Patreon, we recently scaled our platform to handle tens of thousands of fans joining live events at once. By modeling real user arrivals, tuning performance, and aligning across teams, we cut web load times by 57% and halved iOS startup requests. Here’s how we did it and what we learned about scaling real-time systems under bursty load:
https://www.patreon.com/posts/from-thundering-141679975 What are some surprising lessons you’ve learned from scaling a platform you've worked on? <!-- SC_ON --> submitted by /u/patreon-eng (https://www.reddit.com/user/patreon-eng)
[link] (https://www.patreon.com/posts/from-thundering-141679975) [comments] (https://www.reddit.com/r/programming/comments/1oicq3e/lessons_from_scaling_live_events_at_patreon/)