We are currently in the process of converting the website to the new design. Some pages, like this one, are still broken. We appreciate your patience.
Dana Fortier
It's something really cryptic like Err_InvalidArgs, I couldn't find a specific reference in the di…
»
Mārtiņš Možeiko
What is Error variable value? I would guess that ByteToLock and BytesToWrite values are wrong. You…
»
Dana Fortier
I ran the Day 9 code successfully, the tone plays, it responds to input etc, but I noticed in the …
»
Dana Fortier
Awesome guys, I'll check these out, thank you!
»
Patrick Lahey
Decidedly less "handmade" but, if you don't mind that, you could use . Here is a simple test main:…
»
Mārtiņš Možeiko
You need to convert float/int values to string and then use OutputDebugString to print this string…
»
Mārtiņš Možeiko
While I agree that they could have assigned more unique names to each "static" situation, in pract…
»
Mārtiņš Možeiko
You should use debugger to step through code and examine variable values to see which ones have in…
»
Mārtiņš Možeiko
In previous version you could add excluded files or folders which won't be scanned. I typically ad…
»
Dana Fortier
I did some poking around and I can't seem to find a way to get ints and floats printing to debug w…
»
Carlos Gabriel Hasbun Comandari
Why are programmers masochists? Seriously. Why? At least compiler writers and pioneers of computer…
»
Christian
Thanks for the explanations :-)
»
Ale
ahaha it doesn't make sense! we don't need another Windows for the moment..
»
elle
It's awesome. I often modify the code or try different things and see what happens. Since I'm ver…
»
Eduard Tudor
When Casey run the the program it had a black blank window but mine does not have it. Here is my w…
»
dfs
Thanks. I guess by the time I get to the memory heavy part I might transfer the project to another…
»
Mārtiņš Možeiko
You can compiler latest code as 32-bit, except few signed/unsigned and casting uint64 to size_t wa…
»
dfs
I'm only starting to dive into this project, with only some basic knowledge. In the very first day…
»
Dana Fortier
Caught it, the increments in the buffer filling were on the WRONG SIDE. Owls of Shame are apparent…
»
Andrew Bromage
Sure. My point is that SSE2 is a standard measure of "reasonably modern CPU". I'm pretty sure t…
»
Dana Fortier
I am currently into Day 9, but I wanted to pause and check with you guys about the fact that I'm g…
»
Mārtiņš Možeiko
Yes, _rotl is an intrinisc. But it is only MSVC intrinsic. GCC and clang doesn't provide such. For…
»
Christian
In handmade_intrinsics.h: _rotl() is an intrinsic, right? Okay so as long as the CPU knows the in…
»
Mārtiņš Možeiko
And the SoC they use is Allwinner. They are know to violate GPL and not providing all the source c…
»
Miguel Lechón
The claims that the system will be fully open source, but the GPU they chose, the Mali-400, is no…
»
Ale
I just I wanted to know what do you do guys after a HMH streaming, do you play around with the cod…
»
Dana Fortier
EDIT: I am leaving this as a shaming lesson for myself and others. For some reason my bitwise >> …
»
Mārtiņš Možeiko
As far as I can see it will run some kind of Linux as its standard OS. So by default HH Linux port…
»
Miguel Lechón
(I guess is too soon to say, so I'll speculate.) My guess is that if Casey started writing the acc…
»
The_8th_mage
When you say GPU, does Intel HD graphics count? I know it is an integrated one, and doesn't compar…
»