Viewing profile — kajkojednojajko
kajkojednojajko
HN member- Joined
- Wed, Jul 14, 2021, 3:17 AM UTC
- HN karma
- 40
- Public activity
- 12 items
- HN profile
- View on Hacker News ↗
About kajkojednojajko
No profile information was provided.
Recent public activity
-
comment
Comment #48552979
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 …
-
comment
Comment #47501812
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 poin…
-
comment
Comment #47410537
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 determinis…
-
comment
Comment #45544276
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…
-
comment
Comment #45481219
kurzgesagt has an awesome video on this topic: https://www.youtube.com/watch?v=dKm7T13X7n4
-
comment
Comment #44633093
> 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…
-
comment
Comment #44200522
please do the promptful
-
comment
Comment #43982686
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 enj…
-
comment
Comment #41755888
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 d…
-
comment
Comment #40385066
SmarterEveryDay has a great video with astronauts training in this fashion: https://www.youtube.com/watch?v=AiZd5yBWvYY
-
comment
Comment #39949651
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 qualit…
-
comment
Comment #36640908
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...