Hacker News new | ask | show | jobs
by staybythebay 2563 days ago
Maybe people are generally jaded to to the slowness of cross-platform Javascript apps, but if you take a step back you can really see how bad it is.

I had people at my last job who had to quit Slack because of how hot it was making their laptops, and how much memory it was using.

At my current job, Slack is definitely one of my most rate limiting applications for how quickly I can get things done. Scrolling in chat, searching, switching channels- these are all actions that are extremely slow, and sometimes seem like they don’t work at all.

1 comments

Ye. It's silly how single page text search is now a hard problem to get done right with JS text edit fields.

It's the same thing with the Swarm review CI tool. If you diff a big enought file, but still quite small for a conputer, it get slow or crashes.

Also the same thing with MS Teams. The prior conversion are not loaded at startup and if you scroll it shows place holders instead of the text for some seconds.