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

help-circle






  • Docker is similar to a VM. It’s a vilitualized container. They are used very heavily in enterprise stuff afaik.

    I can run:

    docker pull ubuntu

    And have a virtual Ubuntu server up and running in seconds. Or Arch, Alpine or whatever.

    Beyond just OS images many applications are packaged as docker containers as it comes with all the libraries, databases and underlying OS all set up, ready to go and easy to update.

    I have Jellyfin & Navidrome docker instances so I can stream my video & music collection around my house and to my phone or laptop when away from home. They are a bit like Plex. Navidrome + Symfonium beats Spotify imo. Slskd means I can use my Android device away from home to download albums to my music collection and then stream them right back to the phone.




  • sudo is complex with a lot of code and options.

    doas is small, simple & secure from OpenBSD.

    If all you want is root priv without remembering two passwords on your box, doas is fine. If you want a complex system of admins and users with fine grained permission control sudo may be a better option.

    I use ’ su -’ much of the time and just use a root shell.

    Actively replacing sudo with doas on an OS that includes sudo in the base system seems pointless imo.



  • Beehaw’s fine, no need to promote one side of Lemmy whilst laying into another.

    I appreciate the need for variety but personally value safe spaces for discussion over anons right to troll with porn.

    The code base needs work to allow safe spaces to exist and integrate with anons trolling now that there are a few million accounts.

    It seems much more likely beehaw defeded due to the accounts here lolzing about posting homophobic content everywhere, as the instance owner is apparently gay, & posting knobs all over the feminist spaces. I suspect your take that beehaw action’s are to generate income is complete fiction, it’s to limit the ability of fuckwits on the server as the current mod tools are shite.



  • I looked at a few instances a week or two ago and decided on fmhy as they seemed, by name, prepped for Reddit users. I then subscribed to a lot of communities often on other instances or kbin. I’ve found that my local feed is not what I want, lots of piracy & porn, and my subscribed feed has a lot of repetition as a lot of communities are cross posting stuff. Also uploading media seems broken.

    I’ve created an account on a smaller instance with a local feed that is fairly quiet, inoffensive and a little more niche, which makes for a pleasant homepage. Switching to the ‘All’ feed gives a nice overview of the lemmy & kbin world.

    I think I’m gonna avoid the subscribe button for a while and watch, post, comment & vote instead. The entirety of lemmy & kbin is about the size of a medium subreddit at the moment. I think the ‘All’ feed with some sorting options alongside the search and alert system may be a better way to navigate the current landscape than subscribing to 1234 communities with liberal use of copy & paste.




  • If what I hear it’s true than once a NixOS user is up and running adding additional packages and up-streaming them appears to be a fairly simple process.

    Something like Arch has ~10,000 packages in the main repo and the AUR has ~70,000 packages. It’s hard to get something into the Arch repo, very easy to get something into the AUR. NixOS seems like it may be a middle ground where by the time someone can grok the system they should only be a step or two away from contributing to it.



  • I’m sure it’s a factor. I don’t use Nix but from what I gather the easiest way to run a package is often to add it, and upstream are pretty accepting. The number isn’t that wild if you compare it to something like Arch+AUR. Also Nix wants to do it all and replace stuff like pyp and other native package managers, I think pyp alone is responsible for >5000 nixpkgs.

    If you are counting different versions then it’s hundreds of thousands…and I think you can mix and match them.