I have not learned proper touch typing, but I can type *code* without looking at keyboard and on …
Laurie —
Personally I've found touch typing to be extremely useful as a programmer, but I can't directly a…
In fact digging into rendering techniques and image processing can be a good way to learn math (v…
Shazan —
About 2d rendering techniques any books like implementing z ordering
My bindings aren't staying the same across view/panel changes. I tried iterating over all views a…
I've setup my 4coder to be modal, similar to vim. When starting a fresh instance of 4coder, I'd l…
I can only do about 50wpm at the moment. Colemak sounds interesting, I'll look into that.
Thanks…
Hi,
I have some synchronization bugs in my debugger, and the only way to bring it forth right now…
TL;DR Yes, learn to touch type, but don't learn Qwerty. Learn Colemak. (There are others, but I f…
I have been programming for about 6 years but I have never learned to touch type properly. I can …
Salads —
When watching a video linked from the Episode Guide, could we get Next and Previous buttons to go…
Yay, it works! thanks a bunch! I thought everything had been packed into intro_art.hha
There should be 5 hha files. You need to compile asset builder and run it to create test assets (…
I get FileGroup.FileCount == 1, but shouldn't that be the case? I only have one hha-file.
LoadAs…
Hmm, not sure what can be wrong...
Could you try doing following things?
1) Put a breakpoint in …
It is day 335. I am running it through the command line within handmade\data with ..\..\build\win…
OpenGL 3.2 upgrade! Now that's what i want to hear :D
There's a new version of Milton available. Get it while it's hot!
It has a brand-new renderer th…
Clearly I need to work on my reading comprehension :)
Yes, using clang-format on the command line…
The masking with ClipMask is exactly for aligning purposes. No other reason.
But I think you are …
In your TODO.txt you mention 'line numbers' and it was one of the first things I checked for when…
@brothir, your answer is the best.
Unfortunately C is very old and the standard library is very …
This is how I use it:
1
2
3
4
5
6
7
8
9
10
11
12// templates.h
#define DEPLOY_SINGLY_LI…
I live near Orlando, Florida and hurricane Matthew approaches. My friends were already evacuated …
I am not asking why are we aligning. I'm asking why are we masking?
We don't need the additional …
I think this is in the intersection of API design and implementation detail.
You could let the …
We are doing that because for loading/storing memory to/from simd register there are two options.…
binji Ah, interesting. I was wondering if I was missing something, perhaps I should have paid att…
Ah, interesting. I was wondering if I was missing something, perhaps I should have paid attention…