patates 4 hours ago

> Outlook is based on WebView2, and like all web apps, it’s slow

Fastmail also has a web based email client, which is as fast as (if not faster than) Outlook Classic.

The new Outlook is just bad. Load order is wrong, it renders everything on every window, loads unnecessary data, etc. Plain annoying.

  • vladvasiliu 3 hours ago

    IME running the new outlook in an actual web browser (through outlook.office.com) is waaay faster than the heavy (heh) client.

    Bonus points for it running fine on Linux, too. I understand there are some missing features compared to the old one (can't recall which), but for basic corpo emailing it works perfectly for me.

    I now have 0 reasons to use Windows at work, so, for once, I'll nonironically cheer MS for a job well done!

    • thewebguyd an hour ago

      > I understand there are some missing features compared to the old one

      There are some people that use Outlook for...well I'm not sure what but things that go way beyond email and calendar. I've been using the web app for several years now, it's fine. When I was new in IT, I always struggled to see what the big deal was with Outlook desktop. The web mail has folders, rules, shared mailbox support, integrated calendar, etc.

      What more do you need out of email?

      Well, turns out a lot. People treat email has a permanent data store. I've encountered folks with multiple PST files archiving 10+ years of email. I ran into people that needed to queue up a bunch of offline emails in their outbox to send when they're on network again (ok, I kind of get this use case), and I came across all manner of horrors of COM Add-ins.

      Anyway, the root of the problem is people using email for everything it was never intended to do or be. If "new" Outlook can break some of those habits, we'll all be better off for it.

      • x______________ 22 minutes ago

        >and I came across all manner of horrors of COM Add-ins.

        It works both ways, I ran into a situation where a random Add-in was enabled on the web client and affecting the desktop client behavior despite not being in the list of Add-ins, and could only be disabled from the web client.

      • impendia an hour ago

        > People treat email has a permanent data store.

        Is this strange?

        I'll be trying to solve some problem, half-remember an email conversation from several years ago on something relevant, and want to look it up.

        This feels like the most natural thing in the world to me, and it's not like the ability to save emails is new. Why, exactly, would a forced change of habits be for my own good?

        • esikich 11 minutes ago

          No, not conversations, actual data. Think reports, invoices, large PDFs, etc. Emailing files to yourself, that sort of thing. Then they end up with multiple PSTs.

      • theeyescanner 19 minutes ago

        Yeah this is pretty much the only thing protecting us from Records Retention Policy(tm). Because the legal office thinks discovery is toooooooo risky, we have to delete all of the information we used to develop long lived business processes.

        When I wrote this god and I understood it, now god only knows.

      • KetoManx64 an hour ago

        Outlook COM addons + AutoHotKey was one of the ways that I learned programming back in the day. Email arrives > check the sender > if sender is $company > check for keywords and then run excel macros based on that > generate PDF report and automatically generate an outlook email, attach and send the file.

        Good times, it feels like we're getting less and less flexible with the hackability of our corporate workflows as time goes on.

        • emeril 20 minutes ago

          so true - I use some outlook vba to send mass emails programmatically

      • warumdarum 28 minutes ago

        A self sorting shield against to much information if you are at the hub of some organization..

      • pishpash an hour ago

        More like email became stripped down and no longer what it was. Mailboxes were always a permanent data store, there were mail files on disk.

      • jen20 30 minutes ago

        > People treat email has a permanent data store.

        Email the protocol has this built in.

        > If "new" Outlook can break some of those habits, we'll all be better off for it.

        It won't, since email is in fact the best data store available to most people in enterprises (especially compared to things like Sharepoint). It might finally accelerate the move away from Exchange though. Here's hoping.

    • antaviana 25 minutes ago

      Public Folders is what makes us stick with the old Outlook client. For 25 years Public Folder has been a simple drag and drop, hierarchical archive system for communications with clients and vendors at team level.

    • Jcampuzano2 2 hours ago

      Same experience when I worked somewhere using outlook.

      I exclusively used the web UI because it always ran faster for me, except for a small number of things it couldn't do.

    • number6 2 hours ago

      Even their Office Suite runs okay in the Web. For heavy lifting, like getting an md file into our Corporate Design, I still use libreoffice combned with our template.

    • mystifyingpoi 3 hours ago

      Same experience here. Web version works just fine.

  • olex 4 hours ago

    The Fastmail client is good when it's up and running, but not as good as well-implemented native apps. The initial startup is much slower, and the iOS / iPadOS app (which is the same webapp iirc) is pretty bug-ridden, with the webview freezing or app not progressing past the loading animation without a close swipe / reopen.

    • robertlagrant 4 hours ago

      You can definitely make a webview app that starts as quickly as most native thing (sub-1s start). We used Tauri and you wouldn't be able to tell the difference.

      • sgt 4 hours ago

        That's a pretty simple view of native app vs web. Web will always have a lot of baggage that native apps simply won't have, layers and layers of abstractions that still needs to load.

        It's true that a blank canvas loaded as a web view will start fast, though. But in practice, when web applications grow - performance tends to take a hit, and the developers also tend to be careless with resources.

        • rho138 3 hours ago

          The downside of the native app is the open abuse of surveillance. Why does Teams _need_ local network access to function on my ipad? Why does outlook want access to bluetooth from my phone?

          Users don’t want to have to configure every app to fuck off, and native web apps (the world we _all_ live in) work way better than some hodgepodge of shit baked together by copilot that’s using unsafe calls and/or libraries.

          • eyeris 2 hours ago

            The Teams conferencing solution probably needs it.

            It’s pretty spiffy when it works - it detects whether you’re in the same room as the conferencing device and suggests pre-muting your audio.

          • eyeris 3 hours ago

            The teams conferencing solution probably needs it. It’s pretty spiffy when it works - it detects whether you’re in the same room as the conferencing device and potentially suggests muting

        • robertlagrant 36 minutes ago

          > That's a pretty simple view of native app vs web. Web will always have a lot of baggage that native apps simply won't have, layers and layers of abstractions that still needs to load.

          Well, as I say, you can definitely have webview apps that start fast and aren't taking ten seconds to do things. Not just blank canvasses.

        • zaphar 3 hours ago

          Web developers are not magically worse at this than native devs. See: much of the windows OS lately. The performance of a web view app is more to do with the quality of the devs than the platform it's built on.

          • sgt 3 hours ago

            Generally though, web developers are of lower quality than native app devs. Often little or no consideration to the layers below, and their focus is more on security rather than speed.

            • cogman10 2 hours ago

              Funnily, I'd say the reason web apps tend to be worse than native apps is because the web is so much more powerful and flexible.

              For a native app, I'm often limited to just a small set of components and maybe images I can put on those components. Animations are out of the picture. Configuring colors is sometimes not available but always painful (every component needs it tweaked, there's no universal way to change it). I can't really change things like border margins, rounding, or adding crazy stuff like wobbles or splash effects on click. And really, the more I try to add those things, the worse experience it ultimately ends up being as the OS style and theming moves on. My best bet is keeping everything as close to native styling as possible because that has the best shot of still being usable in windows 20.

              Because web apps allow configuration of everything, everything is configured. There are libraries and frameworks that do mass configuration. You can always add 1, 2, or 20 new layers and webdev has abstracted that away into a simple <MyButton /> component. And because of all these capabilities, you need a pretty beefy runtime to be assured you can do them all. Coupled with the fact that this is all also powered by a javascript engine.

              • sgt an hour ago

                Although technically speaking, native is much more flexible as you can literally do anything. But yes, most devs will just use standard UI components and that's it. So your point holds.

                • cogman10 36 minutes ago

                  Well, to do literally anything outside of standard components, you effectively end up in a realm of programmatically drawing your own "anythings". Certainly possible because obviously browsers are examples of this. But a lot harder.

      • stephenhuey 3 hours ago

        Yes, I’ve made multiple Jumpstart iOS & Android apps that work with Jumpstart Rails and the speed is awesome.

    • nicoburns an hour ago

      My main gripe with the Fastmail client is that it doesn't work offline. This is of course absolutely possible to do with a webapp, and IMO ought to be a priority for an email client.

      • jonpurdy an hour ago

        I literally switched on "Enable offline support", caching "All mail" offline on my iPhone a few months ago. Tons of free space, only using 4GB for offline.

        But when my phone is actually offline (on a plane or elevator) it beachballs when trying to find something.

    • zchrykng 3 hours ago

      Got an example of a well-implemented natice app for email? I'm bugged by some bugs with the Fastmail app, but have generally had a better experience with it than any other client I've tried. Search in particular is far better on the Fastmail app.

      • Jakob 2 hours ago

        I really like Mimestream, which is a native client for Gmail.

        Very fast and supports all the usual native macOS keyboard navigation, e.g. shift or command to amend selection in a list.

        • Barbing an hour ago

          It’s really tempting - uses their API for that speed.

          I’m worried Google won’t like it someday. It’s such a hassle if they shut you off that I want to seem like the most normal user to them. Pay Mimestream, skip ads, avoid Gmail app telemetry… any incentive for Google to permit it longterm? (Like maybe you’d switch to Fastmail if they killed Mimestream… or maybe not!)

      • JumpCrisscross 3 hours ago

        > Got an example of a well-implemented natice app for email?

        Mail.app isn't total shit. It's not great. But it doesn't fumble the basics, like Outlook for Mac, which thinks it's fine to take like 10s to show me my inbox.

        • Barbing an hour ago

          Why does it seem to take so long to get & read one new email?

          I can use get new mail or synchronize in Mail.app, but always spoiled by the instantaneous Gmail app notification. Often don’t have patience to wait for Mail.app for 2FA codes (just OCR or manually type from the Gmail notification mirrored on Mac).

          Also should back up a bulk of ancient emails clogging the app, might be partially my fault.

    • notwhereyouare 4 hours ago

      it really feels like that not progressing past the loading animation all of a sudden has gotten worse. like yea, used to happen like once a week for me, but now it's probably once a day

  • HumblyTossed 3 hours ago

    Yeah, somehow we've lost lessons learned. Used to be, you knew it would take forever to display all of something, so you displayed what you could as you had time to render it. For instance a long report. As you render each page you would make that available to display instead of waiting for the entire 200 page report to render first. "Feeling" fast was often as good as "being" fast.

    • someguyiguess 3 hours ago

      No we still do that in web dev. This one was just a classic example of design by committee. Classic microslop

  • Twirrim 2 hours ago

    Gmail used to offer a low bandwidth / performance webmail interface, that was essentially their original UI. Ran like greased lightning, used barely any memory. Emails loaded almost instantly.

    It was nice while it lasted.

    • nasretdinov an hour ago

      Isn't it still the case then? I used the basic HTML version when I was working at Google to try to understand whether or not it was slow because of the (unoptimal) frontend or not (it was the backend that sometimes took >=600ms to load messages unfortunately, not the frontend).

  • efsavage an hour ago

    Just last week I vibed an .eml viewer that uses WebView2 and can confirm that it's very quick when not encrusted with garbage.

    https://github.com/efsavage/WinEML

    Also a daily Fastmail user and it's as fast as any local mail client I've ever used.

  • bob1029 an hour ago

    WebView2 can be a fantastic experience when the application is designed around it with intent. It can't be a technological afterthought. Taking an application that was designed for web and throwing it in a desktop shell is how you wind up with bad experiences. A hybrid of WebView2 and native elements seems to be the best approach. You can completely hide the browser startup delay with these techniques. The Discord engineers decided to just throw a splash screen in front and call it a day. You could do that too. It seems to fly.

    • gigel82 an hour ago

      Until you look at memory consumption in Task Manager or Process Explorer. WebView2 spawns ~400Mb worth of various browser processes. Your main app process by itself might look nice and slim, but all that (somewhat hidden) cost is atrocious.

  • ericcholis 3 hours ago

    I think that the usage of WebView2 is a moot point. It effectively is an Edge browser just the same as Edge itself. There may be other underlying issues, but I'd be shocked if WebView2 was to blame.

  • thinkingtoilet 3 hours ago

    It's crystal clear Microsoft simply can't make good software at all anymore. Vendor lock and inertia are their biggest selling points.

    • herbst 3 hours ago

      When was the last time they did? Buying existing companies does not count

      • hylaride 3 hours ago

        Active Directory and MS SQL Server are both solid products, as is .NET. The windows NT kernel is very well thought out, too. The last iteration of windows phone was quite good, if too little too late.

        Don't get me wrong, MS will enshitify anything it can to make a quick buck. They're much like Disney in that regard.

        • SoftTalker 2 hours ago

          SQL Server is a fork of Sybase. Not a MS invention.

          Active Directory is probably based on someone's LDAP server, though I don't know for sure.

          .NET is a copy of Java

          NT kernel is good, thank Digital/Dave Cutler for that.

          • hylaride an hour ago

            > SQL Server is a fork of Sybase. Not a MS invention.

            It's long-since been rewritten. Pre-SQL Server 2000 it was garbage, but it's been improved significantly since then. I'd still use alternatives given the choice, but it's a solid DB.

            >Active Directory is probably based on someone's LDAP server, though I don't know for sure.

            So you don't know. It was written in house, using a bunch of standardized protocols (LDAP, X.500, kerberos), though with proprietary extensions (GPOs, etc).

            > .NET is a copy of Java

            That's a gross oversimplification. It's arguably a rip-off after MS tried to sabotage java, but it's their own implementation.

            > NT kernel is good, thank Digital/Dave Cutler for that.

            Yes, MS hired an experienced OS person for it. Probably one of the best things they ever did.

            ---

            I'm not saying MS deserves kudos or the benefit of the doubt, but they can put out good software, and these are all mission-critical examples of what they have to (having AD go down would bring a whole corporation to a halt). The problem is that with almost everything else, MS has the incentive and capability to ruin. And ruin they do...

            • SoftTalker an hour ago

              I will say that in the era when they came out with AD they really took "enterprise configuration management" seriously and made Windows by far the best mainstream ecosystem to manage hundreds or thousands of corporate desktops.

          • cryo32 2 hours ago

            NT, SQL, AD is good. It's the schizophrenic management in the last 20 years that has messed it up.

  • archildress 4 hours ago

    Sure seems like all this fancy Copilot coding help they have would've helped develop a better email client.

    • sznio 3 hours ago

      I think it really could. You can vibe-code efficient software, if you care.

      Microsoft's problems are organizational. A developer can't actually do shit correctly when constantly being pushed to deliver more.

    • delusional 4 hours ago

      It is. Classic outlook didn't intermingle ads into your inbox. That feature alone makes new outlook much better.

      Written on my windows phone 7 series 7

      - Satya Nadella

      • stackskipton 3 hours ago

        Depending on if you have Microsoft365, you don't get ads either. It's not ads, it's fact that browsers are still not native performance to Win32 application. However, companies hate maintaining multiple applications (Win32/MacOS) and Sysadmin at companies hate maintaining Win32 Applications as well so everyone starts building WebView2.

    • soco 3 hours ago

      The "new" Outlook is older than Copilot, so we can't blame the AI here. Don't take this as defense of the new Outlook - I hate it with the same passion.

  • reactordev 38 minutes ago

    Not to mention they puts ads in your email client regardless of whether you use office or not

  • codeduck 4 hours ago

    It would be hilarious if it, like Teams, was backed by Sharepoint. It would also explain a lot about how terrible it is.

m132 4 hours ago

And to think that the "old" Outlook's splash screen is there for a reason: it used to take a while to open before SSDs became commonplace! Windows in general used to be usable on HDDs; SSDs would blow everyone's pants off making everything open instantly. These days we have 20+ Gbps SSDs without the AHCI latency tax and they're no longer enough to open an e-mail.

THAT'S how low the ball has been dropped.

  • tveyben 2 hours ago

    Why this enshittification…

    I also see this bad design pattern - tried to clone an outlook calendar event, a meeting with a teams link it that I need repeatedly at sporadic new times (thus can not set it up as repeating).

    Outlook native is unable to do that - I am then forced to use Teams to clone the event, likely because Teams need a new meeting id - but why the f••• is Outlook native not able to do that (oh - it’s a webthing).

    Too bad they are making changes for the sake of changes (and $$$) in stead of user needs …

  • reaperducer 3 hours ago

    It's not just Windows. It's everything Microsoft.

    What steams my clams is that I can press Reply in Outlook and be halfway through the first sentence of my message before the reply window even opens. (M4 Pro)

    Almost every time I use Outlook, I have to rewrite my first sentence because half of it was typed before Outlook was finished doing whatever it does in the background. This doesn't happen with other mail clients on the same machine.

    It's not 1982 with 8 character keyboard buffers. I shouldn't be able to type faster than a computer can handle the input.

    • ryandvm 2 hours ago

      You're right, but it's not just Microsoft.

      I've been doing software engineering for 20+ years. I've been at a lot of different companies and at almost every single one I'm always kind of flabbergasted at how shabby the engineering is. I think maybe ONCE in my career did I work somewhere that I was proud of the engineering we were doing and it was a 18 month consulting gig at a startup with 3 engineers.

      This isn't hubris, I am part of the problem. Too few engineers working with overly vague requirements with not enough time always results in the same thing. We are all churning out products we should be embarrassed about.

      Microsoft might be the largest, most flagrant example, but code base entropy is a rampant force of nature. It is everywhere. Google Home gets steadily worse every week. How? They have like 100,000 engineers. Can they not spare a dozen of them to keep that product from being abject shit?

      Is there a solution? I don't know, but maybe LLMs replacing 80% of us is exactly what we deserve.

      • m132 2 hours ago

        > I don't know, but maybe LLMs replacing 80% of us is exactly what we deserve.

        Been there, done that, but I wouldn't put the blame on engineers. You said there it yourself:

        > Too few engineers working with overly vague requirements with not enough time always results in the same thing. We are all churning out products we should be embarrassed about. [...] They have like 100,000 engineers. Can they not spare a dozen of them to keep that product from being abject shit?

        You know the big O thing. If your algorithm is inefficient, it will ultimately slow down to a crawl at one point, no matter how many cores you throw at it. Now replace 'algorithm' and 'cores' with 'corporate processes' and 'employees' and you get a picture of what is exactly happening at large bureaucracies. Even worse so now that they can no longer afford to infinitely expand and have to cut costs (through LLMs and offshoring) while maintaining an illusion of growth for stakeholders.

        The funny thing is that, despite all of this, the core problem (IMO) of managers playing political games and reaching for short-sighted quick fixes like "new agile methodologies" [0] instead of doing their jobs well remains unaddressed. Meta has been recently letting go of middle managers in a (frantic?) attempt to tame the explosion of bureaucracy and the associated loss of efficiency, but the rest of the industry just appears to be repeating "AI" like a mantra. Even though coding itself has already been the most "over-optimized" part of the whole software development process and optimizing (the costs of) it further only results in further "Outlookization" of software.

        [0] https://newsletter.pragmaticengineer.com/p/project-managemen...

      • pjc50 37 minutes ago

        The solution is competition in software. But it's a really, really dysfunctional market. Outlook persists because it can speak to Exchange. Too many bad software products persist because they're part of a lock-in with something that's difficult or expensive to swap out. Ultimately, Windows itself.

    • aorth 2 hours ago

      In web Outlook I *very" often begin typing as some element is loading a popover and end up hitting some key that archives the message and leaves me scrambling to click Undo. I guess it's usually some contact comes into focus of my mouse and starts trying to load the org chart or whatever. Ughhhhhh.

    • big85 3 hours ago

      I hear the CPU fan spins up when you hit the Start menu now.

    • exe34 3 hours ago

      I remember the late nineties and early naughties, when I used to type faster than Windows could cope with, and it still never lost a keystroke.

netsharc 4 hours ago

Started a new job, with Windows 11. notepad.exe now takes 3 to 4 seconds to load on my work system... (even after closing the last tab and reopening the program).

Hah, it even has in-app purchases, for AI writing...

  • beart 4 hours ago

    As slow as Windows is (very), once you start adding the corporate security tools on top of it (Crowdstrike) and have to deal with a slow and buggy corporate DNS system, it just becomes unusable.

    The only way I can do anything timely now is through WSL.

    • nxc18 an hour ago

      True, those things make Windows unusable. They also make the Mac worse, but not so much worse that it isn’t an absolute breath of fresh air compared to any corporate provided Windows device.

    • yoyohello13 an hour ago

      Yeah, I'm worried about the day when infosec turns it's eye toward WSL. So far they have turned a blind eye, but just wait until someone cooks up an exploit targeting WSL...

      • fluoridation 33 minutes ago

        It's "just" a Hyper-V VM with some extra drivers to talk to the sibling VM. There isn't much special about it that should worry you too much.

    • ExoticPearTree 2 hours ago

      > The only way I can do anything timely now is through WSL.

      There's your mistake, if do it faster, you're going to get more work assigned. If you do it as Windows speed you get to do less work. Same money.

    • vachina 2 hours ago

      Yeh. The unix VNC session I connect to is snappier than the client host it is running on.

  • itopaloglu83 4 hours ago

    Microslop at its best.

    I’m struggling to understand what their end goal is. How much can you half ass everything until your entire company becomes just a nuisance.

    • Telaneo 3 hours ago

      Big assumption there that they even have an end goal.

      Given that making Windows' market share is more or less impossible to make any bigger at this point (every human on earth has used Windows in some capacity by this point; there are no new markets to expand to, the only option left is to not bleed old users, but that requires significant effort and a good strategy), they've opted to not really bother with Windows and shifted focus completely, leaving Windows out to dry, resulting in this and gestures vaguely at Windows 11 and everything else Windows.

    • LollipopYakuza 3 hours ago

      I have had the same thought for years. I guess their monopoly makes them able not to care about quality (and does not depend on it).

      A big decision maker, before signing a big contract, will look at the budget and won't care about how good is the UX.

      • itopaloglu83 2 hours ago

        At some point I assume somebody had to explain why the start menu is 40-50 times slower than previous releases. Or they simply vibe-code something and ship it not caring what they created.

    • tennfown 2 hours ago

      At thsi point i think the current goal is the annoy the tiny ants in the consumer market who complain and are a nuisance , but don’t make them much money compared is the big boys in the enterprise world.

  • y-c-o-m-b an hour ago

    I can't even start notepad.exe since upgrading to 11. It complains about a missing DLL. I'm only down to a few pieces of daily-driver software that I absolutely need a non-VM Windows installation for. Once I migrate from those, it'll be a full switch to Linux for me. I've hated Microsoft with a passion for far too long

  • Plasmoid2000ad 3 hours ago

    Lot's of enterprises are enabling whitelisting of apps launching using some sort of tooling - I think Microsoft provides one, and CrowdStrike etc. It's likely the delay involves a call to a backend application or even sometimes a web server. This would be on top of real-time scanning of every file before it's opened.

    • Joe_Cool 2 hours ago

      Microsoft has AppLocker (since Win7, I think). If you give it a curated whitelist it's actually quite alright and manages well via GPO. (until you manage to lock yourself out ;) Much less overhead than any 3rd party tool that hooks the kernel.

    • ngc248 3 hours ago

      True ... my company recently started deploying endpoint protection like crowdstrike, beyondtrust, zscalet onto our macs and these have slowed my machine considerably. They somehow spike the CPU just when I am doing something important.

      • vachina 2 hours ago

        Those are basically spyware hooked to every system call.

  • chris_wot 3 hours ago

    That's nothing. He have Surface Pro laptops, and of course it has Copilot built in. I tried to open an app by typing in a search. On versions without Copilot turned on, instantly finds the app. On a Surface Pro, takes a good 20-30 seconds for it even start the search.

    Complete rubbish. Not a single person in the organisation likes the new Outlook.

    • lelandfe 3 hours ago

      The amount of applications on the average consumer's laptop is such a tiny space to search over that there really is no excuse for this being anything other than instant.

      iOS and macOS suffer this too, it's like I open search and the operating system awakes from a hangover and makes sure it's wearing pants first

      • Uzazo 2 hours ago

        Tip: Spotlight searches through all data and can be slow, but there's a separate App Library search that only searches the app names and it's instant.

        • lelandfe 2 hours ago

          One of the first things I do on any Mac device is to disable Spotlight, install and bind Alfred to Cmd-Space, and then change Finder's preferences so that Cmd-F searches the current directory.

      • chris_wot 3 hours ago

        iOS and macOS aren't even close to the awfulness of search on Windows.

        • tonyedgecombe an hour ago

          Although they have just rewritten it so there must have been some problems with it.

  • criddell 3 hours ago

    Sounds like something is wrong with your system.

    My work machine runs Windows 11 and it's fully up to date. Notepad starts pretty much instantly.

    • maccard 3 hours ago

      At my last job I was responsible for 70 windows 11 machines. At my current job it’s 20. These are i7/i9 spec with 64+GB memory and NVMe drives. No endpoint management software, just Intune for device registration.

      They all have _very significant _ performance issues out of the box, with very long app startups, and very confusing slowdowns. I am 99% sure it’s windows defender doing an absolute crap ton of work on every single file open, and ignoring file and folder exclusions.

      • criddell 3 hours ago

        I know IT people often aren't given the time to dig into this stuff, but xperf and event tracing should reveal the culprit fairly quickly.

        The best resource for this kind of stuff is Bruce Dawson's blog:

        https://randomascii.wordpress.com/2015/09/24/etw-central/

        • maccard 2 hours ago

          I'm not IT, I'm' just the senior most engineer in a game studio. Ive got WPA captures that point to windows defender, even with processes and folders excluded. But I have literally no idea what to do with those traces, hence my 99% conviction.

          • fluoridation 28 minutes ago

            If it's that bad, why not just disable it?

    • froindt 3 hours ago

      The best demonstration of the delay is typing Calc in the Win+R Run dialog. There's a difference between instant and "way faster than Word".

      On Windows 7, you could hit enter and immediately start typing numbers and it would work. I have never worked on a Windows 10 or 11 machine where it launches instantly.

      I get a similar lag when launching Notepad. Not a huge disruption to the day, but annoying to see on a simple utility that used to be better.

      • criddell 2 hours ago

        That one is a little slower for me too - about 700 ms (it's a difficult thing to time with a stopwatch).

        • oasisbob 2 hours ago

          The iOS app "Is it snappy?" Is great for things like this.

          • criddell 2 hours ago

            That's really cool and what a great idea. Thanks for the recommendation.

      • diegolas 2 hours ago

        in windows 11 i launch calc from win+r and it opens right when i hit enter. the delay is not from the launch dialog/OS but from the app (i use windows 7 calculator, i've replaced it because i don't like win 10+ calc design)

    • pelotron 3 hours ago

      Just give her a little of the ole "works on my machine."

nzoschke 4 hours ago

Genuinely curious how quality is so poor at MS. Tech debt and deadlines and red tape?

This is the company that invented the term dogfooding and forced everyone to use Exchange until all the bugs were worked out.

I’m building a next gen web mail app at work and there are a ton of UX edge cases but the performance of the core UI is not rocket science.

I’m looking for help play testing to squash bugs, improve the last mile of performance, and to add Outlook support.

https://housecat.com/

The incentive is the mail app is “malleable” so you can craft custom workflows and UI widgets to help you get to inbox zero.

  • stackskipton 3 hours ago

    I clicked, saw this "The email app with its own AI agent" and closed. Another "Let's shove AI into something".

    Outlook already provides me this, it's terrible at it since context is key and context is probably buried in several places it has access to and despite that access, it still falls flat.

    • navigate8310 3 hours ago

      I hate this type of disguised ad paired with a running commentary on important issues.

  • klop1324 2 hours ago

    I work in what used to be Exchange. (my opinions are my own).

    There is no one reason for the quality issues. It's a thousand small decisions and problems that have compound against each other over decades, coupled with the sheer feature complexity+scope+impact and multiplied by the titanic scale and volume the platform handles.

    Additionally, the engineering culture really prioritizes backwards compatibility for customers (for good reasons) which bleeds into all aspects of the platform/decisions in both good and bad ways - and means that the big and obvious step-change platform improvements that could be made internally to make things better are not really invested in, or are deemed to expensive.

    It's still a great place to work, and I'm proud that my work is in some small way directly contributing to and helping billions of people's work lives but there's still a long road ahead to improving the customer experience of using the platform for both internal and external customers.

    • piker 2 hours ago

      Hard to blame (new) Outlook issues on backward compatibility... seems like it's a ground-up electron app that supports basically nothing from the classic version.

  • shevy-java 3 hours ago

    At some point they gave up on quality control. Not sure why but things went downhill at Microsoft years ago already. With the rise of AI slop and Microsoft turning into microslop, this trend just became amplified.

BLKNSLVR 3 hours ago

Calculator taking measurable seconds to load was the last straw for me for Windows 10. Exclusively Linux at home for a couple of years now, and there's a relatively steady stream of headlines to remind me of how good a decision it was to switch away.

  • yoyohello13 an hour ago

    Yeah, I've been exclusively on Linux at home since 2019. I have to do work on Windows though and it's a daily reminder that Windows is a piece of shit and gets worse with every update. WSL is the only thing that makes it bearable. It's like releasing a long relaxing breath when I can finally get on my home computer.

  • projektfu 3 hours ago

    Thankfully, that has improved, but there's still a weird bug where multiple instances of the calculator will spawn for no reason at all.

    • someguyiguess 3 hours ago

      The calculator in Windows 11 still takes several seconds to load for me.

      • Joe_Cool 2 hours ago

        Probably a cache thing. Win11 precaches a lot of stuff if you hover over it or have excess RAM. It's not as smart as SuperFetch and ReadyBoost (with an HDD) was but it's still doing similar things.

        • kalleboo an hour ago

          How big is the calculator app on Windows 11 that you need to cache it in RAM? On macOS, the calculator app is 6 MB. And that's containing both x64 and ARM code. How long does it take a modern SSD (6 GB/s?) to read that?

          • Joe_Cool 22 minutes ago

            If it's the same as on Win10 it's a UWP App that needs a ton of dependencies like .net, WinUI2/XAML.

            The appx is: Approximate size 21.8 MB according to https://apps.microsoft.com/detail/9wzdncrfhvn5

            Win7 calc.exe had 758KB for i686 and 897KB for amd64.

        • jen20 24 minutes ago

          You shouldn't need to cache a calculator app to make it load quickly - it opened instantly on a machine running Windows 3.0 with 2MB RAM.

      • bel8 2 hours ago

        Instant for me but I have a beefy CPU Ryzen 9800X3D and some crazy nvme.

        And most important: no corporate spyware disguised as anti-virus, in this machine.

  • SV_BubbleTime 3 hours ago

    I switched in 2023 or so, I have not seen one headline per your example or anecdote or comment or tea leaves that have made me question moving away from windows.

    Not one, not once. Even my worst day on Linux where something does work for seemingly no reason, still better than Windows.

lbriner 3 hours ago

They have enough employees to build native apps that run super quick but are still seduced by the web portability argument which, as we all know, is mostly untrue even now and which introduces all kinds of non-deterministic latencies/errors, which cannot all be handled neatly.

To be honest, this is the same in almost all apps that have any more than 10 developers working on them (my estimate!). Death by dependencies and a lack of coherent design.

As someone else said, though, some things like fastmail work OK in the browser so it is possible.

  • jarjoura 14 minutes ago

    Native software is incredibly difficult to build well.

    There are at least 4 platforms they would need to support: Win, Mac, iPhone, and Android.

    That's 4 different software engineers at least, just for the frontend.

    Then, there's various backend engineers, who could be shared, yes, but not always. Android's weird runtime requirements are bespoke enough that just because the database is written in C++, doesn't mean it's the same C++ database as what the Windows backend would use.

    Finally, there's the designers, who end up consolidating all the unique things about each native platform into a common design language so they can have a shared vision on all of the platforms. So engineers end up building UI that works identically on all 4 platforms, and you're basically building a bespoke "browser" at that point.

  • eudamoniac 15 minutes ago

    The platform is not the issue. Competent engineering teams could blow this out of the water with a single threaded jquery web app.

  • bluedino 3 hours ago

    > They have enough employees to build native apps

    They'd screw those up as well.

warumdarum 12 minutes ago

A pool of notifaction-agents trying to upsale copilot or staying quiet, is stateful aka a turing machine. If you use enough of these agents they can draw and behave like any software e.g. outlook

nticompass 4 hours ago

Wait, which Outlook is this? Is it "new Outlook" or "Outlook (new)"?

  • Sesse__ 3 hours ago

    It's the one that nags you to upload all your IMAP passwords and email to Microsoft's cloud.

  • nickfromseattle 2 hours ago

    Or Outlook.com, their free webmail alternative to Gmail?

  • marcosdumay 4 hours ago

    Apparently, not the one that comes inside Copilot :)

    • nticompass 4 hours ago

      Wait, which Copilot is this? :-P

      • marcosdumay 2 hours ago

        There are 2 that are a bunch of software. But AFAIK, they have the same Outlook inside.

      • Sharlin 4 hours ago

        It's Copilot all the way down.

deweywsu 32 minutes ago

What was really behind the push to get everything browser based in the first place? Is this all to make everything cloud based, software as a service, or did some exec see a demo of Windows 8 and think "web is the future" and over-rotate?

  • fluoridation 24 minutes ago

    The least cynical argument is internationalization. Rendering engines already implement robust text layout when multiple languages are involved, so it makes sense to leverage it. The more cynical argument is that it's easier to find web designers than desktop UI designers. The more-cynical-still argument is the one you said.

  • jarjoura 24 minutes ago

    Turns out the browser is an incredibly sophisticated and highly performant layout engine that works on almost every platform out there. Native UI frameworks are always going to be more efficient and let you access more of the hardware, but it's more expensive to maintain 2 or 3 separate codebases.

  • jen20 27 minutes ago

    The push is that web developers are easy to find, and native software developers barely event exist anymore (and if they do can get paid to work on things like trading software, though web is even picking up there!).

    Microsoft don't even _have_ a reasonable desktop UI stack, having been through at least 4-5 which gained minimal traction before being abandoned. The last successful one was Windows Forms, which is what I'd pick up today if I ever had to touch Windows again.

Telaneo 3 hours ago

I'm reminded of the Teams team making a comparison video between their old and new versions, which only went to show that the new version was also really slow (9 seconds).

https://youtu.be/CT7nnXej2K4

sreekanth850 2 hours ago

Hardware has become insanely fast, while software has become absurdly inefficient. During the Windows XP era, I use to browse the internet even on dial-up connections, use Yahoo Messenger, and run everything on a desktop with just 512 MB of RAM and a 40 GB hard disk, everything worked, but today basic use on Windows often need a minimum 8gb ram. I wish I could go back.

fwlr 2 hours ago

As Casey Muratori likes to say, “My superpower is that I’m old, so I remember when computers used to be fast.”

  • reddalo 2 hours ago

    I wish we had more Casey Muratoris and less Sam Altmans.

  • rafterydj 2 hours ago

    Man, I've really been falling into his stuff. So refreshing to hear someone speak from a perspective of care. It's good for my soul in this world of slop.

    • fwlr an hour ago

      I highly recommend consuming Casey Muratori content, particularly if it’s blue shirt Casey standing in a black void with yellow handwriting. Those are his high-production serious lectures, and they’re worth every minute. (It took me a while to find his YouTube channel because it’s called “MollyRocket”.)

zkmon 4 hours ago

Just a classic example of bloating degradation that happens to any software which has saturated all basic needs decades ago.

The issue is, as the product continues to generate revenue, the product team continues to get funding and they are forced to add bloat as new features.

Same with security and compliance standards at companies. You keep pouring more money, and you keep getting more fort walls and dungeons, without any regard to productivity and performance impact.

  • sznio 3 hours ago

    and now you can use AI to create even more unnecessary features even quicker.

    i think that having teams for each product is an antipattern. if the team was purely a "mail task force", the workers could be placed to work on Exchange or the Azure related bullshit. But now, the Outlook team has to constantly create unnecessary work for itself.

    • trinix912 3 hours ago

      From my experience using Outlook, they could keep the Outlook team for bugfixes only and still have enough work for the next 5 years just improving/fixing the classic version.

      • someguyiguess 2 hours ago

        This matches my experience as well. I see no lack of work to be done without necessitating additional features.

perarneng 2 hours ago

JavaScript needs to do whatever JavaScript needs to do.

It's incredible when we have AI assistants that slow shit like that still ships in products affecting millions of users. Imagine how much totally wasted energy that costs just because the companies are cheap. Just port it to Rust and run it as webassembly at least.

FinnKuhn 4 hours ago

The "free" version of outlook that replaced Mail is so bad that it made me finally switch to Thunderbird and I don't see myself going back anytime soon.

The only thing I'm missing sometimes is the Copilot integration, but copy and paste with Thunderbird is still faster than using Copilot in Outlook...

  • navigate8310 3 hours ago

    When I was using Thunderbird on Windows back years ago, i abandoned it in a week because it was absolutely slow when fed with years of archives as compared to Outlook 2010. Seeing recs for Thunderbird recently says something for sure.

    • Telaneo 3 hours ago

      I don't even think Thunderbird has gotten any significant speed improvements over the years (unlike Firefox). The only real reason it's gotten better on that front is that processors and I/O have gotten faster. Meanwhile, Outlook as managed to take every morsel of improved hardware, and squandered it.

      I've never had problems with Thunderbird on that front, but then again, I've never had email accounts with 100k emails archived.

    • Joe_Cool 2 hours ago

      I really like Betterbird. It's basically ESR Thunderbird + a few fixes.

      If you want mail to just work and updates going smoothly it's the solution.

jerf 21 minutes ago

Some years ago, Microsoft got the security religion internally. While it doesn't mean that they've been issue-free since then, it largely worked. They were dangerously close to acquiring a reputation as being too insecure to do real work on, and they resolved that enough for the market.

I wish someone would give them the performance religion. The saying that what Intel giveth, Microsoft taketh away is pretty old, but I will defend Microsoft in the past with the observation that, you know, 32MB of RAM to 64MB is a pretty small change in the modern sense. It doesn't take very many bitmaps or fonts or colors to burn through that sort of increase in power, even at the older resolutions of the past. There's a reason we don't all build our UIs to run on 386-class machines.

But it's gotten freaking absurd. I've got a 8-core monster that cranks up to near 5GHz at the drop of a hat, more RAM than I could have dreamed of in the 1990s, and a disk with numbers that I would have asked if you were accidentally talking about RAM back then (NVME SSDs still have ~500-1000x the latency, but the modern SSD wins handily on bandwidth). Modern code has more to do, more fonts, more graphics, more Unicode, but still it has gotten really absurd. 10 seconds on a modern computer is a lot of time. 12,000 frames of a AAA game ought to be enough computational power to check my email, not to have my email checker still choking and stuttering as it barely manages to start up.

jl6 2 hours ago

> Speaking of memory, the new Outlook uses between 490 MB and 636 MB of RAM while idle, with individual sessions varying based on mailbox size. Outlook Classic, doing the same job, uses around 117 MB to 148 MB at idle. A roughly fourfold difference.

They really picked the wrong timeline in which to 4x RAM usage for no benefit.

vjvjvjvjghv 3 hours ago

It's really hard to understand how these trillion dollar companies somehow can't afford to maintain quality apps. Seems every new Office release makes things worse. I assume the WebView2 makes things a little easier for devs but how much are they really saving at the expense of quality? And I have no idea what the product managers are doing. They are certainly not thinking about improving the product. The new Outlook and Teams feel like they are being hacked together by a bunch of interns that are trying out Scrum.

Eric_WVGG 2 hours ago

hey, I have a question for any product managers who are in charge of making decisions re: rebuilding app UI in Electron, like 1Password with their entire app, Adobe with their dialog boxes, Windows with their Start Bar (!#@!$!)

My understanding was that the proposition of Electron is that it’s there's some cross-platform advantages, also it’s basically easier and you can hire a junior dev to wing it.

My understanding of AI is that you can just tell a junior dev to vibe it.

So can't you turn your AI’s on making native UI via vibe apps? Shouldn't that be really easy for any idiot, and also performant?

  • rafterydj 2 hours ago

    Not a product manager but I habitually try to play devil's advocate as one. I think it's popularity, full stop. You _could_ vibe code a native app no problem - but then you're targeting one set of hardware. If you're already just vibing it, why not make something that will work cross-platform while you're at it? And if an LLM is prompted with that, they'll usually go with the popular choice: web app on Electron.

    • bluGill an hour ago

      There are plenty of cross platform options. I write with Qt for example.

ksec 2 hours ago

That is why I said the 2x improvement about Webview they said earlier doesn't matter. And I believe the 10sec already accounted for the 2x improvements.

>the new Outlook uses between 490 MB and 636 MB of RAM while idle, with individual sessions varying based on mailbox size. Outlook Classic, doing the same job, uses around 117 MB to 148 MB at idle. A roughly fourfold difference.

In the old days, we would have cried about 150MB memory usage idle as being bloat. Why isn't it 30 to 60MB. Now 150MB is still so much better than 600MB.

I am not sure if Native will ever win. I do wonder if we could somehow make webview, or may be a subset of webview that is as fast as native.

  • Telaneo 2 hours ago

    > In the old days, we would have cried about 150MB memory usage idle as being bloat.

    I'm curious how much of those 150 are things that can't be boiled down to 'text', since that should be roughly the same size as on completely un-bloated software. The database of emails, the plain text of said emails, and all the basic UI should all be nothing but text and take up next to nothing.

    Images on the other hand. I'd imagine Outlook Classic hasn't been made with 1 MB PNGs for all their icons, so it's probably not that that's pulling the memory usage, although it's probably contributing. Meanwhile, New Outlook (New) probably didn't optimise a single thing, so it probably is using 1 MB icons, which then quickly piles up. Not to mention the whole webview rendering backend, since we apparently can't make anything without going through a few layers of abstraction first.

Adam-Hincu 5 hours ago

2026 Microsoft software in a nutshell. More clutter, less performance.

dspillett 2 hours ago

https://archive.is/pcRNR for those who prefer minimal stalking as they travel the web.

[even when the top-level tracking preferences look full off, if you dig down you'll find some “part” on, and you can't set them full-off (you are blocked from disabling tracking by Amazon at least)]

[Mental note to self: add “windowslatest.com” to “are you really sure you want to go there?” DNS greylist]

jp191919 2 hours ago

New Outlook doesn't even have feature parity with Outlook Classic.

mawadev 3 hours ago

If i was in charge at MS, I'd go full return to monke and put a lot of devs into making winforms work great with 4k and high DPI. Then rebuild the most critical apps with winforms using a new layouting engine and some wpf concepts carried over. Nothing new or fancy, just old but gold.

  • 0cf8612b2e1e 10 minutes ago

    History shows that there have been many Microsoft executives with a vision of building a new, perfect GUI toolkit. They all were released half done and quasi supported to this day.

bonoboTP 3 hours ago

Why are you not on thunderbird yet? Why do you get Windows notifications? Are you using Windows? I don't understand how there are people who can notice such things but still use windows in 2026. Also, please don't write with AI. This post was written with AI.

  • yndoendo 2 hours ago

    Often people have no say in the matter. Major of forced Microsoft usage comes from corporate IT. Corporate IT likes Microsoft because the amount of tooling available to manage it. Often these same people run Linux or Mac at home.

    Rest of the people do not know the difference or know how to change out the software with better alternatives. Example, Firefox keeps loosing customers to Chrome and yet Firefox fully supports Manifest V2 with proper Ad-Block support, which increases computer security. Show these people an Ad heavy website with Chrome vs Firefox & U-Block Origin, this looks like magic to them.

    Personally, you have to pay me to use Microsoft products. I have been game exclusively on Linux for nearly 10 years now. Before that, 5 years of dual booting just to game.

askonomm 3 hours ago

At this point I’m convinced that the only people working at Microsoft are those who nobody else would hire. There is no way a self-respecting person would be ok creating garbage like this, day in and day out.

  • JellyBeanThief 3 hours ago

    Maybe they do respect themselves and have decided the money in the job is just a means to other ways of respecting themselves that don't involve benefiting MS or customers or users.

storus 2 hours ago

I couldn't even get new Outlook to sync with some email accounts. And my Office 2019 licenses will stop working next month due to a cert expiry Trojan horse baked in by Microsoft. Why does MS think I will ever want to pay them for anything ever again?

fg137 4 hours ago

The biggest issue I have with new outlook is meeting notifications (reminders) on Windows.

I see a freaking loading screen with the Outlook logo for 5 seconds before the window is updated with the meeting name along with a button to dismiss it. Yes that's everything in there.

How does Microsoft think this is ok?

  • BLKNSLVR 3 hours ago

    Clicking a Teams meeting link from Outlook Calendar opens the pre-meeting screen to allow enable/disable of camera/microphone, plus it also loads up a little reminder window with Join and Dismiss buttons _over the top_ of the Join button of the pre-meeting screen.

    Every time.

    And then there's the fact that, if Teams wasn't already loaded, you can be up five minutes late for a meeting waiting for Teams to roll out of bed despite having clicked Join bang on meeting time.

    I don't have the most up to date system at work, but it feels like 90s wait-computing.

Melatonic an hour ago

Even the damn Artemis astronauts on the way to the moon had to call home to troubleshoot Outlook

teekert 3 hours ago

New Outlook also does not do IMAP for me at all. Even though it says it does, sending you on a nice time wasting goose hunt. Thank you MS.

  • reddalo 2 hours ago

    New Outlook doesn't actually do IMAP at all. What it does is sending your IMAP credentials in clear text to a remote Microsoft server, which will then fetch email for you.

1970-01-01 5 hours ago

Peak Outlook was 2016, right before the 365 mess.

  • MichaelZuo 4 hours ago

    I heard excel guys say peak Excel was 2010.

    Where there any genuinely useful features Outlook 2016 had over 2010?

    • 1970-01-01 4 hours ago

      Mostly memory management and 64-bit support finally being on-par with the 32-bit versions, but it's hard to argue the nuance overall.

      • deburo 4 hours ago

        The switch to hardware-accelerated rendering was poor. It's still causing issues today. Is it the graphic drivers' fault or their poor implementation? Who knows, but they also disabled the switch that allowed to turn it off, which is just classic Microsoft being annoying.

    • airstrike 4 hours ago

      I'm an Excel guy and 2013 was an improvement over 2010 with very little to dislike.

    • Yossarrian22 3 hours ago

      You can take LET and LAMBDA from my cold dead hands

    • j16sdiz 4 hours ago

      XLOOKUP was introduced in 2019. I thought it was a great update

    • Someone1234 3 hours ago

      I wouldn't trust an "Excel guy" who said that, they aren't staying current/using new functionality.

      Just off the top of my head:

      IFNA, FORMULATEXT, DAYS, CONCAT, IFS, SWITCH, XLOOKUP/XMATCH, FILTER, UNIQUE, LET, TEXTBEFORE/TEXTAFTER, LAMBDA, et al.

      But my favorite improvement is the "don't intentionally corrupt CSVs" options found in Settings -> Data -> Automatic Data Conversion (hint: Disable everything). Only took them 30-years to add that. Absolutely absurd these are enabled by default still.

      Excel is one of Microsoft's best pieces of software and one of the very few they haven't turned into slop YET. Still don't understand why we don't have local-only Python to replace VBA at all license levels (i.e. non-cloud).

      • jandrese 22 minutes ago

        I gave up on Excel for working with CSV years ago, but it sounds like I need to go back and try again. It used to drive me crazy how the import function was all "just fuck my shit up, Fam" every time.

        Reminds me of the old joke about it: How is Microsoft Excel like an Incel? Both think everything is a date.

      • nhinck2 3 hours ago

        > Automatic Data Conversion (hint: Disable everything).

        It still butchers long strings of digits if they are more than around 12 and less than around 15 digits long, its very annoying still.

        Also textjoin and textsplit and the whole spill functionality.

blueferret 3 hours ago

At this point I would pay up front (one-time fee) for a Windows email client that rendered fast, worked with multiple account types including Outlook, had a nice simple interface so I can focus on the messages, and didn't have AI stuffed into it. Seems like we just don't have that.

reddalo 2 hours ago

The funny thing is that the Outlook client for Mac is a native app and it's way better than the Windows client.

bogometer 4 hours ago

Anytime a relative installs a new machine I get the call "What is wrong with outlook?". It's always "new".

complianceowll 3 hours ago

Me: I'm tired of this, grandpa... Microsoft: Well that's too damn bad!

Sharlin 4 hours ago

The Outlook web app breaks browser navigation, I thought we had that figured out in SPAs like, more than a decade ago. But it does load almost-instantly (less than a second) so that's nice at least.

  • rcarmo 4 hours ago

    Where does it break nav? Honest question, because I have been living inside it for almost 7 years now and actually prefer it to any of the desktop clients (except on the Mac).

    • Sharlin 3 hours ago

      On desktop (Firefox) at least if I navigate to another folder, the URL changes but the browser back button doesn't change the view back to inbox. On mobile (iOS Safari), if I open an email, then try to navigate back, it takes me all the way back to the login page. The app also seems to use old-fashioned #anchor-based URLs rather than the navigation API.

      (Hilariously, I found a feedback link but it points to a 404.)

AzzieElbab 2 hours ago

Oh man! How do we ever get enough compute to run AI if AI-written apps end up eating it all?

aboardRat4 3 hours ago

Is anybody still using email in 2026?

Everybody I know uses IM systems like Wechat, WhatsApp, Telegram, Signal.

  • kevinsync 2 hours ago

    Email is still (and IMO always will be) the defacto method of communication for anything professional, regardless of whether it's 1994, 2026 or 2095. I'm not even totally convinced that something else could come along and usurp it; it would have to be something so easy, so ubiquitous, fully-supported across every piece of software and internet that you encounter, while serving as a form of identity and "fixed geography" (think about how email addresses serve similar purposes as postal addresses), trustable, comprehensive, and completely open and free (not as in beer, but as in protocol-level free) ... and even then, the value prop would have to be cheaper, seamless to migrate all existing email-related stuff to, and backwards compatible with / significantly more compelling than email itself, to convince the world to adopt it.

    I'd love to see it though, because email really is long in the tooth at this point.

  • ThinkingGuy 2 hours ago

    IM is fine for quick, ephemeral communications ("I just arrived at the restaurant") or automated processes ("Your authentication code for $BANK is 9975"), but for meaningful, thoughtful communication between human beings, email works better for me. The main advantages:

    - I use my own domain, so I'm not tied to any single provider

    - I can keep a copy of everything (I still have some emails from 30 years ago)

exabrial 3 hours ago

Why is anyone still using Windows in a year greater than 2010?

  • jwagenet an hour ago

    Some of us use software that is windows only eg any non-software engineering discipline.

DaedalusII 4 hours ago

its faster to use an LLM + MCP (chatgpt or claude integration cloud integration) to search your email than to use the search field in the web browser now

its also possibly cheaper than the monthly licence fee for the desktop app suite

instakill 4 hours ago

new Google homepage takes [many] seconds to do what classic Google did instantly

  • herbst 3 hours ago

    Just tried it. It loads instantly and then loads some other stuff I never seen before. However for me the main thing still loads instantly.

  • Ekaros 4 hours ago

    Same with Gmail. On decent desktop with multi-hundred megabit connection. Frankly just amazing how poor things have gotten.

    • stackskipton 3 hours ago

      Yea, everyone is trashing on Outlook web while Gmail is over there doing same exact shit. Even worse, Gmail has never well integrated all its features. Apparently having easy access to my full calendar requires a new tab.

financetechbro an hour ago

New outlook also pre loads ads and it takes a few seconds for the paid verification to go through before the ads go away. Very frustrating clicking on the first email at load time only to realize it is an ad. Just the icing on the sh*t cake.

Razengan an hour ago

How else would we know Microsoft is still Microsoft?

It's the "blink twice if you're okay" test for them.

On a side note, how long did it take for IBM to go from being everywhere to becoming irrelevant?

shevy-java 3 hours ago

Win11 may be the best thing for Linux. After all, people who are pissed by Win11 may eventually change operating systems.

Now if only Linux were to offer a useful GUI ...

  • SV_BubbleTime 3 hours ago

    Linux doesn’t define a GUI. I think you mean ”Now if only there were a distribution of Linux that implemented my personal idea of what a GUI should be.”

    To which, I bet someone does. If you think Windows nails all the right ideas, there is Mint.

einpoklum 3 hours ago

"Old" Outlook is slow enough as well. Especially with Corporate "security" software.

htx80nerd 2 hours ago

I have ~3 lower/mid range Linux laptops and 1x mid/high range windows gaming laptop. It's amazing how slow the windows machine is despite being an absolute beast compared to the linux machines, which have way worse specs.

jasonvorhe 4 hours ago

Everything this company touches is shit. Unbearable.

JumpCrisscross 3 hours ago

Is this why Outlook for Mac is such crap?

  • SV_BubbleTime 3 hours ago

    Yes, that’s effectively new outlook in an electron(-like?) container.

tiahura 3 hours ago

I wonder how many MS engineers are lamenting how superior Classic Outlook is for AI integration. COM and VBA let cc do pretty much everything.

2OEH8eoCRo0 3 hours ago

Decisions of a company with no competition.

  • SV_BubbleTime 3 hours ago

    I like that many of the people the agree with this live in California and are or assume to be happy with complete one-party rule.

    • qwerpy 2 hours ago

      It's not so bad here in Orange County. City/county politics are more balanced and provide pretty good counterweights to the state party. It's much better than the Seattle area, which truly has uniparty rule and it shows. People are less civil and tolerant there, crime and schools are worse, quality of life is lower.

      I agree with the parent comment though. MS just doesn't have meaningful competition for Windows and Office, and the terrible software quality/experience is what we get.

botanrice 3 hours ago

Literally was just googling yesterday about why Windows File Explorer genuinely takes longer to boot up than microsoft edge. Insane how fast they are enshittifying.

  • BLKNSLVR 3 hours ago

    I think that's caused by OneDrive. Which was the "shove down your throat" flavour of a couple of generations ago.

    F OneDrive.

SoKamil 4 hours ago

Outlook for Mac is surprisingly good, though. Every interaction feels (and is) native.

Kudos to the team. I think this is same team that maintains Office Suite for Mac.

I hope to see Teams for Mac in the future. Current Teams app is dogshit.

  • e12e 3 hours ago

    Surprisingly good is a stretch. Barley adequate more like it.

    Now that they've hidden mail access behind oauth (imap and SMTP, additionally SMTP behind global default off policy) and graph api behind oauth2 - it looks like they don't have to worry about real mail clients competing.

    Actually fighting [f] to get mail in/out working with freescout right now - and having had learn more than I care to about o365 and PowerShell etc - I wonder how hard it would be to write a couple of stand alone tools to get fetch/send/sync mail working with o365 and local maildir - to get my/sup/any sane Mua to really work with o365/exchange/outlook.

    Then there's calendar and teams to deal with..

    [f] Thankfully our o365 reseller does most of the fighting - I'm happy to not have tenant-wide admin in AD/entra/whatever kerberized LDAP is called today.

  • lawlorino 3 hours ago

    Are we talking about the same Outlook here? And I mean that sincerely. I just joined a new company and now have to use MS software for the first time since Windows 7. Outlook, Teams, OneDrive, you name it, are all a clunky mess (at least on MacOs).

stainablesteel 4 hours ago

microsoft is an amazing study in managed decline

that people still buy this, businesses still rely on their infrastructure, and their stock is somehow world-class is outstanding for the fact that its operating system can't do what middle school level coders can accomplish

ska80 an hour ago

enshitification

expedition32 3 hours ago

I honestly don't even care so much because I do everything on my phone these days but yes it has become apparent that Microsoft hates Office.

classified 2 hours ago

The only thing not slowing down is the speed of enshittification at Microslop.

mc32 4 hours ago

They so screwed Outlook. The stupid thing refuses to respond after switching to a diff network or SSID till it’s completed some synchronization of some kind. The stupid app refuses to come into focus.

I really don’t need the freshest view at once. Maybe I just need to look at an open email you dog of an app!

Why did they castrate Outlook? Does MS hate itself? What in the name of shit are they thinking? Who does this make happy?

  • InitialLastName 4 hours ago

    What I don't understand is why search is so broken.

    If I do a search of my inbox with a lot of results, it gets lazy-loaded. Fair enough. But why, when I scroll to the bottom and it loads the new batch of email, does the view need to jump back to the top of the list?

    Why has Gmail been able to recognize and properly group/deduplicate prior conversations in top-posted email threads for 20 years, but Outlook can't bother? That also breaks search, since every email with the result somewhere in its body (even prior emails) will appear.

knorker 4 hours ago

> like all web apps, it’s slow

No, that's a very uninformed take, and contradicted on two fronts:

1. Microsoft's other native apps have gotten unusably slow lately, too.

2. There's definitely plenty of fast web apps.

I don't mind snark, but make it factually accurate.

This is just Microsoft's poor strategic decision to try to drive as many as possible to Linux. Hell, weren't they bragging recently about managing to make opening the start menu take only a tenth of a second? It should be instant.

Maybe they think we'll replace users with AI, too. AI is the only thing slower than Microsoft's UIs lately.

  • sgt 4 hours ago

    Web apps tend to be a mixed bag. After a while they become slow because of dozens of async operations relying on network.

    That can be an issue for native apps too, but they tend to be designed in a local-first manner, which means that they'll always have a speed advantage, assuming your typical dev team.

  • itopaloglu83 4 hours ago

    Another way to say tenth of a second is 100,000,000 nanoseconds.

    We have 4GHz computers with 8-16 cores, and it takes 100,000,000 cycles to show the start menu?

    Edit: Corrected the scale factor.

    • xmddmx 4 hours ago

      Another way (which happens to be correct) to say tenth of a second is 100 000 000 (one hundred million) nanoseconds. You were off by a factor of 1000!

      • itopaloglu83 4 hours ago

        Yeah, I skipped microseconds entirely.

      • jiggawatts 4 hours ago

        Also, at a typical turbo speed of 5 GHz you get half a billion clock cycles and multiple instructions can be retired per clock for about one or two billion total in those 100ms.

        That’s about 1,000 instructions per pixel of the Start Menu!

  • AshamedCaptain 4 hours ago

    What native apps is Microsoft developing as of lately?

lenerdenator 4 hours ago

Honestly, for most intents and purposes, we could have just stopped with Outlook 2010. I'd have paid $5/mo for security patches.

anthk 5 hours ago

Thank JS and Electron supporters for that.

  • vajrabum 3 hours ago

    Is the new Outlook client a JS/Electron app?

  • j16sdiz 4 hours ago

    npm love this comment