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
Mārtiņš Možeiko
It was not implemented, and sinf from CRT is called in the code. There is no "hardware instruction…
»
Gaurav Gautam
Please tell me he was just going to use the hardware instruction... this is a project in itself.
»
Gaurav Gautam
I have been going over the first few days of HMH trying to get them in my head, and the TODO about…
»
Jeff Knox
Okay, now you've piqued my interest. XD What exactly do you find dishonest about a range [0-10)? …
»
x13pixels
New version of RemedyBG is available for download on itch.io. New FeatureAdded a Control | Source …
»
longtran2904
A popular use for macros is for extending syntax, but this often goes wrong. Even if you have a la…
»
Christoffer Lernö
Macros and compile time evaluation are popular ways to extend a language. While macros fell out of…
»
Simon Anciaux
Shouldn't the link to enter in feed reader be https://macoy.me/rss instead of https://macoy.me ? I…
»
Gaurav Gautam
Well.... I have used elaborate type systems from time to time in haskell and typescript. And after…
»
Christoffer Lernö
It's increasingly popular to use type inference for variable declarations. – and it's understand…
»
Macoy Madson
This article is mirrored on my blog.News It has been nearly a month since my last post, and there …
»
Gaurav Gautam
I imagine Casey Muratori would have kept going much longer beyond this point... and someday I woul…
»
Gaurav Gautam
Hey i ran this benchmark on firefox and it seems like firefox is also doing the same with innerHTM…
»
Gaurav Gautam
Ah of course! I was thinking about the rant on Jeff and Casey show about creating the website usin…
»
Mārtiņš Možeiko
So I am stumped! To me this seems to indicate that they should run in the same time... Not sure w…
»
Gaurav Gautam
Hello, I tried to find the code for innerHTML and appendChild in Chromium in the hopes that the ex…
»
Gaurav Gautam
I see. Thanks for the link. I'll watch it tonight. And Ill google the things you mentioned as well…
»
Simon Anciaux
It can mean a lot of things. I would say there are two types of effects:fullscreen effect like mot…
»
Gaurav Gautam
Hi Simon, So I wanted to know what these special effects are. I am not really a gamer so I tried t…
»
»
Simon Anciaux
For reference this is the part of the Q&A Casey will cover particle systems at some point (day 15…
»
Gaurav Gautam
Didn't they later on end up being the cause of injury?
»
Gaurav Gautam
I haven't used it. But can't you just use the Edit_SetSel to remove all the selection on losing fo…
»
Gaurav Gautam
During QNA Casey Muratori said that hmh will look better than most games made in engines off the s…
»
Mārtiņš Možeiko
Variable length array (VLA) is when you don't know length at compile time. This is C99 feature: Sa…
»
longtran2904
The stack pointer tells how much is allocated on the stack to allow allocating variable length arr…
»
Dawoodoz
Allocating a constant amount of memory (no variable length array) on the stack is just an addition…
»
Gaurav Gautam
My god you are a genius. I see the issue you are pointing to and I will keep that in mind in the f…
»
longtran2904
So the shadow space is before any arguments that are on the stack? And because callers already nee…
»
Mārtiņš Možeiko
Yes, caller allocates space. But the part of "waste of time" was about dumping registers to that s…
»