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
Jeroen van Rijn
I'll look into this tomorrow, Ryan.
»
Ryan Fleury
mrmixer I was looking for the previous blog post you mentioned. I think this is the link but it's…
»
Ryan Fleury
CaptainKraft, Honestly I'm not sure what will happen in that situation currently, as I'm still s…
»
Ryan Fleury
Thanks, Mr4thDimension! I'm glad you enjoyed the read. I've come to the same realization as you d…
»
Sean Barrett
pervognsen buy a dev board they'll never use (the fate of most dev boards) Surely this never hap…
»
Finalspace
mmozeiko Of course "aligned" alloc function makes sense if it internally uses function which does…
»
Mārtiņš Možeiko
Of course "aligned" alloc function makes sense if it internally uses function which does not guar…
»
Finalspace
mmozeiko Finalspace Regarding the purpose of MemoryAllocate/MemoryAlignedAllocate: Its meant to b…
»
Raytio
Yes I seen that very good news.
»
MelalEd32Bits
I didn't know where else to put this as I didn't want to create a new thread. But can a moderato…
»
Per Vognsen
I didn't want to make a big announcement on stream or on the repo so people rush out and buy a de…
»
Vkar
Hi, we had some discussion in the chat. Here is my take on the spiral. Code is not meant to be go…
»
Todd
Nice. Sublime is my fav editor now. Anyone else got any other tips for Sublime?
»
Todd
Thanks Martins! That was a beautiful explanation. I hadn't yet touched this space because I've ei…
»
MelalEd32Bits
mmozeiko Like raw literals and initializer list. No problem there I can code those up. mmozeik…
»
Mārtiņš Možeiko
Yes you will, but you will need to to few minor adjustments to code. Casey is using few features …
»
MelalEd32Bits
Hello, Looking to start this project using an old version of VS. Will I be able to this ?. Tha…
»
winnythefoo
Thanks for the tip. It didn't quite work for me, maybe because I'm still just on day 004 and some…
»
Miguel Lechón
Since my parser takes its input character by character, I think the "insert comma" strategy is pr…
»
Simon Anciaux
I was looking for the previous blog post you mentioned. I think this is the link but it's not ava…
»
Miguel Lechón
Per gave some details on reddit a week ago.
»
Maykeye
Since postal delivery of boards can take weeks, it's probably good time to start looking for FPGA…
»
Maykeye
Are such parsers good at error recovery? For example, 1foo(10 bar(30,20), 34 ; in (manually wr…
»
Mikael Johansson
My concern is not about the performance, it never was. The good thing with pointers is that the…
»
Mārtiņš Možeiko
Typically language abstracts the CPU it is compiling for. So you can write very complex operation…
»
Todd
Can someone explain to me what intrinsics are and what they are for? MSDN says that they are "in…
»
Miguel Lechón
I've written precedence climbing parsers before, so instead of repeating the exercise, I've decid…
»
pragmatic_hero
I played around with it a bit, and my asm is a bit rusty, but the difference is roughly: A) 1 2 3…
»
ratchetfreak
gun_types[dude->gun_idx].damage and dude->gun_type->damage are basically the same wi…
»
Per Vognsen
Martins got it. I'd already changed it to just int n = 1024 in my own code since there isn't a st…
»