Hacker News

Top stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Human brain is two separate organs, Stanford Medicine-led research finds(stanford.edu ↗)
    32comments
  2. GPT-6 Astra Solves a WWI German Radio Cipher(prinzai.com ↗)
    8comments
  3. If math is more than proof, we need to better celebrate the rest of it(terrytao.wordpress.com ↗)
    10comments
  4. San Francisco Onion Futures Company(onionfutures.com ↗)
    55comments
  5. Android 17 is the first since 3.x to add new APIs without releasing to the AOSP(grapheneos.social ↗)
    371comments
  6. Typesafe-computer-use drives a Mac toward a goal for 1/50th of a cent per step(github.com/awlevin ↗)
    25comments
  7. Science Is Open Software(jepedersen.dk ↗)
    27comments
  8. SDCC – Small Device C Compiler(sourceforge.net ↗)
    15comments
  9. Cloudflare Quick Tunnels(cloudflare.com ↗)
    275comments
  10. NASA-IBM Lunar Foundation open-Source Geospatial AI Model(usra.edu ↗)
    1comments
  11. Why building a Rust LSP is hard(rust-glancer.github.io ↗)
    26comments
  12. You can run Git on object storage if you re-make packfiles(tigrisdata.com ↗)
    6comments
  13. Saving another 100TB of RAM(cloudflare.com ↗)
    65comments
  14. How to Write with an LLM(sockpuppet.org ↗)
    316comments
  15. Ctenophores: Wonders of Biology(quantamagazine.org ↗)
    4comments
  16. How OpenAI Used Its Own LLMs to Design Its Jalapeño Chip(ieee.org ↗)
    78comments
  17. The first new cat species discovered in 100 years(nationalgeographic.com ↗)
    94comments
  18. Goroutine Leak Profiles(go.dev ↗)
    2comments
  19. OpenJev(openjev.com ↗)
    257comments
  20. Show HN: Cactus Needle 3: 8-29MB automation models can match DeepSeek V4 Flash(cactuscompute.com ↗)
    88comments
  21. Photon-Emission-Guided Laser Fault Injection Enables RP2350 Secure Debug(ledger.com ↗)
    66comments
  22. Veronese's Dogs(publicdomainreview.org ↗)
    discuss
  23. Cache-to-Cache: Direct Semantic Communication Between LLMs (2025)(arxiv.org ↗)
    12comments
  24. The Farnese letter(simonklee.dk ↗)
    6comments
  25. Minimal Phone 2(minimalcompany.com ↗)
    214comments
  26. Stepfun Step 5 Preview (LLM): On AA Pareto frontier(artificialanalysis.ai ↗)
    1comments
  27. Xcode 27.1 Beta Release Notes(developer.apple.com ↗)
    97comments
  28. Cyclomatic Complexity in C#(ndepend.com ↗)
    18comments
  29. Inside ZCode: Silently uploading your Git history to the cloud(ferstar.org ↗)
    97comments
  30. Warez: The Infrastructure and Aesthetics of Piracy (2021)(archive.org ↗)
    52comments

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?