• 1 Post
  • 26 Comments
Joined 1 year ago
cake
Cake day: February 20th, 2025

help-circle


  • I had a bad NVME drive that caused that on two separate computers.

    One of them I slowly replaced every single piece of hardware except the NVME, still crashed about once a day. Finally sucked it up and bought a new drive and magically everything stopped crashing.

    Started happening on my server so I just immdietely replaced the NVME drive and magically no crashes anymore.

    Zero issues in the logs, no failures on bootup, no issues with any hardware scanners, just hard freeze randomly.






  • FYI, you can still dedrm Amazon books. Even ones you buy today.

    Edit: Not going to lie, it’s a lot more complicated now. But it actually works for Amazon borrowed books too (i.e. - Libby library books)

    You have to use KindleForPC 2.8.0. You download the books you want, then run an app called KFXKeyExtract28 to pull out all the keys.

    You have to have DeDRM installed in calibre and point the plugin to the keyfile that gets generated (you only have to do this once)

    Then you can import the books into calibre and everything will work as normal.

    https://github.com/Satsuoni/DeDRM_tools/discussions/25

    Don’t get discouraged, it works, you just have to figure out the right workflow that you’re comfortable with.

    Also, I have no idea why they don’t just update the ReadMe, as it seems like this discussion thread is the only actual place this is documented.



  • The point is, if the certificate gets stolen, there’s no GOOD mechanism for marking it bad.

    If your password gets stolen, only two entities need to be told it’s invalid. You and the website the password is for.

    If an SSL certificate is stolen, everyone who would potentially use the website need to know, and they need to know before they try to contact the website. SSL certificate revocation is a very difficult communication problem, and it’s mostly ignored by browsers because of the major performance issues it brings having to double check SSL certs with a third party.