Yup! Lastly, the more we sympathize with those who prefer the typical style of modern programming,…
Jesse —
I think we're on the same page. Fast-food-esque development is as shitty as it sounds. So, right -…
I am also not a good enough dev to say anything intelligent about how you would do this at any lev…
Just a data point for discussion: If it was me, the big thing would be no centralized store for a…
I'm not sure if this is going to work, but I was wondering if anyone wanted to start this discussi…
Suppose I write a deep learning library, and one of the things I want to do is visualize the netw…
Yes, you are right in this assumption. All PC GPU's released in last 10 or so years internally wor…
Recall what I said before I showed the code: Presuming a single account, the SMTP server call w…
Hi. I'm currently going through some OpenGL tutorials and from the tutorials it seems like all mov…
Jesse —
To apply the Handmade way on that Python code, we have to evaluate its exact use contextually. Is …
Mattie —
Is the result of strlen(s) memoized, or does it get called 1024 times?
You might investigate and see if the Quorum language team ever did any experiments with immutable …
graeme —
This has disadvantages: it's not totally "minimal" and it is substantially slower than building a…
Interesting, Ask yourself you'll only get clearer answers if you, as Allen stated: "understand wh…
Thank you for suggestions. Yes, others have also noted that XAudio causes problems on Windows 7, s…
I'm far from an expert but I have played around with this stuff a bit. It's an understatement to s…
graeme —
I think the only new thing would be code signing, which is done with
Jesse —
The Handmade way as I see it is less a philosophy and more a brass tax process. It's about underst…
Yes, it's the whole create-a-bundle situation that I was curious about. I remember shipping Grann…
I agree with this assessment in a certain way. If I were to try to explain the "handmade way" my…
Isn't that what every online programming community is about though? Could handmade hero be made i…
Only on little-endian system :)
Adrian —
All right! Now it totally makes sense. Thank you!
Mattie —
But I am probably wrong but I don't know why. [/quote] Left-shift means shifting towards signifi…
Adrian —
Hmm I think I got a fundamental understanding problem with how memory works Lets say I have memory…
It means Casey will want to run/ship his game on OSX. Btw running just the clang to compile & cre…
Adrian —
To be a little bit more specific: For writing code I use Atom. Which I also write my build.sh scri…