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/)K
Posts
0
Comments
513
Joined
2 yr. ago

  • ADHD time management: I will do this in X hours because there is actually no more time left.

  • Freedom strikes again.

  • The not so funny thing is that if you try this in scripting languages -1 and 1 are both truthy so...

  • Bool or bool not, there's no twice.

  • "Generic lizard monster" is so demeaning, but then you don't want them to be mad.

  • you got a & yes, but what about a getting more & on top of your &'s?

  • That's what I mean (Ctrl+Enter), but I keep deleting it accidentally. But come to think I could have misinterpreted the meme because I don't remember what specifically ms word does in that case. I haven't used it in a long time.

  • My problem is usually how to NOT delete the blank page because I put it there on purpose, but any moment I delete something I end up going too far and having to add it again, but then try trim some of the extra trailing lines and there we go again.

  • That's why I let my code rest for 2 months before committing.

  • As the prophecy foretold.

  • YANKovic

  • Which reminds me how "commit" is right but "ammend" is wrong. I hate it.

  • But like, with a "spell-checker" or a "spellchecker" or a "spell checker"?

  • Linujs

  • Writing new code: Dark theme so that the bugs stay away.

    Debugging: Light theme so that you can catch them.

    Someone could make an app so that the dark-mode is only activated when you have a key pressed.

  • #2, but actually you forgot to put pants on the face too.

  • 3 figs in one picture? That's a gif.

  • I liked this part:

    As a rule of thumb, use echo for quick, interactive output and one-off checks. Use printf in scripts, logs, and anywhere output format matters. If you ever find yourself relying on echo options or escape sequences, that’s usually a sign that printf is the better tool.