<?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/"
	>

<channel>
	<title>bright static</title>
	<atom:link href="http://brightstatic.com/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://brightstatic.com</link>
	<description>"What we see depends mainly on what we look for." - John Lubbock</description>
	<pubDate>Fri, 11 Sep 2009 02:53:47 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>I so need to learn how to do this</title>
		<link>http://brightstatic.com/?p=60</link>
		<comments>http://brightstatic.com/?p=60#comments</comments>
		<pubDate>Fri, 11 Sep 2009 02:53:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://brightstatic.com/?p=60</guid>
		<description><![CDATA[
]]></description>
			<content:encoded><![CDATA[<p><object width="560" height="340"><param name="movie" value="http://www.youtube.com/v/VzHtPyqUll0&#038;hl=en&#038;fs=1&#038;"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/VzHtPyqUll0&#038;hl=en&#038;fs=1&#038;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="560" height="340"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://brightstatic.com/?feed=rss2&amp;p=60</wfw:commentRss>
		</item>
		<item>
		<title>Recursive copy w/ hidden files / directories</title>
		<link>http://brightstatic.com/?p=52</link>
		<comments>http://brightstatic.com/?p=52#comments</comments>
		<pubDate>Thu, 27 Aug 2009 23:03:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://brightstatic.com/?p=52</guid>
		<description><![CDATA[I run into this time again; I need to copy all the files from one directory to another including the hidden files and folders. Normally you&#8217;d do:
cp -r /path/to/source/dir/* /path/to/destination/dir
But bash&#8217;s glob rules won&#8217;t include hidden files/folders in the top level of the source directory. I finally found an answer over at linuxquestions.org. Just tell [...]]]></description>
			<content:encoded><![CDATA[<p>I run into this time again; I need to copy all the files from one directory to another including the hidden files and folders. Normally you&#8217;d do:</p>
<p><code>cp -r /path/to/source/dir/* /path/to/destination/dir</code></p>
<p>But bash&#8217;s glob rules won&#8217;t include hidden files/folders in the top level of the source directory. I finally found an answer over at <a href="http://www.linuxquestions.org/questions/showthread.php?p=3086867#post3086867">linuxquestions.org</a>. Just tell bash to use a different glob rule and you&#8217;re done:</p>
<p><code>shopt -s dotglob</code></p>
<p>Another commenter suggested <code>cp -rT /path/to/source/dir /path/to/destination/dir</code> as an alternative, but I haven&#8217;t tried it. It&#8217;s also not in the man page (at least not on my OSX machine.)</p>
]]></content:encoded>
			<wfw:commentRss>http://brightstatic.com/?feed=rss2&amp;p=52</wfw:commentRss>
		</item>
		<item>
		<title>Stunning HD video of Japanese aquarium</title>
		<link>http://brightstatic.com/?p=46</link>
		<comments>http://brightstatic.com/?p=46#comments</comments>
		<pubDate>Wed, 22 Jul 2009 06:01:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[videos]]></category>

		<guid isPermaLink="false">http://brightstatic.com/?p=46</guid>
		<description><![CDATA[
Kuroshio Sea - 2nd largest aquarium tank in the world from Jon Rawlinson on Vimeo.
]]></description>
			<content:encoded><![CDATA[<p><object width="400" height="300"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=5606758&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=0&amp;show_portrait=0&amp;color=ffffff&amp;fullscreen=1" /><embed src="http://vimeo.com/moogaloop.swf?clip_id=5606758&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=0&amp;show_portrait=0&amp;color=ffffff&amp;fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="400" height="300"></embed></object>
<p><a href="http://vimeo.com/5606758">Kuroshio Sea - 2nd largest aquarium tank in the world</a> from <a href="http://vimeo.com/theradblog">Jon Rawlinson</a> on <a href="http://vimeo.com">Vimeo</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://brightstatic.com/?feed=rss2&amp;p=46</wfw:commentRss>
		</item>
		<item>
		<title>I iz in ur space-time continuum</title>
		<link>http://brightstatic.com/?p=39</link>
		<comments>http://brightstatic.com/?p=39#comments</comments>
		<pubDate>Sat, 18 Jul 2009 03:52:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://brightstatic.com/?p=39</guid>
		<description><![CDATA[see more Lolcats and funny pictures
Been awhile since I posted anything. Better posts to come, I swear.
]]></description>
			<content:encoded><![CDATA[<p><a href="http://icanhascheezburger.com/2009/07/10/funny-pictures-and-stuffs/"><img class="mine_4554568" title="funny-pictures-cat-upsets-your-gravity" src="http://icanhascheezburger.wordpress.com/files/2009/06/funny-pictures-cat-upsets-your-gravity.jpg" alt="funny pictures of cats with captions" /></a><br />see more <a href="http://icanhascheezburger.com">Lolcats and funny pictures</a></p>
<p>Been awhile since I posted anything. Better posts to come, I swear.</p>
]]></content:encoded>
			<wfw:commentRss>http://brightstatic.com/?feed=rss2&amp;p=39</wfw:commentRss>
		</item>
		<item>
		<title>Configuring a Fully-Qualified Domain Name (FQDN)</title>
		<link>http://brightstatic.com/?p=35</link>
		<comments>http://brightstatic.com/?p=35#comments</comments>
		<pubDate>Sat, 20 Jun 2009 07:01:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://brightstatic.com/?p=35</guid>
		<description><![CDATA[I&#8217;ve spent way longer on this than I expected, so I figure I should document it here because I&#8217;ll inevitably need it again. This all Ubuntu/Debian specific, so YMMV:
# /etc/hosts
# -------------
# format: IP  FQDN Aliases, comma separated
# list localhost on a line by itself like
127.0.0.1 localhost
# and external ip w/ fqdn and alias
xxx.xxx.0.1 myhost.example.com myhost
&#8212;
# [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve spent way longer on this than I expected, so I figure I should document it here because I&#8217;ll inevitably need it again. This all Ubuntu/Debian specific, so YMMV:</p>
<pre># /etc/hosts
# -------------
# format: IP  FQDN Aliases, comma separated
# list localhost on a line by itself like</pre>
<pre>127.0.0.1 localhost</pre>
<pre># and external ip w/ fqdn and alias</pre>
<pre>xxx.xxx.0.1 myhost.example.com myhost</pre>
<p>&#8212;</p>
<pre># /etc/hostname
# set to _just_ the machine hostname/alias, not fqdn
myhost</pre>
<p>&#8212;</p>
<p>Now test with:</p>
<pre>username@myhost:~$ hostname -a
myhost
username@myhost:~$ hostname -d
example.com
username@myhost:~$ hostname -f
myhost.example.com</pre>
]]></content:encoded>
			<wfw:commentRss>http://brightstatic.com/?feed=rss2&amp;p=35</wfw:commentRss>
		</item>
		<item>
		<title>Programming fonts</title>
		<link>http://brightstatic.com/?p=28</link>
		<comments>http://brightstatic.com/?p=28#comments</comments>
		<pubDate>Fri, 12 Jun 2009 19:25:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://brightstatic.com/?p=28</guid>
		<description><![CDATA[While I haven&#8217;t been programming for that long, it&#8217;s been long enough that I should have thought more about what font I use in my IDE. Recently though I installed JSEclipse which wanted to use some really horrible default. I went in to change it back to normal and realized I didn&#8217;t know what my [...]]]></description>
			<content:encoded><![CDATA[<p>While I haven&#8217;t been programming for <em>that </em>long, it&#8217;s been long enough that I should have thought more about what font I use in my IDE. Recently though I installed <a href="http://www.interaktonline.com/products/eclipse/jseclipse/overview/">JSEclipse</a> which wanted to use some really horrible default. I went in to change it back to normal and realized I didn&#8217;t know what my &#8220;normal&#8221; font setting was. I just used whatever the IDE gave me. I don&#8217;t think I can fully describe how bizarre this realization was, since as a power user that spends many hours in front of a code editor every day it never occurred to me to set it to something more desirable.</p>
<p>At any rate, now that I&#8217;ve been enlightened I set eclipse to use 11pt Andale Mono. I found it in the accepted answer of <a href="http://stackoverflow.com/questions/4689/recommended-fonts-for-programming">a stackoverflow question on the topic</a>. There are, of course, <a href="http://www.codinghorror.com/blog/archives/000969.html">many other options</a>. Even after a few weeks to adjust I still look at my code and think, &#8220;Wow, that just looks so <em>nice</em>.&#8221; This is a completely new emotion, to look at source code and find it visually appealing. Code formatting certainly comes into play there as well, but the addition of a well-designed font increases its appeal by at least one order of magnitude.</p>
]]></content:encoded>
			<wfw:commentRss>http://brightstatic.com/?feed=rss2&amp;p=28</wfw:commentRss>
		</item>
		<item>
		<title>Android sdcard permissions</title>
		<link>http://brightstatic.com/?p=23</link>
		<comments>http://brightstatic.com/?p=23#comments</comments>
		<pubDate>Sat, 09 May 2009 19:19:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://brightstatic.com/?p=23</guid>
		<description><![CDATA[Maybe this should have been obvious, but I just spent ten minutes trying to figure out why I couldn&#8217;t cd into my sdcard on my G1. I checked the permissions and the system process had taken over the directory, with no permissions set at all:
$ ls -l /
...
d--------- system system 2009-05-09 11:30 sdcard
...
I couldn&#8217;t figure [...]]]></description>
			<content:encoded><![CDATA[<p>Maybe this should have been obvious, but I just spent ten minutes trying to figure out why I couldn&#8217;t cd into my sdcard on my G1. I checked the permissions and the system process had taken over the directory, with no permissions set at all:</p>
<pre>$ ls -l /
...
d--------- system system 2009-05-09 11:30 sdcard
...</pre>
<p>I couldn&#8217;t figure this out. Why would the system process have wiped all permissions from the directory? I had recently mounted it, while installing my new ultimate doom wad file (more on that later.) It turns out that since I still have the usb cable plugged in, even though I had unmounted the volume, the system process still wanted control of the sdcard. Makes sense, since ubuntu can still see the volume exists but is unmounted. Once I unplugged the cable everything went back to normal. Duh!</p>
]]></content:encoded>
			<wfw:commentRss>http://brightstatic.com/?feed=rss2&amp;p=23</wfw:commentRss>
		</item>
		<item>
		<title>Semiconductor Films</title>
		<link>http://brightstatic.com/?p=15</link>
		<comments>http://brightstatic.com/?p=15#comments</comments>
		<pubDate>Fri, 10 Apr 2009 20:48:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[videos]]></category>

		<guid isPermaLink="false">http://brightstatic.com/?p=15</guid>
		<description><![CDATA[These films are fantastic. I can&#8217;t stop playing them:

Brilliant Noise from Semiconductor on Vimeo.

Black Rain from Semiconductor on Vimeo.
Thanks to BB for turning me on to Semiconductor.
]]></description>
			<content:encoded><![CDATA[<p>These films are fantastic. I can&#8217;t stop playing them:</p>
<p><object width="400" height="302" data="http://vimeo.com/moogaloop.swf?clip_id=1284717&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" type="application/x-shockwave-flash"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://vimeo.com/moogaloop.swf?clip_id=1284717&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" /></object><br />
<a href="http://vimeo.com/1284717">Brilliant Noise</a> from <a href="http://vimeo.com/semiconductor">Semiconductor</a> on <a href="http://vimeo.com">Vimeo</a>.</p>
<p><object width="400" height="220" data="http://vimeo.com/moogaloop.swf?clip_id=3921306&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" type="application/x-shockwave-flash"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://vimeo.com/moogaloop.swf?clip_id=3921306&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" /></object><br />
<a href="http://vimeo.com/3921306">Black Rain</a> from <a href="http://vimeo.com/semiconductor">Semiconductor</a> on <a href="http://vimeo.com">Vimeo</a>.</p>
<p>Thanks to <a href="http://www.boingboing.net/2009/04/10/art-film-made-with-s.html">BB</a> for turning me on to <a href="http://www.semiconductorfilms.com/index.html">Semiconductor</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://brightstatic.com/?feed=rss2&amp;p=15</wfw:commentRss>
		</item>
		<item>
		<title>bright static</title>
		<link>http://brightstatic.com/?p=3</link>
		<comments>http://brightstatic.com/?p=3#comments</comments>
		<pubDate>Fri, 20 Mar 2009 05:56:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://brightstatic.com/?p=3</guid>
		<description><![CDATA[As a developer I&#8217;ve always felt an obligation to own a domain and put lots of interesting and cool things there. Problem is I keep registering domains and not knowing what to do with them. This is yet another attempt at some kind of online presence.
So what&#8217;s &#8220;bright static&#8221;? In some sense it&#8217;s just some [...]]]></description>
			<content:encoded><![CDATA[<p>As a developer I&#8217;ve always felt an obligation to own a domain and put lots of interesting and cool things there. Problem is I keep registering domains and not knowing what to do with them. This is yet another attempt at some kind of online presence.</p>
<p>So what&#8217;s &#8220;bright static&#8221;? In some sense it&#8217;s just some words that I thought sounded good together. I don&#8217;t remember exactly how I came up with it, other than mashing on the keyboard for the better part of an hour in front of a whois.net. <a href="http://blog.stackoverflow.com/2009/03/it-stack-overflow-update-naming-is-hard/">Naming is hard</a>. Anyway after coming up with it the first thing that came to mind was a starfield:</p>
<p><a href="http://apod.nasa.gov/apod/ap090103.html"><img class="alignnone" title="Double Cluster in Perseus" src="http://apod.nasa.gov/apod/image/0901/clusters_2_ritter900.jpg" alt="" width="540" height="360" /></a></p>
<p> </p>
<p>There&#8217;s also some interesting interpretations related to data mining / machine learning / information retrieval. Honestly though I picked it because I thought it had a &#8220;ring&#8221; to it, and only then did I start thinking about what it meant.</p>
]]></content:encoded>
			<wfw:commentRss>http://brightstatic.com/?feed=rss2&amp;p=3</wfw:commentRss>
		</item>
	</channel>
</rss>
