lilypad

joined 1 year ago
[–] lilypad@hexbear.net 6 points 3 months ago (3 children)

Worker: Sir, this is a ~~wendys~~ jumja stick kiosk

Sisko, staggering around in a halucinogenic stupor: I dont care

[–] lilypad@hexbear.net 9 points 4 months ago

mainly just dirty curse phrases

Satan i hælvette ka slags fetteforbanna mannskitt e dette?

Basically just means "what the fuck is this?" but with more swearing.

[–] lilypad@hexbear.net 5 points 4 months ago* (last edited 4 months ago) (1 children)

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.

::: spoiler 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"
[–] lilypad@hexbear.net 5 points 4 months ago

Half the convos in the trans mega come to mind. From supporting and listening to each other, to talking about fun queer games, to heavy flirting, and of course accelerating each others gender ^^

[–] lilypad@hexbear.net 7 points 4 months ago (1 children)

Go, do it, pull the trigger, shove my words right back at me ^^

[–] lilypad@hexbear.net 5 points 4 months ago (4 children)

I miss the dark winters. The sun was gone for months on end, everyone was lowkey depressed, but we had such great times too, and the parties were pretty wonderful ngl ^^ then I moved and now its not dark in the winter anymore madeline-bruh

[–] lilypad@hexbear.net 5 points 4 months ago

Theres obama kush, so ykw i could absolutely see a future where she has a strain of pot named after her while she continues to oversee the imprisonment of people for posession sadness

[–] lilypad@hexbear.net 13 points 5 months ago (1 children)

... No shy i brought tortilla chips (and salsa, im not a monster)

[–] lilypad@hexbear.net 30 points 5 months ago (6 children)

goku-doorstep hi, would you buzz me in? Im here for the platonic snuggle session

[–] lilypad@hexbear.net 2 points 5 months ago

Dowg is the only acceptable answer power-genius

[–] lilypad@hexbear.net 20 points 5 months ago* (last edited 5 months ago)

I think maybe your teacher just wanted to watch The Notebook vivian-shrug

[–] lilypad@hexbear.net 2 points 5 months ago

Just my thoughts, maybe I'm real wrong, but:

Every candidate will be at minimum slightly different than ones platonic ideal candidate, but a vote for them is still a blanket endorsement of their politics and policies. We cannot vote for someone and say "I only support this aspect of their policies", rather, we can only say "I believe that this aspect of their policies outweighs these other aspects." In this hypothetical case of a government worker, that statement becomes "I believe that my continued employment for the government under this future administration outweighs the continuation of the genocide being committed and inflicted upon Palestinians".

It is important to recognize and grapple with the fact that by existing in the US and participating in the social systems of the US we are contributing to this genocide, some of us in small ways some in large; we must critically consider how we can minimize our contribution and how we can actively work against the states actions. However recognition of our being held hostage like this does not justify explicitly supporting genocide. A vote is an explicit act, and is an endorsement of the politics of the person and party being voted for.

view more: ‹ prev next ›