<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
<?xml-stylesheet type="text/css" href="http://technomage.net/styles/feed.css"?>


<title type="html">signifying nothing.</title>
<subtitle type="html">... full of sound and fury ...</subtitle>
<link rel="alternate" type="text/html" href="http://technomage.net"/>
<link rel="self" type="application/atom+xml" href="http://technomage.net/atom.xml"/>
<updated>2012-01-31T06:52:28-06:00</updated>
<author>
<name>matt</name>
<uri>http://technomage.net</uri>
</author>
<id>http://technomage.net/</id>
<generator uri="http://nanoblogger.sourceforge.net" version="3.5-RC1">
NanoBlogger
</generator>

<entry>
<title type="html">&amp; AND ; are line terminators</title>
<author>
<name>matt</name>
</author>
<link rel="alternate" type="text/html" href="http://technomage.net/archives/2012/01/31/__and__are_line_terminators/index.html"/>

<id>http://technomage.net/archives/2012/01/31/__and__are_line_terminators/index.html</id>
<published>2012-01-31T03:34:09-06:00</published>
<updated>2012-01-31T03:34:09-06:00</updated>
<category term="opensource" />
<category term="scripting" />
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<p>I kept running into an error when I would go to background a bunch of
processes in a shell script.</p>

<pre><code>$ for i in 1 2 3 4;do echo ${i} &amp; ;done
-bash: syntax error near unexpected token `;'
</code></pre>

<p>I finally remembered, after some help from google, that both &amp; and ; are line
terminators, so I was doubling up on them.  The correct syntax would be:</p>

<pre><code>$ for i in 1 2 3 4;do echo ${i} &amp; done
</code></pre>

<p>Hopefully by putting this on the blog, I will remember it. :)</p>
</div>
</content>

</entry>
<entry>
<title type="html">Too many series, not enough books.</title>
<author>
<name>matt</name>
</author>
<link rel="alternate" type="text/html" href="http://technomage.net/archives/2012/01/23/too_many_series_not_enough_books/index.html"/>

<id>http://technomage.net/archives/2012/01/23/too_many_series_not_enough_books/index.html</id>
<published>2012-01-23T05:48:48-06:00</published>
<updated>2012-01-23T05:48:48-06:00</updated>
<category term="book" />
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<p>I just finished "Mission of Honor" by David Weber.  The last book that has
been published in the "Honor Harrington" series.  I started this series
because the other series that I was reading didn't have any new books out.</p>

<p>So now, I have yet another series that I am waiting for an author to publish
the next book in.  Yup, I did it to myself, again.</p>

<p>Books I am currently waiting for:</p>

<p>"Cold Days" of "The Dresden Files".  Like any good author that isn't done
with a series, <a href="http://jim-butcher.com" title="Jim Butcher">Jim Butcher</a> has left us hanging with
what in the heck is going to happen next.  "The Dresden Files" is currently my
favorite series of books.</p>

<p>A Memory of Light" of "The Wheel of Time" series.  This should be the last
book in said series.  <a href="http://brandonsanderson.com" title="Brandon Sanderson">Brandon Sanderson</a> has done an awesome job taking
this series over after the death of Robert Jordan.  Based on his treatment of
these books, I am tempted to pick up his "Mistborne" series.  I am pretty sure
that if I do that I will end up adding his other books to my library as well.</p>

<p>I initially started these series to be fillers while I waited for <a href="http://jim-butcher.com" title="Jim Butcher">Jim
Butcher</a> and <a href="http://brandonsanderson.com" title="Brandon Sanderson">Brandon Sanderson</a> to publish the next books in their
series.  Now I am torn as to which one I wish would come out next.</p>

<p>"Tricked" of "The Iron Druid Chronicles".  <a href="http://kevinhearne.com" title="Kevin Hearne">Kevin Hearne</a> and <a href="http://jim-butcher.com" title="Jim Butcher">Jim
Butcher</a> I think both had the same teachers when it comes to endings to
books.</p>

<p>"Raven Calls" of "The Walker Papers" by <a href="http://cemurphy.net" title="C. E. Murphy">C. E. Murphy</a>.  Is anyone else
noticing a trend of "Urban Fantasy" here?  "The Iron Druid Chronicles",
"The Walker Papers" and "The Dresden Files" are all about magic users set in
our current history and society.  They each approach it from a slightly
different perspective, a crossover with all three would probably break the
world, in more ways than one.</p>

<p>"A Rising Thunder" the next in the Honorverse of <a href="http://davidweber.net" title="David Weber">David Weber</a>.  This
has been a very good series for me.  I'm not sure if it is because I have been
listening to the audiobooks of it or just because the writing is that good, or
more likely, a combination of both, but I find myself having some very
emotional reactions to things that happen in the book to various characters.</p>

<p>"A Song of Ice and Fire" or "The Game of Thrones" books by <a href="http://georgerrmartin.com/" title="George R. R. Martin">George R. R.
Martin</a>.  I like these books, but due to the frequency, or lack there
of, at which he releases new titles, I am not <em>exactly</em> looking forward to
this with bated breath.  For reasons that others who have read the books will
understand, I personally beleive that the end of the series will end in a
massive cracking of the world, killing everyone.</p>

<p>The problem now, is that none of these authors are due to release anything in
these series for the next several months.  So what is an addict to do?  I am
most likely going to take a page from what I used to do every year.  I would
re-read "The Dresden Files" books, normally timed so that I would finish the
last book just before the new one was published.  Thankfully, I think, I have
plenty of books to get through if I want to get all of them done again.</p>

<ul>
<li>"The Dresden Files", 13 books.</li>
<li>"The Wheel of Time", 13 books.</li>
<li>"The Honorverse", 12 books.</li>
<li>"The Walker Papers", 6 books.</li>
<li>"The Iron Druid Chronicles", 3 books.</li>
</ul>

<p>That should keep me busy for a while, right?  If not I can go back and read
the 6 books in the "Codex Alera" series also by <a href="http://jim-butcher.com" title="Jim Butcher">Jim Butcher</a> again.  And
if even that is not enough to keep me occupied until one of these authors
publishes another book, I do have plenty of other books to read.  I could also
spend some time getting my entire library dumped into <a href="http://www.goodreads.com/greppy" title="goodreads.com">goodreads.com</a>.</p>
</div>
</content>

</entry>
<entry>
<title type="html">Awesome Fail: sudo mount in .bashrc</title>
<author>
<name>matt</name>
</author>
<link rel="alternate" type="text/html" href="http://technomage.net/archives/2012/01/22/awesome_fail_sudo_mount_in__bashrc/index.html"/>

<id>http://technomage.net/archives/2012/01/22/awesome_fail_sudo_mount_in__bashrc/index.html</id>
<published>2012-01-22T13:10:49-06:00</published>
<updated>2012-01-22T13:10:49-06:00</updated>
<category term="opensource" />
<category term="fail" />
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<p>I saw this in an opensource operating system support channel on a popular IRC
network today.</p>

<blockquote>
  <p>user1 | how do I automount a HDD on boot? putting "sudo mount /dev/sdb1 /mnt/backup" in .bashrc probably wont work, since its a sudo command? <br />
user2 | user1: man fstab has good instructions. <br />
user1 | can I just add /dev/sdb1 /mnt/backup to the end of it? without all those ext3 and other specs in the end <br />
user2 | no. you need some of them options, or it won't be valid. <br />
user2 | also, you might well want to find out the UUID of the filesystem. <br />
user1 | ouch <br />
user1 | considering making one big LVM of all my disks  </p>
</blockquote>

<p>I know that I should have jumped into this conversation, but... I was at a
loss at how to approach the level of the lack of understanding of things that
I consider basic.  I want people to realize that there are alternatives to
closed systems.  I want people to experiment, to learn.  But I shudder when
things like this come up.</p>

<p>That someone knows enough to be able to use 'LVM' in a sentance, but doesn't
know how to use /etc/fstab scares the hell out of me.</p>
</div>
</content>

</entry>
<entry>
<title type="html">Chris Dodd, Bribery and elected representatives.</title>
<author>
<name>matt</name>
</author>
<link rel="alternate" type="text/html" href="http://technomage.net/archives/2012/01/22/chris_dodd_bribery_and_elected_representatives/index.html"/>

<id>http://technomage.net/archives/2012/01/22/chris_dodd_bribery_and_elected_representatives/index.html</id>
<published>2012-01-22T08:18:10-06:00</published>
<updated>2012-01-22T08:18:10-06:00</updated>
<category term="politics" />
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<p>There is a petition over at <a href="https://wwws.whitehouse.gov/petitions/%21/petition/investigate-chris-dodd-and-mpaa-bribery-after-he-publicly-admited-bribing-politicans-pass/DffX0YQv#thank-you=p">We the
People</a>,
the <a href="http://www.whitehouse.gov">White House</a> online petition website asking
for an investigation into statements made by Chris Dodd of the MPAA regarding
funding for politicians.</p>

<p>The story has been picked up in a
<a href="http://thehill.com/blogs/hillicon-valley/technology/205491-consumer-group-accuses-hollywood-of-threatening-politicians">few</a>
<a href="http://torrentfreak.com/while-house-petitioned-to-investigate-mpaa-bribery-120122/">places</a>.</p>

<p>While I am probably just a little jaded and think this won't actually
accomplish anything, I also think this may actually get the ball rolling, if
enough people actually get involved.  I would really, really like for our
elected representatives to actually listen to us instead of basing decisions
on how much money they can get for the reelection campaign.</p>
</div>
</content>

</entry>
<entry>
<title type="html">Lunar Festival begins</title>
<author>
<name>matt</name>
</author>
<link rel="alternate" type="text/html" href="http://technomage.net/archives/2012/01/22/lunar_festival_begins/index.html"/>

<id>http://technomage.net/archives/2012/01/22/lunar_festival_begins/index.html</id>
<published>2012-01-22T07:29:03-06:00</published>
<updated>2012-01-22T07:29:03-06:00</updated>
<category term="games" />
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<p>For those of you that play World of Warcraft, Lunar Festival has started
today.  For those of you that know my wife, you may have some sympathy for
what I am going to be putting up with.</p>

<p>Who knows, I may even get some of that achievement done myself, at least on a
couple characters.</p>
</div>
</content>

</entry>
<entry>
<title type="html">Things to check into.</title>
<author>
<name>matt</name>
</author>
<link rel="alternate" type="text/html" href="http://technomage.net/archives/2012/01/21/things_to_check_into/index.html"/>

<id>http://technomage.net/archives/2012/01/21/things_to_check_into/index.html</id>
<published>2012-01-21T18:59:27-06:00</published>
<updated>2012-01-21T18:59:27-06:00</updated>
<category term="opensource" />
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<p><a href="http://thecommandline.net">Thomas Gideon</a> mentioned <a href="http://duply.net">duply</a>
today.  Since I used duplicity a few years ago for backups, I think I may have
to take a look at it.</p>

<p>Aleksey Tsalolikhin over on the <a href="https://lopsa.org">LOPSA</a> mailing list
mentioned <a href="http://blockdiag.com/en/nwdiag/index.html">nwdiag</a> for drawing out
network diagrams.  Aleksey asked a little while ago on the mailing list about
network diagram tools and I had suggested <a href="http://graphviz.com">graphviz</a>
since I had used that along with some perl scripting to mangle 'show cdp
neighbors' out of a couple of routers to get a network diagram of sorts.</p>

<p>Now I am looking forward to poking at this while at work on Monday to see if I
can get an easier to use/maintain network map going.</p>

<p>Linked on the same <a href="http://blockdiag.com/en/nwdiag/index.html">site</a> is
another tool, rackdiag, which I can see great potential for as well.</p>
</div>
</content>

</entry>
<entry>
<title type="html">Nanoblogger, again.</title>
<author>
<name>matt</name>
</author>
<link rel="alternate" type="text/html" href="http://technomage.net/archives/2012/01/21/nanoblogger_again/index.html"/>

<id>http://technomage.net/archives/2012/01/21/nanoblogger_again/index.html</id>
<published>2012-01-21T18:42:54-06:00</published>
<updated>2012-01-21T18:42:54-06:00</updated>
<category term="opensource" />
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<p>Here we go again, blowing up the blog, going back to <a href="http://nanoblogger.sf.net">nanoblogger</a>.
I know that I keep saying that doing things to my blog is about trying to
actually USE this as a place to keep notes, ideas, whatever.  And that it
keeps falling short of that.  Much like my goals of getting organized.  But if
I don't try, I can't improve.  So, here we go again.</p>
</div>
</content>

</entry>

</feed>

