Hacker News

Top stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Laya the open source version of Jev(convaiinnovations.com ↗)
    72comments
  2. What Zig felt like, coming from Rust(besok.github.io ↗)
    26comments
  3. A graphical desktop for the ZX Spectrum(github.com/mindbox77 ↗)
    6comments
  4. AI-generated posters don’t have to be horrible(john.hartnup.uk ↗)
    355comments
  5. Tin: full-text search for Postgres(planetscale.com ↗)
    3comments
  6. Human brain is two separate organs, Stanford Medicine-led research finds(stanford.edu ↗)
    162comments
  7. “The Secret Life of Circuits” is here(coredump.cx ↗)
    35comments
  8. Asking Authors About Their Own Papers(medium.com/tmlrorg ↗)
    4comments
  9. Android 17 is the first since 3.x to add new APIs without releasing to the AOSP(grapheneos.social ↗)
    517comments
  10. Black Holes or Black Hole Stars? Astronomers Spar over 'Little Red Dots'(quantamagazine.org ↗)
    5comments
  11. San Francisco Onion Futures Company(onionfutures.com ↗)
    91comments
  12. If math is more than proof, we need to better celebrate the rest of it(terrytao.wordpress.com ↗)
    163comments
  13. GPT-6 Astra Solves a WWI German Radio Cipher(prinzai.com ↗)
    120comments
  14. Learning Another Language May Be One of the Best Ways to Keep Your Brain Healthy(theconversation.com ↗)
    4comments
  15. Cloudflare Quick Tunnels(cloudflare.com ↗)
    299comments
  16. Communication by means of modulated Johnson noise(pnas.org ↗)
    16comments
  17. How to Write with an LLM(sockpuppet.org ↗)
    356comments
  18. You can run Git on object storage if you re-make packfiles(tigrisdata.com ↗)
    23comments
  19. AI Safety Is Mostly a Sex Cult(bsky.app ↗)
    2comments
  20. SDCC – Small Device C Compiler(sourceforge.net ↗)
    22comments
  21. Saving another 100TB of RAM(cloudflare.com ↗)
    87comments
  22. Science Is Open Software(jepedersen.dk ↗)
    46comments
  23. From Stonemasons to Carpenters(thelastsoftwareengineer.substack.com ↗)
    4comments
  24. Why building a Rust LSP is hard(rust-glancer.github.io ↗)
    44comments
  25. Ctenophores: Wonders of Biology(quantamagazine.org ↗)
    6comments
  26. NASA-IBM Lunar Foundation open-Source Geospatial AI Model(usra.edu ↗)
    5comments
  27. The first new cat species discovered in 100 years(nationalgeographic.com ↗)
    119comments
  28. How OpenAI Used Its Own LLMs to Design Its Jalapeño Chip(ieee.org ↗)
    114comments
  29. OpenJev(openjev.com ↗)
    275comments
  30. Goroutine Leak Profiles(go.dev ↗)
    6comments

YouTube A/B testing removing playback speed controls

10 pointsby 10mo ago
13 comments
I've been able to deal with most of the enshitification of Youtube, but now playback speed controls are no longer available in some of my Youtube playbacks. Refreshing the page sometimes makes them available. And there's a button to enable them by subscribing to Youtube Premium.

I'm going to write to the channels that I subscribe to, to let them know why I'm leaving Youtube. Time to settle on an alternative service.

10mo agoHN ↗

Does this bookmarklet work to give you 2x speed anyway?

    javascript:for(v of document.getElementsByTagName('video'))v.playbackRate=2;void(0)
10mo agoHN ↗

Interestingly, it doesn't. I'll later spend some time checking the tag name. Thanks for the idea, I might code that into an extension.

10mo agoHN ↗

I’m already a Premium user, so I suspect I won’t see a change. That said, I’m against turning formerly free features into paid ones. Especially something as useful as playback speed, which has been around forever. Whoever is making the decisions at YouTube is seems to be making one bad decision after another.

The biggest issue with going to an alternative is that one doesn’t really exist. Yes, there are other video sharing sites, but they have a tiny sliver of the content YouTube has, as a viewer. As a creator, they have only a tiny sliver of the viewers, which hurts monetization efforts.

10mo agoHN ↗

Product management at YouTube baffles me.

What is being improved by removing speed controls? Certainly nothing on the user side of the equation.

10mo agoHN ↗

I've switched to watching youtube videos using mpv. yt-dlp thankfully works, and this way, I can watch the video any way I want.

10mo agoHN ↗

Never heard of mpv until you mentioned it just now. Very interesting.

10mo agoHN ↗

No worries. The speed is built into the web browser. YouTube cannot disable it. Meaning, even if they remove the option from the player UI, the functionality cannot be removed. A simple browser extension will therefore always be available to supplement it.

10mo agoHN ↗

Don't be so sure - the company that owns YouTube also probably owns your web browser.

10mo agoHN ↗

What if they start rendering video in js on canvas with a fully custom solution.

10mo agoHN ↗

From what I rememebr it is a very inefficient way of doing it, FPS will be a problem and I think properly syncing sound, at least over longer than few seconds, might be even impossible. Either way, it makes very little sense on too many levels to do that.

10mo agoHN ↗

They can set it back to 1 using javascript any time it is increased though.

10mo agoHN ↗

There are several extensions to manage playback speed, most allow faster speeds. Do they work for you?