Project ideas from Hacker News discussions.

Using a 1978 terminal in 2026 (DEC VT-100)

📝 Discussion Summary (Click to expand)

Three dominant themes from the discussion

Theme Summary Representative quote
1. Nostalgia for classic terminals and their performance Users reminisce about the capabilities and tactile feel of old hardware. I love old terminals and I still have a VT520 which is still very practicable, it can do up to 115200 instead of rhe VT-100's 9600.” – wolvoleo
2. Practical challenges with modern terminal handling Issues like ignored termcap entries and the need for work‑arounds (e.g., tmux) limit seamless use of legacy gear. most programs ignore termcap these days which is a huge issue. Running stuff through tmux helps but it's not ideal.” – wolvoleo
3. Emulation tools & DIY terminal setups Community members share links, configuration tips, and command‑line examples for running terminal emulators such as MAME and SimH. MAME will emulate several terminals. Among them is the vt240… I also used this command line call to get the terminal running with “bitbanger.”
mame -rp . vt240 -window -nothrottle -host null_modem -bitb socket.localhost:2323” – chasil

🚀 Project Ideas

VT‑TermBridge

Summary

  • A modern terminal emulator that auto‑generates termcap entries for VT‑220/320/240 and offers seamless fallback when native termcap is missing.
  • Core value: eliminates the “ignored termcap” frustration for retro‑terminal users.

Details

Key Value
Target Audience Retro computing hobbyists, legacy‑system administrators
Core Feature Integrated VT‑series emulation with on‑the‑fly termcap synthesis
Tech Stack Electron + Node.js + Xterm.js + Python termcap parser
Difficulty Medium
Monetization Hobby

Notes

  • HN commenters repeatedly cite termcap ignorance and the need for reliable VT emulation.
  • Provides a practical tool for testing old software without physical hardware.

RetroTerminal Labs#Summary

  • A web‑based sandbox that lets users experiment with VT‑type terminals over the browser, exposing protocols like serial, telnet, and MIME.
  • Core value: lowers the barrier to explore vintage terminal workflows without installing heavy emulators.

Details

Key Value
Target Audience Educators, hobbyist developers, retro‑tech streamers
Core Feature Interactive VT emulator with scriptable backend (WebSocket → serial/NET)
Tech Stack React + WebAssembly (simh) + Node.js back‑end
Difficulty Medium
Monetization Revenue-ready: Subscription (Free tier, Pro $5/mo)

Notes

  • Users ask for vt320/vt240 emulation and termcap guidance; this platform directly addresses those requests.
  • Enables sharing of terminal setups for tutorials or demos, sparking discussion.

SignalChat

Summary

  • A bridge service that maps serial/RS‑232 terminal traffic to modern chat rooms, allowing vintage terminals to converse over the internet.
  • Core value: preserves the nostalgic “two‑terminal chat” experience while making it accessible today.

Details

Key Value
Target Audience Retro‑hacker communities, collectors, makers
Core Feature Real‑time translation of VT‑compatible streams to WebSocket chat rooms
Tech Stack Rust + Tokio + WebRTC data channels + MQTT for room signaling
Difficulty High
Monetization Revenue-ready: Pay‑what‑you‑want

Notes

  • Commenters describe crossing wires between two terminals to chat; SignalChat formalizes that experience.
  • Offers practical utility for remote collaborations and retro‑themed events, encouraging community discussion.

Read Later