Earlier quoted context omitted.
I wish companies would go back to building fast apps, but alas. Everything is feature-packed and requires you to download half the internet. My intellij license just expired so today I'm back using Sublime Text, and honestly it's a breath of fresh air / relief - and it's not even the fastest editor, iirc it uses Python under the hood. I've installed Zed but getting plugins and keyboard shortcuts all lined up is alway…
> 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…
Office is too slow, so Microsoft is making it load at Windows startup
661–670 of 1001 posts
Re: Office is too slow, so Microsoft is making it load at Windows startup
#662Earlier quoted context omitted.
It’s because modern devs by and large have zero concept of latency differences. I had to explain to people yesterday why an on-disk temporary table in MySQL was slower than an in-memory one. “But the disk is an SSD,” was an actual rebuttal I got. Never mind the fact that this was Aurora, so the “disk” is a slice of (multiple) SSDs exposed over a SAN…
https://gist.github.com/jboner/2841832
Re: Office is too slow, so Microsoft is making it load at Windows startup
#663Re: Office is too slow, so Microsoft is making it load at Windows startup
#664Earlier quoted context omitted.
Yeah that era of Office, pre-ribbon, was pretty nice as Office goes.
Ribbon was better for most people who didn't have all the shortcuts in muscle memory. It is much more discoverable.
CUA ~= "standard menus + keyboard shortcuts for dos and windows": https://en.wikipedia.org/wiki/IBM_Common_User_Access
Re: Office is too slow, so Microsoft is making it load at Windows startup
#665Surprised there’s no mention of Google Workspace here. I’ve been using Workspace exclusively for probably 5 years now. It’s obviously faster to open, the interface has remained clean and simple, and they’ve steadily closed the feature gap with Word, Excel and PPT. The only major gap remaining, IMO, is on Sheets - performance as sheets get large or have lots of formulas, and plotting . If Google would take that produc…
I did not realize how many people on HN are still using MS suite, a nice refreshing bubble buster.
Re: Office is too slow, so Microsoft is making it load at Windows startup
#666Re: Office is too slow, so Microsoft is making it load at Windows startup
#667Re: Office is too slow, so Microsoft is making it load at Windows startup
#668Earlier quoted context omitted.
If you like fast apps, maybe check out FilePilot, a Windows explorer alternative. https://filepilot.tech/ It's amazingly fast, though it's missing some features and will be really expensive when it leaves beta.
In my opinion Total Commander has always been the most ideal (also fast) file management tool since Windows 3.x. It was named Windows Commander back in the days but it still supports Windows 3.x as Total Commander.
Re: Office is too slow, so Microsoft is making it load at Windows startup
#669Earlier 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…
Nah, it's about favouring bad programming practices, not thinking about the architecture of the software and giving developer experience a bigger role than end user experience. All these stemming from a push to get to market earlier or making employees replaceable.
Ironically, it was specifically the longer feedback cycle of long builds and scheduled releases that seems to specifically have given us better software?