Nothing works and everyone is euphoric

(ptrchm.com)

125 points | by pchm 3 hours ago ago

109 comments

  • frameset 2 hours ago

    > I opened Slack on macOS, the icon kept bouncing in the dock for a few seconds. I got impatient, switched to Ghostty, and started typing. Just then, the Slack window appeared, stole focus from Ghostty and the git pull command was sent to the group chat.

    One of my absolute favourite features on KDE Plasma with Wayland is the global setting to control what can steal focus. It works wonderfully, and I always miss it when I have to use my work mac or windows computers.

    See here for docs, under "Focus stealing prevention" - https://docs.kde.org/trunk_kf6/en/kwin/kcontrol/windowbehavi...

    • ndriscoll 4 minutes ago

      Yeah the obvious answer to software getting worse is to switch to FOSS. Use Linux/KDE. It's been great for a long time and only ever gets better. It's as if Windows 7 just continued to slowly iterate and add useful polish.

      NixOS has a longstanding issue where library loading (and therefore program start, particularly GUI programs that load a lot) is n^2, but programs still all start in ~1 second or less on my n100 minipc. I still found that to be annoying enough to look into why it seemed so slow (and learned about the loading issue). Can't imagine things taking so long that you actually switch to another task.

    • eviks an hour ago

      How would that global app ban help? You do want the application to steal focus when necessary. It's just in this case the user has made the decision to not wait for startup and switch to another app. Aggravating step - he was typing.

      Is this workflow part of the Kwin settings? It's not interrupting typing part of the settings?

      • jagged-chisel an hour ago

        Any app should be ready to accept focus. It should never steal focus. When I start an app, and wait for it to launch, I am attempting to give it focus. I can withdraw that intent at any time by doing something else (e.g. switching apps) and the launching app should finish launching and wait in the background.

        • eviks an hour ago

          Your specific example is just repeating what I've said, but your generic point is wrong: let's say you have an important task in an app with unavoidable interruptions, during which you switch to your browser to mindlessly scroll.

          You most likely want to return to the main task as soon as possible because that scrolling is just a time filler because you can't do anything productive. So you don't need any notification and extra action, just switch back asap and continue work with as little interruption as possible.

          But even in the specific example that depends entirely on what you're switching from and to and for what reason. If it's for something quick non-interactive (I don't know, switch to a file browser to check the file name or something), then yes, you'd prefer to seamlessly be switched back to the main app to do the thing you launched it for.

          But if it's not an important app, then yeah, you just want it to be ready for you and switch to it whenever you decide to avoid the launching delay later

          • piguin 29 minutes ago

            Your example is wrong because the people who write apps always think they are the important work that should steal focus. The user on the other hand knows how to give focus to what they want to use when they want to use it and doesn't benefit from nondeterministic behavior.

          • jamesnorden 37 minutes ago

            He's saying the setting exists and does what he wants, how can you say his example is "wrong"?

          • kajaktum 18 minutes ago

            I can count with 0 hands when this is useful. You can make a noise sure but never, ever, ever, ever pop up and interrupt me.

          • jagged-chisel 32 minutes ago

            Nope. I never want my front task just interrupted like that. Let's take your "check the filename or something" example, and while you're there, you realize you also need a new directory, so while you're typing the name, the other task steals focus and the character you're typing cancels the task - and now you have to start it again. This exact situation has happened so many times, and it's why focus stealing focus of any kind is a problem.

            I don't care how important the app's developers think their app is. It's my computer, it's my decision how "important" something is.

            • eviks 25 minutes ago

              > so while you're typing the name

              Let's take the real example I've made up (which is also a situation that happened many times to warrant an automated solution to limit distraction), not a totally different one you've made up because you can't point how the original fails withotu changing the conditions. Also, I've specifically mentioned typing as a different workfow/use case because that obviously requires different handling.

              • jagged-chisel 22 minutes ago

                Fine. I'm checking the files as you say, focus changes while I'm still checking, now I have to switch back to finish checking. No. Do not want.

                Also, no one else needs to be deciding how my "distractions need limiting" on my computer. I can handle that myself. Provide settings, an extension framework, whatever to allow people to manage their distractions, but don't force that on me and my device.

      • frameset an hour ago

        > How would that global app ban help? You do want the application to steal focus when necessary

        Maybe you do. I don't. With this setting we can both be hapopy.

        • eviks an hour ago

          We can't both be happy because the setting does nothing for me.

          • frameset an hour ago

            What? You can set it to let apps steal the focus you want. I can set it to not allow any apps to steal focus. How are we not both satisfied?

            • eviks 19 minutes ago

              That! I don't want apps to steal focus in some conditions. I can't set it like that because the settings are too primitive. Why would I be satisfied with a primitive binary toggle when I want workflow-dependent conditions?

            • waisbrot 18 minutes ago

              I want the setting to steal YOUR focus

    • anonzzzies an hour ago

      That is definitely needed. On Mac it is really infuriating how stuff (auto update etc) just take focus/pop up crap. I am literally never interested in it and am confused why I cannot just say [x] Force apps to mind their own business. We have f’ing notifications for this; why does it need a dialog window?

      • frameset an hour ago

        Maybe it's a hazy memory, but from 2007-2011 my main computer was a MacBook Pro. I swear in that era, when an app wanted attention it would bounce in the dock endlessly.

        That was annoying, but it let you finish doing what you were doing until you were ready to switch focus.

        • jagged-chisel an hour ago

          I think you’re right - macOS changed this behavior at some point.

    • prmoustache an hour ago

      I never understood the OSes/desktop environments that stole focus by default. So many secrets/credentials have been shared because of that. Just give me a blinking notification that the app/window is available in the notification/taskbar/appdock area ffs. Yes that is one more click/alt-tab but that is much better imho. At least ask for preference on first ever login.

  • fer 2 hours ago

    > I opened Slack on macOS, the icon kept bouncing in the dock for a few seconds. I got impatient, switched to Ghostty, and started typing. Just then, the Slack window appeared, stole focus from Ghostty and the git pull command was sent to the group chat.

    I still don't understand how a full focus stealability debounce is not the norm. If I am in the middle of writing, or interacting with one UI bit in any way, no other app should be able to steal focus, full stop. Add an annoying popup if you want, make angry computer noises, flash icons, I don't care. 99.9, if not 100% of the time, it's completely unrelated to what I'm doing and can absolutely wait. While some OSs have something along these lines, they also give the tools to bypass it (I'm looking at you, Cisco AnyConnect! Being connected after clicking on connect is not an emergency!)

    Imagine you're working in a terminal and an app decides to steal STDIN. Why do we accept that for a GUI?

    • varjag 2 hours ago

      You can't really debounce it easily due to how the OS event queue work across processes and windows. One fix could be to not bing the focus to newly open windows (like you could in X11) but that's not what users want.

      • prmoustache an hour ago

        > but that's not what users want.

        You don't know that until you ask users. That would be a much more useful question than those boring "tour guide on first login" or "please activate cortana/copilot" or "do you want to sync to onedrive" stuff one gets notified on some major desktops.

        My preference is focus follow mouse, no focus stealing on new window opening.

        • varjag an hour ago

          The users are trained on their exposure to behavior in Windows, MacOS and non-ancient Linux distros. Good luck changing the expectations of the world population. I believe the GIMP tried that for a few decades.

    • eviks an hour ago

      > annoying popup if you want, make angry computer noises, flash icons, I don't care.

      I do, this is also pretty bad. User focus is more valuable than that

  • fhd2 2 hours ago

    Right now, the majority of companies I interact with seems to look at their now (let's assume) increased capabilities, and turns up the speed. But there's other knobs to turn up instead. Robustness, quality, user experience.

    Optimistically, I think we might just enter a new phase at some point, where businesses make very conscious decisions about what to invest in to differentiate. Like, everyone has support bots now. Where do we invest, absolutely stunning human support? Or is support not that key and we should invest into being the most reliable? The most enjoyable to use?

    One can hope.

    • benfortuna an hour ago

      I think it's fair to say that AI amplifies our abilities, but it needs to be in the hands of people that know what they are doing.

      If developers are producing garbage to begin with, chances are they still produce garbage just at an accelerated rate.

      • spwa4 an hour ago

        But that defeats the whole point of AI, as far as business is concerned. You could describe most programming languages as working the same way and having the same limitation. If this is true, then AI will simply mean you'll have very highly paid AI experts (who know how to do X with AI) that you absolutely need to hire or your competition will run at 10x your speed.

    • kilroy123 2 hours ago

      Can confirm. I just had a nightmare experience with a company where the customer service sent very ChatGPT-like replies and seemed very unreasonable and AI like. I had to threaten legal action to get my money back.

      Bizarre experience.

    • cheschire 2 hours ago

      Bring back all the engineering rigor that people complained was too slow to keep up with VC-protected Silicon Valley competition.

      And bring back change & configuration management processes and documentation reviews. All the boring slow stuff.

      Except now make it part of your CI/CD pipeline.

    • brazzy 2 hours ago

      > Where do we invest, absolutely stunning human support?

      That's a complete non-starter unless you're serving some extreme luxury premium market with absurd margins, and/or your customer interactions already require a lot of human involvement. So 99.9% of digital products are right out.

      Good human support is absurdly expensive and will easily make your product 10 times more expensive than your competitor's. But almost no customer is willing to pay 10 times more for good support.

      • dgellow 2 hours ago

        I disagree. I’m biased but the customer eng/support team we created at stainless was really good and that was a key differentiator during sales calls and post-sales. It’s expensive if you see it as an afterthought and just an expense you would prefer to avoid, but we approached it as an enabler role, a multiplier of sort: ensure customers feel they engage with peers, provide guidance to the eng teams, enable salespeople to engage meaningfully with technical teams, etc. For like a year it was basically just me and an awesome colleague handling the whole thing full time. We took the very explicit decision to have it as a very technical role and designed a culture that sees it as essential to the business (because it was), and that worked really well IMHO.

        If you create a startup you really want to focus on a small audience that you understand and know really well, instead of chasing everyone. And for that a support team is one of the most important asset you have

      • rightbyte 2 hours ago

        I paid less for internet in the late 90s and had a good support to call. There is no way "absurd margins" are required.

      • compass_copium an hour ago

        Plenty of companies are willing to pick RHEL or paid Ubuntu for that very reason, even though they are infinity times more expensive than free Debian

      • fhd2 2 hours ago

        Apple has pretty stellar support in my experience, and while I don't buy Apple stuff for other reasons, this is a strong attractor. For B2B products/services, it can be a huge differeniator as well, in my experience. But it was really just an example, it might not be the call most companies make. Maybe most will still just invest in being faster or cutting costs. I just hope that's not how it's gonna be.

        • iLoveOncall 2 hours ago

          You gotta be joking. Apple has no support at all, and if you ever go into a shop at their "GeNiUs BaR" (after booking an appointment days in advance), you will get extremely poor service and incompetent support.

      • officialchicken 2 hours ago

        If your product MSRP goes up 10x because of a single OPEX line-item, the failure isn't the product, it's the business leaders.

      • Proofread0592 an hour ago

        Counterpoint: Take a look at consumer cellular. I would say it’s drastically cheaper than verizon, at&t, or t-mobile, but the customer support is better than all 3.

        • ungreased0675 an hour ago

          Ting also has (had?) excellent customer service. Call the 800 number and the first thing you hear is “hello” from an actual human who has the ability to help you. They also didn’t charge a lot, which makes me think great customer service is a choice.

      • Avshalom an hour ago

        Software's absurd margins was like the whole pitch.

      • iLoveOncall 2 hours ago

        The fact that I can speak to a human to refund a $2 item on Amazon proves how wrong you are.

        • dwedge 2 hours ago

          Last year I bought a book from Amazon for over $100 and they sent the wrong book. I contacted Amazon support, they said they will refund it, I don't need to send it back (throw it away if I want), and also give me a $20 credit for the inconvenience.

          A month later, no refund. I contacted them again, they said unless the book is sent back, no refund. I told them about the previous conversation and they said that the CSR had lied to inflate his scores, and if I've thrown the book away I'm out of luck, he generated a return label. I complained and they threatened to close my account unless I send verification documents. I didn't, I just sent the book back and the refund processed automatically.

          About a year before that I had a Samsung Fold and it cracked down the middle. I told Amazon that it was only 6 months old and it was broken, and Samsung said I need to send it to Cyprus for some reason. Amazon said to send it back for a refund, I did, and I got a warning that I'd returned something "not in original condition" and next time I'll be banned.

          Last week a package didn't arrive. I queried it and there was no longer the option to talk to anyone, just a link to phone numbers for the external courier.

          So I would say that Amazon having stellar support 15 years ago, building a brand on it, and then choosing to stop doing that mostly proves how wrong you are. Sure, you can still sometimes speak to someone, but it's getting worse.

          • iLoveOncall 2 hours ago

            I have 400 orders a year on Amazon and never have any of those weird issues. How strange!

            • dwedge an hour ago

              My grandma smoked until she was 90 and she was absolutely fine!

            • anonzzzies an hour ago

              Haha yeah, Uber, Amazon, Starlink, Hotels etc just send me stuff or refund without even asking anything. I use all of them all the time for everything; that indeed seems to help. Logical of course.

            • 7952 an hour ago

              But that could just mean you are a more profitable customer. And that could be influencing how amenable the AI/agents are and how much money they are willing to write off to retain you.

  • mrkeen 2 hours ago

    I agree that software becoming worse (in some sense) but I don't blame AI.

    My experiences as a user haven't really changed. Streamers fail to cast to TVs. Browsers are devices which reliably and efficiently propagate red console text and 500s from companies to you. I still see bluescreens on public touchscreens.

    Uncle Bob nailed one reason why the industry isn't getting better: the growth of programmers is exponential, such that half of all programmers have less than n years experience (5?).

    I offer two additional reasons:

    Firstly, you hone your skills doing individual algorithms on a single thread, where it's OK to get it wrong and change it as many times as you like.

    When you get a job, you don't even realise you're in a distributed system and the getter/setter model you practiced on is woefully inadequate for interacting with partner systems, cqrs, event-sourcing, auditability, idempotency or whatever else is required.

    In short, 10 years of practicing writing for-loops and data-structures will not translate into building a system that customers can access via their phone and multiple tabs of a browser, at the same time as a database schema is being updated.

    Secondly, while I don't think there is any realistic alternative to agile development, it seems that nontechnical POs have captured the software lifecycle. 'Focus on happy path only, for the MVP' is how you build buggy software. Good developers can learn that this will guarantee the need for a rewrite in the future, but POs never will.

    It seems like the languages have been increasingly targeting the beginner segment (C++ -> Java -> JS -> Python), while the tasks have been getting more complicated (b2b distributed systems, 24/7 uptime, millions of users, resistance to hackers, machine learning, etc.)

    • bregma an hour ago

      They made programming so simple any idiot could do it. So they do.

  • purpleflashing an hour ago

    As a non-technical person compared to the rest of HN, I think this has always been the problem of software made for non-technical audiences. The design was driven by programmers’ heuristics and trends in technology stack (e.g. if a company can hire a lot of JS devs bc JS is trending, they will choose JS even regardless of whether JS is the best choice for the problem).

    There was a brief stint of UX, ergonomics and HMI getting traction in enterprise, and, imo, the biggest technological achievements in consumer software has been in the realm of UX in twenty first century. But it lost its importance, I suppose, as you don’t need to make good software to make money off consumers.

    Whatever capabilities AI gives to programmers in terms of speed of development, etc, doesn’t change the fundamental behavior —- commercial software is not developed for humans. It is developed for investors, markets, around operational needs, based on CEOs whims, developers’ personal itches, relying on approximation of human experience that gets regurgitated through layers of commercial processes of product managers, UX researchers (who, if present at all, often don’t get invited to the conversation until there are buttons to move in a GUI of an already existing product). Where human experience is considered, it’s from the perspective of our natural weaknesses with the goal to exploit them to maximize profits. Hence why 21st century tech gave us all the dark patterns, feeds, social media, LLM chatbots, etc.

    Even when I talk to individual engineers who are committed to creating something good, wholesome, something that they can be proud of -— many think and reason about the problem in a way that sounds like they are trying to engineer human experience the same way one would engineer instructions for machines.

    It will never get better, IMO. AI only exemplifies what already exists.

  • Hugsbox 2 hours ago

    Just a little gripe, but near the end of the article he links to a site for something called "Omarchy" which appears to be a Linux distribution. If you click on the link, the only information available is in the form of a video.

    If you're making a Linux distro, please don't do this. I will not watch your video. I was interested, and now I'm not.

    • n6242 2 hours ago

      I've heard the meme that Omarchy is for people who would like to use Arch but don't want to read the documentation or follow the installation guide. Having a video and no text sounds like it would align with that target audience. If you want information and not a video you'd want to look at Arch instead, it has an excellent wiki and the best documentation of any OS I've ever used.

    • danlitt 2 hours ago

      Omarchy is basically just Arch with a bunch of configuration. It's not a particularly useful project, and the author is noted fascist DHH. So probably not worth your time.

      • hypfer 2 hours ago

        I think more precise terminology would go a long way here.

        What is "a fascist" (in context of being labelled that on the interwebs). That could mean a lot of things.

        As a reader, you learn basically nothing about DHH other than that some people might not like him.

        ___

        So to fix that:

        DHH has always been a very opinionated guy - with not all of those being agreed on, but there being usually some kind of point to them.

        Starting somewhere late-ish last year, however, he seems to have dropped deep through the alt-right pipeline and started babbling talking points basically copy-pasted as-is from other talking heads.

        So, in essence, he kinda stopped being opinionated, because that would require having an own opinion, and instead started just being yet another person not doing all too well mentally on the internet.

        I mean the guy suddenly started talking about "body counts". What's his age again?

        __

        Of course, moral outrage happened but achieved absolutely nothing, because it's not the right tool for the job here.

        • graemep 2 hours ago

          He is simply racist.

          I do not disagree with what your said, but I think it just boils down to that.

          • hypfer an hour ago

            Fix to what?

            Sorry to say, but that word probably has an equally low impact on regular people by now. Worse if we look at what people actually think/vote/etc.

            People by now at large seem to be rather fine with both being called racist or just.. well.. being racist.

            We do not actually want that, because (big surprise upcoming) racism is bad. But I think we might need to remind people why that whole cluster of ideas is bad.

            This shouldn't be too hard, given that it's objectively worse in many many aspects, but for that to be seen, I suppose we need to point out what makes it objectively worse.

            The shorthand is unfortunately dead and got killed by twitter dot com.

            __

            How that could be done is how I've demonstrated before you've regrettably dismissed it and tried returning to the shorthand

            • graemep an hour ago

              I edited my wording before I saw your reply to take the word fix out.

              > People by now at large seem to be rather fine with both being called racist or just.. well.. being racist.

              I disagree. I do not get that feel at all in real life (in the UK, BTW). On Facebook you get that feel because it is full of ragebait and attracts nutters.

              There are some people like that, but most people would be deeply ashamed to think themselves racist or be thought racist.

              Edit, to add: DHH also seems to have a weird obsession with the UK. At least two of his racist blog posts about the UK. His first racist post that I was aware off is essentially "two many non-white people in London".

        • omnimus an hour ago

          To be fair DHH became exceedingly unhinged.

          For example in his latest blog post he first describes problem of growing populations of wolves that are killing sheep and cannot be shot because they are protected by the state. And then starts to compare the situation with danish gypsies (Romani) in danish cities.

          That's as close to fascism as you can get... it's pretty out there on the edge of legality.

          I mean I used to respect his (at the time mainly technical) takes and I recommended Basecamp to so many organizations. How has this table turned so much I have no idea.

          • graemep an hour ago

            I went to his blog to have a look at his racist posts, and that (which is the last post on his site) is more unhinged than his previous posts. A definitely trend of getting worse.

        • rightbyte 2 hours ago

          One could argue that fascist run FOSS projects might be working against your interest as a user.

          Fascist is not just a silly label. The political collapse of neoliberalism made a lot of closet fascists emerge and they seem quite common among what was earlier thought of as "techno libertarians". E.g. the VPN provider owner (forgot which) just lately.

          If there was too much crying wolf 15 years ago, doesn't really matter now anyways.

          • hypfer 2 hours ago

            > One could argue that fascist run FOSS projects might be working against your interest as a user.

            I guess so, but that's abstract and hard to grasp for most people.

            "The guy has clearly lost it and thus is probably not making sensible decisions" otoh is pretty easy to understand, signals effectively the same and side-steps basically all the drama.

            • rightbyte an hour ago

              Sure. You need to relate to the overton window to not seem like a tinfoil hat alarmist hysteric to normal people. I can agree on that.

              It is really hard to keep your cool.

            • markovs_gun an hour ago

              > "The guy has clearly lost it and thus is probably not making sensible decisions"

              That isn't the problem though. Fascism isn't mental instability, it's an ideology. Someone going off the deep end and making bad decisions does so essentially at random, while someone driven by ideology messes things up in very specific ways. In the case of Fascist ideology, the specific ways they ruin things are specifically intended to harm specific groups of people, so I think the distinction matters. Writing it off as the guy having "lost it" obscures the specific goal he is working towards.

              • hypfer an hour ago

                Dude I am trying _so hard_ to hammer the point home that no one cares anymore about all this twitter virtue signalling stuff.

                Can we please stop and start doing _effective_ stuff before we actually all get right-wing ruling parties?

                __

                My god. Third person to try to pull everything back to the thing that is proven to not work _at all_ against the current threat. Are you even real? Is this just agentic AI?

                I'm going to force myself to stop replying now before I start just degrading into agonizing screaming.

                break;

          • watwut an hour ago

            >,If there was too much crying wolf 15 years ago, doesn't really matter now anyways.

            There was not. I used to think they are crying wolf, but imo, it turned out they were correct all along.

            They were paying attention to what these people were saying and doing. They then concluded these people are fascists. Then a bunch of us, not paying attention crowd, came in accused them of crying wolf.

            Maybe, crying wolf is about a boy who sees a wolf, causes commotion and protects the village. Then they dont feel like going in one time, wolfs eats them. But, village just wont admit they were obviously wrong and blames the boy.

        • watwut an hour ago

          I dont think "fascist" and "been a very opinionated guy" are mutually replacable. In fact, insistence on euphemisms like that harmed the discussion a lot and overall culture a lot.

    • Kiro 2 hours ago

      Bad advice considering the success Omarchy has had in marketing it. Whatever they're doing other distros should take note.

      • danlitt 2 hours ago

        Is there any evidence of people actually using it?

        • markovs_gun an hour ago

          Yeah I switched to Linux full time at home last year and never even heard of this distro in doing any research about it.

          • prmoustache an hour ago

            I heard about it but since I also heard it was built by a white supremacist, I'd rather use one that is made by decent people, especially when the added value is only a preconfigured hyprland desktop.

            So good marketing? Hell no.

            • jjgreen 38 minutes ago

              It has smooth graphics but an unfortunate tendency to annex the Sudetenland. 2 stars.

      • Hugsbox an hour ago

        I mean, I'm an everyday Linux user and half the content I consume daily is about the Linux/FOSS world and today is my first time hearing of it. And all the information I have about it is from replies to my comment, because its website doesn't actually offer any details. Genius marketing.

        • Kiro 23 minutes ago

          Cool. "please don't do this" still makes me laugh.

      • soco an hour ago

        I'm a Linux user and this is the very first time I hear this name. Data set of one, which says don't base your marketing on that.

  • prologic 2 hours ago

    Software has neither gotten worse nor become any better. All you're seeing is the cost of writing code approach near zero. As that happens the speed at which you see defects increases. Software is by its very definition "malleable". It is without (or very few) constraints. So it is very hard to get "prefect". That is why IMO Site Reliability Engineering will be one of the few fields that will remain, because until we build an _actual_ goodness to gracious Intelligent System that can think critically, including how systems can fail (which includes humans), software will be what is hat always been "soft".

  • hibikir 2 hours ago

    A lot of the product misses come from large product teams where nobody owns anything, and where there's minimal internal goal alignment. I know that, at work, what I am incentivized to do has nothing to do with what I consider the most important work I could do.... and I also know that the maze I would have to cross to be allowed to do the better work is just not worth it.

    The smaller the org, the better the chances of having only reasonable levels of misalignment... but without taking on high risk, it's just better pat to work on a large, worse org. Frustrating.

  • RugnirViking 2 hours ago

    Complexity + a lack of incentives to take time to get things right.

    Imo we know the tools (social, + technical) to make good software that works. But in the face of massive complexity, people just want the next feature, the next thing sales can use as a win

    And yeah I agree with the other commenter here - I don't think this is AI. We had terrible software before, even declining quality.

  • Jtarii 2 hours ago

    Software quality has been declining for long before AI was a thing.

    Microsoft didn't need AI to make windows 11 as bad as it is.

    The incentives are large companies are fundamentally not in align with making high quality software people actually enjoy interacting with.

    • StilesCrisis 21 minutes ago

      In fact, I am pretty sure most of the examples he lists predate AI. Mac OS apps stealing focus certainly does. Horrible laggy car infotainment systems--hard to say without any specifics, but I've certainly had the same experience pre-LLMs. I've navigated the LG website pre-LLMs and it was busted then too.

    • worldthruword 2 hours ago

      I think MS devs don't even use their windows OS. How do I know this? Because every week my favourite applications list gets reset. Why would anyone do that?

  • eviks an hour ago

    > There’s no denying that these new tools have already revolutionized how we create and use software. They have raised upper management’s expectations for team output. They may have

    Expectations is neither about creation not use. "May" isn't a revolution outside of the historic calendar, so on both counts it's trivial to deny an ungrounded statement.

    > So why does software keep getting worse across the board?

    Because the premise on which the expectation is built is wrong?

    Also plenty of the issues are prehistoric with all the past meat bag generations to blame, case in point: > Just then, the Slack window appeared, stole focus from Ghostty

    So who stopped that huge fruit corpo from doing the very basics of managing user experience in the past few decades minus a few AI years?

  • elendilm 2 hours ago

    <They were congratulating themselves on what an amazing job they had done. I keep thinking about that post every time I have to fight their product.>

    This is hilarious.

  • dminik 2 hours ago

    This is probably going to sound elitist, but it is how I've been seeing this whole LLM thing play out.

    I don't necessarily believe in 10x devs, but there is a very clear output difference between various developers. During my career I've been both in a position where I was delivering much higher quality code at a similar pace to other coworkers and also mediocre code at a slower pace. Sometimes at the same time.

    Now, AI itself is a force multiplier. Depending on the task, your setup, your skill level (both as a developer and with LLMs), the weather, the model and so on, it can range anywhere from actively hindering you, to solving the entire thing for you. Let's say that on average you get a 20% productivity boost.

    If you take a 0.8x developer and give them a 1.2 force multiplier LLM, you get a 0.96x developer. Worse, the axis that has moved is speed, not quality.

    All this to say that if you let a below average developer vibecode, you get a much higher volume of slop. You can make an agent create good code, but this developer didn't care before so why should they now?

    *Note that this is from experience. I've started getting feature PRs from our devops team. It's been a very enlightening experience.

  • nope1000 an hour ago

    My assumption is that AI-generated code explodes the flaws in your existing codebase. If your architecture is bad or not documented, your docs are out of date or the goal of the feature request is vague, how should the AI (or even a good human developer) develop high quality software?

  • graemep 2 hours ago

    > Software may have been better back in the day, but that was mainly because it was much simpler.

    I think that points do the solution. We should not make stuff more complex than we can the level of complexity at which we can make it reliable.

  • st-keller 2 hours ago

    That’s why i‘m using claude to literally write everything for myself! I cannot fix software-problems in my car or my fridge or my heat-pump. But I can start by replacing my own infrastructure!

  • gchokov 2 hours ago

    It was always like this.

    • Y-bar an hour ago

      I think the flaws have moved. I remember Mac OS 7-8-9 (”Classic”) fondly and the suite of software I regularly used there.

      It crashed, and crashed hard, a few times per week. That never happens today, maybe at most once a month.

      However, what has changed in terms of quality is that there are 1000% more smaller bugs. I never felt that small annoyances or problems were even noticeable or even existent back then. Every feature seemed to actually work. Yet just so far today I have encountered over a dozen small problems in my operating system and apps I use.

      It’s exhausting in a different way. Two decades ago I felt ”safe” from problems by frequently saving my files. Today I dread having to navigate a UI that keeps giving me a thousand paper cuts of small bugs.

      • rightbyte an hour ago

        I don't think it fair to compare cooperative multitasking OSs to OSs that requires virtual memory chips on a software quality basis.

  • Biologist123 2 hours ago

    > As I’m writing this, we’re in the middle of an AI-induced mass psychosis.

    I work in mediation and have recently seen a few cases where I’ve wondered if the participants were suffering from AI psychosis as related to their claims: where they’d constructed their legal cases hand-in-hand with an LLM and had become absolutely convinced despite a contestable set of facts.

    People have always been subject to delusion, but in these cases, all documentation submitted was obviously created by chatbots.

  • luciana1u 2 hours ago

    turns out the bottleneck was never doing things faster, it was doing things correctly, and we optimized away the people who knew the difference

  • jwr an hour ago

    I have the same impression when I use things that are around me every day. Everything is broken and seemingly nobody cares. It seems that the teams developing software never use it themselves and do not care about bugs and terrible usability problems. It seems the management does not use any of the products that their businesses produce. And it seems that the ubiquitous breakage is just accepted as the status quo.

    This extends to any device which has software or firmware: banking websites, banking apps on mobile phones, car firmware, etc.

    I find it very depressing, especially when I think of the people who design, develop and deploy these apps. We are talking about large companies and teams of people. Entire chains of well-paid people designed, looked at, developed, tested, and then accepted these apps. And yet they break in the most obvious ways, or fail to be usable, instead pestering us with pop-ups and useless drivel and forgetting their state at every point.

    These problems are not subtle. To take a glaring example from my everyday life, in my car there are buttons for moving windows up and down. Sometimes when you press the button to move the window down, it will actually start moving up. We are talking about a simple button that moves a window. And seemingly everybody thinks this is fine?

    I don't know what to do about this.

  • hasbot an hour ago

    This post and the comments so far reminded me of 1984's two minutes of hate. When is Hate Week?

    • rightbyte an hour ago

      Big Brother is trying to turn is against modern coorparate software practices or what is your point?

  • xg15 30 minutes ago

    > If coding has been solved, why does software keep getting worse?

    I mean, he has given the answer in the article: Because "coding has been solved" is from the perspective of upper management, not devs or users - and that cares about software quality and usability (as standalone metrics) about as much as the McDonald's board cares about nutrition value.

  • AussieWog93 2 hours ago

    I remember noticing the same thing a decade ago. I don't think it has anything to do with AI.

    • rightbyte 2 hours ago

      It probably comes down handing over power from the user to capital which is antagonostic in its nature to the users' needs.

      Running non free software is essentially giving up our freedom. Before internet connectivity the problem wasn't too bad but nowadays there is always the temptation to squeeze the lusers.

  • hypfer 2 hours ago

    Those two twitter links with people that got hospitalized might just be people trying to get their 5 seconds of internet fame by (pretending to be) doing something dumb.

    So taking it at face value is kinda part of the problem here.

    The only way this can get better is by completely suffocating it off attention. It doesn't exist. It's not real.

  • TacticalCoder 38 minutes ago

    > I opened Slack on macOS, the icon kept bouncing in the dock for a few seconds. I got impatient, switched to Ghostty, and started typing. Just then, the Slack window appeared, stole focus from Ghostty and the git pull command was sent to the group chat.

    Back when I was using IRC from Emacs (with erc) I had written a safeguard in elisp against that. Haven't been on IRC in a while but this helped me prevent sending to the "group chat" (the IRC channel) a great many private infos.

    Same for my real name for example: I had a filter where anything containing my actual name would be blocked.

    I think a great many software where you "chat" with "groups of people" would benefit from having both default and configurable filters that catch obvious mistakes. Say you probably want a confirmation before attaching a private SSH key, or before sending a password in the clear (which could be filtered by blocking words matching the hash of the password), etc.

    Not that it solves the fundamental problem TFA is talking about: nothing works.

    But that is a given: that's why we need safeguards.

  • lapcat 38 minutes ago

    > I opened Slack on macOS, the icon kept bouncing in the dock for a few seconds.

    I would actually recommend disabling SIP. https://lapcatsoftware.com/articles/2024/2/3.html

    > So why does software keep getting worse across the board?

    Because good software requires the exact opposite of what LLMs provide: care and empathy.

    > Software has always had bugs, and the nostalgia for the good old macOS Snow Leopard era when everything was stable is mostly the product of selective memory.

    The Snow Leopard era was very long. Mac OS X 10.6.0 was released 22 months after 10.5.0, and 10.7.0 was released 23 months after 10.6.0. The last version of Snow Leopard 10.6.8 v1.1 was also released 23 months after 10.6.0.

    The higher quality that everyone remembers came after a long succession of minor bug fix updates with no major updates. 10.6.0 was quite buggy, as all major updates are, with a number of really bad problems. If you look back fondly at Snow Leopard, you're probably remembering the later versions.

    The difference between then and today is that everything changes so fast now, there's never enough time to achieve stability. The major update release schedule has been accelerated to twice as fast, and moreover, new features keep getting added even in "minor" updates. It's become practically "Agile" development, one of the worst ideas ever IMO. Constant change, no stability, the hamster wheel spins.

    Something else worth noting: back in the day, major Mac OS X updates were delivered via physical discs. You had to go to the store to buy it. Thus, uptake was much slower. Nowadays, major updates are free and relentlessly pushed on us, sometimes via dark patterns. I would pay not to have to update.

  • micoti 2 hours ago

    MacOS contstant trolling with tab switching. I regret each day of life I need to use this shitty OS because of corporate. In linux these things will never happen

  • smikhanov an hour ago

    God, those "software is getting worse everywhere" takes are tedious.

    Let's have a look at a few rarely quoted examples from the last decade, shall we?

    Just six years ago, a big company rolls out a line of new chips so good that geeks and technology experts all get ecstatic and can't stop churning endless raving reviews. Those chips are fast, small and consume little energy. On top of that, the big company reworks their entire OS (OS!), the whole suite of software it has for it, the developer suite with compilers and SDKs and god knows what else and also ensures that everything ever written for that OS for the old chips continues to work and it indeed does.

    Then there's another big company that launched a file storage service around 20 years ago. Back then it was reliable and only gotten better over the years. They started offering their storage for a nanocent per gajibyte and twenty years of hard work allowed them to lower that cost to a picocent per gajibyte. They don't lose data, they are highly available, half of the internet stores their data at their servers.

    And then there's a -- gasp! -- consortium of big companies (fools would reply to this with an XKCD standards strip) that works on improvements to a shared set of standards for 4G, one of the most widely used technology stacks in the world, agrees on it, calls it 5G and rolls it out across the world and the whole spectrum of hardware and software vendors in a manner that resembles replacing a wing of an aircraft mid-flight so that not a single pasta strand falls from the forks of the business class customers.

    And here we have someone who thinks that a customer support page for his fridge (fridge!) thrown together by a low-paid second-grade developer in a third-world country is indicative of the whole industry decline.

    "Nothing works", my hairy bum. Get real.

    • jjgreen 35 minutes ago

      Disagree, but upvote for "my hairy bum"

  • iLoveOncall 2 hours ago

    I've also noticed so many pieces of software becoming worse and worse, either with useless features (basically any new thing on Slack in the past year) or with a huge amount of large bugs, over the past year.

    It's glaringly obvious that poorly checked, AI-written, code is the culprit, I'm just wondering when companies will wake up.

    Nobody gives a flying fuck about resiliency, good practices, security or any of that now that AI is there. All anyone cares about is pure output of features.

    Any and all "productivity" gains attributed to AI efficiency are actually due to the complete disregard for any care or standard in the software industry in the past 2 years. Yeah you can output more shit when you don't give a fuck, big surprise, AI doesn't change anything here.

  • HackerThemAll an hour ago

    > So why does software keep getting worse across the board?

    The issue is only partially within those who code. They get directions from those in charge, and they are just making idiotic decisions. And those who code, for some reason don't stand against those idiotic decisions in defense of a common sense and a great UX.

    A blatant, exaggerated parallel would be: you are designing your kitchen and you've chosen a place for your washing machine such as that it will be unable to open its door. When inviting a professional, you expect them to correct such wrong decisions and explain to you that it won't work. But in programming, those who program, calling themselves "software engineers", would just place this washing machine where they're told, because it's "not my job". It's not a feature of an "engineer". It's being a coder lemming.

  • throw84949849 2 hours ago

    Remember when you replaced all those undesirable white cis hetero guys with someone superior?

    Now with AI new superior people can actually produce compilable code, and ship it to production!

  • dsjoerg 12 minutes ago

    Customers speak with their wallets, and OP doesn't like what they're saying.