Live data from Hacker News

You click a link to a news site, to read an article that seems interesting

mastodon.technology

171–180 of 318 posts

Re: You click a link to a news site, to read an article that seems interesting

#171
post #39

Earlier quoted context omitted.

I'd say the worst part is that Firefox has a feature for blocking auto playing video. But it never works.

I don't understand why there isn't a browser feature that would simply disable all and any support for and elements, or ask you a permission before a website can create any. It's really that simple. No need to try, and fail, to figure out which videos are "safe" to autoplay and which aren't. Let the user decide.

Makes me miss the days of Flash because I could block everything video, audio and animation related with FlashBlock.

Re: You click a link to a news site, to read an article that seems interesting

#172
post #147

Earlier quoted context omitted.

> any site that use custom playback controls will break Is that actually a bad thing? I have no idea about video playback controls, but in every other instance I've noticed where sites implement their own custom versions of browser controls, it's been absolutely terrible. Custom scrollbars, or lack thereof. Custom drop-down lists, which never support keyboard input properly. And so on. And even if I'm wrong, and cust…

>why should they be supported for any event except onclick? obvious example would be articles with scrolling effects (eg. https://www.newyorker.com/magazine/2021/12/06/the-secretive-... ), and need to autoplay videos when they scroll into view. That said, even if you restricted it to onclick, I don't imagine it's too hard for a page to receive a stray click (eg. if you're randomly selecting stuff) to trigger playback…

Why, as a user, would I want a page to begin playing a video as a result of scrolling?

Re: You click a link to a news site, to read an article that seems interesting

#173

Earlier quoted context omitted.

> I've made a few video game pages where auto-playing MP4s were essential at giving the right message No. What you say is simply factually inaccurate. I've looked at the web page in your URL and it would be much better without distracting auto-playing video. The video should play then the user wants it to play. Is that really so hard to understand?

If the video is short, such as anything 20-seconds or shorter (even 5-second videos), the click is too much in my experience. Perhaps its "meme culture" or Tik-Tock culture. But there's a style of super-short 5-second to 20-second video where looping makes far more sense than clicking. -------- In either case, I've solicited feedback of this style in a variety of gaming forums from different communities. They mostly…

Did you solicit feedback on auto playing or videos in general? Your comment seems to say 2 while advocating for 1.

On your website your videos don't auto play for me on mobile, by the way, which I found convenient because it's tap on tap off. It's x-overflowing the videos though, which is inconvenient.

Re: You click a link to a news site, to read an article that seems interesting

#174

Earlier quoted context omitted.

Ohhhh, it's a lot more than that. You're being tracked by your car and phone bluetooth MAC addresses. That's how the "X minutes to exit Y" signboards work. They time how long it takes to see a particular MAC address appear at the next receiver.

You got a cite for that? I’m not saying it doesn’t exist, but that seems horribly overengineered for what has been traditionally accomplished with tracking the average speed of vehicles using radar or vehicle detectors - they have had these signs long before smart devices were common.

I don't even think it's technically possible. Unless a bluetooth device is in discoverable mode it shouldn't be possible to identify them.

Re: You click a link to a news site, to read an article that seems interesting

#175
On Firefox on macOS, almost always, the close button for these monstrosities is positioned flush right and sized exactly such that it extends merely 1 pixel left of the scroll bar. So, to close them, you must either aim precisely for this 1 pixel sliver, or move slowly enough that the scroll bar does not appear.

These days I just click Reader Mode for almost any news site. I wish I could somehow set domains to always open in Reader Mode.

Re: You click a link to a news site, to read an article that seems interesting

#176

I feel browsing the web is long overdue having a robot butler to do it for us and come back with the things we wanted, leaving the "People in Norwich are using this genius trick"-style nonsense on the cutting room floor. It ought to be trivially possible, going on from things like grease monkey and ad blocking scripts to add a bit of user intent guessing / content filtering / simplified view logic.

If it was trivially possible, Firefox would already be doing it. But there's always an arms race with stuff like this. Our robot butler would be able to figure out how to parse the web today, but the advertisers would completely change the structure of pages tomorrow. Facebook used to have their ads wrapped in ` `. Now, they're buried a thousand divs deeps, and the ads and content both have nonsensical, non-semantic…

I also noticed super deep div structure, and weird random class names. I assume it's to prevent automation and scraping. They're really hard to run querySelector against.

Re: You click a link to a news site, to read an article that seems interesting

#178

On Firefox on macOS, almost always, the close button for these monstrosities is positioned flush right and sized exactly such that it extends merely 1 pixel left of the scroll bar. So, to close them, you must either aim precisely for this 1 pixel sliver, or move slowly enough that the scroll bar does not appear. These days I just click Reader Mode for almost any news site. I wish I could somehow set domains to always…

These days I just click Reader Mode for almost any news site.

That's more effort than I put in; I just don't bother reading the articles when the site makes it too hard.

Re: You click a link to a news site, to read an article that seems interesting

#179

Earlier quoted context omitted.

If the video is short, such as anything 20-seconds or shorter (even 5-second videos), the click is too much in my experience. Perhaps its "meme culture" or Tik-Tock culture. But there's a style of super-short 5-second to 20-second video where looping makes far more sense than clicking. -------- In either case, I've solicited feedback of this style in a variety of gaming forums from different communities. They mostly…

Did you solicit feedback on auto playing or videos in general? Your comment seems to say 2 while advocating for 1. On your website your videos don't auto play for me on mobile, by the way, which I found convenient because it's tap on tap off. It's x-overflowing the videos though, which is inconvenient.

>Did you solicit feedback on auto playing or videos in general?

Of course they didn't. If they did, the site wouldn't work the way it works now.

It's just another example of "I know better than my users" attitude.

Re: You click a link to a news site, to read an article that seems interesting

#180
post #39

Earlier quoted context omitted.

I'd say the worst part is that Firefox has a feature for blocking auto playing video. But it never works.

I don't understand why there isn't a browser feature that would simply disable all and any support for and elements, or ask you a permission before a website can create any. It's really that simple. No need to try, and fail, to figure out which videos are "safe" to autoplay and which aren't. Let the user decide.

I've seen sites that autoplay video by implementing a JS h264 decoder that renders to a element. Developers will go to significant lengths to work around browser permissions.
Post reply on HN