<?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/"
	
	xmlns:georss="http://www.georss.org/georss"
	xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#"
	>

<channel>
	<title>Uncategorized &#8211; Russ And Becky Blog</title>
	<atom:link href="https://russandbecky.org/blog/category/uncategorized/feed/" rel="self" type="application/rss+xml" />
	<link>https://russandbecky.org/blog</link>
	<description>friends, photography and woodworking</description>
	<lastBuildDate>Tue, 08 May 2018 21:14:18 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.3</generator>
<site xmlns="com-wordpress:feed-additions:1">50314094</site>	<item>
		<title>Upgrading to Xubuntu 18.04</title>
		<link>https://russandbecky.org/blog/2018/05/08/upgrading-to-xubuntu-18-04/</link>
		
		<dc:creator><![CDATA[Russ]]></dc:creator>
		<pubDate>Tue, 08 May 2018 20:56:59 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">http://russandbecky.org/blog/?p=542</guid>

					<description><![CDATA[At first it was painless. Then, yuck. Then everything happy again. Tips: I removed all extra (NTFS) drives prior to installing. Otherwise the installer would sit around trying to re-size the partitions on the NTFS drive(s). Slack 3.1.1 is not compatible with Ubuntu 18.04, as of 2018-05-08. The workaround is to install with snap:​ sudo [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>At first it was painless. Then, yuck. Then everything happy again.</p>
<p>Tips:</p>
<ul>
<li>I removed all extra (NTFS) drives prior to installing. Otherwise the installer would sit around trying to re-size the partitions on the NTFS drive(s).</li>
<li>Slack 3.1.1 is not compatible with Ubuntu 18.04, as of 2018-05-08. The workaround is to install with snap:​ <code>sudo snap install slack --classic<code></code></code></li>
<li>I like gmusicbrowser, and not parole. To get it to show up in the sound menu, I used <code>xfce4-settings-editor</code>. Find channel &#8216;xfce4-panel&#8217;, and then the plugin for &#8216;pulseaudio&#8217;, then edit the &#8216;mpris-players&#8217; string to the name of your preferred player.</li>
<li>I use a bunch of ethernet aliases (ie a bunch of IP addresses on the same interface). In 16.04, you could do this through <code>/etc/network/interfaces</code>, but in 18.04, you have to do it via <code>/etc/netplan/</code>. At first, I tried to do it with vlans, but that does not allow traffic to flow without communicating with a switch/router. So, basically useless for my purposes (testing and debugging devices with various subnets). My default install came with <code>/etc/netplan/01-network-manager-all.yml</code>. I didn&#8217;t have much luck creating a different file name. So I just modified the existing file:<br />
network:</p>
<pre>version: 2
  renderer: NetworkManager
  ethernets:
    eth0:
     dhcp4: no
     dhcp6: no
     addresses: [192.168.1.10/24, 192.168.44.6/24, 192.168.2.10/24, 192.168.221.143/24, 192.168.160.6/24]
    eth1:
     dhcp4: no
     dhcp6: no
     addresses: [10.7.56.252/26]
     gateway4: 10.8.246.193
     nameservers:
       addresses: [8.8.8.8, 8.8.4.4, 10.7.132.21, 10.1.184.22]</pre>
</li>
<li>I&#8217;m not up todate with the times. I&#8217;m a bit of a luddite. Whatever. I use openssl to encrypt files, and I have a plugin script for vim that automatically prompts for passwords and does the encrypt/decrypt on write/read actions. However, Ubuntu 16.04 uses openssl 1.0.2 and ubuntu 18.04 uses openssl 1.1.0. They are not compatible. Uggh. However 18.04 has a package <code>openssl1.0</code>.<br />
So, my workaround looks like:</p>
<ul>
<li style="list-style-type: none">
<ul>
<li><code>sudo apt install openssl1.0</code></li>
<li><code>sudo ln -s /usr/lib/ssl1.0/openssl /usr/bin/openssl1</code></li>
</ul>
</li>
</ul>
<p>&nbsp;</p>
<ul>
<li>Modify my vim script to check for <code>openssl1</code> in the path, and use it if available</li>
</ul>
</li>
</ul>
<p>The crux of the openssl difference seems to be in how the key and IV are created from a password. If I use the same Key and IV arguments in both versions, I get compatible/identical results.</p>
<p>I&#8217;m sure that the openssl workaround is going to bite me soon. Probably once I upgrade macports at home, to coincide with my recent update to Mac OS High Sierra.</p>
<p>Those are the things that I&#8217;ve gotten to so far. I haven&#8217;t gotten around to any of the wine stuff or installing Xilinx tools, etc.</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">542</post-id>	</item>
		<item>
		<title>Creating Google Earth Fly-over Movie: Part 2</title>
		<link>https://russandbecky.org/blog/2017/06/10/creating-google-earth-fly-over-movie-part-2/</link>
		
		<dc:creator><![CDATA[Russ]]></dc:creator>
		<pubDate>Sat, 10 Jun 2017 21:56:39 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">http://russandbecky.org/blog/?p=524</guid>

					<description><![CDATA[Ok, so in the previous post, I went through the steps to manually create a Google Earth fly through of a GPX file. Since then, I&#8217;ve made it a little easier on myself, by creating a script to do some of the cleanup for you. Basically, the script creates a copy of the GPX path, and [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>Ok, so in the <a href="http://russandbecky.org/blog/2017/06/10/creating-google-earth-fly-over-movie/">previous post</a>, I went through the steps to manually create a Google Earth fly through of a GPX file.</p>
<p>Since then, I&#8217;ve made it a little easier on myself, by creating a <a href="https://github.com/rbb/scripts/blob/master/kmldecimate.py">script</a> to do some of the cleanup for you. Basically, the script creates a copy of the GPX path, and cuts out every Nth waypoint. It then re-times it, and creates a set of tracks. You&#8217;ll may have to play with the decimation value (N), and the the re-timing setting.</p>
<p>Run the script with something like this:<br />
<code>gpsbabel -i gpx -f trip.gpx -o kml -F trip.kml<br />
python ~/scripts/kmldecimate.py -i trip.kml -o - -d 25 --folder Points</code></p>
<p>In the above example, you&#8217;ll end up with <code>trip_dec.kml</code>.</p>
<p>Once you&#8217;ve run the script, to create a KML, open it in Google Earth. If the decimated tracks don&#8217;t work too well for your flyover (Tour), then play with the folder of decimated ( &#8220;*_dec&#8221; ) waypoints, and as in the previous post, &#8220;copy as tracks&#8221; and create a new Tour. Repeat until satisfied, then export with the &#8220;Movie Maker&#8221; option.</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">524</post-id>	</item>
		<item>
		<title>Stout Month</title>
		<link>https://russandbecky.org/blog/2015/02/01/stout-month/</link>
		
		<dc:creator><![CDATA[Russ]]></dc:creator>
		<pubDate>Sun, 01 Feb 2015 22:17:19 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">http://russandbecky.org/blog/?p=461</guid>

					<description><![CDATA[At the Southern Sun]]></description>
										<content:encoded><![CDATA[<p><a href="http://russandbecky.org/blog/wp-content/uploads/2015/02/wpid-20150201_151552.jpg"><img decoding="async" title="20150201_151552.jpg" class="alignnone size-full" alt="image" src="http://russandbecky.org/blog/wp-content/uploads/2015/02/wpid-20150201_151552.jpg" /></a></p>
<p>At the Southern Sun</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">461</post-id>	</item>
		<item>
		<title>Saw Sharpening</title>
		<link>https://russandbecky.org/blog/2014/12/19/saw-sharpening/</link>
		
		<dc:creator><![CDATA[Russ]]></dc:creator>
		<pubDate>Fri, 19 Dec 2014 23:01:39 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">http://russandbecky.org/blog/?p=458</guid>

					<description><![CDATA[First attempt at saw sharpening. Went from doesn&#8217;t cut at all to mostly working. Used a needle-nose plier to set the teeth, instead of the proper tool (no lo tengo) but it worked. Lesson (re)learned: a little wax goes a long way towards reducing friction. I was surprised how straight it cut. Ripped a 3/4&#8243; [&#8230;]]]></description>
										<content:encoded><![CDATA[<p><a href="http://russandbecky.org/blog/wp-content/uploads/2014/12/wpid-20141219_155422_hdr.jpg"><img decoding="async" title="20141219_155422_HDR.jpg" class="alignnone size-full" alt="image" src="http://russandbecky.org/blog/wp-content/uploads/2014/12/wpid-20141219_155422_hdr.jpg" /></a></p>
<p>First attempt at saw sharpening. Went from doesn&#8217;t cut at all to mostly working. Used a needle-nose plier to set the teeth, instead of the proper tool (no lo tengo) but it worked.</p>
<p>Lesson (re)learned: a little wax goes a long way towards reducing friction.</p>
<p>I was surprised how straight it cut. Ripped a 3/4&#8243; piece in half (the skinny way) and came pretty close to my line.</p>
<p>But until I get the saws running a little better, this task will continue to be difficult.</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">458</post-id>	</item>
		<item>
		<title>Awesome Soup Night</title>
		<link>https://russandbecky.org/blog/2014/11/21/awesome-soup-night/</link>
		
		<dc:creator><![CDATA[Russ]]></dc:creator>
		<pubDate>Fri, 21 Nov 2014 07:51:00 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">http://russandbecky.org/blog/?p=452</guid>

					<description><![CDATA[Thanks for coming everyone. Awesome soup night!&#160; Thanks to the early birds, night hawks and gift elves!&#160; Some spoontastic artifacts and cloth treasure were left with much thought. Someone forgot a wood trivet (or maybe just didn&#8217;t need one, in which case one is up for grabs). Some hard spirits were offered.&#160; Again thanks all. [&#8230;]]]></description>
										<content:encoded><![CDATA[<p><a href="http://russandbecky.org/blog/wp-content/uploads/2014/11/wpid-20141121_004219_hdr.jpg"><img decoding="async" title="20141121_004219_HDR.jpg" class="alignnone size-full" alt="image" src="http://russandbecky.org/blog/wp-content/uploads/2014/11/wpid-20141121_004219_hdr.jpg" /></a></p>
<p>Thanks for coming everyone. Awesome soup night!&nbsp; Thanks to the early birds, night hawks and gift elves!&nbsp; Some spoontastic artifacts and cloth treasure were left with much thought. Someone forgot a wood trivet (or maybe just didn&#8217;t need one, in which case one is up for grabs). Some hard spirits were offered.&nbsp;</p>
<p>Again thanks all. Nothing like ending a night amongst good friends.</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">452</post-id>	</item>
		<item>
		<title>Heavy snow</title>
		<link>https://russandbecky.org/blog/2014/11/17/heavy-snow/</link>
		
		<dc:creator><![CDATA[Russ]]></dc:creator>
		<pubDate>Mon, 17 Nov 2014 01:06:45 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">http://russandbecky.org/blog/?p=449</guid>

					<description><![CDATA[Saturday afternoon at Keystone. I only skied for about an hour, but there was almost 4&#8243; on the car when I returned.]]></description>
										<content:encoded><![CDATA[<p><a href="http://russandbecky.org/blog/wp-content/uploads/2014/11/wpid-20141115_145205.jpg"><img decoding="async" title="20141115_145205.jpg" class="alignnone size-full" alt="image" src="http://russandbecky.org/blog/wp-content/uploads/2014/11/wpid-20141115_145205.jpg" /></a></p>
<p>Saturday afternoon at Keystone. I only skied for about an hour, but there was almost 4&#8243; on the car when I returned.</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">449</post-id>	</item>
		<item>
		<title>Nice Fall Day In Dillon</title>
		<link>https://russandbecky.org/blog/2014/10/11/nice-fall-day-in-dillon/</link>
		
		<dc:creator><![CDATA[Russ]]></dc:creator>
		<pubDate>Sat, 11 Oct 2014 16:58:30 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">http://russandbecky.org/blog/?p=442</guid>

					<description><![CDATA[]]></description>
										<content:encoded><![CDATA[<p><a href="http://russandbecky.org/blog/wp-content/uploads/2014/10/wpid-20141011_105436.jpg"><img decoding="async" title="20141011_105436.jpg" class="alignnone size-full" alt="image" src="http://russandbecky.org/blog/wp-content/uploads/2014/10/wpid-20141011_105436.jpg" /></a></p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">442</post-id>	</item>
		<item>
		<title>Massive, Bierstadt</title>
		<link>https://russandbecky.org/blog/2014/09/01/massive-bierstadt/</link>
		
		<dc:creator><![CDATA[Russ]]></dc:creator>
		<pubDate>Mon, 01 Sep 2014 04:26:28 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">http://russandbecky.org/blog/?p=436</guid>

					<description><![CDATA[I didn&#8217;t make it up Mt Massive last weekend. I just wasn&#8217;t &#8220;feelin&#8217; it&#8221;, and it was much colder and windier than I expected. This weekend&#8217;s sneak up Mt Bierstadt (because I&#8217;m waaaay too slow to attack a mountain) was successful, but also cold and windy. Winter is on it&#8217;s way if the mountains are [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>I didn&#8217;t make it up Mt Massive last weekend. I just wasn&#8217;t &#8220;feelin&#8217; it&#8221;, and it was much colder and windier than I expected.</p>
<p>This weekend&#8217;s sneak up Mt Bierstadt (because I&#8217;m waaaay too slow to attack a mountain) was successful, but also cold and windy. Winter is on it&#8217;s way if the mountains are to be believed.</p>
<p>Pictures of both in the <a href="http://www.russandbecky.org/zenphoto/2014/Hikes/">2014 hikes album</a>.</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">436</post-id>	</item>
		<item>
		<title>10 Books</title>
		<link>https://russandbecky.org/blog/2014/08/30/10-books/</link>
		
		<dc:creator><![CDATA[Russ]]></dc:creator>
		<pubDate>Sat, 30 Aug 2014 17:39:44 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">http://russandbecky.org/blog/?p=431</guid>

					<description><![CDATA[Robert Howard asked for my 10 most memorable books. Here are the ones I remember the best: Stranger in a Strange Land, Robert A. Heinlein, although I think Starship Troopers was my first Heinlein, and is also good (especially since it was written as juvy fiction). But Stranger is in its own class. The Sparrow, Mary [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>Robert Howard asked for my 10 most memorable books. Here are the ones I remember the best:</p>
<ol>
<li><a href="http://www.goodreads.com/book/show/350.Stranger_in_a_Strange_Land">Stranger in a Strange Land</a>, Robert A. Heinlein, although I think <a href="http://www.goodreads.com/book/show/17214.Starship_Troopers">Starship Troopers</a> was my first Heinlein, and is also good (especially since it was written as juvy fiction). But Stranger is in its own class.</p>
</li>
<li>
<p><a href="http://www.goodreads.com/book/show/334176.The_Sparrow">The Sparrow</a>, Mary Doria Russell. Again, this book, for me at least, is in a class by itself. <a href="http://www.goodreads.com/book/show/16948.Children_of_God">Children of God</a> (sequel) was also good.</p>
</li>
<li>
<p><a href="http://www.goodreads.com/book/show/22636723-the-four-pillars-of-investing">The Four Pillars of investing</a>, William J  Bernstein. <a href="http://www.goodreads.com/book/show/900892.A_Random_Walk_Down_Wall_Street">A Random Walk Down Wall Street</a>, by Burton G. Malkiel covers the same material, and is the classic reference for this stuff, but I found Bernstein much less dry.</p>
</li>
<li>
<p>So much less dry, that I also read Bernstein&#8217;s <a href="http://www.goodreads.com/book/show/94560.The_Birth_of_Plenty">Birth of Plenty</a>, which I thoroughly enjoyed, and really made me think about economic/political trends a bit.</p>
</li>
<li>
<p><a href="http://www.goodreads.com/book/show/830.Snow_Crash">Snow Crash</a>, Neil Stephenson. This is one of the first Sci-Fi authors that took it for granted that the reader was already familiar with computers, and general Sci-Fi concepts, which was refreshing. I&#8217;ve like a lot of his other stuff. This is just the first one that I read.</p>
</li>
<li>
<p><a href="http://www.goodreads.com/book/show/9566.Still_Life_with_Woodpecker">Still Life with Woodpecker</a>, Tom Robbins. For which, I think you need to also be listening to Maryn Cadell&#8217;s <a href="http://www.meryncadell.com">Angel Food For Thought</a>, the whole time.</p>
</li>
<li>
<p><a href="http://www.goodreads.com/book/show/7840063-the-many-colored-land">The Many Colored Land</a>, Julian May. I think I read the entire 10+ book series. One of the very few that I&#8217;ve done that with &#8211; Usually can&#8217;t get past book 3 or so in many series.</p>
</li>
<li>
<p><a href="http://www.goodreads.com/book/show/185253.The_Magic_of_Recluce">The Magic of Recluse</a>, L.E. Modesitt Jr. I really liked the philosophical ying/yang thing going on in the magic system.</p>
</li>
<li>
<p><a href="http://www.goodreads.com/book/show/76658.On_a_Pale_Horse">On a Pale Horse</a>, Piers Anthony. Although <a href="http://www.goodreads.com/book/show/76664.A_Spell_for_Chameleon">A Spell for Chameleon</a> is what got me started on Mr Anthony, and his many other series.</p>
</li>
<li>
<p><a href="http://www.goodreads.com/book/show/135479.Cat_s_Cradle">Cat&#8217;s Cradle</a>, Kurt Vonnegut</p>
</li>
</ol>
<p><strong>Honerable Mention</strong></p>
<p><a href="http://www.goodreads.com/book/show/127586.The_White_Dragon">The White Dragon</a>, Anne McCaffrey. Even though this is the 3rd book in the series, it was the first one that I read, and this is the first series that I can remember where I read most of them.</p>
<p><a href="http://www.goodreads.com/book/show/179033.The_Chronicles_of_Thomas_Covenant_the_Unbeliever">Chronicles of Thomas Covenant the Unbeliever</a>, Stephen R. Donaldson. Pretty dense reading for a piece of fiction.</p>
<p><a href="http://www.goodreads.com/book/show/234225.Dune">Dune</a>, Frank Herbert. I think this might have been the book that really got me started on science fiction. As a kid, I found a hard copy of it lying on the sidewalk one day. I think it took a couple of years before I got around to reading it.</p>
<p><a href="http://www.goodreads.com/book/show/77711.A_Fire_Upon_the_Deep">A Fire Upon The Deep</a>, and <a href="http://www.goodreads.com/book/show/167847.Marooned_in_Realtime">Marooned in Realtime</a>, Vernor Vinge. Two very different series.  Marooned is kinda neat in that it is really a detective/mystery story in a sci-fi setting. Fire, I just liked.</p>
<p><a href="http://www.goodreads.com/book/show/6470498-the-god-engines">The God Engines</a>, John Scalzi. I got this recently as part of a <a href="https://www.humblebundle.com/books">humble (book) bundle</a>.</p>
<p>And may I say, that at this point the recommendations on Good Reads is turning into a giant time suck.</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">431</post-id>	</item>
		<item>
		<title>Lyons</title>
		<link>https://russandbecky.org/blog/2014/08/17/lyons/</link>
		
		<dc:creator><![CDATA[Russ]]></dc:creator>
		<pubDate>Sun, 17 Aug 2014 17:12:51 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">http://russandbecky.org/blog/?p=425</guid>

					<description><![CDATA[On the way back from Chasm View Lake this morning, I saw this sign: I don&#8217;t know if they didn&#8217;t buy flood insurance,&#160; or if they did and Allstate didn&#8217;t make them whole. Either way, unfortunate.]]></description>
										<content:encoded><![CDATA[<p>On the way back from Chasm View Lake this morning, I saw this sign:</p>
<p><a href="http://russandbecky.org/blog/wp-content/uploads/2014/08/wpid-20140817_095330.jpg"><img decoding="async" title="20140817_095330.jpg" class="alignnone size-full" alt="image" src="http://russandbecky.org/blog/wp-content/uploads/2014/08/wpid-20140817_095330.jpg" /></a></p>
<p>I don&#8217;t know if they didn&#8217;t buy flood insurance,&nbsp; or if they did and Allstate didn&#8217;t make them whole. Either way, unfortunate.</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">425</post-id>	</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/

Object Caching 0/166 objects using Disk
Page Caching using Disk: Enhanced 
Minified using Disk
Database Caching using Disk (Request-wide modification query)

Served from: russandbecky.org @ 2025-10-27 15:33:01 by W3 Total Cache
-->