<?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:atom="http://www.w3.org/2005/Atom" xmlns:posterous="http://posterous.com/help/rss/1.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">
  <channel>
    <title>Ashley Towers' Posterous</title>
    <link>http://www.ashleytowers.co.uk</link>
    <description>For the Tweets that go too far</description>
    <generator>posterous.com</generator>
    <link xmlns="http://www.w3.org/2005/Atom" href="http://posterous.com/api/sup_update#d5c44aad6" type="application/json" rel="http://api.friendfeed.com/2008/03#sup" />
    
    
    <atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/AshleyTowers" /><feedburner:info uri="ashleytowers" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://posterous.superfeedr.com/" /><item>
      <pubDate>Thu, 02 Feb 2012 02:53:00 -0800</pubDate>
      <title>Installing Passenger on Ubuntu 11.10 (Or: How I fixed the "OpenSSL support for Ruby... not found" error)</title>
      <link>http://feedproxy.google.com/~r/AshleyTowers/~3/1LZ9oe86xks/installing-passenger-on-ubuntu-1110-or-how-i</link>
      <guid isPermaLink="false">http://www.ashleytowers.co.uk/installing-passenger-on-ubuntu-1110-or-how-i</guid>
      <description>&lt;p&gt;
	&lt;p&gt;As the title suggests, this is how I got Passenger installed on Ubuntu 11.10 with RVM (with 1.9.2). Hopefully this will save you the numerous blind alleys I went down.&lt;/p&gt;
&lt;p&gt;&lt;span style="text-decoration: underline;"&gt;&lt;span style="font-size: medium;"&gt;Background&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;I was getting the following error:&lt;/p&gt;
&lt;div class="CodeRay"&gt;
  &lt;div class="code"&gt;&lt;pre&gt;Checking for required software...
GNU C++ compiler... found at /usr/bin/g++
Curl development headers with SSL support... found
OpenSSL development headers... found
Zlib development headers... found
Ruby development headers... found
OpenSSL support for Ruby... not found
RubyGems... found
Rake... found at /home/md1actx/.rvm/wrappers/ruby-1.9.2-p290@portfolio/rake
rack... found
Apache 2... found at /usr/sbin/apache2
Apache 2 development headers... found at /usr/bin/apxs2
Apache Portable Runtime (APR) development headers... found at /usr/bin/apr-1-config
Apache Portable Runtime Utility (APU) development headers... found at /usr/bin/apu-1-config

Some required software is not installed.
But don't worry, this installer will tell you how to install them.&lt;/pre&gt;&lt;/div&gt;
&lt;/div&gt;

&lt;p&gt;Running the suggested "apt-get install libopenssl-ruby" as root didn't work for reasons that can only be attributed to spite. The ususally successful Google-the-error approach didn't work either.&lt;/p&gt;
&lt;p&gt;&lt;span style="text-decoration: underline;"&gt;&lt;span style="font-size: medium;"&gt;The fix&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;So, here's what worked:&lt;/p&gt;
&lt;div class="CodeRay"&gt;
  &lt;div class="code"&gt;&lt;pre&gt;$rvm remove 1.9.2
$rvm pkg install openssl
$rvm install 1.9.2 --with-openssl-dir=$HOME/.rvm/usr&lt;/pre&gt;&lt;/div&gt;
&lt;/div&gt;

&lt;p&gt;This removed my version of Ruby then reinstalled it with the specified openssl support.&lt;/p&gt;
&lt;p&gt;Then it was simply a case of running&amp;nbsp;&lt;span style="font-family: Consolas, Menlo, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New, monospace, serif; font-size: 14px;"&gt;&lt;code style="font-size: 14px; vertical-align: baseline; background-color: #eeeeee; font-family: Consolas, Menlo, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New, monospace, serif; padding: 0px; margin: 0px;"&gt;passenger-install-apache2-module&lt;/code&gt;&lt;/span&gt;&amp;nbsp;again and then all was good!&lt;/p&gt;
&lt;p&gt;Your milage may vary significantly, but if this helps then... yay!&lt;/p&gt;
	
&lt;/p&gt;

&lt;p&gt;&lt;a href="http://www.ashleytowers.co.uk/installing-passenger-on-ubuntu-1110-or-how-i"&gt;Permalink&lt;/a&gt; 

	| &lt;a href="http://www.ashleytowers.co.uk/installing-passenger-on-ubuntu-1110-or-how-i#comment"&gt;Leave a comment&amp;nbsp;&amp;nbsp;&amp;raquo;&lt;/a&gt;

&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/AshleyTowers/~4/1LZ9oe86xks" height="1" width="1"/&gt;</description>
      <posterous:author>
        <posterous:userImage>http://files.posterous.com/user_profile_pics/609876/n1020839018_9791.jpg</posterous:userImage>
        <posterous:profileUrl>http://posterous.com/users/5AkZbiOaSsVP</posterous:profileUrl>
        <posterous:firstName>Ashley</posterous:firstName>
        <posterous:lastName>Towers</posterous:lastName>
        <posterous:nickName>ashleytowers</posterous:nickName>
        <posterous:displayName>Ashley Towers</posterous:displayName>
      </posterous:author>
    <feedburner:origLink>http://www.ashleytowers.co.uk/installing-passenger-on-ubuntu-1110-or-how-i</feedburner:origLink></item>
    <item>
      <pubDate>Thu, 28 Oct 2010 03:55:00 -0700</pubDate>
      <title>57 Things I've Learned Founding 3 Tech Companies</title>
      <link>http://feedproxy.google.com/~r/AshleyTowers/~3/cdF-oKLruFI/57-things-ive-learned-founding-3-tech-compani</link>
      <guid isPermaLink="false">http://www.ashleytowers.co.uk/57-things-ive-learned-founding-3-tech-compani</guid>
      <description>&lt;p&gt;
	&lt;div class="posterous_bookmarklet_entry"&gt;
      &lt;blockquote&gt;&lt;div&gt;
						&lt;p&gt;I’ve been founding and helping run technology companies since 1999. &amp;nbsp;My latest company is &lt;a href="http://fabulis.com" target="_blank"&gt;fabulis.com&lt;/a&gt;. &amp;nbsp;Here are 57 lessons I’ve learned along the way. &amp;nbsp;I could have listed 100+ but I didn’t want to bore you.&lt;/p&gt;&lt;/div&gt;&lt;/blockquote&gt;&lt;div class="posterous_quote_citation"&gt;via &lt;a href="http://betashop.com/post/1417413108/57-things-ive-learned-founding-3-tech-companies"&gt;betashop.com&lt;/a&gt;&lt;/div&gt;

    &lt;p&gt;There are some really good tips in here. Many apply across the board to anyone involved in writing software.&lt;/p&gt;&lt;/div&gt;
	
&lt;/p&gt;

&lt;p&gt;&lt;a href="http://www.ashleytowers.co.uk/57-things-ive-learned-founding-3-tech-compani"&gt;Permalink&lt;/a&gt; 

	| &lt;a href="http://www.ashleytowers.co.uk/57-things-ive-learned-founding-3-tech-compani#comment"&gt;Leave a comment&amp;nbsp;&amp;nbsp;&amp;raquo;&lt;/a&gt;

&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/AshleyTowers/~4/cdF-oKLruFI" height="1" width="1"/&gt;</description>
      <posterous:author>
        <posterous:userImage>http://files.posterous.com/user_profile_pics/609876/n1020839018_9791.jpg</posterous:userImage>
        <posterous:profileUrl>http://posterous.com/users/5AkZbiOaSsVP</posterous:profileUrl>
        <posterous:firstName>Ashley</posterous:firstName>
        <posterous:lastName>Towers</posterous:lastName>
        <posterous:nickName>ashleytowers</posterous:nickName>
        <posterous:displayName>Ashley Towers</posterous:displayName>
      </posterous:author>
    <feedburner:origLink>http://www.ashleytowers.co.uk/57-things-ive-learned-founding-3-tech-compani</feedburner:origLink></item>
    <item>
      <pubDate>Mon, 04 Oct 2010 12:44:02 -0700</pubDate>
      <title>Entrepreneurship and The X Factor</title>
      <link>http://feedproxy.google.com/~r/AshleyTowers/~3/fNp_iqcgjUU/entrepreneurship-and-the-x-factor</link>
      <guid isPermaLink="false">http://www.ashleytowers.co.uk/entrepreneurship-and-the-x-factor</guid>
      <description>&lt;p&gt;
	I sat and watched the "judge's house" episode of The X Factor last night with my wife. Cheryl's category of 'the girls' was imho the strongest category by far. Any one of them could have made it through to the top three. However, two of Cheryl's choices caused a bit of a stink. Cher Lloyd and Katie Waissel. Both fluffed their audition performance. Both got through. Other singers, most notably Gamu Nhengu and Keri Arrindell, didn't make it. &lt;p /&gt; As the results were being announced, some Twitter users went so far as to accuse Cheryl of racism, picking the two white girls over talented black singers. This is crazy. She picked the two singers that would polarise opinion. And it was a great move. &lt;p /&gt; The idea of the show is to make money. A big chunk of that money is made by persuading people to dial a premium rate number to cast their vote. If people are indifferent about a musician they wont be motivated to pick up the phone. If they love someone they will vote for them. If they hate someone they will vote for someone else to try and vote them out (as a side note I think the ability to vote *against* someone would make the program producers a fortune!). People will love or hate Cher and Katie. &lt;p /&gt; Creating a product that some people hate is fine if other people love it. It doesn't even need to be a 50-50 split. The internet is such a big place that if (and it's a big if) you can get enough exposure, the people who love it will put their hands in their pockets and pay you for your product and still make you good coin. &lt;p /&gt; The people who love your products will go further and tell their friends about it. Assuming an even distribution, they will encounter the same percentage of love/hate in their own circle of contacts. But those who will love it are still there and will still buy it. &lt;p /&gt; Even those who who hate it are your friends. They'll spread their opinions and detractions - but the same percentage will apply to them too and their circle of contacts will contain people who love your product! &lt;p /&gt; There is no such thing as bad publicity. The controversy caused by the decisions made by Cheryl has made it a hot topic of debate both on and off line. The big 'if' problem of exposure just took a big knock. &lt;p /&gt; So stop trying to please everyone; you can't be everyone's girlfriend and it's pointless to try. Focus your efforts on reaching more people who share your views instead of trying to appease your detractors. And if a little controversy can do that without causing you any harm then go for it!
	
&lt;/p&gt;

&lt;p&gt;&lt;a href="http://www.ashleytowers.co.uk/entrepreneurship-and-the-x-factor"&gt;Permalink&lt;/a&gt; 

	| &lt;a href="http://www.ashleytowers.co.uk/entrepreneurship-and-the-x-factor#comment"&gt;Leave a comment&amp;nbsp;&amp;nbsp;&amp;raquo;&lt;/a&gt;

&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/AshleyTowers/~4/fNp_iqcgjUU" height="1" width="1"/&gt;</description>
      <posterous:author>
        <posterous:userImage>http://files.posterous.com/user_profile_pics/609876/n1020839018_9791.jpg</posterous:userImage>
        <posterous:profileUrl>http://posterous.com/users/5AkZbiOaSsVP</posterous:profileUrl>
        <posterous:firstName>Ashley</posterous:firstName>
        <posterous:lastName>Towers</posterous:lastName>
        <posterous:nickName>ashleytowers</posterous:nickName>
        <posterous:displayName>Ashley Towers</posterous:displayName>
      </posterous:author>
    <feedburner:origLink>http://www.ashleytowers.co.uk/entrepreneurship-and-the-x-factor</feedburner:origLink></item>
    <item>
      <pubDate>Wed, 18 Aug 2010 05:40:00 -0700</pubDate>
      <title>Why Free Plans Don’t Work</title>
      <link>http://feedproxy.google.com/~r/AshleyTowers/~3/Hn4Zs2AH_Ho/why-free-plans-dont-work</link>
      <guid isPermaLink="false">http://www.ashleytowers.co.uk/why-free-plans-dont-work</guid>
      <description>&lt;p&gt;
	&lt;div class="posterous_bookmarklet_entry"&gt;&lt;div class='p_embed p_image_embed'&gt;
&lt;img alt="Media_httpwwwsoftware_dywfi" height="260" src="http://posterous.com/getfile/files.posterous.com/ashleytowers/AwabejBCohlCkeviEpzDjuCzFdeguBoyFrgsvuseqyxDpHBohqqnhfbrgxGs/media_httpwwwsoftware_DywfI.png.scaled500.png" width="500" /&gt;
&lt;/div&gt;

&lt;div class="posterous_quote_citation"&gt;via &lt;a href="http://www.softwarebyrob.com/2010/08/18/why-free-plans-dont-work"&gt;softwarebyrob.com&lt;/a&gt;&lt;/div&gt;
&lt;p&gt;Great article over at Software by Rob on &lt;a href="http://www.softwarebyrob.com/2010/08/18/why-free-plans-dont-work"&gt;Why Free Plans Don't Work&lt;/a&gt; - well worth reading. What I took away from this is that for a free plan to be worth while the free users need to add something. If free users add to the community through content, examples (e.g. code snippets), network effect/validation etc. that the paid users can benefit from then they are a good thing. If, however, they are just getting a free ride because the free version meets their needs then you are potentially leaving money on the table.&lt;/p&gt;
&lt;/div&gt;
	
&lt;/p&gt;

&lt;p&gt;&lt;a href="http://www.ashleytowers.co.uk/why-free-plans-dont-work"&gt;Permalink&lt;/a&gt; 

	| &lt;a href="http://www.ashleytowers.co.uk/why-free-plans-dont-work#comment"&gt;Leave a comment&amp;nbsp;&amp;nbsp;&amp;raquo;&lt;/a&gt;

&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/AshleyTowers/~4/Hn4Zs2AH_Ho" height="1" width="1"/&gt;</description>
      <posterous:author>
        <posterous:userImage>http://files.posterous.com/user_profile_pics/609876/n1020839018_9791.jpg</posterous:userImage>
        <posterous:profileUrl>http://posterous.com/users/5AkZbiOaSsVP</posterous:profileUrl>
        <posterous:firstName>Ashley</posterous:firstName>
        <posterous:lastName>Towers</posterous:lastName>
        <posterous:nickName>ashleytowers</posterous:nickName>
        <posterous:displayName>Ashley Towers</posterous:displayName>
      </posterous:author>
      <media:content type="image/png" height="260" width="500" url="http://getfile0.posterous.com/getfile/files.posterous.com/ashleytowers/AwabejBCohlCkeviEpzDjuCzFdeguBoyFrgsvuseqyxDpHBohqqnhfbrgxGs/media_httpwwwsoftware_DywfI.png">
        <media:thumbnail height="260" width="500" url="http://getfile3.posterous.com/getfile/files.posterous.com/ashleytowers/AwabejBCohlCkeviEpzDjuCzFdeguBoyFrgsvuseqyxDpHBohqqnhfbrgxGs/media_httpwwwsoftware_DywfI.png.scaled500.png" />
      </media:content>
    <feedburner:origLink>http://www.ashleytowers.co.uk/why-free-plans-dont-work</feedburner:origLink></item>
    <item>
      <pubDate>Wed, 14 Jul 2010 02:01:00 -0700</pubDate>
      <title>The Rock</title>
      <link>http://feedproxy.google.com/~r/AshleyTowers/~3/6TRAvV762tQ/the-rock-1</link>
      <guid isPermaLink="false">http://www.ashleytowers.co.uk/the-rock-1</guid>
      <description>&lt;p&gt;
	&lt;div class="posterous_bookmarklet_entry"&gt;&lt;div class='p_embed p_image_embed'&gt;
&lt;img alt="Media_httpgapingvoidc_fnoqk" height="400" src="http://posterous.com/getfile/files.posterous.com/ashleytowers/DhjlcIDaGBIskfjCyjIEobDJdGajvIcqHjtCfjvkJAgmtlrnsajoahubvkph/media_httpgapingvoidc_Fnoqk.jpg.scaled500.jpg" width="344" /&gt;
&lt;/div&gt;

&lt;div class="posterous_quote_citation"&gt;via &lt;a href="http://gapingvoid.com/2010/07/13/the-rock/"&gt;gapingvoid.com&lt;/a&gt;&lt;/div&gt;
&lt;p&gt;I love gapingvoid cartoons. This one particularly resonates with me - anyone else feel a bit like Sisyphus? I think ownership, or at least the feeling of ownership, is so important in terms of motivation.&lt;/p&gt;
&lt;/div&gt;
	
&lt;/p&gt;

&lt;p&gt;&lt;a href="http://www.ashleytowers.co.uk/the-rock-1"&gt;Permalink&lt;/a&gt; 

	| &lt;a href="http://www.ashleytowers.co.uk/the-rock-1#comment"&gt;Leave a comment&amp;nbsp;&amp;nbsp;&amp;raquo;&lt;/a&gt;

&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/AshleyTowers/~4/6TRAvV762tQ" height="1" width="1"/&gt;</description>
      <posterous:author>
        <posterous:userImage>http://files.posterous.com/user_profile_pics/609876/n1020839018_9791.jpg</posterous:userImage>
        <posterous:profileUrl>http://posterous.com/users/5AkZbiOaSsVP</posterous:profileUrl>
        <posterous:firstName>Ashley</posterous:firstName>
        <posterous:lastName>Towers</posterous:lastName>
        <posterous:nickName>ashleytowers</posterous:nickName>
        <posterous:displayName>Ashley Towers</posterous:displayName>
      </posterous:author>
      <media:content type="image/jpeg" height="400" width="344" url="http://getfile3.posterous.com/getfile/files.posterous.com/ashleytowers/DhjlcIDaGBIskfjCyjIEobDJdGajvIcqHjtCfjvkJAgmtlrnsajoahubvkph/media_httpgapingvoidc_Fnoqk.jpg">
        <media:thumbnail height="400" width="344" url="http://getfile1.posterous.com/getfile/files.posterous.com/ashleytowers/DhjlcIDaGBIskfjCyjIEobDJdGajvIcqHjtCfjvkJAgmtlrnsajoahubvkph/media_httpgapingvoidc_Fnoqk.jpg.scaled500.jpg" />
      </media:content>
    <feedburner:origLink>http://www.ashleytowers.co.uk/the-rock-1</feedburner:origLink></item>
    <item>
      <pubDate>Mon, 05 Jul 2010 05:45:00 -0700</pubDate>
      <title>Jeff Bezos Princeton University Speech</title>
      <link>http://feedproxy.google.com/~r/AshleyTowers/~3/CQ5aXspwJu0/jeff-bezos-princeton-university-speech</link>
      <guid isPermaLink="false">http://www.ashleytowers.co.uk/jeff-bezos-princeton-university-speech</guid>
      <description>&lt;p&gt;
	&lt;div class="posterous_bookmarklet_entry"&gt;
&lt;blockquote class="posterous_short_quote"&gt;Will inertia be your guide, or will you follow your passions?&lt;/blockquote&gt;
&lt;div class="posterous_quote_citation"&gt;via &lt;a href="http://www.princeton.edu/main/news/archive/S27/52/51O99/index.xml"&gt;princeton.edu&lt;/a&gt;
&lt;/div&gt;
&lt;p&gt;Great speech by Jeff Bezos (founder of Amazon). I love the list of questions at the end of the speech. It's easy to sit and think about doing things; much harder to actually do them. One day we will all be very old, some of us are already older than we realise or feel! Build something. Release it. Watch it fail but enjoy the ride. Regrets are more often born of inaction than action. I don't want to be old and saying "I wish I had...."&lt;/p&gt;
&lt;/div&gt;
	
&lt;/p&gt;

&lt;p&gt;&lt;a href="http://www.ashleytowers.co.uk/jeff-bezos-princeton-university-speech"&gt;Permalink&lt;/a&gt; 

	| &lt;a href="http://www.ashleytowers.co.uk/jeff-bezos-princeton-university-speech#comment"&gt;Leave a comment&amp;nbsp;&amp;nbsp;&amp;raquo;&lt;/a&gt;

&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/AshleyTowers/~4/CQ5aXspwJu0" height="1" width="1"/&gt;</description>
      <posterous:author>
        <posterous:userImage>http://files.posterous.com/user_profile_pics/609876/n1020839018_9791.jpg</posterous:userImage>
        <posterous:profileUrl>http://posterous.com/users/5AkZbiOaSsVP</posterous:profileUrl>
        <posterous:firstName>Ashley</posterous:firstName>
        <posterous:lastName>Towers</posterous:lastName>
        <posterous:nickName>ashleytowers</posterous:nickName>
        <posterous:displayName>Ashley Towers</posterous:displayName>
      </posterous:author>
    <feedburner:origLink>http://www.ashleytowers.co.uk/jeff-bezos-princeton-university-speech</feedburner:origLink></item>
    <item>
      <pubDate>Tue, 29 Jun 2010 16:33:00 -0700</pubDate>
      <title>Why I Quit A Six Figure Job</title>
      <link>http://feedproxy.google.com/~r/AshleyTowers/~3/22httbb7Ivo/why-i-quit-a-six-figure-job-0</link>
      <guid isPermaLink="false">http://www.ashleytowers.co.uk/why-i-quit-a-six-figure-job-0</guid>
      <description>&lt;p&gt;
	&lt;div class="posterous_bookmarklet_entry"&gt;
&lt;blockquote class="posterous_short_quote"&gt;Salaried work isn&amp;rsquo;t necessarily a bad thing, but the benefits it provided me weren&amp;rsquo;t benefits I actually wanted.&lt;/blockquote&gt;
&lt;div class="posterous_quote_citation"&gt;via &lt;a href="http://www.two-shay.com/articles/why-i-quit-a-six-figure-job"&gt;two-shay.com&lt;/a&gt;&lt;/div&gt;
&lt;p&gt;This really is an inspirational post.I can relate to a lot of it (unfortunately not the 6 figure salary part!). I also recommend a read of the related post at the same blog "The Guy In The Giraffe". Awesome stuff.&lt;/p&gt;
&lt;/div&gt;
	
&lt;/p&gt;

&lt;p&gt;&lt;a href="http://www.ashleytowers.co.uk/why-i-quit-a-six-figure-job-0"&gt;Permalink&lt;/a&gt; 

	| &lt;a href="http://www.ashleytowers.co.uk/why-i-quit-a-six-figure-job-0#comment"&gt;Leave a comment&amp;nbsp;&amp;nbsp;&amp;raquo;&lt;/a&gt;

&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/AshleyTowers/~4/22httbb7Ivo" height="1" width="1"/&gt;</description>
      <posterous:author>
        <posterous:userImage>http://files.posterous.com/user_profile_pics/609876/n1020839018_9791.jpg</posterous:userImage>
        <posterous:profileUrl>http://posterous.com/users/5AkZbiOaSsVP</posterous:profileUrl>
        <posterous:firstName>Ashley</posterous:firstName>
        <posterous:lastName>Towers</posterous:lastName>
        <posterous:nickName>ashleytowers</posterous:nickName>
        <posterous:displayName>Ashley Towers</posterous:displayName>
      </posterous:author>
    <feedburner:origLink>http://www.ashleytowers.co.uk/why-i-quit-a-six-figure-job-0</feedburner:origLink></item>
    <item>
      <pubDate>Fri, 25 Jun 2010 09:15:34 -0700</pubDate>
      <title>Mum.... Dad... I have a confession to make. I use Java</title>
      <link>http://feedproxy.google.com/~r/AshleyTowers/~3/pRSRf4GDj3I/mum-dad-i-have-a-confession-to-make-i-use-jav</link>
      <guid isPermaLink="false">http://www.ashleytowers.co.uk/mum-dad-i-have-a-confession-to-make-i-use-jav</guid>
      <description>&lt;p&gt;
	&lt;iframe src="http://www.youtube.com/embed/KrfpnbGXL70" allowfullscreen frameborder="0" height="417" width="500"&gt;&lt;/iframe&gt;&lt;p /&gt; My first programming love was Java. To be entirely honest I don't get why Ruby people (in particular) have so much against it. I guess it's the big bad corporate programming language target du jour. &lt;p /&gt; I'm not saying it's perfect - far from it - being mainly a Ruby programmer these days it is maddeningly verbose. But in my experience all the best programmers I have ever worked with cut their teeth on Java. &lt;p /&gt; But anyway - I came across the above video via @dansumption on Twitter - probably one of the funniest videos I've seen for a long time. Well funniest video about a programming language anyway!
	
&lt;/p&gt;

&lt;p&gt;&lt;a href="http://www.ashleytowers.co.uk/mum-dad-i-have-a-confession-to-make-i-use-jav"&gt;Permalink&lt;/a&gt; 

	| &lt;a href="http://www.ashleytowers.co.uk/mum-dad-i-have-a-confession-to-make-i-use-jav#comment"&gt;Leave a comment&amp;nbsp;&amp;nbsp;&amp;raquo;&lt;/a&gt;

&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/AshleyTowers/~4/pRSRf4GDj3I" height="1" width="1"/&gt;</description>
      <posterous:author>
        <posterous:userImage>http://files.posterous.com/user_profile_pics/609876/n1020839018_9791.jpg</posterous:userImage>
        <posterous:profileUrl>http://posterous.com/users/5AkZbiOaSsVP</posterous:profileUrl>
        <posterous:firstName>Ashley</posterous:firstName>
        <posterous:lastName>Towers</posterous:lastName>
        <posterous:nickName>ashleytowers</posterous:nickName>
        <posterous:displayName>Ashley Towers</posterous:displayName>
      </posterous:author>
    <feedburner:origLink>http://www.ashleytowers.co.uk/mum-dad-i-have-a-confession-to-make-i-use-jav</feedburner:origLink></item>
    <item>
      <pubDate>Thu, 24 Jun 2010 15:59:37 -0700</pubDate>
      <title>140 Character Elevator Pitch</title>
      <link>http://feedproxy.google.com/~r/AshleyTowers/~3/ciT4hgKqfAE/140-character-elevator-pitch</link>
      <guid isPermaLink="false">http://www.ashleytowers.co.uk/140-character-elevator-pitch</guid>
      <description>&lt;p&gt;
	&lt;p&gt;Earlier today I posted a comment on my Twitter profile: &lt;a href="http://twitter.com/ashleytowers/status/16922598763"&gt;http://twitter.com/ashleytowers/status/16922598763&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&amp;ldquo;If you can&amp;rsquo;t explain your product in one tweet it&amp;rsquo;s a) Too complicated b) Lacks Focus.&amp;rdquo;&lt;/p&gt;

&lt;p&gt;This turned out to be a bit more controversial than I was expecting, so I signed up to Posterous so I could explore it a bit more.&lt;/p&gt;

&lt;p&gt;I see this as the modern elevator pitch. I&amp;rsquo;m sure you all know what an elevator pitch is &amp;ndash; a short description of your product/service/whatever that you could reel off within an elevator journey should you ever find yourself in an elevator with someone influential. In the modern era when attention spans are at an all time low 140 characters should be ample to get the core of your product/service across.&lt;/p&gt;

&lt;p&gt;I&amp;rsquo;m not suggesting a full description of every little feature &amp;ndash; but I believe if 140 characters isn&amp;rsquo;t enough to get across the gist of your project then you won&amp;rsquo;t have the focus your product needs. This concise definition is your product&amp;rsquo;s soul &amp;ndash; it is the core definition that lets you instinctively &lt;em&gt;know&lt;/em&gt; if you should add a feature or not. If a feature doesn&amp;rsquo;t fit in with or enhance this short definition then it is questionable as to whether it should be added.&lt;/p&gt;

&lt;h2&gt;The Space Shuttle&lt;/h2&gt;

&lt;p&gt;&amp;ldquo;A partially reusable manned space launch and reentry vehicle&amp;rdquo;
60 characters&lt;/p&gt;

&lt;h2&gt;Twitter&lt;/h2&gt;

&lt;p&gt;&amp;ldquo;A web site that lets people post short update messages and receive updates from others who they find interesting&amp;rdquo;
112 characters.&lt;/p&gt;

&lt;p&gt;The ability to define your product concisely keeps it focused on what matters &amp;ndash; Twitter doesn&amp;rsquo;t need comments, the ability to post longer updates or share photos. They don&amp;rsquo;t fit in to that core definition &amp;ndash; they add weight in the same way adding a bidet to the space shuttle.&lt;/p&gt;
	
&lt;/p&gt;

&lt;p&gt;&lt;a href="http://www.ashleytowers.co.uk/140-character-elevator-pitch"&gt;Permalink&lt;/a&gt; 

	| &lt;a href="http://www.ashleytowers.co.uk/140-character-elevator-pitch#comment"&gt;Leave a comment&amp;nbsp;&amp;nbsp;&amp;raquo;&lt;/a&gt;

&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/AshleyTowers/~4/ciT4hgKqfAE" height="1" width="1"/&gt;</description>
      <posterous:author>
        <posterous:userImage>http://files.posterous.com/user_profile_pics/609876/n1020839018_9791.jpg</posterous:userImage>
        <posterous:profileUrl>http://posterous.com/users/5AkZbiOaSsVP</posterous:profileUrl>
        <posterous:firstName>Ashley</posterous:firstName>
        <posterous:lastName>Towers</posterous:lastName>
        <posterous:nickName>ashleytowers</posterous:nickName>
        <posterous:displayName>Ashley Towers</posterous:displayName>
      </posterous:author>
    <feedburner:origLink>http://www.ashleytowers.co.uk/140-character-elevator-pitch</feedburner:origLink></item>
    <item>
      <pubDate>Thu, 24 Jun 2010 11:03:29 -0700</pubDate>
      <title>I May Get It Now</title>
      <link>http://feedproxy.google.com/~r/AshleyTowers/~3/xb34J0cjKPE/i-may-get-it-now</link>
      <guid isPermaLink="false">http://www.ashleytowers.co.uk/i-may-get-it-now</guid>
      <description>&lt;p&gt;
	I think I may have just figured out where posterous fits in for me. I've had the .co.uk domain name of my name for a while now but never been motivated to get a personal blog set up. Posterous lets me do that without any setting up. Also, it lets me have a place for all of the things I'd like to write about that don't fit in with my main blog over at &lt;a href="http://www.usabilityfriction.com"&gt;http://www.usabilityfriction.com&lt;/a&gt; &lt;p /&gt; That's all I'm going to write at this stage. I'm uneasy with the email to do your first post and create an account. I'd be irked if it didn't work!
	
&lt;/p&gt;

&lt;p&gt;&lt;a href="http://www.ashleytowers.co.uk/i-may-get-it-now"&gt;Permalink&lt;/a&gt; 

	| &lt;a href="http://www.ashleytowers.co.uk/i-may-get-it-now#comment"&gt;Leave a comment&amp;nbsp;&amp;nbsp;&amp;raquo;&lt;/a&gt;

&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/AshleyTowers/~4/xb34J0cjKPE" height="1" width="1"/&gt;</description>
      <posterous:author>
        <posterous:userImage>http://files.posterous.com/user_profile_pics/609876/n1020839018_9791.jpg</posterous:userImage>
        <posterous:profileUrl>http://posterous.com/users/5AkZbiOaSsVP</posterous:profileUrl>
        <posterous:firstName>Ashley</posterous:firstName>
        <posterous:lastName>Towers</posterous:lastName>
        <posterous:nickName>ashleytowers</posterous:nickName>
        <posterous:displayName>Ashley Towers</posterous:displayName>
      </posterous:author>
    <feedburner:origLink>http://www.ashleytowers.co.uk/i-may-get-it-now</feedburner:origLink></item>
  </channel>
</rss>

