<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>saliano.net</title>
	<atom:link href="http://saliano.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://saliano.net</link>
	<description></description>
	<lastBuildDate>Thu, 22 Jul 2010 03:18:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>The Surprising Truth About What Motivates Us</title>
		<link>http://saliano.net/2010/07/21/the-surprising-truth-about-what-motivates-us/</link>
		<comments>http://saliano.net/2010/07/21/the-surprising-truth-about-what-motivates-us/#comments</comments>
		<pubDate>Thu, 22 Jul 2010 03:18:00 +0000</pubDate>
		<dc:creator>matt</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://saliano.net/?p=762</guid>
		<description><![CDATA[Insightful. No related posts.


No related posts.]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.youtube.com/watch?v=u6XAPnuFjJc">Insightful</a>.</p>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://saliano.net/2010/07/21/the-surprising-truth-about-what-motivates-us/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Puppet 2.6</title>
		<link>http://saliano.net/2010/07/21/puppet-2-6/</link>
		<comments>http://saliano.net/2010/07/21/puppet-2-6/#comments</comments>
		<pubDate>Thu, 22 Jul 2010 03:11:20 +0000</pubDate>
		<dc:creator>matt</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://saliano.net/?p=758</guid>
		<description><![CDATA[I use Puppet for configuration management. It&#8217;s a great way to ensure consistency and comply with organizational policies for system configurations. Version 2.6 was released recently and has a pile of new features. Most surprising to me was &#8220;basic Windows support&#8221;. Related posts:Microsoft Operating Profit By Division


Related posts:<ol><li><a href='http://saliano.net/2010/02/10/microsoft-operating-profit-by-division/' rel='bookmark' title='Permanent Link: Microsoft Operating Profit By Division'>Microsoft Operating Profit By Division</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>I use <a href="http://puppetlabs.com/">Puppet</a> for configuration management. It&#8217;s a great way to ensure consistency and comply with organizational policies for system configurations. Version 2.6 was released recently and has a pile of <a href="http://projects.puppetlabs.com/projects/puppet/wiki/Release_Notes#2.6.0">new features</a>. Most surprising to me was &#8220;basic Windows support&#8221;.</p>


<p>Related posts:<ol><li><a href='http://saliano.net/2010/02/10/microsoft-operating-profit-by-division/' rel='bookmark' title='Permanent Link: Microsoft Operating Profit By Division'>Microsoft Operating Profit By Division</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://saliano.net/2010/07/21/puppet-2-6/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Barada Two Factor Authentication</title>
		<link>http://saliano.net/2010/07/21/barada-two-factor-authentication/</link>
		<comments>http://saliano.net/2010/07/21/barada-two-factor-authentication/#comments</comments>
		<pubDate>Thu, 22 Jul 2010 02:38:48 +0000</pubDate>
		<dc:creator>matt</dc:creator>
				<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://saliano.net/?p=746</guid>
		<description><![CDATA[I ran across this interesting project called Barada the other day. Barada turns your phone into a two factor authentication device. It&#8217;s an implementation of the HOTP protocol in the form of a PAM module (the server) and an Android applicaton (the client). Their approach solves several inconveniences, which they highlight: &#8230;the problem with systems [...]


No related posts.]]></description>
			<content:encoded><![CDATA[<p>I ran across this interesting project called <a href="http://barada.sourceforge.net/">Barada</a> the other day.</p>
<blockquote><p>Barada turns your phone into a two factor authentication device. It&#8217;s an implementation of the HOTP protocol in the form of a PAM module (the server) and an Android applicaton (the client).</p></blockquote>
<p>Their approach solves several inconveniences, which they highlight:</p>
<blockquote><p>
&#8230;the problem with systems like SecureID or CryptoCard is that they&#8217;re often not convenient. They cost money to license, the hardware costs money, and they&#8217;re difficult to maintain. You have to setup a dedicated Solaris machine with RADIUS support just to deploy SecureID, which isn&#8217;t really great for someone with a small setup.
</p></blockquote>
<p>How it works&#8230;</p>
<blockquote><p>
Basically, in addition to a normal password, users are also assigned a PIN number and a 128 bit key. Every time you&#8217;d like to login using two-factor authentication, you open up the Android application, type in your PIN number, and get back a six character one time password that you can then use to authenticate remotely. The PIN number is not stored on the phone, and the the OTP can only be used exactly once. Thus, the loss of the phone does not result in leaked passwords, and the capture of an OTP does not result in remote access.
</p></blockquote>
<p>People are used to carrying their phones at all times, it seems much less likely that someone would forget their phone over their RSA token or smart card. It also removes the inconvenience of having to keep a token with you at all times.</p>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://saliano.net/2010/07/21/barada-two-factor-authentication/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A Day in the Life of Facebook Operations</title>
		<link>http://saliano.net/2010/06/28/a-day-in-the-life-of-facebook-operations/</link>
		<comments>http://saliano.net/2010/06/28/a-day-in-the-life-of-facebook-operations/#comments</comments>
		<pubDate>Tue, 29 Jun 2010 01:34:28 +0000</pubDate>
		<dc:creator>matt</dc:creator>
				<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://saliano.net/?p=682</guid>
		<description><![CDATA[A systems engineer at Facebook reveals some details on how they maintain their infrastructure. No related posts.


No related posts.]]></description>
			<content:encoded><![CDATA[<p>A systems engineer at Facebook reveals some <a title="details" href="http://www.youtube.com/watch?v=T-Xr_PJdNmQ">details</a> on how they maintain their infrastructure.</p>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://saliano.net/2010/06/28/a-day-in-the-life-of-facebook-operations/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Lessons Learned Scaling Reddit</title>
		<link>http://saliano.net/2010/05/17/lessons-learned-scaling-reddit/</link>
		<comments>http://saliano.net/2010/05/17/lessons-learned-scaling-reddit/#comments</comments>
		<pubDate>Tue, 18 May 2010 02:00:21 +0000</pubDate>
		<dc:creator>matt</dc:creator>
				<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://saliano.net/?p=663</guid>
		<description><![CDATA[7 Lessons Learned While Building Reddit to 270 Million Page Views a Month. Steve Huffman, co-founder of social news site Reddit, gave an excellent presentation (slides, transcript) on the lessons he learned while building and growing Reddit to 7.5 million users per month, 270 million page views per month, and 20+ database servers. High Scalability [...]


Related posts:<ol><li><a href='http://saliano.net/2010/03/14/digging-nosql/' rel='bookmark' title='Permanent Link: Digging NoSQL'>Digging NoSQL</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><a href="http://highscalability.com/blog/2010/5/17/7-lessons-learned-while-building-reddit-to-270-million-page.html">7 Lessons Learned While Building Reddit to 270 Million Page Views a Month</a>.</p>
<blockquote><p>Steve Huffman, co-founder of social news site Reddit, gave an excellent <a title="presentation" href="http://vimeo.com/10506751">presentation</a> (slides, transcript) on the lessons he learned while building and growing Reddit to 7.5 million users per month, 270 million page views per month, and 20+ database servers.</p></blockquote>
<p><a href="http://highscalability.com/">High Scalability</a> produced an excellent summary from the presentation.</p>


<p>Related posts:<ol><li><a href='http://saliano.net/2010/03/14/digging-nosql/' rel='bookmark' title='Permanent Link: Digging NoSQL'>Digging NoSQL</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://saliano.net/2010/05/17/lessons-learned-scaling-reddit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Digging NoSQL</title>
		<link>http://saliano.net/2010/03/14/digging-nosql/</link>
		<comments>http://saliano.net/2010/03/14/digging-nosql/#comments</comments>
		<pubDate>Mon, 15 Mar 2010 00:52:00 +0000</pubDate>
		<dc:creator>matt</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Digg]]></category>

		<guid isPermaLink="false">http://saliano.net/?p=654</guid>
		<description><![CDATA[I started hearing about Cassandra recently. Cassandra is an open source distributed database management system designed to handle very large amounts of data spread out across many commodity servers while providing a highly available service with no single point of failure. The short-list of adopters is impressive; Facebook, Digg, Twitter, Rackspace, Reddit, etc. The Digg [...]


No related posts.]]></description>
			<content:encoded><![CDATA[<p>I started hearing about <a href="http://incubator.apache.org/cassandra/">Cassandra</a> recently. Cassandra is an open source distributed database management system designed to handle very large amounts of data spread out across many commodity servers while providing a highly available service with no single point of failure. The short-list of adopters is impressive; Facebook, Digg, Twitter, Rackspace, Reddit, etc. </p>
<p>The Digg staff in particular have been <a href="http://about.digg.com/blog/technology">blogging</a> their progress and use of this new <a href="http://about.digg.com/blog/database-capabilities-high-volume-environment">database technology</a> and their reasons for adoption. Basically, the penalties for using MySQL had become burdensome given the large amount of data Digg handles and the difficulties in scaling MySQL to meet the demand.</p>
<blockquote><p>Our primary motivation for moving away from MySQL is the increasing difficulty of building a high performance, write intensive, application on a data set that is growing quickly, with no end in sight. This growth has forced us into horizontal and vertical partitioning strategies that have eliminated most of the value of a relational database, while still incurring all the overhead.</p></blockquote>
<p>In September of 09 Digg <a href="http://about.digg.com/blog/looking-future-cassandra">evaluated</a> Cassandra and were very successful. On the heels of their success they are replacing most of their infrastructure components and moving away from LAMP and towards <a href="http://about.digg.com/blog/saying-yes-nosql-going-steady-cassandra">NoSQL</a>. Soon, Digg will unveil it&#8217;s <a href="http://www.cnn.com/2010/TECH/03/14/new.digg/index.html?hpt=C1">overhaul of the site</a>, presumably running on the new platform they&#8217;ve built. </p>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://saliano.net/2010/03/14/digging-nosql/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Obsolete Occupations</title>
		<link>http://saliano.net/2010/03/06/obsolete-occupations/</link>
		<comments>http://saliano.net/2010/03/06/obsolete-occupations/#comments</comments>
		<pubDate>Sat, 06 Mar 2010 20:54:41 +0000</pubDate>
		<dc:creator>matt</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://saliano.net/?p=649</guid>
		<description><![CDATA[NPR features The Jobs Of Yesteryear: Obsolete Occupations As computers and automated systems increasingly take the jobs humans once held, entire professions are now extinct. No related posts.


No related posts.]]></description>
			<content:encoded><![CDATA[<p>NPR features <a href="http://www.npr.org/templates/story/story.php?storyId=124251060">The Jobs Of Yesteryear: Obsolete Occupations</a></p>
<blockquote><p> As computers and automated systems increasingly take the jobs humans once held, entire professions are now extinct.</p></blockquote>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://saliano.net/2010/03/06/obsolete-occupations/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Marionette Collective</title>
		<link>http://saliano.net/2010/02/14/the-marionette-collective/</link>
		<comments>http://saliano.net/2010/02/14/the-marionette-collective/#comments</comments>
		<pubDate>Sun, 14 Feb 2010 17:07:14 +0000</pubDate>
		<dc:creator>matt</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Automation]]></category>

		<guid isPermaLink="false">http://saliano.net/?p=595</guid>
		<description><![CDATA[A friend recently pointed me at a project called mcollective. The Marionette Collective aka. mcollective is a framework to build server orchestration or parallel job execution systems. An introduction to mcollective is on the projects wiki page. We&#8217;ve attempted to think out of the box a bit designing this system by not relying on central [...]


No related posts.]]></description>
			<content:encoded><![CDATA[<p>A friend recently pointed me at a project called <a href="http://code.google.com/p/mcollective/">mcollective</a>. The Marionette Collective aka. mcollective is a framework to build server orchestration or parallel job execution systems. An <a href="http://code.google.com/p/mcollective/wiki/Introduction">introduction to mcollective</a> is on the projects <a href="http://code.google.com/p/mcollective/w/list">wiki page</a>.</p>
<blockquote><p>
We&#8217;ve attempted to think out of the box a bit designing this system by not relying on central inventories and tools like SSH, we&#8217;re not simply a fancy SSH &#8220;for loop&#8221;.
</p></blockquote>
<p>If you&#8217;re a system administrator and have lots of systems to manage you will immediately see how this software could be useful. If you&#8217;ve ever used tools like <a href="http://web.taranis.org/shmux/">shmux</a> for parallelized execution of commands via ssh, you&#8217;ll note the benefit of being able to use discovered meta-data with mcollective. That means you can break from using hostnames or a centralized document as the ultimate source of truth about your environment when running a parallelized operation. With tools like <a href="http://code.google.com/p/mcollective-plugins/wiki/FactsRLFacter">Facter</a> the information lives on the servers to which it is applicable. You&#8217;ll always be able to rely on the most up-to-date information about your environment.</p>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://saliano.net/2010/02/14/the-marionette-collective/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Microsoft Operating Profit By Division</title>
		<link>http://saliano.net/2010/02/10/microsoft-operating-profit-by-division/</link>
		<comments>http://saliano.net/2010/02/10/microsoft-operating-profit-by-division/#comments</comments>
		<pubDate>Thu, 11 Feb 2010 01:35:30 +0000</pubDate>
		<dc:creator>matt</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Microsoft]]></category>

		<guid isPermaLink="false">http://saliano.net/?p=591</guid>
		<description><![CDATA[CHART OF THE DAY via Business Insider &#8211; Silicon Alley Insider. &#8230;Its profits are still being generated by the same engines that have driven Microsoft for years: Office, Windows, and its server division. (Meanwhile, its entertainment and devices division is only recently profitable again, and its online division is a money pit.) Related posts:Puppet 2.6


Related posts:<ol><li><a href='http://saliano.net/2010/07/21/puppet-2-6/' rel='bookmark' title='Permanent Link: Puppet 2.6'>Puppet 2.6</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.businessinsider.com/chart-of-the-day-microsoft-operating-income-by-division-2010-2">CHART OF THE DAY</a> via <a href="http://www.businessinsider.com/alleyinsider">Business Insider &#8211; Silicon Alley Insider</a>.</p>
<blockquote><p>&#8230;Its profits are still being generated by the same engines that have driven Microsoft for years: Office, Windows, and its server division. (Meanwhile, its entertainment and devices division is only recently profitable again, and its online division is a money pit.)</p></blockquote>


<p>Related posts:<ol><li><a href='http://saliano.net/2010/07/21/puppet-2-6/' rel='bookmark' title='Permanent Link: Puppet 2.6'>Puppet 2.6</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://saliano.net/2010/02/10/microsoft-operating-profit-by-division/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Apple iPad</title>
		<link>http://saliano.net/2010/01/29/apple-ipad/</link>
		<comments>http://saliano.net/2010/01/29/apple-ipad/#comments</comments>
		<pubDate>Sat, 30 Jan 2010 04:56:15 +0000</pubDate>
		<dc:creator>matt</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[iPad]]></category>

		<guid isPermaLink="false">http://saliano.net/?p=587</guid>
		<description><![CDATA[The first thing I thought about after seeing the new Apple iPad is what a great interface it could be for music creation. It&#8217;s large enough that it could be a perfect virtual mixing board, drum machine or remote control over MIDI/OSC. I could see a Apple producing an iPad Logic application to allow for [...]


No related posts.]]></description>
			<content:encoded><![CDATA[<p>The first thing I thought about after seeing the new Apple iPad is what a great interface it could be for music creation. It&#8217;s large enough that it could be a perfect virtual mixing board, drum machine or remote control over MIDI/OSC. I could see a Apple producing an iPad Logic application to allow for some automation or remote control. The initial reaction by the tech blogs have been lackluster, but I don&#8217;t think they&#8217;re thinking big enough about this product. Everyone is thinking of it in terms of the iPhone because it&#8217;s an easy reference point for what is possible. When you really think about all the types of applications available for the iPhone and the creativeness that has driven, I&#8217;m sure it&#8217;s only a matter of time before we see some game-changing applications on iPad.</p>
<p>I&#8217;m looking forward to trying one out at the local Apple store.</p>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://saliano.net/2010/01/29/apple-ipad/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
