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.
Jeremiah Goerdt
I've setup my 4coder to be modal, similar to vim. When starting a fresh instance of 4coder, I'd li…
»
Matt Hartley
I can only do about 50wpm at the moment. Colemak sounds interesting, I'll look into that. Thanks f…
»
The_8th_mage
Hi, I have some synchronization bugs in my debugger, and the only way to bring it forth right now …
»
Bill Strong
TL;DR Yes, learn to touch type, but don't learn Qwerty. Learn Colemak. (There are others, but I fi…
»
Matt Hartley
I have been programming for about 6 years but I have never learned to touch type properly. I can t…
»
Salads
When watching a video linked from the Episode Guide, could we get and buttons to go to the next …
»
Benjamin Pedersen
Yay, it works! thanks a bunch! I thought everything had been packed into intro_art.hha
»
Mārtiņš Možeiko
There should be 5 hha files. You need to compile asset builder and run it to create test assets (l…
»
Benjamin Pedersen
I get FileGroup.FileCount == 1, but shouldn't that be the case? I only have one hha-file. LoadAsse…
»
Mārtiņš Možeiko
Hmm, not sure what can be wrong... Could you try doing following things? Put a breakpoint in Alloc…
»
Benjamin Pedersen
It is day 335. I am running it through the command line within handmade\data with ....\build\win32…
»
strangezak
OpenGL 3.2 upgrade! Now that's what i want to hear :D
»
Sergio González
There's a new version of Milton available. Get it while it's hot! It has a brand-new renderer that…
»
Connor
Stay safe!Connor
»
Ben Smith
Clearly I need to work on my reading comprehension :) Yes, using clang-format on the command line …
»
Mārtiņš Možeiko
The masking with ClipMask is exactly for aligning purposes. No other reason. But I think you are r…
»
Jeremiah Goerdt
In your TODO.txt you mention 'line numbers' and it was one of the first things I checked for when …
»
Ameen Sayegh
@brothir, your answer is the best. Unfortunately C is very old and the standard library is very ba…
»
Ameen Sayegh
This is how I use it: // meta.cpp #include "templates.h" struct node_type { int data; node_type *…
»
Abner Coimbre
I live near Orlando, Florida and hurricane Matthew approaches. My friends were already evacuated a…
»
Ameen Sayegh
I am not asking why are we aligning. I'm asking why are we masking? We don't need the additional m…
»
Sergio González
I think this is in the intersection of API design and implementation detail. You could let the use…
»
Mārtiņš Možeiko
We are doing that because for loading/storing memory to/from simd register there are two options. …
»
ratchetfreak
Anyway, you mention "feeding the output to clang format", which I'm guessing means you ran clang-…
»
Ben Smith
Ah, interesting. I was wondering if I was missing something, perhaps I should have paid attention …
»
Apoorva Joshi
Bill, I think there is real value in keeping effects as nodes, instead of making them input/outpu…
»
Apoorva Joshi
Allen, I agree with the fact that function pointers tend to get ugly really quickly. I'll probably…
»
Jesse
Reminds me of Processing.org! Thanks for sharing!
»
Jesse
That's jumping into the deep end of the pool without a floatation device. You've probably tried al…
»
Ameen Sayegh
I used to use clang-format for code generation kind of stuff. Instead of using templates I would u…
»