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.
Zeanith
As the title suggests I somehow misplaced my unique link. Is there a way to recover it, or would …
»
popcorn
mmozeiko If somebody missed, Casey talked about why he uses bool32 not bool in previous episodes:…
»
Mārtiņš Možeiko
If somebody missed, Casey talked about why he uses bool32 not bool in previous episodes: https://…
»
Sven
C0D3 blah = VirtualAlloc(1000mb so he can do mystruct* one = (mystuct*) blah and that chunk w…
»
Andrew Bromage
rathersleepy I'm curious if anyone else watched the talk by Melissa O'Neill linked above? She me…
»
Andrew Bromage
cmuratori One very important one is that it is not clear how big "bool" is, whereas it is very cl…
»
popcorn
Nimbal cmuratori I like to make sure that I know the sizes of everything that I put in my structu…
»
Sven
cmuratori Performance is usually pretty far down the line of reasons as to why I don't like plain…
»
Benjamin Kloster
cmuratori I like to make sure that I know the sizes of everything that I put in my structures. C…
»
Casey Muratori
I actually recommend against using "bool" for a number of reasons, some of which are mentioned he…
»
David Owens II
Your compiler should be giving you a warning that you are assigning a value that is too big to fi…
»
Sven
Sorry for bringing this old topic back up. I am wondering if anybody ever made any measurements a…
»
Iker Murga
Jeff, I use Illustrator, but mainly because I already had it. If you are interested on doing some…
»
popcorn
He said in the previous stream that he will clean up everything when it's all done. He also said …
»
Sven
Generally I prefer early exits over deeply nested structures. It makes it much easier to mentally…
»
Patrick Lahey
I understand and agree with what you are saying. My point was that anything that adds extra deve…
»
Sven
Such annotations are not useful because they make the code more readable. Actually I find this hu…
»
Casey Muratori
There's the random number instruction on the CPU, there's timing-based randomization (see how man…
»
Hristo
No criticism on that! I was just trying to express my appreciation for your job. I personally wou…
»
Patrick Lahey
Thanks for sharing those resources on PRNs, very interesting. I'm curious if anyone else watch…
»
Kasper Sauramo
Thanks for spotting that! It is fixed. We are uploading new timestamps to the best of our abilit…
»
Rowan Crawford
Thanks for the responses. Some things mentioned there that I definitely need to watch out for, to…
»
Casey Muratori
I was planning to try PCGs on the stream, since previously I usually used LCGs which are crappy b…
»
Casey Muratori
I tend to prefer X, dX and ddX because you end up with a lot of things that have single and doubl…
»
Casey Muratori
Cool! I haven't looked at it yet, since I'm waiting for tonight's stream, but that sounds reason…
»
Flyingsand
In episode 71, Casey mentions that templatizing vectors would be another approach (not one that h…
»
Dejan
re PCG: here is a lecture on random number generators and the PCG presented by the papers author …
»
Neo Ar
d7samurai glaze In many cases you can tell the type by looking at the right-hand side, example: 1…
»
Bigpet
DaleKim It does enable the use of lambda's though, which are unutterable types, so it necessitat…
»
DSmith
I believe one of the causes of the missing entities seen at the end of Day 71 is a bug in ChunkPo…
»