Project ideas from Hacker News discussions.

Doom, Played over Curl

📝 Discussion Summary (Click to expand)

Theme 1 –Skepticism toward AI‑generated “slop”

"One interesting side effect of having a LLM write the thing including the README, is that the models tend to leave little hints of the authors intention or prompt as over-explained passages that make it obvious that AI help was used." — varun_ch Theme 2 – Clarification of terminal‑mode terminology
"Except it’s actually called “cooked mode” [1] and predates the use of the slang." — cmovq

Theme 3 – Novel uses of curl + bash to run terminal programs (mixed reactions)

"What the hell. First, I thought this was crazy. How could you do anything crazy with curl? But of course, curling a bash script opens lots of opportunities." — Leomuck


🚀 Project Ideas

[Terminal Mode Profiler]

Summary

  • A lightweight CLI that detects whether a process’s stdin/stdout is in canonical (raw) or non‑canonical (cooked) terminal mode and generates a concise POSIX‑spec cheat sheet.
  • Solves the confusion expressed by HN users about “cooked mode” vs “canonical mode” and eliminates AI‑generated mislabeling.

Details

Key Value
Target Audience Terminal app developers, sysadmins, power users
Core Feature Real‑time mode detection + auto‑generated markdown cheat sheet
Tech Stack Rust + crossterm + Markdown
Difficulty Medium
Monetization Hobby

Notes

  • HN commenters (e.g., “fao_”) called out “AI slop” and misuse of “cooked mode”; this tool provides the correct terminology and reference links.
  • Generates discussion material around terminal mode education and best practices.

[HumanCrafted Script Hub]

Summary

  • A curated marketplace where terminal scripts are vetted and labeled as “Human‑crafted” with provenance signatures, letting users avoid AI‑generated drivel. - Directly answers the frustration that “projects like this used to be really fun” and want more authentic human contributions.

Details

Key Value
Target Audience DevOps engineers, hobbyist scripters, security researchers
Core Feature Verified human signatures + AI‑detection badge for each script
Tech Stack React frontend, Node.js backend, IPFS for storage, optional blockchain‑style ledger
Difficulty High
Monetization Revenue-ready: $5/mo

Notes

  • Commenters like “varun_ch” lamented the flood of AI‑generated READMEs; this platform highlights genuine human work and surfaces it prominently.
  • Sparks community dialogue on trust, provenance, and the value of human‑made terminal tools.

[ANSI Canvas Studio]

Summary

  • Web‑based interactive editor that converts images, animations, or text into optimized ANSI/ANSI‑256 sequences, with live preview and one‑click export to shell scripts.
  • Taps the desire for “human‑made malarkey” like libcaca projects but adds modern tooling and community sharing.

Details

Key Value
Target Audience Artists, educators, terminal‑gaming enthusiasts
Core Feature Drag‑and‑drop canvas, real‑time ANSI preview, exportable bash/elixir scripts
Tech Stack React + WebGL + ansi‑art library
Difficulty Medium
Monetization Revenue-ready: $0.01 per render

Notes

  • Users (e.g., “robinpie”) already build X servers with libcaca; this tool lowers the barrier for creating original ANSI art.
  • Encourages discussion on preserving human creativity in an AI‑dominated ecosystem.

Read Later