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.
Casey Muratori
OrthoLabs Edit: Here is something one of my friends found while I was talking with them about the…
»
Casey Muratori
The problem with function points is exactly what you just said :) You always have to go through …
»
José De Gouveia
Hi Guys, this is probably Off-topic , but i wanted to share some tips to enhance the Windows Co…
»
Dejan
I like how each component is easy to implement. When the jump code being edited was demo'ed it be…
»
Nia
aidtopia Bret Victor has a talk from 2012, where he demos some ideas for making the connection be…
»
Adrian McCarthy
Bret Victor has a talk from 2012, where he demos some ideas for making the connection between the…
»
Kasper Sauramo
That is something I was unable to find and have never come across. I bet sometime somewhere in a …
»
Casey Muratori
That would be a good feature, but no, I don't think it exists currently in MSVC :( It would prob…
»
Casey Muratori
It's the live code editing plus the replay that I was talking about. Playing back the game state…
»
Livet Ersomen Strøm
It's very nice. About the dll thing, I believe you can push that 100% so the main exe never nee…
»
Kasper Sauramo
samrat Are there pre-stream discussions everyday? Some days do, some days don't. If you're going…
»
samrat
Are there pre-stream discussions everyday? I watched the first few minutes of the archived day 19…
»
Kasper Sauramo
I do think it is a fairly common feature in recent games. One parallel I can think of is from t…
»
NoobSaibot
Hi, is it possible in C/C++ to tell the compiler or linker to put the whole source code into the…
»
Johan Öfverstedt
I have never heard or seen anything like it in my 20 years of coding and venturing into dark tunn…
»
Casey Muratori
AWESOME!!! - Casey
»
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 whatso…
»
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 probab…
»
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 u…
»
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 - deb…
»
Özgür Cerlet
I'm wondering if we can "load" a dll while its still in the memory(after compilation) so that we …
»
Mārtiņš Možeiko
To get last file write time without any handles (FindFirstFile / CreateFile+GetFileTime) you can …
»
Mārtiņš Možeiko
Yes, by default youtube-dl resumes interrupted downloads. Not sure if it can download whole twich…
»