Skip Navigation
I don't...
  • I miss bspwm, none of the Wayland compositors work quite the same. Hyprland is close, but it's just not quite as good. I moved to Wayland for the security benefits, but I miss X11/bspwm.

    The worst part is there's no standardization around screenshots/screen sharing/etc. so every DE/WM in Wayland has to be supported separately, or implement wlroots; which restricts how the software can be written.

  • Remote solution to decrypt disk at boot
  • You gave some options

    • TPM 2 based disk encryption. This is basically what bitlocker does, but it isn't great. It uses an encryption key stored on your TPM chip, that shouldn't ever be accessible to be exported. This means the disk should only be decryptable in the machine it's in. That in conjunction with secure boot can give you some guarantees that the only way to access data is through the the computer itself (no pulling the disk first). The issue is there are many potential vulnerabilities that could subvert this, logoFAIL being the most recent.

    • You could setup a proper KVM. The two gotos are PiKVM and TinyPilot. Jeff Geerling did a good video on these. It'll cost a few 100 bucks but can definitely be worth it. You might consider a motherboard with a builtin KVM in your next build too.

    • Setup NBDE (Network Bound Disk Encryption). This is pretty new, but what I'm planning to move to. Redhat has an implementation with Tang & Clevis (server and clients). You might be able to eventually use Clevis with other alternative backend too.

  • modern unix
  • This used to be exactly what I said too, I still run bash as my terminal so when I remote it works the same way. I'm the girl everyone asks when they need a one liner, I read through the sed/awk man pages for fun, and I can skim a script and tell if it's posix compliant. But I finally realized I already know that stuff. When I'm developing locally I should be as productive as possible. When I'm running stuff remotely I can worry about whether the environment is gnu, bsd, or busybox.

  • modern unix
  • Quite a few are just better, and others have the chance to get better because they're actively accepting new features contributions.

    One I personally use:

    • delta Provides a better diff for code than git's diff tool (even after trying all of git's diff algorithms)
    • ripgrep So much faster than grep. Also had great include/exclude file filtering, easier to use than grep's
    • jq Easy to exact json info. I tend to use rq too for yaml
    • instead of mcfly I use atuin, which is another alternative bash history. I really didn't think I'd like it, but it's been a big productivity boon
    • curlie/httpie A really nice alternative to something like postman when debugging HTTP connections. I use httpie rn but might switch because I'm so much more familiar with curl's flags, but like the formatted output. There's a few others I use that aren't on the list too.

    It's totally fine to not want to change what's working for you, but if you do that too long you could miss out on something that just works better in your workflow. Give em a go and complain after you switch back.

  • InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)JE
    jellyfish @sh.itjust.works
    Posts 0
    Comments 4