<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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>Tek Tips Whitepaper Library</title>
	<atom:link href="http://tek-tips.nethawk.net/blog/feed" rel="self" type="application/rss+xml" />
	<link>http://tek-tips.nethawk.net/blog</link>
	<description>Tek Tips Whitepaper Library</description>
	<pubDate>Wed, 10 Mar 2010 18:41:47 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Energy Star for Software Again!!</title>
		<link>http://tek-tips.nethawk.net/blog/energy-star-for-software-again</link>
		<comments>http://tek-tips.nethawk.net/blog/energy-star-for-software-again#comments</comments>
		<pubDate>Wed, 10 Mar 2010 00:47:36 +0000</pubDate>
		<dc:creator>Zen Kishimoto</dc:creator>
		
		<category><![CDATA[Community Manager]]></category>

		<category><![CDATA[Data Center]]></category>

		<category><![CDATA[Software]]></category>

		<category><![CDATA[Energy Efficiency]]></category>

		<category><![CDATA[Energy star for software]]></category>

		<category><![CDATA[Green Software]]></category>

		<guid isPermaLink="false">http://tek-tips.nethawk.net/blog/?p=2525</guid>
		<description><![CDATA[After I posted a blog on software energy efficiency recently, I realized from some of the comments from readers that most people did not get it. When I talk about software energy efficiency, most people think I am talking about using software to make other things greener. Yes, software can be used to automate and [...]


Related posts:<ol><li><a class='blue_bold_text' href='http://tek-tips.nethawk.net/blog/energy-star-for-software' rel='bookmark' title='Permanent Link: Energy Star for Software?'>Energy Star for Software?</a></li><li><a class='blue_bold_text' href='http://tek-tips.nethawk.net/blog/an-unconference-about-green-software-exploring-its-meaning-and-applications' rel='bookmark' title='Permanent Link: An Unconference About Green Software: Exploring Its Meaning and Applications'>An Unconference About Green Software: Exploring Its Meaning and Applications</a></li><li><a class='blue_bold_text' href='http://tek-tips.nethawk.net/blog/can-cloud-computing-be-energy-efficient' rel='bookmark' title='Permanent Link: Can Cloud Computing Be Energy Efficient?'>Can Cloud Computing Be Energy Efficient?</a></li></ol>]]></description>
			<content:encoded><![CDATA[<p>After I posted a <a href="http://tek-tips.nethawk.net/blog/energy-star-for-software">blog</a> on software energy efficiency recently, I realized from some of the comments from readers that most people did not get it. When I talk about software energy efficiency, most people think I am talking about using software to make other things greener. Yes, software can be used to automate and to scale in making other things greener. But I am talking about a particular piece of software being greener.</p>
<p>Here are a few examples to make my point.</p>
<p>Take a sorting program. We can implement such a program with half a dozen algorithms. This is Data Structure/Algorithm 101: the resultant program behaves differently depending on the algorithm used. Some programs take more time than others. Some consume more CPU time and memory than others. Obviously, the version of the sorting program that consumes the least CPU time and memory is the greenest. We can make this discussion more interesting by adding other factors like data structures, the implementation language, and so on.</p>
<p>We can implement such a program using arrays or linked lists. When we use arrays, we can allocate a large area for the arrays or the smallest area to accommodate the input space. We also can select a language for implementation, such as C, C++, scripts, or web languages. There may be more factors involved. I hope this trivial example illustrates my point of making software more energy efficient.</p>
<p>Another example is SMTP server software. SMTP is the de facto standard and is available on Windows, Unix, Linux, Mac, and other platforms for sending email. SMTP is big. It is designed to be implemented as a monolithic chunk, executable rather than modularized. Running such a big executable requires a lot of swapping because not all of it is stored in memory. If it is modularized, each module may fit in memory, reducing swapping. So if software is well designed with modularization in mind, its performance will increase with less computing resources. Everyone knows SMTP needs a rewrite, but it is widely used, and it will take a long time to have a thoroughly quality-assured new version of it.</p>
<table>
<tbody>
<tr>
<th width="35" rowspan="3">&nbsp;</th>
<td colspan="2">- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -</td>
</tr>
<tr>
<td><img src="http://tek-tips.nethawk.net/logos/1264108305_SunMicrosystems_100x44.jpg" alt="" /></td>
<td><a href="http://tek-tips.nethawk.net/registration_dynamic.php?id=382"><span style="font-family: Times New Roman;">Reducing Storage Complexity</span></a></td>
</tr>
<tr>
<td colspan="2">- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -</td>
</tr>
</tbody>
</table>
<p>The third example is parallel programming. Scientific application programs tend to be broken into pieces that can be computed in parallel. They save more computing resources that way. In the days of single-core CPUs, this did not make any sense. With the advent of multicore CPUs, we can exploit this computer architecture.</p>
<p>So, again, my point is that each piece of software, without considering its relationship with other things, can be made greener, requiring less computing resources (CPU time and memory) and power. And of course, greener software can also make other things, including other software, greener. I hope I made my point clearer. What do you think?</p>


<p>Related posts:<ol><li><a class='blue_bold_text' href='http://tek-tips.nethawk.net/blog/energy-star-for-software' rel='bookmark' title='Permanent Link: Energy Star for Software?'>Energy Star for Software?</a></li><li><a class='blue_bold_text' href='http://tek-tips.nethawk.net/blog/an-unconference-about-green-software-exploring-its-meaning-and-applications' rel='bookmark' title='Permanent Link: An Unconference About Green Software: Exploring Its Meaning and Applications'>An Unconference About Green Software: Exploring Its Meaning and Applications</a></li><li><a class='blue_bold_text' href='http://tek-tips.nethawk.net/blog/can-cloud-computing-be-energy-efficient' rel='bookmark' title='Permanent Link: Can Cloud Computing Be Energy Efficient?'>Can Cloud Computing Be Energy Efficient?</a></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://tek-tips.nethawk.net/blog/energy-star-for-software-again/feed</wfw:commentRss>
		</item>
		<item>
		<title>Hot Tech Companies</title>
		<link>http://tek-tips.nethawk.net/blog/hot-tech-companies</link>
		<comments>http://tek-tips.nethawk.net/blog/hot-tech-companies#comments</comments>
		<pubDate>Tue, 09 Mar 2010 21:38:00 +0000</pubDate>
		<dc:creator>Tek-Tips</dc:creator>
		
		<category><![CDATA[Community Manager]]></category>

		<category><![CDATA[Network Management]]></category>

		<category><![CDATA[Open Source]]></category>

		<guid isPermaLink="false">http://tek-tips.nethawk.net/blog/?p=2524</guid>
		<description><![CDATA[Today&#8217;s Wall Street Journal lists the top 50 Venture-backed companies as The Next Big Thing.  After hearing about and reading about how bad things are here in California, &#8220;worse fiscal shape than Greece,&#8221; and how &#8220;unfriendly&#8221; California is to business, it makes you wonder how 60% of the 50 companies listed are based in [...]


Related posts:<ol><li><a class='blue_bold_text' href='http://tek-tips.nethawk.net/blog/california-politicians-and-tech-futures' rel='bookmark' title='Permanent Link: California Politicians And Tech Futures'>California Politicians And Tech Futures</a></li><li><a class='blue_bold_text' href='http://tek-tips.nethawk.net/blog/top-technology-news-stories-for-september-2009' rel='bookmark' title='Permanent Link: Top technology news stories for September 2009'>Top technology news stories for September 2009</a></li><li><a class='blue_bold_text' href='http://tek-tips.nethawk.net/blog/have-california-candidates-considered-china' rel='bookmark' title='Permanent Link: Have California Candidates Considered China?'>Have California Candidates Considered China?</a></li></ol>]]></description>
			<content:encoded><![CDATA[<p>Today&rsquo;s Wall Street Journal lists the top 50 Venture-backed companies as <a target="_blank" href="http://graphicsweb.wsj.com/documents/NEXT_BIG_THING/NEXT_BIG_THING.html">The Next Big Thing</a>.  After hearing about and reading about how bad things are here in California, &ldquo;worse fiscal shape than Greece,&rdquo; and how &ldquo;unfriendly&rdquo; California is to business, it makes you wonder how 60% of the 50 companies listed are based in California.  Have the Sand Hill crowd lost their minds, or is technology&rsquo;s home still &ldquo;the&rdquo; center for investment and where the economy  depends for our future?</p>
<p><a href="http://www.groundworkopensource.com/" target="_blank"><br />
<input width="200" type="image" height="73" src="http://tek-tips.nethawk.net/blog/wp-content/uploads/gwlogo.gif" /></a></p>
<p>We have voiced our concern here often over the last year on why the Obama administration didn&rsquo;t jump on top of Silicon Valley, and its diaspora, to kick this economy into high gear and grow our country&rsquo;s well being with the one thing we will always be respected for:  our leadership in innovation and our super furlong lead in technology and productivity.  Not to mention we have the jobs of the future, not the past.</p>
<p>Yet our state&rsquo;s brilliance aside, the Sacramento set seems more inclined to chirp about lifestyle issues, rather than  grab the gold ring, while the state coffers are in a shambles.  It makes you wonder that if some banks, and pampered industries, are too big to fail, is California simply too big to govern?  If jobs are to grow and life is to prosper, we need leadership that recognizes opportunities and learns how  to work with the technology leadership instead of backing initiatives that set us back into the dark ages.</p>
<table>
<tbody>
<tr>
<th width="35" rowspan="3">&nbsp;</th>
<td colspan="2">- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -</td>
</tr>
<tr>
<td><img src="http://tek-tips.nethawk.net/logos/1261077814_BlueCoat_100x19.jpg" alt="" /></td>
<td><a href="http://tek-tips.nethawk.net/registration_dynamic.php?id=370"><span style="font-family: Times New Roman;">Nemertes Research White Paper: Application Awareness for Service Providers</span></a></td>
</tr>
<tr>
<td colspan="2">- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -</td>
</tr>
</tbody>
</table>
<p>Our goal here is to focus on those companies that have the chops to lead the way and on their leadership.  Here are some of our favorites and our number #1 pick because we know these folks and we know they have the bodies in place to deliver.</p>
<p>Our pick for the one to watch is Groundwork Open Source:</p>
<p>&quot;GroundWork Monitor Enterprise Edition is the most scalable open source system and network management software for companies with heterogeneous operating systems, application and hardware environments who want to reduce ongoing monitoring costs, consolidate views and reports and improve staff productivity.&quot;</p>
<p>The reason is not just because they have garnered the blessing of the Gods of Wall Street, but because they have done this before and they know what needs to get done.  We are looking forward to an in depth interview with these folks to give us a rundown on the space they&rsquo;re  in, the stakes and the competition.  Let us know whom you like and why and maybe we can all learn something about where this will take us.</p>


<p>Related posts:<ol><li><a class='blue_bold_text' href='http://tek-tips.nethawk.net/blog/california-politicians-and-tech-futures' rel='bookmark' title='Permanent Link: California Politicians And Tech Futures'>California Politicians And Tech Futures</a></li><li><a class='blue_bold_text' href='http://tek-tips.nethawk.net/blog/top-technology-news-stories-for-september-2009' rel='bookmark' title='Permanent Link: Top technology news stories for September 2009'>Top technology news stories for September 2009</a></li><li><a class='blue_bold_text' href='http://tek-tips.nethawk.net/blog/have-california-candidates-considered-china' rel='bookmark' title='Permanent Link: Have California Candidates Considered China?'>Have California Candidates Considered China?</a></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://tek-tips.nethawk.net/blog/hot-tech-companies/feed</wfw:commentRss>
		</item>
		<item>
		<title>Shavlik Technologies&#8217; Statement on March 9 Patch Tuesday releases</title>
		<link>http://tek-tips.nethawk.net/blog/shavlik-technologies-statement-on-march-9-patch-tuesday-releases</link>
		<comments>http://tek-tips.nethawk.net/blog/shavlik-technologies-statement-on-march-9-patch-tuesday-releases#comments</comments>
		<pubDate>Tue, 09 Mar 2010 19:58:04 +0000</pubDate>
		<dc:creator>Jason Miller</dc:creator>
		
		<category><![CDATA[Community Manager]]></category>

		<category><![CDATA[Patch Tuesday]]></category>

		<category><![CDATA[Security]]></category>

		<category><![CDATA[Microsoft Security Bulletins]]></category>

		<guid isPermaLink="false">http://tek-tips.nethawk.net/blog/?p=2523</guid>
		<description><![CDATA[&#34;After a busy February with 13 security bulletins, Microsoft is easing off the patching throttle a bit this month.  Microsoft released two new security bulletins addressing 8 vulnerabilities, all not publically known at this time.  It is not uncommon for Microsoft to have a large patch month followed by a relatively light patch [...]


Related posts:<ol><li><a class='blue_bold_text' href='http://tek-tips.nethawk.net/blog/shavlik-comments-on-february-patch-tuesday-releases' rel='bookmark' title='Permanent Link: Shavlik Comments on February Patch Tuesday Releases'>Shavlik Comments on February Patch Tuesday Releases</a></li><li><a class='blue_bold_text' href='http://tek-tips.nethawk.net/blog/shavlik-technologies-statement-on-todays-patch-tuesday-release-11210' rel='bookmark' title='Permanent Link: Shavlik Technologies statement on today&#8217;s Patch Tuesday release - 1/12/10'>Shavlik Technologies statement on today&#8217;s Patch Tuesday release - 1/12/10</a></li><li><a class='blue_bold_text' href='http://tek-tips.nethawk.net/blog/shavliks-statement-on-december-2009-patch-tuesday-releases' rel='bookmark' title='Permanent Link: Shavlik&#8217;s statement on December 2009 Patch Tuesday releases'>Shavlik&#8217;s statement on December 2009 Patch Tuesday releases</a></li></ol>]]></description>
			<content:encoded><![CDATA[<p>&quot;After a busy February with 13 security bulletins, Microsoft is easing off the patching throttle a bit this month.  Microsoft released two new security bulletins addressing 8 vulnerabilities, all not publically known at this time.  It is not uncommon for Microsoft to have a large patch month followed by a relatively light patch month.</p>
<p>As the bulletins affect client Windows operating systems and Microsoft Office, your servers should be spared from this month&#8217;s patching cycle unless you have SharePoint Server 2007 installed.  As expected, Microsoft is not planning to release a bulletin for their recently released security advisory (981169).  Microsoft will need time to investigate, implement and test the fix for this known vulnerability.</p>
<p>It is important to note that MS10-016 affects Microsoft Producer 2003.  However, Microsoft is not providing a patch for this product.  They are suggesting administrators remove the affected component on their machines.  Microsoft not providing patches for known software vulnerabilities has become more common over the past 12 months.  This is a great example of why administrators should take time each month and research the information associated with each bulletin.  Simply blindly pushing out patches does not necessarily make your network secure.</p>
<table>
<tbody>
<tr>
<th width="35" rowspan="3">&nbsp;</th>
<td colspan="2">- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -</td>
</tr>
<tr>
<td><img alt="" src="http://tek-tips.nethawk.net/whitepaper_image/1258409487_qlogo-100-64.gif" /></td>
<td><a href="http://tek-tips.nethawk.net/registration_dynamic.php?id=365"><span style="font-family: Times New Roman;">The Top 10 Reports for Managing Vulnerabilities</span></a></td>
</tr>
<tr>
<td colspan="2">- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -</td>
</tr>
</tbody>
</table>
<p>MS10-017 should be addressed first on your network.  Microsoft Excel attachments are as common as Meryl Streep nominations at the Oscars.  Opening a malicious Excel document could lead to remote code execution.</p>
<p>Last month, there were issues identified with security bulletin MS10-015.  This bulletin caused blue screen on systems that were recently patched.  Microsoft researched the issue and found a rootkit was the cause of the blue screen.  This is a perfect example of why companies should have a solid patching process that includes testing each bulletin before deploying it to their network.</p>
<p>Microsoft also announced a new security advisory in 981374.  This security advisory affects Internet Explorer versions 6 and 7.  Microsoft has been receiving limited reports of targeted attacks on the browser.  Although there is not a patch available for this issue, administrators should keep an eye on this advisory for more information.&quot;</p>


<p>Related posts:<ol><li><a class='blue_bold_text' href='http://tek-tips.nethawk.net/blog/shavlik-comments-on-february-patch-tuesday-releases' rel='bookmark' title='Permanent Link: Shavlik Comments on February Patch Tuesday Releases'>Shavlik Comments on February Patch Tuesday Releases</a></li><li><a class='blue_bold_text' href='http://tek-tips.nethawk.net/blog/shavlik-technologies-statement-on-todays-patch-tuesday-release-11210' rel='bookmark' title='Permanent Link: Shavlik Technologies statement on today&#8217;s Patch Tuesday release - 1/12/10'>Shavlik Technologies statement on today&#8217;s Patch Tuesday release - 1/12/10</a></li><li><a class='blue_bold_text' href='http://tek-tips.nethawk.net/blog/shavliks-statement-on-december-2009-patch-tuesday-releases' rel='bookmark' title='Permanent Link: Shavlik&#8217;s statement on December 2009 Patch Tuesday releases'>Shavlik&#8217;s statement on December 2009 Patch Tuesday releases</a></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://tek-tips.nethawk.net/blog/shavlik-technologies-statement-on-march-9-patch-tuesday-releases/feed</wfw:commentRss>
		</item>
		<item>
		<title>Internet Economics: Traffic Trumps Ethics And Content Quality</title>
		<link>http://tek-tips.nethawk.net/blog/internet-economics-traffic-trumps-ethics-and-content-quality</link>
		<comments>http://tek-tips.nethawk.net/blog/internet-economics-traffic-trumps-ethics-and-content-quality#comments</comments>
		<pubDate>Sun, 07 Mar 2010 16:08:35 +0000</pubDate>
		<dc:creator>Tek-Tips</dc:creator>
		
		<category><![CDATA[Community Manager]]></category>

		<guid isPermaLink="false">http://tek-tips.nethawk.net/blog/?p=2522</guid>
		<description><![CDATA[Six years ago, NetHawk  began dipping its toes into the social networking waters with a CEO blog and a  site called ITFeedstore.&#160; The goal was to aggregate relevant Information  Technology content and syndicate it to our existing communities.&#160; The process  was automated picking up RSS and other feeds and notifying our [...]


Related posts:<ol><li><a class='blue_bold_text' href='http://tek-tips.nethawk.net/blog/the-internet-is-not-a-place-for-ostriches' rel='bookmark' title='Permanent Link: The Internet is not a Place for Ostriches'>The Internet is not a Place for Ostriches</a></li><li><a class='blue_bold_text' href='http://tek-tips.nethawk.net/blog/fibre-channel-over-ethernet-traffic' rel='bookmark' title='Permanent Link: Fibre Channel over Ethernet Traffic'>Fibre Channel over Ethernet Traffic</a></li><li><a class='blue_bold_text' href='http://tek-tips.nethawk.net/blog/driving-the-internet-to-its-limits' rel='bookmark' title='Permanent Link: Driving The Internet To Its Limits'>Driving The Internet To Its Limits</a></li></ol>]]></description>
			<content:encoded><![CDATA[<p><span class="082173214-07032010"><font face="Arial" size="2">Six years ago, <a href="http://www.nethawk.net">NetHawk  </a>began dipping its toes into the social networking waters with a CEO blog and a  site called ITFeedstore.&nbsp; The goal was to aggregate relevant Information  Technology content and syndicate it to our existing communities.&nbsp; The process  was automated picking up RSS and other feeds and notifying our audience when  stuff they liked was updated.&nbsp; The business model was to place ads in the feeds  between the different posts and fit the niches we serviced.&nbsp; Investors didn&#8217;t  get it and the model was replaced with the new blog site here.</font></span></p>
<p><img width="125" height="120" alt="" src="http://tek-tips.nethawk.net/blog/wp-content/uploads/image/skullnpen_.gif" /></p>
<div><span class="082173214-07032010"><font face="Arial" size="2">In spite of the fact  that print was proclaimed dead and blog sites multiplied like out-of-work  reporters.&nbsp; The advent of tools like Word Press fueled more growth and soon  everyone had their own web site and hopes of becoming the next giant publisher.&nbsp;  There have been successes and it surely seems as if there will be many more.&nbsp;  But what of the cost to journalism and what of institutions that were noted for  producing the sort of quality one was used to in periodicals that had been  around for years and claimed to be hurt so much by this incursion of the public  into the domain of the publisher that they wanted taxpayer  bailouts.</font></span></div>
<div>&nbsp;</div>
<div><span class="082173214-07032010"><font face="Arial" size="2">In a letter  published by Harper&#8217;s Washington editor Ken Silverstein, he proclaimed  &quot;content-free&quot; journalism and attempted to render the word content a four-letter  epithet.&nbsp; This is nothing new for Internet pioneers who have listened to the  whining of those hard-copy stalwarts who have pimped the idea that only a  printed copy of the word was trustworthy.&nbsp; After all, how could anyone trust  what you read on the [Internets]?</font></span></div>
<div>&nbsp;</div>
<div><span class="082173214-07032010"><font face="Arial" size="2">Since then, we&#8217;ve  heard rumors about how even the NY Times, evidently in an effort to save the  bottom line, have been in secret meetings with politicians crafting and framing  a way to scare the public into buying into the fact that we must cut down old  growth trees - which the NYTimes owns - in order to preserve the integrity of  the published word, and that the public should accept spending tax dollars to  bale out another set of billionaire scumbags.&nbsp; Even Rupert Murdoch is claiming  he will one day, soon,bv &nbsp;try to charge people for his web site content, yet he  won&#8217;t take my name off his endless stream of SPAM trying to get me to go to his  site.</font></span></div>
<div>&nbsp;</div>
<div>
<div><span class="082173214-07032010"><font face="Arial" color="#800000"><strong><em>STRANGE BEDFELLOWS:&nbsp; PRINT PUBLISHERS AND CORRUPT  POLITICIANS </em></strong></font></span></div>
<div>&nbsp;</div>
<div><span class="082173214-07032010"><font face="Arial" size="2">Additionally, &quot;real&quot;  writers, like <a href="http://www.thedailybeast.com/blogs-and-stories/2009-03-17/wheres-the-bailout-for-publishing/full/">Stephen L. Carter</a></font></span>,<span class="082173214-07032010"><font face="Arial" size="2"> proclaimed the need for help:&nbsp; &quot;Carnage is everywhere. Advances slashed, editors  fired, publicity at subsistence levels, entire imprints vanished into thin  air.&quot;&nbsp; In spite of the fact that approval ratings for print media rank right up  there with the likes of our stellar lawmakers, out-of-work, putative,  journalists had plenty of time on their hands to nag their way into our wallets,  and most had few other skills to bring home the bacon.</font></span></p>
<div>&nbsp;</div>
<div><span class="082173214-07032010"><font face="Arial" size="2">Words, being words,  it is not surprising that the public has not taken this too seriously.&nbsp; What is  surprising though is that so many online blog sites, including those claiming to  serve the public interest are willing to allow the sort of comments you find  everywhere.&nbsp; Just this morning, in an attempt to cover the ongoing saga on  Facebooks&#8217; Mark Zuckerberg, with 400 million allegedly interested members, the  notable <a href="http://www.fastcompany.com/1572180/the-heady-days-of-facebooks-formation-hacking-competitors-and-smack-talk-over-im?#">FastCompany</a></font></span>,<span class="082173214-07032010"><font face="Arial" size="2"> apparently also covering the story, and once a favorite four-color print  magazine, that went bankrupt, contained one flacid comment by James F. of  Fenzda&nbsp;proclaiming:</font></span></p>
<div>&nbsp;</div>
<div><span class="082173214-07032010">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <font face="Arial" size="2">&quot;<font face="Times New Roman" size="3">Ideas are only 5% of success. Facebook succeeded  because of Mark putting in the hard work and drive behind trying to make it a  huge success. He had gathered funding, etc. ConnectU had every opportunity and  the same ones Mark had in the beginning, would they not? I&#8217;m sure Chevy or  Nissan wasn&#8217;t the first ones to invent the car?&quot;</font></font></span></div>
<div>&nbsp;</div>
<div><span class="082173214-07032010"><font face="Arial" size="2">Flacid I say because  James also added three links to his own articles totally unrelated to the  story.&nbsp; So the game here is, write a couple of seemingly relevant comments, then  you get to place your link inside their site and get yourself some traffic.&nbsp;  Beyond Fenzda&#8217;s self serving and gratuitous comments, there were four other  identical comments adding up to the sort of rubbish that is far too common.&nbsp;  Like the so-called old line press, objectivity is not important, only getting  your pimps out there is and Google sees it all as a positive in the fight for  rankings.</font></span></div>
<div>&nbsp;</div>
<div><span class="082173214-07032010"><font face="Arial" size="2">If the public has  ignored the old line print publishers in lieu of the instant gratification of  typos and ephemeral objectivity, what then will rise to the top of the heap?&nbsp;  Will the title Community Manager replace the likes of the Menchen&#8217;s, Stone&#8217;s and  Dillard&#8217;s of the world?&nbsp; Will journalism schools go the way of law schools  producing writers that are paid by the words they can cut and paste and  appropriate from other sources, and will the public buy into the same way they  aren&#8217;t fussy about where pop music actually originated?</font></span></div>
</div>
</div>
</div>


<p>Related posts:<ol><li><a class='blue_bold_text' href='http://tek-tips.nethawk.net/blog/the-internet-is-not-a-place-for-ostriches' rel='bookmark' title='Permanent Link: The Internet is not a Place for Ostriches'>The Internet is not a Place for Ostriches</a></li><li><a class='blue_bold_text' href='http://tek-tips.nethawk.net/blog/fibre-channel-over-ethernet-traffic' rel='bookmark' title='Permanent Link: Fibre Channel over Ethernet Traffic'>Fibre Channel over Ethernet Traffic</a></li><li><a class='blue_bold_text' href='http://tek-tips.nethawk.net/blog/driving-the-internet-to-its-limits' rel='bookmark' title='Permanent Link: Driving The Internet To Its Limits'>Driving The Internet To Its Limits</a></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://tek-tips.nethawk.net/blog/internet-economics-traffic-trumps-ethics-and-content-quality/feed</wfw:commentRss>
		</item>
		<item>
		<title>When Does Idea Theft Rise To Level Of Crime?</title>
		<link>http://tek-tips.nethawk.net/blog/when-does-idea-theft-rise-to-level-of-crime</link>
		<comments>http://tek-tips.nethawk.net/blog/when-does-idea-theft-rise-to-level-of-crime#comments</comments>
		<pubDate>Sat, 06 Mar 2010 20:19:42 +0000</pubDate>
		<dc:creator>Tek-Tips</dc:creator>
		
		<category><![CDATA[Community Manager]]></category>

		<guid isPermaLink="false">http://tek-tips.nethawk.net/blog/?p=2521</guid>
		<description><![CDATA[In a stack of new  articles published yesterday, Silicon Valley Insider claims and documents a  trail of deception and greed around how Facebook&#8217;s Mark Zuckerberg appropriated  the technology for Facebook.&#160; The stack lists emails and IM&#8217;s from Zuckerberg to  his earliest confidants and paints a picture not unlike other famous  [...]


Related posts:<ol><li><a class='blue_bold_text' href='http://tek-tips.nethawk.net/blog/internet-economics-traffic-trumps-ethics-and-content-quality' rel='bookmark' title='Permanent Link: Internet Economics: Traffic Trumps Ethics And Content Quality'>Internet Economics: Traffic Trumps Ethics And Content Quality</a></li><li><a class='blue_bold_text' href='http://tek-tips.nethawk.net/blog/golden-rules-for-fighting-atm-theft-%e2%80%93-useful-or-flop' rel='bookmark' title='Permanent Link: Golden Rules For Fighting ATM Theft - Useful or Flop?'>Golden Rules For Fighting ATM Theft - Useful or Flop?</a></li><li><a class='blue_bold_text' href='http://tek-tips.nethawk.net/blog/facebook-with-200-million-users-ready-for-ipo' rel='bookmark' title='Permanent Link: Facebook With 350 Million Users Ready For IPO?'>Facebook With 350 Million Users Ready For IPO?</a></li></ol>]]></description>
			<content:encoded><![CDATA[<p><span class="785185718-06032010"><font size="2" face="Arial">In a stack of new  articles published yesterday, <a href="http://www.businessinsider.com/">Silicon Valley Insider </a>claims and documents a  trail of deception and greed around how Facebook&#8217;s Mark Zuckerberg appropriated  the technology for Facebook.&nbsp; The stack lists emails and IM&#8217;s from Zuckerberg to  his earliest confidants and paints a picture not unlike other famous  entrepreneurs who have gone on to financial fame and fortune but have left many  of us scratching our head about how they got away with their misdeeds.&nbsp; By  hacking&nbsp;into&nbsp;email accounts&nbsp;from&nbsp;accusers - Harvard Crimson journalists -  Cameron Winklevoss, Tyler Winklevoss, and Divya Narendra - and using the data  from TheFacebook.com&#8217;s logs and adapting it for the greater Internet, Zuckerberg  appears to have pulled off one of the great all time heists since Bill Gates  bought DOS for a song and a fast dance.&nbsp;</font></span><span class="785185718-06032010"><font size="2" face="Arial">The &quot;Thefacebook.com&quot; title  being the name of the site used back&nbsp;in 2004 when&nbsp;Zuckerberg was a sophomore at  Harvard.&nbsp; Now with 400 million members, the site has been&nbsp;through legal  meanderings and the charges&nbsp;seem muddled at best.&nbsp;The first judge - in 2007-  called the&nbsp;so-called &quot;agreement&quot; between the parties&nbsp;&quot;dorm chit-chat&quot; until  another judge, in 2008,&nbsp;looked into examining Zuckerberg&#8217;s hard  drive.</font></span></p>
<p>&nbsp;</p>
<p><a href="http://tek-tips.nethawk.net/blog/wp-content/uploads/file/greed.jpg"><span class="785185718-06032010"><font size="2" face="Arial"><img height="430" width="500" src="http://tek-tips.nethawk.net/blog/wp-content/uploads/image/greed.jpg" alt="" /></font></span></a></p>
<p>&nbsp;</p>
<div><span class="785185718-06032010"><font size="2" face="Arial">According to the  string of articles, the Harvard accusers claim Zuckerberg hacked into the site  called ConnectU at the time and stole the &quot;idea&quot; though it&nbsp;is not clear what if  any of the technology was stolen.&nbsp; Their charges also state that, in addition to  hacking their private information, he deliberately changed some code to make  their site less effective and also made some users appear invisible and thus  make the site less effective for members.&nbsp; </font></span></div>
<div>&nbsp;</div>
<div><span class="785185718-06032010"><font size="2" face="Arial">The&nbsp;investigation,  apparently still ongoing,&nbsp;dragged out old instant messages and emails and  uncovered a fake account, purportedly, created by Zuckerberg.&nbsp; It state  that&nbsp;he&nbsp;&quot;appears to have exploited a flaw in ConnectU&#8217;s account verification  process to create a fake Cameron Winklevoss account with a fake Harvard.edu  email address.&nbsp; In this new, fake profile, he listed Cameron&#8217;s height as 7&#8242;4&quot;,  his hair color as &quot;Ayran Blond,&quot; and his eye color as &quot;Sky Blue.&quot; He listed  Cameron&#8217;s &quot;language&quot; as &#8216;WASP-y.&#8217;&quot;</font></span></div>
<div>&nbsp;</div>
<div><span class="785185718-06032010"><font size="2" face="Arial">Zuckerberg had  gained some infamy prior to this by scraping Harvard student images off the  school site and pasting them onto a site he named, &quot;Facemash&quot; which insipidly  asked folks to vote on which ones were the most attractive and listed them  accordingly.&nbsp; It was a clone of the&nbsp;equally tasteless&nbsp;&quot;Hot or not&quot; and &quot;he was  charged with breaching security, violating copyrights, and violating individual  privacy&quot;</font></span></div>
<div>&nbsp;</div>
<div><span class="785185718-06032010"><font size="2" face="Arial">The SVI articles, by  Nicholas Carlson, states, &quot;We&#8217;re certainly not questioning the latter fact:  Facebook&#8217;s success &#8212; and Mark&#8217;s role in it &#8212; have been awe-inspiring&quot; but does  not specify if they mean awful, or awesome, regarding the inspiring part.&nbsp; The  article goes on to say, &quot;A source close to the company suggests that it was the  fallout from early behavior like this &#8212; fallout that has included reputational  damage to Mark Zuckerberg and expensive and prolonged litigation with ConnectU  &#8212; that has shaped Facebook&#8217;s current privacy policies.&nbsp; We imagine &#8212; or at  least hope &#8212; that these searing early mistakes have also a profound influence  on the now 25-year-old Mark Zuckerberg.&quot;</font></span></div>
<div>&nbsp;</div>
<div><span class="785185718-06032010"><font size="2" face="Arial">Since the first time  I saw Facebook, and for that matter LinkedIn, I was reminded how I had seen the  technology before, but could not recall where.&nbsp; As far back as the mid nineties,  techology for the purpose of Intranets has used similar formats and API&#8217;s for  companies wanting to build solid human resources for their employees.&nbsp; The ones  I recall also had forums for them to share and bulletin boards to post their  private wares and make friends.&nbsp; I don&#8217;t want to fling any names out there, but  the infrastructure for thes sites is not anything new, though adapting it for  the masses on the Internet was a coup and the timing was impeccable.&nbsp; Lots of  fallow software sits around eating up investor capital until someone applies the  proper skin to make it appealling.&nbsp; If anyone can enhance my memory of these  things, I&#8217;d love to hear from you.&nbsp; Who knows, maybe we&#8217;ll find some other  technology sitting around gathering dust that we can put to better  use.</font></span></div>


<p>Related posts:<ol><li><a class='blue_bold_text' href='http://tek-tips.nethawk.net/blog/internet-economics-traffic-trumps-ethics-and-content-quality' rel='bookmark' title='Permanent Link: Internet Economics: Traffic Trumps Ethics And Content Quality'>Internet Economics: Traffic Trumps Ethics And Content Quality</a></li><li><a class='blue_bold_text' href='http://tek-tips.nethawk.net/blog/golden-rules-for-fighting-atm-theft-%e2%80%93-useful-or-flop' rel='bookmark' title='Permanent Link: Golden Rules For Fighting ATM Theft - Useful or Flop?'>Golden Rules For Fighting ATM Theft - Useful or Flop?</a></li><li><a class='blue_bold_text' href='http://tek-tips.nethawk.net/blog/facebook-with-200-million-users-ready-for-ipo' rel='bookmark' title='Permanent Link: Facebook With 350 Million Users Ready For IPO?'>Facebook With 350 Million Users Ready For IPO?</a></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://tek-tips.nethawk.net/blog/when-does-idea-theft-rise-to-level-of-crime/feed</wfw:commentRss>
		</item>
		<item>
		<title>Official claims sex diary on Net is invasion of privacy</title>
		<link>http://tek-tips.nethawk.net/blog/official-claims-sex-diary-on-net-is-invasion-of-privacy</link>
		<comments>http://tek-tips.nethawk.net/blog/official-claims-sex-diary-on-net-is-invasion-of-privacy#comments</comments>
		<pubDate>Sat, 06 Mar 2010 18:50:12 +0000</pubDate>
		<dc:creator>Tek-Tips</dc:creator>
		
		<category><![CDATA[Community Manager]]></category>

		<guid isPermaLink="false">http://tek-tips.nethawk.net/blog/?p=2520</guid>
		<description><![CDATA[charge the hackers with invasion of privacy


Related posts:<ol><li><a class='blue_bold_text' href='http://tek-tips.nethawk.net/blog/internet-privacy-myth' rel='bookmark' title='Permanent Link: Internet Privacy Myth'>Internet Privacy Myth</a></li><li><a class='blue_bold_text' href='http://tek-tips.nethawk.net/blog/senate-primary-candidate-tom-campbell-i-am-a-vigilant-protector-of-privacy-over-the-internet' rel='bookmark' title='Permanent Link: Senate Primary Candidate Tom Campbell:  &#8220;I am a vigilant protector of privacy over the internet&#8221;'>Senate Primary Candidate Tom Campbell:  &#8220;I am a vigilant protector of privacy over the internet&#8221;</a></li><li><a class='blue_bold_text' href='http://tek-tips.nethawk.net/blog/chinas-future-us-jobs' rel='bookmark' title='Permanent Link: China&#8217;s Future &#038; U.S. Jobs'>China&#8217;s Future &#038; U.S. Jobs</a></li></ol>]]></description>
			<content:encoded><![CDATA[<p>Source: Global Times<br />
[03:11 March 05 2010]</p>
<p></p>
<p><span style="font-family: Verdana;"><strong>By Fu Wen</strong></span></p>
<p>The former senior tobacco official whose purported sex diary was posted on the Internet has asked local police to arrest whoever was responsible for the leak and charge the hackers with invasion of privacy.</p>
<p>Han Feng, a former official in the Guangxi Zhuang Autonomous Region, claimed that someone with malicious motives hacked into his computer diary and changed the content to embarrass him.</p>
<p>The purported diary, written in graphic detail, includes boasts that Han was enjoying sex romps with different women while taking bribes and attending banquets.</p>
<p>An angry husband who sought revenge after learning that his wife was one of Han&#8217;s sexual conquests reportedly leaked the steamy confessions to the Internet.</p>
<p>Han was immediately suspended as director of sales in the Guangxi Tobacco Monopoly Administration.</p>
<p>The Sichuan-based Chengdu Business Daily Thursday quoted the administration general office director, surnamed Liao, as saying that Han asked the police to track down the person who released the diary to the Internet and charge the hacker with legal liabilities.</p>
<p>Preliminary investigation showed that the diary was leaked through Han&#8217;s computer, Beijing Times reported Thursday.</p>
<p>An unnamed staff officer at the Laibin public security bureau told the Global Times Thursday that the bureau has not received a report from Han.</p>
<p>The Nanning public security bureau has not received a report from Han either, according to one of its officers, speaking with the Global Times.</p>
<p>An insider told Chengdu Business Daily that no substantial progress has been made in the investigation.</p>
<p>The insider said the first excerpt from Han&#8217;s diary was published on the Internet in early November, 2009, when there was a potential promotion opportunity in the tobacco administration.</p>
<p>Han Feng was promoted as director of sales in 2009. Rumors are rampant on the Internet that Han&#8217;s rival for the same job hired hackers to break into Han&#8217;s computer and leak his diary out of vengeance.</p>
<p>In additional to raw sexual encounters, Han allegedly confessed to taking bribes of more than 162,000 yuan ($23,700), and attending 56 banquets.</p>
<p>None of the women named in the diary has stepped forward to confirm or deny the reported sexual relationships.</p>
<p>The women are suffering immense pain after their photos, background and even home addresses were revealed by Internet users, Liao said.</p>
<p>Some Internet users posted other pictures of girls and claimed they were the women mentioned in the diary. But Liao said none of the additional pictures are genuine.</p>
<p>The discipline inspection commission of the tobacco administration began an investigation Monday. Han has been suspended from duty since last Monday.</p>


<p>Related posts:<ol><li><a class='blue_bold_text' href='http://tek-tips.nethawk.net/blog/internet-privacy-myth' rel='bookmark' title='Permanent Link: Internet Privacy Myth'>Internet Privacy Myth</a></li><li><a class='blue_bold_text' href='http://tek-tips.nethawk.net/blog/senate-primary-candidate-tom-campbell-i-am-a-vigilant-protector-of-privacy-over-the-internet' rel='bookmark' title='Permanent Link: Senate Primary Candidate Tom Campbell:  &#8220;I am a vigilant protector of privacy over the internet&#8221;'>Senate Primary Candidate Tom Campbell:  &#8220;I am a vigilant protector of privacy over the internet&#8221;</a></li><li><a class='blue_bold_text' href='http://tek-tips.nethawk.net/blog/chinas-future-us-jobs' rel='bookmark' title='Permanent Link: China&#8217;s Future &#038; U.S. Jobs'>China&#8217;s Future &#038; U.S. Jobs</a></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://tek-tips.nethawk.net/blog/official-claims-sex-diary-on-net-is-invasion-of-privacy/feed</wfw:commentRss>
		</item>
		<item>
		<title>China to accelerate development of Internet: Wen</title>
		<link>http://tek-tips.nethawk.net/blog/china-to-accelerate-development-of-internet-wen</link>
		<comments>http://tek-tips.nethawk.net/blog/china-to-accelerate-development-of-internet-wen#comments</comments>
		<pubDate>Sat, 06 Mar 2010 18:47:31 +0000</pubDate>
		<dc:creator>Tek-Tips</dc:creator>
		
		<category><![CDATA[Community Manager]]></category>

		<guid isPermaLink="false">http://tek-tips.nethawk.net/blog/?p=2519</guid>
		<description><![CDATA[China will also push for substantial progress in broadcasting and Internet networks.


Related posts:<ol><li><a class='blue_bold_text' href='http://tek-tips.nethawk.net/blog/have-california-candidates-considered-china' rel='bookmark' title='Permanent Link: Have California Candidates Considered China?'>Have California Candidates Considered China?</a></li><li><a class='blue_bold_text' href='http://tek-tips.nethawk.net/blog/senate-primary-candidate-tom-campbell-i-am-a-vigilant-protector-of-privacy-over-the-internet' rel='bookmark' title='Permanent Link: Senate Primary Candidate Tom Campbell:  &#8220;I am a vigilant protector of privacy over the internet&#8221;'>Senate Primary Candidate Tom Campbell:  &#8220;I am a vigilant protector of privacy over the internet&#8221;</a></li><li><a class='blue_bold_text' href='http://tek-tips.nethawk.net/blog/china-and-the-google-bear' rel='bookmark' title='Permanent Link: China and the Google Bear'>China and the Google Bear</a></li></ol>]]></description>
			<content:encoded><![CDATA[<p>&nbsp;</p>
<h2>China to accelerate development of Internet: Wen</h2>
<ul id="source">
<li id="site">Source: Xinhua</li>
</ul>
<p>Chinese Premier Wen Jiabao set forth an ambitious plan Friday for the country to mount the commanding height of science and technological innovation, such as in the field of Internet of Things and new energy-powered vehicles.</p>
<p>&quot;The global financial crisis is hastening a new round of technological and industrial revolution,&quot; Wen said in his government work report to the annual parliament session. &quot;We must seize the opportunity, identify the priority and make progress.&quot;</p>
<p>China will &quot;accelerate the research and development as well as application of of the Internet of Things,&quot; Wen said.</p>
<p>Wen said China will also push for substantial progress in the development of new energy-powered vehicles and integration of telecom, broadcasting and Internet networks.</p>
<p>He said the country should promote the development of industries such as new energy, new materials, energy conservation and environmental protection, biomedicine, information networks and high-end manufacturing.</p>


<p>Related posts:<ol><li><a class='blue_bold_text' href='http://tek-tips.nethawk.net/blog/have-california-candidates-considered-china' rel='bookmark' title='Permanent Link: Have California Candidates Considered China?'>Have California Candidates Considered China?</a></li><li><a class='blue_bold_text' href='http://tek-tips.nethawk.net/blog/senate-primary-candidate-tom-campbell-i-am-a-vigilant-protector-of-privacy-over-the-internet' rel='bookmark' title='Permanent Link: Senate Primary Candidate Tom Campbell:  &#8220;I am a vigilant protector of privacy over the internet&#8221;'>Senate Primary Candidate Tom Campbell:  &#8220;I am a vigilant protector of privacy over the internet&#8221;</a></li><li><a class='blue_bold_text' href='http://tek-tips.nethawk.net/blog/china-and-the-google-bear' rel='bookmark' title='Permanent Link: China and the Google Bear'>China and the Google Bear</a></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://tek-tips.nethawk.net/blog/china-to-accelerate-development-of-internet-wen/feed</wfw:commentRss>
		</item>
		<item>
		<title>Buying a Phone System? Compare the Top 94 Business Phone Systems via our Latest Spring 2010 chart</title>
		<link>http://tek-tips.nethawk.net/blog/buying-a-phone-system-compare-the-top-27-business-phone-systems</link>
		<comments>http://tek-tips.nethawk.net/blog/buying-a-phone-system-compare-the-top-27-business-phone-systems#comments</comments>
		<pubDate>Sat, 06 Mar 2010 17:10:48 +0000</pubDate>
		<dc:creator>Tek-Tips</dc:creator>
		
		<category><![CDATA[Networking]]></category>

		<category><![CDATA[PBX]]></category>

		<category><![CDATA[VoIP]]></category>

		<guid isPermaLink="false">http://tek-tips.nethawk.net/blog/?p=2180</guid>
		<description><![CDATA[Quickly see differences between brands like Avaya, Mitel, Cisco, ShoreTel, 8&#215;8, Panasonic, etc and compare over 94 phone systems by 52 brands for small to big business. Our latest Spring 2010 edition of the chart also compares PBX and Business VoIP systems side by side so you can make an educated comparison of your options. [...]


Related posts:<ol><li><a class='blue_bold_text' href='http://tek-tips.nethawk.net/blog/top-10-concerns-of-buying-a-voip-business-phone-system' rel='bookmark' title='Permanent Link: Top 10 Concerns of Buying a VoIP Business Phone System'>Top 10 Concerns of Buying a VoIP Business Phone System</a></li><li><a class='blue_bold_text' href='http://tek-tips.nethawk.net/blog/business-voip-comparison-guide' rel='bookmark' title='Permanent Link: Business VoIP Comparison Guide'>Business VoIP Comparison Guide</a></li><li><a class='blue_bold_text' href='http://tek-tips.nethawk.net/blog/comparison-guide-enterprise-voip-pbx' rel='bookmark' title='Permanent Link: Comparison Guide: Enterprise VoIP PBX'>Comparison Guide: Enterprise VoIP PBX</a></li></ol>]]></description>
			<content:encoded><![CDATA[<p>Quickly see differences between brands like Avaya, Mitel, Cisco, ShoreTel, 8&#215;8, Panasonic, etc and compare over 94 phone systems by 52 brands for small to big business. Our latest Spring 2010 edition of the chart also compares PBX and Business VoIP systems side by side so you can make an educated comparison of your options. This analysis is prepared in an easy to use Excel spreadsheet so you can edit and add information to suit your analysis and presentation needs.</p>
<p><a href="http://tek-tips.nethawk.net/registration_dynamic.php?id=304">Download spreadsheet</a></p>


<p>Related posts:<ol><li><a class='blue_bold_text' href='http://tek-tips.nethawk.net/blog/top-10-concerns-of-buying-a-voip-business-phone-system' rel='bookmark' title='Permanent Link: Top 10 Concerns of Buying a VoIP Business Phone System'>Top 10 Concerns of Buying a VoIP Business Phone System</a></li><li><a class='blue_bold_text' href='http://tek-tips.nethawk.net/blog/business-voip-comparison-guide' rel='bookmark' title='Permanent Link: Business VoIP Comparison Guide'>Business VoIP Comparison Guide</a></li><li><a class='blue_bold_text' href='http://tek-tips.nethawk.net/blog/comparison-guide-enterprise-voip-pbx' rel='bookmark' title='Permanent Link: Comparison Guide: Enterprise VoIP PBX'>Comparison Guide: Enterprise VoIP PBX</a></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://tek-tips.nethawk.net/blog/buying-a-phone-system-compare-the-top-27-business-phone-systems/feed</wfw:commentRss>
		</item>
		<item>
		<title>Energy Star for Software?</title>
		<link>http://tek-tips.nethawk.net/blog/energy-star-for-software</link>
		<comments>http://tek-tips.nethawk.net/blog/energy-star-for-software#comments</comments>
		<pubDate>Tue, 02 Mar 2010 18:41:25 +0000</pubDate>
		<dc:creator>Zen Kishimoto</dc:creator>
		
		<category><![CDATA[Community Manager]]></category>

		<category><![CDATA[Green Technology]]></category>

		<category><![CDATA[Information Technology]]></category>

		<category><![CDATA[Green Software]]></category>

		<guid isPermaLink="false">http://tek-tips.nethawk.net/blog/?p=2518</guid>
		<description><![CDATA[Green IT means two different things. One is to make IT itself greener, and the other is to make other things greener. Let&#8217;s focus on the former. As everyone knows, IT consists of hardware&#8212;such as servers, storage equipment, and network gear&#8212;and software. Up until now, energy efficiency has been focused on hardware but not on [...]


Related posts:<ol><li><a class='blue_bold_text' href='http://tek-tips.nethawk.net/blog/energy-star-for-software-again' rel='bookmark' title='Permanent Link: Energy Star for Software Again!!'>Energy Star for Software Again!!</a></li><li><a class='blue_bold_text' href='http://tek-tips.nethawk.net/blog/an-unconference-about-green-software-exploring-its-meaning-and-applications' rel='bookmark' title='Permanent Link: An Unconference About Green Software: Exploring Its Meaning and Applications'>An Unconference About Green Software: Exploring Its Meaning and Applications</a></li><li><a class='blue_bold_text' href='http://tek-tips.nethawk.net/blog/can-cloud-computing-be-energy-efficient' rel='bookmark' title='Permanent Link: Can Cloud Computing Be Energy Efficient?'>Can Cloud Computing Be Energy Efficient?</a></li></ol>]]></description>
			<content:encoded><![CDATA[<p>Green IT means two different things. One is to make IT itself greener, and the other is to make other things greener. Let&#8217;s focus on the former. As everyone knows, IT consists of hardware&mdash;such as servers, storage equipment, and network gear&mdash;and software. Up until now, energy efficiency has been focused on hardware but not on software.</p>
<p>I tried to cover this issue in the Green Software Unconference last August. See <a target="_blank" href="http://www.altaterra.net/members/blog_view.asp?id=288668&amp;post=76064">here</a> and <a target="_blank" href="http://www.altaterra.net/members/blog_view.asp?id=288668&amp;post=76606">here</a>.</p>
<p>In those posts, I listed several factors to consider in making software energy efficient:</p>
<ul>
<li>Parallel programming&mdash;hard to program, nondeterministic (such as race condition)</li>
<li>Design/architecture&mdash;modularized structure vs. big monolithic chunk (e.g., SMTP server)</li>
<li>Interpretive vs. compiled&mdash;web languages vs. C, C++, and Java</li>
<li>Performance vs. ease of use&mdash;heavy on the ease of use, and the heavy lifting left to hardware</li>
<li>Optimization&mdash;of compilers and other utilities</li>
<li>Selection of algorithms</li>
</ul>
<p>Although my session drew some audience, interest in software energy efficiency was limited. Why is this the case? First and foremost, most software engineers want to make their programs function correctly according to the specification. And then the programs will be optimized to run faster. Although optimized software tends to consume fewer computing resources and is likely to be greener, there is no guarantee that it is energy efficient.</p>
<p>What is energy efficiency for software? A more energy efficient server hardware box would produce the same results (like MIPS, million instructions per second) with less wattage. In other words, with the same amount of wattage, it produces more. MIPS is a standard metric for any server hardware box. If we use the same idea, then an energy efficient software piece would produce more results with the same wattage. In other words, an energy efficient software piece requires less wattage to produce the same results. The problem here is how we define the results. Software has no universal metric like MIPS for hardware.</p>
<table>
<tbody>
<tr>
<th width="35" rowspan="3">&nbsp;</th>
<td colspan="2">- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -</td>
</tr>
<tr>
<td><img src="http://tek-tips.nethawk.net/logos/1262042449_APC_96x46.jpg" alt="" /></td>
<td><a href="http://tek-tips.nethawk.net/registration_dynamic.php?id=375"><span style="font-family: Times New Roman;">Energy Impact of Increased Server Inlet Temperature</span></a></td>
</tr>
<tr>
<td colspan="2">- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -</td>
</tr>
</tbody>
</table>
<p>Two pieces of software could be compared for their energy efficiency if:</p>
<ul>
<li>They are run on the same hardware platform (same CPU, memory, and so forth).</li>
<li>They produce exactly the same results.</li>
</ul>
<p>There may be other conditions, but I cannot think of any at this point. This subject has been on my mind. Recently, I attended <a target="_blank" href="http://www.fountainblue.biz/">FountainBlue&#8217;s Clean Energy Entrepreneurs Forum</a> on the topic &quot;Leveraging Software for Clean Green Solutions&rdquo; March 1 (5:30&ndash;7:30 p.m. at Applied Materials in Santa Clara.)</p>
<p>The focus of this meeting was on how to make other things greener with software. Software energy efficiency was too early to discuss because it is far more important to make other things greener at this stage. I will keep this topic in mind and try to make a point from time to time.</p>


<p>Related posts:<ol><li><a class='blue_bold_text' href='http://tek-tips.nethawk.net/blog/energy-star-for-software-again' rel='bookmark' title='Permanent Link: Energy Star for Software Again!!'>Energy Star for Software Again!!</a></li><li><a class='blue_bold_text' href='http://tek-tips.nethawk.net/blog/an-unconference-about-green-software-exploring-its-meaning-and-applications' rel='bookmark' title='Permanent Link: An Unconference About Green Software: Exploring Its Meaning and Applications'>An Unconference About Green Software: Exploring Its Meaning and Applications</a></li><li><a class='blue_bold_text' href='http://tek-tips.nethawk.net/blog/can-cloud-computing-be-energy-efficient' rel='bookmark' title='Permanent Link: Can Cloud Computing Be Energy Efficient?'>Can Cloud Computing Be Energy Efficient?</a></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://tek-tips.nethawk.net/blog/energy-star-for-software/feed</wfw:commentRss>
		</item>
		<item>
		<title>China: Everyone&#8217;s Favorite Whipping Boy?</title>
		<link>http://tek-tips.nethawk.net/blog/china-everyones-favorite-whipping-boy</link>
		<comments>http://tek-tips.nethawk.net/blog/china-everyones-favorite-whipping-boy#comments</comments>
		<pubDate>Tue, 02 Mar 2010 00:20:44 +0000</pubDate>
		<dc:creator>Tek-Tips</dc:creator>
		
		<category><![CDATA[Community Manager]]></category>

		<guid isPermaLink="false">http://tek-tips.nethawk.net/blog/?p=2517</guid>
		<description><![CDATA[Okay, we wrote yesterday  about Congressman and Senate Republican candidate Tom Campbell&#8217;s strong response  to how he would respond to the attacks on Google, even though we tried to  qualify the facts as we know them.&#160; Tom is a great guy and a great supporter of  the Internet, privacy and Silicon [...]


Related posts:<ol><li><a class='blue_bold_text' href='http://tek-tips.nethawk.net/blog/china-and-the-google-bear' rel='bookmark' title='Permanent Link: China and the Google Bear'>China and the Google Bear</a></li><li><a class='blue_bold_text' href='http://tek-tips.nethawk.net/blog/china-to-accelerate-development-of-internet-wen' rel='bookmark' title='Permanent Link: China to accelerate development of Internet: Wen'>China to accelerate development of Internet: Wen</a></li><li><a class='blue_bold_text' href='http://tek-tips.nethawk.net/blog/chinas-future-us-jobs' rel='bookmark' title='Permanent Link: China&#8217;s Future &#038; U.S. Jobs'>China&#8217;s Future &#038; U.S. Jobs</a></li></ol>]]></description>
			<content:encoded><![CDATA[<p>Okay, we wrote yesterday  about Congressman and Senate Republican candidate <a href="http://cli.gs/NWErU2">Tom Campbell&#8217;s strong response</a>  to how he would respond to the attacks on Google, even though we tried to  qualify the facts as we know them.&nbsp; Tom is a great guy and a great supporter of  the Internet, privacy and Silicon Valley.&nbsp; And he has been for many years.&nbsp; It&#8217;s  not surprising Tom took a strong stance given the attacks he is under from Carly  Fiorino, former HP CEO and now running second to Tom.</p>
<p>
<input width="183" type="image" height="250" src="http://tek-tips.nethawk.net/blog/wp-content/uploads/whipping%20boy.jpg" />
<span style="font-size: small; color: rgb(153, 102, 0);">Our Favorite Whipping Cream Boy</span></p>
<p>Yet, I just read the  post by <a href="http://cli.gs/pqRA2v">Fast Company&#8217;s</a> Kit Eaton whom we read regularly and quote here often.&nbsp;  I&#8217;m a little flummoxed on this one by Kit as he says, &quot;That Chinese cyberattack  late in 2009, targeting <a href="http://www.fastcompany.com/mic/2010/profile/google" target="_blank">Google</a> and other big names, was  enabled by U.S. warrantless search legislation,&quot; and, &quot;The crack through which  Chinese cyberattacks broke into Google last year, causing no end of ongoing  trouble, was actually put into the security system on purpose to comply with  legislation.&quot;</p>
<p>So now where are  we?&nbsp; We do not know for sure if &quot;China&quot; was responsible and when someone says,  &quot;China,&quot; it is usually inferred that they mean the government, though I haven&#8217;t  heard back from Kit yet.&nbsp; In fact, we don&#8217;t really know for sure if it was even  somebody in China, which very well may be but may also be somebody trying to  make it look like it came from there or it could be someone in China from East  Godknowswhereistan.</p>
<p>Kit details the fact  that it was our government, the U.S. of A., that was&nbsp;&quot;hell-bent at trampling  over citizen&#8217;s rights in order to <em>protect</em> those self-same rights,  required Google to install back doors in its security system so that it could,  at will, snoop on the online goings-on of suspect Gmail users.&quot; Pretty strong  words from Kit and he is right.&nbsp; But here is where I think he loses us, &quot;then  clever Chinese hackers, hell-bent on discovering intelligence on Gmail users who  are suspected to be anti-establishment, used that same back door system to  neatly dodge past the complex, expensive security systems Google has in place to  protect its own data, and the petabytes of deeply personal information it stores  about its billions of users.&quot;</p>
<p>Well fact is, we  just don&#8217;t know that for a fact.&nbsp; What we know is that Chinese hackers are not  necessarily China.&nbsp; Certainly not the government, for sure, to which he, in my  opinion, contradicts himself by saying, &quot;Security researchers are still trying  to pin-point the <a href="http://www.fastcompany.com/blog/kit-eaton/technomix/china-gets-serious-about-cyber-security-busts-nations-biggest-hacking-schoo" target="_blank">source</a> of the hacks, and believe they may have found some key players and <a href="http://www.fastcompany.com/1554349/attacks-against-google-linked-to-two-chinese-schools-with-ties-to-government-search-competit" target="_blank">institutions</a> that may be  responsible, some with government links.&quot;&nbsp; There are more holes in his  assertions than in Google.</p>
<table>
<tbody>
<tr>
<th width="35" rowspan="3">&nbsp;</th>
<td colspan="2">- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -</td>
</tr>
<tr>
<td><img src="http://tek-tips.nethawk.net/whitepaper_image/1254526058_VeriSign_101x42.jpg" alt="" /></td>
<td><a href="http://tek-tips.nethawk.net/registration_dynamic.php?id=331"><span style="font-family: Times New Roman;">Solve Five Key IT Security Challenges with Cloud-Based Authentication</span></a></td>
</tr>
<tr>
<td colspan="2">- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -</td>
</tr>
</tbody>
</table>
<p>In the end, Kit  seems to be saying what we&#8217;ve been saying all along, &quot;Tech-savvy people around  the U.S. are left to wonder how many other government-required back doors exist  in the Net, ready for nefarious types from organized criminals to foreign spies  to exploit, in a similar way Google was attacked.&quot;&nbsp; Exactamundo.</p>
<p>Fortunately, we  still love Kit and Fast money as he closes with a fabulous Latin quote:&nbsp; &quot;Quis  custodiet ipsos custodes,&quot; which means, who shall keep the keepers themselves  and to which we say, satis verborum.</p>


<p>Related posts:<ol><li><a class='blue_bold_text' href='http://tek-tips.nethawk.net/blog/china-and-the-google-bear' rel='bookmark' title='Permanent Link: China and the Google Bear'>China and the Google Bear</a></li><li><a class='blue_bold_text' href='http://tek-tips.nethawk.net/blog/china-to-accelerate-development-of-internet-wen' rel='bookmark' title='Permanent Link: China to accelerate development of Internet: Wen'>China to accelerate development of Internet: Wen</a></li><li><a class='blue_bold_text' href='http://tek-tips.nethawk.net/blog/chinas-future-us-jobs' rel='bookmark' title='Permanent Link: China&#8217;s Future &#038; U.S. Jobs'>China&#8217;s Future &#038; U.S. Jobs</a></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://tek-tips.nethawk.net/blog/china-everyones-favorite-whipping-boy/feed</wfw:commentRss>
		</item>
	</channel>
</rss>
