Post

Avatar
I think it's cool that Electron is so common for multi-platform development because it appears to absolutely suck shit on Windows.
Avatar
It sucks everywhere. It’s a disaster.
Avatar
eh, I disagree. It gives you the tools to suck, but VSCode proves pretty effectively that it doesn't have to (and there are significant extensibility advantages to VSCode using TypeScript as their main language). The root problem is that most people using Electron don't know how it actually works
Avatar
It's worse on Windows because, IME, there are some assumptions baked pretty deep in Electron that you have to keep in mind when running there
Avatar
I’m a software deontologist and I think that it enables nothing I want at the expense of much that I I hate.
Avatar
And it’s the fruit of the poisoned web tree. ABOMINATION.
Avatar
you will not make me React to this, it is outside of my purVue ...i don't have one for Svelte and honestly the name is pretty funny given where it's gone
Avatar
Like, I use a Macintosh exclusively, and I choose to do so because I like using a Macintosh, and a big part of that is the affordances the platform offers, and the only argument for Electron garbage is that it runs on a different (and much worse) platform. No! No thanks! I'll do without!
Avatar
My experience with VSCode and Atom on Mac have been smooth. Maybe resource intensive but nothing like Chrome or some others.
Avatar
Even though it's possible to make something that's reasonably efficient, most developers are not billion dollar companies and will instead just push the resource hog out the door when it can stand on its own. Most people don't have the time, resources or competency to pull a VSC off.
Avatar
I love a resource hog so much...!
Avatar
the thing people dont understand about multiplatform computing is that, in spite of its nigh-universal proliferation in the home market, windows is still the odd duck out in terms of how it's structured
Avatar
like, everything else is either a UNIX clone, a UNIX descendant, or is designed to be compatible with UNIX-esque systems, but windows has absolutely no UNIX blood in it and has actively refused to implement better support for other systems.
Avatar
The reason why the hosts file in Windows is located in a weird place and called "hosts" is a UNIX compatibility compromise. It also accepts forward slash as a directory separator. Windows NT was POSIX compatible at one point as well.
Avatar
Woah, I never actually knew that about NT being POSIX. Fair point!
Avatar
You're absolutely right that Windows is the odd duck out though, and it's annoying. Especially the \r\n newline causes some...frustration.