<?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>Paranoid Linux Ninja Geek</title>
	<atom:link href="http://dave.mysticmorph.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://dave.mysticmorph.net</link>
	<description>Info Security Kung Fu and Open Source Feng Shui</description>
	<lastBuildDate>Fri, 09 Apr 2010 23:51:05 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Systems Administration Documentation</title>
		<link>http://dave.mysticmorph.net/2010/04/09/systems-administration-documentation/</link>
		<comments>http://dave.mysticmorph.net/2010/04/09/systems-administration-documentation/#comments</comments>
		<pubDate>Fri, 09 Apr 2010 23:51:05 +0000</pubDate>
		<dc:creator>Dave Le Blanc</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[philosophy]]></category>

		<guid isPermaLink="false">http://dave.mysticmorph.net/?p=184</guid>
		<description><![CDATA[As a systems administrator, I periodically review the tools I use in my job.  I go back and evaluate if I&#8217;m using the best tools for the task and determine if there are new tools available, or new versions of existing tools that I already use, etc.  Based on what I find, if there are [...]]]></description>
			<content:encoded><![CDATA[<p>As a systems administrator, I periodically review the tools I use in my job.  I go back and evaluate if I&#8217;m using the best tools for the task and determine if there are new tools available, or new versions of existing tools that I already use, etc.  Based on what I find, if there are new tools or new versions of existing tools, I evaluate the level of effort to implement the new thing versus the utility the new thing provides.  In other words, if something new is out there, and it seems better than what I already use, I carefully analyze if upgrading/installing/configuring the new tool is worth my time versus what I&#8217;ll eventually gain from using the new tool.</p>
<p>I&#8217;ve gone through this process quite often, and most times its pretty fun to see new things become available that solve particular eccentricities or minor flaws in the tools I use already.</p>
<p>Recently, I&#8217;ve been on the &#8220;Am I documenting things as efficiently as I can?&#8221; kick.</p>
<p>First of all&#8230;  I&#8217;m not a fan or wikis.  Actually, I dislike wikis.  Most of them are atrocious, with very few exceptions.  I find directly editing HTML easier than editing wikis, with their ridiculous markup language &#8212; come on,  two single-quotes for italics; i.e., <code>''italics''</code>, three single-quotes for bold; i.e, <code>'''bold'''</code>, and FIVE single-quotes for bold+italics; i.e., <code>'''''bold+italics'''''</code>?  Really?  That&#8217;s 10 mofreakin SINGLE quotes to make something italicized and bold!  HTML?  Much easier.  <code>&lt;i&gt;italics&lt;/i&gt;</code>. <code>&lt;b&gt;bold&lt;/b&gt;</code> and <code>&lt;b&gt;&lt;i&gt;bold+italics&lt;/i&gt;&lt;/b&gt;</code> Ok, maybe not so much easier, but definitely less confusing.  So, when creating documentation that typically lives on a webpage, are wikis actually easier?  I&#8217;m inclined to think they&#8217;re not.  But editing isn&#8217;t the only reason.</p>
<p>I have a <a href="#philosophy">philosophy</a> on systems administration documentation, which I&#8217;ll get into later, but in essence it overcomes the chicken-and-egg problem.  Basically, if there is documentation for system administration about how to properly set up a wiki, where should this information be stored?  In a wiki?  Most wikis, like Mediawiki, store the information in a database.  Systems administrators need documentation about how to properly set up databases.  We just multiplied our chicken-and-egg problem by 2.</p>
<ol>
<li>Set up a database as a prerequisite to have a wiki</li>
<li>Document how to set up a database properly</li>
<li>Set up a wiki to hold the documentation</li>
<li>Document proper set up of a wiki</li>
</ol>
<p>Where does the information from #2 and #4 live?</p>
<p>HINT:  &#8220;Inside the wiki&#8221; is the wrong answer, and if this isn&#8217;t obvious to you, you should consider another career field because you are bound to have other more pressing problems than where to store your documentation.</p>
<p>Back to my periodic re-evaluation of tools&#8230;</p>
<p>In scouring the Interwebs for new and better tools for documentation, I found this <a href="http://www.ukuug.org/events/linux2008/programme/abstract-JDowland-1.shtml">abstract of a talk</a> from a Linux conference in 2008.  It speaks directly to the chicken-and-egg problem I&#8217;ve been pondering:</p>
<blockquote><p>Most professional teams will have some form of team documentation used as a reference by existing team members but also as a means of getting new staff up-to-speed. System administrators are no exception, but have their own set of additional requirements: lots of diverse, complex systems mean lots of procedures to recall. It&#8217;s also no good having procedures for repairing a database server stored in a database table.</p>
<p>I recently undertook a project to migrate Newcastle University UNIX team&#8217;s internal documentation from a simple filesystem-based scheme to a web-based wiki system using &#8220;mediawiki&#8221;, the software that powers Wikipedia. Once I had achieved this, it became apparent procedures and tools were necessary to help manage the continued review and updating of the documentation. I also became aware of several issues with the approach that impacted us specifically as systems administrators.</p></blockquote>
<p>The talk itself was probably much more detailed, but the issue is relatively simple.  You need to be aware of any circular dependencies you&#8217;re creating, and try like the dickens to avoid them.  Also, everyone relying on the documentation needs to be well aware of the limitations of the documentation system.  Sure, you can devise a documentation system that doesn&#8217;t store its information in a database, but there are other dependencies as well &#8212; documentation about how to fix a broken web server might not be best suited inside a wiki, since all wikis rely on web servers to operate.  Granted, you may be able to quickly erect a web server, but this itself creates an unnecessary complexity that needs to be overcome in order to access procedures detailing how to fix a different problem.</p>
<p>Most things in systems administration deal with these types of issues, which I&#8217;m going to try not to get into except to say that if you can deal with these types of problems you will probably be a very good systems administrator and not paint yourself into a corner of dependencies.</p>
<p>Back to documentation.  In the abstract of the talk, it mentions a &#8220;wiki compiler&#8221; as a possible solution to the documentation chicken-and-egg problem.  The concept is that it isn&#8217;t strictly a wiki itself, but a method to construct a wiki dynamically based on files on disk.  If the web server explodes, you still have the files.  The files aren&#8217;t stored in a database, so that dependency is removed as well.  Also, the files can be under a <a href="http://en.wikipedia.org/wiki/Revision_control">version control system</a>, so if an author makes a mistake somewhere this can be easily and quickly reverted.  One such &#8220;wiki compiler&#8221; is <a href="http://ikiwiki.info/">ikiwiki</a>, apparently.  The more I read about this concept, the more I like it.  I&#8217;m still researching documentation tools, but this is definitely one that I will be exploring more, if only because it seems to make the documentation itself less complex.</p>
<p><a name="philosophy">My systems administration documentation philosophy</a> is also considerably simple.  Systems documentation basically consists of only 3 types:  online, offline, and hybrid.</p>
<ul>
<li>Online systems documentation should only consist of procedures, concepts, ideas, and notes that have zero dependency on web servers, and not depend on any other part of an infrastructure needed to access the documentation itself.  A good example would be procedures about how to create a user account &#8212; creating a new user isn&#8217;t dependent on the wiki, the web server, or being able to access the documentation within.</li>
<li>Offline documentation is system details and procedures needed that deal directly with portions of the infrastructure that may be offline or broken; e.g., disaster recovery procedures.  This type of documentation is offline primarily to simplify the review/update process needed to keep the documentation current.  If procedures to restore data from tape are online, of course copies can be printed to use when/if a critical file server needs to be restored.  However, if the data is moved to a different location or the restoration procedure is modified in some way, the documentation needs to be updated.  If this information is kept online, the new information should be added, and then printed again, making sure to destroy the previously printed copies to avoid confusion.  Keeping critical information online quickly becomes a complex procedure in itself because the information needs to be kept offline on paper in the event of an emergency, and updating the information in multiple locations is prone to error and confusion.</li>
<li>Hybrid systems documentation is a mixture of offline and online.  Hybrid docs are normally created offline, converted or translated into online format, then added somewhere to be available online as well.  They are never edited online, to avoid having multiple conflicting documents that would cause confusion in an emergency.  DocBook is a good example of hybrid systems documentation:  a single source document is created from which other versions can be generated in HTML, PDF, PostScript, plain text, etc.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://dave.mysticmorph.net/2010/04/09/systems-administration-documentation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Passwords are not a formality</title>
		<link>http://dave.mysticmorph.net/2009/12/07/passwords-are-not-a-formality/</link>
		<comments>http://dave.mysticmorph.net/2009/12/07/passwords-are-not-a-formality/#comments</comments>
		<pubDate>Mon, 07 Dec 2009 19:08:57 +0000</pubDate>
		<dc:creator>Dave Le Blanc</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[philosophy]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[tech]]></category>

		<guid isPermaLink="false">http://dave.mysticmorph.net/?p=181</guid>
		<description><![CDATA[I recently came across an encrypted password NOT where it should be.  The individuals involved probably didn&#8217;t realize what they had done, and it might be fixable by relocating and properly protecting the file containing this password (as long as the password has not been guessed, or the individuals involved change the password).  However, the [...]]]></description>
			<content:encoded><![CDATA[<p>I recently came across an encrypted password NOT where it should be.  The individuals involved probably didn&#8217;t realize what they had done, and it might be fixable by relocating and properly protecting the file containing this password (as long as the password has not been guessed, or the individuals involved change the password).  However, the mindset will still remain.</p>
<p>Anyone that puts an important file with an encrypted password on more than a dozen computers, with permissions of the file being world-readable, doesn&#8217;t really understand the ramifications involved.</p>
<p>Since then, I have been trying to &#8220;crack&#8221; the password through regular means.  Given their usage pattern, I&#8217;m fairly certain the password is 8 characters long, at least one capital letter, one number, and one special character.  Sadly, only that much information probably won&#8217;t be enough for me to crack it without throwing more compute power at it.  The tough part is that its a salted hash, so I can&#8217;t really use <a href="http://en.wikipedia.org/wiki/Rainbow_table">Rainbow Tables</a>, and I&#8217;ve already tried dictionary attacks with Webster&#8217;s Dictionary.  So, I&#8217;ve resorted to brute-force automated guessing.  JTR seems pretty good at this, but even so it will probably take months to obtain the plaintext password.  It has been running for 11+ days so far.</p>
<p>The encrypted password in question is: {SSHA}KZhA0wzX4AThn9CkxBgYDmmy42pNY9ME</p>
<p>Salted SHA-1, of course.  If you know encryption algorithms, you already know what this is likely used for, but I won&#8217;t give that away.  I won&#8217;t tell you what its used for, or who it belongs to, or what you might do with it once you&#8217;ve cracked it, suffice to say the plaintext password in the wrong hands could cause some damage.</p>
<p>If you know of a quick way to crack such a password, other than what I&#8217;ve tried so far, drop me a line.</p>
]]></content:encoded>
			<wfw:commentRss>http://dave.mysticmorph.net/2009/12/07/passwords-are-not-a-formality/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Password Tools for Remembering</title>
		<link>http://dave.mysticmorph.net/2009/11/12/password-tools-for-remembering/</link>
		<comments>http://dave.mysticmorph.net/2009/11/12/password-tools-for-remembering/#comments</comments>
		<pubDate>Thu, 12 Nov 2009 07:58:36 +0000</pubDate>
		<dc:creator>Dave Le Blanc</dc:creator>
				<category><![CDATA[life]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[philosophy]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://dave.mysticmorph.net/?p=177</guid>
		<description><![CDATA[I&#8217;ve been a reader of Slashdot.org for quite a while.  At least for 9 or 10 years if I recall correctly.  Every now and then a reader asks the Slashdot community a question regarding best practices and practical methods for remembering an arbitrary large number of passwords the average person needs to keep track of.  [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been a reader of Slashdot.org for quite a while.  At least for 9 or 10 years if I recall correctly.  Every now and then a reader asks the Slashdot community a question regarding best practices and practical methods for remembering an arbitrary large number of passwords the average person needs to keep track of.  The question is usually worded differently, but the need is usually the same &#8212; the passwords need to be kept safe, but portable, uncoupling them from specific software or platform as much as possible, and secure enough that if the file/software/computer were stolen the passwords (and the things the passwords unlock) would still be safe.</p>
<p>Recently, a <a href="http://ask.slashdot.org/story/09/11/10/2045258/Best-Tool-For-Remembering-Passwords">Slashdot submission in this context</a> was:</p>
<blockquote><p><em>&#8220;Lately I&#8217;ve been rethinking my personal security practices. Should my laptop be stolen, having Firefox &#8216;fill in&#8217; passwords automatically for me when I go to my bank&#8217;s site seems sub-optimal. Keeping passwords for all the varied sites on the computer in a plain-text file seems unwise as well. Keeping them in my brain is a prescription for disaster, as my brain is increasingly leaky. A paper notepad likewise has its disadvantages. I have looked at a number of password managers, password &#8216;vaults&#8217; and so on. The number of tools out there is a bit overwhelming. Magic Password Generator add-in for Firefox seems competent, but it&#8217;s tied to Firefox, and I have other places and applications where I want passwords. And I might be accessing my sites from other computers that don&#8217;t have it installed. The ideal tool in my mind should be something that is independent of any application, browser, or computer; something that is easily carried, but which if lost poses no risk of compromise. What does the Slashdot crowd like in password tools?&#8221;</em></p></blockquote>
<p>The response is filled with witty replies and interesting views and suggestions as per usual.  Nothing really new usually surfaces when someone asks this on Slashdot, since it seems the capacity to have passwords for online banking, social networking, work computers, home computers, blogs and whatever else grows and evolves faster than the ability to keep track of them all efficiently (and securely).</p>
<p>A while back, I <a href="http://dave.mysticmorph.net/2007/12/05/passwords-passwords-everywhere">wrote about my solution to this problem</a> after having tried to solve it different ways.  In that post, I detailed my evolution from a Java application on a USB keychain to a website called Clipperz.</p>
<p>Well, I have been using Clipperz for almost 2 years now.  It is immensely useful and efficient.  I have had ZERO problems.  Yes, none, nada. NO problems whatsoever.  How many things can you say that about?</p>
<p>Clipperz does seem to be growing in popularity, since the last time I remembered the question asked on Slashdot, hardly anyone recommended Clipperz.  This time, a few people mentioned Clipperz on Slashdot.  However, its been 2 years and Clipperz still has the &#8220;beta&#8221; status.  Granted, Google Mail was in beta for years until they became &#8220;production&#8221;, but still&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://dave.mysticmorph.net/2009/11/12/password-tools-for-remembering/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>The Current State of Email</title>
		<link>http://dave.mysticmorph.net/2009/10/01/the-current-state-of-email/</link>
		<comments>http://dave.mysticmorph.net/2009/10/01/the-current-state-of-email/#comments</comments>
		<pubDate>Thu, 01 Oct 2009 08:06:37 +0000</pubDate>
		<dc:creator>Dave Le Blanc</dc:creator>
				<category><![CDATA[life]]></category>
		<category><![CDATA[philosophy]]></category>
		<category><![CDATA[rant]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[tech]]></category>

		<guid isPermaLink="false">http://dave.mysticmorph.net/?p=158</guid>
		<description><![CDATA[In a word:  BAD.
Not just oh-we&#8217;ll-find-a-way-to-fix-or-deal-with-it bad, we&#8217;re talking a downward spiral that slopes deeper the further we decline until we have reached &#8220;terminal velocity&#8221;.  The bottom is not yet in sight.
Why?  Well, I&#8217;ll tell ya why&#8230;  in a minute.  First, I&#8217;ll put things into perspective by shedding a bright historical light on the subject.  [...]]]></description>
			<content:encoded><![CDATA[<p>In a word:  BAD.</p>
<p>Not just oh-we&#8217;ll-find-a-way-to-fix-or-deal-with-it bad, we&#8217;re talking a downward spiral that slopes deeper the further we decline until we have reached &#8220;terminal velocity&#8221;.  The bottom is not yet in sight.</p>
<p>Why?  Well, I&#8217;ll tell ya why&#8230;  in a minute.  First, I&#8217;ll put things into perspective by shedding a bright historical light on the subject.  This is not to mean that the history of email is dark or bad &#8212; but the present state of email certainly is, compared to its early days.</p>
<p>Email (not E-mail, since words that are introduced into the English language are often comprised of multiple words that stand on their own, separated by hyphens, normally lose their hyphens as the new words gain wider acceptance) as we know it today, was originally created in the early 1970&#8217;s, purely as an experiment, though in a slightly different form.  To put this into proper context, we&#8217;ll go back just a bit further. Email (at this time E-mail, or &#8220;electronic mail&#8221;) only existed in self-contained systems.  People would log into one specific machine (a time-sharing device, which was basically a big expensive computer that a group of people shared at different times) to perform their work, and would occasionally leave messages for one another to read whenever the next person would log in again.  This concept of &#8220;self contained&#8221; email would eventually evolve into other implementations of the same use &#8212; such as Microsoft Mail, which was designed as a central system, namely in an office building, that people would use to talk to only other people in the same office.  I digress&#8230;  but, even in its first use case, Email (and E-mail) was used as a convenience.  Some would say, a luxury tool &#8212; to save people from leaving yellow sticky notes somewhere, or picking up a phone to talk to someone that may not have time to talk to you.  In tech-geek-speak, email is asynchronous communication:  I can talk to you as much as I like, and you can reply back to me, but it is pure coincidence if we happen to talk to each other at the same time  (there is a variable delay between one person talking and the other person replying).</p>
<p>From being an easy way to leave messages for other people sharing the computer, it turned into a way of leaving messages for people using <strong>other</strong> computers &#8212; no longer &#8220;self contained&#8221; email, but networked email.  At this point, email diverged into two uses:  local &#8220;self contained&#8221; messaging on one computer, and &#8220;networked&#8221; messaging.  The two remained distinct for quite a while, as there were people sharing central computers that had very little need to communicate with people sharing other computers, yet there were people that had a valid need for such distant communication even if &#8220;distant&#8221; meant &#8220;the computer right next to mine in the same room&#8221;.  Still, it was viewed as leaving an electronic sticky note on the screen for whenever that person logged in again.  As such with StickyNotes, eventually the glue on the paper dries and at that point it no longer sticks to anything, falling off the surface to become lost when the cleaning lady vacuums the floor.  This was the expectation for early email &#8212; &#8220;Joe, I left you a quick message about the widget, if you have concerns just give me a call.&#8221;  If the email message was lost, deleted accidentally, or was never delivered, it was no big deal because the communication was eventually going to take place in person anyway, and there was no guarantee the intended person would ever read the message in the first place.</p>
<p>As the novelty of communicating with other people on other computers evolved, so did the implementation of email.  To send an email message to someone outside the shared computer, a person needed to know *which* other computer the recipient used.  The @ was born, since that seemed like the most logical delimeter to distinguish &#8220;user&#8221; from &#8220;computer&#8221;, and since neither could contain the @ symbol.  For similar computers, the method was &#8220;user@computer&#8221;, to properly address an email message.  For different systems, it wasn&#8217;t so clear.  In fact, it became downright complicated and confusing.  If a person needed to send a message to a distant computer, but the distant system could not accept &#8220;user@computer&#8221; (possibly it used the @ for something other than a delimeter), the sender of the message needed to know not only who to address the message to, and *which* computer that user used, the sender also needed to know the path the message would take when it was sent from computer to computer to computer.  UUCP (Unix-to-Unix-Copy) was born.  Imagine instead of <em>smith@accounting</em> it was  <em>!cenvax!westnode!accounting!smith</em>.  Gateways from one type of email system to another type had to be erected, to handle the messages and translate one address into another.  Yet, even then, email was still viewed as &#8220;fire and forget&#8221; in the sense that whenever the recipient got the message, IF they got the message, they will eventually acknowledge by replying in some fashion as courtesy.</p>
<p>Back in my early days of email, I worked in the military in the computer support office.  Then, email was more a novelty than a necessity.  I vividly remember a sergeant I worked with would get daily phone calls after creating a new email account for someone.  Someone would normally call him up to complain &#8220;its been 3 days since you created my email account, and I haven&#8217;t got any email yet.  I think its broken.&#8221;  He would always reply with the same thing:  &#8220;you have to send email to get email&#8221;, which basically was his smartypants way of saying &#8220;it isn&#8217;t broken because you didn&#8217;t get anything.  You probably didn&#8217;t get any email because no one knows you have an email address, or they have nothing to say to you, or all the people you want to talk to don&#8217;t have email themselves.&#8221;   He would hang up the phone and we would have a chuckle, then I would joke about how the first person in the world with a fax machine probably wondered why he invested so much money in a device that strangely never prints out any faxes.</p>
<p>Slowly, email became the &#8220;killer app&#8221;.</p>
<blockquote><p>[For the uninitiated, a "killer app" is an application (a program or function) that is just so utterly cool and awesome it is NEEDED so much that the purchase of an expensive device is justified, simply to use the application.  The other programs and software are bonus, and not needed as much, compared to THE reason the computer was purchased.]</p></blockquote>
<p>Everyone seemed fascinated with the ability to talk to ANYONE (as long as they were &#8220;on email too&#8221;) for FREE.  Its better than long distance calling!!  No more busy signals or answering machines!  And its FREE!!</p>
<p>&#8220;Move over word processor, I&#8217;m going to communicate with the world!!  Shrink yourself into a microscopic icon, Mr. Spreadsheet, EMAIL is the real reason I have a computer!  Now, if only I knew what to say, and who to talk to.  Maybe someone will figure out how to contact me, so we can send messages back and forth.&#8221;</p>
<p>Today, no one really needs to know the path a message takes to reach its intended recipient (in some instances, even the recipient need not be known) because we address email to &#8220;user@something.somethingelse.com&#8221; and we trust the system to do the Right Thing to deliver the message.  To the right person.  At the right time.  &#8220;When it absolutely positively needs to be there&#8230;&#8221;  within the next 15 seconds else I&#8217;m going to wonder what the HELL is taking so long, and why haven&#8217;t they replied yet because I just got a message that says they&#8217;ve read it and it better not have been marked as spam because it wasn&#8217;t spam!!</p>
<p>Email has become the primary method of daily communication.  No longer do you &#8220;need to send mail to get mail&#8221;.  If your email address is on a web page, business card, or if you have ever used your email address to log into a website, YOU&#8217;VE GOT MAIL.   Whether you want it or not.  We email each other about meetings, to talk about email.  We email appointments, contact information, political opinions, love letters, chain-messages, advertisements.  The type of content goes on and on.  The problem is no longer about how we communicate with the right person on the right computer, but how to silence the noise to get to the legitimate messages that we need to read.</p>
<p>In the past, whether it was &#8220;self contained&#8221; or sent from the other side of the continent, each message was read and discarded soon thereafter.  Lately, email is received and almost immediately archived for &#8220;safe-keeping&#8221;, sometimes without it even being read.   It seems the focus now is not the immediate meaning of each message, but that a potential need might arise in the future where we might need to re-read the message.  Email used to consist of one file, appended to whenever new messages arrived &#8212; older mail was at the top of the file and newer mail was at the bottom/end.  Email now has folders, sorting, searching, tagging, categorizing, filtering, and archiving of all types.  We rarely, if ever, delete email that we&#8217;ve read.  Sure, it was really nifty when Google unleashed GMail to the world with its &#8220;2GB and growing&#8221; size limit on the amount of email one person could have, but if we&#8217;re only talking about purely text-based messages it amounts to <strong>billions</strong> of messages. (By the way, it is no longer only 2GB &#8212; its more like 7 or 8GB now.)</p>
<p>Email is no longer just the &#8220;killer app&#8221; in the sense of being able to communicate with anyone.  It is a presentation moniker; an address with @gmail.com is not as prestigious as it once was, but an address with @yourreallastname.com is.  It is a storage mechanism; people have figured out a way to use free online web email accounts to store documents, MP3s, and photos.  It is a calendar; if you&#8217;re using a particular email system that is tied into a shared calendar, you can send/receive appointments, and reminders of upcoming events.  It is a ToDo list; some people have an email folder with messages they have sent to themselves containing the errands they need to perform in the course of a day.  It is a webpage; modern email software will accept HTML in the body of an email message and interpret the language of webpages, even in the sense that images need not be attachments to the email but can be referenced to elsewhere on the Internet.  It is submissible legal evidence; there is legal precedence where email messages are a form of evidence, able to be subpoenaed by a court of law.</p>
<p>How did we get this way?  What changed so radically that &#8220;e-mail&#8221; could come from an experiment on the ARPANET (a solution looking for a problem), to &#8220;email&#8221;, a common term of the layman&#8217;s vernacular so much that it is no longer a privilege but a rite?   How could a function of computer networking change the way we communicate, yet itself change so little?</p>
<p>How is it that email is no longer a novelty method of asynchronous communication, but is now a basic human necessity in the modern world, measured not in its content of communication, but in cosmetic appeal of its address and in its storage size limit?</p>
<p>I haven&#8217;t even got to the bad part yet.</p>
<p>SMTP, or Simple Mail Transfer Protocol, was basically an afterthought in the broad historical map of the creation of the experimental networks that were the grandfathers of the Internet we know today.  SMTP is the most widely accepted and &#8220;standardized&#8221; method of sending and receiving email.  It was essentially created to bridge the gap between unlike electronic messaging systems, back when &#8220;e-mail&#8221; was growing in popularity and usefulness.  The unfortunate part of the story, though, is that SMTP was created back when there was no real malicious threat or intent proliferating through the networks.  Users basically trusted other users in the sense that everyone followed the same rules because that was what it meant to &#8220;be connected&#8221;.  After all, if you behaved badly on the network, people would want to network with you less, until eventually you would be partitioned from everyone else in such a way that you gain a decreasing benefit from being part of the network.  It was a self-governing system, yet relatively unofficial.  &#8220;Netiquette&#8221; dictated good form and respectable practices toward other network-citizens, which mainly consisted of college students and faculty among connected higher education organizations.  SMTP was very trusting back then, and still is.</p>
<p>To this day, anyone can still send email as anyone else &#8212; so easily that specialized software is of little concern.  Simply connecting to a mail server with a bare terminal (Telnet), typing the correct sequence of commands and syntax, and voila!  You just forged an email message.  If you&#8217;re lucky, someone will believe they&#8217;re talking to whom you pretended to be.</p>
<p>What does all this mean, then?  Put together all what I&#8217;ve said so far, and it paints a rather dark and confusing portrait.  Email is *everything*, yet flimsy in it being unreliably verifiable.  Email messages pass from machine to machine across the room, or across the hemisphere, and yet they are &#8220;essential communications&#8221;.  They are submissible in a court of law, yet easily forged.  Messages are quickly and easily created and more easily deleted, yet we archive them for years or even decades with the possibility that we might need them later even though we already know what each message means, resulting in a liability if they are ever subpoenaed, and requiring constantly increasing storage.</p>
<p>How do we end this accelerating downward spiral, or at least slow it down so we might recognize and begin to approach the problem?</p>
<p>When will added functionality, storage space, and guarantees of quality be enough for this old and simple luxury of slow and insecure communication?  When will we finally realize that we have already outlived email&#8217;s usefulness and begin using the next electronic communication &#8220;killer app&#8221;?</p>
<p>If anyone reading this knows the answer to any of the above, drop me an email.  <img src='http://dave.mysticmorph.net/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>[<em><strong>3 Oct 2009 Edit:</strong></em> I JUST found out about Google Wave!!  Go <a href="http://lifehacker.com/5370738/google-wave-first-look">here</a>, <a href="http://www.youtube.com/watch?v=rDu2A3WzQpo">here</a>, or <a href="http://wave.google.com">here</a> to learn more about it.  It is in closed invitation beta right now, but I hear its going to be released this year.]</p>
]]></content:encoded>
			<wfw:commentRss>http://dave.mysticmorph.net/2009/10/01/the-current-state-of-email/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Update: My Very Own Linux</title>
		<link>http://dave.mysticmorph.net/2009/08/25/update-my-very-own-linux/</link>
		<comments>http://dave.mysticmorph.net/2009/08/25/update-my-very-own-linux/#comments</comments>
		<pubDate>Tue, 25 Aug 2009 22:52:10 +0000</pubDate>
		<dc:creator>Dave Le Blanc</dc:creator>
				<category><![CDATA[critical thinking]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[tech]]></category>

		<guid isPermaLink="false">http://dave.mysticmorph.net/?p=156</guid>
		<description><![CDATA[It has been a few months since I decided to create my own Linux distribution, and nary an update since then.  So, I figured I&#8217;d create an update&#8230; to&#8230;  update&#8230;  you.
Anyway&#8230;
I&#8217;m actually still in the initial stages, in the overall context of the project.  Basically, to create a Linux distribution (from scratch, as I am [...]]]></description>
			<content:encoded><![CDATA[<p>It has been a few months since I decided to create <a href="http://dave.mysticmorph.net/2009/05/14/my-very-own-linux/">my own Linux distribution</a>, and nary an update since then.  So, I figured I&#8217;d create an update&#8230; to&#8230;  update&#8230;  you.</p>
<p>Anyway&#8230;</p>
<p>I&#8217;m actually still in the initial stages, in the overall context of the project.  Basically, to create a Linux distribution (from scratch, as I am doing), it begins similar to a chicken-and-egg problem.  You have to use an existing system to create building blocks, and use the building blocks to create a complete toolset.  Then, you use the toolset in a limited environment, which makes zero assumptions (a &#8220;chroot&#8221; environment, for geeks out there), to begin construction of the target system.</p>
<p>While doing this is actually pretty straightforward, usually, the difficulty and complexity enters the stage when thoughts about the future begin to crop up.  Issues such as future maintenance and automation complicate matters because while there might be a working toolset to construct a target system, no one wants to have to manually create the target system each time something changes.  Also, if something changes within the toolset itself, the component will need to be rebuilt, or worse, the entire toolset will require rebuilding such that the whole thing remains cohesive.</p>
<p>This is similar to around the time when man first thought about hunting and killing for food.  He realized he could fashion a tool to make a weapon.  Next, he used the tool to create the weapon, which was then used to hunt and kill for food.  As evolution continued, he created more efficient tools, to in turn create better weapons that would enable him to hunt and kill more exotic food.  The same general principle exists when creating a Linux distribution &#8212; though, we&#8217;re not depending on the need to eat in our software toolchain, we are depending on the ability to make more software available, which will comprise a Linux distro.  The tricky part is to know how to manufacture tools in such a way that when a component in the process breaks, it is trivial to fix it so much to the point that if a tool very deep in the toolset breaks there is less need to re-manufacture everything that was built with it.  Henry Ford had a very good idea, with small replaceable parts.</p>
<p>At this point, I&#8217;m at the point that I have the toolchain built.  Before I go much further, I need to figure out a sensible way to maintain this toolchain so that if/when something becomes stale or breaks, I will spend less time repairing the toolchain and more time tending to the actual Linux software in the distribution.  Also, since the toolchain itself was build manually and painstakingly, I also need a system to churn out software using the toolset I have.  Perhaps a framework/system could be used for both maintaining the toolset, and maintaining the distro?</p>
<p>I&#8217;m quite sure this is not entirely a brand new problem &#8212; major Linux distros would have had to flesh this out very early on.  The trouble is, though, whatever they&#8217;re using to handle this type of framework, they&#8217;re not very up front in saying exactly what they use, what it does, or where it came from.</p>
<p>I know what I want my system to do.  I have a general idea how it should fit all together.  My dilemma is that I&#8217;m splitting my time between searching the Internet for any existing software to satisfy the need, and planning how I might create my own toolchain/distro maintenance framework/system.  There are, actually, existing systems that do something along these lines, but they were designed for very specific purposes, and implemented with specific needs in mind, which resulted in assumptions that require specific platforms.  Not very useful in my case, because I&#8217;m creating from scratch with no assumptions.</p>
<p>Eventually, I will have an automated system that will:</p>
<ul>
<li>institute modularity wherever practical</li>
<li>automatically rebuild (with dependent software if necessary) anything that needs updating/fixing</li>
<li>handle both the toolchain itself, and the target Linux software</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://dave.mysticmorph.net/2009/08/25/update-my-very-own-linux/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Online Operating System Creation</title>
		<link>http://dave.mysticmorph.net/2009/08/04/online-operating-system-creation/</link>
		<comments>http://dave.mysticmorph.net/2009/08/04/online-operating-system-creation/#comments</comments>
		<pubDate>Wed, 05 Aug 2009 06:18:47 +0000</pubDate>
		<dc:creator>Dave Le Blanc</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[tech]]></category>

		<guid isPermaLink="false">http://dave.mysticmorph.net/?p=153</guid>
		<description><![CDATA[A few months ago, I came across an interesting website in my browsing of OpenID sites, which I do regularly here and here.  The site I stumbled upon was in beta, so I made a note of it, and carried on.  Later, I was invited to participate in the beta, and I gotta say&#8230;  it [...]]]></description>
			<content:encoded><![CDATA[<p>A few months ago, I came across an interesting website in my browsing of OpenID sites, which I do regularly <a href="https://www.myopenid.com/directory">here</a> and <a href="http://openiddirectory.com/">here</a>.  The site I stumbled upon was in beta, so I made a note of it, and carried on.  Later, I was invited to participate in the beta, and I gotta say&#8230;  it rocks.</p>
<p>The site, now released to the public, is <a href="http://susestudio.com">Suse Studio</a>.  The concept behind the service is that you can remotely create, per your preferences, a Linux distribution, based on a recent Suse flavor &#8212; basically, either OpenSUSE or SUSE Enterprise Linux.</p>
<p>How does it work?  You login (with OpenID, or after creating an account), select a base to begin with;  GNOME, KDE, generic X, text only, etc.  You can select 32-bit or 64-bit.  Then, you can select software to be installed down to the specific package.  You can even upload your own packages &#8212; rpm, .tar, .tar.gz, .tgz, .tar.bz2, .tbz, or .zip, specify particular software repositories, or choose from over 300 pre-existing software repositories (some with rarely found packages, such as ATI or nVIDIA drivers).  After selecting software to be installed, you are brought to a configuration webpage that allows you to completely configure the system prior to building it, with the added option of uploading your own customized files.  After building the system, it can be tested via &#8220;test drive&#8221; &#8212; completely able to log into the newly built system via the website.</p>
<p>Once the system has been built (and optionally tested), it can be downloaded and installed as either:  Disk image, LiveCD (ISO image), Xen virtual machine, or VMware appliance.</p>
<p>The service is intelligently laid out, and quite intuitive, enabling the user to create systems within minutes.  Suse Studio routinely clears out built systems, but keeps the meta-info such that systems specified previously can be re-built easily and quickly.</p>
<p>It really seems to be a well thought out service.  I have experienced other web services that allow the user to build a Linux distribution, but never anything this detailed.</p>
]]></content:encoded>
			<wfw:commentRss>http://dave.mysticmorph.net/2009/08/04/online-operating-system-creation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Japanese Commercial</title>
		<link>http://dave.mysticmorph.net/2009/05/14/149/</link>
		<comments>http://dave.mysticmorph.net/2009/05/14/149/#comments</comments>
		<pubDate>Thu, 14 May 2009 23:49:07 +0000</pubDate>
		<dc:creator>Dave Le Blanc</dc:creator>
				<category><![CDATA[funny]]></category>
		<category><![CDATA[tv]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://dave.mysticmorph.net/2009/05/14/149/</guid>
		<description><![CDATA[

]]></description>
			<content:encoded><![CDATA[<p><img style="visibility: hidden; width: 0px; height: 0px;" src="http://counters.gigya.com/wildfire/IMP/CXNID=2000002.0NXC/bHQ9MTI*MjMxOTcyMTM3NiZwdD*xMjQyMzE5NzQwMzM*JnA9MTcyNDAxJmQ9Jm49d29yZHByZXNzJmc9MiZ*PSZvPTE2ZWU2YzVjNzAxMDQ1MDg4NjZiOWUyZWM2MjdmNzg1Jm9mPTA=.gif" border="0" alt="" width="0" height="0" /><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="400" height="345" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="src" value="http://www.metacafe.com/fplayer/yt-km2XNQmyjaU/funny_japanese_commercial.swf" /><param name="wmode" value="transparent" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="400" height="345" src="http://www.metacafe.com/fplayer/yt-km2XNQmyjaU/funny_japanese_commercial.swf" allowfullscreen="true" wmode="transparent"></embed></object><span style="font-size: xx-small;"><a href="http://www.metacafe.com/watch/yt-km2XNQmyjaU/funny_japanese_commercial/"><br />
</a><a href="http://www.metacafe.com/"></a></span></p>
]]></content:encoded>
			<wfw:commentRss>http://dave.mysticmorph.net/2009/05/14/149/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My Very Own Linux</title>
		<link>http://dave.mysticmorph.net/2009/05/14/my-very-own-linux/</link>
		<comments>http://dave.mysticmorph.net/2009/05/14/my-very-own-linux/#comments</comments>
		<pubDate>Thu, 14 May 2009 16:32:17 +0000</pubDate>
		<dc:creator>Dave Le Blanc</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[philosophy]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[tech]]></category>

		<guid isPermaLink="false">http://dave.mysticmorph.net/?p=136</guid>
		<description><![CDATA[Lately, I&#8217;ve been toying with the idea of creating my own Linux distribution.  Why?  Well, for starters I think it would be a good thing to do in order to gain a better understanding/appreciation of the process.  Linux distributions, in my mind, have all failed in subtly minor ways for a variety of reasons.  Sure, [...]]]></description>
			<content:encoded><![CDATA[<p>Lately, I&#8217;ve been toying with the idea of creating my own Linux distribution.  Why?  Well, for starters I think it would be a good thing to do in order to gain a better understanding/appreciation of the process.  Linux distributions, in my mind, have all failed in subtly minor ways for a variety of reasons.  Sure, nothing is perfect, but with the power and efficiency of the Open Source movement, you&#8217;d think that it would approach something better than the current state.  Another reason for rolling my own distro?  To see if I can.  I have a very vague and general understanding of how it is accomplished, but by doing it myself maybe I can add something to it that nobody has thought of, thereby making it better, which is generally what the entire Open Source concept is about.</p>
<p>But, Dave&#8230;  There are well over 800 Linux distributions out there already.  What makes you think you can compete?</p>
<p>Competing is not the point.  The point in mountain climbing is not to see who can reach the top first, but to learn something about yourself, and generally &#8220;because its there&#8221;.  If my Linux distro gains momentum and ends up being something more than just a hobby/pasttime, great!  If it doesn&#8217;t, that&#8217;s fine too.  I&#8217;m not going to make any promises to anyone, at first, because this will be to used fulfill my own needs which don&#8217;t necessarily apply to anyone else.  If I later discover that other people have needs similar to mine, we&#8217;ll talk about where to go from there.</p>
<p>Basically, there are two approaches in creating your own Linux distribution:  building from scratch, and basing it on existing.  Some Linux distros are based on other Linux distros.  For example, Ubuntu was created out of re-building software packages from the Debian/GNU Linux distribution, but Debian was created from scratch by hundreds of volunteers.  Ubuntu itself has spawned derivative Linux distributions; Kubuntu, Xubuntu, Ubuntu Studio, and Mythbuntu to name a few.  Both methods have their advantages and disadvantages, and both are equally valid (and probably equally popular).</p>
<p>A few existing Linux distros come with their own &#8220;roll your own&#8221; application that will automagically create a customized ISO image that you can use to modify/install/spin/fold/mutilate to your heart&#8217;s content.  Yes, the method bases it on a specific Linux distro, but it will be relatively different depending on the customizations you&#8217;ve set in place.  For example, Fedora has <a href="http://revisor.fedoraunity.org/">Revisor</a>.  There are also non-distro-specific utilities on the web such as <a href="http://www.instalinux.com/">Instalinux</a>, as well as complete Linux distros based on customization and optimization in which everything is built from source &#8212; <a href="http://distrowatch.com/table.php?distribution=gentoo">Gentoo</a>.</p>
<p>The other method is to construct a Linux distribution completely from scratch, appropriately named <a href="http://www.linuxfromscratch.org/">Linux From Scratch</a> (<a href="http://www.linuxfromscratch.org/">LFS</a>).  While this approach isn&#8217;t entirely difficult initially &#8212; its just building binary files from source files &#8212; it is time-consuming.  It is also recursive, meaning that software you compile in the beginning stages are depended upon by other software you build later, and you&#8217;ll have to start over from the point of contention if you discover something broken.  This is termed &#8220;building the toolchain&#8221;.  Building software so that you can build other software with it, that software becomes dependent on the initial software build, which is then used to build even more software &#8212; creating a chain of software used to create a system, which will be bundled together to form an installation, and a Linux distribution.  That&#8217;s the easy part.  The hard part isn&#8217;t in building the software; its in <em>maintaining</em> the whole thing such that when a bug is discovered it is easily and quickly patched/fixed and the remaining components of the toolchain remain relatively unaffected or are automatically rebuilt using the new link in the toolchain.</p>
<p>Whatever method used to build the Linux distribution, there still needs to be some point to the exercise, else time invested is wasted in making an exact copy of something that could have been simply downloaded to begin with.</p>
<p>My goals:</p>
<ul>
<li>Hybrid approach, mixing Linux From Scratch with useful tools from established distributions.</li>
<li>A practical level of security in the system, without sacrificing usability.</li>
<li>An agnostic mindset for software packages, trying not to rely on one set of software built for one distribution.  A best of breed path would be ideal, taking the best software from well known distributions, and possibly introducing software that is not available in any Linux distro.</li>
<li>Initially, aim at the desktop and see how that goes before configuring things for a server platform.</li>
<li>Simple for the user, but without the cost of being difficult or complicated for the system administrator (who is often the user also).</li>
</ul>
<p>I&#8217;ve had quite a few discussions with friends about what I should name it. After all, that&#8217;s the most important aspect of a Linux distribution, right?  Amazingly, in the discussions about naming my distro, no one ever asked me what I wanted it to do &#8212; but everyone has suggestions for a name.  I guess in the age of Google, and Yahoo, the name doesn&#8217;t have to be related to what it does.  I have a pretty good idea what I want to name it, but that may change later.  Considering there are over 600 distributions of Linux in circulation, a few hundred discontinued, and a few hundred more about to be announced (some of which might be discontinued in a few months), the name doesn&#8217;t matter that much to me as long as it isn&#8217;t completely ridiculous.  Douchebag Linux doesn&#8217;t smack of &#8220;Download me!  Use me!  I&#8217;m useful!&#8221;  On the other hand, Master of All Linux sounds good, but is probably just a tad too ambitious.</p>
<p>I wish there was a quick way to check if a name is already taken.  Like a global registry, or something that I could search for to determine if a name is used.  <a href="http://www.distrowatch.com">Distrowatch.com</a> is good, but there is a 90 day waiting period for a Linux distro to be added to the list because &#8220;this is to discourage submission of new projects that start with great enthusiasm only to vanish in a few short months&#8221;.  Like I said&#8230;  Easy to start, difficult to maintain.  Incidentally, <a href="http://paranoidlinux.org/">ParanoidLinux</a> is on the waiting list to be added to Distrowatch.  Its not mine, but I get quite a few people that read this blog after searching for that particular distro.  I wonder why&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://dave.mysticmorph.net/2009/05/14/my-very-own-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bloggin&#8217; the Blog&#8230; With Photos!</title>
		<link>http://dave.mysticmorph.net/2009/05/05/bloggin-the-blog-with-photos/</link>
		<comments>http://dave.mysticmorph.net/2009/05/05/bloggin-the-blog-with-photos/#comments</comments>
		<pubDate>Tue, 05 May 2009 23:22:02 +0000</pubDate>
		<dc:creator>Dave Le Blanc</dc:creator>
				<category><![CDATA[photography]]></category>
		<category><![CDATA[tech]]></category>

		<guid isPermaLink="false">http://dave.mysticmorph.net/?p=134</guid>
		<description><![CDATA[I&#8217;ve finally decided to do it.  I&#8217;ve been toying with the idea of a separate blogspace, just for photos, and I&#8217;ve finally taken the plunge.
I&#8217;ve been putting my photos on Flickr for a while now, but Flickr never seems to do the photos any justice (not just mine, but in general).  Every now and then [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve finally decided to do it.  I&#8217;ve been toying with the idea of a separate blogspace, just for photos, and I&#8217;ve finally taken the plunge.</p>
<p>I&#8217;ve been putting my photos on <a href="http://www.flickr.com/photos/daveleblanc/">Flickr</a> for a while now, but Flickr never seems to do the photos any justice (not just mine, but in general).  Every now and then I post them here on this blog, but they usually contradict the &#8220;Linux Ninja Geek&#8221; theme, since the photos aren&#8217;t actually related to Linux, or ninjas or even technology.</p>
<p>So, I have created an entirely new blog.  A <a href="http://en.wikipedia.org/wiki/Photoblog">photoblog</a>.</p>
<p>Just in time, too, since my new <a href="http://strobist.blogspot.com/">Strobist</a> <a href="http://www.mpex.com/page.htm?PG=Strobist%20Kits">gear</a> was delivered today, which more than likely means I&#8217;ll be taking MANY more photos that have very little to do with the theme of this blog, and more closely related to photography.</p>
<p>So, if you&#8217;re interested in the photos I take, head over to <a href="http://photo.mysticmorph.net">http://photo.mysticmorph.net</a>.  I hope to see you over there.</p>
]]></content:encoded>
			<wfw:commentRss>http://dave.mysticmorph.net/2009/05/05/bloggin-the-blog-with-photos/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>A Picture is Worth:  1 Traffic Citation</title>
		<link>http://dave.mysticmorph.net/2009/04/29/a-picture-is-worth-1-traffic-citation/</link>
		<comments>http://dave.mysticmorph.net/2009/04/29/a-picture-is-worth-1-traffic-citation/#comments</comments>
		<pubDate>Thu, 30 Apr 2009 00:04:05 +0000</pubDate>
		<dc:creator>Dave Le Blanc</dc:creator>
				<category><![CDATA[funny]]></category>
		<category><![CDATA[life]]></category>
		<category><![CDATA[photography]]></category>

		<guid isPermaLink="false">http://dave.mysticmorph.net/?p=132</guid>
		<description><![CDATA[I live in Southern California, in an area called Inland Empire, which rests near the San Bernardino Mountains in the San Bernardino National Forest.  Near my house is highway I-210, which runs from San Bernardino west through Pasadena.  This is the highway I use on my daily commute, about 40 miles each way.  I&#8217;ve commuted [...]]]></description>
			<content:encoded><![CDATA[<p>I live in Southern California, in an area called Inland Empire, which rests near the San Bernardino Mountains in the San Bernardino National Forest.  Near my house is highway I-210, which runs from San Bernardino west through Pasadena.  This is the highway I use on my daily commute, about 40 miles each way.  I&#8217;ve commuted to work this way for almost 9 years.</p>
<p>There is a stretch of the highway along my commute, near my house, that has blooming flowers each Spring.  The flowers seem wild, but they aren&#8217;t.  They are an introduced species, named <a href="http://en.wikipedia.org/wiki/Carpobrotus_edulis"><em>Carpobrotus edulis</em></a>, or Ice Plant, which is a succulent plant originally planted in Southern California to help stabilize the soil and reduce erosion.  The flowers are rather nice, to be driving along and see waves of different shades of purple and pink flowers along the roadside.  I&#8217;ve often wanted to take a photo (or two) of the flowers during the day as well as when the flowers close during sunset.</p>
<p>So, that&#8217;s what I decided to do.  Right after my son&#8217;s soccer practice, I dropped him off at home, grabbed my tripod and camera and headed back out.  I picked what I thought was a rather nice location to capture the closing blooms right as the sun went down in the west.  I was a bit late, because by the time I got set up and started shooting, the sun had already dropped behind the mountains.  I had got only about 6 shots done, low to the ground right next to a 30-foot lamppost that was just out of frame, when a California Highway Patrolman pulled up behind my truck.</p>
<p>Well, I was done at that point.  He was in the shot I wanted to take, and CHP don&#8217;t normally stop to admire the flowers or make idle conversation.  As soon as he got out of his vehicle, I picked up my gear and told him &#8220;Okay, I&#8217;m leaving.  I just stopped for about 5 minutes, but I&#8217;m going now.&#8221;</p>
<p>He motioned for me to stay, with his overgrown masculine/overcompensating flashlight/nightstick.  &#8220;This is for emergency stopping only&#8221;, he shouted at me over the roar of the highway traffic passing by, as he drew closer. &#8220;I don&#8217;t think taking pictures is an emergency.&#8221;</p>
<p>&#8220;Well, no, its not.&#8221; I replied.</p>
<p>Before I could get another word in, he asked me for my driver&#8217;s license, registration, and proof of insurance.</p>
<p>&#8220;Sure, hang on, I&#8217;ll get it,&#8221; I said as I took my license out of my wallet and handed it to him.</p>
<p>I started digging in my glovebox for my registration and insurance paperwork, when he shined his pole vault pole of a flashlight into the glovebox (presumably to make sure I wasn&#8217;t packin&#8217; heat).</p>
<p>&#8220;Havin&#8217; trouble?&#8221; he asked me, as I rifled through my glovebox looking for the paperwork to fulfill his request.</p>
<p>&#8220;I have it all here, somewhere,&#8221; I told him. There is a lot of stuff in my glovebox.  None of it could be considered a weapon.  I pulled out my registration from 3 years ago, and another from 2 years ago, and yet another that expired last month.</p>
<p>He saw that I had multiple registrations from years ago, looked at the ones expired in 2007, 2008, shook his head, and saw the one dated 2009.  He said, &#8220;Ah, there ya go.&#8221;</p>
<p>I noticed it had expired last month, and pointed that out to him.</p>
<p>&#8220;Yup.  You&#8217;re right.  Have a current one?&#8221;</p>
<p>&#8220;Well, I&#8217;m sure I do,&#8221; I said, &#8220;just give me a minute, I know its here somewhere.&#8221;  Finally, I pulled out the current registration, which is actually smaller than a 3&#215;5 card, believe it or not.</p>
<p>&#8220;Proof of insurance?&#8221;</p>
<p>&#8220;Oh, right.  Sure, hang on.&#8221; I replied, as I continue rummaging through all the stuff my glovebox has collected.</p>
<p>I managed to hand him GEICO insurance papers from 4 years ago, 3 years ago, 2 years ago, and last year, but couldn&#8217;t find the current piece of paper that said I was insured.  Crap!  &#8220;I know I have it somewhere, but I just can&#8217;t find it at the moment.&#8221;</p>
<p>&#8220;Well, make sure to tell them that in court,&#8221; he said with a sideways smile.</p>
<p>I continued to put my photo gear away while he went back to his squad car to make sure I wasn&#8217;t a sereal killer, wanted in multiple states, or had a record for random acts of violence.  After I put my stuff away, I noticed that he started writing, and occassionally would glance over at me while I leaned against the side of my truck while I waited.</p>
<p>Finally, he came back over to me and explained that I am not allowed to stop on the side of the highway unless it is for an emergency.  He pointed out that I could be hit by a drunk driver, or worse.  I calmly retorted that it was barely 7:30pm, that I was next to a 30-foot lamppost, and that I could easily run up the embankment to dodge anything coming at me.</p>
<p>&#8220;No, that wouldn&#8217;t help ya.  I&#8217;ve seen everything,&#8221; he bragged.  &#8220;So, what are you taking pictures of, anyway? Flowers?&#8221;</p>
<p>&#8220;Flowers.  Sunset.  I even got parts of the road, to make a scene.&#8221;</p>
<p>&#8220;Its cloudy.  And the sun went down.  These flowers close up after sunset,&#8221; he explained to me, as if I was out of my mind.</p>
<p>&#8220;Well, yes.  That was my plan.  Overcast clouds tend to subdue the sun, making it seem larger but not brighter.  Sunset, coupled with the flowers closing up for the night alongside the cars passing by might make a nice photograph.&#8221;</p>
<p>He shrugged and restated that it was dangerous to be parked on the side of the road.  I wanted to ask him that if it was dangerous to be parked on the side of the road, and if it is for emergencies only, why shouldn&#8217;t we move, but I decided to not say anything because I didn&#8217;t want to get into an argument.  What I had planned to be a 10 minute photo shoot ended up taking me half an hour, and didn&#8217;t want to make things worse.</p>
<p>The citation was for &#8230; and I&#8217;m not sure since I can&#8217;t read his handwriting &#8230;   parking in an emergency zone (side of hwy), and not having proof of insurance.</p>
<p>I asked him, &#8220;So, I guess this is a fine?&#8221;</p>
<p>&#8220;Yes.  Its a fine.&#8221;</p>
<p>&#8220;I see,&#8221; I said.  &#8220;How much are we talkin&#8217;?&#8221; I asked him.</p>
<p>&#8220;Oh, I don&#8217;t know.  That&#8217;s something that&#8217;s specific to the county,&#8221; he told me.</p>
<p>See, the California Highway Patrol only operates, and has jurisdiction over, the state highways, which run through different counties in California.  So, depending on where and which highway they stop you, you may be subject to different fines and/or court process.</p>
<p>Well, seeing as I hadn&#8217;t really accomplished what I set out to do, have a citation to boot, and I didn&#8217;t even have time to look at the photos I had already taken, I was anxious to get home.  So, I left.</p>
<p>As it turns out, after looking over the 7 photos I managed to capture, they weren&#8217;t horrible.  Not entirely what I wanted, but they didn&#8217;t make me vomit.  I should&#8217;ve changed lenses and taken slower shots with more exposure, to brighten up the flowers and sky.</p>
<p>Over my years of photographing (over 20 years now), I learned that photography is not just the study of light.  It is the capture of something that most people either take for granted or simply don&#8217;t notice.  It should provoke an emotion, and draw the viewer into the photograph so that they can feel what was felt at the time it was taken, or feel something different altogether.</p>
<p>What I was going for was: the flowers closing during sunset, while people whizzed by, most of them paying very little notice.  I&#8217;m not sure if I got that much in the photo.  What I get by looking at the photo is &#8220;that one time I got a ticket near my house for taking a photo of flowers.&#8221;</p>
<div class="wp-caption alignnone" style="width: 510px"><a href="http://www.flickr.com/photos/daveleblanc/3487383242/"><img title="Sunset on 210" src="http://farm4.static.flickr.com/3657/3487383242_ac514cd038.jpg" alt="A Picture is worth a Thousand Words, and 1 Traffic Citation" width="500" height="335" /></a><p class="wp-caption-text">A Picture is worth a Thousand Words, and 1 Traffic Citation</p></div>
]]></content:encoded>
			<wfw:commentRss>http://dave.mysticmorph.net/2009/04/29/a-picture-is-worth-1-traffic-citation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
