

I guess that would work for PB, but jelly is going to leave you with sticky fingers.
This is a test account for testing out lemmy.
Bio update test: 2024-03-13


I guess that would work for PB, but jelly is going to leave you with sticky fingers.


Depends on which fingers you want to get dirty.



Damn, entire whole.


Near the top though.


Neat, I have expanded my vocabulary thanks to your efforts.
Wikipedia has more: https://en.wikipedia.org/wiki/List_of_ethnic_slurs


It really could: https://www.snopes.com/collections/trump-white-house-ai-posts/
The Trump Gaza and bombing protesters with feces that he posted and re-posted are something.
His Truth Social has a bunch more, even from yesterday. Just more mild ones.


Lossy compression.


I tested it, it works as it is.
#include <stdio.h>
#include <stdbool.h>
void main(){
bool true_or_false = true;
if(true_or_false){
goto if_true;
}
printf("This code runs only if false.\n");
goto end_false_if;
if_true:
printf("This code runs only if true.\n");
end_false_if:
printf("This code always runs.\n");
}
If true, it jumps to if_true, then runs other code. If false, the if gets skipped, if false code gets run, then it skips over if true code.


UUUuuuuuh, I am not a programmer (you’re going to say “thank god”), but…
I sometimes even chain them. You can put yet another ternary operator in the else and keep going. You know, else-if.
So anyway, I can get ternary operators spanning 2 - 3 lines.
Oh, I also often have issues thinking of proper loops, so you’d see a few terribly used goto statements.
Although I do remove ones that are obvious brain fart.
For example, quite obvious
void example(bool true_or_false){
if(true_or_false){
//code if true
}
else{
//code if false
}
//other code
}
Well, I’ve already had my brain goof up even that once or twice. “How the fuck”, you’re asking?
void example(bool true_or_false){
if(true_or_false){
goto if_true;
}
//code if false
goto end_false_if;
if_true:
//code if true
end_false_if:
//other code
}
The brain-fart if-else.


Won’t this cause rust?
If some python doesn’t swim there first.


Because I am failure.
I don’t have a kitchen, and most ready to eat food is non-vegan.
I am currently living either with parents or at dorm.
Parents are hoarders, so the kitchen can be considered out of service. There’s no space, and it’s far from food-safe.
The dorm kitchen is shared between ~20 people, and I don’t do well around those, so I haven’t used it. Plus the situation with electric appliances is complicated there. I’d have to somehow haul my own fridge over there. And get it approved first, so more human contact.
I also share a room with someone, so I just try to do least of anything over there.
As I only tend to eat once a day, this is economically doable.
Our uni also has a cafeteria, but I haven’t yet been there because… I haven’t yet been there. I don’t know how it works. I tried observing others, but I see the order system is done using some touchscreen terminal, the UI of which I don’t know (I was watching from further away), and I couldn’t find any precise manual online. Actually, I couldn’t find any manual online.


fly a private jet,
Whom on Lemmy does that apply to?
Anyway, the point being made here is to make better decisions where reasonably possible. If you dive deep enough, absolutely nothing is fully ethical.
Like cleaning up your drive. You have little storage left, so you do a scan with Filelight.
Do you care about:
a) 1,000 20KiB config files
b) 40GiB pacman cache
c) 50GiB of music
You can probably just get rid of pacman cache, but with the size, you might just as well get rid of your music, no? What’s the point of removing pacman cache if your music is worse?


Where does it come from?


Is there any plan for having polls?


Drink water between every flavour
Nope. Can’t do that. If I start drinking water, I will only finish once I am full or the glass is empty.
Hell, oftentimes while eating, even just the mere thought of water makes me loose appetite, and I only force myself to finish, keeping water as a reward.
https://knowyourmeme.com/memes/mexican-filter