lilypad [she/her, love/loves]

  • 8 Posts
  • 953 Comments
Joined 3 years ago
cake
Cake day: October 26th, 2023

help-circle
  • Terminal encounter has put it really well, but for me in my personal life i tend to think of it as: dysmorphia is when I cant see my body for what it is, dysphoria is when I can.

    Like i get obsessive about my shoulders and ribcage. Yeah theyre on the larger side, but not abnormal for women. I often cant see this, and think my shoulders are massive, so i categorize it as dysmorphia.

    I also get obsessive about my leg hair, but i dont see my legs as more hairy than they are. The issue there is that I see them for what they are and I dont like it, whereas my shoulders i see as larger than they are and dont like that.

    Idk if thats helpful, its not a medical way to think about it, but its how i think about it in my life vivian-shrug








  • spoiler

    still have the creeping fears of rejection

    cuddle

    For me it ends up in this place where i feel like i need to leave first to keep from getting hurt. Even when I logically know thats not true, the impulse to do so can be overwhelming.

    that’s why I started posting here!

    Im glad you started aubrey-happy

    Even here i get that same impulse to leave, people here know me a little bit (some know me a lot) and it scares the shit out of me. Im staying tho! I dont want to lose this space, and its good for me to try and stick around somewhere. I tend to leave places after a year, and im trying to stop that cycle in my life.

    The inciting incident

    Im happy this is working for you ^^ Its scary. I have gotten to that point with some roommates, but its a lot harder with people im actually wanting to be close to.

    can’t remember (sorry) if you are ND as well

    Its unknown but likely. Adhd, autism, bipolar, bpd, these all have a bunch of overlapping symptoms/traits/whatever. Probably some kind of adhd or audhd going on in my head.

    accepted that my close friends will have to be a similar presentation of neurodivergence to me

    I dont really have anyone like that around me? Im in a weird position of having been raised by mental healthcare professionals (srsly, my whole family is some form of therapist/psychologist/psychiatrist/etc.) so i have a pretty good grasp of psychodynamics without having any real education on it. So when I go to share i often start talking about processes, and using language and words in ways that they dont understand or misunderstand, and i just end up feeling misunderstood because my language doesnt match theirs. Im great at hearing and understanding my friends tho lol.

    Idk what else to say really vivian-shrug


  • spoiler

    friends

    Yeah, i have internalized entirely the idea that everyone leaves. Everyone will leave me, and im just waiting for that to happen. I steal my own happiness because of this narrative, but i cant get out of it. I cant seem to be open and honest with my friends very often. But with strangers its no problem for some reason. Im trying tho. I want to be vulnerable but just cant, i dont want to burden them, i dont want to alienate them, i can find a million excuses.

    What do you mean by this, if you don’t mind sharing?

    Well, regarding emotional regulation, i just dont have good or healthy outlets for my emotions i guess. I feel really strongly or nothing at all.

    Regarding my lack of emotional object permanence, its like what im feeling at any point is what i have always felt and what i always will feel. It gets difficult cause, well, for example Im afraid that I love bomb people unintentionally because when im in love with someone i feel like i always have and always will, and I lose myself. Or like, when i am in a rough space, i always have been there and always will. I cant remember what its like to feel other things.

    Theres more i could say, idk if its interesting or worthwhile…



  • lonely, yearning, confusion, sex

    Feeling very frustrated by my sexuality right now. On the one hand, i need to have trust and a close emotional connection to someone in order to even experience sexual attraction to them in the first place. On the other hand, part of me is screaming for the strap.

    Idk, im just tired and really aroused and lonely i guess. I dont want a dildo, i want a person to hold and be held by; i want to be partnered with someone(s), and have some kind of loving relationship(s), and have meaningful emotional connection and physical touch. But im also somehow both too much and too little for anyone, and need to fix myself before any of that can happen without it all ending in tears.




  • Its not windows or NASM but this site has some 64 bit linux examples using gnu assembler (the gnu userland default assembler). You could probably find some examples for windows with nasm if you look around.

    example code from the site
    # ----------------------------------------------------------------------------------------
    # Writes "Hello, World" to the console using only system calls. Runs on 64-bit Linux only.
    # To assemble and run:
    #
    #     gcc -c hello.s && ld hello.o && ./a.out
    #
    # or
    #
    #     gcc -nostdlib hello.s && ./a.out
    # ----------------------------------------------------------------------------------------
    
            .global _start
    
            .text
    _start:
            # write(1, message, 13)
            mov     $1, %rax                # system call 1 is write
            mov     $1, %rdi                # file handle 1 is stdout
            mov     $message, %rsi          # address of string to output
            mov     $13, %rdx               # number of bytes
            syscall                         # invoke operating system to do the write
    
            # exit(0)
            mov     $60, %rax               # system call 60 is exit
            xor     %rdi, %rdi              # we want return code 0
            syscall                         # invoke operating system to exit
    message:
            .ascii  "Hello, world\n"
    

  • Tbh in the US things seem to be moving towards the point where it is that bad. Maybe thats just my shit take tho. But people can be charged for helping people transition, for helping people get abortions, etc.

    But like, even in “good” countries, someones personal situation can create very real dangers. If someone is an immigrant, for example, then importing a gray market drug for personal use can be fraught, even if the drug itself isnt strictly illegal (as estrogen often isnt). Some places limit the amount you can import before you need to register as a farmacy. One 10ml vial of 40mg/ml estradiol is a lot of dosages, and it may fall above that line.


  • This isnt really directed at you but just in general about the usage of the term non-zionist here

    Nonzionism is not antizionism, just like nonracist doesnt mean antiracist. Nonzionist jews may not be actively pushing for genocide, but the nonzionists in my family are deeply apathetic to what is happening, and refuse to engage beyond condemnations of blatantly genocidal acts (when they havent been poisoned by propaganda). They will run defence for israel without realizing it, in the same way a nonracist may hold up systemic racism without actively commiting racist acts/speech. Those in my family who are nonzionists have no issue with israel existing as is, rather, they take issue with seeing genocide before them; They sit at a table with zionists just as comfortably as with antizionists.

    Imo, antizionists should be welcome. Nonzionists make me nervous and frustrated and sad and deeply angry, as they help enable genocide.


  • sad
    Very very sad
    Very very lonely
    Want to talk so desperately
    But cannot be vulnerable
    People hurting hurts me
    Im surrounded by hurt people
    Im also a hurt person
    I want to be taken care of
    I want to take care of those im close to
    I just want to be held
    And told everything is ok.
    Even if its just for a night, or even just a few minutes, I want to know that its ok.
    I want to feel loved
    I am loved
    I just cant feel it.
    I can never feel it.
    I can love.
    But no matter how much someone loves me, i can never feel it.
    Im alienated from my self and my feelings of love.
    Do i even love anymore?
    or do i just chase ghosts?
    I havent had friends last more than a year, maybe two.
    Now im coming up on the time to leave again.
    Everyone always leaves me
    So i try to leave first.
    I got close to them.
    It was a mistake.
    because now i dont want to leave.
    but i have to.
    its not safe to be close to people
    its safest alone
    but alone is lonely
    i just cant find people who want to hear about my experience of life.
    except i can
    i just dont want to be close to them once they care about me
    because it isnt safe anymore
    i know its not real,
    but everyone leaves
    so i have to leave first.

    That way i dont get hurt.

    Goodnight



  • Can you believe there are still people in Norway that say that Norwegian is a “poor” language?

    Norsk e bare et fattig språk om man ser kun på den såkalte «standard østnorsk». Enda der e d ikke fattig men bare ikke like rik som norsk i sin helhet. Asså, kordan kan man se på setninga «æ e i a æ å æ» og si at norsk e fattig? Eller «d e d d e å d e d d va»? Eller forskjellene i dialektan, fra den djupast trøndersk til setedal til å, herregud as æ husker noen snakka med mæ om en dialekt som hadde helt forskjellige gramatiske regler der setninga kunne splittes opp på rare måter som ikke va gyldige på bokmål eller nynorsk. Ønske at æ huska kor d va ifra.

    Skikkelig kult å lære om hana! Norrønt e bare kult. Min mini-teori (basert på absolut ingenting) e at det engelske ordet “fuck” stammer fra det norrøne ordet «fjúke».