<?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>Adventures in Goat World &#187; unemployment</title>
	<atom:link href="http://www.ellenshapiro.com/blog/category/unemployment/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ellenshapiro.com/blog</link>
	<description></description>
	<lastBuildDate>Fri, 03 Sep 2010 17:23:28 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>So You Want To Move Your Comments From Haloscan To Blogger&#8230;</title>
		<link>http://www.ellenshapiro.com/blog/2010/02/so-you-want-to-move-your-comments-from-haloscan-to-blogger/</link>
		<comments>http://www.ellenshapiro.com/blog/2010/02/so-you-want-to-move-your-comments-from-haloscan-to-blogger/#comments</comments>
		<pubDate>Fri, 12 Feb 2010 02:48:15 +0000</pubDate>
		<dc:creator>Ellen</dc:creator>
				<category><![CDATA[geekery]]></category>
		<category><![CDATA[insanity]]></category>
		<category><![CDATA[technobabble]]></category>
		<category><![CDATA[this post is too long]]></category>
		<category><![CDATA[unemployment]]></category>

		<guid isPermaLink="false">http://www.ellenshapiro.com/blog/?p=6408</guid>
		<description><![CDATA[Warning to regular readers of this blog: SEVERE Nerd Alert. 
A lot of folks I know who started their blogs out on Blogger have used HaloScan for commenting since before Blogger implemented comments. Since HaloScan is shutting down in the next few days, you&#8217;d think you might want to move all your old comments to [...]]]></description>
			<content:encoded><![CDATA[<p><em>Warning to regular readers of this blog: SEVERE Nerd Alert. </em></p>
<p>A lot of folks I know who started their blogs out on Blogger have used HaloScan for commenting since before Blogger implemented comments. Since HaloScan is shutting down in the next few days, you&#8217;d think you might want to move all your old comments to Blogger.</p>
<p>Good luck.</p>
<p>There&#8217;s really no practical reason why someone at Blogger can&#8217;t write some sort of comments parser to handle the XML files that HaloScan spits out, but so far, they haven&#8217;t. If you want to get it done right now, the only way I found to make it work is a ridiculously cumbersome process.</p>
<p>Basically, that process is to import everything into a WordPress blog where it can all be properly combined, then re-export it, run it through python script, and upload it back into Blogger.</p>
<p>I&#8217;ve decided to write up the entire procedure I went through both as an exercise in writing documentation and in order to help anyone else who&#8217;s crazy enough to want to try this. If you think you have the patience for this (or would just like to see exactly how insane I am), hit the &#8220;read the rest&#8221; link that follows.</p>
<p><span id="more-6408"></span></p>
<p>I will warn you that there&#8217;s a pretty decent degree of difficulty on this: There is at least some command line usage involved. There is setting up of a local host on your computer (albeit a dead-easy to use one). There is a LOT of trial and error in this process, and you have to be comfortable with recognizing when things just didn&#8217;t work and you need to start over, or at least take several steps back.</p>
<p>This is also <em>very</em> time consuming. The main reason I had time to futz with all this is that I am currently unemployed.</p>
<p>Also, be sure to read this all the way through these instructions and check out the <a href="#knownissues" target="_self">known issues</a> <em>before</em> you get started. There might be a dealbreaker in there, and I&#8217;d really hate for anyway to get halfway through this ridiculous process and realize that they wasted half a day for something they can&#8217;t use.</p>
<p>I&#8217;d like to say up front that this would absolutely not be possible without the work of <a href="http://justinsomnia.org" target="_blank">Justin Watt</a> (you&#8217;ll see why in steps 4/6), and if this works, you should totally donate to his beer fund.</p>
<p>If you can accept all those caveats, here are the instructions I&#8217;ve put together based on how I got this to (finally) work. I&#8217;ve tried to make it as clear as possible, but some of this stuff gets pretty complicated.</p>
<p>.</p>
<p><strong>Step 1: Install XAMPP on your computer.</strong></p>
<p><a href="http://www.apachefriends.org/en/xampp.html" target="_blank">XAMPP</a> is a free local server with PHP and MySQL tools built right into it, and which works on Windows, OS X, and Linux (and Solaris if you REALLY want to get out there).</p>
<p>You can also run it as a webserver, but for the purposes of this set of instructions, I&#8217;m actually keeping it off-line so that the blog I&#8217;m doing this on for a friend of mine remains unpublished (since he only allows selected readers on Blogger).</p>
<p>.</p>
<p><strong>Step 2: Install Wordpress on your XAMPP Local Host. </strong></p>
<p><a href="http://www.tamba2.org.uk/wordpress/xampp/">Great set of instructions here</a> for Windows XP. The main difference for setting it up for OS X is actually in the installation of XAMPP, which <a href="http://www.apachefriends.org/en/xampp-macosx.html#5468" target="_blank">the XAMPP website covers pretty simply</a>. Note that when you&#8217;re in Applications &gt; XAMPP folder, you&#8217;ll see a shortcut to the &#8220;htdocs&#8221; folder that you&#8217;ll want to dump all the Wordpress stuff into.</p>
<p>One thing I did notice when I did a Get Info on it is that the &#8220;htdocs&#8221; folder is marked read-only for &#8220;everyone&#8221;, and you&#8217;ll want to make sure it&#8217;s marked read/write so that your XAMPP server can access it.* On the Mac, hit command-I to Get Info on the folder, then at the bottom of the window that opens up you&#8217;ll see dropdown menus that will allow you to change the permissions easily.</p>
<p>*- Again, I&#8217;m assuming you will NOT be putting the WordPress workaround on the Web, because there are huge security issues with marking a file as read/write for everyone on a live server, and I would STRONGLY recommend against doing this if you&#8217;re working with a live server.</p>
<p>.</p>
<div id="step3"><strong>Step 3: Import your Blogger blog into the WordPress install on your Local Host. </strong></div>
<p>On the sidebar of WordPress&#8217;s admin page, there&#8217;s a Tools &gt; Import feature, and one of the types of blogs you can choose is Blogger. You&#8217;ll have to sign in with your Google Account to authorize the import, but once you&#8217;ve done that, the rest of the process is automated.</p>
<p>I encountered two minor issues with the importer. The first was that there were about 15 or so posts that didn&#8217;t come over, which had to be manually re-added. Out of 2300, I was pretty much okay with that, but going through and figuring out which posts were missed was kind of a pain in the ass.</p>
<p>The second issue was that for some reason the WordPress tool to import from Blogger pulled an extra &#8220;&gt;&#8221; in at the beginning of every. single. post. from a BlogSpot blog. It&#8217;s a little annoying, but it&#8217;s also kind of good as an indicator of what posts have been imported and/or reimported.</p>
<p>I will note &#8211; about a year ago I imported the blog you&#8217;re reading now to WordPress from a Blogger blog about I&#8217;d been publishing via FTP for years, and didn&#8217;t have the &#8220;&gt;&#8221; issue. Don&#8217;t know if it&#8217;s a new bug in the import tool or if it&#8217;s something to do with BlogSpot, but the issue was there.</p>
<p>.</p>
<p><strong>Step 4: Make sure all your Blogger posts have the Post Number somewhere in them. </strong></p>
<p>The easiest way to do that is to go into your Blogger template add the following bit of code in right after the &lt;$BlogItemBody$&gt; string:</p>
<p>&lt;font color=&#8221;[your blog's background color]&#8220;&gt;postID=&lt;$BlogItemNumber$&gt;&lt;/font&gt;</p>
<p>Making it the same color as your background will make it visible to the script that needs to pull the post ID number, but invisible to anyone actually looking at your site (unless they happen to highlight it). I tried doing this as an anchor but the script wasn&#8217;t able to pull it, it&#8217;s got to be right in the actual post.</p>
<p>If you don&#8217;t mind the postID for every post being visible to your readers while you perform all this nonsense, you can just put in postID=&lt;$BlogItemNumber$&gt; .</p>
<p>.</p>
<div id="step5"><strong>Step 5: Install and run the WP-Get-Blogger-Post-IDs script<em>. </em></strong></div>
<p><a href="http://justinsomnia.org/2007/11/importing-haloscan-comments-into-wordpress-23-from-blogger/">This page</a> has two totally invaluable PHP scripts for this process written by Justin Watt: &#8220;wp-get-blogger-post-IDs&#8221; and &#8220;import-haloscan.&#8221; Run step 2 in that page&#8217;s instructions to download, install, and run the &#8220;wp-get-blogger-post-IDs&#8221; script. This will pull in all your post IDs that you set up a minute ago so that the comments can be matched to the appropriate post.</p>
<p>Here&#8217;s the bad news if you have a protected blog: You WILL have to make your Blogger blog temporarily available to anyone if it&#8217;s not already through the Settings &gt; Permissions tab on Blogger.</p>
<p>You don&#8217;t have to allow any search engine indexing or anything, it just takes the &#8220;this blog is open to invited readers only&#8221; wall down temporarily, so unless someone knows your URL and specifically goes to look at it in the short bit where the wall is down, there&#8217;s nothing to be concerned about.</p>
<p>The good news is that Blogger automatically preserves your readers list so that the second you&#8217;re done getting all the info you need, you can immediately turn that protection back on.</p>
<p>NOTE: I did notice when running the PHP scripts on the XAMPP local server that that they can be a little slow, so your wall of protection may need to be down for up to an hour or more, depending on how many posts you have.</p>
<p>.</p>
<p><strong>Step 6: Put your HaloScan Export files in the &#8220;htdocs/wordpress&#8221; file and number them sequentially.</strong></p>
<p>If you have more than one HaloScan export file, go ahead and number them sequentially so they can be imported as &#8220;export1.xml&#8221;, &#8220;export2.xml&#8221;. Then place those files in your main htdocs/wordpress file.</p>
<p>I will note, when I imported 1400 comments to over 2 exports to this blog via WordPress, it did it just fine, but it choked on trying to import all 8,000+ comments at once on the blog I&#8217;m working with on this giant mess.</p>
<p>For my friend&#8217;s blog, I wound up just importing each export file one at a time, throwing all the others in a folder I marked &#8220;exports&#8221; so I knew where they were, but the script would ignore them. You can keep them numbered sequentially so you can keep track of which ones you&#8217;ve already imported, just only have one at a time in the main &#8220;wordpress&#8221; folder.</p>
<p>.</p>
<p><strong>Step 7: Run import-haloscan.php.</strong></p>
<p>Remember <a href="http://justinsomnia.org/2007/11/importing-haloscan-comments-into-wordpress-23-from-blogger/">this page</a> where you got the &#8220;wp-get-blogger-post-IDs&#8221; script? Well, the second script on that page, import-haloscan.php, is the second piece of this, located in that page&#8217;s Step 3. Follow that page&#8217;s instructions on how to download, install, and run that script.</p>
<p>The &#8220;import-haloscan&#8221; script takes all the post IDs you brought in and matches them up with the comments in your HaloScan Export file(s).</p>
<p>.</p>
<p><strong>Step 8: Check and make sure your comments imported correctly. </strong></p>
<p>Make sure the number of comments you imported for each post matches up. You may have a very few missing comments &#8211; When I did it for this blog, I lost 7 out of around 1400 comments, and frankly, I&#8217;d rather have 99.5% than none.</p>
<p>However, if you&#8217;re missing a ton of comments, then you might want to try deleting all the comments (which can be done in bulk from the &#8220;comments&#8221; tab on the sidebar) and reimporting each export file one at a time.</p>
<p>.</p>
<p><strong>Step 9: Export from Wordpress. </strong></p>
<p>Now that you&#8217;ve gotten all your posts and comments linked up and in one place, it&#8217;s time to start getting them back over to Blogger.</p>
<p>Go to Tools &gt; Export, and hit the &#8220;Download Export File&#8221; button. All your posts and their comments will export as a big XML file to your default download directory.</p>
<p>.</p>
<p><strong>Step 10: Download the Google Blog Converters App Engine.</strong></p>
<p>The Data Liberation Front has put together a series of Python scripts that will translate the XML WordPress puts out into something that Blogger can understand. You can download a big old folder of scripts <a href="http://code.google.com/p/google-blog-converters-appengine/" target="_blank">from their Google Code page</a>.</p>
<p>Note that you do need to have a recent version of Python installed for it to work, but most recent OS&#8217;s come with a version that will work pre-installed. If you don&#8217;t have Python installed, <a href=" http://www.python.org/download/" target="_blank">here&#8217;s a link to the Python site</a> which will give you more info on how to make that happen.</p>
<p>.</p>
<p><strong>Step 11: Fire up your command line. </strong></p>
<p>On OS X, Terminal works fantastically for this because you can just drag and drop the files you need.</p>
<p>Once Terminal is up and running, drag the &#8220;wordpress2blogger.sh&#8221; script from the &#8220;bin&#8221; file in the big downloaded file o&#8217;scripts into the terminal window. You&#8217;ll see a plus sign to let you know that the script is able to be added, and then the script&#8217;s name will just show up in the window.</p>
<p>Then, drag in the XML document that exported from WordPress into the terminal window using the same procedure. Once both are added, hit enter. The script will think for a minute, then spit out an enormous amount of text into the terminal window.</p>
<p>.</p>
<p><strong>Step 12: Create the document to upload to Blogger. </strong></p>
<p><em>Edited to add 02.18.10: Excellent tip from Kevin in the comments that will allow you to skip part of this step: </em></p>
<blockquote><p>When executing the command line version, you can automatically capture the terminal output instead of letting it scroll by and then re-selecting/editing. On any *nix system like OSX or linux you just redirect the output into a file with “&gt;”.</p>
<p>sh wordpress2blogger.sh &gt; mynewfile.txt</p></blockquote>
<p><em>Back to our regular programming&#8230;.</em></p>
<p>In Terminal, go to Shell &gt; Export Text As. This will export everything in the Terminal window as a .txt file. However, you&#8217;ll need to go in and do a couple things before it&#8217;s ready for upload. If you&#8217;re using another command line interface, you can also just do a select all on all text and paste it into a blank document.</p>
<p>Open this .txt document in your favorite text Editor &#8211; I prefer TextWrangler because it&#8217;s got an option to soft-wrap text so you don&#8217;t have to scroll sideways for miles.</p>
<p>At the top of the document, select everything before the &#8220;&lt;?xml version=&#8217;1.0&#8242;&#8230;&#8221; and delete it, since that&#8217;s just stuff that was only relevant to the terminal.</p>
<p>Go down to the very bottom of the document, and make sure you delete the &#8220;[your username]&#8217;s-Computer:~ [your username]$&#8221;. This is also only something that is useful to the Terminal.</p>
<p>Once you have deleted both of these items, do a Save As&#8230; and make sure to save it as a .xml file, and use a name that will allow you to distinguish it as the file that needs to be uploaded to Blogger, like &#8220;Wordpress Export For Upload To Blogger.xml&#8221;.</p>
<p>.</p>
<p><strong>Step 13: Upload the file to Blogger&#8230;in a test blog. </strong></p>
<p>I would strongly, strongly recommend setting up a test blog before you re-upload everything to your main blog, since in order to do so, you&#8217;re basically going to have to nuke your main blog.</p>
<p>I set up a test blog on BlogSpot that I restricted so that only my friend and I could see it, then uploaded the XML file generated in Step 12. This allowed me to check that all the posts and comments had made it over &#8211; Which was good because the first time I tried it, I realized I&#8217;d screwed something up and managed to only import comments prior to 2004, and had to go back several steps.</p>
<p>If your upload succeeds and everything looks good in your test blog&#8230;</p>
<p>.</p>
<p><strong>Step 14: Backup, then nuke the content on your main Blogger Blog. </strong></p>
<p>Again, I cannot emphasize enough: Backup, backup, backup. Things go sideways. You want a backup of <em>everything</em>. To backup your Blogger Blog, go to Settings &gt; Basic and at the top there&#8217;s a link to Export Blog. Click that, and then click the big old button that says &#8220;Download Blog.&#8221;</p>
<p>Make sure you note where that file is and possibly rename it something like &#8220;Backed up main blog&#8221; so you can find it if things go wrong.</p>
<p>Once you have that file completely downloaded, you will need to delete all your existing posts so that you don&#8217;t wind up with either a) duplicates or b) posts with comments which won&#8217;t import because they were marked as duplicates.</p>
<p>To do this go to Posting &gt; Edit Posts. Click on Select All, and you&#8217;ll be told that you&#8217;ve selected all the visible posts on the screen, and asked if you&#8217;d like to select all [however many] posts you have. Click to select all [however many] of your posts, then scroll down to the bottom of the screen and click &#8220;Delete Selected.&#8221;</p>
<p>Your template will be unaffected, this will just get rid of all your content (Don&#8217;t panic, we&#8217;re bringing it back in with&#8230;)</p>
<p>.</p>
<p><strong>Step 15: Upload the file to your main Blogger blog. </strong></p>
<p>If you got it working for your test blog, this should work for your main blog. You may have to remove some residual HaloScan commenting code (and add some Blogger code back in) from your template to get all the comments to show up properly, but you should be good to go, except for the Known Issues listed below.</p>
<p>.</p>
<p><strong><a id="knownissues"></a>KNOWN ISSUES</strong></p>
<p>1. This only works with comments that have actually been exported by HaloScan &#8211; Once you&#8217;ve upgraded to Echo, it spits out a totally different type of XML file that cannot be read by the &#8220;import-haloscan&#8221; script and unfortunately I&#8217;m not enough of a code monkey yet to remedy this myself.</p>
<p>2. The Python parser to go from the exported WordPress to your Blogger re-upload seems to only parse the GMT dates/times that WP spits out, not the actual times stuff was posted (the WP-generated export file contains both pieces of data). Depending on where you live, you can wind up with all your posts up to 12 hours off. For me and my friend, this wasn&#8217;t a big issue, but for some people whose blogs are more timestamp-sensitive, this may be a dealbreaker.</p>
<p>3. If you have a blog with a restricted readership, be sure to note that in <a href="#step5">Step 5</a> you will need to make it temporarily available to everyone.</p>
<p>4. Two minor issues with WordPress&#8217;s Blogger Import tool (failing to import a very few old posts; randomly adding a &#8220;&gt;&#8221; to every single imported post from BlogSpot) are detailed in <a href="#step3">Step 3</a>.</p>
<p>&#8212;&#8211;</p>
<p>Phew.</p>
<p>I am absolutely open to suggestions of how I could have done this more easily, but I did quite a bit of digging around and couldn&#8217;t even find instructions for a process this ridiculous and cumbersome, let alone anything simpler.</p>
<p>Hope this helps a few people out, or at least inspires the folks at Blogger to finally put together a HaloScan comment importer. Because this method is completely insane.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ellenshapiro.com/blog/2010/02/so-you-want-to-move-your-comments-from-haloscan-to-blogger/feed/</wfw:commentRss>
		<slash:comments>22</slash:comments>
		</item>
		<item>
		<title>In Which I Attempt To Blame My Laziness On The Cat</title>
		<link>http://www.ellenshapiro.com/blog/2010/01/in-which-i-attempt-to-blame-my-laziness-on-the-cat/</link>
		<comments>http://www.ellenshapiro.com/blog/2010/01/in-which-i-attempt-to-blame-my-laziness-on-the-cat/#comments</comments>
		<pubDate>Tue, 26 Jan 2010 09:16:12 +0000</pubDate>
		<dc:creator>Ellen</dc:creator>
				<category><![CDATA[boredom]]></category>
		<category><![CDATA[illness]]></category>
		<category><![CDATA[unemployment]]></category>

		<guid isPermaLink="false">http://www.ellenshapiro.com/blog/?p=6388</guid>
		<description><![CDATA[I&#8217;ve gotten into something of a winter funk. It started out with the aforementioned really awesome stomach bug that left my innards out of sorts and me curled up in pain for a week, and continued into a solid week of pouring rain in LA.
Rain in L.A. somehow seems much more depressing and draining than [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve gotten into something of a winter funk. It started out with the aforementioned really awesome stomach bug that left my innards out of sorts and me curled up in pain for a week, and continued into a solid week of pouring rain in LA.</p>
<p>Rain in L.A. somehow seems much more depressing and draining than rain anywhere else, probably because it&#8217;s always sunny here and the change of pace is so much more severe.</p>
<p>So between the illness and the rain, I&#8217;ve been tempted many times these last few weeks to just curl up on my couch and sleep the day away. Some days, I manage to fight the urge and actually get up and get a load or two of laundry done.</p>
<p>But more often than not the last couple of weeks, Chaplin will jump up on me, and either curl up between my feet or on my chest. The power of a sleeping cat is utterly ridiculous when it comes to draining me of any ability to stay awake. He&#8217;s like a purring hot water bottle.</p>
<p>I can sleep 10 hours a night and if I don&#8217;t snap myself out of it, I&#8217;ll still nap another two hours with the kitty. Which is exactly what happened last night and this afternoon.</p>
<p>I&#8217;ve mostly only been getting out to go to the gym recently, and I think I need to make sure I keep changing things up a bit more in order to prevent myself from literally sleeping my life away.</p>
<p>The first thing I need to do is get back to dragging myself to the gym in the morning rather than the afternoon &#8211; I always have way more energy after the gym, and am consequently way better at fighting off cat-induced sleepiness.</p>
<p>I also think I need to increase the time I spend away from my apartment, even though it may increase the danger of me spending money. That&#8217;s been my primary unemployment excuse for never leaving the house: Staying in is almost always cheaper than doing anything other than bike riding outside.</p>
<p>I&#8217;m at the point where I&#8217;m so averse to spending money that I can&#8217;t really bring myself to go to the local coffeehouse or sandwich shop and gank their wifi just for a change of scenery, because I&#8217;ll be tempted to at least order a hideously overpriced beverage if not a sandwich that costs more than I have budgeted for my entire day&#8217;s worth of meals.</p>
<p>So I think it&#8217;s time for me to hit up my friendly local parks and maybe go sit and get my reading-learning done out by the ocean when it&#8217;s a smidge less windy than it has been. Maybe I&#8217;ll even break down and go to a library.</p>
<p>The fact that it&#8217;s supposed to pour again all day tomorrow (well, today at this point) means that at least the &#8220;go outside more&#8221; part of this plan won&#8217;t start until Wednesday, but I think putting my finger on the problem will at least help me address it.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ellenshapiro.com/blog/2010/01/in-which-i-attempt-to-blame-my-laziness-on-the-cat/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Life, v3.0</title>
		<link>http://www.ellenshapiro.com/blog/2009/11/life-v3-0/</link>
		<comments>http://www.ellenshapiro.com/blog/2009/11/life-v3-0/#comments</comments>
		<pubDate>Thu, 05 Nov 2009 09:09:27 +0000</pubDate>
		<dc:creator>Ellen</dc:creator>
				<category><![CDATA[FYI]]></category>
		<category><![CDATA[edumacation]]></category>
		<category><![CDATA[geekery]]></category>
		<category><![CDATA[strike]]></category>
		<category><![CDATA[television]]></category>
		<category><![CDATA[this post is too long]]></category>
		<category><![CDATA[unemployment]]></category>
		<category><![CDATA[work]]></category>

		<guid isPermaLink="false">http://www.ellenshapiro.com/blog/?p=6287</guid>
		<description><![CDATA[Until I was about 21, I thought I was going to be a rock star.
Until I was 28, I thought I was going to make movies and TV for a living.
Until I was ____, I thought I was going to be a professional computer nerd.
&#8212;
Life has taken a lot of twists and turns for me [...]]]></description>
			<content:encoded><![CDATA[<p>Until I was about 21, I thought I was going to be a rock star.</p>
<p>Until I was 28, I thought I was going to make movies and TV for a living.</p>
<p>Until I was ____, I thought I was going to be a professional computer nerd.</p>
<p style="text-align: center;">&#8212;</p>
<p>Life has taken a lot of twists and turns for me since the writers&#8217; strike of 2007-2008. Since that strike began on November 5, 2007, I have spent almost twelve of these last 24 months unemployed.</p>
<p>Part of that was the strike. Part of that was my decision to move into the production line and out of working directly for producers, which is an inherently more volatile career path.</p>
<p>But much of it has been the way the bottom has absolutely fallen out of filming in L.A. The combination of the strike starting a rearrangement of the way the business works and the economy in general going down the tubes has contributed to a precipitous drop in filming here. There&#8217;s just no work.</p>
<p>I realized a couple months ago as I was making my bajillionth phone call looking for work that I have not received one phone call back since June. June was also my last interview, for a job I had locked down until an actor decided to put in a good word for his niece, and then she had it locked down.</p>
<p>I&#8217;ve offered to take PA jobs again, but they&#8217;re not looking to take someone with as much experience in higher-up jobs as I have. In some cases, they think it&#8217;s because I think I&#8217;m above the scut work (which I don&#8217;t, I wouldn&#8217;t be applying for a PA job if I did), and in some cases, it seems they think I&#8217;ll outshine them (with the people who are insecure enough to actually worry about this, that might be a more valid concern).</p>
<p>Everywhere I look in terms of what my skills can get me in the entertainment business, I either see jobs that are so severely overworked and underpaid that I would rather work at Starbucks again than take them, because at least at Starbucks I would get health insurance, or nothing at all.</p>
<p>And frankly, the way things are going right now with the economy and the out-of-state filming incentives and the studios and networks freaking the fuck out about every last penny, I don&#8217;t see that scenario changing in the next 18-24 months at the absolute earliest.</p>
<p>Sometimes, you just wake up and realize that the universe is trying to tell you something. And the universe is telling me it&#8217;s time to do something else with my life.</p>
<p style="text-align: center;">&#8212;</p>
<p>And now, a brief comic interlude:</p>
<p style="text-align: center;"><a href="http://www.amazingsuperpowers.com/2009/10/ghost-of-collegiate-past/" target="_blank"><img class="aligncenter" title="Yep." src="http://www.ellenshapiro.com/blogstuff/images/aspghostofcollege.png" alt="" width="471" height="191" /></a><em>Click to enlarge.</em></p>
<p style="text-align: left;">From <a href="http://www.amazingsuperpowers.com/2009/10/ghost-of-collegiate-past/" target="_blank">Amazing Super Powers</a>.</p>
<p style="text-align: center;">&#8212;</p>
<p>I&#8217;ve always been a pop-culture nerd, but I wasn&#8217;t a serious computer nerd until the last 3-4 years. I learned some HTML programming in college, and really enjoyed it, but the complete time-sink that is working in entertainment pulled me off the track that would have kept me learning more about programming.</p>
<p>While the primary technical things that I&#8217;ve done in the last few years have involved technical troubleshooting and working as an ad-hoc IT Guy, what I really want to learn about is how to make computers do what I want them to.</p>
<p>And to do that, I need to learn how to program. I need to learn about architecture and C++ and the vagaries of programming for different platforms. I really want to learn how to take some ideas I have for programs and turn them into reality, from start to finish.</p>
<p>This, however, will require a fair amount of school. Right now I&#8217;m on step 0.1, taking some very basic classes at the community college level, trying to figure out exactly where my interests take me in terms of how I want to program.</p>
<p>My ultimate goal is a Masters&#8217; in Computer Science. I&#8217;m in the middle of a choose-your-own-adventure bit of figuring out how that&#8217;s going to happen, but I do know that I&#8217;m sure as shit not going back to school just to get a second Bachelor&#8217;s.</p>
<p>I&#8217;m putting together an application to Stanford to start next fall, since a) they have an extraordinarily strong program and b) they are one of the only well-respected Graduate-level CS programs that will actually accept people who don&#8217;t have a CS undergrad background as long as they&#8217;re willing to learn.</p>
<p>It&#8217;s an extremely competitive program, so I have a fairly comprehensive backup plan standing by. I&#8217;ll get into it at some point down the road if need be.</p>
<p>If I do somehow manage to get into Stanford, however, I expect to hear a lot of <a href="http://download.lardlad.com/sounds/season13/brawl11.mp3" target="_blank">this</a> [note: mp3 link].</p>
<p style="text-align: center;">&#8212;</p>
<p>I&#8217;ve talked to a fair number of you guys about all this in differing degrees of depth, but I felt like I really needed to try and bring everything together in one place, almost more for my own purposes than to try and clarify it for everyone else.</p>
<p>I certainly won&#8217;t say I&#8217;m never working in entertainment again. If someone offered me a job right now that would help me keep my union health insurance even a bit longer, I&#8217;d take it in a second. But I don&#8217;t see my future in production anymore, and that&#8217;s where things have changed.</p>
<p>This is a path that&#8217;s been slowly coalescing over the last few months, and has picked up a lot of steam since about Labor day, when I finally accepted that I probably wouldn&#8217;t work in entertainment for much of the rest of the year.</p>
<p>It took a long time for the pieces to come together well enough for me to see them, but once they did, my way forward became much, much clearer. I&#8217;ve got a plan, or really a bunch of plans all leading in the same direction.</p>
<p>Now all I have to do is try and figure out how to get there from here.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ellenshapiro.com/blog/2009/11/life-v3-0/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
<enclosure url="http://download.lardlad.com/sounds/season13/brawl11.mp3" length="57060" type="audio/mpeg" />
		</item>
		<item>
		<title>Clown&#8217;ll Eat Me</title>
		<link>http://www.ellenshapiro.com/blog/2009/10/clownll-eat-me/</link>
		<comments>http://www.ellenshapiro.com/blog/2009/10/clownll-eat-me/#comments</comments>
		<pubDate>Fri, 09 Oct 2009 09:38:37 +0000</pubDate>
		<dc:creator>Ellen</dc:creator>
				<category><![CDATA[insomnia]]></category>
		<category><![CDATA[unemployment]]></category>

		<guid isPermaLink="false">http://www.ellenshapiro.com/blog/?p=6257</guid>
		<description><![CDATA[I&#8217;ve been really tired all week, but somehow I&#8217;m still managing to stay up until 2 or 3am.
Chaplin seems to be biologically programmed to wake up at about 8am and knock shit over until I drag myself out of bed, so things are not going to be fun until I can convince my body that [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been really tired all week, but somehow I&#8217;m still managing to stay up until 2 or 3am.</p>
<p>Chaplin seems to be biologically programmed to wake up at about 8am and knock shit over until I drag myself out of bed, so things are not going to be fun until I can convince my body that really, midnight is a perfectly reasonable time to go to sleep.</p>
<p>I haven&#8217;t had hard-core insomnia in a while, so I&#8217;d forgotten a few things about it. Things get much much quieter in my neighborhood, since the dull roar of the freeway fades to almost nothing.</p>
<p>Sounds I normally wouldn&#8217;t notice, like the ticking of the clock over my TV or the ringing in my ears from years of thinking I was going to be a rock star, become overwhelming.</p>
<p>The biggest problem with insomnia when unemployed is that it&#8217;s very difficult to motivate myself to get back on a normal schedule, because really, what do I really <em>need</em> to get up for?</p>
<p>Other than, you know, my sanity?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ellenshapiro.com/blog/2009/10/clownll-eat-me/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Yep, Still Unemployed</title>
		<link>http://www.ellenshapiro.com/blog/2009/09/yep-still-unemployed/</link>
		<comments>http://www.ellenshapiro.com/blog/2009/09/yep-still-unemployed/#comments</comments>
		<pubDate>Sun, 27 Sep 2009 02:11:09 +0000</pubDate>
		<dc:creator>Ellen</dc:creator>
				<category><![CDATA[link dumps]]></category>
		<category><![CDATA[unemployment]]></category>

		<guid isPermaLink="false">http://www.ellenshapiro.com/blog/?p=6227</guid>
		<description><![CDATA[Another pair of unemployment funnies around the internets for your time-killing pleasure. From Indexed:

From Garfield Minus Garfield:

]]></description>
			<content:encoded><![CDATA[<p style="text-align: left;">Another pair of unemployment funnies around the internets for your time-killing pleasure. From <a href="http://www.thisisindexed.com" target="_blank">Indexed</a>:</p>
<p style="text-align: left;"><a href="http://thisisindexed.com/2009/08/nothing-better-to-do/"><img class="aligncenter" title="True." src="http://www.ellenshapiro.com/blogstuff/images/indexedunemployment.jpg" alt="" width="444" height="277" /></a></p>
<p style="text-align: left;">From <a href="http://www.garfieldminusgarfield.net" target="_blank">Garfield Minus Garfield</a>:</p>
<p style="text-align: center;"><a href="http://garfieldminusgarfield.net/post/189372667"><img class="aligncenter" title="Thisll happen." src="http://www.ellenshapiro.com/blogstuff/images/g-gbored.png" alt="" width="500" height="148" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.ellenshapiro.com/blog/2009/09/yep-still-unemployed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Unemployment Funnies</title>
		<link>http://www.ellenshapiro.com/blog/2009/08/unemployment-funnies/</link>
		<comments>http://www.ellenshapiro.com/blog/2009/08/unemployment-funnies/#comments</comments>
		<pubDate>Sat, 08 Aug 2009 06:23:17 +0000</pubDate>
		<dc:creator>Ellen</dc:creator>
				<category><![CDATA[Onion]]></category>
		<category><![CDATA[hilarity]]></category>
		<category><![CDATA[unemployment]]></category>

		<guid isPermaLink="false">http://www.ellenshapiro.com/blog/?p=6192</guid>
		<description><![CDATA[One that I&#8217;ve been saving for a while because it so defines the existence of the unemployed person, courtesy of Garfield Minus Garfield:

And one that was recently reposted by The Onion, Unemployed Man Getting Really Good At Unemployment:
Through a months-long process of trial and error, Higby has learned the tricks of the unemployment trade.
&#8220;Leaving the [...]]]></description>
			<content:encoded><![CDATA[<p>One that I&#8217;ve been saving for a while because it so defines the existence of the unemployed person, courtesy of <a href="http://www.garfieldminusgarfield.net" target="_blank">Garfield Minus Garfield</a>:</p>
<p style="text-align: left;"><a href="http://garfieldminusgarfield.net/post/118449457/original"><img class="aligncenter" title="This is me, every morning" src="http://www.ellenshapiro.com/blogstuff/images/g-gunemployment.jpg" alt="" width="500" height="142" /></a><br />
And one that was recently reposted by <em>The Onion</em>, <a href="http://www.theonion.com/content/news/unemployed_man_getting_really_good" target="_blank">Unemployed Man Getting Really Good At Unemployment</a>:</p>
<blockquote><p>Through a months-long process of trial and error, Higby has learned the tricks of the unemployment trade.</p>
<p>&#8220;Leaving the house every single day is very important, even if it&#8217;s just to spend a few hours at the coffee shop organizing the MP3 files on your laptop,&#8221; Higby said. &#8220;I try to be out the door by 2 or 3 in the afternoon—no exceptions. You have to get out and do something during the day in order to not feel guilty about going out drinking that night.&#8221;</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.ellenshapiro.com/blog/2009/08/unemployment-funnies/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>It&#8217;s All Fun and Games</title>
		<link>http://www.ellenshapiro.com/blog/2009/08/its-all-fun-and-games/</link>
		<comments>http://www.ellenshapiro.com/blog/2009/08/its-all-fun-and-games/#comments</comments>
		<pubDate>Mon, 03 Aug 2009 04:27:23 +0000</pubDate>
		<dc:creator>Ellen</dc:creator>
				<category><![CDATA[insanity]]></category>
		<category><![CDATA[insomnia]]></category>
		<category><![CDATA[unemployment]]></category>

		<guid isPermaLink="false">http://www.ellenshapiro.com/blog/?p=6178</guid>
		<description><![CDATA[It&#8217;s always fun to play the game, &#8220;Do I feel blah because&#8230;?&#8221; This week&#8217;s candidates:

I&#8217;m bored out of my mind and am slowly feeling my sanity slip away as I go deeper into my fourth month of unemployment?
I&#8217;m coming down with something?
My increasingly unbearable bed is causing me to sleep so poorly that I actually [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s always fun to play the game, &#8220;Do I feel blah because&#8230;?&#8221; This week&#8217;s candidates:</p>
<ul>
<li>I&#8217;m bored out of my mind and am slowly feeling my sanity slip away as I go deeper into my fourth month of unemployment?</li>
<li>I&#8217;m coming down with something?</li>
<li>My increasingly unbearable bed is causing me to sleep so poorly that I actually feel worse when I wake up?</li>
</ul>
<p>I&#8217;m at least trying to do something about #1 and #3 &#8211; I decided to take a couple computer science classes in the fall at my friendly local community college to prevent my brain from turning completely to mush, and to do so online so I can keep going even if I do get a job.</p>
<p>I also decided it&#8217;s time to break down and crack into some super-on-ice-pretend-they-don&#8217;t-exist funds and get a new mattress, just to be able to get a decent night&#8217;s sleep for once.</p>
<p>I&#8217;m just going to have to cross my fingers it&#8217;s not #2.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ellenshapiro.com/blog/2009/08/its-all-fun-and-games/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Noted and Quoted</title>
		<link>http://www.ellenshapiro.com/blog/2009/07/noted-and-quoted/</link>
		<comments>http://www.ellenshapiro.com/blog/2009/07/noted-and-quoted/#comments</comments>
		<pubDate>Thu, 16 Jul 2009 03:51:49 +0000</pubDate>
		<dc:creator>Ellen</dc:creator>
				<category><![CDATA[notable quotes]]></category>
		<category><![CDATA[television]]></category>
		<category><![CDATA[unemployment]]></category>

		<guid isPermaLink="false">http://www.ellenshapiro.com/blog/?p=6153</guid>
		<description><![CDATA[The rather brilliant Hank Steuver, kicking off his hilarious review of new daytime talk show The Wendy Williams Show:
What should be on television in the middle of the day? What should fill the space between all those commercials for personal-injury attorneys, cures for urinary-tract infections and the promises of vo-tech schooling? Should anything be on? [...]]]></description>
			<content:encoded><![CDATA[<p>The rather brilliant Hank Steuver, kicking off his hilarious review of new daytime talk show <a href="http://www.washingtonpost.com/wp-dyn/content/article/2009/07/13/AR2009071303238.html?wprss=rss_print/style" target="_blank"><em>The Wendy Williams Show</em></a>:</p>
<blockquote><p>What <em>should</em> be on television in the middle of the day? What should fill the space between all those commercials for personal-injury attorneys, cures for urinary-tract infections and the promises of vo-tech schooling? Should anything be on? (Is &#8220;off&#8221; an option anymore, even in hospitals?)</p>
<p>All the available genres nearly died or migrated to niche networks &#8212; game shows, sitcom reruns, soaps, cooking demonstrations, local chatter. What programming remains will make you thank your lucky stars that you aren&#8217;t infirm or underemployed. The sound of a television turned on at high noon is the sound of utter human defeat. (The drone never ceases with the ads: bad credit, bad floors, bad living.)</p></blockquote>
<p>As someone who is under-to-unemployed and on occasion turns on live TV in the middle of the day: Ye gods, is he ever right.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ellenshapiro.com/blog/2009/07/noted-and-quoted/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>28 And Other Recent Developments</title>
		<link>http://www.ellenshapiro.com/blog/2009/06/28-and-other-recent-developments/</link>
		<comments>http://www.ellenshapiro.com/blog/2009/06/28-and-other-recent-developments/#comments</comments>
		<pubDate>Fri, 12 Jun 2009 08:31:38 +0000</pubDate>
		<dc:creator>Ellen</dc:creator>
				<category><![CDATA[geekery]]></category>
		<category><![CDATA[television]]></category>
		<category><![CDATA[too much free time]]></category>
		<category><![CDATA[unemployment]]></category>
		<category><![CDATA[work]]></category>

		<guid isPermaLink="false">http://www.ellenshapiro.com/blog/?p=6116</guid>
		<description><![CDATA[Recently, I have:

Turned 28, to relatively little fanfare. Which is probably appropriate, because it&#8217;s not a terribly significant birthday. Drinks at the friendly local &#8220;We have a ton of awesome beer&#8221; establishment were fun, though.&#160;
Found a surprisingly viable backup employment plan if I can&#8217;t get on anything for the fall season (which I&#8217;ll go into [...]]]></description>
			<content:encoded><![CDATA[<p>Recently, I have:</p>
<ul>
<li>Turned 28, to relatively little fanfare. Which is probably appropriate, because it&#8217;s not a terribly significant birthday. Drinks at the friendly local &#8220;We have a ton of awesome beer&#8221; establishment were fun, though.<br />&nbsp;</li>
<li>Found a surprisingly viable backup employment plan if I can&#8217;t get on anything for the fall season (which I&#8217;ll go into at some point later on if/when it happens). But the good news is that I am relatively confident that I will not be boiling my own shoes for dinner. At least not until after Thanksgiving.<br />&nbsp;</li>
<li>Had my phone deteriorate to the point where it&#8217;s going to take a lot of restraint for me to not smash the thing with a ballpeen hammer between now and next Friday when I get the new iPhone. Thankfully I have kept a dedicated phone replacement fund and have decided to say &#8220;Screw unemployment!&#8221; and just get the damn new one.<br />&nbsp;</li>
<li>Gotten new neighbors after 5 months of the apartment next door being empty because the landlord refused to face reality about the way rents are falling around here. They seem nice, but their cigarette smoke seeps into my apartment on occasion, and they let their cats roam about, which tends to freak Chaplin out in the middle of the night from time to time.<br />&nbsp;</li>
<li>Broke down and finally gotten myself the &#8220;Hooray, I lost 80lbs!&#8221; reward I&#8217;d been planning to get for months: An iPod shuffle/waterproof headset combo which will keep me entertained while swimming long distances. I&#8217;m now doing 2 miles with no problem, and I&#8217;m considering bumping up to 4km when I can get away with it.<br />&nbsp;</li>
<li>Watched an absolute fuckton of TV. Rewatched entire 4th season of <em>BSG</em>, now working through Netflix discs of <em>Big Bang Theory</em> (more geekily amusing than I recalled it being, since I dropped it after the pilot) and re-watching <em>Band of Brothers</em>, probably going to go through all of <em>Deadwood</em> next.<br />&nbsp;</li>
<li>Received a sternly worded letter from the landlord to the entire building that the toilets are ONLY for disposal of human waste and toilet paper. I&#8217;m not sure whether or not I want to hear the story behind that one.<br />&nbsp;</li>
<li>Have fought the good fight against my body&#8217;s natural instinct to stay awake ridiculously late and then get up mid-morning. Generally won, though this week I&#8217;ve mostly lost (as evidenced by the timestamp on this post).</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.ellenshapiro.com/blog/2009/06/28-and-other-recent-developments/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Spring Cleaning</title>
		<link>http://www.ellenshapiro.com/blog/2009/05/spring-cleaning-2/</link>
		<comments>http://www.ellenshapiro.com/blog/2009/05/spring-cleaning-2/#comments</comments>
		<pubDate>Thu, 28 May 2009 07:32:22 +0000</pubDate>
		<dc:creator>Ellen</dc:creator>
				<category><![CDATA[apartment]]></category>
		<category><![CDATA[too much free time]]></category>
		<category><![CDATA[unemployment]]></category>

		<guid isPermaLink="false">http://www.ellenshapiro.com/blog/?p=6112</guid>
		<description><![CDATA[I am a terrible cleaner. I keep my kitchen completely spotless because I spent some time living with people who let food fester and attract pests, but otherwise, my place generally veers between &#8220;hit by a tornado&#8221; and &#8220;aftermath of a car bomb.&#8221;
Having been unemployed and stuck at home long enough, however, I&#8217;ve finally gotten [...]]]></description>
			<content:encoded><![CDATA[<p>I am a terrible cleaner. I keep my kitchen completely spotless because I spent some time living with people who let food fester and attract pests, but otherwise, my place generally veers between &#8220;hit by a tornado&#8221; and &#8220;aftermath of a car bomb.&#8221;</p>
<p>Having been unemployed and stuck at home long enough, however, I&#8217;ve finally gotten to the point where I feel like it ought to be addressed. And I&#8217;m getting pretty far down on the list of other projects that need to be done.</p>
<p>Hauling about four bags of crap to the trash and sticking another box in my car to go to Goodwill after just hitting the living room and bedroom at a moderate level today felt like progress. There are now several more square feet of visible floor than there were this morning.</p>
<p>The problem is, that&#8217;s just what I had to do to get the place clean enough that I would be comfortable actually having a cleaning professional come in and clean everything else. Sadly, I splurged on something else (that I&#8217;ll write about once it&#8217;s up and running), so my time vs. money ratio tells me it&#8217;s all on me to clean.</p>
<p>It&#8217;s a definite multi-day task. The bathroom alone is probably going to take me a goodly chunk of tomorrow, and there&#8217;s a filing nightmare that awaits me in about a year&#8217;s worth of paperwork that&#8217;s currently sitting in a gigantic pile on my chair, telling me that I need to switch more of my bills to e-bills.</p>
<p>But hey, it&#8217;s something to do. And when I&#8217;ve reached the point where I&#8217;m so bored that I&#8217;m resorting to cleaning to have something to do, it is officially time for me to get a job.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ellenshapiro.com/blog/2009/05/spring-cleaning-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
