<?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>[dacrib.net]</title>
	<atom:link href="http://dacrib.net/rant/feed/" rel="self" type="application/rss+xml" />
	<link>http://dacrib.net/rant</link>
	<description>Everything is broken.</description>
	<lastBuildDate>Tue, 21 May 2013 01:24:00 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>Open source home automation, now with *ruby*</title>
		<link>http://dacrib.net/rant/2013/05/20/open-source-home-automation-now-with-ruby/</link>
		<comments>http://dacrib.net/rant/2013/05/20/open-source-home-automation-now-with-ruby/#comments</comments>
		<pubDate>Tue, 21 May 2013 01:21:23 +0000</pubDate>
		<dc:creator>Brandon</dc:creator>
				<category><![CDATA[Projects]]></category>
		<category><![CDATA[cloveleaf]]></category>
		<category><![CDATA[home automation]]></category>

		<guid isPermaLink="false">http://dacrib.net/rant/?p=336</guid>
		<description><![CDATA[I started some work on a new project over the weekend. I had been fiddling with misterhouse for a bit, gotten a few things to work, joined the mailing list, asked a few questions, tried to answer a few, and <a class="more-link" href="http://dacrib.net/rant/2013/05/20/open-source-home-automation-now-with-ruby/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>I started some work on a new project over the weekend. I had been fiddling with <a href="http://misterhouse.wikispaces.com/">misterhouse</a> for a bit, gotten a <a href="http://dacrib.net/websvn/listing.php?repname=DaCrib&amp;path=%2Fperl%2Fmisterhouse%2F&amp;#a78d5a29b68ee35120097ea059b18b5ec">few things to work</a>, joined the mailing list, asked a few questions, tried to answer a few, and generally had fun. I decided to try my hand at writing a RESTful open source home automation API to act as an abstraction layer between any of the many home automation protocols, insteon, z-wave, zigbee, IP, &#8230; and developers. Introducing <a href="http://brandon-dacrib.github.io/cloverleaf/">cloverleaf</a>. So far it can schedule repeating tasks &#8216;a-la-cron&#8217;, do text to speech conversion from an http request, and toggle a light on or off via <a href="http://en.wikipedia.org/wiki/Insteon">insteon</a>. I guess the beauty here is that anything can be done via an http request. The next steps are a working configuration file and parser. Any tips on getting ruby to parse a yaml config and spit out the result within the <a href="http://www.sinatrarb.com/">sinatra</a> framework?</p>
]]></content:encoded>
			<wfw:commentRss>http://dacrib.net/rant/2013/05/20/open-source-home-automation-now-with-ruby/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>$49 Cubieboard is a raspberry pi competitor.</title>
		<link>http://dacrib.net/rant/2012/09/05/49-cubieboard-is-a-raspberry-pi-competitor/</link>
		<comments>http://dacrib.net/rant/2012/09/05/49-cubieboard-is-a-raspberry-pi-competitor/#comments</comments>
		<pubDate>Wed, 05 Sep 2012 16:21:46 +0000</pubDate>
		<dc:creator>Brandon</dc:creator>
				<category><![CDATA[HTPC]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Projects]]></category>

		<guid isPermaLink="false">http://dacrib.net/rant/?p=318</guid>
		<description><![CDATA[The $49 Cubieboard is a slightly more expensive, but better suited for duty as an HTPC option to the raspberry pi. It even has an IR receiver built in. Specifications below. 1G ARM cortex-A8 processor, NEON, VFPv3, 512KB L2 cache <a class="more-link" href="http://dacrib.net/rant/2012/09/05/49-cubieboard-is-a-raspberry-pi-competitor/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p><a href="http://dacrib.net/rant/wp-content/uploads/2012/09/cubieboard.jpeg"><img class="alignnone size-medium wp-image-319" title="cubieboard" alt="" src="http://dacrib.net/rant/wp-content/uploads/2012/09/cubieboard-300x192.jpeg" width="300" height="192" /></a></p>
<p style="text-align: left;">The $49 <a title="http://cubieboard.org/" href="http://cubieboard.org/" target="_blank">Cubieboard</a> is a slightly more expensive, but better suited for duty as an HTPC option to the raspberry pi. It even has an IR receiver built in. Specifications below.</p>
<ul>
<li>1G ARM cortex-A8 processor, NEON, VFPv3, 512KB L2 cache</li>
<li>Mali400, OpenGL ES GPU</li>
<li>1GB DDR3 @480MHz</li>
<li>HDMI 1080p Output</li>
<li>100M Ethernet</li>
<li>4GB Nand Flash</li>
<li>2 USB Host, 1 MMC slot, 1 SATA, 1 ir</li>
<li>96 extend pin including i2c, spi, lcd, sensors, ..</li>
<li>Running Android, Ubuntu and other Linux distributions</li>
<li>NO WIFI included</li>
</ul>
<p>via <a title="http://liliputing.com/" href="http://liliputing.com/2012/08/49-cubieboard-is-an-allwinner-a10-developer-board-mini-pc.html" target="_blank">liliputing</a></p>
]]></content:encoded>
			<wfw:commentRss>http://dacrib.net/rant/2012/09/05/49-cubieboard-is-a-raspberry-pi-competitor/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>List all installed RPMs by size</title>
		<link>http://dacrib.net/rant/2012/03/08/list-all-installed-rpms-by-size/</link>
		<comments>http://dacrib.net/rant/2012/03/08/list-all-installed-rpms-by-size/#comments</comments>
		<pubDate>Thu, 08 Mar 2012 15:40:29 +0000</pubDate>
		<dc:creator>Brandon</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://dacrib.net/rant/?p=315</guid>
		<description><![CDATA[rpm -q -a --qf "%10{SIZE}\t%{NAME}\n" &#124; sort -k1,1n]]></description>
				<content:encoded><![CDATA[<p><code>rpm -q -a --qf "%10{SIZE}\t%{NAME}\n" | sort -k1,1n</code></p>
]]></content:encoded>
			<wfw:commentRss>http://dacrib.net/rant/2012/03/08/list-all-installed-rpms-by-size/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ipv6 is starting to see some actual usage</title>
		<link>http://dacrib.net/rant/2011/11/12/ipv6-is-starting-to-see-some-actual-usage/</link>
		<comments>http://dacrib.net/rant/2011/11/12/ipv6-is-starting-to-see-some-actual-usage/#comments</comments>
		<pubDate>Sat, 12 Nov 2011 23:07:54 +0000</pubDate>
		<dc:creator>Brandon</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://dacrib.net/rant/?p=308</guid>
		<description><![CDATA[brandon-mbpro:~ brandon$ host more.net more.net has address 198.209.253.10 more.net has IPv6 address 2610:e0:1:50:198:209:253:168 more.net mail is handled by 5 smtp.more.net. MARK &#8211; this is the 1st time I have seen a hostname resolve to an ipv6 address out in the <a class="more-link" href="http://dacrib.net/rant/2011/11/12/ipv6-is-starting-to-see-some-actual-usage/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>brandon-mbpro:~ brandon$ host more.net<br />
more.net has address 198.209.253.10<br />
more.net has IPv6 address 2610:e0:1:50:198:209:253:168<br />
more.net mail is handled by 5 smtp.more.net.</p>
<p>MARK &#8211; this is the 1st time I have seen a hostname resolve to an ipv6 address out in the real world. </p>
]]></content:encoded>
			<wfw:commentRss>http://dacrib.net/rant/2011/11/12/ipv6-is-starting-to-see-some-actual-usage/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Just more grass.</title>
		<link>http://dacrib.net/rant/2010/11/16/just-more-grass/</link>
		<comments>http://dacrib.net/rant/2010/11/16/just-more-grass/#comments</comments>
		<pubDate>Tue, 16 Nov 2010 16:31:54 +0000</pubDate>
		<dc:creator>Brandon</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://dacrib.net/rant/?p=304</guid>
		<description><![CDATA[Interactive game and best cell phone plans from BillShrink.com]]></description>
				<content:encoded><![CDATA[<p><object width="100%" height="400"><param name="movie" value="http://www.billshrink.com/blog/wp-content/themes/shrink/flash/life-abroad.swf"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.billshrink.com/blog/wp-content/themes/shrink/flash/life-abroad.swf" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="100%" height="400"></embed></object><br /><small>Interactive game and best <a href="http://www.billshrink.com">cell phone plans</a> from BillShrink.com</small></p>
]]></content:encoded>
			<wfw:commentRss>http://dacrib.net/rant/2010/11/16/just-more-grass/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>installing or upgrading a package in OS X from the terminal</title>
		<link>http://dacrib.net/rant/2010/09/30/installing-a-package-in-os-x-from-the-terminal/</link>
		<comments>http://dacrib.net/rant/2010/09/30/installing-a-package-in-os-x-from-the-terminal/#comments</comments>
		<pubDate>Thu, 30 Sep 2010 22:36:13 +0000</pubDate>
		<dc:creator>Brandon</dc:creator>
				<category><![CDATA[HTPC]]></category>
		<category><![CDATA[OS X]]></category>

		<guid isPermaLink="false">http://dacrib.net/rant/?p=297</guid>
		<description><![CDATA[I wanted to install Boxee without disturbing my wife on the mac mini, so here is what I did. 1. transfer the disk image to the host mount the disk image install the package unmount the disk image enjoy grey:~ <a class="more-link" href="http://dacrib.net/rant/2010/09/30/installing-a-package-in-os-x-from-the-terminal/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>I wanted to install Boxee without disturbing my wife on the mac mini, so here is what I did.</p>
<ol>
<li>1. transfer the disk image to the host</li>
<li>mount the disk image</li>
<li>install the package</li>
<li>unmount the disk image</li>
<li>enjoy</li>
</ol>
<p><span id="more-297"></span></p>
<blockquote><p>grey:~ brandon$ hdiutil attach boxee-0.9.22.13692.dmg</p>
<p>&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;<br />
grey:~ brandon$ mount<br />
/dev/disk0s2 on / (hfs, local, journaled)<br />
devfs on /dev (devfs, local)<br />
fdesc on /dev (fdesc, union)<br />
map -hosts on /net (autofs, automounted)<br />
map auto_home on /home (autofs, automounted)<br />
/dev/disk1s2 on /Volumes/boxee-0.9.22 (hfs, local, nodev, nosuid, read-only, noowners, mounted by brandon)</p>
<p>grey:~ brandon$ installer -pkg &#8220;/Volumes/boxee-0.9.22/boxee-0.9.22.13692.mpkg&#8221; -target /<br />
installer: This package requires authentication to install.</p>
<p>grey:~ brandon$ sudo installer -pkg &#8220;/Volumes/boxee-0.9.22/boxee-0.9.22.13692.mpkg&#8221; -target /<br />
Password:</p>
<p>installer: Package name is Boxee<br />
installer: Upgrading at base path /<br />
installer: The upgrade was successful.</p>
<p>grey:~ brandon$ hdiutil detach boxee-0.9.22.13692.dmg<br />
hdiutil: detach failed &#8211; No such file or directory</p>
<p>grey:~ brandon$ hdiutil detach /Volumes/<br />
boxee-0.9.22/ grey/</p>
<p>grey:~ brandon$ hdiutil detach /Volumes/boxee-0.9.22/<br />
&#8220;disk1&#8243; unmounted.<br />
&#8220;disk1&#8243; ejected.</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://dacrib.net/rant/2010/09/30/installing-a-package-in-os-x-from-the-terminal/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>We all need this.</title>
		<link>http://dacrib.net/rant/2010/06/17/we-all-need-this/</link>
		<comments>http://dacrib.net/rant/2010/06/17/we-all-need-this/#comments</comments>
		<pubDate>Thu, 17 Jun 2010 23:34:30 +0000</pubDate>
		<dc:creator>Brandon</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://dacrib.net/rant/2010/06/17/we-all-need-this/</guid>
		<description><![CDATA[]]></description>
				<content:encoded><![CDATA[<p><object width="640" height="385"><param name="movie" value="http://www.youtube.com/v/Y5tytP4Do-A&#038;hl=en_US&#038;fs=1&#038;"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/Y5tytP4Do-A&#038;hl=en_US&#038;fs=1&#038;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="640" height="385"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://dacrib.net/rant/2010/06/17/we-all-need-this/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Only children can hear this sound.</title>
		<link>http://dacrib.net/rant/2010/05/08/only-children-can-hear-this-sound/</link>
		<comments>http://dacrib.net/rant/2010/05/08/only-children-can-hear-this-sound/#comments</comments>
		<pubDate>Sun, 09 May 2010 02:57:49 +0000</pubDate>
		<dc:creator>Brandon</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Home]]></category>
		<category><![CDATA[kids]]></category>

		<guid isPermaLink="false">http://dacrib.net/rant/2010/05/08/only-children-can-hear-this-sound/</guid>
		<description><![CDATA[highfreq1]]></description>
				<content:encoded><![CDATA[<p><a href='http://dacrib.net/rant/wp-content/uploads/2010/05/highfreq1.mp3'>highfreq1</a></p>
]]></content:encoded>
			<wfw:commentRss>http://dacrib.net/rant/2010/05/08/only-children-can-hear-this-sound/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
<enclosure url="http://dacrib.net/rant/wp-content/uploads/2010/05/highfreq1.mp3" length="161298" type="audio/mpeg" />
		</item>
		<item>
		<title>How to set OS X volume from cli.</title>
		<link>http://dacrib.net/rant/2010/04/04/how-to-set-os-x-volume-from-cli/</link>
		<comments>http://dacrib.net/rant/2010/04/04/how-to-set-os-x-volume-from-cli/#comments</comments>
		<pubDate>Sun, 04 Apr 2010 22:14:59 +0000</pubDate>
		<dc:creator>Brandon</dc:creator>
				<category><![CDATA[OS X]]></category>

		<guid isPermaLink="false">http://dacrib.net/rant/?p=289</guid>
		<description><![CDATA[osascript -e "set Volume 0" osascript -e "set Volume 10" 1. you aren&#8217;t limited to integers, 1.5 would also work 2. original article]]></description>
				<content:encoded><![CDATA[<blockquote><p><code>osascript -e "set Volume 0"<br />
osascript -e "set Volume 10"<br />
</code></p></blockquote>
<p>1. you aren&#8217;t limited to integers, 1.5 would also work<br />
2. <a href="http://osxdaily.com/2007/04/28/change-the-system-volume-from-the-command-line/">original article</a></p>
]]></content:encoded>
			<wfw:commentRss>http://dacrib.net/rant/2010/04/04/how-to-set-os-x-volume-from-cli/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sometimes things that are alright just look so wrong.</title>
		<link>http://dacrib.net/rant/2010/03/18/sometimes-things-that-are-alright-just-look-so-wrong/</link>
		<comments>http://dacrib.net/rant/2010/03/18/sometimes-things-that-are-alright-just-look-so-wrong/#comments</comments>
		<pubDate>Thu, 18 Mar 2010 23:59:23 +0000</pubDate>
		<dc:creator>Brandon</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://dacrib.net/rant/?p=285</guid>
		<description><![CDATA[]]></description>
				<content:encoded><![CDATA[<p><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/-q0sTFX1DFM&#038;hl=en_US&#038;fs=1&#038;"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/-q0sTFX1DFM&#038;hl=en_US&#038;fs=1&#038;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://dacrib.net/rant/2010/03/18/sometimes-things-that-are-alright-just-look-so-wrong/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
