Hacker News new | ask | show | jobs
by kevinfiol 524 days ago
> But.. reducing mindless scrolling while still giving me a way to follow content I care about seems good.

My solution [1] to this was to create a static site that is built by a Github Actions workflow that runs every hour. The script just pulls RSS feeds I have listed in a .js file, and uses that to build the site [2]. The result is I'm more deliberate in what videos I watch, and I discover new creators organically (a friend recommends one, or I find them while doing a search).

For "favoriting" videos, I just add them to a folder in Firefox bookmarks manager.

My newest "feature" is a "Picks from your subscriptions" thing that uses an external Deno service [3] to grab a random video from one of my random subscriptions. This helps me discover old videos from my subscriptions I may have never seen.

[1] https://github.com/kevinfiol/youtube

[2] https://kevinfiol.com/youtube/

[3] https://github.com/kevinfiol/youtube-random