FalB
@falb.bsky.social
95 followers 120 following 400 posts
FallBackITA27 | Leila Massanova Italian Trans Marxist-Leninist. Also addicted to Mario Kart and Computer Science.
Posts Media Videos Starter Packs
wplace becomes fun right around the point when it becomes about territorial dominance
Reposted by FalB
Notice how Facebook and Twitter weren't asked.
Manchester City - Napoli is a strong hit to my guts, i kinda hope they tie
I find it incredibly disturbing that the image of this petition is an image of people I know IRL, this is from a protest held by OSA (my organization) joint with USB (a syndicate) in Italy.
atleast learn to spell ciao
Sadly the work is a huge barrier, I basically have to rewrite every endpoint in a new format
small announcement I'll make here and not on official channels because I rather use them for the big announcement

development on the Mario Kart Wii Players' Page has been progressing steadily, I'm starting school again in 4 days so it will take a slow down, but it hasn't been dead.
i got blocked by someone for saying i was in bed with a woman when i literally meant i was in bed with a woman life's crazy
Reposted by FalB
may @maysuser.name · Sep 11
charlie kirk has received infinitely more sympathy and support from liberals than every single trans person, immigrant, and palestinian combined
🟢⚪⚪⚪⚪
🟢🟢⚪⚪⚪
🟢🟢⚪⚪⚪
🟢🟢🟢⚪⚪
🟢🟢🟢⚪⚪
🟢🟢🟡⚪⚪
🟢🟢🟢🟢⚪
🟢🟢🟢🟢🟢

I am so fuucking mad, I swear I literally typed in every country which is even near to bordering it
Countryle - The best wordle game about geography
Welcome to Countryle! The daily challenge wordle game that tests your geography knowledge. Play Countryle and find the hidden country every day!
countryle.com
Reposted by FalB
Regardless of your feelings on the shooting, there's no doubt that Trump didn't need it to continue enacting mass political violence against the civilian population.

Political violence is committed every day against protestors, immigrants, and trans people, and they rarely get any justice.
I'm genuinely confused at so much of my feed being filled with "Don't celebrate Charlie Kirk being shot **because** this gives Trump the go ahead to violently crush opposition." Did you mean to add "faster" to the end of that sentence? Like, he wasn't waiting for an impetus. It's happening already
Reposted by FalB
You are under no obligation to mourn the death of people who would’ve celebrated yours.
Reposted by FalB
Ahhhhh @nerdjpg.com · Sep 10
Liberal politicians if you are so disturbed just pretend Charlie Kirk was a Palestinian child and you’ll get over it in no time
Absolutely agree.
Have I ever claimed it helps? Fidel Castro's own words: Oppression is a system, not a man.

But it is frankly insulting to believe this man must have his respects given by the same people he put at risk.
I'm sorry but you're plainly wrong - this guy advocated exactly for this to happen to tons of minorities, he openly advocated oppression, you cannot lend empathy to a man over his own policies working against him.
I hate the liberals acting as if now Kirk needs to recover and get well. That dude is a nazi, he advocated for tons of people to end exactly how he just did, and y'all feel the need to give him any amount of empathy?
Well maybe if the dude wasn't a Nazi he wouldn't be dead now.
random woman (mom's client) just casually offered me a job in a random foreign country without knowing who i am or what i do, that's great
NOI SIAMO L'USB 👏👏 NOI SIAMO L'USB 👏👏 LE ARMI BLOCCHIAMO, I PADRONI SCACCIAMO, NOI SIAMO L'USB 👏👏
Since when do you have any sort of access to memory on JS to where you're holding on to memory willfully? I don't have any control over when memory is freed or created in JS, I do in Rust.
i hate yoshi falls i hate the second last boost i hate this stupid qm filled course how can a circle be so bad
yes, but in Rust it's still opt-in, you need to purposefully call std::mem::forget() or Box::leak(), in JS it happens because the GC fails.
memory safety for JS depends on the engine you're running it on, and I'm not necessarily referring just to memory safety, Rust also safeguards against memory issues like memory leaks, which aren't uncommon in JS.