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/)C
Posts
2
Comments
635
Joined
3 yr. ago

  • Oh, my bad, I thought it was like a coffee thing :/

  • Tangent: That sounds like a bad idea for food safety. And I'm referring to both the original and the recreation. If it were for myself, I would buy something made of metal. edit: Thought it was a coffee thing, disregard.

    On topic: Could you clean up the holes with a hot needle and some patience? PETG tends to be very stringy, which is probably the reason the holes are not well defined. Maybe try tuning your printer to minimise stringing?

  • I think we can agree that Chrome is the new IE, the real question should be, "what will be the new Firefox?".

    I switched to Firefox almost across the board, but because they refuse to support WebSerial, I still need Chrome. Will be interesting to see if anyone can unseat chrome

  • I dont think this is a wise stance. The internet actually forgets a lot, and unless things are explicitly and intentionally archived, stuff gets lost all the time.

  • No one seriously thinks OF is a viable career path do they? Sex work has never been a career thing, at best you get a couple years of good earning and then you get forgotten. At worst, you get a pittance and mental health issues.

    Tech has worked out for lots of people, just because some are laid off every so often, doesn't mean the rest aren't doing really well.

  • I remember you, how did you go with your raspi project? Looking forward to your updates!

  • Excellent, thanks for the update!

  • Do you mean pleading guilty?

    I am not a lawyer, but my understanding is its a way to shortcut the trial, and hopefully get a lenient sentence.

  • Can you make your docker service start after the NFS Mount to rule that out?

    A restart policy only takes effect after a container starts successfully. In this case, starting successfully means that the container is up for at least 10 seconds and Docker has started monitoring it. This prevents a container which doesn't start at all from going into a restart loop.

    https://docs.docker.com/engine/containers/start-containers-automatically/#restart-policy-details

    If your containers are crashing before the 10 timeout, then they won't restart.

  • And more importantly, actually do the job instead of golfing.

  • Pftt, what you would you know, every flag and sticker on my lifted truck increases my voting power and my testosterone. I'm gonna order another 3 flags right now /s

  • You may want to clarify, as patreon and kickstarter are often used as paywalls. Do you mean people can donate to a cause, and everyone gets the benefits?

  • Not a direct answer, because I don't know of anything like that, but can you make your cursor a cross hair, so its symetrical and transparent near the middle?

    Something like: https://www.gnome-look.org/p/1964585

  • I read it as the aunt carrying the comb and asking for a brush

  • https://github.com/ytisf/theZoo

    Thats a repo of existing malware. Be careful with it. You can use that to start reverse engineering an existing malware. Use a VM that isnt connected to a network.

    If you want to write something, go for it. Often malware is tailored to a single OS (Windows), so cross platform is less of a concern.

    The hard part of writing malware is doing it in an undetectable way, which will usually require deeper OS knowledge, which you'll have to acquire over time. YouTube has some good videos if you hunt around.

  • There are two reasons to avoid a union:

    1. Fear of retaliation - Amazon et al.
    2. Perceived lack of need.

    If you are well looked after by your company and are treated fairly, there is no need to create a union.

    Apple may be in this category?