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.
Jesse
I think we're on the same page. Fast-food-esque development is as shitty as it sounds. So, right …
»
Allen Webster
I am also not a good enough dev to say anything intelligent about how you would do this at any le…
»
Jack Mott
Just a data point for discussion: http://www.ubuntu.com/phone If it was me, the big thing would…
»
Barret Gaylor
I'm not sure if this is going to work, but I was wondering if anyone wanted to start this discuss…
»
Jack Mott
chronokun Oh, well yeah, and that's a problem (imo). Suppose I write a deep learning library, …
»
Mārtiņš Možeiko
Yes, you are right in this assumption. All PC GPU's released in last 10 or so years internally wo…
»
Abner Coimbre
JesseMeyer To apply the Handmade way on that Python code, we have to evaluate its exact use conte…
»
dmitsuki
Hi. I'm currently going through some OpenGL tutorials and from the tutorials it seems like all …
»
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?
»
Jack Mott
You might investigate and see if the Quorum language team ever did any experiments with immutable…
»
graeme
honestb There are basically two "minimal" ways to build a Mac App. One is to create an Xcode proj…
»
Abner Coimbre
Interesting, Ask yourself Is this code the most performant given the current restrictions at pla…
»
Elviss Strazdins
Thank you for suggestions. Yes, others have also noted that XAudio causes problems on Windows 7, …
»
mathk
Marthog Do you have the hashes in a header file, so that they get instanciated multiple times? No.
»
honestb
I'm far from an expert but I have played around with this stuff a bit. It's an understatement to …
»
graeme
I think the only new thing would be code signing, which is done with codesign
»
Jesse
The Handmade way as I see it is less a philosophy and more a brass tax process. It's about unders…
»
Casey Muratori
Yes, it's the whole create-a-bundle situation that I was curious about. I remember shipping Gran…
»
Allen Webster
pragmatic_hero I've always had the impression the Handmade Way had performance and respecting th…
»
Jeremiah Goerdt
Handmade. It’s not a specific technique or programming language—it’s an idea. The idea that we ca…
»
pragmatic_hero
gingerBill The Handmade movement is nothing about which programming language you use, nor if you…
»
Mārtiņš Možeiko
Sizik You could also represent them the other way around, which lines up intuitively with what th…
»
Adrian
All right! Now it totally makes sense. Thank you!
»
Mattie
adge Because I think that << means: shift to the left (to the next lower memory address) …
»
Adrian
Hmm I think I got a fundamental understanding problem with how memory works Lets say I have memo…
»
Mārtiņš Možeiko
It means Casey will want to run/ship his 1935 game on OSX. Btw running just the clang to compile…
»
Adrian
cmuratori Quick aside: I would like to get 1935 building on the Mac sometime in the future... An…
»
Adrian
To be a little bit more specific: For writing code I use Atom. Which I also write my build.sh sc…
»
Marthog
Do you have the hashes in a header file, so that they get instanciated multiple times?
»