Brutkey

god damn gremlin
@aleteoryx@labyrinth.zone

Amity
@aleteoryx@s2.aleteoryx.me

frqs welcome, dm me with the name of a cool bird(anything even approaching birdliness) first

im verbose cause it's how i talk. don't read into it as condescension.

γ/u/νη (cause ανδροι don't use the internet)
GIF enthusiast(the format not the files)
apache server enjoyer
postmaster extrordinaire
proud member of the yuri lesbianism/yaoi gaysbianism fanclubs
got into college writing 5 pages on an scp
kasane teto but im tiny and i sing the backup vocals
angst enjoyer
rolling with a crew of problematic bachelors; we call ourselves "The Squad"

"Instructions unclear. Check your spelling, or try using simple actions, like 'go', 'get', 'look', or 'talk'." -
@xyzzy@mastodon.sandwich.net
"I do not understand this female chatter" -
@yassie_j@labyrinth.zone
"[trying to set u on fire with my eyes] i'm sure that's nice for you" -
@larsfrommars@toot.garden
"they are very epic and cool and this one loves them a lot
floofHeart" - kn0000

formerly available at
@admin@mk.aleteoryx.me


Notes
9
Following
0
Followers
0
nouns
pro
pronouns
she/they
website
https://aleteoryx.me
dreamwidth
https://aleteoryx.dreamwidth.org
scrobble observer
https://scrobble.observer
age
old enough to know better! let's go!
contact me
on fedi. ask me for other platforms if you need them
banner
https://www.youtu.be/WxC6PytZMqc
god damn gremlin
@aleteoryx@labyrinth.zone

if "simple things should be simple, complex things should be possible" isn't the base of your philosophy for tooling, language, documentation, etc design, you are doing it wrong

god damn gremlin
@aleteoryx@labyrinth.zone

graaah it is 2024 stop doing your network requests on your UI thread

god damn gremlin
@aleteoryx@labyrinth.zone

legitimately terrifying how load-bearing marcy wu is for my psyche

god damn gremlin
@aleteoryx@labyrinth.zone

the unix twink in question

god damn gremlin
@aleteoryx@labyrinth.zone
screen reader unfriendly, programming joke

typedef enum {
    NOTHING,
    BULLET,
    GUN,
    FOOT
} location_contents;

typedef struct {
    location_contents contents;
} location;

typedef struct {
    location* target;
} gun;

typedef struct {
    location* position;
} foot;

void gun_point_at_foot(gun* g, foot* f) {
    g->target = f->position;
}

void gun_shoot(gun* g) {
    g->target->contents = BULLET;
}

int main() {
    gun my_gun;
    foot my_foot;

    gun_point_at_foot(&my_gun, &my_foot);
    gun_shoot(&my_gun);
}


god damn gremlin
@aleteoryx@labyrinth.zone
ascii art

i cancelled my FSF membership, after 10 years of faithful support.



all of that fighting
all of that denial, resisting temptation.
war drums, freedom,
coding, sharing,
friends, love,

   after all of that,

        after everything,



                     predator drones
                 .-.    _,  .-.  ,_    .-.
                '-._'--'  \_| |_/  '--'_.-'
                    '-._  \ | | /  _.-'
                        `-.^| |^.-'
                           `\=/`
                             ` run linux


https://j3s.sh/thought/drones-run-linux-free-software-isnt-enough.html

god damn gremlin
@aleteoryx@labyrinth.zone

if "simple things should be simple, complex things should be possible" isn't the base of your philosophy for tooling, language, documentation, etc design, you are doing it wrong

god damn gremlin
@aleteoryx@labyrinth.zone

graaah it is 2024 stop doing your network requests on your UI thread

god damn gremlin
@aleteoryx@labyrinth.zone

legitimately terrifying how load-bearing marcy wu is for my psyche

god damn gremlin
@aleteoryx@labyrinth.zone

the unix twink in question

god damn gremlin
@aleteoryx@labyrinth.zone

big fan of the bell labs unix twink

god damn gremlin
@aleteoryx@labyrinth.zone
screen reader unfriendly, programming joke

typedef enum {
    NOTHING,
    BULLET,
    GUN,
    FOOT
} location_contents;

typedef struct {
    location_contents contents;
} location;

typedef struct {
    location* target;
} gun;

typedef struct {
    location* position;
} foot;

void gun_point_at_foot(gun* g, foot* f) {
    g->target = f->position;
}

void gun_shoot(gun* g) {
    g->target->contents = BULLET;
}

int main() {
    gun my_gun;
    foot my_foot;

    gun_point_at_foot(&my_gun, &my_foot);
    gun_shoot(&my_gun);
}