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.
Henry Kloren
i see, so just to summarize and see if i fully understand. GC itself has 3 primary issues. 1. …
»
Mārtiņš Možeiko
In languages like C# or Java there is no way. If language is designed with this type of allocatio…
»
Henry Kloren
so in a GC language, is there really no way to do a Memory Arena type of set up, where you alloca…
»
Mārtiņš Možeiko
The second is that GC is non-deterministic and can happen at any time, causing potential stalls w…
»
Henry Kloren
Hey guys! Previously, I only learned Java in school, so this is absolutely not a argument; just a…
»
Nikita Smith
seventh-chordIm very excited about this. It seems like at least two of the common crashes I was e…
»
Gus Waldo
that makes sense and I guess Casey will continue to tune the memory allocations. In my own code I…
»
Christopher McLaughlin
I would like to share my job hunt frustration here. I learned C from Handmade Hero and it's my …
»
Mārtiņš Možeiko
I cannot talk about 4coder as I don't use it, but for emacs/vim you typically configure ctags or …
»
Simon Anciaux
The frame arena only uses a few blocks of memory (6 allocations on my quick test). So it's not re…
»
khofez
Hi! This is more of a "i want to know your opinion" question rather than a technical one, I've be…
»
Simon Anciaux
In addition to this, is it intended that the front page doesn't show a preview of the content of …
»
Simon Anciaux
It looks like you either are missing the assets (.hha files in the data directory) or you haven't…
»
Simon Anciaux
Thanks. I didn't get that you tried to mimic the "exception syntax". In your C++ exception exampl…
»
seventh-chord
Im very excited about this. It seems like at least two of the common crashes I was experiencing a…
»
Guntha
Hello, I just stumbled upon this bug: The block is properly filled when we go in the blog pos…
»
Bananaa6
Thanks for the answer! I was able to turn of the light and by pressing F4 and also F5 works, but…
»
Ryan Fleury
Recently, I've been working on the game's asset system. I'm doing this to start allowing other de…
»
Gus Waldo
I was looking at the HH source for the first time in a while and noticed that FrameArena seems to…
»
David
Hey thanks for the quick reply. I actually got it to work, although it is a little clunky. If a…
»
Neo Ar
Of course :) Since you asked about it in comparison to a switch, to start with here is the relev…
»
Mārtiņš Možeiko
Btw with WASAPI what you typically do is to have high priority thread that submits audio buffers …
»
Dan
The full blog post is here: https://dansdevlog.wordpress.com/2018/09/10/the-config-file/
»
Simon Anciaux
You can use the profiler to determine what is taking time in HMH. At the moment the lighting is c…
»
Allen Webster
Hi David! If you've already followed the instructions in the link you posted, you have your own …
»
Simon Anciaux
If you played 100 samples from a sound, and need to overwrite, you need to start overwriting with…
»
David
Hi everyone! My name is David and I just got 4coder yesterday and I'm loving it so far. For me th…
»
Draos
sorry, if i'm picking this up super slow, but could you just explain this line you need to make …
»
Simon Anciaux
When Casey says "you can write way ahead", he means adding a lot of valid sample in the buffer. W…
»
Draos
Ok,so I got the other question, but overwriting still confuses me. Casey said that if we write mu…
»