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/)N
Posts
3
Comments
227
Joined
3 yr. ago

  • A hammer and chisel with a stone slate… some combination of that

  • Fear is the path to the dark side. Fear leads to anger. Anger leads to hateHate leads to suffering. Once you start down the dark path, forever will it dominate your destiny. Consume you, it will.

  • My cynical take on that stance is they probably overstaff the airpots they are flying through to ensure that doesn’t happen. But yea maybe they fall down an elevator shaft.

  • I suddenly realize why I was so good at bhopping without scripts. Haha I’d get banned for cheats and never cheated once.

  • Thanks, friend. Much needed words. Maybe I’ll put my decades of counter strike to good use at some point.

  • First time I’ve used this phrase, myself. But I had such hope for the future and I guess I am finally admitting my hope is gone.

  • All they had to do was build a solid, reliable truck, and not be fascist. Instead they build a poorly glued together piece of shit and sieg heil. I fucking hate this timeline.

  • To what end? If what you say is true they should have everything they want with Trump?

  • DeepSeek is Open Weight, as in weights are available*

    Anything needed to actually train the model is as closed as ClosedAI is.

  • Let’s tax people like we do companies, on their profits. Oh you had rent, doesn’t count, you had to buy food and clothes and pay childcare, doesn’t count. Oh you had left over you invested? Taxed. Oh you were out of work after being laid off? Carryover credits for next year.

  • While true, it can fill the drive replacement with data spread from way more number of drives than raid can, so the point I was trying to make is that a second failure due to resilvering cam be greatly mitigated by using a Ceph setup.

  • Just rebuilt onto Ceph and it’s a game changer. Drive fails? Who cares, replace it with a bigger drive and go about your day. If total drive count is large enough, and depends if using EC or replication, it could mean pulling data from tons of drives instead of a handful.

  • Yea that’s the whole trusting trust thing. You can theoretically set up hour browser to only trust your private CA and not trust any of the publicly trusted CAs. Depends on your threat model I suppose.

  • Because a private CA allows you to create a certificate and nobody else has the ability to create certificates unless you give them the keys or a signing CA. With Let’s Encrypt, you are trusting every major certificate authority to not create a cert on your domain; coupled with DNS poisoning means you would end up on a legit-looking but counterfeit website of yours.

  • You’ll have to explain that one to me.

    1. Never host anything that is externally accessible
    2. If you have to, put it behind a VPN (OVPN, Wireguard, IPSec, Tailscale, etc.)
    3. Certificate based authentication is preferred for VPN tunnels
    4. Always TLS encrypt your actual endpoints. Private CAs are most secure but a pain in the ass. Let’s Encrypt is very simple to set up in most cases.

    Just my 2 cents.

  • I have been burned by WD Red on SMR drives, so I will just say Fuck You WD. That is all.

  • Services the only supported sqlite databases struggled (Jellyfin). Anything that worked with postgresql worked like a charm. So trick on the sqlite ones is a local PV then do a task to copy to NFS periodically.

  • My setup was a central NAS hosting an NFS server then each Pi mounted PVs from the NFS CSI driver over the network and I only used local storage to boot the OS.