• meowmeowbeanz@sopuli.xyz
    link
    fedilink
    English
    arrow-up
    5
    ·
    1 month ago

    Oh, but it absolutely is true. Microsoft really did decide to use React Native for parts of the Windows 11 Start menu. They’re also using it in sections of the Settings app.

    The technical reality is even more absurd than the meme suggests. Microsoft is currently maintaining eight different UI frameworks for Windows, including their own .NET MAUI and WinUI 3 that were specifically built for their OS. Yet somehow they thought, “You know what this native operating system needs? A JavaScript framework originally designed for mobile apps.”

    The CPU usage spikes aren’t necessarily from React Native itself being particularly heavyweight, but rather from the fundamental architectural choice of running a web-based rendering engine for core system UI elements. Every time you click Start, you’re essentially launching a mini web application just to display a menu.

    What’s particularly galling is that Microsoft has acknowledged WinUI’s performance issues for years, to the point where they recommend their partners use the older WPF for performance-critical applications. So instead of fixing their native framework, they decided to add another layer of abstraction.

    This is what happens when corporate development teams prioritize “developer experience” and trendy frameworks over system efficiency. Richard Stallman’s expression in that image perfectly captures the appropriate level of technical horror at this decision.

    The old world built operating systems. The new world builds web apps that pretend to be operating systems.

    • The_Decryptor@aussie.zone
      link
      fedilink
      English
      arrow-up
      1
      ·
      1 month ago

      React Native doesn’t render using a browser instance, it’s native code (as the name implies), it’s actually a layer over WinUI 3 (Previous versions used WPF/UWP)

      So it’s in the same boat as MAUI, which is also a layer over WinUI 3.

        • The_Decryptor@aussie.zone
          link
          fedilink
          English
          arrow-up
          1
          ·
          1 month ago

          The CPU usage spikes aren’t necessarily from React Native itself being particularly heavyweight, but rather from the fundamental architectural choice of running a web-based rendering engine for core system UI elements.

          • untorquer@lemmy.world
            link
            fedilink
            arrow-up
            1
            ·
            1 month ago

            I suppose i lack an understanding of whether React Native is a web based rendering engine or not but i figured they could also be referring to edge implementation in the same feature.

            Like saying coffee isn’t hot because of the mug it’s in but the brewing machine it came out of.

            • meowmeowbeanz@sopuli.xyz
              link
              fedilink
              English
              arrow-up
              1
              ·
              1 month ago

              Oh, the pedants have arrived. How delightful.

              Yes, technically The_Decryptor is correct - React Native doesn’t literally spin up a Chromium instance like Electron does. It transpiles JavaScript into native calls. But they’re completely missing the forest for the trees here.

              The fundamental architectural absurdity remains unchanged: Microsoft is using a JavaScript framework - originally designed for mobile apps - to render core operating system UI elements. Whether that JavaScript gets compiled to native calls or interpreted in a browser engine is irrelevant to the core criticism.

              Your coffee analogy is actually closer to the mark than The_Decryptor realizes. The performance issues aren’t just about the final native calls - they’re about the entire abstraction stack Microsoft has built.

              You’ve got JavaScript -> React Native bridge -> WinUI 3 -> whatever underlying Windows API calls. Each layer adds overhead, complexity, and potential failure points. The_Decryptor saying “it’s in the same boat as MAUI” isn’t the defense they think it is - MAUI has its own performance issues precisely because of similar abstraction layers.

              This is exactly the kind of technical bike-shedding that lets corporations get away with architectural disasters. Everyone argues about implementation details while the Start menu still stutters when you click it.

              The old world would have written the Start menu in C++ and called it a day. The new world creates dependency graphs that look like spider webs and then argues about whether the spider web is technically made of silk or polyester.

              • untorquer@lemmy.world
                link
                fedilink
                arrow-up
                0
                ·
                edit-2
                1 month ago

                Heel yeah now that’s the clarification I’m here for! (Actually honest, cheers and thanks!)

    • pelespirit@sh.itjust.worksM
      link
      fedilink
      arrow-up
      0
      ·
      1 month ago

      Can’t they extract more data from a mobile set-up? I’m assuming that’s why they did it, they’re trying to take it to a phone experience for the corporations.

      • cogman@lemmy.world
        link
        fedilink
        arrow-up
        2
        ·
        1 month ago

        Nope.

        The reason you do react native is because it’s easier to hire react native devs. Further, there’s a plethora of react native libraries that make it easier to make UXes above other UX frameworks.

        The problem MS has is they have spent decades making platform locked UX frameworks because they were deathly afraid someone would use Linux instead of Windows.

        Browser tech won because every major platform needs a browser and basically no organization was investing in multiplatform UX libraries. The likes of both Microsoft and Apple are openly hostile to such frameworks (QT and GTK come to mind).

        • The_Decryptor@aussie.zone
          link
          fedilink
          English
          arrow-up
          2
          ·
          1 month ago

          The likes of both Microsoft and Apple are openly hostile to such frameworks (QT and GTK come to mind).

          Funny thing, the OneDrive client app that ships with Windows, uses Qt

  • 9point6@lemmy.world
    link
    fedilink
    arrow-up
    3
    ·
    1 month ago

    Holy fucking shit this isn’t just a meme, wtaf is going on at Microsoft.

    The FOSS aficionados of Lemmy will probably be quick to tell me it’s always been shit, but this seems like a marked increase in bad decisions in the past 5-10 years

    • lath@lemmy.world
      link
      fedilink
      arrow-up
      1
      ·
      1 month ago

      Same as everywhere else, management wants random shit done chop chop chop, fires actual developers who tell them they’re the dumbest pieces of shit they’ve seen in this lifetime and hire random bros who say “whatever dude, just wanna get paid” then copy-paste google results because bing sucks.

      • halcyoncmdr@lemmy.world
        link
        fedilink
        English
        arrow-up
        0
        ·
        1 month ago

        Middle manglement is the source of nearly all bad decisions once companies get large enough to have it. Upper management is often dog shit, but they usually have an idea of what they want done. Whether that’s. Net positive for consumers is a different story, but they don’t intend for it to be implemented poorly.

        Middle manglement then takes that, fucks it up putting each of their little stamps on it as it hits every rung on the ladder as it works it’s way down to the people that have to implement it.

    • lightnsfw@reddthat.com
      link
      fedilink
      arrow-up
      0
      ·
      1 month ago

      Everything is done by vibe coders under the direction of project managers who’re just trying to get their name on shit. No one actually cares about the quality of the end product.

    • grue@lemmy.world
      link
      fedilink
      arrow-up
      2
      ·
      1 month ago

      Ok, in a browser is fine.

      JavaScript was never fit for purpose even in a browser. We could’ve had Python or Scheme in the browser instead, but nooooo, Brandon Eich had to be fucking incompetent.

        • grue@lemmy.world
          link
          fedilink
          arrow-up
          2
          ·
          1 month ago

          I wasn’t idly speculating about languages that I personally happen to like better; I was listing the two languages that Netscape was actively considering at the time before they decided to glom on to the Java hype. When I say “we could’ve had Python or Scheme,” I mean Netscape almost picked Python or Scheme.

          If it makes you feel any better, I get the impression that Scheme would’ve been the more likely of the two. Also, this was happening in 1995, so Lua was less than two years old at the time and, according to this page, not internationally known yet (that would happen in 1996).

      • flamingos-cant@feddit.uk
        link
        fedilink
        English
        arrow-up
        0
        ·
        1 month ago

        What are you talking about, giving one of the only programming languages where binary sizes matters a tiny standard library is a great idea!

    • CosmicTurtle0@lemmy.dbzer0.com
      link
      fedilink
      English
      arrow-up
      0
      ·
      1 month ago

      Good news: there’s been talk to having python be part of the DOM.

      I believe chromium has been working on it but no real thought on when this will happen.

  • Kompressor @lemmy.world
    link
    fedilink
    English
    arrow-up
    1
    ·
    1 month ago

    Switched to Linux at the beginning of the year. Still have a lobotomized local windows 11 boot for gaming/VR still though. Can’t wait for the day I can finally get rid of it totally.

  • d00ery@lemmy.world
    link
    fedilink
    arrow-up
    1
    ·
    edit-2
    1 month ago

    Recently something has changed and the start menu likes to search for apps in its browser (not my default app). I used to press windows key then type “snip” for the screenshot tool, now half of the time is does the wrong thing …

    Also here’s a link to post talking about react in the start menu https://news.ycombinator.com/item?id=30384494

    • SatanClaus@lemmy.dbzer0.com
      link
      fedilink
      English
      arrow-up
      1
      ·
      edit-2
      1 month ago

      Yeah. It’s quite obnoxious how bad they’ve made their OS and it’s obvious they are FARMING searches on bing with these tactics lmao

    • sasquash@sopuli.xyz
      link
      fedilink
      arrow-up
      0
      ·
      1 month ago

      glad I am not the only one. I even disabled the Bing and Websearch bullshit, but somehow in 1 of 5 cases the search result is not the software I am looking for. Even when I type exactly its name.

  • krolden@lemmy.ml
    cake
    link
    fedilink
    arrow-up
    1
    ·
    1 month ago

    Oops I pit my mouse in the bottom left now its loading 50 web pages filled with ads under the guise of being a widget

      • ssillyssadass@lemmy.world
        link
        fedilink
        English
        arrow-up
        0
        ·
        1 month ago

        Say what you will but I’m kind of addicted to the PC Gamepass. I have to get through a backlog before I give it up.

    • Ordinary_Person@lemmy.ca
      link
      fedilink
      arrow-up
      0
      ·
      1 month ago

      I’ve been seriously considering switching to Mint or Ubuntu since they’re user friendly. The more I hear about win 11 the less and less I want anything to do with it. also, my pc isn’t compatible so there’s that 😂

      • Thomrade@lemm.ee
        link
        fedilink
        English
        arrow-up
        0
        ·
        1 month ago

        I gave up on windows 11 last week after my downloads folder decided to stop opening any more. Every other folder worked fine, and I could use a save dialogue to see and navigate inside downloads, but if I opened the folder run file explorer I was met woth a never ending “working on it…” Screen. Hours of trawling useless Microsoft posts to see its a common issue but none of the suggested fixes worked.

        I installed Pop! OS, which is essentially Ubuntu but Ive heard works very well with games. Few small hiccoughs getting used to the UI paradigm shift but its motoring along now with no problems. My 5 year old desktop is running much smoother with less overall resource use too. Feels snappier.

      • Spaniard@lemmy.world
        link
        fedilink
        English
        arrow-up
        0
        ·
        edit-2
        1 month ago

        The easiest distro I have used so far it’s Endeavour-Os (for my desktop). All my homelab uses debian except the mandatory W11 VM and a WS for veeam.

        • Ordinary_Person@lemmy.ca
          link
          fedilink
          arrow-up
          0
          ·
          1 month ago

          That is a great idea. And since my desktop is old as a dinosaur it still has a cd burner. So I’ll take it as a win LOL

    • cronenthal@discuss.tchncs.de
      link
      fedilink
      arrow-up
      0
      ·
      1 month ago

      The only realistic answer to the win11 situation. I chose bazzite because I like to game. It’s a dream, I never looked back.

    • spicehoarder@lemm.ee
      link
      fedilink
      English
      arrow-up
      0
      ·
      1 month ago

      I’m already rocking Manjaro, put my old windows boot drive in a box in case I need it for whatever reason.

      • Valmond@lemmy.world
        link
        fedilink
        arrow-up
        0
        ·
        1 month ago

        Mint + a game-box user myself :-)

        Sometimes there is an old soft inly working on windows, but they are getting more and more rare as they no monger work on windows… Fantastic.

  • Jo Miran@lemmy.ml
    link
    fedilink
    arrow-up
    1
    ·
    edit-2
    1 month ago

    I have a Windows laptop for the first time in well over a decade for a project I am working on. Even though it is overpowered (i7, 64gb ram), and it is currently “idle”, the cooling fans are working overtime because the damn OS is always busy doing some random shit when “idle”. This is AFTER I ran a debloat script. It was near impossible to use before then.

    EDIT: I found the cause of the fanning issue and different behavior between Win 11 and Linux (Pop!_OS). Even though the laptop comes with an Nvidia RTX 4000 series GPU, Windows 11 set the global default GPU to be the integrated graphics (Intel UHD). The same laptop under Pop!_OS automatically set the default GPU to Nvidia. As soon as I dug this up and switched the settings to Nvidia, the laptop stopped fanning full speed nonstop.

    • sfled@lemm.ee
      link
      fedilink
      English
      arrow-up
      0
      ·
      1 month ago

      Unticking “alow this drive and its contents to be indexed” and terminating the indexing service helps.

      • filcuk@lemmy.zip
        link
        fedilink
        arrow-up
        1
        ·
        1 month ago

        And might as well, not like the fucking search works anyway, even with web search disabled. At least on W10.

        • SuperSpruce@lemmy.zip
          link
          fedilink
          arrow-up
          0
          ·
          1 month ago

          Everything by VoidTools is a million times better than the Windows search, it indexes every file and then actually finds it right away when you search for it.

    • potustheplant@feddit.nl
      link
      fedilink
      arrow-up
      0
      ·
      edit-2
      1 month ago

      I don’t get why people exaggerate this much. I have a laptop with a 7840hs and 32gb of ram so it’s also “overpowered” but it’s whisper quiet and consumes 30-45w while doing simple tasks. Consumption only increases if I’m running code, playing games, etc which makes total sense.

      Windows is not a well optimized os and the telemetry sucks but you’re just flat out lying with your claims. It’s either that or your laptop has the worst possible cooling.

      • Jo Miran@lemmy.ml
        link
        fedilink
        arrow-up
        0
        ·
        edit-2
        1 month ago

        No exaggeration. I could literally record video at any time to show how it is fanning like crazy. If it is on, it is fanning like a jet plane.

        EDIT: Problem found. Win 11 defaulted to integrated graphics even though the laptop has an Nvidia GPU. The same laptop with a Linux (Pop!_OS) install defaulted to the Nvidia GPU. That’s just dumb.

      • SuperSpruce@lemmy.zip
        link
        fedilink
        arrow-up
        0
        ·
        1 month ago

        I have a laptop that I dual boot Windows 11 and Ubuntu on.

        If I leave the Windows desktop idle for >20 minutes the fans will almost always randomly flare up even though I’m doing nothing. On Ubuntu, the desktop usually stays silent, or sometimes the fans come on a little (probably due to bloated browser apps) but never flare up the way it does on Windows.

        • potustheplant@feddit.nl
          link
          fedilink
          arrow-up
          0
          ·
          1 month ago

          Again, the most common problem in those cases are crappy drivers/fan curves. I have a laptop with W11 on it and fix/maintain laptops for friends as well and this is not an issue with any of them. The only time I had this problem was with a specific laptop.

          Honestly, of all of the things you could criticize about windows (and there are lots), this is the one thing that is simply not an inherent OS problem.

    • kalpol@lemm.ee
      link
      fedilink
      arrow-up
      0
      ·
      1 month ago

      Have enterprise win 11 now and it isnt as bad as that. Its stupid, but not evil.

  • RampantParanoia2365@lemmy.world
    link
    fedilink
    arrow-up
    1
    ·
    1 month ago

    And it’s a terrible app, at that. No organization, just either some random application links, or one giant list with no categories or organization past alphabetical.

  • Pennomi@lemmy.world
    link
    fedilink
    English
    arrow-up
    0
    ·
    1 month ago

    For what it’s worth, GNOME Shell and its extensions are written in JavaScript too.

      • ᕙ(⇀‸↼‶)ᕗ@lemm.ee
        link
        fedilink
        arrow-up
        0
        ·
        1 month ago

        remember that interview with the microsoft chief imbecile that maybe somewhere somehow up to between 20 to 30 % or 10% of all of the projects is written by AI? https://pivot-to-ai.com/2025/05/13/if-ai-is-so-good-at-coding-where-are-the-open-source-contributions/ i think it makes sense…shitty copilot is more likely to suggest some react snippets to the intern tasked with making the start buttom than knowing anything about WinUI or other closed source shit. They should turn WinUI into a react wrapper like they did with powershell… enshittify everything.

      • So is using JavaScript. If I find any enduring process running on my computer running JavaScript, I mercilessly hunt it down, murder it, then uninstall it.

        The only application I allow to run JS is the browser, because the modern web is almost unusable without it. No other app needs it, and there’s always an alternative that doesn’t.

            • brachypelmasmithi@lemm.ee
              link
              fedilink
              arrow-up
              0
              ·
              1 month ago

              Ooh, could you elaborate on that if possible? I have some vague ideas why JS is a scourge on the web but I’ve never looked into the specifics.

              Do most of the issues stem from the language itself (which is held by effectively duct tape) or do they stem from how it is used?

              • Oh, there are better people than myself to belabor this particular point.

                JS is a not-language that over-exceeded anyone’s wildest expectations for popularity, and people have been playing catch up to try to turn it into a real language with things like TypeScript for years. It’s not designed; it grew, like kudzu. Like poison ivy.

                But the worst thing about JavaScript isn’t really its fault; it’s how it’s been abused by web developers. The ecosystem is a toxic mess of security holes and abuse opportunities. The standard development practices resemble less real software development and more Jackson Pollock throwing paint at a canvas.

                It’s just awful. Everything about it is awful. Really good developers can create nice, well-structured, secure, efficient applications in JavaScript; there are 6 of those people in the entire world, and every JS developer thinks they’re one of them.

                • naught@sh.itjust.works
                  link
                  fedilink
                  arrow-up
                  0
                  ·
                  edit-2
                  1 month ago

                  I don’t think you’re entirely wrong here, but you make sweeping generalizations about programmers that I see a lot online that irk me.

                  Most developers I know have a few languages they’re familiar with. A good developer uses the right tools for the job. When I work with my python shop I use that. When I need a quick webapp it’ll be JS. If there’s something that requires high performance I might try go.

                  Every language has pitfalls and vulnerabilities, but that really says nothing of their utility. Any flame war between languages is typically pedaled by dilettantes fueled by memes they don’t understand (like javascript == memes)

                  take this admittedly ancient study of vulnerabilities divvied up by language:
                  https://www.zdnet.com/article/which-are-the-most-insecure-programming-languages/

                  In JS, you don’t have to free memory manually. Nor in python. This (mostly) precludes a whole class of severe bugs/vulns, but those weren’t relevant anyway because they’re different tools for different jobs.

                  We can bemoan the gigantic js ecosystem, but we can also realize it is a fantastic resource for novices and veterans alike.

  • Fleur_@aussie.zone
    link
    fedilink
    arrow-up
    0
    ·
    1 month ago

    Switched to windows 10 a month or so ago just for ease of use with video games and mods. Man does windows suck ass. Wants to open random web pages, use dumb AI tools and give me useless info on every empty inch of screen space . At the end of the day it works but quality of life is low.

  • ramble81@lemm.ee
    link
    fedilink
    arrow-up
    0
    ·
    1 month ago

    Seriously? Got a link for that? (Not in a “I don’t believe you” way, but more of an “I’m curious to learn more” way)