Project ideas from Hacker News discussions.

Ubuntu 26.04

📝 Discussion Summary (Click to expand)

Four dominant topics in the discussion

Theme Summary (with supporting quote)
TPM‑backed full‑disk encryption Users are excited about the feature but highlight that the beta installer “was completely unsuccessful in setting the TPM‑backed disk encryption on both a ThinkPad X1 Carbon …” – djkoolaide
Frustration with Ubuntu’s snap‑centric approach “Ubuntu is the Windows 11 of Linux. You have to do brain surgery on it post‑install, to remove unwanted crap.” – encom
“I gave up Ubuntu… Snap always returns.” – throwaway2056
GNOME/UI decisions that alienate power users “Select - Middle‑click paste does not seem to work is a stupid decision from GNOME.” – WD‑42
Migration to snap‑free or alternative LTS distros “Debian is great, and is where the distro development actually happens.” – dima55

These four themes capture the most‑frequently voiced opinions in the thread.


🚀 Project Ideas

PlasmaSettings Export CLI

Summary

  • A command‑line utility to backup, restore, and synchronize KDE Plasma desktop settings, especially login manager and global customizations.
  • Solves the frequent ask “Is there a CLI way to dump/restore those settings?” from the Fedora/PK discussion.

Details

Key Value
Target Audience Linux power users, sysadmins, and KDE users who customize their Plasma environment and need portable config backups.
Core Feature Export/import of KDE config files (kiosk, globals, scripts) with versioning, optional cloud sync, and CLI flags for automation.
Tech Stack Python 3, SQLite for versioned metadata, Docker for packaging.
Difficulty Medium
Monetization Hobby

Notes

  • HN commenters like wao0uuno explicitly asked for a CLI dump/restore mechanism, indicating strong demand.
  • Could integrate with existing backup tools (e.g., restic) and offer a hosted “settings vault” for a small subscription, creating a modest revenue stream.

Snap‑Free Ubuntu Package Hub#Summary

  • A curated repository and CLI tool that replaces Ubuntu Snap packages with vetted .deb equivalents, preventing silent reinstall of snaps after upgrades.
  • Addresses the frustration of “apt purge snapd” being undone and Snap reappearing on system upgrades.

Details

Key Value
Target Audience UbuntuDesktop users who want a pure .deb ecosystem, developers packaging CLI tools, and enterprise admins enforcing policy.
Core Feature Automated detection of snap‑provided packages, generation of apt sources pointing to a maintained PPA of equivalent .deb builds, and a lock‑file to block reinstall.
Tech Stack Bash + Python, Launchpad PPA hosting, GPG signing, integration with apt‑preferences.
Difficulty Low
Monetization Revenue-ready: Freemium (free CLI, $4/mo for automated sync & support).

Notes

  • Discussion shows users repeatedly battling snap re‑appearance (“apt purge snapd seems to be quite useful... Is that not sufficient?”). A solution that permanently pins alternatives would be immediately embraced.
  • Potential to charge for a hosted mirror and support subscription targeting small dev teams.

TPM‑Enabled Disk Encryption Dashboard for Home Servers

Summary

  • A web‑based dashboard that guides users through configuring TPM‑backed full‑disk encryption on Linux home servers, with safety checks and fallback password unlock.
  • Tackles the “TPM‑backed full‑disk encryption” uncertainty and installer failures reported in the thread.

Details

Key Value
Target Audience Home‑server owners, DIY NAS builders, and security‑conscious hobbyists.
Core Feature Interactive wizard that validates TPM PCR settings, generates crypttab entries, and provides one‑click generation of initramfs hooks; includes health‑check API.
Tech Stack Node.js + Express backend, React front‑end, Docker Compose for deployment, SQLite for state.
Difficulty High
Monetization Revenue-ready: Subscription $7/mo for premium templates and secure key‑share service.

Notes

  • Comments like “I want this on my own homeserver” and concerns about “automatic password entry” indicate a market for user‑friendly TPM management.
  • Could monetize via paid support for enterprise deployments and offer a free open‑source core.

GNOME Middle‑Click Paste Toggle Extension & Policy Manager#Summary

  • A system extension that disables or remaps the default middle‑click paste behavior in GNOME, plus a CLI to enforce the setting system‑wide.
  • Directly resolves the “Select - Middle-click paste does not seem to work” debate and protects users from accidental pastes.

Details

Key Value
Target Audience GNOME users annoyed by accidental middle‑click paste, power users seeking deterministic clipboard behavior, and security‑focused individuals.
Core Feature Provides gnome-paste-toggle CLI to enable/disable middle‑click paste, and a GNOME Shell extension that enforces the setting across sessions; integrates with dconf for persistence.
Tech Stack TypeScript (for extension), Bash/CLI wrapper
Monetization Hobby

Read Later