Project ideas from Hacker News discussions.

Networking changes coming in macOS 27

📝 Discussion Summary (Click to expand)

Four prevailingthemes in the discussion

  1. Loss of a reliable local backup solution – Users lament that Apple is retiring Time Capsule/AFP, which had been a stable “set‑and‑forget” backup method.
    “Sad to see that going away permanently for Apple Silicon.”pvtmert

  2. Hardware can still be salvaged – Several commenters point out that the device’s drive (and power supply) can be swapped, making it a viable stop‑gap.
    “It may not be the easiest surgery in the world, but you can replace the hard drive in a Time Capsule. You'll probably want to replace the power supply too after this much time.”swiftcoder

  3. Economic & maintenance rationale for dropping legacy tech – The conversation repeatedly returns to the cost of keeping old protocols alive versus the tiny user base, a classic “drop‑old‑features” pattern.
    \"Dropping support for things just because they are old\" is typical commercial software behavior.ryandrake

  4. Network‑protocol and reliability concerns – With AFP deprecated, users worry about SMB performance, TLS requirements, and the need to move to new backup back‑ends such as NAS or cloud services. “wasn't it capped at 3TB? is the drive swappable to something bigger? … better to just pick up a multi‑drive NAS or use cloud backups.”sleepybrett


🚀 Project Ideas

[RetroTime Capsule Revival Kit]

Summary

  • Turns an obsolete Apple Time Capsule into a modern, network‑ready backup appliance with a fresh SSD and updated firmware.
  • Provides a simple migration wizard for moving existing backups to the new device and supports both SMB3 and AFP fallback.

Details

Key Value
Target Audience macOS power users who still rely on an old Time Capsule and want to avoid e‑waste.
Core Feature Firmware bundle (Raspberry Pi 5 + OpenMediaVault) that emulates Time Machine over SMB3, includes APFS snapshot export, and migrates existing backups automatically.
Tech Stack Raspberry Pi 5, OpenMediaVault, Samba 4, ZFS for APFS‑like snapshots, Qt for UI.
Difficulty Medium
Monetization Revenue-ready: DIY Kit Sale $199

Notes

  • Directly addresses commenters worried about single‑disk failure and the need to replace drives in legacy caps.
  • Users expressed interest in DIY replacements (e.g., "you can replace the hard drive") and want a supported, future‑proof solution.
  • Offers a clear upgrade path without buying a new NAS, appealing to eco‑conscious HN readers.

[Netatalk SMB Bridge Service]

Summary

  • A lightweight SaaS that lets any cloud storage (B2, S3, Backblaze) act as a Time Machine target, preserving APFS snapshot semantics. - Handles exclusion lists, bandwidth throttling, and restores directly from the cloud, filling the gap left by Apple’s dropped AFP support.

Details

Key Value
Target Audience Home users and small offices seeking reliable network backups without dedicated NAS hardware.
Core Feature Cloud‑agnostic Time Machine backend that creates and serves APFS‑style snapshots over SMB3, accessible from macOS Time Machine.
Tech Stack Go backend, rclone for cloud storage, Samba 4 for SMB export, Vue.js front‑end.
Difficulty Medium
Monetization Revenue-ready: Subscription $4.99/mo

Notes

  • Echoes “What we should be asking for is Time Machine backends for cloud providers” from the discussion.
  • Serves users who want to keep using Time Machine after AFP is gone, a pain point highlighted by multiple commenters.
  • Provides a commercial alternative to generic cloud backup tools, addressing the “nice to have” but unreliable current solutions.

[BackupHub Dashboard with Restic]

Summary

  • A menubar‑style, cross‑platform UI that wraps Restic to automate smart backups across local NAS, external drives, and cloud bucket targets. - Auto‑generates exclusion rules (e.g., caches, Brewfile) and validates snapshots, delivering a polished backup experience previously missing from open‑source tools.

Details

Key Value
Target Audience Developers and power users on macOS/Linux who rely on Restic but want an easy‑to‑use interface.
Core Feature Unified dashboard with one‑click backup, real‑time health checks, and snapshot browsing; integrates with multiple backends.
Tech Stack Electron + React, Restic binary, Node.js, SQLite for metadata.
Difficulty Low
Monetization Revenue-ready: Donation‑based (optional Patreon tier)

Notes

  • Directly references the “Smart backups” feature added to ResticScheduler and the desire for a polished, user‑friendly backup UI. - Solves the fragmentation described by commenters who “use Carbon Copy Cloner” or “rsync” manually, offering a seamless alternative.

[Cross‑Platform Time Machine API]

Summary

  • A RESTful API that enables any storage service to expose Time Machine‑compatible snapshots, handling APFS metadata and verification.
  • Allows NAS vendors and SaaS providers to add native Time Machine support without rewriting low‑level code.

Details

Key Value
Target Audience NAS manufacturers, cloud backup SaaS companies, and developers building macOS backup integrations.
Core Feature API layer that translates API calls into APFS‑style snapshots, supports SMB3 extensions required by Time Machine, and provides health checks.
Tech Stack Python FastAPI, SQLite for state, MinIO SDK for S3‑compatible storage, OpenSSL for TLS.
Difficulty High
Monetization Revenue-ready: Subscription $9/mo per API endpoint

Notes

  • Addresses the repeated calls for “Time Machine backends for cloud providers” and the need for a standard way to expose snapshot functionality.
  • Aligns with discussions about “Apple made SMB its primary file‑sharing protocol… dropping AFP” and the consequent demand for reliable network backup alternatives.
  • Offers a clear path for ecosystem players to support Time Machine without depending on Apple’s deprecated protocols.

Read Later