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/)E
Posts
8
Comments
122
Joined
1 yr. ago

  • The Bitwarden news is really disappointing. I thought they were me of the "good guys" but it seems that was only the first phase of enshittification. I quite like their services but I'm starting to make my migration plans. 1password seems pretty reputable and their prices are relatively stable.

  • Sounds like this could pretty easily be run alongside Frigate for testing. I'll have to check it out!

  • Shouldn't be hard to always return the Unix epoch, timestamp 0. That should just be the default.

  • If you want robust (and a ton to learn) go with k3s for a lightweight Kubernetes deployment and FluxCD.

    If you want simpler go with docker-compose and doco-cd.

    With a GitOps workflow you define it all in files in a bit repo then the server automatically deploys and updates. IMHO its much easier to maintain long term than click ops.

  • Lots of notes.

    GitOps. Either FluxCD if you are on Kubernetes, or doco-cd if using docker compose. You will thank yourself later.

    Use an external secret manager. Its worth figuring out, and then you have one source of truth, and one place to update the credentials.

    Figure out your backup strategy, document it really well, and test it regularly.

  • I'm pretty sure it does not federate yet. Please correct me if I'm wrong though.

  • I don't think forgejo is fully federated yet. Unless they had a big release in the last week.

  • BCT

    Jump
  • A++. Would eat.

  • I didnt realize Soylent was still a thing.

  • I totally agree. I think it stems from Ops people that are angry at developers for building bad software. Theoretically making devs responsible for their deployments would make them care more about the quality, but really it just splits their focus and now they make bad software and provide poor ops.

  • But it doesn't mean it isn't incredibly common. Especially with "DevOps" where the developers are pushed to handle literally every aspect.

  • Avocado oil? Thats my go to when frying stuff.

  • I love that due to the way religious silliness works that there is no real way to refute this assertion.

  • Hey now, no need to take shots at Oklahoma's food. There are plenty of things that suck here, but the food is pretty decent.

  • Can confirm. Its windy as balls here and the only reasonable way to train is with a power meter.

  • Haha. Yeah, this is not the best plating I've done. The picture was kinda last second.

  • In hindsight I wish I had taken some of the juice from the pork and reduced it to a glaze to pour over it. Next time.

  • The potatoes look good, but please for the love of peas put it on a bigger plate.

  • Off the top of my head:

    • Bring your own domain for homelab
    • Gateway/httproute support in Kubernetes operator
    • allow connecting tailnets to each other
    • allow connecting to multiple tailnets simultaneously without ridiculous workarounds