Live data from Hacker News

How I spend less time on YouTube

pawelurbanek.com

101–110 of 220 posts

Re: How I spend less time on YouTube

#101
post #72

What helped me was moving channels from YouTube subscriptions to RSS feeds. Thus I stopped opening YouTube homepage and play videos straight from RSS client. RSS URLs are " rel="nofollow">https://www.youtube.com/feeds/videos.xml?channel_id=

For specific playlists: " rel="nofollow">https://www.youtube.com/feeds/videos.xml?playlist_id=

Re: How I spend less time on YouTube

#102
post #75

Earlier quoted context omitted.

I believe it's a generational thing. We, in our late thirties, didn't have so much video content, we studied from books, learned from written content. Younger generations adapted to use videos as a learning aid, sometimes as the main learning platform. We won't ever be able to understand how they work. Their brain just adapted to this kind of learning medium. For me video talking about code is slow, unsearchable, uns…

I have just added video tutorials to all my R workshops and have had a _huge_ boost in satisfaction among students (mostly < 30). I can't understand it — the videos are slow, inexpertly produced and have nothing that is not in the text. The students love it though and there is no way I'll be able to run the sister course next semester without also adding videos.

I'm around 20 and I prefer text over videos. I find videos too long, sometimes exaggerated. Even if I have to watch a video, that has some "content" I'd increase the playback speed to have it done faster. In my opinion, visual instructions give in a lot of unnecessary information than textual instructions. This makes it harder to imagine when watching a video than reading a, say blog.

Re: How I spend less time on YouTube

#103
post #58
post #31

> Am I the only one who launches YouTube just to watch a single tutorial and ends up devouring dozens of fine-tuned recommendations? I'm hitting 40 next week, and seeing others asking for recommendations of videos on "programming a microcontroller" (or programming related) is something I can't understand. One day I sat and watched some of the videos they were recommending, and in most of them there were a person talk…

text is for learning, video is for entertainment, the problem is that people are confused about what they are doing

This statement is reductive - either medium can be for learning or entertainment, it’s a matter of content and audience.

Re: How I spend less time on YouTube

#104
The way I've done this is to be quite aggressive and only allow content from my channel subscriptions appear on my landing page. Anything else that shouldn't be there gets a "Don't Recommend Channel" ding.

If I'm looking for new material such as tutorials or documentaries, that kind of thing then I search in a separate non-logged in browser profile so the YT algorithm doesn't try to pollute my signed in account with junk. This has mostly worked quite well for me.

Re: How I spend less time on YouTube

#105
I use this technique of DOM filtering with uBlock to defeat "engagement" features and improve site experience a lot. My problem comes with pages where the HTML element classes are not semantic, but compiled by a tool like tailwind, e.g.

   ...  
For example, if you go to nytimes.com and use uBlock's 'zapper' to select an element to hide, you'll get a query selector like this:

  .erslblw0.css-163q563 > .css-13dv6mc
These are dependent on the build, and can change day to day. Has any one come up with a solution for this situation, beyond painstakingly manually constructing positional CSS selectors (nth-of-type, etc..)?

Re: How I spend less time on YouTube

#106
post #31

> Am I the only one who launches YouTube just to watch a single tutorial and ends up devouring dozens of fine-tuned recommendations? I'm hitting 40 next week, and seeing others asking for recommendations of videos on "programming a microcontroller" (or programming related) is something I can't understand. One day I sat and watched some of the videos they were recommending, and in most of them there were a person talk…

I'm 19 and I agree with you. For most things, text content is the best way to learn.

Re: How I spend less time on YouTube

#109
post #31

> Am I the only one who launches YouTube just to watch a single tutorial and ends up devouring dozens of fine-tuned recommendations? I'm hitting 40 next week, and seeing others asking for recommendations of videos on "programming a microcontroller" (or programming related) is something I can't understand. One day I sat and watched some of the videos they were recommending, and in most of them there were a person talk…

I'm in my late 20's and practically grew up with YouTube. I can't stand watching tutorial videos for anything technical. The content is not searchable and not even close to as fast as text.

Re: How I spend less time on YouTube

#110

The best way I’ve found to spend less time on YouTube is realizing that the vast majority of content is pure garbage and just stay the hell away from it. These days I only visit it when I need something specific (a tutorial on how to do a particular thing, a video the kid wants to watch, etc). And of course uBlock origin is enabled to spare me from the “unskippable ads that are longer than the video itself” experienc…

I find that uBlock Origin (or Brave) isn't enough for YouTube. If you use Piped [0] you can only watch the updates from channels you are subscribed to without ads, intro, sponsors/promo etc. [0] https://piped.kavin.rocks

That site is using Sponsor Block:

https://sponsor.ajay.app/

Post reply on HN