<?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>Stefan Hayden</title>
	<atom:link href="http://www.stefanhayden.com/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.stefanhayden.com/blog</link>
	<description>Developer, Graphic Artist, Web Librarian, Embarrassingly cute spelling mistakes.</description>
	<lastBuildDate>Thu, 05 Nov 2015 06:14:29 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.6.3</generator>
	<item>
		<title>Rick Roll URL That Will Not Show a Video on Twitter</title>
		<link>http://www.stefanhayden.com/blog/2015/11/05/rick-roll-url-that-will-not-show-a-video-on-twitter/</link>
		<comments>http://www.stefanhayden.com/blog/2015/11/05/rick-roll-url-that-will-not-show-a-video-on-twitter/#respond</comments>
		<pubDate>Thu, 05 Nov 2015 06:14:29 +0000</pubDate>
		<dc:creator><![CDATA[Stefan Hayden]]></dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.stefanhayden.com/blog/?p=1769</guid>
		<description><![CDATA[This link is not a youtube video and does not have any metadata that lets youtube embed it. It took me way to long to find this link so I&#8217;m putting it here so I can find it next time. http://bit.ly/1dOj8e0]]></description>
				<content:encoded><![CDATA[<p>This link is not a youtube video and does not have any metadata that lets youtube embed it. It took me way to long to find this link so I&#8217;m putting it here so I can find it next time.</p>
<p><a href="http://bit.ly/1dOj8e0">http://bit.ly/1dOj8e0</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.stefanhayden.com/blog/2015/11/05/rick-roll-url-that-will-not-show-a-video-on-twitter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to turn on Windows 10 Emoji Keyboard</title>
		<link>http://www.stefanhayden.com/blog/2015/08/12/how-to-turn-on-windows-10-emoji-keyboard/</link>
		<comments>http://www.stefanhayden.com/blog/2015/08/12/how-to-turn-on-windows-10-emoji-keyboard/#respond</comments>
		<pubDate>Thu, 13 Aug 2015 02:35:27 +0000</pubDate>
		<dc:creator><![CDATA[Stefan Hayden]]></dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.stefanhayden.com/blog/?p=1760</guid>
		<description><![CDATA[&#160; I&#8217;m not sure why this was so hard to find. Simply right click on the taskbar and get the menu to appear. There is an option to &#8220;Show touch keyboard button&#8221;. That will add the touch keyboard to the far right of the taskbar. Clicking that will bring up the keyboard where you can [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>&nbsp;</p>
<p>I&#8217;m not sure why this was so hard to find. Simply right click on the taskbar and get the menu to appear. There is an option to &#8220;Show touch keyboard button&#8221;. That will add the touch keyboard to the far right of the taskbar. Clicking that will bring up the keyboard where you can then click the emoji icon.</p>
<p><a href="http://www.stefanhayden.com/blog/wp-content/uploads/2015/08/windows-10-emoji-keyboard.png"><img class=" size-full wp-image-1761 aligncenter" src="http://www.stefanhayden.com/blog/wp-content/uploads/2015/08/windows-10-emoji-keyboard.png" alt="windows-10-emoji-keyboard" width="571" height="352" srcset="http://www.stefanhayden.com/blog/wp-content/uploads/2015/08/windows-10-emoji-keyboard.png 571w, http://www.stefanhayden.com/blog/wp-content/uploads/2015/08/windows-10-emoji-keyboard-300x185.png 300w" sizes="(max-width: 571px) 100vw, 571px" /></a></p>
<p>&nbsp;</p>
<p><a href="http://www.stefanhayden.com/blog/wp-content/uploads/2015/08/emoji-keyboard.png"><img class="aligncenter wp-image-1764 size-full" src="http://www.stefanhayden.com/blog/wp-content/uploads/2015/08/emoji-keyboard-e1439433268613.png" alt="emoji-keyboard" width="630" height="233" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.stefanhayden.com/blog/2015/08/12/how-to-turn-on-windows-10-emoji-keyboard/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>User Profile Edit with Autoform and SimpleSchema in Meteor JS</title>
		<link>http://www.stefanhayden.com/blog/2015/05/25/user-profile-edit-with-autoform-and-simpleschema-in-meteor-js/</link>
		<comments>http://www.stefanhayden.com/blog/2015/05/25/user-profile-edit-with-autoform-and-simpleschema-in-meteor-js/#comments</comments>
		<pubDate>Mon, 25 May 2015 05:18:02 +0000</pubDate>
		<dc:creator><![CDATA[Stefan Hayden]]></dc:creator>
				<category><![CDATA[development]]></category>

		<guid isPermaLink="false">http://www.stefanhayden.com/blog/?p=1750</guid>
		<description><![CDATA[The steps to creating a form with autoform for editing user profile information are simple but not obvious when trying to tie everything together for the first time. The first step is the set up the Schema. You need to set it correctly for the user data but the profile object is free form where [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>The steps to creating a form with <a href="https://atmospherejs.com/aldeed/autoform">autoform</a> for editing user profile information are simple but not obvious when trying to tie everything together for the first time.</p>
<p>The first step is the set up the <a href="https://atmospherejs.com/aldeed/simple-schema">Schema</a>. You need to set it correctly for the user data but the profile object is free form where you can add anything you want. Remember that all the things in the profile object are editable by the user. After you craete the schema be sure to attach it to the users collection.</p>
<p><script src="https://gist.github.com/stefanhayden/565082dd80fea1cd8819.js"></script></p>
<p>Next you just need to create the form. The autoform quickform helper will spit out a form for all the user data, most of which you probably don&#8217;t want the user to be editing. Instead we can easily just show the fields we want to let users edit:</p>
<p><script src="https://gist.github.com/stefanhayden/20fa1f7a56178d5cde55.js"></script></p>
<p>And that&#8217;s it. In the autoForm helper the collection accepts either a template helper (no quotes) or a global variable (quotes). For users you need to pass in the &#8220;Meteor.users&#8221; collection. To set what data to load the doc attribute needs an object with a _id property which the currentUser helper has.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.stefanhayden.com/blog/2015/05/25/user-profile-edit-with-autoform-and-simpleschema-in-meteor-js/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to use Gem CLI commands in Supervisor on Ubuntu</title>
		<link>http://www.stefanhayden.com/blog/2015/05/14/how-to-use-gem-cli-commands-in-supervisor-on-ubuntu/</link>
		<comments>http://www.stefanhayden.com/blog/2015/05/14/how-to-use-gem-cli-commands-in-supervisor-on-ubuntu/#respond</comments>
		<pubDate>Fri, 15 May 2015 03:32:11 +0000</pubDate>
		<dc:creator><![CDATA[Stefan Hayden]]></dc:creator>
				<category><![CDATA[development]]></category>

		<guid isPermaLink="false">http://www.stefanhayden.com/blog/?p=1745</guid>
		<description><![CDATA[Supervisor is a great unix program that lets you run persistant long-running programs. In general it&#8217;s easy to use and DigitalOcean ($5 a month hosting) has a great tutorial on how to set it up here. I was interested in Supervisor because I wanted to run the mispy/twitter_ebooks repo for building some twitter bots. It gives you a great [&#8230;]]]></description>
				<content:encoded><![CDATA[<p><a href="http://supervisord.org/">Supervisor</a> is a great unix program that lets you run persistant long-running programs. In general it&#8217;s easy to use and <a href="https://www.digitalocean.com/?refcode=21f84017dd35">DigitalOcean ($5 a month hosting)</a> has a great <a href="https://www.digitalocean.com/community/tutorials/how-to-install-and-manage-supervisor-on-ubuntu-and-debian-vps?refcode=21f84017dd35">tutorial on how to set it up here</a>.</p>
<p>I was interested in Supervisor because I wanted to run the <a href="https://github.com/mispy/twitter_ebooks">mispy/twitter_ebooks</a> repo for building some twitter bots. It gives you a great command line interface for both creating new bots (<code>ebooks new &lt;reponame&gt;</code>) and starting the bots (<code>ebooks start</code>).</p>
<p>For whatever reason you can&#8217;t just point Supervisor at a directory and call that command. You&#8217;ll need to find where the gem wrapper is located and run the command from there.</p>
<p>First find the path of the executable gem:</p>
<p><code><a href="http://en.wikipedia.org/wiki/Which_%28Unix%29">which</a> ebooks</code></p>
<p>For me it was located here:<br />
<code>/home/shayden/.rvm/gems/ruby-2.2.2/bin/ebooks</code></p>
<p>Then we can switch the <code>/bin/</code> dir to the <code>/wrappers/</code> dir which is the packaged file you will tell Supervisor to run.</p>
<p><code>/home/shayden/.rvm/gems/ruby-2.2.2/wrappers/ebooks</code></p>
<p>In Supervisor the .conf file should now look like this:</p>
<p><code>[program:ebooks]<br />
command=/home/shayden/.rvm/gems/ruby-2.2.2/wrappers/ebooks start<br />
directory=/home/shayden/ebooks_bot/<br />
autostart=true<br />
autorestart=true<br />
stderr_logfile=/var/log/ebooks.err.log<br />
stdout_logfile=/var/log/ebooks.out.log</code></p>
<p>Now Supervisor should have no problems keeping your twitter bots alive and tweeting.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.stefanhayden.com/blog/2015/05/14/how-to-use-gem-cli-commands-in-supervisor-on-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Unity C# &#8211; Torque Look Rotation in 2D</title>
		<link>http://www.stefanhayden.com/blog/2015/01/13/unity-c-torque-look-rotation-in-2d/</link>
		<comments>http://www.stefanhayden.com/blog/2015/01/13/unity-c-torque-look-rotation-in-2d/#respond</comments>
		<pubDate>Tue, 13 Jan 2015 05:40:52 +0000</pubDate>
		<dc:creator><![CDATA[Stefan Hayden]]></dc:creator>
				<category><![CDATA[development]]></category>
		<category><![CDATA[unity]]></category>

		<guid isPermaLink="false">http://www.stefanhayden.com/blog/?p=1738</guid>
		<description><![CDATA[Getting one object to look at another object in Unity can be a very math intensive project.  In 3D there is an easy way to do this by use the transform to look at another object with a simple call: Quaternion.LookRotation(target.position &#8211; transform.position) In 2D Unity doesn&#8217;t hold your hand and you have to figure [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>Getting one object to look at another object in Unity can be a very math intensive project.  In 3D there is an easy way to do this by use the transform to look at another object with a simple call:</p>
<blockquote><p>Quaternion.LookRotation(target.position &#8211; transform.position)</p></blockquote>
<p>In 2D Unity doesn&#8217;t hold your hand and you have to figure it out yourself. Most look rotation guides for Unity focus on simply modifying the transform even when talking about moving a Ridgedbody with physics.</p>
<p>If you want to use physics on Ridgedbody to add torque to turn toward another object then the <a href="http://wiki.unity3d.com/index.php/TorqueLookRotation">unifycommunity wiki has a guide for 3D</a>. With slight modifications we can get this same code working for Ridgedbody2D:<br />
<script src="https://gist.github.com/stefanhayden/65a5bf62b29ef160ca76.js"></script></p>
]]></content:encoded>
			<wfw:commentRss>http://www.stefanhayden.com/blog/2015/01/13/unity-c-torque-look-rotation-in-2d/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Pixel Pioneers: A Brief History of Graphics</title>
		<link>http://www.stefanhayden.com/blog/2014/11/26/pixel-pioneers-a-brief-history-of-graphics/</link>
		<comments>http://www.stefanhayden.com/blog/2014/11/26/pixel-pioneers-a-brief-history-of-graphics/#respond</comments>
		<pubDate>Wed, 26 Nov 2014 12:49:59 +0000</pubDate>
		<dc:creator><![CDATA[Stefan Hayden]]></dc:creator>
				<category><![CDATA[youtube]]></category>

		<guid isPermaLink="false">http://www.stefanhayden.com/blog/?p=1728</guid>
		<description><![CDATA[a  great five part series that goes though many of the innovations in graphics. Definitely subscribing to this channel.]]></description>
				<content:encoded><![CDATA[<span class='embed-youtube' style='text-align:center; display: block;'><iframe class='youtube-player' type='text/html' width='640' height='390' src='http://www.youtube.com/embed/videoseries?list=PLOQZmjD6P2HlOoEVKOPaCFvLnjP865X1f&#038;hl=en_US' frameborder='0' allowfullscreen='true'></iframe></span>
<p>a  great five part series that goes though many of the innovations in graphics. Definitely subscribing to this channel.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.stefanhayden.com/blog/2014/11/26/pixel-pioneers-a-brief-history-of-graphics/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Too Many Cooks</title>
		<link>http://www.stefanhayden.com/blog/2014/11/14/too-many-cooks/</link>
		<comments>http://www.stefanhayden.com/blog/2014/11/14/too-many-cooks/#respond</comments>
		<pubDate>Fri, 14 Nov 2014 21:15:37 +0000</pubDate>
		<dc:creator><![CDATA[Stefan Hayden]]></dc:creator>
				<category><![CDATA[youtube]]></category>

		<guid isPermaLink="false">http://www.stefanhayden.com/blog/?p=1725</guid>
		<description><![CDATA[]]></description>
				<content:encoded><![CDATA[<span class='embed-youtube' style='text-align:center; display: block;'><iframe class='youtube-player' type='text/html' width='640' height='390' src='http://www.youtube.com/embed/QrGrOK8oZG8?version=3&#038;rel=1&#038;fs=1&#038;showsearch=0&#038;showinfo=1&#038;iv_load_policy=1&#038;wmode=transparent' frameborder='0' allowfullscreen='true'></iframe></span>
]]></content:encoded>
			<wfw:commentRss>http://www.stefanhayden.com/blog/2014/11/14/too-many-cooks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>reasonably-sound</title>
		<link>http://www.stefanhayden.com/blog/2014/11/13/reasonably-sound/</link>
		<comments>http://www.stefanhayden.com/blog/2014/11/13/reasonably-sound/#respond</comments>
		<pubDate>Thu, 13 Nov 2014 21:45:00 +0000</pubDate>
		<dc:creator><![CDATA[Stefan Hayden]]></dc:creator>
				<category><![CDATA[books]]></category>
		<category><![CDATA[personal]]></category>

		<guid isPermaLink="false">http://www.stefanhayden.com/blog/?p=1723</guid>
		<description><![CDATA[Awhile ago I was listening to a podcast about video games. They focus mostly on console games but for whatever reason they were talking about PC games which is where most of my interest lie and they just said obviously wrong thing after obviously wrong thing. And it made me so angry. So angry that [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>Awhile ago I was listening to a podcast about video games. They focus mostly on console games but for whatever reason they were talking about PC games which is where most of my interest lie and they just said obviously wrong thing after obviously wrong thing. And it made me so angry. So angry that I actually just stopped listening to all of the small handful of podcasts I was subscribed to.</p>
<p>Slowly I am bringing them back. First to catch up with <a href="http://commonplacebooks.com/">Welcome to Nightvale</a> and then <a href="http://serialpodcast.org/">Serial</a> which has swept the internet almost as quickly as Nightvale did. But also <a href="http://www.infiniteguest.org/reasonably-sound/">Reasonably Sound</a> a great podcast about an area I know very little about.</p>
<p>For me the greatest problem is just that podcasts are something I tend to do on my commute and which is also where I do most of my reading and so they tend to take me from reading. I&#8217;m already not reading as much as I should as I let Game of Thrones slow me down to a halt.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.stefanhayden.com/blog/2014/11/13/reasonably-sound/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Comments here</title>
		<link>http://www.stefanhayden.com/blog/2014/11/13/comments-here/</link>
		<comments>http://www.stefanhayden.com/blog/2014/11/13/comments-here/#respond</comments>
		<pubDate>Thu, 13 Nov 2014 06:05:42 +0000</pubDate>
		<dc:creator><![CDATA[Stefan Hayden]]></dc:creator>
				<category><![CDATA[blog]]></category>

		<guid isPermaLink="false">http://www.stefanhayden.com/blog/?p=1718</guid>
		<description><![CDATA[I had this idea several years ago that I should repost comments I make around the internet here. I think Kottke had started doing it though he mostly stopped. I never did it more then once but I certainly regret not doing it more. I would have liked to have had that history here. Sites [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>I had this idea several years ago that I should repost comments I make around the internet here. I think Kottke had started doing it though he mostly stopped. I never did it more then once but I certainly regret not doing it more. I would have liked to have had that history here.</p>
<p>Sites like Medium are all the rage now and I have not had much interest in posting there. For me when content feels more ephemeral I&#8217;m more willing to give it away and Medium feels just like blogging but without the content ownership.</p>
<p>Facebook, Twitter or Tumblr is where the conversation is happening and it feels like a conversation. Mostly short responses that are apart of a larger context. Posting them here wouldn&#8217;t even make sense out of context and posting them here removes them from the conversation which is the only reason to post them in the first place.</p>
<p>Some parts of the internet, I think, are starting to encourage longer responses though. Idea Channel, like I just posted below, has build an amazing community partly due to youtube&#8217;s longer comment length but also due to so many being called out in the last few minutes of the show.</p>
<p>When I look back on my childhood I can barely remember what I did or liked or watched and I kind of hate that. This site should be that log of what I did and liked. Lets see if I can once again start posting stuff here that is less for others and more for future me. Because I want future me to remember this stuff better then I am usually able to.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.stefanhayden.com/blog/2014/11/13/comments-here/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hyperbole is a crutch</title>
		<link>http://www.stefanhayden.com/blog/2014/11/13/hyperbole-is-a-crutch/</link>
		<comments>http://www.stefanhayden.com/blog/2014/11/13/hyperbole-is-a-crutch/#respond</comments>
		<pubDate>Thu, 13 Nov 2014 05:50:52 +0000</pubDate>
		<dc:creator><![CDATA[Stefan Hayden]]></dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.stefanhayden.com/blog/?p=1714</guid>
		<description><![CDATA[So do we over use hyperbole? Yes&#8230; well sort of&#8230; and also maybe not. I think the over use of hyperbole is very much in the realm of pop culture. An since pop culture is kind of every where these days it can feel like an all encompassing use of bombastic words. Yet when people talk [&#8230;]]]></description>
				<content:encoded><![CDATA[<span class='embed-youtube' style='text-align:center; display: block;'><iframe class='youtube-player' type='text/html' width='640' height='390' src='http://www.youtube.com/embed/53rv3cwyLlk?version=3&#038;rel=1&#038;fs=1&#038;showsearch=0&#038;showinfo=1&#038;iv_load_policy=1&#038;wmode=transparent' frameborder='0' allowfullscreen='true'></iframe></span>
<p>So do we over use hyperbole? Yes&#8230; well sort of&#8230; and also maybe not.</p>
<p>I think the over use of hyperbole is very much in the realm of pop culture. An since pop culture is kind of every where these days it can feel like an all encompassing use of bombastic words.</p>
<p>Yet when people talk about books I hear less talk of inabilities to <em>even</em> and more nuanced treatises of not only what is good or bad but what things mean. This isn&#8217;t just people in my peer group but also what I see across the booktube fandom on youtube.</p>
<p>So why do people seemingly have such a strong ability to talk about books while when topics of pop culture come up, like say Breaking Bad, can we only extol how it is the BEST EVER or AMAZING?</p>
<p>I think the difference simply comes from how current society is behind the time in critique of pop culture. Many people grow up in schools where a staple of English class is reading books and finding deeper meaning. Even after people graduate from school book clubs around America and the world meet to not just drool over books with overly positive (or negative) reactions but to point to the parts that succeed and fail in their eyes.</p>
<p>Pop culture does not have a class at school that deconstructs it. And approaching most culture in this serious way is seen as a bit silly. Because we don&#8217;t have a muscle for talking about culture in that way I think we resort to words with less intellectual umph.</p>
<p>As TV Critics and other pop culture critics gain more prominence and we become more accustom to taking a more serious look at pop culture I think our general ability to talk about will increase. Because while tumblr is the home of people who <em>can&#8217;t even</em> it&#8217;s also the home of some smart deconstruction of pop culture.</p>
<p>Deeper conversations are coming and I think it will create a feed back loop that will only make pop culture even better.</p>
<p>On a side note I think gaming has the same problem of no real natural wide spread ability to talk intelligently about games. As criticism gets better and more a part of the every day thinking for games it will only make games better just as it has already started to makes other parts of pop culture better.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.stefanhayden.com/blog/2014/11/13/hyperbole-is-a-crutch/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Machine Stops</title>
		<link>http://www.stefanhayden.com/blog/2014/08/06/the-machine-stops/</link>
		<comments>http://www.stefanhayden.com/blog/2014/08/06/the-machine-stops/#respond</comments>
		<pubDate>Thu, 07 Aug 2014 04:15:10 +0000</pubDate>
		<dc:creator><![CDATA[Stefan Hayden]]></dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.stefanhayden.com/blog/?p=1707</guid>
		<description><![CDATA[I read The Machine Stops in college and it took a while for me to really get it. It really nails the internet but the trick is it was written in 1909. Also since it&#8217;s from 1909 it&#8217;s out of copyright but there is no good version of it online so this is my new [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>I read <a href="http://stefanhayden.com/The_Machine_Stops.html">The Machine Stops</a> in college and it took a while for me to really get it. It really nails the internet but the trick is it was written in 1909. Also since it&#8217;s from 1909 it&#8217;s out of copyright but there is no good version of it online so this is my <a href="http://stefanhayden.com/The_Machine_Stops.html">new version of it</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.stefanhayden.com/blog/2014/08/06/the-machine-stops/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>twitch</title>
		<link>http://www.stefanhayden.com/blog/2014/08/06/twitch/</link>
		<comments>http://www.stefanhayden.com/blog/2014/08/06/twitch/#respond</comments>
		<pubDate>Thu, 07 Aug 2014 01:34:34 +0000</pubDate>
		<dc:creator><![CDATA[Stefan Hayden]]></dc:creator>
				<category><![CDATA[video]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[youtube]]></category>

		<guid isPermaLink="false">http://www.stefanhayden.com/blog/?p=1704</guid>
		<description><![CDATA[Only a few months after Youtube buys Twitch they start locking the site down. 3 years of past videos will be deleted and all &#8220;copyrighted&#8221; music will be muted. Most music on Twitch is copyrighted as is the game play.]]></description>
				<content:encoded><![CDATA[<p><a href="http://blog.twitch.tv/2014/08/update-changes-to-vods-on-twitch/">Only a few months after Youtube buys Twitch they start locking the site down.</a> 3 years of past videos will be deleted and all &#8220;copyrighted&#8221; music will be muted. Most music on Twitch is copyrighted as is the game play.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.stefanhayden.com/blog/2014/08/06/twitch/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ligaya Tichy on How Startups Grow</title>
		<link>http://www.stefanhayden.com/blog/2014/01/21/ligaya-tichy-on-how-startups-grow/</link>
		<comments>http://www.stefanhayden.com/blog/2014/01/21/ligaya-tichy-on-how-startups-grow/#respond</comments>
		<pubDate>Wed, 22 Jan 2014 04:48:49 +0000</pubDate>
		<dc:creator><![CDATA[Stefan Hayden]]></dc:creator>
				<category><![CDATA[development]]></category>

		<guid isPermaLink="false">http://www.stefanhayden.com/blog/?p=1697</guid>
		<description><![CDATA[This is pretty spot on to my experiences. I do think there are ways to counteract this risk aversion to some degree. And I think Shutterstock has done a pretty good job of it. Julie Horvath What were a few of the biggest changes you saw with these companies as they grew? Ligaya Tichy So, [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>This is pretty spot on to my experiences. I do think there are ways to counteract this risk aversion to some degree. And I think Shutterstock has done a pretty good job of it.</p>
<blockquote><p><strong>Julie Horvath</strong></p>
<p><a href="http://www.youtube.com/watch?v=XqSooZhyR3w&amp;t=51m"><strong>What were a few of the biggest changes you saw with these companies as they grew?</strong></a></p>
<p><strong>Ligaya Tichy</strong></p>
<p>So, in the early stages, I started at yelp it was 10 people and Airbnb was 12ish, and the passion index is high when companies are young because they can’t pay anybody market salaries. So the people who want to work there are people there love these products. And so there is this incredible excited and this sort of energy in these offices.</p>
<p>And as the company scales and there is more pressure to prove the product and grow. Then you need operations people. And a sort of hierarchy emerges, and operations emerges are really good at executing and incredibly smart, but they don’t… At this point you you are past series seed and at your series b or something like that. And you can afford salaries. And they are not doing because they love your company so much, they are doing it because it’s a great career opportunity or they like your product and they see some long term potential.</p>
<p>And then the company keeps scaling and and you just need work horses. you need people to do jobs. And so you fill those role. and you are growing growing very quickly. And so you just hire people who are good at filling one particular function. They may not necessarily be the sort of crazy creative people at the beginning that like wearing multiple hats.</p>
<p>And what happens is that your role changes. before it was really creative and kind of chaotic and some people really like that. And as the company gets larger. Your role gets more and more structured and it gets narrower. And some people like that because they like to focus and other people go like, “Hey wait this isn’t what I signed up for!”. And there is this attrition. There are just new classes of people come in and some people drop out. And as an early person it sucks when the people you love so much leave because they are what galvanized you every day to be there. Because you were building something together.</p>
<p>But this is the natural course of things. and you know I think me personally I figured out I am am an early stage person. when the company gets big it’s great but I don’t know what to do in those kinds of environments. I don’t want to be a middle manager. i like the chaos. I like building foundations. i like the unknowns and i like to experiment. And you don’t get to do that. The companies get much less risk averse.
</p></blockquote>
<p><iframe width="560" height="315" src="//www.youtube.com/embed/XqSooZhyR3w" frameborder="0" allowfullscreen></iframe></p>
]]></content:encoded>
			<wfw:commentRss>http://www.stefanhayden.com/blog/2014/01/21/ligaya-tichy-on-how-startups-grow/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>LEADING DESIGNERS’ 25 FAVORITE EXPERIENCES IN TECH</title>
		<link>http://www.stefanhayden.com/blog/2013/11/07/leading-designers-25-favorite-experiences-in-tech/</link>
		<comments>http://www.stefanhayden.com/blog/2013/11/07/leading-designers-25-favorite-experiences-in-tech/#respond</comments>
		<pubDate>Fri, 08 Nov 2013 04:27:58 +0000</pubDate>
		<dc:creator><![CDATA[Stefan Hayden]]></dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.stefanhayden.com/blog/?p=1679</guid>
		<description><![CDATA[I was blown away how many of the products they bring up in this awesome talk I have never heard of: Goji Smart Lock (also August Smart Lock, Lockitron and kwikset) Automatic: Smart Driving Assistant Dropcam BitTorrent Sync NSFWCorp One Medical]]></description>
				<content:encoded><![CDATA[<p>I was blown away how many of the products they bring up in this awesome talk I have never heard of:</p>
<ul>
<li><a href="http://www.gojiaccess.com/">Goji Smart Lock</a> (also <a href="http://www.august.com/">August Smart Lock</a>, <a href="https://lockitron.com">Lockitron</a> and <a href="http://www.kwikset.com/">kwikset</a>)</li>
<li><a href="http://www.automatic.com/">Automatic: Smart Driving Assistant</a></li>
<li><a href="https://www.dropcam.com/">Dropcam</a></li>
<li><a href="http://www.bittorrent.com/sync">BitTorrent Sync</a></li>
<li><a href="https://www.nsfwcorp.com/">NSFWCorp</a></li>
<li><a href="http://www.onemedical.com/">One Medical</a></li>
</ul>
<p><iframe src="http://new.livestream.com/accounts/74987/events/2497095/videos/34160726/player?width=560&amp;height=315&amp;autoPlay=false&amp;mute=false" height="315" width="560" frameborder="0" scrolling="no"></iframe></p>
]]></content:encoded>
			<wfw:commentRss>http://www.stefanhayden.com/blog/2013/11/07/leading-designers-25-favorite-experiences-in-tech/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fixing Google Analytics self referral problem</title>
		<link>http://www.stefanhayden.com/blog/2013/06/21/fixing-google-analytics-self-referral-problem/</link>
		<comments>http://www.stefanhayden.com/blog/2013/06/21/fixing-google-analytics-self-referral-problem/#respond</comments>
		<pubDate>Sat, 22 Jun 2013 02:21:37 +0000</pubDate>
		<dc:creator><![CDATA[Stefan Hayden]]></dc:creator>
				<category><![CDATA[development]]></category>

		<guid isPermaLink="false">http://www.stefanhayden.com/blog/?p=1672</guid>
		<description><![CDATA[If you are using Google Analytics you might see your own site listed as a referrer. Most commonly this is the case of having the same tracking code across multiple domains. In the past this problem was mind numbing difficult to solve. Luckily Google has made this dead easy to fix with it&#8217;s new Universal [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>If you are using Google Analytics you might see your own site listed as a referrer. Most commonly this is the case of having the same tracking code across multiple domains.</p>
<p>In the past this problem was mind numbing difficult to solve. Luckily Google has made this dead easy to fix with it&#8217;s new Universal Analytics. Sadly if you have an old Analytics account you can not convert it, but do not worry you can still keep that old tracking code on your site and track to both places.</p>
<p>Once you have set up your new Universal Analytics account you can follow the <a href="https://developers.google.com/analytics/devguides/collection/analyticsjs/">development guide to get it integrated</a> on your site. Universal Analytics has a ton of new features and is well worth the time to set up.</p>
<p><strong>The Fix:</strong></p>
<p>In your universal Account go to the admin section. Find the &#8220;Tracking info&#8221; section. In that section there should be a option called &#8220;Referral Exclusion List&#8221;. Here you may list ANY url that you do not wanted to be listed as a referrer. And that is all it takes.</p>
<p>This does not fix old data and will simply stop this problem from happening in the future. Also the fix is not instantaneous. Each day the number of referals from the url you just added to the &#8220;Referral Exclusion List&#8221; will show fewer and fewer visits. In my experience it could take one or two weeks for the problem to be totally fixed.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.stefanhayden.com/blog/2013/06/21/fixing-google-analytics-self-referral-problem/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
