Skip Navigation

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/)NO
Posts
12
Comments
265
Joined
2 yr. ago

  • I know this isn’t what you’re asking for but I think this is still a good starting point. Like you correctly surmised, identity and authentication management is not an easy subject and does require extensive experience and theory.

  • Case in point, the conversation we are having. Corporations ignore copyright when it’s in their favor. I see stories all the time about some huge corporation ripping off the work of an individual artist.

  • Embracing AI and automation as tools can actually enhance your skill set and help you create more impactful work. If you're in a creative field, this technology can elevate your projects to a whole new level.

  • I want categories of blocklists that I can turn on, e.g. uncheck languages I don’t know, uncheck religion, uncheck politics, etc.

    I want to be able to group together all posts that were posted by the same user with the same content to different committees. I want to view that as a single post not 6 or however many they spam posted it to.

    I want to be able to view same community spanning different server instances as a single community if I so choose, maybe some way to combine them and auto-add new communities with same name as they pop up ok other instances. Posting to it should give option of which server to post to, or all of them?

  • Lilium is developing an electric vertical take-off and landing (eVTOL) "jet," which uses ducted electric vectored thrust engines. It's not a jet engine in the traditional sense, but an electric motor-driven propulsion system. The distinction lies in the absence of combustion; it relies on electric motors to power fans for thrust. So, while it's called a "jet," the term is being used more for marketing than technical accuracy.

  • Oo so you’re wanting to set up a VPN to cover your tracks with usage of those apps and you’re wondering the best place to set up the client, either at the VM level or network level? Network level is going to be more robust but will require additional configuration to allow non-VPN traffic to work correctly, etc. If TrueNAS is deprecated, then I suggest you don’t put it there. The VM approach could work if configured correctly.

  • Sure! I’m using ansible to manage the hosts, install k3s, and deploy the manifests. I’m looking at switching to nixos for reproducibility purposes. I have a couple Pi 4’s, and a handful of Pi 3Bs. Each one is booting off USB drives (Pi 4s have SSDs and others have thumb drives). Then I have an old computer I turned into a NAS server that is hosting NFS for the PVs of each pod. Then I have a rackmount gigabit switch, and I set up tailscale on each node, and reference everything by the tailnet names. Works really well and I have complete access while I’m away from home.

    Edit: oh yea my NFS server is also hosting a docker server. My ansible stages the docker containers to the local docker server then each pod pulls from the local server to save on bandwidth and if internet goes down I can still do everything locally.

  • My list is very similar but I have my Pis in a k3s cluster with a NAS for PVs. That allows me to not worry about what physical device is hosting the service, and I built it so I can intermix amd64 devices when I start adding in my used laptops into the mix.