This should not be the #1 story on HN right now. :( It's a single anecdote that deleting Chrome on two computers sped them up. It provides zero evidence (even anecdotal) that it has anything to do with "Keystone" specifically. It provides zero evidence for the idea that "Keystone" is able to "nefariously hide itself from Activity Monitor". And it also completely contradicts the normal user experience of Chrome, which…
Chrome Is Bad
141–150 of 306 posts
Re: Chrome Is Bad
#142This should not be the #1 story on HN right now. :( It's a single anecdote that deleting Chrome on two computers sped them up. It provides zero evidence (even anecdotal) that it has anything to do with "Keystone" specifically. It provides zero evidence for the idea that "Keystone" is able to "nefariously hide itself from Activity Monitor". And it also completely contradicts the normal user experience of Chrome, which…
EDIT: Maybe it's just placebo. I checked the CPU usage on WindowServer before and after deleting & restarting.
Re: Chrome Is Bad
#143The author went so far as to create a domain for this rant, and yet didn't even do any performance metrics or basic forensic analysis at all. I'm not saying the author is wrong, but there's a lot of questions here. How does Keystone hide itself from the Activity Monitor? Is there a Keystone process if you run `ps aux`? Did you run dtruss/strace? What is it doing when Chrome isn't running that causes it to degrade per…
I'm quite impressed by that “chromeisbad” as a domain was not already taken.
Re: Chrome Is Bad
#144Earlier quoted context omitted.
Does anyone know a way to get Safari to show a preview of the url when you hover over a link? I tried to switch recently since it's supposed to waste less battery but two things I found were a bad experience after Chrome: - no decent ad blocker? the one I saw recommended was Ad Guard but that seems to require you to have an Electron app running simultaneously (!) in order for it to block anything - in Chrome when I h…
You can force click on the link if you have a trackpad that supports it. There are probably ways to simulate a force click even without such a trackpad. The same also applies to iOS: links can be previewed across many apps by long pressing. KB here: https://support.apple.com/guide/safari/go-to-websites-ibrw10...
Re: Chrome Is Bad
#145Re: Chrome Is Bad
#146The author went so far as to create a domain for this rant, and yet didn't even do any performance metrics or basic forensic analysis at all. I'm not saying the author is wrong, but there's a lot of questions here. How does Keystone hide itself from the Activity Monitor? Is there a Keystone process if you run `ps aux`? Did you run dtruss/strace? What is it doing when Chrome isn't running that causes it to degrade per…
> The author went so far as to create a domain for this rant It's not a 'far' thing to purchase a domain anymore. Domains are cheap as chips, and have gotten cheaper now since the advent of novel generic TLDs where usually the first year is sold cheap but to roll it over into the next few years the price is hiked (which is why so many people now purchase a domain for a year only). It is common now and expected to see…
If you already have payment integrate, adding a domain to a blog is a few clicks - if even.
Re: Chrome Is Bad
#147This should not be the #1 story on HN right now. :( It's a single anecdote that deleting Chrome on two computers sped them up. It provides zero evidence (even anecdotal) that it has anything to do with "Keystone" specifically. It provides zero evidence for the idea that "Keystone" is able to "nefariously hide itself from Activity Monitor". And it also completely contradicts the normal user experience of Chrome, which…
Re: Chrome Is Bad
#148This is total nonsense. Even for malware, hiding from Activity Monitor would be quite a feat. Short of an exploit, you couldn't hide your process without a kernel rootkit, but macOS has required user approval to load kernel extensions for several versions now. I suppose you could go the low-tech way and just name your process "WindowServer" to confuse the user, but you'd still end up with two WindowServers. The idea…
For those of you who are unaware, Comex is one of the most respected security researchers of all time and has done extensive research into Chrome and won Pwn2Own multiple times. He is completely correct, keystone is just Chrome's auto updater. The technical content of this article is super thin. This shouldn't be on the top of hacker news.
Re: Chrome Is Bad
#149This should not be the #1 story on HN right now. :( It's a single anecdote that deleting Chrome on two computers sped them up. It provides zero evidence (even anecdotal) that it has anything to do with "Keystone" specifically. It provides zero evidence for the idea that "Keystone" is able to "nefariously hide itself from Activity Monitor". And it also completely contradicts the normal user experience of Chrome, which…
Comment. (comment.com)
Re: Chrome Is Bad
#150Earlier quoted context omitted.
Another thing you can do: profile the process to find out what exactly it’s spending all that CPU time on. There are a few different ways to do this on macOS, including the GUI Instruments.app which comes with Xcode, and dtrace. But if you’re the sort who always has a terminal open, the quickest way is to just run sudo spindump Also useful when a process is hung, even if it’s not taking up CPU time. Sometimes the out…
So users are expected to run debugger tools in order to figure out what some hidden program is doing? Many years back I couldn't sleep and noticed my HDD's was working hard. I checked and it was google updater that was scanning everything... I will never know why, they might be stealing IP (i was working on OCR at the time) or they just wanted to create a profile to serve better ads...
By definition, “hidden” programs are not gonna tell you what they are doing up front.