1. I'm not seeing the causal link between the flag and the symptoms. I often find "Chrome" "causing" the same problems, but typically you can judge from the memory use that an errant tab is allocating the world, and you've started drawing on swap, which of course slows things down. But here we've cropped the memory stats out of the screenshot from top (for the system as a whole; we can see a few processes consuming a…
What other serious alternatives are out there though? I know of Firefox and Edge. But aren't Opera and Safari now reskins of Chromium, to some degree?
WTF? Chromium (2016)
91–100 of 112 posts
Re: WTF? Chromium (2016)
#92Earlier quoted context omitted.
And? All that is written in the article. The question is whether or not forcing users to partake in field trials is a good idea.
The piece seems to suggest that a) multiple processes were the performance problem and b) that a field trial was causing that and "mak[ing] my computer unusable". Multiple processes do take more memory, but there's a good reason for them. While it's possible that it was a field trial that was causing issues here, there's no evidence to support that. Sadly, it was probably just excessive resource usage independent of…
I hope HN'ers push back against middleboxes at workplaces.
Re: WTF? Chromium (2016)
#93Earlier quoted context omitted.
But that question doesn't make sense. It contains the assumption that the alternative would be to never ship broken features to users. While the actual alternative would be that they'd ship the same broken feature to all users. Because at some point there's no other testing left.
If they're shipping features that need testing, it seems like the Beta version is the right place to ship them, not the stable Chrome or Chromium build. As in: ship the possibly-broken features to people who have already opted into testing, and don't subject your users that chose the "stable" to random testing. Getting the bad end of someone's unannounced feature testing is the kind of thing that makes me decide to u…
Re: WTF? Chromium (2016)
#94Earlier quoted context omitted.
>And sadly, Firefox is the only browser that does this. Not any more, I recently discovered that my firefox at work got infected with Firefox Pioneer. I didn't install that, it just appeared on list of my addons, no warning or anything. I heard on Reddit about similar cases from a few months ago, people got Safe Browsing installed without their knowledge. Both are signed addons from Mozilla. https://addons.mozilla.or…
>at work Is youre IT group policy doing this?
Re: WTF? Chromium (2016)
#95Earlier quoted context omitted.
>And sadly, Firefox is the only browser that does this. Not any more, I recently discovered that my firefox at work got infected with Firefox Pioneer. I didn't install that, it just appeared on list of my addons, no warning or anything. I heard on Reddit about similar cases from a few months ago, people got Safe Browsing installed without their knowledge. Both are signed addons from Mozilla. https://addons.mozilla.or…
>at work Is youre IT group policy doing this?
your
Re: WTF? Chromium (2016)
#96Is chromium builds available on Windows (not Google's chrome)?
Re: WTF? Chromium (2016)
#97Earlier quoted context omitted.
>even if it is slightly slower than Chromium Funny thing is Firefox Quantum is both faster and eats less memory compared with Chrome. >not one that treats you as a pawn. And sadly, Firefox is the only browser that doesn't treat you like a pawn. For MS, Google, Apple, that chinese company which owns Opera you are just a pawn. (later edit : fixed the second remark).
>And sadly, Firefox is the only browser that does this. Not any more, I recently discovered that my firefox at work got infected with Firefox Pioneer. I didn't install that, it just appeared on list of my addons, no warning or anything. I heard on Reddit about similar cases from a few months ago, people got Safe Browsing installed without their knowledge. Both are signed addons from Mozilla. https://addons.mozilla.or…
So it sounds like a bug or another case of non-malice. Tried reporting it at http://bugzilla.mozilla.org/?
Re: WTF? Chromium (2016)
#981. I'm not seeing the causal link between the flag and the symptoms. I often find "Chrome" "causing" the same problems, but typically you can judge from the memory use that an errant tab is allocating the world, and you've started drawing on swap, which of course slows things down. But here we've cropped the memory stats out of the screenshot from top (for the system as a whole; we can see a few processes consuming a…
This is what I cannot grasp about modern software project management/ops. The only relevant measure is time to ship. If the unit tests pass it is good to go. So many times have I seen webapps so broken that core functions do not even load or by no means would pass simple "click here and there" usability test. In house QA sometimes seems to be abandoned. Automated testing is a good thing, but in my book shipping comes with implicit assertion that changes perform the task at least on a basic level.
Field A/B testing of experimental features is a good thing, which I am ok with even if I happen to get worse alternative. Shipping outright broken features if I am not on beta/testing/nightly release channel is unacceptable.
Re: WTF? Chromium (2016)
#99Earlier quoted context omitted.
The point of the post is that there is no way to opt out. We all understand more datapoints the better. But I also need to not be fucked with when I'm trying to work.
> But I also need to not be fucked with when I'm trying to work. But that's true of shipping any bug and isn't guaranteed to happen with a field trial any more than any new feature. (and the OP doesn't seem to establish that it has anything to do with the field trial, just that the processes were run with that option? Admittedly I don't know how they actually work :)
Re: WTF? Chromium (2016)
#100Earlier quoted context omitted.
If they're shipping features that need testing, it seems like the Beta version is the right place to ship them, not the stable Chrome or Chromium build. As in: ship the possibly-broken features to people who have already opted into testing, and don't subject your users that chose the "stable" to random testing. Getting the bad end of someone's unannounced feature testing is the kind of thing that makes me decide to u…
If they're not running new features through their Beta channel, then you have a point. Otherwise, I'd assume the features that make it to field trials have already gone through Beta testing and are thought to be ready to release--which isn't always the case, hence the gradual rollout.
They run experiments in Canary, Dev, and Beta, then conduct a roll-out to stable to get a broader test (per the explanation here): https://textslashplain.com/2017/10/18/chrome-field-trials/
I'm just grumpy that we don't live in the perfect world, where confusion-inducing processes like this wouldn't be necessary. I've never been that comfortable with the "break a few eggs" method of progress.