" @kirakira@furry.engineer
i’m currently in the process of rewriting my prototype as gdscript and this language is somehow both too pedantic and too loose at the same time. type “hints” are actually runtime errors if it receives something it doesn’t expect, but this can be fixed by just Removing The Type Hint ??? why
worse yet are the array type hints. if i have the following
var nums: Array = [1, 2, 3]
this is somehow different from
var nums: Array[int] = [1, 2, 3]
and if i want to coerce one to the other?
var nums: Array = [1, 2, 3]
var nums_int = nums as Array[int] # runtime error
i’m realizing that my main game idea’s story is very similar in theme to a lot of westerns and it’s got me wondering if i should go rewatch a bunch of western movies or something
if anyone tells you that a FOSS technology is “really simple”, “intuitive”, or “easy to learn” that is 100% cope. so far I’ve heard this about:
and the opposite has been true every time. I really wish FOSS people would be more honest with themselves and others about how arcane most FOSS is
“gdscript and godot are so easy that young children can learn it in a few days”
Drew just a friendly mantis strolling around ()(; ;)()
#gaertan #anthropomorphic #furry #digitalart #rpg #fantasy #dnd #pathfinder #oc #characterdesign
I finally got a separate VM Environment up and configured just for Docker.
And with that dedicated docker environment, I finally check up on @freedosproject ‘s Builder RBEv4
So far, it seems to just pull in projects, not build the install media. I should get more familiar with this branch before adding my touches to it.
FreeDOS Builder RBEv4 is available here:
https://gitlab.com/FreeDOS/OS/builder/-/tree/RBE4?ref_type=heads
Artist: tarako
Media: umamusume
Source: https://twitter.com/TR_______K/status/1751381524572995955
i just got recommended a video by youtube of a game dev friend of mine being interviewed 
I just realized that the tech stuff I’m good at vs. bad at is mostly defined by cost. like I’m bad at hardware and microcontroller stuff because I can’t afford them. I’m good at writing code for desktop apps because I already have a computer so it’s free. I’m bad at server stuff because I can’t afford a server
are you getting… the surgery?
you know
*lifts my hands to my head to make a gesture that looks like horns*
when i was a kit, i daydreamed about having a studio where i could create any type of art i want; there’d be instruments ready to play; computers ready to touch; and the walls would all be white boards
as an adult, i daydream about the same thing but like, in japan or maybe on the moon
i don’t post selfies because i don’t have a physical form. i am purely an Online Creature and Friend
i’ve got most of the stuff out of my apartment and i am very tired.
the weird part is how little change it made to the place. usually moving out makes a place feel empty but this place always felt empty.
though, i bought as little as possible because i knew i wouldnt be staying 
i found my shibari book last night and stayed up way too late reading it again and wow, i have Got to start doing that again
i made a shitty port of rust’s serde library to ts/js because every guide i saw for serializing/saving player data in godot was horrifying to me