Earlier quoted context omitted.
Lightroom 5 is miles better than what they offer today. Lightroom Creative Cloud is steaming dog shit. Adobe seriously gets to extort over $120 a year out of me simply for the privilege of reading raw files from a new camera. They provide zero positive contribution these days. All of these incumbent tech companies extract rents on algorithms written decades ago. This needs to end. I am very excited for AI to get adva…
> I am very excited for AI to get advanced enough to whip up replacement programs for everything these companies maintain monopolies over. You are wildly off base. The algorithms aren't difficult or special. They were written by people reading text books for the most part. They are able to sit on an on old algorithm for decades because the DMCA made interoperability and selling cheaper tools like that basically illeg…
Office is too slow, so Microsoft is making it load at Windows startup
961–970 of 1001 posts
Re: Office is too slow, so Microsoft is making it load at Windows startup
#962Earlier quoted context omitted.
> Typically, perf isn't a few bad decisions. It's a very large number of independently reasonable decisions that add up to a bad result. If the team loses that discipline for even one moment then it's very very difficult to fix. I wonder if my former team still exists or if they've all been reassigned elsewhere. This is precisely where the adage "premature optimization is the root of all evil" falls apart. You really…
It's not premature if your crafting an office product in 2025 which sits in a direct line of 30 years of the same word processor.
Re: Office is too slow, so Microsoft is making it load at Windows startup
#963Earlier quoted context omitted.
I came here looking for this. It's an old idea, from the days when spinning rust was the limiting factor - precache the binaries. If you ever tried Office 97 on a PC of 10+ years later, it's amazing how fast and lightweight it was. Instant startup, super snappy. And those apps were not lacking in features. 95% of what you need out of a desktop word processor was in Word 97.
> from the days when spinning rust was the limiting factor How did we get back to this though? We have gigabytes/sec with NVMe and stupid fast CPU's with at least 4 cores in even low end models. Yet a text editor takes so long to load we need to load it up on boot... Such a frustrating field to work in.
Re: Office is too slow, so Microsoft is making it load at Windows startup
#964Earlier quoted context omitted.
> I wish companies would go back to building fast apps It seems fascinating how much more efficient Windows apps were back in the nineties, capable do to almost everything the same today apps do in a similar manner on orders of magnitude less powerful hardware, often performing even faster. The last time I expressed this, probably also here, somebody suggested the performance drop is the cost of modern security - vul…
How much modern security do I need to write & print a term paper or church bulletin on my own computer?
Re: Office is too slow, so Microsoft is making it load at Windows startup
#965Earlier quoted context omitted.
I have a vague recollection of that being related to embedded browsers in apps, and I think it was related to performance not child processes for unknown client apps.
That's not Edge the browser, but a separate app called Edge WebView2.
Re: Office is too slow, so Microsoft is making it load at Windows startup
#966Earlier quoted context omitted.
How bad the search features in outlook and teams are, is part of the reason I don't bother trying Bing. If you can't get local search right, global search is going to suck too.
They are completely unrelated teams (or at least used to). Might as well be different companies.
But they are still all search functions, and the Outlook & Teams search functions seem so terrible that you'd think they'd try do something about it to support the pubic view of their other search related efforts.
Re: Office is too slow, so Microsoft is making it load at Windows startup
#967Earlier quoted context omitted.
> I know this is such a stereotypical "get off my lawn" statement but we've lost the art of software engineering. Indeed. I am sure many of us here are burnt out on bloat. I am also sure many of us want to move to smaller stuff but cant simply because of industry momentum. BUT that doesn't mean the dream is dead, only that we must work towards those goals on our own time. I found Plan 9 and haven't looked back. I can…
And just when we think we can't make software any more inefficient, slow, and bloated, they release things like Electron, where you ship an entire browser with your app! And then when we think it can't even get worse, we have Docker and containers where we ship the entire OS with the application. I'm looking forward to when app developers ship you an entire computer in the mail to run their text editor.
As for your second point: [1]
Re: Office is too slow, so Microsoft is making it load at Windows startup
#968Earlier quoted context omitted.
>> It's all about stuffing as many features in as quickly as we can... The problem isn't "engineering" the problem is the culture of product management. (Note: NOT product managers per se). I ask this basic question, how many Directors, VP's or CPO's do you know who got their job based on "cutting out unused features"? If you can find one, it will end up being the exception that proves the rule. The culture of "add",…
> I ask this basic question, how many Directors, VP's or CPO's do you know who got their job based on "cutting out unused features"? Google goes a step further and kills entire apps
Re: Office is too slow, so Microsoft is making it load at Windows startup
#969Re: Office is too slow, so Microsoft is making it load at Windows startup
#970Earlier quoted context omitted.
some of the modern software is slower because someone made a poor decision to fetch something from the network on the critical path of main functionality... kills me
Example: https://old.reddit.com/r/libreoffice/comments/upf8nw/fixed_o... Opening a spreadsheet, even if you don't want to print it, will hang for 30 seconds doing nothing, because LibreOffice will load the printer settings for the document, which means asking the printer, which if the printer is network-based and turned off, means a 30 second wait for a timeout. Reported in 2011, still not fixed: https://bugs.documen…