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.
Handmade Network»Feed
ben
There is a saying: "Hardware is cheap, programmer time is expensive". It's true. This is the min…
»
Phillip
I believe the problem is that the font that Casey's .emacs uses isn't on your computer. Same thin…
»
Andrew Bromage
cmuratori If I may, I think part of the problem here is that different people like to define OOP …
»
popcorn
"Hardware is cheap, programmer time is expensive". It's true. So you basically throw money at …
»
David Owens II
5sw Yes, you can create a different pointer to change that value. But you are not allowed to mak…
»
Patrick Lahey
There is a saying: "Hardware is cheap, programmer time is expensive". It's true. Sometimes it is…
»
Mārtiņš Možeiko
Ah, ok. That makes sense. Then I don't know why it doesn't work. My guess would be that there is …
»
Mārtiņš Možeiko
Yes, I understand what timeBeginPeriod does. It switches resolution of kernel scheduler. But it i…
»
Stefan
Since 'End' is a reserved word in Delphi, it allows you to place an & in front of the variabl…
»
Stefan
As Casey explained, this is why we call the timeBeginPeriod. It is supposed to force the granular…
»
d7samurai
@khahem First let me put things in perspective: This framework is for internal use, embedded in …
»
Mārtiņš Možeiko
5sw Yes, you can write that. But you are not allowed to. This is undefined behavior, the compiler…
»
Mārtiņš Možeiko
That's what Sleep does. It sleeps at least that many milliseconds what you pass in argument. Not …
»
Mārtiņš Možeiko
What is &End syntax in argument list in Delphi? As far as I remember my Delphi days passing v…
»
Mārtiņš Možeiko
Not sure if any of these two things will help but I can offer to try these things: 1) run "deven…
»
Andy
I apologize for such a mundane question but I cannot sign into my Visual Studio IDE. When I click…
»
Flyingsand
insanoflex512 Speaking of programming paradigms, I read an article bashing "compression oriented …
»
mallardz
Typing in the code as I follow along, I'm always introducing a bunch of bugs, especially in the c…
»
Stefan
So I figured out that it is in fact not the function call that is taking long. My inline code tha…
»
Sven
owensd 6.7.5.1 Pointer declarators (source: http://www.open-std.org/jtc1/sc22/WG14/www/docs/n1256…
»
Sven
DaleKim The more and more I program, the more I've come to appreciate that it's just way easier …
»
David Owens II
6.7.5.1 Pointer declarators (source: http://www.open-std.org/jtc1/sc22/WG14/www/docs/n1256.pdf) …
»
Sven
owensd 5sw owensd You cannot make that claim at all. What if function() created a thread that del…
»
Casey Muratori
Most AAA games do not try to have tight sound sync on the PC. Usually the sound is just very lag…
»
Casey Muratori
I think I lost a few IQ points just opening that blog post :( You can lead a horse to water, but…
»
Huitzilopochtli
How can I make emacs read the colour and fonts configuration from the .emacs file? I started foll…
»
Dale Kim
Yeah... I suspect the entire point was missed there. I can somewhat see that blog post's point o…
»
Justin
Speaking of programming paradigms, I read an article bashing "compression oriented programming". …
»
Bigpet
Seems almost expected with virtual machines. Maybe you should make sure that your CPU has virtua…
»
Stefan
Hi. Thought this may be relevant since Casey is using Virtualbox for windows XP testing. I'm deve…
»