<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:yt="http://gdata.youtube.com/schemas/2007" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">
   <channel>
      <title>benmetcalfe combined feed</title>
      <description>Pipes Output</description>
      <link>http://pipes.yahoo.com/pipes/pipe.info?_id=Lvx_Aibr2xGtWiRwYEsBXw</link>
      <atom:link rel="next" href="http://pipes.yahoo.com/pipes/pipe.run?_id=Lvx_Aibr2xGtWiRwYEsBXw&amp;_render=rss&amp;page=2" />
      <pubDate>Fri, 10 Feb 2012 13:32:03 +0000</pubDate>
      <generator>http://pipes.yahoo.com/pipes/</generator>
      <atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/benmetcalfecombined" /><feedburner:info uri="benmetcalfecombined" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
         <title>Poisoned RSS: An approach to dealing with aggressive feed thieves</title>
         <link>http://feedproxy.google.com/~r/benmetcalfecombined/~3/Ih6ArJQNRso/</link>
         <description>Ever since the first RSS feeds were published there have been the issue of nasty, spammy people sucking up those RSS feeds and reposting the content on their own nasty, spammy blogs (splogs). The are many approaches to dealing with the the problem &amp;#8211; friendly (emailing to ask them to take things down and desist), [...]</description>
         <guid isPermaLink="false">http://benmetcalfe.com/blog/?p=1379</guid>
         <pubDate>Mon, 17 Jan 2011 11:02:30 +0000</pubDate>
         <content:encoded><![CDATA[<p><a rel="nofollow" target="_blank" href="http://www.flickr.com/photos/-cavin-/407908500/"><img alt="Poison by &#x0002d9;C&#x000430;vin &#x003004;" src="http://farm1.static.flickr.com/187/407908500_09ef4f17f8_m.jpg" title="Poison by &#x0002d9;C&#x000430;vin &#x003004;" class="alignleft" width="164" height="240"/></a>Ever since the first RSS feeds were published there have been the issue of nasty, spammy people sucking up those RSS feeds and reposting the content on their own nasty, spammy blogs (splogs).  The are many approaches to dealing with the the problem &#8211; friendly <em>(emailing to ask them to take things down and desist),</em> legal <em>(eg DMCA, but only works for US based sites)</em>, technical <em>(eg blocking based on black lists but that is a pain)</em> and editorial (<em>eg short-form RSS, which sucks)</em>.</p>
<p>One way <strong>not</strong> to deal with the problem is to remove your RSS feeds altogether &#8211; which, it is rumored, local blog network <a rel="nofollow" target="_blank" href="http://www.gothamist.com/">Gothamist</a> (home of <a rel="nofollow" target="_blank" href="http://www.sfist.com">SFist</a>) is considering doing in order to concentrate on the distribution of their proprietary content apps instead.  I&#8217;m confident that is an extremely flawed strategy, but I digress.</p>
<p>My girlfriend Violet Blue runs a highly successful blog, <a rel="nofollow" target="_blank" href="http://tinynibbles.com">tinynibbles.com</a> (warning: content very NSFW), which suffers immensely from splogs republishing her content without permission.  As I look after her server and the technical operations for her empire of sites, I decided to see if I could help solve this problem in a different way.</p>
<p>What I am about to go through is a tutorial on how you can really <em>try</em> to hurt someone who is leaching your RSS feed &#8211; to the extent that it damages and potentially destroys their splog operation.  I am not a lawyer but I do not believe any of what I am about to go through is illegal &#8211; although I&#8217;ll admit that it is naughty.</p>
<h3>In a nutshell&#8230;</h3>
<p>&#8230;what we are going to do is intercept the requests from the target&#8217;s server for our RSS feed and divert them to a &#8216;poisoned&#8217; RSS feed that contains both content warnings but also javascript that when rendered on their website will take over their page, rendering their site and advertising useless for anyone that comes to visit them.  If you wanted to go further, you could also use this method to try to execute shell commands on their server, although at this point things become legally murky and ethically questionable.</p>
<p>This tutorial assumes you have some basic site admin skills, can access your logs and can set a .htaccess file.</p>
<p>So here goes&#8230;</p>
<h3>Step 1: Identify your target</h3>
<p>Chances are you&#8217;ve discovered someone republishing your content via a Google search or a trackback from the splog to your site.  The first thing to do is to get the IP address of the site.  Most splogs will request your feed from the same server as they serve their webpages from so this makes it easy to identify them when they come to visit your site to pull down your RSS feed.  I&#8217;m going to assume that my target has the ip address <code>123.123.123.123</code></p>
<h3>Step 2: Search your logs</h3>
<p>Search your logs for any access to your site by this ip address.  You might want to try:</p>
<blockquote><p><code>$ grep "123.123.123.123" /var/log/access_log</code></p></blockquote>
<p>where <code>123.123.123.123</code> is the ip address of the splog and <code>/var/log/access_log</code> is the path + filename of your web server&#8217;s access logs.</p>
<p>Hopefully you will have found some matches:</p>
<blockquote><p><code>123.123.123.123 - - [16/Jan/2011:14:03:51 -0500] "GET /feed HTTP/1.1" 200 - "http://www.mysite.com/feed" "Mozilla/4.8 [en] (Windows NT 6.0; U) (880701279)"<br />
123.123.123.123 - - [16/Jan/2011:15:57:13 -0500] "GET /feed HTTP/1.1" 200 - "http://www.mysite.com/feed" "Mozilla/4.8 [en] (Windows NT 6.0; U) (1416539927)"<br />
123.123.123.123 - - [16/Jan/2011:20:31:40 -0500] "GET /feed HTTP/1.1" 200 - "http://www.mysite.com/feed" "Mozilla/4.8 [en] (Windows NT 6.0; U) (686799288)"<br />
123.123.123.123 - - [16/Jan/2011:23:52:38 -0500] "GET /feed HTTP/1.1" 200 - "http://www.mysite.com/feed" "Mozilla/4.8 [en] (Windows NT 6.0; U) (2099013304)"<br />
123.123.123.123 - - [17/Jan/2011:02:26:34 -0500] "GET /feed HTTP/1.1" 200 - "http://www.mysite.com/feed" "Mozilla/4.8 [en] (Windows NT 6.0; U) (1475562814)"</code></p></blockquote>
<p>It&#8217;s worth pointing out this will not work if you directly link your RSS feeds to a 3rd party site like Feedburner, because the request from the splog never reaches your server.  At this point sadly there is little you can do, as Google (Feedburner&#8217;s parent company) do not give you control to serve different content to arbitrary ip addresses.  If you want to use a service like Feedburner, consider offering publicly an RSS url on your server that 302 redirects to Feedburner &#8211; achieving the same result while maintaining control of requests.</p>
<h3>Step 3: Build the poisoned RSS feed</h3>
<p>We are going to create a separate RSS feed that we will redirect the splog&#8217;s requests to.  If they are creating a new page/blog post for every item in your feed, our new poisoned RSS feed will force their server to generate pages containing what we want to say.</p>
<p>At this point you need to decide how far you want to take things:</p>
<ul>
<li>Display a content warning explaining that they are reproducing your content without permission and you are unhappy about it</li>
<li>Display images from TubGirl and other <a rel="nofollow" target="_blank" href="http://en.wikipedia.org/wiki/Shock_site">Shock Sites</a></li>
<li>Hijack their page&#8217;s DOM and redisplay the page.  Anyone accessing their site will only see your content, with all adverts and other links removed.
	</li>
<li>Attempt to run commands on their server &#8211; eg attempt to delete files, elevate user permissions, purge the database, etc.</li>
</ul>
<p>For my situation I decided to go for the first 3.</p>
<p>To create the poisoned RSS feed, you could save out your own current RSS feed and use that as a template.  Replace the obvious text in each item with what you would like to say and save it back to your server.  Alternatively you could just <a rel="nofollow" target="_blank" href="https://github.com/dotben/poisoned-rss/blob/master/poisonedrss.php">use my poisoned PHP script on Github</a>.</p>
<p>My script will make their request&#8217;s IP address and other HTTP details appear at the footer of each page along with a tracking string so you can search in Google for any other places the are publishing too.  It will also try to inject JavaScript that will manipulate the <a rel="nofollow" id="aptureLink_sDwLp91rZ3" target="_blank" href="http://en.wikipedia.org/wiki/Document%20Object%20Model">DOM</a> so that when they or anyone else visits their site only your message will appear.  Finally, the script outputs 10 identical items, each with a random <a rel="nofollow" id="aptureLink_COUw381XrN" target="_blank" href="http://en.wikipedia.org/wiki/Globally%20Unique%20Identifier">GUID</a> so that more pages are created each time the splog revisits as it will think each item is new each time.</p>
<p>As a bonus you can also set it to email you when someone access the poisoned feed. </p>
<h3>Step 4: Intercept the splog request</h3>
<p>The simplest way to divert requests for your RSS feed by the splog, and divert them to the poisoned RSS feed is to put the following into the top of your <code>.htaccess</code> file:</p>
<blockquote><p><code>&lt;IfModule mod_rewrite.c&gt;<br />
RewriteEngine On<br />
RewriteCond %{REMOTE_ADDR} ^123&#92;.123&#92;.123&#92;.123$<br />
RewriteRule ^(.*)$ http://www.mysite.com/poisonedrss.php<br />
&lt;/IfModule&gt;<br />
</code></p></blockquote>
<p>Again, where <code>123.123.123.123</code> is the splog&#8217;s ip address.</p>
<h3>Step 5: Sit back and wait</h3>
<p>You can now sit back and wait until the splog requests your content again, at which point it will be directed to your poisoned feed.  The splog will go on to ingest the poisoned content in it.</p>
<p>What will happen is that the splog will take each of the items in the feed and convert them to individual pages. Your poisoned content will get ingested into their pages, where if they are not running a correct level of character escapes, Javascript and other code will get executed when the end-user visits the page.</p>
<div class="feedflare">
<a rel="nofollow" target="_blank" href="http://feeds.feedburner.com/~ff/benmetcalfe?a=7n7oO2Jv_Bs:R_OX_5MaR5Y:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/benmetcalfe?i=7n7oO2Jv_Bs:R_OX_5MaR5Y:D7DqB2pKExk" border="0"></a> <a rel="nofollow" target="_blank" href="http://feeds.feedburner.com/~ff/benmetcalfe?a=7n7oO2Jv_Bs:R_OX_5MaR5Y:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/benmetcalfe?d=7Q72WNTAKBA" border="0"></a> <a rel="nofollow" target="_blank" href="http://feeds.feedburner.com/~ff/benmetcalfe?a=7n7oO2Jv_Bs:R_OX_5MaR5Y:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/benmetcalfe?i=7n7oO2Jv_Bs:R_OX_5MaR5Y:V_sGLiPBpWU" border="0"></a>
</div><img src="http://feeds.feedburner.com/~r/benmetcalfe/~4/7n7oO2Jv_Bs" height="1" width="1"/>]]></content:encoded>
      <feedburner:origLink>http://feedproxy.google.com/~r/benmetcalfe/~3/7n7oO2Jv_Bs/</feedburner:origLink></item>
      <item>
         <title>What ‘price’ for your Facebook account details?</title>
         <link>http://feedproxy.google.com/~r/benmetcalfecombined/~3/RMloqWJHoQs/</link>
         <description>When I logged into the &amp;#8216;free&amp;#8216; airport wifi at Calgary airport a few moths back I was in invited to either give &amp;#8220;BOLDstreet Wireless&amp;#8221; permission to my Facebook account or otherwise pay a few dollars for an hour&amp;#8217;s connection. At first I thought was a strange choice, until it dawned me on that this WiFi [...]</description>
         <guid isPermaLink="false">http://benmetcalfe.com/blog/?p=1412</guid>
         <pubDate>Wed, 09 Mar 2011 06:04:37 +0000</pubDate>
         <content:encoded><![CDATA[<p><a rel="nofollow" target="_blank" href="http://www.flickr.com/photos/presta/122821667/"><img alt="" src="http://farm1.static.flickr.com/43/122821667_6bd650a0e0_m.jpg" title="rainbows, hearts, sun, sprinkles by presta, on Flickr" class="alignleft" width="240" height="240"/></a>When I logged into the &#8216;<a rel="nofollow" target="_blank" href="http://www.pgairport.ca/Airport_Info/press_releases/feb_14_2011.php">free</a>&#8216; airport wifi at Calgary airport a few moths back I was in invited to either give &#8220;<a rel="nofollow" target="_blank" href="http://www.facebook.com/apps/application.php?id=7522716385&#038;v=info">BOLDstreet Wireless</a>&#8221; permission to my Facebook account or otherwise pay a few dollars for an hour&#8217;s connection.</p>
<p>At first I thought was a strange choice, until it dawned me on that this WiFi company was essentially putting a marketing $ value on my Facebook account&#8230; Hand over access and they&#8217;ll monetize my account in some untransparent way in order to cover the cost of the not-so-free-anymore wifi.</p>
<p>It turns out BOLDstreet Wireless <a rel="nofollow" target="_blank" href="http://www.boldstreet.com/products.html">has built this out as a product</a> which companies like Calgary Airport Authority can be purchase to track, monetize and analyize public wifi hotspot activity.</p>
<p><em>In true hacker mentality I logged in with a <a rel="nofollow" target="_blank" href="http://developers.facebook.com/docs/test_users/">fake developer account</a> I use for testing purposes &#8211; but whatever.</em></p>
<p>I forgot all about this until today when I was invited to do exactly the same &#8211; give permission for an app to access my Facebook account <a rel="nofollow" target="_blank" href="http://www.facebook.com/haagendazsshops">in return for a &#8216;free&#8217; Häagen-Dazs ice cream</a>.</p>
<p>Now, there is nothing new or usual about companies wanting to get a little information about your for the CRM systems in return for providing a free sample. But there are some stark and concerning differences created with this new approach:</p>
<ul>
<li>Unlike a survey which questions you directly, there is no transparency as to what information is being taken</li>
<li>In addition to my own profile data, limited data about my friends is being handed over too.</li>
<li>A fresh snapshot of this information can be requested at any time due to the fact permission persists until the user turns it off</li>
<li>More personal data might be made available in the future as Facebook evolves the data they store about you &#8211; eg phone number</li>
</ul>
<p>Perhaps one of the most concerning aspects of all this is the fact that BOLDStreet and Häagen-Dazs are potentially getting access about me through my friends using their service &#8211; data I did not give either company permission to have.  In fact, I wouldn&#8217;t even know if they had this information.</p>
<p>There&#8217;s nothing new per se with the issue of applications having access to this data &#8211; this has been the case since day 0 for apps.  However, one argument has been that socially orientated apps need this information in order to be able to provide a social experience.  But this use case is certainly new and doesn&#8217;t warrant these types of companies gaining access about a user&#8217;s social graph in addition to the user&#8217;s personal details directly.</p>
<p>From my own experience, this is becoming a common trend.  Facebook Connect certainly has advantages but it also has disadvantages too. Be careful who you are giving permission to your account to and make sure you <a rel="nofollow" target="_blank" href="http://www.facebook.com/settings/?tab=applications">regularly review the list of companies and apps with permission to access your profile</a> (<a rel="nofollow" target="_blank" href="http://twitter.com/settings/connections">ditto for Twitter too</a>).</p>
<div class="feedflare">
<a rel="nofollow" target="_blank" href="http://feeds.feedburner.com/~ff/benmetcalfe?a=WZNk1DhfU8U:hUjSoIAQt6Y:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/benmetcalfe?i=WZNk1DhfU8U:hUjSoIAQt6Y:D7DqB2pKExk" border="0"></a> <a rel="nofollow" target="_blank" href="http://feeds.feedburner.com/~ff/benmetcalfe?a=WZNk1DhfU8U:hUjSoIAQt6Y:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/benmetcalfe?d=7Q72WNTAKBA" border="0"></a> <a rel="nofollow" target="_blank" href="http://feeds.feedburner.com/~ff/benmetcalfe?a=WZNk1DhfU8U:hUjSoIAQt6Y:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/benmetcalfe?i=WZNk1DhfU8U:hUjSoIAQt6Y:V_sGLiPBpWU" border="0"></a>
</div><img src="http://feeds.feedburner.com/~r/benmetcalfe/~4/WZNk1DhfU8U" height="1" width="1"/>]]></content:encoded>
         <category>Thoughts and Rants</category>
      <feedburner:origLink>http://feedproxy.google.com/~r/benmetcalfe/~3/WZNk1DhfU8U/</feedburner:origLink></item>
      <item>
         <title>On iPads, tablets and Microsoft’s vacant bet in the non-post-PC world</title>
         <link>http://feedproxy.google.com/~r/benmetcalfecombined/~3/lLSBG6iztxc/</link>
         <description>It was interesting to read tonight that Microsoft&amp;#8217;s chief research and strategy officer, Craig Mundie, isn&amp;#8217;t sure whether there is a long term future for tablets such as the iPad. &amp;#8220;I don&amp;#8217;t know whether the big screen tablet pad category is going to remain with us or not,&amp;#8221; is what he specifically said. I find [...]</description>
         <guid isPermaLink="false">http://benmetcalfe.com/blog/?p=1421</guid>
         <pubDate>Wed, 30 Mar 2011 08:10:21 +0000</pubDate>
         <content:encoded><![CDATA[<p><a rel="nofollow" target="_blank" href="http://www.flickr.com/photos/thms/4611687962/" title="iPad Desk by thms.nl, on Flickr"><img src="http://farm5.static.flickr.com/4004/4611687962_6d9c7c5cc2.jpg" width="500" height="333" alt="iPad Desk"/></a></p>
<p>It was <a rel="nofollow" target="_blank" href="http://www.smh.com.au/digital-life/tablets/tablets-might-be-a-flash-in-the-pan-microsoft-global-chief-strategy-officer-20110330-1cfv2.html">interesting to read tonight</a> that Microsoft&#8217;s chief research and strategy officer, Craig Mundie, isn&#8217;t sure whether there is a long term future for tablets such as the iPad.</p>
<blockquote><p>&#8220;I don&#8217;t know whether the big screen tablet pad category is going to remain with us or not,&#8221; is what he specifically said.</p></blockquote>
<p>I find the tablet space incredibly fascinating which is why I uncharacteristically rushed out and bought an Apple iPad on the day they launched last year.  Being the first of its kind on the market, as a product manager and technologist I needed to understand how this new device genre would fit into our personal and business lives.</p>
<p>It was interesting to learn this weekend that my parents and brother (who all live together back in our family home in London) have kitted themselves out with iPad 2.</p>
<p>A year later and sans-iPad 2, while I remain interested in the space I do feel it is incredibly over-hyped.  Everything, for me, screams of the NetBook era but all over again.</p>
<p>On the consumer side, NetBooks never really replaced an existing device but instead tried to create a new need &#8211; albeit one that was at a low enough price point that many people could extend their budgets too in almost throw-away fashion.  But their size and sub-performance limited their true abilities and people got bored quickly.</p>
<p>On the business side, there was a rush to the bottom where manufacturers focused on making cheaper and cheaper units, ever more decreasing their profitability until it became financially uninteresting for major players like Dell to maintain any real focus on their NetBook lines (do you see any netbooks <a rel="nofollow" target="_blank" href="http://www.dell.com/us/p/inspiron-laptops.aspx">on Dell&#8217;s website</a>?).</p>
<p>Everything I can see points to the same thing happening in the tablet market.  If Apple want their tablet to be mainstream they have to offer a mainstream price-point, and expect to see all of the Android tablets sink quickly to dizzyingly low prices as competition heats up in 2012.</p>
<p>We&#8217;ve already learned that content creation and productivity, like with NetBooks, is hard and unsatisfying on a tablet.  Lack of a real keyboard, weird viewing angles, whatever.  Point is, tablets seem destined to be content consumption and reference devices &#8211; which immediately makes them an uber-luxury item for many folks.  It also becomes questionable just how valuable tablets are to business if productivity apps are inefficient on the form-factor.</p>
<p>So maybe there is some merit in Craig Mundie&#8217;s argument that big screen tablets <em>(ie ones 12&#8243;+)</em> might disappear.  I think he&#8217;s right to imply a lot of interest in the small screen tablet market (7&#8243;-9&#8243;) &#8211; which is currently dominated by the Kindle if you consider that a tablet.  That smaller form-factor is cheaper to produce <em>(ie less of a luxury)</em> and more tailored to content consumption over creation/productivity.</p>
<p>However, strategy is often about making bets &#8211; sometimes going long, sometimes shorting, sometimes hedging.  For a company of its size and dominance I don&#8217;t see how Microsoft can afford <em>not</em> to place a bet around the larger tablet market. It&#8217;s a competitive space (Google and RIM, not just Apple) but I can&#8217;t see how they can throw in the towel before they&#8217;ve even tried.</p>
<p>What I don&#8217;t see though is how this is stacking up to become the <em>post-pc</em> era.  Content still has to be created somewhere, work still has to be worked on somewhere &#8211; and at scale, it&#8217;s not on the tablet.</p>
<p><em><a rel="nofollow" target="_blank" href="http://www.flickr.com/photos/thms/4611687962/">photo licensed under CC license, thms.nl</a></em></p>
<div class="feedflare">
<a rel="nofollow" target="_blank" href="http://feeds.feedburner.com/~ff/benmetcalfe?a=mXLsNbD636o:hHyp1g0XZCM:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/benmetcalfe?i=mXLsNbD636o:hHyp1g0XZCM:D7DqB2pKExk" border="0"></a> <a rel="nofollow" target="_blank" href="http://feeds.feedburner.com/~ff/benmetcalfe?a=mXLsNbD636o:hHyp1g0XZCM:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/benmetcalfe?d=7Q72WNTAKBA" border="0"></a> <a rel="nofollow" target="_blank" href="http://feeds.feedburner.com/~ff/benmetcalfe?a=mXLsNbD636o:hHyp1g0XZCM:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/benmetcalfe?i=mXLsNbD636o:hHyp1g0XZCM:V_sGLiPBpWU" border="0"></a>
</div><img src="http://feeds.feedburner.com/~r/benmetcalfe/~4/mXLsNbD636o" height="1" width="1"/>]]></content:encoded>
      <feedburner:origLink>http://feedproxy.google.com/~r/benmetcalfe/~3/mXLsNbD636o/</feedburner:origLink></item>
      <item>
         <title>Amazon’s incorrect priorities when it comes to copyright enforcement on the Kindle</title>
         <link>http://feedproxy.google.com/~r/benmetcalfecombined/~3/QCYyZb-qzPw/</link>
         <description>Bill Schneier has highlighted two types of fraud currently occuring on the Amazon Kindle Marketplace due to lax copyright enforcement. The first type of fraud stems from content farm behavior moving onto Kindle &amp;#8211; with scammers sucking up content across the internet, uploading the content as Kindle eBooks to Amazon and then using fake accounts [...]</description>
         <guid isPermaLink="false">http://benmetcalfe.com/blog/?p=1435</guid>
         <pubDate>Mon, 04 Apr 2011 22:18:29 +0000</pubDate>
         <content:encoded><![CDATA[<p><a rel="nofollow" target="_blank" href="http://www.flickr.com/photos/holleboom/5171246269/" title="Amazon Kindle 3 3G by JulesHolleboom.nl"><img src="http://farm5.static.flickr.com/4113/5171246269_e59a6e7f34.jpg" width="500" height="333" alt="Amazon Kindle 3 3G"/></a></p>
<p><a rel="nofollow" target="_blank" href="http://www.schneier.com/blog/archives/2011/04/ebook_fraud.html">Bill Schneier has highlighted</a> two types of fraud currently occuring on the Amazon Kindle Marketplace due to lax copyright enforcement.</p>
<p>The first type of fraud stems from content farm behavior moving onto Kindle &#8211; with scammers sucking up content across the internet, uploading the content as Kindle eBooks to Amazon and then using fake accounts to review the books to obtain a good rating.  Unsuspecting readers discover these books via search <em>(because they are stuffed with keywords)</em> and end up buying dud content.  This is discussed in more detail <a rel="nofollow" target="_blank" href="http://www.publishingtrends.com/2011/03/the-kindle-swindle/">over on Publishing Trends</a>.</p>
<p>The second type of fraud involves eBooks uploaded to the Kindle Marketplace by people who do not own the copyright &#8211; which apparently is a growing trend given the prevalence of PDF based distribution by independent authors and those signed to more progressive publishers.</p>
<p><strong>Incorrect priorities</strong></p>
<p>When it comes to resourcing copyright enforcement within it&#8217;s Kindle Marketplace, I think it is a shame that Amazon continues to prioritize on penalizing its customer base while practically ignoring the rampant content abuse and fraud that is going on further up the chain within its own house.  Authors are even complaining that Amazon is ignoring their reports of copyright violation and even DMCA take-down notices.</p>
<p>Instead Amazon would much rather stop readers from exercising their full right to copyright <em>(such as being able to loan a book or even sell it on)</em> by implementing such &#8216;protections&#8217; into their software and devices, and <a rel="nofollow" target="_blank" href="http://gigaom.com/2011/03/22/amazon-lendle-and-the-dangers-of-using-someone-elses-api/">even shutting down websites such as Lendle</a> that try to facilitate the token limited degree of &#8216;loaning&#8217; that is possible with some Kindle books.</p>
<p>The Kindle is a beautiful device and Amazon is doing some amazing things with content consumption and distribution elsewhere within their business. Their Amazon Cloud Drive which allows you to store and stream your MP3s is game changing stuff.  But until they resolve these issues with the Kindle, I continue to be put off from buying one.</p>
<p><em><a rel="nofollow" target="_blank" href="http://www.flickr.com/photos/holleboom/5171246269/" title=", on Flickr">Photo CC licensed by JulesHolleboom.nl</a></em></p>
<div class="feedflare">
<a rel="nofollow" target="_blank" href="http://feeds.feedburner.com/~ff/benmetcalfe?a=L2bjOzBxunc:0FtGMWuykZY:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/benmetcalfe?i=L2bjOzBxunc:0FtGMWuykZY:D7DqB2pKExk" border="0"></a> <a rel="nofollow" target="_blank" href="http://feeds.feedburner.com/~ff/benmetcalfe?a=L2bjOzBxunc:0FtGMWuykZY:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/benmetcalfe?d=7Q72WNTAKBA" border="0"></a> <a rel="nofollow" target="_blank" href="http://feeds.feedburner.com/~ff/benmetcalfe?a=L2bjOzBxunc:0FtGMWuykZY:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/benmetcalfe?i=L2bjOzBxunc:0FtGMWuykZY:V_sGLiPBpWU" border="0"></a>
</div><img src="http://feeds.feedburner.com/~r/benmetcalfe/~4/L2bjOzBxunc" height="1" width="1"/>]]></content:encoded>
         <category>Thoughts and Rants</category>
      <feedburner:origLink>http://feedproxy.google.com/~r/benmetcalfe/~3/L2bjOzBxunc/</feedburner:origLink></item>
      <item>
         <title>23 and John Doe: thoughts on today’s genetic testing sale at 23andMe</title>
         <link>http://feedproxy.google.com/~r/benmetcalfecombined/~3/zcXggyQgAd8/</link>
         <description>Genetic testing startup 23andMe is running a &amp;#8217;1-day sale&amp;#8217; that removes their normal up-front testing fee of $199. The catch- you have to agree to subscribe to 12 months of their genetic update service, whatever that is, @ $9/m. Seeing as I&amp;#8217;ve had two friends ping me about the promotion, and its now ended up [...]</description>
         <guid isPermaLink="false">http://benmetcalfe.com/blog/?p=1442</guid>
         <pubDate>Mon, 11 Apr 2011 09:21:37 +0000</pubDate>
         <content:encoded><![CDATA[<p><a rel="nofollow" target="_blank" href="http://www.flickr.com/photos/hongiiv/3128937737/" title="IMG_0906 by hongiiv"><img src="http://farm4.static.flickr.com/3276/3128937737_ff1dfd28af.jpg" width="500" height="333" alt="IMG_0906"/></a></p>
<p>Genetic testing startup <a rel="nofollow" target="_blank" href="http://www.23andme.com">23andMe</a> is running a &#8217;1-day sale&#8217; that removes their normal up-front testing fee of $199.  The catch- you have to agree to subscribe to 12 months of their genetic update service, whatever that is, @ $9/m.</p>
<p>Seeing as I&#8217;ve had two friends ping me about the promotion, and <a rel="nofollow" target="_blank" href="http://news.ycombinator.com/item?id=2431037">its now ended up on Hacker News</a>, I thought I&#8217;d write an off-topic on my concerns about the impact of genetic testing in this way.</p>
<p>For those that don&#8217;t know, I always expected to enter a career in bio-technology but as my understanding for the topic grew, so did my understanding of its implications and its (non-religious) ethical questions.</p>
<p><strong>23 and John Doe</strong></p>
<p>My advice to anyone thinking of doing genetic testing (be it 23andMe or another route) is to consider seriously doing it at as a &#8220;John Doe&#8221; (ie not using your real name and details).</p>
<p>Knowing you have a high susceptibility to a significant disease could have all sorts of implications for insurance &#8211; medical, life and even car.</p>
<p>In general insurance companies require you to disclose any and all information that you have that would be pertinent to them assessing risk.  Clearly for medical and life insurance you knowing there is a high chance you will get Parkinsons <em>(for example)</em> is information your insurer would like to know.</p>
<p>Here in the US there are currently laws &#8211; such as <a rel="nofollow" target="_blank" href="http://en.wikipedia.org/wiki/Genetic_Information_Nondiscrimination_Act">Genetic Information Nondiscrimination Act (GINA)</a> &#8211; to prevent insurance companies demanding this information.</p>
<p>However laws can be repealed.  The health care and insurance industries <a rel="nofollow" target="_blank" href="http://www.opensecrets.org/lobby/top.php?indexType=i">are the &#8216;leaders&#8217; in government lobbying</a>.  23andMe could be aquired by an insurance firm.</p>
<p>Also consider laws differ in other countries, where insurance companies might be able to legally demand results.   In Canada insurance companies can not only request it, they can demand you get this kind of testing before you can obtain coverage.</p>
<p>Consider further that databases <a rel="nofollow" target="_blank" href="http://techland.time.com/2011/04/04/epsilon-breach-heres-which-companies-email-lists-have-been-exposed/">can be hacked/stolen</a>.</p>
<p>Think carefully whether you want your personal legal name and contact details all over the results of a test like this.</p>
<p><a rel="nofollow" target="_blank" href="http://www.flickr.com/photos/hongiiv/3128937737/" title="IMG_0906 by hongiiv">Photo CC licensed by hongiiv</a></p>
<div class="feedflare">
<a rel="nofollow" target="_blank" href="http://feeds.feedburner.com/~ff/benmetcalfe?a=Zy9XS-Av2no:fZOYicD3o2M:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/benmetcalfe?i=Zy9XS-Av2no:fZOYicD3o2M:D7DqB2pKExk" border="0"></a> <a rel="nofollow" target="_blank" href="http://feeds.feedburner.com/~ff/benmetcalfe?a=Zy9XS-Av2no:fZOYicD3o2M:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/benmetcalfe?d=7Q72WNTAKBA" border="0"></a> <a rel="nofollow" target="_blank" href="http://feeds.feedburner.com/~ff/benmetcalfe?a=Zy9XS-Av2no:fZOYicD3o2M:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/benmetcalfe?i=Zy9XS-Av2no:fZOYicD3o2M:V_sGLiPBpWU" border="0"></a>
</div><img src="http://feeds.feedburner.com/~r/benmetcalfe/~4/Zy9XS-Av2no" height="1" width="1"/>]]></content:encoded>
      <feedburner:origLink>http://feedproxy.google.com/~r/benmetcalfe/~3/Zy9XS-Av2no/</feedburner:origLink></item>
      <item>
         <title>Thoughts on a “risk averse BBC”, as covered in the Guardian today</title>
         <link>http://feedproxy.google.com/~r/benmetcalfecombined/~3/01ahaQ_yVAQ/</link>
         <description>Maggie Brown asks in the Guardian today &amp;#8216;whether the BBC has become too affraid to take risks?&amp;#8216;. Her piece focuses around the dreaded &amp;#8220;BBC Editorial Policy Unit&amp;#8221; which was set up to appese the fallout from the 2008 Russel Brand prank call debacle and the prior findings of the Hutton Inquiry. &amp;#8220;Russell Brand-gate&amp;#8221; was about [...]</description>
         <guid isPermaLink="false">http://benmetcalfe.com/blog/?p=1448</guid>
         <pubDate>Tue, 26 Apr 2011 09:08:40 +0000</pubDate>
         <content:encoded><![CDATA[<p><a rel="nofollow" target="_blank" href="http://www.flickr.com/photos/jemstone/17868074/" title="BBC: Cut the Crap by jem, on Flickr"><img src="http://farm1.static.flickr.com/12/17868074_d2d3e83cd1_m.jpg" width="186" height="240" alt="BBC: Cut the Crap" class="alignleft"/></a>Maggie Brown asks in the Guardian today &#8216;<a rel="nofollow" target="_blank" href="http://www.guardian.co.uk/media/organgrinder/2011/apr/25/bbc-compliance">whether the BBC has become too affraid to take risks?</a>&#8216;.</p>
<p>Her piece focuses around the dreaded &#8220;BBC Editorial Policy Unit&#8221; which was set up to appese the fallout from the 2008 <a rel="nofollow" target="_blank" href="http://en.wikipedia.org/wiki/Russell_Brand_Show_prank_telephone_calls_row">Russel Brand prank call debacle</a> and the prior findings of the <a rel="nofollow" target="_blank" href="http://en.wikipedia.org/wiki/Hutton_Inquiry">Hutton Inquiry</a>. &#8220;Russell Brand-gate&#8221; was about Russell Brand being, well, Russell Brand albeit on a pre-recorded radio show where someone editorially should have known better, and the Hutton Inquiry was about the fact that the BBC &#8216;falsely&#8217; claimed the UK government had lied about claims Saddam Hussain had Weapons of Mass Distruction in Iraq.</p>
<p><em>(Except, that it turned out that the BBC was right all along, but that only came to light years after the Labour-government initiated inquiry had performed it&#8217;s &#8216;duty&#8217; and given The Corporation a good kick in the bollocks)</em></p>
<p>The Editorial Policy Unit (essentially an internal editorial watchdog), it is claimed, is stifling bold, innovative and risk taking content from being produced because the BBC is too afraid to broadcast anything that might create another Hutton Inquiry or Brand-gate.</p>
<p>And as a former BBC employee I would definitely agree we&#8217;ve ended up with a BBC that is afraid to take risks.</p>
<p>The reasons for this, however, go far deeper than just the Editorial Policy Unit &#8211; but into areas such as not having the budget for innovative programming because the Tory government has frozen the BBC&#8217;s income over the next 4 years (essentially a 17% reduction marked against inflation).  Or the corporation being kneecapped from doing anything innovative or risk taking online because the findings of the <a rel="nofollow" target="_blank" href="http://www.independent.co.uk/news/media/graf-savages-bbcs-online-output-552216.html">Graff Report</a> warned that the BBC might be stifling the commercial sector.  Now whenever the corporation wants to do something new and innovative online it must perform a series of bureaucratic &#8220;Public Value Tests&#8217; and market impact evaluations &#8211; in concert with the regulator OFCOM which takes years to compete.</p>
<p>So yes after the (editorial) kicking, (innovation) knee-caping and (resource) strangling the BBC has gone through over the past 5-10 years, yeah it pretty much is affraid to take another risk. </p>
<p>But isn&#8217;t that by design and as intended?</p>
<p>Graff Report, Hutton Inquiry, et al are all thanks to the desires of past and previous elected governments and the influence of the media industry as a whole but in particular Rupert Murdoch and The Guardian backed <a rel="nofollow" target="_blank" href="http://www.ukaop.org.uk/">Association of Online Publishers</a> (AOP).  This is what everyone wanted, no?</p>
<p>It seems ironic that the publisher of the original piece by Maggie Brown is the main protagonist within the AOP that demanded the Graft Report in the first place.</p>
<p>And we, the British public, have let it happen &#8211; perhaps not realising just how lucky we were to have a public service broadcaster like the BBC that would take risks the like of which commercial sector would never consider doing.  The promise that the commercial sector, now un-stifled from the BBC&#8217;s supposed market saturation, would step in and save the day has sadly not proven true.</p>
<p>So maybe there is a place for strong, risk-taking public service broadcasting after all.  Maybe there is a something perverse about people whinging that they don&#8217;t want pay £145.50 a year for high-quality, advert free BBC content but then happily shell out £100&#8242;s every month to satellite and cable providers who&#8217;ve demonstrated about as much risk and innovation as a ham sandwich.</p>
<p>Because otherwise the severely handicapped BBC we have today is the BBC we all let happen. The gift we never really thought we&#8217;d miss until it began to disappear.  Which it now slowly is.</p>
<p><em>&#8220;Cut the Crap&#8221; photo <a rel="nofollow" target="_blank" href="http://www.flickr.com/photos/jemstone/17868074/">CC Jem Stone</a>, a former colleague.  The former Director General of the BBC, Greg Dyke actually commissioned these &#8216;yellow cards&#8217; during my service at the BBC for rank-and-file staff to use in meetings if unnecessary impediments were getting in the way of innovative and important work being broadcast. Oh how times have changed.</em></p>
<p>Memories of an era when the BBC was innovative and risk taking:</p>
<p><a rel="nofollow" target="_blank" href="http://www.flickr.com/photos/neilt/28175721/" title="Why are we doing this by Neil T, on Flickr"><img src="http://farm1.static.flickr.com/23/28175721_e9c8c2d707.jpg" width="375" height="500" alt="Why are we doing this"/></a></p>
<div class="feedflare">
<a rel="nofollow" target="_blank" href="http://feeds.feedburner.com/~ff/benmetcalfe?a=F8Ia2qwzmTQ:TPywYsQGNy8:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/benmetcalfe?i=F8Ia2qwzmTQ:TPywYsQGNy8:D7DqB2pKExk" border="0"></a> <a rel="nofollow" target="_blank" href="http://feeds.feedburner.com/~ff/benmetcalfe?a=F8Ia2qwzmTQ:TPywYsQGNy8:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/benmetcalfe?d=7Q72WNTAKBA" border="0"></a> <a rel="nofollow" target="_blank" href="http://feeds.feedburner.com/~ff/benmetcalfe?a=F8Ia2qwzmTQ:TPywYsQGNy8:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/benmetcalfe?i=F8Ia2qwzmTQ:TPywYsQGNy8:V_sGLiPBpWU" border="0"></a>
</div><img src="http://feeds.feedburner.com/~r/benmetcalfe/~4/F8Ia2qwzmTQ" height="1" width="1"/>]]></content:encoded>
      <feedburner:origLink>http://feedproxy.google.com/~r/benmetcalfe/~3/F8Ia2qwzmTQ/</feedburner:origLink></item>
      <item>
         <title>Weekend musings – BitCoin, PlayStation Network and Google IO</title>
         <link>http://feedproxy.google.com/~r/benmetcalfecombined/~3/u2wXPHVpGTM/</link>
         <description>BitCoin I&amp;#8217;ve spent the last few months researching BitCoin, which for those who don&amp;#8217;t know is a p2p currency system that is (sort of) de-centralized and certainly delineated from any government control or intervention. There&amp;#8217;s some pretty sophisticated technology behind it which ensures true scarcity (the fundamental issue for any economic model) but it also [...]</description>
         <guid isPermaLink="false">http://benmetcalfe.com/blog/?p=1460</guid>
         <pubDate>Mon, 16 May 2011 01:46:06 +0000</pubDate>
         <content:encoded><![CDATA[<p><a rel="nofollow" target="_blank" href="http://www.flickr.com/photos/violetblue/5704988055/" title="The now: outside Google IO with my new Droid baby! by violet.blue, on Flickr"><img src="http://farm4.static.flickr.com/3503/5704988055_19d28851ed.jpg" width="500" height="300" alt="The now: outside Google IO with my new Droid baby!"/></a></p>
<h2>BitCoin</h2>
<p>I&#8217;ve spent the last few months researching <a rel="nofollow" target="_blank" href="http://www.bitcoin.org/">BitCoin</a>, which for those who don&#8217;t know is a p2p currency system that is <em>(sort of)</em> de-centralized and certainly delineated from any government control or intervention.  There&#8217;s some pretty sophisticated technology behind it which ensures true scarcity (the fundamental issue for any economic model) but it also enjoys some impressive security features and seems to be incredibly solid on the privacy front.</p>
<p>What is particularly interesting is that you can essentially &#8216;mine&#8217; BitCoins by running complicated algorithms on your computer (or servers) which is how new BitCoins are created (although that also creates an inflation factor in the market of course).  If you are an economics wonk you&#8217;ll cream yourself over BitCoin.  There&#8217;s already a ton of interesting thoughts <a rel="nofollow" target="_blank" href="http://xifin.wordpress.com/2010/11/18/bitcoin-a-rube-goldberg-machine-for-buying-electricity/">on the cost of electricity to &#8216;mine&#8217; a successful BitCoin chain vs the value of the unit of currency</a>, plus numerous <a rel="nofollow" target="_blank" href="http://bitcoinwatch.com/">trading markets</a> etc</p>
<p>Many wonder if BitCoin is legal &#8211; but that&#8217;s a superfluous question because it&#8217;s totally uncontrollable and the distributed nature means it doesn&#8217;t exist in any one jurisdiction.  Certainly if it becomes a way for terrorists and organized crime to launder money then I guess we&#8217;ll really see governments stepping in.  </p>
<p>Anyway, I&#8217;m seeing signs that BitCoin is about to move out from being an underground project and into mainstream focus over the next few weeks or so.  It will be interesting to see some sunlight on it from existing financial world as I am still on the fence as to whether it is a folly or the early start of something significant.</p>
<h2>PlayStation Network</h2>
<p>Having (apparently) fixed their security problems, Sony have powered up the servers powering the PlayStation Network and reopened it to users.  I <a rel="nofollow" target="_blank" href="http://twitter.com/dotBen/status/69924356976939009">asked on Twitter</a> whether anyone would actually be jumping back in.</p>
<p>My guess is that kids who don&#8217;t care about the issues, and probably using their parent&#8217;s credit card anyway, will get straight back on there.  As will die-hard gamers who prefer human-based competition as PSN is their only option.</p>
<p>But the growth and strategic opportunity for Sony Playstation Network is the ability to deliver services like Netflix, IPTV, games on demand, etc.  The problem is consumers have many choices there, with competition not just from rival Microsoft XBox Live (and Nintendo&#8217;s next gen console) but Google TV (if they get their act together), Apple TV (ditto), Roku, Boxee, etc.  While the same security problems could theoretically be faced by those vendors too, the bottom line is that they haven&#8217;t had those problems.  And consumers are rightly worried about Sony&#8217;s security.</p>
<h2>Google IO</h2>
<p>Google IO happened on Tuesday and Wednesday this week &#8211; I&#8217;ve attended everyone since they began in 2007.</p>
<p>It costs ~$500 to attend Google IO (assuming you can get a ticket).  The event takes place at the Moscone West conference center, where Google is required to use the conference center&#8217;s in-house catering company for all food and beverage.  The rumor during the rounds at the event was that in order to meet Google&#8217;s own standards for quality of food, the ticket price for the event barely covered the cost per attendee for food (two lunches, evening reception and snacks).  Frankly, those numbers add up to me.  The food was the best I&#8217;d ever had a conference, and the logistics of feeding 5000 people is just insane.</p>
<p>But my point isn&#8217;t about the food.  The point is that every year Google puts on one of the most slickest and highest quality conferences in the conference calendar, at one of the most expensive conference venues in the country.  And it bankrolls with the ticket price being a mere drop in the budget.  I&#8217;m guessing Google easily sinks $10m+ into those two days. It might even sink $50m for all I know &#8211; I have no idea what it costs to rent the Moscone West center for 2 days + setup and tear-down.</p>
<p>The announcements themselves were exciting and refreshing &#8211; like Google open sourcing all of its hardware accessory development unlike Apple which requires accessory makes to get their devices certified (ie pay $$$).  But that&#8217;s for another post.</p>
<p>The point is I can&#8217;t think of another company that makes the level of investment into Developer Relations that Google makes.  It&#8217;s really quite incredible.</p>
<h2>Call to action</h2>
<p>My weekend musings are based on things I observe and comment on during the week over on various social sites.  If that interests you, make sure you <a rel="nofollow" target="_blank" href="http://twitter.com/dotben">follow me on Twitter</a> and <a rel="nofollow" target="_blank" href="http://www.quora.com/Ben-Metcalfe">Quora</a>, and keep across <a rel="nofollow" target="_blank" href="http://news.ycombinator.com/threads?id=dotBen">my Hacker News comments page</a>.</p>
<p><em>Photo: my partner Violet outside of Google IO with the Android plushie Google gave me during my registration</em></p>
<div class="feedflare">
<a rel="nofollow" target="_blank" href="http://feeds.feedburner.com/~ff/benmetcalfe?a=ej0ZmaZotJ4:EqI_N7vuO2M:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/benmetcalfe?i=ej0ZmaZotJ4:EqI_N7vuO2M:D7DqB2pKExk" border="0"></a> <a rel="nofollow" target="_blank" href="http://feeds.feedburner.com/~ff/benmetcalfe?a=ej0ZmaZotJ4:EqI_N7vuO2M:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/benmetcalfe?d=7Q72WNTAKBA" border="0"></a> <a rel="nofollow" target="_blank" href="http://feeds.feedburner.com/~ff/benmetcalfe?a=ej0ZmaZotJ4:EqI_N7vuO2M:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/benmetcalfe?i=ej0ZmaZotJ4:EqI_N7vuO2M:V_sGLiPBpWU" border="0"></a>
</div><img src="http://feeds.feedburner.com/~r/benmetcalfe/~4/ej0ZmaZotJ4" height="1" width="1"/>]]></content:encoded>
         <category>Thoughts and Rants</category>
      <feedburner:origLink>http://feedproxy.google.com/~r/benmetcalfe/~3/ej0ZmaZotJ4/</feedburner:origLink></item>
      <item>
         <title>Cease &amp; Desist letter sent to Fotopedia, abuser of Creative Commons</title>
         <link>http://feedproxy.google.com/~r/benmetcalfecombined/~3/9zjTU5saw5s/</link>
         <description>I was sad to discover that photos belonging to both Violet and I are being reproduced without our permission at &amp;#8216;photo encyclopedia&amp;#8217; Fotopedia. I&amp;#8217;m a firm believer in Creative Commons and copyright reform, and so I license practically all creative work I produce under a Creative Commons Non-Commercial Use Share Alike license. This includes all [...]</description>
         <guid isPermaLink="false">http://benmetcalfe.com/blog/?p=1498</guid>
         <pubDate>Sun, 21 Aug 2011 22:59:08 +0000</pubDate>
         <content:encoded><![CDATA[<p>I was sad to discover that photos belonging to both Violet and I are being reproduced without our permission at &#8216;photo encyclopedia&#8217; <a rel="nofollow" target="_blank" href="http://www.fotopedia.com/">Fotopedia</a>.</p>
<p>I&#8217;m a firm believer in Creative Commons and copyright reform, and so I license practically all creative work I produce under a <a rel="nofollow" target="_blank" href="http://creativecommons.org/licenses/by-nc-sa/3.0/">Creative Commons Non-Commercial Use Share Alike license</a>.  This includes all photos I take <em>(even with my pro equipment)</em> and all blog posts I write, including this one&#8230; basically anything which isn&#8217;t otherwise covered under an existing agreement with a client/etc or a personal photo of a family member (I don&#8217;t want those re-used) is CC-NC-SA.</p>
<p>The abuse of work licensed under a <em>Creative Commons Non-Commercial License</em> in a commercial setting &#8211; knowingly and unknowningly &#8211; is a well-written subject.</p>
<p>However it is sad and disheartening to discover companies that abuse the Creative Commons License who operate within the image/photo landscape and thus are placed to know better.  It is even worse when the foundation of their entire company is based around this abuse.</p>
<p>Enter Fotopedia.</p>
<p>You can <a rel="nofollow" target="_blank" href="http://www.fotopedia.com/company/mission">go read their mission</a> about about creating a photo-based encyclopedia for humanity, but the bottom line is that they are a commercial entity backed by $3.4m of venture funding that contains mostly Creative Commons Non-Commercial photos as the foundation of their company&#8217;s database.</p>
<p>In addition to their venture funding, they sell mobile applications that contain a sub-set of photos, offer other mobile applications for free but with sponsorship/advertising and they solicit commercial partnerships on their website.</p>
<p>Fotopedia is clearly a for-profit entity operating commercially and thus their use clearly falls outside &#8216;non-commercial use&#8217;.</p>
<h2>C&#038;D &gt; DMCA, for now</h2>
<p>Rather than filing a series of DMCA requests, which I&#8217;m legally entitled to, I have decided to send them a formal Cease &#038; Desist letter due to the fact that the Creative Common&#8217;s license produces some ambiguity.  I&#8217;d also like to open a dialogue with them rather than simply embark on a DMCA notice/counter-notice play.</p>
<p>However it is a difficult situation because if I&#8217;m right, and Fotopedia shouldn&#8217;t have any CC-NC photos on their site, then I can&#8217;t see how Fotopedia has any business.  I think the Fotopedia service at its heart is interesting, it&#8217;s just a shame that it is being run by a commercial entity.</p>
<p>I will keep you posted with their response, but in the meantime here is a copy of my Cease &#038; Desist letter in full.</p>
<blockquote><p>FOR THE ATTENTION OF THE OFFICER IN CHARGE OF HANDLING COPYRIGHT COMPLAINTS, OTHERWISE THE CHIEF EXECUTIVE OFFICER</p>
<p>Dear Sir or Madam:</p>
<p>Without Prejudice</p>
<p>It has come to my attention that you are operating a web site found at http://www.fotopedia.com. Your web site contains the following copyrighted images belonging to myself, Ben Metcalfe.  These can be found at: </p>
<ul>
<li>http://www.fotopedia.com/items/flickr-2704019377</li>
<li>http://www.fotopedia.com/items/flickr-54783051</li>
<li>http://www.fotopedia.com/items/flickr-152520511</li>
<li>http://www.fotopedia.com/items/flickr-2704845170</li>
</ul>
<p>These photos have been licensed under the Creative Commons Attribution Non-Commercial 2.0 Generic license (http://creativecommons.org/licenses/by-nc/2.0/deed.en) and as such  may only be used, reproduced or have copies made without permission of the original copyright owner in situations where there is no commercial activity occurring.</p>
<p>However your use of the above images on your website &#8220;Fotopedia&#8221; clearly falls under &#8220;Commercial Use&#8221; based on the following criteria (but not limited to):</p>
<ul>
<li>You are a Delaware Corporation having raised $3.4m of venture funding (http://www.crunchbase.com/company/fotopedia)</li>
<li>You solicit commercial opportunities on your website (from http://www.fotopedia.com/company/mission: &#8220;For business and partnerships: partner@fotopedia.com&#8221;)</li>
<li>On pages such as http://www.fotopedia.com/wiki/Apture, which includes a copyright image I own, there is an advertisment for your &#8220;Above France&#8221; iOS application which is a commercial application costing $2.99 in the Apple App Store.</li>
</ul>
<p>As an aside, I would like to bring to your attention that you have attributed an incorrect Creative Commons license on mine and other images on your site.  For example http://www.fotopedia.com/items/flickr-152520511 points to a CC-BY-NC 3.0 Unported license (with url http://creativecommons.org/licenses/by-nc/3.0/) when the original photo on Flickr clearly links to a CC-BY-NC 2.0 Generic license of a different url (http://creativecommons.org/licenses/by-nc/2.0/deed.en).  While similar, these two licenses are not identical which further suggests a misunderstanding or bad-faith of Creative Commons Licensing on your company&#8217;s part.</p>
<p>Given the above, your use of these copyrighted images falls outside of the narrow permissions of non-commercial use under Creative Commons and as such you have neither asked for nor received permission to use these images, nor to make or distribute copies, including electronic copies, of same. I believe you have willfully infringed on my rights under 17 U.S.C. Section 101 et seq. and could be liable for statutory damages as high as $150,000 as set forth in Section 504(c)(2) therein.</p>
<p>I hereby demand that you immediately cease and desist use of these images.</p>
<p>Based upon the foregoing, I hereby demand that your confirm to me in writing within ten (10) days of receipt of this letter that: (i) you have removed the aforementioned infringing images from your site; and (ii) you will refrain from posting any similar infringing material on the Internet, Application or any other service you control in the future. If you do not comply with my request to remove the infringing images from the web site within ten (10) days from the date of this letter, you will leave me with no other choice but to pursue all available legal and equitable remedies against you.</p>
<p>Sincerely,</p>
<p>Ben Metcalfe<br />
[address redacted]</p></blockquote>
<div class="feedflare">
<a rel="nofollow" target="_blank" href="http://feeds.feedburner.com/~ff/benmetcalfe?a=gqhQcpyN_VA:jZ59AAfcCNo:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/benmetcalfe?i=gqhQcpyN_VA:jZ59AAfcCNo:D7DqB2pKExk" border="0"></a> <a rel="nofollow" target="_blank" href="http://feeds.feedburner.com/~ff/benmetcalfe?a=gqhQcpyN_VA:jZ59AAfcCNo:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/benmetcalfe?d=7Q72WNTAKBA" border="0"></a> <a rel="nofollow" target="_blank" href="http://feeds.feedburner.com/~ff/benmetcalfe?a=gqhQcpyN_VA:jZ59AAfcCNo:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/benmetcalfe?i=gqhQcpyN_VA:jZ59AAfcCNo:V_sGLiPBpWU" border="0"></a>
</div><img src="http://feeds.feedburner.com/~r/benmetcalfe/~4/gqhQcpyN_VA" height="1" width="1"/>]]></content:encoded>
         <category>Thoughts and Rants</category>
      <feedburner:origLink>http://feedproxy.google.com/~r/benmetcalfe/~3/gqhQcpyN_VA/</feedburner:origLink></item>
      <item>
         <title>What visa type do you need, exactly, to legally participate in Y Combinator?</title>
         <link>http://feedproxy.google.com/~r/benmetcalfecombined/~3/Cqxli233wEY/</link>
         <description>Hacker News has been buzzing with the story of Canadian citizen Zak Homuth, who was refused entry earlier in the week by US Customs and Border Protection to participate in Y Combinator with his new startup Upverter. His own account of what happened suggests that Zak made over-reaching assumptions as to his &amp;#8216;rights&amp;#8217; to enter [...]</description>
         <guid isPermaLink="false">http://benmetcalfe.com/blog/?p=1508</guid>
         <pubDate>Fri, 03 Feb 2012 21:27:57 +0000</pubDate>
         <content:encoded><![CDATA[<p><img src="http://benmetcalfe.com/blog/wp-content/uploads/2012/02/Screen-Shot-2012-02-03-at-1.11.40-PM-1024x446.png" alt="" title="Interrogation scene with Agent Smith from Matrix" width="1024" height="446" class="alignleft size-large wp-image-1512"/><br />
Hacker News has been buzzing with the story of Canadian citizen Zak Homuth, who was refused entry earlier in the week by US Customs and Border Protection to participate in Y Combinator with his new startup <a rel="nofollow" target="_blank" href="http://www.upverter.com/">Upverter</a>.</p>
<p><a rel="nofollow" target="_blank" href="http://zakhomuth.com/my-us-border-nightmare">His own account of what happened</a> suggests that Zak made over-reaching assumptions as to his &#8216;rights&#8217; to enter the US, that he didn&#8217;t have his paperwork in order and that he gave misleading answers to some of the questions the CPB offier asked him.  Plenty of discussion on that <a rel="nofollow" target="_blank" href="http://news.ycombinator.com/item?id=3545548">in the HN comments</a>.</p>
<p>However, the issue does raise a question that I&#8217;ve been wondered for some time &#8211; <strong>can non-US citizens legally participate on Y Combinator with just regular B1 visa or do they actually need a &#8216;work authorization&#8217; type visa?</strong> And if so, is there even a US visa type suitable for legal participation in Y Combinator?</p>
<p><em>This would be a good time to give the health warning that I am not a lawyer, and all of these thoughts are simply based on my own experiences of working in the US on a visa for the last 5+ years and the knowlege of immigration and visa law that I&#8217;ve obtained over the years.</em></p>
<p>From <a rel="nofollow" target="_blank" href="http://ycombinator.com/faq.html">Y Combinator&#8217;s FAQ</a> here are some pertinant facts about participating in Y Combinator related to visas:</p>
<ul>
<li>You must physically be in the Bay Area for 3 months during the program</li>
<li>You must setup a US company (which will either be your startup, or a subsidiary of it)</li>
<li>Y Combinator will invest a small amount of money ($10k-$20k range) in your new entity for 6-7% equity</li>
<li>During Y Combinator you will build out your prototype and seek investment</li>
</ul>
<p>A B1 is the type of business visa most citizens of visa-waiver countries can obtain at the airport when you land (usually having applied for an ESTA online before hand). From <a rel="nofollow" target="_blank" href="http://en.wikipedia.org/wiki/B_visa">Wikipedia&#8217;s B1 entry</a> the activities you are allowed to do on a B1 visa are:</p>
<ul>
<li>Negotiate and sign contracts</li>
<li>Purchase supplies or materials</li>
<li>Hold business meetings or attend/exhibit at a convention</li>
<li>Settle an estate</li>
<li>Sit different types of exams and tests held inside the United States</li>
</ul>
<p>Here are the issues, as I see them:</p>
<h3>You are not legally allowed to &#8216;work&#8217; for the startup on a B1</h3>
<p>While seeking investment, and taking the meetings that go with that, would satisfy the first activity type of the B1, building your prototype <em>(ie performing software engineering)</em> while in America doesn&#8217;t.  Y Combinator&#8217;s FAQ mentions that almost all foreign nationals can establish a business in the US &#8211; which is true &#8211; but you are not legally allowed to work for that entity (be it W2 &#8216;employment&#8217; or 1099 &#8216;contractor&#8217;) without a visa and US work authorization.</p>
<h3>You cannot self-sponsor a work authorization visa such as H1b</h3>
<p>Depending on who you talk to it is either impossible or incredibly difficult to &#8216;self-sponsor&#8217; a work authorization visa.  Self-sponsor is when you own a majority or controlling stake in the business wishing to sponsor your visa &#8211; which if Y Combinator takes a 6-7% equity stake, the founders are still going to be considered to have controlling stakes.</p>
<p>Once you have board of external directors (eg investors) who have the ability to fire you, obtaining this kind of visa becomes more easier &#8211; but this of course creates a chicken-and-egg trap because you can&#8217;t get those investors until you&#8217;ve participated in Y Combinator and if you already have them you are unlikely to be wanting to do YC.</p>
<h3>E2 Investor visas <em>(which seem most appropriate here)</em> are no good for venture-backed businesses</h3>
<p>The US has a visa category for foreigners wishing to establish a business in the US &#8211; E2. It&#8217;s relatively easily to get and there&#8217;s no quota.  You just have to invest $100k+ of your own money. The issue here is that most startups don&#8217;t need that kind of money during the very early stages of life, and many entrepeneurs don&#8217;t those kinds of funds available anyway.  Rules state that the E2 holders can never lose less than 50% controlling stake in their company, and as such you would almost certainly never be able to raise venture capital on those terms as there would be a cap on how much investment you could ever take and no method of exit without nullifying the founder&#8217;s ability to continue to work in the US.</p>
<h3>It usually takes 6+ months to get any kind of work authorization visa</h3>
<p>It depends on which country you live in and the backlog at the local US embassy, but obtaining most work authorization visas can easily take 6+ months.  Y Combinator, as I understand it, gives successful candidates only a few months notice at best that they have made it into the program.  H1b&#8217;s, a common work authorization, have a minimum amount of time between application and date of issue to make absolutely sure the sponsoring company can&#8217;t find a suitable US citizen to perform the work <em>(which in itself indicates this is not really an appropriate visa type for a founder)</em>.</p>
<h3>You must prove there is no immigrant intent</h3>
<p>Finally, anyone entering the US without an immigration type visa <em>(B1 is a visitor, non-immigration visa)</em> must prove that they do not have immigrant intent. The onus is upon the individual to prove that they <em>do not</em>, not on CBP to prove that they do.</p>
<p>Establishing a US business with the intention of finding investors to invest, and specifically needing to create a US-based entity because US investors don&#8217;t want to invest in foreign based companies, doesn&#8217;t particularly lend itself to demonstrating clear non-immigrant intent and that everyone is going to pack up and go home when things are done.</p>
<p>My own anecdotal evidence suggests that most foreign participants in Y Combinator do go on to establish living here in the US.</p>
<p>To be clear &#8211; I <em>personally</em> have no problems with people wanting to come and live in the US and create their startup in the US. But I raise this because it&#8217;s the open-ended &#8216;gotcha&#8217; UCIS and CBP use to deny entry so often.  How do you exactly prove you <em>don&#8217;t</em> have the intention to do something?</p>
<h2>So what of it all?</h2>
<p>I love Y Combinator. I love startups and entrepreneurs. I am a foreign national living in the US who wishes the visa/worth authorization restrictions on entrepreneurs were a lot more relaxed AND welcoming.</p>
<p>Zak, our original protagonist in this story probably would have got past CBP if he had his paperwork was in order and had been briefed on what to say/what not to say.  But that doesn&#8217;t mean his participation in YC would have necessarily stayed 100% within the B1 visa type.</p>
<p>And so I remain perplexed as to exactly what visa type foreign nationals wishing to participate in Y Combinator should be on &#8211; and in fact whether any of them are actually suitable or applicable.</p>
<p>We all know the visa situation for startup entrepreneurs is broken, and something like Y Combinator is somewhat unique anyway.</p>
<p>But with stiff penalties for &#8216;fraudulent&#8217; visa application and missrepresentation at the border &#8211; potentially as much <strong>a permanent bar from ever entering the US again</strong> &#8211; I can&#8217;t help but feel Y Combinator has a greater responsibility to the often young and slightly naive <em>(case in point: Zak)</em> entrepreneurs it courts to be clearer on the exact visa their partipants need.</p>
<p>I would go so far as to say that Y Combinator needs to clearly and formally demonstrate how participation by a foreign national is even legally possible given <strong>today&#8217;s</strong> fucked up visa situation.</p>
<p><em>Footnotes: I love Y Combinator, this isn&#8217;t a bash at Y Combinator in any way.  I should also remind you, I am not a lawyer. If you are a foreign national looking to work in the US you should have an attorney anyway.</em></p>
<div class="feedflare">
<a rel="nofollow" target="_blank" href="http://feeds.feedburner.com/~ff/benmetcalfe?a=_fE_MiJpmX0:2XL_Rue1F6Q:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/benmetcalfe?i=_fE_MiJpmX0:2XL_Rue1F6Q:D7DqB2pKExk" border="0"></a> <a rel="nofollow" target="_blank" href="http://feeds.feedburner.com/~ff/benmetcalfe?a=_fE_MiJpmX0:2XL_Rue1F6Q:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/benmetcalfe?d=7Q72WNTAKBA" border="0"></a> <a rel="nofollow" target="_blank" href="http://feeds.feedburner.com/~ff/benmetcalfe?a=_fE_MiJpmX0:2XL_Rue1F6Q:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/benmetcalfe?i=_fE_MiJpmX0:2XL_Rue1F6Q:V_sGLiPBpWU" border="0"></a>
</div><img src="http://feeds.feedburner.com/~r/benmetcalfe/~4/_fE_MiJpmX0" height="1" width="1"/>]]></content:encoded>
         <category>Thoughts and Rants</category>
      <feedburner:origLink>http://feedproxy.google.com/~r/benmetcalfe/~3/_fE_MiJpmX0/</feedburner:origLink></item>
      <item>
         <title>From the notebook: musings about so-called ‘acqhire’ talent acquisitions</title>
         <link>http://feedproxy.google.com/~r/benmetcalfecombined/~3/xrB9v4K82nE/</link>
         <description>So-called &amp;#8220;acq-hires&amp;#8221; (when a company will buy a startup solely/mostly for the talent rather than the product itself) recently came up in a discussion amongst friends and industry peers. In my consultancy practice I tend to work with larger corporate/enterprise technology clients who want me to help inject a bit of &amp;#8216;startup mentality&amp;#8217; into their [...]</description>
         <guid isPermaLink="false">http://benmetcalfe.com/blog/?p=1535</guid>
         <pubDate>Mon, 06 Feb 2012 23:22:03 +0000</pubDate>
         <content:encoded><![CDATA[<p><img src="http://benmetcalfe.com/blog/wp-content/uploads/2012/02/pitt-players-on-the-bench-face-the-inevitable-in-the-waning-moments-of-the-team-s-loss-to-providence-81-731.jpg" alt="" title="Basketball players on the bench" width="512" height="331" class="alignleft size-full wp-image-1537"/><br />
So-called &#8220;acq-hires&#8221; (when a company will buy a startup solely/mostly for the talent rather than the product itself) recently came up in a discussion amongst friends and industry peers.</p>
<p>In my consultancy practice I tend to work with larger corporate/enterprise technology clients who want me to help inject a bit of &#8216;startup mentality&#8217; into their innovation and engineering processes.  Having the right execution team is often crucial to anything I do so getting like-minded employees on board is often one of the challenges to be faced as part of a project.</p>
<p>And so here&#8217;s the bottom line: talent acquisition deals almost always baffle me as it seems like the same amount of money could be used to just pull <strong>and retain</strong> A1 talent from your <em>(more sexy?)</em> rivals instead.  Take the following scenarios for example:</p>
<blockquote><p><strong>Scenario 1</strong><br />
BigCo buys BombedStartup for $4m as an acqhire deal.  The two founders probably get &lt; $500k each and a $150k salary at BigCo - maybe with a 1-2 year handcuff (ie they only see all of their $500k if they stick around for the handcuff period).  The rest of the 8 employees get their tiny %age (maybe enough for a new car or a nice vacation) and the investors get the rest of the cash (with liquidation preferences, low exit compared to amount raised, etc that might mean $3m+).  1/2 of the employees don't accept BigCo's job offer and leave, and by end of the two years no one from BombedStartup is still there - they're all entrepreneurs and want to get back into the game.</p></blockquote>
<p>Compare with</p>
<blockquote><p><strong>Scenario 2</strong><br />
BigCo wants to hire 4 key, strategic engineering hires from RivalCo. They would normally be paying folks like them $150-$200k anyway, so they take the $4m they would normally have spent on the &#8216;acqhire&#8217; and offer each of them $1m cash over 4 years plus their base salary (ie $450k/y cash salary, guaranteed for 4 years, perhaps with the non-base as a performance/vested structure).  This is in addition to any stock grants.</p></blockquote>
<p>In scenario 2, with that kind of comp on offer you could probably treat Google&#8217;s engineering roster like a menu at a restaurant and just pull who you want out. Ditto for later stage Facebook employees who don&#8217;t have quite as nice an equity comp.  I&#8217;ll assume BigCo has <em>something</em> going for it, in terms of being a relatively attractive place to work even if it isn&#8217;t Google or Facebook.</p>
<p>There are all sorts of additional upsides with scenario 2 too.</p>
<p>Firstly, you&#8217;re going to get precisely who you strategically need (data scientists, virtualization gurus, mobile developer rock stars, etc).  In scenario 1, perhaps one of the founders was working with big data, but he may not be &#8216;guru&#8217; status.  Scenario 2 lets you pick who you want.</p>
<p>And because none of your budget has gone to investors (who to you, add nothing to the equation) you&#8217;ve got all this extra capital to retain the talent over a longer period of time.  Halo effect also means that once these strategic hires are in place you&#8217;re also going to be able to attract <em>more</em> talent because of who is already on your bench.</p>
<p>Finally, as a final win, you&#8217;re going to cause your rival a world of pain because they lost the key talent. <em>(Machiavelli dotBen strikes again)</em></p>
<p>In both instances BigCo spent the same amount of money, but to me the second option looks way more attractive, useful and sustainable in terms of getting talent to stick around.</p>
<p>In reply to a draft of this post, <a rel="nofollow" target="_blank" href="http://500.co/">Dave McClure</a> points out this is also about obtaining teams that have a proven record of executing together. I totally agree, but there is no reason why you couldn&#8217;t try to pull all 4 strategic hires out of the same team at the same company.</p>
<p>What do you think?</p>
<div class="feedflare">
<a rel="nofollow" target="_blank" href="http://feeds.feedburner.com/~ff/benmetcalfe?a=cMgX8f-MwYk:FcnglxOHa5o:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/benmetcalfe?i=cMgX8f-MwYk:FcnglxOHa5o:D7DqB2pKExk" border="0"></a> <a rel="nofollow" target="_blank" href="http://feeds.feedburner.com/~ff/benmetcalfe?a=cMgX8f-MwYk:FcnglxOHa5o:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/benmetcalfe?d=7Q72WNTAKBA" border="0"></a> <a rel="nofollow" target="_blank" href="http://feeds.feedburner.com/~ff/benmetcalfe?a=cMgX8f-MwYk:FcnglxOHa5o:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/benmetcalfe?i=cMgX8f-MwYk:FcnglxOHa5o:V_sGLiPBpWU" border="0"></a>
</div><img src="http://feeds.feedburner.com/~r/benmetcalfe/~4/cMgX8f-MwYk" height="1" width="1"/>]]></content:encoded>
         <category>Thoughts and Rants</category>
      <feedburner:origLink>http://feedproxy.google.com/~r/benmetcalfe/~3/cMgX8f-MwYk/</feedburner:origLink></item>
   </channel>
</rss><!-- fe11.pipes.sp1.yahoo.com compressed/chunked Fri Feb 10 13:32:01 UTC 2012 -->

