• 1 Post
  • 364 Comments
Joined 3 years ago
cake
Cake day: June 25th, 2023

help-circle
  • Sounds like all you need is an Ext4 USB drive with a LUKS key on it. Then add kernel parameters like

    rd.luks.key=UUID=/.keys/TheKey:LABEL=KEYS rd.luks.options=discard,keyfile-timeout=10s

    in GRUB and it’ll autoboot.

    Pull the key and power down and you’re back to normal. I use it in a low threat model environment so I can hit reboot and go get a coffee and come back to a DE.

    ETA: sorry, got the timeout format wrong, I don’t use it.




  • Its a little bit like having a really competent security researcher go deep through your complete codebase just really fast and with improved recall.

    I doubt that, more of a force multiplier for security researchers at this stage (perhaps always for LLMs without an architecture leap) IMO. Otherwise I generally agree. It’s responsible to take this approach perhaps, but mostly marketing. Still let’s not kid ourselves it isn’t happening at scale already. Plenty of open weights models can also force multiply a competent security researcher, either black or white hat. Mythos isn’t a quantum leap or anything, just 4.7.

    Anybody working with software knows marketing people promise the world and understand nothing. Pretty sure they just heard “black magic” and ran with it.

    Heh, yup.


  • Glasshole the term needs to make a significant comeback. Normalize shunning, put up signs on bathrooms and anywhere else you can with

    “‘Smart’ glasses forbidden. Fines applicable. Bluetooth detection active.” and perhaps "This means you Glasshole ! "

    whether such detection is active is moot, make the bastards as nervous as they should be. A (dummy) camera on the outside of the door should complete the illusion. Make them feel like perverts.

    Non consensual filming should be unacceptable, but that’s a whole other fight.












  • Depends on what you mean by professional and your needs.

    Debian (stable) is rock solid but (because) slow changing, if your application is slow (or not) changing it’s probably the better choice, but if you need new things before it’s ready for a new version it’ll be pain. It’s the professional sysad’s choice because they’ll likely not have to do anything.

    Fedora is faster moving (think cutting edge, not bleeding edge (e.g. Arch) as opposed to Debian’s blunt safety) so if you’re in active development it’s likely a better choice. It is also sort of the testing arm for Red Hat Enterprise Linux, which is the quintessential professional Distro, so you’ll learn some of that along the way.