<?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>A New Don</title>
	<atom:link href="http://veino.com/blog/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://veino.com/blog</link>
	<description>Adventures and Ramblings as I Evolve</description>
	<lastBuildDate>Sat, 11 May 2013 23:33:53 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>Train Firefox mailto: to use Google Apps &#8211; Take 2</title>
		<link>http://veino.com/blog/?p=975</link>
		<comments>http://veino.com/blog/?p=975#comments</comments>
		<pubDate>Sat, 11 May 2013 23:06:28 +0000</pubDate>
		<dc:creator>Don</dc:creator>
				<category><![CDATA[Computer]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Mint]]></category>
		<category><![CDATA[mailto:]]></category>
		<category><![CDATA[mimetypes.rdf]]></category>

		<guid isPermaLink="false">http://veino.com/blog/?p=975</guid>
		<description><![CDATA[In a prior post I&#8217;d detailed the method of using a javascript entry to add an external mail resource to allow clicking on mailto: links to use the Google Apps version of gmail. Unfortunately, when I tried to repeat that &#8230; <a href="http://veino.com/blog/?p=975">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p><a href="http://veino.com/blog/?p=325" title="Train Firefox mailto: to use Google Apps">In a prior post</a> I&#8217;d detailed the method of using a javascript entry to add an external mail resource to allow clicking on <code>mailto:</code> links to use the Google Apps version of gmail. Unfortunately, when I tried to repeat that method on my <a href="http://veino.com/blog/?p=741" title="Linux Mint Debian Edition (LMDE) on an Asus EeePC 1000HA">newly reloaded Netbook running Linux Mint LMDE</a> with the default Firefox 20, it didn&#8217;t work. I&#8217;d enter the javascript string in the browser URL bar but nothing happened this time. I wonder if it had something to do with copying the text from my prior blog post and it not containing a proper html entity for the ampersand (&#8216;&#038;&#8217;) character, but I found another way to fix it anyway that&#8217;s a little more geeky but actually easier to do, as there&#8217;s no <code>about:config</code> action required.</p>
<p>My solution was to track down where these options are set and then manually edit the mimetypes.rdf file in the user&#8217;s firefox profile folder with all instances of Firefox closed. Enabling the Google Apps selection required adding both a<br />
<code>NC:possibleApplication RDF:resource=</code> and a<br />
<code>RDF:Description RDF:about="urn:handler:web:</code><br />
entry. Once completed, the agent was selectable in the preference Applications setting and worked properly for me.</strong></p>
<p>Here&#8217;s the entries I made (NOTE: replace <strong>veino.com</strong> in the below with your own Google Apps domain):</p>
<p>Find<br />
<code>  &lt;RDF:Description RDF:about="urn:scheme:handler:mailto"</code><br />
and add above the other similar entries below there the following:<br />
<code>    &lt;NC:possibleApplication RDF:resource="urn:handler:web:https://mail.google.com/a/<strong>veino.com</strong>/mail/?extsrc=mailto&amp;url=%s"/></code></p>
<p>Find<code>  &lt;RDF:Description RDF:about="urn:handler:web:https://mail.google.com/mail/?extsrc=mailto&amp;url=%s"</code><br />
and add below that entry the following:<br />
 <code> &lt;RDF:Description RDF:about="urn:handler:web:https://mail.google.com/a/<strong>veino.com/</strong>mail/?extsrc=mailto&amp;url=%s"<br />
                   NC:prettyName="<strong>veino.com</strong> email thru Gmail"<br />
                   NC:uriTemplate="https://mail.google.com/a/<strong>veino.com</strong>/mail/?extsrc=mailto&amp;url=%s" /></code></p>
<p>Restart Firefox and change your application preferences for <code>mailto:</code> links to use the new agent and you&#8217;re all set.</p>
]]></content:encoded>
			<wfw:commentRss>http://veino.com/blog/?feed=rss2&#038;p=975</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Arch Linux and 1-Wire on a Seagate DockStar</title>
		<link>http://veino.com/blog/?p=944</link>
		<comments>http://veino.com/blog/?p=944#comments</comments>
		<pubDate>Tue, 30 Apr 2013 04:17:43 +0000</pubDate>
		<dc:creator>Don</dc:creator>
				<category><![CDATA[1-Wire]]></category>
		<category><![CDATA[Arch Linux ARM]]></category>
		<category><![CDATA[Computer]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[ALARM]]></category>
		<category><![CDATA[arch]]></category>
		<category><![CDATA[DigiTemp]]></category>
		<category><![CDATA[owfs]]></category>

		<guid isPermaLink="false">http://veino.com/blog/?p=944</guid>
		<description><![CDATA[Outline for now. This is currently improcess, but I&#8217;ve made much more progress than shown below &#8211; I now have all but the data logging/graphing set up and everything autostarts with new systemd service files. Yay! Reinstall latest Arch following &#8230; <a href="http://veino.com/blog/?p=944">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>Outline for now. This is currently improcess, but I&#8217;ve made much more progress than shown below &#8211; I now have all but the data logging/graphing set up and everything autostarts with new systemd service files. Yay!</p>
<p>Reinstall latest Arch following <a href="http://archlinuxarm.org/platforms/armv5/seagate-dockstar">instructions</a>.</p>
<p>Modifications to that installation process:</p>
<ul>
<li>Create the system partition as ext3 instead using <code>mke2fs -j /dev/sda1</code> and make sure the boot loader knows to use ext3:<code>fw_setenv usb_rootfstype ext3</code></li>
<li>Perform the fw_setenv mod for boot wait on usb drive (figured this out the last time, required so the usb drive will come ready before the DockStar tries to boot from it) <code>fw_setenv usb_rootdelay 10</code>. Otherwise the DockStar may boot into the PogoPlug OS instead.</li>
</ul>
<p>Change root password. Update hostname and locale per instruction at <a href="https://wiki.archlinux.org/index.php/Beginners%27_Guide">Arch Beginner&#8217;s Guide</a> (HW reboot required for hostname to take effect)</p>
<p>update system: <code>pacman -Syu</code></p>
<p>Install owfs, lighttpd, FastCGI and PHP: <code>pacman -S owfs lighttpd fcgi php php-cgi</code> (digitemp not available as a package yet, see AUR)</p>
<p><a href="https://wiki.archlinux.org/index.php/Lighttpd">Set up lighttpd</a> (including PHP and fcgi support, but DO NOT make the first set of mods shown right under the FastCGI heading, this is to enable Ruby on Rails but is incomplete and will bork the server start-up)</p>
<p>Set up passwordless login via key:</p>
<p>On your local machine, copy over your local public key to the new server using<br />
<code>user@localmachine ~ $ ssh-copy-id root@remotemachine<br />
root@remotemachine's password:<br />
Now try logging into the machine, with "ssh 'root@remotemachine'", and check in:</p>
<p>  ~/.ssh/authorized_keys</p>
<p>to make sure we haven't added extra keys that you weren't expecting.</code></p>
<p>Modify /etc/ssh/sshd_config to disable password authentication (without this, the passwordless authentication will work, but others could still try to log in with the root password):<br />
<code>PasswordAuthentication no<br />
ChallengeResponseAuthentication no</code></p>
<p>Future:</p>
<ul>
<li>Get owfs suite working and create the proper config and daemon files to have it autostart and keep running [DONE, details to be added here].</li>
<li>Create web page(s) to autodisplay the local 1-wire sensors data as well as interesting data from a chosen wunderground feed [DONE, using the json API for wunderground, details to be added here].</li>
<li>Automate the data collection and graphing for sensors. [PENDING]</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://veino.com/blog/?feed=rss2&#038;p=944</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Westford PCA Barn Dance 3/23/2013</title>
		<link>http://veino.com/blog/?p=938</link>
		<comments>http://veino.com/blog/?p=938#comments</comments>
		<pubDate>Sat, 23 Mar 2013 18:02:52 +0000</pubDate>
		<dc:creator>Don</dc:creator>
				<category><![CDATA[Contra]]></category>
		<category><![CDATA[Dance]]></category>

		<guid isPermaLink="false">http://veino.com/blog/?p=938</guid>
		<description><![CDATA[Tonight I&#8217;m calling a Barn Dance at the Westford, MA Parish Center for the Arts (PCA), working with the house band OH, CONTRAire! Despite being called a Barn Dance, I confirmed with the organizer that they are looking for/happy with &#8230; <a href="http://veino.com/blog/?p=938">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>Tonight I&#8217;m calling a <a href="http://westford.com/pca/?page_id=314">Barn Dance at the Westford, MA Parish Center for the Arts (PCA)</a>, working with the house band OH, CONTRAire!</p>
<p>Despite being called a Barn Dance, I confirmed with the organizer that they are looking for/happy with a straight contra dance program. I asked because that is pretty much the extent of my repertoire and wanted to be sure it will be a fit.</p>
<p>I have a nice program coming together and am looking forward to calling this dance very close to our home. See you tonight!</p>
]]></content:encoded>
			<wfw:commentRss>http://veino.com/blog/?feed=rss2&#038;p=938</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Concord Monday Contras 11/26/2012</title>
		<link>http://veino.com/blog/?p=931</link>
		<comments>http://veino.com/blog/?p=931#comments</comments>
		<pubDate>Sat, 23 Mar 2013 17:51:36 +0000</pubDate>
		<dc:creator>Don</dc:creator>
				<category><![CDATA[Contra]]></category>
		<category><![CDATA[Dance]]></category>

		<guid isPermaLink="false">http://veino.com/blog/?p=931</guid>
		<description><![CDATA[A great night at my home dance in Concord! I got to work with musicians I like this evening, including: David Kaynor (fiddle), Debby Knight (piano), Jack O&#8217;Connor (mandolin, banjo, percussion) &#038; Cal Howard (bass). My called program: Broken Transcription &#8230; <a href="http://veino.com/blog/?p=931">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>A great night at my home dance in Concord! I got to work with musicians I like this evening, including: David Kaynor (fiddle), Debby Knight (piano), Jack O&#8217;Connor (mandolin, banjo, percussion) &#038; Cal Howard (bass).</p>
<p>My called program:</p>
<ul>
<li><em>Broken Transcription</em> &#8211; Don Veino</li>
<li><em>Get Me Going</em> &#8211; Lisa Greenleaf</li>
<li><em>Another Flirty Attempt</em> &#8211; Marian Hepburn</li>
<li><em>Further and More</em> &#8211; Lisa Greenleaf</li>
<li><em>Amy&#8217;s Harmonium</em> &#8211; Cary Ravitz</li>
<li><em>The Raeden Reel</em> &#8211; Bob Isaacs<br />&#8211;Break&#8211;</li>
<li><em>All You Can Eat</em> &#8211; Ted Crane</li>
<li><em>Sweet Music</em> &#8211; Amy Kahn</li>
<li><em>Small Potatoes</em> &#8211; Jim Kitch</li>
<li><em>Nail That Catfish To The Tree</em> &#8211; Walter Davies [+Bob Dalsemer]</li>
<li><em>Winter in Summerland</em> &#8211; Jeff Spero</li>
<li><em>You&#8217;re Among Friends</em> &#8211; Bob Isaacs</li>
<li><em>Night Sail</em> &#8211; Rick Mohr</li>
</ul>
<p>There were no significant bobbles or issues with my calling this evening and I got great feedback including some suggestions for more improvement (and many straight compliments, always appreciated!). Got one request to call (prompt) less, but that individual was dancing in a line that wasn&#8217;t experiencing the challenges showing in another line which drove me to keep calling. Was able to record most of the evening to review for my own education, may post some excerpts to YouTube later. Looking forward to my next gig!</p>
]]></content:encoded>
			<wfw:commentRss>http://veino.com/blog/?feed=rss2&#038;p=931</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Gardner Contra Dance 11/24/2012</title>
		<link>http://veino.com/blog/?p=903</link>
		<comments>http://veino.com/blog/?p=903#comments</comments>
		<pubDate>Sat, 23 Mar 2013 17:29:40 +0000</pubDate>
		<dc:creator>Don</dc:creator>
				<category><![CDATA[Contra]]></category>

		<guid isPermaLink="false">http://veino.com/blog/?p=903</guid>
		<description><![CDATA[A fun dance! The crowd was filled with a large proportion of first time dancers, so I significantly revised my planned program below. As I did that on the fly and spent a lot of time down on the floor &#8230; <a href="http://veino.com/blog/?p=903">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>A fun dance! The crowd was filled with a large proportion of first time dancers, so I significantly revised my planned program below. As I did that on the fly and spent a lot of time down on the floor with the dancers, I didn&#8217;t end up capturing my &#8220;as called&#8221; program which I believe totaled 7 dances. Regardless, this was a fun test of my calling and band communication skills and an informative experience. And the snacks and people were great! Thanks for the opportunity and a great time, <a href="http://www.uusg.net/category/Spring_Contra_Dances/c52">Gardner</a> dancers!</p>
<p>Planned Program:</p>
<ul>
<li><em>Broken Transcription</em> &#8211; Don Veino</li>
<li><em>Get Me Going</em> &#8211; Lisa Greenleaf</li>
<li><em>Another Flirty Attempt</em> &#8211; Marian Hepburn</li>
<li><em>Further and More</em> &#8211; Lisa Greenleaf</li>
<li><em>Amy&#8217;s Harmonium</em> &#8211; Cary Ravitz</li>
<li><em>Night Sail</em> &#8211; Rick Mohr<br />&#8211;Break&#8211;</li>
<li><em>Sweet Music</em> &#8211; Amy Kahn</li>
<li><em>Winter in Summerland</em> &#8211; Jeff Spero</li>
<li><em>Nail That Catfish To The Tree</em> &#8211; Walter Davies [+Bob Dalsemer]</li>
<li><em>Small Potatoes</em> &#8211; Jim Kitch</li>
<li><em>All You Can Eat</em> &#8211; Ted Crane</li>
<li><em>You&#8217;re Among Friends</em> &#8211; Bob Isaacs</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://veino.com/blog/?feed=rss2&#038;p=903</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sweet Scent of Sage &#8211; Contra Dance</title>
		<link>http://veino.com/blog/?p=919</link>
		<comments>http://veino.com/blog/?p=919#comments</comments>
		<pubDate>Thu, 07 Mar 2013 15:14:59 +0000</pubDate>
		<dc:creator>Don</dc:creator>
				<category><![CDATA[Contra]]></category>
		<category><![CDATA[Dance]]></category>

		<guid isPermaLink="false">http://veino.com/blog/?p=919</guid>
		<description><![CDATA[I&#8217;ve been toying with a very partner-centric dance I&#8217;ve named for my wife Sage. Below is the original (successfully tried) and two new variations I hope to try out soon. The AFAIK unique A1 Mad Robin to A2 slide left &#8230; <a href="http://veino.com/blog/?p=919">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>I&#8217;ve been toying with a very partner-centric dance I&#8217;ve named for my wife<br />
Sage. Below is the original (successfully tried) and two new variations I<br />
hope to try out soon.</p>
<p>The AFAIK unique A1 Mad Robin to A2 slide left transition I originally had<br />
as a slide on the left diagonal to diagonal waves, but it proved nearly<br />
impossible to teach without a demo. The revised dance achieves effectively<br />
the same result with more familiar calls to make for a more conventional<br />
walk-thru. The variations try to further improve call familiarity by<br />
omitting the &#8220;hook&#8221;.</p>
<p>Thanks to Lynn Ackerson for pointing out there being a shadow in the wave.</p>
<p>Here&#8217;s the dance: <a href="http://veino.com/blog/wp-content/uploads/2013/03/SweetScentOfSage.pdf">Sweet Scent of Sage</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://veino.com/blog/?feed=rss2&#038;p=919</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows Freedom Round 2: HomeBank and JStock</title>
		<link>http://veino.com/blog/?p=911</link>
		<comments>http://veino.com/blog/?p=911#comments</comments>
		<pubDate>Sun, 20 Jan 2013 21:58:37 +0000</pubDate>
		<dc:creator>Don</dc:creator>
				<category><![CDATA[Computer]]></category>
		<category><![CDATA[Investing]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Banking]]></category>
		<category><![CDATA[HomeBank]]></category>
		<category><![CDATA[Investment tracking]]></category>
		<category><![CDATA[JStock]]></category>
		<category><![CDATA[Quicken]]></category>
		<category><![CDATA[Stock management]]></category>

		<guid isPermaLink="false">http://veino.com/blog/?p=911</guid>
		<description><![CDATA[This is just a stub of a future post regarding more progress in ditching MS Windows altogether. In a prior Windows-freedom post I covered my list of remaining programs that keeps me booting a virtual machine installation of Windows XP &#8230; <a href="http://veino.com/blog/?p=911">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>This is just a stub of a future post regarding more progress in ditching MS Windows altogether. In a <a href="http://veino.com/blog/?p=549" title="Another rung on the Windows-freedom ladder: gLabels">prior Windows-freedom post</a> I covered my list of remaining programs that keeps me booting a virtual machine installation of Windows XP in order to get things done.</p>
<p>That post included my list of remaining programs that I&#8217;d yet to find effective Linux alternatives for:</p>
<ul>
<li><strike>Quicken</strike></li>
<li>TurboTax/HR Block at Home</li>
<li>GoToWebinar</li>
</ul>
<p>Well now Quicken is crossed off the list as I&#8217;ve found <a href="http://homebank.free.fr/" title="HomeBank">HomeBank</a> (banking) and <a href="http://jstock.sourceforge.net/" title="JStock">JStock</a> (stock accounting, basis tracking). More info on using/configuring these will come later.</p>
]]></content:encoded>
			<wfw:commentRss>http://veino.com/blog/?feed=rss2&#038;p=911</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Silencing a Harbor Freight Item 93575 Safe</title>
		<link>http://veino.com/blog/?p=893</link>
		<comments>http://veino.com/blog/?p=893#comments</comments>
		<pubDate>Tue, 30 Oct 2012 00:14:34 +0000</pubDate>
		<dc:creator>Don</dc:creator>
				<category><![CDATA[Frugal Living]]></category>
		<category><![CDATA[Investing]]></category>
		<category><![CDATA[Fix]]></category>
		<category><![CDATA[hack]]></category>
		<category><![CDATA[harbor freight]]></category>
		<category><![CDATA[Safe]]></category>

		<guid isPermaLink="false">http://veino.com/blog/?p=893</guid>
		<description><![CDATA[Harbor Freight sells a pretty decent safe for secure storage of selected items in the home, their item number 93575. With the right discount coupon the cost was about $24, just a couple of dollars more than their smaller safe &#8230; <a href="http://veino.com/blog/?p=893">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>Harbor Freight sells a <a href="http://www.harborfreight.com/037-cubic-ft-electronic-digital-safe-93575.html" title="Link to their item page">pretty decent safe</a> for secure storage of selected items in the home, their item number 93575. With the right discount coupon the cost was about $24, just a couple of dollars more than their smaller safe but, IMO, of much better quality/construction.</p>
<p>I wanted to use this for a discreet situation where the safe&#8217;s <strong><em>very loud</em></strong> keypad beep would be a distinct disadvantage. Others had posted solutions on the product review pages that involved totally silencing the beep through squirting super glue into the speaker or de-soldering it from the board.</p>
<p>Mine is a simple solution with what I believe are two distinct advantages: ability to adjust the volume to retain some of the feedback capability, and reversibility &#8211; the ability to undo the change and return the safe to factory condition in case you&#8217;d need to return it for some reason.</p>
<p>What I did was to insert a small screw into the opening in the speaker housing, which I screwed down carefully and slowly until it reached the volume level I wanted. This worked great and has remained the same for several weeks now. See the following photos for how to do it.<br />
<a href="http://veino.com/blog/?attachment_id=895" rel="attachment wp-att-895"><img src="http://veino.com/blog/wp-content/uploads/2012/10/remove_cover-300x190.jpg" alt="" title="remove_cover" width="300" height="190" class="aligncenter size-medium wp-image-895" /></a><br />
<a href="http://veino.com/blog/?attachment_id=896" rel="attachment wp-att-896"><img src="http://veino.com/blog/wp-content/uploads/2012/10/fix_speaker-252x300.jpg" alt="" title="fix_speaker" width="252" height="300" class="aligncenter size-medium wp-image-896" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://veino.com/blog/?feed=rss2&#038;p=893</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Concord Monday Contras 9/3/2012</title>
		<link>http://veino.com/blog/?p=862</link>
		<comments>http://veino.com/blog/?p=862#comments</comments>
		<pubDate>Thu, 04 Oct 2012 04:08:18 +0000</pubDate>
		<dc:creator>Don</dc:creator>
				<category><![CDATA[Contra]]></category>
		<category><![CDATA[Dance]]></category>
		<category><![CDATA[Concord Scout House]]></category>
		<category><![CDATA[contra]]></category>

		<guid isPermaLink="false">http://veino.com/blog/?p=862</guid>
		<description><![CDATA[This post is one of a series documenting my hobby of calling (leading) Contra dancing, building off of my original post on this topic. This dance evening marked my first &#8220;full evening&#8221; calling debut at the famous Concord, MA Scout &#8230; <a href="http://veino.com/blog/?p=862">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>This post is one of a series documenting my hobby of calling (leading) Contra dancing, building off of <a href="http://veino.com/blog/?p=425" title="Contra Dance Calling Log" target="_blank">my original post on this topic</a>.</p>
<p>This dance evening marked my first &#8220;full evening&#8221; calling debut at the famous Concord, MA <a href="http://concordscouthouse.org" title="The Scout House Website" target="_blank">Scout House</a>. I was excited to have the opportunity to call at this venue and to work with the excellent musicians playing: Mia Friedman (fiddle), Ariel Friedman (cello), Bethany Waickman (guitar), Jack O&#8217;Connor (mandolin, banjo, percussion).</p>
<p>My dance program as called for the evening consisted of:</p>
<ul>
<li><em>Broken Transcription</em> &#8211; Don Veino</li>
<li><em>Get Me Going</em> &#8211; Lisa Greenleaf</li>
<li><em>Butter</em> &#8211; Gene Hubert</li>
<li><em>Coconut Cream Pie</em> &#8211; Lynn Ackerson</li>
<li><em>Further and More</em> &#8211; Lisa Greenleaf</li>
<li><em>Winter in Summerland</em> &#8211; Jeff Spero</li>
<li><em>Amy&#8217;s Harmonium</em> &#8211; Cary Ravitz</li>
<li><em>Sweet Scent of Sage</em> &#8211; Don Veino<br />&#8211;Break&#8211;</li>
<li><em>Sweet Music</em> &#8211; Amy Kahn</li>
<li><em>Special Delivery</em> &#8211; Nell Wright</li>
<li><em>All You Can Eat</em> &#8211; Ted Crane</li>
<li><em>The Baby Rose</em> &#8211; David Kaynor</li>
</ul>
<p>I had deliberately planned to start the evening with easy material that still presented fun dancing. The first five dances went very well &#8211; quick teaching and smooth dancing to wonderful music. <em>Coconut Cream Pie</em> (by a caller friend in California) was my first time calling a Four-Facing-Four dance and it went off well. BTW, I highly recommend this dance as it is very robust and works even if partner roles get mixed up.</p>
<p>My sixth dance selection, <em>Winter in Summerland</em>, is a great Becket dance which I&#8217;d mistakenly noted as having previously called successfully (so had not diagrammed it for this gig). My card had a (minor, positions swapped) error in it found during the walk-through. Believing my notes, I was convinced I&#8217;d made a walk-thru error and tried it again and became flustered enough by that to not spot the fix in the moment. Luckily, I had thought through this possibility and had selected several recovery dances. So I pulled out a Becket recovery dance, <em>Amy&#8217;s Harmonium</em>, and that went smoothly &#8211; albeit after time wasted for a second dance&#8217;s walk-through.</p>
<p>My final dance of the first half, <em>Sweet Scent of Sage</em>, was my new composition honoring my wife &#8211; who was in the crowd with my daughter. This was its first public performance. I had worked out carefully how to teach it. However, I probably should not have tried calling it for this evening &#8211; the dance has an unusual transition from a Mad Robin move, and another move I&#8217;d planned to use <em>Winter in Summerland</em> to teach previously. As a result, my teaching took longer than expected and again I got a bit flustered and forgot that I could/should have got down to the floor to do a demo the first time through. I did get onto the floor to straighten out some misalignment during the second walk-through, but it was still feeling a little rough and we were late moving to the break. So I made a decision to drop the dance and move on to the waltz. Well the crowd wouldn&#8217;t have it &#8211; they wanted to do it! So we did, and several folks later told me how much they&#8217;d enjoyed dancing this partner-centric dance. Among my takeaways, I now have a standing reminder on my card holder: &#8220;Will a demo teach better?&#8221;.</p>
<p>The first dance of the second half went well. The second dance, <em>Special Delivery</em>, is one I&#8217;ve called several times before without issue. The dance has two diagonal moves with a shadow which proved to disorient two couples in one of the lines this evening. I got down to the floor to try to help them get back on track. However, another couple (experienced dancers both) apparently got frustrated when they encountered this and just walked off the floor. This further complicated the situation such that there was nothing I could do to fix it but end that dance a bit short.</p>
<p>The balance of the evening went smoothly &#8211; two sure-fire dances which always please dancers.</p>
<p>I&#8217;d requested dancer feedback comments and put out a notebook for anonymous input. I received several helpful inputs that way and via face to face chats. Also heard that folks appreciated my programming different/unusual dances. Some wonderful learning that I&#8217;ll do my best to apply going forward. Thanks to those that made the effort to share their thoughts with me!</p>
]]></content:encoded>
			<wfw:commentRss>http://veino.com/blog/?feed=rss2&#038;p=862</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Clearing out the Cruft with Linux Tools and Best Practices</title>
		<link>http://veino.com/blog/?p=807</link>
		<comments>http://veino.com/blog/?p=807#comments</comments>
		<pubDate>Sat, 07 Jul 2012 20:54:03 +0000</pubDate>
		<dc:creator>Don</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://veino.com/blog/?p=807</guid>
		<description><![CDATA[As covered in an earlier post, I&#8217;ve got some serious work under way to sync and backup my computer files across several computing platforms and devices. I&#8217;m reinstalling some machines as part of that work. At that time, I&#8217;m cleaning &#8230; <a href="http://veino.com/blog/?p=807">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>As covered in an <a href="http://veino.com/blog/?p=792" title="Password and Files Encryption/Sync/Backup: Gettin ‘er Done!">earlier post</a>, I&#8217;ve got some serious work under way to sync and backup my computer files across several computing platforms and devices. I&#8217;m reinstalling some machines as part of that work. At that time, I&#8217;m cleaning out a bunch of accumulated cruft in the form of duplicate files and folders &#8211; plus old OS and application configuration data &#8211; some of which has been carried over from as far back as my Windows 98 and SunOS 4 days!</p>
<p>So here&#8217;s my acquired wisdom on how to get this done under Linux.</p>
<ul>
<li><strong>Delete or archive off all dot (.) files.</strong> UNIX/Linux type operating systems store configuration and option information in hidden &#8220;dot&#8221; files in the user home directory. When moving to a new version of the OS, it is best to start with fresh dot files in most instances (prior files may confuse newer versions of programs, etc.) &#8211; there are just a few which are desirable to copy back (like your ssh keys and .mozilla (Firefox/Thunderbird) configurations). If you uninstall programs, the associated dot files may be left behind, taking up space. So delete or archive these files off and copy back only what you need after the new installation is done.</li>
<li><strong>Eliminate Duplicates</strong>. Over time, I did things like copy over from one machine to another a copy of an important directory, or upload the content of our camera&#8217;s memory card. This often results in duplicate files and folders. The best way to fix this is not to do it (which is what will be fixed with my sync/backup solution) but it can happen nonetheless. There are two good tools I&#8217;ve found to help clean this up.
<ul>
<li><strong>FSlint</strong>: Among the capabilities of this tool is a duplicate files finder. It doesn&#8217;t just check for duplicate file names but does more comprehensive comparisons so that it will catch the same file under different names (even extensions!) and eliminate false positive matches using checksumming, etc. You can then delete off duplicate files, if desired, or replace them with hard links to a single copy to save space.</li>
<li><strong>Meld</strong>: This tool includes a directory comparison capability, for up to three directories at once. It will tell you where the files in the directories are the same, where files exist in only some of them and/or if the file attributes match (eg: permissions, modification date or size). The tool allows for merging/moving files to consolidate down to a single &#8220;master&#8221; copy. Way better than trying to do the same through command line or file manager tools. Highly recommended!</li>
</ul>
</ul>
<p>Will add more later on ways to:<br />
Slim down applications data.<br />
Eliminate unused languages/localizations.<br />
Clean out cached information.</p>
]]></content:encoded>
			<wfw:commentRss>http://veino.com/blog/?feed=rss2&#038;p=807</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
