<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Mike Smullin</title>
	
	<link>http://www.mikesmullin.com</link>
	<description>Personal Blog</description>
	<lastBuildDate>Wed, 04 Apr 2012 22:18:43 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/mikesmullin" /><feedburner:info uri="mikesmullin" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><feedburner:browserFriendly>(Enter a personal message you would like to have appear at the top of your feed.)</feedburner:browserFriendly><item>
		<title>Consulting the Oracle; How Journaling Answers Tough Questions</title>
		<link>http://www.mikesmullin.com/uncategorized/consulting-the-oracle-how-journaling-answers-tough-questions/</link>
		<comments>http://www.mikesmullin.com/uncategorized/consulting-the-oracle-how-journaling-answers-tough-questions/#comments</comments>
		<pubDate>Wed, 04 Apr 2012 22:18:43 +0000</pubDate>
		<dc:creator>Mike Smullin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.mikesmullin.com/?p=5053</guid>
		<description><![CDATA[I keep a journal. I actually have several forms of journals too. I have a todo list that i&#8217;ve maintained for over 3 years now. I never delete anything from the list unless its completed. But I&#8217;m using a wiki so even those can be retrieved again if I really want. After a few months [...]]]></description>
			<content:encoded><![CDATA[<p>I keep a journal. I actually have several forms of journals too. I have a todo list that i&#8217;ve maintained for over 3 years now. I never delete anything from the list unless its completed. But I&#8217;m using a wiki so even those can be retrieved again if I really want. After a few months when the list gets too long to ever complete, I move the unlikely-to-be-completed ones to a Skipped list. I find it frees up tremendous amount of creative energy; versus constantly working to remember and remind myself about event-related and order-of-operations and high-priority information. And it is therapeutic for me to go over the list after a year&#8211;take pride in my accomplishments, laugh at the things i thought were a priority that turned out not to be, and dig out some old gems that I am now in a better position to do for the next year.</p>
<p>I also own a two-sided scansnap scanner and I scan everything. If it doesn&#8217;t fit in the scanner, I cut it in two. Everything gets scanned and shredded. No more file cabinets. No sensitive data lingering around the office. All the PDFs get backed up online with Dropbox. I can now access my physical mail from anywhere. The new freedom is mobility. I can find anything and everything I&#8217;ve ever got, faster. I applied for a new mortgage loan and they were amazed at how fast I could produce every document they required. I have every receipt in case I am ever audited. </p>
<p>Then I have a blog where I post things I want public feedback on, or things I want to contribute to the world.</p>
<p>I keep notes on every call I make in a notepad and save the file with the timestamp for the day and a summary in My Documents folder. I can refer back to every call quickly&#8211;a better and simpler system than any CRM software I&#8217;ve ever tried.</p>
<p>Then I have a private journal where I talk about things I am not ready to share with others. </p>
<p>Its great to review all these things. Especially when I am burdened. Its a great source of strength, strategy, and a catalyst for creativity. I can totally understand how journaling answers tough questions. Nobody cares more about your problems than you. Nobody has thought more about your problems than you. And often times you already know the answer, you just need someone else [like your past self] to remind you.</p><img src="http://feeds.feedburner.com/~r/mikesmullin/~4/Eyc2XWH0WJU" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.mikesmullin.com/uncategorized/consulting-the-oracle-how-journaling-answers-tough-questions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sweet! Chrome as Live JavaScript, CSS, HTML editor</title>
		<link>http://www.mikesmullin.com/development/sweet-chrome-as-live-javascript-css-html-editor/</link>
		<comments>http://www.mikesmullin.com/development/sweet-chrome-as-live-javascript-css-html-editor/#comments</comments>
		<pubDate>Fri, 30 Mar 2012 16:31:20 +0000</pubDate>
		<dc:creator>Mike Smullin</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Development]]></category>

		<guid isPermaLink="false">http://www.mikesmullin.com/?p=5049</guid>
		<description><![CDATA[Yesterday it occurred to me as I was editing styles with Chrome&#8217;s Developer Tool that there should be something to automatically list for me the differences in the stylesheet before and after the changes I made, so I could just add the different rules across all the selectors to my stylesheet by copy and paste. [...]]]></description>
			<content:encoded><![CDATA[<p>Yesterday it occurred to me as I was editing styles with Chrome&#8217;s Developer Tool that there should be something to automatically list for me the differences in the stylesheet before and after the changes I made, so I could just add the different rules across all the selectors to my stylesheet by copy and paste. I started googling and found one better:  <a href="https://github.com/NV/chrome-devtools-autosave">Chrome DevTools Autosave</a> (by <a href="http://elv1s.ru/">Nikita Vasilyev</a>).</p>
<p>Took me 15 minutes to install and configure but it actually saves any changes you make directly to the static files on the server. Albiet, it does not work with <acronym title="Pre-Hypertext Processing">PHP</acronym>, HAML, SCSS/SASS or any of the server-side exclusive scripts, but I still found it helpful for my purposes. I was editing a stylesheet generated by <a href="http://compass-style.org/">compass</a>, but I can still use `git diff` to see what changed and copy/paste those changes into my original SCSS file.</p>
<p>Check it out. Especially if you do a lot of slicing and themeing, I&#8217;m sure it has potential to be a big time saver for you, as well.</p>
<p>Credit: <a href="http://addyosmani.com/blog/autosave-changes-chrome-dev-tools/">http://addyosmani.com/blog/autosave-changes-chrome-dev-tools/</a></p><img src="http://feeds.feedburner.com/~r/mikesmullin/~4/d9uCfUx5f9U" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.mikesmullin.com/development/sweet-chrome-as-live-javascript-css-html-editor/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>California Tech Startup Relocation – Part III</title>
		<link>http://www.mikesmullin.com/development/california-tech-startup-relocation-part-iii/</link>
		<comments>http://www.mikesmullin.com/development/california-tech-startup-relocation-part-iii/#comments</comments>
		<pubDate>Mon, 18 Jul 2011 17:53:36 +0000</pubDate>
		<dc:creator>Mike Smullin</dc:creator>
				<category><![CDATA[Development]]></category>

		<guid isPermaLink="false">http://www.mikesmullin.com/?p=5025</guid>
		<description><![CDATA[The Question: Just about every week for the past few months I&#8217;ve received invitations from startup founders to relocate to CA in order to participate at CTO / Co-Founder level in their venture. This because the Silicon valley VC / Angel investors have some requirement about will not fund unless tech team is a) local to CA, and b) [...]]]></description>
			<content:encoded><![CDATA[<p><strong>The Question:</strong></p>
<blockquote><p>Just about every week for the past few months I&#8217;ve received invitations from startup founders to relocate to CA in order to participate at CTO / Co-Founder level in their venture. This because the Silicon valley VC / Angel investors have some requirement about will not fund unless tech team is a) local to CA, and b) &#8220;long-term&#8221;. Any of my Angel/VC/Entrepreneur friends know how it might be possible to participate without relocating from UT w/ family? I doubt it would last more than 2 years. So far my offer is to only relocate for $130k salary plus $10-25k sign-on bonus and/or 100% moving expenses paid. But still having trouble convincing the wife on this since I make a better-than-average living working remotely.</p></blockquote>
<p><strong>The Answers:</strong></p>
<p><strong><span id="more-5025"></span><br />
</strong></p>
<p><strong>Successful Investor/Entrepreneur in Florida who contracted with me remotely in the past for existing Startup:</strong></p>
<blockquote><p><strong> </strong><br />
my advice, with your age and talents, I feel you should def take these offers &#8212; no can lose scenario. Make great connections, have a nice income, and the potential to hit a HR and be financially secure<br />
I&#8217;d go for it &#8212; it&#8217;s not too far from your hometown.</p></blockquote>
<p><strong>Successful Programmer/CTO/Entrepreneur in NC who worked remotely with me in the past on a startup:</strong></p>
<blockquote><p>ya.   when I was younger the big event was Comdex and I was there every year.   I went to represent companies like Motorola, Microsoft, a bunch of small companies and even Borland (who was my favorite vendor for many years way back when).   I haven&#8217;t done tech crunch before.   At one point I did the dog and pony show in 6 different countries in one year, but it got to be too much.  Now I focus more on the family and try not to leave unless I have to.<br />
&#8230;<br />
Don&#8217;t do it.<br />
Relocation is a huge gamble and if it works there is big money.    Best case, it works and you spend so much time at an office stressed out that your wife and kids have check Outlook to find out when they can see you.   Worse case, you get all the joy and stress of a startup and it fails in a year.  You&#8217;re left in Cali hunting for a job to pay for the under sized house right off the crapy freeway you quickly moved in to.<br />
You are far to smart to do that.   You&#8217;ll have 30 contractors working for you in 5 years making 1/2 a million a year from anyplace you want.   You&#8217;ve got the tech skills already in spades and you&#8217;ll have the business savvy soon enough.<br />
Most VC funds require an on-site staff.  When you invest big money, you want to see the faces.</p>
<p>The money should not be tempting to you.  You are swimming in cash right now and you come from a life style and religion (I would guess) that highly values saving.  You can afford to build your own gig.</p></blockquote>
<p><strong>Programmer/CTO contracting me in CA for his YCombinator startup:</strong></p>
<blockquote><p>There isn&#8217;t much that i know of in ways to get around it.<br />
A startup requires a team,  and the best teams are close together.  Especially early stage&#8230; remote just doesn&#8217;t work well. It works, but not well.<br />
Big risk. Big reward.<br />
You need to be in the meetings, you need to be able to participate on a very personal level and that just can&#8217;t happen effectively remotely. Its been proven often enough which is why there is hesitancy on the VC/Investor side. If you want the startup life, move, or hook up w/ the cofounders in your area.</p></blockquote>
<p><strong>Successful Recruiter in Utah:</strong></p>
<blockquote><p>There&#8217;s obviously many opinions here, but I wonder if, when it&#8217;s right, you won&#8217;t need to &#8220;convince&#8221; your wife.<br />
I&#8217;d surely recommend a house-hunting trip if they&#8217;re (the co) serious about having you. Find other families who have relocated and talk candidly about the pros and cons.<br />
At the end, if you knew one of these paths would cost you the other one, would that help you choose?<br />
Good luck.<br />
I&#8217;m always open to questions. I&#8217;ve made the wrong choices myself enough to know I should have asked <img src='http://www.mikesmullin.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Take care.<br />
&#8230;<br />
I know a few guys that went for the big payout, figuring whatever &#8220;debt&#8221; they racked up in their marriage, they could easily pay off with the cush life of a millionaire. Most of them aren&#8217;t so rich in the end&#8230; and even the ones that struck gold lost more in the process than they ever could gain through money, experience or even the thrill of the startup gone perfect. You&#8217;re the kind of guy that will seem show up to the right opportunity when its right.  Good luck. Can&#8217;t wait to find out how the story plays out.</p></blockquote>
<p><strong>Investor/Entrepreneur in California, Married to Programmer/CTO for Big Tech Stock in CA who contracted me remotely in the past for CA Startup:</strong></p>
<blockquote><p>if you think it will last 2 years, don&#8217;t do it. If you have to do it for 2 years and don&#8217;t want your family to move, then you may have to commute.<br />
Please note that there is NO WAY you&#8217;d get better opportunities elsewhere to participate in a venture that can make you millionaires.<br />
You are young enough to take that risk.<br />
 <img src='http://www.mikesmullin.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  I don&#8217;t think much happens in UT and you really don&#8217;t want to be in UT startup culture. You, in particular, need to move to CA and get involved in an awesome startup idea where you get to really show your chops. You will have lots and lots of opportunities. I assure you that CA is not evil. It really isn&#8217;t. You need to put yourself in positions to make millions.<br />
You are young enough to be on a plane every day or every week at least. People usually get an apartment, stay the week and then fly back on Friday. It is a decent compromise and yes people do it.</p></blockquote>
<p><strong>An Investor/Entrepreneur in Florida who wants me to move to CA with him:</strong></p>
<blockquote><p>I discussed the situation of only having independent contractors on our team to develop and that we are self-funding the project [with a more experienced FL Tech Startup Investor/Entrepreneur]. He agreed that not having internal full-time tech people is a problem, and would definitely not get funding without establishing some sort of agreement with some of these folks to be &#8220;full-time&#8221; or with a company title to be part of the team. That being said, contingent upon getting funding, and some sort of profit sharing agreement, and or passive compensation we spoke about, could you see your self in this type of role? Aside from someone with advanced skills, we also need someone who can articulate well to potential investors or in a group of people. I know you said you don&#8217;t necessarily know if you are that person, and have posted this type of job on oDesk, but we need someone like this in oder to get funding obviously <img src='http://www.mikesmullin.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> . Also didn&#8217;t sound like [other contractor] would be that person either based on the conversation you sent to me that the two of you had last week.</p></blockquote>
<p>&nbsp;</p>
<p><strong>Successful Programmer/CEO/Entrepreneur in New York who contracted me remotely in the past:</strong></p>
<blockquote><p>What is the question &#8211; How to convince them to let you work remotely? You won&#8217;t be able to convince them of that.</p></blockquote>
<p>&nbsp;</p>
<p><strong>NOTE:</strong> Regardless of how you answered, I still love you all. <img src='http://www.mikesmullin.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  But you can see where my hesitancy comes from. I posted these answers because they reflect my own internal conflict and differing opinions. I know all the big money and disruptive companies are in CA these days. I would love to work for Blizzard, Facebook, Twitter, Disney, Pixar, etc. not for the money but for the passion. But there is also modest startup culture in UT that I just haven&#8217;t been active in. I am leaning towards weighting-in in that arena. But perhaps one day I will not be able to escape that giant vacuum in CA that is pulling all the world&#8217;s top creative talent toward it. If I was single, I would have done it already. Maybe when the kids are older.</p>
<p>Feel free to leave comments below. They won&#8217;t be anonymous though. But I can make them anonymous, if you wish. <img src='http://www.mikesmullin.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p><img src="http://feeds.feedburner.com/~r/mikesmullin/~4/O02Szyhy7BQ" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.mikesmullin.com/development/california-tech-startup-relocation-part-iii/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Hug a FSF/GNU Programmer Day!</title>
		<link>http://www.mikesmullin.com/development/hug-a-fsfgnu-programmer-day/</link>
		<comments>http://www.mikesmullin.com/development/hug-a-fsfgnu-programmer-day/#comments</comments>
		<pubDate>Sat, 18 Jun 2011 20:16:50 +0000</pubDate>
		<dc:creator>Mike Smullin</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[chrome]]></category>
		<category><![CDATA[chrome os]]></category>
		<category><![CDATA[chromium]]></category>
		<category><![CDATA[cloud computing]]></category>
		<category><![CDATA[free software foundation]]></category>
		<category><![CDATA[fsf]]></category>
		<category><![CDATA[gnu]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[open-source]]></category>

		<guid isPermaLink="false">http://www.mikesmullin.com/?p=5020</guid>
		<description><![CDATA[Linux + Google OS + Chrome aim to make the browser the future. Look at Microsoft Office vs. OpenOffice/LibreOffice vs. Google Docs. http://bit.ly/jWRaLS Notice in US + Canada the browser app is cutting into desktop. The OpenOffice rebels moving to Google Docs. Subsequently, India + Philippines adopting because they work for US + CAN. The [...]]]></description>
			<content:encoded><![CDATA[<p>Linux + Google <acronym title="Operating System">OS</acronym> + Chrome aim to make the browser the future. Look at Microsoft Office vs. OpenOffice/LibreOffice vs. Google Docs. <a href="http://bit.ly/jWRaLS">http://bit.ly/jWRaLS</a> Notice in US + Canada the browser app is cutting into desktop. The OpenOffice rebels moving to Google Docs. Subsequently, India + Philippines adopting because they work for US + CAN. The Chromium.org Chromebook video demonstrates this very well <a title="MUST SEE VIDEO! In-your-face and hilarious." href="http://bit.ly/fRRHgy">http://bit.ly/fRRHgy</a> but there are others like Linux Mint and Peppermint Ice Linux.</p>
<p>This is the classic age-old battle of FSF+GNU decentralized vs. MSFT+APPL centralized platform locking strategy in general. Here you see Canonical&#8217;s Ubuntu cutting into marketshare of both Windows and OSX <a href="http://bit.ly/im7xi0">http://bit.ly/im7xi0</a></p>
<p>Cloud computing is definitely going to be the future for private sector. Clasically however, I expect big government to remain firmly rooted in the past except for black budget project cooperatives with Intel+IBM+GM.</p>
<p>In recognition of this fact, I propose a new international annual holiday where we all say thanks to AWS, Akamai, Heroku, and the millions of independent heros burning the midnight oil to dismantle those who seek to imprison information rather than keeping it free.</p>
<p>Thank you Google, Canonical, FSF, GNU, and &#8230; ok maybe Apple, sometimes.</p><img src="http://feeds.feedburner.com/~r/mikesmullin/~4/WTt_9RewqI0" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.mikesmullin.com/development/hug-a-fsfgnu-programmer-day/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Virtual Appliances</title>
		<link>http://www.mikesmullin.com/development/virtual-appliances/</link>
		<comments>http://www.mikesmullin.com/development/virtual-appliances/#comments</comments>
		<pubDate>Sat, 18 Jun 2011 19:31:47 +0000</pubDate>
		<dc:creator>Mike Smullin</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[vbox]]></category>
		<category><![CDATA[virtual appliances]]></category>
		<category><![CDATA[virtualbox]]></category>
		<category><![CDATA[virtualization]]></category>

		<guid isPermaLink="false">http://www.mikesmullin.com/?p=5018</guid>
		<description><![CDATA[I just noticed this feature in VirtualBox 4.0.4 called Virtual Appliances. A quick Google search turned up the following description: &#8220;VMWare has a &#8216;Virtual Appliance Marketplace&#8217; that contains pre-assemblied VM images configured for various purposes. For example, if I want to compared (and learn) django (a python based web framework) and ruby on rails, I [...]]]></description>
			<content:encoded><![CDATA[<p>I just noticed this feature in VirtualBox 4.0.4 called Virtual Appliances. A quick Google search turned up the following description:</p>
<blockquote><p>&#8220;<span style="color: #333333; font-family: 'Lucida Grande', 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif; line-height: 18px;">VMWare has a &#8216;Virtual Appliance Marketplace&#8217; that contains pre-assemblied VM images configured for various purposes. For example, if I want to compared (and learn) django (a python based web framework) and ruby on rails, I could download two images, setup two VM&#8217;s and start hacking. No need to configure a <acronym title="Linux Apache MySQL PHP">LAMP</acronym> stack, no need to worry about trashing my base system with installs/uninstalls.&#8221;</span></p></blockquote>
<p><span style="color: #333333; font-family: 'Lucida Grande', 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif; line-height: 18px;">Oh, this is what I have been doing myself internally for a few years now. I build servers generically, then quickly clone them, hack on them until the project is over, then delete them or archive them or revert to a &#8220;clean&#8221; snapshot. Productivity has been through the roof! Now, it looks like there&#8217;s a marketplace for this:</span></p>
<ul>
<li><a href="http://www.vmware.com/appliances/">http://www.vmware.com/appliances/</a></li>
<li><a href="http://www.turnkeylinux.org/">http://www.turnkeylinux.org/</a></li>
<li><span style="color: #333333; font-family: 'Lucida Grande', 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif; line-height: 18px;"><a href="http://virtualboximages.com/">http://virtualboximages.com/</a></span></li>
</ul>
<p><span style="color: #333333; font-family: 'Lucida Grande', 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif; line-height: 18px;">Some of the more interesting appliances:</span></p>
<p><span style="color: #333333; font-family: 'Lucida Grande', 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif; line-height: 18px;"> </span></p>
<ul>
<li>Cacti, Nagios</li>
<li>Exchange 2007</li>
<li>Openflier NAS appliance</li>
</ul>
<p>Something to watch, I think.</p><img src="http://feeds.feedburner.com/~r/mikesmullin/~4/o9-AYswfBDQ" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.mikesmullin.com/development/virtual-appliances/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Considering Gaming Industry</title>
		<link>http://www.mikesmullin.com/development/considering-gaming-industry/</link>
		<comments>http://www.mikesmullin.com/development/considering-gaming-industry/#comments</comments>
		<pubDate>Thu, 21 Apr 2011 18:40:21 +0000</pubDate>
		<dc:creator>Mike Smullin</dc:creator>
				<category><![CDATA[Development]]></category>

		<guid isPermaLink="false">http://www.mikesmullin.com/?p=5006</guid>
		<description><![CDATA[Thinking about moving to California and getting a job in the gaming industry. VCs funding tech startups like crazy these days. I know I personally am spending a lot of money on entertainment; I think that&#8217;s proportional with global/national level crises. One former-client-now-friend from California is telling me I&#8217;m crazy not to move with so [...]]]></description>
			<content:encoded><![CDATA[<p>Thinking about moving to California and getting a job in the gaming industry.</p>
<p>VCs funding tech startups like crazy these days. I know I personally am spending a lot of money on entertainment; I think that&#8217;s proportional with global/national level crises.</p>
<p><span id="more-5006"></span></p>
<p>One former-client-now-friend from California is telling me I&#8217;m crazy not to move with so many awesome companies hiring right now:</p>
<ul>
<li>Valve Software<br />
<a href="http://www.valvesoftware.com/jobs/">http://www.valvesoftware.com/jobs/</a><br />
<em>&#8220;We&#8217;re always hiring for all positions. Seriously.&#8221;</em></li>
<li><em>Blizzard Entertainment</em><br />
<a href="http://us.blizzard.com/en-us/company/careers/">http://us.blizzard.com/en-us/company/careers/</a><br />
<em>&#8220;YOUR DREAM JOB is waiting for you.&#8221;</em></li>
<li>Rockstar Games<br />
<a href="http://www.rockstargames.com/jobs/">http://www.rockstargames.com/jobs/</a></li>
<li>iD Software<br />
<a href="http://www.quake3arena.com/business/jobs/index.php">http://www.quake3arena.com/business/jobs/index.php</a></li>
<li>Epic Games<br />
<a href="http://www.epicgames.com/careers/">http://www.epicgames.com/careers/</a></li>
<li>Titan Studios<br />
<a href="http://titanstudios.com/about/">http://titanstudios.com/about/</a></li>
</ul>
<p>Of course I can&#8217;t forget a few giants from my current web development industry also located there:</p>
<ul>
<li>Google<br />
<a href="http://www.google.com/intl/en/jobs/uslocations/santa-monica/index.html">http://www.google.com/intl/en/jobs/uslocations/santa-monica/index.html</a></li>
<li>Facebook<br />
<a href="http://www.facebook.com/careers/department.php?dept=engineering">http://www.facebook.com/careers/department.php?dept=engineering</a></li>
<li>Twitter<br />
<a href="http://twitter.com/jobs">http://twitter.com/jobs</a></li>
</ul>
<p>So I started looking into it, and turned up some expert industry insider advice:</p>
<ul>
<li>&#8220;How To Get A Job In The Gaming Biz&#8221;<br />
by Cliff Bleszinski, Epic Games<br />
<a href="http://www.cliffyb.com/how-to-get-hired.htm">http://www.cliffyb.com/how-to-get-hired.htm</a></li>
</ul>
<p>Reasons I&#8217;m even considering this:</p>
<ul>
<li>I&#8217;ve always loved gaming. Currently finding myself entertained by Valve&#8217;s Portal 2 and Titan Studios&#8217; Fat Princess.</li>
<li>I can remember playing games as far back as ATARI days and feel like I must have beaten just about every game since.</li>
<li>I used to make maps for Duke Nukem 3D to play online with both local and remote buddies; so many good times with those.</li>
<li>Also designed maps for WarCraft II and StarCraft II.</li>
<li>I have scripted bots for Battle.net.</li>
<li>I&#8217;ve attempted 3D level designs with Quake2, and Half Life but its a lot trickier.</li>
<li>Tried Blender, Maya, 3DSMax, Lightwave, etc. for product and mechanical design.</li>
<li>Also tried AutoCAD for architectural design.</li>
<li>More recently love observing the innovative art, UI, and usability improvements.</li>
<li>Have successfully engineered hacks for multiple games</li>
</ul>
<p>Current Employee Resumes and New Hires on LinkedIn:</p>
<ul>
<li>Valve Corporation<br />
<a href="http://www.linkedin.com/company/13922">http://www.linkedin.com/company/13922</a></li>
<li>Blizzard Entertainment<br />
<a href="http://www.linkedin.com/company/5329">http://www.linkedin.com/company/5329</a></li>
</ul>
<p><strong>NOTE:</strong> Many have Computer Science degrees from Universities OR former game industry experience. I noticed a few BYU and Weber State graduates. Was surprised to learn some people in my immediate network know employees at these companies. One is a CS Ph.D. (4-5 years)!</p>
<p>Interesting Presentations by authors from these companies:</p>
<ul>
<li>Rendering Wounds in Left4Dead2<br />
by Alex Vlachos, Valve<br />
<a href="http://slidesha.re/i7le94">http://slidesha.re/i7le94</a></li>
</ul>
<p>Industry keywords:</p>
<ul>
<li>Fractals</li>
</ul>
<p>Whew! This is a bit of a leap for me. Maybe I am better off transitioning through what I am already expert in.</p>
<p>All this heavy C, maths, and higher level education time makin&#8217; me hungry.</p>
<p><strong>Lunch time!</strong><em> To be continued&#8230;</em></p><img src="http://feeds.feedburner.com/~r/mikesmullin/~4/BxW976Mjx1U" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.mikesmullin.com/development/considering-gaming-industry/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Health Problems of Computer Programmers</title>
		<link>http://www.mikesmullin.com/health/health-problems-of-computer-programmers/</link>
		<comments>http://www.mikesmullin.com/health/health-problems-of-computer-programmers/#comments</comments>
		<pubDate>Sat, 27 Nov 2010 20:15:38 +0000</pubDate>
		<dc:creator>Mike Smullin</dc:creator>
				<category><![CDATA[Health]]></category>

		<guid isPermaLink="false">http://www.mikesmullin.com/?p=4996</guid>
		<description><![CDATA[I recently started experiencing lower back pain. I am confident it is due to years of sitting in poor posture. After a little research into Chiropracty I began to realize there are a whole host of problems that happen to a programmer over his/her life as a result of poor working conditions&#8211;not just poor posture [...]]]></description>
			<content:encoded><![CDATA[<p>I recently started experiencing lower back pain. I am confident it is due to years of sitting in poor posture. After a little research into Chiropracty I began to realize there are a whole host of problems that happen to a programmer over his/her life as a result of poor working conditions&#8211;not just poor posture and lower back pain.</p>
<p>Check out the article:</p>
<p><a href="http://sheddingbikes.com/posts/1281257293.html">Shedding Bikes: Programming Culture And Philosophy</a></p><img src="http://feeds.feedburner.com/~r/mikesmullin/~4/k7Oa4kLccwQ" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.mikesmullin.com/health/health-problems-of-computer-programmers/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Game mechanics, social rewards, analytics for web apps</title>
		<link>http://www.mikesmullin.com/development/game-mechanics-social-rewards-analytics-for-web-apps/</link>
		<comments>http://www.mikesmullin.com/development/game-mechanics-social-rewards-analytics-for-web-apps/#comments</comments>
		<pubDate>Thu, 14 Oct 2010 13:01:55 +0000</pubDate>
		<dc:creator>Mike Smullin</dc:creator>
				<category><![CDATA[Development]]></category>

		<guid isPermaLink="false">http://www.mikesmullin.com/?p=4989</guid>
		<description><![CDATA[I love what Valve is doing with their Left 4 Dead 2 and Team Fortress 2 software. Achievements, unlockable weapons, mutations. All great ways to monetize beyond the initial retail sale. I have often thought these strategies could be applied to websites. Here are some companies who agree: Badgeville is a white label Social Rewards [...]]]></description>
			<content:encoded><![CDATA[<p>I love what Valve is doing with their Left 4 Dead 2 and Team Fortress 2 software. Achievements, unlockable weapons, mutations. All great ways to monetize beyond the initial retail sale.</p>
<p>I have often thought these strategies could be applied to websites. Here are some companies who agree:<span id="more-4989"></span></p>
<blockquote><p>Badgeville is a white label Social Rewards &amp; Analytics Platform We make it easy to increase the loyalty and engagement of your web audience.</p></blockquote>
<p><a href="http://www.badgeville.com/">http://www.badgeville.com/</a></p>
<blockquote><p>Gamification for Your Site. Our platform helps you integrate game mechanics and loyalty programs into your site or app through points, badges, levels, leaderboards, virtual currency and virtual goods.</p></blockquote>
<p><a href="http://www.bigdoor.com/">http://www.bigdoor.com/</a></p>
<p><a href="http://www.bigdoor.com/resources/helpful-tools-and-links/">http://www.bigdoor.com/resources/helpful-tools-and-links/</a></p>
<blockquote><p>Your customers have great ideas. Are you ready to listen? Uservoice communities are the easiest way to turn customer feedback into action: 1. Share ideas, 2. Vote up the best, 3. Respond, implement &amp; repeat!</p></blockquote>
<p><a href="http://uservoice.com/">http://uservoice.com/</a></p>
<p>see also: <a href="http://getsatisfaction.com/">http://getsatisfaction.com/</a></p><img src="http://feeds.feedburner.com/~r/mikesmullin/~4/bK1HVapH4XA" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.mikesmullin.com/development/game-mechanics-social-rewards-analytics-for-web-apps/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>IT Jobs: California, or Utah?</title>
		<link>http://www.mikesmullin.com/development/it-jobs-california-or-utah/</link>
		<comments>http://www.mikesmullin.com/development/it-jobs-california-or-utah/#comments</comments>
		<pubDate>Thu, 14 Oct 2010 11:41:12 +0000</pubDate>
		<dc:creator>Mike Smullin</dc:creator>
				<category><![CDATA[Development]]></category>

		<guid isPermaLink="false">http://www.mikesmullin.com/?p=4987</guid>
		<description><![CDATA[I&#8217;m 25 and I&#8217;ve been propositioned to move for employment many times now. Nearly every time it has been to move to Cali. I am reluctant because I feel there is something special about the Utah IT market&#8230; NSA picks Utah for data center The data center is estimated to be 1 million square feet, [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m 25 and I&#8217;ve been propositioned to move for employment many times now. Nearly every time it has been to move to Cali. I am reluctant because I feel there is something special about the Utah IT market&#8230;<span id="more-4987"></span></p>
<p><strong>NSA picks Utah for data center</strong></p>
<blockquote><p>The data center is estimated to be 1 million square feet, sitting on  200-acres, and it couldn&#8217;t come at a better time for Utah&#8217;s economy.</p></blockquote>
<p><a href="http://www.ksl.com/?sid=7105272&amp;nid=148">http://www.ksl.com/?sid=7105272&amp;nid=148</a></p>
<div style="clear: left;"><strong>Adobe announces new facility  to be built in Lehi</strong></div>
<blockquote>
<div style="clear: left;">It&#8217;s a project of $1.6 billion to $2 billion in construction. The company expects to add as many as 350 more jobs with the likelihood  of bringing another 1,000 to the state over the next decade.</div>
</blockquote>
<p><a href="http://www.ksl.com/?nid=148&amp;sid=12652899">http://www.ksl.com/?nid=148&amp;sid=12652899</a></p>
<p>Still, I know a lot of people here in Utah who are out of work even in the IT sector. I also know very few of my clients are in Utah. Utahn&#8217;s are very&#8211;err, um&#8211;frugal. Oh sure, we have angel / venture capital firms, but they&#8217;re even more frugal. We&#8217;ve had rashes of IT sweat shops from Heritage Web Solutions (now forced to rebrand themselves &#8220;Hit Web&#8221; in an attempt to shake the slander) to Provo Labs (yes, indeed). There is the Good Old Boys club among the two major universities (BYU, UofU). Beyond that the third-party job recruiting agencies love to tell you that you&#8217;ll never make more than $45,000/yr. at pretty much anything but especially <acronym title="Pre-Hypertext Processing">PHP</acronym>. So I wasn&#8217;t too surprised to see things like this&#8230;</p>
<p><strong>Go West Young Man, Go West</strong></p>
<blockquote><p>There is a need for engineering, design and ops talent pretty much every where from San Francisco to San Jose. &#8216;People&#8217; say that you should leave your job when you are the smartest one there. It&#8217;s a chance to swim in a big pond, and if anyone from URUG is interested, I can help make introductions and navigate the process.</p></blockquote>
<p><a href="http://groups.google.com/group/urug/browse_thread/thread/a32c82df059ea878#">http://groups.google.com/group/urug/browse_thread/thread/a32c82df059ea878#</a></p>
<p>I cannot deny I&#8217;ve had similar thoughts in moments of frustration, but for some reason&#8211;oh wait, maybe because I&#8217;m entrepreneurial, resourceful, hard-working, and talented&#8211;I always find work. Especially at this age in my life. That&#8217;s why I wasn&#8217;t afraid to quit my job when I felt like I was the smartest one there, when I felt severely over-worked, and my employers were not fair businessmen. Though the spectre of unemployment bread lines and a Great Depression III loomed, I knew what was best for my health, sanity, and my family&#8211;and I was rewarded with double the income in just the first month alone. Sounds like I am not alone in this&#8230;</p>
<p><strong>Silicon Valley and the Talent Crunch</strong></p>
<blockquote><p>whichever way you look at it, these are good days to be an entrepreneur.  With newer venture funds coming online by the week. .. job postings related to the IT industry are up over 60 percent for 2010.</p>
<p>The Giant Sucking Sound</p>
<ul>
<li>Some large web company tried to hire my engineer, and I had to boost  the salary by 50 percent.</li>
<li>I just lost my key developer to Zynga.</li>
<li>Twitter just hired two of my employees.</li>
<li>I have four openings at my startup, and I can’t find people.</li>
</ul>
<p>Welcome to the harsh new reality of technology and its talent crunch.  In the real world, we have double-digit unemployment, but on this side  of the country, everything seems like it’s 1999. You can thank four  companies for that: Facebook, Twitter, Zynga and Google . These four  companies are sucking up all kinds of talent: designers, engineers,  marketing people and infrastructure folks. They’re able to do so by  offering them above-market salaries, insane perks, food and a cachet  that’s nice to have during dinner conversations.</p>
<p>It’s only going to get worse; ﻿Zynga has  leased 270,000 square feet of space in San Francisco. The same news  story also mentions that Twitter is going to be looking for new office  space of around 200,000 square feet. Add  to this the new offices for Google, and you’re looking at three web  giants that are going to be hiring a lot of people to fill the extra  space they’re renting.</p></blockquote>
<p><a href="http://gigaom.com/2010/10/13/silicon-valley-talent-crunch/">http://gigaom.com/2010/10/13/silicon-valley-talent-crunch/</a></p><img src="http://feeds.feedburner.com/~r/mikesmullin/~4/0oIEoIxu4iQ" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.mikesmullin.com/development/it-jobs-california-or-utah/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Abnormal Management with Niko-niko Calendar</title>
		<link>http://www.mikesmullin.com/project-management/abnormal-management-with-niko-niko-calendar/</link>
		<comments>http://www.mikesmullin.com/project-management/abnormal-management-with-niko-niko-calendar/#comments</comments>
		<pubDate>Sat, 10 Jul 2010 21:11:20 +0000</pubDate>
		<dc:creator>Mike Smullin</dc:creator>
				<category><![CDATA[Project Management]]></category>

		<guid isPermaLink="false">http://www.mikesmullin.com/?p=2763</guid>
		<description><![CDATA[In the manufacturing industry, in the field of production management, there is a process known as abnormal management;  a clever measurement system designed to provide prior warning for defects in work products where people are involved. The Niko-niko Calendar is a tool for automating this process and measuring abnormalities over time. Like many modern manufacturing [...]]]></description>
			<content:encoded><![CDATA[<p>In the manufacturing industry, in the field of production management, there is a process known as abnormal management;  a clever measurement system designed to provide prior warning for defects in work products where people are involved.</p>
<p>The Niko-niko Calendar is a tool for automating this process and measuring abnormalities over time. Like many modern manufacturing innovations, it originates from Japan. The <a href="http://github.com/YukiKita/redmine_niko_cale/tree">Niko-niko Calendar plugin for Redmine</a> is a modern version of this tool that should integrate easily with our existing processes.</p>
<p>The value I see in this technology applied to my work specifically is in the harmony of business interests and developer&#8217;s needs.</p>
<p>Imagine a report containing a single table. Across the top horizontally you see each numeric day of the month, and down the left side vertically you see people&#8217;s names. In the center you have a matrix of emoticons.<span id="more-2763"></span></p>
<div class="wp-caption aligncenter" style="width: 564px"><img title="Real-life Niko-niko Calendar" src="http://www.mikesmullin.com/wp-content/uploads/2010/07/jirei.jpg" alt="Real-life Niko-niko Calendar" width="554" height="416" /><p class="wp-caption-text">Real-life Niko-niko Calendar</p></div>
<p>Each day, each member of the team chooses one of three options: happy, sad, or in-between. Everyone who participates has a voice and a platform; transparency is encouraged.</p>
<p>Although it may seem like a kindergarten approach, it provides amazing power and leverage to help management identify abnormalities and make correct decisions before defects occur.<br />
﻿<br />
In applying this technology to your organization, a few of the fundamental benefits you can expect include:</p>
<ul>
<li><strong>“How are you doing?”</strong> becomes a sincere question.</li>
<li><strong>“Why?”</strong> and <strong>“How can I help?”</strong> begins to occur more frequently.</li>
<li>Encourages cooperation and creative solutions.</li>
<li>Becomes more difficult for management to neglect employee safety and morale.</li>
</ul>
<p>This is important because it allows us to measure and track &#8220;abnormalities&#8221; as they occur. The definition of &#8220;Abnormality&#8221; in this context of means &#8220;State that is not normal, although it is not defective.&#8221; or &#8220;State between normality and the defect&#8221;. This system of measurement can benefit any type of project where there is a work product being manufactured.</p>
<p>For example, the developer is asked to work on a ticket but the instructions in the ticket are not clear. The manager is never around to answer questions. The developer keeps developing, trying the best he can, but feels unproductive because he is forced to make several assumptions that could end up being wrong.</p>
<p>Left unchecked, this can lead to defects. Moreover, the state of abnormality shows the symptom to the defect. Suddenly arriving at the defect is not desirable at all. By tracking abnormalities, we are able to resolve problems before they occur.</p>
<p>Also, it is important ahead of the defect to see the change little by little every day. It is important to see the tendency to the change. Because we realize abnormalities are not so abnormal and we are willing to measure them, the defect is not overlooked, and the corrections are realised instead of taken for granted.</p>
<p>See this page for details and usage examples:<br />
<a href="http://www.geocities.jp/nikonikocalendar/index_en.html">&#8220;Niko-niko Calendar&#8221;, an article by AKATA Akinori</a></p><img src="http://feeds.feedburner.com/~r/mikesmullin/~4/YZP81lJIZtQ" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.mikesmullin.com/project-management/abnormal-management-with-niko-niko-calendar/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

