• 0 Posts
  • 40 Comments
Joined 1 year ago
cake
Cake day: September 19th, 2023

help-circle
  • Unmapped@lemmy.mltoLinux@lemmy.mlPrinting on Linux
    link
    fedilink
    arrow-up
    6
    ·
    edit-2
    2 days ago

    I noticed this too. In theprimeagens recent video on cups problem they kept making jokes about printing on Unix. I think I must be lucky or something cause so far every printer I have setup on Linux has been easier then having to download all the bloatware to make them work on windows. But I have only done about 6 printers so far on Linux.


  • Not that I know of, but I kind of feel like Nixos could be. The way you can use nix flakes or shells so each project has its on version of nodejs, go, rust, or w/e you use. Instead of having them installed system wide. And you can put the flake.nix and flake.lock in your git repo so any other Dev with nix can use it to DL the exact same packages.












  • Unmapped@lemmy.mltoPrivacy@lemmy.mlUse a password manager
    link
    fedilink
    arrow-up
    4
    ·
    edit-2
    2 months ago

    I self-host a lot of stuff. But password manager just feels risky to me. Like what if I mess up and lose all my data or something.

    With bitwarden being encrypted and all I just didn’t see any down side to using their server. Plus more convenient since I don’t have to VPN to use it. Or open a port.

    All of that just to ask. Am I missing something? Should I be self-hosting it? I wondered about using both so I’d have a backup ether way. Or in case their servers go down for awhile. But that’s super rare.


  • Since I use a good password manager. And use TOTP on everything I can. Which admittedly I do store in my password manager as well. I don’t think passkey really improves security very much in my case.

    That being said though I’m a big fan of passkeys and use them everywhere I can. But I don’t store them on devices only in my password manager. So I don’t have to worry about if I lose a device.

    I think where passkeys really shine though is for people who still aren’t using a password manager. While I’ve tried to get everyone I know using bitwarden most still don’t. And the ones that do still don’t have half of there accounts in it. They are still reusing passwords across multiple sites. So I think passkeys will massively increase security for the majority of ppl. And for those of us using password managers I still think its a slight improvement to convenience.


  • Not really a answer to your question but I thought it might help.

    I tried the next cloud setup since I already self-host a bunch. And I didn’t like it. Like you said updates can mess it up and sharing is annoying. Just in general it was buggy for me.

    So I switched to proton. Which even though is hosted on someone else computer, it feels plenty private to me with the E2E encryption. I use proton drive which is easy to share things just like google drive. I use proton Calendar. And I use proton Email. Its slow progress but proton really seems to be fully replacing google for me. They even just added live collaboration to drive. Which was like the one thing I still use google drive for sometimes.




  • This was exactly my experience when I switched from XFCE4 to Hyprland. Now I much rather do everything in the terminal. Except for partitioning drives and auto mounting them. I switch to gnome to do that in GUI.

    Using nixos I can just rebuild with gnome instead of hyprland. Do what I need. Then rebuild back to hyprland. And gnome is not installed anymore. So I get to use GUI without the bloat of having a GUI installed all the time.


  • The main reason I don’t use them is because when I move my nixos config to a new machine as far as I know you cant get them to auto install. I have to remember which ones I had installed and redo them manually.

    Which is why if for some odd reason I don’t want to just install from the nix pkgs repo. I use app images. I can keep them in a directory which I can just copy over to the new machine with my nixos config files.