<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" media="screen" href="/styles/xslt/rss.xslt"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:c9="http://channel9.msdn.com">
<channel>
	<title>Comment Feed for buggy123</title>
	<atom:link rel="self" type="application/rss+xml" href="http://channel9.msdn.com/Niners/buggy123/Comments/RSS"></atom:link>
	<image>
		<url>http://mschnlnine.vo.llnwd.net/d1/Dev/App_Themes/C9/images/feedimage.png</url>
		<title>buggy123</title>
		<link></link>
	</image>
	<description></description>
	<link></link>
	<language>en</language>
	<pubDate>Fri, 24 May 2013 23:50:13 GMT</pubDate>
	<lastBuildDate>Fri, 24 May 2013 23:50:13 GMT</lastBuildDate>
	<generator>Rev9</generator>
	<item>
		<title>Re: Stephan T. Lavavej: Digging into C++ Technical Report 1 (TR1)</title>
		<description>
			<![CDATA[&gt;My primary argument against GC is that it doesn't do anything <br />&gt;for non-memory resources (finalizers are an abomination).<br /><br />Why is there any debate?&nbsp; Ref counting is universal (release when done works with any resource type), GC is only for memory (release when memory pressure).&nbsp; Therefore GC can not be a drop in replacement for ref counting, case closed.&nbsp; There is no amount of
 performance or any other straw man&nbsp; that can change that.<br /><br />Yet that's precisely what was done from vb6 to vb.net<br /><br />Since you are on the inside, can you find out why Microsoft's .NET people appear to not understand this?&nbsp; Do they really believe that another abomination, the dispose pattern (which is nothing more than manual malloc, free) is really a &quot;solution?&quot;&nbsp; Are there
 plans to change that?<br /><p>posted by buggy123</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/Going+Deep/Stephan-T-Lavavej-Digging-into-C-Technical-Report-1-TR1#c633398186780000000</link>
		<pubDate>Thu, 28 Feb 2008 18:04:38 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/Going+Deep/Stephan-T-Lavavej-Digging-into-C-Technical-Report-1-TR1#c633398186780000000</guid>
		<dc:creator>buggy123</dc:creator>
	</item>
	<item>
		<title>Re: Stephan T. Lavavej: Digging into C++ Technical Report 1 (TR1)</title>
		<description>
			<![CDATA[The following point, made in this video, needs to be stressed,<br /><br />deterministic reference counting is a universal resource management technique, whereas garbage collection is useless for anything other than memory.&nbsp; For that reason GC is simply not a replacement for ref counting no matter how much
<a href="/Showpost.aspx?postid=381293">Patrick Dussud</a> congratulates himself.<br /><br />Cycles can be worked around but total lack of support for managing non memory resources in .net, can't be, you are back in the C world of malloc (new), free (dispose) with absolutely no help from the compiler/runtime.<br /><p>posted by buggy123</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/Going+Deep/Stephan-T-Lavavej-Digging-into-C-Technical-Report-1-TR1#c633396050570000000</link>
		<pubDate>Tue, 26 Feb 2008 06:44:17 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/Going+Deep/Stephan-T-Lavavej-Digging-into-C-Technical-Report-1-TR1#c633396050570000000</guid>
		<dc:creator>buggy123</dc:creator>
	</item>
	<item>
		<title>Re: Jesse Lewin on knowing Steve Jobs, working at Apple, and posing with Bono</title>
		<description>
			<![CDATA[I think you lost the adult audience with this interviewing guy, but I'm sure kids 2-6 will enjoy his antics. It's great you're thinking about the children as well.<br>
<br>
OMG he met Steve Jobs! He met Steve Jobs! He was his best buddy, OMG OMG!!!<br>
<br>
Right...<br>
<p>posted by buggy123</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/Rory/Jesse-Lewin-on-knowing-Steve-Jobs-working-at-Apple-and-posing-with-Bono#c633144421740000000</link>
		<pubDate>Fri, 11 May 2007 01:02:54 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/Rory/Jesse-Lewin-on-knowing-Steve-Jobs-working-at-Apple-and-posing-with-Bono#c633144421740000000</guid>
		<dc:creator>buggy123</dc:creator>
	</item>
	<item>
		<title>Re: Sumit Chauhan: Developing Microsoft Access, Running a Dev Team</title>
		<description>
			<![CDATA[
<p>really she is looking hot .............just i was looking @ her 00 ..<img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-4.gif' alt='Tongue Out' /><br>
</p>
<p>posted by buggy123</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/WM_IN/Sumit-Chauhan-Developing-Microsoft-Access-Running-a-Dev-Team#c633130338900000000</link>
		<pubDate>Tue, 24 Apr 2007 17:51:30 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/WM_IN/Sumit-Chauhan-Developing-Microsoft-Access-Running-a-Dev-Team#c633130338900000000</guid>
		<dc:creator>buggy123</dc:creator>
	</item>
	<item>
		<title>Re: Programming in the Age of Concurrency: The Accelerator Project</title>
		<description>
			<![CDATA[First a question: what were all those programs used? I think I saw cygwin and emacs being used, but what was the shell that would highlight the old commands on mouse over?<br /><br />And then a comment: my problem with offloading stuff to the GPU is that the numerical environment is a joke. You don't know anything about the radix, the range of fp values, if &#43;, -, *, /, and sqrt follows the sane rounding rules of IEEE, controlling any reorderings
 or fusions (i.e. a*b&#43;c -&gt; fma(a,b,c)) that are allowed to take place, NaNs, -0, Inf (if so, affine or projected?), what happens on overflow/underflow/etc., all the nice functions in the latest draft IEEE standard or C99, controlling directed rounding, etc.,
 etc., etc.<br /><br />It's fine for doing things like CoreImage or accelerating game physics, but not for some of the things I'd love to offload that requires careful analysis. I hope you guys nag the DX people (at least) for some pragmas or mode that will tighten up the fp environment
 and/or the ability to set/query anything interesting (see limits.h or float.h from C99 as an example).<br /><br /><br />And the use of functional type stuff scares me. Do you guys automatically break data down into smaller tiles to keep the memory usage more manageable?<br /><p>posted by buggy123</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/Going+Deep/Programming-in-the-Age-of-Concurrency-The-Accelerator-Project#c632945963430000000</link>
		<pubDate>Sat, 23 Sep 2006 08:19:03 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/Going+Deep/Programming-in-the-Age-of-Concurrency-The-Accelerator-Project#c632945963430000000</guid>
		<dc:creator>buggy123</dc:creator>
	</item>
	<item>
		<title>Re: Paul Vick and Erik Meijer - Dynamic Programming in Visual Basic</title>
		<description>
			<![CDATA[Oh joy. Only 2 more versions of dotNet to go before we're capable of writing VB6 code. What progress that is! Plus, all that wait and we'll still have crappy dotNet performance. &quot;dotNet... like running from the internet, no matter what!&quot;<p>posted by buggy123</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/scobleizer/Paul-Vick-and-Erik-Meijer-Dynamic-Programming-in-Visual-Basic#c632823715710000000</link>
		<pubDate>Thu, 04 May 2006 20:32:51 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/scobleizer/Paul-Vick-and-Erik-Meijer-Dynamic-Programming-in-Visual-Basic#c632823715710000000</guid>
		<dc:creator>buggy123</dc:creator>
	</item>
	<item>
		<title>Re: Robert Fripp - Behind the scenes at Windows Vista recording session</title>
		<description>
			<![CDATA[Not only do I only use 100 percent pirated copies of Windows in massive OS rollouts, I also disable all sounds upon installation.&nbsp; Eat it, Micro(I need to watch my language).<br /><br /><br />Larry Osterman: Watch your language.<p>posted by buggy123</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/scobleizer/Robert-Fripp-Behind-the-scenes-at-Windows-Vista-recording-session#c632721520250000000</link>
		<pubDate>Fri, 06 Jan 2006 13:47:05 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/scobleizer/Robert-Fripp-Behind-the-scenes-at-Windows-Vista-recording-session#c632721520250000000</guid>
		<dc:creator>buggy123</dc:creator>
	</item>
	<item>
		<title>Re: Robert Fripp - Behind the scenes at Windows Vista recording session</title>
		<description>
			<![CDATA[It sounds good, im using <a href="http://rapidshare.de/files/9582776/Vista_like_sounds.rar.html">
Vista like sounds packet</a> since long time. Im wondered how the final Sounds will sound like <img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-4.gif' alt='Tongue Out' /><br /><p>posted by buggy123</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/scobleizer/Robert-Fripp-Behind-the-scenes-at-Windows-Vista-recording-session#c632721086170000000</link>
		<pubDate>Fri, 06 Jan 2006 01:43:37 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/scobleizer/Robert-Fripp-Behind-the-scenes-at-Windows-Vista-recording-session#c632721086170000000</guid>
		<dc:creator>buggy123</dc:creator>
	</item>
	<item>
		<title>Re: Windows Vista Tattoo</title>
		<description>
			<![CDATA[That is the dumbest thing I've seen in a while <img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-7.gif' alt='Perplexed' /><br /><p>posted by buggy123</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/Charles/Windows-Vista-Tattoo#c632694275210000000</link>
		<pubDate>Tue, 06 Dec 2005 00:58:41 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/Charles/Windows-Vista-Tattoo#c632694275210000000</guid>
		<dc:creator>buggy123</dc:creator>
	</item>
	<item>
		<title>Re: Carolyn Napier and Tyler Robinson (MSI team) - Installing apps in Windows Vista</title>
		<description>
			<![CDATA[If this Restart Manager functionality is taken up, it could potentially mean that Windows could gain the feature that Gnome and other Linux window managers currently have that lets you save the whole desktop state across reboots. Basically, upon shutdown
 you use the Restart Manager interfaces to persist the state of all running processes, which is restored when you log in again after the computer comes back up. This would be cool, and it seems a shame to relegate the functionality to being part of the Windows
 Installer component rather than a wider Windows metaphor.<br /><br />BSP<br /><p>posted by buggy123</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/scobleizer/Carolyn-Napier-and-Tyler-Robinson-MSI-team-Installing-apps-in-Windows-Vista#c632671418180000000</link>
		<pubDate>Wed, 09 Nov 2005 14:03:38 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/scobleizer/Carolyn-Napier-and-Tyler-Robinson-MSI-team-Installing-apps-in-Windows-Vista#c632671418180000000</guid>
		<dc:creator>buggy123</dc:creator>
	</item>
	<item>
		<title>Re: Kam Vedbrat - Looking at Windows Vista&#39;s user interface (AERO)</title>
		<description>
			<![CDATA[I thought it was a good video, I like most of the concepts he was displaying, right up until the end.&nbsp; I think they have their priorities for&nbsp; themes/skinning completely backwards.&nbsp; Allowing developers to alter the look of standard controls to defy the
 standards set by the rest of the interface is a tremendous mistake.&nbsp; &quot;Triangular shaped buttons, star shaped buttons, 3D buttons...&quot; That's NOT great!&nbsp; The only thing that will do is confuse users, as consistency is thrown out the window with Microsoft's blessing
 and support.&nbsp; One of the things I hate about XP is seeing applications sporting non-standard interfaces.&nbsp; Yes, most of them are hideous, but even the attractive ones look bad because they don't fit in with the rest of the UI.<br /><br />I've seen plenty of Windows 2000 users at work that change system fonts and colors to suit their own preferences, and it sounds like Vista will be as limited as Windows XP in this regard.&nbsp; Especially considering the vector based interface, Vista should have
 the most customizable UI of any Windows to date.&nbsp; Please don't make the same mistake; allow us to force standard UI elements on custom designed applications!&nbsp; Allow us to change colors, fonts, themes, whatever we want!&nbsp; Branding be damned, we already know
 we're using Windows for Pete's sake!<br /><p>posted by buggy123</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/scobleizer/Kam-Vedbrat-Looking-at-Windows-Vistas-user-interface-AERO#c632625399780000000</link>
		<pubDate>Sat, 17 Sep 2005 07:46:18 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/scobleizer/Kam-Vedbrat-Looking-at-Windows-Vistas-user-interface-AERO#c632625399780000000</guid>
		<dc:creator>buggy123</dc:creator>
	</item>
	<item>
		<title>Re: Julie Larson-Green - Diving into the new Office 12</title>
		<description>
			<![CDATA[618mb? Damn. 41 minutes? Is it in HD? It sure would be great if this had a bittorrent link to speed this propaganda on to my machine... See, there are non-piracy uses for BT... {this post brought to by BugMeNot. I'm not hopping through all those hoops
 to post one reply once...}<p>posted by buggy123</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/scobleizer/Julie-Larson-Green-Diving-into-the-new-Office-12#c632622674530000000</link>
		<pubDate>Wed, 14 Sep 2005 04:04:13 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/scobleizer/Julie-Larson-Green-Diving-into-the-new-Office-12#c632622674530000000</guid>
		<dc:creator>buggy123</dc:creator>
	</item>
	<item>
		<title>Re: Steve Ballmer - Quick chat with Microsoft&#39;s CEO</title>
		<description>
			<![CDATA[I'm surprised that so many people here (well, OK, I guess not really) find him compelling. Ballmer seems manic to me. I also don't find him to be particularly inspiring as a developer. He is a business guy right?<br /><br />Of course I got here from a Slashdot posting.<br /><br />In about 2 weeks I will be purchasing a Power Mac. My first ever Apple. I have Visual Studio on every computer I use and around 3 months ago I got my company to start using C# for an application I am the lead developer on. So I'm not anti-Microsoft.<br /><br />However, I think Microsoft is really missing the &quot;average user&quot; need on the desktop.<br /><br />If Apple can find a strategy that allows them to get in more homes (the Intel switch could help) then I say Microsoft is in real trouble in the home-user market.<br /><br />Backwards compatability is great, but in the home it's only useful for 3-5 years (IMHO). So, instead we get the same bloated OSes that power business computers. The home OS needs to be A LOT more nible and forward thinking. Unfortunately I'm not sure the monolith
 that is M$ can actually recognize this need and effectively deal with it.<br /><br />I think a new strategy is needed in the home. What about a site license for the home as well? A big factor for me was when I looked at upgrades from one version of an Apple OS for 3-5 computers (which is what I normally have at home) compared to an upgrade
 for those same 3-5 computers from one version of Windows to the next, the cost is like a difference of a factor of 3-4. Of course there's a lot of factors there, Apple has a more frequent release schedule, but that means I can deal with the cost yearly instead
 of every three years. Helps the financial impact seem smaller.<br /><br />Wow, this turned in to quite a ramble. I guess that's what happens at 7:28 A.M. when hurricane Dennis is threatening to take you out. <img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-1.gif' alt='Smiley' /><br /><br /><br /><p>posted by buggy123</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/scobleizer/Steve-Ballmer-Quick-chat-with-Microsofts-CEO#c632565092670000000</link>
		<pubDate>Sat, 09 Jul 2005 12:34:27 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/scobleizer/Steve-Ballmer-Quick-chat-with-Microsofts-CEO#c632565092670000000</guid>
		<dc:creator>buggy123</dc:creator>
	</item>
	<item>
		<title>Re: Steve Ballmer - Quick chat with Microsoft&#39;s CEO</title>
		<description>
			<![CDATA[Excellent Interview. Thanks for doing this Scoble.<br /><br />(Sorry for the username - which is via BugMeNot...I was too lazy to register to make a single post)<br /><p>posted by buggy123</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/scobleizer/Steve-Ballmer-Quick-chat-with-Microsofts-CEO#c632563861600000000</link>
		<pubDate>Fri, 08 Jul 2005 02:22:40 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/scobleizer/Steve-Ballmer-Quick-chat-with-Microsofts-CEO#c632563861600000000</guid>
		<dc:creator>buggy123</dc:creator>
	</item>
	<item>
		<title>Re: Brian Jones - New Office file formats announced</title>
		<description>
			<![CDATA[The gratitude displayed here makes me sick.<br>
<br>
My reaction is more: &quot;Finally, you goddam M#()$ F_#@ers...&quot;<br>
<br>
I've always wondered how we delude ourselves that we live in the Information Age when that information is locked up by some rich c&amp;$*s in America. F#$&amp; you.<br>
<br>
Go ahead and censor this.<br>
<br>
<p>posted by buggy123</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/TheChannel9Team/Brian-Jones-New-Office-file-formats-announced#c632533637460000000</link>
		<pubDate>Fri, 03 Jun 2005 02:49:06 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/TheChannel9Team/Brian-Jones-New-Office-file-formats-announced#c632533637460000000</guid>
		<dc:creator>buggy123</dc:creator>
	</item>
</channel>
</rss>