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.
Kasper Sauramo
I do think it is a fairly common feature in recent games. One parallel I can think of is from the …
»
NoobSaibot
Hi, is it possible in C/C++ to tell the compiler or linker to put the whole source code into the e…
»
Johan Öfverstedt
I have never heard or seen anything like it in my 20 years of coding and venturing into dark tunne…
»
»
a_null
Haha great post! I've only used the following with 32 bit code. Never tested it with 64 bit code. …
»
Chris
Oh cool! Happy that helps.
»
Troncoso
Heard it here first, folks. F'ing. Sweet.
»
droidix
Over the weekend I worked on a project to build a Windows executable without any libraries whatsoe…
»
Casey Muratori
It's going to be pretty f'ing sweet, man.Casey
»
Casey Muratori
It is unlikely there will be a disk access anyway. Since the compiler just wrote it, it's probabl…
»
Casey Muratori
We looked quickly at doing it without a handle and couldn't find it so we used FindFirst/FindNext.…
»
Chris
Please pardon the noise if this question was already answered. Did Casey mention why he didn't use…
»
ambiguous panda
can we use LoadLibrary on the first load, then overwrite its memory with the new recompiled dlls, …
»
ambiguous panda
big buildup, anything short of proving the existence of santa will be a big disappointment.
»
Mārtiņš Možeiko
Yes, you can do it. But as explained on stream, you will loose ability to debug source code - debu…
»
Özgür Cerlet
I'm wondering if we can "load" a dll while its still in the memory(after compilation) so that we c…
»
Mārtiņš Možeiko
To get last file write time without any handles (FindFirstFile / CreateFile+GetFileTime) you can u…
»
Mārtiņš Možeiko
Yes, by default youtube-dl resumes interrupted downloads. Not sure if it can download whole twich …
»
Mike Oldham
I have learned a ton from everyones ideas. I have used a few, I hope that is OK. I especially love…
»
David Gow
It's time for Handmade Penguin. We look at getting refresh rates, sleeping with SDL_Delay() and s…
»
Livet Ersomen Strøm
You can use to download videos from twitch archive. Just pass url to python script (or executabl…
»
Chris Morris
Can we have character stats like strength, agility, dexterity, luck, mind, intelligence, etc.? Als…
»
Mārtiņš Možeiko
You can use to download videos from twitch archive. Just pass url to python script (or executabl…
»
»
Casey Muratori
The pre-stream discussions are meant to be more ephemeral, so they are not recorded "for posterity…
»
Livet Ersomen Strøm
Thanks. I didn't know that. But the only way I am able to see those, for the moment, is if they ca…
»
Casey Muratori
Unfortunately yes, the emphasis on hot zombie Nazis will likely lead to a ban on the game in both …
»
Casey Muratori
Hack'n'Slash didn't really seem like it had all that much in terms of interesting combinatorial co…
»
Casey Muratori
Really the code is identical either way. It's really just the conceptualization that changes. …
»
Casey Muratori
Yes, to be clear, I don't think there's anything wrong with varying the frame rate using the fancy…
»