<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	>
<channel>
	<title>Comments on: Damn The Geeks</title>
	<atom:link href="http://radarmasukami.com/2008/10/08/damn-the-geeks/feed/" rel="self" type="application/rss+xml" />
	<link>http://radarmasukami.com/2008/10/08/damn-the-geeks/</link>
	<description>Radar Masukami of the SL Under the Radar podcast thinks out loud</description>
	<pubDate>Tue, 06 Jan 2009 20:22:33 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Clubside Granville</title>
		<link>http://radarmasukami.com/2008/10/08/damn-the-geeks/comment-page-1/#comment-411</link>
		<dc:creator>Clubside Granville</dc:creator>
		<pubDate>Tue, 14 Oct 2008 21:40:02 +0000</pubDate>
		<guid isPermaLink="false">http://radarmasukami.com/?p=363#comment-411</guid>
		<description>There is no magic or design challenges to user generated content. Content streamed from hard disk, optical disc or network is just content, the speed it is delivered and how the client/renderer handles it affects performance. Windlight is the only portion of Second Life to use any modern rendering techniques (shaders in this case), the rest of the 3D code is creaky last century technology. Add that to Windows which doesn't like OpenGL, the render path to the 3D card that Second Life uses, and there are always bound to be problems. Since the Lindens are to lazy to develop parts of the client unique to the operating system Second Life's look will always be generations behind modern 3D applications and games running on the same hardware. The only advantage they have is the simplistic nature of the 3D objects users can create.

Many years ago before 3D accelerators became a standard part of video card technology, 3Dfx brought hardware accelerated 3D into an early standard. John Carmack's Quake technology was an early test of bringing an application into a standards-based 3D system rather than a hardware proprietary one. Microsoft wasn't a fan and developed DirectX to cover lower-level multimedia hardware development interfaces for Windows. Given Windows market penetration, modern 3D accelerators are developed against DirectX feature sets and OpenGL is an afterthought, particularly in terms of silicon-based acceleration techniques. It would be easy to develop a Windows-based Second Life client that rendered using DirectX while leaving the Man and Linux clients to use OpenGL but that hasn't been the Lab's choice. This means hardware that runs many technologically superior games to Second Life doesn't perform nearly as well with Second Life's limited 3D feature set. This makes the less technologically inclined either irritated or believing Second Life is too advanced when the opposite is actually true.

Back to user-generated content: the client's limited cacheing features are the real stumbling block. With the size of modern hard drives you could store hundreds of regions worth of textures to be quickly recalled with little change to the current code. The real change needs to be cacheing of prims so the server only needs to be probed for changes and more of the rendering (particularly occlusion) happening on the client. Prims are the earliest types of 3D objects from when the personal computer first allowed decent 3D applications. For those not in the know, the time was the early 1980s on the Commodore Amiga with programs like Sculpt 3D. Twenty years later these building blocks are only useful for 3D beginners as it is like Legos or Lincoln Logs rather than the modern 3D artist's toolset of meshes, bones, path cutting, merging and more. These few shapes can't compare with the polygons (or triangles) of objects you see in modern 3D games. And yet because of how poorly Havok is integrated the number of these simple objects is limited, the maximum draw distance is limited, ultimately producing scenes with tens or hundreds of thousands of triangles to render rather than the tens of millions modern games put on the screen at a locked 60fps.

Hardware could be better utilized today if the primary client, the one for Windows, was optimized for that system. User-generated content is no magical concept, but it is hampered by the way it is delivered, stored and rendered. And that's my non-geeky take on this situation!</description>
		<content:encoded><![CDATA[<p>There is no magic or design challenges to user generated content. Content streamed from hard disk, optical disc or network is just content, the speed it is delivered and how the client/renderer handles it affects performance. Windlight is the only portion of Second Life to use any modern rendering techniques (shaders in this case), the rest of the 3D code is creaky last century technology. Add that to Windows which doesn&#8217;t like OpenGL, the render path to the 3D card that Second Life uses, and there are always bound to be problems. Since the Lindens are to lazy to develop parts of the client unique to the operating system Second Life&#8217;s look will always be generations behind modern 3D applications and games running on the same hardware. The only advantage they have is the simplistic nature of the 3D objects users can create.</p>
<p>Many years ago before 3D accelerators became a standard part of video card technology, 3Dfx brought hardware accelerated 3D into an early standard. John Carmack&#8217;s Quake technology was an early test of bringing an application into a standards-based 3D system rather than a hardware proprietary one. Microsoft wasn&#8217;t a fan and developed DirectX to cover lower-level multimedia hardware development interfaces for Windows. Given Windows market penetration, modern 3D accelerators are developed against DirectX feature sets and OpenGL is an afterthought, particularly in terms of silicon-based acceleration techniques. It would be easy to develop a Windows-based Second Life client that rendered using DirectX while leaving the Man and Linux clients to use OpenGL but that hasn&#8217;t been the Lab&#8217;s choice. This means hardware that runs many technologically superior games to Second Life doesn&#8217;t perform nearly as well with Second Life&#8217;s limited 3D feature set. This makes the less technologically inclined either irritated or believing Second Life is too advanced when the opposite is actually true.</p>
<p>Back to user-generated content: the client&#8217;s limited cacheing features are the real stumbling block. With the size of modern hard drives you could store hundreds of regions worth of textures to be quickly recalled with little change to the current code. The real change needs to be cacheing of prims so the server only needs to be probed for changes and more of the rendering (particularly occlusion) happening on the client. Prims are the earliest types of 3D objects from when the personal computer first allowed decent 3D applications. For those not in the know, the time was the early 1980s on the Commodore Amiga with programs like Sculpt 3D. Twenty years later these building blocks are only useful for 3D beginners as it is like Legos or Lincoln Logs rather than the modern 3D artist&#8217;s toolset of meshes, bones, path cutting, merging and more. These few shapes can&#8217;t compare with the polygons (or triangles) of objects you see in modern 3D games. And yet because of how poorly Havok is integrated the number of these simple objects is limited, the maximum draw distance is limited, ultimately producing scenes with tens or hundreds of thousands of triangles to render rather than the tens of millions modern games put on the screen at a locked 60fps.</p>
<p>Hardware could be better utilized today if the primary client, the one for Windows, was optimized for that system. User-generated content is no magical concept, but it is hampered by the way it is delivered, stored and rendered. And that&#8217;s my non-geeky take on this situation!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Radar</title>
		<link>http://radarmasukami.com/2008/10/08/damn-the-geeks/comment-page-1/#comment-410</link>
		<dc:creator>Radar</dc:creator>
		<pubDate>Tue, 14 Oct 2008 20:05:33 +0000</pubDate>
		<guid isPermaLink="false">http://radarmasukami.com/?p=363#comment-410</guid>
		<description>Here's the deal. This quote from Prokofy illustrates a fundamental social retardation:

"So I will continue to use this method, as geeks only understand force, only understand having it pushed right back in their faces, and only understand if they are called the most resounding names — after all, they do the same thing themselves. I don’t believe in taking the higher road; I believe in fighting as nasty as it needs to be fought — the stakes are high."

I work in a company with some really smart people. Some of them could probably qualify as geniuses. I don't think it's self-bashing to say that a lot of times I'm the dumbest guy in the room. And the best of those people do not need to make personal attacks to show others the value of their logic.

Intimidation and harassment only works to change the minds of others when you have authority over them. Otherwise people see you for the social inept that you are, and stop listening. Prokofy doesn't understand or care, deep down she really just wants to call names for its own sake. Unfortunately, being right and ensuring that no one gives a shit does nothing to change things. And if change isn't really what you want, then why bother? Just get sign that says "end of the world" and shut the hell up.

To be fair, when I name call back to her, I'm wasting my breath too, because she'll never get the point, which is that such tactics are useless and tiresome.  But hey, she says name calling is the only way to get things done, so why not let her have it, if that's what she wants so badly?

Prokofy is both very smart and very incapable of being a human at the same time. She'd rather be right (in her own mind) than actually change the minds of those she despises so badly. And anyone that doesn't immediately see things her way is labeled a geek and etc, blah blah blah.

I really don't understand why more people don't tell her to fuck off, quite frankly.</description>
		<content:encoded><![CDATA[<p>Here&#8217;s the deal. This quote from Prokofy illustrates a fundamental social retardation:</p>
<p>&#8220;So I will continue to use this method, as geeks only understand force, only understand having it pushed right back in their faces, and only understand if they are called the most resounding names — after all, they do the same thing themselves. I don’t believe in taking the higher road; I believe in fighting as nasty as it needs to be fought — the stakes are high.&#8221;</p>
<p>I work in a company with some really smart people. Some of them could probably qualify as geniuses. I don&#8217;t think it&#8217;s self-bashing to say that a lot of times I&#8217;m the dumbest guy in the room. And the best of those people do not need to make personal attacks to show others the value of their logic.</p>
<p>Intimidation and harassment only works to change the minds of others when you have authority over them. Otherwise people see you for the social inept that you are, and stop listening. Prokofy doesn&#8217;t understand or care, deep down she really just wants to call names for its own sake. Unfortunately, being right and ensuring that no one gives a shit does nothing to change things. And if change isn&#8217;t really what you want, then why bother? Just get sign that says &#8220;end of the world&#8221; and shut the hell up.</p>
<p>To be fair, when I name call back to her, I&#8217;m wasting my breath too, because she&#8217;ll never get the point, which is that such tactics are useless and tiresome.  But hey, she says name calling is the only way to get things done, so why not let her have it, if that&#8217;s what she wants so badly?</p>
<p>Prokofy is both very smart and very incapable of being a human at the same time. She&#8217;d rather be right (in her own mind) than actually change the minds of those she despises so badly. And anyone that doesn&#8217;t immediately see things her way is labeled a geek and etc, blah blah blah.</p>
<p>I really don&#8217;t understand why more people don&#8217;t tell her to fuck off, quite frankly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Melissa Yeuxdoux</title>
		<link>http://radarmasukami.com/2008/10/08/damn-the-geeks/comment-page-1/#comment-409</link>
		<dc:creator>Melissa Yeuxdoux</dc:creator>
		<pubDate>Tue, 14 Oct 2008 18:01:21 +0000</pubDate>
		<guid isPermaLink="false">http://radarmasukami.com/?p=363#comment-409</guid>
		<description>Prokofy appears to be unencumbered by knowledge of logic as well as technology.

The problem with "ad hominem" arguments is that they are logically invalid, i.e. they do not provide guaranteed true inferences from true premises. That Prokofy proudly boasts willingness to use such arguments demonstrates blatant sophistry, and renders his writings irrelevant to those interested in reasoned discussion.

(I'd love to see a pointer to the particular case in which the Supreme Court argued that ad hominem arguments are essential to debate in a democracy.)</description>
		<content:encoded><![CDATA[<p>Prokofy appears to be unencumbered by knowledge of logic as well as technology.</p>
<p>The problem with &#8220;ad hominem&#8221; arguments is that they are logically invalid, i.e. they do not provide guaranteed true inferences from true premises. That Prokofy proudly boasts willingness to use such arguments demonstrates blatant sophistry, and renders his writings irrelevant to those interested in reasoned discussion.</p>
<p>(I&#8217;d love to see a pointer to the particular case in which the Supreme Court argued that ad hominem arguments are essential to debate in a democracy.)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Radar</title>
		<link>http://radarmasukami.com/2008/10/08/damn-the-geeks/comment-page-1/#comment-408</link>
		<dc:creator>Radar</dc:creator>
		<pubDate>Tue, 14 Oct 2008 16:20:12 +0000</pubDate>
		<guid isPermaLink="false">http://radarmasukami.com/?p=363#comment-408</guid>
		<description>Ok. Well, in that case, thanks bitch.</description>
		<content:encoded><![CDATA[<p>Ok. Well, in that case, thanks bitch.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Prokofy Neva</title>
		<link>http://radarmasukami.com/2008/10/08/damn-the-geeks/comment-page-1/#comment-407</link>
		<dc:creator>Prokofy Neva</dc:creator>
		<pubDate>Tue, 14 Oct 2008 12:21:01 +0000</pubDate>
		<guid isPermaLink="false">http://radarmasukami.com/?p=363#comment-407</guid>
		<description>I'm happy to continue my "ad hominem" approach very consciously, and very deliberately. We're not in boys' Latin school, where you lose points in the rhetoric class debate if you use the "ad hominem" arguments. Ad hominem attacks are permitted under the Constitution; indeed, encouraged by Supreme Court decisions as necessary for debate in a democracy. So I will continue to use this method, as geeks only understand force, only understand having it pushed right back in their faces, and only understand if they are called the most resounding names -- after all, they do the same thing themselves. I don't believe in taking the higher road; I believe in fighting as nasty as it needs to be fought -- the stakes are high.

Of course it's a deliberate plan, dumbass, and the Lindens like Pastrami absolutely gloat in this. They delight in being superior and having the high-end machines, and making the plebes grovel. They've said the most outrageous things about people on machines "that are now ready to go to kindergarten" as if we are all on five-year machines, and not ones...bought this year, even six months ago. They don't care; they are supremely arrogant about this, and they need to be called on it, as do you, as you are exactly like them.

Let me once again point to Hamlet, who is ONCE AGAIN writing about this, referencing perfectly credentialed geek Morris Vig:

http://nwn.blogs.com/nwn/2008/10/beautiful-disas.html#more

What does it take? Aren't these people authorities for you? 

I will not be changing *a thing* about what I do. You *are* a dick.</description>
		<content:encoded><![CDATA[<p>I&#8217;m happy to continue my &#8220;ad hominem&#8221; approach very consciously, and very deliberately. We&#8217;re not in boys&#8217; Latin school, where you lose points in the rhetoric class debate if you use the &#8220;ad hominem&#8221; arguments. Ad hominem attacks are permitted under the Constitution; indeed, encouraged by Supreme Court decisions as necessary for debate in a democracy. So I will continue to use this method, as geeks only understand force, only understand having it pushed right back in their faces, and only understand if they are called the most resounding names &#8212; after all, they do the same thing themselves. I don&#8217;t believe in taking the higher road; I believe in fighting as nasty as it needs to be fought &#8212; the stakes are high.</p>
<p>Of course it&#8217;s a deliberate plan, dumbass, and the Lindens like Pastrami absolutely gloat in this. They delight in being superior and having the high-end machines, and making the plebes grovel. They&#8217;ve said the most outrageous things about people on machines &#8220;that are now ready to go to kindergarten&#8221; as if we are all on five-year machines, and not ones&#8230;bought this year, even six months ago. They don&#8217;t care; they are supremely arrogant about this, and they need to be called on it, as do you, as you are exactly like them.</p>
<p>Let me once again point to Hamlet, who is ONCE AGAIN writing about this, referencing perfectly credentialed geek Morris Vig:</p>
<p><a href="http://nwn.blogs.com/nwn/2008/10/beautiful-disas.html#more" rel="nofollow">http://nwn.blogs.com/nwn/2008/10/beautiful-disas.html#more</a></p>
<p>What does it take? Aren&#8217;t these people authorities for you? </p>
<p>I will not be changing *a thing* about what I do. You *are* a dick.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Radar</title>
		<link>http://radarmasukami.com/2008/10/08/damn-the-geeks/comment-page-1/#comment-403</link>
		<dc:creator>Radar</dc:creator>
		<pubDate>Mon, 13 Oct 2008 09:45:53 +0000</pubDate>
		<guid isPermaLink="false">http://radarmasukami.com/?p=363#comment-403</guid>
		<description>Oh, one more thing... I've never claimed that people having issues in WL are too stupid to set things right or don't know what they're doing. I know better than that.  There have been and still are some seriously broken things in the viewer.  On that we have no disagreement at all.</description>
		<content:encoded><![CDATA[<p>Oh, one more thing&#8230; I&#8217;ve never claimed that people having issues in WL are too stupid to set things right or don&#8217;t know what they&#8217;re doing. I know better than that.  There have been and still are some seriously broken things in the viewer.  On that we have no disagreement at all.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Radar</title>
		<link>http://radarmasukami.com/2008/10/08/damn-the-geeks/comment-page-1/#comment-402</link>
		<dc:creator>Radar</dc:creator>
		<pubDate>Mon, 13 Oct 2008 09:40:51 +0000</pubDate>
		<guid isPermaLink="false">http://radarmasukami.com/?p=363#comment-402</guid>
		<description>Fair enough. I don't expect that you and I will agree 100% on this, but your points are well taken. To be honest, my main issue with you is your ad hominem attack approach. That's why I've adopted the approach to you that I have, and I'm stopping right now. Call me whatever you want, it's not right for me to continue to purposely needle you because of it.

What I do think is that the "making brand new cards" obsolete is not inherent in windlight, Prokofy, and that's the point I was trying to make. I was having major issues with both of my graphics cards, NVidia and ATI, during the 1.20 development. At that point it *DID* look like, Ok,... these are cards that should handle this, and they don't.  A few months later, the issues are gone for *me* and I emphasize that to point out that I understand, that doesn't mean that a whole lot of other people aren't having issues of various kinds.

I totally agree that the implementation of realism is hammering systems. I'm not convinced that they aren't related to bugs that can and hopefully will be fixed. There's no proof that there's an inherent system killing technology in place here. There definitely are bugs, driver conflicts, and a billion other things going on. But again, this is more complex than any of the other modern games or platforms from a rendering standpoint, I'd have to assert again.

Thanks for your comments. And you're right, I'll stop being a dick.  Just please be honest and do the same with people that genuinely disagree without resorting to name calling.  You can see it's not the most helpful approach regardless of who's doing it.</description>
		<content:encoded><![CDATA[<p>Fair enough. I don&#8217;t expect that you and I will agree 100% on this, but your points are well taken. To be honest, my main issue with you is your ad hominem attack approach. That&#8217;s why I&#8217;ve adopted the approach to you that I have, and I&#8217;m stopping right now. Call me whatever you want, it&#8217;s not right for me to continue to purposely needle you because of it.</p>
<p>What I do think is that the &#8220;making brand new cards&#8221; obsolete is not inherent in windlight, Prokofy, and that&#8217;s the point I was trying to make. I was having major issues with both of my graphics cards, NVidia and ATI, during the 1.20 development. At that point it *DID* look like, Ok,&#8230; these are cards that should handle this, and they don&#8217;t.  A few months later, the issues are gone for *me* and I emphasize that to point out that I understand, that doesn&#8217;t mean that a whole lot of other people aren&#8217;t having issues of various kinds.</p>
<p>I totally agree that the implementation of realism is hammering systems. I&#8217;m not convinced that they aren&#8217;t related to bugs that can and hopefully will be fixed. There&#8217;s no proof that there&#8217;s an inherent system killing technology in place here. There definitely are bugs, driver conflicts, and a billion other things going on. But again, this is more complex than any of the other modern games or platforms from a rendering standpoint, I&#8217;d have to assert again.</p>
<p>Thanks for your comments. And you&#8217;re right, I&#8217;ll stop being a dick.  Just please be honest and do the same with people that genuinely disagree without resorting to name calling.  You can see it&#8217;s not the most helpful approach regardless of who&#8217;s doing it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Prokofy Neva</title>
		<link>http://radarmasukami.com/2008/10/08/damn-the-geeks/comment-page-1/#comment-401</link>
		<dc:creator>Prokofy Neva</dc:creator>
		<pubDate>Mon, 13 Oct 2008 07:53:55 +0000</pubDate>
		<guid isPermaLink="false">http://radarmasukami.com/?p=363#comment-401</guid>
		<description>I've never said anything remotely like that, dumbass, and you know it. What I've said is that Pastrami has had a hugely amplified sounding board to claim that it was necessary to kill usability for his debilitating Windlight, and he and the Lindens and general -- and the tiny minority of geeks like yourself -- are boosting Windlight and claiming the rest of us are simply too stupid to set it right or too cheap to get updated graphic cards that weren't made in the last decade.

All of that is wrong, as Hamlet and other figures that command respect (even if not from me) who have patiently stayed on this story month after month, and asked the unmentionable question: are economic downturns, loss of accounts, slowing of growth, etc. due to Windlight? Answer: of course. Anyone with logic and half a brain can see that. It's only if you are hugely invested and wed to the geek ideology that you can't see this.

Nobody somehow begrudges the Lindens from moving forward and evolving. But as I've said a million times, changing the basic specs *every six months* and making *brand-new cards this year* hopelessly obsolete is a killer.

Read what this educator writes about this severe problem, and in general, *stop being a dick*:
http://homepage.mac.com/jessid/iggy/iggyssyll10.html

You're the one who needs to take your head out of your ass and read the truth about this situation, which is NOT only about Nvidia and NOT about people having old systems -- it is very widespread.

Your arrogant statement needs to be flung *right back at you*:

"It may infuriate him to hear it, but the fact is that at some point, not moving forward with realism would cost SL as people *point out that other upcoming technologies and VW platforms do not require this intensive a graphic card*.

Regardless of the issue of user-generated content, there just aren't any other modern games or platforms that have this frequent a change, and this high a demand. The Lindens are building in total virtuality -- building a virtual world virtually with virtual suppositions about who can really use it  -- they need to get out of the Lab, out on to the shop floor, and sell a software that works with most people's machines, and stop putting in crap like Windlight which has not done anything for the beauty of the world as only a tiny handful of people can use it fully charged.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve never said anything remotely like that, dumbass, and you know it. What I&#8217;ve said is that Pastrami has had a hugely amplified sounding board to claim that it was necessary to kill usability for his debilitating Windlight, and he and the Lindens and general &#8212; and the tiny minority of geeks like yourself &#8212; are boosting Windlight and claiming the rest of us are simply too stupid to set it right or too cheap to get updated graphic cards that weren&#8217;t made in the last decade.</p>
<p>All of that is wrong, as Hamlet and other figures that command respect (even if not from me) who have patiently stayed on this story month after month, and asked the unmentionable question: are economic downturns, loss of accounts, slowing of growth, etc. due to Windlight? Answer: of course. Anyone with logic and half a brain can see that. It&#8217;s only if you are hugely invested and wed to the geek ideology that you can&#8217;t see this.</p>
<p>Nobody somehow begrudges the Lindens from moving forward and evolving. But as I&#8217;ve said a million times, changing the basic specs *every six months* and making *brand-new cards this year* hopelessly obsolete is a killer.</p>
<p>Read what this educator writes about this severe problem, and in general, *stop being a dick*:<br />
<a href="http://homepage.mac.com/jessid/iggy/iggyssyll10.html" rel="nofollow">http://homepage.mac.com/jessid/iggy/iggyssyll10.html</a></p>
<p>You&#8217;re the one who needs to take your head out of your ass and read the truth about this situation, which is NOT only about Nvidia and NOT about people having old systems &#8212; it is very widespread.</p>
<p>Your arrogant statement needs to be flung *right back at you*:</p>
<p>&#8220;It may infuriate him to hear it, but the fact is that at some point, not moving forward with realism would cost SL as people *point out that other upcoming technologies and VW platforms do not require this intensive a graphic card*.</p>
<p>Regardless of the issue of user-generated content, there just aren&#8217;t any other modern games or platforms that have this frequent a change, and this high a demand. The Lindens are building in total virtuality &#8212; building a virtual world virtually with virtual suppositions about who can really use it  &#8212; they need to get out of the Lab, out on to the shop floor, and sell a software that works with most people&#8217;s machines, and stop putting in crap like Windlight which has not done anything for the beauty of the world as only a tiny handful of people can use it fully charged.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Radar</title>
		<link>http://radarmasukami.com/2008/10/08/damn-the-geeks/comment-page-1/#comment-394</link>
		<dc:creator>Radar</dc:creator>
		<pubDate>Wed, 08 Oct 2008 16:16:54 +0000</pubDate>
		<guid isPermaLink="false">http://radarmasukami.com/?p=363#comment-394</guid>
		<description>Actually it was directed at the phrase, coined by prokofy, about fanboy geeks and how she thinks that the lindens are purposefully stupid and evil for implementing windlight, when in fact there are a lot of complexities that have included OS versions, drivers, LL code, etc etc.

For example when she says that she's heard some of the higher model nvidia's didn't work with SL, that's never been the case. What IS the case is that some nvidia models have cause problems for SOME people, and not just with SL, but WoW and other 3d apps too, depending on.. again... a huge mess of complicated factors.

One of the things that makes it so complex is that, although I don't think they've admitted it yet, nvidia apparently released a TON of bad gpu's that were susceptible to problems under heat load. Guess what SL does to the GPU, temperature-wise?

It's not a black and white issue. That's what this post was about.  I know you're smart enough to know that, but Prokofy would rather use labels than understand the real issues, and that's just a waste of time.</description>
		<content:encoded><![CDATA[<p>Actually it was directed at the phrase, coined by prokofy, about fanboy geeks and how she thinks that the lindens are purposefully stupid and evil for implementing windlight, when in fact there are a lot of complexities that have included OS versions, drivers, LL code, etc etc.</p>
<p>For example when she says that she&#8217;s heard some of the higher model nvidia&#8217;s didn&#8217;t work with SL, that&#8217;s never been the case. What IS the case is that some nvidia models have cause problems for SOME people, and not just with SL, but WoW and other 3d apps too, depending on.. again&#8230; a huge mess of complicated factors.</p>
<p>One of the things that makes it so complex is that, although I don&#8217;t think they&#8217;ve admitted it yet, nvidia apparently released a TON of bad gpu&#8217;s that were susceptible to problems under heat load. Guess what SL does to the GPU, temperature-wise?</p>
<p>It&#8217;s not a black and white issue. That&#8217;s what this post was about.  I know you&#8217;re smart enough to know that, but Prokofy would rather use labels than understand the real issues, and that&#8217;s just a waste of time.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jane2</title>
		<link>http://radarmasukami.com/2008/10/08/damn-the-geeks/comment-page-1/#comment-391</link>
		<dc:creator>Jane2</dc:creator>
		<pubDate>Wed, 08 Oct 2008 13:29:21 +0000</pubDate>
		<guid isPermaLink="false">http://radarmasukami.com/?p=363#comment-391</guid>
		<description>Well, I'm the one who "whined on the internet" in Twitter, so I take it this is directed at me.    I'm not sure why my 140 character comment generated this response, but I certainly get the point.</description>
		<content:encoded><![CDATA[<p>Well, I&#8217;m the one who &#8220;whined on the internet&#8221; in Twitter, so I take it this is directed at me.    I&#8217;m not sure why my 140 character comment generated this response, but I certainly get the point.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
