<?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#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Hi. I&#039;m Hilary Mason.</title>
	<atom:link href="https://hilarymason.com/feed/" rel="self" type="application/rss+xml" />
	<link>https://hilarymason.com</link>
	<description></description>
	<lastBuildDate>Sat, 06 May 2017 01:52:35 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<site xmlns="com-wordpress:feed-additions:1">121899760</site><cloud domain='hilarymason.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>https://s0.wp.com/i/buttonw-com.png</url>
		<title>Hi. I&#039;m Hilary Mason.</title>
		<link>https://hilarymason.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="https://hilarymason.com/osd.xml" title="Hi. I&#039;m Hilary Mason." />
	<atom:link rel='hub' href='https://hilarymason.com/?pushpress=hub'/>
	<item>
		<title>Bad Idea Fridays: Bring Your Own Entropy</title>
		<link>https://hilarymason.com/2017/05/05/bad-idea-fridays-bring-your-own-entropy/</link>
		
		<dc:creator><![CDATA[hmason]]></dc:creator>
		<pubDate>Sat, 06 May 2017 01:47:27 +0000</pubDate>
				<category><![CDATA[Bad Ideas]]></category>
		<guid isPermaLink="false">http://hilarymason.com/?p=206</guid>

					<description><![CDATA[I travel quite a lot, and I&#8217;ve developed the habit of always texting myself my hotel room number so I don&#8217;t forget it (unfortunately, I really do stay in that many hotels). I recently looked at my texts to myself and realized it seems like a reasonable set of random numbers. Hello, hotel-based entropy*! What &#8230; <a href="https://hilarymason.com/2017/05/05/bad-idea-fridays-bring-your-own-entropy/" class="more-link">Continue reading <span class="screen-reader-text">Bad Idea Fridays: Bring Your Own Entropy</span></a>]]></description>
										<content:encoded><![CDATA[<p>I travel quite a lot, and I&#8217;ve developed the habit of always texting myself my hotel room number so I don&#8217;t forget it (unfortunately, I really do stay in that many hotels).<br />
<img data-attachment-id="210" data-permalink="https://hilarymason.com/2017/05/05/bad-idea-fridays-bring-your-own-entropy/screenshot_20170505-211229/" data-orig-file="https://hilarymason.com/wp-content/uploads/2017/05/screenshot_20170505-211229.png" data-orig-size="1080,1920" data-comments-opened="0" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="Screenshot_20170505-211229" data-image-description="" data-image-caption="" data-medium-file="https://hilarymason.com/wp-content/uploads/2017/05/screenshot_20170505-211229.png?w=169" data-large-file="https://hilarymason.com/wp-content/uploads/2017/05/screenshot_20170505-211229.png?w=576" class="  wp-image-210 alignleft" src="https://hilarymason.com/wp-content/uploads/2017/05/screenshot_20170505-211229.png?w=319&#038;h=567" alt="Screenshot_20170505-211229" width="319" height="567" srcset="https://hilarymason.com/wp-content/uploads/2017/05/screenshot_20170505-211229.png?w=319&amp;h=567 319w, https://hilarymason.com/wp-content/uploads/2017/05/screenshot_20170505-211229.png?w=638&amp;h=1134 638w, https://hilarymason.com/wp-content/uploads/2017/05/screenshot_20170505-211229.png?w=84&amp;h=150 84w, https://hilarymason.com/wp-content/uploads/2017/05/screenshot_20170505-211229.png?w=169&amp;h=300 169w, https://hilarymason.com/wp-content/uploads/2017/05/screenshot_20170505-211229.png?w=576&amp;h=1024 576w" sizes="(max-width: 319px) 100vw, 319px" /></p>
<p>I recently looked at my texts to myself and realized it seems like a reasonable set of random numbers. Hello, hotel-based entropy*!</p>
<p>What can you do with a very very very slow random number generator? You could spend a lifetime generating enough random digits to encrypt a document (you can seed a pseudorandom number generator, of course, but what&#8217;s the fun in that?).</p>
<p>* Okay, this is a <em>really bad idea</em>. For one thing, I only have seven numbers right now, and that&#8217;s not even enough to run against any of the <a href="http://www.phy.duke.edu/~rgb/General/dieharder.php">dieharder tests</a>. For another, they aren&#8217;t at all random, as there&#8217;s a bias in the number of floors and number of rooms in various hotels. Also, 5160 was in Vegas, and so even though I was told to go to the &#8220;51st floor&#8221; when I got off the elevator and looked out the window I was on the third floor. Vegas is weird. If you do actually want some real random numbers, check out the <a href="https://github.com/hmason/randomness_beacon">NIST Randomness Beacon</a>. Not my hotel rooms.</p>
<p>** Okay, here are the actual numbers:</p>
<p><code>11085<br />
12321<br />
707<br />
613<br />
5160<br />
504<br />
pack glasses<br />
1534</code></p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">206</post-id>
		<media:content url="https://2.gravatar.com/avatar/85002371bcb489bd126ba4f5a3a347d18963138e6c76ffdebcea114a04d6283e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">hmason</media:title>
		</media:content>

		<media:content url="https://hilarymason.com/wp-content/uploads/2017/05/screenshot_20170505-211229.png" medium="image">
			<media:title type="html">Screenshot_20170505-211229</media:title>
		</media:content>
	</item>
		<item>
		<title>Bad Idea Fridays: An App for Talking to Myself</title>
		<link>https://hilarymason.com/2017/02/17/bad-idea-fridays-an-app-for-talking-to-myself/</link>
		
		<dc:creator><![CDATA[hmason]]></dc:creator>
		<pubDate>Fri, 17 Feb 2017 19:44:39 +0000</pubDate>
				<category><![CDATA[Bad Ideas]]></category>
		<guid isPermaLink="false">http://hilarymason.com/?p=115</guid>

					<description><![CDATA[DeepMind&#8217;s WaveNet: A Generative Model for Raw Audio paper was one of the most interesting papers last year. It describes a new approach that dramatically increases the accuracy of generating audio, including individual voices. Read more here. So what are people going to do with this? It&#8217;s easy to imagine high-quality voice output from Amazon Echo or Siri, or &#8230; <a href="https://hilarymason.com/2017/02/17/bad-idea-fridays-an-app-for-talking-to-myself/" class="more-link">Continue reading <span class="screen-reader-text">Bad Idea Fridays: An App for Talking to Myself</span></a>]]></description>
										<content:encoded><![CDATA[<p>DeepMind&#8217;s <a href="https://arxiv.org/abs/1609.03499">WaveNet: A Generative Model for Raw Audio</a> paper was one of the most interesting papers last year. It describes a new approach that dramatically increases the accuracy of generating audio, including individual voices. Read more <a href="https://deepmind.com/blog/wavenet-generative-model-raw-audio/">here</a>.</p>
<p>So what are people going to do with this? It&#8217;s easy to imagine high-quality voice output from Amazon Echo or Siri, or even scary applications, like scam phone calls that sound like they are coming from your own friends or family members (explored <a href="http://www.vanityfair.com/news/2017/01/fake-news-technology">here</a>).</p>
<p>And that brings us to today&#8217;s bad idea. Let&#8217;s build an app that allows you to have a conversation with yourself&#8230; in your own voice. You can share all of your half-baked ideas and arguments, and have your own voice cheering you on and repeating things back to you!</p>
<p><img data-attachment-id="137" data-permalink="https://hilarymason.com/2017/02/17/bad-idea-fridays-an-app-for-talking-to-myself/1346118771522_5162270/" data-orig-file="https://hilarymason.com/wp-content/uploads/2017/02/1346118771522_5162270.png" data-orig-size="420,294" data-comments-opened="0" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="1346118771522_5162270" data-image-description="" data-image-caption="" data-medium-file="https://hilarymason.com/wp-content/uploads/2017/02/1346118771522_5162270.png?w=300" data-large-file="https://hilarymason.com/wp-content/uploads/2017/02/1346118771522_5162270.png?w=420" class="alignnone size-full wp-image-137" src="https://hilarymason.com/wp-content/uploads/2017/02/1346118771522_5162270.png?w=900" alt="1346118771522_5162270"   srcset="https://hilarymason.com/wp-content/uploads/2017/02/1346118771522_5162270.png 420w, https://hilarymason.com/wp-content/uploads/2017/02/1346118771522_5162270.png?w=150&amp;h=105 150w, https://hilarymason.com/wp-content/uploads/2017/02/1346118771522_5162270.png?w=300&amp;h=210 300w" sizes="(max-width: 420px) 100vw, 420px" /></p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">115</post-id>
		<media:content url="https://2.gravatar.com/avatar/85002371bcb489bd126ba4f5a3a347d18963138e6c76ffdebcea114a04d6283e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">hmason</media:title>
		</media:content>

		<media:content url="https://hilarymason.com/wp-content/uploads/2017/02/1346118771522_5162270.png" medium="image">
			<media:title type="html">1346118771522_5162270</media:title>
		</media:content>
	</item>
		<item>
		<title>Bad Idea Fridays: Cold Storage</title>
		<link>https://hilarymason.com/2017/01/27/bad-idea-fridays-cold-storage/</link>
		
		<dc:creator><![CDATA[hmason]]></dc:creator>
		<pubDate>Fri, 27 Jan 2017 16:19:47 +0000</pubDate>
				<category><![CDATA[Bad Ideas]]></category>
		<guid isPermaLink="false">http://hilarymason.com/?p=72</guid>

					<description><![CDATA[I&#8217;m a fan of having lots of ideas, and that means you have to be open to the ones that, on the surface, are ridiculous. The best ideas often start as a bad idea. When you&#8217;re willing to push the boundaries, you&#8217;re more likely to stumble onto something really interesting. Every Friday, I&#8217;m going to share a ridiculously bad &#8230; <a href="https://hilarymason.com/2017/01/27/bad-idea-fridays-cold-storage/" class="more-link">Continue reading <span class="screen-reader-text">Bad Idea Fridays: Cold Storage</span></a>]]></description>
										<content:encoded><![CDATA[<p>I&#8217;m a fan of having <em>lots</em> of ideas, and that means you have to be open to the ones that, on the surface, are ridiculous. The best ideas often start as a bad idea. When you&#8217;re willing to push the boundaries, you&#8217;re more likely to stumble onto something really interesting.</p>
<p>Every Friday, I&#8217;m going to share a ridiculously bad idea. This should be very easy for me (I have a ton of them), it&#8217;ll keep me posting on a regular cadence, and it should also motivate me to write more, since I don&#8217;t just want this blog full of bad ideas.</p>
<p>Today&#8217;s bad idea is for storage of immutable historical data. When you have data you need to put in cold storage that won&#8217;t ever change, why not build a giant XY carving robot, install it against a blank wall in your office lobby, and have the data chiseled into the wall? You can even come up with a design scheme that makes it beautiful. You solve your storage and interior decoration problems at the same time!</p>
<p>Need to retrieve the data? Just take a photo, and decode it. The idea of <a href="https://www.extremetech.com/extreme/134427-a-paper-based-backup-solution-not-as-stupid-as-it-sounds">storing digital data on old media isn&#8217;t new</a>. I&#8217;ve just yet to see it on a grand scale.</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">72</post-id>
		<media:content url="https://2.gravatar.com/avatar/85002371bcb489bd126ba4f5a3a347d18963138e6c76ffdebcea114a04d6283e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">hmason</media:title>
		</media:content>
	</item>
		<item>
		<title>Note to self: Managing SSH Keys in OS X</title>
		<link>https://hilarymason.com/2017/01/26/note-to-self-managing-ssh-keys-in-os-x/</link>
		
		<dc:creator><![CDATA[hmason]]></dc:creator>
		<pubDate>Thu, 26 Jan 2017 21:06:39 +0000</pubDate>
				<category><![CDATA[Notes to Self]]></category>
		<category><![CDATA[notetoself]]></category>
		<category><![CDATA[osx]]></category>
		<category><![CDATA[ssh]]></category>
		<category><![CDATA[tech]]></category>
		<guid isPermaLink="false">http://hilarymason.com/?p=74</guid>

					<description><![CDATA[I recently acquired a new 13&#8243; Macbook Pro. My last machine was from 2012, so I&#8217;ve been having fun catching up on how you actually set up a functional developer environment today (it&#8217;s basically the same as in 2012). I had to look up how to get OS X Sierra (10.12) to remember my SSH &#8230; <a href="https://hilarymason.com/2017/01/26/note-to-self-managing-ssh-keys-in-os-x/" class="more-link">Continue reading <span class="screen-reader-text">Note to self: Managing SSH Keys in OS X</span></a>]]></description>
										<content:encoded><![CDATA[<p>I recently acquired a new 13&#8243; Macbook Pro. My last machine was from 2012, so I&#8217;ve been having fun catching up on how you actually set up a functional developer environment today (it&#8217;s basically the same as in 2012).</p>
<p>I had to look up how to get OS X Sierra (10.12) to remember my SSH keys. This behavior has changed to mimic standard OpenSSH behavior, which is a good thing!</p>
<p>First, add the key to your OS X keychain:</p>
<p><code>ssh-add -k [key_file]</code></p>
<p>Then, when you start a shell, run this:</p>
<p><code>ssh-add -A</code></p>
<p>I added it to my <code>.bash_profile</code> and it&#8217;s working quite nicely.</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">74</post-id>
		<media:content url="https://2.gravatar.com/avatar/85002371bcb489bd126ba4f5a3a347d18963138e6c76ffdebcea114a04d6283e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">hmason</media:title>
		</media:content>
	</item>
		<item>
		<title>Welcome back!</title>
		<link>https://hilarymason.com/2016/12/31/first-blog-post/</link>
		
		<dc:creator><![CDATA[hmason]]></dc:creator>
		<pubDate>Sat, 31 Dec 2016 02:16:46 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">http://hilarymason.wordpress.com/?p=4</guid>

					<description><![CDATA[This is a content-free welcome post.]]></description>
										<content:encoded><![CDATA[<p><a href="http://hilarymason.com">hilarymason.com</a> lives again! I&#8217;ve migrated to hosted wordpress, so keeping the server up is no longer my problem. <img src="https://s0.wp.com/wp-content/mu-plugins/wpcom-smileys/twemoji/2/72x72/1f601.png" alt="😁" class="wp-smiley" style="height: 1em; max-height: 1em;" /></p>
<p>I&#8217;d like this site to help you figure out who I am and what I do, share what I&#8217;m working on now, let people get in touch, and be a place for me to share some personal thoughts and works-in-progress.</p>
<p>If you have suggestions, <a href="https://hilarymason.com/contact/">I&#8217;d love to hear them</a>.</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">4</post-id>
		<media:thumbnail url="https://hilarymason.com/wp-content/uploads/2016/12/pexels-photo-30732.jpg" />
		<media:content url="https://hilarymason.com/wp-content/uploads/2016/12/pexels-photo-30732.jpg" medium="image">
			<media:title type="html">Placeholder Image</media:title>
		</media:content>

		<media:content url="https://2.gravatar.com/avatar/85002371bcb489bd126ba4f5a3a347d18963138e6c76ffdebcea114a04d6283e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">hmason</media:title>
		</media:content>
	</item>
	</channel>
</rss>
