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 ↗)
    263comments
  2. Cloudflare Quick Tunnels(cloudflare.com ↗)
    250comments
  3. Saving another 100TB of RAM(cloudflare.com ↗)
    44comments
  4. The Farnese letter(simonklee.dk ↗)
    5comments
  5. Xcode 27.1 Beta Release Notes(developer.apple.com ↗)
    68comments
  6. How to Write with an LLM(sockpuppet.org ↗)
    271comments
  7. Photon-Emission-Guided Laser Fault Injection Enables RP2350 Secure Debug(ledger.com ↗)
    54comments
  8. How OpenAI Used Its Own LLMs to Design Its Jalapeño Chip(ieee.org ↗)
    58comments
  9. Show HN: Cactus Needle 3: 8-29MB automation models can match DeepSeek V4 Flash(cactuscompute.com ↗)
    78comments
  10. Cache-to-Cache: Direct Semantic Communication Between LLMs (2025)(arxiv.org ↗)
    12comments
  11. The first new cat species discovered in 100 years(nationalgeographic.com ↗)
    61comments
  12. OpenJev(openjev.com ↗)
    246comments
  13. Claude Code now reads AGENTS.md if there is no Claude.md(claude.com ↗)
    182comments
  14. Cyclomatic Complexity in C#(ndepend.com ↗)
    15comments
  15. Show HN: LiveWorld – Every 24/7 YouTube live camera on one globe(liveworld.info ↗)
    5comments
  16. Minimal Phone 2(minimalcompany.com ↗)
    177comments
  17. The Implications of Linguistic Illegibility for LLM Security(arxiv.org ↗)
    19comments
  18. Warez: The Infrastructure and Aesthetics of Piracy (2021)(archive.org ↗)
    25comments
  19. Alibaba open-sources AI model that can detect cancer and nearly 150 conditions(scmp.com ↗)
    4comments
  20. Two parallel neural ectoderm progenitors contribute to the developing brain(newscientist.com ↗)
    54comments
  21. C++26: Trivial infinite loops are no longer undefined behaviour(sandordargo.com ↗)
    201comments
  22. Column built an issuer processor from scratch(column.com ↗)
    5comments
  23. Inside ZCode: Silently uploading your Git history to the cloud(ferstar.org ↗)
    91comments
  24. How SpaceX streamlined the Raptor engine(construction-physics.com ↗)
    40comments
  25. LispBM is a concurrent Lisp for microcontrollers with message passing(lispbm.com ↗)
    1comments
  26. A search-and-inference database from scratch in pure Zig(antfly.io ↗)
    16comments
  27. I vibed a proof of Conway's conjecture(overreacted.io ↗)
    186comments
  28. Size-Specialized Memory Allocation(go.dev ↗)
    3comments
  29. North Korean nuclear test sets off years of earthquakes(science.org ↗)
    152comments
  30. From Geometry to Algebra and Back Again: 4000 Years of Papers (2023) [video](youtube.com ↗)
    discuss

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?