Chris —
Exposing the truth of "The Variable" could result in some upset, especially given the time of year…
Erlend —
I made a node.js app that builds and run handmade hero on file changes. Source and instructions on…
Simon —
I appreciate the fact that it is a murky emergent concept, I however do not understand what contex…
To quote Casey 'No one knows. It is a mystery' Personally I think there's more to the fact that Jo…
Simon —
Hi All! Does anyboday have any idea what Casey and Jonathan were talking about when they were talk…
Not sure I know the answer to this, really. I've never done "one hour a day" coding before, so th…
Dejan —
Inspired by Casey mentioning his simple custom source control system, and the weird batch file syn…
Casey (this is addressed to you as well as to anyone else who feels like chiming in), you have tal…
Before this weekend, I'd never done any low-level code in xcb! Does anything actually use Wayland …
ben —
Yeah these things are very microarchitecture dependent. I believe the optimal way of doing memcpy …
I had this exact same problem, it's a bug in the old build.bat that was fixed in day 23 or 24. You…
We switched to using %random% on a later day, which may solve this problem... have you tried repla…
Dejan —
The latest Intel recommendations (seems to agree with the numbers everyone has posted): "Beginning…
Even if I'm building with your build.bat file i get this. :( And if it's the case that some pdb fi…
Hmm... how are you even getting a PDB file that is just a number? Are you building from the comma…
We will probably move some of the playback functionality up a bit once we have more than one platf…
Hello everyone, I've followed this series on the youtubes and watched every video and coded my way…
It's semantically equivalent, and that may help with understanding. This is an aside, but even a S…
If your stdlib is any good, then it probably selects an algorithm based on the size, the architect…
Chris —
nxsy, that is really cool stuff. Have you ever done any similar low-level code for Wayland?
Makes sense, especially if the game code runs similarly on each platform. Guess I'm just used to h…
Ah, yes, I was going to vote for a slight delay as well, but only because I'm already rather behin…
Without having looked at the website closely, I'm inclined to agree. Nonetheless, the fact that th…
Filip —
hrm. I'm sorry I just forgot the optimization flag. Now the results seems more plausible:
Can you check assembly code for CopyWithSSENoCache function? Something isn't right there. And you …
Filip —
FYI, I did a naïve port of your code to mac os x and did a run on my 2012 retina macbook pro. I g…
I'm leaving audio for last - it is the most code, and it is the thing I know the least about. I've…
Tim —
Cool! It is easy for me to get sucked into doing one particular part of a program and easily forge…
Woah. This is cool! I started playing around with Xlib (actually I'm using CLX and following along…
Oh. My. God. That is so freaking cool! Thanks for sharing this trick, I'm sure I'm not the only on…