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/)E
Posts
5
Comments
1327
Joined
6 yr. ago

  • Oh man, what the fuck. What I really don't like about this is that you assume some sort of motivation when someone submits a PR. When they provide a feature implementation, a bug fix or a configuration change, you assume that the way things were before did not work for the contributor. That it was so problematic, that they invested quite a bit of time to scratch their own itch.

    You simply can't look at a PR in complete isolation and just evaluate whether its changes are positive or not. On some level, you'll decide that, sure, if this user is better off with this change and it doesn't break anything, then might as well merge it.But there is no user here. It's going to include pointless changes that just need to look plausible enough, so that this bot can bolster its credibility.

  • I can't imagine the kids of today finding pogs particularly interesting, when they've got smartphones in their pockets. Maybe if you equip the pogs with an NFC chip that ties into some online game to give you monsters or items or such. But yeah, even that's going to be a hard sell, unless the game happens to be Roblox or Fortnite.

  • The face being preferrable kind of makes sense to me, since cats will often socialize by rubbing their heads against each other...

  • I mean, we're not talking about a clean or fresh or citrussy taste of perfumed soap. We're talking someone did the dishes with dish soap and didn't properly rinse afterwards. That's genuinely what I thought had happened when I learned of cilantro.

  • I mean, there can be multiple different gene variations. I have the soap thing and I can't remember tasting anything other than soap, although admittedly I haven't tried cilantro in isolation or in enough dishes to be able to tell for sure.

  • That would be a great scam. Just offer unparfumed soap and some of your customers will never know.

    I mean, those customers would also be entirely unlikely to want anything with cilantro in it, but you know, I'm sure there's someone you could fool.

  • Hmm, is that olive thing not a universal experience? I always figure the cooks are just too lazy to cut up the olives, which would help a lot.

    Well, and what also helps is to combine the olives with lots of different veggies. Don't just serve an olive-tomato salad, but rather throw in cucumber, bell pepper and garlic as well, along with maybe some beans, a bit of rosemary and thyme.

    I guess, the cooks have a hearty salad like that in mind, but then start bargaining whether they could leave out one or two veggies.And then they never figure out that, no, they cannot. You need a rich base flavour to compete with the olives, but then you want it to be light to balance out how heavy the olives are. Well, and a surefire way to get rich+light is just lots of different veggies.

  • I have a really weird one where shandy (beer mixed with lemonade) smells like rubber to me. Like when you rub a balloon really hard.

    You guys can smell balloons being rubbed, right? 😅

  • I think, people are largely not aware that genetic differences can affect the taste so much, so they just assume that everyone experiences the same taste, just with different preferences for different tastes.

    But yeah, when I learned that cumin is another candidate for genetic differences in taste perception, I also had to ask a friend to describe the taste, because I've never seen the taste described anywhere. For me, it just tastes extremely hollow, while it's apparently a rather rich taste for other folks...

  • Damn, that's a thicc case then. Probably a good idea, though, when you give it to a kid, especially a kid trapped in VR...

  • Imagine having space for a toaster or an oven.– a pan lover

  • Is that a VR Etch A Sketch? I'm not sure, I understand the future either...

  • Removed

    Some People

    Jump
  • You can buy artificial diamonds for fairly cheap. Like, we're talking so cheap that they're put onto angle grinder discs.

    It's just propaganda/stupidity that folks continue to pay insane prices for mined diamonds. Well, in part it is the point, to spend a lot of money. If we didn't treat diamonds as expensive, we'd find something else to waste money on. It's not like diamonds were so beautiful or useful, that they were worth the price to begin with.

  • Yeah, I'm all for a place like that existing, but it really doesn't need to exist in my timeline, which I might scroll while I'm on the bus or such...

  • They cause a huge amount of load, deteriorating the service for everyone else. I'm also guessing the time ranges in the graph, where there's no data, is when OP's server crashed from the load and had to restart.

    That kind of shit can easily trigger alerting and will look like a DDoS attack. I would be pissed, too, if I dropped everything to see why my server is going down and it's not even proper criminals, but rather just some silicon valley cunts.

  • My best guess is that they don't just index things, but rather download straight from the internet when they need fresh training data. They can't really cache the whole internet after all...

  • What I always find frustrating about that, is that even a colleague with much more Bash experience than me, will ask me what those options are, if I slap a set -euo pipefail or similar into there.

    I guess, I could prepare a snippet like in the article with proper comments instead:

     sh
        
    set -e # exit on error
    set -u # exit on unset variable
    set -o pipefail # exit on errors in pipes
      
    
      

    Maybe with the whole trapping thing, too.

    But yeah, will have to remember to use that. Most Bash scripts start out as just quickly trying something out, so it's easy to forget setting the proper options...

  • I don't have the Bash experience to argue against that, but from a general programming experience, I want things to crash as loudly as possible when anything unexpected happens. Otherwise, you might never spot it failing.

    Well, and nevermind that it could genuinely break things, if an intermediate step fails, but it continues running.

  • NSFW Removed Deleted

    XXX

    Jump
  • You replied to the wrong guy, but I think they rather meant it as "unless you're using a password manager (...because password managers are generally capable of storing extra data)". 😅

    I mean, even if it can't store extra data in one entry, you could still create multiple entries for a single account and just name the entries similarly.

    And to give an example of a password manager intentionally kept so simple that, well, there is a solution, but it is somewhat choose-your-own-adventure: https://www.passwordstore.org/#organization(You can get GUIs for it, which may have a premade solution after all, for example: https://f-droid.org/packages/app.passwordstore.agrahn )