<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Tiernan's Comms Closet</title>
	
	<link>http://blog.lotas-smartman.net</link>
	<description>Dont Ask...</description>
	<lastBuildDate>Sun, 11 Oct 2009 00:47:48 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9-rare</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<geo:lat>53.2920052887039</geo:lat><geo:long>-6.3411084965833</geo:long><creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/3.0/</creativeCommons:license><image><link>http://creativecommons.org/licenses/by-nc-sa/3.0/</link><url>http://creativecommons.org/images/public/somerights20.gif</url><title>Some Rights Reserved</title></image><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/lotas" type="application/rss+xml" /><feedburner:emailServiceId>lotas</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><feedburner:browserFriendly>This is an XML content feed. It is intended to be viewed in a newsreader or syndicated to another site.</feedburner:browserFriendly><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com" /><item>
		<title>Jungle Disk Server</title>
		<link>http://feedproxy.google.com/~r/lotas/~3/lpS7KZElKAA/jungle-disk-server</link>
		<comments>http://blog.lotas-smartman.net/jungle-disk-server#comments</comments>
		<pubDate>Sun, 11 Oct 2009 00:47:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Backup]]></category>
		<category><![CDATA[Jungle Disk]]></category>
		<category><![CDATA[Jungle Disk Server]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[SVN]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://blog.lotas-smartman.net/?p=4068</guid>
		<description><![CDATA[




A Few days ago on the Jungle Disk blog, it was announced they would be releasing a BETA of their new product: Jungle Disk Server. This sounded very interesting, and one of the more interesting features that was added was De-Duplication&#8230;. let me try explain with a bit of detail&#8230;
I am backing up my SVN [...]


Related posts:<ol><li><a href='http://blog.lotas-smartman.net/backing-up-wordpress-on-ubuntu-to-s3' rel='bookmark' title='Permanent Link: Backing up WordPress on Ubuntu to S3'>Backing up WordPress on Ubuntu to S3</a></li><li><a href='http://blog.lotas-smartman.net/subversion-server-windows-apache-and-backing-up' rel='bookmark' title='Permanent Link: Subversion Server, Windows, Apache and Backing up'>Subversion Server, Windows, Apache and Backing up</a></li><li><a href='http://blog.lotas-smartman.net/backup-started-could-be-soon-with-new-copy-of-linux' rel='bookmark' title='Permanent Link: backup started, could be soon with new copy of linux'>backup started, could be soon with new copy of linux</a></li></ol>]]></description>
			<content:encoded><![CDATA[<!-- Easy AdSense V2.80 -->
<!-- Post[count: 2] -->
<div class="ezAdsense adsense adsense-leadin" style="float:right;margin:12px;"><script type="text/javascript"><!--
google_ad_client = "pub-6435972961836580";
/* 234x60, created 10/7/09 */
google_ad_slot = "2495138474";
google_ad_width = 234;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></div><p>A Few days ago on the Jungle Disk blog, it was announced they would be releasing a BETA of their new product: <a href="http://blog.jungledisk.com/2009/10/06/jungle-disk-server-edition-free-public-beta/">Jungle Disk Server</a>. This sounded very interesting, and one of the more interesting features that was added was De-Duplication&#8230;. let me try explain with a bit of detail&#8230;</p>
<p>I am backing up my SVN server. I have 2 scheduled tasks: every 15 min, take the latest revesions that where not previously backed up and dump them to a file&#8230; then weekly, take a full backup. i ran this on a folder with 13 full backups (about 730mb a piece, totaling about 9Gb) and 31 smaller backups, averaging about a meg and a half&#8230; there is a LOT of duplicated data here: every full backup is the equivilant of the last weeks full backup and the smaller 15min backups&#8230; and it goes on. De-Duplication looks at all the blocks, and figures out of they have already been backed up&#8230; If so, it wont back it up again, put puts a pointer to that block in the backup db&#8230;</p>
<p>So, we say the last full backup is 750mb&#8230; that shold be all that is needed&#8230; Jungle Disks first backup of this server found 8.45Gb and uploaded 149mb! Thats it! there is compression going on there also, but that is pretty impressive! A Full backup has been run since then, and it brough the total file size to 9.17Gb, and the upload was 4.47mb! Very, VERY Cool!</p>
<p>So, at the moment, i have it backing up my SQL server, my Ubuntu server (where the blogs live, both the WordPress dirs and the MySQL server itself) and also my SVN Box. So far so good! Check if out.</p>
<img src="http://blog.lotas-smartman.net/?ak_action=api_record_view&id=4068&type=feed" alt="" /><h3  class="related_post_title">Related Posts</h3><ul class="related_post"><li><a href="http://blog.lotas-smartman.net/backing-up-wordpress-on-ubuntu-to-s3" title="Backing up WordPress on Ubuntu to S3">Backing up WordPress on Ubuntu to S3</a></li><li><a href="http://blog.lotas-smartman.net/going-back-to-college-getting-ready" title="Going back to College: Getting ready">Going back to College: Getting ready</a></li><li><a href="http://blog.lotas-smartman.net/zfs-some-stuff-i-have-learned" title="ZFS: some stuff i have learned">ZFS: some stuff i have learned</a></li><li><a href="http://blog.lotas-smartman.net/mobile-version-of-this-blog-available" title="Mobile version of this blog available">Mobile version of this blog available</a></li></ul>

<p>Related posts:<ol><li><a href='http://blog.lotas-smartman.net/backing-up-wordpress-on-ubuntu-to-s3' rel='bookmark' title='Permanent Link: Backing up WordPress on Ubuntu to S3'>Backing up WordPress on Ubuntu to S3</a></li><li><a href='http://blog.lotas-smartman.net/subversion-server-windows-apache-and-backing-up' rel='bookmark' title='Permanent Link: Subversion Server, Windows, Apache and Backing up'>Subversion Server, Windows, Apache and Backing up</a></li><li><a href='http://blog.lotas-smartman.net/backup-started-could-be-soon-with-new-copy-of-linux' rel='bookmark' title='Permanent Link: backup started, could be soon with new copy of linux'>backup started, could be soon with new copy of linux</a></li></ol></p>
<p><a href="http://feedads.g.doubleclick.net/~a/NgykJeEu8igxmuPRk9hW3WCwEjY/0/da"><img src="http://feedads.g.doubleclick.net/~a/NgykJeEu8igxmuPRk9hW3WCwEjY/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/NgykJeEu8igxmuPRk9hW3WCwEjY/1/da"><img src="http://feedads.g.doubleclick.net/~a/NgykJeEu8igxmuPRk9hW3WCwEjY/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/lotas?a=lpS7KZElKAA:lxOiW-ez5kk:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/lotas?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/lotas?a=lpS7KZElKAA:lxOiW-ez5kk:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/lotas?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/lotas?a=lpS7KZElKAA:lxOiW-ez5kk:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/lotas?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/lotas?a=lpS7KZElKAA:lxOiW-ez5kk:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/lotas?i=lpS7KZElKAA:lxOiW-ez5kk:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/lotas?a=lpS7KZElKAA:lxOiW-ez5kk:JEwB19i1-c4"><img src="http://feeds.feedburner.com/~ff/lotas?i=lpS7KZElKAA:lxOiW-ez5kk:JEwB19i1-c4" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/lotas?a=lpS7KZElKAA:lxOiW-ez5kk:ozPqQDaSF7U"><img src="http://feeds.feedburner.com/~ff/lotas?i=lpS7KZElKAA:lxOiW-ez5kk:ozPqQDaSF7U" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/lotas?a=lpS7KZElKAA:lxOiW-ez5kk:XQ266DUsA9M"><img src="http://feeds.feedburner.com/~ff/lotas?d=XQ266DUsA9M" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/lotas?a=lpS7KZElKAA:lxOiW-ez5kk:ANkz6nJbUoM"><img src="http://feeds.feedburner.com/~ff/lotas?d=ANkz6nJbUoM" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/lotas?a=lpS7KZElKAA:lxOiW-ez5kk:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/lotas?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/lotas?a=lpS7KZElKAA:lxOiW-ez5kk:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/lotas?i=lpS7KZElKAA:lxOiW-ez5kk:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/lotas?a=lpS7KZElKAA:lxOiW-ez5kk:YwkR-u9nhCs"><img src="http://feeds.feedburner.com/~ff/lotas?d=YwkR-u9nhCs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/lotas?a=lpS7KZElKAA:lxOiW-ez5kk:wd9GD17jvC4"><img src="http://feeds.feedburner.com/~ff/lotas?d=wd9GD17jvC4" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/lotas/~4/lpS7KZElKAA" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.lotas-smartman.net/jungle-disk-server/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.lotas-smartman.net/jungle-disk-server</feedburner:origLink></item>
		<item>
		<title>New Machine Part 4: Final parts list, and first part of the build</title>
		<link>http://feedproxy.google.com/~r/lotas/~3/_YuBzD-lwb8/new-machine-part-4-final-parts-list-and-first-part-of-the-build</link>
		<comments>http://blog.lotas-smartman.net/new-machine-part-4-final-parts-list-and-first-part-of-the-build#comments</comments>
		<pubDate>Sun, 13 Sep 2009 22:52:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Workstation V.Next]]></category>
		<category><![CDATA[build]]></category>
		<category><![CDATA[E5520]]></category>
		<category><![CDATA[NH-U12 DX]]></category>
		<category><![CDATA[S550SC]]></category>
		<category><![CDATA[Workstation]]></category>

		<guid isPermaLink="false">http://blog.lotas-smartman.net/new-machine-part-4-final-parts-list-and-first-part-of-the-build</guid>
		<description><![CDATA[




So, it has been a couple of weeks since i last posted the status of the upgrade… In those weeks, i have finilized the parts list, started ordering stuff, and stuff has started arriving! But first, some news about the Mac Pro… you all though it was dead… I though it was dead… then i [...]


Related posts:<ol><li><a href='http://blog.lotas-smartman.net/sisters-machine-still-a-pain-in-the-ass' rel='bookmark' title='Permanent Link: sisters machine still a pain in the ass!'>sisters machine still a pain in the ass!</a></li><li><a href='http://blog.lotas-smartman.net/building-a-new-media-centre-pc-part-1-thinking-and-main-machine' rel='bookmark' title='Permanent Link: Building a new Media Centre PC, Part 1: thinking and main machine'>Building a new Media Centre PC, Part 1: thinking and main machine</a></li><li><a href='http://blog.lotas-smartman.net/my-mac-pro-died' rel='bookmark' title='Permanent Link: My Mac Pro died&hellip;'>My Mac Pro died&hellip;</a></li></ol>]]></description>
			<content:encoded><![CDATA[<p>So, it has been a couple of weeks since i last posted the status of the upgrade… In those weeks, i have finilized the parts list, started ordering stuff, and stuff has started arriving! But first, some news about the Mac Pro… you all though it was dead… <a href="http://blog.lotas-smartman.net/my-mac-pro-died">I though it was dead</a>… then i cleaned the graphics card, and, well, its working again…. but, and this is a big but, the graphics card is still over heating… pain in the arse… going to try replace the Graphics card and use it as a server… more on that later.</p>
<p>So, Final parts list:</p>
<ol>
<li>Mobo and Chips – Went with the Intel S5520SC and E5520 processors. Ordered them and they arrived a few weeks ago. <a href="http://tiernanotoole.smugmug.com/Computers/NewMoboAndCPUs/9486985_ceirz">Unboxing photos here</a>.</li>
<li>Coolers: Went with non Watercooling… kind of chickened out at the idea of water flowing around a couple of grands worth of computer… Went with the Noctua NH-U12 DX. <a href="http://tiernanotoole.smugmug.com/Computers/Coolers-for-New/9516501_xhZ4R">Photos and Unboxing here</a>.</li>
<li>Case: Antec P193</li>
<li>HDDs: Boot: 2 x WD Velociraptor 300Gbs Data: Currently 2 1Tb WD Black Editions</li>
<li>Graphics: Asus GeForce 275 with 896Mb Ram</li>
<li>Powe Supply: Corsair HX-1000w</li>
<li>Memory: 12Gb Kingston (Still waiting on this…)</li>
</ol>
<p>Photos of the first part of the build <a href="http://tiernanotoole.smugmug.com/Computers/New-Workstation-Build-Part-1/9605837_CNXx9">are up here</a>, Once the memory arrives, i will fill in the HDDs, grab a DVDR from somewhere and stick that in and hook up some monitors. We can then start testing this bad boy!</p>
<img src="http://blog.lotas-smartman.net/?ak_action=api_record_view&id=4067&type=feed" alt="" /><h3  class="related_post_title">Related Posts</h3><ul class="related_post"><li><a href="http://blog.lotas-smartman.net/my-mac-pro-died" title="My Mac Pro died&hellip;">My Mac Pro died&hellip;</a></li></ul>

<p>Related posts:<ol><li><a href='http://blog.lotas-smartman.net/sisters-machine-still-a-pain-in-the-ass' rel='bookmark' title='Permanent Link: sisters machine still a pain in the ass!'>sisters machine still a pain in the ass!</a></li><li><a href='http://blog.lotas-smartman.net/building-a-new-media-centre-pc-part-1-thinking-and-main-machine' rel='bookmark' title='Permanent Link: Building a new Media Centre PC, Part 1: thinking and main machine'>Building a new Media Centre PC, Part 1: thinking and main machine</a></li><li><a href='http://blog.lotas-smartman.net/my-mac-pro-died' rel='bookmark' title='Permanent Link: My Mac Pro died&hellip;'>My Mac Pro died&hellip;</a></li></ol></p>
<p><a href="http://feedads.g.doubleclick.net/~a/jiymo1eSyhwq3llPfPFsfsGEHX4/0/da"><img src="http://feedads.g.doubleclick.net/~a/jiymo1eSyhwq3llPfPFsfsGEHX4/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/jiymo1eSyhwq3llPfPFsfsGEHX4/1/da"><img src="http://feedads.g.doubleclick.net/~a/jiymo1eSyhwq3llPfPFsfsGEHX4/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/lotas?a=_YuBzD-lwb8:6pN2Q1vBSsc:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/lotas?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/lotas?a=_YuBzD-lwb8:6pN2Q1vBSsc:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/lotas?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/lotas?a=_YuBzD-lwb8:6pN2Q1vBSsc:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/lotas?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/lotas?a=_YuBzD-lwb8:6pN2Q1vBSsc:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/lotas?i=_YuBzD-lwb8:6pN2Q1vBSsc:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/lotas?a=_YuBzD-lwb8:6pN2Q1vBSsc:JEwB19i1-c4"><img src="http://feeds.feedburner.com/~ff/lotas?i=_YuBzD-lwb8:6pN2Q1vBSsc:JEwB19i1-c4" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/lotas?a=_YuBzD-lwb8:6pN2Q1vBSsc:ozPqQDaSF7U"><img src="http://feeds.feedburner.com/~ff/lotas?i=_YuBzD-lwb8:6pN2Q1vBSsc:ozPqQDaSF7U" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/lotas?a=_YuBzD-lwb8:6pN2Q1vBSsc:XQ266DUsA9M"><img src="http://feeds.feedburner.com/~ff/lotas?d=XQ266DUsA9M" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/lotas?a=_YuBzD-lwb8:6pN2Q1vBSsc:ANkz6nJbUoM"><img src="http://feeds.feedburner.com/~ff/lotas?d=ANkz6nJbUoM" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/lotas?a=_YuBzD-lwb8:6pN2Q1vBSsc:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/lotas?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/lotas?a=_YuBzD-lwb8:6pN2Q1vBSsc:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/lotas?i=_YuBzD-lwb8:6pN2Q1vBSsc:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/lotas?a=_YuBzD-lwb8:6pN2Q1vBSsc:YwkR-u9nhCs"><img src="http://feeds.feedburner.com/~ff/lotas?d=YwkR-u9nhCs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/lotas?a=_YuBzD-lwb8:6pN2Q1vBSsc:wd9GD17jvC4"><img src="http://feeds.feedburner.com/~ff/lotas?d=wd9GD17jvC4" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/lotas/~4/_YuBzD-lwb8" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.lotas-smartman.net/new-machine-part-4-final-parts-list-and-first-part-of-the-build/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.lotas-smartman.net/new-machine-part-4-final-parts-list-and-first-part-of-the-build</feedburner:origLink></item>
		<item>
		<title>Backing up WordPress on Ubuntu to S3</title>
		<link>http://feedproxy.google.com/~r/lotas/~3/N0I6bDI5P0A/backing-up-wordpress-on-ubuntu-to-s3</link>
		<comments>http://blog.lotas-smartman.net/backing-up-wordpress-on-ubuntu-to-s3#comments</comments>
		<pubDate>Sun, 06 Sep 2009 22:38:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[HowTo]]></category>
		<category><![CDATA[Backup]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[S3]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://blog.lotas-smartman.net/backing-up-wordpress-on-ubuntu-to-s3</guid>
		<description><![CDATA[Right… So, my blog is currently living on an Ubuntu box here in the house and is running 3 of my blogs (this one, The Angry Viking and Tiernans Photography Blog). With all the news about WordPress being under attack, i though i better share some of my scripts i use for Backing up the [...]


Related posts:<ol><li><a href='http://blog.lotas-smartman.net/jungle-disk-server' rel='bookmark' title='Permanent Link: Jungle Disk Server'>Jungle Disk Server</a></li><li><a href='http://blog.lotas-smartman.net/zfs-amazon-s3-cloudfiles-and-a-bit-of-automation' rel='bookmark' title='Permanent Link: ZFS, Amazon S3, CloudFiles, and a bit of automation&hellip;'>ZFS, Amazon S3, CloudFiles, and a bit of automation&hellip;</a></li><li><a href='http://blog.lotas-smartman.net/my-experiance-in-moving-from-movabletype-to-wordpress' rel='bookmark' title='Permanent Link: My Experiance in Moving from MovableType to WordPress'>My Experiance in Moving from MovableType to WordPress</a></li></ol>]]></description>
			<content:encoded><![CDATA[<p>Right… So, my blog is currently living on an <a href="http://www.ubuntu.org">Ubuntu</a> box here in the house and is running 3 of my blogs (this one, <a href="http://www.angryviking.net">The Angry Viking</a> and <a href="http://www.tiernanotoolephotography.com">Tiernans Photography Blog</a>). With all the news about <a href="http://www.techcrunch.com/2009/09/05/security-threat-wordpress-under-attack/">WordPress being under attack</a>, i though i better share some of my scripts i use for Backing up the sites…</p>
<ol>
<li>i am using <a href="http://s3sync.net/wiki">S3Sync</a> for the Upload to S3… </li>
<li>The code for the Script is available on <a href="http://gist.github.com/182027">this Gist</a>. It was slightly modified (Removing my DB username and passwords, and only backing up one DB and Directory).</li>
<li>I want this to run every night, but at the moment it is kicked off manually… </li>
<li>There should be a clean up part at the end deleting the uploaded file… Ideally the uploader should check if the upload file was finished before deleting also…</li>
</ol>
<p>If there is anything anyone can see that could be changed, please leave a comment.</p>
<img src="http://blog.lotas-smartman.net/?ak_action=api_record_view&id=4066&type=feed" alt="" /><h3  class="related_post_title">Related Posts</h3><ul class="related_post"><li><a href="http://blog.lotas-smartman.net/jungle-disk-server" title="Jungle Disk Server">Jungle Disk Server</a></li><li><a href="http://blog.lotas-smartman.net/going-back-to-college-getting-ready" title="Going back to College: Getting ready">Going back to College: Getting ready</a></li><li><a href="http://blog.lotas-smartman.net/zfs-amazon-s3-cloudfiles-and-a-bit-of-automation" title="ZFS, Amazon S3, CloudFiles, and a bit of automation&hellip;">ZFS, Amazon S3, CloudFiles, and a bit of automation&hellip;</a></li><li><a href="http://blog.lotas-smartman.net/mobile-version-of-this-blog-available" title="Mobile version of this blog available">Mobile version of this blog available</a></li><li><a href="http://blog.lotas-smartman.net/zfs-some-stuff-i-have-learned" title="ZFS: some stuff i have learned">ZFS: some stuff i have learned</a></li></ul>

<p>Related posts:<ol><li><a href='http://blog.lotas-smartman.net/jungle-disk-server' rel='bookmark' title='Permanent Link: Jungle Disk Server'>Jungle Disk Server</a></li><li><a href='http://blog.lotas-smartman.net/zfs-amazon-s3-cloudfiles-and-a-bit-of-automation' rel='bookmark' title='Permanent Link: ZFS, Amazon S3, CloudFiles, and a bit of automation&hellip;'>ZFS, Amazon S3, CloudFiles, and a bit of automation&hellip;</a></li><li><a href='http://blog.lotas-smartman.net/my-experiance-in-moving-from-movabletype-to-wordpress' rel='bookmark' title='Permanent Link: My Experiance in Moving from MovableType to WordPress'>My Experiance in Moving from MovableType to WordPress</a></li></ol></p>
<p><a href="http://feedads.g.doubleclick.net/~a/m7d9WBg4en6SEfrXYQzpnDURCxc/0/da"><img src="http://feedads.g.doubleclick.net/~a/m7d9WBg4en6SEfrXYQzpnDURCxc/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/m7d9WBg4en6SEfrXYQzpnDURCxc/1/da"><img src="http://feedads.g.doubleclick.net/~a/m7d9WBg4en6SEfrXYQzpnDURCxc/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/lotas?a=N0I6bDI5P0A:DFPtMO2LCjI:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/lotas?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/lotas?a=N0I6bDI5P0A:DFPtMO2LCjI:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/lotas?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/lotas?a=N0I6bDI5P0A:DFPtMO2LCjI:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/lotas?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/lotas?a=N0I6bDI5P0A:DFPtMO2LCjI:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/lotas?i=N0I6bDI5P0A:DFPtMO2LCjI:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/lotas?a=N0I6bDI5P0A:DFPtMO2LCjI:JEwB19i1-c4"><img src="http://feeds.feedburner.com/~ff/lotas?i=N0I6bDI5P0A:DFPtMO2LCjI:JEwB19i1-c4" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/lotas?a=N0I6bDI5P0A:DFPtMO2LCjI:ozPqQDaSF7U"><img src="http://feeds.feedburner.com/~ff/lotas?i=N0I6bDI5P0A:DFPtMO2LCjI:ozPqQDaSF7U" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/lotas?a=N0I6bDI5P0A:DFPtMO2LCjI:XQ266DUsA9M"><img src="http://feeds.feedburner.com/~ff/lotas?d=XQ266DUsA9M" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/lotas?a=N0I6bDI5P0A:DFPtMO2LCjI:ANkz6nJbUoM"><img src="http://feeds.feedburner.com/~ff/lotas?d=ANkz6nJbUoM" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/lotas?a=N0I6bDI5P0A:DFPtMO2LCjI:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/lotas?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/lotas?a=N0I6bDI5P0A:DFPtMO2LCjI:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/lotas?i=N0I6bDI5P0A:DFPtMO2LCjI:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/lotas?a=N0I6bDI5P0A:DFPtMO2LCjI:YwkR-u9nhCs"><img src="http://feeds.feedburner.com/~ff/lotas?d=YwkR-u9nhCs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/lotas?a=N0I6bDI5P0A:DFPtMO2LCjI:wd9GD17jvC4"><img src="http://feeds.feedburner.com/~ff/lotas?d=wd9GD17jvC4" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/lotas/~4/N0I6bDI5P0A" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.lotas-smartman.net/backing-up-wordpress-on-ubuntu-to-s3/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.lotas-smartman.net/backing-up-wordpress-on-ubuntu-to-s3</feedburner:origLink></item>
		<item>
		<title>Thinking about building a SAN</title>
		<link>http://feedproxy.google.com/~r/lotas/~3/XunX83Pijg4/thinking-about-building-a-san</link>
		<comments>http://blog.lotas-smartman.net/thinking-about-building-a-san#comments</comments>
		<pubDate>Mon, 31 Aug 2009 17:12:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Cache]]></category>
		<category><![CDATA[SAN]]></category>
		<category><![CDATA[USB]]></category>
		<category><![CDATA[ZFS]]></category>
		<category><![CDATA[ZIL]]></category>

		<guid isPermaLink="false">http://blog.lotas-smartman.net/?p=4064</guid>
		<description><![CDATA[So, i have been thinking about building a ZFS powered SAN, and today i started thinking about using USB keys and drives&#8230; Why? SATA controllers with more than 4 ports are not cheap!
So, the way i was thinking was as follows (If anyone knows about ZFS and SANs, tell me if this is completely off [...]


Related posts:<ol><li><a href='http://blog.lotas-smartman.net/home-storage-cloud' rel='bookmark' title='Permanent Link: Home Storage Cloud?'>Home Storage Cloud?</a></li><li><a href='http://blog.lotas-smartman.net/drobo-worlds-first-storage-robot' rel='bookmark' title='Permanent Link: Drobo: Worlds first storage robot'>Drobo: Worlds first storage robot</a></li><li><a href='http://blog.lotas-smartman.net/building-a-new-media-centre-pc-part-1-thinking-and-main-machine' rel='bookmark' title='Permanent Link: Building a new Media Centre PC, Part 1: thinking and main machine'>Building a new Media Centre PC, Part 1: thinking and main machine</a></li></ol>]]></description>
			<content:encoded><![CDATA[<p>So, i have been thinking about building a <a href="http://en.wikipedia.org/wiki/ZFS">ZFS</a> powered <a href="http://en.wikipedia.org/wiki/Storage_area_network">SAN</a>, and today i started thinking about using USB keys and drives&#8230; Why? SATA controllers with more than 4 ports are not cheap!</p>
<p>So, the way i was thinking was as follows (If anyone knows about ZFS and SANs, tell me if this is completely off the wall!)</p>
<ul>
<li>Buy a basic Board and Chip, some RAM and a couple of PCI Express or PCI USB controllers</li>
<li>Stick in 2 Western Digital Raptors (i have 2 Spare 74Gb 10k drives here) and use them for ZIL storage. Or split them so one is for ZIL, the other for Cache</li>
<li>attach some USB Drives to the machine. I was thinking 16 x 32Gb USB Keys, but realized i can get a 500Gb external drive that takes no external power for about the same price&#8230;</li>
</ul>
<p>In theory, when writing and reading, the external drives would be slower than expected, but with the ZIL and Cache Drives, things should (in theory&#8230;) be faster&#8230; Any thoughs?</p>
<img src="http://blog.lotas-smartman.net/?ak_action=api_record_view&id=4064&type=feed" alt="" /><h3  class="related_post_title">Related Posts</h3><ul class="related_post"><li><a href="http://blog.lotas-smartman.net/zfs-amazon-s3-cloudfiles-and-a-bit-of-automation" title="ZFS, Amazon S3, CloudFiles, and a bit of automation&hellip;">ZFS, Amazon S3, CloudFiles, and a bit of automation&hellip;</a></li><li><a href="http://blog.lotas-smartman.net/zfs-some-stuff-i-have-learned" title="ZFS: some stuff i have learned">ZFS: some stuff i have learned</a></li></ul>

<p>Related posts:<ol><li><a href='http://blog.lotas-smartman.net/home-storage-cloud' rel='bookmark' title='Permanent Link: Home Storage Cloud?'>Home Storage Cloud?</a></li><li><a href='http://blog.lotas-smartman.net/drobo-worlds-first-storage-robot' rel='bookmark' title='Permanent Link: Drobo: Worlds first storage robot'>Drobo: Worlds first storage robot</a></li><li><a href='http://blog.lotas-smartman.net/building-a-new-media-centre-pc-part-1-thinking-and-main-machine' rel='bookmark' title='Permanent Link: Building a new Media Centre PC, Part 1: thinking and main machine'>Building a new Media Centre PC, Part 1: thinking and main machine</a></li></ol></p>
<p><a href="http://feedads.g.doubleclick.net/~a/hixB4BEH7zgXegm3p3bhxy8Zidc/0/da"><img src="http://feedads.g.doubleclick.net/~a/hixB4BEH7zgXegm3p3bhxy8Zidc/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/hixB4BEH7zgXegm3p3bhxy8Zidc/1/da"><img src="http://feedads.g.doubleclick.net/~a/hixB4BEH7zgXegm3p3bhxy8Zidc/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/lotas?a=XunX83Pijg4:TnTl6SJDEss:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/lotas?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/lotas?a=XunX83Pijg4:TnTl6SJDEss:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/lotas?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/lotas?a=XunX83Pijg4:TnTl6SJDEss:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/lotas?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/lotas?a=XunX83Pijg4:TnTl6SJDEss:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/lotas?i=XunX83Pijg4:TnTl6SJDEss:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/lotas?a=XunX83Pijg4:TnTl6SJDEss:JEwB19i1-c4"><img src="http://feeds.feedburner.com/~ff/lotas?i=XunX83Pijg4:TnTl6SJDEss:JEwB19i1-c4" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/lotas?a=XunX83Pijg4:TnTl6SJDEss:ozPqQDaSF7U"><img src="http://feeds.feedburner.com/~ff/lotas?i=XunX83Pijg4:TnTl6SJDEss:ozPqQDaSF7U" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/lotas?a=XunX83Pijg4:TnTl6SJDEss:XQ266DUsA9M"><img src="http://feeds.feedburner.com/~ff/lotas?d=XQ266DUsA9M" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/lotas?a=XunX83Pijg4:TnTl6SJDEss:ANkz6nJbUoM"><img src="http://feeds.feedburner.com/~ff/lotas?d=ANkz6nJbUoM" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/lotas?a=XunX83Pijg4:TnTl6SJDEss:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/lotas?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/lotas?a=XunX83Pijg4:TnTl6SJDEss:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/lotas?i=XunX83Pijg4:TnTl6SJDEss:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/lotas?a=XunX83Pijg4:TnTl6SJDEss:YwkR-u9nhCs"><img src="http://feeds.feedburner.com/~ff/lotas?d=YwkR-u9nhCs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/lotas?a=XunX83Pijg4:TnTl6SJDEss:wd9GD17jvC4"><img src="http://feeds.feedburner.com/~ff/lotas?d=wd9GD17jvC4" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/lotas/~4/XunX83Pijg4" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.lotas-smartman.net/thinking-about-building-a-san/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.lotas-smartman.net/thinking-about-building-a-san</feedburner:origLink></item>
		<item>
		<title>Going back to College: Getting ready</title>
		<link>http://feedproxy.google.com/~r/lotas/~3/gQeTB5siVvs/going-back-to-college-getting-ready</link>
		<comments>http://blog.lotas-smartman.net/going-back-to-college-getting-ready#comments</comments>
		<pubDate>Fri, 28 Aug 2009 00:14:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Going Back to College]]></category>
		<category><![CDATA[Backup]]></category>
		<category><![CDATA[Bags]]></category>
		<category><![CDATA[College]]></category>
		<category><![CDATA[Connectivity]]></category>
		<category><![CDATA[Dorm Room]]></category>
		<category><![CDATA[Laptop]]></category>
		<category><![CDATA[Modems]]></category>
		<category><![CDATA[Music]]></category>
		<category><![CDATA[NetBook]]></category>
		<category><![CDATA[Source Control]]></category>
		<category><![CDATA[SVN]]></category>

		<guid isPermaLink="false">http://blog.lotas-smartman.net/?p=4062</guid>
		<description><![CDATA[So, i have been wanting to talk about this for a couple of weeks, but never actually got around to it. In September, some time, i will be heading back to college, part time. I am going back to get my Degree, which i have wanted to do since i left Clown College and now [...]


Related posts:<ol><li><a href='http://blog.lotas-smartman.net/fiber-to-the-dorm-room' rel='bookmark' title='Permanent Link: Fiber To The Dorm Room'>Fiber To The Dorm Room</a></li><li><a href='http://blog.lotas-smartman.net/the-code-room' rel='bookmark' title='Permanent Link: The Code Room'>The Code Room</a></li><li><a href='http://blog.lotas-smartman.net/ctr500-cellular-travel-router-close-but-no-cigar' rel='bookmark' title='Permanent Link: CTR500 Cellular Travel Router: close, but no cigar&#8230;'>CTR500 Cellular Travel Router: close, but no cigar&#8230;</a></li></ol>]]></description>
			<content:encoded><![CDATA[<p>So, i have been wanting to talk about this for a couple of weeks, but never actually got around to it. In September, some time, i will be heading back to college, part time. I am going back to get my Degree, which i have wanted to do since i left Clown College and now this will happen! <img src='http://blog.lotas-smartman.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Its going to take 4 years. So, since i start in a few weeks (not got the final date just yet) i though i better write up some of my plans to help me though college…</p>
<ol>
<li><strong>Laptop</strong>: So, at the moment i have my <a href="http://www.apple.com/macbookpro">MacBook Pro</a>. its fully loaded with 4Gb ram, and i was thinking of replacing the HDD, which is currently a 320Gb 5200RPM drive with a 500Gb 7200RPM drive. i would love to go for SSD, but the price is not right yet…</li>
<li><strong>NetBook</strong>: I have the <a href="http://en.wikipedia.org/wiki/MSI_Wind_Netbook">MSI Wind</a> at the moment, and its about a year old. it does have 2gb of ram, but its not the fastest in the world. Mind you, speed is not that important: Battery is. So, Nokia are releasing a their <a href="http://tr.im/wZOk">Booklet 3G</a>, which has 12 hour battery life! that sounds more like it!</li>
<li><strong>Source Control</strong>: this is probably the most important thing. Since there will be code and assignments to be written up and submitted, i think i should bring some of my learning&#8217;s from the work place into the college. In work, we use a <a href="http://msdn.microsoft.com/en-us/teamsystem/dd408382.aspx">Team Foundation Server</a>, with <a href="http://msdn.microsoft.com/en-us/teamsystem/dd408378.aspx">Team Suite</a>, with all the fixings (including the for Database Professionals edition) and use it religiously for code and DB changes. i am going to do the same with my code and documents for College. At the moment at home i have a <a href="http://www.visualsvn.com/server/">VisualSVN Server</a> sitting on a VM. there is a scheduled task to backup the latest revisions of the code to a SVN dump every 15 min, and i use <a href="http://www.jungledisk.com">JungleDisk</a> to backup that folder to <a href="http://www.amazon.com/s3">Amazon S3</a> every 15 min. the problem i would have is if i cant connect to the house (more on connectivity below). i don&#8217;t like the idea of having code or docs checked out locally and not stored centrally… So, i have been looking at the idea of using sometime like <a href="http://www.github.com">GitHub</a> or <a href="http://www.unfuddle.com">Unfuddle</a>… Currently testing both, and will post something when i have a decision…</li>
<li><strong>Connectivity</strong>: At the moment, i have 2 3G modems: an old Vodafone Branded and Locked <a href="http://en.wikipedia.org/wiki/Huawei_E220">Huawei E220</a> and a Three Branded, but fully unlocked <a href="http://www.huawei.com/mobileweb/en/products/view.do?id=1181">Huawei E169</a>. I use the E169 more since its smaller, and faster (7.2mb/s compared to 3.6 on the E220), but i have been thinking of changing to a <a href="http://www.novatelwireless.com/index.php?option=com_content&amp;view=article&amp;id=285:mifi-2352-intelligent-mobile-hotspot-for-hspa-networks&amp;catid=75:mifi&amp;Itemid=622">Novatel MiFi 2352</a>. i am liking this idea because it is tiny, fast, has a 4 hour battery life, can be charged via USB and can share my 3G/HSDPA signal with all my devices (NetBook, MacBook Pro, what ever mobile i have at the time and iPod touch). I will also be using a VPN connection to connect to the house. this will allow me access to my file shares in house and also remote desktop to my workstation and servers. </li>
<li><strong>Music</strong>: This is a big one for me. When coding or writing docs, i need to listen to music. So, my iPod touch is a must. Thing is, over the last few weeks, i haven&#8217;t used it as much for music. that is because i use <a href="http://www.spotify.com">Spotify</a>. Well, today it was confirmed that <a href="http://tr.im/xiFx">Apple has approved The Spotify app for the iPod Touch and iPhone</a> which will mean i can download my music and listen to it on my iPod anywhere! I will be upgrading to an iPod Touch 2nd Gen or 3rd Gen (still unannounced, but we all know its coming) because of its extra capacity (my 1st gen has 16gb, but more is always handy) and Bluetooth support.. very important since i want a pair of these: <a href="http://www.nokia.com/microsites/bh-905">The Nokia BH-905 Bluetooth headset</a>. These are not cheap (About 300EUR) but they are suppose to be the best headphones ever made… they are on my birthday list and i have been dropping hints (like saying to the sister “I want these for my birthday!”) and hope to get my hands on these soon! <img src='http://blog.lotas-smartman.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </li>
<li><strong>Bags</strong>: I need a new bag. I have had the laptop bag i use at the moment for a couple of years now… at least 5… its a bit grubby, shabby and ragged… Don&#8217;t get me wrong: it works, its just old. So, i want a new bag… Not sure what just yet but it should be waterproof (it rains a lot in Ireland, and travelling to college via the <a href="http://www.luas.ie">LUAS</a> will involve some walking… and its bound to rain. It should also have enough capacity to carry both laptops, accessories, and maybe a change of cloths, just in case… the search will start tomorrow!</li>
<li><strong>“Dorm Room”</strong>: Finally, or at least i think its finally, the “Dorm Room” or my bedroom. I want to set my bedroom up correctly: TV, Sound system, and gaming consoles on one side. big desk and computers on the other. Bed somewhere and a sofa in front of the TV… it might be a tight squeeze, but i think i can do it… Just a matter of getting the room organized correctly… </li>
</ol>
<p>So, there we have it. Any comments, please leave them below…</p>
<img src="http://blog.lotas-smartman.net/?ak_action=api_record_view&id=4062&type=feed" alt="" /><h3  class="related_post_title">Related Posts</h3><ul class="related_post"><li><a href="http://blog.lotas-smartman.net/jungle-disk-server" title="Jungle Disk Server">Jungle Disk Server</a></li><li><a href="http://blog.lotas-smartman.net/zfs-some-stuff-i-have-learned" title="ZFS: some stuff i have learned">ZFS: some stuff i have learned</a></li><li><a href="http://blog.lotas-smartman.net/backing-up-wordpress-on-ubuntu-to-s3" title="Backing up WordPress on Ubuntu to S3">Backing up WordPress on Ubuntu to S3</a></li></ul>

<p>Related posts:<ol><li><a href='http://blog.lotas-smartman.net/fiber-to-the-dorm-room' rel='bookmark' title='Permanent Link: Fiber To The Dorm Room'>Fiber To The Dorm Room</a></li><li><a href='http://blog.lotas-smartman.net/the-code-room' rel='bookmark' title='Permanent Link: The Code Room'>The Code Room</a></li><li><a href='http://blog.lotas-smartman.net/ctr500-cellular-travel-router-close-but-no-cigar' rel='bookmark' title='Permanent Link: CTR500 Cellular Travel Router: close, but no cigar&#8230;'>CTR500 Cellular Travel Router: close, but no cigar&#8230;</a></li></ol></p>
<p><a href="http://feedads.g.doubleclick.net/~a/qTYSp-toY8ZrTulyzcX-dNU9cNI/0/da"><img src="http://feedads.g.doubleclick.net/~a/qTYSp-toY8ZrTulyzcX-dNU9cNI/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/qTYSp-toY8ZrTulyzcX-dNU9cNI/1/da"><img src="http://feedads.g.doubleclick.net/~a/qTYSp-toY8ZrTulyzcX-dNU9cNI/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/lotas?a=gQeTB5siVvs:Zv_IMZGfanA:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/lotas?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/lotas?a=gQeTB5siVvs:Zv_IMZGfanA:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/lotas?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/lotas?a=gQeTB5siVvs:Zv_IMZGfanA:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/lotas?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/lotas?a=gQeTB5siVvs:Zv_IMZGfanA:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/lotas?i=gQeTB5siVvs:Zv_IMZGfanA:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/lotas?a=gQeTB5siVvs:Zv_IMZGfanA:JEwB19i1-c4"><img src="http://feeds.feedburner.com/~ff/lotas?i=gQeTB5siVvs:Zv_IMZGfanA:JEwB19i1-c4" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/lotas?a=gQeTB5siVvs:Zv_IMZGfanA:ozPqQDaSF7U"><img src="http://feeds.feedburner.com/~ff/lotas?i=gQeTB5siVvs:Zv_IMZGfanA:ozPqQDaSF7U" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/lotas?a=gQeTB5siVvs:Zv_IMZGfanA:XQ266DUsA9M"><img src="http://feeds.feedburner.com/~ff/lotas?d=XQ266DUsA9M" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/lotas?a=gQeTB5siVvs:Zv_IMZGfanA:ANkz6nJbUoM"><img src="http://feeds.feedburner.com/~ff/lotas?d=ANkz6nJbUoM" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/lotas?a=gQeTB5siVvs:Zv_IMZGfanA:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/lotas?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/lotas?a=gQeTB5siVvs:Zv_IMZGfanA:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/lotas?i=gQeTB5siVvs:Zv_IMZGfanA:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/lotas?a=gQeTB5siVvs:Zv_IMZGfanA:YwkR-u9nhCs"><img src="http://feeds.feedburner.com/~ff/lotas?d=YwkR-u9nhCs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/lotas?a=gQeTB5siVvs:Zv_IMZGfanA:wd9GD17jvC4"><img src="http://feeds.feedburner.com/~ff/lotas?d=wd9GD17jvC4" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/lotas/~4/gQeTB5siVvs" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.lotas-smartman.net/going-back-to-college-getting-ready/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.lotas-smartman.net/going-back-to-college-getting-ready</feedburner:origLink></item>
		<item>
		<title>New Machine Part 3: the search beings…</title>
		<link>http://feedproxy.google.com/~r/lotas/~3/ClOxhYB9i_E/new-machine-part-3-the-search-beings</link>
		<comments>http://blog.lotas-smartman.net/new-machine-part-3-the-search-beings#comments</comments>
		<pubDate>Tue, 18 Aug 2009 21:57:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Workstation V.Next]]></category>
		<category><![CDATA[Thermaltake]]></category>
		<category><![CDATA[Water Cooling]]></category>

		<guid isPermaLink="false">http://blog.lotas-smartman.net/new-machine-part-3-the-search-beings</guid>
		<description><![CDATA[So, i am now in the process of finding the bits so i can order the machine… Waiting for money to clear in to my bank account (hopefully by Thursday) and then into the Credit Card (Friday). Then i can start ordering!
Some things i have been looking into since the last update:
The case has changed [...]


Related posts:<ol><li><a href='http://blog.lotas-smartman.net/update-on-the-sisters-machine' rel='bookmark' title='Permanent Link: update on the sisters machine'>update on the sisters machine</a></li><li><a href='http://blog.lotas-smartman.net/dual-everything-machine' rel='bookmark' title='Permanent Link: Dual Everything Machine'>Dual Everything Machine</a></li><li><a href='http://blog.lotas-smartman.net/new-machine-part-2-update-to-planning' rel='bookmark' title='Permanent Link: New Machine Part 2: Update to planning'>New Machine Part 2: Update to planning</a></li></ol>]]></description>
			<content:encoded><![CDATA[<p>So, i am now in the process of finding the bits so i can order the machine… Waiting for money to clear in to my bank account (hopefully by Thursday) and then into the Credit Card (Friday). Then i can start ordering!</p>
<p>Some things i have been looking into since the last update:</p>
<p>The case has changed 3 times… Originally i was looking at the <a href="http://www.silverstonetek.com/products/p_contents.php?pno=tj07">SilverStone TJ07</a>, but cant seem to get my hands on it anywhere… Then I was looking at their <a href="http://www.silverstonetek.com/raven/products/index.php?model=RV01&amp;area=usa">Raven RV01</a>… Then this morning i found the <a href="http://www.antec.com/Believe_it/product.php?id=MTgxNg">Antec P193</a>… and now i am thinking The <a href="http://www.thermaltakeusa.com/product.aspx?c=1309&amp;ID=1412">Thermaltake Kandalf VD4000BWS</a>… and its water cooled!!! This thing looks like a bit of a beast… It has:</p>
<ul>
<li>360&#215;120mm radiator in the front</li>
<li>500l/hr pump</li>
<li>all the stuff needed to water cool the machine (need to get a second cooler for the CPU… and might have to change the first one also… no mention of the Socket 1366 support)</li>
<li>9 5.25” drive bays</li>
<li>2 external 3.5” and 6 internal 3.5” drive bays (total of 17 drive bays!!!)</li>
<li>120mm and 90mm rear and a 90mm top mounted exhaust fans</li>
<li>and some other pretty impressive stuff</li>
</ul>
<p>Next thing to change was the hard drives. I did not mention them the last time around, but the idea is now that i will have 2 <a href="http://www.wdc.com/en/products/Products.asp?DriveID=459">Western Digital VelociRaptor 300Gb</a> drives and 4 1Tb Drives (not sure make just yet). The VelociRaptors will be in RAID 0 (for SPEED!) and the 1Tb drives will be mixed (2 in RAID 1 and 2 in RAID 0). i will have a home server backing up the raptors incase anything goes wrong, and all my important stuff will be stored on the RAID 1 array. The Board has onboard RAID 0, 1 and 10 support, so its all hardware raid.</p>
<p>Finally, and a decision has not been 100% made on this, is the graphics card… I am leaning towards a NVidia GTX 275 card (Cuda is a tempting option). but the ATI Cards (the 4850 and 4890s) are quite tempting also… The board only supports CrossFire, so i know i cant get 2 NVida cards working together, but if i add a second card, i only want it for extra monitor support… SLI and CrossFire are not much use to me… Any Recommendations?</p>
<p>So, i am currently talking with a computer shop and they are working on getting the parts… Hopefully if all goes well, i could have this in the next week or so!</p>
<p>[Update] So the guys on the <a href="http://forums.overclockers.co.uk/showpost.php?p=14706679&amp;postcount=43">OverClockers.co.uk forums are not impressed</a> with this case&#8230; they are strongly advising i stay away from it&#8230; Maybe we are back to the P193&#8230; leaning back to water cooling again too&#8230;</p>
<img src="http://blog.lotas-smartman.net/?ak_action=api_record_view&id=4059&type=feed" alt="" /><h3  class="related_post_title">Related Posts</h3><ul class="related_post"><li><a href="http://blog.lotas-smartman.net/new-machine-part-2-update-to-planning" title="New Machine Part 2: Update to planning">New Machine Part 2: Update to planning</a></li></ul>

<p>Related posts:<ol><li><a href='http://blog.lotas-smartman.net/update-on-the-sisters-machine' rel='bookmark' title='Permanent Link: update on the sisters machine'>update on the sisters machine</a></li><li><a href='http://blog.lotas-smartman.net/dual-everything-machine' rel='bookmark' title='Permanent Link: Dual Everything Machine'>Dual Everything Machine</a></li><li><a href='http://blog.lotas-smartman.net/new-machine-part-2-update-to-planning' rel='bookmark' title='Permanent Link: New Machine Part 2: Update to planning'>New Machine Part 2: Update to planning</a></li></ol></p>
<p><a href="http://feedads.g.doubleclick.net/~a/-ViWYCqhezrLRrbHpWmkO8z3x1k/0/da"><img src="http://feedads.g.doubleclick.net/~a/-ViWYCqhezrLRrbHpWmkO8z3x1k/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/-ViWYCqhezrLRrbHpWmkO8z3x1k/1/da"><img src="http://feedads.g.doubleclick.net/~a/-ViWYCqhezrLRrbHpWmkO8z3x1k/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/lotas?a=ClOxhYB9i_E:hPBfZ0XbgSU:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/lotas?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/lotas?a=ClOxhYB9i_E:hPBfZ0XbgSU:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/lotas?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/lotas?a=ClOxhYB9i_E:hPBfZ0XbgSU:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/lotas?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/lotas?a=ClOxhYB9i_E:hPBfZ0XbgSU:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/lotas?i=ClOxhYB9i_E:hPBfZ0XbgSU:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/lotas?a=ClOxhYB9i_E:hPBfZ0XbgSU:JEwB19i1-c4"><img src="http://feeds.feedburner.com/~ff/lotas?i=ClOxhYB9i_E:hPBfZ0XbgSU:JEwB19i1-c4" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/lotas?a=ClOxhYB9i_E:hPBfZ0XbgSU:ozPqQDaSF7U"><img src="http://feeds.feedburner.com/~ff/lotas?i=ClOxhYB9i_E:hPBfZ0XbgSU:ozPqQDaSF7U" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/lotas?a=ClOxhYB9i_E:hPBfZ0XbgSU:XQ266DUsA9M"><img src="http://feeds.feedburner.com/~ff/lotas?d=XQ266DUsA9M" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/lotas?a=ClOxhYB9i_E:hPBfZ0XbgSU:ANkz6nJbUoM"><img src="http://feeds.feedburner.com/~ff/lotas?d=ANkz6nJbUoM" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/lotas?a=ClOxhYB9i_E:hPBfZ0XbgSU:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/lotas?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/lotas?a=ClOxhYB9i_E:hPBfZ0XbgSU:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/lotas?i=ClOxhYB9i_E:hPBfZ0XbgSU:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/lotas?a=ClOxhYB9i_E:hPBfZ0XbgSU:YwkR-u9nhCs"><img src="http://feeds.feedburner.com/~ff/lotas?d=YwkR-u9nhCs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/lotas?a=ClOxhYB9i_E:hPBfZ0XbgSU:wd9GD17jvC4"><img src="http://feeds.feedburner.com/~ff/lotas?d=wd9GD17jvC4" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/lotas/~4/ClOxhYB9i_E" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.lotas-smartman.net/new-machine-part-3-the-search-beings/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.lotas-smartman.net/new-machine-part-3-the-search-beings</feedburner:origLink></item>
		<item>
		<title>New Machine Part 2: Update to planning</title>
		<link>http://feedproxy.google.com/~r/lotas/~3/FHC_Gcxc3jQ/new-machine-part-2-update-to-planning</link>
		<comments>http://blog.lotas-smartman.net/new-machine-part-2-update-to-planning#comments</comments>
		<pubDate>Sun, 02 Aug 2009 15:08:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Workstation V.Next]]></category>
		<category><![CDATA[Cooling]]></category>
		<category><![CDATA[Lazy]]></category>
		<category><![CDATA[Nocta NH-U12DX]]></category>
		<category><![CDATA[Nocta NH-U12P]]></category>
		<category><![CDATA[Scythe Mini Ninja]]></category>
		<category><![CDATA[Water Cooling]]></category>
		<category><![CDATA[Xigmatek Thor's Hammer]]></category>

		<guid isPermaLink="false">http://blog.lotas-smartman.net/new-machine-part-2-update-to-planning</guid>
		<description><![CDATA[In yesterday’s post, i mentioned that i was thinking about Water Cooling the Workstation V.Next… Well, after some “research” i have come to the conclusion that maybe water cooling is not for me… or at least not at the moment. 
The reason i am thinking of not water cooling the box at the moment is, [...]


Related posts:<ol><li><a href='http://blog.lotas-smartman.net/new-machine-post-part-1-planning' rel='bookmark' title='Permanent Link: New Machine Post: Part 1: Planning'>New Machine Post: Part 1: Planning</a></li><li><a href='http://blog.lotas-smartman.net/beginners-guide-to-water-cooling-your-pc' rel='bookmark' title='Permanent Link: Beginners guide to water cooling your PC'>Beginners guide to water cooling your PC</a></li><li><a href='http://blog.lotas-smartman.net/new-machine-part-3-the-search-beings' rel='bookmark' title='Permanent Link: New Machine Part 3: the search beings&hellip;'>New Machine Part 3: the search beings&hellip;</a></li></ol>]]></description>
			<content:encoded><![CDATA[<p>In yesterday’s post, i mentioned that <a href="http://blog.lotas-smartman.net/new-machine-post-part-1-planning">i was thinking about Water Cooling the Workstation V.Next</a>… Well, after some “research” i have come to the conclusion that maybe water cooling is not for me… or at least not at the moment. </p>
<p>The reason i am thinking of not water cooling the box at the moment is, well, im lazy. after reading up a bit about it, it seems there is a lot more maintance with water cooling that with air cooling… You need to change water every now and again, clean pipes, sometimes you may even need to clean the blocks, pump and RAD… It all sounds like too much hard work! As you know, i am a lazy git…</p>
<p>So, a quick trip to OverClockers.co.uk has found me 3 posible coolers:</p>
<p><img alt="Nocta NH-U12P SE1366" src="http://images.lotas-smartman.net/image.ashx?id=5c53fe39-b724-4938-95e1-6ed3e36cc119" /></p>
<p><a href="http://www.overclockers.co.uk/showproduct.php?prodid=HS-005-NC">The Nocta NH-U12P SE1366</a></p>
<p><img alt="Scythe Mini Ninja" src="http://images.lotas-smartman.net/image.ashx?id=e331ee22-bc31-448d-bc0b-e5d377e7857e" /> </p>
<p><a href="http://www.overclockers.co.uk/showproduct.php?prodid=HS-012-SY&amp;groupid=701&amp;catid=57&amp;subcat=1395">The Scythe Mini Ninja</a> (wondering where the bigger brother is…, if this is mini, it shouldent be hard to find…)</p>
<p><img alt="Xigmatek Thor&#39;s Hammer" src="http://images.lotas-smartman.net/image.ashx?id=0a9bd8f2-39d4-418f-8b51-136432671a7e" /> </p>
<p><a href="http://www.overclockers.co.uk/showproduct.php?prodid=HS-002-XG&amp;groupid=701&amp;catid=57&amp;subcat=1395">The Xigmatek Thor’s Hammer</a> (With a name like that… what else can i say!)</p>
<p>Of the 3, i think the NH-U12P is going to be the winner… <a href="http://www.overclockersclub.com/reviews/noctua_nhu12p/">OverClockersClub.com has a review</a> and its a very nice looking setup. there are 2 120mm fans on this thing! only thing that worries me… the heatsync with 2 fans weighs in at… wait for it… 940G!!! thats a little under a kilo! Christ! 2 of these could pull the board apart! Now to do some maths and see if it will 1) fit, and 2) not break the board…</p>
<p>Update: Seems that there is a Version called the <a href="http://www.quietpc.com/ie-en-eur/products/cpucoolers/nh-dx">NH-U12DX for Daul Xeon processors</a>&#8230;</p>
<p><img alt="NH-U12DX" src="http://images.lotas-smartman.net/image.ashx?id=d05ce0c4-1caf-4381-b507-82e3f0fc4736" /></p>
<p>Looks like a bit of a monster, right? should do the trick! </p>
<img src="http://blog.lotas-smartman.net/?ak_action=api_record_view&id=4058&type=feed" alt="" /><h3  class="related_post_title">Related Posts</h3><ul class="related_post"><li><a href="http://blog.lotas-smartman.net/new-machine-part-3-the-search-beings" title="New Machine Part 3: the search beings&hellip;">New Machine Part 3: the search beings&hellip;</a></li></ul>

<p>Related posts:<ol><li><a href='http://blog.lotas-smartman.net/new-machine-post-part-1-planning' rel='bookmark' title='Permanent Link: New Machine Post: Part 1: Planning'>New Machine Post: Part 1: Planning</a></li><li><a href='http://blog.lotas-smartman.net/beginners-guide-to-water-cooling-your-pc' rel='bookmark' title='Permanent Link: Beginners guide to water cooling your PC'>Beginners guide to water cooling your PC</a></li><li><a href='http://blog.lotas-smartman.net/new-machine-part-3-the-search-beings' rel='bookmark' title='Permanent Link: New Machine Part 3: the search beings&hellip;'>New Machine Part 3: the search beings&hellip;</a></li></ol></p>
<p><a href="http://feedads.g.doubleclick.net/~a/x1USRmSBLxVHiIjntVxjkoIjjcw/0/da"><img src="http://feedads.g.doubleclick.net/~a/x1USRmSBLxVHiIjntVxjkoIjjcw/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/x1USRmSBLxVHiIjntVxjkoIjjcw/1/da"><img src="http://feedads.g.doubleclick.net/~a/x1USRmSBLxVHiIjntVxjkoIjjcw/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/lotas?a=FHC_Gcxc3jQ:wtpZbhlj3xg:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/lotas?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/lotas?a=FHC_Gcxc3jQ:wtpZbhlj3xg:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/lotas?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/lotas?a=FHC_Gcxc3jQ:wtpZbhlj3xg:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/lotas?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/lotas?a=FHC_Gcxc3jQ:wtpZbhlj3xg:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/lotas?i=FHC_Gcxc3jQ:wtpZbhlj3xg:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/lotas?a=FHC_Gcxc3jQ:wtpZbhlj3xg:JEwB19i1-c4"><img src="http://feeds.feedburner.com/~ff/lotas?i=FHC_Gcxc3jQ:wtpZbhlj3xg:JEwB19i1-c4" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/lotas?a=FHC_Gcxc3jQ:wtpZbhlj3xg:ozPqQDaSF7U"><img src="http://feeds.feedburner.com/~ff/lotas?i=FHC_Gcxc3jQ:wtpZbhlj3xg:ozPqQDaSF7U" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/lotas?a=FHC_Gcxc3jQ:wtpZbhlj3xg:XQ266DUsA9M"><img src="http://feeds.feedburner.com/~ff/lotas?d=XQ266DUsA9M" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/lotas?a=FHC_Gcxc3jQ:wtpZbhlj3xg:ANkz6nJbUoM"><img src="http://feeds.feedburner.com/~ff/lotas?d=ANkz6nJbUoM" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/lotas?a=FHC_Gcxc3jQ:wtpZbhlj3xg:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/lotas?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/lotas?a=FHC_Gcxc3jQ:wtpZbhlj3xg:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/lotas?i=FHC_Gcxc3jQ:wtpZbhlj3xg:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/lotas?a=FHC_Gcxc3jQ:wtpZbhlj3xg:YwkR-u9nhCs"><img src="http://feeds.feedburner.com/~ff/lotas?d=YwkR-u9nhCs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/lotas?a=FHC_Gcxc3jQ:wtpZbhlj3xg:wd9GD17jvC4"><img src="http://feeds.feedburner.com/~ff/lotas?d=wd9GD17jvC4" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/lotas/~4/FHC_Gcxc3jQ" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.lotas-smartman.net/new-machine-part-2-update-to-planning/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.lotas-smartman.net/new-machine-part-2-update-to-planning</feedburner:origLink></item>
		<item>
		<title>New Machine Post: Part 1: Planning</title>
		<link>http://feedproxy.google.com/~r/lotas/~3/s9kuj9RIZLk/new-machine-post-part-1-planning</link>
		<comments>http://blog.lotas-smartman.net/new-machine-post-part-1-planning#comments</comments>
		<pubDate>Sat, 01 Aug 2009 17:34:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Workstation V.Next]]></category>
		<category><![CDATA[Intel]]></category>
		<category><![CDATA[S5520S]]></category>
		<category><![CDATA[Xeon]]></category>

		<guid isPermaLink="false">http://blog.lotas-smartman.net/?p=4055</guid>
		<description><![CDATA[So, a few days back i mentioned that my Mac Pro died… this meant that i could start the process of planning and building the Workstation V.Next, as i like to call it.
So, what do i currently have planned:

The Board: Intel Shady Cove S5520S. It has

12 DIMM sockets, each supporting up to 4Gb, giving a [...]


Related posts:<ol><li><a href='http://blog.lotas-smartman.net/new-machine-part-2-update-to-planning' rel='bookmark' title='Permanent Link: New Machine Part 2: Update to planning'>New Machine Part 2: Update to planning</a></li><li><a href='http://blog.lotas-smartman.net/update-on-the-sisters-machine' rel='bookmark' title='Permanent Link: update on the sisters machine'>update on the sisters machine</a></li><li><a href='http://blog.lotas-smartman.net/new-machine-part-3-the-search-beings' rel='bookmark' title='Permanent Link: New Machine Part 3: the search beings&hellip;'>New Machine Part 3: the search beings&hellip;</a></li></ol>]]></description>
			<content:encoded><![CDATA[<p>So, a few days back i mentioned that my Mac Pro died… this meant that i could start the process of planning and building the Workstation V.Next, as i like to call it.</p>
<p>So, what do i currently have planned:</p>
<ul>
<li>The Board: <a href="http://www.intel.com/products/workstation/motherboards/s5520sc/s5520sc-overview.htm">Intel Shady Cove S5520S</a>. It has
<ul>
<li>12 DIMM sockets, each supporting up to 4Gb, giving a total of 48Gb RAM</li>
<li>2 1366 Sockets, allowing 2 Xeon 5500 Series processors</li>
<li>6 SATA ports</li>
<li>8 USB Ports (including the extra headers)</li>
<li>2 Firewire ports</li>
<li>2 PCI Express x16 V2 slots</li>
<li>4X, 8X PCI Express and a PCI slot</li>
<li>Non SLI Compatible, but Crossfire is good to go…</li>
<li>and twin GigE Network ports</li>
<li> <img src="http://images.lotas-smartman.net/image.ashx?id=267bea5d-f476-4bad-938c-19fde26232fd" alt="chipset" /></li>
</ul>
</li>
<li>CPU: <a href="http://ark.intel.com/Product.aspx?id=40200">Intel Xeon E5520</a> X2
<ul>
<li>Intel-VT</li>
<li>x64</li>
<li>2.26Gz</li>
<li>8mb cache</li>
<li>Hyper-Threading</li>
<li>Quad Core</li>
<li>731 Million Transistors!</li>
<li><img src="http://images.lotas-smartman.net/image.ashx?id=32002870-1c35-4546-bd00-56f5d53c92cd" alt="Xeon inside" /></li>
</ul>
</li>
<li>Case: <a href="http://www.silverstonetek.com/products/p_contents.php?pno=tj07">SilverStone TJ07</a></li>
<li>Cooling: Water</li>
</ul>
<p>At the moment, i am not 100% sure what to get when it comes to water cooling gear. all i know is that i could potentially fit a 4&#215;120mm rad in the bottom of the case and stick a pump and reservoir in one or 2 of the 5.25” drive bays… I am also thinking that there will be at least 1 graphics card, and it will be at least a NVidia GTX275. i know the board wont support SLI, but if i do add a second card, i don&#8217;t want SLI, i want 4 Outputs… Comments welcome.</p>
<img src="http://blog.lotas-smartman.net/?ak_action=api_record_view&id=4055&type=feed" alt="" /><h3  class="related_post_title">Related Posts</h3><ul class="related_post"><li><a href="http://blog.lotas-smartman.net/my-mac-pro-died" title="My Mac Pro died&hellip;">My Mac Pro died&hellip;</a></li></ul>

<p>Related posts:<ol><li><a href='http://blog.lotas-smartman.net/new-machine-part-2-update-to-planning' rel='bookmark' title='Permanent Link: New Machine Part 2: Update to planning'>New Machine Part 2: Update to planning</a></li><li><a href='http://blog.lotas-smartman.net/update-on-the-sisters-machine' rel='bookmark' title='Permanent Link: update on the sisters machine'>update on the sisters machine</a></li><li><a href='http://blog.lotas-smartman.net/new-machine-part-3-the-search-beings' rel='bookmark' title='Permanent Link: New Machine Part 3: the search beings&hellip;'>New Machine Part 3: the search beings&hellip;</a></li></ol></p>
<p><a href="http://feedads.g.doubleclick.net/~a/0eOG_yhuWciSc0FrabDtl1LDpl8/0/da"><img src="http://feedads.g.doubleclick.net/~a/0eOG_yhuWciSc0FrabDtl1LDpl8/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/0eOG_yhuWciSc0FrabDtl1LDpl8/1/da"><img src="http://feedads.g.doubleclick.net/~a/0eOG_yhuWciSc0FrabDtl1LDpl8/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/lotas?a=s9kuj9RIZLk:Qyd_JjDDTvs:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/lotas?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/lotas?a=s9kuj9RIZLk:Qyd_JjDDTvs:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/lotas?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/lotas?a=s9kuj9RIZLk:Qyd_JjDDTvs:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/lotas?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/lotas?a=s9kuj9RIZLk:Qyd_JjDDTvs:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/lotas?i=s9kuj9RIZLk:Qyd_JjDDTvs:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/lotas?a=s9kuj9RIZLk:Qyd_JjDDTvs:JEwB19i1-c4"><img src="http://feeds.feedburner.com/~ff/lotas?i=s9kuj9RIZLk:Qyd_JjDDTvs:JEwB19i1-c4" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/lotas?a=s9kuj9RIZLk:Qyd_JjDDTvs:ozPqQDaSF7U"><img src="http://feeds.feedburner.com/~ff/lotas?i=s9kuj9RIZLk:Qyd_JjDDTvs:ozPqQDaSF7U" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/lotas?a=s9kuj9RIZLk:Qyd_JjDDTvs:XQ266DUsA9M"><img src="http://feeds.feedburner.com/~ff/lotas?d=XQ266DUsA9M" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/lotas?a=s9kuj9RIZLk:Qyd_JjDDTvs:ANkz6nJbUoM"><img src="http://feeds.feedburner.com/~ff/lotas?d=ANkz6nJbUoM" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/lotas?a=s9kuj9RIZLk:Qyd_JjDDTvs:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/lotas?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/lotas?a=s9kuj9RIZLk:Qyd_JjDDTvs:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/lotas?i=s9kuj9RIZLk:Qyd_JjDDTvs:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/lotas?a=s9kuj9RIZLk:Qyd_JjDDTvs:YwkR-u9nhCs"><img src="http://feeds.feedburner.com/~ff/lotas?d=YwkR-u9nhCs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/lotas?a=s9kuj9RIZLk:Qyd_JjDDTvs:wd9GD17jvC4"><img src="http://feeds.feedburner.com/~ff/lotas?d=wd9GD17jvC4" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/lotas/~4/s9kuj9RIZLk" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.lotas-smartman.net/new-machine-post-part-1-planning/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		<feedburner:origLink>http://blog.lotas-smartman.net/new-machine-post-part-1-planning</feedburner:origLink></item>
		<item>
		<title>Wibiya toolbar added to bottom of the page…</title>
		<link>http://feedproxy.google.com/~r/lotas/~3/sJHA_mky2kw/wibiya-toolbar-added-to-bottom-of-the-page</link>
		<comments>http://blog.lotas-smartman.net/wibiya-toolbar-added-to-bottom-of-the-page#comments</comments>
		<pubDate>Thu, 30 Jul 2009 22:54:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[Wibiya]]></category>

		<guid isPermaLink="false">http://blog.lotas-smartman.net/?p=4052</guid>
		<description><![CDATA[installed the Wibiya toolbar to the bottom of the page&#8230; what do you think? Like? dislike? comments welcome.
Random PostsJava 1.5 Beta available now!LSN PodCast 29th March 2005SFF system with Dual OpteronO&#8217;Reilly Pushing Founder&#8217;s Copyright systemSCO a &#8220;Cornered Rat&#8221;?

Related posts:Quick Fix: Block Installation of Bogus Toolbar from Fake Google SpamLSN PodCast 9 January 2005: Number 7Repost: LSN [...]


Related posts:<ol><li><a href='http://blog.lotas-smartman.net/quick-fix-block-installation-of-bogus-toolbar-from-fake-google-spam' rel='bookmark' title='Permanent Link: Quick Fix: Block Installation of Bogus Toolbar from Fake Google Spam'>Quick Fix: Block Installation of Bogus Toolbar from Fake Google Spam</a></li><li><a href='http://blog.lotas-smartman.net/lsn-podcast-9-january-2005-number-7' rel='bookmark' title='Permanent Link: LSN PodCast 9 January 2005: Number 7'>LSN PodCast 9 January 2005: Number 7</a></li><li><a href='http://blog.lotas-smartman.net/repost-lsn-podcast-9-january-2005-number-7' rel='bookmark' title='Permanent Link: Repost: LSN PodCast 9 January 2005: Number 7'>Repost: LSN PodCast 9 January 2005: Number 7</a></li></ol>]]></description>
			<content:encoded><![CDATA[<p>installed the <a href="http://www.wibiya.com">Wibiya</a> toolbar to the bottom of the page&#8230; what do you think? Like? dislike? comments welcome.</p>
<img src="http://blog.lotas-smartman.net/?ak_action=api_record_view&id=4052&type=feed" alt="" /><h3  class="related_post_title">Random Posts</h3><ul class="related_post"><li><a href="http://blog.lotas-smartman.net/more-about-diarist" title="More about Diarist">More about Diarist</a></li><li><a href="http://blog.lotas-smartman.net/making-diskless-clients-on-linux" title="making diskless clients on linux">making diskless clients on linux</a></li><li><a href="http://blog.lotas-smartman.net/irish-running-man-warwalking-competition" title="Irish Running Man WarWalking competition">Irish Running Man WarWalking competition</a></li><li><a href="http://blog.lotas-smartman.net/howto-build-a-windows-vista-machine-today" title="howto: build a windows vista machine today">howto: build a windows vista machine today</a></li><li><a href="http://blog.lotas-smartman.net/intellij-idea" title="IntelliJ Idea">IntelliJ Idea</a></li></ul>

<p>Related posts:<ol><li><a href='http://blog.lotas-smartman.net/quick-fix-block-installation-of-bogus-toolbar-from-fake-google-spam' rel='bookmark' title='Permanent Link: Quick Fix: Block Installation of Bogus Toolbar from Fake Google Spam'>Quick Fix: Block Installation of Bogus Toolbar from Fake Google Spam</a></li><li><a href='http://blog.lotas-smartman.net/lsn-podcast-9-january-2005-number-7' rel='bookmark' title='Permanent Link: LSN PodCast 9 January 2005: Number 7'>LSN PodCast 9 January 2005: Number 7</a></li><li><a href='http://blog.lotas-smartman.net/repost-lsn-podcast-9-january-2005-number-7' rel='bookmark' title='Permanent Link: Repost: LSN PodCast 9 January 2005: Number 7'>Repost: LSN PodCast 9 January 2005: Number 7</a></li></ol></p>
<p><a href="http://feedads.g.doubleclick.net/~a/VELysB1QJi2kQQjQWlPUWsouO-g/0/da"><img src="http://feedads.g.doubleclick.net/~a/VELysB1QJi2kQQjQWlPUWsouO-g/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/VELysB1QJi2kQQjQWlPUWsouO-g/1/da"><img src="http://feedads.g.doubleclick.net/~a/VELysB1QJi2kQQjQWlPUWsouO-g/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/lotas?a=sJHA_mky2kw:2IHYKMYSEcE:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/lotas?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/lotas?a=sJHA_mky2kw:2IHYKMYSEcE:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/lotas?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/lotas?a=sJHA_mky2kw:2IHYKMYSEcE:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/lotas?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/lotas?a=sJHA_mky2kw:2IHYKMYSEcE:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/lotas?i=sJHA_mky2kw:2IHYKMYSEcE:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/lotas?a=sJHA_mky2kw:2IHYKMYSEcE:JEwB19i1-c4"><img src="http://feeds.feedburner.com/~ff/lotas?i=sJHA_mky2kw:2IHYKMYSEcE:JEwB19i1-c4" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/lotas?a=sJHA_mky2kw:2IHYKMYSEcE:ozPqQDaSF7U"><img src="http://feeds.feedburner.com/~ff/lotas?i=sJHA_mky2kw:2IHYKMYSEcE:ozPqQDaSF7U" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/lotas?a=sJHA_mky2kw:2IHYKMYSEcE:XQ266DUsA9M"><img src="http://feeds.feedburner.com/~ff/lotas?d=XQ266DUsA9M" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/lotas?a=sJHA_mky2kw:2IHYKMYSEcE:ANkz6nJbUoM"><img src="http://feeds.feedburner.com/~ff/lotas?d=ANkz6nJbUoM" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/lotas?a=sJHA_mky2kw:2IHYKMYSEcE:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/lotas?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/lotas?a=sJHA_mky2kw:2IHYKMYSEcE:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/lotas?i=sJHA_mky2kw:2IHYKMYSEcE:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/lotas?a=sJHA_mky2kw:2IHYKMYSEcE:YwkR-u9nhCs"><img src="http://feeds.feedburner.com/~ff/lotas?d=YwkR-u9nhCs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/lotas?a=sJHA_mky2kw:2IHYKMYSEcE:wd9GD17jvC4"><img src="http://feeds.feedburner.com/~ff/lotas?d=wd9GD17jvC4" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/lotas/~4/sJHA_mky2kw" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.lotas-smartman.net/wibiya-toolbar-added-to-bottom-of-the-page/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://blog.lotas-smartman.net/wibiya-toolbar-added-to-bottom-of-the-page</feedburner:origLink></item>
		<item>
		<title>Twitter as a message bus</title>
		<link>http://feedproxy.google.com/~r/lotas/~3/GKztlRhD_xI/twitter-as-a-message-bus</link>
		<comments>http://blog.lotas-smartman.net/twitter-as-a-message-bus#comments</comments>
		<pubDate>Wed, 29 Jul 2009 21:34:35 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[AgTweet]]></category>
		<category><![CDATA[SMS]]></category>
		<category><![CDATA[Tweet Sandwich]]></category>
		<category><![CDATA[Tweet#]]></category>
		<category><![CDATA[Twitter]]></category>

		<guid isPermaLink="false">http://blog.lotas-smartman.net/twitter-as-a-message-bus</guid>
		<description><![CDATA[a couple of days ago, i was browsing Programmable Web under their SMS keyword, and was thinking about how interesting it would be to get an app (web app or service) to listen to SMS messages and maybe even reply. and then it came to me: why SMS? Why not Twitter?
Twitter has a nice API [...]


Related posts:<ol><li><a href='http://blog.lotas-smartman.net/twitter' rel='bookmark' title='Permanent Link: Twitter'>Twitter</a></li><li><a href='http://blog.lotas-smartman.net/blogposts-bloggers-tools-evernote-twitter-gtalk-and-iwantsandy' rel='bookmark' title='Permanent Link: BlogPosts: Bloggers Tools: Evernote, Twitter, GTalk and IWantSandy'>BlogPosts: Bloggers Tools: Evernote, Twitter, GTalk and IWantSandy</a></li><li><a href='http://blog.lotas-smartman.net/twitter-dead' rel='bookmark' title='Permanent Link: Twitter Dead?'>Twitter Dead?</a></li></ol>]]></description>
			<content:encoded><![CDATA[<p>a couple of days ago, i was browsing <a href="http://www.programmableweb.com/">Programmable Web</a> under their <a href="http://www.programmableweb.com/apitag/sms">SMS keyword</a>, and was thinking about how interesting it would be to get an app (web app or service) to listen to SMS messages and maybe even reply. and then it came to me: <a href="http://twitter.com/tiernano/status/2873506351">why SMS? Why not Twitter?</a></p>
<p>Twitter has a <a href="http://apiwiki.twitter.com/">nice API</a> which you can use to get messages (be they direct or public) and also allows you send them back. And if you are in certain countries, you can send and receive SMS messages to and from Twitter also. (Ireland cant receive them at the moment, but thanks to <a href="http://agtweet.com/">Agtweet</a> you can send them using either a Vodafone or Meteor mobile number which might be free depending on your package).</p>
<p>So, then the question gets asked: Why would you want to use SMS only? any time i have gone looking for SMS –&gt; PC stuff (as a service) they charge quite a lot of money and are limited to certain countries… with Twitter, anyone with a twitter account, which is free, can send and receive messages from your service. There are already a few services that support this (i wont go into them now… too lazy). </p>
<p>So, how do you do it in C#? there are (as of writing) <a href="http://apiwiki.twitter.com/Libraries#C/NET">4 C# libraries listed on the Twitter Libraries page</a>. these usually include docs and code samples (Tweet# for example have <a href="http://tweetsharp.com/?page_id=5">OAuth Examples for both Web and Desktop Apps</a>). There is even a library for <a href="http://www.sqlsharp.com/">SQL Server T-SQL</a>! so, as a trigger on a table, you could send out a tweet when something gets inserted! </p>
<p>To Give an idea of how “Twitter as a message bus” could work, Scott Hanselman has a <a href="http://www.hanselman.com/blog/TheWeeklySourceCode40TweetSharpAndIntroducingTweetSandwich.aspx">post introducing Tweet Sandwich</a>… I will let him explain it more in the post… He uses the <a href="http://tweetsharp.com/">Tweet#</a> Library for all his work, so you can see how he does it over there.</p>
<p>So, where else would Twitter integration be good? Any thoughts, please leave them in comments.</p>
<img src="http://blog.lotas-smartman.net/?ak_action=api_record_view&id=4051&type=feed" alt="" /><h3  class="related_post_title">Random Posts</h3><ul class="related_post"><li><a href="http://blog.lotas-smartman.net/the-phoney" title="the PhonEY">the PhonEY</a></li><li><a href="http://blog.lotas-smartman.net/server-move-postponed" title="server move postponed">server move postponed</a></li><li><a href="http://blog.lotas-smartman.net/server-back-online-sometime-today-i-hope" title="server back online sometime today, i hope">server back online sometime today, i hope</a></li><li><a href="http://blog.lotas-smartman.net/excel-to-datagrid" title="Excel to DataGrid">Excel to DataGrid</a></li><li><a href="http://blog.lotas-smartman.net/windows-essential-business-server-rtms" title="Windows Essential Business Server RTMs">Windows Essential Business Server RTMs</a></li></ul>

<p>Related posts:<ol><li><a href='http://blog.lotas-smartman.net/twitter' rel='bookmark' title='Permanent Link: Twitter'>Twitter</a></li><li><a href='http://blog.lotas-smartman.net/blogposts-bloggers-tools-evernote-twitter-gtalk-and-iwantsandy' rel='bookmark' title='Permanent Link: BlogPosts: Bloggers Tools: Evernote, Twitter, GTalk and IWantSandy'>BlogPosts: Bloggers Tools: Evernote, Twitter, GTalk and IWantSandy</a></li><li><a href='http://blog.lotas-smartman.net/twitter-dead' rel='bookmark' title='Permanent Link: Twitter Dead?'>Twitter Dead?</a></li></ol></p>
<p><a href="http://feedads.g.doubleclick.net/~a/A-jpkQVcyuarXB7uHjocavDcXGE/0/da"><img src="http://feedads.g.doubleclick.net/~a/A-jpkQVcyuarXB7uHjocavDcXGE/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/A-jpkQVcyuarXB7uHjocavDcXGE/1/da"><img src="http://feedads.g.doubleclick.net/~a/A-jpkQVcyuarXB7uHjocavDcXGE/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/lotas?a=GKztlRhD_xI:r8KYxVpvGYc:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/lotas?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/lotas?a=GKztlRhD_xI:r8KYxVpvGYc:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/lotas?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/lotas?a=GKztlRhD_xI:r8KYxVpvGYc:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/lotas?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/lotas?a=GKztlRhD_xI:r8KYxVpvGYc:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/lotas?i=GKztlRhD_xI:r8KYxVpvGYc:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/lotas?a=GKztlRhD_xI:r8KYxVpvGYc:JEwB19i1-c4"><img src="http://feeds.feedburner.com/~ff/lotas?i=GKztlRhD_xI:r8KYxVpvGYc:JEwB19i1-c4" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/lotas?a=GKztlRhD_xI:r8KYxVpvGYc:ozPqQDaSF7U"><img src="http://feeds.feedburner.com/~ff/lotas?i=GKztlRhD_xI:r8KYxVpvGYc:ozPqQDaSF7U" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/lotas?a=GKztlRhD_xI:r8KYxVpvGYc:XQ266DUsA9M"><img src="http://feeds.feedburner.com/~ff/lotas?d=XQ266DUsA9M" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/lotas?a=GKztlRhD_xI:r8KYxVpvGYc:ANkz6nJbUoM"><img src="http://feeds.feedburner.com/~ff/lotas?d=ANkz6nJbUoM" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/lotas?a=GKztlRhD_xI:r8KYxVpvGYc:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/lotas?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/lotas?a=GKztlRhD_xI:r8KYxVpvGYc:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/lotas?i=GKztlRhD_xI:r8KYxVpvGYc:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/lotas?a=GKztlRhD_xI:r8KYxVpvGYc:YwkR-u9nhCs"><img src="http://feeds.feedburner.com/~ff/lotas?d=YwkR-u9nhCs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/lotas?a=GKztlRhD_xI:r8KYxVpvGYc:wd9GD17jvC4"><img src="http://feeds.feedburner.com/~ff/lotas?d=wd9GD17jvC4" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/lotas/~4/GKztlRhD_xI" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.lotas-smartman.net/twitter-as-a-message-bus/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.lotas-smartman.net/twitter-as-a-message-bus</feedburner:origLink></item>
	</channel>
</rss>
