Project ideas from Hacker News discussions.

Os8088: A powerful Mac-like OS for the IBM XT, 286, 386

📝 Discussion Summary (Click to expand)

Three dominant themes in the discussion

Theme Supporting quotations
Retro GUI revival on vintage hardware The graphical operating system that could have been for the IBM XT.” – jggonz
"Just discovered the videos … and the source code on github reads like a book.” – ozymandiax
"Apple might sue you though, like they did DRIozymandiax*
AI‑generated code and credibility concerns It can't be written by LLM -- the human author has claimed copyrightButlerianJihad
If I was working in Anthropic's marketing department, this is the sort of thing I'd point to as a demo of its abilitiesuserbinator
Technical feasibility & community reaction Hand‑written real‑mode 8086. No C, no linker, no runtime library.MiroslavPokorny
Fun little toy. Wonder how much in tokens went into it.internet2000

These themes capture the nostalgic interest in retro operating‑system projects, the debate over AI‑authored software, and the community's focus on the technical constraints and perceptions surrounding such endeavors.


🚀 Project Ideas

[RealMode Studio]

Summary

  • IDE that assembles, debugs, and emits bootable 8086 images, removing the manual hassle of real‑mode assembly.
  • One‑click generation of verified disk images for vintage PCs.

Details

Key Value
Target Audience Retro hobbyists, firmware developers, educators
Core Feature Real‑mode assembler, step debugger, auto‑generate boot sectors
Tech Stack Rust, GAS, QEMU, Docker
Difficulty Medium
Monetization Revenue-ready: Subscription $9/mo

Notes

  • HN users repeatedly expressed frustration with manual assembly and lack of ready images, matching our solution.
  • Enables realistic testing on original hardware, fueling community projects and discussion.

[FloppyFabricator]

Summary

  • Desktop hardware‑plus‑software kit that writes, verifies, and images FAT12 data onto 5.25" floppy disks for XT/AT systems.
  • Eliminates the barrier of “no images written to 5.25\" media” and lets users boot on real hardware.

Details

Key Value
Target Audience Vintage hardware collectors, retro developers, museum curators
Core Feature USB‑controlled floppy writer with real‑time error checking and image validation
Tech Stack Arduino Mega, CPLD driver, Python CLI, KiCad PCB design
Difficulty Low
Monetization Revenue-ready: One‑time purchase $149

Notes

  • Commenters complained about having only one floppy and needing more media for testing.
  • Directly addresses the practical need to create and test bootable disks on original XT hardware.

[RetroApp Marketplace]

Summary

  • Curated online repository that hosts ready‑to‑run disk images of retro applications (games, utilities, office tools) for classic OSes.
  • Provides one‑click downloads and documentation, filling the gap of missing apps and games.

Details

Key Value
Target Audience Retro software enthusiasts, collectors, educators
Core Feature Searchable app image catalog with install instructions and community ratings
Tech Stack Next.js, PostgreSQL, CDN, Docker CI validation
Difficulty High
Monetization Revenue-ready: Marketplace fee 12% per transaction

Notes

  • Users asked for “more than one disk” and “pre‑installed apps” to make the OS usable.
  • Creates a sustainable ecosystem that can fund further development and spark community discussion.

Read Later