Live data from Hacker News

Electron-based apps cause system-wide lag on macOS 26 Tahoe

github.com

1–10 of 227 posts

Re: Electron-based apps cause system-wide lag on macOS 26 Tahoe

#2
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 of encapsulation; (2) a piece of code has different behavior depending on the identity of a function, contrary to the principle of extensionality.

Re: Electron-based apps cause system-wide lag on macOS 26 Tahoe

#4
Discord and VSCode work smoothly for me on an M4 MBP -- not sure if it's a compatibility difference or just performance hiding the problem, though.

But Spotlight file search is completely broken, rebuilding the index doesn't help, and web results are the only thing it returns. After 20 years of intense research, Apple finally caught up to Microsoft in race to make search broken and useless.

Re: Electron-based apps cause system-wide lag on macOS 26 Tahoe

#7
post #3

Don't Electron-based apps cause lag on basically any system?

Perhaps, but this specific case appears to be related to (ab)use of a private API on Electron's part.

https://github.com/electron/electron/issues/48311#issuecomme...

Re: Electron-based apps cause system-wide lag on macOS 26 Tahoe

#10

Discord and VSCode work smoothly for me on an M4 MBP -- not sure if it's a compatibility difference or just performance hiding the problem, though. But Spotlight file search is completely broken, rebuilding the index doesn't help, and web results are the only thing it returns. After 20 years of intense research, Apple finally caught up to Microsoft in race to make search broken and useless.

Search works great for me, I’m sorry it broke on your machine but it needs to be broken for everyone to be on Microsoft’s level
Post reply on HN