• 0 Posts
  • 8 Comments
Joined 2 years ago
cake
Cake day: June 30th, 2023

help-circle


  • The way I understand the word, it’s more of a “fling”, or a short-term relation, as opposed to something long-lasting or structured. Which, for example, can be fully okay and include no shadiness if it’s communicated with the partner or partners.

    I guess words change meaning over time, and since the default has been monogamy for so long, the word is still stigmatized and associated with cheating since it means something short?

    As an example, single people can often be heard to have had vacation affairs, which wouldn’t imply cheating since they are single. But the word is used in that context too.



  • orgrinrt@lemmy.worldtoMemes@lemmy.mlelon is a lame poser
    link
    fedilink
    arrow-up
    16
    ·
    edit-2
    8 months ago

    Yup, that seam/twist there on the foreground is almost a definitive giveaway

    Edit: I mean I guess that especially a rich person could, for some reason, wear a weird ass scarf designed by someone who thinks in a very out-of-the-box way… but which is more likely?


  • orgrinrt@lemmy.worldtoMemes@lemmy.mlrice
    link
    fedilink
    arrow-up
    3
    ·
    10 months ago

    Just saying, Steam controller is great and works amazingly still, made only better by the ongoing updates to steam input.

    I’m not sure what else they’d need to do. Other than still produce it, I suppose 😅


  • Yeah, the two aren’t equivalent and the original has more conditions than the new one, so without context this just doesn’t make sense in this example.

    A is “” only when B is also “”, otherwise we return f()

    In the new one we simply say that regardless of what B is, we’ll just call f(), entirely skipping the case where B == “”.

    Probably this specific condition checking was moved to the inner scope of f(), but this example does not tell us (who don’t know the context) that. Or maybe the check is redundant, but that also isn’t signaled in any way.

    Or then maybe I’m just oblivious to the optimization, in which case I can see why the maintainer would take their time figuring that out. It’s not anything obvious based on that alone, at least to me, and I would say I have some experience in this field.

    Edit: But yeah this is basically just semantics, I’m sure they gave apt description in the PR, so the context would be explained there and none of this really matters. I just like to ruminate about little things like this for some reason. Didn’t mean to imply they didn’t do a good PR, just that this specific example was either confusing or confused.