• 0 Posts
  • 182 Comments
Joined 2 years ago
cake
Cake day: July 5th, 2023

help-circle
  • whimsical nature

    Which is why my favorite Daniel Craig Bond moment is the Casino Royale naked torture scene. Bond telling the torturer to hit him again, then laughing because he’s “scratching my balls” is peak whimsy (within the new Bond universe).

    I want my Bond to be a bit silly, and that was sadly the only time they did it.








  • AI as auto complete is exactly what I was thinking.

    I’ve seen lots of cases where AI appears as an auto complete suggestion and I can just hit <TAB> and it finishes the current line. It’s essentially filling in the boilerplate text. Heck in some cases it isn’t even right, but it’s close enough that I can change a few values.

    I also want to point out that this isn’t particularly new technology. This existed before AI. It has perhaps expanded more, but it isn’t a revolutionary improvement, it’s an incremental one. So when we talk about usefulness, I think it is actually more useful.

    Now if it could do all the magic planning and thinking, that would be more useful, but we’re not there yet.





  • That’s my point, unless he is aware of additional crimes Trump has nothing on this woman. She was convicted of a crime, it happened, that doesn’t go away. What goes away is the punishment.

    Additionally the pardon power is absolute, even Trump knows that as he’s been bitching about being unable to do anything after Biden preemptively pardoned a handful of people.

    Now if you could uncover some type of quid pro quo for this pardon that would be a new crime and you could get both of them on that (possibly). Although I’m think technically Trump could sell pardons and that would be legal. It would be abhorrent. It would be unethical. But it would legal. (Although hopefully he would be impeached, but that’s also a separate process.)



  • Knoppix. I didn’t see it listed yet so I had to chime in.

    I saw it and was confused that computers could run something that wasn’t Windows and wasn’t Mac. Then I was handed a Knoppix LiveCD and suddenly MY computer was Linux. Absolutely blew my mind.

    I then explored Mandrake (now Mandrivia?) for a while but it never really stuck.

    A few years later Ubuntu was handing out LivdCDs to everyone running Warty Warthog and soon after window managers started to use Beryl (?) which let you have a fancy cube desktop. Absolutely pointless but that’s how it all started.







  • As you mentioned elsewhere it’s encrypted.

    Take a look at /etc/crypttab and creating and adding a key file that can unlock the drive.

    Essentially your additional SSD will have both a password and a file containing a password that can unlock the drive. When you unlock your root filesystem (I’m guessing at boot) it will then have the key file that can unlock the SSD.

    Something like cryptsetup luksAddKey /dev/pathtossd --new-keyfile /etc/newpassword

    Systemd might make this easier to setup nowadays.

    Edit: Also, yes, the password to unlock your SSD is just sitting in a file in your root drive. Be sure to restrict it to only be readable by root.