kajkojednojajko
No user record in our sample, but kajkojednojajko has activity below (stories or comments). Likely we have partial data — the full bulk-load will fill profiles in.
No user record in our sample, but kajkojednojajko has activity below (stories or comments). Likely we have partial data — the full bulk-load will fill profiles in.
It's uncanny that they picked the term "Corps", which is exactly what Kurt Vonnegut used for the "Reconstruction and Reclamation Corps" in his 1952 novel, Player Piano. Also known as "Reeks and Wrecks" in the book, it's…
I love this idea! I'll try it today. This resonates with me because I've been looking for a way to detect when I would make a different decision than the LLM. These divergence points generally happen because I'm…
I enjoyed playing Teardown when it first came out. It was already a technological marvel back then, so it's even more impressive that they managed to make the simulation deterministic to add multiplayer several years…
There's a neat mental model that there are four kinds of documentation: tutorials, how-to guides, explanation, and reference. I think that examples fit into the first or the second kind; I'm not too concerned which…
kurzgesagt has an awesome video on this topic: https://www.youtube.com/watch?v=dKm7T13X7n4
> the most important thing I've learned about [bash] is: don't. Sure, it can be done, and even done well, but why? There are better languages. This. Bash gives you all the tools to dig a hole and none to climb out. It's…
please do the promptful
Insane deep-dive! Framing texture sampling as "Ideally, we’d like to integrate over the projection of the screen pixel onto the texture" was enlightening for me. I particularly enjoyed the explanation of anisotropic…
Me: I couldn't write anything longer than 20 lines in make - there's just one type (string), no debugger, no data structures, no standard library, and not even modules. Buildroot developers: let's write a build system…
SmarterEveryDay has a great video with astronauts training in this fashion: https://www.youtube.com/watch?v=AiZd5yBWvYY
I love the fact that he records voiceovers of his articles! I listen to podcasts on a regular basis, and this substitutes for podcast perfectly: it's shorter, but 10x higher quality.
There's always the source :) It's easier to follow if you git clone and open it in vscode. Here's Main::iteration - https://github.com/godotengine/godot/blob/e0f644a48da49843ad...