<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: A simple step to social media altruism</title>
	<atom:link href="http://changemod.com/755/2008/02/21/a-simple-step-to-social-media-altruism/feed/" rel="self" type="application/rss+xml" />
	<link>http://changemod.com/755/2008/02/21/a-simple-step-to-social-media-altruism/</link>
	<description>The theory of social networks and the evolution of the web. Studying the social web, network theory, blogging and privacy issues of the internet.</description>
	<pubDate>Sat, 22 Nov 2008 09:46:46 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: robojiannis</title>
		<link>http://changemod.com/755/2008/02/21/a-simple-step-to-social-media-altruism/#comment-864</link>
		<dc:creator>robojiannis</dc:creator>
		<pubDate>Sun, 24 Feb 2008 10:27:59 +0000</pubDate>
		<guid isPermaLink="false">http://changemod.com/755/2008/02/21/a-simple-step-to-social-media-altruism/#comment-864</guid>
		<description>@Jim
If you are talking about breaking the web, I think it's much more difficult. The internet is a decentralized network. 
The cracker must choose very wisely which consoles to infect and it is still not certain if the effort does any actual damage</description>
		<content:encoded><![CDATA[<p>@Jim<br />
If you are talking about breaking the web, I think it&#8217;s much more difficult. The internet is a decentralized network.<br />
The cracker must choose very wisely which consoles to infect and it is still not certain if the effort does any actual damage</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jim (roboRobert)</title>
		<link>http://changemod.com/755/2008/02/21/a-simple-step-to-social-media-altruism/#comment-863</link>
		<dc:creator>Jim (roboRobert)</dc:creator>
		<pubDate>Sat, 23 Feb 2008 19:22:22 +0000</pubDate>
		<guid isPermaLink="false">http://changemod.com/755/2008/02/21/a-simple-step-to-social-media-altruism/#comment-863</guid>
		<description>protein folding is just the beginning... with all these internet connected gaming consoles out there... a hacker could build a password cracking program with relatively few infected consoles and brute force incredibly long passwords in VERY little time (like days)</description>
		<content:encoded><![CDATA[<p>protein folding is just the beginning&#8230; with all these internet connected gaming consoles out there&#8230; a hacker could build a password cracking program with relatively few infected consoles and brute force incredibly long passwords in VERY little time (like days)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: robojiannis</title>
		<link>http://changemod.com/755/2008/02/21/a-simple-step-to-social-media-altruism/#comment-859</link>
		<dc:creator>robojiannis</dc:creator>
		<pubDate>Fri, 22 Feb 2008 18:51:24 +0000</pubDate>
		<guid isPermaLink="false">http://changemod.com/755/2008/02/21/a-simple-step-to-social-media-altruism/#comment-859</guid>
		<description>@Rytis
Thanks for dropping by. You surely cleared out the field on the security of BOINC. 
I'm now looking at the primegrid project and it seems really interesting; I admit though, that my math knowledge are at a level, where I pretend to understand but I actually don't :)</description>
		<content:encoded><![CDATA[<p>@Rytis<br />
Thanks for dropping by. You surely cleared out the field on the security of BOINC.<br />
I&#8217;m now looking at the primegrid project and it seems really interesting; I admit though, that my math knowledge are at a level, where I pretend to understand but I actually don&#8217;t <img src='http://changemod.com/755/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rytis</title>
		<link>http://changemod.com/755/2008/02/21/a-simple-step-to-social-media-altruism/#comment-858</link>
		<dc:creator>Rytis</dc:creator>
		<pubDate>Fri, 22 Feb 2008 12:01:22 +0000</pubDate>
		<guid isPermaLink="false">http://changemod.com/755/2008/02/21/a-simple-step-to-social-media-altruism/#comment-858</guid>
		<description>Hello all,

I am one of the developers of the BOINC system, and I'm running my own project (PrimeGrid, www.primegrid.com - if you'd want to attach :)).

First of all, security is our main concern. If we had virus outbreaks or other malicious activity, this would mean the end for our work - the news spread fast. That is why we spend a lot of time making sure we don't have any holes for viruses (or any other malicious activity) to spread. Communication is done via HTTP protocol, all application files are verified using private/public key model, which means that if the files are tampered with during the transfer from the server to participant's computer, the client will simply discard it. And in order for hackers to publish their own applications if they hack into the project's server, they would have to know private key of the project, which is very strongly recommended NOT to have in the server machine.

Of course, nobody can stop malicious people from starting their own "bad" project. This is why you should read about the project you are planning to join. I think it's pretty safe to join any of the projects listed in the official website (the list is also downloaded to the client application, using the same security mechanisms).

Another thing to note about security: World Community Grid, one of the major BOINC projects, is run by IBM corporation, and is running on most of IBM's desktop PCs. In order for this software to be allowed on the company's network, IBM conducted a security review, which BOINC passed just fine.

I hope I've diminished your concerns, waiting for you to come aboard and crunch :)</description>
		<content:encoded><![CDATA[<p>Hello all,</p>
<p>I am one of the developers of the BOINC system, and I&#8217;m running my own project (PrimeGrid, <a href="http://www.primegrid.com" rel="nofollow">http://www.primegrid.com</a> - if you&#8217;d want to attach :)).</p>
<p>First of all, security is our main concern. If we had virus outbreaks or other malicious activity, this would mean the end for our work - the news spread fast. That is why we spend a lot of time making sure we don&#8217;t have any holes for viruses (or any other malicious activity) to spread. Communication is done via HTTP protocol, all application files are verified using private/public key model, which means that if the files are tampered with during the transfer from the server to participant&#8217;s computer, the client will simply discard it. And in order for hackers to publish their own applications if they hack into the project&#8217;s server, they would have to know private key of the project, which is very strongly recommended NOT to have in the server machine.</p>
<p>Of course, nobody can stop malicious people from starting their own &#8220;bad&#8221; project. This is why you should read about the project you are planning to join. I think it&#8217;s pretty safe to join any of the projects listed in the official website (the list is also downloaded to the client application, using the same security mechanisms).</p>
<p>Another thing to note about security: World Community Grid, one of the major BOINC projects, is run by IBM corporation, and is running on most of IBM&#8217;s desktop PCs. In order for this software to be allowed on the company&#8217;s network, IBM conducted a security review, which BOINC passed just fine.</p>
<p>I hope I&#8217;ve diminished your concerns, waiting for you to come aboard and crunch <img src='http://changemod.com/755/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: robojiannis</title>
		<link>http://changemod.com/755/2008/02/21/a-simple-step-to-social-media-altruism/#comment-857</link>
		<dc:creator>robojiannis</dc:creator>
		<pubDate>Fri, 22 Feb 2008 11:13:28 +0000</pubDate>
		<guid isPermaLink="false">http://changemod.com/755/2008/02/21/a-simple-step-to-social-media-altruism/#comment-857</guid>
		<description>When you decide, which project you support you just give the url of this project. So I suppose the software doesn't work like p2p but more like a browser. I think it is just like visiting the project's site and trading data. 
I haven't seen any ports opening or anything like that.
But I'm not sure about it. The FAQ of BOINC didn't give any insights either.</description>
		<content:encoded><![CDATA[<p>When you decide, which project you support you just give the url of this project. So I suppose the software doesn&#8217;t work like p2p but more like a browser. I think it is just like visiting the project&#8217;s site and trading data.<br />
I haven&#8217;t seen any ports opening or anything like that.<br />
But I&#8217;m not sure about it. The FAQ of BOINC didn&#8217;t give any insights either.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Open Social How To &#187; A simple step to social media altruism</title>
		<link>http://changemod.com/755/2008/02/21/a-simple-step-to-social-media-altruism/#comment-856</link>
		<dc:creator>Open Social How To &#187; A simple step to social media altruism</dc:creator>
		<pubDate>Thu, 21 Feb 2008 23:32:58 +0000</pubDate>
		<guid isPermaLink="false">http://changemod.com/755/2008/02/21/a-simple-step-to-social-media-altruism/#comment-856</guid>
		<description>[...] Original post by social media and green horses [...]</description>
		<content:encoded><![CDATA[<p>[...] Original post by social media and green horses [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: KnPhotographic</title>
		<link>http://changemod.com/755/2008/02/21/a-simple-step-to-social-media-altruism/#comment-853</link>
		<dc:creator>KnPhotographic</dc:creator>
		<pubDate>Thu, 21 Feb 2008 15:40:36 +0000</pubDate>
		<guid isPermaLink="false">http://changemod.com/755/2008/02/21/a-simple-step-to-social-media-altruism/#comment-853</guid>
		<description>&lt;strong&gt;A simple step to social media altruism...&lt;/strong&gt;

The explosion of the social web has redefined the way we perceive
social connections, our individual role in the social grid (may it be
online or offline) and the importance of the collective intellig...</description>
		<content:encoded><![CDATA[<p><strong>A simple step to social media altruism&#8230;</strong></p>
<p>The explosion of the social web has redefined the way we perceive<br />
social connections, our individual role in the social grid (may it be<br />
online or offline) and the importance of the collective intellig&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul M. Banas</title>
		<link>http://changemod.com/755/2008/02/21/a-simple-step-to-social-media-altruism/#comment-852</link>
		<dc:creator>Paul M. Banas</dc:creator>
		<pubDate>Thu, 21 Feb 2008 14:05:12 +0000</pubDate>
		<guid isPermaLink="false">http://changemod.com/755/2008/02/21/a-simple-step-to-social-media-altruism/#comment-852</guid>
		<description>Glad to see that you're still posting!  It wasn't clear if you'd still be working with this site now that your research is over.

On distributed computing, would this type of thing open my mac up to viruses and malware and such?  I keep my firewall closed, and it always surprises me to look at my firewall log and see all the evil little bots out there just pinging to get in.  

Forgive me for the potentially ignorant question, it's just that understanding PC security is not my strong suit.</description>
		<content:encoded><![CDATA[<p>Glad to see that you&#8217;re still posting!  It wasn&#8217;t clear if you&#8217;d still be working with this site now that your research is over.</p>
<p>On distributed computing, would this type of thing open my mac up to viruses and malware and such?  I keep my firewall closed, and it always surprises me to look at my firewall log and see all the evil little bots out there just pinging to get in.  </p>
<p>Forgive me for the potentially ignorant question, it&#8217;s just that understanding PC security is not my strong suit.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
