<?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>Raised By Turtles</title>
	<atom:link href="http://raisedbyturtles.org/feed/" rel="self" type="application/rss+xml" />
	<link>http://raisedbyturtles.org</link>
	<description>None of the News that's Fit to Print</description>
	<lastBuildDate>Wed, 25 Aug 2010 21:57:32 +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>Cutting Through Merchant Account and Payment Gateway Forest</title>
		<link>http://raisedbyturtles.org/credit-card-processing-basics/</link>
		<comments>http://raisedbyturtles.org/credit-card-processing-basics/#comments</comments>
		<pubDate>Wed, 07 Jul 2010 17:31:53 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[credit card processing]]></category>
		<category><![CDATA[merchant accounts]]></category>
		<category><![CDATA[payment gateways]]></category>
		<category><![CDATA[pci ecommerce]]></category>

		<guid isPermaLink="false">http://raisedbyturtles.org/?p=443</guid>
		<description><![CDATA[Lately, I&#8217;ve been looking into figuring out the ins and outs of credit card payment processing for two projects. One is our Yosemite vacation rental and the other is an ecommerce website for a friend who sells ultralight hiking gear. It can be dizzying with all the options and many pitfalls along the way. A [...]]]></description>
			<content:encoded><![CDATA[<p>Lately, I&#8217;ve been looking into figuring out the ins and outs of credit card payment processing for two projects. One is our <a href="http://yosemitehouse.com">Yosemite vacation rental</a> and the other is an ecommerce website for a friend who sells <a href="http://traildesigns.com">ultralight hiking gear</a>. It can be dizzying with all the options and many pitfalls along the way. A lot has changed since I built a website for the Sierra Club Bookstore back in the day and I&#8217;m still wrapping my head around all the new options and requirements, but I&#8217;m collecting some good links along the way.</p>
<p>In order to accept credit cards, you need a payment gateway and merchant account and some method of collecting credit card info (card machine, website, virtual terminal). All have fees and the entire chain needs to be PCI compliant, that is to say meet the security requirements of the Payment Card Industry.</p>
<p>A payment gateway is a service that connects your point of sale with your merchant account. A merchant account is a bank account that can accept credit card payments, as processed by your payment gateway. Sometimes these are combined in one service, most famously by Paypal in their various offerings.</p>
<h2>The Simplest Way: Paypal and similar</h2>
<p>The simplest way to get a merchant account and payment gateway is to sign up for a Paypal merchant account. Paypal actually offers two options</p>
<ul>
<li>Website Payments Pro which is basically a combined merchant account and gateway.</li>
<li>Paypal Payflow Pro which is really just a gateway. Though it is still possible to choose Paypal as your merchant account, high-volume merchants can likely get better rates by connecting this to another merchant account.</li>
</ul>
<p>Paypal&#8217;s offerings are actually quite a bit broader than that and it can get confusing and Paypal&#8217;s own site doesn&#8217;t help unless you have a lot of time and patience. Fortunately, Massimo has laid out the options and done an interview with a Paypal honcho to help merchants decide which offering makes the most sense. See his article on <a href="http://productcart.blogspot.com/2007/04/understanding-new-paypal.html">Website Payment Pro versus Payflow — a brief guide to Paypal services</a>.</p>
<p>You can also get similar services from Google Checkout, but Google requires users to have a Google Account to use the service, so to me that&#8217;s only useful as an additional, not a primary option.</p>
<h2>Other Gateway and Merchant Account options</h2>
<p>There are a lot of other options. The 500-pound gorilla is <a href="http://authorize.net">Authorize.net</a>. Often you can get Authorize.net access included in your merchant account fees. Other big players include <a href="http://payments.intuit.com/">Intuit Payment Solutions</a> and <a href="www.chasepaymentech.com">Chase Paymentech</a>. You can also get gateway access through merchant accounts from Costco or Sam&#8217;s Club (but see Braintree&#8217;s page about <a href="http://www.braintreepaymentsolutions.com/blog/Costco-your-marketing-department-has-gone-rogue">Costco Credit Card Processing Fees</a>). Commonly, the gateway will be bundled with a merchant account. In fact, Authorize.net doesn&#8217;t even sell access directly. You have to go through a reseller.<br />
Interestingly, it turns out that every reseller, according to their sales copy, offers incredibly low prices and great service compared to their competitors. In general, review sites are useless because, like for web hosting and other services, their &#8220;top choice&#8221; almost always means &#8220;top paying choice&#8221;, that is the provider that offers the <em>reviewer</em> the highest commission payout. There is one guy — <a href="http://www.merchantmaverick.com">Merchant Maverick</a> —who offers no-holds-barred <a href="http://www.merchantmaverick.com/merchant-account-comparison-chart/">honest merchant account reviews</a>. He doesn&#8217;t shy away from giving a provider a 1/5 rating and panning them. He also has a lot of great articles about fees and so forth.</p>
<p>As an alternative, <a href="http://transfs.com">TransFS</a> has a <a href="http://transfs.com/tour">merchant account auction</a> system that in theory saves you money through competitive bidding. They also have a blog that&#8217;s worth reading. One final really useful feature of their site is a <a href="http://transfs.com/paypal-calculator">Paypal versus Merchant Account Fee Calculator</a>. Note that though the link isn&#8217;t that obvious (grey on grey) look for the Options link to allow for comparison of Paypal Pro options compared to a traditional MA. It lets you adjust the balance between debit cards, standard and business credit cards and a few more options. Very useful! From this calculator, it looks like I&#8217;m spending an extra $30 per month. Not huge, but that&#8217;s $360 per year.</p>
<p>Finally, <a href="http://startupnation.com">Startup Nation</a> has a pretty good <a href="http://www.startupnation.com/NET_ROOT/Search/SearchResults.aspx?zoom_query=payment%20processing">collection of articles on payment processing</a>. This website is new to me, but it tends to be pitched to a non-expert audience with clear, simple explanations, but not perhaps the detail that you get int he Merchant Maverick articles. Typical would be their article on <a href="http://www.startupnation.com/series/122/9248/credit-card-processor-list.htm">7 Things to Look for in a Credit Card Processor</a>. Though I mention it last, that&#8217;s probably a good place to start.</p>
<p>There&#8217;s a lot to balance. I like <a href="http://www.braintreepaymentsolutions.com/pricing">Braintree&#8217;s transparent fee structure</a>, but at the same time, Braintree has a monthly minimum of $75 per month in transaction fees (not counting monthly service fees). Since our business is seasonal, we might not reach that threshhold some months, so we would need to compare it over a year of business.</p>
<h2>PCI Compliance</h2>
<p>Every merchant is required to meet basic security requirements, known as PCI Compliance, if they plan to accept credit cards. If you will transmit this information over the internet, whether because your swipecard machine connects via DSL or because you sell through a website, the requirements increase. If you plan to store customer data, the requirements increase substantially. As a very minimum, you&#8217;ll need a third-party security scan every three months. Large merchants can pay as much as $500,000 to come into PCI compliance, but even small merchants are looking at some significant costs, including, but not necessarily limited to:</p>
<ul>
<li><strong>Scanning</strong>. Small merchants don&#8217;t typically require an on-site assessment, but can do a self-assessment questionnaire (SAQ) and have a third-party scan. <a href="https://www.controlscan.com/pcicompliance.php">Control Scan</a> offers compliance scanning and breach protection for $150 per year, plus $100 per additional IP. Paypal has set something up with Control Scan to offer <a href="https://www.paypal.com/pcicompliance">free scanning for the first year</a>. Several other payment gateway and merchant account providers.</li>
<li><strong>Hosting</strong>. If you want to store customer card numbers, you&#8217;ll typically want two dedicated servers, one for your public-facing website and one for your database, put behind a firewall and protected from intrusion. <a href="http://glowhost.com">Glowhost</a> offers special PCI hosting packages that cost $129/mo per server plus $49/mo for PCI compliance management. So as a minimum, you&#8217;re in for $307/month just for hosting.</li>
<li><strong>SSL or TSL Certificate</strong> for https (security encrypted web transmission over https). Not a significant cost, but still count on $100 to $200.</li>
</ul>
<p>This doesn&#8217;t include adminstrative time, the costs of getting sued if you have a breach, the cost of losing yoru merchant account and not being able to do business as the result of an unremediated fail in a PCI security scan and costs and so forth. For more on PCI compliance, see <a href="http://www.pcicomplianceguide.org/pcifaqs.php">http://www.pcicomplianceguide.org/pcifaqs.php</a>.</p>
<h3>How to avoid these costs and risks?</h3>
<p>First and foremost, don&#8217;t store credit cards on your server (or anywhere else) if you can possibly avoid it. Generally speaking, you can in fact avoid it through a variety of methods.</p>
<ul>
<li><strong>Redirect</strong> your users to Paypal and have them sent back to your site after payment. This is the simplest and easiest way.</li>
<li><strong>Clone Pages</strong>. <a href="http://cresecure.com/">CRE Secure</a> allows you to create a clone page on their server that looks like your web page, but is in fact on their server. They have an option, fairly pricey, that lets you have this page on your domain, but it is still served entirely off their server. They are responsible maintaining security in general and PCI compliance in particular on their servers and you have the much simpler job of achieving the simplest type of PCI Compliance. There are also hosted shopping carts like <a href="http://bigcommerce.com">BigCommerce</a> or <a href="http://pinnaclecart.com">Pinnacle Cart (hosted)</a> that make PCI compliance easy with services similar to CRE Loaded, but easier to integrate because your shop is already on their server. I&#8217;m not a fan of hosted services except in the cases of the most trusted companies, but it&#8217;s definitely an option to consider.</li>
<li><strong>Tokenization</strong>. This is the slickest solution. You hire a third-party to manage your sensitive customer data. They are responsible for the difficult aspects of PCI Compliance and you only need to handle basic security. If you need to access the customer data, you use a customer ID and a &#8220;token&#8221; that represents their credit card, but which is not the credit card number itself. You only store the token, so even if your server is hacked, the system is not breached. You only have to make sure that you maintain a secure connection while the customer form gets sent to the third-party server. The two obvious solutions are <a href="http://www.braintreepaymentsolutions.com/services/pci-compliance">Braintree</a> and <a href="http://www.authorize.net/solutions/merchantsolutions/merchantservices/cim/">Authorize.net Customer Information Manager</a>.</li>
</ul>
<h2>PCI Compliant Shopping Carts</h2>
<p>Some advertise PCI Compliance and some don&#8217;t. Ubercart, for example, has <a href="http://www.ubercart.org/forum/development/4688/changes_coming_cc_data">worked hard</a> on <a href="http://www.ubercart.org/docs/user/7104/accepting_credit_card_payments">Ubercart&#8217;s PCI Compliance</a>, but they don&#8217;t really advertise it. Others, like <a href="http://crloaded.com">CRE Loaded</a> and <a href="http://cs-cart.com">CS-Cart</a> advertise their PCI compliance, but the shopping cart is just one piece of the puzzle. Most reputable carts these days will meet their part of the PCI-DSS standard, but that&#8217;s just the tip of the iceberg for making your site PCI compliant and no matter what cart you use, you&#8217;ll have a significant challenge if you want to store credit cards on your server.</p>
<h2>Action Plan</h2>
<p>So that&#8217;s still pretty dizzying. So here&#8217;s an action plan:</p>
<ol>
<li>Decide between Paypal and other solutions. Start with <a href="http://transfs.com/paypal-calculator">TransFS calculator</a> for a ballpark idea. If you go for Paypal, you&#8217;re basically done.</li>
<li>Get bids from <a href="http://transfs.com">TransFS</a> or just comparison shop based on the <a href="http://www.merchantmaverick.com/merchant-account-comparison-chart/">Merchant Maverick recommendations</a>. Always include Paypal, Intuit and some of the big ones in your search just to see how they stack up.</li>
<li>Figure out which ones integrate easily with your shopping cart. For example, though I like Braintree, I don&#8217;t know of any shopping cart that ships with Braintree integration.</li>
</ol>
<p>I&#8217;m still working through a lot of options myself. If you have something to add, please add something to the comments. I&#8217;d love to hear what your experiences are.</p>
]]></content:encoded>
			<wfw:commentRss>http://raisedbyturtles.org/credit-card-processing-basics/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Roboform for Chrome now available in Alpha version</title>
		<link>http://raisedbyturtles.org/roboform-for-chrome-now-available-in-alpha-version/</link>
		<comments>http://raisedbyturtles.org/roboform-for-chrome-now-available-in-alpha-version/#comments</comments>
		<pubDate>Mon, 26 Apr 2010 20:54:06 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[Web Fun]]></category>
		<category><![CDATA[chrome]]></category>
		<category><![CDATA[roboform]]></category>

		<guid isPermaLink="false">http://raisedbyturtles.org/?p=436</guid>
		<description><![CDATA[I&#8217;ve been waiting for this for a long time. I have come to prefer Chrome as my favorite browser, but there was no Roboform integration, and I just can&#8217;t survive without Roboform (a password manager, but also a way to manage all sorts of sensitive information and keep it encrypted). As of April 14, Roboform [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been waiting for this for a long time. I have come to prefer Chrome as my favorite browser, but there was no Roboform integration, and I just can&#8217;t survive without Roboform (a password manager, but also a way to manage all sorts of sensitive information and keep it encrypted). As of April 14, <a href="http://www.roboform.com/chrome.html">Roboform has a Chrome adapter now</a> too. That means it now works with Firefox, Internet Explorer, Safari, iPhone/IPod Touch, and Android and Chrome (see <a href="http://www.roboform.com/browsers.html">full list</a>).</p>
<p>I store everything in Roboform even though it costs money, because:</p>
<ol>
<li>It&#8217;s convenient: one click and I&#8217;m logged in</li>
<li>It&#8217;s encrypted and password protected</li>
<li>All information is available from all compatible browsers and directly from the Roboform interface as well</li>
<li>It&#8217;s available offline</li>
</ol>
<p>Offline support is important to me because I use it to store all kinds of information that I want encrypted, but which doesn&#8217;t necessarily pertain to online services. So I like that available even when I&#8217;m offline but, say, need my bank info to make a call to my bank.<br />
Until now, Roboform for Chrome has only been available in the online version (which is similar to KeePass and other online password storage solutions). As of a couple of weeks ago, there is now an alpha version of the full Roboform toolbar.<br />
Of course, it comes with all the warnings for alpha products, but I&#8217;ve been using it for a week or so and no serious problems. On one website, I used Roboform to fill a form and got a popup saying Roboform had become unresponsive, did I want to stop it? I clicked yes, but in fact nothing bad happened. It correctly filled and submitted the form and Roboform was still available on subsequent pages.<br />
All in all, I&#8217;m pretty happy with this!</p>
]]></content:encoded>
			<wfw:commentRss>http://raisedbyturtles.org/roboform-for-chrome-now-available-in-alpha-version/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bizrate Interface is Broken</title>
		<link>http://raisedbyturtles.org/bizrate-interface-is-broken/</link>
		<comments>http://raisedbyturtles.org/bizrate-interface-is-broken/#comments</comments>
		<pubDate>Mon, 29 Mar 2010 18:22:05 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[Consumer Chronicles]]></category>
		<category><![CDATA[usability]]></category>

		<guid isPermaLink="false">http://raisedbyturtles.org/?p=432</guid>
		<description><![CDATA[A minor usability problem on an after-purchase survey leaves your correspondant less than happy. And that's bad for the merchant. So a shopping experience that was a 9 or 10 out of 10, remains so, but the good feeling for the merchant is subtly damaged by poor interface design on the part of the third-party customer survey service they use. A shame.]]></description>
			<content:encoded><![CDATA[<p>What&#8217;s wrong with this picture? It always surprises me when major sites with huge traffic and stable of full-time developers have features that are fundamentally broken. Check out this screenshot from Bizrate.com (click picture to see full sized image)</p>
<div id="attachment_431" class="wp-caption aligncenter" style="width: 310px"><a href="http://raisedbyturtles.org/wp-content/uploads/bizrate-interface.png"><img class="size-medium wp-image-431" title="bizrate-interface" src="http://raisedbyturtles.org/wp-content/uploads/bizrate-interface-300x144.png" alt="Bizrate testominial entry screen" width="300" height="144" /></a><p class="wp-caption-text">How many characters left?</p></div>
<p>What&#8217;s wrong?</p>
<ol>
<li>It only gives me 255 characters. This is probably because they have chosen to store the text in a fixed-length database field for rapid retrieval. That&#8217;s what happens when the usability people and the marketing people get overrruled by some engineer who thinks that this minor efficiency improvement is sufficient reason to cripple the interface.</li>
<li>It doesn&#8217;t tell me anywhere how many characters I&#8217;m allowed. It wasn&#8217;t until I submitted my original version that it rejected it and came back and told me there was a 255 character limit.</li>
<li>It has no running count of characters used. This has become a standard feature everywhere else. We&#8217;re used to it on Twitter and most places that have low character limitations.</li>
</ol>
<p>So what? Well, it took me three tries to get my feedback accepted. And by the time I did, the glowing testimonial I had for the merchant was gone. No room left.</p>
<p>All the merchant got out of this was my comment that I think they should make their free shipping offer appear more prominently on the page.</p>
<p>What the merchant did <strong>not</strong> get was my comment that when I factored in free shipping, their price was significantly better than the competitor&#8217;s price.</p>
<p>Okay, I just placed the order, so I can&#8217;t comment on speed of delivery and all that, but I would say that the shopping experience on US-Mattress.com was close to ideal. It&#8217;s easy to navigate, there are no real surprises (except why did they offer to let me upgrade to &#8220;standard front door&#8221; delivery for $49? What is the delivery I&#8217;m getting for free?).</p>
<p>Anyway, the bad part is that I agreed to do the Bizrate survey because I like to reward e-commerce merchants who do it &#8220;right&#8221;. I arrived at the survey with a good feeling, wanting to leave a great testimonial. But the frustrations of using Bizrate&#8217;s system left me feeling, well… frustrated. Of course, I don&#8217;t hold US-Mattress responsible, at least not consciously, but that&#8217;s the thing about usability problems — often they operate on a sub-conscious level. The good feeling I had upon completing the purchase is now forever associated with the stupid Bizrate survey.</p>
<p>And then, there&#8217;s Bizrate&#8217;s enticements to get you to take the survey, promising all sorts of free stuff. Obviously, everyone who spends a lot of time on the net knows by now that these are not &#8220;rewards&#8221;, but affiliate offers from which Bizrate makes additional income, but that&#8217;s a whole other story.</p>
]]></content:encoded>
			<wfw:commentRss>http://raisedbyturtles.org/bizrate-interface-is-broken/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Six Essential Skills Scholars Can Learn from Copywriters</title>
		<link>http://raisedbyturtles.org/copywriting-for-scholars/</link>
		<comments>http://raisedbyturtles.org/copywriting-for-scholars/#comments</comments>
		<pubDate>Tue, 23 Mar 2010 20:17:52 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[Academia]]></category>
		<category><![CDATA[marketing]]></category>

		<guid isPermaLink="false">http://raisedbyturtles.org/?p=426</guid>
		<description><![CDATA[Most people in academia learn a style of writing that is great for precision, but terrible for persuasion, and those habits are deadly when it comes time procure grants, fellowships and jobs.]]></description>
			<content:encoded><![CDATA[<p>I just spent the morning going through applications for <a title="Meeter Center paleography course announcement" href="http://www.calvin.edu/meeter/paleography/">my 2010 French paleography course</a>. As I was reading the applications, it struck me how ignoring basic copywriting practice hampers so many academics and I found myself thinking that some sort of course in copywriting should be required in order to graduate from college. This is particularly important for future scholars, because nothing teaches bad writing like a life inside the academy and many of the worst characteristics of academic writing show up in the applications. <strong>Even a cursory knowledge of basic copywriting would help scholars win fellowships and grants, and improve their chances on the job market.</strong></p>
<p>So here&#8217;s a quick rundown of seven things every scholar should know about copywriting.</p>
<h2>Get Over It</h2>
<p>First, though, I need to have a private word with you scholars. For pretty much all of my adult life, I&#8217;ve been a scholar and a researcher. Until I discovered Seth Godin, I thought &#8220;marketing&#8221; was a dirty word. It&#8217;s not. Whether you are trying to sell soap, yourself, your cause or your religion, knowing some basic marketing and copywriting principles will help you down the road. It all boils down to a simple question: would you rather have your ideas rejected or ignored because they are misunderstood as a result of poor presentation or rejected on their merits?</p>
<p>A good copywriter focuses on one thing: getting the reader to take the desired action, whether that&#8217;s buying a product, donating to the Sierra Club, voting for their candidate, joining their religion or signing up for their newsletter. There is both a pull and a push at work:</p>
<ul>
<li><strong>Push</strong>: all the reasons that the reader would benefit from taking the desired action (look younger, save the planet, save your soul)</li>
<li><strong>Pull</strong>: moving all obstacles out of the way (money-back guarantee, simple and secure payment, free trial).</li>
</ul>
<p><strong>Good copywriting demonstrates benefits and removes obstacles</strong>. Applications for fellowships or grants need to meet those same goals, but most scholars are woefully bad at it. I&#8217;m not saying I&#8217;m particularly good, but here are a few things you might learn.</p>
<h2>WIIFM — What&#8217;s in it for me?</h2>
<p>Copywriters know that their prospect always has one question in mind: what&#8217;s in it for me? I was shocked to get a letter of recommendation that suggested that the course would be good for a student&#8217;s curriculum vitae. What vested interest do I have in padding someone&#8217;s resumé? More particularly, why would I want to pad <em>that particular student&#8217;s</em> resumé? What I want to hear is that the applicant can do the work and there is a very high probability that the student will actually take those skills and put them into practice. I think that&#8217;s fairly obvious for any similar course, especially one that offers a stipend to all participants as ours does.</p>
<p>Always stay focused on the benefit to the institution, grant agency or hiring committee. The benefit to the applicant is only relevant insofar as it also furthers the mission of the institution. In this case, the Meeter Center and I want to train researchers, so saying it will benefit the student by preparing her to conduct archival research is a benefit to both of us, but saying it will make the student look better or improve the student as a person is not relevant.</p>
<p>As an applicant, the key is to ask yourself &#8220;Why are these people taking applicants and offering money? What do they get out of it?&#8221; Before anything else, try to answer that question. You may not be able to answer it perfectly. You may see multiple reasons. You may see the wrong reasons, but at least you&#8217;ve figured out <em>some</em> reason. <strong>Anything in the application that does not specifically demonstrate that the course won&#8217;t be wasted on you, can be cut</strong>.</p>
<h2>Features and benefits</h2>
<p>This is the oldest saw in copywriting: focus on benefits, not features. Let&#8217;s say we&#8217;re talking about a car.</p>
<ul>
<li><strong>Feature</strong>: rear-seat side impact airbags.</li>
<li><strong>Benefit</strong>: keep your children safe.</li>
</ul>
<p>It is important to mention the feature, obviously. Not to do so would leave you with vague, vapid promises — &#8220;Keep the kiddies safe. Drive a SomeCar.&#8221; The more common error, though, is to list off features without saying why anyone should care. It&#8217;s essential to avoid that in grant and fellowship applications.</p>
<ul>
<li><strong>Features</strong>:
<ul>
<li>Person: smart, well-read, engaging, excellent language skills, good writer, hard-working, drop-dead good looking and smells good too</li>
<li>Project: never been done before, studies the interaction of X and Y, examines the Blank Protocols.</li>
</ul>
</li>
<li><strong>Benefits</strong>:
<ul>
<li>Person: will do valuable work, will put the money/class to good use, will make your institution look good</li>
<li>Project: will solve the long-standing question/problem of X, will allow future scholars to answer long-standing question, etc.</li>
</ul>
</li>
</ul>
<p>If you find yourself listing a &#8220;feature&#8221; and it doesn&#8217;t have a &#8220;benefit&#8221; to follow up on it, then either don&#8217;t list the feature, or <strong>figure out what the benefit</strong> is and make sure you highlight the benefit. <strong>Features only exist in copywriting to make your benefit claim credible</strong>. If you&#8217;re listing a feature that isn&#8217;t necessary to make the benefit claim credible, you&#8217;re wasting paper, ink and time.</p>
<h2>Be Specific and Concrete</h2>
<p>Every writing teacher, whether teaching copyrwriting or fiction, will say to be specific. How specific? This is where copywriters have an advantage. They can test two different ads, one that says &#8220;resulted in a 104% gain in efficiency&#8221; against &#8220;more than doubled efficiency&#8221; and see which one performs better. We can&#8217;t do that for grant and fellowship applications, but we know that in general,<strong> specificity beats generality</strong> and I&#8217;m surprised at how vague and general many applications are.</p>
<p>Let&#8217;s say you&#8217;re answering the question &#8220;Why do you want to take this course?&#8221; Consider three applicants. They each answer the question like this:</p>
<ol>
<li>I&#8217;m hoping to do research for my dissertation on the price evolution of poker chips and that research will likely require use of manuscript sources.</li>
<li>My dissertation research on the price evolution of poker chips in Lyon from 1500-1800 will require me to read council registers and account books in the S series in the Archives départementales in Lyon</li>
<li>During my preliminary research for my project on the price evolution of poker chips, I came across many key documents the archives in Lyon that I was unable to read. In order to finish the project, I need better paleography skills.</li>
</ol>
<p>Number one is actually already a lot better than many of the applications I got. I understand that from grad students who may not have refined their research area yet, but a faculty member sent in an application basically saying he was a nice guy who thought the course would be interesting. Not good enough. But even considering the pretty good choices above, who seems more likely to put the course to good use? Who is more likely to work really hard?</p>
<p>If you are one of those younger scholars who may not have carved out a research area yet, you can still mention work that you admire and plan to emulate.</p>
<h2>Avoiding Doubt</h2>
<p>The first example above also sows doubt (only &#8220;hoping&#8221;?). It&#8217;s not by accident I gave that as an example. One applicant, by all appearances an excellent candidate with an MA and some teaching experience to her credit, wrote: &#8220;I am wanting to pursue a doctorate degrees in hopes of studying….&#8221; Any writing teacher would see the problem there. The average copywriter would grab his chest and gasp for breath.</p>
<p>Sadly, <strong>there is no worse training for dynamic writing than academia</strong>. Academia is perhaps the only domain where there is no penalty for being boring, but there is a harsh penalty for being imprecise. Academic writing demands attenuation and hedges — &#8220;We believe that in some cases it appears possible for a limited number of quatloos to transform into looquats given the right conditions.&#8221; A sentence like that would hardly  raise an eyebrow in academia, whereas you would get attacked from all sides if you said &#8220;Quatloos transform into looquats.&#8221;</p>
<p>Copywriters, however, are always thinking about how the reader will respond and what possible interpretations and emotional reactions the reader might have. &#8220;I&#8217;m wanting&#8230; in hopes of&#8221; and other <strong>hedges make a very serious applicant appear risky</strong>, uncertain and hesitant. Is this person really committed to learning what I&#8217;m teaching? Do we really want to give a stipend to someone who is &#8220;hoping&#8221; to use the course knowledge?</p>
<h2>Be Honest</h2>
<p>One thing that surprised me when I started reading marketers and copywriters is the value they place on honesty. The calculation is simple:</p>
<ol>
<li>Every item returned costs enough to negate 5–10 sales. Making claims that you can&#8217;t back up will cost too much.</li>
<li>It&#8217;s usually cheaper to make a second sale  to an existing satisfied customer than to go out and find a new customer,  and nothing creates dissatisfaction like being lied to.</li>
</ol>
<p>Those two things being true, <strong>deceiving the customer ends up being costly</strong> for anyone except fly-by-night outfits that want to make a quick buck and get out. All that to say that you shouldn&#8217;t claim to have come across key documents in the archives if you haven&#8217;t actually been there. Credibility matters and a single manifest exaggeration raises questions about the credibility of everything else.</p>
<p>Most of our applicants say their French is &#8220;fluent&#8221;. I have to say, the question is very poorly worded on the application, so I don&#8217;t blame them for answering that way. That said, it does raise questions when someone says that his French is fluent and then lists four semesters of college French as the sum total of his French training. <strong>What else is exaggerated?</strong> Again, this makes accepting the applicant seem like a risk.</p>
<h2>Risk Reversal</h2>
<p>The classic example of risk reversal in marketing is the guarantee. I&#8217;m afraid of spending all that money on a new car and taking the risk that I&#8217;ll be stuck with a dud. So the manufacturer says &#8220;You&#8217;re right. That&#8217;s a lot of risk for you, an individual. Let me take on the risk. You buy that car, and I&#8217;ll take care of all repairs for the first 5 years or 60,000 miles, whichever comes first. Will you buy it now?&#8221;</p>
<p>Obviously, <strong>scholars can&#8217;t fully reverse a risk </strong>in that way — you can&#8217;t offer to pay back your fellowship if you haven&#8217;t successfully completed your dissertation within six years. But<strong> you can address risk.</strong> We had one first-year grad student some years ago who had a mixed letter of recommendation. The faculty member had good things to say about the applicant, but had some reservations about specific weaknesses. The professor was honest with us and with the student, though, so he was able to say &#8220;I know that professor X has doubts about my ability in this area. I will, however, commit to work extra hard in order to make up for that deficiency&#8221;.</p>
<p>We took him. The course was hard for him, as expected, but he seemed to get a fair bit out of it and is now an advanced PhD candidate studying under one of the top scholars in the field. The result is that the professor retained her credibility. Next time I see a letter from her, I&#8217;ll know it means exactly what it says (see &#8220;Be Honest&#8221; above). But she gave the student a fighting chance to state how he would compensate for weaknesses. Not exactly a classic risk reversal, but it gave us a lot more to go on than a vague application with all the usual platitudes. I&#8217;m fairly sure that some better-qualified people were rejected that year, but the combination of specificity, honesty and risk mitigation in the application got that candidate through the door, even though we tend to accept students with stronger language skills than that particular student.</p>
<h2>What&#8217;s Your Story?</h2>
<p>Seth Godin says in <em>All Marketers Are Liars</em> that he really wanted to call it  <em>All Marketers Are Storytellers</em>, because he believes that effective marketing requires a compelling and authentic story. The story is a <em>lie</em> only in the sense that <em>any story</em>, whether about events that actually happened or a work of fiction, is a <em>lie</em> — all stories leave things out and tell the tale selectively. Not surprisingly, the second edition is called <a href="http://www.amazon.com/gp/product/1591843030?ie=UTF8&amp;tag=ultraskiercom-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=1591843030">All Marketers Tell Stories… Why Authenticity Is the Best Marketing of All</a><img style="border: none !important; margin: 0px !important;" src="http://www.assoc-amazon.com/e/ir?t=ultraskiercom-20&amp;l=as2&amp;o=1&amp;a=1591843030" border="0" alt="" width="1" height="1" />.</p>
<p>A grant application should also tell a story. <strong>That story is <em>not</em> your biography </strong>or a prose version of your resume. Notice that under &#8220;Be Specific&#8221;, example three is a story. There&#8217;s an arc to it. &#8220;Young student goes to Lyon, excited about research project on poker chips. Confronted with documents he can&#8217;t decipher, he looks for help and finds <em>my</em> course, just the thing he needs in his quest for arcane knowledge and scholarly bliss. If only there&#8217;s a spot for him.&#8221; A story need not be quite as personal as that, but you need a story that helps answer the question <em>why you?</em></p>
<h2>A Last Word</h2>
<p>It&#8217;s not like getting into my class is a super rough competition. The financial award is only $500 for the two weeks and we accept over half the applicants, most of them in the summer after the second or third year of grad school (though we often admit one undergrad and one or two faculty members). Most of these students are soon going to be facing much stiffer competitions, like applying for Fulbright grants to do research in France, which this year had <a href="http://us.fulbrightonline.org/competition_europe.html">25 slots for 197 applicants</a> (12.7%). That&#8217;s a lot better than the 13 slots for 405 applicants for the UK (3.2%), but I would say it&#8217;s a fair bet that out of 200 PhD candidates, it&#8217;s fairly likely that 25 will have decent natural or acquired copywriting skills. If you&#8217;re not one of them, you&#8217;re not going to France on a Fulbright no matter how good you are. Simple as that.</p>
]]></content:encoded>
			<wfw:commentRss>http://raisedbyturtles.org/copywriting-for-scholars/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How Poor Apple Interface Drove Me from Audible</title>
		<link>http://raisedbyturtles.org/itunes-player-sucks/</link>
		<comments>http://raisedbyturtles.org/itunes-player-sucks/#comments</comments>
		<pubDate>Fri, 12 Mar 2010 17:38:11 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[Software and Computing]]></category>
		<category><![CDATA[usability annoyances]]></category>

		<guid isPermaLink="false">http://raisedbyturtles.org/?p=420</guid>
		<description><![CDATA[After hating on iTunes player for a long time, but being locked into sometimes using it, I'm free thanks to cancelling my Audible subscription and switching to eMusic. I know, we're all supposed to love Apple and iTunes and every product they create. I don't. Here's why.]]></description>
			<content:encoded><![CDATA[<p>I am very particular about usability and user interfaces. I&#8217;ve never been an Apple fan, because I dislike closed, vertically integrated systems that lock me into a single vendor at a premium — you have to buy their hardware to use their software, and it&#8217;s proprietary from end to end. But of course, there&#8217;s their much-vaunted interface design and sometimes I think maybe it would be worth it to switch to Apple products in order to get that famous design &#8220;je ne sais quoi&#8221; from Apple.</p>
<p>The problem is, I have hated the interface design of every Apple product I&#8217;ve ever used. Among the most collossal mistakes — on the original Macs, you eject your floppy drive by dragging it to the Trash.</p>
<h2>Switching from Audible to eMusic because of iTunes Player Interface Sins</h2>
<p>Until recently,  I was locked into using iTunes at least some of the time because it&#8217;s the only authorized way to  burn books from Audible to CD (the unauthorized way is to play the book start to finish using a sound capture card and essentially re-record it as an MP3). Unfortunately, every time I have to use the iTunes player, I feel like screaming. It&#8217;s the main reason I just cancelled my Audible subscription. And frankly, the need to use the iTunes player in order to buy tunes off iTunes is the main reason I refuse to patronize iTunes. I just did a free trial of <a href="http://emusic.com">eMusic</a>, and I&#8217;m sold. It frees me from the evil that is Apple (yes, I know, MS and Google are the evil empires oppressing poor little Apple. Thank God. I think Apple is the most rapacious of the three, they just haven&#8217;t been as successful at world domination yet, but I think we would all come to regret it if Apple had the power of a MS or Google. No friends, they would not use it repsonsibly, but that&#8217;s a long topic).</p>
<h2>So where does the iTunes interface fail?</h2>
<h3>1. Managing Audio Books is Next to Impossible.</h3>
<p>I have two choices. Let iTunes manage my files, or manage them myself. Since I have a lot of audiobooks, I can&#8217;t let iTunes or any other player pull data from the internet manage your tracks. For example, for Harry Potter, which runs to almost 100 discs, it files them under 5 authors. For a single book, it will be the tracks under multiple titles. And it will split tracks from the same disc.</p>
<p>In my opinion, the author should always be condsidered the &#8220;artist&#8221; for an audiobook, not the reader or some other random person. If I let iTunes handle this, I&#8217;ll get Harry Potter books filed, stupidly, under the artists:</p>
<ol>
<li>J. K. Rowling (space)</li>
<li>J.K. Rowling (no space)</li>
<li>Jim Dale (the reader)</li>
<li>Nicholas Hooper (who wrote one of the soundtracks for the movie&#8230; uhh this is an audiobook, not a movie)</li>
<li>Patrick Doyle (ditto)</li>
</ol>
<p>Then for album titles, I&#8217;ll get</p>
<ol>
<li>Harry Potter and the Sorceror&#8217;s Stone disc 1</li>
<li>Harry Potter and the Sorceror&#8217;s Stone disc 01</li>
<li>Harry Potter &amp; the Sorceror&#8217;s Stone disc 1</li>
<li>Harry Potter The Sorceror&#8217;s Stone disc 1</li>
<li>Harry Potter and the Sorceror&#8217;s Stone [motion picture soundtrack]</li>
</ol>
<p>Now, I&#8217;m not just anal. This means that in order to put together a playlist for a single book that actually plays the tracks from the book in order (which is kind of important for most books), you would have to hunt through, in the worst case for the scenario I gave above, 25 folders. Okay, I have not encountered the worst case, but I have had a single books split willy-nilly among as many as five folders. <strong>So there&#8217;s no way you can let iTunes manage your files and still be able to listen to a book in sequence without considerable effort</strong>.</p>
<p>Fine, I&#8217;ll manage them myself. <strong>But the tools for managing files are incredibily rudimentary</strong>.</p>
<div id="attachment_421" class="wp-caption aligncenter" style="width: 460px"><img class="size-full wp-image-421" title="Not much help here" src="http://raisedbyturtles.org/wp-content/uploads/iTunesRipSettings.png" alt="iTunes screenshot" width="450" height="417" /><p class="wp-caption-text">No file management and Import Settings are just format and quality settings</p></div>
<div id="attachment_422" class="wp-caption aligncenter" style="width: 588px"><img class="size-full wp-image-422" title="iTunesAdvanced" src="http://raisedbyturtles.org/wp-content/uploads/iTunesAdvanced.png" alt="iTunes screenshot" width="578" height="535" /><p class="wp-caption-text">That&#39;s &quot;advanced&quot;???</p></div>
<p>If I burn tracks from a CD using iTunes, I have hardly any control over what goes where. I can select a main folder for my iTunes media and I can tell iTunes to manage the media or not. That&#8217;s it! In <a href="http://winamp.com">Winamp</a> or Windows Media Player, I can say where I want imported files to go. They still mess up if I let them pull information from the internet, but at least I can burn to a &#8220;quarantined&#8221; area where I can look at the files from burn and make sure it didn&#8217;t spread them all over my media collection. With iTunes, I can&#8217;t do that.</p>
<h3>Doesn&#8217;t Monitor my Media Folders</h3>
<p>Seriously, I have to buy a $25 app just so that when I add files to my media folder, iTunes will see it by default? Otherwise, I have to &#8220;import&#8221; every time I add files. As I said, I don&#8217;t want to manage everything through iTunes. Of course, this wouldn&#8217;t be so bad, if not for the misguided playlist metaphor that dominates the interface.</p>
<h3>Playlist Metaphor</h3>
<p>And then, in iTunes, everything is done in a playlist metaphor. Yes, I can &#8220;Create playlist from selection&#8221;, but that means I have to find the files within iTunes, select them all (and for a book this could be 250 tracks if it&#8217;s 10 CDs with 25 tracks per CD), create a playlist and then play it. With <a href="http://winamp.com">Winamp</a>, for example, I can just play a folder and I can also ask it to recurse down the directory tree and play everything in subfolders. In order. It takes me 7 seconds.</p>
<p>And then, and here&#8217;s what set me off this morning, if I want to burn a CD, I have to first create a playlist. Now, I only wanted to burn one track to a CD and normally I would never use iTunes to burn with, but this is an Audible book and Audible only works with iTunes (even the Audible Player won&#8217;t burn the book to disc). Now, let&#8217;s say I have a track downloaded to my desktop and I want to burn a CD in Windows Media Player.  I simply open WMP, drag the file into the playlist area, and hit &#8220;Burn&#8221;. There&#8217;s no playlist saved, created or other annoyance.</p>
<p>I&#8217;m sure this is all well and good if my overriding objective is to use an iPod, but it isn&#8217;t.</p>
<h2>Better Alternative &#8211; eMusic plus Winamp</h2>
<p>So I have come up with better alternatives to managing media and getting my ID3 tags in my MP3s. That&#8217;s for a future post. But how can you get rid of dependence in the iTunes player? Well, there are only two services that really require me to use it: Audible and iTunes itself. So the key is to dump those services. These days, alternatives abound. For buying music and downloading audiobooks, you can go to Amazon or Wal-Mart or whereever.</p>
<p>If you want a subscription like Audible, though, I&#8217;ve switched to <a href="http://eMusic.com">eMusic</a>. Okay, full disclosure: I signed up for the eMusic free trial offer that came with my wife&#8217;s new laptop (but actually, if you just go to the site you get a similar offer without buying any laptop). The selection is somewhat limited in the free trial, but I still managed to find plenty of music and a book that I wanted. Even with a full subscription, you don&#8217;t have a catalog as extensive as Audible or iTunes, but it&#8217;s not bad and it&#8217;s cheaper than Audible ($10/month versus $15/month). For music, it&#8217;s subscription-based, so if you download more than ten tracks per month at iTunes, eMusic will be cheaper.</p>
<p>Most of all, though, the main thing that got me to switch is that eMusic files come as MP3s, so I can use any player I want to play, burn and otherwise enjoy my audio with any player I want, including easily putting it on a CD or my non-Apple MP3 player so I can enjoy my audiobooks in the car.</p>
<p>Good bye Audible. Good bye Apple. In the case of Audible, I&#8217;m sorry, because I like Audible and if they would let me manage my books easier, I would stick with them. In the case of iTunes… good riddance!</p>
<p>Now that I have that pointless rant out of my system (I&#8217;m understand that nobody really cares but me and that bashing Apple is an unfogiveable sin), as soon as I get a chance, I&#8217;m going to show you how I now just use filenames and create MP3 tags from filenames to manage everything, then I can control the sort order in any player&#8230; coming soon.</p>
]]></content:encoded>
			<wfw:commentRss>http://raisedbyturtles.org/itunes-player-sucks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How Can Google Maps be this Inaccurate? Private Residence as Landmark?</title>
		<link>http://raisedbyturtles.org/google-maps-accuracy/</link>
		<comments>http://raisedbyturtles.org/google-maps-accuracy/#comments</comments>
		<pubDate>Thu, 04 Mar 2010 05:06:15 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[fail]]></category>
		<category><![CDATA[google]]></category>

		<guid isPermaLink="false">http://raisedbyturtles.org/?p=412</guid>
		<description><![CDATA[Google Maps for our area is utterly and completely unreliable, but still manages to violate the privacy of a private citizen. How can it be this bad.]]></description>
			<content:encoded><![CDATA[<div id="attachment_414" class="wp-caption alignleft" style="width: 310px"><a href="http://raisedbyturtles.org/wp-content/uploads/google-maps-accuracy.png"><img class="size-medium wp-image-414" title="Google Maps screen capture with corrections" src="http://raisedbyturtles.org/wp-content/uploads/google-maps-accuracy-300x184.png" alt="Google Maps screen capture with corrections" width="300" height="184" /></a><p class="wp-caption-text">Houston... We have a problem</p></div>
<p>Every so often, I take a look at Google Maps to see whether they&#8217;ve finally put our house in the right spot. On the one hand, things are looking good. We&#8217;re only a quarter mile off now (as opposed to the 1.5 miles we&#8217;ve been off by until recently).</p>
<p>On the other hand, they&#8217;ve also added a bunch of landmarks to the map. <strong>Every single one of them is off by somewhere between a quarter mile and 25 miles</strong>. They even get the location of the famous Ahwahnee Dining Room wrong&#8230; by 17 miles. Though not on the image, they also put the Ahwahnee Hotel in the wrong place and show &#8220;National Park Services&#8221; in a spot that is, in reality, 15 miles from the nearest services (or buildings) of any kind, unless you count the roadside bathroom about half a mile from where they put marker. Keep in mind that this is a national park that got 3.9 million visitors last year, so screwing up the directions to basic services is not a minor problem.</p>
<p>Meanwhile, they succeed in successfully locating two well-known rock climbs, both of which likely have fewer than 100 visitors per year.</p>
<p>The only real bright side is that I can see is that they incorrectly label Carol&#8217;s house, so at least they&#8217;ve accidentally left her privacy intact.</p>
]]></content:encoded>
			<wfw:commentRss>http://raisedbyturtles.org/google-maps-accuracy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>GMail &#8220;Synchronization Has Stopped Unexpectedly&#8221; Error</title>
		<link>http://raisedbyturtles.org/gmail-synchronization-has-stopped-unexpectedly-error/</link>
		<comments>http://raisedbyturtles.org/gmail-synchronization-has-stopped-unexpectedly-error/#comments</comments>
		<pubDate>Wed, 27 Jan 2010 17:38:47 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[Software and Computing]]></category>
		<category><![CDATA[gmail]]></category>

		<guid isPermaLink="false">http://raisedbyturtles.org/?p=410</guid>
		<description><![CDATA[For a few days, my offline Gmail was refusing to synch up with the server. Every time I would try, I would instantly get an ! in the synch status and it would say &#8220;Synchronization has stopped unexpectedly&#8221;. Well, yeah. I had figured that part out.
I&#8217;m sure there are lots of reasons for this, but [...]]]></description>
			<content:encoded><![CDATA[<p>For a few days, my offline Gmail was refusing to synch up with the server. Every time I would try, I would instantly get an ! in the synch status and it would say &#8220;Synchronization has stopped unexpectedly&#8221;. Well, yeah. I had figured that part out.</p>
<p>I&#8217;m sure there are lots of reasons for this, but you can open the troubleshooting page by going to Settings -> Offline and scrolling down to the link for the Troubleshooting Page.</p>
<p>On my page, I noticed several errors for <strong>Failed to get blob</strong> down at the bottom of the page under &#8220;Recent Errors&#8221;.</p>
<p>A BLOB, of course, is a Binary Large Object. I realized at that point that I had unsynchronized messages with images attached (that is to say with BLOBs attached). </p>
<p>I tried moving these to Drafts, but that still didn&#8217;t work, so I copied and pasted the contents into a text editor for safe keeping, deleted the messages, cleared the browser cache, closed the browser, reopened, and reloaded GMail.</p>
<p>Success!</p>
<p>I&#8217;m sure there are a lot of other things that can cause this, but I didn&#8217;t find any good information on this on Google Groups or with a quick search, so hopefully this will help someone or at least give some directions to look in.</p>
]]></content:encoded>
			<wfw:commentRss>http://raisedbyturtles.org/gmail-synchronization-has-stopped-unexpectedly-error/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Why You Should Start an Interview Podcast Now</title>
		<link>http://raisedbyturtles.org/start-interview-podcast/</link>
		<comments>http://raisedbyturtles.org/start-interview-podcast/#comments</comments>
		<pubDate>Sat, 26 Dec 2009 06:24:32 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[interviews]]></category>
		<category><![CDATA[podcasting]]></category>
		<category><![CDATA[public speaking]]></category>

		<guid isPermaLink="false">http://raisedbyturtles.org/?p=407</guid>
		<description><![CDATA[Even if you don't achieve huge success, conducting interviews and listening more carefully to the way you and others speak will be enlightening. I'm just getting started on interviews, but already I feel it's changing the way I speak or at least making me aware of some annoying habits in my speech.]]></description>
			<content:encoded><![CDATA[<p>Seth Godin says that everyone should keep a blog and write a post a day for two years. Most blogs won&#8217;t become hugely successful, but the simple act of thinking up an article every day for two years will change the way you see the world. I&#8217;m sure it&#8217;s true, but I&#8217;m too lazy or too busy or too something to do that. Maybe someday. Maybe I&#8217;m too much of a procrastinator though.</p>
<p>However, I think everyone should start an interview podcast. I&#8217;ve always loved listening to interviews on NPR (especially Fresh Air), but it always seemed like something that only a journalist with a radio show could do. Then I stumbled across Andrew Warner doing interviews over at <a href="http://mixergy.com">Mixergy</a>. Great interviews, in fact, with people like Derrick Sivers (founder of CD Baby), Tim Ferris (Four Hour Work Week), and some guy who got lost in the Amazon and had to dig deep to survive and get out. Great stuff and, with <a href="http://raisedbyturtles.org/podcasting-tips-andrew-warner/">Andrew&#8217;s podcasting advice</a> and encouragement, I decided to interview people I care about. He mostly interviews entrepeneurs. <a href="http://ultraskier.com/podcast">I interview skiers</a> or, more precisely, people who make it their mission to help others ski better (instructors, coaches, trainers). </p>
<p>I&#8217;ve only done four interviews, but it&#8217;s been great: <strong>You learn stuff</strong>, you help people <strong>establish themselves as experts</strong>, the kind of people <em>worth</em> interviewing, you <strong>provide useful information</strong> or at least I hope so, and you make some <strong>fun connections or reconnections</strong> (it&#8217;s a good excuse to call up an old friend or someone you admire but otherwise would never call).</p>
<p>Those are the obvious benefits, but there are effects that I hadn&#8217;t expected. <strong>You start to hear how you speak</strong>. I do the interview, and then go back to edit. When I edit, I um learn, you know, the uh obvious — I and all my guests love filler words. But there&#8217;s more. I realize that I have a very non-linear way of speaking that takes away from my effectiveness as a speaker and makes me harder to follow. For example, I might say something like this: &quot;When someone is doing deadlifts. Let&#8217;s say you have someone who wants to get strong for skiing and they&#8217;re looking for a good exercise and decide to try deadlifts….&quot; And then of course, pepper it with ums and you knows. </p>
<p>So what? Lots of people speak that way, right? I feel like after only four interviews, it&#8217;s changing the way I speak very subtly. When you write anything of importance, you do a rough draft and at least one edit. The more you do that, the better your rough drafts become and the better your final drafts become. We don&#8217;t typically have any similar feedback loop for conversation. In fact, in my experience, we tend to avoid that feedback loop. I always hated listening to myself on recordings and I know many people feel the same way about themselves. And my friends, mercifully, do not critique my conversation. So again, there&#8217;s no feedback loop. Editing your interviews provides the feedback loop.</p>
<p>I&#8217;m not sure it will change the way I speak, but I think it will for two simple reasons. First, just knowing how I speak is huge. Second, when someone speaks directly, clearly and effectively, it takes a lot less work to edit. And since I prefer to avoid work, it&#8217;s an incentive to try to get better at my <em>rough draft</em> instead of trying to fix it in the editing stage. Of course you can&#8217;t always fix audio in the editing. And video? Forget it.</p>
<p>We&#8217;ll see where it ends, but if you are thinking there&#8217;s a topic you want to write about, consider doing interviews instead. So far, it&#8217;s been an interesting experiment for me and worth the time invested.</p>
<p>If you have an interview show, tell me about it in the comments or through the contact form and I&#8217;ll list you here with the anchor text of your choosing to give you a boost from the search engines.</p>
<h3>Interview podcasts I listen to regularly include</h3>
<ul>
<li>Mixergy — Andrew Warner<a href="http://mixergy.com"> interviews entrepeneurs </a>and people of interest to entrepeneurs. Some great stuff.</li>
<li>In the Trenches — Mike Robertson <a href="http://robertsontrainingsystems.com/podcast/">interviews top strength coaches</a>. These are the top guys in the business, the ones that train elite athletes and the podcast is packed with good info, though also a fair bit of jargon. If you don&#8217;t know what RDLs are, it can be a bit hard to follow (RDL = Romanian Deadlift).</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://raisedbyturtles.org/start-interview-podcast/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>It Must Be True, I Read It On ChaCha.</title>
		<link>http://raisedbyturtles.org/chacha-accuracy/</link>
		<comments>http://raisedbyturtles.org/chacha-accuracy/#comments</comments>
		<pubDate>Wed, 02 Dec 2009 17:02:49 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[Web Fun]]></category>
		<category><![CDATA[ChaCha]]></category>
		<category><![CDATA[credibility]]></category>

		<guid isPermaLink="false">http://raisedbyturtles.org/?p=403</guid>
		<description><![CDATA[ChaCha answers questions on anything and everything. Even annual bowling deaths. Sometimes they don't check their sources so well though. I sure wouldn't take health advice off ChaCha!]]></description>
			<content:encoded><![CDATA[<p><img src="http://raisedbyturtles.org/wp-content/uploads/oops-sign.jpg" alt="Oops!" title="Oops!" width="295" height="194" class="alignleft size-full wp-image-404" />
<p>When I first heard about ChaCha I was amazed: I can text in a question and get an answer in <em>two minutes</em>. I was amazed because sometimes in the course of my research, I have questions that take days to answer or that I can&#8217;t answer at all. Imagine getting that down to <em>two minutes</em>. Then I thought maybe they don&#8217;t have God-like omniscience and maybe, just maybe, they aren&#8217;t set up to do archival research on sixteenth-century Geneva. Maybe you need to focus on simpler questions, more modern questions.</p>
<p>At <a href="http://pubcon.com">Pubcon</a>, someone mentioned that you can use the <a href="https://adwords.google.com/select/AdTargetingPreviewTool">AdWords search preview tool</a> if you want to see where you rank for a given search term without interference from personalized search (if logged into a Google account) or geo-targetting (always on based on your IP number which is sent to Google with every request). This cool tool also lets you see what search results (and ads) you would get in various geographical regions. </p>
<p>So I thought I would do a somewhat whimsical search and <a href="http://google.com?q=bowling+deaths">searched on <em>bowling deaths</em></a>. The choice isn&#8217;t arbitrary. I usually rank #1 for that search, but I was curious to find out whether that was true even if Google didn&#8217;t know who or where I was. And sure enough, there I was, still #1. But ChaCha came up as the number two result with a clear and <a href="http://www.chacha.com/question/how-many-deaths-are-caused-annually-by-bowling"rel="nofollow">succinct answer</a> that looked suspiciously familiar. To the question &quot;How many deaths are caused annually by bowling,&quot; the ChaCha expert answered</p>
<blockquote>
<p> On average there are four bowling deaths due to bowling or bowling equipment each year. Natural deaths while bowling do not count.</p>
</blockquote>
<p>Sure enough, the &quot;source&quot; cited was none other than my article. The problem is, my article is <em>satire</em>. The point of the article, to the extent that there was one, was to highlight the idiotic ways in which journalists use statistics, often failing to understand the importance of sample size, significance (as determined by chi-square and such) and so forth.</p>
<p>That article gets a lot of mentions in forums, almost always with a &quot;heh heh&quot; after it. ChaCha is unique in treating it as fact. So I guess that&#8217;s the downside of getting answers in two minutes. Maybe I just guessed right in my satirical article? Nah. ChaCha cites its sources, in this case, it&#8217;s my very own <em>analysis</em> <a href="http://takenforranted.com/bowling-deaths-double-56/">death rates from bowling</a>.</p>
<p>I wonder how many other examples one could find. Are you a ChaCha user? Have you gotten any tragically bad ChaCha answers? If so, <strong>add a comment</strong> and tell us about it. I sure hope you weren&#8217;t asking for directions!</p>
]]></content:encoded>
			<wfw:commentRss>http://raisedbyturtles.org/chacha-accuracy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Twitter for Writers</title>
		<link>http://raisedbyturtles.org/twitter-for-writers/</link>
		<comments>http://raisedbyturtles.org/twitter-for-writers/#comments</comments>
		<pubDate>Mon, 30 Nov 2009 06:39:15 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[book publishing]]></category>
		<category><![CDATA[greg crouch]]></category>
		<category><![CDATA[self promotion]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://raisedbyturtles.org/?p=401</guid>
		<description><![CDATA[How do you promote your book with Twitter? It's not necessarily obvious, especially for those of us who are writers and scholars first and foremost. But publishers aren't doing much for new authors anymore, so you have to do it yourself.]]></description>
			<content:encoded><![CDATA[<p>My friend Greg Crouch is writing a book which I think has bestseller potential. He&#8217;s an engaging writer and he has a great story about the pilots that flew the Himalaya in World War II. But like me, he&#8217;s a climber and a writer and, not surprisingly, a latecomer to Twitter. The era of writers being able to trust to publishers to do their promotion is mostly over for anyone but A-List bestsellers like John Grisham and Stephen King, so an author has to take matters into his or her own hands. </p>
<p>I&#8217;ve already written about <a href="http://raisedbyturtles.org/twitter-following/">how I use Twitter</a> and why I follow so few people. I&#8217;ve also thought about the <a href="http://raisedbyturtles.org/twitter-modes/">possible ways to use Twitter</a>. Greg&#8217;s situation got me thinking specifics of how to use Twitter as a writer. My books, being obscure scholarly tomes, I haven&#8217;t used Twitter to promote them, but I&#8217;ve been watching how people use Twitter and what works and what doesn&#8217;t and this is my best advice to Greg. If you have something to add, disagree with something, or think this is good advice and want to encourage Greg to follow this advice, <strong>please help Greg out by leaving a comment</strong>.</p>
<p>If you don&#8217;t need a pep talk about self-promotion, you can skip straight to the bit on <a href="#twitter-for-writers">how writers can use Twitter</a>, but first I feel compelled to address something that might be the biggest obstacle for many writers…</p>
<h2>Self-Promotion Makes You Feel Icky? Get Over It!</h2>
<p>Best-selling author Tim Ferris gives a <a href="http://mixergy.com/tim-ferriss/">great interview on Mixergy.com</a> that provides illuminating insight the new world of book publishing and promotion. Every author should listen to this. If you&#8217;re too much of an <em>artiste</em> to get out there and hawk your book, be prepared to see your book remaindered. Comfort with self-promotion is a major hurdle for many authors, especially those of us trained to life of scholarship and poverty. So before we even get into the specifics of Twitter, first ask yourself:</p>
<ul>
<li>Do you think your book is worthwhile and well-written? </li>
<li>Do you think that there are people out there who would derive pleasure or useful information from your book?</li>
<li>Do you think there&#8217;s something slimy about making it as easy as possible for people to learn about and purchase a useful and/or enjoyable book?</li>
<li>You&#8217;re diligent enough to write a book, are you too lazy to do some work to spread the word about it?</li>
</ul>
<p>If you answered yes to any of those questions, may you write the book of the century, so brilliant that word will spread all on its own with no help from you. Otherwise, may the Force be with you. I would say &quot;no skin off my back,&quot; but if you have a book that I would enjoy reading, it <em>is</em> skin off my back. That&#8217;s the realization that changed my attitudes on the subject (though not always my practice). If you have something that could improve someone&#8217;s life, even &quot;just&quot; by being entertaining, and you do nothing to get the word out there, you are doing a disservice to all the people who could benefit and you are dishonoring your own labor.</p>
<p>That&#8217;s probably preaching to the choir. Most people probably agree with that already or need a lot more convincing than that. But in any case, ask yourself very honestly if self-promotion still makes you feel icky. I&#8217;ll be honest, it does me, but thinking about it like I just outlined, makes me a <em>lot</em> more comfortable with it.</p>
<h2 id="twitter-for-writers">Ideas on How to Use Twitter as an Author</h2>
<p>Okay, so you&#8217;re convinced that you owe it to your soon-to-be adoring public to get the word out about your masterpiece. You&#8217;ll want to create a Facebook Fan Page. And you&#8217;ll want to build a presence and above all a following on Twitter.</p>
<p>Your goal is to connect with people who share your interests and might enjoy your book in order to create an audience who will be ready to buy when the book comes out. It&#8217;s not how many copies you sell in a year that affects your Amazon (or god willing NYT) ranking, it&#8217;s how many you&#8217;ve sold recently. So one of the keys is preparing the soil. You have all these people following you because you post on stuff they care about. They like you for it and they&#8217;re grateful, which is as it should be, because it takes actual effort on your part. Your book comes out. Your Twitter followers buy 500 copies. It&#8217;s not many, but it&#8217;s all in the same week. That makes you the #1 history book on Amazon and pushes you to the top to get noticed. Small numbers are big here.</p>
<ul>
<li><strong>Remember: You&#8217;re reaching out to new people, not keeping up with your old surfing buddies</strong>. That has a big impact on what you&#8217;ll post and it&#8217;s good to <strong>be clear on your goals</strong>. I have two accounts. On my &quot;just for friends&quot; account, for the most part, if we&#8217;ve never had a face-to-face conversation, I&#8217;m not following you on that account and I&#8217;m posting stuff that only people who know me would find interesting (and often not even them). I&#8217;ve been playing with Twitter to help attract readers to one of my websites. For that, I tweet on personal topics, but not inside jokes for my friends, and I keep most of the posts on subjects in line with the website.</li>
<li><strong>Create a custom profile background</strong>. Your background should say something about who you are. Once you have a cover design, you need a photo of the book on your profile page. </li>
<li><strong>Link to your book&#8217;s website</strong> from your profile. You have at least a basic website for your book right? No? Why not? You can <a href="http://raisedbyturtles.org/rapid-site-development">build a simple website in an hour</a>. </li>
<li><strong>This is a marathon, not a sprint</strong>. You&#8217;re a writer, so you know all about persistence and marathons. If you have a year until your book goes to press, that&#8217;s great. You&#8217;ll need all of that because it&#8217;s important to start building that audience now.</li>
<li><strong>Content first, then networking</strong>. You can start following your real-world friends right away, but don&#8217;t follow people you don&#8217;t know until you have some posting history. I always look to see what sort of posts someone has before I follow back. If it&#8217;s just 2-3 vague posts, I don&#8217;t follow back. </li>
<li><strong> Write tweets on topics related to your book</strong>. When I say &quot;related to your book&quot; that doesn&#8217;t mean <em>only</em> self-absorbed posts about how the writing is going, but also just topically related. If you&#8217;re writing about pilots flying over the Himalaya in World War II, then you could have posts on WWII history, aviation, the Himalaya. Link to books or book reviews on something you&#8217;ve read lately that you liked. Share something cool you&#8217;ve found in your research. And yes, the occasional self-absorbed post about how the writing is going. Tweet enough about topics loosely related to your book that there is <strong>always one on your profile page</strong>.</li>
<li><strong>Don&#8217;t sell on Twitter</strong>. Your goal is to connect, have a presence and on rare occasions mention that you have a book for sale. Rare occasions. In other words, as often as you would want to get a sales pitch from every person in your stream, that&#8217;s how often they want a sales pitch from you. Save it for when you need.</li>
<li><strong>Sell on Twitter</strong>. Okay, sometimes you do need it. When your book comes out and you want to generate momentum to get higher listings in Amazon or, God willing, the New York Times. That&#8217;s when you call on the people who follow you and say, very simply, &quot;If you&#8217;re thinking of buying my book eventually, it would be huge for me if you ordered it this week.&quot; That&#8217;s 101 characters, so there&#8217;s even enough left over for a link to where to buy it. Remember though, this it a rare event, calling in a favor from your followers in return for all the great links and thoughts you offer without asking anything in return.
  </li>
<li><strong>Regular updates</strong> are good, but<strong> more than a couple a day and people get tired of you</strong>. There are only two sorts of people who will put up with a regular output of 20 posts per day — people who are filtering and not actually reading you anyway, and people who are stalking you and you shouldn&#8217;t be giving them that much information. Everyone else is just getting annoyed and they will unfollow you. One marketer type I was reading said there is an optimum number of tweets per day, and that number is three. I think he meant it half tongue-in-cheek, but that correlates with my experience in terms of who I most like to follow. Also, it&#8217;s <strong>not about averages</strong>. The worst twitterers of all do no posts for a month, then do thirty in two days. Never forget that it takes only one click to unfollow you. </li>
<li>N<strong>o minute-by-minute updates</strong>. If coffee doesn&#8217;t play a big role in your book, <strong>nobody cares what kind of coffee you had this morning</strong>. I hate to break the bad news, but aside from your mother and a few friends, nobody cares about you. They will follow you because you have something interesting to say for <em>them</em>.</li>
<li><strong>Be personal, be real</strong>. The flip side of the last point is that you want to be a real person, the idea is to connect with people on a somewhat more personal level, so your Twitter stream needs <strong>some personal flavor</strong>, some updates that are not &quot;on topic&quot;. It&#8217;s a balance, between letting people know who you are and burying them in an avalanche of personal detail. Write a fair number of <strong>posts that are specific to you</strong> (either personally or your book). If your best friend or spouse can&#8217;t guess from the content on the first page whose Twitter stream it is, you&#8217;re being way too vague and general. </li>
<li><strong>Follow the people who follow you</strong> if they don&#8217;t look like robots or spammers. If someone looks really off from my interests, I don&#8217;t follow, but generally you want to because this allows you to direct message each other which can really help get to know someone. If you&#8217;re writing non-fiction and still researching, you probably want to make it easy for people to communicate with you.</li>
<li><strong>Actively block spammers and robots</strong>. Some people disagree with this. What&#8217;s the harm in having someone you don&#8217;t like follow you and add to your follower count? The way I see it, when you follow someone, before they follow back, they&#8217;ll look at what you post, who&#8217;s following you and who you follow. You want that profile to look like &quot;their people&quot; (i.e. actual human beings who read books like yours). Put another way, think about how Google evaluates web pages. It&#8217;s who links to you and who you link to that helps them decide which &quot;neighborhood&quot; you&#8217;re in. I want my Twitter profile to show that I&#8217;m in a neighborhood of &quot;our people&quot;. In the Twitter world, I live in a gated community. Spammer scumbags are turned away by security.</li>
<li><strong>Find people to follow with <a href="http://search.twitter.com">Twitter search</a></strong>. With some Twitter readers (Hoot Suite, Tweetdeck, Seesmic, etc.), you can create a column for a search if you really want to follow your topic. Put in some words related to your book and find people to follow and connect with. If you follow someone, he or she will likely look at your profile. If they see a kindred spirit, they&#8217;ll follow you. </li>
<li><strong> If someone mentions you</strong>, they&#8217;ll do so with an &quot;at reply&quot; and <strong>you <em>must</em> acknowledge it</strong>. To fail to do so makes you look like a prima dona too busy to respond to the little people. If you are like Neil Gaiman with thousands of followers, all reasonable people will understand that you can&#8217;t respond to everyone (though Neil gets complaints from people who just don&#8217;t get it). For most of us, though, it is completely manageable in a few minutes per day. If you don&#8217;t have those few minutes, then just don&#8217;t be on Twitter. Simple as that. Of be on Twitter, but just for <em>social</em> reasons, not to spread the word about your book.</li>
</ul>
<p>I know there are many things I&#8217;ve left out and maybe some things that you disagree with. If so, <strong>please leave a comment</strong> to make this post better for other writers!</p>
]]></content:encoded>
			<wfw:commentRss>http://raisedbyturtles.org/twitter-for-writers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Twitter Retweet Function — Does the Length of Your Username Still Matter?</title>
		<link>http://raisedbyturtles.org/twitter-retweet-function/</link>
		<comments>http://raisedbyturtles.org/twitter-retweet-function/#comments</comments>
		<pubDate>Mon, 30 Nov 2009 06:33:14 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[Web Fun]]></category>
		<category><![CDATA[social proof]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://raisedbyturtles.org/?p=397</guid>
		<description><![CDATA[Until recently, in Twitter you had to burn a lot of characters retweeting people. Twitter fixed that, but also destroyed a lot of the social proof one got from a retweet.]]></description>
			<content:encoded><![CDATA[<p>New Twitter Retweet Function — Does the Length of Your Username Still Matter?</p>
<p>In times of yore, like last month, having a long username was a liability for getting &quot;retweeted&quot; because your Twitter nickname counted toward the character count in the retweet (which sounds like something Elmer Fudd would say to the troops do if being overrun by superior forces: Retweet! Retweet!). Twitter has recently added new functionality that makes the length of the username irrelevant, but I&#8217;m somewhat sorry they did. I think that this is a case where the cure is worse than the disease.</p>
<p>Under the new system, if I retweet something, it appears to my followers as if they&#8217;re suddently following that person. In my profile picture appearing in their stream, but the person I retweeted appearing out of nowhere in their stream. This is in theory good for the the person who wrote the original post, but not necessarily.</p>
<ul>
<li><strong>From the end reader perspective</strong>. I find this <strong>confusing</strong>. Suddenly people I don&#8217;t know are appearing in my stream. Maybe I&#8217;m just not used to it, but I don&#8217;t particularly like that. On the plus side, I have instant one-click access to the original author&#8217;s information.</li>
<li><strong>From the retweeter&#8217;s perspective. I lose my identity</strong>. I may want to share something, but I may want my followers to know that it&#8217;s from me. On the plus side, I don&#8217;t have to edit a post down to fit into the 140-char limit. </li>
<li><strong>From the original author&#8217;s perspective</strong>. You might think there&#8217;s no downside here. Suddenly, there you are with your picture and everything in the stream of everyone who follows your beloved retweeter. The downside here is that you&#8217;ve mostly <strong>lost the benefits of social proof and the value of a retweet as a personal recommendation</strong>. </li>
</ul>
<p>The last point bears some further comment. Let&#8217;s say I&#8217;m an author hoping to reach potential readers of my forthcoming book via Twitter (see <a href="http://raisedbyturtles.org/twitter-for-writers/">Twitter for writers</a>). I&#8217;m now injected picture and all into the user&#8217;s stream, which has to be better, right?</p>
<p>The problem is that the challenge is not in being <em>available</em> to the largest number of people, but in actually finding a way to <em>cut through the noise</em>. I delete at least half of my <em>non-spam</em> emails unopened and read at best 20% of what appears in my Twitter stream. And I follow very few people. I think the numbers are worse with someone who follows 200 or 2000 people. I tend to skim for the people I really want to read. More and more, Twitter applications let me filter into user lists, topic lists, and all sorts of things. So though I will always read something if it has <a href="htp://twitter.com/simplytheresa">@simplytheresa</a>&#8217;s smiling face, on most days, I skip most people in my stream unless I&#8217;m in a serious procrastination mode. And to be clear, I&#8217;m not skipping people I <em>actively dislike</em>, because obviously I&#8217;m not following those people. I&#8217;m skipping anyone that I don&#8217;t really really really <em>want</em> to read, some days anyone who isn&#8217;t my wife. In other words, when<br />
  I&#8217;m skimming, it&#8217;s a whitelist algorithm, not a blacklist. I&#8217;m looking for people I actively want to read. If I&#8217;m not looking for you, you don&#8217;t get read. So if you someone retweets you with the native Twitter function, that means you. I don&#8217;t know you and I won&#8217;t read you.</p>
<p>It&#8217;s not clear what&#8217;s going to happen with the native Twitter. Most people use some third-party application to tweet from and that functionality is not included in most of them yet, though I suspect it will be soon. And then the next question is whether or not it will be widely adopted. I suspect it will.</p>
<p>So that leads to the important question: how can you get people to retweet old-style? In short, there&#8217;s not much you can do to positively encourage it. The best you can do is <em>remove obstacles</em>. Above all, that means making sure that your message stands on it&#8217;s own and doesn&#8217;t need editing to be retweeted.</p>
<p>Again, consider an author who wants to get the word out about his book, in part using Twitter. So if you&#8217;re giving a book reading, for example, that you announce on Twitter, you want your fans to be able to pass that on to their friends, which they will usually do with a &quot;retweet&quot;. The old and still standard format is to take your message and copy it into their message and add &quot;RT @yourname[space]&quot;.</p>
<p>Thankfully for Robert Louis Stevenson, he wasn&#8217;t trying to sell books in the Twitter era. By the time he leaves enough space for retweeting, he&#8217;s used up 25 characters, 18% of his total allotement. So he can&#8217;t tweet this 140 character message</p>
<blockquote>
<p>I&#8217;m giving 2 Bay Area readings from Kidnapped this month &#8211; Dec 12 @ 7pm @ Book Passages in Corte Madera, Dec 14 @ 8:30pm @ Moe&#8217;s in Berkeley</p>
</blockquote>
<p>Because it would become</p>
<blockquote>
<p>RT @RobertLouisStevenson I&#8217;m giving 2 Bay Area readings from Kidnapped this month &#8211; Dec 12 @ 7pm @ Book Passages in Corte Madera, Dec 14 @ 8</p>
</blockquote>
<p>Homer, on the other hand, would have it made. </p>
<blockquote>
<p>RT @Homer I&#8217;m giving 2 Bay Area readings from Iliad this month &#8211; Dec 12, 7pm @ Book Passages, Corte Madera; Dec 14, 8pm at Moe&#8217;s in Berkeley</p>
</blockquote>
<p>If at all possible, Robert Louis Stevenson would have wanted to get on Twitter day one to reserve <em>RLS</em> or at least <em>RLStevenson</em>. Regardless of the name, when composing a tweet that he wants retweeted, RLS would want to know his retweetable character count. The easy way to do this is to simply compose the post as a retweet, and then lop of the <em>RT @RobertLouisStevenson</em> part. Beyond that, people will do what they do and it remains to be seen whether the new interface features will overcome established practice. As I say, I suspect they will, and you&#8217;ll just have to live with it.</p>
<p>What do you think of the new Twitter Retweet function? <strong>Add a comment</strong> with your thumbs up or thumbs down.</p>
]]></content:encoded>
			<wfw:commentRss>http://raisedbyturtles.org/twitter-retweet-function/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Focus on Tasks, not Goals</title>
		<link>http://raisedbyturtles.org/focus-on-tasks-not-goals/</link>
		<comments>http://raisedbyturtles.org/focus-on-tasks-not-goals/#comments</comments>
		<pubDate>Wed, 25 Nov 2009 07:18:50 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://raisedbyturtles.org/?p=393</guid>
		<description><![CDATA[Lately I keep coming across Goal Merchants, people from the Tony Robbins set who imbue goal-setting with various magical powers. They make what I think are outlandish claims for the power of goal setting. Many still love to cite the study of Princeton grads. According to the tale, some years ago, a class of Princeton [...]]]></description>
			<content:encoded><![CDATA[<p>Lately I keep coming across Goal Merchants, people from the Tony Robbins set who imbue goal-setting with various magical powers. They make what I think are outlandish claims for the power of goal setting. Many still love to cite the study of Princeton grads. According to the tale, some years ago, a class of Princeton grads was surveyed and one of the questions asked was whether they had written down precise, defined goals. When the researchers checked back many years later, those who had defined goals had achieved much greater success (whatever that means) than those who didn&#8217;t. Of course, we now know that no such study ever existed. </p>
<h2>Fool&#8217;s Goal and the Value of Forests</h2>
<div class="left"><iframe src="http://rcm.amazon.com/e/cm?lt1=_blank&#038;bc1=000000&#038;IS2=1&#038;bg1=FFFFFF&#038;fc1=000000&#038;lc1=0000FF&#038;t=raisedbyturtles-20&#038;o=1&#038;p=8&#038;l=as1&#038;m=amazon&#038;f=ifr&#038;md=10FE9736YVPPT7A0FBG2&#038;asins=0465007805" style="width:120px;height:240px;" scrolling="no" marginwidth="0" marginheight="0" frameborder="0"></iframe>
</div>
<p>Obviously, I&#8217;m not against long-term goal setting per se. As I mentioned, my <a href="http://raisedbyturtles.org/make-slacking-hurt/">weekly task list</a> depends on having some longer term goals in order to decide what goes on the list. That said,<strong> if you set a long-term goal whose only value is in realizing the goal, it&#8217;s the wrong goal</strong>. As a historian, I&#8217;m in favor of long-term thinking. The problem is that when you chart a course into the future, you exclude the one-in-a-million probabilities, but over long enough spans of time, some of these come to pass, so there is too much uncertainty in long-term plans for them to have any degree of accountability.</p>
<p>It doesn&#8217;t mean you shouldn&#8217;t make them, but the value in long-term planning is usually in the unintended consequences that result from the fact that projecting far into the future allows us to understand more clearly what&#8217;s happening in the present. I strongly recommend the best book I know on long-term thinking, <em>The Clock of the Long Now</em>, by Stewart Brand. Brand cites the example of the Swedish Navy who, in the eighteenth century, noticed that it was becoming harder and harder to find tall straight trees to make masts for ships. Since having fast, powerful ships was an essential strategic resource, the navy commissioned the royal forester to set aside areas to grow these trees. Two hundred years later, the forester notified the navy that their trees were ready. The trees no longer had any great strategic value, but they did have tremendous value as some of the last remaining old-growth forest in Sweden. The goal of securing an essential strategic resource had been rendered null by new technology, but long-term planning had enabled the navy to recognize the problem of the disappearing forests.</p>
<p>It&#8217;s the same with the majority of goals we set. If we decide to train for a marathon, it&#8217;s not really finishing the marathon that matters for most of us. Most of the benefit is in the training for it.</p>
]]></content:encoded>
			<wfw:commentRss>http://raisedbyturtles.org/focus-on-tasks-not-goals/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Getting Things Done by Making Slacking Hurt</title>
		<link>http://raisedbyturtles.org/make-slacking-hurt/</link>
		<comments>http://raisedbyturtles.org/make-slacking-hurt/#comments</comments>
		<pubDate>Sat, 21 Nov 2009 06:55:59 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[accountability]]></category>
		<category><![CDATA[goals]]></category>
		<category><![CDATA[loss aversion]]></category>
		<category><![CDATA[stress]]></category>

		<guid isPermaLink="false">http://raisedbyturtles.org/?p=370</guid>
		<description><![CDATA[At a certain point this year I found myself frustrated and feeling like I wasn&#8217;t getting anywhere on several different projects, while at the same time feeling like I was working too much and not having enough fun. I needed motivation, and I needed priorities. I came up with something that helps me with both [...]]]></description>
			<content:encoded><![CDATA[<p>At a certain point this year I found myself frustrated and feeling like I wasn&#8217;t getting anywhere on several different projects, while at the same time feeling like I was working too much and not having enough fun. I needed motivation, and I needed priorities. I came up with something that helps me with both and has been really successful for me. In brief, I started using a system where every Sunday I write down a small list of things I want to achieve in a given week and then <em>hold myself to it absolutely</em>.</p>
<p>Having some long-term goals helps prioritize tasks, but I mostly focus on short-term tasks, for reasons I explain below. These, by the way can be anything, even something like &#8220;get to bed before 10pm five nights this week&#8221; or &#8220;go skiing&#8221;. They always include some fun things, usually including at least four exercise days. This article is one item on this week&#8217;s list and so was this morning&#8217;s run. The key is that they are things I not only <em>want</em> to do (write, run) or <em>have</em> to do (paint the house), but things I <em>will</em> do that week, not things I sort of vaguely <em>might</em> to do that week <em>if </em>I get to it.</p>
<div id="attachment_371" class="wp-caption alignleft" style="width: 310px"><img class="size-medium wp-image-371" title="Making It Hurt" src="http://raisedbyturtles.org/wp-content/uploads/MPj044241100001-300x200.jpg" alt="Failing Has to Feel Like This" width="300" height="200" /><p class="wp-caption-text">Failing Has to Feel Like This</p></div>
<p><strong>If I fail, I &#8220;fine&#8221; myself $250</strong>. If I finish it, I award myself $50. The 5:1 ratio there is not accidental. Humans tend to be more attuned to voiding pain than to seeking pleasure. Losing five weeks of reward for a single failure is really powerful. The reward money goes into a pot to spend on things I otherwise wouldn&#8217;t spring for. Wireless headphones for example, which I most definitely don&#8217;t need, but not things like shoes or pants. Having a defined list, a defined deadline and $300 riding on it helps me stay on track. It&#8217;s been an interesting experiment (going on about three months now). Depending on how miserly you are, maybe $300 won&#8217;t do it for you. Maybe you need to make it $3000. Maybe $30. One thing is certain: for the system to work, <strong>it needs to be an amount of money that will hurt and the loss has to be bigger than the gain</strong>. We humans are wired that way. It also helps to have it allocated toward something you really want, so you tell yourself you&#8217;ll get that plane ticket or iPod Touch when, and <strong>only when</strong> you&#8217;ve saved up by ticking your list every week. So if you go five weeks and you&#8217;re almost there, missing one goal that week sets your iPod purchase back six weeks! Then you have a dilemma — stay up until midnight writing that article or wait an extra six weeks to buy your bauble. It&#8217;s powerful.</p>
<p>So what have I noticed as a result of my experiment?</p>
<h2><strong>Short-term tasks allow for accountability</strong>.</h2>
<p>It&#8217;s hard to be accountable on a daily or weekly basis for progress toward long-term goals. Something that will take a year to achieve or perhaps that I may never really achieve is just too abstract. That abstraction makes those type of goals very easy to avoid, shirk and procrastinate on. Because I choose actions I can control and that are achievable, I can hold myself accountable every week. Focusing on a weekly list of discreet tasks that I <em>must</em> finish has four consequences:</p>
<ol>
<li>My weekly tasks are not all that ambitious. <strong>I set targets I can meet</strong>. This helps me be realistic and really prioritize.</li>
<li>My weekly tasks are <strong>things I can control</strong>. So I would never say &#8220;Talk to Bill about X.&#8221; I would say &#8220;Make at least three attempts to reach Bill to discuss X&#8221;.</li>
<li>I have <strong>more true free time</strong> because when my list is done for the week, I&#8217;m done and can pitter and putter guilt free.</li>
<li>I rack up <strong>victories, not defeats</strong>, successes, not failures.</li>
</ol>
<p>The last of these may be the most important. At any given moment, I have 200 years worth of things I would <em>like</em> to do in theory, but the list grows faster than I can knock things off. Life is just too damn interesting! The downside of there being so many interesting things to do in life is that they pile up and that can lead to feeling that I just get further and further behind on those long-term goals and that&#8217;s depressing. Actually knocking of a list from start to finish every week can really change how you feel about the freedom and control you have in life.</p>
<h2><strong>Small steps are easier to take than giant steps</strong>.</h2>
<p>As a mountaineer I have never found summits very motivating. I need to focus on the experience and on very small, intermediate milestones if I&#8217;m to get anywhere. On a long, steep snow slope, I often play the <em>50-step game</em>, that is telling myself I will take 50 steps before I rest. Then I play the <em>ten breaths game</em>, that is, I&#8217;ll only rest for ten breaths, then start plodding again. The summit is too abstract. I focus on the immediate task and the experience and find that much better at keeping me going.</p>
<p>I once read something in Hindu literature which, sadly, I can&#8217;t find again, that said roughly: &#8220;If we dare too much, we will be destroyed, but by advancing in small steps,  the gods themselves can be defeated.&#8221;</p>
<p>Any process you don&#8217;t break down into manageable components becomes overwhelming. Breaking it down into small unintimidating chunks makes everything more pleasant and manageable. Having these very discreet and achievable lists is like that. It&#8217;s a lot less intimidating to get going on something I can <em>finish</em>this week.</p>
<h2>It&#8217;s ultimately not the goal that matters</h2>
<p>Mark Twight, one of America&#8217;s great alpinists, notes that it&#8217;s possible to &#8220;fail upwards&#8221;, that is climb yourself into a situation unintentionally where your only recourse is to continue up, possibly in bad style and often at increasing risk. He sees that as a failure because you reach the summit not because you choose to, but because you have to. Conversely,  it&#8217;s also possible to have a great climb that ends in retreat, but retreat on your own terms, which can be a success (you have a great time, you learn a lot, you live). Ultimately, the value lies in the climb, not in the summit.</p>
]]></content:encoded>
			<wfw:commentRss>http://raisedbyturtles.org/make-slacking-hurt/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Rapid Site Development</title>
		<link>http://raisedbyturtles.org/rapid-site-development/</link>
		<comments>http://raisedbyturtles.org/rapid-site-development/#comments</comments>
		<pubDate>Thu, 12 Nov 2009 23:06:45 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[pubcon]]></category>
		<category><![CDATA[web development]]></category>

		<guid isPermaLink="false">http://raisedbyturtles.org/?p=361</guid>
		<description><![CDATA[You have a great idea for a website, but you're stuck making the first step. Here's a super quick way to get up and running.]]></description>
			<content:encoded><![CDATA[<p>You had a great idea and ran out and bought a domain. You had seven articles in your head and you were going to run home on Friday night, build your killer site and write articles all weekend. But then you had to cut the grass and the car broke down and that was 2006. </p>
<p>Or, you had an idea for this brilliant new service and you would have run home and started coding, but first you need to learn seven new technologies and, well, there are dogs to feed and you still haven&#8217;t learned how to integrate Ruby on Rails with SMS messaging, so you&#8217;ve been working away for three years, hundreds of hours, but you haven&#8217;t launched anything, so you don&#8217;t actually have a clue whether or not anyone actually wants your service. Have you been wasting your time and how will you know?</p>
<p>The best way to find out, is to get a simple content site up and start collecting data to find out whether there&#8217;s any interest at all. Launch simple and then, depending on what rolls in for data, build it out. At least, you&#8217;ll have some content that can site on the web and age.</p>
<p>Still stuck? I just gave a talk at <a href="http://pubcon.com">Pubcon</a> on the simplest, fastest method to get <strong><em>something</em></strong> online, because something, is better than nothing.</p>
<p>The idea was to inspire people to simplify the process and make it as easy as possible to get started, get some content up and start collecting data to find out if anyone but you actually gives a damn about your genius idea before you spend thousands of hours and thousands of dollars thinking about it.</p>
<p>You can download the Powerpoint Deck here:<br />
<a href="http://raisedbyturtles.org/Pubcon2009.ppt">Super Rapid Website Developement</a></p>
<p>I hope you enjoy it &#8211; if you have any questions, <a href="http://raisedbyturtles.org/contact">drop me a line</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://raisedbyturtles.org/rapid-site-development/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Podcasting Advice from Andrew Warner of Mixergy.com — Thank You!</title>
		<link>http://raisedbyturtles.org/podcasting-tips-andrew-warner/</link>
		<comments>http://raisedbyturtles.org/podcasting-tips-andrew-warner/#comments</comments>
		<pubDate>Sat, 31 Oct 2009 05:29:58 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[mechanical turk]]></category>
		<category><![CDATA[podcasting]]></category>
		<category><![CDATA[video interviews]]></category>

		<guid isPermaLink="false">http://raisedbyturtles.org/?p=349</guid>
		<description><![CDATA[I wanted to do some interviews with people at a distance but was struggling with a lot of technical issues — bad audio and video quality, cumbersome and unreliable recording process. I asked Andrew Warner, who does great interviews on <a href="http://mixergy.com">Mixergy</a>, if he would help me out. Despite a super busy schedule, he consented to talk to me and just cut through so many of the problems I had. Here's some of the advice he gave me.]]></description>
			<content:encoded><![CDATA[<p>Before anything else, THANK YOU <a href="http://mixergy.com">ANDREW</a> for taking time out while pakcing to move and everything to give me some advice. Subsequent interviews have been much better.</p>
<p>So I&#8217;ve been struggling lately trying to get things sorted out for doing remote video interviews. The person who inspired me, more than any, to start doing these interviews is Andrew Warner. Over at <a href="http://mixergy.com/">Mixergy.com</a>, he does terrific interviews with people who are crafting lives of their own design, mostly entrepeneurs. If that sounds interesting, head over there and poke around. If it doesn&#8217;t sound interesting, start with the interviews of <a href="http://mixergy.com/derek-sivers/">Derek Sivers</a>, <a href="http://mixergy.com/just-launch/">Premal Shah</a> and <a href="http://mixergy.com/lost-jungle-yossi-ghinsberg/">Yossi Ginsburg</a>. If you don&#8217;t find those interesting and inspiring, I don&#8217;t know what to say.</p>
<p>Anyway, Andrew not only has interesting guests, but he really has the interview thing down and so, struggling with my own efforts, I asked him if he would consent to a phone call to help me out. Despite being in between his honeymoon and his impending move to Argentina, he found time to talk to me and here are some tips he passed on.</p>
<ul>
<li><strong>Suggest a time in your initial email</strong>. This seems so obvious, but I&#8217;ve been wasting a lot of time getting consent and then going round about scheduling and waiting for replies. This way they can either say yes, no or suggest another time and that shortcuts the whole process. </li>
<li><strong>Transcripts</strong>. Andrew has transcripts of his interviews on his site and I asked him how he produces them. He said he uses <a href="https://www.mturk.com/mturk/welcome">Mechanical Turk</a> and offers people $2 per 5 minute segment they transcribe. He said he thinks a good summary would actually be as good or better than a transcipt. That was my gut feeling, which is good news for me. Having paid my bills for 20 years by putting words on a page, I find the prospect of writing a summary of an interview a lot less daunting than chopping it into segments and getting it transcribed. Anyway, I don&#8217;t feel like I&#8217;ve really digested a conversation until I retell to someone else or I write about it (thus the current summary).</li>
<li>I&#8217;m interested in interviewing skiers, ski instructors, ski mountaineering guides and folks like that. Not surprisingly, they&#8217;re not as techy as the web entrepeneurs that Andrew interviews, but I was stuck on the idea of Skype-to-Skype interviews or phone-to-phone interviews. He suggested just doing the <strong>interview over the <em>phone</em> via Skype</strong>, have audio only. Another solution that seemed so simple and obvious once Andrew said it.</li>
<li><strong>For audio-only interviews, show a picture with a <em>play</em> button</strong> so it sort of looks like video and gives people something to look at. This was huge because I was tearing my hair out about the video aspect and I couldn&#8217;t figure out how to get my telephone to record. I hadn&#8217;t thought I could just call someone on their home telephone using Skype and just record it. And I get unlimited long distance for $3 per month!</li>
<li>
<div class="alignright"><iframe src="http://rcm.amazon.com/e/cm?lt1=_blank&#038;bc1=000000&#038;IS2=1&#038;bg1=FFFFFF&#038;fc1=000000&#038;lc1=0000FF&#038;t=ultraskiercom-20&#038;o=1&#038;p=8&#038;l=as1&#038;m=amazon&#038;f=ifr&#038;md=10FE9736YVPPT7A0FBG2&#038;asins=B000EOPQ7E" style="width:120px;height:240px;" scrolling="no" marginwidth="0" marginheight="0" frameborder="0"></iframe></div>
<p>    <strong>Get a decent microphone</strong>. Andrew has tried mics up to $500. He recommended the <a href="http://www.amazon.com/gp/product/B000EOPQ7E?ie=UTF8&#038;tag=ultraskiercom-20&#038;linkCode=as2&#038;camp=1789&#038;creative=390957&#038;creativeASIN=B000EOPQ7E"><strong>Blue  Snowball USB Mic</strong></a>, which I found at Amazon for just $69 ($139 list). It came two days later and the difference is huge — almost all the hum, hiss, buzz and other distortion dropped away. This is a huge improvement. $69 well spent. <strong>[update: the Blue Snowball came and I've recorded two calls with it. It's everything Andrew promised. HUGE jump in sound quality]</strong></li>
<li><strong>Get a backup</strong>. Another tip that&#8217;s so obvious when someone says it. I had been experimenting with <strong><a href="http://www.pamela.biz/770.html">Pamela for Skype</a></strong>, which lets you record audio and video calls, but was having trouble with it quitting [update: this was a known issue and is now fixed], so I was afraid to depend on it. Andrew runs his call recorder (I believe <a href="http://www.ecamm.com/mac/callrecorder/">Ecamm Call Recorder</a>, which is Mac only), <strong>plus he runs a screen capture program</strong> (<a href="http://www.telestream.net/screen-flow/overview.htm">Screenflow</a>, again Mac Only), so he is actually recording twice and if the primary recorder fails, he is automatically doing a backup. As obvious as it is brilliant once you someone tells you. I haven&#8217;t settled on a screen capture program, but there are some good free ones for Windows:
<ul>
<li>NCH Software has a whole host of free tools (with upgrades to pro versions, but generally the free ones do what I need at this point). For screen capture, I&#8217;m using <a href="http://www.nchsoftware.com/capture/index.html">Debut Video Recorder</a>. The also have good audio and video file format converters, audio editing software (similar to Audacity).</li>
<li><a href="http://camstudio.org/">Camstudio</a> is a Camtasia competitor. Camtasia is the category leader and costs several hundred dollars. Camstudio does everything I could want.</li>
</ul>
</li>
<li><strong>Webcams have lower quality than a real video camera, but allow you to see yourself</strong>. This is a good tip. I never realized how much I move around, look around close my eyes when I&#8217;m thinking, uhhhh rub my nose and eyes and lick my lips. I am not a TV presence and definitely won&#8217;t be the next Gary Vaynerchuk (another reason for me to like audio, even though I have a voice for print).</li>
</ul>
<p>Maybe to people smarter than me, all of this seems obvious, but this advice cut through so many podcasting obstacles for me. It&#8217;s absolutely huge. Thanks Andrew!</p>
]]></content:encoded>
			<wfw:commentRss>http://raisedbyturtles.org/podcasting-tips-andrew-warner/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Testimonial Fail</title>
		<link>http://raisedbyturtles.org/testimonial-fail/</link>
		<comments>http://raisedbyturtles.org/testimonial-fail/#comments</comments>
		<pubDate>Sun, 18 Oct 2009 02:03:02 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[Consumer Chronicles]]></category>
		<category><![CDATA[testimonials]]></category>

		<guid isPermaLink="false">http://raisedbyturtles.org/?p=321</guid>
		<description><![CDATA[So do testimonials help with credibility? Not this one! I'm sure that's a real quote from a real family, right?]]></description>
			<content:encoded><![CDATA[<div id="attachment_322" class="wp-caption aligncenter" style="width: 445px"><img src="http://raisedbyturtles.org/wp-content/uploads/testimonial-fail-composite.jpg" alt="I just loved the service on keyword airlines!" title="Testimonial Keyword Fail" width="435" height="626" class="size-full wp-image-322" /><p class="wp-caption-text">I just loved the service on keyword airlines!</p></div>
<p>Source: Skymall catalog on a recent Delta flight.</p>
<p>I&#8217;m sure this testimonial is 100% legitimate. I mean, your typical loving family peppers their speech with &#8220;keyword&#8221; when they can&#8217;t think of the exact word, right? And a company would never reuse a testimonial would they? Of course not!</p>
<p>I was really bored, so I picked up the in-flight gadget catalog and they had this ad for the coolest keyword ever! The family in the testimonial for the keyword made it sound so good, I just had to have one!</p>
]]></content:encoded>
			<wfw:commentRss>http://raisedbyturtles.org/testimonial-fail/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How Not to Launch a Social Network: Aardvark</title>
		<link>http://raisedbyturtles.org/how-not-to-launch-a-social-network-aardvark/</link>
		<comments>http://raisedbyturtles.org/how-not-to-launch-a-social-network-aardvark/#comments</comments>
		<pubDate>Fri, 16 Oct 2009 05:42:29 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[Consumer Chronicles]]></category>
		<category><![CDATA[marketing]]></category>

		<guid isPermaLink="false">http://raisedbyturtles.org/?p=319</guid>
		<description><![CDATA[Aardvark is a relatively new service launched by some heavy hitters. But everything about the signup process sets off my spidey sense. Danger! Danger!]]></description>
			<content:encoded><![CDATA[<p>A friend recently asked me to test <a href="http://vark.com">Aardvark</a> (vark.com) advice network (not to be confused with the <a href="http://karmatics.com/aardvark/">amazing Firefox Aardvark extension</a>, the developer&#8217;s best friend). Essentially, you upload all sorts of information about yourself, your knowledge and interests, and somehow it connects you with friends of friends. When they have a question, it sends you an email, chat or SMS message. It may be that I&#8217;m just simply not in their target audience, so some of my thoughts may be off base, but I do think that vark.com is missing the boat on some of the basic prerequisites for a social netoworking site. They say they do a lot of user testing, so they must have tested all this, but it seems like there&#8217;s a lot of testing yet to be done. </p>
<h2>The Audience Problem</h2>
<p>Like I say, not sure how much my thoughts are worth, since clearly they&#8217;re aiming at another audience. As in: I don&#8217;t do chat, IM, text messaging or any of that. I have long since trained my friends that I don&#8217;t often answer emails the same day I receive them (and long before I heard of Tim Ferris). The only immediate response thing I do is phone and skype and I only give my skype address out to family and a few friends and try to limit that. So it&#8217;s a bit hard for me to see how I would participate in Aardvark.</p>
<h2>Conceptual level. The Big Idea level&#8230;.</h2>
<p>Here&#8217;s where they fail to make the sale to me and once they fail to make this sale, it&#8217;s an uphill battle for them to build trust through the rest of the process. The thing that is difficult for me to get around is that in my view there are <strong>personal and impersonal channels of communication</strong>. </p>
<ul>
<li><strong>Personal</strong>: email, chat, skype, Facebook personal messaging, Twitter direct messagings. These are all messages from someone to me specifically and nobody else.</li>
<li><strong>Impersonal</strong>: Twitter posts, forums, Facebook wall, etc. These are messages that go from someone to the wide wide world. They&#8217;re not to me personally and uniquely.</li>
</ul>
<p>I try to keep my personal channels free from impersonal messages. I have spamcatcher email addresses I use for things that blur the line, such as newsletters, mailing lists, signing up for accounts with BestBuy, Amazon and such. It strikes me that Aardvark is trying to use a personal channel (chat, email) to deliver an impersonal message. Yes, it is <em> personalized</em> — I only get messages that are supposed to be appropriate to me — but not <em>personal</em>, that is only to me. So that&#8217;s an adoption hurdle for me just as a concept.</p>
<h2>The Registration Problem</h2>
<p>They could overcome the personal/impersonal problem by using the registration process to allay fears and make the sale, but in my opinion, they do the opposite. Aardvark actually asks for quite a bit of information just to get started. I&#8217;m always skeptical of that and if I&#8217;m going to give away a lot of personal information about where I live and what I like, information that marketers will kill for (or worse yet, <em>pay</em> for). To give away all that information, it needs to meet one of two conditions, and preferably both:</p>
<ul>
<li><strong>I <em>need</em> it</strong>. I may be a little uneasy about a site, but they have something that I absolutely need. I can&#8217;t do without it or I don&#8217;t want to do without it. They&#8217;re asking for personal details, but they&#8217;re offering something of great value.</li>
<li><strong>I <em>trust</em> them</strong>. There are a few sites that I trust implicitly with my information. I don&#8217;t give Amazon more than I have to, and they have only my spam catcher email address, but over the years they&#8217;ve built up great trust by not abusing my information. Often not-for-profits ask me to trust them because they have a great mission and are inherently good. Just like the government, if you catch my meaning. And if you don&#8217;t, that is to say that the government has been a poor steward of my privacy lately.</li>
</ul>
<p>Typically, when I sign up for a new service that I don&#8217;t necessarily trust, I start by giving a spam catcher address and often a fake name (and almost always a fake birth date). If they want personally identifiable information,they need to build my trust either before, during or after the registration process. </p>
<p>I actually went all the way through the Aardvark registration process because I was asked by a friend to test it. I found it much too intrusive for a site that I had never heard of and knew little about. They have detailed information on how it works in theory, but nothing at all on what happens with my data, who can see it, and what control I would have over contact from people I know and don&#8217;t know. </p>
<h3>An example</h3>
<p>And then there are parts that I didn&#8217;t do anyway, even if invited by my friend&#8230;. Example: in general, I block all Facebook apps. I find all those snowballs fights, mafia, pirate stuff absurd and just a distraction to keeping in touch with family and friends. And I don&#8217;t collect Facebook friends. I try to keep it a personal channel as much as possible. If you we don&#8217;t have personal history together, you&#8217;re not on my Facebook list. When Aardvark offers to connect to Facebook, it&#8217;s still not clear to me exactly what&#8217;s going to happen, how it&#8217;s going to show up on Facebook, what my friends will see, and what exactly my benefit is. Ideally, <em>exactly</em> next to the Facebook connect button there should be a &quot;what&#8217;s this?&quot; or &quot;how this works&quot; link to a video that shows how it shows up in Facebook, what my friends will see, what benefits it offers and what hassles, if any, it imposes on my life. For me Facebook is a semi-personal channel and and I don&#8217;t want to annoy my friends and family that I keep in touch with via Facebook. Before I connect other data, I need to know that it won&#8217;t annoy my friends or affect my reputation.</p>
<h3>A Broken Interface Erodes Trust</h3>
<p>If I start setup, I can&#8217;t get to the welcome/home page any more or at least I couldn&#8217;t figure out how. It always brings me to the last spot I was in during setup like a pitbull that won&#8217;t let go. Clicking on the Aardvark at the top should always take me to the home page (a web interface standard that <em>must not</em> be broken), but it took me to the Facebook Connect page. So I&#8217;m not on Facebook (though I am) and it took me to the Add Categories page. But do I want to add categories? Again, are my categories and demographic info being shared with marketers? This type of behavior once again erodes trust. It makes the user feel trapped. </p>
<h3>A recommendation</h3>
<p>Think about every possible hesitation and <strong>catch me exactly at my hesitation point</strong>, like the suggestion to have an explanation about effects on privacy and such right next to the Facebook Connect button. I know of marketers who say they get much higher conversions when they have a popup link to their privacy policy right on the registration or order form, for example. That would help a lot. </p>
<p>Aardvark needs to think a bit more about the registration process if they want easy adoption beyond social networking true believers: what trust and social proof barriers might people perceive, figure out what the choke points are by keeping track of exactly where people abandon the process, figure out why, and take steps to fix it.</p>
<p>Online, trust is everything. In person, we have the idea that if something goes truly bad, we can go down to the business or local animal shelter or whatever and picket, protest, call the police, walk in with a lawyer. It doesn&#8217;t mean I trust those businesses. They often ask for a phone number at transaction time and I simply say no. But I do have the assurance that I can come down and find these people.</p>
<p>Trust is harder to build online and must be cultivated carefully and persistently at every possible occasion. There is no such thing as paying to much attention to building trust, and Aardvark needs to pay more attention.</p>
]]></content:encoded>
			<wfw:commentRss>http://raisedbyturtles.org/how-not-to-launch-a-social-network-aardvark/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Are You Standing by the Side of the Road with Your Thumb Out</title>
		<link>http://raisedbyturtles.org/hitchhiking-lesson/</link>
		<comments>http://raisedbyturtles.org/hitchhiking-lesson/#comments</comments>
		<pubDate>Fri, 16 Oct 2009 05:23:52 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[Decision Making]]></category>

		<guid isPermaLink="false">http://raisedbyturtles.org/?p=314</guid>
		<description><![CDATA[There's no stupider way to hitchhike than to stand by the side of the road with your thumb out hoping someone will stop. And yet do you see people do it any other way? Which way are you living your life?]]></description>
			<content:encoded><![CDATA[<p>Seth Godin recently wrote about <a href="http://sethgodin.typepad.com/seths_blog/2009/10/hop-in-ill-drive.html">what you give up when you let someone else drive</a>, literally and figuratively. That got me thinking of everyday wisdom — the little things you learn from life that you forget were learned at all. In particular, it reminded me of some lessons I learned from hitchhiking that seem so obvious to me now, that I all but forgot learning them.</p>
<p>Back in the 1980s, I hitchhiked thousands of miles to find work, go rock climbing and visit relatives. After working the fish processing plants in Alaska, dressed in worn military surplus clothing, toting a large backpack and sporting a beard, I was not optimally groomed for hitchhiking success. I spent over eight hours by the side of the road waiting for a ride on many occasions and got picked up by a variety of somewhat unstable characters, including a nice old grandfatherly man who at one point was waving a gun about complaining about all the Californians invading Oregon. I never had a really bad ride, though and was only conditionally threatened with death (&quot;If you fuck with me, I&#8217;ll kill you&quot;). That seemed fair (I wasn&#8217;t planning to fuck with him) and he turned out to be quite a nice guy for someone only six months out of prison.</p>
<p>Over time I figured out some rules for successful hitching that turn out to be some pretty good rules for life, though I think I might need to remind myself of the lesson a bit more forcefully.</p>
<ol>
<li><strong>The slowest, most dangerous way to hitchhike</strong> is to stand by the side of the road with your thumb out hoping someone takes pity on you and stops to help.</li>
<li><strong>The fastest, safest, most effective way to hitchhike</strong> is to go to places where travellers are already stopped, and pitch your case.</li>
<li><strong>Looking dangerous puts you in danger.</strong></li>
</ol>
<p> If it&#8217;s not obvious why this is so and how it applies elsewhere, let me just ask this:</p>
<ul>
<li> Is buying from your online store as difficult as stopping a speeding car on a road without an adequate pullout for a total stranger who looks dangerous?</li>
<li>Did you get your last job by waiting around for someone to post a position that matched your qualifications?</li>
</ul>
<h2>Some Commentary for Slow Learners</h2>
<p>Let me explain a little more about how this works. Rather than standing by the side of the road, find a place like a gas station right off the highway. Approach someone and say &quot;Excuse me, sorry to bother you. I&#8217;m trying to get to SomeCity. I&#8217;d be happy to help with the gas [unless you're really, really broke] if you&#8217;d be willing to let me ride along.&quot;</p>
<ul>
<li><strong>Take control of the decision.</strong> If you stand by the side of the road with your thumb out, you have turned over the choice of whom you&#8217;ll ride with to random psychopaths passing in cars. Don&#8217;t let the psychopaths decide. Ask for help, rather than waiting for someone to offer. Donate to a political campaign early, before the big money psychopaths have chosen someone who meets their needs. Aside from his first job out of college, my brother has convinced every company he&#8217;s worked for to create the position they hired him into. I pretty much liquated everything and took on debt because the most important thing to me was to become a historian. Within two years I was eeking out a living and getting paid to do exactly the sort of research I wanted, despite only taking one history course in college. Lately, though, I&#8217;m disappointed in myself. I feel like I&#8217;ve been doing too much standing by the side of the road and not enough going to parking lots. I signed up to give a talk <strong>way </strong>outside my field in November. We&#8217;ll see how that goes.</li>
<li><strong>Make it easy for people to help you</strong>. I see a lot of people hitching where traffic is moving fast, there&#8217;s no decent pullout and I don&#8217;t get a long look at them. If they&#8217;re already stopped, you&#8217;ve taken away one impediment to letting you onboard. How hard is it to keep my foot on the gas compared to stopping? How hard is it to go back to Google for another search instead of trying to navigate your impossible website?</li>
<li><strong>Make a connection</strong>.You might think, &quot;They can&#8217;t know I&#8217;m not a psychopath just by one sentence at a gas station.&quot; That&#8217;s true, but they can sense normalcy, they can see you up close, they can tell you&#8217;re not stinking drunk. Or just plain stinking. That&#8217;s already a huge boost over someone that they&#8217;re trying to glimpse by the side of the road at 50mph. Your one sentence is a chance to show you&#8217;re polite and respectful (&quot;Excuse me, I&#8217;m sorry to bother you&quot;) and your chance to persuade (&quot;I&#8217;d be happy to <strong>help</strong> with the gas&quot; powerfully invokes the principle of reciprocity — you&#8217;ve offered to help, so they&#8217;ll want to help too). That may not be enough to overcome their resistance to letting a stranger in the car, but it&#8217;s a lot more persuasive than sticking your thumb out. This is universal. Nothing makes people feel as good as helping someone out. Studies have shown that over the long term, most people get a bigger boost in happiness by giving gifts than by receiving them. <strong><a href="http://raisedbyturtles.org/you-can-always-yell-later/">If you make a connection, people will want to help you</a></strong>, and that could mean giving you a ride or buying from your store. I just made an unplanned purchase for $78 in the store next to the ice cream shop, because the people in there connected to me.</li>
<li><strong>Dress for Success</strong> or <strong>Birds of a feather flock together</strong>. If you look grungy, dirty and dangerous, you&#8217;ll get picked up by people who see that as normal. Your <strong>goal is to appear normal to the people your prospective ride</strong>. That doesn&#8217;t mean you necessarily want to look like your clients. You want to look like someone they can trust <em>in this situtation</em>. People in suits and ties don&#8217;t want mechanics in suits and ties. </li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://raisedbyturtles.org/hitchhiking-lesson/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Knowledge is NOT Power</title>
		<link>http://raisedbyturtles.org/knowledge-is-not-power/</link>
		<comments>http://raisedbyturtles.org/knowledge-is-not-power/#comments</comments>
		<pubDate>Fri, 16 Oct 2009 04:55:41 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[Do what I say not what I do]]></category>

		<guid isPermaLink="false">http://raisedbyturtles.org/?p=312</guid>
		<description><![CDATA[Like a lot of old saws, this one is wrong. Here's why.]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve often heard &quot;Knowledge is power,&quot; supposedly first coined by Sir Francis Bacon. Bacon was an interesting guy, but in this particular case he was wrong. <strong>Knowledge is not power, it&#8217;s leverage</strong>. If I know something, but choose not to act, I&#8217;m powerless. If I have no persistence, courage, and motivation to couple with my knowledge, nothing happens. </p>
<p>In physics, power is work per unit time. Knowledge increases efficiency, but it doesn&#8217;t <em>do</em> anything all by itself. If I have only knowledge, nothing great happens. But as I increase my knowledge, I add a little more length to the pry bar. If I have enough <em>pertinent</em> knowledge, I have a huge bar. Perhaps with that lever and enough effort and persistence and courage, I can move the world. But with just a big lever, nothing happens.</p>
<p>I&#8217;ve spent most of my life as a scholar, believing it was the lever that mattered. It took me until my 40s to figure out that lever is just one piece.</p>
]]></content:encoded>
			<wfw:commentRss>http://raisedbyturtles.org/knowledge-is-not-power/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>You Can Always Yell Later</title>
		<link>http://raisedbyturtles.org/you-can-always-yell-later/</link>
		<comments>http://raisedbyturtles.org/you-can-always-yell-later/#comments</comments>
		<pubDate>Fri, 16 Oct 2009 04:43:49 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[Do what I say not what I do]]></category>
		<category><![CDATA[persuasion]]></category>

		<guid isPermaLink="false">http://raisedbyturtles.org/?p=310</guid>
		<description><![CDATA[My mom taught me as a child, it's really hard to unyell once you've yelled. If you want to get what you want, start soft. You can always yell once that fails, but you once you've yelled, it's too late for the soft approach.]]></description>
			<content:encoded><![CDATA[<p>When I was about ten years old, my mom and I ran into a problem at the ski area where were skiing. This problem was 100% the fault of the ski area and was the result of what might be called incompetence. We had to go to some office and ask for help. The person in front of us was screaming at the customer service rep who stonewalled him until he left upset. My mother walked up and said &quot;I&#8217;m sorry, but I have problem and I&#8217;m wondering if you can help me.&quot; The surly customer service rep who resisted the screams of the previous guest said &quot;What&#8217;s the problem?&quot; and then proceeded to go out of her way to fix it. Not only did we leave happy, but the employee was happy too.</p>
<p>As we left, my mother gave me a lesson that has resulted in me getting my way more times than I can count in the intervening 36 years. She said &quot;Most people naturally want to help you and the trick is to make that easy for them. You can always yell later, but you start with a yell, you can never take it back.&quot;</p>
<p>Sometimes, though, it&#8217;s just satisfying to yell, even when you know it&#8217;s not in anybody&#8217;s best interest. I did it yesterday for the first time in a very long time. I&#8217;m still trying to decide whether or not it felt good.</p>
]]></content:encoded>
			<wfw:commentRss>http://raisedbyturtles.org/you-can-always-yell-later/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
