It is true, but you're usually not in a situation where you can trade one off against the other. …
It is a free font. You can get it at: Casey
ben —
This is the mindset that gets us things like the Visual Studio interface, which is often laggier …
I believe the problem is that the font that Casey's .emacs uses isn't on your computer. Same thing…
I have two definitions for OOP. Definition #1 is what Alan Kay meant when he first coined the ter…
So you basically throw money at the hardware until it gets fast enough. What people don't know is…
Lets see what the standard says to this: [/quote] This applies to the OBJECT that is defined as c…
Sometimes it is true and sometimes it is not. It has never been true for me in the domains I hav…
Ah, ok. That makes sense. Then I don't know why it doesn't work. My guess would be that there is b…
Yes, I understand what timeBeginPeriod does. It switches resolution of kernel scheduler. But it is…
Stefan —
Since 'End' is a reserved word in Delphi, it allows you to place an & in front of the variable, so…
Stefan —
As Casey explained, this is why we call the timeBeginPeriod. It is supposed to force the granulari…
@khahem First let me put things in perspective: This framework is for internal use, embedded in a …
If I remember correctly last time I looked up in C standard, that is NOT undefined behaviour. You…
That's what Sleep does. It sleeps that many milliseconds what you pass in argument. Not exactly. …
What is &End syntax in argument list in Delphi? As far as I remember my Delphi days passing value …
Not sure if any of these two things will help but I can offer to try these things:run "devenv /Res…
Andy —
I apologize for such a mundane question but I cannot sign into my Visual Studio IDE. When I click …
Wow, it's been awhile since I've seen someone miss the point of something so completely. I feel l…
Typing in the code as I follow along, I'm always introducing a bunch of bugs, especially in the co…
Stefan —
So I figured out that it is in fact not the function call that is taking long. My inline code that…
Sven —
The contents of any object pointed to by ptr_to_constant shall not be modified through that poin…
Sven —
(...) I've been hamstrung by an incredible amount because of this sort of indoctrination. It's j…
6.7.5.1 Pointer declarators (source: ) The contents of any object pointed to by ptr_to_constant s…
Sven —
Who knows. const doesn't add any guarantees to that. And I never claimed anything about this. con…
Most AAA games do not try to have tight sound sync on the PC. Usually the sound is just very lagg…
I think I lost a few IQ points just opening that blog post :( You can lead a horse to water, but …
How can I make emacs read the colour and fonts configuration from the .emacs file? I started follo…
Yeah... I suspect the entire point was missed there. I can somewhat see that blog post's point of…
Justin —
Speaking of programming paradigms, I read an article bashing "compression oriented programming". B…