Ask HN: Why hasn't x86 caught up with Apple M series?
Ask HN: Did Developers Undermine Their Own Profession?
Show HN: A minimal disk price comparison site for Amazon drives
I built a very minimal website that tracks disk prices from Amazon and presents them in a clean, sortable table: https://diskprices-frontend.vercel.app/ .
Motivation: I often needed to quickly check the cost per TB/GB across different storage types (HDDs, SSDs, flash cards, tapes, etc.) and found most existing tools too cluttered or outdated. So I decided to build a lightweight frontend that fetches the data and makes it easy to compare.
Features:
Sort by price per TB or per GB.
Filter by capacity, brand, media type, or condition.
Focused only on Amazon data for now (to keep it simple).
Mobile-friendly, minimal UI.
It’s still an early project — feedback on usability, performance, or what additional features might be useful (e.g., alerts, more sources, historical charts) would be greatly appreciated.
Repo (if you want to take a look / contribute): [your GitHub link if available]
Thanks for checking it out!