LOL is YT a furry term?
That just depends on the UI API, in the case of Godot the UI is handled using a scene graph as an object so yes it has its own value, which can be a reference to player health...
Ah yeah, just _init(yadayada, health_bar, etc) yeah. Eh, I mean that's one way to do it, but what if the scene changes? Are we really gonna give the player references to all t...
And, what if we want to have other objects say another UI for debugging to update? Now instead of just making said UI and connecting to the signal we have to manually address ...
If we're talking game engines, it's always valid to make one from scratch tbh. But a 3D modelling program? Will take months for exporting to modern common file formats alone, ...
Apparently Zig is dropping LLVM, will they be writing the next compiler... in Zig? 😌
Oh, just for copying things over? I'd just use a bash script ja?
Who wrote the article?
Maybe zig calls em maybe?
Roles vs Subclasses: What has changed? Roles had the soul purpose of providing the starting inventory and location. Quests could use the player's role to go about a problem d...
New challenge! Using this PDL, create a jitter program in the language of your choice. Main Program: HouseKeep (set ports, clear flags, set defaults) Read upload bit (...
1 GC Sucks So Badly, That You Should Avoid Using Memory 2 Worst of Exceptions and Value Checking 3 Won't cast an int to a long 4 name clash: X and Y have the same erasure 5 in...
: LIT, ( x) POSTPONE LITERAL ; : >SIZE ( ta - n) CELL+ @ ; 0 VALUE SELF : SELF+ ( n - a) SELF + ; : SEND ( a xt) SELF >R SWAP TO SELF EXECUTE R> TO SELF ; VARIABLE CLS ...
Anglo Saxon(One of the 3 languages English comes from) pronounced Z like an S, and it was said as Sigel, See, Zee, etc. Old Norse pronounced their S only as an S, they only us...
"It’s clear: Java (on Android) is dying," the Realm team explains. "In fact, 20% of apps built with Java before Google I/O are now being built in Kotlin. Kotlin may even chang...
originality doesn't make something good, originality can be good but that's not the factor that makes it good. say, a crazy original idea of mine is that humans live inverted,...
so what we do at my studio is we have what i call "Creative Crunches" where we all sort of talk and work on ideas in a very vast way, and make it as massive and unnecessarily ...
An example of a logical debate. Muthu @ me: "I disagree with you that Forth is fit for modern day programming and software engineering." Me: "oh? Why do you think that?" Muth...
Well, if you're planning to eat it, put it on the stove for around 100C and wait about 20 minutes, continuously flipping it around and making sure it Cooks all the way through...
example of a small definition: : mean_std_loop \ inv_global_std = (1LL << 32) / MAX(global_std, 1); dup 1 max 1 swap u/mod-fx32 drop \ 32 frac bits num_rects \ start count...