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
4
Comments
288
Joined
2 yr. ago

  • i want this

  • I've tried printing without connecting pins and with them using petg, without connectors it didn't work for me on bed slinger printer (expected), with pins it works fine (used this technique a few times before and it always worked). I think it's not material problem per se more of movent problem, on corexy it printed both parts great.

  • poor famous singers, it must be excruciating. 🙃

  • Had zero problems with orca.

  • We already have Piefed and Mbin.

  • PS3 was great and had a lot of interesting and unique games.

  • They are vastly different, in tinkercad you mkstly operate with 3d primitives to make your model end result being an stl file. Freecad supports this workflow as well but their main loop is completely different, you draw your part in one dimension, then extrude it, then draw details in other dimensions and do operations on them, in the end you ideally get an model that can be easily modifable in every step. You can change for example hole diameter in your drawing and it will automatically propagate into model.

  • They probably won't be gone completely and it will take thousands of years, so for a while every version of Santa is good.

  • When modifing your printer is the end goal, it's a good way to spend your time. Also Ender is just bad and a1 is an insanely good machine.

  • Try building yourself a magpie instead of breaking your working machine.😺

  • The best way is to use ssh-ca and certificate based auth.

  • oof

    Jump
  • Some things require skill to operate.

  • Has nothing to do with apple.

  • It will be implemented, they'll just do it slower.

  • postponing

  • Behold, a man!

  • yes /thread

    1. I don't, in general all of them are restarted automatically. I have monitoring configured for services, not containers themselves.
    2. Yes, looking at the original Dockerfile/Containerfile if they have HEALTHCHECK keyword you can assume that they do something.
    3. Person building the container, often it doesn't make sense to create a healthcheck at all. Some times healthcheck feature is provided by application as well, it still needs to be part of the containerfile.
    4. Better to monitor your service (application+db+proxy+queue+whatever), not containers in isolation.
  • I find vim way of editing text uncomfortable and how it lacks flexibility in general when compared to emacs (One can make vim from emacs not viceversa). Also I like that emacs is a gui application.