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/)BO
Posts
7
Comments
1,628
Joined
2 yr. ago

  • It only takes a single example of a project that presented a clear goal to prove you wrong.

    haveibeenpwdn duckduckgo google photobucket email dropbox twitch kickstarter

    However... plebbit is just garbage, and it's obvious

  • Ahh, I don't think the question is to be taken that literally. And if you look around in the responses, you see plenty of people with more nuanced answers.

    However, you can still have an opinion about the overall organisation regardless of the nuance.

  • It happens a bit too often that I make an account somewhere with a long, generated password and then when I log in it throws errors at me.

    But a few times a website didn't just show me an error, I got the whole crash dump including their encryption approach and versioning

  • Back to the bullshit of the 80's ey? Just ask out whomever, you can't read their minds. The only way you'll know what they think is if you actually go up to them and ask.

    This "league" stuff is just an excuse for people who don't have the courage to talk to their crush

  • In most cases it's a bad idea, yes.

    Also, have another look at that example code snippet though: that static variable is local to that function. It's a weird feature in c.

    I've used it quite often in embedded code where a single variable was only for one function, and only for that one app/device. Wrapping it in a struct would've made the code needlessly more complex (that's a code smell). And yet, these static locals are very easy to refactor to one local to a struct. May the situation change, that's still an option.

  • They aren't saying never have complex boolean expressions...

    That's not what I'm saying either. But I think this is to be judged on a case by case basis. And it can depend on your understanding of the context. I think there's simply too much nuance here to just say "this smells"