how much backwards compatability do i neee nowadays?
my laptop only needs to run a few things:
browser
vscode
steam
the microsoft drawing app
some office stuff
sublime
discord
which all update pretty regularly.
the age of the desktop app has been replaced by the age of the browser and electron based apps. i can imagine businesses who built their own set ups back in the age of the desktop app being stuck with it, but for the most part i dont think i used windows' backwards compatability anymore
They may update regularly but that doesn't mean they only use modern features. E.g. even just Steam itself (not just games in it) is largely still 32 bit on Windows requiring gigabytes of 32 bit compatibility files using interfaces going back decades even though Windows 11 itself doesn't have a 32 bit version anymore.
Because integration into the desktop is better as an Electron app. Eg sound and video calls, keyboard shortcuts, not having to worry about finding your Discord/Slack/whatever tab
Electron apps can use desktop capabilities. Web apps are at the mercy of the few desktop-bridging APIs that browsers inconsistently expose. They’re not talking about UI/UX “integration”.
Discord for instance has this “currently playing game X” feature. I have zero interest in broadcasting what I’m doing at the moment to the world, but many do and have this feature enabled. Good luck implementing that in a browser-confined web app.
I think it's because the apps have additional functionality and because the services push users to use the apps on their websites. Some of the additional functionality is artificially limited to apps as companies can put more tracking, advertising, and can ensure that people won't leave their service easily by just closing a tab.
Because browser's haven't built enough compatibility with the desktop to use it like a regular app, therefore severely limiting---sometimes intentionally---what you can and can't access on the file system. It is expected sometime in the near future that browsers will have enough sandbox protection that they will then enable app developers to do the same things that only Electron allows but without the excessive bloat you get from Electron versions.
Isn't it interesting that both you and I frequently use Sublime and VS Code? Why can't VS Code kill off Sublime? It's interesting to me where a text editor like Sublime can't be a preferable IDE, but an IDE also isn't a preferable text editor?
I have the same feelings. Sublime has really good, “let me visually manipulate text through cursors” functionality. The find all, regex highlighting, and multi cursors are really nice. These features are in nearly every editor but they always feel crappy to use compared to sublime.
I’m starting to get back into emacs recently though because I like fiddling with tools more than productivity.
I've migrated to vscode from sublime. Vscode integrated debugger, lsp, etc are way ahead of sublime. That said, typing in sublime just feels good compared to vscode. I keep sublime around for quick edits.
my laptop only needs to run a few things:
browser vscode steam the microsoft drawing app some office stuff sublime discord
which all update pretty regularly.
the age of the desktop app has been replaced by the age of the browser and electron based apps. i can imagine businesses who built their own set ups back in the age of the desktop app being stuck with it, but for the most part i dont think i used windows' backwards compatability anymore