• 0 Posts
  • 21 Comments
Joined 1 year ago
cake
Cake day: April 12th, 2025

help-circle





  • The whole point is to change the risk calculations people make in order to make “civil” and “polite” actions such as protests, legislation, etc. more risky and therefore most people are less likely to engage in.

    What these dumb asses don’t realize is that if the level of risk for the “peaceful” options rises to the same level as alternatives, which are arguably much more effective, then those are going to be the only recourse people have and the actions people will take.

    I do believe your analysis is correct about there being zero chance of it being legislated away. So now what?


  • If you apply pressure does it hurt less or more? What about when you release the pressure? Is it a specific area or a bit more radial? Does it get worse or not during or after taking a deep breath in?

    I’m assuming you’ve already tried inadvisable high quantities of NSAIDs and/or seing a doctor about the issue?






  • Is there a reason you couldn’t be a man with “big pillowy tits, thick thighs and an ass so big you can see it from the front”?

    It seems to me like you’re caught in a gender binary and falling into the trap of having to “choose” from a false dichotomy. HRT isn’t a binary either and assuming you have access to medical professionals within your area you can describe the specifics that you want and a good doctor will work with you to help meet those needs.

    If you have the means and haven’t yet, a good first step could be to find a therapist to help understand, define and articulate what exactly those needs are. It’s not a decision you need to make in a day, HRT isn’t going to magically transition you to hyper-fem in a single day and force you to change your name and start life from scratch. There’s doesn’t even have to be any sort of “coming out” thing if you don’t want there to be. If you’ve got bigotted parents/coworkers/community/etc. you can totally just deny it to them and play it off as getting old or whatever.








  • SinAdjetivos@lemmy.worldtomemes@lemmy.worldMath
    link
    fedilink
    arrow-up
    11
    ·
    1 year ago

    Base 16 is used all the time in computer science. The symbols for 9+ aren’t arcane or unrecognizable it’s 0 1 2 3 4 5 6 7 8 9 A B C D E F. It’s often written with an 0X in front to indicate hexadecimal or something like 'h for hex and 'd for decimal.

    Examples:

    • 'h7 = 'd7
    • 'hC = 'd12
    • 'hF = 'd15
    • 'h7CF = 'd(7 × 162) + (12 × 161) + (15 × 160) = 'd1792 + 'd192 + 'd15 = 'd1999