Hacker News new | past | comments | ask | show | jobs | submit | rozab's comments login

It's just xkcd 2128, it's something shameless researchers apparently feel obligated to say no matter how ridiculous it is

https://xkcd.com/2128


Isn't this exactly how Pluto was discovered? Due to an innacurate estimate of the mass of Neptune (not corrected until Voyager I think), people were hunting for a large planet to explain the discrepancy. After a bunch of searching they happened to find Pluto, but it was not the Planet X they were looking for. The mass estimates for Pluto were gradually downgraded from many Earth masses to 1/500, which is the true reason it was initially classified as a planet.


Yeah. If Pluto had been slightly heavier, we’d probably have ended up with a definition of a planet that included its mass instead of clearing its orbit to keep Pluto a planet. But Pluto was cooked when we figured out it’s not really heavier than Ceres.


> But Pluto was cooked when we figured out it’s not really heavier than Ceres.

You mean Eris? Pluto is ~10 times the mass of Ceres.


Yeah that one!


For a time pluto had good estimates for his small size, but poor constraints on his mass beyond this Neptune mass estimate. So I remember reading a short story were they interpreted the possible high density as signs of a stargate.


This is a fascinating contrast to Raymond Chen's recent blog post about adding seconds to the taskbar clock[0]. Apparently there is some energy efficiency team at Microsoft which in some cases is so strict it blocked this feature for decades. But at the same time... things like this are allowed to happen. Something about Conway's law perhaps?

[0] https://devblogs.microsoft.com/oldnewthing/20250421-00/?p=11...


For a long time the grid of videos on the homepage has been slightly misaligned. I imagine the different rows belong to different teams. This means you can't hover your mouse in the gaps between columns while you scroll to prevent videos autoplaying when moused over.

I find the autoplay so annoying because it hides the thumbnail which was carefully designed to communicate why I should click on the video and replaces it with, usually, a talking head or stock footage. Often the video gets inexplicably added to my watch history, and if I do choose to click on it I have to go back to the beginning because I missed the start of the audio


What kills me with the autoplay (at least on mobile), is that the video continues from where it was when you click it. But the autoplay had no sound, and I probably didn't watch it closely. So I always have to scroll back to the beginning, as I've just now been put in the middle of a sentence a bit into the video. Especially for channels which actually gets straight to the point (like Numberphile) it's annoying. Such a stupid design.

Additionally there's a bug on the Android app that it sometimes doesn't show video titles (or the worlds worst A/B test?), so scrolling through I just see talking heads (since it autoplays instead of showing the video thumb) and have to force restart it to actually understand what's going on.


I call these features "dead birds" because they remind me of gifts that an outdoor cat will leave on your doorstep. They took quite the effort to do and were made with good intention, but ultimately I don't want them.


  were made with good intention
Not always true.


The intention was that some product manager wanted their name/team to have made impact at the quarterly review.


Proliferation of middle management as a separate track killed software


I agree. Any thoughts on how to stop and maybe reverse the proliferation?


Fire the managers. More realistically, just let the big bulky companies fumble around until eventually they're outcompeted by the next generation of startups.


I don't hate the sentiment, but realistically, big bulky companies would go down in flames with much collateral damage from lobbying the government, regulatory capture, anticompetitive practices, squashing creative destruction that might threaten their dominance, etc.


cats _are_ evil indeed


Careful there are programmers here watching. Pretend to like the bird.


Good thing they're fucking blind I guess.


lol'd, thank you


Hey! Don't blame us programmers for new features! We don't usually write the user stories!


Nothing like a "dev process" where the developers do not actually participate.


Is this an admission that you accept to implement complete garbage?


Oh dear God in heaven and Ada Lovelace forgive me for the horrors I have wrought.


If I don’t, there are 100 other people who would do it


Tell your product owners that they should actually use the product they’re owning. And not just use it, but be a power user of that tool. Not a professional user, not a casual user; use the tool at least six hours a day.

I use YouTube 6+ hours a day and I have for probably 10 years, and I don’t even work there. (I have a few annoying personality limitations which make it so that I usually work better with YouTube on in the background, and NOT on autoplay, autoplay always chooses something I don’t want to see/hear; I know that because I use the tool a lot.)

I can tell you that it has steadily and continually gotten worse in that 10 year time. “I have to come up with stories or I won’t have a job” no you don’t, but even if you did, there are so many things YouTube needs more that enlarged thumbnails with visible compression artifacts.


>Tell your product owners that they should actually use the product they’re owning

I did. Not that anyone listened tho.


What shocked me in the aughts was how bad Lotus Notes was. I was pretty sure that the average IBM executive wasn't using the average version of it.

Using the most commonly version of the product, on the commonly used hardware, at least 2 days a week should be a prerequisite for every product owner.


>Using the most commonly version of the product, on the commonly used hardware, at least 2 days a week should be a prerequisite for every product owner.

I am a firm believer that the software should also be developed on commonly used hardware.

Your average user isn't going to have the top-of-the-line MacBook pro, and your program isn't going to be the only thing running on it.

It may run fine on your beefed up monstrosity, and you'll not feel the need to care about performance (worse: you may justify laggy performance with "it runs fine on my machine"). And your users will pay the price for the bloat, which becomes an externality.

Same for websites. Yes, you are going to have a hundred tabs open while working on your web app, but guess what - so will your users.

Performance isn't really product's domain, as in — they would always be happier with things being more snappy; they have to rely on the developer's word as to what's reasonable to expect.

And the expectation becomes that the software should and can only run fine on whatever hardware the developer has, taking all the resources available, and any optimization beyond that is costly and unnecessary.

Giving the devs more modest hardware to develop with (limited traffic/cloud compute/CPU time/...) solves this problem preemptively by making the developers feel the discomfort resulting from the product being slow, and thus having the motivation to improve performance without the product demanding it.

The product, of course, should also have the same modest hardware — otherwise, they'll deprioritize performance improvements.

----

TL;DR: overpowered dev machines turn bloat into an externality.

Make devs use 5+-year-old commodity hardware again.


"The Microsoft Store" app is such a strong example of what happens when nobody cares about performance. It misses UI events most of the time, regardless of what hardware it's running on. Although, in this case, I don't think a Pentium 166MHz would help. The UI event processing is just fundamentally flawed.

<flame=ON>

Usually, but not always, it ignores scroll events while an animation is playing…and hovering over a tile in the list cause a pointless zoom-in animation (the result of which occludes parts of adjacent tiles). Sometimes, the animation won't start immediately, but will still play. To prevent the cannot-scroll-while-animating problem, the only safe place for the mouse pointer is over the scrollbar.

Clicking the (completely invisible) track of the scrollbar has random multi-second delays.

Most of the search filters are hidden by default…and can't be shown without waiting for a slow animation. You can click the show-filters widget over 30 times if you're in a hurry, and still the animation hasn't even drawn the first frame. That delay before it starts means that even if you try to wait, you might click one extra time, and then see both the show-filters animation and then the hide-filters animation…all while none of the rest of UI responds. …And then you might realise you want to refine your search terms…which will reset all filters and re-hide the filter options.

Once you find a tile you want to click, be prepared for another two animation delay: one, if the tile isn't already zoomed in, and another while the app mysteriously animates a slew of placeholders instead of just dumping the items information directly into view. It's slow like a 33.6 moder on a noisy phoneline, but now you finely have details about the item you clicked on maybe 7 to 40 seconds ago.

Now maybe you click a screenshot to enlarge, and decide it wasn't the app for you. You hit your mouse's 'back' button or click the app's strangely tiny (given how freaking huge most of the UI is) back button. Nothing happens. You try again, potentially numerous times…because the app ignores those inputs while a screenshot is enlarged. The app's so unresponsive, it at first doesn't occur to you that no amount of waiting or retrying will help. No, you have to click the little close widget on the opposite side of the window, or 'back' will never mean 'back' again.

You try to go back to your search results. The app eventually responds, but decided to discard that data for some reason and has to play more placeholder animations while reloading it and rediscovering your scroll position.

Then you go into another search result and decide the sidebar of other apps people viewed has some interesting items. These don't have animations on the tiles or any details, so you have to click each one of interest, waiting for more placeholders while imagining modems noises and being outpaced by a Colorado glacier that's crossing the road. And when you page back, the item you just came from does /more/ animations while reloading everything via IP Over Avian Carrier With Quality Of Service.

But when burrowing through the people-also-viewed sidebars, don't go too many layers deep, or when you return to your search results, it will have forgotten your scroll position and turned of your search filters. Ah, time for more UI-blocking animations.

But that's okay, right? Nobody ever made an app that responds in milliseconds to every user input, right? And we all know that doing long, blocking operations on the UI thread is right and holy, right? Even routines single-threaded apps never need to yield to other code blocks or process interrupts, …right?

<flame=OFF>

<meta-flame>

Yes, I have reported this to MS via Feedback Assistant. A few times. No, I don't know why they haven't appeared to do anything about this unshippable pile random bits that somehow slopped out of the Bit Bucket.

"Rectify?" No, the only answer is “Games."

</>


I have never experienced any of this. It’s not a great app, but I’ve never had any problems like you’re describing. Or .. somehow I don’t remember them, but that seems unlikely; I’m always willing to dogpile on a shitty application, but I have to experience the things.


Thank you for your service o7

May your screams into the void be heard by the stakeholders, and not just people.


Those we literally words of Japanese Kamikazes in WW2. If not me, then someone else will die anyway.


It would be funny to compare suicide bombing to a dev implementing features their team is working on even if they don't sound good to that particular dev if it wasn't so sad and offensive.


Also those of German nazis doing their thing. Terrible excuse.


I'm sorry, but this cop-out really pisses me off. It is far too common and frankly, unacceptable. It really is insulting that you'd expect others to accept this as a justification. It's a lazy dismissal and not even a proper excuse.

You're excuse for doing something shitty is... that someone else will? What does another person even have to do with it?! Seriously, let them have the blood on their hands. You can't even assume that someone else will! If you do it, you guarantee that it happens. Even if it is likely that someone else will, there's a big difference between a certainty. This is literally what creates enshitification.

Plus, the logic is pretty slippery. Certainly you're not going to commit crimes or acts of genocide! You were "just following orders"[0], right? Or parents often say to their children "if everyone jumped off a cliff, would you?" Certainly the line is drawn somewhere, but frankly, it is the same "excuse" given when that extreme shit happened, so no, I won't accept it.

You have autonomy[1], that makes you accountable. You aren't just some mindless automata. You may not be the root cause, but at best you enable it. You can't ignore that you play a role.

And consider the dual: if you don't make it better, who will?

I believe you have the power to make change, do you? Maybe not big, but hey, every big thing is composed of many smaller things, right? So the question is which big thing you want to contribute to.

[0] https://en.wikipedia.org/wiki/Superior_orders

[1] https://talyarkoni.org/blog/2018/10/02/no-its-not-the-incent...


Unsure why downvoted. To many tech folks just shrug an go with the flow even if it's a bad flow _and they know it_.


I suspect for the same reason the comments like I responded to were made: liking my comment means accepting that you are a willing participant in creating shit/harm.

But I still stand, you aren't mindless automata and your actions matter.


I get paid a lot of money for it, so yes.


Do user stories even come from users?


No, they come from the ads department


All the "The opinions stated here are my own, not necessarily those of my employer" googlers are silent.


  > Careful there are programmers here watching
Why would you be on HN if you weren't a programmer?

And good! Fix your shit. Take some god damn pride in your work! Just because all code is shit doesn't mean it can be infinitely shitty.


> Why would you be on HN if you weren't a programmer?

This isn't (exclusively) a forum for programmers (in fact, since it belongs to YC, maybe you'd expect businesspeople etc.) For example, I'm not a programmer, and I've never worked anywhere near the IT sector, yet I visit HN often. Also, if you look at the frontpage there are usually many topics not related to programming, or even tech in general.


Hissssss!


Thank you for that.


My YT mobile pet peeve is that when you toggle the captions, an useless "Subtitles/CC Turned ON" is shown for 5 seconds.. OVER THE CAPTIONS!

Most useless message ever, placed exactly where you do not want it to be.


I can never tell if the toggle is CC on or off until I wait and see captions or realize nobody has talked yet.


YouTube is now full screen.


I highly recommend uninstalling the YouTube app and just using the browser. It has all the same features and it actually works reliability. And at least Firefox lets you keep paying a video without keeping the screen up


What's even more insane is that if you hover a video for 5 seconds it thinks you "watched" it and it goes into your watch history.


Ah, that's why my feed seems like waves of themes. One opens the door a bit and then suddenly 30% of the videos on next page load have similar theme, (almost) completely forgetting tens of other videos of other themes I watches in past week.

Ie I hovered over one video of some Ronny Chieng commentary of RFK jr yesterday which somehow popped out of blue, and next time half of my feed was hardcore political with current admin (nothing what few Not interested clicks won't solve but then I am battling over-optimization of video platform).

I guess it suits certain audience well and keeps the feed fresh, but such behavior would cater to some maybe other type person better than me.


Does the creator get credit for that? I've got a few friends that need a few million views and I could easily write a mouse driver to take care of that.


It would probably hurt more than help, by way of retention metrics.


I found this "feature" triggers on videos I didn't even hover the mouse over.


YMMV. If I trigger autoplay, it's almost always on purpose, and I tend to read the subtitles. Jumping into the video right where I was works well for me! Losing my position would be very annoying.


Also you can preview the video without taking an ad hit. Clearly the stable genius behind previews has left some revenue on the table.


Shh


Mobile? There's also another sneaky piece of crap Google pulls - even if you're a Premium user and set your video preferences to high quality, they only play videos for you at 480p, even though higher resolutions up to 4k are all available.

If you manually increase the quality on that video, it will only apply for that video, and whatever videos you play next, will still be limited to 480p.

All this is just to save costs..A truly fucking shady tactic to fuck over paying users. Fuck Google for what they do and how they cheat naive users.


This is also an issue on desktop web. YT will arbitrarily change the quality/resolution but doesn’t update the selector displayed in the UI. So for every single video I have to select 4K just in case YT might be serving it at 1080p or some other resolution even though it displays “4K” on the UI element.

Also the compression algorithm is very aggressive and it works reasonably well for general content but for edge cases (like starcraft streams), the 1080p loses enough details to make it hard to see important things like observers and outlines of individual units in crowded clusters. The compression algorithm just isn’t trained/tuned for these types of content, so even on a 1080p screen I need to stream at 4K just to see the details properly.


Actually, when I uploaded stuff on YouTube I’d notice sometimes that it was best to, even if the source footage was 1080p, upscale / upload it at 4k or 8k resolution so that people with sufficiently good internet could view it without as much compression. (In fact, when the original video uploaded is upscaled to 4k, even the 1080p version of the final video looks closer to the source footage)

These were unlisted videos, so I’m not a YouTuber or anything, but I’m pretty sure this is one thing some people do to make their videos appear better sometimes


This definitely works. I've uploaded 720p drone footage (which already looked pretty crappy), and youtube avc1-encodes it with low bandwidth settings. The video looks like absolute garbage. If I upscale it to 2k (it has to be above HD for this to work), youtube will vp09-encode it and use a significantly higher bitrate, and the resulting video retains most of the original detail. I consider this a requirement for all of my uploads.


I've done this. For example, here's some handycam HI8 footage of STS-106 and a launch tower tour: https://www.youtube.com/watch?v=Pq2eye32EA8

Filmed in HI8 480p, but YouTube's 480p looks like mud and doesn't do the uncompressed analog source justice. You can see this when you select 4K


The desktop issue was an intentional change that happened sometime in like 2017 or so.

The original functionality of the quality selector was to throw out whatever video had been buffered and start redownloading the video in the newly selected quality. All well and good, but that causes a spinning circle until enough of the new video arrives.

The "new" functionality is to instead keep the existing quality video in the buffer and have all the new video coming in be set to the new quality. The idea is that you would have the video playing, change the quality, and it keeps playing until a few seconds later the new buffer hits and you jump up to the new quality level. Combined with the fact that YouTube only buffers a few seconds of video (a change made a few years prior to this; back in the Flash era YouTube would just keep buffering until you had the entire video loaded, but that was seen as a waste of both YouTube's bandwidth and the user's since there was always the possibility of the user clicking off the video; the adoption of better connection speeds, more efficient video codecs, and widespread and expensive mobile data caps led to that being seen as the better behavior for most people) and for most people, changing quality is a "transparent" operation that doesn't "interrupt" the video.

In general, it's a behavior that seems to come from the fairly widespread mid-2010s UX theory that it's better to degrade service or even freeze entirely than to show a loading screen of some kind. It can also be seen in Chrome sometimes on high-latency connections: in some cases, Chrome will just stop for a few moments while performing DNS resolution or opening the initial connections rather than displaying the usual "slow light gray" loading circle used on that step, seemingly because some mechanism within Chrome has decided that the requests will probably return quickly enough for it to not be an issue. YouTube Shorts on mobile also has similar behavior on slow connections: the whole video player will just freeze entirely until it can start playing the video with no loading indicator whatsoever. Another example is Gmail's old basic HTML interface versus the modern AJAX one: an article which I remember reading, but can't find now found that for pretty much every use case the basic HTML interface was statistically faster to load, but users subjectively felt that the AJAX interface was faster, seemingly just because it didn't trigger a full page load when something was clicked on.

And, I mean, they're kind of right. It's nerds like us that get annoyed when the video quality isn't updated immediately, the average consumer would much rather have the video "instantly load" rather than a guarantee that the video feed is the quality you actually selected. It's the same kind of thought process that led to the YouTube mobile app getting an unskippable splash screen animation last year; to the average person, it feels like the app loads much faster now. It doesn't, of course, it's just firing off the home page requests in the background while the locally available animation plays, but the user sees a thing rather than a blank screen while it loads, which tricks the brain into thinking it's loading faster.

This is also why Google's Lighthouse page loading speed algorithm prioritizes "Largest Contentful Paint" (how long does it take to get the biggest element on the page rendered), "Cumulative Layout Shift" (how much do things move around on the page while loading), and "Time to Interactive" (how long until the user can start clicking buttons) rather than more accurate but "nerdy" indicators like Time to First Byte (how long until the server starts sending data) or Last Request Complete (how long until all of the HTTP requests on a page are finished; for most modern sites, this value is infinity thanks to tracking scripts).

People simply prefer for things to feel faster, rather than for things to actually be faster. And, luckily for Internet companies, the former is usually much easier to achieve than the latter.


> In general, it's a behavior that seems to come from the fairly widespread mid-2010s UX theory that it's better to degrade service or even freeze entirely than to show a loading screen of some kind.

> It's the same kind of thought process that led to the YouTube mobile app getting an unskippable splash screen animation last year; to the average person, it feels like the app loads much faster now. It doesn't, of course, it's just firing off the home page requests in the background while the locally available animation plays, but the user sees a thing rather than a blank screen while it loads, which tricks the brain into thinking it's loading faster.

So they decided it's better to show lower-quality content (or not update the screen) than a loading screen, and it's the same school of thought that led to a loading screen being implemented? I agree both examples could be seen as intended to make things "feel" faster, but it seems like two different philosophies towards that.

(Also, I remember when quality changes didn't take effect immediately, but I've been seeing them take effect immediately and discard the buffer for at least the past few years-- at least when going from "Auto" that it always selects for me to the highest-available quality.)


> The idea is that [...] a few seconds later the new buffer hits and you jump up to the new quality level.

Except "a few seconds later" can become minutes. Sometimes it just keeps going at the lower quality while the UI claims to play a noticeably higher resolution than the one actually playing. To be clear, I don't care that the "automatic" quality is actually automatic, I care that the label blatantly lies about which resolution is playing. "Automatic (1080p60)" shouldn't look like a video from 2005.



I get "premium 1080p" most of the time, but yeah not being able to set it directly is annoying.


I can't remember which carrier initially compelled Google to do this, but it was done to save their networks rather than save cost for Google. It may have been Verizon when the HTC Thunderbolt launched. Now all the carriers are on-board.

e.g., https://www.t-mobile.com/offer/binge-on-streaming-video.html

> All detectable video streaming is optimized for your mobile device so you can watch up to three times more video using the same amount of high-speed data.


This shit was one of the reasons I stopped paying for YouTube premium and went back to aggressively blocking all ads. You try to give them money and they spit in your face regardless.


I'm using Revanced - it removes a lot of shit like this.


I thought this behavior was just their way of punishing me for using adblock.


I have Premium and I always get a high resolution, if my connection allows for it.


My problem is I get high resolution (1080p) even if I want 240p!

I might be traveling and be on very expensive 3g data, and want to listen to a video and not care about the display but low quality setting means little when you are a premium user.

You have to explicitly change video resolution every time the next video starts playing.

You cannot choose explicit resolution preferences like you used to.

And I get no difference in what happens to resolutions chosen for me between these two quality settings. Seems random/non-deterministic.


Hmm, I don’t have this use-case so maybe it really doesn’t work, but are you sure you went to Settings > Video quality preferences and set it correctly there?

If that doesn’t work – reach out to YouTube support – as a Premium subscriber, you get to speak with a human.


Autoplay has been broken since major browsers have silently added autoplay permissions. The fundamental problem with autoplay is that the getAutoplayPolicy() query is still a draft and only experimentally implemented in Firefox.

There is no way to handle autoplay correctly. It's simply been broken for the past few years. There is also no way to detect autoplay using workarounds. I.e. autoplaying a silent audio, because you can only prove the existence of autoplay, but never its absence, since autoplay could be delayed for whatever reason and happen outside of your timeout based hack.


> What kills me with the autoplay (at least on mobile), is that the video continues from where it was when you click it. But the autoplay had no sound, and I probably didn't watch it closely.

As a counterpoint I love that feature on desktop and use it all the time.

Often I don't even click videos but just watch them with the preview autoplay (with sound enabled). I also zoom in on my mousepad so that it covers the whole screen and I only need to click through to like the video or for the comments. Much more seemless experience for me.


That is what paperclip maximization does to your life. Stupid designs frustrate you more and make you engage more.

They're making slot machines, effectively.


All of social media is carefully tuned Skinner boxes. Even hacker news (maybe not as carefully)


Also if you do watch shorts, they are ALL added to your liked Videos.


Uh no they're not

It's easy to like them by accident though


Triggering autoplay by accidentally hovering does add videos to your history though, which is annoying.


THIS. THIS THIS THIS THIS THIS.

This has been one of the most frustrating things I run into with Youtube scrolling the page. Can’t leave your cursor on the page while scrolling without managing to have the spacing shift the thumbnails just so slightly so that your cursor lands back into a thumbnail for an autoplay to start and add to the metrics.


I can’t think of other examples, but this exact problem is a constant frustration for me on multiple sites. I can’t scroll with my cursor on the page without crap happening that I don’t want to happen.

As to the reason, at least with Youtube and Facebook, the answer is obvious: they want to increase their ad revenue by claiming additional “plays” or “interactions” or whatever they want to call it today. I remember realizing several times over the years that I had been conned when I paid for ads. The top-level numbers looked good, but when I dug in, I realized they were all faked.


> I can’t scroll with my cursor on the page without crap happening that I don’t want to happen.

Same stuff with the mobile youtube app. If you so much as graze the screen anywhere while watching a video the replay speed doubles. This is so sensitive that even a tiny unintentional finger touch, or a water droplet landing on the screen triggers it. Whoever thought that is a good idea as a feature, i can’t comprehend.

Plus they have no data to see how badly their feature annoys me. From a metrics perspective “the user wanted to fast forward for 5s” looks the same as “a careless finger cradling the phone triggered the fast forward and it took the user 5s to realise what is going on and adjust their hold, now they are annoyed at how fragile this app is”. Someone might have even used the statistics of all the inadvertent activations in their promo package to show what a popular feature they made!


Couple this with the no-bezel iPhones, and there is no way to hold your phone without touching the screen and accelerating the video (or clicking on ads).


Serious question as I use an Android device, but do people not purchase cases for iphones? I use an Otterbox case for my phone and it gives it a bezel (though the phone might have had one to begin with—I don't remember).


People do, but they shouldn't have to purchase a case to have their phone correctly. I have never purchased a case for a phone and have no intention to start, myself.


That is a really stupid design decision. I am so sorry for users who have to deal with that.


Ignore my other reply as it was meant for another comment. Regarding your comment:

I mean, I suppose you're right. However, that being said, a case is a good idea nonetheless, just as is a screen protector. A good case protects the phone against damage from dropping, just as a good screen protector does the same for the screen.


I have a case for my iphone and the problem I have described is happening even with that on.


That is unfortunate friend. I guess I was wrong. Not all cases provide that solution...


I agree, this obsession with filling the entire surface area with touch-sensitive display, and the quest for zero edge bevel width, is the bane of usability, often the soft fleshy part of your hand holding on the edge folds over and marginally makes contact with the screen, and then the screen ignores all your tops from your other hand that you explicitly makes.


> and there is no way to hold your phone without touching the screen

Sure there is. iPhone or otherwise, I don’t touch the screen when holding my phone.

Might be an issue for people with small hands perhaps. I’m trying to figure out in what circumstances I would be forced to touch my display whilst merely holding my phone but can’t of one, so it must be a size/grip thing, or I’m just holding my phone like a weirdo.


You can just... turn it off: https://www.youtube.com/account_playback

I have it turned on, but leave my mouse to the right of the screen if I don't want autoplay. It's habit now.


It's not sticky. On iOS Chrome at least, I go pick that, within a few days it's set back to autoplay. And yes, I'm paying for premium


It just turns itself back on in a couple of weeks. Dark patterns ahoy.


Put your mouse up in the header on or near the scrollbar, scrolling will flow below to the video list.


It's even worse on mobile. You don't even need to hover for an autoplay video to show in your history.


This may be a dumb question, but when you have video doing autoplay (as in the video starts playing while you're scrolling looking at multiple videos - you haven't clicked on one), does it show up in your watch history?


Just tested. If you hover for 10s+ then it does get added to your watch history.

EDIT: or did you mean on autoplay as in part of a playlist playing in the small player in the corner while you are on the home page?


Because of excessive things like this, I often point at my screen with a pen now and leave the mouse alone. Or take notes on a different laptop to avoid this stuff.


This drives me absolutely nuts on Netflix too, perhaps more so.


> This means you can't hover your mouse in the gaps between columns while you scroll to prevent videos autoplaying when moused over

You can disable autoplay at https://www.youtube.com/account_playback, then uncheck "Video previews". It resets itself every 15 days or so, but at least one can have some peace in the meantime.


That setting can be fairly sticky. Mine has stayed off since I initially disabled it, shortly after they added the "feature". I have no idea why it's not sticky for you. Maybe they fuck with me less because I have premium?


I don't have premium and it's sticky for me but only on a single computer, I have to reset it if I switch computers or browsers. Same with dark mode. So maybe it's stored as a cookie and they wipe their cookies?


Yes, it's stored client-side in a cookie.

Surely you don't expect YouTube, a company that doesn't store any data at all actually, to be able to store a single boolean value somewhere in your account, do you? This would be impossible for a company as broke and small as YouTube.


On the bright side, you could probably write something to just always reset that cookie before loading the site.


YouTube is a small and scrapy startup. Sometimes they have to move fast and break things


> It resets itself every 15 days or so

Are you saying that YouTube just alters your preferences?


Constantly. They also keep resetting the settings to not show shorts or video games in the feed.

I suspect that the managers in charge of some of these features are lobbying for it as a way to artificially increase the engagement stats for their features, but spinning it as actually being good UX instead of a user-hostile move because it's important for "discoverability" or something like that.


First it was "hide shorts".

Then it was "hide shorts for X days" (I think 30?).

Now it is "show fewer shorts".


Those who disable watch history probably know this, but others probably don't -- when you disable watch history your "subscriptions" page effectively becomes your home page. And on your subscriptions page, shorts cannot be removed like on the actual home page. So if you disable watch history, you implicitly must enable shorts.

Like a relative commentor said -- a product manager on the "Shorts" team is doing a helluva job boosting their team's stats.


There is an 'unhook' add-on for Firefox that blocks all shorts forever. Highly recommended.


I wish there was something like this for safari on macos.

Lately the option to disable ambient lighting around video has been reseting to ON for me on every video I open.

I cant even formulate how I feel about that without breaking some rules somewhere


Using Unhook for 4 years, I save recommendation using my phone and watch it later on PC.


I resorted to a custom ublock origin rule


It seems to do that all the time. Try hiding YouTube shorts and they just come back.


If you turn off watch history it completely disables shorts as a whole (with no recommendations on the homepage as a side effect, but one I'm willing to live with). https://news.ycombinator.com/item?id=42795204


The no recommendations at all sure feels like malicious compliance with California privacy law.

Even while pretending they've not recorded your viewing history they could still make recommendations from your subscriptions or give you the same glurg that they give viewers they know nothing about... but instead they break the site.

It's still better than having shorts on the screen.


Yup yup yup. If you actually care about recommending things I'll want to watch, my subscriptions list is the strongest signal there is anyway, surely!


The word "want" is the key there -- they have zero interest in what you 'want' to watch, they have every interest in what will compel you to watch for the longest time! Maybe a certain person wants to watch a few 2-minute cute cat videos, and subscribe to those exclusively. But research showed Google that those people's watch minutes per day can be tripled if you fill their homepage with "Trump did WHAT?" videos (or whatever effectively baits their rage, makes them more afraid, or stokes some addiction or anxiety).


Short term yes, but long term it turns people away from YouTube.

A year ago, I had a serious YouTube habit, once I replaced my trash Jellyfin server with a Plex server I can listen to my music collection on my phone anywhere… so no more music from YouTube. I got tired of asmongold and all his imitator gaming YouTubers, fell out of the habit of watching Ukraine warbloggers, etc. I saw other people who got into toxic rabbit holes in YouTube so bad that they decided to physically destroy their computers…


Gambling has been around forever. Hyper aggressive slot machines do nothing to dissuade addicts, and dark patterns on the web are the same. They are trying to build addiction, and addiction doesn't care that something hurts to do, you need it.

The few of us who go "ew" and recoil are vastly outnumbered by the billions who just watch.

Every complaint about ads on youtube is someone who can't even be bothered to download an adblocker before Chrome killed it. It was one click, but that didn't dissuade the vast majority of eyeballs.


>Short term yes, but long term it turns people away from YouTube

for some people, like me, for example, it turns them away even in the short term, and also in the permanent term, so to speak ha ha, not only in/after the long term.

because, you know, we know our rights and likes. and we wrong and dislike people who disrespect them! :) choice of rhyming words used for effect, but the point is also true.


If they give you want you want you might just enjoy it and leave satisfied. They don't want you to leave, what you want is largely immaterial except as an input to the machine designed to brainwash you into staying.


I love how passive aggressive the home page becomes: it momentarily displays a grid of thumbnails, then erases them and says, "Your watch history is off. You can change your setting at any time to get the latest videos tailored to you" with a button to do that.


This is what I’ve done - YouTube is a much better place now.


Many websites do this. Facebook resets your feed sorting preferences, as does LinkedIn (sort by Recent, then refresh the page, it will be Top again).


I used to have a cronjob to change them to what I want daily. Only worked for sites with an API, but was better than the user hostile "we know your preferences better than you" garbage.


With Facebook, you can get around this by bookmarking https://www.facebook.com/?sk=h_chr and going there instead. It's worked reliably for years - though there's now so little of value there it hardly matters, I suppose.


> Are you saying that YouTube just alters your preferences?

My preferences change all the time, regardless of Youtube. For example, when I was a kid, I hated mustard.

On the other hand, my Youtube configuration may change independent of my actions.


not op, but have seen the same.

this is quite bad behaviour.

they should not sneakily change our preferences behind the backs. similarly, all notifications, advertisements, et cetera, should be opt in, not opt out.

many of these cos. do this sort of thing, of course.

they excuse it under the protect of company policy.

Google the ant letter as an example.


>they excuse it under the protect of company policy.

sorry, pretext, not protect. an autocorrect error.


If you are not being sarcastic, yes, it happens all the time. Probably to maximize whatever metric they're measuring.

I'm fearing the day they'll just remove that toggle for good.


> I'm fearing the day they'll just remove that toggle for good.

Don't. Nowadays we can just re-introduce it, at least all who read this. iOS, macOS, Windows, Android... All have browser extensions, all can be modified.


See also: Spotify's "repeat" functionality. I turn it off whenever I see it on, but somehow it's always back on within a few days.


In addition to what others said, they gaslight users by regularly resetting blocked accounts from recommendations. They also lose your play history after a while and start showing old videos you've watched as never been viewed.


You can also set this in your browser with the _reduce motion_ parameter.

Absolutely no sites, including YouTube, honour the parameter. But you can at least tell the site that you'd prefer it another way.


> You can also set this in your browser with the _reduce motion_ parameter.

Unfortunately there's no way to set this per-site, at least in Chrome. Similarly, if you disable animations in Windows, you also disable all animations and transitions in websites that support prefers-reduced-motion, causing some sites to feel janky as a result.

They really need to add a per-site toggle for that, and a browser-level option to ignore the OS' setting. Turning off animations in Word shouldn't turn them off in Google Calendar.


Firefox: open about:config and add ui.prefersReducedMotion as a Number and set it to 0 (no) or 1 (yes) to override the OS setting.

Chrome: command line switch:

--force-prefers-reduced-motion --force-prefers-no-reduced-motion


Ohh!! Thanks so much for this, I greatly appreciate it.


> It resets itself every 15 days or so

This is unacceptable to me. I've turned this setting off more times than I care to count. I've submitted feedback a couple times as well. I don't remember doing it lately, which is good. But I should have only ever had to do it once. I have a Google account, there is no reason this setting shouldn't be saved with my accounts, synced to all my devices, and only set once. I pay for YouTube Premium; I shouldn't be subjected to all these tactics which I assume are there to increase engagement and watch time. The price I pay is fixed and they don't earn ad revenue off me... why the games?


> I pay for YouTube Premium

That's your mistake. Never pay someone to remove the same obstacles they've been putting in front of you. It's the definition of racketeering.


> It resets itself every 15 days or so, but at least one can have some peace in the meantime.

It's also just stored in a cookie/session, so you have to do it in each client and every time you wipe your cookies. Very frustrating.


I set that a long time ago and it never disabled. Maybe something with your browser?


I too found that my auto play setting was ignored. this is in the YT app.


A sea of perfectly crafted misleading YouTuber pog faces isn’t necessarily better than autoplaying previews.

The automatically generated thumbnails were often the best at conveying what the video actual is in combination with a title and description that is currently overlooked in place of thumbnails.

These went away when people started gaming the system with a thumbnail frame right in the middle to intentionally misrepresent the content of the video. Same problem with the current YouTuber pog faces. The next step is to automatically generate multiple random frames to preview.

The garbage stock footage doesn’t work well here because it’s not great content to begin with. It’s lazy filler often used to hit the bare minimum arbitrary adsense time limit which wastes countless amounts of user hours.


This bugged me so much and yet I ended up noticing a simple workaround: keep the mouse in the top bar where the search box is.

By all UI logic this should not scroll as this element is not scrollable (it's the top bar above the scrollable content), but YouTube and Google in their infinite UX wisdom kept the scroll mouse events go behind the hovered element. I won't complain about this one too.


I know this is just a weird workaround, but you can put your mouse cursor on top of the scroll bar. The scroll wheel still works like normal there (at least in my tests on Linux / Firefox).


> you can't hover your mouse in the gaps between columns while you scroll to prevent videos autoplaying when moused over

This might be intentional. Depending on how they calculate a view, this means they can pump up their stats they use to sell ads by making you "view" more videos than you actually click on.

I like the previews TBH. If you turn on sound in the preview, you can watch part of a video without seeing an ad. It only shows me an ad when I actually click the video to watch it, so I can spend the first minute or two watching the thumbnail to decide if the video is going to get into meaningful content and be worth watching the ad. Without previews, you click on a video, watch an ad, then watch the video for a minute or two before deciding you don't want to finish.


100% what I was going to say. Some team's dashboard somewhere has "number of auto plays" and it's an important metric for them.

Or your theory and its view fraud for ad or metric purposes.


Hmm, on one hand I agree that autoplaying videos should be illegal but on the other hand the clickbaitiness of YouTube thumbnails has reached a point where it's almost better. (cue deArrow comment)


Why I do agree, the autoplay is a distraction preventing me from reading the video title and which channel posted it. Also, the clickbaitiness ends up being a feature for me: they have a specific "style" that's recognizable almost immediatly. A bit like AI-generated images, that have some eerie feeling to them. This way, I know I don't want to watch them.


Which ones are misaligned? At least the ones shown to me are perfectly aligned on my computer (both Safari and Chrome on a Mac).

Is it maybe caused by an adblocker? (I have YouTube premium, so no ads.)

Edit: Actually, the picture in the article shows a misalignment in the "Breaking News" section. It's odd, because the sections align perfectly for me on various screen sizes


It's probably an adblocker, I explained why they get misaligned ([is-in-first-column] attribute adding extra margin) if a video gets hidden and the rest flow to fill in its place here:

https://news.ycombinator.com/item?id=43848061


This bit of information makes the entire thread hilarious to read.

Bunch of hackers using adblockers that modify the client-side UI to cheat Google out of money and then complaining loudly about a minor UI convenience. How dare Google not optimize for them!

I say this as someone who uses an adblocker myself. But come on.


Hehe, you need to be a big enough nerd to know to do this when you see it's misaligned:

https://github.com/insin/control-panel-for-youtube/blob/cf18...


The video grid is mind boggling now, they keep making the thumbnails bigger, and now they don't even show two rows of 3, it's a row of 3 then a row of 3 but with only 2 links! There's a giant blank box for no reason!

They added fuchsia to the timeline bar so that it now clashes in an ugly way with everything else on the page.

Don't like Shorts? TOO BAD!


Do you have an ad blocker? I've always seen blank boxes in the spots where ads would have gone.


It's worse, I pay for Premium so there should be no place set aside for ads.


> I find the autoplay so annoying

Me too! So I turned them all off:

    Youtube Settings -> Playback and performance -> Browsing -> video previews (off)
Kind of forgot how horrible they were until I saw your comment.


In the browsers I use it switches itself back on about every four to five days on each of the four or so devices I use YouTube on. Not sure if this is a limitation of the browser local storage policies or if YouTube are 'helpfully' trying to convince me to like this 'feature' that I absolutely hate.


I'm glad I'm not the only one who gets annoyed by these details.


I never noticed that weird space between videos not stopping autoplay--I always just kept moving my mouse around until it stopped. You can start by entering the thumbnail space, but to stop it you have to enter another thumbnail space or get very close to it--the main spacing between won't stop autoplay. There's hysteresis between the start/stop edges.


>I find the autoplay so annoying

Fortunately, there's an actual setting to get rid of that. Found out yesterday, when trying to fix the OP problem (which youtube sadly forced on me).

That's extremely depressing on 27" 4k screen. Give me a density setting! I want compact thumbnails and to glance at a pack of vids at once.


> I find the autoplay so annoying because it hides the thumbnail which was carefully designed to communicate why I should click on the video and replaces it with, usually, a talking head or stock footage.

If anything, I feel like that this is by design to hyperstimulate their core audience seeking instant gratification.


I have to admit I like autoplay… because the entire video will play, and it will never show ads. I often watch YouTube videos from the homepage entirely in autoplay and just zoom the browser in.

Irritating, but the quality is fine for most things and I save a few minutes not watching ads.


I personally love the autoplay (on hovering), as often I just want to see some part of the video without having to click on it and see a bunch of ads before any playback.


I thought i was the only one! I did realize at some point that you can avoid it if you hover on the left or right of the main grid. Still very annoying though


Why do you even need _different teams_ for the homepage ?

The home page is made up of: a search bar with some extra buttons that link to different pages, a sidebar with some more buttons and a list of videos. What are the multiple teams for ? And even assuming it is necessary, there is really no single person responsible for the page so that issues like this can be seen and fixed ?

And since we are talking about pet peeves, on my laptop when you open the homepage you get a placeholder with 4 videos per row, and then you get 3 videos per row (or 5 shorts per row)


"Why do you even need _different teams_ for the homepage ?"

Conway's Law: https://en.wikipedia.org/wiki/Conway%27s_law

Conway's law is expressed as "communication structure -> program structure" but it's actually even stronger than that; the arrow is bidirectional. If either the organization wants to break up the homepage into different teams, or if the organization has to have multiple teams work on their homepage for whatever reason, the homepage will reflect the organizational structure. YouTube falls into the second branch, which is that their home page is so complicated it has to be broken up between teams due to sheer organizational size. At YouTube's size you'll even have organizational distinctions you can't even see on the homepage like dedicated reliability engineering teams. At their scale I see at least six teams most likely, the "normal" video team, the shorts team, the sidebar menu, the hamburger menu, the search team, and the team responsible for the top-level all-Google interaction, plus multiple invisible ones like recommendation algorithm, reliability, possibly a dedicated performance team, etc.

You can, organizationally, try to put these all under one manager, but even when you do that it is a surprisingly uphill battle to maintain coherence, even when it is a goal, which it often isn't particularly. There's a lot of reasons few companies have the visual and design coherence of a ~2010 Apple, including arguably even 2025 Apple.


> and a list of videos

Are we just going to gloss over this like the list of videos is random? haha


Of course no, the search is handled by a different team, but does that team also work on the frontend ? I would expect them to have a quite different set of skills from those that do frontend work, at least at Google's size.

And if not the case, I would expect at least one team to be responsible for the final result


Generating a list of video IDs is different from rendering them on the page.


Well at least now I've got you up to 2 teams being acceptable :)


Being deliberately obtuse, or ignoring the context?


Because everyone always runs A/B tests to decide whether to add a feature, but never runs them to decide whether to remove one.


To be fair you've started to answer it yourself: I'd bet 'search' is at least one team.


The homepage has many similarities to a landing page / marketing funnel.


You can disable autoplay. Both on desktop and on mobile (not sure about TVs)

It's buried in the settings but it's there.


It's stored in a cookie or the browser local storage and "conveniently" forgotten every few days for me.


it had never reset for me even once, so I'm not sure what's that about


If you didn’t look away fast enough then they want to count it as a view so they can profit.


I always open videos in new tabs and they start from the beginning.


> This means you can't hover your mouse in the gaps between columns while you scroll to prevent videos autoplaying when moused over.

Nobody cares about coherent UI/UX anymore. They certainly don‘t care about your fringe usages. Do new stuff. Do good enough. Expensive designers with a clear vision and attention to detail? Sounds slow. And expensive.

The move towards forced autoplay and infinite scroll will continue in any media app. AB tests show it is what humans crave.

I tend to select some text in long textblocks to keep a point of reference while reading. Medium and other new generation slop loves to open an obtrusive menu above my selection.


NewPipe is the better app by far in terms of usability, despite having no budget in comparison. It's impressive how far you can get by just not adding bs


> it hides the thumbnail which was carefully designed to communicate why I should click on the video and replaces it with, usually, a talking head or stock footage.

Wait what? Thumbnails are useless. DeArrow has been god sent.


Marathon Valley does exist on Mars, and all this information is accurate to it. Gemini even correctly names it. They're just all too polite to correct the user.

https://science.nasa.gov/resource/opportunitys-panorama-of-m...


I don't really get your point, surely a credit card is even more strongly linked to your identify than your face?


I've looked into the state of research on font legibility many times over the years, and this time I came across this thorough thesis from one Dr Liz Broadbent[0] (who sadly passed away recently).

It includes a great rundown of all the studies that have been done regarding font legibility and dyslexia. I remain completely unconvinced that any of these fonts offer a measurable improvement in readability over, say, Arial.

A big problem I see again and again is that the sizes compared are not fair - the author notes that spacing likely has a large effect on results and that different studies have tried to account for this in different ways. In her own study the author compares 16pt Arial with 15pt OpenDyslexic in an attempt to match the x-height. But in terms of how much space on a page a given text takes up, 15pt OpenDyslexic is actually equivalent to 25pt Arial! On page 154, a study participant even points out that it's clearer to read because it's bigger.

But overall I'm just glad funding is being directed to serious research on this topic.

[0] https://discovery.ucl.ac.uk/id/eprint/10173561/2/L.Broadbent...


But... your site doesn't use cookies and doesn't process personal data. Why do you think you're in breach of GDPR?


The post is supposed to be a bit tongue-in-cheek (and is tagged so), the fact being I am a New Zealand company who does have any known customers or affiliates in the EU but I also have no idea what WordPress or its plugins do in the background if you say enter your email for an RSS or comment feed.

I think lots of non-EU and non-technical bloggers would likely see the email I had (which was just opportunistic marketing spam from a European company and not nefarious) and think they were in breach of something like you say they are probably not.


>I think lots of non-EU and non-technical bloggers would likely see the email I had and think they were in breach of something like you say they are probably not.

This is true for all laws, all scams, all ads.


> Domu is an enterprise voice AI startup crushing it in the financial services industry

> Solve deep product problems like how to collect more money with a voice AI agent.

> Ready to grind long hours, including weekends, to hit our ambitious goals.


Vomit inducing.


The other day they forced me to give full consent to all advertising cookies in order to read without a subscription. I found this surprising, I do read them a great deal, it might only happen for heavy users.


Yeah weird, it's never done that to me. I'm in the EU though. Maybe that is a difference.


Nope, I'm in the EU and I've gotten it.


NoScript resolved this issue for me.


Apparently the ICO in the UK has decided that "consent or pay" can be compliant with the UK GDPR, the post-brexit version of the GDPR that's in UK law.

It feels wrong to me, but there we are.

Personally I use an ad-blocker, but I also subscribe for a few bucks a month.


I have no issue with "consent or pay".

They have to pay the bills somehow. The alternative to "consent or pay" is "pay". I'm really struggling to see how you feel its wrong.

I am actually having difficulty writing this, as "consent to share your data" is ultimately a way to track and collect data on you. But what can you do? They are offering you something which takes time and money to produce. You can pay for it with money or with your data.

Isn't this choice better than companies just always tracking you, and also trying to get you to buy something?

Deep down I know most people don't understand the amount of data and other information companies collect on them nor what they do with it. But at a certain point we have autonomy. I'd rather be given a choice between "we track all your data" or you can pay verses the default of tracking all data and paying. There is always the third option of not consuming the content. The choices we make.


> I'm really struggling to see how you feel its wrong.

https://ico.org.uk/for-organisations/uk-gdpr-guidance-and-re...

On the same page that the ICO gives guidance that "consent or pay" is legal, "take it or leave it", in which you are invited to pay with your data or go elsewhere, is not.

This seems very weird to me. Either data is a form of payment or it isn't, and I had laboured under the (mis?)apprehension that the GDPR removed it from this sort of situation - that one had a right to say "no" to invasive tracking and that shouldn't affect the service provided one way or another. This muddies the water over true consent to track and it seems the ICO agrees -

"When the only alternative to consent is paying a single price which combines access to the core product with a fee for avoiding sharing personal data for the purposes of personalised advertising, it can be difficult to demonstrate freely given consent."

> They are offering you something which takes time and money to produce. You can pay for it with money or with your data.

In this case I do pay for it with money

> I'd rather be given a choice between "we track all your data" or you can pay verses the default of tracking all data and paying.

Personally I'd rather government legislate away the tracking unless it can be genuinely demonstrated that someone opted in, with no form of coercion at all, and those who wanted to be paid to host advertising switch to a more context-sensitive rather than audience-sensitive model. And I had thought that was where we were going. This feels a bit like backsliding on that.

(I'm not going to argue this is black and white "OMG so wrong!", I can definitely see there's room for differing opinions here, and I am aware I carry an anti-advertising, anti-tracking bias.)


I do agree with you. This is an issue that I need to think more on before I decide my stance. My initial comment was my immediate reaction but I do agree this is a difficult and nuanced decision. Even reading the quotes you provided gave me a feeling of the amount of time and decision making that went into the law and the various guidelines.

On one hand, content creators need to be paid. On the other, users should be able to protect their privacy. In the case of news, all should be welcome to participate in their society.

Is there a limit in where providing data in compensation opposed to money makes sense? I wouldn't trade my data for the weather, they can get a zip code. On the other hand, I do trade my data to my financial institutions so they can do fraud checks. So we do exist on a spectrum of data intrusion and getting our needs met.

Is trading data for news closer to checking the weather or doing banking? In todays world, I would say access to news is important and if you can't pay with money, its okay to pay with data in order to be informed about the news.


> They have to pay the bills somehow. The alternative to "consent or pay" is "pay".

There was plenty of ad funded media before tracking.


Tracking inevitably involves shovelling money from the rest of the world to America. It’s unpatriotic to allow it.


Agreed. The advertisement oligopolies Alphabet and Meta basically destroyed special interest journalism, and regional journalism. These kinds of papers (special interest, regional) had an interest in long-term relationships with their readers, and at least somewhat of an incentive for honest and fair reporting. That's gone out of the window, leading to the SEO and algorithmic engagement wars of today.


> I have no issue with "consent or pay".

I have an issue with control over my browser. If you are sending me bytes, I am and should be free to render it as I see fit. If you send me bytes containing your product, you should understand this. If you want me to pay for your product, then place it behind an actual paywall. Don't offer the product together with some instructions that show commercials. I won't look at them, and no reasonable argument will make me.

I have no issue with paywalls and paying. I have an issue with attempting to control how I render what your webserver sends me.


There was the third option. "consent or pay or go away."

If you want to continue benefiting off others work for free, that's on you. The server didn't just send bytes to your browser, you asked your browser to do so.


Yeah that's what the ICO thinks and it's clearly wrong, since you don't consent if the alternative is paying.


I've seen it in some Spanish newspapers and those are subject to the regular GDPR.

You get tracked when you subcribe as well. The Guardian is far from perfect, and that bothers me more when I'm paying a subscription.


Fair enough - I don't think the laws have diverged much in this area in the last several years, and while there was always a difference in national legislation and how the actual enforcement bodies would act, there's generally more commonality than difference.

And yes, that sucks. I object very much to the "you subscribe and we still track/advertise" model, just as I object to ads creeping into paid tv streaming services now. And yes, I would expect the guardian to hold itself to a higher standard :/


I haven't seen that - but I recently saw them do a self-advertising segment before one of their videos on their site.


Yes, I had the same. After that I decided to put them in separate firefox container.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: