BloomingVision
I'm an artist working in the software and free-market mediums. I love things with exceptionally high aesthetic qualities. I love interior design, particularly styles in Art Deco.
Loading User Information from Channel 9
Something went wrong getting user information from Channel 9
Loading User Information from MSDN
Something went wrong getting user information from MSDN
Loading Visual Studio Achievements
Something went wrong getting the Visual Studio Achievements
Karsten Januszewski and Tim Aidlin: Floating Freely in Flotzam
Aug 16, 2007 at 5:43 PMScott Currie - Demo of Quake on .NET
May 19, 2007 at 12:47 PMIn thinking about how you would do this in a way that doesnt require you to hack the entire os/stack... It sounds like the managed runtime would be starting up "native" processes in a Native-VM within the Managed VM? And then the new/malloc/free/delete's are handled by that VM and proxied out to the Managed VM? Do you find that introducing GC enhances performance? I would imagine it would since you dont have to free with respect to an accessible stack (i.e. freeing a series of objects outside the loop as opposed to handling each near the end of the loop).
Could the Quake II stuff run inside Rotor? I think it would be interesting to step through this and view the cross-system behaviour.
Popfly
May 19, 2007 at 12:06 PMBut honestly, not only would I say that Microsoft is the most innovative tech company currently on the block but, it's the most open which of course is key in accelarating and securing the adoption of the platform. I'm vaguely aware of things Apple and Google are working on only because I know a few people that love to talk about things that are 'Top Secret'. The first Core Animation Beta is set to release in about 3 weeks and still the major peice of information is a marketing video of a "3D Photo-Domino". I think by the same time in WPF's history there had been nearly a year of CTP's, ton's of docs, articles, blogs from the developers and evangilists on all major aspects of the platform and even a book on the market. This is why I hate to see Apple gain market share... I dont want to have to be in the unforunate position of having to design and write apps for a company that's run like the CIA when it comes to releasing developer oriented information.
Gordon Hogenson: Documenting Development Technologies
May 19, 2007 at 11:12 AM-Brian
Gordon Hogenson: Documenting Development Technologies
May 19, 2007 at 10:58 AMI think it's good to harc back to the unmanged world once in a while. I havent lived in the land of native since around 2001 but, recently I did a project in C++ and ran into an annoying problem in creating a BSTR from a string that was already in a BSTR-esque format (Apparently Apple has something similiar that they propogate to their Windows APIs). Embarassingly and much to my dismay, it took about 3 days to solve what should have/would have been nearly obvious and instant (although I wasnt able to use a debugger, it was a plugin). But the entire time it felt somewhat like I had a labotomy (or, what I imagine a labotomy must be like), dazed and confused.
-Brian A.