

It’s weird tho because everything looks like it’s there inside the apk. 🤷
I’m a Streamer and Software/Game Dev in Liverpool, UK.
TRAHR 🏳️⚧️
Stop by if you fancy a chat or whatever, https://twitch.tv/psaldorn
I can also bore you on mastodon https://mastodon.social/@psaldorn
It’s weird tho because everything looks like it’s there inside the apk. 🤷
It’s not just me, but seems to affect Godot c# deployments to mobile
https://github.com/godotengine/godot/issues/97859
Worked fine on desktop
Had to roll my own JSON storage system after spending weeks trying to get sqlite to work on Godot/android.
It took a day and will suck at scale because there are no indexes. It just goes through the whole file, line by line when you search for an id.
BUT IT WORKS.
Hopefully the repos and stuff I piled on top have made it abstract able enough I can move it to a real database if the issue ever gets resolved.
Had a best friend for 15 years or more, lived together for a few years after uni, went separate ways and contact died off
I saw him come online on steam and sent a message asking how he was etc. he said he was fine. Monosyllabic after that.
I look him up on dormant socials and he got married, didn’t mention it, no invite. Rest of the friend circle all there.
Cool cool cool.
Never hear from them either, so… it may pay off for some people, or just be an embarrassing reminder of how easy it is for some people to discard you. Neurospiciness also a factor on my side too.
My kids call me Boursin Cheese because they couldn’t pronounce my name (or chose not to)
They get what they give.
Pretty sure “That man” is Linus Torvalds and the light bleed is actually the desktop background (looks like a photo)
As for the rest… 🤷
I AM DAVIAN THULE AND I SHALL BE YOUR DEATH
My life arrived pre-sucked.
I think you’re misunderstanding/I’m not explaining well.
Accessing emotions is hard for a lot of us because we’ve been trained to clam up. But without that external factor, it wouldn’t be.
But when we do actually do it, it now takes effort and strength when it probably shouldn’t.
But the physical loss of control when, for example, crying, makes us physically vulnerable as well as emotionally.
I can see why times in history, having v people be scared and breaking down would jeopardize themselves or others. But we’ve magnified that, or lost the nuance.
Crying or raging or withdrawing in camp is safe, on a hunt or while driving a truck is the exception not the rule.
I wonder if this is a modern human problem or just a human problem
Maybe I’m off but… they do make you weak, right?
And we don’t just let emotions happen sometimes, we should acknowledge they are always there to one degree or another. There may be times when having a brave face is what is needed, but for most people most of the time, it isn’t
So, the real takeaway should be “you don’t need to be strong all the time, in fact, you can’t”
Nice quote, the misalignment makes me want to end it all though
Only a tiny part of the atom is converted to energy in fission. An antimatter annihilation is 100%
Even then a hydrogen+anti hydrogen releases 1.86 x 10⁻¹⁰ Joules.
You need about 4 joules to heat 1g of water by 1C
and one annihilation is 0.000000000186J
Bananas emit antimatter.
It’s well worth learning, you can use vim motions In lots of apps (or they have vim plugins) and even some websites will let you navigate with hjkl and search with / etc
There used to be a web based vim game to help you learn, vim tutor maybe?
Any time I’m forced to select text with a mouse it feels like a massive ball ache.
Don’t get me started on editing text on an iPad, they have gone out of their way to make selection and editing, like changing a URL, a total nightmare.
*casts spell on the boss that the boss is immune to
Runs away
I have no mana
*casts a shield spell that helps nobody, not even himself, because he ran away"
If there’s only two options you only need one keyword
Look at this ci deployment! THE TESTS ARE TURNED OFF. YOU’RE RAWDOGGING PRODUCTION.
Oh my days. Your AWS isn’t destroying old deployments, no wonder you’re indebt, you have seven times more compute than NASA FOR FUCKS SAKE.
At least chat gpt would have spelled it right for fucks sake.
Did they let a 6 year old write that up?
THEY GET PAID TO DO THIS. SOMEONE GETS PAID TO CHECK IT TOO.
Or am I being trolled.
Just say no to stress. It can’t affect you without your consent.
✋🏻
Using gs, ga and gc for git bullshit has saved me many a keystroke. They show the current status, last log and prompt me for commit message and everything!
No, you misunderstand. Sqlite just does not work when it’s packaged by Godot mono for mobile (see the ticket in the other replies)
It worked fine on desktop which made it more frustrating