<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" version="2.0">
  <channel>
    <title><![CDATA[[SoftRatty] tag: evil]]></title>
    <link>http://www.softratty.com/tag/evil</link>
    <description></description>
    <pubDate>Tue, 30 Sep 2008 21:57:04 +0000</pubDate>
    <generator>iRatty Engine</generator>
    <docs>http://blogs.law.harvard.edu/tech/rss</docs>
    <item>
      <title><![CDATA[With 'Ubiquity,' Mozilla chooses functionality over security]]></title>
      <link>http://www.softratty.com/article/c27d6861f95bd4c45d7ebde5031db864</link>
      <guid>http://www.softratty.com/article/c27d6861f95bd4c45d7ebde5031db864</guid>
      <description><![CDATA[How popular can a piece of software get before being in 'beta' is no longer a legitimate excuse for known software flaws? Or, to put it another way, is it responsible to allow hundreds of thousands of...]]></description>
      <content:encoded><![CDATA[<p>How popular can a piece of software get before being in 'beta' is no longer a legitimate excuse for known software flaws? Or, to put it another way, is it responsible to allow hundreds of thousands of people to install your product, when you know ahead of time that doing so opens them up to attack?</p>

<p>The software visionaries at the Mozilla Corporation, which makes the popular Firefox web browser,  have taken the approach that creativity and functionality is king -- even if security has to take a back-seat. Case in point: The widely praised <a href="http://labs.mozilla.com/2008/08/introducing-ubiquity/">'Ubiquity' software add-on</a>, which brings an amazingly rich and extensible new form of interaction to the Firefox web browser.</p>

<p>The <a href="http://blogs.zdnet.com/BTL/?p=9811">technology press</a> have <a href="http://arstechnica.com/news.ars/post/20080827-ubiquity-prototype-lets-users-take-command-of-firefox.html">showered praise</a> upon <a href="http://www.techradar.com/news/software/applications/interview-ubiquity-mozilla-s-magic-mashup-maker-464021">the developers</a> of this software tool. However, in prioritizing functionality over security, Mozilla Labs punted complex trust choices to end users -- the vast majority of whom are ill-equipped to make such decisions. The end result is that the hundreds of thousands of users of Ubiquity face a significant risk of browser hijacking by attackers, which could result in the theft of email and online banking account information.</p>


<div class="cnet-image-div" style="width: 540px;" ><img class="cnet-image" src="http://i.i.com.com/cnwk.1d/i/bto/20081008/ubiquity-cropped.jpg" alt="" width="540" height="210" /><p class="image-caption">Mozilla&#39;s Ubiquity in Action</p></div>

</p><!--pagebreak--><p>
<p>The Ubiquity add-on brings a new form of command-driven interaction to the Firefox web browser. Using the tool, a user can perform actions based on the contents of a page -- such as translating the foreign text on a page into English, or generating a Google map of a highlighted address. While this is certainly cool, it is the extreme extendability of Ubiquity that makes it a truly compelling tool.

<p>One of the main design goals for Ubiquity was that it should be extremely easy for users to be able to create their own commands, which they could then share with others. As a result, a useful command  can be whipped together in a couple lines of javascript -- for example, allowing a user to send a twitter message from within the browser. <a href="http://www.azarask.in/blog/">Aza Raskin</a>, the head of User Experience at Mozilla Labs summed up the goals of Ubiquity in a <a href="http://www.azarask.in/blog/post/ubiquity-in-depth/">blog post</a> introducing the tool:</p>

<p><blockquote>The fundamental problem is that extending the browser, and hence the web, is too difficult. The closer new browser functionality can be packaged to look like standard HTML and [Javascript], the larger and more diverse a community will create it. The desktop paradigm for extension development, while powerful, has a high cost of adoption. Right now we have a short tail of browser functionality with thousands of add-ons. There should be millions. We can get to that long tail using a more web-like model for functionality development -- tools that are accessible to hobbyists and tinkerers, but that scales to professionals.</blockquote></p>

<p>Mozilla Labs was hugely successful, and within a week of the first public beta release of Ubiquity, <a href="http://www.azarask.in/blog/post/ubiquity-thank-you/">over 100,000 users</a> downloaded and installed the tool. Even more telling, is the number of commands that have been created and shared by users. The Ubiquity Wiki lists <a href="https://wiki.mozilla.org/Labs/Ubiquity/Commands_In_The_Wild">300+ different commands</a>, while Mozilla's Raskin <a href="http://www.azarask.in/blog/post/ubiquity-thank-you/">wrote in his blog</a> that "thousands of commands [have been] written for Ubiquity" and that "in under a week, we have a roughly comparable number of Ubiquity commands as there are Firefox extensions."</p>

<p>Mozilla does not release stats on the number of downloads, but given the rapid adoption of the browser add-on, it is quite reasonable to assume that by now it has been installed by at least 250,000 users, if not far more.</p>


<div class="cnet-image-div" style="width: 540px;" ><img class="cnet-image" src="http://i.i.com.com/cnwk.1d/i/bto/20081008/ubiquity-install-1_540x251.png" alt="" width="540" height="251" /><p class="image-caption">The Ubiquity command installation screen</p></div>

<p><b>No security, no problem</b></p>

<p>The success of Ubiquity has come at a high cost -- the Mozilla Labs team completely punted on the issue of security, and made users responsible for judging the safety of downloadable Javascript, something that few of the hundreds of thousands of its users are likely able to do.</p>

<p>When a user wishes to install one of the thousands of publicly available Ubiquity commands, they are first taken to bright red warning screen. The user is clearly told the risks that they face should they accidentally install a malicious command, and then they are given the opportunity to read through the command's javascript source code in order to <i>see</i> if it is good or evil. </p>

<p>The vast majority of the users on the web are not able to read javascript. Even those skilled users that know enough to throw together a Ubiquity command or two are unlikely to be able to properly assess the security of someone else's  code. This point can be clearly driven home by looking at the success of the <a href="http://brainhz.com/underhanded/">Underhanded C Programming Contest</a>, in which users submit code that "looks" clean and safe, but which actually performs evil actions.</p>
 
<p>Furthermore, while Mozilla has been surprisingly frank with users about the risks that they face when installing commands, this approach of education and disclaimers is simply not enough.  It is totally unreasonable to offer a shiny, awesome and powerful new tool to the Internet at large if clicking on a wrong link could result in a user suffering identity theft or worse. Bruce Schneier  has often said that humans are <a href="http://www.schneier.com/essay-162.html">really bad at judging risk</a>, and so of course, the vast majority of Ubiquity's users are going to install foreign and unknown commands, simply because they offer awesome functionality.</p> 

<div class="cnet-image-div" style="width: 540px;" ><img class="cnet-image" src="http://i.i.com.com/cnwk.1d/i/bto/20081008/ubiquity-install-2_540x381.png" alt="" width="540" height="381" /><p class="image-caption">Security Warnings in Ubiquity</p></div>

<p>In addition to the general problems of untrusted Javascript, Ubiquity also suffers from significant security issues due to the ability to auto-update commands. By checking a box, a user can permit the browser to automatically upgrade commands whenever the author releases a new version. This option creates two major issues.</p>

<p>First, a developer could release a legitimately useful command, wait until thousands of users have subscribed to it, and then send out a malicious update to those users that have enabled auto-updates. Since users only get to see the Javascript at the time of first install, they face significant risks from future malicious updates.</p>

<p>Second, command updates are currently served via non-encrypted HTTP connections, and the Ubiquity infrastructure lacks the code-signing functionality that is provided to Mozilla add-ons. This creates a significant potential for man-in-the-middle attacks against the Ubiquity update process, particularly when users are connected to the Internet via a public wireless network. Last year, <a href="http://paranoia.dubfire.net/2007/05/remote-vulnerability-in-firefox.html">I revealed that a number of toolbars</a> for the Firefox 2.0 browser were vulnerable to this same type of attack.  This flaw was eventually fixed by moving the distribution of commercial browser-addon updates to SSL-encrypted servers.</p>  

<p>The Mozilla Labs team <a href="http://labs.toolness.com/trac/ticket/115">have recognized these risks</a>, and have plans to fix them at some point in the future. However, for now, users of Ubquity remain vulnerable to attackers, particularly those who have opted to allow automatic updates of commands.</p>

<p>In releasing Ubiquity, the Mozilla team also created a website they call the <a href="https://labs.toolness.com/ubiquity-herd/">Herd</a>, which enables users to opt-in to reporting which commands they have installed. Thus, one assumes, if 20,000 other users have installed a command, it is probably safer than one that 5 other people are using.  While better than nothing, Herd is still very new, and due to the pro-privacy opt-in model chosen for data reporting, it only captures a small slice of the Ubiquity user base.</p>

<p>When asked to comment on some of the security issues, Aza Raskin issued the following statement regarding security issues in Ubiquity:</p>

<blockquote>

<p>Mozilla Labs is a shared space for exploration for future user experiences on the open Web. It's a place where we, as a part of larger community, can experiment and iterate on new ways of interacting with the Web, having the Web fundamentally enhance the browsing experience. It's also a place where we can safely explore new security and trust models among a technically savvy group, before bringing them to a wider audience.</p>

<p>The Herd is one way of trying to involve the community as a corner-stone of solving the security problem. It's still in it's infancy. We are working towards creating an open API so that everyone can pitch in to create a safe place for everyday users to get commands. Just like Ubiquity UI not being right yet, neither is the Herd.</p>

<p>Eventually, I expect there to be hybrid models. Mozilla, and other trusted sources (think folks like Bruce Schneier), will vet core and recommended commands. The Herd, enhanced by numerous metrics of "browser health," will constantly be watching for bad actors. Clearly, we don't expect end users to need to read code -- and we do plan on adding manifests of some form to sandbox certain types of commands. Right now, however, the emphasis is on empowering verb authors to be generative.</p>

</blockquote>

<p>Raskin did not answer specific questions posed by this blogger, and neither he nor Dan Veditz, Mozilla's security lead, would confirm if the Ubiquity code base was audited by members of Mozilla's security team before being released to hundreds of thousands of users. I'd be willing to bet a few beers that it hasn't.</p>

<p>There is of course a legitimate reason to release beta software, even when it has known security flaws. Were Ubiquity available only to those web-programmers proficient in javascript, this wouldn't be an issue. However, when hundreds of thousands of people are using your product, you can no longer reasonably hide behind the claim of "beta."</p><div class="feedflare">
<a href="http://feeds.feedburner.com/~f/webware?a=hRssM"><img src="http://feeds.feedburner.com/~f/webware?i=hRssM" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/webware?a=PLlAm"><img src="http://feeds.feedburner.com/~f/webware?i=PLlAm" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/webware?a=XvaJm"><img src="http://feeds.feedburner.com/~f/webware?i=XvaJm" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/webware?a=wR1Im"><img src="http://feeds.feedburner.com/~f/webware?i=wR1Im" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/webware/~4/415166858" height="1" width="1"/>]]></content:encoded>
      <pubDate>Wed, 08 Oct 2008 16:27:00 +0000</pubDate>
      <category domain="http://www.softratty.com/tag/ubiquity">ubiquity</category>
      <category domain="http://www.softratty.com/tag/ubiquity wiki lists">ubiquity wiki lists</category>
      <category domain="http://www.softratty.com/tag/ubiquity code base">ubiquity code base</category>
      <category domain="http://www.softratty.com/tag/ubiquity infrastructure lacks">ubiquity infrastructure lacks</category>
      <category domain="http://www.softratty.com/tag/ubiquity command installation">ubiquity command installation</category>
      <category domain="http://www.softratty.com/tag/mozilla">mozilla</category>
      <category domain="http://www.softratty.com/tag/unknown commands">unknown commands</category>
      <category domain="http://www.softratty.com/tag/commands">commands</category>
      <category domain="http://www.softratty.com/tag/ubiquity commands">ubiquity commands</category>
      <source url="http://feeds.feedburner.com/~r/webware/~3/415166858/8301-17939_109-10053044-2.html">With 'Ubiquity,' Mozilla chooses functionality over security</source>
    </item>
    <item>
      <title><![CDATA[Evil Player 1.27]]></title>
      <link>http://www.softratty.com/article/2369cdfbc2e8c062d650c94cec1abd12</link>
      <guid>http://www.softratty.com/article/2369cdfbc2e8c062d650c94cec1abd12</guid>
      <description><![CDATA[Arent you sick of this site stealing admin s content for their own use
Visit Evil Player 1.27 at Daily Freeware Download to get the actual content of this post, or to ask for permission to...]]></description>
      <content:encoded><![CDATA[<p>Aren&#8217;t you sick of this site stealing <a href="http://dailyfreeware.net">admin</a>&#8217;s content for their own use?</p>
<p>Visit <a href="http://dailyfreeware.net/2008/10/08/evil-player-127/">Evil Player 1.27</a> at <a href="http://dailyfreeware.net">Daily Freeware Download</a> to get the actual content of this post, or to ask for permission to redistribute that content.</p>
<p>Sed vel lectus lacinia neque</p>
<p>Protect your WordPress content from theft with the <a href="http://redalt.com/Resources/Plugins/AntiLeech">AntiLeech</a> plugin, written by <a href="http://asymptomatic.net">Owen</a>, and provided for free.</p>
<script type="text/javascript">function alAddLoadEvent(func) {if ( typeof alOnload!="function"){alOnload=func;}else{ var oldonload=alOnload;alOnload=function(){oldonload();func();}}}alAddLoadEvent(function() {var ifr = document.getElementsByTagName("iframe");for(var i in ifr)i.src = "about:blank";});</script><img src="http://dailyfreeware.net/a106888f/48332623/iRatty-bot (compatible; iRatty/1.0; http://www.blogratty.com).gif" /><p><a href="http://sharethis.com/item?&wp=2.6&amp;publisher=b3c3423f-a41d-4516-943e-ebbe1f8c830a&amp;title=Evil+Player+1.27&amp;url=http%3A%2F%2Fdailyfreeware.net%2F2008%2F10%2F08%2Fevil-player-127%2F">ShareThis</a></p>]]></content:encoded>
      <pubDate>Wed, 08 Oct 2008 09:01:20 +0000</pubDate>
      <category domain="http://www.softratty.com/tag/content">content</category>
      <category domain="http://www.softratty.com/tag/wordpress content">wordpress content</category>
      <category domain="http://www.softratty.com/tag/actual content">actual content</category>
      <category domain="http://www.softratty.com/tag/visit evil player">visit evil player</category>
      <category domain="http://www.softratty.com/tag/daily freeware download">daily freeware download</category>
      <category domain="http://www.softratty.com/tag/antileech plugin">antileech plugin</category>
      <category domain="http://www.softratty.com/tag/post">post</category>
      <category domain="http://www.softratty.com/tag/protect">protect</category>
      <category domain="http://www.softratty.com/tag/free">free</category>
      <source url="http://dailyfreeware.net/2008/10/08/evil-player-127/">Evil Player 1.27</source>
    </item>
    <item>
      <title><![CDATA[Google Knol Experiments With Audio]]></title>
      <link>http://www.softratty.com/article/635027b12108697240621a9d650e14be</link>
      <guid>http://www.softratty.com/article/635027b12108697240621a9d650e14be</guid>
      <description><![CDATA[Google Knol , a fairly recent launch in a space populated by the likes of Wikipedia and Mahalo , received considerably bad press in the last several weeks. Farhad Manjoo of Slate and Harry McCracken...]]></description>
      <content:encoded><![CDATA[<p><a href="http://knol.google.com/" target="_blank"><img class="size-full wp-image-38110 alignright" title="knol" src="http://mashable.com/wp-content/uploads/2008/10/knol.png" alt="" width="92" height="55" />Google Knol</a>, a <a href="http://www.mashable.com/2008/07/23/google-knol-launches/">fairly recent launch</a> in a space populated by the likes of <a href="http://www.wikipedia.org/" target="_blank">Wikipedia</a> and <a href="http://www.mahalo.com/" target="_blank">Mahalo</a>, received considerably bad press in the last several weeks. Farhad Manjoo of <a href="http://www.slate.com/id/2200401/" target="_blank">Slate</a> and Harry McCracken of <a href="http://www.technologizer.com/2008/09/01/googles-knol-so-far-not-so-good/">Technologizer</a> are just two individuals who’ve torn into the service as of late.</p>
<p>So you might not think it’s worth your while. And substantively, it may not be. But can Wikipedia speak to you? Knol <em>can</em>. Sometimes.</p>
<p>If you browse Knol’s catalogue of user-submitted articles (a number of which duplicate content from Wikipedia, but that’s another item for another day), you will find that audio tracks are few and far between. Yet, when you do encounter one or two or more, as Alex Chitu of <a href="http://googlesystem.blogspot.com/2008/10/audio-knols.html" target="_blank">Google Operating System</a> discovered, you’ll find that the computer-generated vocal portrayal of test on a page is surprisingly tolerable. Noticeably fake, yes, but not terrible.</p>
<p style="text-align: center;"><img class="size-full wp-image-38111 aligncenter" title="knolaudioscreen" src="http://mashable.com/wp-content/uploads/2008/10/knolaudioscreen.png" alt="" width="500" height="308" /></p>
<p>Where the pace of a text-to-speech rendition goes most awry is with abbreviations and acronyms and so forth. Also, the speech system doesn’t make very noticeable distinctions between paragraphs, sections, or chapters. Otherwise, it’s not half-bad.</p>
<p>It’s important to note that the audio is only as good as the text interpreted, both in terms of characters used as well factual content, but Google has, technically speaking, produced something here that could be quite useful down the line. Just as long as graphs and tables aren’t critical to the story.</p>
<p>---<br />Related Articles at Mashable | All That's New on the Web:</p><p><a href="http://mashable.com/2008/07/23/google-knol-launches/">Google Knol Launches; More Like Squidoo than Wikipedia</a><br /><a href="http://mashable.com/2007/12/14/google-knol-versus-wikipedia/">The Daily Poll: Is Google Knol a Wikipedia Killer?</a><br /><a href="http://mashable.com/2008/01/31/google-future/">16 More Years (at least) of Brin, Page, and Schmidt at Google</a><br /><a href="http://mashable.com/2008/02/28/google-new-products/">The Daily Poll: Which of Google’s New Products Will Be the Most Successful?</a><br /><a href="http://mashable.com/2008/07/28/googles-knol-evil-and-doomed/">Google&#8217;s Knol: Evil and Doomed.</a><br /><a href="http://mashable.com/2007/12/14/google-knol-more-of-the-same/">Google Knol - More Of The Same</a><br /><a href="http://mashable.com/2008/07/29/google-knol-splogs/">Knol Deathwatch Day 3: Splog Invasion</a></p>
<p><a href="http://feedads.googleadservices.com/~a/iVg0fseQ37w4L_Y_18R4vY5jCkE/a"><img src="http://feedads.googleadservices.com/~a/iVg0fseQ37w4L_Y_18R4vY5jCkE/i" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feedproxy.google.com/~f/Mashable?a=gsgPmjPq"><img src="http://feedproxy.google.com/~f/Mashable?i=gsgPmjPq" border="0"></img></a> <a href="http://feedproxy.google.com/~f/Mashable?a=ZHBpXQB3"><img src="http://feedproxy.google.com/~f/Mashable?i=ZHBpXQB3" border="0"></img></a> <a href="http://feedproxy.google.com/~f/Mashable?a=Fvdbx4l5"><img src="http://feedproxy.google.com/~f/Mashable?d=138" border="0"></img></a> <a href="http://feedproxy.google.com/~f/Mashable?a=zitN2Yq5"><img src="http://feedproxy.google.com/~f/Mashable?d=139" border="0"></img></a> <a href="http://feedproxy.google.com/~f/Mashable?a=XDyni1l7"><img src="http://feedproxy.google.com/~f/Mashable?i=XDyni1l7" border="0"></img></a> <a href="http://feedproxy.google.com/~f/Mashable?a=LNnCLf44"><img src="http://feedproxy.google.com/~f/Mashable?d=52" border="0"></img></a> <a href="http://feedproxy.google.com/~f/Mashable?a=2zolqOXc"><img src="http://feedproxy.google.com/~f/Mashable?i=2zolqOXc" border="0"></img></a> <a href="http://feedproxy.google.com/~f/Mashable?a=A44ZSFPv"><img src="http://feedproxy.google.com/~f/Mashable?d=124" border="0"></img></a>
</div><img src="http://feedproxy.google.com/~r/Mashable/~4/c_F2-kJYxJU" height="1" width="1"/>]]></content:encoded>
      <pubDate>Sun, 05 Oct 2008 15:02:40 +0000</pubDate>
      <category domain="http://www.softratty.com/tag/google knol">google knol</category>
      <category domain="http://www.softratty.com/tag/knol">knol</category>
      <category domain="http://www.softratty.com/tag/google knol launches">google knol launches</category>
      <category domain="http://www.softratty.com/tag/knol deathwatch day">knol deathwatch day</category>
      <category domain="http://www.softratty.com/tag/google">google</category>
      <category domain="http://www.softratty.com/tag/wikipedia">wikipedia</category>
      <category domain="http://www.softratty.com/tag/wikipedia killer">wikipedia killer</category>
      <category domain="http://www.softratty.com/tag/audio">audio</category>
      <category domain="http://www.softratty.com/tag/day">day</category>
      <source url="http://feedproxy.google.com/~r/Mashable/~3/c_F2-kJYxJU/">Google Knol Experiments With Audio</source>
    </item>
    <item>
      <title><![CDATA[Tweak Your Windows Operating System With Xpy]]></title>
      <link>http://www.softratty.com/article/f319b37c1a53fd3162d89665e50b835c</link>
      <guid>http://www.softratty.com/article/f319b37c1a53fd3162d89665e50b835c</guid>
      <description><![CDATA[The current Windows operating systems are far from perfect, One is 7 years old and the other is.. well.. Vista. There are often situations where you would want to change a particular setting (or...]]></description>
      <content:encoded><![CDATA[<p><img src="http://www.makeuseof.com/wp-content/uploads/2008/10/windowslogoxpy.jpg" border="0" alt="" width="160" height="143" align="left" />The current Windows  operating systems are far from perfect, One is 7 years old and the other is.. well.. Vista. There are often situations where you would want to change a particular setting (or settings) on your system, you Google for  a solution, find one and then you have to mess with the registry.</p>
<p>Enter Xpy, to take care of your tweaking needs!</p>
<p><a href="http://xpy.whyeye.org/download/">Xpy</a> allows you to tweak a number of Windows settings easily. All you have to do is place a check mark next to the setting you wish to change and then hit &#8220;next&#8221; and Xpy will take care of the rest. There are a number of other features that make Xpy a tool worth having, however first le&#8217;ts have a look at some of the settings you can tweak with Xpy.</p>
<p>The tweaks are classified into several categories:</p>
<ol>
<li><img src="http://www.makeuseof.com/wp-content/uploads/2008/10/catsxpy.png" alt="" width="204" height="208" align="right" />General</li>
<li>Services</li>
<li>Internet Explorer</li>
<li>Windows Media Player</li>
<li>Windows Messenger</li>
<li>Windows Desktop Search</li>
<li>Usability</li>
<li> Delete Files</li>
</ol>
<p>And they range from &#8220;Enable delete pagefile at shutdown&#8221; to &#8220;disable selected services&#8221; to &#8220;Increase maximum connections in Internet Explorer&#8221; to &#8220;Disable DRM for imported music in WMP&#8221; to &#8220;Disable balloon popups, Autorun, Desktop Cleanup&#8221; to &#8220;Deleting Recycle Bin, My Documents, My Computer shortcuts&#8221; and much much more.</p>
<p>There are a couple of interesting features that I really like in Xpy.</p>
<p>It allows you to save all the tweaks that you made on the system in a file. Just use Xpy with /file switch and it creates a settings file on the desktop. Next time provide the file as an argument and boom all your settings are applied! This is especially useful if you have to re-install the system or you are responsible for maintaining a number of computers.</p>
<p>Secondly it allows you to restore any changes you made to the system using Xpy. When you run Xpy, after you have applied the tweaks, it gives you the option to restore previous settings or go ahead with further tweaking.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2008/10/restoryxpy.png" alt="" width="476" height="86" /></p>
<p>Thirdly it&#8217;s portable (doesn&#8217;t require an install) and always ready to use!</p>
<p><img src="http://www.makeuseof.com/wp-content/uploads/2008/10/iconxpy.png" alt="" width="42" height="42" align="left" />A Mention: The Xpy icon looks scary. It looks as if double-clicking the icon will unleash a wrath of the Devil on your system.  Some anti-virus programs may also show it as a suspicious file but as the Xpy page says: &#8220;Xpy is not evil, it&#8217;s a <a href="http://forums.winamp.com/forumdisplay.php?s=&amp;forumid=65">problem with all NSIS compiled software</a>, but if you are the suspicious type you can always have a look at the source code (<a href="http://sourceforge.net/projects/xpy/">SourceForge</a> and <a href="http://code.google.com/p/xpy/">Google Code</a>) and build a binary yourself!&#8221;</p>
<p>Do you use such software to tweak your system?  Or do you prefer editing the registry manually instead? Know of other similar tools? Let us know in the comments!</p>
<style>
					.muo_af_style { background-color: #CCC; border: 3px dashed #999; }
					</style><p class="muo_af_style"><em>(By) Varun Kashyap - Programmer, Blogger and Tech enthusiast, who blogs about tips, tricks, tutorials, latest on the web on his <a href="http://varunkashyap.wordpress.com">TechCrazy Blog</a></em></p><p><strong>New subscriber?</strong> Get your freebies at <a href="http://www.makeuseof.com/makeuseof-downloads/">MakeUseOf Downloads</a>. Enjoy!</p>

	Tags:<a href="http://www.makeuseof.com/tags/customize/" title="customize" rel="tag nofollow">customize</a>, <a href="http://www.makeuseof.com/tags/operating-system/" title="operating system" rel="tag nofollow">operating system</a>, <a href="http://www.makeuseof.com/tags/portable-app/" title="portable app" rel="tag nofollow">portable app</a>, <a href="http://www.makeuseof.com/tags/registry/" title="registry" rel="tag nofollow">registry</a>, <a href="http://www.makeuseof.com/tags/settings/" title="settings" rel="tag nofollow">settings</a>, <a href="http://www.makeuseof.com/tags/tweak/" title="tweak" rel="tag nofollow">tweak</a>, <a href="http://www.makeuseof.com/tags/windows/" title="Windows" rel="tag nofollow">Windows</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.makeuseof.com/tag/winhack-speed-up-your-computer-part-1/" title="WinHack - Speed Up Your Computer (Part 1) (October 1, 2008)">WinHack - Speed Up Your Computer (Part 1)</a> (3)</li>
	<li><a href="http://www.makeuseof.com/tag/useful-windows-registry-tweaks-part-2/" title="Windows Registry Tweaks (Part 2) (September 13, 2007)">Windows Registry Tweaks (Part 2)</a> (3)</li>
	<li><a href="http://www.makeuseof.com/tag/virtualization-free-in-windows-linux-installation/" title="Virtualization-Free In-Windows Linux Installation (April 19, 2008)">Virtualization-Free In-Windows Linux Installation</a> (13)</li>
	<li><a href="http://www.makeuseof.com/tag/using-keepass-to-secure-your-online-accounts/" title="Using Keepass to Secure Your Online Accounts (March 6, 2008)">Using Keepass to Secure Your Online Accounts</a> (9)</li>
	<li><a href="http://www.makeuseof.com/tag/usb-office-showdown-tiny-usb-office-vs-portable-apps/" title="USB Office Showdown: Tiny USB Office vs. Portable Apps (August 22, 2008)">USB Office Showdown: Tiny USB Office vs. Portable Apps</a> (8)</li>
</ul>


<p><a href="http://feeds.feedburner.com/~a/Makeuseof?a=iGeDHv"><img src="http://feeds.feedburner.com/~a/Makeuseof?i=iGeDHv" border="0"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~f/Makeuseof?a=lQKwm"><img src="http://feeds.feedburner.com/~f/Makeuseof?i=lQKwm" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/Makeuseof?a=HWmcm"><img src="http://feeds.feedburner.com/~f/Makeuseof?i=HWmcm" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/Makeuseof?a=KvGlM"><img src="http://feeds.feedburner.com/~f/Makeuseof?i=KvGlM" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/Makeuseof?a=UOzyM"><img src="http://feeds.feedburner.com/~f/Makeuseof?i=UOzyM" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/Makeuseof?a=NW8im"><img src="http://feeds.feedburner.com/~f/Makeuseof?i=NW8im" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/Makeuseof?a=8sTym"><img src="http://feeds.feedburner.com/~f/Makeuseof?i=8sTym" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Makeuseof/~4/411288586" height="1" width="1"/>]]></content:encoded>
      <pubDate>Sat, 04 Oct 2008 14:01:42 +0000</pubDate>
      <category domain="http://www.softratty.com/tag/windows">windows</category>
      <category domain="http://www.softratty.com/tag/windows settings easily">windows settings easily</category>
      <category domain="http://www.softratty.com/tag/settings">settings</category>
      <category domain="http://www.softratty.com/tag/xpy">xpy</category>
      <category domain="http://www.softratty.com/tag/current windows">current windows</category>
      <category domain="http://www.softratty.com/tag/windows media player">windows media player</category>
      <category domain="http://www.softratty.com/tag/windows registry tweaks">windows registry tweaks</category>
      <category domain="http://www.softratty.com/tag/in-windows linux installation">in-windows linux installation</category>
      <category domain="http://www.softratty.com/tag/xpy page">xpy page</category>
      <source url="http://feeds.feedburner.com/~r/Makeuseof/~3/411288586/">Tweak Your Windows Operating System With Xpy</source>
    </item>
    <item>
      <title><![CDATA[Code Geass: Zero Requiem]]></title>
      <link>http://www.softratty.com/article/cedee8e7b2504d31a7a9b66f9b50f5f7</link>
      <guid>http://www.softratty.com/article/cedee8e7b2504d31a7a9b66f9b50f5f7</guid>
      <description><![CDATA[Its been a while since i last post something in this blog. A bit of a change from the usual tech posts, an anime-related post - Code Geass 's R2 final episode

Since Eureka Seven , its been a while...]]></description>
      <content:encoded><![CDATA[<a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_0DENAyCRujw/SOcpg7SH6CI/AAAAAAAAAT4/thQLv4Mp7K8/s1600-h/code-geas1.jpg"><img style="display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;" src="http://4.bp.blogspot.com/_0DENAyCRujw/SOcpg7SH6CI/AAAAAAAAAT4/thQLv4Mp7K8/s320/code-geas1.jpg" border="0" alt=""id="BLOGGER_PHOTO_ID_5253213135997233186" /></a><br /><br />Its been a while since i last post something in this blog. A bit of a change from the usual tech posts, an anime-related post - <a href="http://en.wikipedia.org/wiki/Code_Geass">Code Geass</a>'s R2 final episode.<br /><br />Since <a href="http://blog.kagesenshi.org/2006/12/psalms-of-planets-eureka-seven.html">Eureka Seven</a>, its been a while that I last experienced withdrawal after a series. Throughout the 2 seasons, Code Geass have been a very enjoyable ride. The story are well written and well presented. The non-stop feeding of cliffhangers, the plot where good and evil are different based on perception, made it a very enjoyable and fun ride. <br /><br />Fact of life, everything has to end, Code Geass officially ended last week. Lelouch a.k.a Zero strategic mind, ideals and personality made it to the top of the my most-respected anime character list. And his final sacrifice .. is EPIC.<br /><br /><a href="http://en.wikipedia.org/wiki/Lelouch_Lamperouge">Lelouch Vi Britannia / Lelouch Lamperouge</a> , once a prince of the Holy Britannian Empire - the empire that have taken over half of the world population through military forces - seek to create a new peaceful world where his sister, Nunnaly - who was blinded and lost her walking ability when their mother was killed - could live a peaceful and happy life. A world without war, where everyone living peaceful with each other. One day he met a mysterious girl, called C.C., and was given a power to force absolute obedience - a Geass - and that power have created him a key to change the world. Under the faceless mask of Zero, he created the Order of The Black Knights to take down his father's empire and recreate the world. <br /><br />Zero Requiem: Lelouch's final masterplan of creating a new world - by directing the world's hate toward himself - to make people forget the Euphemia "Massacre Princess" tragedy, and for recreating the world. He successfully unite everyone by taking over the whole world and made the whole world hated him by being a tyrannical dictator - an act that made everyone unite under a common trait - despising the Emperor Lelouch. The closure of Zero Requiem, is he plotting his own death - bringing everyone's hatred with him, and successfully fulfilled his objective - to destroy and recreate the world.<br /><br />A bitter ending, yet sweet and memorable. <br /><br /><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_0DENAyCRujw/SOcPQ7t35XI/AAAAAAAAASw/5UnwU8drnEY/s1600-h/cg02.jpg"><img style="display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;" src="http://4.bp.blogspot.com/_0DENAyCRujw/SOcPQ7t35XI/AAAAAAAAASw/5UnwU8drnEY/s320/cg02.jpg" border="0" alt=""id="BLOGGER_PHOTO_ID_5253184273933395314" /></a><br /><br /><br /><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_0DENAyCRujw/SOcPQ-JHC_I/AAAAAAAAAS4/XK3CBH-P1O0/s1600-h/cg03.jpg"><img style="display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;" src="http://4.bp.blogspot.com/_0DENAyCRujw/SOcPQ-JHC_I/AAAAAAAAAS4/XK3CBH-P1O0/s320/cg03.jpg" border="0" alt=""id="BLOGGER_PHOTO_ID_5253184274584505330" /></a><br /><br />Lelouch have taken over the world, as a tyrannical dictator, and made the whole world hate him.<br /><br /><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_0DENAyCRujw/SOcPQgi8TwI/AAAAAAAAASo/BU8Froi9_pg/s1600-h/cg01.jpg"><img style="display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;" src="http://4.bp.blogspot.com/_0DENAyCRujw/SOcPQgi8TwI/AAAAAAAAASo/BU8Froi9_pg/s320/cg01.jpg" border="0" alt=""id="BLOGGER_PHOTO_ID_5253184266639789826" /></a><br /><br />Zero reappears, behind the mask was previously Lelouch, now, Suzaku have taken this symbol of justice.<br /><br /><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_0DENAyCRujw/SOcQ9HgAlnI/AAAAAAAAATA/2GGwU3ekMfs/s1600-h/cg04.jpg"><img style="display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;" src="http://2.bp.blogspot.com/_0DENAyCRujw/SOcQ9HgAlnI/AAAAAAAAATA/2GGwU3ekMfs/s320/cg04.jpg" border="0" alt=""id="BLOGGER_PHOTO_ID_5253186132522342002" /></a><br /><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_0DENAyCRujw/SOcQ9I7O27I/AAAAAAAAATI/aIZqAufGDVY/s1600-h/cg05.jpg"><img style="display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;" src="http://4.bp.blogspot.com/_0DENAyCRujw/SOcQ9I7O27I/AAAAAAAAATI/aIZqAufGDVY/s320/cg05.jpg" border="0" alt=""id="BLOGGER_PHOTO_ID_5253186132904958898" /></a><br /><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_0DENAyCRujw/SOcQ9KjywEI/AAAAAAAAATQ/fOrkhKDqUNs/s1600-h/cg06.jpg"><img style="display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;" src="http://4.bp.blogspot.com/_0DENAyCRujw/SOcQ9KjywEI/AAAAAAAAATQ/fOrkhKDqUNs/s320/cg06.jpg" border="0" alt=""id="BLOGGER_PHOTO_ID_5253186133343518786" /></a><br /><br />Suzaku, Lelouch's best friend since childhood, taken the honor to finish the Zero Requiem, and also taken the final wish of Lelouch, to live as Zero for the rest of his life, becoming the symbol of justice. <br /><br /><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_0DENAyCRujw/SOcae_TJ2JI/AAAAAAAAATw/-6wvLQGpfbM/s1600-h/cg10.jpg"><img style="display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;" src="http://2.bp.blogspot.com/_0DENAyCRujw/SOcae_TJ2JI/AAAAAAAAATw/-6wvLQGpfbM/s320/cg10.jpg" border="0" alt=""id="BLOGGER_PHOTO_ID_5253196610041141394" /></a><br /><br />Final smile before the end.<br /><br /><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_0DENAyCRujw/SOcQ9YevXkI/AAAAAAAAATY/UhYupnG_wkA/s1600-h/cg07.jpg"><img style="display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;" src="http://2.bp.blogspot.com/_0DENAyCRujw/SOcQ9YevXkI/AAAAAAAAATY/UhYupnG_wkA/s320/cg07.jpg" border="0" alt=""id="BLOGGER_PHOTO_ID_5253186137080421954" /></a><br /><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_0DENAyCRujw/SOcQ9ZlWgYI/AAAAAAAAATg/SFM02DFZwlE/s1600-h/cg08.jpg"><img style="display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;" src="http://1.bp.blogspot.com/_0DENAyCRujw/SOcQ9ZlWgYI/AAAAAAAAATg/SFM02DFZwlE/s320/cg08.jpg" border="0" alt=""id="BLOGGER_PHOTO_ID_5253186137376588162" /></a><br /><br />The final verse of the Zero Requiem. Rest in peace Lelouch. T_T<br /><br />Several of my favourite quotes from Code Geass:<br /><br /><blockquote><br /><br /><i>If the king doesn't move, then his subjects won't follow.</i><div style="text-align:right">Lelouch Vi Britannia</div><br /><i>The world won't change with pretty words alone</i><div style="text-align:right">Lelouch Vi Britannia</div><br /><i>If being powerless is evil, is having power justice? Is revenge evil? Can friendship coexist with justice?</i><div style="text-align:right">Lelouch Vi Britannia</div><br /><i>Those with power, fear us! Those without power, seek us! The world should be judge by us, The Order of the Black Knights. </i><div style="text-align:right">Lelouch Vi Britannia</div><br /><i>Will there be sacrifice? Yes and not just soldiers, but innocent bystanders, as well. Even so ... no ... because of that, I cannot stop. Even if I need to cheat and hurt others, I must persevere. To that end I must become carnage incarnate. I must spill yet more blood, so that the blood already spilt will not be in vain.</i><div style="text-align:right">Lelouch Vi Britannia</div><br /><br /><i>Inequality is not an evil. Equality itself is evil</i><div style="text-align:right">Emperor Charles Di Britannia</div><br /><i>Good and evil are simply different sides of the card</i><div style="text-align:right">Emperor Charles Di Britannia</div><br /></blockquote><br /><br />And the one I liked the most:<br /><br /><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_0DENAyCRujw/SOcaegvfB4I/AAAAAAAAATo/qg6BVp3lMmc/s1600-h/cg09.jpg"><img style="display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;" src="http://3.bp.blogspot.com/_0DENAyCRujw/SOcaegvfB4I/AAAAAAAAATo/qg6BVp3lMmc/s320/cg09.jpg" border="0" alt=""id="BLOGGER_PHOTO_ID_5253196601838471042" /></a><br /><br /><blockquote><i>Those who may shoot are only those who are prepared to get shot themselves</i><div style="text-align:right">Lelouch Vi Britannia</div></blockquote><br /><br />While Sunrise made everyone wonder whether Lelouch is still alive, I'm guessing this is the end of Lelouch legend. Even if he is still alive and travelling with C.C, the wars already ended. Anyhow, an OVA to wrap up everything would be great. <br /><br />All in all, Code Geass is a recommended watch for those who haven't watch it. The whole 2 seasons of Code Geass was very enjoyable to me.<div class="blogger-post-footer"><br/>
<br/>
<br/>
- Izhar Firdaus -</div>
<p><a href="http://feeds.feedburner.com/~a/KageSenshi?a=6qJGWn"><img src="http://feeds.feedburner.com/~a/KageSenshi?i=6qJGWn" border="0"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~f/KageSenshi?a=LP55M"><img src="http://feeds.feedburner.com/~f/KageSenshi?i=LP55M" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/KageSenshi?a=KxMwm"><img src="http://feeds.feedburner.com/~f/KageSenshi?i=KxMwm" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/KageSenshi?a=Nn7Pm"><img src="http://feeds.feedburner.com/~f/KageSenshi?i=Nn7Pm" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/KageSenshi?a=CsFEM"><img src="http://feeds.feedburner.com/~f/KageSenshi?i=CsFEM" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/KageSenshi?a=nQKlm"><img src="http://feeds.feedburner.com/~f/KageSenshi?i=nQKlm" border="0"></img></a>
</div>]]></content:encoded>
      <pubDate>Sat, 04 Oct 2008 06:17:30 +0000</pubDate>
      <category domain="http://www.softratty.com/tag/geass">geass</category>
      <category domain="http://www.softratty.com/tag/code geass">code geass</category>
      <category domain="http://www.softratty.com/tag/lelouch">lelouch</category>
      <category domain="http://www.softratty.com/tag/previously lelouch">previously lelouch</category>
      <category domain="http://www.softratty.com/tag/lelouch lamperouge">lelouch lamperouge</category>
      <category domain="http://www.softratty.com/tag/lelouch legend">lelouch legend</category>
      <category domain="http://www.softratty.com/tag/peaceful world">peaceful world</category>
      <category domain="http://www.softratty.com/tag/peaceful">peaceful</category>
      <category domain="http://www.softratty.com/tag/emperor lelouch">emperor lelouch</category>
      <source url="http://feeds.feedburner.com/~r/KageSenshi/~3/410969723/code-geass-zero-requiem.html">Code Geass: Zero Requiem</source>
    </item>
    <item>
      <title><![CDATA[Loren Feldman, Julia Allison, and GaryVee Speak About Personal Branding: Will You Attend?]]></title>
      <link>http://www.softratty.com/article/36cc27da3774dfce54b1f0fb540dcd75</link>
      <guid>http://www.softratty.com/article/36cc27da3774dfce54b1f0fb540dcd75</guid>
      <description><![CDATA[Save the date for Personal Branding Redefined with Julia Allison, Gary Vaynerchuk &amp; Loren Feldman on October 7 from 6:30-8:30pm at 92YTribeca / 54 Varick Street, NY, NY 10013. The panel starts sharply...]]></description>
      <content:encoded><![CDATA[<p><img src="http://mashable.com/wp-content/uploads/2008/10/personalbranding.jpg" alt="" title="personalbranding" width="300" height="250" class="alignnone size-medium wp-image-37930" align="right"/>Save the date for Personal Branding Redefined with Julia Allison, Gary Vaynerchuk &#038; Loren Feldman on October 7 from 6:30-8:30pm at 92YTribeca / 54 Varick Street, NY, NY 10013. The panel starts sharply at 7pm, and the cash bar cocktail reception will be from 8:30-9:30.</p>
<p>The power of the web has created the golden age of the individual. Social Media tools provide us with more opportunities than ever to shine. But these days it takes much more than a website and a business card to get attention. It&#8217;s all about creating a strategic plan for the most important brand around: YOU.</p>
<p>How do you want your audience to think about you? Are you going to dive in right in, fly by the seat of your pants, and deal with potential backlash as it comes? Or will you carefully plot out your meteoric rise to stardom? Whichever path you choose, personal branding has two essential requirements: passion and authenticity.</p>
<p>Join <a href="http://mediabistro.com" rel="nofollow">mediabistro.com</a> to talk about the art of personal branding with three mavericks of the DIY branding revolution:</p>
<ul>
<li>Julia Allison (TimeOut NY, Nonsociety.com): Her adoption of technology and mastery of spectacle got her on the cover of Wired this summer.</li>
<li> Loren Feldman (1938 Media): His unfiltered opinions and comic chops have made him the de facto satirist of web culture (with help from some puppet friends).</li>
<li>Gary Vaynerchuk (Wine Library TV): His wild personality, scholarly knowledge of wine, and video camera helped create a 45 million-a-year empire.</li>
<li>Suzie Ivelich (moderator) is an expert on brand creation &#038; development, and has worked across a myriad of industries. Some of her clients include GE, Charles Schwab, Suzuki, and The New Museum.</li>
</ul>
<p>Twitter or Email <a href="http://mediabistro.com" rel="nofollow">mediabistro.com</a> with questions for Julia, Loren, Gary or Suzie! Twitter.com/mediabistro or email:  events@mediabistro.com, subject: brand yourself</p>
<p>Get <a href="http://www.mediabistro.com/courses/cache/crs4138.asp?c=mash">$25 off through October 6th</a> with code <strong>MASH25</strong>.</p>
<p>---<br />Related Articles at Mashable | All That's New on the Web:</p><p><a href="http://mashable.com/2008/06/06/1938media-doesnt-acquire-cnet/">1938Media Doesn&#8217;t Acquire CNet</a><br /><a href="http://mashable.com/2008/07/08/technigga/">Verizon Reportedly Drops Loren Feldman Over TechNigga</a><br /><a href="http://mashable.com/2008/04/16/soccergirl/">SoccerGirl Due For IRS Audit Very Soon</a><br /><a href="http://mashable.com/2008/06/29/shelisrael-exit/">Shel Israel (The Puppet) Goes Out On A Sour Note</a><br /><a href="http://mashable.com/2008/07/16/evil-social-media/">Loren Feldman, The New Yorker, and Social Media Evil</a><br /><a href="http://mashable.com/2008/09/14/techset-nyc-web20-expo/">Can&#8217;t Go to Web 2.0 Expo?  Network with Technology Influencers on Tuesday Night, 9/16</a><br /><a href="http://mashable.com/2008/07/17/twitter-branding/">5 Twitter Tactics for Building a Stellar Brand</a></p>
<p><a href="http://feedads.googleadservices.com/~a/fgA-v3gK-tI-LyofiL9rmWQm330/a"><img src="http://feedads.googleadservices.com/~a/fgA-v3gK-tI-LyofiL9rmWQm330/i" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feedproxy.google.com/~f/Mashable?a=pj7FuISf"><img src="http://feedproxy.google.com/~f/Mashable?i=pj7FuISf" border="0"></img></a> <a href="http://feedproxy.google.com/~f/Mashable?a=ZEV8wO45"><img src="http://feedproxy.google.com/~f/Mashable?i=ZEV8wO45" border="0"></img></a> <a href="http://feedproxy.google.com/~f/Mashable?a=s0TpGZsR"><img src="http://feedproxy.google.com/~f/Mashable?d=138" border="0"></img></a> <a href="http://feedproxy.google.com/~f/Mashable?a=f1jvR6J6"><img src="http://feedproxy.google.com/~f/Mashable?d=139" border="0"></img></a> <a href="http://feedproxy.google.com/~f/Mashable?a=RpNQgVnF"><img src="http://feedproxy.google.com/~f/Mashable?i=RpNQgVnF" border="0"></img></a> <a href="http://feedproxy.google.com/~f/Mashable?a=ZlXBdpOq"><img src="http://feedproxy.google.com/~f/Mashable?d=52" border="0"></img></a> <a href="http://feedproxy.google.com/~f/Mashable?a=dcVtS2sL"><img src="http://feedproxy.google.com/~f/Mashable?i=dcVtS2sL" border="0"></img></a> <a href="http://feedproxy.google.com/~f/Mashable?a=nS2yZQ1M"><img src="http://feedproxy.google.com/~f/Mashable?d=124" border="0"></img></a>
</div><img src="http://feedproxy.google.com/~r/Mashable/~4/Rww8ixwgNfU" height="1" width="1"/>]]></content:encoded>
      <pubDate>Fri, 03 Oct 2008 10:35:08 +0000</pubDate>
      <category domain="http://www.softratty.com/tag/julia">julia</category>
      <category domain="http://www.softratty.com/tag/julia allison">julia allison</category>
      <category domain="http://www.softratty.com/tag/feldman">feldman</category>
      <category domain="http://www.softratty.com/tag/brand">brand</category>
      <category domain="http://www.softratty.com/tag/personal">personal</category>
      <category domain="http://www.softratty.com/tag/stellar brand">stellar brand</category>
      <category domain="http://www.softratty.com/tag/web">web</category>
      <category domain="http://www.softratty.com/tag/web culture">web culture</category>
      <category domain="http://www.softratty.com/tag/gary vaynerchuk">gary vaynerchuk</category>
      <source url="http://feedproxy.google.com/~r/Mashable/~3/Rww8ixwgNfU/">Loren Feldman, Julia Allison, and GaryVee Speak About Personal Branding: Will You Attend?</source>
    </item>
    <item>
      <title><![CDATA[Google Trends - Malicious Hackers Best Friend]]></title>
      <link>http://www.softratty.com/article/bfc665c2abf7a7c1982e4d632b912889</link>
      <guid>http://www.softratty.com/article/bfc665c2abf7a7c1982e4d632b912889</guid>
      <description><![CDATA[According to cyber security company Webroot , the evil variety of hackers have started using Google Trends to lure unsuspecting people into a malware trap
Its not really rocket science. Malwaremongers...]]></description>
      <content:encoded><![CDATA[<p><img src="http://mashable.com/wp-content/uploads/2008/06/google-trends.gif" align="right"/>According to <a href="http://www.webroot.com/En_US/about-press-room-press-releases-hackers-using-real-headlines.html" target="_blank">cyber security company Webroot</a>, the evil variety of hackers have started using Google Trends to lure unsuspecting people into a malware trap. </p>
<p>It&#8217;s not really rocket science. Malwaremongers are simply checking out top news stories from Google Trends Labs, then creating fake blogs with a bunch of keyword-heavy texts related to those terms. When an unsuspecting victim stumbles onto such a site, he/she will be greeted with a malware cake instead of the info they&#8217;ve sought. Usually, it&#8217;s a link to a video; but alas, the site prompts you to first download a codec to see the video. The codec is, of course, malware/spyware or worse. </p>
<p>An example of this trend is the recent wave of phishing emails which aren&#8217;t masking as PayPal or eBay, but as <a href="http://www.jeffro2pt0.com/this-phish-isnt-biting" target="_blank">media sites such as CNN</a>. Phishers just want your data, and if no one is gullible enough to give out their credit card number any more, they&#8217;ll at least try to lure you into installing trojans by posing as blogs or news sites, which will ultimately result in the same thing. </p>
<p>All of this is not new practice, says Webroot’s senior vice president Paul Lipman. “<em>However, the fact that these hackers are now manipulating Google’s methods for relevance to increase the ranking of these sites is new and greatly increases the number of people exposed to this threat.</em>”</p>
<p>Unfortunately I don&#8217;t see what can really be done about this; Google&#8217;s tools are out there for anyone to use, even for evil. We can only hope that Google will eventually get better at ditching fake blogs out of their index.</p>
<p>---<br />Related Articles at Mashable | All That's New on the Web:</p><p><a href="http://mashable.com/2008/01/11/google-checkout-trends-knows-your-shopping-habits/">Google Checkout Trends Knows Your Shopping Habits</a><br /><a href="http://mashable.com/2007/09/24/google-trends/">Google Trends Now Updates Daily</a><br /><a href="http://mashable.com/2007/06/06/google-trends-thinks-im-hot/">Google Trends Thinks I&#8217;m Hot</a><br /><a href="http://mashable.com/2008/06/20/google-trends-website-tracking/">Google Trends Adds Another Way to Inaccurately Track Website Traffic</a><br /><a href="http://mashable.com/2007/08/30/blogger-hacked/">Blogger Visitors Under Attack by Malware</a><br /><a href="http://mashable.com/2007/08/22/google-mobile-trends/">Google Mobile Apps Reverse Summer Slump Trends</a><br /><a href="http://mashable.com/2008/06/23/google-ad-planner/">Google to Introduce New Ad Buying Software for Demographic Targeting</a></p>
<p><a href="http://feedads.googleadservices.com/~a/FvPjga_CI7T9jUoKEUzOPMhu0hM/a"><img src="http://feedads.googleadservices.com/~a/FvPjga_CI7T9jUoKEUzOPMhu0hM/i" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feedproxy.google.com/~f/Mashable?a=jGpMUptz"><img src="http://feedproxy.google.com/~f/Mashable?i=jGpMUptz" border="0"></img></a> <a href="http://feedproxy.google.com/~f/Mashable?a=XqaOtxek"><img src="http://feedproxy.google.com/~f/Mashable?i=XqaOtxek" border="0"></img></a> <a href="http://feedproxy.google.com/~f/Mashable?a=xp5FKfOZ"><img src="http://feedproxy.google.com/~f/Mashable?d=138" border="0"></img></a> <a href="http://feedproxy.google.com/~f/Mashable?a=sHkyMUEs"><img src="http://feedproxy.google.com/~f/Mashable?d=139" border="0"></img></a> <a href="http://feedproxy.google.com/~f/Mashable?a=9rQZ4Aoo"><img src="http://feedproxy.google.com/~f/Mashable?i=9rQZ4Aoo" border="0"></img></a> <a href="http://feedproxy.google.com/~f/Mashable?a=WY3hwnMu"><img src="http://feedproxy.google.com/~f/Mashable?d=52" border="0"></img></a> <a href="http://feedproxy.google.com/~f/Mashable?a=iOJoHjna"><img src="http://feedproxy.google.com/~f/Mashable?i=iOJoHjna" border="0"></img></a> <a href="http://feedproxy.google.com/~f/Mashable?a=phjFR6I1"><img src="http://feedproxy.google.com/~f/Mashable?d=124" border="0"></img></a>
</div><img src="http://feedproxy.google.com/~r/Mashable/~4/O-HE_7GERBs" height="1" width="1"/>]]></content:encoded>
      <pubDate>Fri, 03 Oct 2008 05:32:12 +0000</pubDate>
      <category domain="http://www.softratty.com/tag/google trends">google trends</category>
      <category domain="http://www.softratty.com/tag/google">google</category>
      <category domain="http://www.softratty.com/tag/google trends labs">google trends labs</category>
      <category domain="http://www.softratty.com/tag/google checkout trends">google checkout trends</category>
      <category domain="http://www.softratty.com/tag/malware">malware</category>
      <category domain="http://www.softratty.com/tag/blogs">blogs</category>
      <category domain="http://www.softratty.com/tag/malware cake">malware cake</category>
      <category domain="http://www.softratty.com/tag/fake blogs">fake blogs</category>
      <category domain="http://www.softratty.com/tag/sites">sites</category>
      <source url="http://feedproxy.google.com/~r/Mashable/~3/O-HE_7GERBs/">Google Trends - Malicious Hackers Best Friend</source>
    </item>
    <item>
      <title><![CDATA[6 Tech Topics We Should All Definitely Stop Talking About]]></title>
      <link>http://www.softratty.com/article/512d314c43f5b857dca668779778476d</link>
      <guid>http://www.softratty.com/article/512d314c43f5b857dca668779778476d</guid>
      <description><![CDATA[Theres nothing wrong with a healthy discussion, but theres everything wrong with a topic thats obsolete, or better put: in a normal universe, it would be obsolete. Im not blaming the bloggers who are...]]></description>
      <content:encoded><![CDATA[<p>There&#8217;s nothing wrong with a healthy discussion, but there&#8217;s everything wrong with a topic that&#8217;s obsolete, or better put: in a normal universe, it would be obsolete. I&#8217;m not blaming the bloggers who are discussing them; it&#8217;s obvious that some of these topics are still relevant, but the problem is that they shouldn&#8217;t be. They should have been dead and buried years ago. Let&#8217;s see what they are and drink to their quick demise. </p>
<p><strong>1. DRM</strong><br />
<img src="http://mashable.com/wp-content/uploads/2008/10/drm-is-killing-music-tshirt1.jpg" alt="" title="drm-is-killing-music-tshirt1" width="150" height="152" align="right" class="alignright size-full wp-image-37715" />OK, why the hell are we <a href="http://hehe2.net/drm/why-its-time-to-kick-drm-to-the-curb/">still talking about this thing</a>? Everyone knows that the idea of digital rights management which tries to artificially remove your rights to use a product you&#8217;ve legally purchased is preposterous, idiotic, and should be abandoned. Hell, even<a href="http://mashable.com/2008/01/04/drm-officially-dead-as-even-sony-bmg-drops-it/"> the record companies got it</a>, and heaven knows they&#8217;re at the bottom of the food chain when it comes to not screwing up your customers. Yes, I know it still exists; could the suits who are still pushing it in their products *<em>cough</em>* Spore *<em>cough</em>* stop doing that crap before they <strong>a) get fired</strong> and <strong>b) their companies go bankrupt</strong>? Thank you. </p>
<p><strong>2. Linux replacing Windows</strong><br />
Every now and then I still see this topic popping up, together with the inevitable praise for the latest version of Ubuntu (what is it nowadays, Obese Ostrich?) and detailed how-to descriptions on how to do absolutely everything you do on Windows under Linux, only 100x cooler. </p>
<p><img src="http://mashable.com/wp-content/uploads/2008/10/linux.jpg" alt="" title="linux" width="500" height="341" class="aligncenter size-full wp-image-37712" /></p>
<p>Guess what? <strong>It ain&#8217;t gonna happen</strong>. Decades have passed, folks, and it hasn&#8217;t happened. Microsoft sat on its ass for 6 years, and then they came up with Vista, which sucks, and it hasn&#8217;t happened. Hell, if anything is going to replace Windows, it&#8217;s going to be Mac OS, or some yet undetermined weird OS from Google. </p>
<p><strong>3. The death of e-mail</strong><br />
<img src="http://mashable.com/wp-content/uploads/2008/10/inbox.jpg" alt="" title="inbox" width="137" height="133" align="right" class="alignright size-full wp-image-37707" />Yes, it sucks. Yes, 90% of it is spam. But unfortunately, it&#8217;s not going away, despite the fact that every now and then someone proclaims it dead. As much as we&#8217;d all like a better, safer, less restricted and more intelligent e-mail, we&#8217;re going to be stuck with this one for quite a long time. </p>
<p>Is it cause for grief and despair? Not really: there are plenty ways to communicate on the internet, most of which are far more advanced than e-mail, and that&#8217;s probably precisely the reason why no one is trying to replace e-mail as such. We use it only for what it&#8217;s good for, and we&#8217;ve moved as far as everything else goes. </p>
<p><strong>4. RIAA lawsuits</strong><br />
<center><img src="http://mashable.com/wp-content/uploads/2007/12/riaa_tp.jpg" alt="RIAA TP"/></center></p>
<p>Ok, I know why we&#8217;re talking about these. Because the RIAA is evil, and because the insane &#8220;john doe&#8221; lawsuits still keep coming. What I wonder is how long this charade will go on until the legislature wakes up? Let&#8217;s repeat, in short, what these lawsuits are. Here&#8217;s a <a href="http://www.cippic.ca/online-anonymity-and-john-doe-lawsuits/" target="_blank">handy quote</a>: </p>
<p>&#8220;<em>A complainant may first attempt to get the subscriber information by simply asking the ISP for it. However, most ISPs will be reluctant to give out this information without a court order. The complainant will then have to issue a claim against &#8220;John Doe&#8221; (at which point they become a &#8220;plaintiff&#8221;), and will then have to ask the court for an order requiring the ISP to disclose the identity of &#8220;John Doe&#8221;</em>&#8220;.</p>
<p>Yes, that makes sense. We can&#8217;t coerce ISPs into giving them personal user info, so we&#8217;ll first just sue no one in particular, then we&#8217;ll get court orders for these yet undetermined people, and then the ISP will give us all the data we need to sue their pants off. Talk about gaping loopholes in the law. I sincerely hope that these lawsuits will soon be an ugly memory of the past, never to be repeated again. </p>
<p><strong>5. Microsoft/Yahoo/AOL merger</strong><br />
<img src="http://mashable.com/wp-content/uploads/2008/02/microhoo1.png"/></p>
<p>Yes, it&#8217;s the biggest IT news of the year. And no, it didn&#8217;t actually <strong>happen</strong>. So, us IT bloggers and journalists are forever bound to write about it without any real news happening, a job not entirely unlike that of Sisyphus. Trust me, if I never read <a href="http://venturebeat.com/2008/09/26/microsoft-may-buy-yahoo-and-aol-if-the-latter-two-merge/">another story</a> about Microsoft buying Yahoo or merging with AOL, or any similar combination, it&#8217;ll be too soon. </p>
<p>And, you know what? Every young interesting Web startup brings more good to the world than the possible mating of these tired dinosaurs probably ever will. Everyone pretty much agrees that no option is good for any company, but this is what big business comes down to today: eat or be eaten, even if whatever you&#8217;re eating tastes like crap. </p>
<p><strong>6. Apple rumors</strong><br />
<img src="http://mashable.com/wp-content/uploads/2007/08/mainheader.jpg" alt="mainheader.jpg" align="center"/></p>
<p>Apple holds several yearly conferences in which they announce new products and services. Due to their extreme secrecy, it&#8217;s pretty much safe to assume that no one will be sure of what any new product will exactly be like until it&#8217;s officially out. Apple&#8217;s products are almost always very exciting, so one would expect that they will spark rumors several days or weeks before these events, right? Right. Nothing wrong with it so far. </p>
<p>But not <strong>every god damn day</strong>! The insane frequency of Apple-related rumors and their signal to noise ratio makes it totally useless for anyone to follow any of it except the hardcore Mac fans! And yet, every slightest detail visible in (obviously fake) &#8220;spy shots&#8221; of Macbooks and iPhones is analyzed to the latest detail and reported upon ad nauseam. Sometimes I wish other companies were as cool as Apple so we&#8217;d at least get a little variety here. </p>
<p>Have any particular tech topics you&#8217;re sick of? Please, share them in the comments!</p>
<p>---<br />Related Articles at Mashable | All That's New on the Web:</p><p><a href="http://mashable.com/2007/09/10/technorati-topics/">Technorati Launches Useless &#8220;Topics&#8221; Section</a><br /><a href="http://mashable.com/2006/05/01/yahoo-tech-tech-portal-web-20-style/">Yahoo Tech - Tech Portal, Web 2.0-Style!</a><br /><a href="http://mashable.com/2008/08/19/yahoo-buzz-public/">Digg Shouldn&#8217;t Compete with Yahoo Buzz</a><br /><a href="http://mashable.com/2006/02/03/the-rise-of-the-memetrackers/">The Rise of the Memetrackers</a><br /><a href="http://mashable.com/2008/01/08/oreilly-moneytech-conference-2-free-passes-and-discounts/">O&#8217;Reilly Money:Tech Conference - 2 Free Passes and Discounts</a><br /><a href="http://mashable.com/2007/03/30/fuckedcompany/">FuckedCompany, For Sale</a><br /><a href="http://mashable.com/2008/04/13/tech-cocktail-dc-and-chicago/">Announcing TECH Cocktail Event Series</a></p>
<p><a href="http://feedads.googleadservices.com/~a/oCAio_yX8bc8sHGNcdzs2yalrpI/a"><img src="http://feedads.googleadservices.com/~a/oCAio_yX8bc8sHGNcdzs2yalrpI/i" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feedproxy.google.com/~f/Mashable?a=chRhr7KR"><img src="http://feedproxy.google.com/~f/Mashable?i=chRhr7KR" border="0"></img></a> <a href="http://feedproxy.google.com/~f/Mashable?a=XAXVwAXx"><img src="http://feedproxy.google.com/~f/Mashable?i=XAXVwAXx" border="0"></img></a> <a href="http://feedproxy.google.com/~f/Mashable?a=LOSzJAfm"><img src="http://feedproxy.google.com/~f/Mashable?d=138" border="0"></img></a> <a href="http://feedproxy.google.com/~f/Mashable?a=6mYSn0Us"><img src="http://feedproxy.google.com/~f/Mashable?d=139" border="0"></img></a> <a href="http://feedproxy.google.com/~f/Mashable?a=oLXjgJUA"><img src="http://feedproxy.google.com/~f/Mashable?i=oLXjgJUA" border="0"></img></a> <a href="http://feedproxy.google.com/~f/Mashable?a=uac8M75P"><img src="http://feedproxy.google.com/~f/Mashable?d=52" border="0"></img></a> <a href="http://feedproxy.google.com/~f/Mashable?a=IfHMgEbk"><img src="http://feedproxy.google.com/~f/Mashable?i=IfHMgEbk" border="0"></img></a> <a href="http://feedproxy.google.com/~f/Mashable?a=t1ZVg3ik"><img src="http://feedproxy.google.com/~f/Mashable?d=124" border="0"></img></a>
</div><img src="http://feedproxy.google.com/~r/Mashable/~4/D9qop77ghrw" height="1" width="1"/>]]></content:encoded>
      <pubDate>Thu, 02 Oct 2008 18:34:15 +0000</pubDate>
      <category domain="http://www.softratty.com/tag/apple rumors">apple rumors</category>
      <category domain="http://www.softratty.com/tag/apple">apple</category>
      <category domain="http://www.softratty.com/tag/e-mail">e-mail</category>
      <category domain="http://www.softratty.com/tag/intelligent e-mail">intelligent e-mail</category>
      <category domain="http://www.softratty.com/tag/topics">topics</category>
      <category domain="http://www.softratty.com/tag/tech topics">tech topics</category>
      <category domain="http://www.softratty.com/tag/rumors">rumors</category>
      <category domain="http://www.softratty.com/tag/yahoo">yahoo</category>
      <category domain="http://www.softratty.com/tag/yahoo tech">yahoo tech</category>
      <source url="http://feedproxy.google.com/~r/Mashable/~3/D9qop77ghrw/">6 Tech Topics We Should All Definitely Stop Talking About</source>
    </item>
    <item>
      <title><![CDATA[Microsofts Windows Cloud Smells Funny]]></title>
      <link>http://www.softratty.com/article/93c6dc73988d0b3bd3412391b4eb9002</link>
      <guid>http://www.softratty.com/article/93c6dc73988d0b3bd3412391b4eb9002</guid>
      <description><![CDATA[Im not a big fan of reaching for conclusions and unjustified criticism when it comes to tech journalism, because I see it way too often. But although I have no solid data to confirm it, I cant help...]]></description>
      <content:encoded><![CDATA[<p><img src="http://mashable.com/wp-content/uploads/2007/07/ballmer.png" alt="Steven Ballmer" align="right"/>I&#8217;m not a big fan of reaching for conclusions and unjustified criticism when it comes to tech journalism, because I see it way too often. But although I have no solid data to confirm it, I can&#8217;t help the feeling that Steve Ballmer&#8217;s announcement of a new OS from Microsoft and its foray into cloud computing, temporarily dubbed &#8220;Windows Cloud,&#8221; seems rather strange. </p>
<p>At a Software plus Services partner event in London <a href="http://www.theregister.co.uk/2008/10/01/steve_ballmer_windows_cloud/" target="_blank">Ballmer said the following</a> “<em>We need a new operating system designed for the cloud and we will introduce one in about four weeks, we’ll even have a name to give you by then. But let’s just call it for the purposes of today ‘Windows Cloud.</em>” Essentially, it should be a bunch of services and products from Microsoft available in your browser in a simplified form. “<em>We’re not driving an agenda towards being service providers but we’ve gotta build a service that is Windows in the cloud,</em>” Ballmer added.</p>
<p>First of all, this sounds like a big deal, and Ballmer is just casually saying they&#8217;ll have it out in a couple of weeks? Not Microsoft&#8217;s style. For example, they announced their <a href="http://mashable.com/2008/04/23/live-mesh-simplified/">Live Mesh</a> initiative (which is, btw, in many ways related to the concept of cloud computing) 5 months ago, and <del>there&#8217;s still not a word about a public or even a closed beta, let alone a finished product.</del> (<em>*correction: to clarify things further, a technical preview of Live Mesh is accessible to the general public. It is very far from a finished product. Furthermore, only users from a select few countries (I&#8217;m not in one of them) can get in without a wait list. <a href="http://blogs.msdn.com/livemesh/archive/2008/08/15/live-mesh-expansion.aspx">More here.</a></em>) Microsoft is big and slow, they announce stuff like this months before it&#8217;s ready; so my guesstimate is that Ballmer&#8217;s four weeks will turn into months really soon. </p>
<p>This is reiterated by the fact that they don&#8217;t even yet have a name for the product. It&#8217;s due out in a month, but it has no name? Again, it&#8217;s simply not Microsoft&#8217;s style, especially when it comes to an ambitious product like this; one that may very well prove if Microsoft is capable of competing with Google or not. </p>
<p>In a nutshell, it seems to me that Ballmer was simply reckless, talking about something that&#8217;s most probably set in the distant future as it were an almost finished product coming to our browsers in a week or three. I expect it to go through long stages of alpha and beta testing before it&#8217;s actually useful to the end user. Perhaps that&#8217;s what Ballmer meant when he said it&#8217;ll be out in a couple of weeks, but giving Google enough time to prepare countermeasures (if needed) is probably not the best course of action for Microsoft. In any case, we should hear more about it at the end of October at the Professional Developers Conference in Los Angeles.</p>
<p>Ballmer pulled out another interesting observation at the event. According to him, Google <strong>is</strong> directly competing with Windows and they <strong>are building a browser-based OS</strong>. “<em>If you talk to Google they’ll say it&#8217;s thin client computing but then they’ll issue a new browser that’s basically a big fat operating system designed to compete with Windows but running on top of it</em>,” he said. Whoa, Steve, are you sure about this?  Because, from what I&#8217;ve heard, most developers think of the <a href="http://teddziuba.com/2008/09/a-web-os-are-you-dense.html" target="_blank">idea as preposterous</a>.</p>
<p>---<br />Related Articles at Mashable | All That's New on the Web:</p><p><a href="http://mashable.com/2007/07/09/windows-live-events/">Windows Live Hints at an Upcoming Events Feature</a><br /><a href="http://mashable.com/2007/09/02/windows-live-installer/">Windows Live Installer Launches this Week</a><br /><a href="http://mashable.com/2007/10/04/ie7-update/">IE7 Update Available for Download</a><br /><a href="http://mashable.com/2007/04/17/microsoft-firefox-plugin/">Microsoft Releases Media Player Plugin for Firefox</a><br /><a href="http://mashable.com/2007/12/13/opera-to-eu-boo-hoo-microsoft-is-evil/">Opera To EU: Boo-Hoo, Microsoft Is Evil</a><br /><a href="http://mashable.com/2008/09/23/windows-7-on-a-diet-thank-goodness/">Windows 7 on a Diet - Thank Goodness</a><br /><a href="http://mashable.com/2008/03/25/windows-live-data-portability/">Microsoft Makes Windows Live Contact Info Portable</a></p>
<p><a href="http://feedads.googleadservices.com/~a/YJ0i5Zsr0UoojXFgsSAAGDUtFJc/a"><img src="http://feedads.googleadservices.com/~a/YJ0i5Zsr0UoojXFgsSAAGDUtFJc/i" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feedproxy.google.com/~f/Mashable?a=FDXrKLc9"><img src="http://feedproxy.google.com/~f/Mashable?i=FDXrKLc9" border="0"></img></a> <a href="http://feedproxy.google.com/~f/Mashable?a=CT53Yb5k"><img src="http://feedproxy.google.com/~f/Mashable?i=CT53Yb5k" border="0"></img></a> <a href="http://feedproxy.google.com/~f/Mashable?a=fRXll3bq"><img src="http://feedproxy.google.com/~f/Mashable?d=138" border="0"></img></a> <a href="http://feedproxy.google.com/~f/Mashable?a=D1BbZyyT"><img src="http://feedproxy.google.com/~f/Mashable?d=139" border="0"></img></a> <a href="http://feedproxy.google.com/~f/Mashable?a=vLBIZUzw"><img src="http://feedproxy.google.com/~f/Mashable?i=vLBIZUzw" border="0"></img></a> <a href="http://feedproxy.google.com/~f/Mashable?a=yAWHdsYb"><img src="http://feedproxy.google.com/~f/Mashable?d=52" border="0"></img></a> <a href="http://feedproxy.google.com/~f/Mashable?a=A2eK9gvQ"><img src="http://feedproxy.google.com/~f/Mashable?i=A2eK9gvQ" border="0"></img></a> <a href="http://feedproxy.google.com/~f/Mashable?a=mnnQdhuZ"><img src="http://feedproxy.google.com/~f/Mashable?d=124" border="0"></img></a>
</div><img src="http://feedproxy.google.com/~r/Mashable/~4/ZhSNdjzpdGY" height="1" width="1"/>]]></content:encoded>
      <pubDate>Thu, 02 Oct 2008 06:45:12 +0000</pubDate>
      <category domain="http://www.softratty.com/tag/windows cloud">windows cloud</category>
      <category domain="http://www.softratty.com/tag/cloud">cloud</category>
      <category domain="http://www.softratty.com/tag/windows">windows</category>
      <category domain="http://www.softratty.com/tag/windows live hints">windows live hints</category>
      <category domain="http://www.softratty.com/tag/microsoft">microsoft</category>
      <category domain="http://www.softratty.com/tag/london ballmer">london ballmer</category>
      <category domain="http://www.softratty.com/tag/ballmer">ballmer</category>
      <category domain="http://www.softratty.com/tag/ambitious product">ambitious product</category>
      <category domain="http://www.softratty.com/tag/product">product</category>
      <source url="http://feedproxy.google.com/~r/Mashable/~3/ZhSNdjzpdGY/">Microsofts Windows Cloud Smells Funny</source>
    </item>
    <item>
      <title><![CDATA[Googles Street View gets resistance in Germany]]></title>
      <link>http://www.softratty.com/article/a296e195513092a78dc238ff6a0bda1c</link>
      <guid>http://www.softratty.com/article/a296e195513092a78dc238ff6a0bda1c</guid>
      <description><![CDATA[Google might had quite less trouble with its Street View in quite a lot of countries but it has definitely received negative feedback one way or the other right from the word go. Presently its...]]></description>
      <content:encoded><![CDATA[<p align="justify"><a href="http://startupmeme.com/wp-content/uploads/2008/09/image387.png"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="121" alt="image-thumb286 Googles Street View gets resistance in Germany" src="http://startupmeme.com/wp-content/uploads/2008/09/image-thumb286.png" width="164" align="left" border="0" title="Googles Street View Gets Resistance In Germany" /></a><a href="http://www.google.com">Google</a> might had quite less trouble with its Street View in quite a lot of countries but it has definitely received negative feedback one way or the other right from the word go. <a href="http://www.spiegel.de/international/germany/0,1518,581177,00.html">Presently</a> its stepping into Germany has met a pretty <em>un-welcoming</em> crowd and many citizens think that the company&#8217;s slogan<em>&#8220;don&#8217;t be evil&#8221;</em>&nbsp; doesn&#8217;t really stand true.</p>
<p align="justify">The town of Molfsee near Kiel has taken up to resist Google&#8217;s idea to organize the world with its Street View. The town with its 5,000 inhabitants doesn&#8217;t like the idea of being photographed by Google and letting the world have an eye at every nook and corner with its 360 street mapping and imaging that is accessible via Google Maps.</p>
<p><!--more--></p>
<p align="justify">Reinhold Hartwart, leader of the CDU town council considered the Street View to be a threat to the privacy of its town people, stating:</p>
<blockquote><p align="justify">You can see everything in those photos! That is opening house and home to criminals!</p>
</blockquote>
<p align="justify">This isn&#8217;t really the first time Street View has been alleged&nbsp; of attacking the privacy of people and Google as always isn&#8217;t really concerned with these accusations. Kay Oberbeck, Google&#8217;s spokeswoman for the North and Central Europe stated:</p>
<blockquote><p align="justify">You can&#8217;t really see anything more than a person walking down the street would. But, whereas that person can look over the hedge, our cameras can&#8217;t.</p>
</blockquote>
<p align="justify">The Street View does blur out the faces of people and other things that can be used against a person&#8217;s privacy. Well it&#8217;s all controversy with Google and its related services, let&#8217;s just hope and see how successful is this resistance from the German town be.</p>
<p>---<br />Related Articles at Startup Meme:<li><a href="http://startupmeme.com/clickpass-embeds-google-hotmail-yahoo-and-facebook-into-its-openid/">ClickPass embeds Google, Hotmail, Yahoo and Facebook into its OpenID.</a></li><li><a href="http://startupmeme.com/12seconds-a-micro-video-messaging-service-or-call-it-a-true-twitter-video/">12seconds- a micro video messaging service or call it a true &ldquo;twitter video&rdquo;</a></li></p><br />
<p><a href="http://feedads.googleadservices.com/~a/9GAm96jd-jE6vbiLk2k5IElzPEM/a"><img src="http://feedads.googleadservices.com/~a/9GAm96jd-jE6vbiLk2k5IElzPEM/i" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feedproxy.google.com/~f/StartupMeme?a=eHaZQy0O"><img src="http://feedproxy.google.com/~f/StartupMeme?d=41" border="0"></img></a> <a href="http://feedproxy.google.com/~f/StartupMeme?a=85gUFFhr"><img src="http://feedproxy.google.com/~f/StartupMeme?i=85gUFFhr" border="0"></img></a> <a href="http://feedproxy.google.com/~f/StartupMeme?a=ZiJtefWG"><img src="http://feedproxy.google.com/~f/StartupMeme?d=52" border="0"></img></a> <a href="http://feedproxy.google.com/~f/StartupMeme?a=Jw7BniiL"><img src="http://feedproxy.google.com/~f/StartupMeme?d=252" border="0"></img></a> <a href="http://feedproxy.google.com/~f/StartupMeme?a=p1qW4OQm"><img src="http://feedproxy.google.com/~f/StartupMeme?d=138" border="0"></img></a>
</div>]]></content:encoded>
      <pubDate>Tue, 30 Sep 2008 21:57:04 +0000</pubDate>
      <category domain="http://www.softratty.com/tag/street view">street view</category>
      <category domain="http://www.softratty.com/tag/street">street</category>
      <category domain="http://www.softratty.com/tag/time street view">time street view</category>
      <category domain="http://www.softratty.com/tag/town">town</category>
      <category domain="http://www.softratty.com/tag/town people">town people</category>
      <category domain="http://www.softratty.com/tag/google">google</category>
      <category domain="http://www.softratty.com/tag/google maps">google maps</category>
      <category domain="http://www.softratty.com/tag/clickpass embeds google">clickpass embeds google</category>
      <category domain="http://www.softratty.com/tag/german town">german town</category>
      <source url="http://feedproxy.google.com/~r/StartupMeme/~3/NYzPWNdZgew/">Googles Street View gets resistance in Germany</source>
    </item>
  </channel>
</rss>
