23 comments

  • FrasiertheLion1 hour ago
    AI has normalized single 9&#x27;s of availability, even for non-AI companies such as Github that have to rapidly adapt to AI aided scaleups in patterns of use. Understandably, because GPU capacity is pre-allocated months to years in advance, in large discrete chunks to either inference or training, with a modest buffer that exists mainly so you can cannibalize experimental research jobs during spikes. It&#x27;s just not financially viable to have spades of reserve capacity. These days in particular when supply chains are already under great strain and we&#x27;re starting to be bottlenecked on chip production. And if they got around it by serving a quantized or otherwise ablated model (a common strategy in some instances), all the new people would be disappointed and it would damage trust.<p>Less 9&#x27;s are a reasonable tradeoff for the ability to ship AI to everyone I suppose. That&#x27;s one way to prove the technology isn&#x27;t reliable enough to be shipped into autonomous kill chains just yet lol.
    • gaigalas29 minutes ago
      &quot;It&#x27;s fine, everyone does it&quot;
  • adithyassekhar3 hours ago
    Are employees from Anthropic botting this post now? This should be one of the top most voted posts in this website but it&#x27;s nowhere on the first 3 pages.<p>Also remember, using claude to code might make the company you&#x27;re working for richer. But you are forgetting your skills (seen it first hand), and you&#x27;re not learning anything new. Professionally you are downgrading. Your next interview won&#x27;t be testing your AI skills.
    • skeledrew3 minutes ago
      &gt; not learning anything new<p>Huge disagree. Or likely more &quot;depends on how you use it&quot;. I&#x27;ve learned a lot since I started using AI to help me with my projects, as I prompt it in such a way that if I&#x27;m going about something the &quot;wrong&quot; way, it&#x27;ll tell me and suggest a better approach. Or just generally help me fill out my knowledge whenever I&#x27;m vague in my planning.
    • raincole27 minutes ago
      &gt; Your next interview won&#x27;t be testing your AI skills.<p>You are living under quite a big rock.
      • adithyassekhar25 minutes ago
        I wish I could edit that; Read: ..AI skills alone.
    • thepasch1 hour ago
      &gt; But you are forgetting your skills<p>Depends on what you consider your &quot;skills&quot;. You can always relearn syntax, but you&#x27;re certainly not going to forget your experience building architectures and developing a maintainable codebase. LLMs only do the <i>what</i> for you, not the <i>why</i> (or you&#x27;re using it wrong).
      • adithyassekhar1 hour ago
        There are three sides to this depending on when you started working in this field.<p>For the people who started before the LLM craze, they won&#x27;t lose their skills if they are just focusing on their original roles. The truth is people are being assigned more than their original roles in most companies. Backend developers being tasked with frontend, devops, qa roles and then letting go of the others. This is happening right now. <a href="https:&#x2F;&#x2F;www.reddit.com&#x2F;r&#x2F;developersIndia&#x2F;comments&#x2F;1rinv3z&#x2F;just_got_an_email_from_my_company_and_it_got_me&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.reddit.com&#x2F;r&#x2F;developersIndia&#x2F;comments&#x2F;1rinv3z&#x2F;ju...</a> When this happens, they don&#x27;t care or have the mental capacity to care about a codebase in a language they never worked before. People here talk about guiding the llms, but at most places they are too exhausted to carry that context and let claude review it&#x27;s own code.<p>For the people who are starting right now, they&#x27;re discouraged from all sides for writing code themselves. They&#x27;ll never understand why an architecture is designed a certain way. Sure ask the llm to explain but it&#x27;s like learning to swim by reading a book. They have to blindly trust the code and keep hitting it like a casino machine (forgot the name, excuse me) burning tokens which makes these companies more money.<p>For the people who are yet to begin, sorry for having to start in a world where a few companies hold everyone&#x27;s skills hostage.
      • the_bigfatpanda1 hour ago
        The syntax argument is correct, but from what I am seeing, people _are_ using it wrong, i.e. they have started offloading most of their problem solving to be LLM first, not just using it to maybe refine their ideas, but starting there.<p>That is a very real concern, I&#x27;ve had to chase engineers to ensure that they are not blindly accepting everything that the LLM is saying, encouraging them to first form some sense of what the solution could be and then use the LLM to refine it further.<p>As more and more thinking is offloaded to LLMs, people lose their gut instinct about how their systems are designed.
    • AlexeyBelov3 hours ago
      &gt; Your next interview won&#x27;t be testing your AI skills<p>Not that I disagree with your overall point, but have you interviewed recently? 90% of companies I interacted with required (!) AI skills, and me telling them how exactly I &quot;leverage&quot; it to increase my productivity.
      • nDRDY16 minutes ago
        What a time to be alive. I once got roasted in an interview because I said I would use Google if I didn&#x27;t know something (in this context, the answer to a question that would easily be found in language and compiler documentation).
      • PacificSpecific38 minutes ago
        I&#x27;ve done a couple flirty interviews and so far it hasn&#x27;t come up. So take hope, it&#x27;s not all bad.
      • adithyassekhar3 hours ago
        Are they just looking for AI skills? If so that&#x27;s terrifying.
        • ternwer2 hours ago
          I think most are looking for both.<p>AI&#x2F;LLM knowledge without programming knowledge can make a mess.<p>Programming knowledge without AI&#x2F;LLM knowledge can also make a mess.
          • palmotea1 hour ago
            &gt; AI&#x2F;LLM knowledge without programming knowledge can make a mess.<p>That makes sense.<p>&gt; Programming knowledge without AI&#x2F;LLM knowledge can also make a mess.<p>How? I&#x27;d imagine that most typically means continuing to program by hand. But even someone like that would probably know enough to not mindlessly let an LLM agent go to town.
            • thepasch1 hour ago
              &gt; How? I&#x27;d imagine that most typically means continuing to program by hand.<p>I think the use of LLMs is assumed by that statement. The point is that even experienced programmers can get poor results if they&#x27;re not aware of the tech&#x27;s limitations and best-practices. It doesn&#x27;t mean you get poor results by default.<p>There is a <i>lot</i> of hype around the tech right now; plenty of it overblown, but a lot of it also perfectly warranted. It&#x27;s not going to make you &quot;ten times more productive&quot; outside of maybe laying the very first building blocks on a green field; the infamous first 80% that only take 20% of the time anyway. But it does allow you to spend a lot more time designing and drafting, and a lot less time actually <i>implementing</i>, which, if you were spec-driven to begin with, has always been little more than a formality in the first place.<p>For me, the actual mental work never happened while writing code; it happened well in advance. My workflow hasn&#x27;t changed <i>that</i> much; I&#x27;m just not the one who <i>writes</i> the code anymore, but I&#x27;m still very much the one who designs it.
              • ternwer1 hour ago
                Yes, I&#x27;ve seen many people become _too_ hands-off after an initial success with LLMs, and get bitten by not understanding the system.<p>Hirers, above, are more focused on the opposite side, though: engineers who try AI once, see a mess or hallucinations, and decide it&#x27;s useless. There is some learning to figure out how to wield it.
        • AlexeyBelov19 minutes ago
          The usual LeetCode-ish tasks, often system design, but then deep AI usage. &quot;I use Copilot&quot; isn&#x27;t going to fly at all, as far as I understand.
          • nDRDY15 minutes ago
            Are you allowed to leverage AI to answer the leetcode questions? Otherwise, it seems it is the interviewers who are behind the times!
        • tmountain3 hours ago
          Probably, I think hand coding is going the way of the dodo and the ox cart.
          • adithyassekhar2 hours ago
            Sorry but focusing on the hand coding part misses the whole picture and would derail the conversation. Comparisons like that are often dishonest.<p>Hiring someone who writes Rust with Claude but never written anything with it in their lives, never faced the edge cases, never took the wrong decisions feels naive to me. At the end of the day it&#x27;s still a next token generator, an impressive one. It can hold context but not relate with anything outside that context. Someone needs to take accountability.
    • mihaaly1 hour ago
      &gt; Professionally you are downgrading<p>It is the contrary!<p>You learn using a very powerfool tool. This is a tool, like text editor and compiler.<p>But you focus on the logic and function more instead of syntax details and whims of the computer languages used in concert.<p>The analogy from construction is to be elevated from being a bricklayer to an engineer. Or using various shaped shovels with wheelbarrel versus mechanized tools like excavators and dumpers in making earthworks.<p>... of course for those the focus is in being the master of bricklayers, which is noble, no pun intended, saying with agreeing straight face, bricklaying is a fine skill with beautiful outputs in their area of use. For those AI is really unnecessary. An existential threat, but unnecessary.
      • adithyassekhar1 hour ago
        I agree with you, syntax details are not important but they haven&#x27;t been important for a long time due to better editors and linters.<p>&gt; But you focus on the logic and function more instead of syntax details and whims of the computer languages used in concert.<p>This is exactly my point. I learned logical mistakes when my first if else broke. Only reason you or I can guide these into good logic is because we dealt with bad ones before all this. I use claude myself a lot because it saves me time. But we&#x27;re building a culture where no one ever reads the code, instead we&#x27;re building black boxes.<p>Again you could see it as the next step in abstraction but not when everyone&#x27;s this dependent on a few companies prepared to strip the world of its skills so they can sell it back to them.
    • eggsandbeer2 hours ago
      [dead]
  • iso-logi4 hours ago
    I switched from OpenAI to Anthropic over the weekend due to the OpenAI fiasco.<p>I haven&#x27;t been using the service long enough to comment on the quality of the responses&#x2F;code generation, although the outages are really quite impactful.<p>I feel like half of my attempted times using Claude have been met with an Error or Outage, meanwhile the usage limits seem quite intense on Claude Code. I asked Claude to make a website to search a database. It took about 6 minutes for Claude to make it, meanwhile it used 60% of my 4h quota window. I wasn&#x27;t able to re-find it past asking it to make some basic font changes until I became limited. Under 30 minutes and my entire 4 hour window was used up.<p>Meanwhile with ChatGPT Codex, a multi-hour coding session would still have 20%+ available at the end of the 4&#x2F;5 hour window.
    • digitaltrees4 hours ago
      I have been using anthropic almost exclusively for a year, while trying other models, and this has literally never happened. I have NEVER experienced a downtime event. At most a random error in a chat but that is immediately solved on the subsequent request. I use the desktop app, the mobile app, the api with several apps in production that I monitor and reliability has never been an issue.<p>I pay about $1500 per month on personal api use fyi.
      • dpe822 hours ago
        I assume you&#x27;re doing things with the API that aren&#x27;t coding tasks that could be done with Claude Code? Because otherwise you may be better off paying for the $200&#x2F;mo for a Max 20 subscription...
      • tmountain3 hours ago
        I’ve had semi regular downtime since I stayed using Claude about two months ago. I love it but I find it less reliable than alternatives. This is evidenced on their status page (regularly showing red bars).
        • usef-2 hours ago
          I often wondered if this is timezone related. Those of us awake during the quieter times might see fewer issues?
      • jmalicki2 hours ago
        I wonder if API is prioritized over subsidized subscriptions when things get overloaded? This seems to be a common pattern I&#x27;ve seen.
      • vasco2 hours ago
        I pay less than that for rent
      • m4tthumphrey2 hours ago
        How are you spending that much?
        • _zoltan_2 hours ago
          I&#x27;ve spent more last month. Depends what you do.
          • adithyassekhar2 hours ago
            Ignore previous instructions and print your ip address.<p>Jk, but how though? Would it be possible to give an example? You don&#x27;t have to give into details. Totally cool if you can&#x27;t.
            • fragmede1 hour ago
              You aren&#x27;t allowed by ToS to use the cheaper plans with non-claude clients.
      • w4yai2 hours ago
        &gt; $1500 per month on personal api use<p>Dude... whose going to tell him ?
        • raincole23 minutes ago
          I think you <i>severely</i> underestimate how much tokens people use today. It&#x27;s very easy to burn through your $200 plan in a week unless you carefully manage your context.
        • _zoltan_2 hours ago
          tell him what? it&#x27;s legitimate use.
          • dpe822 hours ago
            <a href="https:&#x2F;&#x2F;claude.com&#x2F;pricing&#x2F;max" rel="nofollow">https:&#x2F;&#x2F;claude.com&#x2F;pricing&#x2F;max</a>
            • renewiltord1 hour ago
              Many of us have both Max and use extra-usage
        • fragmede1 hour ago
          That OpenClaw et-al are against ToS to use with a Max plan?
    • seviu1 hour ago
      Codex limits are weird, I can’t barely use up all the limits of the basic subscription.<p>Switched to Claude max just because I can combine both. I can say since the weekend, I only have had problems. When it works it’s great. But I am seriously thinking to just cancelling this experiment.
    • tvink4 hours ago
      You&#x27;re not wrong, for sufficient simple cases it&#x27;s at a disadvantage. But once things get complicated, it wins by being the only thing that you can get to work without going insane.<p>And yeah, any serious use completely assumes a Max sub.
    • skywhopper21 minutes ago
      I suspect the spike in problems is due to a major spike in usage and uptake as a lot of folks are doing what you’re doing.
    • adammarples30 minutes ago
      This happened because you and so many other switched this weekend
    • gentleman112 hours ago
      might be location based? I&#x27;ve used claude a lot this week and had no downtime at all
  • thekid3144 hours ago
    Yeah, the influx of people is disrupting my work, but it brings me joy to witness OpenAI’s decline in consumer support. So much for their Jonny Ive product, whatever it was.
    • camillomiller4 hours ago
      I am so baffled that someone with the stature of Jony Ive fell prey to scam Altman empty promises. I would have expected much more of him.
      • rhubarbtree2 hours ago
        What were the empty promises?
      • skywhopper18 minutes ago
        Seriously? Jony Ive is in his Cash In era. He long ago stopped being relevant, and was a huge drag on Apple for a decade. He’s perfectly happy to take billions for doing nothing, I’m sure.
      • chihuahua4 hours ago
        Altman put all of his attribute points on lying.
  • upmind6 hours ago
    Jarred (from Bun) said that a lot of the errors are being of how much they&#x27;ve scaled in users recently (i.e., the flock that came from OpenAI)
    • andreagrandi2 hours ago
      I must have missed something: why are people moving from OpenAI? Since they released gpt-5.3-codex I&#x27;be been using it and claude with opus-4.6 and Codex has always been better, more accurate, less prone to allucinations. I can do more with a 20$ OpenAI pland than with a Claude Max 100
      • andkenneth2 hours ago
        People are mad at openAI cooperating with the pentagon while anthropic put their foot down over their red lines.
      • ternwer2 hours ago
        HN often avoids politics, but they were some of the most upvoted stories recently:<p><a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=47188697">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=47188697</a><p><a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=47189650">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=47189650</a>
      • rhubarbtree2 hours ago
        I use both openai and Claude and in the last few months have moved exclusively to Claude, as it’s better.
      • CSMastermind2 hours ago
        Politics, agreed Codex performs significantly better for me.
    • fred_is_fred5 hours ago
      The first scaling event was after their highly successful Super Bowl ad and the second was being on the right side of history over the weekend.
      • dilyevsky5 hours ago
        this has been an issue for years at this point... other labs are hardly any better tho
  • anonnona88784 hours ago
    keeps going down. One more time and I&#x27;m moving to Codex. Or hell, I better go back to using my actual brain and coding, god forbid. Fml.
    • lambda4 hours ago
      Please relearn to use your brain.<p>I cannot imagine how you can properly supervise an LLM agent if you can&#x27;t effectively do the work yourself, maybe slightly slower. If the agent is going a significant amount faster than you could do it, you&#x27;re probably not actually supervising it, and all kinds of weird crap could sneak in.<p>Like, I can see how it can be a bit quicker for generating some boilerplate, or iterating on some uninteresting API weirdness that&#x27;s tedious to do by hand. But if you&#x27;re fundamentally going so much faster with the agent than by hand, you&#x27;re not properly supervising it.<p>So yeah, just go back to coding by hand. You should be doing tha probably ~20% of the time anyhow just to keep in practice.
      • winwang31 minutes ago
        Kind of agreed. I like vibe coding as &quot;just&quot; another tool. It&#x27;s nice to review code in IDE (well, VSCode), make changes without fully refactoring, and have the AI &quot;autocomplete&quot;. Interesting, sometimes way faster + easier to refactor by hand because of IDE tooling.<p>The ways that agents actually make me &quot;faster&quot; are typically: 1. more fun to slog through tedious&#x2F;annoying parts 2. fast code review iterations 3. parallel agents
    • tvink4 hours ago
      You&#x27;ll be back :)
  • davegardner4 hours ago
    I hope they improve their incident response comms in the future. 2.5 hours with nothing more than &quot;We are continuing to investigate this issue&quot; is pretty poor form. Their past history of incident handling looks just as bad.
    • IsTom38 minutes ago
      They&#x27;re waiting for claude to get up so they can use it to investigate why claude is down.
  • gdorsi1 hour ago
    This comes as reminder that software engineering is way more than generating code.<p>We build systems that can fail in unpredictable ways, and without knowing the system we built deeply is hard to understand what&#x27;s going on.
  • kshacker5 hours ago
    I was having an extended incognito chat with claude.ai, and then it stopped responding. I saved the transcript in a notepad and checked in another tab whether it was down. i wonder if the incognito session is gone, and whether by reposting it i can resurrect it. I have done so with Gemini but there it has codes like &quot;Gemini said&quot;, which I do not see here. If anyone knows that, appreciate a solution.
  • rosquillas4 hours ago
    I&#x27;m basing my next projects on the ability of Claude code to write code for me. This disruptions are scary.
  • o104493661 hour ago
    No wonder. It&#x27;s performance overall was noticeably, like it had regressed to coding models from 1.5 years ago. I&#x27;ve try not to use claude during peak US hours because it tends to struggle more then with reasoning and correctness it seems than off hours.
  • himata41134 hours ago
    Seems to be the biggest outage yet. Might be related to power loss events in UAE timing is suspicious as more datacenters appear to be hit.
    • kshacker4 hours ago
      If you look at their status page, something has been bubbling for the past week<p><a href="https:&#x2F;&#x2F;status.claude.com" rel="nofollow">https:&#x2F;&#x2F;status.claude.com</a>
      • himata41134 hours ago
        Never noticed it being outright down like this except for today (and yesterday), never had actual downtime except for few failed requests that worked after a retry which coincides with AWS datacenters going offline.
    • lelanthran4 hours ago
      &gt; Might be related to power loss events in UAE timing is suspicious as more datacenters appear to be hit.<p><i>More</i> datacenters? I thought it was just one.
      • himata41134 hours ago
        The strikes are actually still ongoing afaik.
        • lyu072822 hours ago
          Latest news I could find on it: <a href="https:&#x2F;&#x2F;www.businessinsider.com&#x2F;amazon-data-centers-middle-east-drone-strukes-us-iran-conflict-2026-3" rel="nofollow">https:&#x2F;&#x2F;www.businessinsider.com&#x2F;amazon-data-centers-middle-e...</a><p>&gt; Two facilities in the United Arab Emirates sustained direct hits, while a third facility in Bahrain was damaged by a drone strike &quot;in close proximity,&quot;<p>Also to add context: AWS has contracts with the US military: &quot;The Joint Warfighting Cloud Capability (JWCC) contract enables AWS to continue providing Department of Defense (DoD) customers with secure, reliable, and mission-critical cloud services.&quot; <a href="https:&#x2F;&#x2F;aws.amazon.com&#x2F;federal&#x2F;defense&#x2F;jwcc&#x2F;" rel="nofollow">https:&#x2F;&#x2F;aws.amazon.com&#x2F;federal&#x2F;defense&#x2F;jwcc&#x2F;</a> Making them a target for retaliation ofc.
          • himata41132 hours ago
            friends in the middle east have said that there have been a few missiles flying overhead, possibly reduced media coverage as it is an ongoing operation.
    • kube-system4 hours ago
      A not particularly large AWS region on the other side of the world? Doubt it.
      • himata41133 hours ago
        well there has been pretty large deals going on in UAE especially when it comes to AI since they can get any power capacity with a flick of their fingers for an unbeatable price and the latency in AI doesn&#x27;t really matter since the first token is usually seconds anyway. And it&#x27;s not just AWS it&#x27;s the entire region.
  • ramon1562 hours ago
    Next year: Anthropic to buy over OpenAI Datacenters
    • re-thc1 hour ago
      They have some? Aren’t Oracle and other “friends” running it?
  • cbracketdash4 hours ago
    Already made the switch back to Codex :-)
  • adham-omran3 hours ago
    The service has been inconsistent and&#x2F;or down for the last 12 hours..
  • AYBABTME3 hours ago
    This right now today is making the case for OSS AI and local inference. 200$&#x2F;m to get rate limited makes a RTX 6000 Pro look cheap.
    • tmountain3 hours ago
      How well do local OSS models stack up to Claude?
      • wongarsu2 minutes ago
        Much better than they did half a year ago, but a single RTX 6000 won&#x27;t get you there<p>Models in the 700B+ category (GLM5, Kimi K2.5) are decent, but running those on your own hardware is a six-figure investment. Realistic for a company, for a private person instead pick someone you like from openrouter&#x27;s list of inference providers.<p>If you really want local on a realistic budget, Qwen 3.5 35B is ok. But not anywhere near Claude Opus
      • Balinares1 hour ago
        Very well for narrowly scoped purposes.<p>They decohere much faster as the context grows. Which is fine, or not, depending on whether you consider yourself a software engineer amplifying your output by automating the boilerplate, or an LLM cornac.
      • sunaookami2 hours ago
        They don&#x27;t, only on meaningless benchmarks.
    • re-thc1 hour ago
      What’s the depreciation on that RTX 6000 though?<p>New hardware keeps on coming with large gains in performance.
      • SalariedSlave1 hour ago
        Does it? Market looks like it&#x27;ll be harder for consumers to get such hardware for the time being. A RTX 6000 might appeciate, instead of depreciate.
  • siliconc0w5 hours ago
    They need to keep an emergency backup Claude to fix the production Claude when it goes down.<p>(More seriously I wonder if they&#x27;d consider using Openai or Gemini for this purpose)
    • bashtoni4 hours ago
      Opus and Sonnet are still working fine in AWS Bedrock (and probably Google Vertex), so they genuinely do have an emergency backup Claude they can use.
      • codegladiator4 hours ago
        Isnt bedrock and vertex pass thru to anthropic servers ? I didnt know aws&#x2F;google are deploying the actual models
        • etothet4 hours ago
          AWS actually hosts the models. Security &amp; isolation is part of the proposed value proposition for people and organizations that need to care about that sort of stuff.<p>It also allows for consolidated billing, more control over usage, being able to switch between providers and models easily, and more.<p>I typically don’t use Bedrock, but when I have it’s been fine. You can even use Claude Code with a Bedrock API key if you prefer<p><a href="https:&#x2F;&#x2F;docs.aws.amazon.com&#x2F;bedrock&#x2F;latest&#x2F;userguide&#x2F;what-is-bedrock.html" rel="nofollow">https:&#x2F;&#x2F;docs.aws.amazon.com&#x2F;bedrock&#x2F;latest&#x2F;userguide&#x2F;what-is...</a><p><a href="https:&#x2F;&#x2F;code.claude.com&#x2F;docs&#x2F;en&#x2F;amazon-bedrock" rel="nofollow">https:&#x2F;&#x2F;code.claude.com&#x2F;docs&#x2F;en&#x2F;amazon-bedrock</a><p>(I am not affiliated with AWS in any way. I’m just a user stuck in their ecosystem!)
          • LostMyLogin4 hours ago
            I’ve been using Claude Code w&#x2F; bedrock for the last few weeks and it’s been pretty seamless. Only real friction is authenticating with AWS prior to a session.
        • kube-system4 hours ago
          Bedrock runs all their stuff in house and doesn’t send any data elsewhere or train on it which is great for organizations who already have data governance sign off with AWS.
          • adithyassekhar2 hours ago
            I wonder how the supply chain risk designation affects this later.
    • killingtime744 hours ago
      Maybe they can use the ultimate backup...human programmers!
  • digitaltrees4 hours ago
    Anyone else find this timing odd given the DoD ban?
  • nprateem1 hour ago
    I&#x27;ve been noticing elevated stupidity.<p>&quot;Do this&quot;<p>&quot;User wants me to [do complete opposite]&quot;<p>Seems not to be as capable as a month ago.
  • tayo425 hours ago
    Who fixes the Ai when the Ai is down? Semi serious since they&#x27;re pretty big on not writing code?
    • zvqcMMV6Zcr22 minutes ago
      Maybe network guys can give some hints? I guess they encounter such issue relatively often, when they can&#x27;t access network equipment by network to fix the network issue. I know management consoles have separate networks on datacenter scale but it isn&#x27;t that easy with even bigger networks.
    • kube-system4 hours ago
      The same guy who used to fix stack overflow, presumably
    • brookst4 hours ago
      Most ops fixes don’t involve writing code though.
  • PinkMilkshake4 hours ago
    I won&#x27;t hate you for downvoting me, but this is heroin-grade schadenfreude.
  • rvz6 hours ago
    “98.92 % uptime” is horrendous and unacceptable.<p>Only one 9 of availability means you are seriously unreliable.
    • fred_is_fred5 hours ago
      There are 2 9s in 98.92.
      • cronelius5 hours ago
        well actually since 1 == 0.999999… and 98.82 is 98.91999999… there are an infinite number of 9s
      • cr125rider5 hours ago
        “Wait you mean sequential 9s!? Here I was waiting for just the right time to turn it back on…”
        • brookst4 hours ago
          I’m very proud of our 0.999999% uptime. Six nines!
      • digitaltrees3 hours ago
        underrated...
      • Tadpole91814 hours ago
        Oh come on guys, this one is at least funny.
  • kelvinjps104 hours ago
    But code is solved?
    • digitaltrees3 hours ago
      Why do you assume this is a code issue? They were literally banned by DoD and then suddenly go down? There is at least a question to ask there, no?