<?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>nick has a blog! &#187; startups</title>
	<atom:link href="http://www.nickpeters.net/category/startups/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.nickpeters.net</link>
	<description></description>
	<lastBuildDate>Fri, 05 Mar 2010 04:29:24 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Getting Real</title>
		<link>http://www.nickpeters.net/2007/06/28/getting-real/</link>
		<comments>http://www.nickpeters.net/2007/06/28/getting-real/#comments</comments>
		<pubDate>Fri, 29 Jun 2007 05:46:59 +0000</pubDate>
		<dc:creator>Nick</dc:creator>
				<category><![CDATA[37signals]]></category>
		<category><![CDATA[Getting Real]]></category>
		<category><![CDATA[review]]></category>
		<category><![CDATA[startups]]></category>
		<category><![CDATA[webapps]]></category>

		<guid isPermaLink="false">http://www.nickpeters.net/2007/06/28/getting-real/</guid>
		<description><![CDATA[I just got done with the book â€œGetting Realâ€ by 37Signals.  This book is a bible for anyone looking to start a web app using minimal resources without sacrificing quality.Â  &#8220;Getting Real&#8221; is divided into 16 chapters and covers planning your application up to launching and supporting your application.  Each chapter consists of [...]]]></description>
			<content:encoded><![CDATA[<p style="margin-bottom: 0in">I just got done with the book â€œ<a href="http://gettingreal.37signals.com/" title="Getting Real: The Book by 37signals" target="_blank">Getting Real</a>â€ by <a href="http://www.37signals.com/" title="37Signals Homepage" target="_blank">37Signals</a>.  This book is a bible for anyone looking to start a web app using minimal resources without sacrificing quality.Â  &#8220;Getting Real&#8221; is divided into 16 chapters and covers planning your application up to launching and supporting your application.  Each chapter consists of sections that talk about a certain aspect of the chapter.  For example, the chapter on supporting your application has a section on setting up forums, a section on why the developers should be on the support frontline, and how to prioritize bug fixes.  Each section is backed up by essays and quotes from various people who have been through the web app process .  I strongly recommend anyone who is thinking about or is in the middle of developing a web app to check out this book.  If anything, it lets you know where they&#8217;re coming from when they developed applications such as <a href="http://www.basecamphq.com/" title="Basecamp - Project collaboration, management and task software." target="_blank">Basecamp</a>.Â  Let&#8217;s check out some of the important concepts that we&#8217;re presented with.</p>
<ol>
<li>
<p style="margin-bottom: 0in"><strong>Don&#8217;t worry about the details; 	just make a decision.</strong>  Don&#8217;t waste time arguing about the small 	details of your web app.  The type font type used, border size, all 	don&#8217;t matter when it comes to the core of your application.  Learn 	to make a quick decision and move on.  Your users will give you 	feedback to let you know whether or not you&#8217;re on the right trail or 	not.</p>
</li>
<li>
<p style="margin-bottom: 0in"><strong>Include only the most necessary 	features in â€œ1.0â€</strong>  Don&#8217;t add any unnecessary features; in 	fact a lot of the features that you think are necessary may really 	not be.  Cut these features out and include them in a future 	release.  An example they gave was a billing system when they 	deployed Basecamp.  The feature wasn&#8217;t necessary until 1 month after 	their initial release because that&#8217;s when their users got billed.  	Instead they released Basecamp and then worked on it.  This was 	plenty of time to create the feature and everything worked out.</p>
</li>
<li>
<p style="margin-bottom: 0in"><strong>Iterate as you go.</strong>  The 	nice thing about web apps is that you can instantly deploy bug fixes 	and new features to your users.  This allows you to be competitive 	since you are able to easily adapt to change and rapidly make fixes. 	 You&#8217;re also able to receive instant feedback from your users as you 	make fixes and/or deploy bug fixes.</p>
</li>
<li>
<p style="margin-bottom: 0in"><strong>Create your interface first.</strong> 	 Start off with some sketches on a piece of paper and then maybe 	convert it into HTML/CSS.  The reason to do this is because the 	interface is easier to modify as opposed to re-writing code.  As you 	create your mock-ups questions will be brought up and decisions will 	be made.  It&#8217;s better to make those decisions at this stage rather 	than after you&#8217;re into hardcore coding.</p>
</li>
<li>
<p style="margin-bottom: 0in"><strong>Learn to market your site from 	day one.</strong>  Include a teaser on your front page, screenshots of previews, blog about the development process and features 	that will be included in the initial release, use invite codes.  All 	of this will create a buzz about your product. When it comes to 	invite codes, have users submit their email addresses to be notified 	when more invites will be available.  You&#8217;ll at least now have a list of 	people who have expressed interest in your app and they can be 	notified when your initial release comes out.</p>
</li>
<li>
<p style="margin-bottom: 0in"><strong>Become your own support 	department.</strong>  Dealing with your users on a direct basis allows 	you to get into their mind and get instant feedback.  The people who 	are developing the application should be answering questions, 	defending their choices and taking criticism.  Be sure to consider a 	FAQ page and forums so that users can help themselves and other users.</p>
</li>
</ol>
<p style="margin-bottom: 0in">I&#8217;ve really only scratched the surface of what this book has to offer.  Check out the rest <a href="http://gettingreal.37signals.com/toc.php" title="Getting Real">here</a>!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.nickpeters.net/2007/06/28/getting-real/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>10 Things I Learned From Startup  School</title>
		<link>http://www.nickpeters.net/2007/04/02/10-things-i-learned-from-startup-school/</link>
		<comments>http://www.nickpeters.net/2007/04/02/10-things-i-learned-from-startup-school/#comments</comments>
		<pubDate>Tue, 03 Apr 2007 05:25:10 +0000</pubDate>
		<dc:creator>Nick</dc:creator>
				<category><![CDATA[startup school]]></category>
		<category><![CDATA[startups]]></category>

		<guid isPermaLink="false">http://www.nickpeters.net/2007/04/02/10-things-i-learned-from-startup-school/</guid>
		<description><![CDATA[My notes were pretty much what was said at Startup School, so I want to take this opportunity to put down what I got out of it in my own words.  This list is some of the re-occurring themes amongst the speakers as well as some key ideas I took from it.
1. You will [...]]]></description>
			<content:encoded><![CDATA[<p>My notes were pretty much what was said at Startup School, so I want to take this opportunity to put down what I got out of it in my own words.  This list is some of the re-occurring themes amongst the speakers as well as some key ideas I took from it.</p>
<p>1. <strong>You will probably fail, but you&#8217;ll learn something along the way.</strong><br />
I think having a pessimistic view will turn your startup experience into a self-fulfilling prophecy.  Will you really put a lot of effort into something you know is going to fail?  Why should you?<br />
I think you should expect your startup to succeed, but know that failing is the worse that can happen.  This way you will put all of your effort into it and learn more than you would if you half-ass it.</p>
<p>2. <strong>Focus on 1 idea.</strong><br />
Don&#8217;t scatter your resources among many mediocre ideas.  Instead focus on one great idea and do it well.  This will put you at a competitive advantage.</p>
<p>3. <strong>Get Venture Capitalist Funding or &#8220;Smart Money&#8221;</strong><br />
When a venture capitalist loans you money, they want you to succeed.  Why?  If you succeed, they make money as well!  Part of the deal is that they&#8217;ll help you out by pointing you in the right direction, or will connect you with someone who can help you out.  Think of it as buying help.</p>
<p>4. <strong>Frugality</strong><br />
When starting out, you want to squeeze every penny for what it&#8217;s worth.  The Partovi brothers took it to extremes by saving paper clips attached to documents and having people bring in their own cups.  In fact, they made frugality part of their company culture.  This is also something VCs will look for when you present to them.</p>
<p>5. <strong>Make important decisions early on</strong><br />
Who is CEO?  Who is on the board of directors?  These decisions should be made before the company is worth anything.  The CEO should be someone who is well spoken and is a good salesperson.  If you make this decision when your company is starting to make money, the person who may not be the best candidate may step up for financial reasons.<br />
As far as who is on the  board of directors, choose people who understand the business, such as the founder.  Don&#8217;t choose people who want to be on the board as part of some sort of hidden agenda; they&#8217;re in it for themselves, not the business.</p>
<p>6. <strong>Don&#8217;t take the company culture for granted</strong><br />
This should be something else that should be established early on.  Determine the overall culture for your company early on and set an example.  As companies grow bigger, the culture seems to fade away and politics begin to set in.  If you establish this at the beginning and enforce it, you will delay the inevitable drama/politics that come with having more employees.</p>
<p>7. <strong>Diversity</strong><br />
This is one topic that was actually brought up with two different viewpoints.  Mitch Kapor said that a company should have diverse viewpoints, while Mark Zuckerberg said that a startup company should be young and technical.<br />
I tend to agree more with Mitch.  Having a variety of people allows for a larger amount of viewpoints.  If someone has an idea, another person is bound to find holes in it and patch them up before a release.</p>
<p>8. <strong>Hire Great People</strong><br />
Be picky about who you hire.  At first your company will be small, which is why it is critical that you have your ideal team.  If not, it&#8217;ll be more likely that you will fail.  Hiring great people is one of the keys to success.</p>
<p>9. <strong>Get a co-founder</strong><br />
This is one of the biggest key factors to get VC funding.  If no one wants to help you start a business, you should probably look into another idea; It&#8217;s that important.</p>
<p>10. <strong>Redefine Success</strong><br />
To some success is making lots of money.  However, let&#8217;s be realistic, are you really going to make a lot of money doing your first start up business?  Probably not.  Will you learn a lot?  This is more likely.  Make it a point to learn as much as you can with your experience.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.nickpeters.net/2007/04/02/10-things-i-learned-from-startup-school/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Startup School &#8211; Greg McAdoo, Mark Zuckerberg, Joel Lehrer (Part 4/4)</title>
		<link>http://www.nickpeters.net/2007/03/30/startup-school-greg-mcadoo-mark-zuckerberg-joel-lehrer-part-44/</link>
		<comments>http://www.nickpeters.net/2007/03/30/startup-school-greg-mcadoo-mark-zuckerberg-joel-lehrer-part-44/#comments</comments>
		<pubDate>Sat, 31 Mar 2007 04:34:35 +0000</pubDate>
		<dc:creator>Nick</dc:creator>
				<category><![CDATA[startup school]]></category>
		<category><![CDATA[startups]]></category>

		<guid isPermaLink="false">http://www.nickpeters.net/2007/03/30/startup-school-greg-mcadoo-mark-zuckerberg-joel-lehrer-part-44/</guid>
		<description><![CDATA[Greg McAdoo

Elements of a sustainable company


Clarity of purpose

How concise are you? Know your business. Define Problem and solution.  Know the problem Get out early and interate.  Don&#8217;t expect a perfect product with initial release.  Get feedback. Know your competition. Exploit a hole in your competition.  Do something they they&#8217;re afraid to [...]]]></description>
			<content:encoded><![CDATA[<h3><a href="http://www.sequoiacap.com/people/greg-mcadoo/" title="Greg McAdoo" target="_blank">Greg McAdoo</a></h3>
<p><a href="http://www.flickr.com/photos/strategicpause/434020650/" title="Photo Sharing"><img src="http://farm1.static.flickr.com/150/434020650_08cbe5eac3_t.jpg" alt="IMG_0496" height="67" width="100" /></a></p>
<p>Elements of a sustainable company</p>
<p><a href="http://www.flickr.com/photos/strategicpause/434021383/" title="Photo Sharing"><img src="http://farm1.static.flickr.com/159/434021383_ab3e309a59_t.jpg" alt="IMG_0493" height="67" width="100" /></a></p>
<ul>
<li>Clarity of purpose
<ul>
<li>How concise are you? Know your business. Define Problem and solution.  Know the problem Get out early and interate.  Don&#8217;t expect a perfect product with initial release.  Get feedback. Know your competition. Exploit a hole in your competition.  Do something they they&#8217;re afraid to do. Understand the market</li>
</ul>
</li>
<li>Spectacular market</li>
<li>Alleviate customer pain
<ul> <a href="http://www.flickr.com/photos/strategicpause/434020470/" title="Photo Sharing"><img src="http://farm1.static.flickr.com/158/434020470_56bd083798_t.jpg" alt="IMG_0495" height="67" width="100" /></a></p>
<li>â€œLook for someone whose hair is on fire and sell them a firehose.â€
<ul>
<li>They won&#8217;t care about the details</li>
<li>It&#8217;s ok to cut corners if necessary</li>
</ul>
</li>
</ul>
</li>
<li>Incredible Product Focus</li>
<li>Real Operating Margins</li>
<li>Frugality</li>
<li>Inferno with a single match</li>
<li>Know demographics, statistics, etc.</li>
<li>Know yourself â€“ functional contributor, go the distance, be honest.</li>
</ul>
<p>If you&#8217;re going into a gray area with your business idea, Show the current trajectory of law when presenting to a VC.</p>
<h3><a href="http://www.texasstartupblog.com/2007/03/27/facebook-class-action-suit/" title="Mark Zuckerberg" target="_blank">Mark Zuckerberg</a></h3>
<p><a href="http://www.flickr.com/photos/strategicpause/434022059/" title="Photo Sharing"><img src="http://farm1.static.flickr.com/156/434022059_3997f93a37_t.jpg" alt="IMG_0499" height="67" width="100" /></a></p>
<p>Importance of being technical</p>
<ul>
<li>Instead of answer questions â€“ build tools</li>
</ul>
<p>Give power to the people on the organization who can do the things they need to do. Technical people for marketing roles, support, etc.</p>
<h3><a href="http://www.goodwinprocter.com/PeopleDetail.aspx?id=1870" title="Joel Lehrer" target="_blank">Joel Lehrer</a></h3>
<p><a href="http://www.flickr.com/photos/strategicpause/434022271/" title="Photo Sharing"><img src="http://farm1.static.flickr.com/162/434022271_cfc96c5a17_t.jpg" alt="IMG_0501" height="67" width="100" /></a></p>
<p>Do&#8217;s and Don&#8217;ts of Patents for Micro-statups Patents encourage innovation</p>
<ul>
<li>Must not have been disclosed public for one year.</li>
<li>You need to be the inventor</li>
<li>Takes about a year and can cost a lot of money</li>
<li>Does not guarantee you can practice the invention.</li>
<li> Exclude others from using your idea/invention.</li>
</ul>
<p>Why does anyone care?</p>
<p><a href="http://www.flickr.com/photos/strategicpause/434022389/" title="Photo Sharing"><img src="http://farm1.static.flickr.com/146/434022389_2119bc65ae_t.jpg" alt="IMG_0503" height="67" width="100" /></a></p>
<ul>
<li>Wall out competitors</li>
<li>Defense</li>
<li>Potential income â€“ licensing</li>
<li>Value on exit</li>
<li>Credibility to investors â€“ makes you think about what you&#8217;re doing that&#8217;s different</li>
<li>Articulated description of market differentiation.</li>
</ul>
<p>Joel on Patents</p>
<p><a href="http://www.flickr.com/photos/strategicpause/434022529/" title="Photo Sharing"><img src="http://farm1.static.flickr.com/169/434022529_4b07497b22_t.jpg" alt="IMG_0504" height="67" width="100" /></a></p>
<ul>
<li>Work on your own time and equipment</li>
<li>Understand your current obligations</li>
<li>Document code provence</li>
<li>Get assignments</li>
<li>File something before you launch</li>
<li>Do some (but not too much) searching.
<ul>
<li><a href="http://www.google.com/patents" title="Google Patents" target="_blank">Google Patents</a></li>
</ul>
</li>
<li>Focus on the product, not patents</li>
<li>do not worry about the big boys (for patent infringement that is)</li>
</ul>
<p>Patents on $500/year</p>
<ul>
<li>Monitor blogs and bulletin boards ($0)</li>
<li>Monitor newly issued patents and publications ($0)</li>
<li>Hire a search firm (NERAC, INREA) ($500 or less)</li>
<li>Learn how to write a provisional ($0)</li>
<li>Draft and file your own provisional ($100)</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.nickpeters.net/2007/03/30/startup-school-greg-mcadoo-mark-zuckerberg-joel-lehrer-part-44/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Startup School &#8211; Hadi and Ali Partovi, Rahoul Seth, Mitch Kapor (Part 3)</title>
		<link>http://www.nickpeters.net/2007/03/29/startup-school-hadi-and-ali-partovi-rahoul-seth-mitch-kapor-part-3/</link>
		<comments>http://www.nickpeters.net/2007/03/29/startup-school-hadi-and-ali-partovi-rahoul-seth-mitch-kapor-part-3/#comments</comments>
		<pubDate>Fri, 30 Mar 2007 05:05:24 +0000</pubDate>
		<dc:creator>Nick</dc:creator>
				<category><![CDATA[startup school]]></category>
		<category><![CDATA[startups]]></category>

		<guid isPermaLink="false">http://www.nickpeters.net/2007/03/29/startup-school-hadi-and-ali-partovi-rahoul-seth-mitch-kapor-part-3/</guid>
		<description><![CDATA[Hadi and Ali Partovi

Is my Idea a Winner?

Can you explain customer need in 1 or 2 sentences?
Does the idea/business scale?
Are you creating added value?  What would&#8217;ve people lost without you?
If you&#8217;re dependent on 1 supplier or customer, they have you by the balls.
Will users recruit other users?

Viral marketing.


Will value increase when customer&#8217;s increase?

Social networking


Are [...]]]></description>
			<content:encoded><![CDATA[<h3><a href="http://www.ilike.com">Hadi and Ali Partovi</a></h3>
<p><a href="http://www.flickr.com/photos/strategicpause/434018352/" title="Photo Sharing"><img src="http://farm1.static.flickr.com/156/434018352_36f29ec717_t.jpg" alt="IMG_0478" height="67" width="100" /></a><br />
Is my Idea a Winner?</p>
<ul>
<li>Can you explain customer need in 1 or 2 sentences?</li>
<li>Does the idea/business scale?</li>
<li>Are you creating added value?  What would&#8217;ve people lost without you?</li>
<li>If you&#8217;re dependent on 1 supplier or customer, they have you by the balls.</li>
<li>Will users recruit other users?
<ul>
<li>Viral marketing.</li>
</ul>
</li>
<li>Will value increase when customer&#8217;s increase?
<ul>
<li>Social networking</li>
</ul>
</li>
<li>Are you passionate about the idea?
<ul>
<li>Can you hang on when things go downhill?</li>
</ul>
</li>
<p>Do&#8217;s</ul>
<ul>
<li>Listen to your customers and and identify with them.
<ul>
<li>Do it personally.</li>
<li>Have everyone do customer support at one point.</li>
</ul>
</li>
<li>Rank top problems and your top people.
<ul>
<li>Assign these problems to the right people.</li>
<li>Use effective delegation.</li>
</ul>
</li>
<li>Cut spending where you can.  Make frugality and profitablity a part of the culture.
<ul>
<li>For example, don&#8217;t buy paper clips and  paper cups.  Reuse ones on incoming documents and have people bring in their own cups.</li>
</ul>
</li>
<li>Move quickly and make decisions fast.
<ul>
<li>Avoid committees.</li>
<li>Avoid 12-month development projects and delegate decision making.</li>
</ul>
</li>
<li>Have a strong CEO.
<ul>
<li>This person should be a salesperson and a good speaker.</li>
</ul>
</li>
<li>Focus.  Have 1 main idea.  Do this 1 idea well.</li>
<li>Hiring great people is critical.  Put this at the top of your list.</li>
</ul>
<p>Don&#8217;ts</p>
<ul>
<li>Don&#8217;t  be distracted by the press.  Don&#8217;t make decisions to get press.
<ul>
<li>Goals of PR â€“ recruiting and strategic partnerships.</li>
</ul>
</li>
<li>Don&#8217;t take the company culture for granted.  Don&#8217;t let politics set in.  Keep and set the culture while you&#8217;re small.
<ul>
<li>As the company grow, there will be a tendency to introduce politics into the culture.</li>
</ul>
</li>
<li>Don&#8217;t be greedy in negotiations.  Don&#8217;t go for the  perfect deal.  A deal is better than no deal.</li>
<li>Don&#8217;t ignore your gut feeling about an employee or candidate.
<ul>
<li>Recommendations and resume aren&#8217;t the only judgment factors.  Fire people if they&#8217;re not in the right position.</li>
</ul>
</li>
</ul>
<h3><a href="http://www.righthemisphere.com/">Rahoul Seth</a></h3>
<p><a href="http://www.flickr.com/photos/strategicpause/434019310/" title="Photo Sharing"><img src="http://farm1.static.flickr.com/185/434019310_f0e7486a81_t.jpg" alt="IMG_0484" height="67" width="100" /></a><br />
Financing for Start-ups</p>
<ul>
<li>Funding â€“ Bring business partner(s).</li>
<li>Finding the right business partner will bring professional advice from experience.</li>
</ul>
<ul>
<li>Potential investors known people and can advise you.</li>
<li>â€œSmart moneyâ€ wants you to succeed.  This is why you should get VC funding.  If you make money, they make money.</li>
</ul>
<p>Financing comes in stages</p>
<ul>
<li>Seed â€“ Need to first figure out strategy, cash requirement, and market requirements</li>
<li>First â€“ Get a beta product, â€œgo to marketâ€ plan.</li>
<li>Second â€“ Road map to growth and profit.</li>
<li>Third â€“ Expand business.  Risk taken out.</li>
<li>Mezzanine â€“ Working capital needed for liquidity event</li>
<li>IPO â€“ Have liquidity for investors</li>
</ul>
<p>Type of Investment</p>
<ul>
<li>Debt â€“ Borrow $, pay back with Internet.</li>
<li>Equity â€“ Sell share of company.  Investors make money from liquidity
<ul>
<li>Common stock â€“ founders (stock), employees (options)</li>
<li>Preferred stock â€“ Investors (stock and warrants).  Preference over common at liquidity events.  Don&#8217;t give this out early on.</li>
<li>Goal for founders should be to retain 5-10% shares of the company.</li>
</ul>
</li>
<p><a href="http://www.flickr.com/photos/strategicpause/434020601/" title="Photo Sharing"><img src="http://farm1.static.flickr.com/185/434020601_0e698f0163_t.jpg" alt="IMG_0486" height="67" width="100" /></a></p>
<li>Dilution</li>
</ul>
<p>Liquidity Events</p>
<ul>
<li>acquisition â€“ most likely outcome</li>
<li>IPO â€“ high risk in today&#8217;s legal environment</li>
</ul>
<p>Debt Financing</p>
<ul>
<li>Fixed assets â€“ hardware/software</li>
<li>security deposits</li>
<li>working capital â€“ only after company is profitable</li>
</ul>
<h3><a href="http://www.kapor.com/">Mitch Kapor</a></h3>
<p><a href="http://www.flickr.com/photos/strategicpause/434019786/" title="Photo Sharing"><img src="http://farm1.static.flickr.com/169/434019786_cc13fe1671_t.jpg" alt="IMG_0487" height="67" width="100" /></a><br />
â€œIt doesn&#8217;t matter where you start, it&#8217;s that you started.â€</p>
<ul>
<li>People Culture
<ul>
<li>More inviting work places.  People feel there contributions are respected and will make a change.</li>
<li>Not always true â€“ startups have more inappropriate conduct.</li>
</ul>
</li>
</ul>
<p>Common Dynamics</p>
<ul>
<li>Valuing face-time more than productivity.</li>
<li>People have trouble getting information to do their job.</li>
<li>Reliance on rumor mill as best source of information.</li>
</ul>
<p>Meritocracy</p>
<ul>
<li>Talent vs. â€œPeople like usâ€</li>
<li>Research shows diverse teams are more innovative.</li>
</ul>
<p>What can you do?</p>
<ul>
<li>Take culture seriously.  Every action/inaction sends a message.</li>
<li>Walk the walk yourself.  Do as you say and set an example.</li>
<li>Hold people accountable for their actions.  If you don&#8217;t, it may harm company morale.</li>
</ul>
<p>Entrepreneurs and Investors</p>
<ul>
<li>Experienced investor knows more than young entrepreneur.</li>
</ul>
<p>Alignments of Interests</p>
<ul>
<li>Investors can be great partners.</li>
<li>Interests can and do diverge.</li>
<li>Issues
<ul>
<li>Who is CEO?</li>
<li>Unanticipated events? &#8211; Investors may decide their interests differ from yours.</li>
<li>Stay private, sell, merge or go public?</li>
</ul>
</li>
</ul>
<p>Trust matters a lot with the person you&#8217;re taking money from.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.nickpeters.net/2007/03/29/startup-school-hadi-and-ali-partovi-rahoul-seth-mitch-kapor-part-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Startup School &#8211; Chris Anderson, Paul Graham, Michael Mandel, Max Levchin (Part 2)</title>
		<link>http://www.nickpeters.net/2007/03/28/70/</link>
		<comments>http://www.nickpeters.net/2007/03/28/70/#comments</comments>
		<pubDate>Thu, 29 Mar 2007 04:03:17 +0000</pubDate>
		<dc:creator>Nick</dc:creator>
				<category><![CDATA[startup school]]></category>
		<category><![CDATA[startups]]></category>

		<guid isPermaLink="false">http://www.nickpeters.net/2007/03/28/70/</guid>
		<description><![CDATA[Chris Anderson


As more content/choices come out, the demand is distributed among the population.
Most of your market will be in the middle of a bell curve.  Niche markets on the other hand are away from the middle and thus smaller.
In our current market, 20% of the products account for 80% of the sales.

Caused by networks [...]]]></description>
			<content:encoded><![CDATA[<h3><a href="http://www.thelongtail.com/" title="Chirs Anderson" target="_blank">Chris Anderson</a></h3>
<p><a href="http://www.flickr.com/photos/strategicpause/434016749/" title="Photo Sharing"><img src="http://farm1.static.flickr.com/168/434016749_f447cfee82_t.jpg" width="100" height="67" alt="IMG_0455" /></a></p>
<ul>
<li>As more content/choices come out, the demand is distributed among the population.</li>
<li>Most of your market will be in the middle of a <a href="http://en.wikipedia.org/wiki/Normal_distribution" title="Normal Distribution" target="_blank">bell curve</a>.  Niche markets on the other hand are away from the middle and thus smaller.</li>
<li>In our current market, 20% of the products account for 80% of the sales.
<ul>
<li>Caused by networks and word of mouth.</li>
<li>â€œWord of mouth travels at the speed of light.â€</li>
</ul>
</li>
<li>The other 80% of the products are now coming to market and become popular due to sites like youtube.  This is content that would not normally be seen on television.</li>
<li>Online stores, such as Amazon or Netflix, offer products retail markets don&#8217;t have.  These products account for a large slice of overall sales.
<ul>
<li>Offer a variety of products for people of diverse taste.</li>
<li>â€œInstead of focusing on dozens of markets of millions, focus on millions of markets of dozens.â€</li>
<li><a href="http://en.wikipedia.org/wiki/The_Long_Tail" title="The Long Tail" target="_blank">The Long Tail</a></li>
</ul>
</li>
</ul>
<h3><a href="http://www.paulgraham.com/" title="Paual Graham" target="_blank">Paul Graham</a></h3>
<p><a href="http://www.flickr.com/photos/strategicpause/434016918/" title="Photo Sharing"><img src="http://farm1.static.flickr.com/172/434016918_67fdc5e9e6_t.jpg" width="100" height="67" alt="IMG_0461" /></a></p>
<ul>
<li>0% of the people who do startups would not want to trade their job for a cubicle.</li>
<li>Why don&#8217;t people do it?
<ol>
<li>Too Young
<ul>
<li>Some people are 19 when they first get funded.</li>
<li>Age isn&#8217;t important, maturity is.</li>
<li>Difference between a kid and adult:
<ul>
<li>Kid &#8211; â€œI can&#8217;t do it, will 	you do it?</li>
<li>Adult â€“ Doesn&#8217;t flake.</li>
<li>Kid â€“ Submission when given a different opinion or criticism.</li>
<li>Adult â€“ Asks why when given criticism.</li>
</ul>
</li>
</ul>
</li>
<li>Too inexperienced
<ul>
<li>Do it anyways and learn from your mistakes.</li>
</ul>
</li>
<li>Not determined enough.
<ul>
<li>This is a problem because determination is one of the largest factors of success.</li>
</ul>
</li>
<li>Not smart enough.
<ul>
<li>People who worry whether or not they are smart enough are probably smart enough.   Don&#8217;t underestimate your intelligence.</li>
</ul>
</li>
<li>Don&#8217;t understand business.
<ul>
<li>Business should not be the hard aspect.  Instead concentrate on building something great. You&#8217;ll learn the business aspect along the way.</li>
<li>Businesses buy startups for their ideas anyways.</li>
</ul>
</li>
<li>No  co-founders
<ul>
<li>People prefer to invest in a startup with a co-founder.  If you can&#8217;t find a co-founder, then change your idea.  This problem should be one of the most important when starting out.</li>
</ul>
</li>
<li>No idea
<ul>
<li>No problem.  Ideas are a dime-a-dozen.  People will give you ideas along the way.</li>
</ul>
</li>
<li>No room for more startups.
<ul>
<li>There is always room for valuable ideas to evolve.</li>
</ul>
</li>
<li>Family to support.
<ul>
<li>This is a problem.  Instead think about starting a consulting firm.</li>
</ul>
</li>
<li>Independently Wealthy
<ul>
<li>â€œWhy the fuck would I do that again?â€</li>
</ul>
</li>
<li>Need for structure
<ul>
<li>Some people just need someone to tell them what to do.  If this is the case, then don&#8217;t do a startup.  People in startups don&#8217;t tell other people what to do.</li>
</ul>
</li>
<li>Fear of uncertainty
<ul>
<li>Who knows  what will happen?  You will probably fail.  However, it will be interesting and you&#8217;ll learn something along the way.</li>
</ul>
</li>
<li>Some people don&#8217;t realize what they&#8217;re avoiding
<ul>
<li>Real Work.</li>
<li>Startups work from real pressure.</li>
</ul>
</li>
<li>Parents have aspirations for you, such as being a Doctor.
<ul>
<li>They want you to be rich.</li>
</ul>
</li>
<li>A job is the default.
<ul>
<li>What is normal is awful</li>
</ul>
</li>
</ol>
</li>
</ul>
<h3><a href="http://www.businessweek.com/the_thread/economicsunbound/techteam.html" title="Michael Mandel" target="_blank">Michael Mandel</a></h3>
<p><a href="http://www.flickr.com/photos/strategicpause/434018421/" title="Photo Sharing"><img src="http://farm1.static.flickr.com/146/434018421_65b7167914_t.jpg" width="100" height="67" alt="IMG_0466" /></a></p>
<ul>
<li>Innovation makes big companies skin crawl due to the uncertainty of the success.</li>
<li>In an economics 101 class, it does not mention innovation.</li>
<li>Innovation on the other hand is the reason for growth in the economy.</li>
<li>Faster innovation = more start ups.</li>
<li>Governments can&#8217;t innovate, but they cant prevent it.</li>
</ul>
<h3><a href="http://www.levchin.com/" title="Max Levchin" target="_blank">Max Levchin</a></h3>
<p><a href="http://www.flickr.com/photos/strategicpause/434018977/" title="Photo Sharing"><img src="http://farm1.static.flickr.com/187/434018977_0232680238_t.jpg" width="100" height="67" alt="IMG_0475" /></a><br />
Product Management</p>
<ul>
<li>Most start ups fail.
<ul>
<li>Why?  Engineers suck at details.</li>
</ul>
</li>
<li>Most of product management is the UI.
<ul>
<li>If you have a good idea, but a bad UI, you will fail.</li>
</ul>
</li>
<li>Think like the person you are designing for.
<ul>
<li>Become the user.  Out of body experience.</li>
<li>Observe the user.</li>
<li>Study group (Expensive alternative)</li>
</ul>
</li>
<li>Measure everything about a product.
<ul>
<li>Look at Google analytics and find trends and patterns.</li>
<li>Develop your own program to do this.</li>
</ul>
</li>
<li>Don&#8217;t use Red/Green contrast (color blind people).
<ul>
<li>Use blue instead.</li>
</ul>
</li>
<li>Overcommitment (forms) drops most users.  Use 1-click systems.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.nickpeters.net/2007/03/28/70/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Startup School &#8211; Mark Macenka and Paul Buchheit (Part 1)</title>
		<link>http://www.nickpeters.net/2007/03/27/startup-school-mark-macenka-and-paul-buchheit-part-1/</link>
		<comments>http://www.nickpeters.net/2007/03/27/startup-school-mark-macenka-and-paul-buchheit-part-1/#comments</comments>
		<pubDate>Wed, 28 Mar 2007 05:36:05 +0000</pubDate>
		<dc:creator>Nick</dc:creator>
				<category><![CDATA[startup school]]></category>
		<category><![CDATA[startups]]></category>

		<guid isPermaLink="false">http://www.nickpeters.net/2007/03/27/startup-school-mark-macenka-and-paul-buchheit-part-1/</guid>
		<description><![CDATA[On Saturday, March 24, 20007, I had the pleasure of attending Startup School at Stanford University.  Here I saw many presenters including Paul Buchheit (Creator of Gmail), Paul Graham (Founder of YCombinator), Mitch Kapor (Founder of Lotus and Co-Founder of the EFF), and many more.
It was inspiring to say the least.  It opened [...]]]></description>
			<content:encoded><![CDATA[<p>On Saturday, March 24, 20007, I had the pleasure of attending <a href="http://startupschool.org/" title="Startup School" target="_blank">Startup School</a> at Stanford University.  Here I saw many presenters including <a href="http://paulbuchheit.blogspot.com/" title="Paul Buchheit" target="_blank">Paul Buchheit</a> (Creator of Gmail), <a href="http://www.paulgraham.com/" title="Paul Graham" target="_blank">Paul Graham</a> (Founder of <a href="http://ycombinator.com/" title="YCombinator" target="_blank">YCombinator</a>), <a href="http://www.kapor.com/" title="Mitch Kapor" target="_blank">Mitch Kapor</a> (Founder of <a href="http://en.wikipedia.org/wiki/Lotus_Software" title="Lotus Software" target="_blank">Lotus</a> and Co-Founder of the <a href="http://www.eff.org/" title="Electronic Frontier Foundation" target="_blank">EFF</a>), and <a href="http://startupschool.org/speakers.html" title="Startup School Speakers" target="_blank">many more</a>.</p>
<p>It was inspiring to say the least.  It opened my eyes and I saw that working for someone else is not the only route to take in life.  Not only that, but but bringing your idea to life and working for yourself is closer than one might expect.  I wish to share what I learned by posting my notes taken, followed by a list of themes I noticed and my own thoughts on everything.   Anyways, let&#8217;s start from the beginning with notes from <a href="http://www.goodwinprocter.com/PeopleDetail.aspx?id=1979" title="Mark Macenka" target="_blank">Mark Macenka</a> and <a href="http://paulbuchheit.blogspot.com/index.html" title="Paul Buchheit" target="_blank">Paul Buchheit</a>.</p>
<h3>Mark Macenka</h3>
<p><a href="http://www.flickr.com/photos/strategicpause/434014778/" title="Photo Sharing"><img src="http://farm1.static.flickr.com/176/434014778_21e898ccc2_t.jpg" alt="IMG_0444" height="66" width="100" /></a><br />
<strong>Patterns of startups</strong></p>
<ul>
<li>Understand your market and your customers.</li>
<li>Known your competition.  Do not underestimate them.</li>
<li>Stay focused.
<ul>
<li>â€œEat, sleep, fornicate with the business.â€</li>
</ul>
</li>
<li>Don&#8217;t pay attention to how much of the business you own; This will distract you from the business.</li>
<li>Listen to people in industry.</li>
</ul>
<p><strong>Capital Structure:</strong></p>
<ul>
<li>Keep it simple.</li>
<li>Choice of Entity â€“ Corporation, partnership, etc.
<ul>
<li>Decide this early on.</li>
<li>Choice is tax driven.</li>
<li>Some choices make it difficult to allow people to invest in you.</li>
<li>Think of the long-term consequences when making this choice.</li>
</ul>
</li>
</ul>
<p><strong>Intellectual Property Problem â€“ Do past employers actually own your intellectual property?</strong></p>
<ul>
<li>Look at agreements with past employers.</li>
<li>Did you use company equipment when 	working on your idea?</li>
<li>Avoid Joint ownership of Intellectual Property.</li>
<li>Own your IT department.  If you use consultants for some of your code, have them sign that you own 	the code or that you can license it.</li>
<li>Usage of open source or 3<sup>rd</sup> party code can cause licensing conflicts.</li>
<li>Protect trade secrets such as source code and algorithms.
<ul>
<li>Use NDAs with employees and friends.</li>
<li>Be consistent with protecting your IP.</li>
<li>If you don&#8217;t, you may lose them.</li>
</ul>
</li>
</ul>
<p><strong>Founder Issues:</strong></p>
<ul>
<li>Who owns what?  Figure this out early on and get it in writing while the company is worthless.</li>
<li>Who is on the board?  Choose people who understand the business like the founder.</li>
</ul>
<h3>Paul Buchheit</h3>
<p><a href="http://www.flickr.com/photos/strategicpause/434015714/" title="Photo Sharing"><img src="http://farm1.static.flickr.com/173/434015714_89a6da56c4_t.jpg" alt="IMG_0453" height="67" width="100" /></a><br />
<strong>Advice on advice</strong><br />
<a href="http://www.flickr.com/photos/strategicpause/434016043/" title="Photo Sharing"><img src="http://farm1.static.flickr.com/150/434016043_028526a240_t.jpg" alt="IMG_0449" height="67" width="100" /></a></p>
<ul>
<li>Helpful advice opens your eyes.</li>
<li>Everyone has a piece of a puzzle.  Use their piece to understand the full picture.</li>
<li>Weigh the advice that people give you.  Remember, Advice = Limited Life Experiences + Over-generalization.</li>
<li>Ignore the people who say something is impossible.  Impossible = â€œAccording to my very limited experience and narrow understanding of reality, thatâ€™s very unlikely.â€</li>
<li>No one has it all figured out.</li>
</ul>
<p><a href="http://www.flickr.com/photos/strategicpause/434015883/" title="Photo Sharing"><img src="http://farm1.static.flickr.com/164/434015883_7ec553de0c_t.jpg" alt="IMG_0448" height="67" width="100" /></a><br />
<strong>Quit your job.</strong></p>
<ul>
<li>Especially if you&#8217;re doing a startup.</li>
<li>You can&#8217;t follow your goals working for someone else.</li>
</ul>
<p><strong>The secret to success is to Redefine Success</strong></p>
<ul>
<li>Remember: startups do fail.</li>
<li>Old definition of success: Making a lot of money</li>
<li>New definition of success: You learned a lot.</li>
<li>Seek out information that no one knows.</li>
<li>Invest in yourself and your future.</li>
<li>A startup is like school, but you actually learn something.</li>
</ul>
<p><strong>Attempt things with uncertain outcome</strong></p>
<ul>
<li>You will learn from this</li>
</ul>
<p><strong>Startups are a great place to learn</strong></p>
<ul>
<li>Things will happen fast.</li>
<li>You&#8217;ll do things you&#8217;re unqualified for.  Paul was unqualified for writing Gmail, but he was successful anyways.</li>
</ul>
<p><strong>Build something different</strong></p>
<ul>
<li>When Apple released the iPod, they 	weren&#8217;t releasing an mp3 player.  Instead they released a high 	capacity device that holds all of your music, fits in your pocket 	and syncs with your computer.</li>
</ul>
<p><strong>Look how people using an existing product and build upon that.</strong></p>
<ul>
<li>Add the words â€œthat actually works.&#8221;
<ul>
<li>Search that actually works â€“ Google</li>
<li>Email that actually works â€“ Gmail</li>
</ul>
</li>
</ul>
<p><strong>Make changes of great magnitude</strong><br />
<a href="http://www.flickr.com/photos/strategicpause/434015378/" title="Photo Sharing"><img src="http://farm1.static.flickr.com/151/434015378_b7bd56a90b_t.jpg" alt="IMG_0451" height="67" width="100" /></a></p>
<ul>
<li>When email providers were giving people 10-20 MB of storage, Gmail gave people 1 Gigabyte of storage.</li>
</ul>
<p><strong>Scaling Web Services</strong></p>
<ul>
<li>No matter how  large your disk is, 	disk seek time remains the same.</li>
<li>There are two types of data:
<ul>
<li>Big â€“ Photos, video, music.  This type of data should be hosted on Amazon S3.</li>
<li>Small â€“ Tags, text.  This should be stored in DRAM.</li>
</ul>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.nickpeters.net/2007/03/27/startup-school-mark-macenka-and-paul-buchheit-part-1/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
