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/)MA
Posts
1
Comments
136
Joined
2 yr. ago

  • In another comment you clearly stated that femboys are not the same thing as trans.

    And now you want to push the transfem label onto a non-afab person just because they admit to wear gender-non-conforming clothes?

  • Fuck you for hurting the most vulnerable, disgusting decision by disgusting people.


    Kann übersetzt werden zu:

    Fickt euch dafür die verletzlichste, abscheulichste Entscheidung von abscheulischen Leuten zu verletzen. (weird weil wörtliche Übersetzung; kann auch Beschädigen o.ä. nutzen. Geht mehr um den Sinn als das Wort)


    Ist vermutlich gemeint:

    Fickt euch dafür die Verletzlichsten zu verletzen; Abscheulische Entscheidung abscheulicher Leute.

  • the is_even package does not provide much worth indeed because it simply negates is_odd and thereby all its benefit.

    It's dependency is_odd on the other hand provides at least some additional checks (it also checks if the value is a valid integer below the max int value)

    And while I would indeed see uses for such methods (especially with the other checks, no simple oneliners) in some cases, especially in testing: This is stuff you write yourself, throw it in a e.g. NumberUtils class and everything is fine. You do never depend on an external library for that. The benefit (not spending a few seconds to write it) does not outweigh any of the drawbacks that come with external libraries.

  • Depends on the granularity you want.

    This sounds like you could fit under the "non-binary" umbrella, but there are many subcategories. Maybe genderfluid .

    Or maybe you're cis but just don't see a use in following gender-stereotypes.

    But in the end, getting lost in labeling is not needed. Just be you. -

  • I'd still be expected to listen when others speak

    I love chillin' with other ADHD'ers: most understand if you zone out and tell them that.

    My colleagues also accept a "sry, that may sound a bit stupid; but my brain just cannot focus on this topic right now. I'll come back to that later or tomorrow" (and as long as it's occasional even a "sry, but my brain cannot do that at all. Can someone else please do this?")

    cook without burning myself or the food

    I got a kitchen machine that does it for me. I can even forget my food without any chance of burning it. Worst case it's cold.

    speak without repeating myself, speak in a way that makes sense to others

    Again, this is a problem I only have with neurotypicals; no problem along fellow neurodivergentd

    keep appointments

    Again just something that normal society expects. I have one single appointment per day I can't miss (start-of-day-meeting). Everything else is movable most of the time. I don't meet people at certain times, I meet them "that afternoon" and we will write each other when we're ready

    read and comprehend instructions

    I know many neurotypicals that cannot do that.

    transport myself from place to place without injury or forgetting necessary items....

    Nothing to say against these points, actually...


    What I want to say is that most of the problems you listed are based on the expectations of neueotypicaldom. All of my friends and some of my colleagues are neurodivergent (most ADHD, some ASD, some both, I'm both) and honestly: As long as I don't have to interact with the neurotypical world I don't run in that much problems. It's still not perfect, but way more manageable.

  • Self-proclaimed eggs realize they might be not-cis; but they haven't found themself yet. Or are in the denial phase. Or many other things.

    Our shell show cracks, but we haven't hatched yet.

  • Honestly, a Modulo-Captcha wouldn't be that bad of an idea?

    Sure, it's not really "non-dev-proof"; but I guess a simple "To enable pasting, please type result to the following formula: 5%3" would at least stop some people that will glady ignore the warning because obviously nobody wants to let you hack other Facebook accounts, but those guys told me it's fine - but will already be confused and then feel smart by entering 0.15 because 5% of 3 is 0.15 ... and wonder why it doesn't work

  • How you could somewhat rebase manually (to understand the effect; or because you like to handle the merge conflicts more granular or be more selective):

    We assume we have the branch "Feat" which was started on an old version of "Main", and now want to rebase it:

    • Rename "Feat" to "Old" (does not happen during rebase, but we kinda need it for this demonstration)
    • Create "Feat" at the newest (or wherever you want) commit of "Main"
    • Cherrypick all commits from "Old" into "Feat"

    Et viola - you kinda manually rebased "Feat" on "Main"