• 0 Posts
  • 12 Comments
Joined 1 year ago
cake
Cake day: June 12th, 2023

help-circle
  • How we found out? We knew from the start there would be a discrepancy. Early testing pointed to this problem. And we warned every superior up the chain. But in the end we were ordered to just put a warning on the scroll.

    We were only taken serious after a junior magician thought it was funny to teleport an elephant into their observatorium before exams and neglected the warnings. That is how the Mana Void of Barkley Academy was formed.

    The superiors were out for blood when the first court summon scrolls appeared, using competitors teleportation technology. That was until we gave them a copy of our manilla scroll holder full with communication of them neglecting to heed our warnings.


  • Can it not be like sirens singing about your deepest desires to lure you in the water. So asexuals get sung to about snuggling in a blanket with a hot cuppa of Coco.

    Maybe the charm of the succubus could be the same for sexual tensions. What they find most desirable to find in others.

    The warforged could see the best artificer who is able to understand all the intricacies of your function.

    A monk sees a teacher who is able to gently guide their way to mastery.

    Etc











  • I work somewhere that doesn’t have licensing with Docker Inc. And I work on a Mac. With Docker desktop out of the picture, I got some experience with the alternatives. I know this post is about the native implementation and not the VM one, but I just wanted to add my 2 cents:

    Alternatives run by me: Podman, Rancher Desktop, Finch

    Results:

    • Podman uses a lot more energy on idle than Finch and Rancher. On AVG 4 more Wats on an M1. (Normal idle is about 5W, so 9 almost doubles it cutting greatly in my battery life)
    • Podman and Finch are not compatible with some tools that expect a full docker sock. In my case the AWS CDK and SAM CLI have issues. (Which is fun as Finch is also made by AWS)
    • Finch does not offer a sock at all
    • Finch requires you to recreate the full VM when updated.
    • If you really want to have a drop-in replacement for Docker Desktop, use Rancher Desktop. Rancher lacks in UI and the extension feature. But I never had issues with the sock, as I can run it with containerd.
    • Finch has no UI
    • Podman’s VM has clock drift if you put your machine in sleep. Only solution I found is to reboot the podman VM.
    • Podman allows you to log in the VM with a command. I haven’t found a way on the others.