(Brought to my attention by @thebigfox) Looks like this already exists in WinDBG: Per gives some …
Jason —
Also, to make sure I'm understanding everything correctly: Within the SDK if I look into the inclu…
Jason —
Ya, after looking at the SDK it definitely seems like a good thing to use for a beginner. Thanks f…
SDK gives prebuilt/ready to use validation layer binary. Which is very very useful. You should alw…
Jason —
Thanks for your input. After skimming through the vulkan-tutorial.com website it states that the S…
I did some Vulkan work during the pandemic (see here) and mastered the basics. I learned from vulk…
Probably because these videos have unusually long length compared to previous ones, the YT encoder…
Jason —
So it's looking like I'll have to start trying to toy around with vulkan and at least get things w…
This happened before a few times. Usually youtube sorts itself out after a while.
In the latest recordings of handmade 650 and 651 on youtube, the videos have very bad quality (360…
cl777 —
Ah, finally it works! I dug around so long but missed the issue. Thanks a lot for your help.
You need to add .path = in front of the paths: There is an issue on github about that.
Follow up release with some improvements / bug fixes, 0.3.7.1: ImprovementsAdded context menu item…
cl777 —
Hello to everyone, I got a little problem with search paths in 4coder. My directory structure: I …
This is mirrored on my blog. I have invested a significant amount of time in building Cakelisp for…
Thanks for the feedback Simon!
We must necessarily use the first 7 bits to store the value of the exponent. The exponent is 8 bit…
Damn! That was way deeper than I had thought :P. If I am right now, I had no idea he was doing tha…
Ah I see now. So the 8bits for the alpha channel represent in some sense how much of a pixel is co…
Thanks. I haven't used the new feature much, but here is some quick feedback.The zoom button posit…
1 The mantissa part is the part that is usable. The floating point number mantissa is the "informa…
The 32 bit values are single precision floating point. Those are standardized to 24 bits of mantis…
Hello, On Day33 of Handmade hero at this timestamp: Casey Muratori explains here what would happe…
A new version of RemedyBG, 0.3.7.0, is available for download. Changes include: New FeaturesAdded …
Neo Ar —
Decided to release nwr_mem.h v1.0.0 to the public without a paywall since RISCY BUSINESS is on an …
By IO thread I mean dedicated thread that accepts read or write request and does read/write operat…
It is called C. You just write C code. And if you really need - compile it with C++ compiler to us…
cella —
Are there any books that teach programming without classes and other bloated stuff? Maybe books ar…
Thanks for your reply. I had not really thought about the disk and threading. Can I ask a few foll…
For each file to process you read it fully into memory (C stdio API is perfectly fine for that), d…