Sorry guys, the username is human and the password is noai. You can also clone the repo directly: …
Btw instead of this: you can simply do: I also cannot login to see the source. Connection just tim…
That makes sense. I'm not using the Emscripten filesystem api as that requires loading that part o…
It seems we need a login and password to see the files ? EDIT: I didn't see the error page contain…
It does not, though it looks like Emscripten has built-in file embedding. It probably makes sense …
Does this work for compiling to wasm, e.g. with Emscripten? 2025-06-17 16:53:15
I would like to introduce my single header libraries. For now there is only one, but I have some o…
Sure, it’s 4 bytes, but if rbp is inclusive, why not rbp – 3? I don't think this only because …
Unfortunately, R5 is currently not functional, so I wasn't able to test out the verifier aspect of…
Disclaimer: I'm a beginner to programming, and especially to x64 assembly. Some smart folks have p…
My main goal for this project was to understand my GPU's machine code (SASS) better and I accompli…
I've got most of the bits of the IADD3 instruction figured out, there's still a couple things I do…
Buongiorno attempts to map out mDNS and DNS-SD activity by inspecting the raw stream of mDNS packe…
the default control bits output by ptxas on some random ptx I made seem to be 0x003fde (why I thin…
First post for this project - I'll just dump some links that I've found helpful for learning about…
On June 5th I attended /dev/games, a two-day game development conference held in Rome. I gave a ta…
It's June 9, and that means that the X-Ray Jam has officially begun! image.png Participants have o…
Thanks! I’ll take a look at the fix in day 126.
It's another months and consequently it's time for a new incremental 0.7 release.Additions Unlike …
It seems that this was fixed in day 126.
In day 124 the work queue looks like that shouldn't we prevent an out of bond access to the WorkQu…
Be aware that DirectSounds code in HH changed multiple times. If you get some issue, check episode…
You're more likely to get an answer on the discord server. Also if you're OK with the code not bei…
Necromancing this thread a bit, but have anyone encountered the sound hiccups in win11 that do not…
You'd probably get a faster reply if you ask your questions on the handmade discord in the remedyb…
Found another error. In those tests, I always assumed p0 is at 0 and p1 is at 1. In my use case it…
It seems almost all code editors support DAP. I'm currently trying Kate. It also supports the debu…
The official page for the X-Ray Jam is now online! Check it out, invite your friends, and join us …
Typically Windows applications process WM_PAINT message in their window proc callback - there you …
I'm currently learning to build game dev tools (specifically, a 2D level editor). I initially plan…