<?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:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0"><channel><title>Rachel's Blog</title><link>http://www.rachelreese.us:80/</link><description>Rachel's Blog</description><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/rachelreese/LiUr" /><feedburner:info uri="rachelreese/liur" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item><title>Progressive F# Tutorials</title><link>http://feedproxy.google.com/~r/rachelreese/LiUr/~3/y4FEXkSJZsI/progressive-f-tutorials</link><description>&lt;p&gt;I had a bunch of friends attend and tweet about the Progressive F# tutorials this past week. I couldn&amp;rsquo;t quite instantaneously make it to London for the conference, so I&amp;rsquo;ve been following up watching the videos (all online, here: &lt;a title="http://skillsmatter.com/podcast/scala/fsharp3" href="http://skillsmatter.com/podcast/scala/fsharp3"&gt;http://skillsmatter.com/podcast/scala/fsharp3&lt;/a&gt;). Don Syme&amp;rsquo;s keynote is great, and from what I&amp;rsquo;ve seen of the rest of the talks, I&amp;rsquo;d love to be able to head over for the next one. Or have one here!&lt;/p&gt;
&lt;h1&gt;F# Koans&lt;/h1&gt;
&lt;p&gt;The other supercool thing I learned about was &lt;a href="https://github.com/ChrisMarinos/FSharpKoans" target="_blank"&gt;the F# Koans&lt;/a&gt; &amp;ndash; &lt;a href="http://chrismarinos.com/" target="_blank"&gt;Chris Marinos&lt;/a&gt; created a project based on &lt;a href="http://edgecase.com/" target="_blank"&gt;Edgecase&lt;/a&gt;&amp;rsquo;s &lt;a href="http://rubykoans.com/" target="_blank"&gt;Ruby Koans&lt;/a&gt;. The way it works, you&amp;rsquo;re presented with a project full of failing tests, and you&amp;rsquo;re required to adjust them to passing. This walks you through very basic examples, and requires you to actually interact with the language. I had tons of fun! It took me a while to finish them all -- and I&amp;rsquo;ll admit I had no end of trouble with the Options one -- but I solidified some knowledge &amp;amp; learned a few new things, and I&amp;rsquo;d recommend them to anyone just starting out! Or not, &amp;lsquo;cause I bet you&amp;rsquo;ll learn something anyway! ;)&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/rachelreese/LiUr/~4/y4FEXkSJZsI" height="1" width="1"/&gt;</description><pubDate>Mon, 07 Nov 2011 00:23:54 GMT</pubDate><guid isPermaLink="false">http://www.rachelreese.us:80/progressive-f-tutorials</guid><feedburner:origLink>http://www.rachelreese.us:80/progressive-f-tutorials</feedburner:origLink></item><item><title>Upgrading Orchard and XML-RPC Error posting with Live Writer</title><link>http://feedproxy.google.com/~r/rachelreese/LiUr/~3/xZ82wAYVZ0E/upgrading-orchard-and-xml-rpc-error-posting-with-live-writer</link><description>&lt;p&gt;I decided to upgrade this site to the 1.3 version of Orchard last night. &lt;/p&gt; &lt;p&gt;Upgrading to a new version is laid out here: &lt;a href="http://www.orchardproject.net/docs/Upgrading-a-site-to-a-new-version-of-Orchard.ashx"&gt;http://www.orchardproject.net/docs/Upgrading-a-site-to-a-new-version-of-Orchard.ashx&lt;/a&gt; and is, honestly, very easy. Make backup, install in new directory, copy over a couple important folders, and update modules from the website. And it just works. :) &lt;/p&gt; &lt;p&gt;Ok, well mostly. &lt;/p&gt; &lt;p&gt;I had been in the middle of a blog post (saved locally in Live Writer) when I decided to upgrade. When I returned to the post, finished, and tried to publish; Live Writer would error, with the following:&lt;/p&gt; &lt;p&gt;&lt;a href="http://rachelreese.us/Media/Default/Windows-Live-Writer/bd69920e0584_11D44/image_thumb5_2.png"&gt;&lt;img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="image_thumb5" border="0" alt="image_thumb5" src="http://rachelreese.us/Media/Default/Windows-Live-Writer/bd69920e0584_11D44/image_thumb5_thumb.png" width="375" height="251"&gt;&lt;/a&gt; &lt;/p&gt; &lt;p&gt;I was able to re-connect to the blog successfully, and re-download the theme, but it just would *not* publish either a post or a draft. With a bit of searching I was able to find &lt;a href="http://orchard.codeplex.com/discussions/275276" target="_blank"&gt;the following (simple) advice&lt;/a&gt; on the Orchard forums: copy and paste the post into a “new” post, and you’ll be good to go. &lt;/p&gt; &lt;p&gt;Happy blogging. :)&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/rachelreese/LiUr/~4/xZ82wAYVZ0E" height="1" width="1"/&gt;</description><pubDate>Sun, 16 Oct 2011 02:17:20 GMT</pubDate><guid isPermaLink="false">http://www.rachelreese.us:80/upgrading-orchard-and-xml-rpc-error-posting-with-live-writer</guid><feedburner:origLink>http://www.rachelreese.us:80/upgrading-orchard-and-xml-rpc-error-posting-with-live-writer</feedburner:origLink></item><item><title>Another Project Euler problem, and a List.fold example</title><link>http://feedproxy.google.com/~r/rachelreese/LiUr/~3/aprt2SnEJV4/another-project-euler-problem-and-a-list.fold-example</link><description>&lt;h1&gt;Project Euler Problem #6&lt;/h1&gt; &lt;p&gt;Part two in what I hope will be a series on solving some of the &lt;a href="http://projecteuler.net" target="_blank"&gt;Project Euler&lt;/a&gt; problems just to learn F# (&lt;a href="http://rachelreese.us/project-euler-problems-with-f" target="_blank"&gt;part 1 here&lt;/a&gt;). &lt;/p&gt; &lt;p&gt;I skipped down to &lt;a href="http://projecteuler.net/problem=6" target="_blank"&gt;#6&lt;/a&gt; next, and was able to whip out a few lines of F# pretty quickly to get the answer. Since I was just re-using List.sum and List.map, there wasn’t much new here. &lt;/p&gt; &lt;div class="csharpcode"&gt;&lt;pre class="alt"&gt;&lt;span class="lnum"&gt;   1:  &lt;/span&gt;let numbers = [1..100]&lt;/pre&gt;&lt;pre&gt;&lt;span class="lnum"&gt;   2:  &lt;/span&gt;let squares = numbers |&amp;gt; List.map (fun x -&amp;gt; x*x)&lt;/pre&gt;&lt;pre class="alt"&gt;&lt;span class="lnum"&gt;   3:  &lt;/span&gt;let sumsquares = List.sum squares&lt;/pre&gt;&lt;pre&gt;&lt;span class="lnum"&gt;   4:  &lt;/span&gt;let sums = List.sum numbers&lt;/pre&gt;&lt;pre class="alt"&gt;&lt;span class="lnum"&gt;   5:  &lt;/span&gt;let squaresums = sums*sums&lt;/pre&gt;&lt;pre&gt;&lt;span class="lnum"&gt;   6:  &lt;/span&gt;let total = squaresums - sumsquares&lt;/pre&gt;&lt;/div&gt;
&lt;style type="text/css"&gt;.csharpcode, .csharpcode pre
{
	font-size: small;
	color: black;
	font-family: consolas, "Courier New", courier, monospace;
	background-color: #ffffff;
	/*white-space: pre;*/
}
.csharpcode pre { margin: 0em; }
.csharpcode .rem { color: #008000; }
.csharpcode .kwrd { color: #0000ff; }
.csharpcode .str { color: #006080; }
.csharpcode .op { color: #0000c0; }
.csharpcode .preproc { color: #cc6633; }
.csharpcode .asp { background-color: #ffff00; }
.csharpcode .html { color: #800000; }
.csharpcode .attr { color: #ff0000; }
.csharpcode .alt 
{
	background-color: #f4f4f4;
	width: 100%;
	margin: 0em;
}
.csharpcode .lnum { color: #606060; }
&lt;/style&gt;

&lt;p&gt;Then after &lt;a href="https://twitter.com/#!/rickasaurus/status/123962612156342272" target="_blank"&gt;a short chat&lt;/a&gt; with &lt;a href="http://richardminerich.com/" target="_blank"&gt;Richard Minerich&lt;/a&gt;, whose &lt;a href="http://richardminerich.com/2011/10/advice-for-getting-started-with-f/" target="_blank"&gt;blog post on getting started&lt;/a&gt; gave me the idea to work on the Project Euler problems to begin with, I decided to condense this a bit. I was able to pretty quickly rewrite lines 2 and 3, and 3 and 4 into: &lt;/p&gt;
&lt;div class="csharpcode"&gt;&lt;pre class="alt"&gt;&lt;span class="lnum"&gt;   1:  &lt;/span&gt;let sumsqaures = numbers |&amp;gt; List.map (fun x -&amp;gt; x*x)|&amp;gt; List.sum &lt;/pre&gt;&lt;pre&gt;&lt;span class="lnum"&gt;   2:  &lt;/span&gt;let squaresums = numbers |&amp;gt; List.sum |&amp;gt; (fun x -&amp;gt; x*x)&lt;/pre&gt;&lt;/div&gt;
&lt;style type="text/css"&gt;.csharpcode, .csharpcode pre
{
	font-size: small;
	color: black;
	font-family: consolas, "Courier New", courier, monospace;
	background-color: #ffffff;
	/*white-space: pre;*/
}
.csharpcode pre { margin: 0em; }
.csharpcode .rem { color: #008000; }
.csharpcode .kwrd { color: #0000ff; }
.csharpcode .str { color: #006080; }
.csharpcode .op { color: #0000c0; }
.csharpcode .preproc { color: #cc6633; }
.csharpcode .asp { background-color: #ffff00; }
.csharpcode .html { color: #800000; }
.csharpcode .attr { color: #ff0000; }
.csharpcode .alt 
{
	background-color: #f4f4f4;
	width: 100%;
	margin: 0em;
}
.csharpcode .lnum { color: #606060; }
&lt;/style&gt;

&lt;p&gt;Around this point, I found &lt;a href="http://diditwith.net/" target="_blank"&gt;Dustin Campbell&lt;/a&gt;’s &lt;a href="http://diditwith.net/2008/05/06/YAPESProblemSix.aspx" target="_blank"&gt;#6 solution&lt;/a&gt;, which helped me realize the teensiest (but ridiculously major) thing that you can replace: &lt;/p&gt;
&lt;div class="csharpcode"&gt;&lt;pre class="alt"&gt;&lt;span class="lnum"&gt;   1:  &lt;/span&gt;(fun x -&amp;gt; x*x)&lt;/pre&gt;&lt;/div&gt;
&lt;style type="text/css"&gt;.csharpcode, .csharpcode pre
{
	font-size: small;
	color: black;
	font-family: consolas, "Courier New", courier, monospace;
	background-color: #ffffff;
	/*white-space: pre;*/
}
.csharpcode pre { margin: 0em; }
.csharpcode .rem { color: #008000; }
.csharpcode .kwrd { color: #0000ff; }
.csharpcode .str { color: #006080; }
.csharpcode .op { color: #0000c0; }
.csharpcode .preproc { color: #cc6633; }
.csharpcode .asp { background-color: #ffff00; }
.csharpcode .html { color: #800000; }
.csharpcode .attr { color: #ff0000; }
.csharpcode .alt 
{
	background-color: #f4f4f4;
	width: 100%;
	margin: 0em;
}
.csharpcode .lnum { color: #606060; }
&lt;/style&gt;

&lt;p&gt;with a new square function:&lt;/p&gt;
&lt;div class="csharpcode"&gt;&lt;pre class="alt"&gt;&lt;span class="lnum"&gt;   1:  &lt;/span&gt;let square x = x*x &lt;/pre&gt;&lt;/div&gt;
&lt;style type="text/css"&gt;.csharpcode, .csharpcode pre
{
	font-size: small;
	color: black;
	font-family: consolas, "Courier New", courier, monospace;
	background-color: #ffffff;
	/*white-space: pre;*/
}
.csharpcode pre { margin: 0em; }
.csharpcode .rem { color: #008000; }
.csharpcode .kwrd { color: #0000ff; }
.csharpcode .str { color: #006080; }
.csharpcode .op { color: #0000c0; }
.csharpcode .preproc { color: #cc6633; }
.csharpcode .asp { background-color: #ffff00; }
.csharpcode .html { color: #800000; }
.csharpcode .attr { color: #ff0000; }
.csharpcode .alt 
{
	background-color: #f4f4f4;
	width: 100%;
	margin: 0em;
}
.csharpcode .lnum { color: #606060; }
&lt;/style&gt;

&lt;p&gt;and just call that, instead. Also, there’s no reason not to condense the subtraction to one line – except maybe readability :p – so I end up with: &lt;/p&gt;
&lt;div class="csharpcode"&gt;&lt;pre class="alt"&gt;&lt;span class="lnum"&gt;   1:  &lt;/span&gt;let numbers = [1..100]&lt;/pre&gt;&lt;pre&gt;&lt;span class="lnum"&gt;   2:  &lt;/span&gt;let square x = x*x &lt;/pre&gt;&lt;pre class="alt"&gt;&lt;span class="lnum"&gt;   3:  &lt;/span&gt;let total = (numbers |&amp;gt; List.sum |&amp;gt; square)-(numbers |&amp;gt; List.map square |&amp;gt; List.sum) &lt;/pre&gt;&lt;/div&gt;
&lt;style type="text/css"&gt;.csharpcode, .csharpcode pre
{
	font-size: small;
	color: black;
	font-family: consolas, "Courier New", courier, monospace;
	background-color: #ffffff;
	/*white-space: pre;*/
}
.csharpcode pre { margin: 0em; }
.csharpcode .rem { color: #008000; }
.csharpcode .kwrd { color: #0000ff; }
.csharpcode .str { color: #006080; }
.csharpcode .op { color: #0000c0; }
.csharpcode .preproc { color: #cc6633; }
.csharpcode .asp { background-color: #ffff00; }
.csharpcode .html { color: #800000; }
.csharpcode .attr { color: #ff0000; }
.csharpcode .alt 
{
	background-color: #f4f4f4;
	width: 100%;
	margin: 0em;
}
.csharpcode .lnum { color: #606060; }
&lt;/style&gt;

&lt;p&gt;Fun! I decided to stop there, and not continue to what ultimately would have been pretty close to his solution (check it out, it’s delightful) because that felt somehow like accidental cheating. :) &lt;/p&gt;
&lt;h1&gt;List.fold Example&lt;/h1&gt;
&lt;p&gt;Since #6 was a little easy, I thought I’d add a small thing – I was flipping through Chris Smith’s &lt;a href="http://shop.oreilly.com/product/9780596153656.do" target="_blank"&gt;Programming F#&lt;/a&gt; this afternoon, and saw that both he and &lt;a href="http://www.turbulentintellect.com/" target="_blank"&gt;Chris Ammerman&lt;/a&gt; (in the comments last night) provided the same example: using List.fold to take an array of strings into a single comma-delimited string (must be a people-named-Chris-thing to come up with that example.. *shrug*). You can see Chris Smith’s code from the book &lt;a href="http://books.google.com/books?id=gzVdyw2WoXMC&amp;amp;pg=PA37&amp;amp;lpg=PA37&amp;amp;dq=list.fold+F%23+string&amp;amp;source=bl&amp;amp;ots=IWUkLsUUTD&amp;amp;sig=N0gr2Oi7aprsHRfRCmiS5ZCeW3Y&amp;amp;hl=en&amp;amp;ei=ikmWTrKkCJTJiQL0-8ycDQ&amp;amp;sa=X&amp;amp;oi=book_result&amp;amp;ct=result&amp;amp;resnum=8&amp;amp;ved=0CGAQ6AEwBw#v=onepage&amp;amp;q=list.fold%20F%23%20string&amp;amp;f=false" target="_blank"&gt;here&lt;/a&gt;. Thanks for helping me make sense of that one, folks. :)&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/rachelreese/LiUr/~4/aprt2SnEJV4" height="1" width="1"/&gt;</description><pubDate>Sun, 16 Oct 2011 02:15:41 GMT</pubDate><guid isPermaLink="false">http://www.rachelreese.us:80/another-project-euler-problem-and-a-list.fold-example</guid><feedburner:origLink>http://www.rachelreese.us:80/another-project-euler-problem-and-a-list.fold-example</feedburner:origLink></item><item><title>Project Euler problems with F#</title><link>http://feedproxy.google.com/~r/rachelreese/LiUr/~3/NQ0djlT6WsY/project-euler-problems-with-f</link><description>&lt;p&gt;Since I’ve just – JUST – started learning F#, I thought I would post my solutions to the first couple problems on &lt;a href="http://projecteuler.net/"&gt;Project Euler&lt;/a&gt;: &lt;/p&gt; &lt;h1&gt;Problem #1: Add all the natural numbers below 1000 which are multiples of 3 or 5. &lt;/h1&gt; &lt;div class="csharpcode"&gt;&lt;pre&gt;&lt;span class="lnum"&gt;   1:  &lt;/span&gt;let all = [1 .. 999]&lt;/pre&gt;&lt;pre&gt;&lt;span class="lnum"&gt;   2:  &lt;/span&gt;let filtered = all |&amp;gt; List.filter (fun x -&amp;gt; x%3=0 || x%5=0)&lt;/pre&gt;&lt;pre&gt;&lt;span class="lnum"&gt;   3:  &lt;/span&gt;let count = List.sum filtered&lt;br&gt;&lt;/pre&gt;&lt;/div&gt;
&lt;style type="text/css"&gt;.csharpcode, .csharpcode pre
{
	font-size: small;
	color: black;
	font-family: consolas, "Courier New", courier, monospace;
	background-color: #ffffff;
	/*white-space: pre;*/
}
.csharpcode pre { margin: 0em; }
.csharpcode .rem { color: #008000; }
.csharpcode .kwrd { color: #0000ff; }
.csharpcode .str { color: #006080; }
.csharpcode .op { color: #0000c0; }
.csharpcode .preproc { color: #cc6633; }
.csharpcode .asp { background-color: #ffff00; }
.csharpcode .html { color: #800000; }
.csharpcode .attr { color: #ff0000; }
.csharpcode .alt 
{
	background-color: #f4f4f4;
	width: 100%;
	margin: 0em;
}
.csharpcode .lnum { color: #606060; }
&lt;/style&gt;

&lt;p&gt;&lt;br&gt;So, first we declare a list of all natural numbers (basically, positive integers, since it doesn’t matter here if 0 is included or not) less than 1000. Then, we take that list and filter it for everything that’s divisible by 3 or 5. And finally, sum the list. Pretty easy. Now that I’ve done it. :)&lt;/p&gt;
&lt;h1&gt;Problem #2: Find the sum of the even-valued terms of the Fibonacci sequence which are less than 4 million. &lt;/h1&gt;
&lt;div class="csharpcode"&gt;&lt;pre&gt;&lt;span class="lnum"&gt;   1:  &lt;/span&gt;let fibSeq = Seq.unfold (fun (a,b) -&amp;gt; Some( a+b, (b, a+b) ) ) (0,1)&lt;/pre&gt;&lt;pre&gt;&lt;span class="lnum"&gt;   2:  &lt;/span&gt;let fibList = fibSeq |&amp;gt; Seq.takeWhile (fun x -&amp;gt; x&amp;lt;4000000 ) |&amp;gt; Seq.toList&lt;/pre&gt;&lt;pre&gt;&lt;span class="lnum"&gt;   3:  &lt;/span&gt;let filterList = List.filter (fun x -&amp;gt; x%2=0) fibList&lt;/pre&gt;&lt;pre&gt;&lt;span class="lnum"&gt;   4:  &lt;/span&gt;let fibSum = List.sum filterList&lt;br&gt;&lt;/pre&gt;&lt;/div&gt;
&lt;style type="text/css"&gt;.csharpcode, .csharpcode pre
{
	font-size: small;
	color: black;
	font-family: consolas, "Courier New", courier, monospace;
	background-color: #ffffff;
	/*white-space: pre;*/
}
.csharpcode pre { margin: 0em; }
.csharpcode .rem { color: #008000; }
.csharpcode .kwrd { color: #0000ff; }
.csharpcode .str { color: #006080; }
.csharpcode .op { color: #0000c0; }
.csharpcode .preproc { color: #cc6633; }
.csharpcode .asp { background-color: #ffff00; }
.csharpcode .html { color: #800000; }
.csharpcode .attr { color: #ff0000; }
.csharpcode .alt 
{
	background-color: #f4f4f4;
	width: 100%;
	margin: 0em;
}
.csharpcode .lnum { color: #606060; }
&lt;/style&gt;

&lt;p&gt;&lt;br&gt;By far the hardest part about this problem (for me) was figuring out how to create the Fibonacci sequence. This whole unfolding thing is *totally* new. Basically, you’re starting with (a=0,b=1) and applying (a+b, (b, a+b)) for each new element. Once we have the generating function defined, we send that to takeWhile to only grab values less than 4 million, and put those into a new list. Next, we filter the new list, for only even values. Finally, sum those up. &lt;/p&gt;
&lt;p&gt;I would *love* feedback on the code. Or how have you done it? I only went back a couple pages, but I didn’t see a single other F# solution in the forum for those two questions! &lt;/p&gt;
&lt;p&gt;Also, a (probably very basic) question: I’ve seen several examples where people use List.fold to sum things. Since List.sum exists, would you ever do that IRL? When *would* you use List.fold? I haven’t been able to quite wrap my head around it. Thanks! &lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/rachelreese/LiUr/~4/NQ0djlT6WsY" height="1" width="1"/&gt;</description><pubDate>Wed, 12 Oct 2011 00:31:32 GMT</pubDate><guid isPermaLink="false">http://www.rachelreese.us:80/project-euler-problems-with-f</guid><feedburner:origLink>http://www.rachelreese.us:80/project-euler-problems-with-f</feedburner:origLink></item><item><title>LaidOffCamp Phoenix!</title><link>http://feedproxy.google.com/~r/rachelreese/LiUr/~3/BMWx6gNSmxs/laidoffcamp-phoenix</link><description>&lt;p&gt;&lt;img src="http://wiki.laidoffcamp.com/f/LaidOffCamp.png" title="LaidOffCamp logo" alt="LaidOffCamp logo" mce_src="http://wiki.laidoffcamp.com/f/LaidOffCamp.png" height="322" width="347" /&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I first heard about LaidOffCamp when it was being organized in San Francisco -- twitter is good like that, word gets out quickly. I recall thinking, "What a great idea! Someone should organize one in Phoenix!" Well, when three of my friends were laid off all the same week in February, we decided that the time had come to host a LaidOffCamp Phoenix ourselves! So we are. :)&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Background&amp;nbsp;&lt;br /&gt;&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;LaidOffCamps are ad-hoc gatherings of unemployed and nontraditionally employed people (including freelancers, entrepreneurs and startups) who want to share ideas and learn from each other. They feature an open, participatory discussion forum designed to educate, empower, and connect community members. The various presentations, workshops, and discussions focus on topics that may include: building your personal brand, transitioning to a new industry, legal &amp;amp; accounting demands of launching a new business, finding affordable health insurance, alternative working spaces, alternative income sources, and how to become a freelancer.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Details&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;Date: Saturday, August 8th&lt;/p&gt;
&lt;p&gt;Location: Gangplank&lt;br /&gt;325 E. Elliott Rd&lt;br /&gt;Chandler, AZ 85225&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Tickets:&amp;nbsp;&lt;a href="http://laidoffcampphx.eventbrite.com/" target="_blank" style="color: #006ff7;"&gt;GET FREE TICKETS!&lt;br /&gt;&lt;/a&gt;You must have a ticket!&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span class="Apple-style-span" style="font-family: Tahoma, Arial, Helvetica; font-size: 13px;"&gt;&lt;b&gt;The Rules of LaidOffCamp&lt;/b&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;1st Rule: You do talk about LaidOffCamp.&lt;/li&gt;
&lt;li&gt;2nd Rule: You do blog about LaidOffCamp.&lt;/li&gt;
&lt;li&gt;3rd Rule: Anyone with something to contribute or with the desire to learn is welcome and invited to join.&lt;/li&gt;
&lt;li&gt;4th Rule: No pre-scheduled presentations and no tourists - everyone participates!&lt;/li&gt;
&lt;li&gt;5th Rule: If you want to present, you must write your topic and name in a presentation slot.&lt;/li&gt;
&lt;li&gt;6th Rule: As many presentations at a time as facilities allow for.&lt;/li&gt;
&lt;li&gt;7th Rule: All sponsors, no matter how large their contribution is, shall be treated equally and afforded the same "benefits"&lt;/li&gt;
&lt;li&gt;8th Rule: There will be no screening or vetting of presenters - anyone can speak!&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&amp;nbsp;Adopted from Tantek &amp;Ccedil;elik's&amp;nbsp;&lt;a href="http://barcamp.org/TheRulesOfBarCamp" style="color: #006ff7;"&gt;The Rules of BarCamp&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;For even more details, check&amp;nbsp;&lt;a href="http://wiki.laidoffcamp.com/Phoenix" mce_href="http://wiki.laidoffcamp.com/Phoenix" style="color: #006ff7;"&gt;The Wiki&lt;/a&gt;.&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/rachelreese/LiUr/~4/BMWx6gNSmxs" height="1" width="1"/&gt;</description><pubDate>Tue, 06 Sep 2011 05:44:25 GMT</pubDate><guid isPermaLink="false">http://www.rachelreese.us:80/laidoffcamp-phoenix</guid><feedburner:origLink>http://www.rachelreese.us:80/laidoffcamp-phoenix</feedburner:origLink></item><item><title>LaidOffCamp Phoenix, Recap. </title><link>http://feedproxy.google.com/~r/rachelreese/LiUr/~3/3TXMy-G4AAE/laidoffcamp-phoenix-recap</link><description>&lt;p&gt;My mind has been buzzing for days with aftereffects of Laid Off Camp Phoenix. I'm thrilled that I was able to be a part of it, and I cannot wait for the next one!&amp;nbsp;&lt;/p&gt;
&lt;p&gt;So, let's step back. First: my history &amp;amp; background: I was laid off in December. I was actually laid off via voicemail while I was on vacation in another country. At the time, I was so burnt out that my only thoughts were, "zomg, sweet! I don't have to stop being in vacation mode!!" I danced around the house and took the dogs to the dog park. Just hung out and did whatever I felt like for a couple weeks. At that point, a contract had fallen into my lap, so I started working on that. Fast forward to February, and I heard about three different friends being laid off in one week. A couple of us chatted, and we decided to bring Laid Off Camp to Phoenix.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;It started slowly (very slowly). Ideas for sessions trickled in &amp;amp; ideas for speakers; we chose a date, lined up gangplank for the venue &amp;amp; set up Facebook, Eventbrite, Meetup and twitter accounts/pages.Then, just as things started to come together, everything needed to change. :) There was so much interest in helping, I started to get more speakers, more signups... I wanted more space, more rooms, more tracks. I spoke to several venues, started pricing things, wondered where on earth a sponsor would fall from the sky to pay for it all. And then, Derek Neighbors and Gangplank saved the day! &amp;amp; hooking me up with the Town of Gilbert, AZ. In a matter of hours, I had a new (fully sponsored) venue, a second food sponsor and a ton of help. I'm extremely grateful to them for *everything*.&lt;/p&gt;
&lt;p&gt;I ended up with five rooms. A lunch/networking room; a large room for talks; a smaller room for talks; a room for panels; and one for impromptu sessions. I wanted to keep the unconference/-Camp idea alive, but I wasn't sure how a mostly non-techie crowd would take to it. So, for the most part, I scheduled the sessions, but left the one room open. I know a couple sessions popped up there, so I'm glad that was utilized.&amp;nbsp;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Overall, I think Laid Off Camp was a success. Enough so, that I was talked into doing another one that night, in 6 months-ish. So, c'mon speakers! Start ramping up your sessions!! Honestly, I'm still processing some of the feedback. I had one woman tell me that, for her, it was "life-changing." That will stick with me probably forever. Beyond that I think my favorite comment was&amp;nbsp;&lt;a href="http://twitter.com/jillinski" target="_blank" mce_href="http://twitter.com/jillinski" style="color: #006ff7;"&gt;@jillinski&lt;/a&gt;'s&amp;nbsp;&lt;a href="http://twitter.com/jillinski/status/3211664809" title="tweet" target="_blank" mce_href="http://twitter.com/jillinski/status/3211664809" style="color: #006ff7;"&gt;tweet&lt;/a&gt;&amp;nbsp;about&amp;nbsp;&lt;span class="status-body"&gt;&lt;span class="entry-content"&gt;"visions of reinvented me dancing in my head." That so exactly and perfectly summed up my intent.&lt;/span&gt;&lt;/span&gt;&amp;nbsp;A lot of people seemed to come away honestly inspired; &amp;amp; for that, I thank the speakers &amp;amp; panelists. I'm just glad I could gather everyone there to make it happen. :)&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thanks again to:&amp;nbsp;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="http://www.ci.gilbert.az.us/" target="_blank" style="color: #006ff7;"&gt;Gilbert, AZ&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://gangplankhq.com/" target="_blank" style="color: #006ff7;"&gt;Gangplank&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://gilbert.place.hyatt.com/hyatt/hotels/place/index.jsp" target="_blank" style="color: #006ff7;"&gt;&lt;span&gt;&lt;span face="Default Sans Serif,Verdana,Arial,Helvetica,sans-serif" size="2" style="font-family: 'Default Sans Serif', Verdana, Arial, Helvetica, sans-serif; font-size: x-small;"&gt;&lt;span class="il"&gt;Hyatt&lt;/span&gt;&amp;nbsp;Place Phoenix/Gilbert, AZ&lt;/span&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.teksystems.com/" target="_blank" style="color: #006ff7;"&gt;&lt;span&gt;&lt;span face="Default Sans Serif,Verdana,Arial,Helvetica,sans-serif" size="2" style="font-family: 'Default Sans Serif', Verdana, Arial, Helvetica, sans-serif; font-size: x-small;"&gt;TekSystems&lt;/span&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://flatterline.com/" target="_blank" style="color: #006ff7;"&gt;Flatterline&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;And all the incredible volunteers: Perri Collins, Joe Guadagno, Xanthe Horste, Charlene Kingston, Derek Neighbors, Evo Terra, Lorin Thwaits, Debbie Walker&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Followup networking: Susan Baier has created a list of everyone's twitter handle who was there. Check her&amp;nbsp;&lt;a href="http://audienceaudit.com/2009/08/laidoffcamp/" title="blog post" target="_blank" mce_href="http://audienceaudit.com/2009/08/laidoffcamp/" style="color: #006ff7;"&gt;blog post&lt;/a&gt;&amp;nbsp;to connect! And I created a&amp;nbsp;&lt;a href="http://www.linkedin.com/groups?gid=2189782&amp;amp;trk=hb_side_g" title="LinkedIn group" target="_blank" mce_href="http://www.linkedin.com/groups?gid=2189782&amp;amp;trk=hb_side_g" style="color: #006ff7;"&gt;LinkedIn group&lt;/a&gt;&amp;nbsp;for everyone.&lt;/p&gt;
&lt;p&gt;Thanks again for an extremely successful Laid Off Camp Phoenix! And I hope to see you all next time!&amp;nbsp;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/rachelreese/LiUr/~4/3TXMy-G4AAE" height="1" width="1"/&gt;</description><pubDate>Tue, 06 Sep 2011 05:42:44 GMT</pubDate><guid isPermaLink="false">http://www.rachelreese.us:80/laidoffcamp-phoenix-recap</guid><feedburner:origLink>http://www.rachelreese.us:80/laidoffcamp-phoenix-recap</feedburner:origLink></item></channel></rss>

