HN user
d3vr
I make things with code and pixels :: https://f3.al
no one on the Claude subreddit has yet to report being hit by this despite many going way over that
Because it hasn't gone into effect yet: "From August 28, we’ll introduce new weekly limits that’ll mitigate these problems while impacting as few customers as possible." [0]
[0] https://xcancel.com/AnthropicAI/status/1949898514844307953#m
Yeah really disappointing, hopefully they'll reconsider this limit because it really isn't usable, especially with "agentic tools" (e.g: opencode) ..
BTW you can also go through HuggingFace: https://huggingface.co/Qwen/Qwen3-Coder-480B-A35B-Instruct?i...
Cline support added in v3.20.4: https://github.com/cline/cline/releases/tag/v3.20.4
Roo Code support added in v3.25.5: https://github.com/RooCodeInc/Roo-Code/releases/tag/v3.25.5
Cerebras has also been added as a provider for Qwen 3 Coder in OpenRouter: https://openrouter.ai/qwen/qwen3-coder?sort=throughput
You can actually disable that default behavior through the config file .aider.conf.yml [1]: auto-commits: false
Or if you prefer in .env [2]: AIDER_AUTO_COMMITS=false
For anyone else outside the loop, MegaLag released a video [1] yesterday exposing the shady practices by Honey
Yeah that is indeed weird, usually OpenAI releases/things result in a lively conversation on HN
Thanks for reporting, Mozilla took some time to approve the add-on on their store. It's now available.
I am using ubO too, I just purged the cache and updated the filters, still experiencing the same issue. Maybe YT is still testing this and haven't rolled out the blocking on everyone just yet?
I remember there was a toggle in the player settings to disable Ambient Mode, have they removed that option ?
I wasn't sure myself either, so I looked it up.
- Piped [1] uses NewPipeExtractor [2] (which is also used by NewPipe) to parse YouTube responses. I assume this is somewhat similar to what yt-dlp [3] does ?
- Invidious states in their FAQ [4]: "By default, the video stream is fetched directly from Google's servers (googlevideo.com)".
[1] https://github.com/TeamPiped/Piped
[2] https://github.com/TeamNewPipe/NewPipeExtractor
[3] https://github.com/yt-dlp/yt-dlp
[4] https://docs.invidious.io/faq/#q-what-data-is-shared-with-yo...
See my answer to @Cilvic: https://news.ycombinator.com/item?id=37884815
I've also just updated the README to make it more obvious what the extension does.
The default alternative frontend I have configured is https://piped.video , but you can use any different instance / service if it supports the same YouTube url scheme ({domain}/watch?v=...).
This is configurable in the add-on's options page, you can also access it by clicking on the add-on's icon
Seems like there's a bit of confusion about what the add-on does exactly. It doesn't automatically redirect all YouTube pages you open.
This however gives you the choice to open the pages you want in an alternative frontend.
My use case is basically I browse the YT homepage and Shift+click the videos I want to watch. Or if someone shares a link to a video, I access that page and Alt+J to redirect to the alternative frontend.
Thanks for sharing your setup, might look into that. In my case, the reason I decided to create the extension is that I didn't want to completely leave YT per se, but rather use the recommendations and browse the homepage and actually watch what I want on an alternative frontend.
Self-hosted instance of FreshRSS [0], Readrops [1] as the client on Android, html2rss [2] for websites that don't have RSS feeds and AtoMail [3] to get newsletters as RSS feeds instead.
Edit: forgot to mention RssBridge [4] to get tweets that match certain criteria as an RSS feed. RssBridge also provides access to many other platforms.
[0] https://github.com/FreshRSS/FreshRSS
[1] https://github.com/readrops/Readrops
[2] https://github.com/html2rss/html2rss-web
You mean you don't make slideshows of cute kittens for your own personal enjoyment, everyone is using that feature for this! /s
You're right, I forgot to add a viewimage.min.js. I tried on Chrome mobile, but it just does a Google search, didn't know inline javascript worked on mobile browsers.
Here's the bookmarklet source for now:
javascript:void%20function(){function%20isElementVisible(el){var%20rect=el.getBoundingClientRect(),vWidth=window.innerWidth||doc.documentElement.clientWidth,vHeight=window.innerHeight||doc.documentElement.clientHeight,efp=function(x,y){return%20document.elementFromPoint(x,y)};return%20rect.right%3C0||rect.bottom%3C0||rect.left%3EvWidth||rect.top%3EvHeight%3F!1:el.contains(efp(rect.left,rect.top))||el.contains(efp(rect.right,rect.top))||el.contains(efp(rect.right,rect.bottom))||el.contains(efp(rect.left,rect.bottom))}%22undefined%22==typeof%20window.isElementVisible;{var%20imgs=document.querySelectorAll(%22.irc_mi%22);imgs.forEach(function(img){isElementVisible(img)%26%26window.open(img.src)})}}();
Already done by @devunt (https://news.ycombinator.com/item?id=16391285) : https://github.com/devunt/make-gis-great-again
I pushed a fix
I linked to from my repo and my comment on reddit: https://www.reddit.com/r/assholedesign/comments/7xvdkk/googl...
Nice work! I'll add a link to it from my repo
Some JavaScript code saved as a bookmark. When you click on the bookmark, the JavaScript code gets executed.
Never mind, I tested it on Firefox, it sucks. Will fix, thanks for reporting.
On Chromium I don't have this issue (https://i.imgur.com/I4PvK4l.png). What browser are you using?
Thanks, this was just a quick fix though, a userscript that puts the button back where it was would be better.