Is there a website that tracks excessive writes to SSDs in OS/app betas?

Is there a website that tracks excessive writes to SSDs in OS/app betas?

27 pointsby amichail21 comments

Join the discussion

Write your take first — we'll ask for email only when you're ready to publish.

  • Hacker News
  • why do you think this is a function of betas? or even of OS or app versions?

    I guess you've been burned, or are worried about being burned, by some software that generated excessive writes? I think you need to describe that first, since this is a rare phenomenon.

    which is probably why there isn't some kind of downdetector infra tracking it.

    you know you can access smart counters on any OS, right?

  • If you are not using bottom of a barrel and you are not writing 4K HD 3H mkv every day then you wouldn't have a problem even with a 0.3 DPWD drive of a sufficient capacity.
  • > 0.3 DPWD

    What does this mean?

  • Just configure wear leveling in your storage layer. FDE may be the easiest way ti do it. Writes will be done linearly in circular fashion. That makes it difficult to delete stuff, but with encryption it's moot.
  • devices already do wear management.

    at most, you should configure your system and OS to give them a chance. for instance, being 100% full all the time is just bad. use TRIM and log SMART metrics.

  • I feel like the only responsible thing is to have a home network with at least one persistent device running 24/7 with large storage for local backups of things, and ideally a E2E cloud backup of the same thing. With this, comes the possibility of using things like Grafana+Prometheus to monitor your personal computer/workstation as well. This is what I've done, together with alerts from various things, and since the recent "excessive writes by codex" issue, also alerts if there is obsessive writing over hours long period from any process on my workstation. Luckily I wasn't hit by the Codex issue myself, but certainly made me consider the issue more generally so, happy accidents :)
  • > If not, why not?

    At least on Apple devices, this is not something anyone has to worry about.

    For example, on my 2022 Mac Studio daily driver, on 24/7, DriveDx (https://binaryfruit.com/drivedx) reports my SSD lifetime left at 94%.

    (I'm aware of the February 2021 "wear-gate" scare involving the first M1 Macs. This turned to be incorrect SSD-wear reporting.)

  • What about people who want their laptop to last 10 years?
  • With some badly written apps like Codex though, this may be a concern [1].

    [1] https://github.com/openai/codex/issues/28224

  • On my personal computers I keep track of this and ensure nothing goes write-crazy.

    On my work laptop though (M3 Pro, 1TB), I’m at ~70% health. Iirc the lifetime writes are at >700TB. I do develop on it, but a lot of it is due to the various endpoint security software that’s always there logging every single possible thing but I can’t do much about it. I expect the ssd to die first in this laptop at this rate, so best I can do is ensure everything always synced/backed up from my local work laptop.