We’ve been discussing jam topics and formats on the Discord, and overall we’re feeling like a …
I did a similar thing alongside uni work when it came out. I did 250 episodes following along, but…
You'll get less value after some point. I believe it's better to follow and code along for the fir…
Hi 👋, I am going take a break for year and will be watching all of the handmade hero series, sk…
Yes, you are right! "Usually" and "always" need to be swapped for those statements!
IHDR usually comes first, then PLTE, then IDAT, then IEND IHDR must come first. It's not "usually"…
There are many articles on the internet about the PNG format, and Handmade Network is no exception…
There was this tutorial following along when Casey was doing the series, which was SDL with Linux…
Thanks for the answer Simon Anciaux, that does make a lot of sense, in fact I thought that was the…
Casey never did linux or Mac OS platform layer. One of the reason for doing that at the end of the…
Hello, I have been binge following the recordings of HandMade Hero streams, reimplementing the cod…
Could some of the jams be a month long? And maybe have one that's a game jam? Another one could be…
Hello Handmade community! I hope your 2025 is going brilliantly so far. I have a few key updates f…
Latest version of RemedyBG, 0.4.0.10, is now available for download from itch.io with the followin…
Release 0.6.8 0.6.8 is to be the last release before 0.7.0 and had a short cycle of development - o…
Sure, you can think of it that way.
OS does not see this mapping. It's all transparent to it. Even CPU does not see this mapping. It's…
OS does not see this mapping. It's all transparent to it. Even CPU does not see this mapping. It's…
Memory controller assigns addresses to sticks automatically. Ah, ok. I always thought this was don…
In old days memory controller used to be part of chipset - it was called "northbridge". Nowadays i…
They have been doing that all the time. DDR -> DDR2 -> DDR3 -> DDR4 -> DDR5. Each new generation i…
They have been doing that all the time. DDR -> DDR2 -> DDR3 -> DDR4 -> DDR5. Each new generation i…
Some Intel and server AMD CPU's have triple channel or quad channels. Then the sticks should be in…
It's based on COM. Any COM api is very easy to call from C. It all works the same way. Be it WASAP…
It depends on CPU & chipset. Most desktop CPU's support only up to dual channel model. So only 2x …
Right, for double of sticks the bandwidth goes up 2x. But because memcpy is doing both read and wr…
Thank you both for the code examples! Turns out my code worked out in the end, I can't hear a noti…
I don't know how DDR memory works internally with all those memory and bus rates, you'll need to r…
I've never examined a RAM spec closely before, and the internet mostly reports these 2400/2666/320…