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