https://github.com/electron/electron/issues/48311#issuecomme... If this comment is to be believed, it's not Apple's fault. It's the apps mucking around with the internals of AppKit. This example just happens to illustrate two of my least favorite software engineering practices: (1) despite one piece of code making a method private, another piece of code still overrides it/modifies it/calls it, an affront to the idea…
Electron-based apps cause system-wide lag on macOS 26 Tahoe
221–227 of 227 posts
Re: Electron-based apps cause system-wide lag on macOS 26 Tahoe
#222One-liner for electron developers to fix the issue: `browserwindow.setHasShadow(false)`
Could possibly just hotpatch my existing app, add this to the packed in javascript .asar resource file and not having to make a new build with updated Electron version.
Re: Electron-based apps cause system-wide lag on macOS 26 Tahoe
#223Individuals used to make sophisticated native apps as shareware for $10 back in the 1990s and today big teams rely on crap like Electron. The enshittification of everything.
These days if you want to support macOS, Windows, Linux: I say good luck to you, Electron can save you there.
Electron is not crap, but many javascript developers are crap. You can make fast and memory efficient apps in Electron, if you know how to code.
(Note: Slack or Discord developers don't have that skill)
Re: Electron-based apps cause system-wide lag on macOS 26 Tahoe
#224Earlier quoted context omitted.
Awesome if you're a one-man-band. Not awesome if you're in a large company where you have to communicate with others and don't get to choose the medium.
I find Slack and Discord to work fine in browser tabs and never felt the need to install their desktop apps. VSCode/Cursor is the only Electron app I felt actually provided value.
Re: Electron-based apps cause system-wide lag on macOS 26 Tahoe
#225This was fixed in Chromium yesterday, credited to @mitchellh https://xcancel.com/mitchellh/status/1970944369336475713#m
Re: Electron-based apps cause system-wide lag on macOS 26 Tahoe
#226I’m surprised to see so little pushback in press to iOS/macOS 26. I’ve been part of the public beta and it’s been so weird going from “this sucks but it’s a first beta” through “it really isn’t improving much as time goes by” to “we’re a week from launch, there’s no way they release this after the Apple Intelligence fiasco”. And yet here we are. Performance issues, ui inconsistencies and garish design everywhere.
I'm doing my job: https://manualdousuario.net/en/liquid-glass-2/
> It’s a rare misstep from Apple — and an unprecedented one in scale.
There's a lack of taste & lack of respect for the user, too. Things that usually don't get fixed in point releases and take a long time to course-correct.
Re: Electron-based apps cause system-wide lag on macOS 26 Tahoe
#227Earlier quoted context omitted.
I'm doing my job: https://manualdousuario.net/en/liquid-glass-2/
I won’t lie, with today’s apple the implied possibility that the resource hungry style is intentional is believable.
With Android's diverse/fractured ecosystem, a similar "system wide" look with reflectivity would be hard to deliver across the board on Android with so many models having very bare specs.