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.
Casey Muratori —
Awesome! Very glad to see that lerp was not wasted effort :) It may just be that I am not using …
»
Casey Muratori —
Well, there are really two answers to this question, depending on you are programming the way I pr…
»
Flyingsand —
I also examined this recently, partly because I was a bit puzzled as to why Casey said he couldn't…
»
Miguel Lechón —
I've been toying around with the audio mixer to see if I can get some intuition on why the linear …
»
Justin —
You would include the .h file, if you used the class in bar. Ok, so there are two different reaso…
»
Paul —
Handmade Hero is awesome and you've made it awesome, Casey. Preordered after reading the concept a…
»
Apoorva Joshi —
In my spare time, I'm making an open source GPU-powered image editor called Papaya in OpenGL and C…
»
Casey Muratori —
That looks pretty typical, with the exception perhaps of Erlang (I'm not sure I've heard of that b…
»
Andrew Chronister —
These are nice solutions, but I found a much simpler one -- set makeprg=build.bat. Simply cd to yo…
»
Mike T —
I was curious when this question came up in the stream and googled it. This thread on the LoL foru…
»
mojobojo —
Its working now. Figured out that I was binding the keys wrong. Vim executes commands based off of…
»
drjeats —
Relevant post from Andreas Fredriksson about emitting C from Lisp:
»
Miguel Lechón —
I've given clang-format a try and I suppose it would have saved me some time when I was still usin…
»
Ben Smith —
You should take a look at . We use it at work, and it keeps us from having to do any of the boring…
»
Casey Muratori —
OK, then for right now, let's forge ahead with just my repo being the CPP repo, then, and not try …
»
Abner Coimbre —
Yeah, okay. This should stay primitive if the software we're using to handle the code base in any …
»
David Owens II —
Yeah, the private fork under the Handmade Hero org is the biggest difference. That's still nice to…
»
Casey Muratori —
Well, but it would allow people to have the full source code in their repository and not worry abo…
»
David Owens II —
To be fair, your ask isn't trivial. You want an ACL'd remote file share that works across platfor…
»
Casey Muratori —
So, another thing I am thinking: maybe we just don't do the community cpp repository at all. Mayb…
»
Casey Muratori —
So, the next question would be, should we just ditch GitHub? If it sucks, it sucks. If we could …
»
Matt Mascarenhas —
Hei debiatan! Man, absolutely. At a guess, the shortest amount of time I could possibly spend on o…
»
Anders Kaare —
I don't see the value of submodules, except that they would allow public repositories to reference…
»
Abner Coimbre —
I had learned about submodules from this article: . If we are to stick with GitHub, I say give Dav…
»
Jeremiah Johnson —
Why not just have two organizations? If you're hell bent on using ONLY the GitHub for Windows cl…
»
Casey Muratori —
Personally, I think the submodules option would probably be the way to go if it weren't for the na…
»
David Owens II —
Submodules suck when you try to use them to actively contribute within those. However, as a basic …
»
Matt Mascarenhas —
Ah, cheers, owensd. I'm more thinking about how those standard community versions will be maintain…
»
Asaf Gartner —
Can you elaborate on the submodules idea? Last time I used them (a few years ago) they were very a…
»
David Owens II —
If you wanted to make edits to the HMH source, you would do the following:Fork the HMHCommunity ve…
»