Project ideas from Hacker News discussions.

Old Computer Challenge

📝 Discussion Summary (Click to expand)

1. Old‑hardware repurposed as always‑on appliances

"I have turned it into a picture/frame + vision board ... run lightweight Python scripts ... rsync backup my entire server" — Scrounger
"It's an interesting set of constraints, and you can surprisingly do a lot of cool stuff." — nine_k
"This just reminds me that I have my old MicroATX HTPC ... I wonder what's on it…" — lobf

2. Retro / low‑level challenge and experiment focus

"Make a toy OS that boots into a Lisp shell." — uncircle
"A bunch of people who like old (as in around year 2000) tech periodically try to achieve something..." — nine_k
"Open Firmware was originally a Sun thing..." — mghackerlady

3. Community language and moderation concerns

"The kind of people who would feel the use of ‘smol’ impacts their enjoyment... are not really the target audience anyway." — klez
"It can't be written for pages that use regular English... using such quirky in‑group markers can limit the audience." — charcircuit
"I hope this year people moderate the chat a bit better, but I understand its not their day job..." — officeplant


🚀 Project Ideas

Generating project ideas…

RetroPC Manager

Summary

  • One‑click setup and ongoing management of repurposed old laptops for specific low‑resource tasks (backups, Wi‑Fi pwn, Telegram alerts).
  • Unified CLI/API that auto‑installs a lightweight OS, configures a Telegram bot, and schedules scripts.

Details

Key Value
Target Audience Retro‑hardware hobbyists and tinkerers who reuse 10‑year‑old laptops for always‑on chores
Core Feature Automated OS flash, bot integration, script scheduling
Tech Stack Python, Docker, SQLite, Telegram Bot API
Difficulty Medium
Monetization Hobby

Notes

  • Solves Scrounger’s complaint about “trouble browsing and finding what to do” by providing a pre‑built task library.
  • Leverages nine_k’s workflow (Telegram bot, rsync, Pwnagotchi) as a packaged service, giving HN users a ready‑made template.

GeminiQuest Hub

Summary

  • Curated discovery platform for Gemini and Gopher sites with searchable challenge prompts.
  • Community‑driven list of “old‑computer” tasks that can be completed directly from the terminal.

Details

Key Value
Target Audience Gemini/Gopher enthusiasts and retro‑tech challenge participants
Core Feature Site index, task generator, progress tracker
Tech Stack Rust (Actix), SQLite, React frontend, static markdown content
Difficulty Low
Monetization Revenue-ready: Subscription tier $5/mo for premium task packs

Notes

  • Directly addresses Scrounger’s frustration with “trouble browsing and finding 'what to do'”.
  • Encourages community posts of mini‑games or scripts, feeding the “old‑computer challenge” culture highlighted by multiple commenters.

VFS Builder

Summary

  • Scaffold and test harness for building a Linux‑style virtual file system layer (e.g., for xv6‑riscv or hobby OS projects).
  • Generates boilerplate code, runs unit‑style validation, and produces documentation.

Details

Key Value
Target Audience CS students, OS hobbyists, and educators working on retro‑OS challenges
Core Feature Project generator, automake integration, test runner
Tech Stack Node.js, Make, Rust (for file‑system core), Docker
Difficulty High
Monetization Hobby

Notes

  • Tackles josephg’s interest in “add one abstraction layer on top of the FS” without reinventing the wheel.
  • Provides a practical, shareable solution that could become a staple in the “old computer challenge” community, fostering discussion and collaboration.

Read Later