Project ideas from Hacker News discussions.

Making the Internet Boring

📝 Discussion Summary (Click to expand)

1. Turn off algorithmic recommendations to regain control
Many users stress disabling YouTube’s watch history, home‑page suggestions, and Shorts so the platform no longer decides what you watch.
- “Turn off your YouTube watch history. This disables video suggestions when you open the website or the app.” — ViktorRay
- “Just to add to that, it's a two step process: disable saving new history, and then clear all history… I estimate my watch time dropped by half per day the first time I did that.” — drivers99
- “I told a friend this and told him this flips the script on the Algo. Now instead of YT telling you what to watch, YOU are in control of what YOU want to watch.” — burningChrome

2. Adopt intentional habits and mindset shifts
Several commenters argue that technical fixes alone aren’t enough; you must change your relationship with the platform, practice mindfulness, or let go of guilt‑driven fighting.
- “When I learned to stop feeling bad/guilty/thinking this was a problem to solve and just let my mind drift, I found that my mind naturally learned when it was disciplined work time vs. browse the internet time.” — rglover
- “The problem with 'not fighting it' is that you'll naturally do what feels the best in the moment… I find living in a certain amount of fear of fun is healthy.” — tyg13
- “What does help is understanding that the problem is often me… Knowing myself has been most helpful. Being able to understand why I'm doing it helps me break the circuit…” — specproc

3. Use tools and alternatives that make distraction harder
People recommend browser extensions, alternative front‑ends, grayscale modes, or simply navigating manually to curb impulsive viewing.
- “I configured uBlock to hide comments and suggested videos from YouTube… I don't miss either of them and now (usually) only go to YouTube to do something useful.” — sheepcow
- “You can use Firefox plugin 'Unhook remove youtube recommended and shorts' … So, I only have videos.” — t_mahmood
- “On my smartphone I'm not using Google Play Services so when I open the app, all I get is the search box.” — burningChrome
- “Using newpipe instead of YouTube helps a lot. It makes YouTube pretty boring. Plus you can just download the few useful videos that you use for reference…” — krupan


🚀 Project Ideas

SubFeed: YouTube Subscriptions-Only Frontend

Summary

  • A lightweight web app/browser extension that loads YouTube but shows only the Subscriptions feed, hiding homepage, recommendations, shorts, and comments.
  • Core value proposition: puts users back in control by algorithm‑free viewing of only the channels they chose.

Details

Key Value
Target Audience YouTube users who want to avoid recommendation-driven distraction
Core Feature Loads YouTube via iframe/userscript and strips everything except the Subscriptions page (including Shorts, comments, sidebar)
Tech Stack React (or plain JS) + Chrome/Firefox WebExtension API; optional backend for caching
Difficulty Medium
Monetization Hobby

Notes

  • HN commenters expressed frustration with the "most relevant" section and shorts overriding chronological subscriptions (input_sh, jasode). This directly addresses those pain points.
  • Provides a practical utility that can be paired with existing tools like uBlock filters for a completely clean experience.

HistoryGuard: Automatic YouTube Watch History Manager

Summary

  • Browser extension that automatically disables saving new YouTube watch history and periodically clears existing history with one click.
  • Core value proposition: eliminates the manual two‑step process of turning off history and clearing it, reducing accidental algorithmic training.

Details

Key Value
Target Audience Users who repeatedly toggle YouTube history settings (e.g., drivers99, burningChrome)
Core Feature Toggles YouTube's history saving off and clears stored history on a schedule or via toolbar button
Tech Stack WebExtension (Chrome/Firefox) using YouTube's history API or localStorage manipulation
Difficulty Low
Monetization Hobby

Notes

  • Commenters noted the two‑step process and estimated watch time halved after disabling history (drivers99, burningChrome). This automates that workflow.
  • Encourages discussion about data ownership and could integrate with broader privacy tools.

FocusTube: Distraction‑Free YouTube Player with Grayscale & Friction

Summary

  • Desktop Electron app that embeds YouTube videos, applies grayscale, hides UI elements (comments, recommendations, sidebar), and adds adaptive friction (delay before playback) to curb binge‑watching.
  • Core value proposition: creates a intentional viewing environment that reduces addictive design while preserving access to useful content.

Details

Key Value
Target Audience Users seeking to curb YouTube addiction via UI modification and friction (e.g., akademic_84572, Gecko4072)
Core Feature Grayscale mode, UI stripping, configurable playback delay, channel whitelist, Pomodoro timer integration
Tech Stack Electron (HTML/CSS/JS), YouTube Iframe API, optional Node.js backend for settings sync
Difficulty Medium
Monetization Revenue-ready: Subscription $2/month for premium features like custom filters and analytics

Notes

  • HN users liked grayscale and friction approaches ( akademic_84572's MooBlock, MooBlock commenters) and wanted more control over recommendations. FocusTube combines both.
  • Could spark discussion on balancing utility vs. addiction and serve as a testbed for UI‑based habit change interventions.

Read Later