<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Step aside, HAL 9000</title>
	<atom:link href="http://socialuxe.com/2007/02/step-aside-hal-9000/feed/" rel="self" type="application/rss+xml" />
	<link>http://socialuxe.com/2007/02/step-aside-hal-9000/</link>
	<description>A publication about social media, culture and consumerism by Eston Bond in the heart of Silicon Valley.</description>
	<lastBuildDate>Tue, 04 May 2010 23:13:46 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: &#124; Wireless energy / water metering matth.org</title>
		<link>http://socialuxe.com/2007/02/step-aside-hal-9000/#comment-39158</link>
		<dc:creator>&#124; Wireless energy / water metering matth.org</dc:creator>
		<pubDate>Sun, 16 Aug 2009 20:09:22 +0000</pubDate>
		<guid isPermaLink="false">http://hyalineskies.com/2007/02/step-aside-hal-9000/#comment-39158</guid>
		<description>[...] social do you need to be? Lots of levels. Your private dashboard. Some sparklines on your homepage. A weekly email telling you how you compare to the other folks [...]</description>
		<content:encoded><![CDATA[<p>[...] social do you need to be? Lots of levels. Your private dashboard. Some sparklines on your homepage. A weekly email telling you how you compare to the other folks [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Duncan McQueen</title>
		<link>http://socialuxe.com/2007/02/step-aside-hal-9000/#comment-7131</link>
		<dc:creator>Duncan McQueen</dc:creator>
		<pubDate>Fri, 13 Jul 2007 19:21:41 +0000</pubDate>
		<guid isPermaLink="false">http://hyalineskies.com/2007/02/step-aside-hal-9000/#comment-7131</guid>
		<description>I am still following this project with great interest.  How is it coming along?</description>
		<content:encoded><![CDATA[<p>I am still following this project with great interest.  How is it coming along?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lars</title>
		<link>http://socialuxe.com/2007/02/step-aside-hal-9000/#comment-3953</link>
		<dc:creator>lars</dc:creator>
		<pubDate>Wed, 21 Feb 2007 22:30:16 +0000</pubDate>
		<guid isPermaLink="false">http://hyalineskies.com/2007/02/step-aside-hal-9000/#comment-3953</guid>
		<description>Back :-)

You will still need a backup in case you corrupt the file system, since a RAID will not protect you from that (nor from a power surge).

An encrypted file system will not protect you from anyone while it&#039;s mounted, so the security problem remains.
I wouldn&#039;t even bother with an encrypted filesystem if the system is stationary, unless there&#039;s a risk of it getting stolen.

If you say that the system acts as an aggregation of passwords with which it collects data for visualization,
you still have the problem that you need to notice that the machine is compromised. And you will have to be able to access all the sites attached to this machine before their passwords are changed.

I&#039;d try to modularize the system, so the compromise of one module doesn&#039;t bring down the whole system. 

And your system should warn you of a breach and allow you to recover completely within 30min from a remote location.

Maybee FreeBSD Jails could help with compartmentalization.</description>
		<content:encoded><![CDATA[<p>Back :-)</p>
<p>You will still need a backup in case you corrupt the file system, since a RAID will not protect you from that (nor from a power surge).</p>
<p>An encrypted file system will not protect you from anyone while it&#8217;s mounted, so the security problem remains.<br />
I wouldn&#8217;t even bother with an encrypted filesystem if the system is stationary, unless there&#8217;s a risk of it getting stolen.</p>
<p>If you say that the system acts as an aggregation of passwords with which it collects data for visualization,<br />
you still have the problem that you need to notice that the machine is compromised. And you will have to be able to access all the sites attached to this machine before their passwords are changed.</p>
<p>I&#8217;d try to modularize the system, so the compromise of one module doesn&#8217;t bring down the whole system. </p>
<p>And your system should warn you of a breach and allow you to recover completely within 30min from a remote location.</p>
<p>Maybee FreeBSD Jails could help with compartmentalization.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eston</title>
		<link>http://socialuxe.com/2007/02/step-aside-hal-9000/#comment-3952</link>
		<dc:creator>Eston</dc:creator>
		<pubDate>Wed, 21 Feb 2007 21:34:23 +0000</pubDate>
		<guid isPermaLink="false">http://hyalineskies.com/2007/02/step-aside-hal-9000/#comment-3952</guid>
		<description>&lt;span class=&quot;highlight&quot;&gt;Anonymous Coward:&lt;/span&gt;

I really hate anonymous comments and was off to delete this, but your point was valid. Come back and actually post with your name and what not and I&#039;ll replace the comment. 

That said, I definitely understand where you&#039;re coming from, and I&#039;m working a lot on redundancy. I&#039;m going to build a RAID within the machine to backup data and run the machine into a UPS (which also allows the machine to tell me whether or not I&#039;ve lost power before shutting down gracefully.) 

Like Michael said, I&#039;m encrypting the filesystems as well to make sure that data can&#039;t be ripped off of the drive; meanwhile, the machine won&#039;t hold much valuable data on its own (the valuable data will be behind most of the bank services systems, APIs to things like Backpack, etc.,) so at best all someone has by stealing this machine are passwords which I can change on every site within a matter of seconds. The data actually cached on Sarai is minimal at best.</description>
		<content:encoded><![CDATA[<p><span class="highlight">Anonymous Coward:</span></p>
<p>I really hate anonymous comments and was off to delete this, but your point was valid. Come back and actually post with your name and what not and I&#8217;ll replace the comment. </p>
<p>That said, I definitely understand where you&#8217;re coming from, and I&#8217;m working a lot on redundancy. I&#8217;m going to build a RAID within the machine to backup data and run the machine into a UPS (which also allows the machine to tell me whether or not I&#8217;ve lost power before shutting down gracefully.) </p>
<p>Like Michael said, I&#8217;m encrypting the filesystems as well to make sure that data can&#8217;t be ripped off of the drive; meanwhile, the machine won&#8217;t hold much valuable data on its own (the valuable data will be behind most of the bank services systems, APIs to things like Backpack, etc.,) so at best all someone has by stealing this machine are passwords which I can change on every site within a matter of seconds. The data actually cached on Sarai is minimal at best.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous Coward</title>
		<link>http://socialuxe.com/2007/02/step-aside-hal-9000/#comment-3950</link>
		<dc:creator>Anonymous Coward</dc:creator>
		<pubDate>Wed, 21 Feb 2007 21:08:17 +0000</pubDate>
		<guid isPermaLink="false">http://hyalineskies.com/2007/02/step-aside-hal-9000/#comment-3950</guid>
		<description>Of course aggregating all in one place creates a single point of failure, one power surge and you&#039;ve had it. 
So not only security, but also availability, should be considered. 
Never mind that someone stealing the data off this machine can completely impersonate you.
I&#039;m not sure aggregation is the best idea,
federation allows you to spread your risk.</description>
		<content:encoded><![CDATA[<p>Of course aggregating all in one place creates a single point of failure, one power surge and you&#8217;ve had it.<br />
So not only security, but also availability, should be considered.<br />
Never mind that someone stealing the data off this machine can completely impersonate you.<br />
I&#8217;m not sure aggregation is the best idea,<br />
federation allows you to spread your risk.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
