Project ideas from Hacker News discussions.

YouTube as Storage

📝 Discussion Summary (Click to expand)

Three dominant themes in the discussion

Theme What people are saying Representative quotes
Technical feasibility & limits Users debate whether YouTube’s transcoding, compression and storage limits will break the “video‑as‑storage” idea, and how much redundancy is needed. “After compression, all data lost.” – finalhacker
“YouTube pays the storage ;-).” – Jaxan
“I think it’s inefficient. But youtube pays the storage ;-).” – Jaxan
Economic & policy implications The conversation turns to YouTube’s business model, ToS, deletion policy and the cost of keeping massive amounts of data. “They can delete your channel/files whenever they want.” – madduci
“Likely yes, with a margin of perhaps 38%.” – rezonant
“They can delete your files.” – ilaksh (referring to the ToS)
Cultural value & commons Participants discuss the loss of cultural heritage if videos are removed, the role of YouTube as a public commons, and the ethics of using it for storage. “YouTube is also a massive repository of human cultural expression.” – agnishom
“Monuments erode away and memories of those enshrined are lost time as well.” – dessimus
“The existence of a cultural repository of cat videos… continues to be available to humanity.” – agnishom

These three threads—technical viability, economic/policy realities, and cultural/commons concerns—capture the bulk of the discussion.


🚀 Project Ideas

Multi‑Platform Encrypted Video Backup (MPEVB)

Summary

  • A SaaS that splits encrypted data into small chunks, embeds them into short videos, and uploads them across multiple public video platforms (YouTube, Vimeo, Dailymotion, etc.) with redundancy.
  • Protects against single‑platform deletion, ToS violations, and provides a cost‑effective, low‑maintenance backup for personal and small‑business data.

Details

Key Value
Target Audience Hobbyists, indie developers, small businesses needing cheap, durable backups
Core Feature Automated chunking, encryption, fountain‑code redundancy, multi‑platform upload, auto‑re‑upload on deletion
Tech Stack Python/Go backend, FFmpeg for video encoding, AWS S3/Backblaze B2 for metadata, Docker, Kubernetes
Difficulty High
Monetization Revenue‑ready: $5/month per TB stored

Notes

  • HN users love “free storage” hacks; this turns the ToS loophole into a legitimate, resilient backup.
  • Sparks discussion on legality, ethics, and the future of cloud‑based storage.

YouTube Low‑View Archiver (YLV Archiver)

Summary

  • A command‑line tool that crawls a user’s YouTube channel, identifies videos with zero or few views, downloads them, and stores them locally or in cheap cloud storage.
  • Preserves content that might be deleted or lost due to YouTube’s aggressive pruning.

Details

Key Value
Target Audience Content creators, archivists, researchers
Core Feature View‑count filtering, metadata extraction, auto‑tagging, optional compression
Tech Stack Node.js, youtube-dl, SQLite, Docker
Difficulty Medium
Monetization Hobby

Notes

  • Addresses the fear that “old, low‑view” videos will vanish; commenters already discuss this risk.
  • Useful for researchers studying cultural artifacts or for creators wanting to keep a backup of all uploads.

Channel Video Density Explorer (CVDE)

Summary

  • A web app that aggregates public YouTube channels, visualizes video counts over time, and highlights channels with unusually high upload volumes.
  • Helps users discover hidden gems, analyze upload patterns, and find channels that may be at risk of deletion.

Details

Key Value
Target Audience YouTubers, researchers, curious HN users
Core Feature API‑driven data collection, time‑series charts, search filters, exportable reports
Tech Stack React, D3.js, Python Flask, Google API, PostgreSQL
Difficulty Medium
Monetization Revenue‑ready: $0.99 per export, freemium analytics

Notes

  • HN commenters already share links to massive channels; this tool turns that curiosity into actionable insight.
  • Encourages discussion on content longevity and platform policies.

Tape‑Backed Backup Manager (TBM)

Summary

  • A self‑hosted backup solution that uses off‑the‑shelf tape drives (LTO‑6/7) combined with open‑source backup tools (Borg, Restic) to archive large datasets at a fraction of cloud costs.
  • Provides a web UI for scheduling, monitoring, and restoring backups, targeting users who want to avoid monthly cloud bills.

Details

Key Value
Target Audience System admins, small enterprises, hobbyists with large data
Core Feature Tape rotation, incremental backups, encryption, web dashboard
Tech Stack Linux, BorgBackup, Restic, Docker, Nginx, PostgreSQL
Difficulty High
Monetization Revenue‑ready: $49/month for managed service, or $0 for self‑hosted

Notes

  • Addresses the “$6/TB/month” pain point; commenters discuss tape as the only cost‑effective long‑term storage.
  • Sparks debate on the future of physical vs. cloud storage and the sustainability of data centers.

Read Later