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/)DW
Posts
2
Comments
455
Joined
2 yr. ago

  • I'm guessing the gloves provide low and consistent friction theoughout the game. It's probably easy to get either sweaty or dry fingers during a long run, which could probably ruin some precise movements.

    It's just my guess, though.

  • You know how the sun radiates an incredible amount of power through millions and millions of tonnes of material undergoing nuclear fusion every minute, and the sun is expected to last for millions of years?

    Well, not that much. But it's still a lot!

  • I mean...

    They are divorced, and there was a dispute over several months (or years) to resolve the divorce with several rumors about cheating and other controversies. Not saying that it indicates an physically abusive relationship, but the relationship wasn't great either.

  • Intellij: Has a modern GUI for Git with code cleanup, import optimization and visualization of changes.

    Me: Open terminal, 'git commit -m "wrote code" && git push'. Then realize I forgot to add half of the files, so I make another commit. Then realize I forgot to cleanup bad indents, so I make another commit. Then realize my code doesn't even build, so I make another commit, etc.

  • Its a nice idea which probably has a lot of complex implications. It would probably be a huge pain to figure out dimensions and compatible electric motors for every brand of non-electric vehicle, so the production of replacements would become very wide. Typically, the battery of an EV isn't just a brick in the engine room, but it's a whole range of cells along the length of the vehicle. Using the same space as the combustion engine might leave you with a vehicle with terrible range. Also, the safety of a car takes the engine into account. Replacing a combustion engine with an electrical engine would likely require a whole new safety overview for each individual model.

    I honestly really hope that your suggestion would work, but I'm not expecting to see this becoming a wide solution before EVs dominate the market anyway.

  • We need the incrementally more eco-friendly options as well. Most pickup truck driving office workers won't suddenly get a bike and change their ways, so a more eco friendly personal vehicle is probably a lot more likely to reduce emissions for that demography.

  • I visited my parents last weekend. They have s printer which has a wave light signal in standby - gradually switching from off to strong light and back. What my parents probably never noticed was the high pitch loud screech which followed the light. I guess the pitch was too high for my parents to hear, but not for me. So whoever designed that can go fuck themselves.

  • I've had a lot more success in debugging than in writing code. I had a problem with adjusting the sample rate of a certain metrics framework in a java application, and stackoverflow failed me, both when searching for an aswer and when asking the question. However, when I in some desperation asked GPT 3.5, I received a great answer which pinpointed the necessary adjustment.

    However, asking it to write simple code snippets, i.e. for migrating to a different elasticsearch client framework, has not been great. I'm often met with the confident wrong answers.