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.
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…
»
Mārtiņš Možeiko
Because intel specs say what CPU/chipset is capable of. But you can put all kinds of different mem…
»
longtran2904
Running a slightly modified version of the code on my machine (i7-8700 with 2x8GB of memory) gives…
»
Simon Anciaux
I think I had a reason at the moment of writing that for loading ole32 dynamically, but I can't re…
»
Mārtiņš Možeiko
This is a bit strange code - why ole32 is loaded dynamically? It's not like it can be missing from…
»
Simon Anciaux
If you want the code for handmade hero, you'll have to wait for mmozeiko to reply, or maybe ask th…
»
minisculebarber
@Mārtiņš Možeiko, any chance you could make your code available online again?
»
Simon Anciaux
On Windows Vista and up, you could call DwmFlush to sort of "wait for vsync" and have better frame…
»
lucapette
I started the handmade series up until the 25th episode more or less, then I decided to make the e…
»
Christoffer Lernö
0.6.7 has been interesting. There has been some significant additions to the language that opens f…
»