re: Now that version 4 of the .NET Framework supports in-process side-by-side...
@Ian Boyd: I'm not saying that managed code is slow (it isn't), but that's just the theory... the reality is that the JIT compiler can exploit machine-specific tricks, but won't do "expensive"...
View Articlere: Now that version 4 of the .NET Framework supports in-process side-by-side...
@David Ching: I suppose that it would be quite a pain; you'd make .NET add-ins first-class citizens, but I strongly suspect that it would break a lot of native shell extensions (heck, they break even...
View Articlere: Now that version 4 of the .NET Framework supports in-process side-by-side...
@Ian Boyd: You just quoted the theoretical reasons why managed code is faster. In practice, very few if any of those JIT optimizations are realistically possible and, also in practice, many of the...
View Articlere: Now that version 4 of the .NET Framework supports in-process side-by-side...
@Joshua: I see no reason (either in principle or in practice!) why Cygwin couldn't solve its problems by running the Unixy processes inside a VM, other than the fact that to do so at this point would...
View Articlere: Now that version 4 of the .NET Framework supports in-process side-by-side...
@Harry: if anyone cared enough to build a more reliable solution from scratch I don't see why there would be a need to add the overhead of a VM and a virtualized kernel - as said above, the NT kernel...
View Articlere: Display a custom thumbnail for your application (and while you're at it,...
One valid example that music players use (or at least mine) is that they show the album art of the currently playing music, often including some extra buttons to control the playback with.[That's a...
View Articlere: Dreaming up strange inventions: The combination urinal/bidet/washing machine
To be honest, I don't think that it would be a huge commercial success. :-)(incidentally, are bidets actually widespread in North America? I thought they were mostly a southern-european thing...)
View Articlere: Dreaming up strange inventions: The combination urinal/bidet/washing machine
TIL what a bidet is and am now wondering why they aren't more common.However, the first thing that sprung to mind when I read the title was the OpenLaundry API. http://openlaundryapi.org/ I still can't...
View Articlere: Display a custom thumbnail for your application (and while you're at it,...
Just a quick correction post:"When a tab becomes in active" should read "inactive"And for my serious question:"One of the quirks of the WM_DWMSENDICONICTHUMBNAIL message is that it passes the x-...
View Articlere: Dreaming up strange inventions: The combination urinal/bidet/washing machine
Just think what a nightmare this must have been for Stephanie!
View Articlere: Dreaming up strange inventions: The combination urinal/bidet/washing machine
@Entegy: I don't know if that site is real, but I was watching an episode of "Ask This Old House" on PBS (here in USA) and the plumbing/heating/appliance expert Rich was telling about smart appliances...
View Articlere: Now that version 4 of the .NET Framework supports in-process side-by-side...
As you are probably aware, Raymond does not discuss products that aren't released in any way in which they can be identified.
View Articlere: Display a custom thumbnail for your application (and while you're at it,...
"The people who added that message wasn't aware of the existing conventions.- Raymond."O brother... So the person who implemented these window messages did not know basic Win32 stuff? How did you guys...
View Articlere: Display a custom thumbnail for your application (and while you're at it,...
I think you can considered yourself ignored buddy :)
View Articlere: Dreaming up strange inventions: The combination urinal/bidet/washing machine
@Entegy - that's neat. I can't wait until the day when my white goods can join some giant distributed 'seti@home' thing in their spare cycles.Anyways, sounds like Stephanie has a sh*t job... the only...
View Articlere: What does -1.#IND mean?: A survey of how the Visual C runtime library...
Puzzler: what kind of infinity is "1.#J"? double z = 0; printf("%.2f", 1/z);
View Articlere: Display a custom thumbnail for your application (and while you're at it,...
"Little Programs" Monday is awesome. But can you give examples of programs which you know already use these features so we can see them in action? Or that is against some policy/rule on the blog?[I...
View Articlere: Now that version 4 of the .NET Framework supports in-process side-by-side...
Since Cygwin originally supported Win9x/ME, it couldn't have relied on the NT kernel subsystems. Any by the time 9x/ME support was dropped, it was way too late to change that.
View Articlere: Dreaming up strange inventions: The combination urinal/bidet/washing machine
@Entegy: I'd expect controlling washing/drying machine would be about the same difficulty as controlling a coffee machine.
View Article