• 1 Post
  • 331 Comments
Joined 1 year ago
cake
Cake day: June 22nd, 2023

help-circle








  • I wonder if development has actually accelerated, or if this is just a change in the approach to the release/versioning process

    Both.

    Development has increased, but you should use your comparison from the last 2.6 release.

    It stayed on 2.6.y for 8 years - that was where it got stable enough that there wasn’t some major milestone to use as a new marker for its update number

    There are cool new features, but if it followed the old versioning scheme, we’d still be on 2.6 because it hasn’t (intentionally) broken the API between the kernel and userspace











  • With an HDD, your operating system can (mostly) directly access bits on the magnetic disks, so you can wipe them by just writing 0 to it over and over (historically, there was a paper saying 7 times would make any bits unrecoverable - this changed as density got higher)

    With SSDs, your operating system has very little control over what bits a write is touching, a lot more was moved into the firmware on the flash memory itself

    So SSDs need a special command “Secure Erase” to wipe them