<?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>Roy Firestein</title>
	<atom:link href="http://royfirestein.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://royfirestein.com</link>
	<description>Security Feeds</description>
	<lastBuildDate>Mon, 24 Oct 2011 23:17:35 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>tcpdump and IPv6, (Sun, Oct 23rd)</title>
		<link>http://royfirestein.com/tcpdump-and-ipv6-sun-oct-23rd/</link>
		<comments>http://royfirestein.com/tcpdump-and-ipv6-sun-oct-23rd/#comments</comments>
		<pubDate>Mon, 24 Oct 2011 23:17:35 +0000</pubDate>
		<dc:creator>(author unknown)</dc:creator>
				<category><![CDATA[My Recent Reads]]></category>

		<guid isPermaLink="false">http://royfirestein.com/tcpdump-and-ipv6-sun-oct-23rd/</guid>
		<description><![CDATA[pulled from Google Reader (click on title for original post) I have been experimenting with IPv6 and tcpdump libpcap over the past several weeks and here are some of the filters that I have found working for me to look for certain types of IPv6 traffic. tcpdump and IPv6 still has some limitations but it [...]]]></description>
			<content:encoded><![CDATA[<p><i>pulled from <a href="http://www.google.com/reader/public/atom/user/12141700754783293769/state/com.google/broadcast">Google Reader</a> (click on title for original post)</i><br />
I have been experimenting with IPv6 and tcpdump libpcap over the past several weeks and here are some of the filters that I have found working for me to look for certain types of IPv6 traffic. tcpdump and IPv6 still has some limitations but it is still able to zoom in on some of the data you might be looking for. Here is the list of libpcap filters:<br />
IPv6 and TCP</p>
<p>tcpdump -nr ipv6_traffic.pcap ip6 proto 6</p>
<p>tcpdump -nr ipv6_traffic.pcap ip6 protochain 6<br />
IPv6 and UDP</p>
<p>tcpdump -nr ipv6_traffic.pcap ip6 proto 17</p>
<p>tcpdump -nr ipv6_traffic.pcap ip6 and udp<br />
IPv6, hostIPv6 and host fec0:0:0:bebe::2</p>
<p>tcpdump -nr ipv6_traffic.pcap ip6 host fec0:0:0:bebe::2<br />
IPv6, host fec0:0:0:bebe::2 and TCP port 22</p>
<p>tcpdump -nr ipv6_traffic.pcap ip6 host fec0:0:0:bebe::2 and tcp port 22<br />
IPv6, host fec0:0:0:bebe::2 and everything except TCP port 22</p>
<p>tcpdump -nr ipv6_traffic.pcap ip6 host fec0:0:0:bebe::2 and not tcp port 22</p>
<p>tcpdump -nr ipv6_traffic.pcap ip6 host fec0:0:0:bebe::2 and protochain 6 and not tcp port 22<br />
IPv6, host fec0:0:0:bebe::2, and all traffic to destination port TCP 22</p>
<p>tcpdump -nr ipv6_traffic.pcap ip6 host fec0:0:0:bebe::2 and tcp dst port 22<br />
IPv6, host fec0:0:0:bebe::2, and all traffic from source port TCP 22</p>
<p>tcpdump -nr ipv6_traffic.pcap ip6 host fec0:0:0:bebe::2 and tcp src port 22<br />
If you have tested other libpcap filters not listed here and would like to share them, post them in the comment form or email them via our contact form.<br />
&#8212;&#8212;&#8212;&#8211;<br />
Guy Bruneau IPSS Inc. gbruneau at isc dot sans dot edu</p>
<p> (c) SANS Internet Storm Center. http://isc.sans.edu Creative Commons Attribution-Noncommercial 3.0 United States License.</p>
]]></content:encoded>
			<wfw:commentRss>http://royfirestein.com/tcpdump-and-ipv6-sun-oct-23rd/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hacking .NET Resources</title>
		<link>http://royfirestein.com/hacking-net-resources/</link>
		<comments>http://royfirestein.com/hacking-net-resources/#comments</comments>
		<pubDate>Sun, 16 Oct 2011 17:41:03 +0000</pubDate>
		<dc:creator>(author unknown)</dc:creator>
				<category><![CDATA[My Recent Reads]]></category>

		<guid isPermaLink="false">http://royfirestein.com/hacking-net-resources/</guid>
		<description><![CDATA[pulled from Google Reader (click on title for original post) I saw a new .NET decompiler this week. This a big deal because the two existing ones that I often use are no longer free, have trackback ad functions (which makes me feel like big brother is watching my hacking activities… or my customers rather), [...]]]></description>
			<content:encoded><![CDATA[<p><i>pulled from <a href="http://www.google.com/reader/public/atom/user/12141700754783293769/state/com.google/broadcast">Google Reader</a> (click on title for original post)</i></p>
<p>I saw a new .NET decompiler this week. This a big deal because the two existing ones that I often use are no longer free, have trackback ad functions (which makes me feel like big brother is watching my hacking activities… or my customers rather), and are less updated than I would like. The new [...]</p>
<p><a href="http://www.securityaegis.com/hacking-net-resources/">Hacking .NET Resources</a> belongs to <a href="http://www.securityaegis.com">Security Aegis</a> </p>
<p><img src="http://feeds.feedburner.com/~r/securityaegis/igXu/~4/ZEHP3j368LI" height="1" width="1" /></p>
]]></content:encoded>
			<wfw:commentRss>http://royfirestein.com/hacking-net-resources/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Security By Obscurity — a New Theory</title>
		<link>http://royfirestein.com/security-by-obscurity-%e2%80%94-a-new-theory/</link>
		<comments>http://royfirestein.com/security-by-obscurity-%e2%80%94-a-new-theory/#comments</comments>
		<pubDate>Sun, 02 Oct 2011 20:09:12 +0000</pubDate>
		<dc:creator>(author unknown)</dc:creator>
				<category><![CDATA[My Recent Reads]]></category>

		<guid isPermaLink="false">http://royfirestein.com/security-by-obscurity-%e2%80%94-a-new-theory/</guid>
		<description><![CDATA[pulled from Google Reader (click on title for original post) mikejuk writes &#34;Kerckhoffs&#039; Principle suggests that there is no security by obscurity — but perhaps there is. A recent paper by Dusko Pavlovic suggests that security is a game of incomplete information and the more you can do to keep your opponent in the dark, [...]]]></description>
			<content:encoded><![CDATA[<p><i>pulled from <a href="http://www.google.com/reader/public/atom/user/12141700754783293769/state/com.google/broadcast">Google Reader</a> (click on title for original post)</i><br />
mikejuk writes &quot;Kerckhoffs&#039; Principle suggests that there is no security by obscurity — but perhaps there is. A recent paper by Dusko Pavlovic suggests that security is a game of incomplete information and the more you can do to keep your opponent in the dark, the better. In addition to considering the attacker&#039;s computing power limits, he also thinks it&#039;s worth considering limits on their logic or programming capabilities (PDF). He recommends obscurity plus a little reactive security in response to an attacker probing the system. In this case, instead of having to protect against every possible attack vector, you can just defend against the attack that has been or is about to be launched.&quot;
<p><a href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fnews.slashdot.org%2Fstory%2F11%2F10%2F01%2F2034215%2Fsecurity-by-obscurity-a-new-theory%3Futm_source%3Dslashdot%26utm_medium%3Dfacebook" title="Share on Facebook"><img src="http://a.fsdn.com/sd/facebook_icon_large.png" /></a></p>
<p>      <a href="http://twitter.com/home?status=Security+By+Obscurity+%26mdash%3B+a+New+Theory%3A+http%3A%2F%2Fbit.ly%2FnL6wTJ" title="Share on Twitter"><img src="http://a.fsdn.com/sd/twitter_icon_large.png" /></a></p>
<p><a href="http://news.slashdot.org/story/11/10/01/2034215/Security-By-Obscurity-mdash-a-New-Theory?utm_source=rss1.0moreanon&amp;utm_medium=feed">Read more of this story</a> at Slashdot.</p>
<p><a href="http://feedads.g.doubleclick.net/~at/Om01TbZzohfzR-ZobcwdJEIgJyU/0/da"><img src="http://feedads.g.doubleclick.net/~at/Om01TbZzohfzR-ZobcwdJEIgJyU/0/di" border="0" /></a><br />
<a href="http://feedads.g.doubleclick.net/~at/Om01TbZzohfzR-ZobcwdJEIgJyU/1/da"><img src="http://feedads.g.doubleclick.net/~at/Om01TbZzohfzR-ZobcwdJEIgJyU/1/di" border="0" /></a></p>
<p><img src="http://feeds.feedburner.com/~r/Slashdot/slashdot/~4/3wmn-x5R9dg" height="1" width="1" /></p>
]]></content:encoded>
			<wfw:commentRss>http://royfirestein.com/security-by-obscurity-%e2%80%94-a-new-theory/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Node.js is Cancer</title>
		<link>http://royfirestein.com/node-js-is-cancer/</link>
		<comments>http://royfirestein.com/node-js-is-cancer/#comments</comments>
		<pubDate>Sun, 02 Oct 2011 20:09:12 +0000</pubDate>
		<dc:creator>(author unknown)</dc:creator>
				<category><![CDATA[My Recent Reads]]></category>

		<guid isPermaLink="false">http://royfirestein.com/node-js-is-cancer/</guid>
		<description><![CDATA[pulled from Google Reader (click on title for original post) If there&#8217;s one thing web developers love, it&#8217;s knowing better than conventional wisdom, but conventional wisdom is conventional for a reason: that shit works. Something&#8217;s been bothering me for a while about this node.js nonsense, but I never took the time to figure it out [...]]]></description>
			<content:encoded><![CDATA[<p><i>pulled from <a href="http://www.google.com/reader/public/atom/user/12141700754783293769/state/com.google/broadcast">Google Reader</a> (click on title for original post)</i></p>
<p>
<img src="http://teddziuba.com/images/a-toddler-is-like-a-raccoon-that-knows-how-to-lie.jpg" /><br />
If there&#8217;s one thing web developers love, it&#8217;s knowing better than conventional wisdom, but conventional wisdom is conventional for a reason: <em><strong>that shit works</strong></em>. Something&#8217;s been bothering me for a while about this node.js nonsense, but I never took the time to figure it out until I read this <a href="https://plus.google.com/115094562986465477143/posts/Di6RwCNKCrf" rel="nofollow">butthurt post</a> from Ryan Dahl, Node&#8217;s creator. I was going to shrug it off as just another jackass who whines because Unix is hard. But, like a police officer who senses that something isn&#8217;t quite right about the family in a minivan he just pulled over and discovers fifty kilos of black horse heroin in the back, I thought that something <em>wasn&#8217;t quite right</em> about this guy&#8217;s aw-shucks sob story, and that maybe, just maybe, he has no idea what he is doing, and has been writing code unchecked for years.
</p>
<p>Since you&#8217;re reading about it here, you probably know how my hunch turned out.</p>
<p>Node.js is a tumor on the programming community, in that not only is it completely braindead, but the people who use it go on to infect other people who can&#8217;t think for themselves, until eventually, every asshole I run into wants to tell me the gospel of event loops. <em>Have you accepted epoll into your heart?</em>
</p>
<h3>A Scalability Disaster Waiting to Happen</h3>
<p>Let&#8217;s start with the most horrifying lie: that node.js is scalable because it &#8220;never blocks&#8221; <em>(Radiation is good for you! We&#8217;ll <a href="http://www.orau.org/ptp/collection/quackcures/toothpaste.htm">put it in your toothpaste!</a>)</em>. On the Node home page, they say this:</p>
<blockquote><p>
Almost no function in Node directly performs I/O, so the process never blocks. Because nothing blocks, less-than-expert programmers are able to develop fast systems.
</p></blockquote>
<p>This statement is enticing, encouraging, and completely fucking wrong.</p>
<p>Let&#8217;s start with a definition, because you Reddit know-it-alls keep your specifics in the pedantry. A function call is said to <strong>block</strong> when the current thread of execution&#8217;s flow waits until that function is finished before continuing. Typically, we think of I/O as &#8220;blocking&#8221;, for example, if you are calling <code>socket.read()</code>, the program will wait for that call to finish before continuing, as you need to do something with the return value.</p>
<p>Here&#8217;s a fun fact: every function call that does CPU work also blocks. This function, which calculates the n&#8217;th Fibonacci number, will block the current thread of execution because it&#8217;s using the CPU.</p>
<div>
<pre><code><span>function</span> <span>fibonacci</span><span>(</span><span>n</span><span>)</span> <span>{</span>
  <span>if</span> <span>(</span><span>n</span> <span>&lt;</span> <span>2</span><span>)</span>
    <span>return</span> <span>1</span><span>;</span>
  <span>else</span>
    <span>return</span> <span>fibonacci</span><span>(</span><span>n</span><span>-</span><span>2</span><span>)</span> <span>+</span> <span>fibonacci</span><span>(</span><span>n</span><span>-</span><span>1</span><span>);</span>
<span>}</span>
</code></pre>
</div>
<p><em>(Yes, I know there&#8217;s a closed form solution. Shouldn&#8217;t you be in front of a mirror somewhere, figuring out how to introduce yourself to her?.)</em></p>
<p>Let&#8217;s see what happens to a node.js program that has this little gem as its request handler:</p>
<div>
<pre><code><span>http</span><span>.</span><span>createServer</span><span>(</span><span>function</span> <span>(</span><span>req</span><span>,</span> <span>res</span><span>)</span> <span>{</span>
  <span>res</span><span>.</span><span>writeHead</span><span>(</span><span>200</span><span>,</span> <span>{</span><span>&#039;Content-Type&#039;</span><span>:</span> <span>&#039;text/plain&#039;</span><span>});</span>
  <span>res</span><span>.</span><span>end</span><span>(</span><span>fibonacci</span><span>(</span><span>40</span><span>));</span>
<span>}).</span><span>listen</span><span>(</span><span>1337</span><span>,</span> <span>&quot;127.0.0.1&quot;</span><span>);</span>
</code></pre>
</div>
<p>
On my older laptop, this is the result:</p>
<div>
<pre><code><span>ted@lorenz:~$</span> <span>time </span>curl http://localhost:1337/
<span>165580141</span>
<span>real	0m5.676s</span>
<span>user	0m0.010s</span>
<span>sys	0m0.000s</span>
</code></pre>
</div>
<p>5 second response time. Cool. So we all know JavaScript isn&#8217;t a terribly fast language, but why is this such an indictment? It&#8217;s because Node&#8217;s evented model and brain damaged fanboys make you think everything is OK. In really abusive pseudocode, this is how an event loop works:
</p>
<div>
<pre><code><span>while</span><span>(</span><span>1</span><span>)</span> <span>{</span>
  <span>ready_file_descriptor</span> <span>=</span> <span>event_library</span><span>-&gt;</span><span>poll</span><span>();</span>
  <span>handle_request</span><span>(</span><span>ready_file_descriptor</span><span>);</span>
<span>}</span>
</code></pre>
</div>
<p>
That&#8217;s all well and good if you know what you&#8217;re doing, but when you apply this to a server problem, you&#8217;ve pluralized that shit. If this loop is running in the same thread that <code>handle_request</code> is in, any programmer with a pulse will notice that <em>the request handler can hold up the event loop</em>, no matter how asynchronous your library is.</p>
<p>So, given that, let&#8217;s see how my little node server behaves under the most modest load, 10 requests, 5 concurrent:</p>
<div>
<pre><code><span>ted@lorenz:~$</span> ab -n 10 -c 5 http://localhost:1337/
<span>...</span>
<span>Requests per second:    0.17 [#/sec] (mean)</span>
<span>...</span>
</code></pre>
</div>
<p><em>0.17 queries per second</em>. Diesel. Sure, Node allows you to fork child processes, but at that point your threading/event model is so tightly coupled that you&#8217;ve got bigger problems than scalability.</p>
<p>Considering Node&#8217;s original selling point, I&#8217;m God Damned terrified of any &#8220;fast systems&#8221; that &#8220;less-than-expert programmers&#8221; bring into this world.</p>
<h3>Node Punishes Developers Because it Disobeys the Unix Way</h3>
<p>A long time ago, the original neckbeards decided that it was a good idea to chain together small programs that each performed a specific task, and that the universal interface between them should be text.</p>
<p>If you develop on a Unix platform and you abide by this principle, the operating system will reward you with simplicity and prosperity. As an example, when web applications first began, the <em>web application</em> was just a program that printed text to standard output. The <em>web server</em> was responsible for taking incoming requests, executing this program, and returning the result to the requester. We called this CGI, and it was a good way to do business until the micro-optimizers sank their grubby meathooks into it.</p>
<p>Conceptually, this is how any web application architecture that&#8217;s not cancer still works today: you have a web server program that&#8217;s job is to accept incoming requests, parse them, and figure out the appropriate action to take. That can be either serving a static file, running a CGI script, proxying the connection somewhere else, whatever. The point is that the HTTP server isn&#8217;t the same entity doing the application work. Developers who have been around the block call this <em>separation of responsibility</em>, and it exists for a reason: loosely coupled architectures are very easy to maintain.</p>
<p>And yet, Node seems oblivious to this. Node has (and don&#8217;t laugh, I am not making this shit up) its own HTTP server, <em>and that&#8217;s what you&#8217;re supposed use to serve production traffic</em>. Yeah, that example above when I called <code>http.createServer()</code>, that&#8217;s the preferred setup.</p>
<p>If you search around for &#8220;node.js deployment&#8221;, you find a bunch of people putting Nginx in front of Node, and some people use a thing called Fugue, which is another JavaScript HTTP server that forks a bunch of processes to handle incoming requests, as if somebody maybe thought that this &#8220;nonblocking&#8221; snake oil might have an issue with CPU-bound performance.</p>
<p>If you&#8217;re using Node, there&#8217;s a 99% probability that you are both the developer and the system administrator, because any system administrator would have talked you out of using Node in the first place. So you, the developer, must face the punishment of setting up this HTTP proxying orgy if you want to put a real web server in front of Node for things like serving statics, query rewriting, rate limiting, load balancing, SSL, or any of the other futuristic things that modern HTTP servers can do. That, and it&#8217;s another layer of health checks that your system will need.</p>
<p>Although, let&#8217;s be honest with ourselves here, if you&#8217;re a Node developer, you are probably serving the application directly from Node, running in a screen session under your account.</p>
<h3>It&#8217;s Fucking <em>JavaScript</em></h3>
<p>This is probably the worst thing any server-side framework can do: be written in JavaScript.</p>
<div>
<pre><code><span>if</span> <span>(</span><span>typeof</span> <span>my_var</span> <span>!==</span> <span>&quot;undefined&quot;</span> <span>&amp;&amp;</span> <span>my_var</span> <span>!==</span> <span>null</span><span>)</span> <span>{</span>
  <span>// you idiots put Rasmus Lerdorf to shame</span>
<span>}</span>
</code></pre>
</div>
<p>What is this I don&#8217;t even&#8230;
</p>
<h3>tl;dr</h3>
<p>Node.js is an unpleasant software library and I will not use it.</p>
]]></content:encoded>
			<wfw:commentRss>http://royfirestein.com/node-js-is-cancer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Minimum Viable Personality</title>
		<link>http://royfirestein.com/minimum-viable-personality/</link>
		<comments>http://royfirestein.com/minimum-viable-personality/#comments</comments>
		<pubDate>Thu, 29 Sep 2011 13:28:45 +0000</pubDate>
		<dc:creator>(author unknown)</dc:creator>
				<category><![CDATA[My Recent Reads]]></category>

		<guid isPermaLink="false">http://royfirestein.com/minimum-viable-personality/</guid>
		<description><![CDATA[pulled from Google Reader (click on title for original post) Today we have a special guest post. There have been a few guest posts here at AVC. Maybe a half dozen in total. One of my favorites was this one by JLM during the financial crisis of 2008/2009. But this one today may top that [...]]]></description>
			<content:encoded><![CDATA[<p><i>pulled from <a href="http://www.google.com/reader/public/atom/user/12141700754783293769/state/com.google/broadcast">Google Reader</a> (click on title for original post)</i></p>
<div>
<p>Today we have a special guest post. There have been a few guest posts here at AVC. Maybe a half dozen in total. One of my favorites was <a href="http://www.avc.com/a_vc/2009/02/taking-it-to-the-hood.html">this one by JLM during the financial crisis of 2008/2009</a>. But this one today may top that gem.</p>
<p>It&#8217;s from our favorite <a href="https://twitter.com/#!/FAKEGRIMLOCK">Giant Robot Dinosaur</a> and it&#8217;s about Minimal Viable Personality, something I have referred to as &#8220;<a href="http://www.avc.com/a_vc/2011/09/voice.html">voice</a>&#8221; in pior posts. The Grimster is so right that this is critical to building a successful product.</p>
<p>One final note. If you want to tweet out one or more of the many awesome quotes in here, please add the hashtag #grimlockquotes. I&#8217;d like to watch them come in. Because you know they will.</p>
<p>&#8212;&#8212;&#8212;&#8212;</p>
<p><span><strong>MINIMUM VIABLE PERSONALITY</strong></span> </p>
<p><span>MOST IMPORTANT STEP FOR BUILD PRODUCT IS BUILD PRODUCT.</span> </p>
<p><span>SECOND MOST IMPORTANT IS BUILD PERSONALITY FOR PRODUCT.</span> </p>
<p><span>NO HAVE PERSONALITY? PRODUCT BORING, NO ONE WANT.</span> </p>
<p><a href="http://www.avc.com/.a/6a00d83451b2c969e2015391f27bab970b-pi"><img alt="BREADORBACON" src="http://www.avc.com/.a/6a00d83451b2c969e2015391f27bab970b-500wi" /></a> </p>
<p> </p>
<p><span><strong>PERSONALITY BETTER THAN MARKETING</strong></span> </p>
<p><span>WHEN CHOOSE PRODUCT, HUMANS ONLY CARE ABOUT DOES WORK, AND IS INTERESTING.</span> </p>
<p><span>WORLD ALREADY FULL OF THINGS DO WORK. MOST BORING.</span> </p>
<p><span>PERSONALITY = INTERESTING. INTERESTING = CARE. CARE = TALK. </span> </p>
<p><span>EVERYONE CARE AND TALK ABOUT PRODUCT? YOU WIN.</span> </p>
<p><a href="http://www.avc.com/.a/6a00d83451b2c969e2015435c5e878970c-pi"><img alt="CAREPLUSTALKISWIN" src="http://www.avc.com/.a/6a00d83451b2c969e2015435c5e878970c-500wi" /></a> </p>
<p><span><strong>SELL TO FRIENDS, NOT STRANGERS</strong></span> </p>
<p><span>PERSONALITY MAKE PRODUCT FRIEND. YOU HELP FRIEND. YOU FORGIVE WHEN FRIEND NOT PERFECT. YOU WANT FRIEND WIN.</span> </p>
<p><span>BORING STRANGER?… YOU NOT.</span> </p>
<p><span>PERSONALITY IS API FOR LOYALTY. NO ONE CARE WHICH BORING STRANGER IS NEXT. BUT ALWAYS WANT FRIEND NEXT. </span></p>
<p><a href="http://www.avc.com/.a/6a00d83451b2c969e2015391f27b0d970b-pi"><img alt="LOYALTYPORT" src="http://www.avc.com/.a/6a00d83451b2c969e2015391f27b0d970b-500wi" /></a> </p>
<p><span><strong>PERSONALITY MAKE MEANING</strong></span> </p>
<p><span>CAN PET ROCK. PET DOG BETTER. PET DOG HAVE MEANING.</span> </p>
<p><span>BORING PRODUCT IS ROCK. NO HAVE MEANING. INTERACT WITH PERSONALITY DIFFERENT. HAVE MEANING.</span> </p>
<p><span>INTERESTING PRODUCT THAT GIVE FRIENDS MEANING = MOST WIN OF ALL.</span> </p>
<p><a href="http://www.avc.com/.a/6a00d83451b2c969e2015435c5ea4a970c-pi"><img alt="NOTAROCK" src="http://www.avc.com/.a/6a00d83451b2c969e2015435c5ea4a970c-500wi" /></a> </p>
<p><span><strong>HOW NOT BE BORING</strong></span> </p>
<p><span>HAVE PERSONALITY EASY. ANSWER THREE QUESTIONS:</span> </p>
<p><span>1. HOW YOU CHANGE CUSTOMER&#8217;S LIFE? </span> </p>
<p><span>2. WHAT YOU STAND FOR?</span> </p>
<p><span>3. WHO OR WHAT YOU HATE?</span> </p>
<p><span>NOW HAVE MISSION, VALUES, ENEMY. THAT ENOUGH FOR MINIMUM VIABLE PERSONALITY.</span> </p>
<p><span>KEEP IN BRAIN WHEN WRITE, TALK, BLOG, TWEET. ITERATE. IMPROVE WHAT WORK. DELETE WHAT NOT. PERSONALITY GROW.</span> </p>
<p><span><strong>NO BE CHICKEN</strong></span> </p>
<p><span>CHICKEN LIVE IN CAGE. NO CAN HAVE PERSONALITY INSIDE CAGE. </span> </p>
<p><span>LAST STEP IS SMASH CAGE, LIGHT BARN ON FIRE.</span> </p>
<p><span>DO THAT, YOU WIN.</span></p>
<p>  <a href="http://www.avc.com/.a/6a00d83451b2c969e2015391f27a24970b-pi"><img alt="CHICKENWIN" src="http://www.avc.com/.a/6a00d83451b2c969e2015391f27a24970b-500wi" /></a></p>
<div><img alt="" src="http://img.zemanta.com/pixy.gif?x-id=89ea000a-d313-4a5b-85c8-1fca6da8a080" /></div>
</div>
<div>
<a href="http://feeds.feedburner.com/~ff/AVc?a=_JOIwDsHz0A:KZcnV_jc4_Q:QF3NFAd80Ic"><img src="http://feeds.feedburner.com/~ff/AVc?i=_JOIwDsHz0A:KZcnV_jc4_Q:QF3NFAd80Ic" border="0" /></a> <a href="http://feeds.feedburner.com/~ff/AVc?a=_JOIwDsHz0A:KZcnV_jc4_Q:iLyGD4w1c3U"><img src="http://feeds.feedburner.com/~ff/AVc?d=iLyGD4w1c3U" border="0" /></a> <a href="http://feeds.feedburner.com/~ff/AVc?a=_JOIwDsHz0A:KZcnV_jc4_Q:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/AVc?d=qj6IDK7rITs" border="0" /></a> <a href="http://feeds.feedburner.com/~ff/AVc?a=_JOIwDsHz0A:KZcnV_jc4_Q:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/AVc?d=yIl2AUoC8zA" border="0" /></a> <a href="http://feeds.feedburner.com/~ff/AVc?a=_JOIwDsHz0A:KZcnV_jc4_Q:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/AVc?i=_JOIwDsHz0A:KZcnV_jc4_Q:V_sGLiPBpWU" border="0" /></a> <a href="http://feeds.feedburner.com/~ff/AVc?a=_JOIwDsHz0A:KZcnV_jc4_Q:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/AVc?i=_JOIwDsHz0A:KZcnV_jc4_Q:F7zBnMyn0Lo" border="0" /></a> <a href="http://feeds.feedburner.com/~ff/AVc?a=_JOIwDsHz0A:KZcnV_jc4_Q:KwTdNBX3Jqk"><img src="http://feeds.feedburner.com/~ff/AVc?i=_JOIwDsHz0A:KZcnV_jc4_Q:KwTdNBX3Jqk" border="0" /></a> <a href="http://feeds.feedburner.com/~ff/AVc?a=_JOIwDsHz0A:KZcnV_jc4_Q:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/AVc?d=dnMXMwOfBR0" border="0" /></a> <a href="http://feeds.feedburner.com/~ff/AVc?a=_JOIwDsHz0A:KZcnV_jc4_Q:c2c20Nhstd0"><img src="http://feeds.feedburner.com/~ff/AVc?i=_JOIwDsHz0A:KZcnV_jc4_Q:c2c20Nhstd0" border="0" /></a> <a href="http://feeds.feedburner.com/~ff/AVc?a=_JOIwDsHz0A:KZcnV_jc4_Q:m6Kt5AT5DWs"><img src="http://feeds.feedburner.com/~ff/AVc?d=m6Kt5AT5DWs" border="0" /></a> <a href="http://feeds.feedburner.com/~ff/AVc?a=_JOIwDsHz0A:KZcnV_jc4_Q:DLYy-l-dIDg"><img src="http://feeds.feedburner.com/~ff/AVc?d=DLYy-l-dIDg" border="0" /></a> <a href="http://feeds.feedburner.com/~ff/AVc?a=_JOIwDsHz0A:KZcnV_jc4_Q:YwkR-u9nhCs"><img src="http://feeds.feedburner.com/~ff/AVc?d=YwkR-u9nhCs" border="0" /></a>
</div>
<p><img src="http://feeds.feedburner.com/~r/AVc/~4/_JOIwDsHz0A" height="1" width="1" /></p>
]]></content:encoded>
			<wfw:commentRss>http://royfirestein.com/minimum-viable-personality/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Can Neutrinos Move Faster Than Light?</title>
		<link>http://royfirestein.com/can-neutrinos-move-faster-than-light/</link>
		<comments>http://royfirestein.com/can-neutrinos-move-faster-than-light/#comments</comments>
		<pubDate>Fri, 23 Sep 2011 18:31:49 +0000</pubDate>
		<dc:creator>(author unknown)</dc:creator>
				<category><![CDATA[My Recent Reads]]></category>

		<guid isPermaLink="false">http://royfirestein.com/can-neutrinos-move-faster-than-light/</guid>
		<description><![CDATA[pulled from Google Reader (click on title for original post) If it&#8217;s true, it will mark the biggest discovery in physics in the past half-century: Elusive, nearly massive subatomic particles called neutrinos appear to travel just faster than light, a team of physicists in Europe reports. If so, the observation would wreck Einstein&#8217;s theory of [...]]]></description>
			<content:encoded><![CDATA[<p><i>pulled from <a href="http://www.google.com/reader/public/atom/user/12141700754783293769/state/com.google/broadcast">Google Reader</a> (click on title for original post)</i><br />
If it&#8217;s true, it will mark the biggest discovery in physics in the past half-century: Elusive, nearly massive subatomic particles called neutrinos appear to travel just faster than light, a team of physicists in Europe reports. If so, the observation would wreck Einstein&#8217;s theory of special relativity, which demands that nothing can travel faster than light.<img src="http://feeds.feedburner.com/~r/wired/index/~4/VU-89yfoMLI" height="1" width="1" /></p>
]]></content:encoded>
			<wfw:commentRss>http://royfirestein.com/can-neutrinos-move-faster-than-light/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Scientists attempt to give spark of life to all-synthetic metal cells</title>
		<link>http://royfirestein.com/scientists-attempt-to-give-spark-of-life-to-all-synthetic-metal-cells/</link>
		<comments>http://royfirestein.com/scientists-attempt-to-give-spark-of-life-to-all-synthetic-metal-cells/#comments</comments>
		<pubDate>Tue, 20 Sep 2011 01:24:50 +0000</pubDate>
		<dc:creator>(author unknown)</dc:creator>
				<category><![CDATA[My Recent Reads]]></category>

		<guid isPermaLink="false">http://royfirestein.com/scientists-attempt-to-give-spark-of-life-to-all-synthetic-metal-cells/</guid>
		<description><![CDATA[pulled from Google Reader (click on title for original post) Just because it hasn&#8217;t happened yet, doesn&#8217;t mean it can&#8217;t; at least that&#8217;s what a Scottish research group is hoping as it attempts to create reproductive synthetic cells made completely from metal. At this stage, the idea of sentient metallic life remains a distant sci-fi [...]]]></description>
			<content:encoded><![CDATA[<p><i>pulled from <a href="http://www.google.com/reader/public/atom/user/12141700754783293769/state/com.google/broadcast">Google Reader</a> (click on title for original post)</i></p>
<div>
	<a href="http://www.engadget.com/2011/09/19/scientists-attempt-to-give-spark-of-life-to-all-synthetic-metal/"><img src="http://www.blogcdn.com/www.engadget.com/media/2011/09/metalcell.jpg" /></a></div>
<p>Just because it hasn&#8217;t happened yet, doesn&#8217;t mean it can&#8217;t; at least that&#8217;s what a Scottish research group is hoping as it attempts to create reproductive synthetic cells made completely from metal. At this stage, the idea of sentient metallic life remains a distant sci-fi dream, but researchers at the University of Glasgow have already birthed iChells &#8212; inorganic chemical cells. These bubbles, formed from the likes of tungsten, oxygen and phosphorus, can already self-assemble, possess an internal structure, and are capable of the molecular in-and-outs expected of its biological counterparts. Researchers are still tackling how to give these little wonders the ability to self-replicate, and possibly evolve &#8212; further cementing our doom post-<a href="http://www.engadget.com/tag/robot%20apocalypse/">Robot Apocalypse</a>. Check out our future synthetic overlord&#8217;s first steps in a video after the break.
<p><a href="http://www.engadget.com/2011/09/19/scientists-attempt-to-give-spark-of-life-to-all-synthetic-metal/" rel="bookmark">Continue reading <em>Scientists attempt to give spark of life to all-synthetic metal cells</em></a></p>
<p><a href="http://www.engadget.com/2011/09/19/scientists-attempt-to-give-spark-of-life-to-all-synthetic-metal/">Scientists attempt to give spark of life to all-synthetic metal cells</a> originally appeared on <a href="http://www.engadget.com">Engadget</a> on Mon, 19 Sep 2011 07:59:00 EDT.  Please see our <a href="http://www.weblogsinc.com/feed-terms/">terms for use of feeds</a>.</p>
<h6></h6>
<p><a href="http://www.engadget.com/2011/09/19/scientists-attempt-to-give-spark-of-life-to-all-synthetic-metal/" rel="bookmark" title="Permanent link to this entry">Permalink</a> <img src="http://www.blogsmithmedia.com/www.engadget.com/media/post_label_VIA.gif" alt="" /><span><a href="http://dvice.com/archives/2011/09/researchers-dev.php">DVICE</a>, <a href="http://www.newscientist.com/article/dn20906-lifelike-cells-are-made-of-metal.html">New Scientist</a></span>  |  <img src="http://www.blogsmithmedia.com/www.engadget.com/media/post_label_source.gif" alt="source" /><span><a href="http://www.chem.gla.ac.uk/cronin/">University of Glasgow</a></span>  | <a href="http://www.engadget.com/forward/20045802/" title="Send this entry to a friend via email">Email this</a> | <a href="http://www.engadget.com/2011/09/19/scientists-attempt-to-give-spark-of-life-to-all-synthetic-metal/#comments" title="View reader comments on this entry">Comments</a></p>
]]></content:encoded>
			<wfw:commentRss>http://royfirestein.com/scientists-attempt-to-give-spark-of-life-to-all-synthetic-metal-cells/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>6 secrets of fundraising success</title>
		<link>http://royfirestein.com/6-secrets-of-fundraising-success/</link>
		<comments>http://royfirestein.com/6-secrets-of-fundraising-success/#comments</comments>
		<pubDate>Tue, 23 Aug 2011 13:00:39 +0000</pubDate>
		<dc:creator>(author unknown)</dc:creator>
				<category><![CDATA[My Recent Reads]]></category>

		<guid isPermaLink="false">http://royfirestein.com/6-secrets-of-fundraising-success/</guid>
		<description><![CDATA[pulled from Google Reader (click on title for original post) (Editor’s note: Jon Olafsson is chairman and co-founder of Icelandic Water Holdings. He submitted this story to VentureBeat.) With fear running amok on Wall Street and the future economic picture so uncertain, it can be hard to raise venture capital these days. Over the last [...]]]></description>
			<content:encoded><![CDATA[<p><i>pulled from <a href="http://www.google.com/reader/public/atom/user/12141700754783293769/state/com.google/broadcast">Google Reader</a> (click on title for original post)</i></p>
<p><em>(Editor’s note: Jon Olafsson is chairman and co-founder of Icelandic Water Holdings. He submitted this story to VentureBeat.)</em></p>
<p>With fear running amok on Wall Street and the future economic picture so uncertain, it can be hard to raise venture capital these days. Over the last 12 months, though, we’ve managed to secure $23 million from both institutions and friends and family.<a href="http://venturebeat.com/2011/08/23/6-secrets-of-fundraising-success/secrets/" rel="attachment wp-att-322755"><img src="http://venturebeat.files.wordpress.com/2011/08/secrets.jpg?w=300&amp;h=283" alt="" width="300" height="283" /></a></p>
<p>Part of the trick, we found, was having a well-researched and clearly articulated business proposition that clearly demonstrated a very substantial upside for investors.  We cast our net wide, using our own personal networks as well as those of professional fundraisers.  And while we were prepared to be flexible on terms, we refused to entertain low-ball offers.</p>
<p>Ultimately, though, our fundraising success came down to a few factors. Here are our secrets:</p>
<p><strong>Keep it simple </strong>– The market for bottled water is well established. We had the advantage of an existing product, but that was hardly a guarantee.</p>
<p>We condensed the investment proposition to four essential “pillars” – the market, the source, the product and the distribution – and demonstrated how we had competitive advantages in each area.</p>
<p><strong>Go with what works</strong> – A core strength of our product is the spring we draw from, located in Ölfus. Investors , we quickly learned, liked the idea of owning a part of this highly valued resource.</p>
<p><strong>Emphasize the positive</strong> – Communicating success signals the potential value in your company. We were fortunate to boast a strong sales performance during the fundraising period – something we regularly communicated to potential investors. Along the way, we also highlighted our growing U.S. sales and international distribution.</p>
<p><strong>Eliminate the negatives</strong> – It’s easy for VCs to say no. And it’s incumbent upon you, as the business owner, to remove the reasons for them to give that answer.</p>
<p>During the process, we addressed three concerns that, admittedly, were specific to our industry, but showcase what any prospective fund seeker should think of in advance:</p>
<ul>
<li><em>No track record</em> – We ensured we had a company history, proving to investors that the product had legs.</li>
<li><em>No distribution</em> – We obtained distribution in US, Canada and China, showing we weren’t a product that would be landlocked in Iceland.</li>
<li><em>No control of source</em> – We bought the land that houses our spring, giving us the rights to the source in perpetuity.</li>
</ul>
<p><strong>Follow-up on all leads</strong> – We used all of our personal networks as well as those of two international investment banks to look for potential investors.  We were prepared to incentivise people to find investors, offering placing commissions of up to 4 percent.  We followed up assiduously on all leads giving further information, access to the data room, samples of the product and offering site visits to Iceland.  A successful first meeting was always a result of a personal engagement with the project on the part of the potential investor.</p>
<p>In the end, roughly half of the funding has come from investors who are my personal friends, with the rest coming from South African institutional investor Bidvest.</p>
<p><strong>Believe in the business</strong> – There are always dark days in a business and fundraising can be especially frustrating in the current environment. We continually reminded one another about the quality of the product and the latent demand for it in international markets.</p>
<p>Some potential investors offered us terms that were much poorer than the ones we finally achieved.  It was our confidence in our business that gave us the strength to say no. Our existing shareholders helped support the business and the pricing by continuing to invest in the business during the process.</p>
<p><em>About the author: Icelandic Water Holdings, ehf, Chairman &amp; Founder, Jon Olafsson has spent the last 30 years building successful companies from the ground up and transforming them into industry leaders. Best known as the chair of Northern Lights Communications — Iceland’s premier integrated media, communications and entertainment company — Olafsson has served as a critical player on the executive boards of more than 15 companies across multiple sectors including investment banking, entertainment, media, construction and land development.</em></p>
<p>Filed under: <a href="http://venturebeat.com/category/entrepreneur/">Entrepreneur Corner</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/venturebeat.wordpress.com/322751/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/venturebeat.wordpress.com/322751/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/venturebeat.wordpress.com/322751/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/venturebeat.wordpress.com/322751/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/venturebeat.wordpress.com/322751/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/venturebeat.wordpress.com/322751/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/venturebeat.wordpress.com/322751/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/venturebeat.wordpress.com/322751/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/venturebeat.wordpress.com/322751/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/venturebeat.wordpress.com/322751/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/venturebeat.wordpress.com/322751/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/venturebeat.wordpress.com/322751/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/venturebeat.wordpress.com/322751/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/venturebeat.wordpress.com/322751/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=venturebeat.com&amp;blog=342986&amp;post=322751&amp;subd=venturebeat&amp;ref=&amp;feed=1" width="1" height="1" />
<div></div>
</p>
<div>
<a href="http://feeds.feedburner.com/~ff/Venturebeat?a=SXITghFQQto:xE7da5HOXR0:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Venturebeat?d=yIl2AUoC8zA" border="0" /></a> <a href="http://feeds.feedburner.com/~ff/Venturebeat?a=SXITghFQQto:xE7da5HOXR0:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/Venturebeat?d=qj6IDK7rITs" border="0" /></a> <a href="http://feeds.feedburner.com/~ff/Venturebeat?a=SXITghFQQto:xE7da5HOXR0:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/Venturebeat?i=SXITghFQQto:xE7da5HOXR0:V_sGLiPBpWU" border="0" /></a> <a href="http://feeds.feedburner.com/~ff/Venturebeat?a=SXITghFQQto:xE7da5HOXR0:I9og5sOYxJI"><img src="http://feeds.feedburner.com/~ff/Venturebeat?d=I9og5sOYxJI" border="0" /></a> <a href="http://feeds.feedburner.com/~ff/Venturebeat?a=SXITghFQQto:xE7da5HOXR0:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/Venturebeat?i=SXITghFQQto:xE7da5HOXR0:D7DqB2pKExk" border="0" /></a>
</div>
<p><img src="http://feeds.feedburner.com/~r/Venturebeat/~4/SXITghFQQto" height="1" width="1" /></p>
]]></content:encoded>
			<wfw:commentRss>http://royfirestein.com/6-secrets-of-fundraising-success/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CyanogenMod founder joins Samsung Mobile, promises to make Android &#8216;more awesome&#8217;</title>
		<link>http://royfirestein.com/cyanogenmod-founder-joins-samsung-mobile-promises-to-make-android-more-awesome/</link>
		<comments>http://royfirestein.com/cyanogenmod-founder-joins-samsung-mobile-promises-to-make-android-more-awesome/#comments</comments>
		<pubDate>Tue, 16 Aug 2011 17:03:29 +0000</pubDate>
		<dc:creator>(author unknown)</dc:creator>
				<category><![CDATA[My Recent Reads]]></category>

		<guid isPermaLink="false">http://royfirestein.com/cyanogenmod-founder-joins-samsung-mobile-promises-to-make-android-more-awesome/</guid>
		<description><![CDATA[pulled from Google Reader (click on title for original post) We already knew Samsung loved the guys at CyanogenMod, but we didn&#8217;t think they&#8217;d start absorbing parts of its development team. According to Steve Kondik&#8217;s Facebook page, the Android facade&#8217;s head sculptor is setting up shop at Samsung Mobile. Sammy&#8217;s new software engineer told his [...]]]></description>
			<content:encoded><![CDATA[<p><i>pulled from <a href="http://www.google.com/reader/public/atom/user/12141700754783293769/state/com.google/broadcast">Google Reader</a> (click on title for original post)</i></p>
<div>
	<a href="http://www.engadget.com/2011/08/16/cyanogenmod-founder-joins-samsung-mobile-promises-to-make-andro/"><img src="http://www.blogcdn.com/www.engadget.com/media/2011/08/stevekondiksamsungyo.jpg" /></a></div>
<p>We <a href="http://www.engadget.com/2011/06/08/samsung-shows-affection-to-cyanogenmod-gives-its-devs-a-free-ga/">already knew</a> Samsung loved the guys at <a href="http://www.engadget.com/tag/CyanogenMod/">CyanogenMod</a>, but we didn&#8217;t think they&#8217;d start absorbing parts of its development team. According to Steve Kondik&#8217;s Facebook page, the Android facade&#8217;s head sculptor is setting up shop at Samsung Mobile. Sammy&#8217;s new software engineer told his fans that although his &#8216;side project,&#8217; CyanogenMod, is not affiliated with his employer in any way, he <em>will</em> be &#8220;working on making Android more awesome.&#8221; Makes sense, we heard Samsung&#8217;s phones were <a href="http://www.engadget.com/2011/04/20/apple-sues-samsung-heres-the-deal/">looking</a> for a fresh coat of <a href="http://www.engadget.com/2011/04/08/the-awesome-button-is/">awesome</a>.</p>
<p>[Thanks to everyone who sent this in]
<p><a href="http://www.engadget.com/2011/08/16/cyanogenmod-founder-joins-samsung-mobile-promises-to-make-andro/">CyanogenMod founder joins Samsung Mobile, promises to make Android &#8216;more awesome&#8217;</a> originally appeared on <a href="http://www.engadget.com">Engadget</a> on Tue, 16 Aug 2011 00:38:00 EDT.  Please see our <a href="http://www.weblogsinc.com/feed-terms/">terms for use of feeds</a>.</p>
<h6></h6>
<p><a href="http://www.engadget.com/2011/08/16/cyanogenmod-founder-joins-samsung-mobile-promises-to-make-andro/" rel="bookmark" title="Permanent link to this entry">Permalink</a> <img src="http://www.blogsmithmedia.com/www.engadget.com/media/post_label_VIA.gif" alt="" /><span><a href="http://gadgetu.net/cyanogenmod-ringleader-now-working-with-samsung-mobile/#more">Gadget University</a></span>  |  <img src="http://www.blogsmithmedia.com/www.engadget.com/media/post_label_source.gif" alt="source" /><span><a href="http://www.facebook.com/people/Steve-Kondik/14226971#%21/people/Steve-Kondik/14226971?sk=wall">Steve Kondik (Facebook)</a></span>  | <a href="http://www.engadget.com/forward/20018484/" title="Send this entry to a friend via email">Email this</a> | <a href="http://www.engadget.com/2011/08/16/cyanogenmod-founder-joins-samsung-mobile-promises-to-make-andro/#comments" title="View reader comments on this entry">Comments</a></p>
]]></content:encoded>
			<wfw:commentRss>http://royfirestein.com/cyanogenmod-founder-joins-samsung-mobile-promises-to-make-android-more-awesome/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The diamond`s quantum memory</title>
		<link>http://royfirestein.com/the-diamonds-quantum-memory/</link>
		<comments>http://royfirestein.com/the-diamonds-quantum-memory/#comments</comments>
		<pubDate>Wed, 10 Aug 2011 15:52:02 +0000</pubDate>
		<dc:creator>(author unknown)</dc:creator>
				<category><![CDATA[My Recent Reads]]></category>

		<guid isPermaLink="false">http://royfirestein.com/the-diamonds-quantum-memory/</guid>
		<description><![CDATA[pulled from Google Reader (click on title for original post) For years, quantum computers have been the holy grail of quantum technology. When a normal computer has to solve a number of problems, it can only execute them one after the other. In contrast, a quantum computer could occupy several different states at the same [...]]]></description>
			<content:encoded><![CDATA[<p><i>pulled from <a href="http://www.google.com/reader/public/atom/user/12141700754783293769/state/com.google/broadcast">Google Reader</a> (click on title for original post)</i><br />
For years, quantum computers have been the holy grail of quantum technology. When a normal computer has to solve a number of problems, it can only execute them one after the other. In contrast, a quantum computer could occupy several different states at the same time  and that way it could try out different possible solutions of a problem at once, finding the correct answer much faster than a normal computer ever could. Diamonds could now bring physicists one important step closer to the quantum computer. At Vienna University of Technology, microwaves have now been coupled to the quantum states of a diamond. The results of this research project were now published in the scientific journal Physical Review Letters.</p>
]]></content:encoded>
			<wfw:commentRss>http://royfirestein.com/the-diamonds-quantum-memory/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Anti-Matter Belt Discovered Around Earth</title>
		<link>http://royfirestein.com/anti-matter-belt-discovered-around-earth/</link>
		<comments>http://royfirestein.com/anti-matter-belt-discovered-around-earth/#comments</comments>
		<pubDate>Sun, 07 Aug 2011 17:37:00 +0000</pubDate>
		<dc:creator>(author unknown)</dc:creator>
				<category><![CDATA[My Recent Reads]]></category>

		<guid isPermaLink="false">http://royfirestein.com/anti-matter-belt-discovered-around-earth/</guid>
		<description><![CDATA[pulled from Google Reader (click on title for original post) hydrofix writes &#34;A thin band of antiprotons enveloping the Earth has been spotted for the first time. The find, described in Astrophysical Journal Letters [arXiv] (Note: abstract free, full text paywalled), confirms theoretical work that predicted the Earth&#039;s magnetic field could trap antimatter. The antiprotons [...]]]></description>
			<content:encoded><![CDATA[<p><i>pulled from <a href="http://www.google.com/reader/public/atom/user/12141700754783293769/state/com.google/broadcast">Google Reader</a> (click on title for original post)</i><br />
hydrofix writes &quot;A thin band of antiprotons enveloping the Earth has been spotted for the first time. The find, described in Astrophysical Journal Letters [arXiv] (Note: abstract free, full text paywalled), confirms theoretical work that predicted the Earth&#039;s magnetic field could trap antimatter. The antiprotons were spotted by the Pamela satellite launched in 2006 to study the nature of high-energy particles from the Sun and cosmic rays. Aside from confirming theoretical work that had long predicted the existence of these antimatter bands, the particles could also prove to be a novel fuel source for future spacecraft — an idea explored in a report for NASA&#039;s Institute for Advanced Concepts.&quot;
<p><a href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fscience.slashdot.org%2Fstory%2F11%2F08%2F07%2F1723242%2FAnti-Matter-Belt-Discovered-Around-Earth%3Futm_source%3Dslashdot%26utm_medium%3Dfacebook" title="Share on Facebook"><img src="http://a.fsdn.com/sd/facebook_icon_large.png" /></a></p>
<p>      <a href="http://twitter.com/home?status=Anti-Matter+Belt+Discovered+Around+Earth%3A+http%3A%2F%2Fbit.ly%2FquimHu" title="Share on Twitter"><img src="http://a.fsdn.com/sd/twitter_icon_large.png" /></a></p>
<p><a href="http://science.slashdot.org/story/11/08/07/1723242/Anti-Matter-Belt-Discovered-Around-Earth?utm_source=rss1.0&amp;utm_medium=feed">Read more of this story</a> at Slashdot.</p>
<p><a href="http://feedads.g.doubleclick.net/~at/9dtONP-keNSGoIs-qwVBo4PDnio/0/da"><img src="http://feedads.g.doubleclick.net/~at/9dtONP-keNSGoIs-qwVBo4PDnio/0/di" border="0" /></a><br />
<a href="http://feedads.g.doubleclick.net/~at/9dtONP-keNSGoIs-qwVBo4PDnio/1/da"><img src="http://feedads.g.doubleclick.net/~at/9dtONP-keNSGoIs-qwVBo4PDnio/1/di" border="0" /></a></p>
<p><img src="http://feeds.feedburner.com/~r/Slashdot/slashdot/~4/QJ9-VZvb8p8" height="1" width="1" /></p>
]]></content:encoded>
			<wfw:commentRss>http://royfirestein.com/anti-matter-belt-discovered-around-earth/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fish Photographed Using Tools to Eat</title>
		<link>http://royfirestein.com/fish-photographed-using-tools-to-eat/</link>
		<comments>http://royfirestein.com/fish-photographed-using-tools-to-eat/#comments</comments>
		<pubDate>Mon, 11 Jul 2011 14:15:00 +0000</pubDate>
		<dc:creator>(author unknown)</dc:creator>
				<category><![CDATA[My Recent Reads]]></category>

		<guid isPermaLink="false">http://royfirestein.com/fish-photographed-using-tools-to-eat/</guid>
		<description><![CDATA[pulled from Google Reader (click on title for original post) A professional diver has captured what are believed to be the first images of a wild fish using a tool.]]></description>
			<content:encoded><![CDATA[<p><i>pulled from <a href="http://www.google.com/reader/public/atom/user/12141700754783293769/state/com.google/broadcast">Google Reader</a> (click on title for original post)</i><br />
A professional diver has captured what are believed to be the first images of a wild fish using a tool.<img src="http://feeds.feedburner.com/~r/wired/index/~4/2qkdbgJfS4o" height="1" width="1" /></p>
]]></content:encoded>
			<wfw:commentRss>http://royfirestein.com/fish-photographed-using-tools-to-eat/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Useful Business Web Sites</title>
		<link>http://royfirestein.com/useful-business-web-sites/</link>
		<comments>http://royfirestein.com/useful-business-web-sites/#comments</comments>
		<pubDate>Thu, 07 Jul 2011 06:12:56 +0000</pubDate>
		<dc:creator>(author unknown)</dc:creator>
				<category><![CDATA[My Recent Reads]]></category>

		<guid isPermaLink="false">http://royfirestein.com/useful-business-web-sites/</guid>
		<description><![CDATA[pulled from Google Reader (click on title for original post) It bugs me that there are tools on the Internet that I would find handy if only I knew they existed. I did a bit of searching and pulled together a list of useful, single-purpose, free, business utility sites that you probably didn&#039;t know exist. [...]]]></description>
			<content:encoded><![CDATA[<p><i>pulled from <a href="http://www.google.com/reader/public/atom/user/12141700754783293769/state/com.google/broadcast">Google Reader</a> (click on title for original post)</i><br />
It bugs me that there are tools on the Internet that I would find handy if only I knew they existed. I did a bit of searching and pulled together a list of useful, single-purpose, free, business utility sites that you probably didn&#039;t know exist.</p>
<p>  <a href="http://boxoh.com/">boxoh.com</a> &#8211; Track any shipment</p>
<p>  <a href="http://whichdateworks.com/">whichdateworks.com</a> &#8211; Find a date that works for everyone</p>
<p>  <a href="http://everytimezone.com/">everytimezone.com</a> &#8211; A clear graphic of world time zones</p>
<p>  <a href="http://www.followupthen.com/">followupthen.com</a> &#8211; Quick way to set up a reminder email to yourself</p>
<p>  <a href="http://www.dafont.com/">www.dafont.com</a> &#8211; Thousands of free fonts for PC and Mac</p>
<p>  <a href="http://anonymouse.org/">www.anonymouse.org</a> &#8211; Surf the web without revealing your identity</p>
<p>  <a href="https://encrypted.google.com/">encrypted.google.com</a> &#8211; Keeps your search queries private from nosey bosses</p>
<p>  <a href="http://www.hipmunk.com/">www.hipmunk.com</a> &#8211; Best interface for finding a flight to book</p>
<p>  <a href="http://www.seatguru.com/">seatguru.com</a> &#8211; Best way to find the right seat on a flight</p>
<p>  <a href="http://www.flightstats.com/">flightstats.com</a> &#8211; Track flights</p>
<p>Do you know of other sites that meet the criteria of being a useful, single-purpose, free, business utility that most people would find useful but probably don&#039;t know exist? I&#039;ll update the list from your input. (No entertainment sites, please.)</p>
]]></content:encoded>
			<wfw:commentRss>http://royfirestein.com/useful-business-web-sites/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How Much Money To Raise</title>
		<link>http://royfirestein.com/how-much-money-to-raise/</link>
		<comments>http://royfirestein.com/how-much-money-to-raise/#comments</comments>
		<pubDate>Wed, 06 Jul 2011 07:42:37 +0000</pubDate>
		<dc:creator>(author unknown)</dc:creator>
				<category><![CDATA[My Recent Reads]]></category>

		<guid isPermaLink="false">http://royfirestein.com/how-much-money-to-raise/</guid>
		<description><![CDATA[pulled from Google Reader (click on title for original post) Image via Wikipedia I spent some time yesterday talking to an entrepreneur about this topic and I thought I&#8217;d share what I told him with everyone. When your company is growing really fast, doubling employees year over year, adding users and customers at a very [...]]]></description>
			<content:encoded><![CDATA[<p><i>pulled from <a href="http://www.google.com/reader/public/atom/user/12141700754783293769/state/com.google/broadcast">Google Reader</a> (click on title for original post)</i></p>
<div>
<p><a href="http://commons.wikipedia.org/wiki/File:American_Cash.JPG"><img alt="A Stack of Bills" height="240" src="http://upload.wikimedia.org/wikipedia/commons/thumb/d/d9/American_Cash.JPG/300px-American_Cash.JPG" width="300" /></a><span>Image via <a href="http://commons.wikipedia.org/wiki/File:American_Cash.JPG">Wikipedia</a></span></p>
<p>I spent some time yesterday talking to an entrepreneur about this topic and I thought I&#8217;d share what I told him with everyone.</p>
<p>When your company is growing really fast, doubling employees year over year, adding users and customers at a very rapid rate, you don&#8217;t want to raise too much money. If you raise three or four years of cash, there is a very good chance that by your second year, you will be sitting on cash that you raised when your company was worth considerably less. That&#8217;s not a good thing. It&#8217;s too dilutive to you and your co-founders and angels.</p>
<p>I&#8217;ve got two basic rules of thumb. First, try to dilute in the 10-20% band whenever you raise money. If you can keep it to 10%, that is great. You might have to do more, but try hard to keep your dilution below 20% each round. If you do two or three rounds at north of 20% each round, you&#8217;ll end up with too little of the company.</p>
<p>Second, raise 12-18 months of cash each time you raise money. Less than a year is too little. You&#8217;ll be raising money again before you know it. Longer than 18 months means you may well be sitting on cash that you raised when your company was worth a lot less.</p>
<p>These rules are most applicable in the early stages. When your company gets above 100 employees and valued at north of $50mm, things change. You may need to have more cash on your balance sheet for working capital reasons and you may not be increasing value at quite the same rate as you were when you were smaller. You might want to raise 24 months of cash or more at that stage.</p>
<p>But for the seed, Series A, and Series B rounds, I think 10-20% dilution and 12-18 months of cash are ideal. It&#8217;s what I advise our portfolio companies to do and it is what I advise other entrepreneurs to do.</p>
<div><img alt="" src="http://img.zemanta.com/pixy.gif?x-id=7142699a-8cf7-4c3b-b2c5-5626a50e139e" /></div>
</div>
<div>
<a href="http://feeds.feedburner.com/~ff/AVc?a=9avBRCZNJ3k:Rn8ENW0YcZk:QF3NFAd80Ic"><img src="http://feeds.feedburner.com/~ff/AVc?i=9avBRCZNJ3k:Rn8ENW0YcZk:QF3NFAd80Ic" border="0" /></a> <a href="http://feeds.feedburner.com/~ff/AVc?a=9avBRCZNJ3k:Rn8ENW0YcZk:iLyGD4w1c3U"><img src="http://feeds.feedburner.com/~ff/AVc?d=iLyGD4w1c3U" border="0" /></a> <a href="http://feeds.feedburner.com/~ff/AVc?a=9avBRCZNJ3k:Rn8ENW0YcZk:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/AVc?d=qj6IDK7rITs" border="0" /></a> <a href="http://feeds.feedburner.com/~ff/AVc?a=9avBRCZNJ3k:Rn8ENW0YcZk:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/AVc?d=yIl2AUoC8zA" border="0" /></a> <a href="http://feeds.feedburner.com/~ff/AVc?a=9avBRCZNJ3k:Rn8ENW0YcZk:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/AVc?i=9avBRCZNJ3k:Rn8ENW0YcZk:V_sGLiPBpWU" border="0" /></a> <a href="http://feeds.feedburner.com/~ff/AVc?a=9avBRCZNJ3k:Rn8ENW0YcZk:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/AVc?i=9avBRCZNJ3k:Rn8ENW0YcZk:F7zBnMyn0Lo" border="0" /></a> <a href="http://feeds.feedburner.com/~ff/AVc?a=9avBRCZNJ3k:Rn8ENW0YcZk:KwTdNBX3Jqk"><img src="http://feeds.feedburner.com/~ff/AVc?i=9avBRCZNJ3k:Rn8ENW0YcZk:KwTdNBX3Jqk" border="0" /></a> <a href="http://feeds.feedburner.com/~ff/AVc?a=9avBRCZNJ3k:Rn8ENW0YcZk:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/AVc?d=dnMXMwOfBR0" border="0" /></a> <a href="http://feeds.feedburner.com/~ff/AVc?a=9avBRCZNJ3k:Rn8ENW0YcZk:c2c20Nhstd0"><img src="http://feeds.feedburner.com/~ff/AVc?i=9avBRCZNJ3k:Rn8ENW0YcZk:c2c20Nhstd0" border="0" /></a> <a href="http://feeds.feedburner.com/~ff/AVc?a=9avBRCZNJ3k:Rn8ENW0YcZk:m6Kt5AT5DWs"><img src="http://feeds.feedburner.com/~ff/AVc?d=m6Kt5AT5DWs" border="0" /></a> <a href="http://feeds.feedburner.com/~ff/AVc?a=9avBRCZNJ3k:Rn8ENW0YcZk:DLYy-l-dIDg"><img src="http://feeds.feedburner.com/~ff/AVc?d=DLYy-l-dIDg" border="0" /></a> <a href="http://feeds.feedburner.com/~ff/AVc?a=9avBRCZNJ3k:Rn8ENW0YcZk:YwkR-u9nhCs"><img src="http://feeds.feedburner.com/~ff/AVc?d=YwkR-u9nhCs" border="0" /></a>
</div>
<p><img src="http://feeds.feedburner.com/~r/AVc/~4/9avBRCZNJ3k" height="1" width="1" /></p>
]]></content:encoded>
			<wfw:commentRss>http://royfirestein.com/how-much-money-to-raise/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Richard Branson on Thinking Big</title>
		<link>http://royfirestein.com/richard-branson-on-thinking-big/</link>
		<comments>http://royfirestein.com/richard-branson-on-thinking-big/#comments</comments>
		<pubDate>Wed, 06 Jul 2011 07:42:37 +0000</pubDate>
		<dc:creator>(author unknown)</dc:creator>
				<category><![CDATA[My Recent Reads]]></category>

		<guid isPermaLink="false">http://royfirestein.com/richard-branson-on-thinking-big/</guid>
		<description><![CDATA[pulled from Google Reader (click on title for original post) The celebrated entrepreneur shares advice on shaping company culture as you expand your business.]]></description>
			<content:encoded><![CDATA[<p><i>pulled from <a href="http://www.google.com/reader/public/atom/user/12141700754783293769/state/com.google/broadcast">Google Reader</a> (click on title for original post)</i><br />
The celebrated entrepreneur shares advice on shaping company culture as you expand your business.
<div>
<a href="http://feeds.feedburner.com/~ff/entrepreneur/latest?a=L9TFulzFM3k:m_SqVUzoS_4:ShT-FJlhFPY"><img src="http://feeds.feedburner.com/~ff/entrepreneur/latest?i=L9TFulzFM3k:m_SqVUzoS_4:ShT-FJlhFPY" border="0" /></a> <a href="http://feeds.feedburner.com/~ff/entrepreneur/latest?a=L9TFulzFM3k:m_SqVUzoS_4:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/entrepreneur/latest?d=qj6IDK7rITs" border="0" /></a> <a href="http://feeds.feedburner.com/~ff/entrepreneur/latest?a=L9TFulzFM3k:m_SqVUzoS_4:-BTjWOF_DHI"><img src="http://feeds.feedburner.com/~ff/entrepreneur/latest?i=L9TFulzFM3k:m_SqVUzoS_4:-BTjWOF_DHI" border="0" /></a> <a href="http://feeds.feedburner.com/~ff/entrepreneur/latest?a=L9TFulzFM3k:m_SqVUzoS_4:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/entrepreneur/latest?i=L9TFulzFM3k:m_SqVUzoS_4:gIN9vFwOqvQ" border="0" /></a> <a href="http://feeds.feedburner.com/~ff/entrepreneur/latest?a=L9TFulzFM3k:m_SqVUzoS_4:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/entrepreneur/latest?d=yIl2AUoC8zA" border="0" /></a>
</div>
<p><img src="http://feeds.feedburner.com/~r/entrepreneur/latest/~4/L9TFulzFM3k" height="1" width="1" /></p>
]]></content:encoded>
			<wfw:commentRss>http://royfirestein.com/richard-branson-on-thinking-big/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why Groupon Is Poised For Collapse</title>
		<link>http://royfirestein.com/why-groupon-is-poised-for-collapse/</link>
		<comments>http://royfirestein.com/why-groupon-is-poised-for-collapse/#comments</comments>
		<pubDate>Mon, 13 Jun 2011 16:52:54 +0000</pubDate>
		<dc:creator>(author unknown)</dc:creator>
				<category><![CDATA[My Recent Reads]]></category>

		<guid isPermaLink="false">http://royfirestein.com/why-groupon-is-poised-for-collapse/</guid>
		<description><![CDATA[pulled from Google Reader (click on title for original post) Editor’s note:This guest post is part of an in-depth series looking at the daily deal industry written by Rocky Agrawal, an entrepreneur who has worked on local products since 1995.  Read Part I, Part II, and Part III also.  He blogs at reDesign and Tweets @rakeshlobster. Imagine you’re a small business [...]]]></description>
			<content:encoded><![CDATA[<p><i>pulled from <a href="http://www.google.com/reader/public/atom/user/12141700754783293769/state/com.google/broadcast">Google Reader</a> (click on title for original post)</i></p>
<p><img src="http://tctechcrunch.files.wordpress.com/2011/06/house-of-cards.jpg" alt="" /></p>
<p><em><strong>Editor’s note</strong>:This guest post is part of an in-depth series looking at the daily deal industry written by <a href="http://www.linkedin.com/profile/view?id=247423&amp;authType=name&amp;authToken=qe2l&amp;locale=en_US&amp;pvs=pp&amp;trk=ppro_viewmore">Rocky Agrawal</a>, an entrepreneur who has worked on local products since 1995.  Read <a href="http://techcrunch.com/2011/06/09/groupon-single-worst-decision/">Part I,</a> <a href="http://techcrunch.com/2011/06/10/google-offers-cheap-knockoff/">Part II</a>, and <a href="http://techcrunch.com/2011/06/11/google-offers-daily-deals-business-die/">Part III</a> also.  He blogs at <a href="http://blog.agrawals.org/">reDesign</a> and Tweets <a href="http://twitter.com/#!/rakeshlobster">@rakeshlobster</a>.</em></p>
<p>Imagine you’re a small business owner. You have to choose between two propositions:</p>
<ol>
<li>You can pay $62,500 for marketing. You’ll get a whole lot of customers coming through your door. No guarantees if they will ever come back, but they’ll come once.</li>
<li>I’ll pay you $21,000. You get $7,000 in about 5 days, another $7,000 in 30 days and the remainder in 60 days. In exchange, you’ll give my customers cheap products for the next year.</li>
</ol>
<p>I’ve been working on local for a long time and I know it’s hard to get small businesses to spend money on advertising. Really hard. Even getting $200 a month ($2,400 a year) is a high hurdle to meet.</p>
<p>There’s no way a business will sign up for #1. Most merchants would laugh you out of the store if you asked for $60,000.</p>
<div>
<p>Except they are. In droves.</p>
<p>Although they sound completely different, #1 and #2 are really the same—it’s the Groupon business model.</p>
<p>Businesses are being sold incredibly expensive advertising campaigns that are disguised as “no risk” ways to acquire new customers. In reality, there’s a lot of risk. With a newspaper ad, the maximum you can lose is the amount you paid for the ad. With Groupon, your potential losses can increase with every Groupon customer who walks through the door and put the existence of your business at risk.</p>
<p>Groupon is not an Internet marketing business so much as it is the equivalent of a loan sharking business. The $21,000 that the business in this example gets for running a Groupon is essentially a very, very expensive loan.  They get the cash up front, but pay for it with deep discounts over time.  (This post applies to Groupon operations in the United States and Canada; it’s different in other parts of the world.)</p>
<p>In many cases, running a Groupon can be a terrible financial decision for merchants. Groupon’s financials also raise questions about its ongoing viability. Buying Groupon stock could be as bad a deal for investors as running a Groupon offer is for merchants.  This is my opinion, but I have some facts to back it up.</p>
<p><strong>Traffic is not necessarily profitable traffic</strong></p>
<p>Groupon can clearly deliver customers. But in order to know if it makes financial sense as a customer acquisition tool, merchants need to know two key numbers:</p>
<ol>
<li>The proportion of Groupon customers who are already their customers</li>
<li>How often new customers come back.</li>
</ol>
<p>The higher the first number, the worse their deal will perform. The higher the second number, the better their deal does.</p>
<p>But for most businesses, these critical numbers are impossible to know. Groupons haven’t been out long enough to generate this data.  And Groupon’s tracking methods aren’t collecting this data. (My intuition is that Groupon doesn’t <em>want </em>to know.)</p>
<p>Groupon touts a win-win proposition. But the reality is that Groupon usually wins and merchants usually lose. The <a href="http://blog.agrawals.org/2011/06/07/an-analysis-of-the-groupon-merchant-agreement/">merchant agreement</a> is one of the most lopsided I’ve seen.</p>
<p>It’s rare that Groupon loses . . . until merchants figure out how to cheat.</p>
<p><strong>The hidden auction</strong></p>
<p>Underlying Groupon’s success is an auction. It’s not explicit, like Google’s AdWords bidding platform, but the economic effects are similar. The fact that Groupon runs daily deals creates artificial scarcity and drives up pricing to absurd levels. Even with four deals a day in a given market, you’re talking about fewer than 1,500 deals a year.</p>
<p>The “bid” in this auction is the total revenue that goes to Groupon. That’s a function of the value of the voucher, the negotiated revenue share and the number of deals that will be sold. The number of deals that will be sold is a function of, among other factors, how deep a discount and how commonly needed the product is. The larger the discount, the greater the volume.</p>
<p>All of this creates an incentive to drive up Groupon’s revenues. It also provides an incentive for salespeople to sell bigger and bigger deals, some of which might not be suitable for a small business. Because of all the hype around Groupon, salespeople are able to use the “Who’s Who” model—sell what an honor it is to be specially selected to be featured on Groupon.</p>
<p>Groupon’s process for selecting which deals it runs has little transparency. It’s not always the highest bids that win; sometimes, lower value bids win just to keep subscribers opening their emails. (In this case, think of merchants bidding with discounts, so the deeper the discount, the higher the bid).  I’ve also heard from merchants who say Groupon has changed their deals at the last minute to make them more profitable for Groupon.</p>
<p><strong>Cash is king</strong></p>
<p>Many small businesses are struggling for cash and the Groupon sales pitch resonates. Marketing with no upfront payment. You get cash within days. A steady stream of customers. This is not a new idea. <a href="http://www.rewardsnetwork.com/_our-offerings/_prepurch/">Rewards Network has been offering restaurants cash upfront in exchange for discounted meals over time</a>. (But on more generous terms than Groupon.)</p>
<p><a href="http://techcrunch.com/2011/06/02/groupon-files-for-ipo/">Groupon’s S-1</a> calls tough economic times a risk; but the recession was really their opportunity. As other forms of credit dried up, struggling businesses jumped at the chance to get cash now in exchange for discounting their product later. The real risk for Groupon is that the economy improves to the point that businesses don’t have to resort to deep discounting.</p>
<p><strong>Repeat Groupon businesses</strong></p>
<p><img src="http://tctechcrunch.files.wordpress.com/2011/06/groupon-reciept.jpeg" alt="" /></p>
<p>Some of the <a href="http://blog.yipit.com/2011/06/05/6-widespread-groupon-concerns-that-are-unfounded/">analysis</a> of Groupon’s long term prospects has pointed to repeat Groupon offers from merchants as evidence of a viable long-term model.</p>
<p>How can a repeat customer be bad, right? For a Groupon merchant, a repeat customer is a great thing. But for Groupon itself, a repeat customer can be a sign of trouble ahead.</p>
<p>I had been struggling to understand why some businesses ran repeat Groupons or cycled among the various daily deal vendors, given that the economics clearly suck if you can’t drive repeat traffic. Some let the same customer buy 3 or more of the same deal. That’s a clear no-no for a loss-leader designed to acquire new customers.</p>
<p>A conversation with <a href="https://forkfly.com/">Forkfly</a> (a Groupon Now competitor) CEO Paul Wagner was enlightening. He suggested that they were doing what struggling families do when they max out a credit card—they get another one.</p>
<p>That makes perfect sense. Revenue from subsequent daily deals help pay for the obligations created by the first one.</p>
<p>Receipts look like the one at right. Lots of product going out, staff to pay and little cash coming in. Taking out another Groupon loan is a quick fix. (If I were a sales rep, I’d have that date marked on my calendar for follow up. “I know we did 50/50 last time, but I’m thinking Groupon gets 70% this time.”)</p>
<p><strong>Hacking Groupon</strong></p>
<p>How would you exploit an overpriced loan? Don’t pay it back.</p>
<p>Assume that you’re a business that is unscrupulous and you’re looking to make a quick buck. You could create a wildly generous deal that would sell like crazy. In about 30 days, you’ll have 2/3 of your share of the deal. Then you shut down operations.</p>
<p>It also works for businesses that are just having a tough time. As critical as I am of Groupon, the slam dunk case is to sign up with Groupon if you’re going bankrupt. I strongly encourage every business that is about to go under to call Groupon. (Don’t tell them Rocky sent you.) It makes total financial sense—as a Hail Mary play. If you’re lucky, the upfront cash will be enough to help you stay afloat. If not, well, you were already going out of business. It may be your best option. In the short term, you’re actually helping Groupon because they’re being valued on revenue and no one is taking into account risk.</p>
</div>
<div>
<p>Groupon is essentially holding a portfolio of loans backed by the receivables of small businesses. If a business goes under, consumers will come back to Groupon for their money back. Unless Groupon is actually doing credit assessments on businesses that it chooses to feature, this is a big risk for Groupon.</p>
<p>The onerous terms for participating in Groupon also create an <a href="http://en.wikipedia.org/wiki/Adverse_selection">adverse selection</a> problem. The most successful businesses don’t need Groupon for customer acquisition or financing.</p>
<p>The assumption is that nothing will go wrong and all of these “loans” will be paid back. (At least the subprime mortgage lenders were able to sell that risk off to Wall Street and AIG.)</p>
<p>Like the mortgage lenders, Groupon doesn’t know exactly how much risk it has piled up. Because some merchants track redemptions on paper, Groupon has no way of knowing how many unredeemed Groupons are outstanding. If a business goes under and the records are unavailable, every buyer of that Groupon could try to make a claim against it. (The risk is mitigated by the fact that a lot of redemption occurs within the first 60 days, but we don’t know how much.)</p>
<p>Google, with more than $36 billion in cash on hand, is uncomfortable enough with that risk that it dumps it onto Google Offers buyers. Groupon could mitigate this risk by changing its terms and conditions so that the consumer is responsible in case a merchant goes bankrupt.</p>
<p><strong>Relying on float</strong></p>
<p>Where does Groupon get all the money to give to these merchants? Credit cards—yours. Groupon gets paid within a couple of days by its banks. It then takes that money and gives it to the merchant in three chunks. From <a href="http://www.sec.gov/Archives/edgar/data/1490281/000104746911005613/a2203913zs-1.htm">Groupon’s S-1</a>:</p>
<blockquote><p>Our merchant payment terms and revenue growth have provided us with operating cash flow to fund our working capital needs. Our merchant arrangements are generally structured such that we collect cash up front when our customers purchase Groupons and make payments to our merchants at a subsequent date. In North America, we typically pay our merchants in installments within sixty days after the Groupon is sold.</p>
<p>We use the operating cash flow provided by our merchant payment terms and revenue growth to fund our working capital needs. If we offer our merchants more favorable or accelerated payment terms or our revenue does not continue to grow in the future, our operating cash flow and results of operations could be adversely impacted and we may have to seek alternative financing to fund our working capital needs.</p>
</blockquote>
<p>Translation: They’re using money from new deals to pay for previous deals. They need to keep growing revenue. As of March 31, they owed merchants $290.7 million.</p>
<p>In the agreement I’ve seen, the first installment is 33% in 5 days. If they have to pay merchants faster, that could lead to problems.</p>
<p>And Google might force that to happen. According to <a href="http://www.google.com/support/offersbusiness/bin/answer.py?hl=en&amp;answer=1229917">Google Offers’ payment terms</a>, merchants receive 80% of their share in 4 days—more than twice as much, 1 day earlier.</p>
<p>There’s no way that was an accident.</p>
<p>If Groupon matches these payment terms, they’ll need cash faster and need to grow faster. (Google Offers accelerates the rate at which Groupon’s scheme has to draw in new suckers.)  If Groupon doesn’t match, it gives Google a key differentiator to win deals. If those businesses  go with Google’s more generous terms, that too will starve Groupon of the cash it needs to pay earlier merchants.</p>
<p>Now here’s the crazy part.  Not only is Groupon effectively giving loans to merchants, but it also works the other way around.  The merchant is on the hook for the entire value of those deals until Groupon pays the merchant back its portion.  Unlike other loan providers, the merchant is making a short-term loan to Groupon. (Not technically, but effectively.) They buy inventory in advance of the Groupon run. They also serve the initial rush of customers. The business is in a hole before they get their 30- and 60-day Groupon payouts.</p>
<p>While the chances might be small, Groupon merchants should know that they’re taking on the risk of Groupon’s collapse. If Groupon collapses, a lot of small merchants could be left holding the bag.</p>
<p><em>If you know of a business that closed after running a Groupon or other daily deal, please send an email with the name of the business to <a href="mailto:dailydeals@agrawals.org">dailydeals@agrawals.org</a>. And remember, <a href="http://xkcd.com/552/">correlation is not causation</a>.</em></p>
<p><em>Photo credits: <a href="http://www.flickr.com/photos/mirka23/2989957254/">Rachel Lovinger</a> and Rocky Agrawal.</em></p>
<div>
<div>
<div><a href="http://www.crunchbase.com/">CrunchBase Information</a></div>
</div>
<div>
<div><a href="http://www.crunchbase.com/company/groupon">Groupon</a></div>
<div></div>
<div>Information provided by <a href="http://www.crunchbase.com/">CrunchBase</a></div>
</div>
</div>
</div>
<p>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/tctechcrunch.wordpress.com/313073/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/tctechcrunch.wordpress.com/313073/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/tctechcrunch.wordpress.com/313073/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/tctechcrunch.wordpress.com/313073/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/tctechcrunch.wordpress.com/313073/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/tctechcrunch.wordpress.com/313073/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/tctechcrunch.wordpress.com/313073/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/tctechcrunch.wordpress.com/313073/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/tctechcrunch.wordpress.com/313073/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/tctechcrunch.wordpress.com/313073/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/tctechcrunch.wordpress.com/313073/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/tctechcrunch.wordpress.com/313073/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/tctechcrunch.wordpress.com/313073/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/tctechcrunch.wordpress.com/313073/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techcrunch.com&amp;blog=11718616&amp;post=313073&amp;subd=tctechcrunch&amp;ref=&amp;feed=1" width="1" height="1" />
</p>
<div>
<a href="http://feeds.feedburner.com/~ff/Techcrunch?a=HFS_JVi4Guc:lg8heDziLhA:2mJPEYqXBVI"><img src="http://feeds.feedburner.com/~ff/Techcrunch?d=2mJPEYqXBVI" border="0" /></a> <a href="http://feeds.feedburner.com/~ff/Techcrunch?a=HFS_JVi4Guc:lg8heDziLhA:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/Techcrunch?d=7Q72WNTAKBA" border="0" /></a> <a href="http://feeds.feedburner.com/~ff/Techcrunch?a=HFS_JVi4Guc:lg8heDziLhA:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Techcrunch?d=yIl2AUoC8zA" border="0" /></a> <a href="http://feeds.feedburner.com/~ff/Techcrunch?a=HFS_JVi4Guc:lg8heDziLhA:-BTjWOF_DHI"><img src="http://feeds.feedburner.com/~ff/Techcrunch?i=HFS_JVi4Guc:lg8heDziLhA:-BTjWOF_DHI" border="0" /></a> <a href="http://feeds.feedburner.com/~ff/Techcrunch?a=HFS_JVi4Guc:lg8heDziLhA:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/Techcrunch?i=HFS_JVi4Guc:lg8heDziLhA:D7DqB2pKExk" border="0" /></a> <a href="http://feeds.feedburner.com/~ff/Techcrunch?a=HFS_JVi4Guc:lg8heDziLhA:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/Techcrunch?d=qj6IDK7rITs" border="0" /></a>
</div>
<p><img src="http://feeds.feedburner.com/~r/Techcrunch/~4/HFS_JVi4Guc" height="1" width="1" /></p>
]]></content:encoded>
			<wfw:commentRss>http://royfirestein.com/why-groupon-is-poised-for-collapse/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Scalability panel (djangocon.eu)</title>
		<link>http://royfirestein.com/scalability-panel-djangocon-eu/</link>
		<comments>http://royfirestein.com/scalability-panel-djangocon-eu/#comments</comments>
		<pubDate>Thu, 09 Jun 2011 22:00:19 +0000</pubDate>
		<dc:creator>(author unknown)</dc:creator>
				<category><![CDATA[My Recent Reads]]></category>

		<guid isPermaLink="false">http://royfirestein.com/scalability-panel-djangocon-eu/</guid>
		<description><![CDATA[pulled from Google Reader (click on title for original post) Participants: Andrew Godwin, Andy McKay, Jesper Noehr, Eric Florenzano. What are the common mistakes you see. Things that take a long time (&#8220;sending an email&#8221;) that lock up a process. Using the filesystem for caching. Testing locally and pushing it live and see it fall [...]]]></description>
			<content:encoded><![CDATA[<p><i>pulled from <a href="http://www.google.com/reader/public/atom/user/12141700754783293769/state/com.google/broadcast">Google Reader</a> (click on title for original post)</i></p>
<div>
<div>
<p>Participants: Andrew Godwin, Andy McKay, Jesper Noehr, Eric Florenzano.</p>
<p><strong>What are the common mistakes you see</strong>. Things that take a long time<br />
(&#8220;sending an email&#8221;) that lock up a process. Using the filesystem for<br />
caching. Testing locally and pushing it live and see it fall over.</p>
<p>Using an external API can also take a long time. Work with timeouts to work<br />
around it.</p>
<p><strong>Scaling wise, what should you think about before scaling becomes an actual<br />
issue? And what should you definitely leave until the moment comes you need to<br />
scale?</strong> First things first: use a queue like celery, even on small sites. Get<br />
used to such a queue and have it in place, that&#8217;ll help a lot with performance<br />
later.</p>
<p>Make sure you&#8217;ve got your database schema is mostly OK. It doesn&#8217;t have to be<br />
perfect right away, but at least mostly OK.</p>
<p>Expect something to change and assume you&#8217;ll have to swap something out later<br />
to improve the performance.</p>
<p><strong>One important aspect of scaling is measurement and profiling. What are the<br />
best practices and good tools for doing that in production?</strong>  Bitbucket has a<br />
middleware that switches on with a special query string and that starts up the<br />
python c profiler and gives them data on the request.</p>
<p>The debug toolbar is a great help in development. For realtime stats graphite<br />
and statsd are an option. Or munin or kakti for real-time generic server<br />
information graphs.</p>
<p>Logging. Always set up logging. Look at the logfiles and figure out what<br />
happened.</p>
<p>Opennms, pingdom, munin, nagios, django-kong were mentioned as monitoring<br />
tools.</p>
<p><strong>Puppet vs Chef vs Whatever for provisioning servers in a Django<br />
stack. Fight!</strong> Puppet is good. Chef is good. Puppet is alright. (So: not much<br />
of a fight <img src='http://royfirestein.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  )</p>
<p><strong>Django ORM: how much of an issue is this going to be when I want to scale?</strong><br />
It is much less an issue than it used to be.</p>
<p>You&#8217;ll only get to know the hotpoints for YOUR application when you run into<br />
them. When you optimize beforehand, the points will be different than those<br />
you&#8217;ll really hit. And then there are ways to solve it. Caching, asynchronous,<br />
less joins, splitting things, etc. You can denormalize, too.</p>
<p>Simple: check your indexes. Do you have the right ones? Are you missing ones?</p>
<p>Also changing your actual database server configuration default values can<br />
make a lot of difference. Spend two days figuring out all the options. And<br />
check postgres for rediculously low default memory values.</p>
<p>Incremental roll-outs help with detecting problems. When all your 15 new<br />
instances suddenly die, you know you need to change something.</p>
<p><strong>Considering that using a caching proxy, like for instance Varnish, is<br />
commonly used for improving performance/scalability, are there any options out<br />
there for Django which handle cache invalidation in a good manner that you<br />
know of?</strong> Use etags.</p>
<p>Most caching is dependent fully on your individual app. So something generic<br />
is virtually impossible.</p>
<p>Varnish gives you lots of control. You can invalidate pages from your python<br />
code. So set up a couple of proper database triggers.</p>
<p><strong>Is Django fast enough? Should more attention be on speed and benchmark<br />
tests?</strong> Yes and yes. It is fast enough, but we should watch it.</p>
<p>Django is fast enough. If you want to scale, scale over multiple boxes instead<br />
of building out one single box.</p>
<p>But: watch out that django doesn&#8217;t get any slower!</p>
<p><strong>Code deployment to web workers: there are lots of different ways, can we get<br />
the groups thoughts on the best practices?</strong></p>
<ul>
<li>By hand.</li>
<li>Pip. But it is a bit slow. Now they use github (with a local git mirror for<br />
their sites).</li>
<li>Fabric.</li>
<li>Simple bash script that ssh-s to the server and that updates everything.</li>
<li>HAProxy helps in getting a server offline and getting it transparently back<br />
up after the update.</li>
</ul>
<p><strong>If you were starting a new project today, which Python VMs would you<br />
consider?</strong> Probably cpython as an ops person would probably not allow us to<br />
run pypy. But I&#8217;m watching pypy and it looks good.</p>
<p><strong>What&#8217;s the worst scalability failure story you&#8217;ve ever heard?</strong></p>
<ul>
<li>Running postgres with 32MB of memory (a default setting&#8230;).</li>
<li>A sysadmin that, to prove his valid point, pulled the electricity plug out<br />
of the live machine. He won.</li>
<li>Returning a string instead of an iterator in a wsgi script that was getting<br />
lots of hits. One character at a time&#8230;</li>
</ul>
<p><strong>What do you use to find slow sql queries?</strong> Django debug toolbar. Another<br />
trick is to evaluate querysets early to better see what&#8217;s going on (as<br />
querysets are lazily evaluated).</p>
<p>Use mysql/postgres&#8217;s configuration option to log slow queries.</p>
<p><strong>How do you mimick a large load and can you simulate it?</strong> Use apachebench,<br />
but keep in mind that that won&#8217;t be a &#8220;perfect&#8221; worst-case load.</p>
<p>The other answers were mostly &#8220;we can&#8217;t do that&#8221;. Incremental roll-outs<br />
help. Key question: can you respond quickly? Can you deploy quickly.</p>
<p><strong>How to handle database rollbacks when you rollback a release?</strong> Most either<br />
don&#8217;t use south <em>or</em> they don&#8217;t do rollbacks. A migration can only ADD columns<br />
or tables. They&#8217;re never removed. Never. Addition-only. This way the old code<br />
can talk just fine to the new database structure.</p>
<p>Suggested reading: <a href="http://www.paulhammond.org/2010/06/trunk/">always ship trunk</a>.</p>
<p><strong>Which wsgi runner do you use?</strong> Mod_wsgi is not out of date or slow in any<br />
way, it works just fine.</p>
<p>Gunicorn is awesome. Especially the built-in asynchronous mode and eventlet<br />
can help a lot if you use it.</p>
<p><strong>What&#8217;s your best experience regarding scalability?</strong></p>
<ul>
<li>A php site. 0.5MB traffic to 100 MB of traffic within in a month. It teached<br />
him a lot.</li>
<li>A plone site 8 years ago. Plone was two request-a-second at that time. They<br />
had squid in front. It was the oxfam site that was used for post-tsunami<br />
donations. He was Real Happy with squid that day.</li>
<li>Some multimedia website. From 0 to 8 million users in one year. Learning on<br />
the job!</li>
</ul>
<p><strong>How to deal with backfilling data? After adding tables, you sometimes have<br />
to fill them with default data. How to do it without killing your server?</strong><br />
Use celery and use a management command to slowly push small batches unto your<br />
task queue.</p>
<p><a href="http://photos.reinout.vanrees.org/Vacation/2007-cycling-in-Utrecht-Veluwe/4740501_67pcW#280829699_7DErM-A-LB"><img src="http://photos.reinout.vanrees.org/photos/280829699_7DErM-M.jpg" alt="cycling holiday" /></a>
</div>
</p></div>
]]></content:encoded>
			<wfw:commentRss>http://royfirestein.com/scalability-panel-djangocon-eu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My Job As A Pre-Launch Startup CEO Was To Buy Sandwiches</title>
		<link>http://royfirestein.com/my-job-as-a-pre-launch-startup-ceo-was-to-buy-sandwiches/</link>
		<comments>http://royfirestein.com/my-job-as-a-pre-launch-startup-ceo-was-to-buy-sandwiches/#comments</comments>
		<pubDate>Tue, 31 May 2011 22:53:10 +0000</pubDate>
		<dc:creator>(author unknown)</dc:creator>
				<category><![CDATA[My Recent Reads]]></category>

		<guid isPermaLink="false">http://royfirestein.com/my-job-as-a-pre-launch-startup-ceo-was-to-buy-sandwiches/</guid>
		<description><![CDATA[pulled from Google Reader (click on title for original post) Seth Sternberg is the CEO and Co-founder of Meebo. He previously worked in M&#38;A at IBM. I love talking to aspiring entrepreneurs—I do it once a week at minimum. I often get asked “what’s the role of a startup CEO?” Sometimes people are curious about [...]]]></description>
			<content:encoded><![CDATA[<p><i>pulled from <a href="http://www.google.com/reader/public/atom/user/12141700754783293769/state/com.google/broadcast">Google Reader</a> (click on title for original post)</i></p>
<p><img src="http://tctechcrunch.files.wordpress.com/2011/05/sandwiches.jpg" alt="" /></p>
<p><em><a href="http://www.crunchbase.com/person/seth-sternberg">Seth Sternberg</a> is the CEO and Co-founder of <a href="http://www.crunchbase.com/company/meebo">Meebo</a>. He previously worked in M&amp;A at IBM.</em> </p>
<p>I love talking to aspiring entrepreneurs—I do it once a week at minimum.</p>
<p>I often get asked “what’s the role of a startup CEO?” Sometimes people are curious about the pre-launch “CEO” and ask if a startup really needs one. If that CEO isn’t an engineer, what do they do anyhow? Other times people wonder what I do today as CEO of a 180 person company. In this post I’ll cover the pre-launch role, and in a follow-up, I’ll get into the role post-launch.</p>
<p>So what does the CEO, who at the beginning is really the general business person, do at a pre-launch startup?</p>
<p>Let’s go back to the beginning of <a href="http://www.crunchbase.com/company/meebo">Meebo</a>, circa April, 2005.</p>
<p>Co-founders Sandy Jen, Elaine Wherry and I met every Wednesday night and all day every Sunday in an effort to get Meebo off the ground. We’d never meet in my apartment—it was always either at Sandy’s or Elaine’s. Why? Because they had the better computers and the faster internet connections. Frankly, that’s pretty emblematic of one’s role as the “business person” pre-launch.  I’ve touched upon this topic before in a <a href="http://techcrunch.com/2011/05/07/founder-stories-seth-sternberg-meebo-early-days/">Founder Stories interview</a> with Chris Dixon (embedded below), but it is worth elaborating on.</p>
<p>For most consumer internet products, there’s not a whole lot the business person can really do pre-launch. All of the company’s value will come when the team builds and launches a product, so that should be the primary focus. There aren’t any partnerships to be struck yet, as the product has yet to build any credibility in the market. There aren’t any folks to interview, as you can’t afford to hire a full team, and you’re wasting your time looking for pre-launch financing—a controversial statement these days, I know, but that’s a topic for another post. So what can you do if the most important thing is simply to minimize all distractions in the pursuit of getting the product launched?</p>
<p>Buy sandwiches.</p>
<p>Well, really, the business person’s job, until the last 2-3 weeks before launch, is to be supportive.</p>
<p>When we got together on Sundays, I really couldn’t contribute very much real work. I could make the sandwich runs to the Andronico’s down the street (I still have the “buy 10, get the 11th free card” in my wallet). I could also take care of the mundane tasks like buying the domain name and paying the server bills. Heck, I could even suggest “that button might look better over there.” But that was about it. I was the support.</p>
<p>I began to wonder, “Should I even be here?” Frankly, it didn’t feel very good to sit there and watch Elaine and Sandy working away while I did comparatively little. I could just as well have been playing Frisbee.</p>
<p>When I wondered that aloud, the feedback from Elaine and Sandy was pretty clear: if you’re going to be part of this team, then we want you here.</p>
<p>We were all equals with our own skills that we each brought to the table. My presence, at some level, was moral support. At another level, it contributed to the team bonding that you need pre-launch. Post-launch, things will tend to get crazy, fast, so pre-built trust is critical. At the end of the day, it’s the team that really makes the startup. Strong teams—as Sandy is quick to point out—survive multiple ideas.</p>
<p>Let’s fast-forward to the 2-3 weeks pre-launch, however, where the business person begins to get a job.</p>
<p><strong>First, go and line up the right law firm to get incorporated</strong>.</p>
<p>The standard deal, at least at the time, was $20K in legal fees deferred until you raise your series A. I don’t think much has changed. Make sure you get advice on which firm and partner to work with—the way your company gets incorporated can save you a lot of pain down the road. (Watch a relevant chat between Chris Dixon and Erick Schonfeld <a href="http://techcrunch.com/2011/04/12/never-sell-half-your-company-for-1000/">here</a>). Do not work with a firm inexperienced in setting up startups. Rather, work with Fenwick, Wilson Sonsini, OMM, Gundersen, Orrick, and the like. And even in those firms, ensure you’re working with the folks who have startup creation experience—all partners are not created equal.</p>
<p><strong>Second, figure out your launch strategy.</strong></p>
<p>Do you want to line up a bunch of friends to test your product before launch? Do it. Then corral all of their feedback and help prioritize it for your co-founders. Do you need to find a couple of folks who can introduce you to a blogger or two to write about your launch? Find them and go pre-brief those bloggers. Make sure you also line up your friends to give you some social media mojo—get them to Facebook and Tweet your launch.</p>
<p><strong>Third, find a good mentor or two.</strong></p>
<p>It’s important to find someone who is passionate about what you’re up to and who genuinely wants to work with you and your team to help you create an awesome product. Someone who is perhaps 2-4 years ahead of the process from where you sit, who has seen good and bad, and who can guide you toward good choices and help you avoid potentially painful early mistakes. Ironic, but when you have the least experience is also when you make a bunch of choices on how you set up your company—choices which will potentially burn you or save you years down the road.</p>
<p>In a future post, I’ll get into the business person’s role post-launch. But before we end, one more thing: do you even need a business person pre-launch since they do seemingly so little?</p>
<p>The answer is yes, for three basic reasons.</p>
<p>First, post-launch, the business person’s job becomes very important. You want them there for their actual work product (beyond their amazing ability to remember your sandwich order) post-launch. You don’t want to go through the pain of finding this person post-launch when things get nutty. Rather, you want them lined up and ready to go from the start.</p>
<p>Second, just like it’s unbelievably hard to find great engineers, it’s also unbelievably hard to find great business people. Just like a bad engineering co-founder can help ruin a company and a good one can help make a company, the same goes for business folks. Once you find a great engineering co-founder, hold onto them as tight as you can. And once you find a great business co-founder, do the same.  </p>
<p>Third, team bonding is really important. The more time you have to do this, the better. <a href="http://techcrunch.com/2009/10/11/finding-your-co-founders/">I’ve argued</a> that there’s nothing more important in getting a company off the ground than finding and putting together the ultimate founding team. This bonding is super critical in the early days because you will likely spend years together. It’s hard to explain ust how important it is that you understand and trust each other, implicitly. The sooner you get together as a unit, the better off you all will be.</p>
<p><em>Photo credit: Flickr/<a href="http://www.flickr.com/photos/fotoosvanrobin/5584704847/">FotoosVanRobin</a></em></p>
<div>
<div>
<div><a href="http://www.crunchbase.com/">CrunchBase Information</a></div>
</div>
<div>
<div><a href="http://www.crunchbase.com/person/seth-sternberg">Seth Sternberg</a></div>
<div></div>
<div>Information provided by <a href="http://www.crunchbase.com/">CrunchBase</a></div>
</div>
</div>
<p>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/tctechcrunch.wordpress.com/308356/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/tctechcrunch.wordpress.com/308356/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/tctechcrunch.wordpress.com/308356/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/tctechcrunch.wordpress.com/308356/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/tctechcrunch.wordpress.com/308356/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/tctechcrunch.wordpress.com/308356/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/tctechcrunch.wordpress.com/308356/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/tctechcrunch.wordpress.com/308356/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/tctechcrunch.wordpress.com/308356/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/tctechcrunch.wordpress.com/308356/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/tctechcrunch.wordpress.com/308356/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/tctechcrunch.wordpress.com/308356/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/tctechcrunch.wordpress.com/308356/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/tctechcrunch.wordpress.com/308356/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techcrunch.com&amp;blog=11718616&amp;post=308356&amp;subd=tctechcrunch&amp;ref=&amp;feed=1" width="1" height="1" />
</p>
<div>
<a href="http://feeds.feedburner.com/~ff/Techcrunch?a=MjqQWePJvDM:BkePnbW9KRo:2mJPEYqXBVI"><img src="http://feeds.feedburner.com/~ff/Techcrunch?d=2mJPEYqXBVI" border="0" /></a> <a href="http://feeds.feedburner.com/~ff/Techcrunch?a=MjqQWePJvDM:BkePnbW9KRo:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/Techcrunch?d=7Q72WNTAKBA" border="0" /></a> <a href="http://feeds.feedburner.com/~ff/Techcrunch?a=MjqQWePJvDM:BkePnbW9KRo:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Techcrunch?d=yIl2AUoC8zA" border="0" /></a> <a href="http://feeds.feedburner.com/~ff/Techcrunch?a=MjqQWePJvDM:BkePnbW9KRo:-BTjWOF_DHI"><img src="http://feeds.feedburner.com/~ff/Techcrunch?i=MjqQWePJvDM:BkePnbW9KRo:-BTjWOF_DHI" border="0" /></a> <a href="http://feeds.feedburner.com/~ff/Techcrunch?a=MjqQWePJvDM:BkePnbW9KRo:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/Techcrunch?i=MjqQWePJvDM:BkePnbW9KRo:D7DqB2pKExk" border="0" /></a> <a href="http://feeds.feedburner.com/~ff/Techcrunch?a=MjqQWePJvDM:BkePnbW9KRo:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/Techcrunch?d=qj6IDK7rITs" border="0" /></a>
</div>
<p><img src="http://feeds.feedburner.com/~r/Techcrunch/~4/MjqQWePJvDM" height="1" width="1" /></p>
]]></content:encoded>
			<wfw:commentRss>http://royfirestein.com/my-job-as-a-pre-launch-startup-ceo-was-to-buy-sandwiches/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>21 Books Every Entrepreneur Should Read</title>
		<link>http://royfirestein.com/21-books-every-entrepreneur-should-read/</link>
		<comments>http://royfirestein.com/21-books-every-entrepreneur-should-read/#comments</comments>
		<pubDate>Tue, 31 May 2011 22:53:10 +0000</pubDate>
		<dc:creator>(author unknown)</dc:creator>
				<category><![CDATA[My Recent Reads]]></category>

		<guid isPermaLink="false">http://royfirestein.com/21-books-every-entrepreneur-should-read/</guid>
		<description><![CDATA[pulled from Google Reader (click on title for original post) Summer is here, and even dire workaholics should take a few hours to relax. Read one of the following books and you&#8217;ll become a better entrepreneur while you&#8217;re at it. We asked small business leaders and VCs to name books that anyone starting a business [...]]]></description>
			<content:encoded><![CDATA[<p><i>pulled from <a href="http://www.google.com/reader/public/atom/user/12141700754783293769/state/com.google/broadcast">Google Reader</a> (click on title for original post)</i><br />
<a href="http://ads.pheedo.com/click.phdo?s=f5e48a211fd2b4f0cc691869a38c2898&amp;p=2"><img alt="" border="0" src="http://ads.pheedo.com/img.phdo?s=f5e48a211fd2b4f0cc691869a38c2898&amp;p=2" /></a><br />
</p>
<p><img src="http://static3.businessinsider.com/image/4bf449bc7f8b9a2d05f30400/beach-reading-book.jpg" border="0" alt="beach reading book" /></p>
<p>Summer is here, and even dire workaholics should take a few hours to relax. Read one of the following books and you&#8217;ll become a better entrepreneur while you&#8217;re at it.</p>
<p>We asked small business leaders and VCs to name books that anyone starting a business or even thinking about it should read.</p>
<p>Over the past two years, these were some of the best recommendations we heard.</p>
<h2><a href="http://www.businessinsider.com/books-every-entrepreneur-should-read-2011-5#the-fountainhead-by-ayn-rand-1">Click here to see the reading list &gt;</a></h2>
<p><strong>What books have influenced your career? Add them in the comments below.</strong></p>
<h3>&#8220;The Fountainhead&#8221; by Ayn Rand</h3>
<p><img src="http://static4.businessinsider.com/image/4b4f757f000000000042c661-400-300/the-fountainhead-by-ayn-rand.jpg" alt="" /></p>
<p>
<p>Charlie O&#8217;Donnell: &#8220;I don&#8217;t know any book that sums up the entrepreneurial passion and spirit better than <em>The Fountainhead</em> by Ayn Rand:  &#039;The question isn&#039;t who is going to let me; it&#039;s who is going to stop me.&#039;&quot;</p>
<p><em>Charlie is a principal at <a href="http://www.firstround.com/">First Round Capital</a>.</em></p>
</p>
<h3>&#8220;Out of the Crisis&#8221; by W. Edwards Deming</h3>
<p><img src="http://static4.businessinsider.com/image/4b4f74980000000000ae847c-400-300/out-of-the-crisis-by-w-edwards-deming.jpg" alt="" /></p>
<p>
<p>Roger Ehrenberg: &#8220;Big or small, this book focuses the entrepreneur/manager on respecting employees, focusing on process, and insisting on the collection and analysis of data. The development of metrics to manage the business is critical for the start-up founder.&#8221;</p>
<p><em>Roger is Managing Partner of <a href="http://www.informationarbitrage.com/ia-capital-partners.html">IA Capital Partners, LLC</a>.</em></p>
</p>
<h3>&#8220;Extreme Programming Explained&#8221; by Kent Beck</h3>
<p><img src="http://static3.businessinsider.com/image/4b509a870000000000610c54-400-300/extreme-programming-explained-by-kent-beck.jpg" alt="" /></p>
<p>
<p>Babak Nivi: &#8220;Revelatory. Develop your product like this book tells you to, unless you know better (e.g. you have experience building operating systems, space shuttles, Googles.) Buy the first edition.&#8221;</p>
<p><em>Nivi is a founder of <a href="http://venturehacks.com/">Venture Hacks</a>.</em></p>
</p>
<p><a href="http://www.businessinsider.com/books-every-entrepreneur-should-read-2011-5#the-four-steps-to-the-epiphany-by-steven-gary-blank-4">See the rest of the story at Business Insider</a></p>
<p>For the latest career news, visit <a href="http://www.businessinsider.com/warroom">War Room</a>. Follow us on <a href="http://twitter.com/#!/tbi_warroom">Twitter</a> and <a href="http://facebook.com/businessinsider.warroom">Facebook</a>.</p>
<p><b>See Also:</b></p>
<ul>
<li><a href="http://www.businessinsider.com/first-to-market-products-that-failed-2011-5">13 First-To-Market Products That Failed</a></li>
<li><a href="http://www.businessinsider.com/pr-disasters-crisis-management-2011-5">9 PR Fiascos That Were Handled Brilliantly By Management</a></li>
<li><a href="http://www.businessinsider.com/subliminal-ads-2011-5">The Shocking Drink And Incredible Coke History Of Subliminal Advertising</a></li>
</ul>
<p><a href="http://ads.pheedo.com/click.phdo?s=f5e48a211fd2b4f0cc691869a38c2898&amp;p=1"><img alt="" border="0" src="http://ads.pheedo.com/img.phdo?s=f5e48a211fd2b4f0cc691869a38c2898&amp;p=1" /></a><br />
<img alt="" height="0" width="0" border="0" src="http://segment-pixel.invitemedia.com/pixel?code=Business&amp;partnerID=167&amp;key=segment" /><img alt="" height="0" width="0" border="0" src="http://pixel.quantserve.com/pixel/p-8bUhLiluj0fAw.gif?labels=pub.30025.rss.Business.39996,cat.Business.rss" />
<div>
<a href="http://feeds.feedburner.com/~ff/typepad/alleyinsider/silicon_alley_insider?a=iNlFH6w2vVo:Wocfb_YwHKQ:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/typepad/alleyinsider/silicon_alley_insider?i=iNlFH6w2vVo:Wocfb_YwHKQ:V_sGLiPBpWU" border="0" /></a> <a href="http://feeds.feedburner.com/~ff/typepad/alleyinsider/silicon_alley_insider?a=iNlFH6w2vVo:Wocfb_YwHKQ:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/typepad/alleyinsider/silicon_alley_insider?d=qj6IDK7rITs" border="0" /></a> <a href="http://feeds.feedburner.com/~ff/typepad/alleyinsider/silicon_alley_insider?a=iNlFH6w2vVo:Wocfb_YwHKQ:bcOpcFrp8Mo"><img src="http://feeds.feedburner.com/~ff/typepad/alleyinsider/silicon_alley_insider?d=bcOpcFrp8Mo" border="0" /></a> <a href="http://feeds.feedburner.com/~ff/typepad/alleyinsider/silicon_alley_insider?a=iNlFH6w2vVo:Wocfb_YwHKQ:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/typepad/alleyinsider/silicon_alley_insider?i=iNlFH6w2vVo:Wocfb_YwHKQ:gIN9vFwOqvQ" border="0" /></a> <a href="http://feeds.feedburner.com/~ff/typepad/alleyinsider/silicon_alley_insider?a=iNlFH6w2vVo:Wocfb_YwHKQ:cGdyc7Q-1BI"><img src="http://feeds.feedburner.com/~ff/typepad/alleyinsider/silicon_alley_insider?d=cGdyc7Q-1BI" border="0" /></a> <a href="http://feeds.feedburner.com/~ff/typepad/alleyinsider/silicon_alley_insider?a=iNlFH6w2vVo:Wocfb_YwHKQ:QXVau8BzmBE"><img src="http://feeds.feedburner.com/~ff/typepad/alleyinsider/silicon_alley_insider?d=QXVau8BzmBE" border="0" /></a> <a href="http://feeds.feedburner.com/~ff/typepad/alleyinsider/silicon_alley_insider?a=iNlFH6w2vVo:Wocfb_YwHKQ:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/typepad/alleyinsider/silicon_alley_insider?d=yIl2AUoC8zA" border="0" /></a> <a href="http://feeds.feedburner.com/~ff/typepad/alleyinsider/silicon_alley_insider?a=iNlFH6w2vVo:Wocfb_YwHKQ:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/typepad/alleyinsider/silicon_alley_insider?d=7Q72WNTAKBA" border="0" /></a>
</div>
<p><img src="http://feeds.feedburner.com/~r/typepad/alleyinsider/silicon_alley_insider/~4/iNlFH6w2vVo" height="1" width="1" /></p>
]]></content:encoded>
			<wfw:commentRss>http://royfirestein.com/21-books-every-entrepreneur-should-read/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Multiverse = Many Worlds, Say Physicists</title>
		<link>http://royfirestein.com/multiverse-many-worlds-say-physicists/</link>
		<comments>http://royfirestein.com/multiverse-many-worlds-say-physicists/#comments</comments>
		<pubDate>Fri, 27 May 2011 04:11:51 +0000</pubDate>
		<dc:creator>(author unknown)</dc:creator>
				<category><![CDATA[My Recent Reads]]></category>

		<guid isPermaLink="false">http://royfirestein.com/multiverse-many-worlds-say-physicists/</guid>
		<description><![CDATA[pulled from Google Reader (click on title for original post) Via The Physics arXiv Blog (MIT Technology Review) - The many worlds interpretation of quantum mechanics is the idea that all possible alternate histories of the universe actually exist. At every point in time, the universe splits into a multitude of existences in which every [...]]]></description>
			<content:encoded><![CDATA[<p><i>pulled from <a href="http://www.google.com/reader/public/atom/user/12141700754783293769/state/com.google/broadcast">Google Reader</a> (click on title for original post)</i><br />
Via <a href="http://www.technologyreview.com/blog/arxiv/26787/">The Physics arXiv Blog</a> (MIT Technology Review) -</p>
<p><i>The many worlds interpretation of quantum mechanics is the idea that all possible alternate histories of the universe actually exist. At every point in time, the universe splits into a multitude of existences in which every possible outcome of each quantum process actually happens.</p>
<p>So in this universe you are sitting in front of your computer reading this story, in another you are reading a different story, in yet another you are about to be run over by a truck. In many, you don&#8217;t exist at all.</p>
<p>This implies that there are an infinite number of universes, or at least a very large number of them.</p>
<p>That&#8217;s weird but it is a small price to pay, say quantum physicists, for the sanity the many worlds interpretation brings to the otherwise crazy notion of quantum mechanics. The reason many physicists love the many worlds idea is that it explains away all the strange paradoxes of quantum mechanics. </p>
<p>[...]</p>
<p>Let&#8217;s put the many world interpretation aside for a moment and look at another strange idea in modern physics. This is the idea that our universe was born along with a large, possibly infinite, number of other universes. So our cosmos is just one tiny corner of a much larger multiverse.</p>
<p>Today, Leonard Susskind at Stanford University in Palo Alto and Raphael Bousso at the University of California, Berkeley, put forward the idea that the multiverse and the many worlds interpretation of quantum mechanics are formally equivalent.</p>
<p>But there is a caveat. The equivalence only holds if both quantum mechanics and the multiverse take special forms. </p>
<p>[...]</p>
<p>At one time, such an idea would have been heresy. But in theory, it could be done if an observer could perform an infinite number of experiments and observe the outcome of them all.</p>
<p>But that&#8217;s impossible, right? Nobody can do an infinite number of experiments. Relativity places an important practical limit on this because some experiments would fall outside the causal horizon of others. And that would mean that they couldn&#8217;t all be observed.</p>
<p>But Susskind and Bousso say there is a special formulation of the universe in which this is possible. This is known as the supersymmetric multiverse with vanishing cosmological constant.</p>
<p>If the universe takes this form, then it is possible to carry out an infinite number of experiments within the causal horizon of each other.</p>
<p>Now here&#8217;s the key point: this is exactly what happens in the many worlds interpretation. At each instant in time, an infinite (or very large) number of experiments take place within the causal horizon of each other. As observers, we are capable of seeing the outcome of any of these experiments but we actually follow only one.</p>
<p>Bousso and Susskind argue that since the many worlds interpretation is possible only in their supersymmetric multiverse, they must be equivalent. &#8220;We argue that the global multiverse is a representation of the many-worlds in a single geometry,&#8221; they say.</p>
<p>They call this new idea the multiverse interpretation of quantum mechanics.</p>
<p>[...]</p>
<p>But what this idea lacks is a testable prediction that would help physicists distinguish it experimentally from other theories of the universe. And without this crucial element, the multiverse interpretation of quantum mechanics is little more than philosophy.</p>
<p>That may not worry too many physicists, since few of the other interpretations of quantum mechanics have testable predictions either (that&#8217;s why they&#8217;re called interpretations).</p>
<p>Still, what this new approach does have is a satisfying simplicity&#8211; it&#8217;s neat and elegant that the many worlds and the multiverse are equivalent. William of Ockham would certainly be pleased and no doubt, many modern physicists will be too.</i>
<div><img width="1" height="1" src="https://blogger.googleusercontent.com/tracker/18341144-2367652460161963777?l=djtechnocrat.blogspot.com" alt="" /></div>
<div>
<a href="http://feeds.feedburner.com/~ff/ThoughtsOfATechnocrat?a=uABbDLRnZ3U:fppy8Nw7zW0:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/ThoughtsOfATechnocrat?d=yIl2AUoC8zA" border="0" /></a>
</div>
<p><img src="http://feeds.feedburner.com/~r/ThoughtsOfATechnocrat/~4/uABbDLRnZ3U" height="1" width="1" /></p>
]]></content:encoded>
			<wfw:commentRss>http://royfirestein.com/multiverse-many-worlds-say-physicists/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>There&#8217;s a Secret Patriot Act, Senator Says</title>
		<link>http://royfirestein.com/theres-a-secret-patriot-act-senator-says/</link>
		<comments>http://royfirestein.com/theres-a-secret-patriot-act-senator-says/#comments</comments>
		<pubDate>Fri, 27 May 2011 04:11:51 +0000</pubDate>
		<dc:creator>(author unknown)</dc:creator>
				<category><![CDATA[My Recent Reads]]></category>

		<guid isPermaLink="false">http://royfirestein.com/theres-a-secret-patriot-act-senator-says/</guid>
		<description><![CDATA[pulled from Google Reader (click on title for original post) There&#8217;s a huge &#8220;gap between what the public thinks the Patriot Act says and what the American government secretly thinks the law says,&#8221; according to Sen. Ron Wyden (D-Oregon). The gap is so big, in fact, that it amounts to entirely different, and secret, law.]]></description>
			<content:encoded><![CDATA[<p><i>pulled from <a href="http://www.google.com/reader/public/atom/user/12141700754783293769/state/com.google/broadcast">Google Reader</a> (click on title for original post)</i><br />
There&#8217;s a huge &#8220;gap between what the public thinks the Patriot Act says and what the American government secretly thinks the law says,&#8221; according to Sen. Ron Wyden (D-Oregon). The gap is so big, in fact, that it amounts to entirely different, and secret, law.
</p>
<p><img src="http://feeds.feedburner.com/~r/wired/index/~4/xpoDlslyVxA" height="1" width="1" /></p>
]]></content:encoded>
			<wfw:commentRss>http://royfirestein.com/theres-a-secret-patriot-act-senator-says/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Financing Options For Startups</title>
		<link>http://royfirestein.com/financing-options-for-startups/</link>
		<comments>http://royfirestein.com/financing-options-for-startups/#comments</comments>
		<pubDate>Tue, 24 May 2011 18:38:13 +0000</pubDate>
		<dc:creator>(author unknown)</dc:creator>
				<category><![CDATA[My Recent Reads]]></category>

		<guid isPermaLink="false">http://royfirestein.com/financing-options-for-startups/</guid>
		<description><![CDATA[pulled from Google Reader (click on title for original post) I got a bunch of great suggestions in my kickoff post on this topic last week. Based on that feedback, the series is going to look like this: 1) Friends and Family 2) Contests/Prizes/Accelerator Programs 3) Government Grants 4) Customer Financing 5) Vendor Financing 6) [...]]]></description>
			<content:encoded><![CDATA[<p><i>pulled from <a href="http://www.google.com/reader/public/atom/user/12141700754783293769/state/com.google/broadcast">Google Reader</a> (click on title for original post)</i></p>
<div>
<p>I got a bunch of great suggestions in <a href="http://www.avc.com/a_vc/2011/05/financing-options-for-small-tech-companies.html">my kickoff post on this topic last week</a>. Based on that feedback, the series is going to look like this:</p>
<p>1) Friends and Family</p>
<p>2) Contests/Prizes/Accelerator Programs</p>
<p>3) Government Grants</p>
<p>4) Customer Financing</p>
<p>5) Vendor Financing</p>
<p>6) Convertible Debt</p>
<p>7) Preferred Stock</p>
<p> <img src='http://royfirestein.com/wp-includes/images/smilies/icon_cool.gif' alt='8)' class='wp-smiley' /> Venture Debt</p>
<p>9) Capital Equipment Loans &amp; Leases</p>
<p>10) Bridge Loans</p>
<p>11) Working Capital Financing</p>
<p>This list is roughly in chronological order of how a small company might avail itself of the various financing options, but there are always exceptions. Starting a company is more art than science.</p>
<p>I want to do each financing option as its own dedicated post so I&#8217;m not going to start today. I will start next week with friends and family.</p>
<p>If you are looking for some meaty MBA Monday reading this week, I point you to Brad Feld and Jason Mendelson&#8217;s awesome <a href="http://www.feld.com/wp/archives/2008/06/revisiting-the-term-sheet.html">venture capital term sheet series</a>, which is required reading for anyone seeking to raise venture capital.</p>
<div><img alt="" src="http://img.zemanta.com/pixy.gif?x-id=e2c227d6-c874-4882-80ff-e862e36eb3b9" /></div>
</div>
<div>
<a href="http://feeds.feedburner.com/~ff/AVc?a=CBsfi8CWh4c:PIiU_UNxqM0:QF3NFAd80Ic"><img src="http://feeds.feedburner.com/~ff/AVc?i=CBsfi8CWh4c:PIiU_UNxqM0:QF3NFAd80Ic" border="0" /></a> <a href="http://feeds.feedburner.com/~ff/AVc?a=CBsfi8CWh4c:PIiU_UNxqM0:iLyGD4w1c3U"><img src="http://feeds.feedburner.com/~ff/AVc?d=iLyGD4w1c3U" border="0" /></a> <a href="http://feeds.feedburner.com/~ff/AVc?a=CBsfi8CWh4c:PIiU_UNxqM0:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/AVc?d=qj6IDK7rITs" border="0" /></a> <a href="http://feeds.feedburner.com/~ff/AVc?a=CBsfi8CWh4c:PIiU_UNxqM0:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/AVc?d=yIl2AUoC8zA" border="0" /></a> <a href="http://feeds.feedburner.com/~ff/AVc?a=CBsfi8CWh4c:PIiU_UNxqM0:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/AVc?i=CBsfi8CWh4c:PIiU_UNxqM0:V_sGLiPBpWU" border="0" /></a> <a href="http://feeds.feedburner.com/~ff/AVc?a=CBsfi8CWh4c:PIiU_UNxqM0:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/AVc?i=CBsfi8CWh4c:PIiU_UNxqM0:F7zBnMyn0Lo" border="0" /></a> <a href="http://feeds.feedburner.com/~ff/AVc?a=CBsfi8CWh4c:PIiU_UNxqM0:KwTdNBX3Jqk"><img src="http://feeds.feedburner.com/~ff/AVc?i=CBsfi8CWh4c:PIiU_UNxqM0:KwTdNBX3Jqk" border="0" /></a> <a href="http://feeds.feedburner.com/~ff/AVc?a=CBsfi8CWh4c:PIiU_UNxqM0:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/AVc?d=dnMXMwOfBR0" border="0" /></a> <a href="http://feeds.feedburner.com/~ff/AVc?a=CBsfi8CWh4c:PIiU_UNxqM0:c2c20Nhstd0"><img src="http://feeds.feedburner.com/~ff/AVc?i=CBsfi8CWh4c:PIiU_UNxqM0:c2c20Nhstd0" border="0" /></a> <a href="http://feeds.feedburner.com/~ff/AVc?a=CBsfi8CWh4c:PIiU_UNxqM0:m6Kt5AT5DWs"><img src="http://feeds.feedburner.com/~ff/AVc?d=m6Kt5AT5DWs" border="0" /></a> <a href="http://feeds.feedburner.com/~ff/AVc?a=CBsfi8CWh4c:PIiU_UNxqM0:DLYy-l-dIDg"><img src="http://feeds.feedburner.com/~ff/AVc?d=DLYy-l-dIDg" border="0" /></a> <a href="http://feeds.feedburner.com/~ff/AVc?a=CBsfi8CWh4c:PIiU_UNxqM0:YwkR-u9nhCs"><img src="http://feeds.feedburner.com/~ff/AVc?d=YwkR-u9nhCs" border="0" /></a>
</div>
<p><img src="http://feeds.feedburner.com/~r/AVc/~4/CBsfi8CWh4c" height="1" width="1" /></p>
]]></content:encoded>
			<wfw:commentRss>http://royfirestein.com/financing-options-for-startups/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Following the White Rabbit: Software Attacks Against Intel VT-d</title>
		<link>http://royfirestein.com/following-the-white-rabbit-software-attacks-against-intel-vt-d/</link>
		<comments>http://royfirestein.com/following-the-white-rabbit-software-attacks-against-intel-vt-d/#comments</comments>
		<pubDate>Sun, 15 May 2011 18:56:54 +0000</pubDate>
		<dc:creator>(author unknown)</dc:creator>
				<category><![CDATA[My Recent Reads]]></category>

		<guid isPermaLink="false">http://royfirestein.com/following-the-white-rabbit-software-attacks-against-intel-vt-d/</guid>
		<description><![CDATA[pulled from Google Reader (click on title for original post) Today we publish a new paper which is a result of our several month long in-depth evaluation of Intel VT-d technology. To quote the abstract: We discuss three software attacks that might allow for escaping from a VT-d-protected driver domain in a virtualization system. We [...]]]></description>
			<content:encoded><![CDATA[<p><i>pulled from <a href="http://www.google.com/reader/public/atom/user/12141700754783293769/state/com.google/broadcast">Google Reader</a> (click on title for original post)</i><br />
Today we publish a new paper which is a result of our several month long in-depth evaluation of Intel VT-d technology. To quote the abstract:<br />
<blockquote>We discuss three software attacks that might allow for escaping from a VT-d-protected driver domain in a virtualization system. We then focus on one of those attacks, and demonstrate practical and reliable code execution exploit against a Xen system. Finally, we discuss how new hardware from Intel offers a potential for protection against our attacks in the form of Interrupt Remapping (for client systems available only on the very latest Sandy Bridge processors). But we also discuss how this protection could be circumvented on a Xen system under certain circumstances&#8230; </p></blockquote>
<p>I think the attack is likely the most complex and surprising out of all the things we have presented so far. Parts of it are even funny (if you share our weird sense of humor), such as the use of ICMP ping to generate MSIs. The paper also covers the vendors&#8217; response. You can download the paper <a href="http://www.invisiblethingslab.com/resources/2011/Software%20Attacks%20on%20Intel%20VT-d.pdf">here</a>.
<div><img width="1" height="1" src="https://blogger.googleusercontent.com/tracker/24586388-5608264528014721919?l=theinvisiblethings.blogspot.com" alt="" /></div>
]]></content:encoded>
			<wfw:commentRss>http://royfirestein.com/following-the-white-rabbit-software-attacks-against-intel-vt-d/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>This Is The Best Blog Post We&#8217;ve Ever Read By An Entrepreneur</title>
		<link>http://royfirestein.com/this-is-the-best-blog-post-weve-ever-read-by-an-entrepreneur/</link>
		<comments>http://royfirestein.com/this-is-the-best-blog-post-weve-ever-read-by-an-entrepreneur/#comments</comments>
		<pubDate>Sat, 14 May 2011 13:32:00 +0000</pubDate>
		<dc:creator>(author unknown)</dc:creator>
				<category><![CDATA[My Recent Reads]]></category>

		<guid isPermaLink="false">http://royfirestein.com/this-is-the-best-blog-post-weve-ever-read-by-an-entrepreneur/</guid>
		<description><![CDATA[pulled from Google Reader (click on title for original post) Ben Pieratt is the founder and CEO of Svpply, a social shopping startup in New York City, and he wrote the best blog post we think we&#8217;ve ever read from a startup CEO. The title gives the tone of the post: &#8220;I have no idea [...]]]></description>
			<content:encoded><![CDATA[<p><i>pulled from <a href="http://www.google.com/reader/public/atom/user/12141700754783293769/state/com.google/broadcast">Google Reader</a> (click on title for original post)</i></p>
<p><img src="http://static2.businessinsider.com/image/4dce8343cadcbbdc2f210000/ben-pieratt-svpply.png" border="0" alt="ben pieratt svpply" /></p>
<p>Ben Pieratt is the founder and CEO of <a href="http://www.svpply.com/">Svpply</a>, a social shopping startup in New York City, and he wrote <a href="http://pieratt.tumblr.com/post/5450242474/my-job-pt-1-i-have-no-idea-what-im-doing">the best blog post</a> we think we&#8217;ve ever read from a startup CEO.</p>
<p>The title gives the tone of the post: &#8220;I have no idea what I&#8217;m doing.&#8221;</p>
<p>Pieratt writes about the fact that he&#8217;s a graphic designer by training, and that all of the business-y aspects of running a startup, recruiting, etc. are hard and scary. That things don&#8217;t happen how or as fast as they should. That even when it&#8217;s not his fault that things go wrong, it&#8217;s still his fault because the buck stops with him.</p>
<p>The world of startup entrepreneurship can be pretty macho, with plenty of onanistic self-congratulation about how awesome it is to be an entrepreneur. Your writer has started several companies, and the fact of the matter is that it&#8217;s lonely, terrifying and not glamorous at all. Most of the time, you really have no idea what you&#8217;re doing. Being public and upfront about it shows amazing humility and strength of character, two qualities that almost always go together.</p>
<p>Congratulations, Ben Pieratt.</p>
<p>Here&#8217;s how it starts:</p>
<p>I am the CEO of Svpply, Inc., a social shopping S-Corp operating out of New York City. My company has been the recipient of over half-a-million in investor dollars, for the stated purpose of building an unknown, 3,000-member web service into a cultural phenomenon, and I truly have very little understanding of what I am doing.</p>
<p><a href="http://pieratt.tumblr.com/post/5450242474/my-job-pt-1-i-have-no-idea-what-im-doing">Click here to read the whole thing →</a></p>
<p>For the latest tech news, visit <a href="http://www.businessinsider.com/sai">SAI: Silicon Alley Insider</a>. Follow us on <a href="http://twitter.com/#!/alleyinsider">Twitter</a> and <a href="http://facebook.com/businessinsider.sai">Facebook</a>.</p>
<p><a href="http://www.businessinsider.com/this-is-the-best-blog-post-weve-ever-read-by-an-entrepreneur-2011-5#comments">Join the conversation about this story »</a></p>
<p><b>See Also:</b></p>
<ul>
<li><a href="http://www.businessinsider.com/aviary-office-tour">Bathroom Poetry, 50 Birds And Branded Eggs: Inside The Offices Of Cloud-Photoshop Startup Aviary</a></li>
<li><a href="http://www.businessinsider.com/video-startup-2011-networking-2011-5">VIDEO: Networking By Any Means Necessary (With Lindsay Campbell)</a></li>
<li><a href="http://www.businessinsider.com/how-business-insider-got-me-invited-to-the-whitehouse-2011-5">How Business Insider Got Me Invited To The White House</a></li>
</ul>
<p><a href="http://ads.pheedo.com/click.phdo?s=fea807b0ed7bab16aeb7857fafa6cdbc&amp;p=1"><img alt="" border="0" src="http://ads.pheedo.com/img.phdo?s=fea807b0ed7bab16aeb7857fafa6cdbc&amp;p=1" /></a><br />
<img alt="" height="0" width="0" border="0" src="http://segment-pixel.invitemedia.com/pixel?code=Business&amp;partnerID=167&amp;key=segment" /><img alt="" height="0" width="0" border="0" src="http://pixel.quantserve.com/pixel/p-8bUhLiluj0fAw.gif?labels=pub.30025.rss.Business.39996,cat.Business.rss" />
<div>
<a href="http://feeds.feedburner.com/~ff/typepad/alleyinsider/silicon_alley_insider?a=XjzBjBZjVRA:pmwDijZhCKg:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/typepad/alleyinsider/silicon_alley_insider?i=XjzBjBZjVRA:pmwDijZhCKg:V_sGLiPBpWU" border="0" /></a> <a href="http://feeds.feedburner.com/~ff/typepad/alleyinsider/silicon_alley_insider?a=XjzBjBZjVRA:pmwDijZhCKg:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/typepad/alleyinsider/silicon_alley_insider?d=qj6IDK7rITs" border="0" /></a> <a href="http://feeds.feedburner.com/~ff/typepad/alleyinsider/silicon_alley_insider?a=XjzBjBZjVRA:pmwDijZhCKg:bcOpcFrp8Mo"><img src="http://feeds.feedburner.com/~ff/typepad/alleyinsider/silicon_alley_insider?d=bcOpcFrp8Mo" border="0" /></a> <a href="http://feeds.feedburner.com/~ff/typepad/alleyinsider/silicon_alley_insider?a=XjzBjBZjVRA:pmwDijZhCKg:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/typepad/alleyinsider/silicon_alley_insider?i=XjzBjBZjVRA:pmwDijZhCKg:gIN9vFwOqvQ" border="0" /></a> <a href="http://feeds.feedburner.com/~ff/typepad/alleyinsider/silicon_alley_insider?a=XjzBjBZjVRA:pmwDijZhCKg:cGdyc7Q-1BI"><img src="http://feeds.feedburner.com/~ff/typepad/alleyinsider/silicon_alley_insider?d=cGdyc7Q-1BI" border="0" /></a> <a href="http://feeds.feedburner.com/~ff/typepad/alleyinsider/silicon_alley_insider?a=XjzBjBZjVRA:pmwDijZhCKg:QXVau8BzmBE"><img src="http://feeds.feedburner.com/~ff/typepad/alleyinsider/silicon_alley_insider?d=QXVau8BzmBE" border="0" /></a> <a href="http://feeds.feedburner.com/~ff/typepad/alleyinsider/silicon_alley_insider?a=XjzBjBZjVRA:pmwDijZhCKg:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/typepad/alleyinsider/silicon_alley_insider?d=yIl2AUoC8zA" border="0" /></a> <a href="http://feeds.feedburner.com/~ff/typepad/alleyinsider/silicon_alley_insider?a=XjzBjBZjVRA:pmwDijZhCKg:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/typepad/alleyinsider/silicon_alley_insider?d=7Q72WNTAKBA" border="0" /></a>
</div>
<p><img src="http://feeds.feedburner.com/~r/typepad/alleyinsider/silicon_alley_insider/~4/XjzBjBZjVRA" height="1" width="1" /></p>
]]></content:encoded>
			<wfw:commentRss>http://royfirestein.com/this-is-the-best-blog-post-weve-ever-read-by-an-entrepreneur/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Beating Up on Android: Practical Android Attacks</title>
		<link>http://royfirestein.com/beating-up-on-android-practical-android-attacks/</link>
		<comments>http://royfirestein.com/beating-up-on-android-practical-android-attacks/#comments</comments>
		<pubDate>Thu, 12 May 2011 22:34:16 +0000</pubDate>
		<dc:creator>(author unknown)</dc:creator>
				<category><![CDATA[My Recent Reads]]></category>

		<guid isPermaLink="false">http://royfirestein.com/beating-up-on-android-practical-android-attacks/</guid>
		<description><![CDATA[pulled from Google Reader (click on title for original post) http://www.immunityinc.com/infiltrate/presentations/Android_Attacks.odt.pdf Abstract In this talk Massimialiano Oldani and Bas Alberts exploit the Android Attack Surface. This talk will demonstrate the various ways Android devices may be compromised both remotely and locally. Furthermore, it will explore many of the interesting things a remote attacker can do [...]]]></description>
			<content:encoded><![CDATA[<p><i>pulled from <a href="http://www.google.com/reader/public/atom/user/12141700754783293769/state/com.google/broadcast">Google Reader</a> (click on title for original post)</i><br />
<a href="http://www.immunityinc.com/infiltrate/presentations/Android_Attacks.odt.pdf">http://www.immunityinc.com/infiltrate/presentations/Android_Attacks.odt.pdf </a></p>
<p><i><b>Abstract</b></p>
<p>In this talk Massimialiano Oldani and Bas Alberts exploit the Android Attack Surface. This talk will demonstrate the various ways Android devices may be compromised both remotely and locally. Furthermore, it will explore many of the interesting things a remote attacker can do once they have established access to your Android device.</i></p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
<p>This presentation was presented @ Immunity Inc.&#8217;s <a href="https://www.immunityinc.com/infiltrate/">Infilrate 2011 conference</a> by two senior researchers for Immunity, Inc.
<div><img width="1" height="1" src="https://blogger.googleusercontent.com/tracker/18341144-578797212411200200?l=djtechnocrat.blogspot.com" alt="" /></div>
<div>
<a href="http://feeds.feedburner.com/~ff/ThoughtsOfATechnocrat?a=pjS_xJ4LBXo:xuaaSYjso0w:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/ThoughtsOfATechnocrat?d=yIl2AUoC8zA" border="0" /></a>
</div>
<p><img src="http://feeds.feedburner.com/~r/ThoughtsOfATechnocrat/~4/pjS_xJ4LBXo" height="1" width="1" /></p>
]]></content:encoded>
			<wfw:commentRss>http://royfirestein.com/beating-up-on-android-practical-android-attacks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google lobbies Nevada to be first state for self-driving cars</title>
		<link>http://royfirestein.com/google-lobbies-nevada-to-be-first-state-for-self-driving-cars/</link>
		<comments>http://royfirestein.com/google-lobbies-nevada-to-be-first-state-for-self-driving-cars/#comments</comments>
		<pubDate>Thu, 12 May 2011 10:52:41 +0000</pubDate>
		<dc:creator>(author unknown)</dc:creator>
				<category><![CDATA[My Recent Reads]]></category>

		<guid isPermaLink="false">http://royfirestein.com/google-lobbies-nevada-to-be-first-state-for-self-driving-cars/</guid>
		<description><![CDATA[pulled from Google Reader (click on title for original post) Google hasn’t given up on its sci-fi ambitions to make self-driving cars a reality. The company is now lobbying Nevada to be the first state to legally allow self-driving cars on public roads, the New York Times reports. We’re still far from seeing the self-driving [...]]]></description>
			<content:encoded><![CDATA[<p><i>pulled from <a href="http://www.google.com/reader/public/atom/user/12141700754783293769/state/com.google/broadcast">Google Reader</a> (click on title for original post)</i></p>
<p><img src="http://cdn.venturebeat.com/wp-content/uploads/2011/05/irobot-car.jpg" alt="" width="402" height="299" />Google hasn’t given up on its sci-fi ambitions to <a href="http://venturebeat.com/2010/10/09/google-pulls-an-asimov-announces-self-driving-cars-smart-enough-to-take-on-traffic/">make self-driving cars a reality</a>. The company is now lobbying Nevada to be the first state to legally allow self-driving cars on public roads, <a href="http://www.nytimes.com/2011/05/11/science/11drive.html?_r=1&amp;partner=rss&amp;emc=rss">the New York Times reports</a>.</p>
<p>We’re still far from seeing the self-driving cars widely deployed across the country, but landing Nevada’s approval could get the cars up and running in Las Vegas within a few years. Eventually, the cars could perform automated deliveries and serve as self-driving taxis in Vegas, policy analysts say.</p>
<p>The news comes about eight months after Google first announced the  technology, which at the time seemed to have come straight out of an  Isaac Asimov novel. And in addition to announcing it had developed self-driving cars that actually worked, Google also dropped a bombshell saying the cars had covered 140,000 miles of driving in California with occasional human control. Seven cars drove over 1,000 miles without any human intervention at all.</p>
<p>Google hired Las Vegas-based lobbyist David Goldwater to promote two bills that would legalize self-driving cars. One bill is an amendment to a current electric-vehicle bill that would allow licensing and testing of autonomous vehicles, while the other would allow texting while riding behind the driver’s seat of a self-driving car.</p>
<p>Thus far, Google has been testing the cars with a person in the driver seat (to take over in case the system fails) and passenger seat (to monitor the system). If the legislation is passed and Google’s technology reaches a point where it can be reliably deployed, the cars would be able to drive completely on their own.</p>
<p>Sebastian Thrun, the director of the Stanford Artificial Intelligence Laboratory and co-inventor of Google’s Street View service, previously said that the company’s goal is to prevent traffic accidents, give people more free time, and reduce carbon emissions by changing the way people use their cars.</p>
<p>Tags: <a href="http://venturebeat.com/tag/artificial-intelligence/" rel="tag">artificial intelligence</a>, <a href="http://venturebeat.com/tag/cars/" rel="tag">cars</a>, <a href="http://venturebeat.com/tag/robots/" rel="tag">robots</a>, <a href="http://venturebeat.com/tag/self-driving-cars/" rel="tag">self-driving cars</a></p>
<p>Companies: <a href="http://venturebeat.com/company/google/" rel="tag">Google</a></p>
<p>People: <a href="http://venturebeat.com/person/sebastian-thrun/" rel="tag">Sebastian Thrun</a></p>
</p>
<div>
<div>
<p></p>
</div>
</div>
<div>
<a href="http://feeds.feedburner.com/~ff/Venturebeat?a=lXvYgMB5ipk:6iFSgLu4KNM:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Venturebeat?d=yIl2AUoC8zA" border="0" /></a> <a href="http://feeds.feedburner.com/~ff/Venturebeat?a=lXvYgMB5ipk:6iFSgLu4KNM:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/Venturebeat?d=qj6IDK7rITs" border="0" /></a> <a href="http://feeds.feedburner.com/~ff/Venturebeat?a=lXvYgMB5ipk:6iFSgLu4KNM:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/Venturebeat?i=lXvYgMB5ipk:6iFSgLu4KNM:V_sGLiPBpWU" border="0" /></a> <a href="http://feeds.feedburner.com/~ff/Venturebeat?a=lXvYgMB5ipk:6iFSgLu4KNM:I9og5sOYxJI"><img src="http://feeds.feedburner.com/~ff/Venturebeat?d=I9og5sOYxJI" border="0" /></a> <a href="http://feeds.feedburner.com/~ff/Venturebeat?a=lXvYgMB5ipk:6iFSgLu4KNM:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/Venturebeat?i=lXvYgMB5ipk:6iFSgLu4KNM:D7DqB2pKExk" border="0" /></a>
</div>
<p><img src="http://feeds.feedburner.com/~r/Venturebeat/~4/lXvYgMB5ipk" height="1" width="1" /></p>
]]></content:encoded>
			<wfw:commentRss>http://royfirestein.com/google-lobbies-nevada-to-be-first-state-for-self-driving-cars/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Half In / Half Out</title>
		<link>http://royfirestein.com/half-in-half-out/</link>
		<comments>http://royfirestein.com/half-in-half-out/#comments</comments>
		<pubDate>Fri, 06 May 2011 18:40:10 +0000</pubDate>
		<dc:creator>(author unknown)</dc:creator>
				<category><![CDATA[My Recent Reads]]></category>

		<guid isPermaLink="false">http://royfirestein.com/half-in-half-out/</guid>
		<description><![CDATA[pulled from Google Reader (click on title for original post) Recently I met a great entrepreneur working in a hot space. Like many entrepreneurs he’s bootstrapping his company by running a services business on the side. Today, I passed on that opportunity. Why? - Does not yet have a clear vision and direction - Not [...]]]></description>
			<content:encoded><![CDATA[<p><i>pulled from <a href="http://www.google.com/reader/public/atom/user/12141700754783293769/state/com.google/broadcast">Google Reader</a> (click on title for original post)</i></p>
<div>
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.startupcfo.ca%2F2011%2F05%2Fhalf-in-half-out%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.startupcfo.ca%2F2011%2F05%2Fhalf-in-half-out%2F&amp;source=startupcfo&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>Recently I met a great entrepreneur working in a hot space. Like many entrepreneurs he’s bootstrapping his company by running a services business on the side. Today, I passed on that opportunity. Why?</p>
<p>- Does not yet have a clear vision and direction</p>
<p>- Not working on it full time</p>
<p><span></span>These points are completely related BTW. If his team was full time on this they might be much closer to having clarity around the problem, value proposition and ultimate vision. But they’re not there yet. And while investors can contribute to that vision and I certainly have some ideas, the vision has to come from the company.</p>
<p>Speed is so important to building value. Repeat founder Mike Cassidy who has built and very successfully sold multiple companies says <a href="http://www.startupcfo.ca/2010/05/be-like-mike/">speed is the ultimate strategy</a>. Everything else being equal if I’m looking at two companies going after the same space at the same stage, I’ll back the one that’s moving fastest. Hard to do that when you’re part time.</p>
<p>I am very sympathetic to the need to put food on the table. I get it. But, if you’re going after a big opportunity, one that needs outside investment capital and is capable of delivering the returns that capital needs, then you can’t be half in / half out. You just can’t. If the opportunity is a good one then it’s guaranteed that other teams are working on it full time. And as an investor if I really want to be in that space, I’ll go and find those other companies.</p>
<p>The worst is people who come and pitch and idea they will start after they quit their jobs (after they get funded). Those conversations are very short.</p>
<p>If you want to raise outside $ and even if you don’t but you want to build a leader in your market you need to be all in. Technology and markets move too fast. The barriers to launching companies are almost non-existent. Speed really is the ultimate strategy. So, if you’re going to launch a company find a way to do it full time.</p>
<p><img src="http://feeds.feedburner.com/~r/Startupcfo/~4/B74qoYBITkk" height="1" width="1" /></p>
]]></content:encoded>
			<wfw:commentRss>http://royfirestein.com/half-in-half-out/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A Syrian Man-In-The-Middle Attack against Facebook</title>
		<link>http://royfirestein.com/a-syrian-man-in-the-middle-attack-against-facebook/</link>
		<comments>http://royfirestein.com/a-syrian-man-in-the-middle-attack-against-facebook/#comments</comments>
		<pubDate>Thu, 05 May 2011 22:07:56 +0000</pubDate>
		<dc:creator>(author unknown)</dc:creator>
				<category><![CDATA[My Recent Reads]]></category>

		<guid isPermaLink="false">http://royfirestein.com/a-syrian-man-in-the-middle-attack-against-facebook/</guid>
		<description><![CDATA[pulled from Google Reader (click on title for original post) UPDATE: If you are in Syria and your browser shows you this certificate warning on Facebook, it is not safe to login to Facebook. You may wish to use Tor to connect to Facebook, or use proxies outside of Syria. Yesterday we learned of reports [...]]]></description>
			<content:encoded><![CDATA[<p><i>pulled from <a href="http://www.google.com/reader/public/atom/user/12141700754783293769/state/com.google/broadcast">Google Reader</a> (click on title for original post)</i></p>
<p><b>UPDATE: If you are in Syria and your browser shows you this certificate warning on Facebook, <i>it is not safe to login to Facebook</i>. You may wish to use <a href="https://www.torproject.org">Tor</a> to connect to Facebook, or use proxies outside of Syria.</b></p>
<p>Yesterday we learned of reports that the <a href="http://advocacy.globalvoicesonline.org/2011/05/05/did-syria-replace-facebooks-security-certificate-with-a-forged-one/print/">Syrian Telecom Ministry</a> had launched a <a href="https://secure.wikimedia.org/wikipedia/en/wiki/Man-in-the-middle_attack">man-in-the-middle attack</a> against the HTTPS version of the Facebook site.  The attack is ongoing and has been seen by users of multiple Syrian ISPs.  We cannot confirm the identity of the perpetrators.</p>
<p>The attack is not extremely sophisticated: the certificate is invalid in user&#8217;s browsers, and raises a security warning.  Unfortunately, because users see these warnings for many operational reasons that are <i>not</i> actual man-in-the-middle attacks, they have often learned to click through them reflexively.  In this instance, doing so would allow the attackers access to and control of their Facebook account. The security warning is users&#8217; only line of defense.</p>
<p>EFF is very interested in collecting TLS/SSL certificates.  Our <a href="http://www.eff.org/observatory">SSL Observatory</a> project has collected millions of them by scanning the public Internet.  Thanks to the assistance of a Syrian citizen named Mohammad, we can also provide a copy of the fake Syrian Facebook certificate.  Interested readers can find a copy in <a href="http://www.eff.org/files/syrian-facebook-attack.txt">human readable</a> and <a href="http://www.eff.org/files/syrian-facebook-attack.pem">PEM encoded</a> form.<a title="Mohammad's machine resolved the s.static.ak.facebook.com domain to 195.59.150.24, and the www.facebook.com domain to 66.220.153.11. These addresses appear legitimate to us, so the attack was probably implemented with routers or proxies rather than DNS tampering." href="http://www.eff.org/#footnote1_0l4d0q6">1</a></p>
<p>This is very much an amateur attempt at attacking Facebook&#8217;s HTTPS site.  The certificate was not signed by a Certificate Authority that was trusted by users&#8217; web browsers.  Unfortunately, Certificate Authorities are under the <a href="http://www.eff.org/files/countries-with-CAs.txt">direct or indirect control of numerous governments</a>, and many governments therefore have the capability to perform versions of this attack that do not raise any errors or warnings.</p>
<ol>
<li><a href="http://www.eff.org/#footnoteref1_0l4d0q6">1.</a> Mohammad&#8217;s machine resolved the s.static.ak.facebook.com domain to 195.59.150.24, and the www.facebook.com domain to 66.220.153.11. These addresses appear legitimate to us, so the attack was probably implemented with routers or proxies rather than DNS tampering.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://royfirestein.com/a-syrian-man-in-the-middle-attack-against-facebook/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Robots Evolve Altruism, Just as Biology Predicts</title>
		<link>http://royfirestein.com/robots-evolve-altruism-just-as-biology-predicts/</link>
		<comments>http://royfirestein.com/robots-evolve-altruism-just-as-biology-predicts/#comments</comments>
		<pubDate>Thu, 05 May 2011 09:07:08 +0000</pubDate>
		<dc:creator>(author unknown)</dc:creator>
				<category><![CDATA[My Recent Reads]]></category>

		<guid isPermaLink="false">http://royfirestein.com/robots-evolve-altruism-just-as-biology-predicts/</guid>
		<description><![CDATA[pulled from Google Reader (click on title for original post) Robots in a Swiss laboratory have evolved to help each other, just as predicted by a classic analysis of how self-sacrifice might emerge in the biological world.]]></description>
			<content:encoded><![CDATA[<p><i>pulled from <a href="http://www.google.com/reader/public/atom/user/12141700754783293769/state/com.google/broadcast">Google Reader</a> (click on title for original post)</i><br />
Robots in a Swiss laboratory have evolved to help each other, just as predicted by a classic analysis of how self-sacrifice might emerge in the biological world.
</p>
<p><img src="http://feeds.feedburner.com/~r/wired/index/~4/utF4eV_wYoA" height="1" width="1" /></p>
]]></content:encoded>
			<wfw:commentRss>http://royfirestein.com/robots-evolve-altruism-just-as-biology-predicts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>10 Best Practices For Raising A VC Round</title>
		<link>http://royfirestein.com/10-best-practices-for-raising-a-vc-round/</link>
		<comments>http://royfirestein.com/10-best-practices-for-raising-a-vc-round/#comments</comments>
		<pubDate>Thu, 05 May 2011 09:07:08 +0000</pubDate>
		<dc:creator>(author unknown)</dc:creator>
				<category><![CDATA[My Recent Reads]]></category>

		<guid isPermaLink="false">http://royfirestein.com/10-best-practices-for-raising-a-vc-round/</guid>
		<description><![CDATA[pulled from Google Reader (click on title for original post) Having raised a number of VC rounds personally and observed many more as an investor or friend, I’ve come to think there are a set of dominant best practices that entrepreneurs should follow. 1. Valuation: Come up with what minimum valuation you’d be happy with [...]]]></description>
			<content:encoded><![CDATA[<p><i>pulled from <a href="http://www.google.com/reader/public/atom/user/12141700754783293769/state/com.google/broadcast">Google Reader</a> (click on title for original post)</i></p>
<p>Having raised a number of VC rounds personally and observed many more as an investor or friend, I’ve come to think there are a set of dominant best practices that entrepreneurs should follow.</p>
<p><strong>1. Valuation:</strong> Come up with what minimum valuation you’d be happy with but never share that number with any investor.  If the number is too low, you’ve set a low ceiling. If your number is too high, you scare people off. Just like on eBay, you only get to your desired price by starting lower and getting a competitive process going. When people ask about price, simply tell them your last round post-money valuation and talk about the progress you’ve made since then.</p>
<p><strong>2. Never tell VCs the names of other VCs that are interested</strong>. Reasons: 1) if you are overplaying your hand that could send a negative signal.  Most VCs know each other and talk all the time. 2) it is possible they’ll get together and offer a two-handed deal in which case you have less competition.</p>
<p><strong>3. I think the optimal number of VCs to talk to seriously is about 5. </strong> That is usually enough to get a sense of market but not so much that you get overwhelmed.  You should pick these VCs carefully – this is where trusted, experienced advisors are critical.</p>
<p><strong>4. If there is a VC you really like, have a “buy it now price” and if they hit that valuation (and other terms are <a href="http://cdixon.org/2009/08/16/ideal-first-round-funding-terms/">clean</a>) do the deal.</strong>  Otherwise, say you’d like to “run a process” and include them in it.</p>
<p><strong>5. Try to set timelines that are definite enough that investors feel some pressure to move but not so definite that you look dumb if you don’t have a term sheet by then.</strong>  (Investors have an incentive to wait – “to flip another card over” as they say – whereas entrepreneurs want to get the financing over with asap). Depending on where you are in the process, say things like “we’d like to wrap this up in the next few weeks.”</p>
<p><strong>6. Once you start pitching, the clock starts ticking on your deal looking “tired.”</strong>  I’d say from your first VC meeting you have about a month before this risk kicks in.  You could have a great company but if investors get a sense that other investors have passed, they assume something is wrong with your company and/or they can wait around and invest later at their leisure.</p>
<p><strong>7. The earlier stage your company is the more you should weight quality of investors vs valuation.</strong> For a Series A, you are truly partnering with the VCs.  You should consider taking a lower valuation from a top tier firm over a non top tier firm (but probably any discount over 20% is too much). If you are doing a post-profitable “momentum round” I’d just optimize for valuation and deal terms.</p>
<p><strong>8. Term sheets:</strong>  talk about terms in detail over the phone.  Only accept a term sheet once you have decided that if it matches what was described you are prepared to sign it.  After sending a term sheet VCs get worried you’ll shop it and usually want it signed in 24 hours.</p>
<p><strong>9. Get to know the VCs.</strong> Talk to their other portfolio companies, read their blogs, call references, etc.  You will be in business with this person for (hopefully) a long time.</p>
<p><strong>10. Timing</strong>. While it’s ideal to raise money once you hit the milestones you set out initially, you also need to be opportunistic.  Right now, for example, seems to be a really good time to raise a VC round.  You could make a ton of progress over the next 6 months but the market could tank and end up in a worse place than you would be today.</p>
<div> </div>
<div>
<div> </div>
<div>
</div>
</div>
<p><strong>Read more posts on <a href="http://cdixon.org/">cdixon.org »</a></strong></p>
<p>For the latest tech news, visit <a href="http://www.businessinsider.com/sai">SAI: Silicon Alley Insider</a>. Follow us on <a href="http://twitter.com/#!/alleyinsider">Twitter</a> and <a href="http://facebook.com/businessinsider.sai">Facebook</a>.</p>
<p><a href="http://www.businessinsider.com/best-practices-for-raising-a-vc-round-2011-5#comments">Join the conversation about this story »</a></p>
<p><a href="http://ads.pheedo.com/click.phdo?s=433fffc3b0e97dd68ccfe621dbcc6d21&amp;p=1"><img alt="" border="0" src="http://ads.pheedo.com/img.phdo?s=433fffc3b0e97dd68ccfe621dbcc6d21&amp;p=1" /></a><br />
<img alt="" height="0" width="0" border="0" src="http://segment-pixel.invitemedia.com/pixel?code=Business&amp;partnerID=167&amp;key=segment" /><img alt="" height="0" width="0" border="0" src="http://pixel.quantserve.com/pixel/p-8bUhLiluj0fAw.gif?labels=pub.30025.rss.Business.39996,cat.Business.rss" />
<div>
<a href="http://feeds.feedburner.com/~ff/typepad/alleyinsider/silicon_alley_insider?a=DMiLExP7pPs:9X8OZ1gt3a8:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/typepad/alleyinsider/silicon_alley_insider?i=DMiLExP7pPs:9X8OZ1gt3a8:V_sGLiPBpWU" border="0" /></a> <a href="http://feeds.feedburner.com/~ff/typepad/alleyinsider/silicon_alley_insider?a=DMiLExP7pPs:9X8OZ1gt3a8:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/typepad/alleyinsider/silicon_alley_insider?d=qj6IDK7rITs" border="0" /></a> <a href="http://feeds.feedburner.com/~ff/typepad/alleyinsider/silicon_alley_insider?a=DMiLExP7pPs:9X8OZ1gt3a8:bcOpcFrp8Mo"><img src="http://feeds.feedburner.com/~ff/typepad/alleyinsider/silicon_alley_insider?d=bcOpcFrp8Mo" border="0" /></a> <a href="http://feeds.feedburner.com/~ff/typepad/alleyinsider/silicon_alley_insider?a=DMiLExP7pPs:9X8OZ1gt3a8:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/typepad/alleyinsider/silicon_alley_insider?i=DMiLExP7pPs:9X8OZ1gt3a8:gIN9vFwOqvQ" border="0" /></a> <a href="http://feeds.feedburner.com/~ff/typepad/alleyinsider/silicon_alley_insider?a=DMiLExP7pPs:9X8OZ1gt3a8:cGdyc7Q-1BI"><img src="http://feeds.feedburner.com/~ff/typepad/alleyinsider/silicon_alley_insider?d=cGdyc7Q-1BI" border="0" /></a> <a href="http://feeds.feedburner.com/~ff/typepad/alleyinsider/silicon_alley_insider?a=DMiLExP7pPs:9X8OZ1gt3a8:QXVau8BzmBE"><img src="http://feeds.feedburner.com/~ff/typepad/alleyinsider/silicon_alley_insider?d=QXVau8BzmBE" border="0" /></a> <a href="http://feeds.feedburner.com/~ff/typepad/alleyinsider/silicon_alley_insider?a=DMiLExP7pPs:9X8OZ1gt3a8:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/typepad/alleyinsider/silicon_alley_insider?d=yIl2AUoC8zA" border="0" /></a> <a href="http://feeds.feedburner.com/~ff/typepad/alleyinsider/silicon_alley_insider?a=DMiLExP7pPs:9X8OZ1gt3a8:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/typepad/alleyinsider/silicon_alley_insider?d=7Q72WNTAKBA" border="0" /></a>
</div>
<p><img src="http://feeds.feedburner.com/~r/typepad/alleyinsider/silicon_alley_insider/~4/DMiLExP7pPs" height="1" width="1" /></p>
]]></content:encoded>
			<wfw:commentRss>http://royfirestein.com/10-best-practices-for-raising-a-vc-round/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Megatrend Crosscurrents</title>
		<link>http://royfirestein.com/megatrend-crosscurrents/</link>
		<comments>http://royfirestein.com/megatrend-crosscurrents/#comments</comments>
		<pubDate>Wed, 04 May 2011 09:49:36 +0000</pubDate>
		<dc:creator>(author unknown)</dc:creator>
				<category><![CDATA[My Recent Reads]]></category>

		<guid isPermaLink="false">http://royfirestein.com/megatrend-crosscurrents/</guid>
		<description><![CDATA[pulled from Google Reader (click on title for original post) It is an exciting time to be an entrpreneur and an investor in tech startups. The history of tech investing is a series of waves or megatrends that come one after another. Mainframes to minicomputers to PCs to client server to Internet, for example. But [...]]]></description>
			<content:encoded><![CDATA[<p><i>pulled from <a href="http://www.google.com/reader/public/atom/user/12141700754783293769/state/com.google/broadcast">Google Reader</a> (click on title for original post)</i></p>
<div>
<p>It is an exciting time to be an entrpreneur and an investor in tech startups. The history of tech investing is a series of waves or megatrends that come one after another. Mainframes to minicomputers to PCs to client server to Internet, for example. But right now we are in the midst of a number of these megatrends all happening at the same time. There are at least four big ones going on at the same time:</p>
<p>- Mobile &#8211; yesterday <a href="http://www.avc.com/a_vc/2011/05/mobile-reading-trends-at-avc.html">I wrote that at least 16% of the visits to this blog are coming from mobile devices </a>and that number is up from essentially zero six quarters ago</p>
<p>- Social &#8211; Facebook will have 1bn users in the next year or so</p>
<p>- Cloud &#8211; A third of Netflix&#8217; new subscribers are opting for the streaming only plan</p>
<p>- Global &#8211; companies like Skype, Facebook, Twitter, Google see upwards of 80% of their users from outside the US and these numbers are growing faster than ever</p>
<p>Each one of these megatrends would be an investable wave on its own. But we are in an environment when all four are crashing on the shore ata the same time. Twitter, for example, is mobile and social and global. It is the world in your pocket. And it is changing the world too.</p>
<p>All of this is happening in the context of a very frothy investment climate. Investors are acutely aware that this is a time of great opportunity in tech investing. Capital has come gushing into the venture capital and startup sector. Maybe it is appropriate given all the opportunity. Or maybe it is irrational exuberance. But as my friend Tom Evslin says, &#8220;nothing great has ever been built without irrational exuberance.&#8221;</p>
<p>Investing in the midst of these megatrend crosscurrents is both exciting and challenging. And I certainly wouldn&#8217;t want it any other way.</p>
<div><img alt="" src="http://img.zemanta.com/pixy.gif?x-id=dcf97e9e-eb72-40fa-a0b9-2154db253b41" /><span></p>
<p></span></div>
</div>
<div>
<a href="http://feeds.feedburner.com/~ff/AVc?a=VrTn7ujnIoE:WknS-6HxBpA:QF3NFAd80Ic"><img src="http://feeds.feedburner.com/~ff/AVc?i=VrTn7ujnIoE:WknS-6HxBpA:QF3NFAd80Ic" border="0" /></a> <a href="http://feeds.feedburner.com/~ff/AVc?a=VrTn7ujnIoE:WknS-6HxBpA:iLyGD4w1c3U"><img src="http://feeds.feedburner.com/~ff/AVc?d=iLyGD4w1c3U" border="0" /></a> <a href="http://feeds.feedburner.com/~ff/AVc?a=VrTn7ujnIoE:WknS-6HxBpA:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/AVc?d=qj6IDK7rITs" border="0" /></a> <a href="http://feeds.feedburner.com/~ff/AVc?a=VrTn7ujnIoE:WknS-6HxBpA:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/AVc?d=yIl2AUoC8zA" border="0" /></a> <a href="http://feeds.feedburner.com/~ff/AVc?a=VrTn7ujnIoE:WknS-6HxBpA:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/AVc?i=VrTn7ujnIoE:WknS-6HxBpA:V_sGLiPBpWU" border="0" /></a> <a href="http://feeds.feedburner.com/~ff/AVc?a=VrTn7ujnIoE:WknS-6HxBpA:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/AVc?i=VrTn7ujnIoE:WknS-6HxBpA:F7zBnMyn0Lo" border="0" /></a> <a href="http://feeds.feedburner.com/~ff/AVc?a=VrTn7ujnIoE:WknS-6HxBpA:KwTdNBX3Jqk"><img src="http://feeds.feedburner.com/~ff/AVc?i=VrTn7ujnIoE:WknS-6HxBpA:KwTdNBX3Jqk" border="0" /></a> <a href="http://feeds.feedburner.com/~ff/AVc?a=VrTn7ujnIoE:WknS-6HxBpA:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/AVc?d=dnMXMwOfBR0" border="0" /></a> <a href="http://feeds.feedburner.com/~ff/AVc?a=VrTn7ujnIoE:WknS-6HxBpA:c2c20Nhstd0"><img src="http://feeds.feedburner.com/~ff/AVc?i=VrTn7ujnIoE:WknS-6HxBpA:c2c20Nhstd0" border="0" /></a> <a href="http://feeds.feedburner.com/~ff/AVc?a=VrTn7ujnIoE:WknS-6HxBpA:m6Kt5AT5DWs"><img src="http://feeds.feedburner.com/~ff/AVc?d=m6Kt5AT5DWs" border="0" /></a> <a href="http://feeds.feedburner.com/~ff/AVc?a=VrTn7ujnIoE:WknS-6HxBpA:DLYy-l-dIDg"><img src="http://feeds.feedburner.com/~ff/AVc?d=DLYy-l-dIDg" border="0" /></a> <a href="http://feeds.feedburner.com/~ff/AVc?a=VrTn7ujnIoE:WknS-6HxBpA:YwkR-u9nhCs"><img src="http://feeds.feedburner.com/~ff/AVc?d=YwkR-u9nhCs" border="0" /></a>
</div>
<p><img src="http://feeds.feedburner.com/~r/AVc/~4/VrTn7ujnIoE" height="1" width="1" /></p>
]]></content:encoded>
			<wfw:commentRss>http://royfirestein.com/megatrend-crosscurrents/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why now is the “second golden age” for VC tech investing, says new report</title>
		<link>http://royfirestein.com/why-now-is-the-%e2%80%9csecond-golden-age%e2%80%9d-for-vc-tech-investing-says-new-report/</link>
		<comments>http://royfirestein.com/why-now-is-the-%e2%80%9csecond-golden-age%e2%80%9d-for-vc-tech-investing-says-new-report/#comments</comments>
		<pubDate>Tue, 03 May 2011 16:00:13 +0000</pubDate>
		<dc:creator>(author unknown)</dc:creator>
				<category><![CDATA[My Recent Reads]]></category>

		<guid isPermaLink="false">http://royfirestein.com/why-now-is-the-%e2%80%9csecond-golden-age%e2%80%9d-for-vc-tech-investing-says-new-report/</guid>
		<description><![CDATA[pulled from Google Reader (click on title for original post) A new report issued today by venture capital company Clearstone Venture Partners on how well the venture capital community is doing says that VCs who put their money into technology startups now will get the best return on their money since the boomtimes of the [...]]]></description>
			<content:encoded><![CDATA[<p><i>pulled from <a href="http://www.google.com/reader/public/atom/user/12141700754783293769/state/com.google/broadcast">Google Reader</a> (click on title for original post)</i></p>
<p><img src="http://cdn.venturebeat.com/wp-content/uploads/2011/05/toilet-paper-money.jpg" alt="" width="300" height="229" />A <a href="http://quigleyreport.com/?p=190">new report</a> issued today by venture capital company <a href="http://www.clearstone.com/">Clearstone Venture Partners</a> on how well the venture capital community is doing says that VCs who put their money into technology startups now will get the best return on their money since the boomtimes of the dotcom era last decade.</p>
<p>Titled “The State of Venture Capital in America,” the report says that because conditions have improved considerably due to a shakeout in the number of VC players involved in the tech sector, there’s been a reduction in capital allocated, making the money VCs do invest count even more.</p>
<p>It concluded that the top three reasons for superior performance returning to the venture capital asset class are: a scarcity of capital leading to better returns to those who are investing; far higher valuations being awarded to successful companies at their IPOs; and the rising importance of businesses going global sooner in their life cycle.</p>
<p>The significant decline in VC funding raised since the dot-com bubble burst — only $12 billion in 2010, versus more than $80 billion in 2000, and $37 billion in 2007 — has combined with a high uptick in money pouring into clean technology deals, which made up 17 percent of venture investments in 2010, to create ideal conditions for investing.</p>
<p>These factors and a sluggish IPO market could lead to a second “Golden Age” of tech investing on the part of venture capitalists, said the report.</p>
<p>“While the asset class has been largely abandoned by institutional investors, this disinterest will paradoxically lead to superior returns in the future,” <a href="http://www.clearstone.com/content/html/about-team-profile.htm?a=10">William Quigley</a>, managing partner at the Menlo Park, Calif.-based outfit and author of the report told VentureBeat.</p>
<p>That makes it a prime environment for investors looking to find bargains at the seed stage level and large payouts when popular companies such as <a href="http://www.zynga.com">Zynga</a>, <a href="http://www.facebook.com">Facebook</a> and <a href="http://www.twitter.com">Twitter</a> do go public.</p>
<p>“Investors in the hot start-up companies of today, Facebook, Groupon, Zynga [etc.] will do fantastically well,” said Quigley who has seen a number of his early-stage investments go public, including <a href="http://www.mp3.com">MP3.com</a>, <a href="http://www.tickets.com">Tickets.com</a>, <a href="http://www.emusic.com/">Emusic</a> and <a href="http://www.peoplesupport.com/">PeopleSupport</a>.</p>
<p>However, he warned that because most of the new Silicon Valley companies already have an existing product and gone global, public shareholders in these company will be taking on substantially more risk this time than they did versus their investments in the leaders from the last tech cycle.</p>
<p>“The iconic companies of the dot com and telecom bubble, such as <a href="http://www.amazon.com">Amazon.com</a>, <a href="http://www.ebay.com">eBay</a> and <a href="http://www.www.juniper.net/">Juniper Networks</a> were priced at very attractive valuations when they were offered to public shareholders  Amazon went public at less than 1 times forward 12 month revenues,” he said.  “I don’t see the same fantastic opportunity for IPO investors this time around.”</p>
<p>“The newest crop of high-profile IPOs will be fully priced, with all of the risk that implies for public investors,” he added.</p>
<p>The report also said that taking a data-driven prospective, conditions today in the private and public capital markets bode well for superior performance and a to return to the venture capital asset class this decade.</p>
<p>“Specifically, the rewards accruing to private investors in the leading tech companies of today far exceed what private investors used to earn from their investment in the best companies of previous tech cycles,” it said.</p>
<p>Companies: <a href="http://venturebeat.com/company/amazoncom/" rel="tag">Amazon.com</a>, <a href="http://venturebeat.com/company/clearstone-venture-partners/" rel="tag">Clearstone Venture Partners</a>, <a href="http://venturebeat.com/company/ebay/" rel="tag">eBay</a>, <a href="http://venturebeat.com/company/emusic/" rel="tag">Emusic</a>, <a href="http://venturebeat.com/company/facebook/" rel="tag">Facebook</a>, <a href="http://venturebeat.com/company/groupon/" rel="tag">Groupon</a>, <a href="http://venturebeat.com/company/juniper-networks/" rel="tag">Juniper Networks</a>, <a href="http://venturebeat.com/company/mp3-com/" rel="tag">MP3.com</a>, <a href="http://venturebeat.com/company/peoplesupport/" rel="tag">PeopleSupport</a>, <a href="http://venturebeat.com/company/tickets-com/" rel="tag">Tickets.com</a>, <a href="http://venturebeat.com/company/twitter/" rel="tag">Twitter</a>, <a href="http://venturebeat.com/company/zynga/" rel="tag">Zynga</a></p>
<p>People: <a href="http://venturebeat.com/person/william-quigley/" rel="tag">William Quigley</a></p>
</p>
<div>
<div>
<p></p>
</div>
</div>
<div>
<a href="http://feeds.feedburner.com/~ff/Venturebeat?a=E4NEetpv-Gk:lwUNQjT9kC0:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Venturebeat?d=yIl2AUoC8zA" border="0" /></a> <a href="http://feeds.feedburner.com/~ff/Venturebeat?a=E4NEetpv-Gk:lwUNQjT9kC0:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/Venturebeat?d=qj6IDK7rITs" border="0" /></a> <a href="http://feeds.feedburner.com/~ff/Venturebeat?a=E4NEetpv-Gk:lwUNQjT9kC0:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/Venturebeat?i=E4NEetpv-Gk:lwUNQjT9kC0:V_sGLiPBpWU" border="0" /></a> <a href="http://feeds.feedburner.com/~ff/Venturebeat?a=E4NEetpv-Gk:lwUNQjT9kC0:I9og5sOYxJI"><img src="http://feeds.feedburner.com/~ff/Venturebeat?d=I9og5sOYxJI" border="0" /></a> <a href="http://feeds.feedburner.com/~ff/Venturebeat?a=E4NEetpv-Gk:lwUNQjT9kC0:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/Venturebeat?i=E4NEetpv-Gk:lwUNQjT9kC0:D7DqB2pKExk" border="0" /></a>
</div>
<p><img src="http://feeds.feedburner.com/~r/Venturebeat/~4/E4NEetpv-Gk" height="1" width="1" /></p>
]]></content:encoded>
			<wfw:commentRss>http://royfirestein.com/why-now-is-the-%e2%80%9csecond-golden-age%e2%80%9d-for-vc-tech-investing-says-new-report/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ordinary Income vs Capital Gains</title>
		<link>http://royfirestein.com/ordinary-income-vs-capital-gains/</link>
		<comments>http://royfirestein.com/ordinary-income-vs-capital-gains/#comments</comments>
		<pubDate>Tue, 03 May 2011 00:54:25 +0000</pubDate>
		<dc:creator>(author unknown)</dc:creator>
				<category><![CDATA[My Recent Reads]]></category>

		<guid isPermaLink="false">http://royfirestein.com/ordinary-income-vs-capital-gains/</guid>
		<description><![CDATA[pulled from Google Reader (click on title for original post) I&#8217;m wandering a bit on MBA Mondays right now. I don&#8217;t have a strong view of where to take this thing next. So I&#8217;m just going to post about stuff I think people should understand until I find the next vein we can mine for [...]]]></description>
			<content:encoded><![CDATA[<p><i>pulled from <a href="http://www.google.com/reader/public/atom/user/12141700754783293769/state/com.google/broadcast">Google Reader</a> (click on title for original post)</i></p>
<div>
<p>I&#8217;m wandering a bit on <a href="http://www.avc.com/a_vc/mba-mondays/">MBA Mondays</a> right now. I don&#8217;t have a strong view of where to take this thing next. So I&#8217;m just going to post about stuff I think people should understand until I find the next vein we can mine for a while.</p>
<p>Today, I&#8217;d like to talk about ordinary income vs capital gains. This is not tax advice. I am not a tax lawyer or a tax accountant. I hope both tax lawyers and tax accountants show up in the comments as this is important and complicated stuff.</p>
<p>When you think about the various ways you can make money, two ways predominate. You can provide services to others and get paid for those services. That is ordinary income. And you can invest in something; shares of stock, a building, a domain, and then sell it later for more. That is a capital gain.</p>
<p>The distinction is important, at least in the US, because these two kinds of income are taxed differently. Ordinary income is taxed at the full federal, state, and local tax rates. We live in NYC and according to our accountants, we pay a marginal fully loaded tax rate of 47.62%. That means we keep about half of the ordinary income the Gotham Gal and I generate.</p>
<p>Capital Gains are broken down into short term (less than one year) and long term (more than one year). Short term capital gains are taxed at ordinary income rates but long term capital gains are taxed at a much lower rate. According to our accountants, we pay a fully loaded tax rate of 27.62% on long term capital gains. That means we keep about 3/4 of the long term capital gains the Gotham Gal and I generate. That&#8217;s a big difference.</p>
<p>It gets more complicated when you have ordinary losses and capital losses because you need to understand when and how losses and gains offset each other. The rules are complicated and ever changing and I&#8217;ve learned to consult my tax accountants whenever stuff like this turns up.</p>
<p>But the important point of this post and the one I want to bring home is not all wealth producing activity is treated equally in the eyes of the government. There is a strong bias to capital gains. I agree with that bias, not surprisingly, because I think we should have an incentive to <a href="http://www.avc.com/a_vc/2011/04/reinvesting-capital.html">recycle capital</a> instead of putting it under a mattress.</p>
<p>If you think about wealth creation in the context of ordinary income vs capital gains, you&#8217;ll quickly come to the conclusion that you can build wealth a lot more quickly with capital gains than you can with ordinary income because the tax load is so much lower. This is one of the many reasons I encourage people to think of entrepreneurship as a career. If you are a founder of a startup, your founders stock will qualify for long term capital gains if you structure it correctly when you set up the company. And when you go to the pay window (to borrrow one of my favorite JLM phrases), you will be sharing a lot less with the government and keeping a lot more.</p>
<div><img alt="" src="http://img.zemanta.com/pixy.gif?x-id=5b65d188-df0b-4c9c-b8d9-c26b0adda77b" /><span></p>
<p></span></div>
</div>
<div>
<a href="http://feeds.feedburner.com/~ff/AVc?a=cOi270tkRrM:7KgM2s3Nsv8:QF3NFAd80Ic"><img src="http://feeds.feedburner.com/~ff/AVc?i=cOi270tkRrM:7KgM2s3Nsv8:QF3NFAd80Ic" border="0" /></a> <a href="http://feeds.feedburner.com/~ff/AVc?a=cOi270tkRrM:7KgM2s3Nsv8:iLyGD4w1c3U"><img src="http://feeds.feedburner.com/~ff/AVc?d=iLyGD4w1c3U" border="0" /></a> <a href="http://feeds.feedburner.com/~ff/AVc?a=cOi270tkRrM:7KgM2s3Nsv8:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/AVc?d=qj6IDK7rITs" border="0" /></a> <a href="http://feeds.feedburner.com/~ff/AVc?a=cOi270tkRrM:7KgM2s3Nsv8:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/AVc?d=yIl2AUoC8zA" border="0" /></a> <a href="http://feeds.feedburner.com/~ff/AVc?a=cOi270tkRrM:7KgM2s3Nsv8:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/AVc?i=cOi270tkRrM:7KgM2s3Nsv8:V_sGLiPBpWU" border="0" /></a> <a href="http://feeds.feedburner.com/~ff/AVc?a=cOi270tkRrM:7KgM2s3Nsv8:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/AVc?i=cOi270tkRrM:7KgM2s3Nsv8:F7zBnMyn0Lo" border="0" /></a> <a href="http://feeds.feedburner.com/~ff/AVc?a=cOi270tkRrM:7KgM2s3Nsv8:KwTdNBX3Jqk"><img src="http://feeds.feedburner.com/~ff/AVc?i=cOi270tkRrM:7KgM2s3Nsv8:KwTdNBX3Jqk" border="0" /></a> <a href="http://feeds.feedburner.com/~ff/AVc?a=cOi270tkRrM:7KgM2s3Nsv8:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/AVc?d=dnMXMwOfBR0" border="0" /></a> <a href="http://feeds.feedburner.com/~ff/AVc?a=cOi270tkRrM:7KgM2s3Nsv8:c2c20Nhstd0"><img src="http://feeds.feedburner.com/~ff/AVc?i=cOi270tkRrM:7KgM2s3Nsv8:c2c20Nhstd0" border="0" /></a> <a href="http://feeds.feedburner.com/~ff/AVc?a=cOi270tkRrM:7KgM2s3Nsv8:m6Kt5AT5DWs"><img src="http://feeds.feedburner.com/~ff/AVc?d=m6Kt5AT5DWs" border="0" /></a> <a href="http://feeds.feedburner.com/~ff/AVc?a=cOi270tkRrM:7KgM2s3Nsv8:DLYy-l-dIDg"><img src="http://feeds.feedburner.com/~ff/AVc?d=DLYy-l-dIDg" border="0" /></a> <a href="http://feeds.feedburner.com/~ff/AVc?a=cOi270tkRrM:7KgM2s3Nsv8:YwkR-u9nhCs"><img src="http://feeds.feedburner.com/~ff/AVc?d=YwkR-u9nhCs" border="0" /></a>
</div>
<p><img src="http://feeds.feedburner.com/~r/AVc/~4/cOi270tkRrM" height="1" width="1" /></p>
]]></content:encoded>
			<wfw:commentRss>http://royfirestein.com/ordinary-income-vs-capital-gains/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HIPAA Security Risk Analysis: How to Achieve Both Security and Compliance</title>
		<link>http://royfirestein.com/hipaa-security-risk-analysis-how-to-achieve-both-security-and-compliance/</link>
		<comments>http://royfirestein.com/hipaa-security-risk-analysis-how-to-achieve-both-security-and-compliance/#comments</comments>
		<pubDate>Wed, 27 Apr 2011 19:42:02 +0000</pubDate>
		<dc:creator>(author unknown)</dc:creator>
				<category><![CDATA[My Recent Reads]]></category>

		<guid isPermaLink="false">http://royfirestein.com/hipaa-security-risk-analysis-how-to-achieve-both-security-and-compliance/</guid>
		<description><![CDATA[pulled from Google Reader (click on title for original post) Lets review different viewpoints driving why healthcare organizations implement a HIPAA Security Risk Analysis. The purpose of exploring these different perspectives is to show that the primary objectives for doing a HIPAA Security Risk Analysis can be categorically defined as either security or compliance – [...]]]></description>
			<content:encoded><![CDATA[<p><i>pulled from <a href="http://www.google.com/reader/public/atom/user/12141700754783293769/state/com.google/broadcast">Google Reader</a> (click on title for original post)</i></p>
<p>Lets review different viewpoints driving why healthcare organizations implement a HIPAA Security Risk Analysis. The purpose of exploring these different perspectives is to show that the primary objectives for doing a HIPAA Security Risk Analysis can be categorically defined as either security or compliance – and that both of these objectives can be achieved if a practical approach to the analysis is utilized. Here I use the term security as the goal of safeguarding electronic protected health information (ePHI) and compliance to mean the requirement that healthcare organizations operate consistently with guiding regulatory mandates – HIPAA &amp; HITECH Act.</p>
<p>While many think of security and compliance as the same thing, they are in fact unique, and not identical objectives. For example, it’s very common for organizations to consider themselves compliant with the HIPAA Security Rule, yet to be in a state of high risk of an ePHI data breach. Conversely its also possible for a health IT environment to be quite secure without being compliant. Ultimately healthcare organizations have both security and compliance risk and need to achieve both.</p>
<p>The following examples summarize different viewpoints. In reality most organizations undertaking a HIPAA Security Risk Analysis want to achieve both security and compliance, but there is usually an over-riding primary factor driving the effort. These viewpoints are meant to highlight those dominant factors as they tend to influence the assessment and the eventual value that is derived from the effort.</p>
<p><strong>The compliance view of HIPAA Security Risk Analysis: </strong>When the objective is to become “compliant” the assessment tends to come in one of two flavors:</p>
<ol>
<li>Check the box that says “we did a HIPAA Security Risk Analysis” or</li>
<li>To ensure that all of your IT controls around safeguarding ePHI are “compliant”</li>
</ol>
<p>In either case, the risk of focusing on compliance is that it becomes a rote effort focused on just getting it done rather than getting to the essence or the intent of the regulation, which is safeguarding protected health information.</p>
<p><strong>The meaningful use view HIPAA Security Risk Analysis: </strong>This view, of course, is driven primarily by meeting the HITECH Act’s meaningful use core objectives, so this is somewhat of a corollary to the previous example.  In this case the objective defined by the HITECH Act to meet meaningful use is to protect ePHI created or maintained by the EMR system. CMS defines this core objective as follows:</p>
<p><em><span>Objective</span>: Protect electronic health information created or maintained by the certified EHR technology through the implementation of appropriate technical capabilities.</em></p>
<p><em> </em><em><span>Measure</span>: Conduct or review a <strong>security risk analysis</strong> in accordance with the requirements under 45 CFR 164.308(a)(1) and <strong>implement security updates</strong> as necessary and correct identified security deficiencies as part of its risk management process.</em></p>
<div>
<p><strong>The business Associate view of HIPAA Security Risk Analysis: </strong>This too is similar to the compliance view. In the case of a business associate (BA), the driver is either:</p>
<ol>
<li>Be compliant with the HIPAA Security Rule as is now required of BAs by the HITECH Act</li>
<li>The BAs client – the covered entity – is pressuring them to show that they have an effective information security program in place</li>
</ol>
<p><strong>The security and risk management view of HIPAA Security Risk Analysis: </strong>Organizations in this camp are undertaking a security assessment purely for the purpose of identifying risk within the health IT environment to ensure that the ePHI is effectively safeguarded and that IT resources are focused on areas of most importance. This is the pure security perspective.</p>
<p>How to achieve all of these? <span>Focus on the intent of the HIPAA Security Rule</span>. In the case of the meaningful use view, for example,  that means to focus on the “objective” they define (protect ePHI) rather than completely focusing on how they “measure” the achievement of that objective (Conduct or review a security risk analysis in accordance with the requirements under 45 CFR 164.308(a)(1) ). By focusing on the intent of the guidelines defined by the HIPAA Security Rule you won’t be another victim of rote security controls, like the ever common intrusion detection system, which in concept is great, but in practice is often implemented in a way that provides little security.  The HIPAA Security Rule is flexible and the guidelines are defined in such a way to allow interpretation depending on the size, complexity and site-specific characteristics of the healthcare IT environment in question. This allows enough flexibility for most health IT organizations to implement cost effective and practical solutions, whether technical controls or operational procedures that achieve both security and compliance.</p>
<p>Here are a couple of tips to consider when embarking on a <a title="HIPAA Security Risk Analysis" href="http://www.redspin.com/services/policies-controls-testing-hipaa-risk-analysis.php">HIPAA Security Risk Analysis</a>.</p>
<ul>
<li>Avoid 	a checkbox approach to audits in which the existence of a controls 	(true / false) are the defining characteristics of whether a 	guideline is met or not. This approach fails to identify risk in which controls, such as a firewall, IDS or security policy, exist but are not effective. This approach also yields many recommendations for controls that are often expensive, not practical and can be mitigated by simple and cost-effective work arounds.</li>
<li>Leverage 	a risk-based approach in which the analysis focuses on areas of risk 	for your particular environment. This focuses the analysis on 	practical areas that can minimize your security risk.</li>
<li>Ensure you use an independent and objective party for your analysis. For example, avoid a product company that has something else to sell such as a firewall, IDS or managed security service, as their findings are likely to be clouded by the opportunity to upsell expensive “solutions” to their findings. A non-objective approach to the analysis is in many ways the opposite of a risk-based approach.</li>
</ul>
</div>
<p>By focusing on the intent and spirit of the regulations and leveraging a thoughtful, risk-based, and non-checkbox approach to a HIPAA Security Risk Analysis, it is possible for your healthcare organization to achieve both security and compliance.</p>
<p> </p>
]]></content:encoded>
			<wfw:commentRss>http://royfirestein.com/hipaa-security-risk-analysis-how-to-achieve-both-security-and-compliance/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>entrepreneur</title>
		<link>http://royfirestein.com/entrepreneur/</link>
		<comments>http://royfirestein.com/entrepreneur/#comments</comments>
		<pubDate>Wed, 27 Apr 2011 15:03:05 +0000</pubDate>
		<dc:creator>(author unknown)</dc:creator>
				<category><![CDATA[My Recent Reads]]></category>

		<guid isPermaLink="false">http://royfirestein.com/entrepreneur/</guid>
		<description><![CDATA[pulled from Google Reader (click on title for original post) entrepreneur VC, Startups, Business and Leadership Business IT Section &#8211; Ars Technica A VC StartupCFO : Mark MacLeod SAI: Silicon Alley Insider VentureBeat CVCA &#8211; Capital Rants Leading Geeks Tech Beat &#8211; BusinessWeek Business Pundit Forbes.com: Technology News StartupNorth VC Ratings Preview this bundle]]></description>
			<content:encoded><![CDATA[<p><i>pulled from <a href="http://www.google.com/reader/public/atom/user/12141700754783293769/state/com.google/broadcast">Google Reader</a> (click on title for original post)</i></p>
<h2>entrepreneur</h2>
<div>VC, Startups, Business and Leadership</div>
<ul>
<li>Business IT Section &#8211; Ars Technica</li>
<li>A VC</li>
<li>StartupCFO : Mark MacLeod</li>
<li>SAI: Silicon Alley Insider</li>
<li>VentureBeat</li>
<li>CVCA &#8211; Capital Rants</li>
<li>Leading Geeks</li>
<li>Tech Beat &#8211; BusinessWeek</li>
<li>Business Pundit</li>
<li>Forbes.com: Technology News</li>
<li>StartupNorth</li>
<li>VC Ratings</li>
</ul>
<p><a href="http://www.google.com/reader/bundle/user%2F12141700754783293769%2Fbundle%2Fentrepreneur">Preview this bundle</a></p>
]]></content:encoded>
			<wfw:commentRss>http://royfirestein.com/entrepreneur/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Netflix on Canadian Data Caps</title>
		<link>http://royfirestein.com/netflix-on-canadian-data-caps/</link>
		<comments>http://royfirestein.com/netflix-on-canadian-data-caps/#comments</comments>
		<pubDate>Wed, 27 Apr 2011 09:12:06 +0000</pubDate>
		<dc:creator>(author unknown)</dc:creator>
				<category><![CDATA[My Recent Reads]]></category>

		<guid isPermaLink="false">http://royfirestein.com/netflix-on-canadian-data-caps/</guid>
		<description><![CDATA[pulled from Google Reader (click on title for original post) Netflix on the use of data caps by Canadian ISPs: data caps are actually a very poor way to manage demand and limit Internet congestion. All of the costs of supplying residential broadband are for supporting the peak loads, typically Sunday  nights for residential customers.  [...]]]></description>
			<content:encoded><![CDATA[<p><i>pulled from <a href="http://www.google.com/reader/public/atom/user/12141700754783293769/state/com.google/broadcast">Google Reader</a> (click on title for original post)</i><br />
Netflix on the <a href="http://files.shareholder.com/downloads/NFLX/1236041522x0x461760/11046ba9-7ea4-4b77-b1bd-a3035fc913d5/Q1%2011%20Letter%20to%20shareholders.pdf">use<br />
of data caps</a> by Canadian ISPs:</p>
<p><span>data caps are actually a very poor<br />
way to manage demand and limit Internet congestion. All of the costs of<br />
supplying residential broadband are for supporting the peak loads,<br />
typically Sunday  nights for residential customers. <br />
Bandwidth consumed<br />
off-peak is completely free; it literally has no marginal costs. If<br />
ISPs really wanted to limit their costs and congestion, they would<br />
limit speeds at peak times.  But if their goal is instead to<br />
increase<br />
revenue, then making consumers pay $1 or more per gigabyte is an<br />
excellent strategy. </span></p>
<p><span>When we state the marginal costs of<br />
residential wired gigabyte are below one penny, but are not zero, that<br />
is because we are making the appropriate costing assumption that some<br />
of an average gigabyte is transferred at costly peak times.  </span></p>
<p><span>Canadian consumers have been<br />
outspoken against the excessive charges they face, and hopefully<br />
Canadian ISPs will listen to them by raising the caps or abandoning<br />
them altogether. </span></p>
<p><img src="http://feeds.feedburner.com/~r/MichaelGeistsBlog/~4/kM23MDd6YB8" height="1" width="1" /></p>
]]></content:encoded>
			<wfw:commentRss>http://royfirestein.com/netflix-on-canadian-data-caps/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>4 essential ways to attract investors</title>
		<link>http://royfirestein.com/4-essential-ways-to-attract-investors/</link>
		<comments>http://royfirestein.com/4-essential-ways-to-attract-investors/#comments</comments>
		<pubDate>Wed, 27 Apr 2011 08:39:03 +0000</pubDate>
		<dc:creator>(author unknown)</dc:creator>
				<category><![CDATA[My Recent Reads]]></category>

		<guid isPermaLink="false">http://royfirestein.com/4-essential-ways-to-attract-investors/</guid>
		<description><![CDATA[pulled from Google Reader (click on title for original post) (Editor’s note: Doug Collom is vice dean and an adjunct lecturer on venture capital and entrepreneurship for Wharton &#124; San Francisco. He submitted this story to VentureBeat.) There really isn’t a one-size-fits-all formula that can be followed for optimizing the chances of attracting professional investment.  [...]]]></description>
			<content:encoded><![CDATA[<p><i>pulled from <a href="http://www.google.com/reader/public/atom/user/12141700754783293769/state/com.google/broadcast">Google Reader</a> (click on title for original post)</i></p>
<p><em>(Editor’s note: Doug Collom is vice dean and an adjunct lecturer on venture capital and entrepreneurship for Wharton | San Francisco. He submitted this story to VentureBeat.)</em></p>
<p>There really isn’t a one-size-fits-all formula that can be followed for optimizing the chances of attracting professional investment.  Each company is different and faces challenges and issues that can be overcome only through creativity, perseverance and resolve.<img src="http://cdn.venturebeat.com/wp-content/uploads/2011/04/money-magnet-300x271.jpg" alt="" width="300" height="271" /></p>
<p>There are, however, some elements that are so basic they cannot be ignored.  Most institutional venture investors either expressly or intuitively address these requirements whenever they evaluate a business plan for a potential investment. Here are four to be especially aware of.</p>
<p><strong>Is it a company or is it a product? – </strong>With the dramatic level of innovation that’s taking place through startups in the social media/Web 2.0/online business arena, this question is increasingly important.  Implicitly, investors want to know the product development – something that can go in a variety of directions.  For example, can the product be developed to include additional features and functionality that will effectively redefine the offering in the eyes of the customer?  Can the product be adapted to address the needs of more than a single vertical market?  Is the product so compelling that the emphasis in the business plan shifts to the customer acquisition strategy?</p>
<p>The mobile application market is a good example of a product category that, in general, doesn’t offer a sufficient foundation to support a company.  Individual app developers typically don’t require much capital or labor to be successful, and they don’t require professional investors.  In contrast, there are online gaming companies—Zynga, Playdom, Social Gaming Network and others—whose product roadmaps concentrate entirely on the rapid development and production of new “hits”.  Businesses like this require all the resources and disciplines of a full-fledged company to support their growth objectives.</p>
<p><strong>How big does the market have to be to attract investment? – </strong>After the dot-com bust, the anecdotal answer to this question was $1 billion -  or at least an annual growth rate that would get you close to $1 billion quickly.</p>
<p>In 2011, there is far more latitude, depending on the business plan of the company.  With the advent of open source software, online development tools, cloud computing, and the ability to reach massive customer markets instantly through the Internet, startup companies have become much more efficient in product development and customer acquisition, and can more rapidly get to proof of concept and positive cash flow than ever before.</p>
<p>As a result, companies with online business models, for example, may not require nearly as much capital as they once did. Moreover, angel groups aren’t swinging for the fences the way the mainstream institutional VC firms do.  Instead, (to continue the metaphor) they’re frequently only looking to hit singles and doubles, and may be quite content to realize exits in the range of $10-$100 million.</p>
<p><strong>Is prior management-level experience required? – </strong>Obviously, it doesn’t hurt.  In particularly tough times, prior executive experience in managing a VC-backed startup may be a non-waivable requisite.  Management experience of any kind is always a positive factor, since it directly relates to the credibility of the management team in the eyes of the investor.</p>
<p>Obviously, there are many amazing startup companies that have been built by founders with no previous experience, and lacking this experience should not deter an entrepreneur who believes he or she can build a great company.  There are effective ways to work around the experience issue if it is an impediment to getting an invitation to present before a VC firm.  Teaming up with a co-founder who does bring the necessary experience, finding a mentor who carries personal credibility, or organizing a board of advisors with relevant experience and expertise are all ways of addressing the issue.</p>
<p><strong>Do you need to have customers or even first revenue? – </strong>There is a lot of dialogue around the need to “bootstrap” early stage companies to the point where a product has been developed and commercially released.  This is particularly true of social media, gaming and other online business companies.  In seeking to access professional capital, it comes down to supply and demand.  Professional investors will look to tangible indicators of success and validation of the business model in evaluating a company’s prospects.</p>
<p>These might include website traffic, conversion rates, your ability to launch a beta and more.  Without anything but an idea to show, very few companies get funded to any meaningful degree.</p>
<p>For more traditional “brick and mortar” companies, the ability to get to “proof of concept” through bootstrapping methods is much more difficult.  It is also likely that the amount of all-in professional capital necessary to support a company in this category to an acceptable exit—including the amount of so-called “seed stage” funding—is substantially higher than for a social media or gaming company, for example.  As a result, there may be a lower expectation that founders will be able to bootstrap to get to professional funding, but the emphasis will be commensurately higher on the other investment basics, including size of the market, likely market impact of the technology, barriers to entry, credibility of the management team and the like.  As a result, the bar to funding for companies in this category is fundamentally as high.</p>
<p>Tags: <a href="http://venturebeat.com/tag/angel-investors/" rel="tag">angel investors</a>, <a href="http://venturebeat.com/tag/venture-capital/" rel="tag">Venture Capital</a></p>
</p>
<div>
<div>
<p></p>
</div>
</div>
<div>
<a href="http://feeds.feedburner.com/~ff/Venturebeat?a=ZHLqlcA3b_Y:FnykICweYAo:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Venturebeat?d=yIl2AUoC8zA" border="0" /></a> <a href="http://feeds.feedburner.com/~ff/Venturebeat?a=ZHLqlcA3b_Y:FnykICweYAo:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/Venturebeat?d=qj6IDK7rITs" border="0" /></a> <a href="http://feeds.feedburner.com/~ff/Venturebeat?a=ZHLqlcA3b_Y:FnykICweYAo:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/Venturebeat?i=ZHLqlcA3b_Y:FnykICweYAo:V_sGLiPBpWU" border="0" /></a> <a href="http://feeds.feedburner.com/~ff/Venturebeat?a=ZHLqlcA3b_Y:FnykICweYAo:I9og5sOYxJI"><img src="http://feeds.feedburner.com/~ff/Venturebeat?d=I9og5sOYxJI" border="0" /></a> <a href="http://feeds.feedburner.com/~ff/Venturebeat?a=ZHLqlcA3b_Y:FnykICweYAo:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/Venturebeat?i=ZHLqlcA3b_Y:FnykICweYAo:D7DqB2pKExk" border="0" /></a>
</div>
<p><img src="http://feeds.feedburner.com/~r/Venturebeat/~4/ZHLqlcA3b_Y" height="1" width="1" /></p>
]]></content:encoded>
			<wfw:commentRss>http://royfirestein.com/4-essential-ways-to-attract-investors/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sony: Hackers Stole Your Personal Info From PlayStation Network (SNE)</title>
		<link>http://royfirestein.com/sony-hackers-stole-your-personal-info-from-playstation-network-sne/</link>
		<comments>http://royfirestein.com/sony-hackers-stole-your-personal-info-from-playstation-network-sne/#comments</comments>
		<pubDate>Wed, 27 Apr 2011 08:39:03 +0000</pubDate>
		<dc:creator>(author unknown)</dc:creator>
				<category><![CDATA[My Recent Reads]]></category>

		<guid isPermaLink="false">http://royfirestein.com/sony-hackers-stole-your-personal-info-from-playstation-network-sne/</guid>
		<description><![CDATA[pulled from Google Reader (click on title for original post) Sony&#8217;s PlayStation Network has been down for the last six days after being attacked by hackers, and Sony has just posted one of the scariest status messages we&#8217;ve ever seen. The relevant excerpt: Although we are still investigating the details of this incident, we believe [...]]]></description>
			<content:encoded><![CDATA[<p><i>pulled from <a href="http://www.google.com/reader/public/atom/user/12141700754783293769/state/com.google/broadcast">Google Reader</a> (click on title for original post)</i></p>
<p><img src="http://static1.businessinsider.com/image/4db72dc249e2aeb1391e0000/sony-ps2-blog.jpg" border="0" alt="Sony PS2 blog" /></p>
<p>Sony&#8217;s PlayStation Network has been down for the last six days after being attacked by hackers, and Sony has just posted one of the scariest <a href="http://blog.us.playstation.com/2011/04/26/update-on-playstation-network-and-qriocity/">status messages</a> we&#8217;ve ever seen.</p>
<p>The relevant excerpt:</p>
<p>Although we are still investigating the details of this incident, we  believe that an unauthorized person has obtained the following  information that you provided: name, address (city, state, zip),  country, email address, birthdate, PlayStation Network/Qriocity password  and login, and handle/PSN online ID. It is also possible that your  profile data, including purchase history and billing address (city,  state, zip), and your PlayStation Network/Qriocity password security  answers may have been obtained. If you have authorized a sub-account for  your dependent, the same data with respect to your dependent may have  been obtained. While there is no evidence at this time that credit card  data was taken, we cannot rule out the possibility.</p>
<p>Worst case scenario: if you use the same password and email address to register for other services like online banking, the attacker will have very little problem getting into those accounts, too.</p>
<p>Sony has shut down the network and engaged an outside security firm to try and figure out what happened. Sony is rebuilding the network and says it will have some services back up in a week.</p>
<p>The PlayStation Network has 70 million members.</p>
<p>For the latest tech news, visit <a href="http://www.businessinsider.com/sai">SAI: Silicon Alley Insider</a>. Follow us on <a href="http://twitter.com/#!/alleyinsider">Twitter</a> and <a href="http://facebook.com/businessinsider.sai">Facebook</a>.</p>
<p><a href="http://www.businessinsider.com/playstation-network-users-hackers-may-have-all-your-personal-info-now-2011-4#comments">Join the conversation about this story »</a></p>
<p><b>See Also:</b></p>
<ul>
<li><a href="http://www.businessinsider.com/microsoft-lifts-from-android-for-windows-8-log-on-2011-4">Microsoft Lifts From Android For Windows 8 Log-On</a></li>
<li><a href="http://www.businessinsider.com/maybe-the-post-pc-era-is-bunk-and-tablets-really-are-a-passing-fad-2011-4">Maybe Steve Jobs&#039; &quot;Post-PC Era&quot; Is Bunk And Tablets Really ARE A Fad</a></li>
<li><a href="http://www.businessinsider.com/who-said-that-10-unbelievable-quotes-from-microsoft-execs-2011-4">Who Said That? 10 Unbelievable Quotes From Microsoft Execs</a></li>
</ul>
<p><a href="http://ads.pheedo.com/click.phdo?s=58047ce4a0903f378a7bee18cc83bb97&amp;p=1"><img alt="" border="0" src="http://ads.pheedo.com/img.phdo?s=58047ce4a0903f378a7bee18cc83bb97&amp;p=1" /></a><br />
<img alt="" height="0" width="0" border="0" src="http://segment-pixel.invitemedia.com/pixel?code=Business&amp;partnerID=167&amp;key=segment" /><img alt="" height="0" width="0" border="0" src="http://pixel.quantserve.com/pixel/p-8bUhLiluj0fAw.gif?labels=pub.30025.rss.Business.39996,cat.Business.rss" />
<div>
<a href="http://feeds.feedburner.com/~ff/typepad/alleyinsider/silicon_alley_insider?a=fVstAZco3NI:Lj5tNqnFZKM:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/typepad/alleyinsider/silicon_alley_insider?i=fVstAZco3NI:Lj5tNqnFZKM:V_sGLiPBpWU" border="0" /></a> <a href="http://feeds.feedburner.com/~ff/typepad/alleyinsider/silicon_alley_insider?a=fVstAZco3NI:Lj5tNqnFZKM:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/typepad/alleyinsider/silicon_alley_insider?d=qj6IDK7rITs" border="0" /></a> <a href="http://feeds.feedburner.com/~ff/typepad/alleyinsider/silicon_alley_insider?a=fVstAZco3NI:Lj5tNqnFZKM:bcOpcFrp8Mo"><img src="http://feeds.feedburner.com/~ff/typepad/alleyinsider/silicon_alley_insider?d=bcOpcFrp8Mo" border="0" /></a> <a href="http://feeds.feedburner.com/~ff/typepad/alleyinsider/silicon_alley_insider?a=fVstAZco3NI:Lj5tNqnFZKM:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/typepad/alleyinsider/silicon_alley_insider?i=fVstAZco3NI:Lj5tNqnFZKM:gIN9vFwOqvQ" border="0" /></a> <a href="http://feeds.feedburner.com/~ff/typepad/alleyinsider/silicon_alley_insider?a=fVstAZco3NI:Lj5tNqnFZKM:cGdyc7Q-1BI"><img src="http://feeds.feedburner.com/~ff/typepad/alleyinsider/silicon_alley_insider?d=cGdyc7Q-1BI" border="0" /></a> <a href="http://feeds.feedburner.com/~ff/typepad/alleyinsider/silicon_alley_insider?a=fVstAZco3NI:Lj5tNqnFZKM:QXVau8BzmBE"><img src="http://feeds.feedburner.com/~ff/typepad/alleyinsider/silicon_alley_insider?d=QXVau8BzmBE" border="0" /></a> <a href="http://feeds.feedburner.com/~ff/typepad/alleyinsider/silicon_alley_insider?a=fVstAZco3NI:Lj5tNqnFZKM:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/typepad/alleyinsider/silicon_alley_insider?d=yIl2AUoC8zA" border="0" /></a> <a href="http://feeds.feedburner.com/~ff/typepad/alleyinsider/silicon_alley_insider?a=fVstAZco3NI:Lj5tNqnFZKM:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/typepad/alleyinsider/silicon_alley_insider?d=7Q72WNTAKBA" border="0" /></a>
</div>
<p><img src="http://feeds.feedburner.com/~r/typepad/alleyinsider/silicon_alley_insider/~4/fVstAZco3NI" height="1" width="1" /></p>
]]></content:encoded>
			<wfw:commentRss>http://royfirestein.com/sony-hackers-stole-your-personal-info-from-playstation-network-sne/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The 100 Rules For Being An Entrepreneur</title>
		<link>http://royfirestein.com/the-100-rules-for-being-an-entrepreneur/</link>
		<comments>http://royfirestein.com/the-100-rules-for-being-an-entrepreneur/#comments</comments>
		<pubDate>Mon, 25 Apr 2011 13:21:04 +0000</pubDate>
		<dc:creator>(author unknown)</dc:creator>
				<category><![CDATA[My Recent Reads]]></category>

		<guid isPermaLink="false">http://royfirestein.com/the-100-rules-for-being-an-entrepreneur/</guid>
		<description><![CDATA[pulled from Google Reader (click on title for original post) If you Google “how to be an Entrepreneur” you get a lot of mindless clichés like “follow your passion” or “think big.” That’s not what you are going to get here. Again, for me, being an “entrepreneur” doesn’t mean starting the next “Faceook.” Or even [...]]]></description>
			<content:encoded><![CDATA[<p><i>pulled from <a href="http://www.google.com/reader/public/atom/user/12141700754783293769/state/com.google/broadcast">Google Reader</a> (click on title for original post)</i></p>
<p>If you Google “how to be an Entrepreneur” you get a lot of mindless clichés like “follow your passion” or “think big.” That’s not what you are going to get here.</p>
<p>Again, for me, being an “entrepreneur” doesn’t mean starting the next “Faceook.” Or even starting any business at all. It means finding the challenges you have in your life, and determining creative ways to overcome those challenges. However, in this post I focus mostly on the issues that come up when you first start your company. These rules also apply if you are taking an entrepreneurial stance within a much larger company (which all employees should do).</p>
<p>For me, I’ve started several businesses. As I’ve described in the rest of this blog, some have succeeded, many have failed. I’m invested in about 13 private companies. I’ve advised probably another 50 private companies. Along the way I’ve compiled a list of rules that have helped me deal with every aspect of being an entrepreneur in business and some in life.</p>
<p>[Btw, <a href="http://claudiayoga.com">Claudia </a>thinks I shouldn’t put this post up. This is going to be a chapter in a book I am self-publishing in a week or so: “How to be the Luckiest Man Alive”. But I’m trying to price the book for free on Kindle so why not? Plus, once I write something, I can’t help myself. I have to put it up.]</p>
<p>Here’s the real rules:</p>
<p>A)        It’s not fun. I’m not going to explain why it’s not fun. These are rules. Not theories. I don’t need to prove them. But there’s a strong chance you can hate yourself throughout the process of being an entrepreneur. Keep sharp objects and pills away during your worst moments. And you will have them. If you are an entrepreneur and agree with me, please note this in the comments below.</p>
<p>B)        Try not to hire people. You’ll have to hire people to expand your business. But it’s a good discipline to really question if you need each and every hire.</p>
<p>C)       <a href="http://www.jamesaltucher.com/2011/04/the-easiest-way-to-succeed-as-an-entrepreneur/"> Get a customer</a>. This seems obvious. But it’s not. Get a customer before you start your business, if you can. (see<a href="http://www.jamesaltucher.com/2011/04/the-easiest-way-to-succeed-as-an-entrepreneur/">, “the Easiest Way to Succeed as an Entrepreneur”</a>)</p>
<p>CA)  <a href="http://twitter.com/jaltucher">Follow me</a> on Twitter.</p>
<p>D)        If you are offering a service, call it a product. Oracle did it. They claimed they had a database. But if you “bought” their database they would send in a team of consultants to help you “install” the database to fit your needs. In other words, for the first several years of their existence, they claimed to have a product but they really were a consulting company. Don’t forget this story. Products are valued higher than services.</p>
<p>E)       <a href="http://www.jamesaltucher.com/2011/01/how-i-screwed-yasser-arafat-out-of-2mm-and-lost-100mm-in-the-process/"> It’s OK to fail</a>. Start over. Hopefully before you run out of money. Hopefully before you take in investor money. Or, don’t worry about it. Come up with new ideas. Start over.</p>
<p>F)         Be profitable. Try to be profitable immediately. This seems obvious but it isn’t. Try not to raise money. That money is expensive.</p>
<p>G)        When raising money: if it’s not easy then your idea is probably incapable of raising money. If its easy, then take as much as possible. If its TOO easy, then sell your company (unless you are Twitter, etc).</p>
<p>H)        The same goes for selling your company. If it’s not easy, then you need to build more. Then sell. To sell your company, start getting in front of your acquirers a year in advance. Send them monthly updates describing your progress. Then, when they need a company like yours, your company is the first one that comes to mind.</p>
<p>I)          Competition is good. It turns you into a killer. It helps you judge progress. It shows that other people value the space you are in. Your competitors are also your potential acquirors.</p>
<p>J)         Don’t use a PR firm. Except maybe as a secretary. You are the PR for your company. You are your companys brand. You personally.</p>
<p>K)        Communicate with everyone. Employees. Customers. Investors. All the time. Every day.</p>
<p>L)         Do everything for your customers. This is very important. Get them girlfriends or boyfriends. Speak at their charities. Visit their parents for Thanksgiving. Help them find other firms to meet their needs. Even introduce them to your competitors if you think a competitor can help them or if you think you are about to be fired. Always think first, “What’s going to make my customer happy?”</p>
<p>M)        Your customer is not a company. There’s a human there. What will make my human customer happy? Make him laugh. You want your customer to be happy.</p>
<p>N)        Show up. Go to breakfast/lunch/dinner with customers. Treat.</p>
<p>O)        History. Know the history of your customers in every way. Company history, personal history, marketing history, investing history, etc.</p>
<p>P)         Micro-manage software development. Nobody knows your product better than you do. If you aren’t a technical person, learn how to be very specific in your product specification so that your programmers can’t say: “well you didn’t say that!”</p>
<p>Q)        Hire local. You need to be able to see and talk to your programmers. Don’t outsource to India. <a href="http://www.jamesaltucher.com/2011/01/why-i-might-die-if-i-dont-go-to-india-next-week/">I love India</a>. But I won’t hire programmers from there while I’m living in the US.</p>
<p>R)        Sleep. Don’t buy into the 20 hours a day entrepreneur myth. You need to sleep 8 hours a day to have a focused mind.</p>
<p>S)         Exercise. Same as above. If you are unhealthy, your product will be unhealthy.</p>
<p>T)         Emotionally Fit. DON’T have dating problems and software development problems at the same time. VCs will smell this all over you.</p>
<p>U)        Pray. You need to. Be grateful where you are. And pray for success. You deserve it. Pray for the success of your customers. Heck, pray for the success of your competitors. The better they do, it means the market is getting bigger. And if one of them breaks out, they can buy you.</p>
<p>V)        Buy your employees gifts. Massages. Tickets. Whatever. I always imagined that at the end of each day my young, lesbian employees (for some reason, most employees at my first company were lesbian) would be calling their parents and their mom and dad would ask them: “Hi honey! How was your day today?” And I wanted them to be able to say: “It was the best!” Invite customers to masseuse day.</p>
<p>W)       Treat your employees like they are your children. They need boundaries. They need to be told “no!” sometimes. And sometimes you need to hit them in the face (ha ha, just kidding). But within boundaries, let them play.</p>
<p>X)        Don’t be greedy pricing your product. If your product is good and you price it cheap, people will buy. Then you can price upgrades, future products, and future services more expensive. Which goes along with the next rule.</p>
<p>Y)        Distribution is everything. Branding is everything. Get your name out there, whatever it takes. The best distribution is of course word of mouth, which is why your initial pricing doesn’t matter.</p>
<p>YA) <a href="http://twitter.com/jaltucher">Follow me</a> on Twitter.</p>
<p>Z)         Don’t kill yourself. It’s not worth it. Your employees need you. Your children or future children need you. It seems odd to include this in a post about entrepreneurship but we’re also taking about keeping it real. Most books or “rules” for entrepreneurs talk about things like “think big”, “go after your dreams”. But often dreams turn into nightmares. I’ll repeat it again. Don’t kill yourself. Call me if things get too stressful. Or more importantly, make sure you take proper medication</p>
<p>AA)     Give employees structure. Let each employee know how his or her path to success can be achieved. All of them will either leave you or replace you eventually. That’s OK. Give them the guidelines how that might happen. Tell them how they can get rich by working for you.</p>
<p>BB)      Fire employees immediately. If an employee gets “the disease” he needs to be fired. If they ask for more money all the time. If they bad mouth you to other employees. If you even think they are talking behind your back, fire them. The disease has no cure. And it’s very contagious. Show no mercy. Show the employee the door. There are no second chances because the disease is incurable.</p>
<p>CC)      Make friends with your landlord. If you ever have to sell your company, believe it or not, you are going to need his signature (because there’s going to be a new lease owner)</p>
<p>DD)     Only move offices if you are so packed in that employees are sharing desks and there’s no room for people to walk.</p>
<p>EE)      Have killer parties. But use your personal money. Not company money. Invite employees, customers, and investors. It’s not the worst thing in the world to also invite off duty prostitutes or models.</p>
<p>FF)       If an employee comes to you crying, close the door or take him or her out of the building. Sit with him until it stops. Listen to what he has to say. If someone is crying then there’s been a major communication breakdown somewhere in the company. Listen to what it is and fix it. Don’t get angry at the culprit’s. Just fix the problem.</p>
<p>GG)     At Christmas, donate money to every customer’s favorite charity. But not for investors or employees.</p>
<p>HH)     Have lunch with your competitors. Listen and try not to talk. One competitor (Bill Markel from Interactive  once told me a story about how the CEO of Toys R Us returned his call. He was telling me this because I never returned Bill’s calls. Ok, Bill, lesson noted.</p>
<p>II)        Ask advice a lot. Ask your customers advice on how you can be introduced into other parts of their company. Then they will help you. Because of the next rule…</p>
<p>JJ)        Hire your customers. Or not. But always leave open the possibility. Let it always dangle in the air between you and them. They can get rich with you. Maybe. Possibly. If they play along. So play.</p>
<p>KK)     On any demo or delivery, do one extra surprise thing that was not expected. Always add bells and whistles that the customer didn’t pay for.</p>
<p>LL)      Understand the demographic changes that are changing the world. Where are marketing dollars flowing and can you be in the middle. What services do aging baby boomers need? Is the world running out of clean water? Are newspapers going to survive? Etc. Etc. Read every day to understand what is going on.</p>
<p>LLa) Don’t go to a lot of parties or “meetups” with other entrepreneurs. Work instead while they are partying.</p>
<p>MM)    But, going along with the above rule, don’t listen to the doom and gloomers that are hogging the TV screen trying to tell you the world is over. They just want you to be scared so they can scoop up all the money.</p>
<p>NN)     You have no more free time. In your free time you are thinking of new ideas for customers, new ideas for services to offer, new products.</p>
<p>OO)     You have no more free time, part 2. In your free time, think of ideas for potential customers. Then send them emails: “I have 10 ideas for you. Would really like to show them to you. I think you will be blown away. Here’s five of them right now.”</p>
<p>OOa) Depressions, recessions, don’t matter. There’s $15 trillion in the economy. You’re allowed a piece of it:</p>
<p>PP)       Talk. Tell everyone you ever knew  what your company does. Your friends will help you find clients.</p>
<p>QQ)     Always take someone with you to a meeting. You’re bad at following up. Because you have no free time. So, if you have another employee. Let them follow up. Plus, they will like to spend time with the boss. You’re going to be a mentor.</p>
<p>RR)      If you are consumer focused: your advertisers are your customers. But always be thinking of new services for your consumers. Each new service has to make their life better. People’s lives are better if: they become healthier, richer, or have more sex. “Health” can be broadly defined.</p>
<p>SS)       If your customers are advertisers: find sponsorship opportunities for them that drive customers straight into their arms. These are the most lucrative ad deals (see rule above). Ad inventory is a horrible business model. Sponsorships are better. Then you are talking to your customer.</p>
<p>TT)      No friction. The harder it is for a consumer to sign up, the less consumers you will have. No confirmation emails, sign up forms, etc. The easier the better.</p>
<p>TTA) No fiction, part 2. If you are making a website, have as much content as you can on the front page. You don’t want people to have to click to a second or third page if you can avoid it. Stuff that first page with content. You aren’t Google. <a href="http://www.jamesaltucher.com/2011/03/10-unusual-things-about-google/"> (And, 10 Unusual Things You Didn’t Know About Google)</a></p>
<p>UU)     No friction, part 3. Say “yes” to any opportunity that gets you in a room with a big decision maker. Doesn’t matter if it costs you money.</p>
<p>VV)      Sell your company two years before you sell it. Get in the offices of the potential buyers of your company and start updating them on your progress every month.  Ask their advice on a regular basis in the guise of just an “industry catch-up”</p>
<p>WW)    If you sell your company for stock, sell the stock as soon as you can. If you are selling your company for stock it means:</p>
<ul>
<li>
<p>a.         The market is such that lots of companies are being sold for stock.</p>
</li>
<li>
<p>b.         AND, companies are using stock to buy other companies because they value their stock less than they value cash.</p>
</li>
<li>
<p>c.         WHICH MEANS, that when everyone’s lockup period ends, EVERYONE will be selling stock across the country. So sell yours first.</p>
</li>
</ul>
<p>XX)     Ideas are worthless. If you have an idea worth pursuing, then just make it. You can build any website for cheap. Hire a programmer and make a demo. Get at least one person to sign up and use your service. If you want to make Facebook pages for plumbers, find one plumber who will give you $10 to make his Facebook page. Just do it.</p>
<p>YY)     Don’t use a PR firm, part II. Set up a blog. Tell your personal stories (see <a href="http://www.jamesaltucher.com/2011/03/33-unusual-tips-to-being-a-better-writer/">“33 tips to being a better writer”</a> ). Let the customer know you are human, approachable, and have a real vision as to why they need to use you. Become the voice for your industry, the advocate for your products. If you make skin care products, tell your customers every day how they can be even more beautiful than they currently are and have more sex than they are currently getting. Blog your way to PR success. Be honest and bloody.</p>
<p>ZZ)      Don’t save the world. If your product sounds too good to be true, then you are a liar.</p>
<p>ZZa) Your company is always for sale.</p>
<p>AAA)  Frame the first check. I’m staring at mine right now.</p>
<p>BBB)    No free time, part 3. Pick a random customer. Find five ideas for them that have nothing to do with your business. Call them and say, “I’ve been thinking about you. Have you tried this?”</p>
<p>CCC)    No resale deals. Nobody cares about reselling your service. Those are always bad deals.</p>
<p>DDD)   Your lawyer or accountant is not going to introduce you to any of their other clients. Those meetings are always a waste of time.</p>
<p>EEE)    Celebrate every success. Your employees need it. They need a massage also. Get a professional masseuse in every Friday afternoon. Nobody leaves a job where there is a masseuse.</p>
<p>FFF)     Sell your first company. Don’t take any chances. You don’t need to be Mark Zuckerberg. Sell your first company as quick as you can. You now have money in the bank and a notch on your belt. Make a billion on your next company.</p>
<p>GGG)   Pay your employees before you pay yourself.</p>
<p>HHH)   Give equity to get the first customer. If you have no product yet and no money, then give equity to a good partner in exchange for them being a paying customer.  Note: don’t blindly give equity. If you develop a product that someone asked for, don’t give them equity. Sell it to them. But if you want to get a big distribution partner whose funds can keep you going forever, then give equity to nail the deal.</p>
<p>III)       Don’t worry about anyone stealing your ideas. Ideas are worthless anyway. It’s OK to steal something that’s worthless.</p>
<p>IIIA) <a href="http://twitter.com/jaltucher">Follow me</a> on twitter.</p>
<p>Questions from Readers</p>
<p>Question: You say no free time but you also say keep emotionally fit, physically fit, etc. How do I do this if I’m constantly thinking of ideas for old and potential customers?</p>
<p>Answer:  It’s not easy or everyone would be rich.</p>
<p>Question: if I get really stressed about clients paying, how do I get sleep at night?</p>
<p>Answer: medication</p>
<p>Question: how do I cold-call clients?</p>
<p>Answer: email them. Email 40 of them. It’s OK if only 1 answers. Email 40 a day but make sure you have something of value to offer.</p>
<p>Question: how can I find cheap programmers or designers?</p>
<p>Answer: if you don’t know any and you want to be cheap: use scriptlance.com, elance.com, or craigslist. But don’t hire them if they are from another country. You need to communicate with them even if it costs more money.</p>
<p>Question: should I hire programmers?</p>
<p>Answer: first…freelance. Then hire.</p>
<p>Question: what if I build my product but I’m not getting customers?</p>
<p>Answer: develop a service loosely based on your product and offer that to customers. But I hope you didn’t make a product without talking to customers to begin with?</p>
<p>Question: I have the best idea in the world, but for it to work it requires a lot of people to already be using it. Like Twitter.</p>
<p>Answer: if you’re not baked into the Silicon Valley ecosystem,  then find distribution and offer equity if you have to. Zuckerberg had Harvard. MySpace had the fans of all the local bands they set up with MySpace pages. I (in my own small way) had Thestreet.com when I set up Stockpickr.com. I also had 10 paying clients when i did my first successful business fulltime.</p>
<p>Question: I just lost my biggest customer and now I have to fire people. I’ve never done this before. How do I do it?</p>
<p>Answer:  one on meetings. Be Kind. State the facts. Say you have to let people go and that everyone is hurting but you want to keep in touch because they are a great employee. It was an honor to work with them and when business comes back you hope you can convince them come back. Then ask them if they have any questions. Your reputation and the reputation of your company are on the line here. You want to be a good guy. But you want them out of your office within 15 minutes. It’s a termination, not a negotiation. This is one reason why it’s good to start with freelancers.</p>
<p>Question: I have a great idea. How do I attract VCs?</p>
<p>Answer: build the product. Get a customer. Get money from customer. Get more customers. Build more services in the product. Get VC. Chances are by this point, the VCs are calling you.</p>
<p>Question: I want to build a business day trading.</p>
<p>Answer: bad idea</p>
<p>Question: I want to start a business but don’t know what my passion is:</p>
<p>Answer: skip to the post: “<a href="http://www.jamesaltucher.com/2011/02/how-to-be-the-luckiest-guy-on-the-planet-in-4-easy-steps/">How to be the luckiest person alive</a>”. Do the Daily Practice. Within six months your life will be completely different.</p>
<p>Question: I want to leave my job but I’m scared.</p>
<p>Answer: same as above question.  <a href="http://www.jamesaltucher.com/2011/02/how-to-be-the-luckiest-guy-on-the-planet-in-4-easy-steps/">The Daily Practice</a> turns you into a healthy Idea Machine. Plus luck will flow in from every direction.</p>
<p><strong>Final rule:</strong> Things change. Every day. The title of this post, for instance, says “100 Rules”. But I gave about 70 rules (including the Q&amp;A). Things change midway through. Be ready for it every day. In fact, every day figure out what you can change just slightly to shake things up and improve your product and company.</p>
<p>Throughout the rest of this blog I have examples, ideas, rules, etc. In fact, it adds up to a lot more than 100 rules. Many of the rules above are repeated in other posts ahead but use this post as a cheat sheet. If you can think of more rules for me, add them to the comments. I’ll try and put them in the upcoming book.</p>
<p>For the latest career news, visit <a href="http://www.businessinsider.com/warroom">War Room</a>. Follow us on <a href="http://twitter.com/#!/tbi_warroom">Twitter</a> and <a href="http://facebook.com/businessinsider.warroom">Facebook</a>.</p>
<p><a href="http://www.businessinsider.com/the-100-rules-for-being-an-entrepreneur-2011-4#comments">Join the conversation about this story »</a></p>
<p><b>See Also:</b></p>
<ul>
<li><a href="http://www.businessinsider.com/the-top-10-sandwich-franchises-2011-4">The Top 10 Sandwich Franchises </a></li>
<li><a href="http://www.businessinsider.com/stop-bullshitting-yourself-2011-4">MESSAGE TO ENTREPRENEURS: Stop Bullshitting Yourselves</a></li>
<li><a href="http://www.businessinsider.com/5-tips-to-keep-cash-flowing-consistently-into-your-business-2011-4">5 Tips To Keep Cash Flowing Consistently Into Your Business </a></li>
</ul>
<p><a href="http://ads.pheedo.com/click.phdo?s=5a7f14df8bb35978e55d88ee7f3f8dbc&amp;p=1"><img alt="" border="0" src="http://ads.pheedo.com/img.phdo?s=5a7f14df8bb35978e55d88ee7f3f8dbc&amp;p=1" /></a><br />
<img alt="" height="0" width="0" border="0" src="http://segment-pixel.invitemedia.com/pixel?code=Business&amp;partnerID=167&amp;key=segment" /><img alt="" height="0" width="0" border="0" src="http://pixel.quantserve.com/pixel/p-8bUhLiluj0fAw.gif?labels=pub.30025.rss.Business.39996,cat.Business.rss" />
<div>
<a href="http://feeds.feedburner.com/~ff/typepad/alleyinsider/silicon_alley_insider?a=18s7yXKRZ18:3L-HYmU6wno:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/typepad/alleyinsider/silicon_alley_insider?i=18s7yXKRZ18:3L-HYmU6wno:V_sGLiPBpWU" border="0" /></a> <a href="http://feeds.feedburner.com/~ff/typepad/alleyinsider/silicon_alley_insider?a=18s7yXKRZ18:3L-HYmU6wno:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/typepad/alleyinsider/silicon_alley_insider?d=qj6IDK7rITs" border="0" /></a> <a href="http://feeds.feedburner.com/~ff/typepad/alleyinsider/silicon_alley_insider?a=18s7yXKRZ18:3L-HYmU6wno:bcOpcFrp8Mo"><img src="http://feeds.feedburner.com/~ff/typepad/alleyinsider/silicon_alley_insider?d=bcOpcFrp8Mo" border="0" /></a> <a href="http://feeds.feedburner.com/~ff/typepad/alleyinsider/silicon_alley_insider?a=18s7yXKRZ18:3L-HYmU6wno:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/typepad/alleyinsider/silicon_alley_insider?i=18s7yXKRZ18:3L-HYmU6wno:gIN9vFwOqvQ" border="0" /></a> <a href="http://feeds.feedburner.com/~ff/typepad/alleyinsider/silicon_alley_insider?a=18s7yXKRZ18:3L-HYmU6wno:cGdyc7Q-1BI"><img src="http://feeds.feedburner.com/~ff/typepad/alleyinsider/silicon_alley_insider?d=cGdyc7Q-1BI" border="0" /></a> <a href="http://feeds.feedburner.com/~ff/typepad/alleyinsider/silicon_alley_insider?a=18s7yXKRZ18:3L-HYmU6wno:QXVau8BzmBE"><img src="http://feeds.feedburner.com/~ff/typepad/alleyinsider/silicon_alley_insider?d=QXVau8BzmBE" border="0" /></a> <a href="http://feeds.feedburner.com/~ff/typepad/alleyinsider/silicon_alley_insider?a=18s7yXKRZ18:3L-HYmU6wno:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/typepad/alleyinsider/silicon_alley_insider?d=yIl2AUoC8zA" border="0" /></a> <a href="http://feeds.feedburner.com/~ff/typepad/alleyinsider/silicon_alley_insider?a=18s7yXKRZ18:3L-HYmU6wno:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/typepad/alleyinsider/silicon_alley_insider?d=7Q72WNTAKBA" border="0" /></a>
</div>
<p><img src="http://feeds.feedburner.com/~r/typepad/alleyinsider/silicon_alley_insider/~4/18s7yXKRZ18" height="1" width="1" /></p>
]]></content:encoded>
			<wfw:commentRss>http://royfirestein.com/the-100-rules-for-being-an-entrepreneur/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Always pitch in person</title>
		<link>http://royfirestein.com/always-pitch-in-person/</link>
		<comments>http://royfirestein.com/always-pitch-in-person/#comments</comments>
		<pubDate>Thu, 21 Apr 2011 15:24:20 +0000</pubDate>
		<dc:creator>(author unknown)</dc:creator>
				<category><![CDATA[My Recent Reads]]></category>

		<guid isPermaLink="false">http://royfirestein.com/always-pitch-in-person/</guid>
		<description><![CDATA[pulled from Google Reader (click on title for original post) As we know all too well, most VCs you pitch will say ‘no’. So, when it comes to raising your round, you shouldn’t be jumping in a plane for every 1st meeting you get. 1st meetings mean nothing. There is no assurance that they will [...]]]></description>
			<content:encoded><![CDATA[<p><i>pulled from <a href="http://www.google.com/reader/public/atom/user/12141700754783293769/state/com.google/broadcast">Google Reader</a> (click on title for original post)</i></p>
<div>
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.startupcfo.ca%2F2011%2F04%2Falways-pitch-in-person%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.startupcfo.ca%2F2011%2F04%2Falways-pitch-in-person%2F&amp;source=startupcfo&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>As we know all too well, most VCs you pitch will say ‘no’. So, when it comes to raising your round, you shouldn’t be jumping in a plane for every 1st meeting you get. 1st meetings mean nothing. There is no assurance that they will move ahead. Investors could be learning about the space, just seeing who’s out there or just be bored (not likely, but you never know…). So, how do you efficiently and effectively allocate your time and travel budget when you need to raise capital?</p>
<p><span></span>This isn’t an issue if you are in dense markets like the Valley. In one sleepy building in Palo Alto you can literally walk out of <a href="http://www.felicisvc.com/">Felicis Venture</a>‘s office go 3 feet across the hall and be in <a href="http://www.trueventures.com/">True Ventures</a>‘ offices. If you’re not in the Valley, Boston, NYC or another market with investor density then you need to travel to raise your round.</p>
<p>The problem with this as I said is you need to qualify interest before hopping on a plane. Otherwise you will spend a lot of time and money with no assurances that you will be closer to getting a lead investor.</p>
<p>Being a frugal, Scottish and overly logical type, I recognized this early and when I was pitching for $ I would always start off with phone pitches. Now I managed to raise capital. But, now that I’m the one listening to pitches, I can tell you the experience sucks.</p>
<p>One day recently, we had two remote pitches. One was a 1st meeting with someone we did not know well. The other was with a team that I know and respect a lot. Both were horrible. This has nothing to do with the teams or their opportunities. Just the whole audio / visual experience.</p>
<p>We had issues on our side: fumbling to get our skype speaker to work, subsisting on crappy wifi. We just had trouble getting into it. I know, having met one of the pitchers in person after, that it was a crappy experience for them too. You can be pitching your heart out and you have no idea if the investor is engaged or is doing e-mail (BTW, I see investors do this often in phone-in board meetings. aka – “bored” meetings – but that’s another story…).</p>
<p>So what should you do? To start:</p>
<p>- Approach investors who focus on your sector and stage</p>
<p>- Get very warm, highly qualified intros to them</p>
<p>(You should be doing this anyway, for local or far away investors).</p>
<p>- Do an intro meet and greet call. Don’t do the full pitch, but in 20 minutes cover the following:</p>
<ul>
<li>Your background and accomplishments – to establish credibility and interest</li>
<li>The elevator pitch – to clearly and quickly describe your opportunity</li>
<li>Your status – to quickly qualify if you are too early for this particular investor</li>
<li>Your round – again, to qualify fit with the investor</li>
</ul>
<p>Leave 10 minutes for questions/ discussion which should hopefully set the stage for the investor to ask you to come in to do the full pitch.</p>
<p>Do that with a few funds /  groups in a given city and you can confidently book your trip knowing that you have some well qualified meetings and increased chance that the investor will bite and start doing diligence.</p>
<p>Just them excited remotely, but always pitch in person!</p>
<p><img src="http://feeds.feedburner.com/~r/Startupcfo/~4/qrPKLeWsG08" height="1" width="1" /></p>
]]></content:encoded>
			<wfw:commentRss>http://royfirestein.com/always-pitch-in-person/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OECD Broadband Rankings: Canada Ranks 28th out of 33 Countries Based on Bell, Rogers &amp; Shaw Data</title>
		<link>http://royfirestein.com/oecd-broadband-rankings-canada-ranks-28th-out-of-33-countries-based-on-bell-rogers-shaw-data/</link>
		<comments>http://royfirestein.com/oecd-broadband-rankings-canada-ranks-28th-out-of-33-countries-based-on-bell-rogers-shaw-data/#comments</comments>
		<pubDate>Wed, 20 Apr 2011 18:51:38 +0000</pubDate>
		<dc:creator>(author unknown)</dc:creator>
				<category><![CDATA[My Recent Reads]]></category>

		<guid isPermaLink="false">http://royfirestein.com/oecd-broadband-rankings-canada-ranks-28th-out-of-33-countries-based-on-bell-rogers-shaw-data/</guid>
		<description><![CDATA[pulled from Google Reader (click on title for original post) The OECD published its latest comparative broadband Internet data last week, confirming yet again that Canadian consumers pay more for less when it comes to Internet access. While some will undoubtedly claim that the OECD methodology is faulty, it should be noted that the data [...]]]></description>
			<content:encoded><![CDATA[<p><i>pulled from <a href="http://www.google.com/reader/public/atom/user/12141700754783293769/state/com.google/broadcast">Google Reader</a> (click on title for original post)</i><br />
The OECD published its latest <a href="http://www.oecd.org/document/54/0,3746,en_2649_33703_38690102_1_1_1_1,00.html#prices">comparative<br />
broadband Internet data</a><br />
last week, confirming yet again that Canadian consumers pay more for<br />
less when it comes to Internet access. While some will undoubtedly<br />
claim that the OECD methodology is faulty, it should be noted that the <a href="http://www.oecd.org/document/31/0,3746,en_2649_33703_43926495_1_1_1_1,00.html">data<br />
is provided</a><br />
to OECD member governments before publication. For this survey, the<br />
OECD focused on three of Canada&#8217;s largest ISPs &#8211; Bell, Shaw, and Rogers<br />
- covering 18 of their offerings at a range of speeds and pricing<br />
points.</p>
<p>The focus should be on the numbers, which tell a discouraging tale.<br />
Among the findings on price of Internet services (all as of September<br />
2010):</p>
<table cellpadding="2" cellspacing="2" border="1">
<tbody>
<tr>
<td>Speed
      </td>
<td>Rank
      </td>
</tr>
<tr>
<td>Overall
      </td>
<td>28th out of<br />
33
      </td>
</tr>
<tr>
<td>Below 2.5<br />
Mbps
      </td>
<td>17th out of<br />
24
      </td>
</tr>
<tr>
<td>Between 2.5<br />
an 15 Mbps
      </td>
<td>28th out of<br />
33
      </td>
</tr>
<tr>
<td>Between 15<br />
and 30 Mbps
      </td>
<td>29th out of<br />
33
      </td>
</tr>
<tr>
<td>Over 45 Mbps
      </td>
<td>23rd out of<br />
28
      </td>
</tr>
</tbody>
</table>
<p>Moreover, Canada trails in more than just pricing. The OECD found<br />
gigabit to the home service in Sweden, Slovenia, Slovakia, and<br />
Portugal, while Canada was back in the middle of the pack at 100 Mbit<br />
service.  Canada was unsurprisingly one of the only countries<br />
where all<br />
offers included an explicit data cap (Australia, Iceland, and New<br />
Zealand were the the countries). In fact, the majority of the countries<br />
surveyed featured no data caps whatsoever.</p>
<p>The OECD data once again confirms that there are serious problems with<br />
pricing and competitiveness of Canadian broadband access. In Australia,<br />
the Minister for Broadband, Communications and the Digital Economy,<br />
Senator Stephen Conroy, has <a href="http://www.arnnet.com.au/article/383278/conroy_claims_oecd_stats_prove_australians_pay_too_much_broadband/">cited</a><br />
the OECD data as evidence that Australia also trails much of the<br />
developed world. The question in Canada is whether the data will<br />
provide a similar political support for change.<img src="http://feeds.feedburner.com/~r/MichaelGeistsBlog/~4/zMUuGMlLnf4" height="1" width="1" /></p>
]]></content:encoded>
			<wfw:commentRss>http://royfirestein.com/oecd-broadband-rankings-canada-ranks-28th-out-of-33-countries-based-on-bell-rogers-shaw-data/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Got an iPhone or 3G iPad? Apple is recording your moves</title>
		<link>http://royfirestein.com/got-an-iphone-or-3g-ipad-apple-is-recording-your-moves/</link>
		<comments>http://royfirestein.com/got-an-iphone-or-3g-ipad-apple-is-recording-your-moves/#comments</comments>
		<pubDate>Wed, 20 Apr 2011 13:00:00 +0000</pubDate>
		<dc:creator>(author unknown)</dc:creator>
				<category><![CDATA[My Recent Reads]]></category>

		<guid isPermaLink="false">http://royfirestein.com/got-an-iphone-or-3g-ipad-apple-is-recording-your-moves/</guid>
		<description><![CDATA[pulled from Google Reader (click on title for original post) By Alasdair Allan and Pete Warden Update (7:45 am PT) &#8212; A section titled &#8220;Who has access to this data?&#8221; was added. Today at Where 2.0 Pete Warden and I will announce the discovery that your iPhone, and your 3G iPad, is regularly recording the [...]]]></description>
			<content:encoded><![CDATA[<p><i>pulled from <a href="http://www.google.com/reader/public/atom/user/12141700754783293769/state/com.google/broadcast">Google Reader</a> (click on title for original post)</i></p>
<p><em>By <a href="http://about.me/alasdairallan">Alasdair Allan</a> and <a href="http://twitter.com/petewarden">Pete Warden</a></em></p>
<p><strong>Update (7:45 am PT)</strong> &#8212; A section titled &#8220;<a href="http://radar.oreilly.com/#access">Who has access to this data?</a>&#8221; was added.</p>
<p>Today at <a href="http://where2conf.com/where2011?cmp=il-radar-wh11-iphone-tracker">Where 2.0</a> Pete Warden and I will announce the discovery that your iPhone, and your 3G iPad, is regularly recording the position of your device into a hidden file. Ever since <a href="http://www.apple.com/iphone/ios4/">iOS 4 arrived</a>, your device has been storing a long list of locations and time stamps. We&#8217;re not sure why Apple is gathering this data, but it&#8217;s clearly intentional, as the database is being restored across backups, and even device migrations. </p>
<p><a href="http://radar.oreilly.com/assets_c/2011/04/DC%20and%20NY.html"><img src="http://radar.oreilly.com/2011/04/20/042011-iphonetracker.png" border="0" alt="iPhoneTracker screen" width="580" /></a><br />
A visualization of iPhone location data. <a href="http://radar.oreilly.com/assets_c/2011/04/DC%20and%20NY.html">Click to enlarge</a>.</p>
<p>The presence of this data on your iPhone, your iPad, and your backups has security and privacy implications. We&#8217;ve contacted Apple&#8217;s Product Security team, but we haven&#8217;t heard back.</p>
<p>What makes this issue worse is that the file is unencrypted and unprotected, and it&#8217;s on any machine you&#8217;ve synched with your iOS device. It can also be easily accessed on the device itself if it falls into the wrong hands. Anybody with access to this file knows where you&#8217;ve been over the last year, since iOS 4 was released.</p>
<p>In the following video, we discuss how the file was discovered and take a look at the data contained in the file. <a href="http://radar.oreilly.com/#whats-happening">Further details are posted below</a>.</p>
</p>
<h2>What information is being recorded?</h2>
</p>
<p>All iPhones appear to log your location to a file called &#8220;<a href="http://www.google.com/search?hl=en&amp;client=safari&amp;rls=en&amp;q=consolidated.db+iphone&amp;aq=0&amp;aqi=g1&amp;aql=&amp;oq=consolidated.db%22">consolidated.db</a>.&#8221; This contains latitude-longitude coordinates along with a timestamp. The coordinates aren&#8217;t always exact, but they are pretty detailed. There can be tens of thousands of data points in this file, and it appears the collection started with iOS 4, so there&#8217;s typically around a year&#8217;s worth of information at this point. Our best guess is that the location is determined by cell-tower triangulation, and the timing of the recording is erratic, with a widely varying frequency of updates that may be triggered by traveling between cells or activity on the phone itself.</p>
</p>
<h2>Who has access to this data?</h2>
</p>
<p>Don&#8217;t panic. As we discuss in the <a href="http://radar.oreilly.com/#video">video</a>, there&#039;s no immediate harm that would seem to come from the availability of this data. Nor is there evidence to suggest this data is leaving your custody. But why this data is stored and how Apple intends to use it — or not — are important questions that need to be explored.</p>
<p></p>
<p></p>
<h2>What are the implications of this location data?</h2>
<p></p>
<p>The cell phone companies have always had this data, but it takes a court order to access it. Now this information is sitting in plain view, unprotected from the world. Beyond this, there is even more data that we have yet to look at in depth.</p>
<p>For example, in my own case I (Alasdair) discovered a list of hundreds of thousands of wireless access points that my iPhone has been in range of during the last year.</p>
</p>
<h2>How can you look at your own data?</h2>
</p>
<p>We have built an application that helps you look at your own data. It&#8217;s available at <a href="http://petewarden.github.com/iPhoneTracker/">petewarden.github.com/iPhoneTracker</a> along with the source code and deeper technical information.</p>
</p>
<h2>What can you do about this?</h2>
</p>
<p>An immediate step you can take is to encrypt your backups through iTunes (click on your device within iTunes and then check &#8220;Encrypt iPhone Backup&#8221; under the &#8220;Options&#8221; area).</p>
<p></p>
<p><strong>Related:</strong></p>
<p></p>
<ul></p>
<li> <a href="http://www.guardian.co.uk/technology/2011/apr/20/iphone-tracking-prompts-privacy-fears">iPhone keeps record of everywhere you go</a></li>
<p></p>
<li> <a href="http://radar.oreilly.com/2010/11/open-question-how-much-locatio.html">Open question: How much location information are you willing to share?</a></li>
<p></p>
<li> <a href="http://radar.oreilly.com/2011/04/biometrics-location-privacy.html">The convergence of biometrics, location and surveillance</a></li>
<p></p>
<li> <a href="http://radar.oreilly.com/2011/03/japan-radiation-visualizations.html">Radiation visualizations paint a different picture of Japan</a></li>
<p></p>
<li> <a href="http://radar.oreilly.com/2011/02/itunes-privacy-hole.html">Apple iTunes gifts users with a privacy hole</a></li>
<p>
</ul>
</p>
<div>
<a href="http://feeds.feedburner.com/~ff/oreilly/radar/atom?a=VH_BpAfO6vI:Ypj18zEsQXU:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/oreilly/radar/atom?i=VH_BpAfO6vI:Ypj18zEsQXU:V_sGLiPBpWU" border="0" /></a> <a href="http://feeds.feedburner.com/~ff/oreilly/radar/atom?a=VH_BpAfO6vI:Ypj18zEsQXU:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/oreilly/radar/atom?d=yIl2AUoC8zA" border="0" /></a> <a href="http://feeds.feedburner.com/~ff/oreilly/radar/atom?a=VH_BpAfO6vI:Ypj18zEsQXU:JEwB19i1-c4"><img src="http://feeds.feedburner.com/~ff/oreilly/radar/atom?i=VH_BpAfO6vI:Ypj18zEsQXU:JEwB19i1-c4" border="0" /></a> <a href="http://feeds.feedburner.com/~ff/oreilly/radar/atom?a=VH_BpAfO6vI:Ypj18zEsQXU:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/oreilly/radar/atom?d=7Q72WNTAKBA" border="0" /></a> <a href="http://feeds.feedburner.com/~ff/oreilly/radar/atom?a=VH_BpAfO6vI:Ypj18zEsQXU:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/oreilly/radar/atom?d=qj6IDK7rITs" border="0" /></a>
</div>
<p><img src="http://feeds.feedburner.com/~r/oreilly/radar/atom/~4/VH_BpAfO6vI" height="1" width="1" /></p>
]]></content:encoded>
			<wfw:commentRss>http://royfirestein.com/got-an-iphone-or-3g-ipad-apple-is-recording-your-moves/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Nature to Get Legal Rights in Bolivia</title>
		<link>http://royfirestein.com/nature-to-get-legal-rights-in-bolivia/</link>
		<comments>http://royfirestein.com/nature-to-get-legal-rights-in-bolivia/#comments</comments>
		<pubDate>Tue, 19 Apr 2011 20:36:07 +0000</pubDate>
		<dc:creator>(author unknown)</dc:creator>
				<category><![CDATA[My Recent Reads]]></category>

		<guid isPermaLink="false">http://royfirestein.com/nature-to-get-legal-rights-in-bolivia/</guid>
		<description><![CDATA[pulled from Google Reader (click on title for original post) Bolivia&#8217;s Law of Mother Earth is set to pass, and on Wednesday the United Nations will discuss a proposed treaty based on the Universal Declaration of the Rights of Mother Earth. Both mandate legal recognition of ecosystems&#8217; right to exist.]]></description>
			<content:encoded><![CDATA[<p><i>pulled from <a href="http://www.google.com/reader/public/atom/user/12141700754783293769/state/com.google/broadcast">Google Reader</a> (click on title for original post)</i><br />
Bolivia&#8217;s Law of Mother Earth is set to pass, and on Wednesday the United Nations will discuss a proposed treaty based on the Universal Declaration of the Rights of Mother Earth. Both mandate legal recognition of ecosystems&#8217; right to exist.
</p>
<p><img src="http://feeds.feedburner.com/~r/wired/index/~4/0tNjh7HCWgo" height="1" width="1" /></p>
]]></content:encoded>
			<wfw:commentRss>http://royfirestein.com/nature-to-get-legal-rights-in-bolivia/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Moore&#8217;s Law of solar energy</title>
		<link>http://royfirestein.com/the-moores-law-of-solar-energy/</link>
		<comments>http://royfirestein.com/the-moores-law-of-solar-energy/#comments</comments>
		<pubDate>Tue, 19 Apr 2011 14:00:00 +0000</pubDate>
		<dc:creator>(author unknown)</dc:creator>
				<category><![CDATA[My Recent Reads]]></category>

		<guid isPermaLink="false">http://royfirestein.com/the-moores-law-of-solar-energy/</guid>
		<description><![CDATA[pulled from Google Reader (click on title for original post) This article was originally posted at Scientific American. It&#8217;s reprinted with permission. The sun strikes every square meter of our planet with more than 1,360 watts of power. Half of that energy is absorbed by the atmosphere or reflected back into space. Seven hundred watts [...]]]></description>
			<content:encoded><![CDATA[<p><i>pulled from <a href="http://www.google.com/reader/public/atom/user/12141700754783293769/state/com.google/broadcast">Google Reader</a> (click on title for original post)</i></p>
<p><em>This article was originally posted at <a href="http://www.scientificamerican.com/blog/post.cfm?id=smaller-cheaper-faster-does-moores-2011-03-15">Scientific American</a>. It&#8217;s reprinted with permission.</em></p>
<p><a href="http://www.flickr.com/photos/dingbat2005/489897400/" title="evening sun by dingbat2005, on Flickr"><img src="http://radar.oreilly.com/2011/04/15/0411-solar.jpg" border="0" width="300" /></a>The sun strikes every square meter of our planet with more than 1,360 watts of power. Half of that energy is absorbed by the atmosphere or reflected back into space. Seven hundred watts of power, on average, reaches Earth&#8217;s surface. Summed across the half of the Earth that the sun is shining on, that is 89 petawatts of power. By comparison, all of human civilization uses around 15 terrawatts of power, or one six-thousandth as much. In 14 and a half seconds, the sun provides as much energy to Earth as humanity uses in a day.</p>
<p></p>
<p>The numbers are staggering and surprising. In 88 minutes, the sun provides 470 exajoules of energy, as much energy as humanity consumes in a year. In 112 hours — less than five days — it provides 36 zettajoules of energy &#8211; as much energy as is contained in all proven reserves of oil, coal, and natural gas on this planet.</p>
</p>
<p>
If humanity could capture one tenth of one percent of the solar energy striking the Earth — one part in one thousand — we would have access to six times as much energy as we consume in all forms today, with almost no greenhouse gas emissions. At the current rate of energy consumption increase — about 1 percent per year — we will not be using that much energy for another 180 years.</p>
<p>
It&#8217;s small wonder, then, that scientists and entrepreneurs alike are investing in solar energy technologies to capture some of the abundant power around us. Yet solar power is still a minuscule fraction of all power generation capacity on the planet. There is at most 30 gigawatts of solar generating capacity deployed today, or about 0.2 percent of all energy production. Up until now, while solar energy has been abundant, the systems to capture it have been expensive and inefficient.</p>
<p>
That is changing. Over the last 30 years, researchers have watched as the price of capturing solar energy has dropped exponentially. There&#8217;s now frequent talk of a &#8220;Moore&#8217;s law&#8221; in solar energy. In computing,  Moore&#8217;s law dictates that the number of components that can be placed on a chip doubles every 18 months. More practically speaking, the amount of computing power you can buy for a dollar has roughly doubled every 18 months, for decades. That&#8217;s the reason that the phone in your pocket has thousands of times as much memory and ten times as much processing power as a famed Cray 1 supercomputer, while weighing ounces compared to the Cray&#8217;s 10,000-pound bulk, fitting in your pocket rather than a large room, and costing tens or hundreds of dollars rather than tens of millions.</p>
<p>
If similar dynamics worked in solar power technology, then we would eventually have the solar equivalent of an iPhone — incredibly cheap, mass distributed energy technology that was many times more effective than the giant and centralized technologies it was born from.</p>
<p>
So is there such a phenomenon? The <a href="http://www.nrel.gov/solar/">National Renewable Energy Laboratory</a> of the U.S. Department of Energy has watched solar photovoltaic price trends since 1980. They&#8217;ve seen the price per Watt of solar modules (not counting installation) drop from $22 dollars in 1980 down to under $3 today.</p>
<p>
<span><a href="http://radar.oreilly.com/assets_c/2011/04/naam-solar-moore's-law-1.html"><img src="http://radar.oreilly.com/assets_c/2011/04/naam-solar-moore's-law-1-thumb-486x334.jpg" width="486" height="334" alt="naam-solar-moore's-law-1.jpg" /></a></span>
</p>
<p>Is this really an exponential curve? And is it continuing to drop at the same rate, or is it leveling off in recent years? To know if a process is exponential, we plot it on a log scale.</p>
<p>
<span><a href="http://radar.oreilly.com/assets_c/2011/04/naam-solar-moore's-law-2.html"><img src="http://radar.oreilly.com/assets_c/2011/04/naam-solar-moore's-law-2-thumb-486x340.jpg" width="486" height="340" alt="naam-solar-moore's-law-2.jpg" /></a></span></p>
<p>
And indeed, it follows a nearly straight line on a log scale. Some years the price changes more than others. Averaged over 30 years, the trend is for an annual 7 percent reduction in the dollars per watt of solar photovoltaic cells. While in the earlier part of this decade prices flattened for a few years, the sharp decline in 2009 made up for that and put the price reduction back on track. Data from 2010 (not included above) shows at least a 30 percent further price reduction, putting solar prices ahead of this trend.</p>
<p>
If we look at this another way, in terms of the amount of power we can get for $100, we see a continual rise on a log scale.</p>
<p>
<span><a href="http://radar.oreilly.com/assets_c/2011/04/naam-solar-moore's-law-3.html"><img src="http://radar.oreilly.com/assets_c/2011/04/naam-solar-moore's-law-3-thumb-486x340.jpg" width="486" height="340" alt="naam-solar-moore's-law-3.jpg" /></a></span></p>
<p>
What&#039;s driving these changes? There are two factors. First, solar cell manufacturers are learning — much as computer chip manufacturers keep learning — how to reduce the cost to fabricate solar.</p>
<p>
Second, the efficiency of solar cells — the fraction of the sun&#039;s energy that strikes them that they capture — is continually improving. In the lab, researchers have achieved solar efficiencies of as high as 41 percent, an unheard of efficiency 30 years ago. Inexpensive thin-film methods have achieved laboratory efficiencies as high as 20 percent, still twice as high as most of the solar systems in deployment today.</p>
<p>
<span><a href="http://radar.oreilly.com/assets_c/2011/04/naam-solar-moore's-law-4.html"><img src="http://radar.oreilly.com/assets_c/2011/04/naam-solar-moore's-law-4-thumb-486x341.jpg" width="486" height="341" alt="naam-solar-moore's-law-4.jpg" /></a></span></p>
<p>
What do these trends mean for the future? If the 7 percent decline in costs continues (and 2010 and 2011 both look likely to beat that number), then in 20 years the cost per watt of PV cells will be just over $0.50.</p>
<p>
<span><a href="http://radar.oreilly.com/assets_c/2011/04/naam-solar-moore's-law-5.html"><img src="http://radar.oreilly.com/assets_c/2011/04/naam-solar-moore's-law-5-thumb-486x315.jpg" width="486" height="315" alt="naam-solar-moore's-law-5.jpg" /></a></span></p>
<p>
Indications are that the projections above are actually too conservative. First Solar corporation has announced internal production costs (though not consumer prices) of $0.75  per watt, and expects to hit $0.50 per watt in production cost in 2016. If they hit their estimates, they&#8217;ll be beating the trend above by a considerable margin.</p>
<p>
What does the continual reduction in solar price per watt mean for electricity prices and carbon emissions? Historically, the cost of PV modules (what we&#8217;ve been using above) is about half the total installed cost of systems. The rest of the cost is installation.  Fortunately, installation costs have also dropped at a similar pace to module costs. If we look at the price of electricity from solar systems in the U.S. and scale it for reductions in module cost, we get this:</p>
<p>
<span><a href="http://radar.oreilly.com/assets_c/2011/04/naam-solar-moore's-law-6.html"><img src="http://radar.oreilly.com/assets_c/2011/04/naam-solar-moore's-law-6-thumb-486x324.jpg" width="486" height="324" alt="naam-solar-moore's-law-6.jpg" /></a></span></p>
<p>
The cost of solar, in the average location in the U.S., will cross the current average retail electricity price of $0.12 per kilowatt hour in around 2020, or 9 years from now. In fact, given that retail electricity prices are currently rising by a few percent per year, prices will probably cross earlier, around 2018 for the country as a whole, and as early as 2015 for the sunniest parts of America.</p>
<p>
10 years later, in 2030, solar electricity is likely to cost half what coal electricity does today. Solar capacity is being built out at an exponential pace already. When the prices become so much more favorable than those of alternate energy sources, that pace will only accelerate.</p>
<p>
We should always be careful of extrapolating trends out, of course. Natural processes have limits. Phenomena that look exponential eventually level off or become linear at a certain point. Yet physicists and engineers in the solar world are optimistic about their roadmaps for the coming decade. The cheapest solar modules, not yet on the market, have manufacturing costs under $1 per watt, making them contenders — when they reach the market — for breaking the $0.12 per Kwh mark.</p>
<p>
The exponential trend in solar watts per dollar has been going on for at least 31 years now. If it continues for another 8-10, which looks extremely likely, we&#8217;ll have a power source which is as cheap as coal for electricity, with virtually no carbon emissions. If it continues for 20 years, which is also well within the realm of scientific and technical possibility, then we&#8217;ll have a green power source that is half the price of coal for electricity.</p>
<p>
That&#8217;s good news for the world.</p>
<p><em>Photo: <a href="http://www.flickr.com/photos/dingbat2005/489897400/" title="evening sun by dingbat2005, on Flickr">Evening sun by dingbat2005, on Flickr</a></em></p>
<p><p><strong>Sources and further reading:</strong></p>
</p>
<ul>
<li><a href="http://iea.org/publications/free_new_Desc.asp?PUBS_ID=1199">Key World Energy Statistics 2010</a>, International Energy Agency</li>
<p>
<li><a href="http://eetd.lbl.gov/ea/ems/reports/lbnl-4121e.pdf">Tracking the Sun III: The Installed Cost of Photovoltaics in the U.S. from 1998-2009</a>, Barbose, G., N. Darghouth, R. Wiser., LBNL-4121E, December 2010</li>
</p>
<p>
<li><a href="http://www.nrel.gov/analysis/pdfs/46025.pdf">2008 Solar Technologies Market Report: January 2010</a>, (2010). 131 pp. NREL Report TP-6A2-46025; DOE/GO-102010-2867</li>
<p>
</p>
</ul>
<div>
<a href="http://feeds.feedburner.com/~ff/oreilly/radar/atom?a=OqAIQrvoV-U:FKuyMp56UvI:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/oreilly/radar/atom?i=OqAIQrvoV-U:FKuyMp56UvI:V_sGLiPBpWU" border="0" /></a> <a href="http://feeds.feedburner.com/~ff/oreilly/radar/atom?a=OqAIQrvoV-U:FKuyMp56UvI:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/oreilly/radar/atom?d=yIl2AUoC8zA" border="0" /></a> <a href="http://feeds.feedburner.com/~ff/oreilly/radar/atom?a=OqAIQrvoV-U:FKuyMp56UvI:JEwB19i1-c4"><img src="http://feeds.feedburner.com/~ff/oreilly/radar/atom?i=OqAIQrvoV-U:FKuyMp56UvI:JEwB19i1-c4" border="0" /></a> <a href="http://feeds.feedburner.com/~ff/oreilly/radar/atom?a=OqAIQrvoV-U:FKuyMp56UvI:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/oreilly/radar/atom?d=7Q72WNTAKBA" border="0" /></a> <a href="http://feeds.feedburner.com/~ff/oreilly/radar/atom?a=OqAIQrvoV-U:FKuyMp56UvI:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/oreilly/radar/atom?d=qj6IDK7rITs" border="0" /></a>
</div>
<p><img src="http://feeds.feedburner.com/~r/oreilly/radar/atom/~4/OqAIQrvoV-U" height="1" width="1" /></p>
]]></content:encoded>
			<wfw:commentRss>http://royfirestein.com/the-moores-law-of-solar-energy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The 10 Things Tech Company CEOs Should Know Right Now</title>
		<link>http://royfirestein.com/the-10-things-tech-company-ceos-should-know-right-now/</link>
		<comments>http://royfirestein.com/the-10-things-tech-company-ceos-should-know-right-now/#comments</comments>
		<pubDate>Mon, 18 Apr 2011 21:35:22 +0000</pubDate>
		<dc:creator>(author unknown)</dc:creator>
				<category><![CDATA[My Recent Reads]]></category>

		<guid isPermaLink="false">http://royfirestein.com/the-10-things-tech-company-ceos-should-know-right-now/</guid>
		<description><![CDATA[pulled from Google Reader (click on title for original post) Written By Mark Anderson]]></description>
			<content:encoded><![CDATA[<p><i>pulled from <a href="http://www.google.com/reader/public/atom/user/12141700754783293769/state/com.google/broadcast">Google Reader</a> (click on title for original post)</i><br />
Written By Mark Anderson</p>
]]></content:encoded>
			<wfw:commentRss>http://royfirestein.com/the-10-things-tech-company-ceos-should-know-right-now/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WikiLeaks Cable about Chinese Hacking of U.S. Networks</title>
		<link>http://royfirestein.com/wikileaks-cable-about-chinese-hacking-of-u-s-networks/</link>
		<comments>http://royfirestein.com/wikileaks-cable-about-chinese-hacking-of-u-s-networks/#comments</comments>
		<pubDate>Mon, 18 Apr 2011 14:33:49 +0000</pubDate>
		<dc:creator>(author unknown)</dc:creator>
				<category><![CDATA[My Recent Reads]]></category>

		<guid isPermaLink="false">http://royfirestein.com/wikileaks-cable-about-chinese-hacking-of-u-s-networks/</guid>
		<description><![CDATA[pulled from Google Reader (click on title for original post) We know it&#8217;s prevalent, but there&#8217;s some new information: Secret U.S. State Department cables, obtained by WikiLeaks and made available to Reuters by a third party, trace systems breaches &#8212; colorfully code-named &#8220;Byzantine Hades&#8221; by U.S. investigators &#8212; to the Chinese military. An April 2009 [...]]]></description>
			<content:encoded><![CDATA[<p><i>pulled from <a href="http://www.google.com/reader/public/atom/user/12141700754783293769/state/com.google/broadcast">Google Reader</a> (click on title for original post)</i><br />
We know it&#8217;s prevalent, but there&#8217;s some new information: Secret U.S. State Department cables, obtained by WikiLeaks and made available to Reuters by a third party, trace systems breaches &#8212; colorfully code-named &#8220;Byzantine Hades&#8221; by U.S. investigators &#8212; to the Chinese military. An April 2009 cable even pinpoints the attacks to a specific unit of China&#8217;s People&#8217;s Liberation Army. Privately,&#8230;
<div>
<a href="http://feeds.feedburner.com/~ff/schneier/excerpts?a=m6Sm6kqZeJc:iKfDmPwHyZM:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/schneier/excerpts?d=dnMXMwOfBR0" border="0" /></a>
</div>
]]></content:encoded>
			<wfw:commentRss>http://royfirestein.com/wikileaks-cable-about-chinese-hacking-of-u-s-networks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Resilience of the Internet Interconnection Ecosystem</title>
		<link>http://royfirestein.com/resilience-of-the-internet-interconnection-ecosystem/</link>
		<comments>http://royfirestein.com/resilience-of-the-internet-interconnection-ecosystem/#comments</comments>
		<pubDate>Sat, 16 Apr 2011 20:45:17 +0000</pubDate>
		<dc:creator>(author unknown)</dc:creator>
				<category><![CDATA[My Recent Reads]]></category>

		<guid isPermaLink="false">http://royfirestein.com/resilience-of-the-internet-interconnection-ecosystem/</guid>
		<description><![CDATA[pulled from Google Reader (click on title for original post) The Internet is, by very definition, an interconnected network of networks. The resilience of the way in which the interconnection system works is fundamental to the resilience of the Internet. Thus far the Internet has coped well with disasters such as 9/11 and Hurricane Katrina [...]]]></description>
			<content:encoded><![CDATA[<p><i>pulled from <a href="http://www.google.com/reader/public/atom/user/12141700754783293769/state/com.google/broadcast">Google Reader</a> (click on title for original post)</i><br />
<span title="ctx_ver=Z39.88-2004&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Adc&amp;rfr_id=info%3Asid%2Focoins.info%3Agenerator&amp;rft.title=Resilience+of+the+Internet+Interconnection+Ecosystem&amp;rft.aulast=Clayton&amp;rft.aufirst=Richard&amp;rft.subject=Academic+papers&amp;rft.subject=Security+economics&amp;rft.subject=Security+engineering&amp;rft.source=Light+Blue+Touchpaper&amp;rft.date=2011-04-12&amp;rft.type=blogPost&amp;rft.format=text&amp;rft.identifier=http://www.lightbluetouchpaper.org/2011/04/12/resilience-of-the-internet-interconnection-ecosystem/&amp;rft.language=English"></span></p>
<p>The <a href="http://icanhascheezburger.com/2007/06/29/i-m-in-ur-internet/">Internet</a> is, by very definition, an interconnected network of networks. The resilience of the way in which the interconnection system works is fundamental to the resilience of the Internet. Thus far the Internet has coped well with disasters such as <a href="http://www.nap.edu/openbook.php?isbn=0309087023">9/11</a> and <a href="http://www.renesys.com/tech/presentations/pdf/Renesys-Katrina-Report-9sep2005.pdf">Hurricane Katrina</a> – which have had very significant local impact, but the global Internet has scarcely been affected. <a href="http://en.wikipedia.org/wiki/AS_7007_incident">Assorted</a> <a href="http://blog.ioshints.info/2009/02/root-cause-analysis-oversized-as-paths.html">technical</a> <a href="http://labs.ripe.net/Members/erik/ripe-ncc-and-duke-university-bgp-experiment">problems</a> in the interconnection system have caused a few hours of disruption but no long term effects.</p>
<p>But have we just been lucky ? A <a href="http://www.enisa.europa.eu/act/res/other-areas/inter-x/report/interx-report">major new report</a>, just published by <a href="http://www.enisa.europa.eu/about-enisa">ENISA</a> (the European Network and Information Security Agency) tries to answer this question.</p>
<p>The report was written by <a href="http://www.highwayman.com/gmch/">Chris Hall</a>, with the assistance of <a href="http://www.cl.cam.ac.uk/~rja14">Ross Anderson</a> and <a href="http://www.cl.cam.ac.uk/~rnc1">Richard Clayton</a> at Cambridge and <a href="http://netlab.cs.unipi.gr/labmember/panagiotis-trimintzios">Panagiotis Trimintzios</a> and <a href="http://www.enisa.europa.eu/act/res/about-us/Short%20Bio.pdf">Evangelos Ouzounis</a> at ENISA. The <a href="http://www.enisa.europa.eu/act/res/other-areas/inter-x/report/interx-report/at_download/fullReport">full report</a> runs to 238 pages, but for the time-challenged there’s a shorter 31 page <a href="http://www.enisa.europa.eu/act/res/other-areas/inter-x/report/interx-report/at_download/execSummary">executive summary</a> and there will be a more ‘academic’ version of the latter at this year’s Workshop on the Economics of Information Security (<a href="http://weis2011.econinfosec.org/">WEIS 2011</a>).<br />
<span></span></p>
<p>Internet interconnectivity is a complex ecosystem with many interdependent layers. Its operation is governed by the collective self-interest of the Internet’s networks, but there is no central Network Operation Centre (NOC), staffed with technicians to leap into action when trouble occurs.  The open and decentralised organisation that is the very essence of the ecosystem is essential to the success and resilience of the Internet. Yet there are a number of concerns.</p>
<p>First, the Internet is vulnerable to various kinds of common mode technical failures where systems are disrupted in many places simultaneously; service could be substantially disrupted by failures of other utilities, particularly the electricity supply; a flu pandemic could cause the people on whose work it depends to stay at home, just as demand for home working by others was peaking; and finally, because of its open nature, the Internet is at risk of intentionally disruptive attacks.</p>
<p>Second, there are concerns about sustainability of the current business models.  Internet service is cheap, and becoming rapidly cheaper, because the costs of service provision are mostly fixed costs; the marginal costs are low, so competition forces prices ever downwards.  Some of the largest operators – the ‘Tier 1′ transit providers – are losing substantial amounts of money, and it is not clear how future capital investment will be financed. There is a risk that consolidation might reduce the current twenty-odd providers to a handful, at which point regulation may be needed to prevent monopoly pricing.</p>
<p>Third, dependability and economics interact in potentially pernicious ways.  Most of the things that service providers can do to make the Internet more resilient, from having excess capacity to route filtering, benefit other providers much more than the firm that pays for them, leading to a potential ‘tragedy of the commons’.  Similarly, security mechanisms that would help reduce the likelihood and the impact of malice, error and mischance are not implemented because no-one has found a way to roll them out that gives sufficiently incremental and sufficiently local benefit.</p>
<p>Fourth, there is remarkably little reliable information about the size and shape of the Internet infrastructure or its daily operation.  This hinders any attempt to assess its resilience in general and the analysis of the true impact of incidents in particular.  The opacity also hinders research and development of improved protocols, systems and practices by making it hard to know what the issues really are and harder yet to test proposed solutions.</p>
<p>So there may be significant troubles ahead which could present a real threat to economic and social welfare and lead to pressure for regulators to act.  Yet despite the origin of the Internet in DARPA-funded research, the more recent history of government interaction with the Internet has been unhappy.  Various governments have made ham-fisted attempts to impose censorship or surveillance, while others have defended local telecommunications monopolies or have propped up other industries that were disrupted by the Internet.  As a result, Internet Service Providers (ISPs), whose good will is essential for effective regulation, have little confidence in the likely effectiveness of state action, and many would expect it to make things worse.</p>
<p>Any policy makers should therefore proceed with caution.  At this stage, there are four types of activity that can be useful at the European (and indeed the global) level.</p>
<p>The first is to understand failures better, so that all may learn the lessons. This means consistent, thorough, investigation of major outages and the publication of the findings. It also means understanding the nature of success better, by supporting long term measurement of network performance, and by sustaining research in network performance.</p>
<p>The second is to fund key research in topics such as inter-domain routing – with an emphasis not just on the design of security mechanisms, but also on traffic engineering, traffic redirection and prioritisation, especially during a crisis,  and developing an understanding of how solutions can be deployed in the real world. </p>
<p>The third is to promote good practice. Diverse service provision can be encouraged by explicit terms in public sector contracts, and by auditing practices that draw attention to reliance on systems that lack diversity. The public section might also promote the independent testing of equipment and protocols.</p>
<p>The fourth is public engagement. Greater transparency may help Internet users to be more discerning customers, creating incentives for improvement, and the public should be engaged in discussions on potentially controversial issues such as traffic prioritisation in an emergency. And finally, Private Public Partnerships (PPPs) of relevant stakeholders, operators, vendors, public actors etc. are important for self-regulation to be effective. Additionally, should more formal regulation become necessary in the future, more informed policy makers who are already engaged with industry will be able to make better decisions.</p>
<p>So if you’ve ever wondered how the Internet is glued together, and how it might come apart – or if you’re interested in learning about yet another area where computer security and economics interact – then this report will be fascinating reading.</p>
]]></content:encoded>
			<wfw:commentRss>http://royfirestein.com/resilience-of-the-internet-interconnection-ecosystem/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>TEDTalks : David Christian: Big history &#8211; David Christian (2011)</title>
		<link>http://royfirestein.com/tedtalks-david-christian-big-history-david-christian-2011/</link>
		<comments>http://royfirestein.com/tedtalks-david-christian-big-history-david-christian-2011/#comments</comments>
		<pubDate>Sat, 16 Apr 2011 20:45:16 +0000</pubDate>
		<dc:creator>(author unknown)</dc:creator>
				<category><![CDATA[My Recent Reads]]></category>

		<guid isPermaLink="false">http://royfirestein.com/tedtalks-david-christian-big-history-david-christian-2011/</guid>
		<description><![CDATA[pulled from Google Reader (click on title for original post) Backed by stunning illustrations, David Christian narrates a complete history of the universe, from the Big Bang to the Internet, in a riveting 18 minutes. This is &#8220;Big History&#8221;: an enlightening, wide-angle look at complexity, life and humanity, set against our slim share of the [...]]]></description>
			<content:encoded><![CDATA[<p><i>pulled from <a href="http://www.google.com/reader/public/atom/user/12141700754783293769/state/com.google/broadcast">Google Reader</a> (click on title for original post)</i><br />
Backed by stunning illustrations, David Christian narrates a complete history of the universe, from the Big Bang to the Internet, in a riveting 18 minutes. This is &#8220;Big History&#8221;: an enlightening, wide-angle look at complexity, life and humanity, set against our slim share of the cosmic timeline.<img src="http://feeds.feedburner.com/~r/TEDTalks_video/~4/zt8DeWT0XS4" height="1" width="1" /></p>
]]></content:encoded>
			<wfw:commentRss>http://royfirestein.com/tedtalks-david-christian-big-history-david-christian-2011/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>TEDTalks : Dave Meslin: The antidote to apathy &#8211; Dave Meslin (2010)</title>
		<link>http://royfirestein.com/tedtalks-dave-meslin-the-antidote-to-apathy-dave-meslin-2010/</link>
		<comments>http://royfirestein.com/tedtalks-dave-meslin-the-antidote-to-apathy-dave-meslin-2010/#comments</comments>
		<pubDate>Sat, 16 Apr 2011 20:45:16 +0000</pubDate>
		<dc:creator>(author unknown)</dc:creator>
				<category><![CDATA[My Recent Reads]]></category>

		<guid isPermaLink="false">http://royfirestein.com/tedtalks-dave-meslin-the-antidote-to-apathy-dave-meslin-2010/</guid>
		<description><![CDATA[pulled from Google Reader (click on title for original post) Local politics &#8212; schools, zoning, council elections &#8212; hit us where we live. So why don&#8217;t more of us actually get involved? Is it apathy? Dave Meslin says no. He identifies 7 barriers that keep us from taking part in our communities, even when we [...]]]></description>
			<content:encoded><![CDATA[<p><i>pulled from <a href="http://www.google.com/reader/public/atom/user/12141700754783293769/state/com.google/broadcast">Google Reader</a> (click on title for original post)</i><br />
Local politics &#8212; schools, zoning, council elections &#8212; hit us where we live. So why don&#8217;t more of us actually get involved? Is it apathy? Dave Meslin says no. He identifies 7 barriers that keep us from taking part in our communities, even when we truly care.<img src="http://feeds.feedburner.com/~r/TEDTalks_video/~4/ZQnuVoblYdw" height="1" width="1" /></p>
]]></content:encoded>
			<wfw:commentRss>http://royfirestein.com/tedtalks-dave-meslin-the-antidote-to-apathy-dave-meslin-2010/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Get Funded Faster</title>
		<link>http://royfirestein.com/get-funded-faster/</link>
		<comments>http://royfirestein.com/get-funded-faster/#comments</comments>
		<pubDate>Sat, 16 Apr 2011 20:45:16 +0000</pubDate>
		<dc:creator>(author unknown)</dc:creator>
				<category><![CDATA[My Recent Reads]]></category>

		<guid isPermaLink="false">http://royfirestein.com/get-funded-faster/</guid>
		<description><![CDATA[pulled from Google Reader (click on title for original post) One of the most frustrating aspects of raising capital is how long it can take. Even if an investor loves the idea after the 1st meeting, the process still takes months. Now that I am sitting on the other side, I have a better appreciation [...]]]></description>
			<content:encoded><![CDATA[<p><i>pulled from <a href="http://www.google.com/reader/public/atom/user/12141700754783293769/state/com.google/broadcast">Google Reader</a> (click on title for original post)</i></p>
<div>
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.startupcfo.ca%2F2011%2F03%2Fget-funded-faster%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.startupcfo.ca%2F2011%2F03%2Fget-funded-faster%2F&amp;source=startupcfo&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>One of the most frustrating aspects of raising capital is how long it can take. Even if an investor <a href="http://www.startupcfo.ca/2008/06/love-at-first-sight/">loves</a> the idea after the 1st meeting, the process still takes months. Now that I am sitting on the other side, I have a better appreciation for why things take longer than entrepreneurs would like.  So, I thought I would share some thoughts on why things can take long and how you can accelerate the process.</p>
<p>We are four partners at <a href="http://www.realventures.com/">Real Ventures</a>, and we see a lot of opportunities. A small number of those are clearly not a fit and so we pass quickly, but the rest all require some amount of work. Plus we have an active portfolio in our <a href="http://montrealstartup.com/">1st fund</a> that we spend time with. And of course, we “have to” attend events, conferences, meet with other investors and generally meet people all the time. So, unlike the entrepreneur that gets to focus 100% of his or her attention on their company, as an investor, our attention is fractured in many directions.</p>
<p><span></span>I am fairly process driven (side effect of being a CFO for so long), and for me at least, I need dedicated blocks of time to think about a given opportunity, so that I can really get into it, think through the drivers, issues and develop a thesis for how things will play out. That can be hard to do when you have so many demands on your time. I can leave a pitch totally psyched about it, but not be able to touch the opportunity again for a week.</p>
<p>So, what’s the solution? Here are my suggestions for <strong>getting funded faster</strong>:</p>
<p><strong>Be prepared</strong>: Have your investor materials (<a href="http://www.startupcfo.ca/2008/06/the-executive-summary/">exec summ</a>, pitch, <a href="http://www.startupcfo.ca/2009/10/what-matters-in-early-stage-pro-formas/">financial forecast</a>) ready to go. Make sure they are great. The goal of the exec summ is to get you a meeting. Nothing more. The goal of the pitch is to get the investor to dig deeper. Nothing more. <em>These are sales documents. Not educational documents.</em></p>
<p><strong>Parallel, not serial</strong>: Run a roadshow process. Dedicate a team member full time to fundraising. Hit up all investors at once.</p>
<p><strong>Don’t do it alone</strong>: Before you begin, assemble your team. Make sure you have advisors and mentors who have done this and who have relevant relationships. Have a deal lawyer who knows the space.</p>
<p><strong>Get introductions</strong>: All funds, including ours, have web submissions or you can e-mail info@fund.com. Don’t bother. We do genuinely look at cold submissions but place a high priority on trusted introductions. Get people investors know and trust (their porfolio CEOs, VCs, lawyers, etc) to introduce you. Ideally more than one intro.</p>
<p><strong>Get a running start</strong>: I am a big fan of building investor relationships <em>before</em> you start fundraising. Mark Suster has a great post about <a href="http://www.bothsidesofthetable.com/2010/11/15/invest-in-lines-not-dots">investing in dots not lines</a>. The gist is that as investor you want multiple touch points and opportunities to get to know the team and see the progress. The surest way to accelerate the deal process is to blow away investors with your progress each time you interact with them. So, meet investors before you are ready to raise so they know you and your story and can track your progress.</p>
<p><strong>Start early enough</strong>: This is an extension of the last point. Don’t start the process when you have 3 months of runway left. Start early.</p>
<p><strong>The right investor</strong>: If you have a SaaS, freemium or e-commerce business, I’m going to get it quickly. If you have something that I don’t focus on, it’s much tougher and is going to take longer. The point is, don’t just pitch any partner you get introduced to. Pitch the partner that is most focused on your sector.</p>
<p><strong>At the right time</strong>: Timing is (almost) everything. This is true for individual investors and for the fund as a whole. As an individual, if I have other deals going on, I may not have the time to move a new opportunity forward. As a fund, if you approach us at the end of our investment cycle, the timing might not be right. It’s easy to figure out where a fund is in their investment cycle. Look at when they closed new capital. You have 3 – 5 years from that point for active investing. It’s harder to know what is on an individual partner’s plate.</p>
<p><strong>Build trust</strong>: You do this by having multiple touch points with investors (to my earlier points about building relationships before fundraising) and by telling investors what you’re going to do, then next time you speak with them let  them know you did that and more! Do that a couple of times and that will get attention.</p>
<p><strong>All about traction</strong>: You need to time fundraising around milestones and progress with your development and ideally goto market. Nothing will get investors to move faster than seeing a startup kill it.</p>
<p>
<p>
<img src="http://feeds.feedburner.com/~r/Startupcfo/~4/Y3tktNeEhtg" height="1" width="1" /></p></p>
]]></content:encoded>
			<wfw:commentRss>http://royfirestein.com/get-funded-faster/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

