Hacker News

Top stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Android 17 is the first since 3.x to add new APIs without releasing to the AOSP(grapheneos.social ↗)
    321comments
  2. Science Is Open Software(jepedersen.dk ↗)
    15comments
  3. SDCC – Small Device C Compiler(sourceforge.net ↗)
    4comments
  4. Cloudflare Quick Tunnels(cloudflare.com ↗)
    262comments
  5. Saving another 100TB of RAM(cloudflare.com ↗)
    57comments
  6. How to Write with an LLM(sockpuppet.org ↗)
    292comments
  7. Why building a Rust LSP is hard(rust-glancer.github.io ↗)
    9comments
  8. How OpenAI Used Its Own LLMs to Design Its Jalapeño Chip(ieee.org ↗)
    67comments
  9. Show HN: LiveWorld – Every 24/7 YouTube live camera on one globe(liveworld.info ↗)
    29comments
  10. Xcode 27.1 Beta Release Notes(developer.apple.com ↗)
    75comments
  11. The first new cat species discovered in 100 years(nationalgeographic.com ↗)
    79comments
  12. Show HN: Cactus Needle 3: 8-29MB automation models can match DeepSeek V4 Flash(cactuscompute.com ↗)
    79comments
  13. Photon-Emission-Guided Laser Fault Injection Enables RP2350 Secure Debug(ledger.com ↗)
    61comments
  14. OpenJev(openjev.com ↗)
    249comments
  15. The Farnese letter(simonklee.dk ↗)
    5comments
  16. Cache-to-Cache: Direct Semantic Communication Between LLMs (2025)(arxiv.org ↗)
    12comments
  17. Claude Code now reads AGENTS.md if there is no Claude.md(claude.com ↗)
    203comments
  18. LispBM is a concurrent Lisp for microcontrollers with message passing(lispbm.com ↗)
    2comments
  19. Minimal Phone 2(minimalcompany.com ↗)
    198comments
  20. Cyclomatic Complexity in C#(ndepend.com ↗)
    15comments
  21. Goroutine Leak Profiles(go.dev ↗)
    discuss
  22. Typesafe-computer-use drives a Mac toward a goal for 1/50th of a cent per step(github.com/awlevin ↗)
    discuss
  23. Warez: The Infrastructure and Aesthetics of Piracy (2021)(archive.org ↗)
    37comments
  24. Alibaba open-sources AI model that can detect cancer and nearly 150 conditions(scmp.com ↗)
    8comments
  25. How SpaceX streamlined the Raptor engine(construction-physics.com ↗)
    51comments
  26. Inside ZCode: Silently uploading your Git history to the cloud(ferstar.org ↗)
    94comments
  27. Two parallel neural ectoderm progenitors contribute to the developing brain(newscientist.com ↗)
    60comments
  28. C++26: Trivial infinite loops are no longer undefined behaviour(sandordargo.com ↗)
    212comments
  29. The Implications of Linguistic Illegibility for LLM Security(arxiv.org ↗)
    22comments
  30. North Korean nuclear test sets off years of earthquakes(science.org ↗)
    156comments

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?