<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns: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/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>The Zukunft</title>
	
	<link>http://thezukunft.com</link>
	<description>Jonas Huckestein's Blog About Technology, Entrepreneurship And Stuff Like That</description>
	<lastBuildDate>Thu, 11 Aug 2011 04:17:26 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/TheZukunftJonasHuckestein" /><feedburner:info uri="thezukunftjonashuckestein" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><feedburner:emailServiceId>TheZukunftJonasHuckestein</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><item>
		<title>Parasitic Computation and JavaScript</title>
		<link>http://feedproxy.google.com/~r/TheZukunftJonasHuckestein/~3/69GyKvUX1Kk/</link>
		<comments>http://thezukunft.com/2010/09/02/parasitic-computation-javascript/#comments</comments>
		<pubDate>Thu, 02 Sep 2010 12:18:43 +0000</pubDate>
		<dc:creator>Jonas Huckestein</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[idea]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[mapreduce]]></category>
		<category><![CDATA[maprejuice]]></category>
		<category><![CDATA[node]]></category>
		<category><![CDATA[nodeko]]></category>
		<category><![CDATA[parasitic computation]]></category>

		<guid isPermaLink="false">http://thezukunft.com/?p=255</guid>
		<description><![CDATA[Parasitic computing is a technique [...] that uses the legitimate function of computing hosts to perform some other computation. From Gian David Perrone&#8216;s Master&#8217;s Thesis [PDF] According to a Nielsen report broadband-connected Americans spend 2.6B hours online every month. That&#8217;s about 300 computing-years/month in the US alone while people are actually in front of the screen. The global [...]


No related posts.]]></description>
			<content:encoded><![CDATA[<blockquote>
<p style="text-align: left;">Parasitic computing is a technique [...] that uses the legitimate function of computing hosts to perform some other computation.</p>
<p style="text-align: right; font-size: 10px;">From <a href="researchcommons.waikato.ac.nz/bitstream/10289/4389/1/thesis.pdf" class="broken_link">Gian David </a><a href="researchcommons.waikato.ac.nz/bitstream/10289/4389/1/thesis.pdf" class="broken_link">Perrone</a>&#8216;s Master&#8217;s Thesis [PDF]</p>
</blockquote>
<p><img class="alignleft size-full wp-image-257" title="parasite-hookworm" src="http://thezukunft.com/wp-content/uploads/2010/09/parasite-hookworm.gif" alt="" width="238" height="279" /></p>
<p style="text-align: left;">According to a <a href="http://blog.nielsen.com/nielsenwire/online_mobile/what-americans-do-online-social-media-and-games-dominate-activity/">Nielsen report</a> broadband-connected Americans spend 2.6B hours online every month. That&#8217;s about 300 computing-years/month in the US alone while people are actually in front of the screen. The <a href="http://www.internetworldstats.com/stats.htm">global internet population is 2B</a> people! That is <em>a lot</em> of largely unused processing power.</p>
<p style="text-align: left;">There&#8217;s projects that use idle processors to solve difficult problems (<a href="http://setiathome.berkeley.edu/">SETI@Home</a>, <a href="http://boinc.bakerlab.org/rosetta/">Rosetta@Home</a>, <a href="http://www.superdonate.org/">SuperDonate</a>, etc). Most of those projects are based on <a href="http://setiathome.berkeley.edu/stats.php">BOINC</a> and require the installation of a client software. All BOINC projects have a combined all-time user-base of 2M users. That is 1/1000 of the internet population (probably less, given that BOINC runs on servers as well). For a mind-blowing list of volunteer computing articles <a href="http://distributedcomputing.info/news.html">click here.</a></p>
<p style="text-align: left;">I think we can do better.</p>
<p style="text-align: left;"><span id="more-255"></span></p>
<h2>Parasitic JavaScript and MapRejuice</h2>
<p style="text-align: left;">This weekend we (<a href="http://twitter.com/shiftb">@shiftb</a> and <a href="http://twitter.com/ryanmcgrath">@ryanmcgrath</a> and me) built <a href="http://nodeknockout.com/teams/anansi" class="broken_link">MapRejuice</a> for the <a href="http://nodeknockout.com">Node Knockout</a> competition. I finally found some time to reflect on what we learned and where we&#8217;re at, so here it is.</p>
<p style="text-align: left;">MapRejuice is a distributed Map Reduce implementation in JavaScript. A website owner can insert a small piece of code into his website and his visitors will start cranking away at MapRejuice jobs. This computing power can be sold and the webmaster gets a cut. Goodbye advertisements? Not quite yet. There&#8217;s a few things to figure out first.</p>
<p style="text-align: left;">Distributed computing in JavaScript has been attempted numerous times before:</p>
<ul>
<li><a href="http://jsdc.appspot.com/">http://jsdc.appspot.com/</a> Is a distributed reverse-hashing implementation that can be embedded into websites. More recently the author built <a rel="nofollow" href="http://distributed-pi.appspot.com/static/beta.html">http://distributed-pi.appspot.com/static/beta.html</a></li>
<li><a href="http://www.csc.liv.ac.uk/~acollins/pi">Andrew Collins uses the BBP algorithm to compute digits of pi</a> in visitor&#8217;s browsers. The algorithm automatically verifies the digits.</li>
<li><a href="http://nickjenkin.com/blog/2009/01/parasitic-javascript/" class="broken_link">Nick Jenkins</a> found a way to dynamically adjust computation speed in distributed JavaScript application based on processing power. I also stole the term &#8220;Parasitic JavaScript&#8221; from him.</li>
<li><a href="http://www.igvita.com/2009/03/03/collaborative-map-reduce-in-the-browser/">Collaborative Map Reduce in the Browser</a>. A proof of concept Map Reduce implementation in Javascript.</li>
<li><a href="http://highscalability.com/blog/2010/8/18/misco-a-mapreduce-framework-for-mobile-systems-start-of-the.html">Misco</a>, a MapReduce framework for mobile devices. This is actually implemented in python but the mobile aspect makes it interesting.</li>
</ul>
<p style="text-align: left;">The problems commonly associated with Parasitic Javascript are</p>
<ul>
<li><strong>Security</strong>: The worker scripts could modify the host site. Also the data and algorithms used in the computation are visible to the clients.</li>
<li><strong>Performance</strong>: A few years ago JavaScript implementations were  still rather slow.</li>
<li><strong>Latency</strong>: Most distributed computing applications are not l because the input data is so large. The latency from sending this data to workers would kill any large-data computation.</li>
<li><strong>Reliability:</strong> Workers in this kind of setup are not trustworthy and fail often (when the user navigates away form the host site)</li>
<li><strong>Restrictiveness</strong>: The in-browser JavaScript runtime is not sufficient for complex calculations. There is no binary protocol and data cannot be encrypted. Data cannot be streamed. Data cannot be requested and sent back across different domains.</li>
</ul>
<p style="text-align: left;">Using the upcoming WebWorkers standard makes it impossible for workers to modify the host site and the performance of modern JavaScript engines with JIT compilers is not too bad. Some of the restrictiveness may be solved by technological advances, but let&#8217;s not count on that.</p>
<h2>What now?</h2>
<p>So what have we got? <strong>We</strong><strong> can run jobs on large numbers of unreliable, non-trustworthy workers with slow transfer speeds in a restricted, sandboxed environment. </strong>Now we&#8217;re looking for a class of problems that are well suited for that scenario.</p>
<p>Most Map Reduce jobs seem to run some sort of analysis on terabytes of data with chunk sizes of 64MB. That&#8217;s not going to work in our case. But what if the data sizes were generally small, or the data was publicly available, or the data could be randomly generated? How about a distributed count of words in Wikipedia? Or a Monte Carlo simulation for investment portfolios (thanks <a href="http://montecarlo-integration.appspot.com/">Tobias</a>!)? Or an analysis of a person&#8217;s interests and habits on the internet?</p>
<p>As I said, there&#8217;s a few things to figure out and the technology may not quite there yet/widespread. But that doesn&#8217;t mean that it&#8217;s not worth a shot. And before we know it the next wave of technologies such as Google&#8217;s native client will be available and we can run BOINC in everybody&#8217;s browsers :)</p>
<p>We&#8217;d appreciate any input on the topic since we&#8217;re new to distributed computing.</p>
<p><strong>Update 1</strong>: Voting at <a href="http://nodeknockout.com">Node Knockout</a> has ended and we came in second in the innovation category and seventh overall. Not too bad :) Thanks for all the support and congratulations to the winners!</p>
<p><strong>Update 2:</strong> We got covered in the MIT Technology Review (<a href="http://www.technologyreview.com/blog/mimssbits/25698/?ref=rss">errr, the blog at least</a>). We also got a shout-out on the <a href="http://thechangelog.com/post/1044286279/episode-0-3-3-node-knockout" class="broken_link">changelog</a> (starts at 8.30min)</p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save">Share More</a> </p>

<p>No related posts.</p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/TheZukunftJonasHuckestein?a=69GyKvUX1Kk:dRQTw4Z_71Q:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/TheZukunftJonasHuckestein?i=69GyKvUX1Kk:dRQTw4Z_71Q:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TheZukunftJonasHuckestein?a=69GyKvUX1Kk:dRQTw4Z_71Q:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/TheZukunftJonasHuckestein?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TheZukunftJonasHuckestein?a=69GyKvUX1Kk:dRQTw4Z_71Q:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/TheZukunftJonasHuckestein?i=69GyKvUX1Kk:dRQTw4Z_71Q:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TheZukunftJonasHuckestein?a=69GyKvUX1Kk:dRQTw4Z_71Q:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/TheZukunftJonasHuckestein?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TheZukunftJonasHuckestein?a=69GyKvUX1Kk:dRQTw4Z_71Q:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/TheZukunftJonasHuckestein?i=69GyKvUX1Kk:dRQTw4Z_71Q:gIN9vFwOqvQ" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/TheZukunftJonasHuckestein/~4/69GyKvUX1Kk" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://thezukunft.com/2010/09/02/parasitic-computation-javascript/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		<feedburner:origLink>http://thezukunft.com/2010/09/02/parasitic-computation-javascript/</feedburner:origLink></item>
		<item>
		<title>Business Ideas Brain Dump</title>
		<link>http://feedproxy.google.com/~r/TheZukunftJonasHuckestein/~3/IFpmnyywbL8/</link>
		<comments>http://thezukunft.com/2010/04/09/business-ideas-brain-dump/#comments</comments>
		<pubDate>Sat, 10 Apr 2010 03:13:15 +0000</pubDate>
		<dc:creator>Jonas Huckestein</dc:creator>
				<category><![CDATA[Entrepreneurship]]></category>
		<category><![CDATA[business]]></category>
		<category><![CDATA[entrepreneurship]]></category>
		<category><![CDATA[idea]]></category>
		<category><![CDATA[idea of the week]]></category>
		<category><![CDATA[luxury]]></category>
		<category><![CDATA[startup]]></category>

		<guid isPermaLink="false">http://thezukunft.com/?p=203</guid>
		<description><![CDATA[I&#8217;ll change the format somewhat b/c I&#8217;m in a hurry; I&#8217;ll just dump some stuff out of my system so I can think about actual work I have to do. Property Heatmaps For Places I want to have heatmaps that I can lay over places to reflect certain properties such as how nice the place [...]


Related posts:<ol><li><a href='http://thezukunft.com/2010/02/24/business-idea-week-work-games/' rel='bookmark' title='Permanent Link: Business Idea Of The Week: Make Work More Like Games'>Business Idea Of The Week: Make Work More Like Games</a></li>
<li><a href='http://thezukunft.com/2010/02/16/business-idea-of-the-week-artificial-luxury-fashion-labels/' rel='bookmark' title='Permanent Link: Business Idea of the Week: Artificial Luxury Fashion Labels'>Business Idea of the Week: Artificial Luxury Fashion Labels</a></li>
<li><a href='http://thezukunft.com/2010/02/04/business-idea-picture-machines/' rel='bookmark' title='Permanent Link: Business Idea: Picture-Taking-Machines for Sights and Landmarks'>Business Idea: Picture-Taking-Machines for Sights and Landmarks</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ll change the format somewhat b/c I&#8217;m in a hurry; I&#8217;ll just dump some stuff out of my system so I can think about actual work I have to do.</p>
<h3>Property Heatmaps For Places</h3>
<p>I want to have heatmaps that I can lay over places to reflect certain properties such as how nice the place is, how expensive it is or how many girls there are around. I want to be able to animate this data like weather-forecasts and to detect patterns and to predict how it&#8217;s going to change.</p>
<p>I don&#8217;t have much on this yet, but check out this mockup:</p>
<p><a href="http://thezukunft.com/wp-content/uploads/2010/05/Screen-shot-2010-04-09-at-8.05.57-PM1.png"><img title="Screen shot 2010-04-09 at 8.05.57 PM" src="http://thezukunft.com/wp-content/uploads/2010/05/Screen-shot-2010-04-09-at-8.05.57-PM1.png" alt="" width="383" height="293" /></a></p>
<p>Coming up after the jump:</p>
<ul>
<li>Credit Card Meets Online Game</li>
<li>Mass-Customization of Physical Products + Gaming: Facilitating Shopping Addiction</li>
<li>Lab Notebook for the iPad</li>
</ul>
<h3><span id="more-203"></span></h3>
<h3>Credit Card Meets Online Game</h3>
<p>This is my favorite. It&#8217;s sort-of a spin-off of the next idea and is best used in conjunction with it.</p>
<p>Imagine you have a credit card that will reward you not only with air-miles or bonus points but also with other virtual points/achievements/levels/community props. Basically, you&#8217;re combining the addiction of shopping with the addiction of online games!</p>
<p>You can even have challenges like hitting a certain series of stores in one day or spending more than 100$ at least once every day. I want the system to say &#8220;Spend 100$ today to reach level 34 and get the super rare achievement XYZ&#8221;.</p>
<p>You could do this together with a bank and collect wicked interest rates or sell it to existing credit cards as a value added service that will make them more money :)</p>
<p><!--more--></p>
<h3>Mass-Customization of Physical Products + Gaming: Facilitating Shopping Addiction</h3>
<p>People are talking about how mass-customization of products is an incredibly lucrative market.</p>
<p>So let&#8217;s make a website where you can buy customized things. Now let&#8217;s also make it into a game where you can earn points and achievements etc. that allow you to customize your product in more interesting ways. People should be able to tell by the size of your shades that you&#8217;re on level 27 or killed some super monster or whatever.</p>
<p>This general concept doesn&#8217;t translate 1-to-1 in every market. Here&#8217;s two suggestions of how to implement the idea.</p>
<ul>
<li><strong>Luxury, rich people&#8217;s markets:</strong> This is jewelery, accessories, maybe fashion etc. According to my benchmark movie &#8220;Up In The Air&#8221;, rich people pride themselves in having many air miles. Fine, let them spend air miles in product customization! Or even better, give them a credit card, that is connected to your store and allows them to gain &#8220;levels&#8221; and what not based on their shopping habits (see previous idea). Their wives can then buy expensive products that will let everybody know that her husband has bough three items worth more than 10k with a credit card in the last 4 weeks ;)</li>
<li><strong>Livestyle markets: </strong>Create an iPhone or Facebook or other &#8220;modern&#8221; game (most likely some roleplaying-thing) and allow them to pimp out their boring real-life selves with in-game achievements</li>
</ul>
<p>I don&#8217;t have time to write my story around these links, so I&#8217;ll just add a list of links here that are sort of related:</p>
<ul>
<li><a href="http://replicatorinc.com/blog/2010/03/web-3-d-some-numbers-behind-bits-and-atoms/">Web 3.D presentation</a> by Joseph Flaherty</li>
<li><a href="http://www.webkinz.com/us_en/">Webkinz</a> lets kids buy stuffed animals from their online game</li>
<li><a href="http://www.shapeways.com/">Shapeways</a> sells personalized products made by 3d printers and such</li>
<li>IIRC Chris Anderson&#8217;s latest book is about the paradigm shift from bits to atoms or something</li>
</ul>
<h3>Lab Notebook for the iPad</h3>
<p>This is hilarious. So I search for iPad laboratory notebook and find this software called <a href="http://www.ipadeln.com/">iPad ELN</a> (Electronic Lab Notebook). I nearly discarded the whole idea b/c of that but then I look at the screenshots. Turns out, iPad ELN is a desktop application and  its name actually is &#8220;iPad&#8221;. BOOOM! Lawsuit!</p>
<p>Anyhow, apparently when scientists do lab work they have to maintain a lab notebook that is subject to strict rules. That way you can&#8217;t alter your experiment results after the fact or rip out experiments that are not in line with a later conclusion. I guess the exact rules depend on the lab and industry. This seems to be a big pain point.</p>
<p>So let&#8217;s just put all that in an iPad app. Here&#8217;s a list of advantages:</p>
<ul>
<li>Connect to lab equipment automatically, no more manual recording</li>
<li>Upload results to servers and working groups automatically</li>
<li>Full-text searchable notes/data etc</li>
<li>Audio/Video/Photo notes</li>
<li>Integrated utility functions such as timers, audio/video triggers etc.</li>
<li>Maybe integrated with some sort of controlling software depending on your industry</li>
<li>In general, you can try to automate as much of the book-keeping process as possible.</li>
</ul>
<p>I have no actual market data (a manual LN costs 9 bucks, though), but knowing the medical market and how the iPhone has been adapted in there, I guess this could be highly interesting. For reference, the self-proclaimed market leader in the ELN space, EKM,  has a product that is called <a href="http://www.scientificcomputing.com/ekm-labtrack.aspx">EKM LABTrack</a> that is so expensive that you have to email them for a quote. Also, there seems to be an actual ELN device called <a href="http://www.labtrack.com/">LabTrack</a> and there seems to have been some sort of lawsuit.</p>
<p>All of this I gathered from two minutes of Googling and a discussion with Neuroscientists a year ago in Munich, so take it for what it&#8217;s worth. They wanted me to make an iPhone app but I found the iPhone to be insufficient for the task. Well, the iPad&#8217;s better. Go for it.</p>
<p><em>Business Idea of the Week Disclaimer: I just write these ideas down because it&#8217;s good training, I like them, don&#8217;t want to forget them and will most likely never have the time to actually implement them. If you know of a similar venture or are interested in the idea, I&#8217;d love to hear about that! </em></p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save">Share More</a> </p>

<p>Related posts:<ol><li><a href='http://thezukunft.com/2010/02/24/business-idea-week-work-games/' rel='bookmark' title='Permanent Link: Business Idea Of The Week: Make Work More Like Games'>Business Idea Of The Week: Make Work More Like Games</a></li>
<li><a href='http://thezukunft.com/2010/02/16/business-idea-of-the-week-artificial-luxury-fashion-labels/' rel='bookmark' title='Permanent Link: Business Idea of the Week: Artificial Luxury Fashion Labels'>Business Idea of the Week: Artificial Luxury Fashion Labels</a></li>
<li><a href='http://thezukunft.com/2010/02/04/business-idea-picture-machines/' rel='bookmark' title='Permanent Link: Business Idea: Picture-Taking-Machines for Sights and Landmarks'>Business Idea: Picture-Taking-Machines for Sights and Landmarks</a></li>
</ol></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/TheZukunftJonasHuckestein?a=IFpmnyywbL8:7LlvT_9f384:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/TheZukunftJonasHuckestein?i=IFpmnyywbL8:7LlvT_9f384:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TheZukunftJonasHuckestein?a=IFpmnyywbL8:7LlvT_9f384:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/TheZukunftJonasHuckestein?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TheZukunftJonasHuckestein?a=IFpmnyywbL8:7LlvT_9f384:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/TheZukunftJonasHuckestein?i=IFpmnyywbL8:7LlvT_9f384:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TheZukunftJonasHuckestein?a=IFpmnyywbL8:7LlvT_9f384:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/TheZukunftJonasHuckestein?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TheZukunftJonasHuckestein?a=IFpmnyywbL8:7LlvT_9f384:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/TheZukunftJonasHuckestein?i=IFpmnyywbL8:7LlvT_9f384:gIN9vFwOqvQ" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/TheZukunftJonasHuckestein/~4/IFpmnyywbL8" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://thezukunft.com/2010/04/09/business-ideas-brain-dump/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://thezukunft.com/2010/04/09/business-ideas-brain-dump/</feedburner:origLink></item>
		<item>
		<title>Why The Startup Bus Was Awesome</title>
		<link>http://feedproxy.google.com/~r/TheZukunftJonasHuckestein/~3/8pFLg1d4SHA/</link>
		<comments>http://thezukunft.com/2010/03/14/startup-bus-awesome/#comments</comments>
		<pubDate>Mon, 15 Mar 2010 03:06:35 +0000</pubDate>
		<dc:creator>Jonas Huckestein</dc:creator>
				<category><![CDATA[Entrepreneurship]]></category>
		<category><![CDATA[business]]></category>
		<category><![CDATA[dormdorm]]></category>
		<category><![CDATA[Hotels.com]]></category>
		<category><![CDATA[Startup Bus]]></category>
		<category><![CDATA[startupbus]]></category>

		<guid isPermaLink="false">http://thezukunft.com/?p=188</guid>
		<description><![CDATA[﻿ I&#8217;m happy. It&#8217;s a fantastic day and I&#8217;m back on a plane to SF. I can&#8217;t believe how amazing the Startup Bus experience has been for me and everybody involved. These are my fresh, unorganized impressions thus far :) Why was it awesome? Because people who do such things are awesome! Example: The team [...]


Related posts:<ol><li><a href='http://thezukunft.com/2010/02/22/6-reasons-to-have-a-blogger-on-your-startup-team/' rel='bookmark' title='Permanent Link: 6 Reasons To Have A Blogger On Your Startup Team'>6 Reasons To Have A Blogger On Your Startup Team</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>﻿</p>
<div id="attachment_195" class="wp-caption alignnone" style="width: 490px"><a href="http://thezukunft.com/wp-content/uploads/2010/05/068-e1268725596491.jpg"><img class="size-full wp-image-195" title="Team DormDorm" src="http://thezukunft.com/wp-content/uploads/2010/05/068-e1268725596491.jpg" alt="" width="480" height="360" /></a><p class="wp-caption-text">Team DormDorm.com at the Launch Party: Justin W, Amir, Justin I, Mick, Igor, Chris and me (Karolis is not in picture but he was awesome, too)</p></div>
<p>I&#8217;m happy. It&#8217;s a fantastic day and I&#8217;m back on a plane to SF. I can&#8217;t believe how amazing the Startup Bus experience has been for me and everybody involved. These are my fresh, unorganized impressions thus far :)</p>
<p>Why was it awesome? Because people who do such things are awesome! Example: The team put together the fantastic website and pulled an all-nighter after B***** deleted the entire thing one day prior to launch. Everybody got along fantastically and in the end, the bus probably launched more friendships than startups.</p>
<p><span id="more-188"></span></p>
<p>We left SF at 6am on Tuesday. At 7am we got a prep talk by Phil McKinney at HP&#8217;s executive briefing center and executive breakfast. We pitched over 20 ideas and came together in teams on the drive to LA where we talked to strangers. (and some dude tried to run off with Igor&#8217;s notebook) I can&#8217;t remember most of the next 40 hours; I was running an experiment on <span class="zem_slink">sleep deprivation</span>.</p>
<p>Apparently everybody was really concerned about that (good times, though) and we had lots of technical problems and wrote lots of nutty code and stayed at this place and that and Elias drank four cups of Texan truck stop sauce. In the end, though, it all came together. We had six brand new startups. We arrived at a massage parlor with beer, girls and Josh Bear.</p>
<p>The following two nights of Austin were nothing short of amazing and I&#8217;d love to have stayed longer. The teams pitched in front of a fantastic VC panel and some teams are already following up on the ideas (definitely including us; We are <a href="http://www.dormdorms.com/2010/03/dormdorm-takes-first-place-at-thestartupbus/">DormDorm.com</a> &#8211; the Hotels.com for summer dorm rooms).</p>
<p>Sooooooo&#8230; <a href="http://www.readwriteweb.com/start/2010/03/startup-bus-how-outsiders-see-startups.php?utm_source=feedburner&amp;utm_medium=feed&amp;utm_campaign=Feed%253A+readwriteweb+%2528ReadWriteWeb%2529">nobody took us and our startups seriously</a>. We can&#8217;t create a startup in 48 hours. It will only be worth 48(x size_of_team) hours of work and the businesses will by construction have massive (black) gates to entry (instead of, you know, barriers to entry). I&#8217;m down with that and I won&#8217;t feed the trolls.</p>
<p>But understand this: The bus was a win for everybody. The <a href="http://www.prweb.com/releases/2010/03/prweb3683014.htm">sponsors </a>and winners <a href="http://anthillonline.com/nine-aussies-among-25-entrepreneurs-creating-companies-on-the-startup-bus-travelling-from-san-fran-to-austin-sxsw/">got</a> <a href="http://blogs.wsj.com/digits/2010/03/10/austin-or-bust-25-entrepreneurs-five-ideas-and-one-bus/">heaps</a> <a href="http://www.shinyshiny.tv/2010/03/brainstorming_o.html">of</a> <a href="http://news8austin.wordpress.com/2010/03/13/sxsw-interactive-websighting-thestartupbus-com/">great</a> <a href="http://www.prweb.com/releases/2010/03/prweb3683014.htm">exposure</a> (<a href="http://thenextweb.com/au/2010/03/15/startup-bus-winners-announced/">this</a>, <a href="http://blogs.wsj.com/venturecapital/2010/03/15/have-start-up-will-travel-start-up-bus-yields-two-winners-at-sxsw/?mod=rss_WSJBlog">that</a> and the <a href="http://trueslant.com/eilenezimmerman/2010/03/15/startup-bus/#comment-210">other</a>), the <a href="http://www.urbandictionary.com/define.php?term=buspreneur">Buspreneurs</a> got all the stuff in the next paragraph for free and we might just have inspired other people to go out and do things.</p>
<p>So what about the Buspreneurs? They got everything! Friendships, business connections, a new startup to work on, a fantastic and mostly hilarious time, personal insights, a broadened horizon, new skills, you name it! There is not  single one of us who regrets this trip and once we got going, we received fantastic feedback.</p>
<p>Here&#8217;s what I learned from The Startup Bus.</p>
<ul>
<li> Randomly mixing technologies together will lead to disaster.</li>
<li> In the end, it will be ok, though</li>
<li> When all else fails, sleep.</li>
<li> Mental and physical constraints make you work harder and be more creative or grumpy.</li>
<li> 48 hours are longer than you think.</li>
<li> When it comes to decisions you&#8217;re passionate about, don&#8217;t make a compromise if you think it&#8217;s a bad decision. Nut up or shut up. Nobody&#8217;s gonna be passionate about the compromise. (this is an actual lesson)</li>
<li>Just do it.</li>
<li>Don&#8217;t'cha ever forget! We&#8217;re on a bus muda******.</li>
</ul>
<p>Finally, big thanks to Elias Bizannes, the crazy aussie nutcase who came up with this in the first place.</p>
<p><strong>Elias, you and the Startup Bus are the stuff that legends are made of.</strong></p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save">Share More</a> </p>

<p>Related posts:<ol><li><a href='http://thezukunft.com/2010/02/22/6-reasons-to-have-a-blogger-on-your-startup-team/' rel='bookmark' title='Permanent Link: 6 Reasons To Have A Blogger On Your Startup Team'>6 Reasons To Have A Blogger On Your Startup Team</a></li>
</ol></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/TheZukunftJonasHuckestein?a=8pFLg1d4SHA:zMrhFrk9eUI:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/TheZukunftJonasHuckestein?i=8pFLg1d4SHA:zMrhFrk9eUI:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TheZukunftJonasHuckestein?a=8pFLg1d4SHA:zMrhFrk9eUI:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/TheZukunftJonasHuckestein?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TheZukunftJonasHuckestein?a=8pFLg1d4SHA:zMrhFrk9eUI:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/TheZukunftJonasHuckestein?i=8pFLg1d4SHA:zMrhFrk9eUI:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TheZukunftJonasHuckestein?a=8pFLg1d4SHA:zMrhFrk9eUI:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/TheZukunftJonasHuckestein?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TheZukunftJonasHuckestein?a=8pFLg1d4SHA:zMrhFrk9eUI:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/TheZukunftJonasHuckestein?i=8pFLg1d4SHA:zMrhFrk9eUI:gIN9vFwOqvQ" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/TheZukunftJonasHuckestein/~4/8pFLg1d4SHA" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://thezukunft.com/2010/03/14/startup-bus-awesome/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		<feedburner:origLink>http://thezukunft.com/2010/03/14/startup-bus-awesome/</feedburner:origLink></item>
		<item>
		<title>Business Idea Of The Week: Make Work More Like Games</title>
		<link>http://feedproxy.google.com/~r/TheZukunftJonasHuckestein/~3/TYX8fFfwDek/</link>
		<comments>http://thezukunft.com/2010/02/24/business-idea-week-work-games/#comments</comments>
		<pubDate>Wed, 24 Feb 2010 21:50:58 +0000</pubDate>
		<dc:creator>Jonas Huckestein</dc:creator>
				<category><![CDATA[Entrepreneurship]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[business]]></category>
		<category><![CDATA[entrepreneurship]]></category>
		<category><![CDATA[games]]></category>
		<category><![CDATA[idea]]></category>
		<category><![CDATA[idea of the week]]></category>
		<category><![CDATA[motivation]]></category>
		<category><![CDATA[startup]]></category>
		<category><![CDATA[WOW]]></category>

		<guid isPermaLink="false">http://thezukunft.com/?p=172</guid>
		<description><![CDATA[I was a World of Warcraft (WOW) addict. The fishing activity is a tragic example of what that encompasses: Click, Wait, Click on the Bobber, Click, Wait, Click on the Bobber, &#8230; Some people do this for hours. Why do people click and wait for hours? Because after a while a fanfare sounds and a [...]


Related posts:<ol><li><a href='http://thezukunft.com/2010/02/16/business-idea-of-the-week-artificial-luxury-fashion-labels/' rel='bookmark' title='Permanent Link: Business Idea of the Week: Artificial Luxury Fashion Labels'>Business Idea of the Week: Artificial Luxury Fashion Labels</a></li>
<li><a href='http://thezukunft.com/2010/01/26/first-business-idea-of-the-week-the-social-media-alarm-clock/' rel='bookmark' title='Permanent Link: First Business Idea of the Week: The Social Media Alarm Clock'>First Business Idea of the Week: The Social Media Alarm Clock</a></li>
<li><a href='http://thezukunft.com/2010/04/09/business-ideas-brain-dump/' rel='bookmark' title='Permanent Link: Business Ideas Brain Dump'>Business Ideas Brain Dump</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><a href="http://thezukunft.com/wp-content/uploads/2010/02/workcraft2.jpg"><img class="size-full wp-image-178 alignnone" title="workcraft2" src="http://thezukunft.com/wp-content/uploads/2010/02/workcraft2.jpg" alt="" width="300" height="200" /></a></p>
<p>I was a <a title="World of Warcraft" rel="wikipedia" href="http://en.wikipedia.org/wiki/World_of_Warcraft">World of Warcraft</a> (WOW) addict. The fishing activity is a tragic example of what that encompasses: Click, Wait, Click on the Bobber, Click, Wait, Click on the Bobber, &#8230; Some people do this for hours.</p>
<p>Why do people click and wait for hours? Because after a while a fanfare sounds and a banner comes up: &#8220;<strong>Achievement Earned: Super Fisherman 200</strong>&#8220;. Other people see that, too. That is why WOW works.</p>
<p>Fishing is routine work, <strong>but in contrast to other routine work, people enjoy fishing in WOW</strong> (sort of). Work can be like that. Hit the jump for some ideas I&#8217;ve had on this topic.</p>
<p><span id="more-172"></span></p>
<h3>Example User Story</h3>
<p>You&#8217;re Ted. You don&#8217;t have any skills to speak of. At your old job, you slacked around for 8 hours before going home to enthusiastically play (aka do routine work) WOW until late at night.</p>
<p>It&#8217;s your first day at your new company, the Bor Ingsurance company.</p>
<p>As you sit down to write your first email, a fanfare sounds that everyone in the office can hear! The screen shows a badge <strong>&#8220;Typewriter Level 1, 20 strokes/min&#8221;</strong>. You don&#8217;t understand what&#8217;s going on until a couple of hours later, you achieve <strong>&#8220;Typewriter Level 2, 25 strokes/min&#8221;</strong>. You click on the banner and see on your profile that you only need a couple of more typewriter levels until you can either get a free dessert in the cafeteria or a designated &#8220;TypeWriter&#8221; ball-pen.</p>
<p>Your first day at Bor Ingsurance was the last day you ever used only two fingers to type. The End.</p>
<p>Other examples:</p>
<ul>
<li>In a retail store, whoever makes the highest individual sale on a day gets an achievement. Whoever does that for three days in a row is on a &#8220;streak&#8221; etc. The possibilities are endless.</li>
<li>Coming in early on your birthday will give you an unexpected round of applause + the &#8220;Super Discipline&#8221; ;)</li>
<li>Answering your officemate&#8217;s phone while he&#8217;s out might give you an unexpected companionship point.</li>
<li>Contributing to a project that you&#8217;re not staffed on will give you some achievement.</li>
</ul>
<h3>The Core Issue Is Employee Motivation</h3>
<p>In large companies with many employees the inhibiting factor in efficiency seems to be employee motivation. From my experience at government agencies, large corporations or even fast food restaurants, the workers just don&#8217;t seem to want to go any faster or be any more productive/helpful.</p>
<p>The above story was exaggerated, but only slightly. What reason does a lowly employee currently have to learn touch-typing? None. Just give him one and he&#8217;ll learn it.</p>
<p>Writing down the entire concept is out of the scope of this blog post, but here are some ideas:</p>
<ul>
<li><strong>Companies can compete against one another</strong>. Great for employee-employer bonding and identification.</li>
<li><strong>Achievements are given to teams</strong>. This is similar to WOW, where you sometimes need up to 40 people to receive an achievement.</li>
<li>In large companies, <strong>a designated Game Master controls the &#8220;game&#8221;</strong>. He has t make sure, that nobody goes without achievements.</li>
<li><strong>You earn points</strong> that you can use to receive special perks and treats.</li>
<li><strong>You have an intranet (or maybe cross-company) portal</strong>. (comp. Enterprise 2.0)</li>
<li>There can be <strong>seasonal achievements and awards.</strong></li>
<li>Most <strong>achievements are not known before</strong> somebody gets them.<strong><br />
</strong></li>
</ul>
<p>One core consideration has to be that every feedback from this system is meant to be positive. No employee should be exposed in front of others (e.g. because he can&#8217;t touch-type). If possible, team-achievements are preferred.</p>
<h3>Implementation: Workflow Engines</h3>
<p>Implementing the idea in a running, possibly very large company is not possible. There are far too many different programs involved that would have to be interfaced with. Luckily, a window is opening: the adoption of workflow engines.</p>
<p>In the last couple of years (largely thanks to the rise of <a href="http://en.wikipedia.org/wiki/Information_Technology_Infrastructure_Library">ITIL</a> and <a title="ISO/IEC 20000" rel="wikipedia" href="http://en.wikipedia.org/wiki/ISO/IEC_20000">ISO 20000</a>), companies have introduced methodical process management. This means modeling their internal <a title="Business process" rel="wikipedia" href="http://en.wikipedia.org/wiki/Business_process">business processes</a> (not computer processes) in a format such as <a href="http://en.wikipedia.org/wiki/BPMN">BPMN</a> and managing them according to best practices.</p>
<p>BPMN modeled processes can (theoretically, with some tweaking) be executed in a workflow engine. Workflow engines guide the people involved in the processes through the steps necessary to complete them. Instead of writing an email to somebody, a staffer enters his message into a designated field in the workflow engine. It takes care of sending the information to the other participants in the process.</p>
<p>I will not go into detail about the pros and cons of workflow engines. In short, they facilitate controlling and improve reliability and efficiency while taking away the worker&#8217;s freedom. One day workers will do routine work on thin clients that can only run the workflow engine so that the employees can&#8217;t procrastinate (on Facebook) anymore. (In fact, accessing Facebook, flash games et al. could be a reward for points in that scenario)</p>
<p>The switch to workflow engines is the window we need to wait for. It is the ideal time to put an employee motivation program in place.</p>
<h3>Final Considerations</h3>
<p>In a way, my proposition is similar to the mostly forgotten &#8220;employee of the month&#8221;, but automated. Games have shown us how people can be motivated to do boring things. The WOW example has spawned a number of very successful imitators, such as Microsoft&#8217;s X-Box Live, Steam&#8217;s Achievements or the myriad of Facebook games with their levels and badges.</p>
<p>Implementing a similar system in corporate settings yields the following benefits:</p>
<ul>
<li>Employees will work more efficiently because they are motivated</li>
<li>The atmosphere in the company will improve</li>
<li>There will be no added marginal costs (except for the possible game master and the software)</li>
<li>Employees can be conditioned to learn new skills (such as touch typing or using a new software)</li>
</ul>
<p>All of this sounds great, but make no mistake: It is also difficult.</p>
<p>There is a reason that Blizzard employs a team of psychologists. Before this idea can be sold to companies, studies proving it&#8217;s success need to be conducted. This is probably something that can best be done in a university setting. In fact, this idea was the reason I accepted (and later turned down again) a graduate position in Neurocognitive Psychology last year. Given how obsessed I used to be with this idea, I&#8217;m glad I finally wrote it down :)</p>
<p>What do you guys think? I think this idea has a lot of potential and the payoff &#8211; if done correctly &#8211; is huge. Just writing this post makes me want to start. Now.</p>
<p><em>Business Idea of the Week Disclaimer: I just write these ideas down because it&#8217;s good training, I like them, don&#8217;t want to forget them and will most likely never have the time to actually implement them. If you know of a similar venture or are interested in the idea, I&#8217;d love to hear about that! </em></p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save">Share More</a> </p>

<p>Related posts:<ol><li><a href='http://thezukunft.com/2010/02/16/business-idea-of-the-week-artificial-luxury-fashion-labels/' rel='bookmark' title='Permanent Link: Business Idea of the Week: Artificial Luxury Fashion Labels'>Business Idea of the Week: Artificial Luxury Fashion Labels</a></li>
<li><a href='http://thezukunft.com/2010/01/26/first-business-idea-of-the-week-the-social-media-alarm-clock/' rel='bookmark' title='Permanent Link: First Business Idea of the Week: The Social Media Alarm Clock'>First Business Idea of the Week: The Social Media Alarm Clock</a></li>
<li><a href='http://thezukunft.com/2010/04/09/business-ideas-brain-dump/' rel='bookmark' title='Permanent Link: Business Ideas Brain Dump'>Business Ideas Brain Dump</a></li>
</ol></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/TheZukunftJonasHuckestein?a=TYX8fFfwDek:iWddnwy7MAY:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/TheZukunftJonasHuckestein?i=TYX8fFfwDek:iWddnwy7MAY:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TheZukunftJonasHuckestein?a=TYX8fFfwDek:iWddnwy7MAY:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/TheZukunftJonasHuckestein?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TheZukunftJonasHuckestein?a=TYX8fFfwDek:iWddnwy7MAY:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/TheZukunftJonasHuckestein?i=TYX8fFfwDek:iWddnwy7MAY:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TheZukunftJonasHuckestein?a=TYX8fFfwDek:iWddnwy7MAY:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/TheZukunftJonasHuckestein?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TheZukunftJonasHuckestein?a=TYX8fFfwDek:iWddnwy7MAY:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/TheZukunftJonasHuckestein?i=TYX8fFfwDek:iWddnwy7MAY:gIN9vFwOqvQ" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/TheZukunftJonasHuckestein/~4/TYX8fFfwDek" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://thezukunft.com/2010/02/24/business-idea-week-work-games/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		<feedburner:origLink>http://thezukunft.com/2010/02/24/business-idea-week-work-games/</feedburner:origLink></item>
		<item>
		<title>5 (Possibly Fixable) Reasons Why Y-Combinator’s Hacker News Is Flawed</title>
		<link>http://feedproxy.google.com/~r/TheZukunftJonasHuckestein/~3/iMTguCL3_Cg/</link>
		<comments>http://thezukunft.com/2010/02/24/4-fixable-reasons-ycombinators-vc-hacker-news-flawed/#comments</comments>
		<pubDate>Wed, 24 Feb 2010 19:34:21 +0000</pubDate>
		<dc:creator>Jonas Huckestein</dc:creator>
				<category><![CDATA[Entrepreneurship]]></category>
		<category><![CDATA[Hacker News]]></category>
		<category><![CDATA[HN]]></category>
		<category><![CDATA[list]]></category>
		<category><![CDATA[News.YC]]></category>
		<category><![CDATA[Problem]]></category>
		<category><![CDATA[startup]]></category>
		<category><![CDATA[YC]]></category>
		<category><![CDATA[YCombinator]]></category>

		<guid isPermaLink="false">http://thezukunft.com/?p=165</guid>
		<description><![CDATA[Note: Most of these issues have since been addressed. I&#8217;ll keep this post around so that I can always remember that time when I set up a blog and experimented with linkbaiting ;) Hacker News is flawed. I started reading HN a few weeks ago and already think it&#8217;s conceptually flawed. A lot of extremely [...]


Related posts:<ol><li><a href='http://thezukunft.com/2010/02/22/6-reasons-to-have-a-blogger-on-your-startup-team/' rel='bookmark' title='Permanent Link: 6 Reasons To Have A Blogger On Your Startup Team'>6 Reasons To Have A Blogger On Your Startup Team</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><em><strong>Note: Most of these issues have since been addressed. I&#8217;ll keep this post around so that I can always remember that time when I set up a blog and experimented with linkbaiting ;)</strong></em></p>
<p><a title="Hacker News" rel="homepage" href="http://news.ycombinator.com/">Hacker News</a> is flawed.</p>
<p>I started reading HN a few weeks ago and already think it&#8217;s conceptually flawed. A lot of extremely smart people frequent HN and the community&#8217;s potential is being wasted.</p>
<p>This is not a rant. I appreciate everything that News.YC does for the startup/hacker community and will continue reading it. But I might not engage in active discussions. Hit the jump for my reasons.</p>
<p><em>Update: I was just made aware of the archive.org pages for HN. Takes you back.</em></p>
<p><em>Update 2: Some new points (&#8220;this link has expired&#8221; et al.) have come up. Check out the <a href="http://news.ycombinator.com/item?id=1148862">discussion over at HN</a> for details.<br />
</em></p>
<p><span id="more-165"></span></p>
<p>I realize that most of the constraints on HN were consciously put into place but as the sit grows, the features have to adapt.</p>
<h3>1. It takes only 1 hour for a post to disappear from the &#8220;New&#8221; page</h3>
<p>On a side-note, it takes only around 10 hours (or less, at the end of the day) for a post to disappear completely from the page, unless it has made the (one of the) front-pages. This leaves too much room for chance in what posts get the most exposure.</p>
<h3>2. The Point system sets the wrong incentives</h3>
<p>Most people seem to be in it for the points. They comment more on posts with good exposure, because there the chance of gaining more points is higher. A commenter with an average of 5+ points per comment would not comment on an interesting article that is currently on the last page and about to get lost.</p>
<p>Also, some people seem to continue threads that are so far down the list that they cannot be &#8220;revived&#8221; in more popular threads to gain more points.</p>
<h3>3. There is no way to search</h3>
<p>This is probably a very conscious decision, but still I feel like potential is being lost here. If I am interested in a specific topic, I would rather look for it on HN because the successful articles are usually smart and insightful.</p>
<p>You can search on Google with site:news.ycombinator.com but the result listing is much less informative (no points, no date, no poster)</p>
<h3>4. Using HN as a discussion forum doesn&#8217;t work</h3>
<p>It is possible to post questions to HN that are then supposed to be discussed. The problem is, that these posts rarely gain a lot of points although I think they are much more interesting than a link to an article. According to my very scientific study I have found incidental evidence that about 3% of all posts making the front-page don&#8217;t contain a link.</p>
<p>Here&#8217;s an outrageous theory: Maybe URL links get more points on average, because people make their friends vote them up on HN to get exposure? (just like at <a class="zem_slink" title="Digg" rel="homepage" href="http://www.digg.com/users/DiggUnderground">Digg</a>!)</p>
<p>A lot of potential is being wasted here. Or am I just overestimating the quality of the HN community?</p>
<h3>5. There is no way to revive old discussions</h3>
<p>If I come across an interesting discussion that is far down the list (or even out of it) I may respond to it, but the original author will probably never see it and neither will the rest of the world.</p>
<h3>Conclusion</h3>
<p>I admit that I&#8217;m a HN newbie and that I have not tried very hard to engage in an actual discussion there. This is because to me, participating feels a little too much like Digg (albeit a Digg with smart people) and there are too many &#8220;Thanks, I have nothing to say&#8221; posts.</p>
<p>Keen observers might notice that this is also a personal story about a discussion (that I care about a lot) that got quite a few good comments but few points and was thus dropped. So take everything I say with a grain of salt.</p>
<p>Some of the above issues have relatively easy fixes. Some might require rethinking. Consider dropping the points system in favor of a discussion-based rating system or introducing a new &#8220;upcoming&#8221; page with a random sampler of new posts.</p>
<p>I&#8217;m interested in the rationales that have made HN what it is today.</p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save">Share More</a> </p>

<p>Related posts:<ol><li><a href='http://thezukunft.com/2010/02/22/6-reasons-to-have-a-blogger-on-your-startup-team/' rel='bookmark' title='Permanent Link: 6 Reasons To Have A Blogger On Your Startup Team'>6 Reasons To Have A Blogger On Your Startup Team</a></li>
</ol></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/TheZukunftJonasHuckestein?a=iMTguCL3_Cg:YGKLfe8oXhI:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/TheZukunftJonasHuckestein?i=iMTguCL3_Cg:YGKLfe8oXhI:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TheZukunftJonasHuckestein?a=iMTguCL3_Cg:YGKLfe8oXhI:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/TheZukunftJonasHuckestein?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TheZukunftJonasHuckestein?a=iMTguCL3_Cg:YGKLfe8oXhI:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/TheZukunftJonasHuckestein?i=iMTguCL3_Cg:YGKLfe8oXhI:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TheZukunftJonasHuckestein?a=iMTguCL3_Cg:YGKLfe8oXhI:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/TheZukunftJonasHuckestein?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TheZukunftJonasHuckestein?a=iMTguCL3_Cg:YGKLfe8oXhI:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/TheZukunftJonasHuckestein?i=iMTguCL3_Cg:YGKLfe8oXhI:gIN9vFwOqvQ" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/TheZukunftJonasHuckestein/~4/iMTguCL3_Cg" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://thezukunft.com/2010/02/24/4-fixable-reasons-ycombinators-vc-hacker-news-flawed/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		<feedburner:origLink>http://thezukunft.com/2010/02/24/4-fixable-reasons-ycombinators-vc-hacker-news-flawed/</feedburner:origLink></item>
		<item>
		<title>Who Else Wants To Switch From WordPress.com to WordPress.org?</title>
		<link>http://feedproxy.google.com/~r/TheZukunftJonasHuckestein/~3/eZRb0XZhtyw/</link>
		<comments>http://thezukunft.com/2010/02/23/156/#comments</comments>
		<pubDate>Wed, 24 Feb 2010 02:57:08 +0000</pubDate>
		<dc:creator>Jonas Huckestein</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[TheZukunft]]></category>
		<category><![CDATA[wor]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://thezukunft.com/?p=156</guid>
		<description><![CDATA[You might have noticed how I&#8217;ve changed the blog recently. This is because I made the switch from a free hosted blog at wordpress.com to a self-hosted (at bluehost.com) one. Here&#8217;s the story. I was doomed from day one. I settled for the wordpress.com blog instead of a self-hosted wordpress installation because it seemed much [...]


No related posts.]]></description>
			<content:encoded><![CDATA[<p>You might have noticed how I&#8217;ve changed the blog recently. This is because I made the switch from a free hosted blog at wordpress.com to a self-hosted (at <a href="http://bluehost.com">bluehost.com</a>) one. Here&#8217;s the story.</p>
<p>I was doomed from day one. I settled for the <a class="zem_slink" title="WordPress.com" rel="homepage" href="http://wordpress.com">wordpress.com</a> blog instead of a self-hosted wordpress installation because it seemed much easier and I was lazy. I took the blue pill (which is the one that doesn&#8217;t free you from the matrix, btw). Hit the jump for a quick rundown of what I did.</p>
<p><span id="more-156"></span></p>
<h3>Reasons For Switching</h3>
<p>Among others and in no particular order:</p>
<ul>
<li>Crappy Social media integration. WordPress.com does not allow custom JavaScript anywhere on the site. Thus, adding social media buttons (other than the supported ones) only works with static anchor images which direct the users away from my site.</li>
<li>No feedburner integration</li>
<li>Hilarious pricing (if you want to host your blog on more than one domain, you pay 10$ per domain)</li>
<li>Insufficient analytics features. The wordpress.om analytics show nothing expect for the number of hits.</li>
<li>No custom plugins.</li>
<li>No custom theme modifications (except for css) and small selection of themes</li>
</ul>
<h3>How to Switch</h3>
<p>I won&#8217;t go into detail on how to perform the switch since other bloggers have done so well and extensively. Check out these posts to get you started:</p>
<ul class="zemanta-article-ul">
<li><a href="http://www.labnol.org/internet/migrate-wordpress-blog-to-own-domain/12776/">How to Migrate your Blog from WordPress.com to a Personal Domain</a></li>
<li><a href="http://www.maggiewilliamswanderer.com/2009/08/migrating-from-wordpress-com-to-wordpress-org/">Migrating from WordPress.com to WordPress.org</a></li>
<li><a href="http://www.webhostingsearch.com/articles/moving-your-blog-from-wordpresscom.php">Six Easy Steps DIY: Move Your WordPress.com Blog</a></li>
<li><a href="http://www.problogger.net/archives/2009/01/03/how-to-move-from-wordpresscom-to-wordpressorg/">How To – Move From WordPress.com To WordPress.org</a></li>
<li><a title="Migrating from wordpress.com to wordpress.org or self-hosting" href="http://www.attackr.com/migrating-from-wordpresscom-to-wordpressorg-or-self-hosting/">Migrating from wordpress.com to wordpress.org or self-hosting</a></li>
</ul>
<h3>Things to Consider</h3>
<ul>
<li>Comments by wordpress.com users will no longer include their Avatar or link back to their blog.</li>
<li>You will probably waste hours of time configuring your new blog</li>
<li>Blog name/description/settings are all lost</li>
<li>All wordpress.com features that have you include a shortcode (such as [digg=someurl] or [tweetmeme] or
<pre class="brush: plain;">[/sourcecode]
</pre>
<p>) will initially not work.</li>
<li>Embedded youtube videos won&#8217;t work.</li>
</ul>
<h3>Things to Take Care Of</h3>
<ul>
<li>After you&#8217;re done, make sure to have your old wordpress.com (yourname.wordpress.com) link to your new one</li>
<li>Install a nice theme (hundreds of themes are available)</li>
<li>Configure your sidebar just like it was</li>
<li>Install the <a href="http://wordpress.org/extend/plugins/webmaster-tools-verification/">Webmaster Tools Verification</a> plugin and reconfigure webmaster tools settings for your new blog</li>
<li>Activate <a href="http://wordpress.org/extend/plugins/akismet/">Akismet</a> and enter your wordpress.com API key</li>
<li>Install <a href="http://wordpress.org/extend/plugins/wp-stats/">WP-Stats</a> and enter your wordpress.com API key</li>
<li>Create a <a href="http://feedburner.google.com">FeedBurner</a> account and install and configure the <a href="http://wordpress.org/extend/plugins/feedburner-plugin/">FD Feedburner Plugin</a></li>
<li>I also installed these other fantastic plugins:
<ul>
<li><a title="Visit plugin site" href="http://www.addtoany.com/">AddToAny share button</a></li>
<li><a title="Visit plugin site" href="http://www.afterthedeadline.com/">After the Deadline</a> (as seen on wordpress.com)</li>
<li><a title="Visit plugin site" href="http://w-shadow.com/blog/2007/08/05/broken-link-checker-for-wordpress/">Broken Link Checker</a> (as seen on wordpress.com)</li>
<li><a title="Visit plugin site" href="http://www.mkyong.com/blog/digg-digg-wordpress-plugin">Digg Digg</a> interactive social media buttons</li>
<li><a title="Visit plugin site" href="http://www.speedbreeze.com/feed-stats" class="broken_link">Feed Stats </a></li>
<li><a title="Visit plugin site" href="http://www.arnebrachhold.de/redir/sitemap-home/">Google XML Sitemaps </a></li>
<li><a title="Visit plugin site" href="http://counsellingresource.com/features/2009/07/23/high-performance-seo/" class="broken_link">Greg&#8217;s SEO</a></li>
<li><a title="Visit plugin site" href="http://www.viper007bond.com/wordpress-plugins/syntaxhighlighter/">Syntax Highlighter Evolved</a> (as seen on wordpress.com; so you don&#8217;t have to chance your code blocks)</li>
<li><a title="Visit plugin site" href="http://www.w3-edge.com/wordpress-plugins/w3-total-cache/">W3 Total Cache</a></li>
<li><a title="Visit plugin site" href="http://wordpress.org/extend/plugins/wickett-twitter-widget">Wickett Twitter Widget</a> (as seen on wordpress.com)</li>
<li><a title="Visit plugin site" href="http://mitcho.com/code/yarpp/">Yet Another Related Posts Plugin (YARPP)</a></li>
<li><a title="Visit plugin site" href="http://wordpress.org/extend/plugins/zemanta/">Zemanta</a></li>
</ul>
</li>
</ul>
<p>If you have any questions about any of the above steps, please let me know.</p>
<p>All of this being said, it&#8217;s been a rough day but I&#8217;m happy that I moved and I&#8217;m very content with the result. Now this page can grow :)</p>
<p><span class="zem-script more-related pretty-attribution"><script src="http://static.zemanta.com/readside/loader.js" type="text/javascript"></script></span></p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save">Share More</a> </p>

<p>No related posts.</p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/TheZukunftJonasHuckestein?a=eZRb0XZhtyw:4hV3KEtEd8M:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/TheZukunftJonasHuckestein?i=eZRb0XZhtyw:4hV3KEtEd8M:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TheZukunftJonasHuckestein?a=eZRb0XZhtyw:4hV3KEtEd8M:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/TheZukunftJonasHuckestein?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TheZukunftJonasHuckestein?a=eZRb0XZhtyw:4hV3KEtEd8M:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/TheZukunftJonasHuckestein?i=eZRb0XZhtyw:4hV3KEtEd8M:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TheZukunftJonasHuckestein?a=eZRb0XZhtyw:4hV3KEtEd8M:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/TheZukunftJonasHuckestein?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TheZukunftJonasHuckestein?a=eZRb0XZhtyw:4hV3KEtEd8M:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/TheZukunftJonasHuckestein?i=eZRb0XZhtyw:4hV3KEtEd8M:gIN9vFwOqvQ" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/TheZukunftJonasHuckestein/~4/eZRb0XZhtyw" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://thezukunft.com/2010/02/23/156/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		<feedburner:origLink>http://thezukunft.com/2010/02/23/156/</feedburner:origLink></item>
		<item>
		<title>6 Reasons To Have A Blogger On Your Startup Team</title>
		<link>http://feedproxy.google.com/~r/TheZukunftJonasHuckestein/~3/9LnCRBPhZkk/</link>
		<comments>http://thezukunft.com/2010/02/22/6-reasons-to-have-a-blogger-on-your-startup-team/#comments</comments>
		<pubDate>Tue, 23 Feb 2010 01:13:28 +0000</pubDate>
		<dc:creator>Jonas Huckestein</dc:creator>
				<category><![CDATA[Entrepreneurship]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[entrepreneurship]]></category>
		<category><![CDATA[list]]></category>
		<category><![CDATA[social media]]></category>
		<category><![CDATA[startup]]></category>
		<category><![CDATA[team]]></category>

		<guid isPermaLink="false">http://thezukunft.com/?p=104</guid>
		<description><![CDATA[Today I explained to a friend why it&#8217;s difficult to find great people to start companies with. Short story: I listed a number of qualities that are less obvious then the usual suspects (motivation, domain knowledge, grasp of matters). In my experience, these less obvious qualities are critical to a startup&#8217;s success (ideally, every founder [...]


Related posts:<ol><li><a href='http://thezukunft.com/2010/02/24/4-fixable-reasons-ycombinators-vc-hacker-news-flawed/' rel='bookmark' title='Permanent Link: 5 (Possibly Fixable) Reasons Why Y-Combinator&#8217;s Hacker News Is Flawed'>5 (Possibly Fixable) Reasons Why Y-Combinator&#8217;s Hacker News Is Flawed</a></li>
<li><a href='http://thezukunft.com/2010/03/14/startup-bus-awesome/' rel='bookmark' title='Permanent Link: Why The Startup Bus Was Awesome'>Why The Startup Bus Was Awesome</a></li>
<li><a href='http://thezukunft.com/2010/02/24/business-idea-week-work-games/' rel='bookmark' title='Permanent Link: Business Idea Of The Week: Make Work More Like Games'>Business Idea Of The Week: Make Work More Like Games</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><a href="http://thezukunft.com/wp-content/uploads/2010/02/bloggerman.jpg"><img class="alignleft size-medium wp-image-106" title="bloggerman" src="http://thezukunft.com/wp-content/uploads/2010/02/bloggerman.jpg?w=193" alt="" width="135" height="210" /></a>Today I explained to a friend why it&#8217;s difficult to find great people to start companies with. Short story: I listed a number of qualities that are less obvious then the usual suspects (motivation, domain knowledge, grasp of matters). In my experience, these less obvious qualities are critical to a startup&#8217;s success (ideally, every founder should have all ;))</p>
<p>When I was done, I noticed how I had just described a typical blogger. Hit the jump for 6 superpower reasons why we should start founding companies with bloggers.</p>
<p><em>Disclaimer: The reasons not to hire bloggers will not be discussed in this article. I can not be held responsible for damages incurred by hiring bloggers.</em></p>
<p><span id="more-104"></span></p>
<p><span style="clear: both;">The links below each entry can help you acquire the discussed superpowers!</span></p>
<h3>1. Bloggers Are Interested In Everything</h3>
<p>Most bloggers are looking for stories that might be of interest to their readers and are thus interested in a large number of topics. When working on a startup with limited resources every founder should expect to be involved with everything.</p>
<ul>
<li><a href="http://www.chrisbrogan.com/20-blog-topics-to-get-you-unstuck">20 Blog Topics To Get You Unstuck</a></li>
<li><a href="http://www.chrisbrogan.com/100-blog-topics-i-hope-you-write/">100 Blog Topics To Write About</a></li>
</ul>
<h3>2. Bloggers Know Their Internet (And It Knows Them)</h3>
<p>The typical day for a blogger is sitting around in their underpants and surfing the internet. For a startup, this is great. Bloggers have seen everything on the net and know the dynamics of a good viral story. Also, some bloggers might even be influential or well-known in the blogosphere which further helps your cause.</p>
<p><!-- end header --></p>
<ul>
<li><a href="http://internetwealthcreators.com/blog/blogging-101-what-is-it-and-why-should-i-care/">Blogging 101 – What Is It And Why Should I Care</a></li>
<li><a href="http://stritar.net/Post/I_Got_The_Scent_Of_Going_Viral_On_Social_Media_-_Now_I_Am_A_Bit_Confused.aspx">I Got The Scent Of Going Viral On Social Media &#8211; Now I Am A Bit Confused</a></li>
<li><a title="The Internet – A Small Town in Cyberspace" rel="bookmark" href="http://www.jtgraphic.net/2010/01/internet-small-town-cyberspace/">The Internet – A Small Town in Cyberspace</a></li>
</ul>
<h3>3. Bloggers Know How To Write (Viral Content)</h3>
<p>Every successful blogger can write. But why do startups need writers? In my case (German founders, all-English communication), when writing any kind of public communication such as business plans, proposals, blog entries, documentation etc., we ran into problems. Having a blogger as copywriter would definitely help.</p>
<ul>
<li><a title="Permanent Link to How To Make “Viral” Content!" rel="bookmark" href="http://zedomax.biz/blog/make-money-online/how-to-make-viral-content/">How To Make “Viral” Content!</a></li>
<li><a title="Permanent Link to Tutorial: How to Write a Viral-ready Article in 2 Hours Flat" rel="bookmark" href="http://www.skelliewag.org/tutorial-how-to-write-a-viral-ready-article-in-2-hours-flat-951.htm">Tutorial: How to Write a Viral-ready Article in 2 Hours Flat</a></li>
<li><a href="http://freelanceswitch.com/freelance-writing/9-ways-to-make-your-writing-more-compelling/">9 Ways To Make Your Writing More Compelling</a></li>
</ul>
<h3>4. Bloggers Can Work On Their Own</h3>
<p>One defining quality for great company founders seems to be the ability to work independently, to see problems and to prioritize. Bloggers have these abilities, otherwise they wouldn&#8217;t be able to run their blog on their own.</p>
<ul>
<li><a href="http://www.stevepavlina.com/blog/2006/04/10-stupid-mistakes-made-by-the-newly-self-employed/">Ten Stupid Mistakes Made By Newly Self-Employed</a></li>
<li><a href="http://www.stevepavlina.com/blog/2006/07/10-reasons-you-should-never-get-a-job/">10 Reasons Why You Should Never Get A Job</a></li>
<li><a href="http://www.stevepavlina.com/blog/2006/07/10-myths-about-self-employment/">10 Myths About Self-Employment</a></li>
</ul>
<h3>5. Bloggers Can Do Design</h3>
<p>At this point it should be clear that bloggers are all-rounders. One of the most important aspects of this is design; As with other products and services, a blog can only be successful if its looks appeal to the readers. For startups who usually don&#8217;t need a full-time designer in their team this is incredibly useful!</p>
<ul>
<li><a href="http://www.blogdesignblog.com/blog-design/how-to-blog-design-style-guide/">How to Blog Design Style Guide</a></li>
<li><a href="http://www.dailyblogtips.com/43-web-design-mistakes-you-should-avoid/">43 Design Mistakes You Should Avoid</a></li>
</ul>
<h3>6. Bloggers Are Customer Oriented</h3>
<p>I started blogging a couple of weeks ago. Although it started out as a writing exercise/notebook, I already find myself thinking: will this be relevant to anyone? Do my readers want to read this at all? Pro-bloggers do this to the extreme. As soon as a topic comes up (let&#8217;s say it&#8217;s trending on twitter), there are already articles on it. Needless to say, some IT startups are not customer oriented at all!</p>
<ul>
<li><a href="http://blog.marketingadvisor.eu/2009/12/writing-customer-oriented-online-copy-the-inverted-pyramid.html" class="broken_link">Writing customer-oriented online copy: the ‘inverted pyramid</a></li>
<li><a href="http://www.google.com/search?q=customer+orientation">&#8220;Customer Orientation&#8221;</a></li>
</ul>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save">Share More</a> </p>

<p>Related posts:<ol><li><a href='http://thezukunft.com/2010/02/24/4-fixable-reasons-ycombinators-vc-hacker-news-flawed/' rel='bookmark' title='Permanent Link: 5 (Possibly Fixable) Reasons Why Y-Combinator&#8217;s Hacker News Is Flawed'>5 (Possibly Fixable) Reasons Why Y-Combinator&#8217;s Hacker News Is Flawed</a></li>
<li><a href='http://thezukunft.com/2010/03/14/startup-bus-awesome/' rel='bookmark' title='Permanent Link: Why The Startup Bus Was Awesome'>Why The Startup Bus Was Awesome</a></li>
<li><a href='http://thezukunft.com/2010/02/24/business-idea-week-work-games/' rel='bookmark' title='Permanent Link: Business Idea Of The Week: Make Work More Like Games'>Business Idea Of The Week: Make Work More Like Games</a></li>
</ol></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/TheZukunftJonasHuckestein?a=9LnCRBPhZkk:00mafWiSToI:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/TheZukunftJonasHuckestein?i=9LnCRBPhZkk:00mafWiSToI:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TheZukunftJonasHuckestein?a=9LnCRBPhZkk:00mafWiSToI:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/TheZukunftJonasHuckestein?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TheZukunftJonasHuckestein?a=9LnCRBPhZkk:00mafWiSToI:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/TheZukunftJonasHuckestein?i=9LnCRBPhZkk:00mafWiSToI:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TheZukunftJonasHuckestein?a=9LnCRBPhZkk:00mafWiSToI:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/TheZukunftJonasHuckestein?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TheZukunftJonasHuckestein?a=9LnCRBPhZkk:00mafWiSToI:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/TheZukunftJonasHuckestein?i=9LnCRBPhZkk:00mafWiSToI:gIN9vFwOqvQ" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/TheZukunftJonasHuckestein/~4/9LnCRBPhZkk" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://thezukunft.com/2010/02/22/6-reasons-to-have-a-blogger-on-your-startup-team/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://thezukunft.com/2010/02/22/6-reasons-to-have-a-blogger-on-your-startup-team/</feedburner:origLink></item>
		<item>
		<title>The Future Of Newspaper Publishers (Embrace The Working-Time Activity)</title>
		<link>http://feedproxy.google.com/~r/TheZukunftJonasHuckestein/~3/TydjNj3DazY/</link>
		<comments>http://thezukunft.com/2010/02/19/the-future-of-newspaper-publishers-embrace-the-working-time-activity/#comments</comments>
		<pubDate>Fri, 19 Feb 2010 23:55:10 +0000</pubDate>
		<dc:creator>Jonas Huckestein</dc:creator>
				<category><![CDATA[Entrepreneurship]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[future]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[gPad]]></category>
		<category><![CDATA[idea]]></category>
		<category><![CDATA[iPad]]></category>
		<category><![CDATA[news]]></category>
		<category><![CDATA[newspaper publishers]]></category>

		<guid isPermaLink="false">http://thezukunft.com/?p=9</guid>
		<description><![CDATA[Since some people have been complaining that this has become a nerd&#8217;s blog, I thought I&#8217;d also share something else I think about from time to time. There seems to be a discussion going on about how newspapers can maintain their business model in the connected world we live in. They are suddenly competing in [...]


Related posts:<ol><li><a href='http://thezukunft.com/2010/04/09/business-ideas-brain-dump/' rel='bookmark' title='Permanent Link: Business Ideas Brain Dump'>Business Ideas Brain Dump</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Since some people have been complaining that this has become a nerd&#8217;s blog, I thought I&#8217;d also share something else I think about from time to time.</p>
<p><a href="http://www.foxnews.com/opinion/2009/03/30/anti-american-try-newspapers-afloat/">There</a> <a href="http://online.wsj.com/article/SB10001424052748704107104574569570797550520.html">seems to be</a> <a href="http://www.foxnews.com/opinion/index.html">a discussion</a> <a href="http://publishing2.com/2009/09/14/what-google-understands-about-the-future-of-news-and-publishing-that-publishers-do-not/">going</a> on about how newspapers can maintain their business model in the connected world we live in. They are suddenly competing in a global market in which the consumers spend little more than one minute reading news and expect that to be free. A couple of weeks ago Google Chief Economist Hal Varian held an interesting presentation at UC Berkeley. According to him, the decline in newspaper revenue is caused primarily because reading news has shifted from a leisure-time activity to a working-time activity. Thus, the goal must be to reinstate news as a leisure time activity. (Let&#8217;s call that the &#8220;iPad-approach&#8221;)</p>
<p>I disagree. The internet enabled news to become a working-time activity, but it is not responsible for the decline in leisure-time newspaper reading. In fact, according to Varian, the number of per capita newspaper subscriptions has seen a steady decline since the 50s that has only ever so slightly accelerated in the last couple of years.</p>
<p>So here&#8217;s a (difficult) question: How can newspaper publishers embrace their working-time-ness?</p>
<p><span id="more-9"></span></p>
<h3>The iPad Approach Cannot Save An Entire Industry</h3>
<p>Before we tackle the big question, let&#8217;s look at the industry&#8217;s plan to move reading news back to the living room. (Facts as-remembered from Varian&#8217;s presentation).</p>
<p>Apparently newspaper subscribers used to spend an average of<strong> 25 minutes per day</strong> reading their paper. Working-time online news readers spend <strong>38 minutes a month</strong> reading online news. The largest proportion of newspaper ad revenue used to come from specialized sections such as finance or cars. These sections  receive the fewest online clicks because dedicated car- or finance-related sites have higher search engine ratings. Conversely, the sections that wouldn&#8217;t have a lot of ads in a real paper receive the most online visitors (disasters, war, politics).</p>
<p>Since advertising dollars are paid according to click-through rates and exposure (in time and quantity), it is obvious that simply putting articles up online supported by ads isn&#8217;t sustainable at all&#8230; If only people were to read news online as much as they used to read it offline, the publishers might be able to break even. This is why they try to make news a leisure time activity again.</p>
<p>Apple has shown their intention to do so by developing the iPad, which is ideal for leisure-time news consumption. Unfortunately, there are several issues that are not addressed by those plans:</p>
<ul>
<li>The main reasons why people don&#8217;t read newspapers in their free-time are TV and videogames (not a lack of leisure-time news-reading devices).</li>
<li>There are a number of things people can&#8217;t do with electronic devices:
<ul>
<li>Put their cereal bowl on it</li>
<li>Throw it in a trashcan</li>
<li>Find it in a subway car and read it (and then throw it in a trashcan)</li>
<li>You get the point.</li>
</ul>
</li>
<li>Publishers will still be in a global market. In other words: Every single publisher has to compete with the NY Times and other giants. The internet does not need 1000 editors rephrasing the exact same press release and there will definitely be casualties.</li>
<li>Only because they are reading news in the living room, people will not be more willing to pay for it. You can read <a href="http://advertising.gawker.com/" target="_blank">Gawker publications</a> or <a href="http://www.huffingtonpost.com/" target="_blank">The Huffington Post</a> on your iPad in the living room for free.</li>
</ul>
<p>Anyhow, if you want to be one of the lucky publishers being saved by the iPad approach, you should do the following:</p>
<ol>
<li>Get rid of your print copies (according to Varian that cuts the total cost by 50%).</li>
<li>Leverage the power of the internet and multimedia (or: make reading news more like interviewing a group of experts)</li>
<li>Specialize and use your resources. A company that has world famous columnists, Pulitzer Prize winning editors and an international network of reports does not need a &#8220;<a href="http://www.nytimes.com/pages/dining/index.html" target="_blank">Dining and Wine</a>&#8221; or &#8220;<a href="http://www.suntimes.com/lifestyles/2050283,CST-NWS-Grey16.article" target="_blank" class="broken_link">Easy does it for Zippy: Greyhound finds a home</a>&#8221; section. (Found on the Sun-Times homepage) Maybe hey should even get rid of Reviews of any kind because there are dedicated websites for this, as well.</li>
<li>Don&#8217;t assume people spend more than one or two minutes a day reading your site. Make it easy. Give the masses what they need to know in order to have a rough understanding of current events.</li>
</ol>
<p>IMHO, regarding the iPad approach, some publishers will get very rich and all others will struggle and maybe die. Let&#8217;s see what they can do about it &#8230;</p>
<h3>How Can Newspaper Publishers Embrace Their Working-Time-ness?</h3>
<p>Honestly, I don&#8217;t even know if it is feasible, but here are some ideas on the topic:</p>
<ul>
<li>Tailoring the advertisements for instant gratification (due to time constraints at work) or business related needs would be a good first step.</li>
<li>If people have only 70 seconds to read their news, it has to be presented accordingly. That is barely enough time to read a whole article! How about a news feed with extended headlines that is tailored to you, your company and some crowd-sourced rating mechanism?</li>
<li>I know of Germany companies that provide &#8220;education&#8221; services to large corporations by e.g. showing employees possibly relevant encyclopedic entries. Corporations are willing to pay for that sort of thing.</li>
<li>Reading the newspaper broadens your horizon and educated employees with a broad horizon are of interest to all companies, IMOH (even the employees that do routine work).</li>
</ul>
<p>I wanted to publish this post already, but I&#8217;ll keep adding thoughts as they come ;)</p>
<h3>This Is What&#8217;s Going To Happen (Very IMHO)</h3>
<p>In conclusion, I think this is what&#8217;s going to happen:</p>
<ul>
<li>People <strong>will</strong> read news in their living room more. (but not 20 times more than now)</li>
<li>It will be <strong>free, ad-supported and running on devices similar to the iPad. </strong></li>
<li>A lot of newspapers will die or be bought by larger players. There will be layoffs throughout the entire industry. (As evidenced by the existence of the <a href="http://www.newspaperdeathwatch.com/">NewspaperDeathWatch</a>)</li>
<li>The decline in print newspaper subscriptions will accelerate.</li>
<li>Some newspapers may transition into a more specialized magazine format.</li>
<li>Whoever figures out how to leverage the working-time-ness will win big.</li>
</ul>
<p>Whatever happens, this is bad for the newspaper publishers, but not for the consumers. Bright writers will still have employment and the access to news will be easier than ever.</p>
<p><em>P.S.: Google will almost certainly release a gPad at some point.</em></p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save">Share More</a> </p>

<p>Related posts:<ol><li><a href='http://thezukunft.com/2010/04/09/business-ideas-brain-dump/' rel='bookmark' title='Permanent Link: Business Ideas Brain Dump'>Business Ideas Brain Dump</a></li>
</ol></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/TheZukunftJonasHuckestein?a=TydjNj3DazY:oUw3wKPUX28:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/TheZukunftJonasHuckestein?i=TydjNj3DazY:oUw3wKPUX28:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TheZukunftJonasHuckestein?a=TydjNj3DazY:oUw3wKPUX28:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/TheZukunftJonasHuckestein?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TheZukunftJonasHuckestein?a=TydjNj3DazY:oUw3wKPUX28:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/TheZukunftJonasHuckestein?i=TydjNj3DazY:oUw3wKPUX28:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TheZukunftJonasHuckestein?a=TydjNj3DazY:oUw3wKPUX28:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/TheZukunftJonasHuckestein?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TheZukunftJonasHuckestein?a=TydjNj3DazY:oUw3wKPUX28:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/TheZukunftJonasHuckestein?i=TydjNj3DazY:oUw3wKPUX28:gIN9vFwOqvQ" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/TheZukunftJonasHuckestein/~4/TydjNj3DazY" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://thezukunft.com/2010/02/19/the-future-of-newspaper-publishers-embrace-the-working-time-activity/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://thezukunft.com/2010/02/19/the-future-of-newspaper-publishers-embrace-the-working-time-activity/</feedburner:origLink></item>
		<item>
		<title>Business Idea of the Week: Artificial Luxury Fashion Labels</title>
		<link>http://feedproxy.google.com/~r/TheZukunftJonasHuckestein/~3/UjNIhf0kvZw/</link>
		<comments>http://thezukunft.com/2010/02/16/business-idea-of-the-week-artificial-luxury-fashion-labels/#comments</comments>
		<pubDate>Wed, 17 Feb 2010 00:23:41 +0000</pubDate>
		<dc:creator>Jonas Huckestein</dc:creator>
				<category><![CDATA[Entrepreneurship]]></category>
		<category><![CDATA[entrepreneurship]]></category>
		<category><![CDATA[fashion]]></category>
		<category><![CDATA[idea of the week]]></category>
		<category><![CDATA[label]]></category>
		<category><![CDATA[luxury]]></category>

		<guid isPermaLink="false">http://thezukunft.com/?p=83</guid>
		<description><![CDATA[I&#8217;ll not be able to get a lot of real work done this week because my computer is broken so I&#8217;ll just write about a couple of ideas that have been in my head for a while. In Germany, we have a luxury bag manufacturer called George, Gina &#38; Lucy. The company has built an [...]


Related posts:<ol><li><a href='http://thezukunft.com/2010/02/24/business-idea-week-work-games/' rel='bookmark' title='Permanent Link: Business Idea Of The Week: Make Work More Like Games'>Business Idea Of The Week: Make Work More Like Games</a></li>
<li><a href='http://thezukunft.com/2010/01/26/first-business-idea-of-the-week-the-social-media-alarm-clock/' rel='bookmark' title='Permanent Link: First Business Idea of the Week: The Social Media Alarm Clock'>First Business Idea of the Week: The Social Media Alarm Clock</a></li>
<li><a href='http://thezukunft.com/2010/02/04/business-idea-picture-machines/' rel='bookmark' title='Permanent Link: Business Idea: Picture-Taking-Machines for Sights and Landmarks'>Business Idea: Picture-Taking-Machines for Sights and Landmarks</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ll not be able to get a lot of real work done this week because my computer is broken so I&#8217;ll just write about a couple of ideas that have been in my head for a while.</p>
<p>In Germany, we have a luxury bag manufacturer called <a href="http://george-gina-lucy.com" target="_blank">George, Gina &amp; Lucy</a>. The company has built an elite image that implies decades of experience and a bag costs about 100$. What few people know, though, is that none of the people involved in founding that company were called George, Gina or Lucy. Instead, the company was founded in 2004 by a couple of MBA students. (also note how the company has no Wikipedia page. Coincidence? I think not.)</p>
<p>I am proposing to take this to a new level by producing a couple of &#8220;artificial&#8221; brands under one central management.</p>
<p><span id="more-83"></span></p>
<h3>Design of the Brands</h3>
<p>When building the brands I consider the following (in no particular order) to be useful and important:</p>
<ul>
<li>Each brand has to specialize on one type of product.</li>
<li>The brand name must imply a rich heritage and sound vaguely like the name of a famous designer.</li>
<li>The real designers are talented students.</li>
<li>The website must not have an online shop! (seriously, how many luxury labels do you know that name prices on the site?)</li>
<li>The website must have a &#8220;store locator&#8221;</li>
<li>Initially the pieces are manufactured manually and sold for ridiculous prices on eBay.</li>
<li>Market entry is best achieved in cooperation with local boutiques.</li>
<li>Capital must be invested in advertising in high class fashion magazines</li>
</ul>
<h3>Central Management</h3>
<p>I believe the key to the success is having a small management team and otherwise little or no staff. The following tasks can and must be outsourced to professional services providers:</p>
<ul>
<li>Human Resources</li>
<li>Accounting</li>
<li>Back office/Secretary</li>
<li>Media Design</li>
<li>Manufacturing</li>
</ul>
<p>What remains are the following mission-critical tasks:</p>
<ul>
<li>Management</li>
<li>Strategy</li>
<li>Development of the Individual Brands according to the above guidelines</li>
</ul>
<h3>Challenges</h3>
<p>The biggest challenge is growth. As soon as manufacturing a limited number of items for eBay and local boutiques doesn&#8217;t suffice anymore, it needs to be outsourced, too. For that, a suitable manufacturing country and a reliable partner in that country has to be found.</p>
<p>Some other more tangible challenges include assembling the management team, finding a great advertising agency and obviously hiring talented and new designers.</p>
<p>In conclusion I think that a project like this is definitely doable and highly promising. In fact, I have been on the verge of creating that exact venture last year but then got distracted by things that appeal to me more. (after all, this project is heavy on the management side and has little or no engineering appeal)</p>
<p><em>Business Idea of the Week Disclaimer: I just write these ideas down because it&#8217;s good training, I like them, don&#8217;t want to forget them and will most likely never have the time to actually implement them. If you know of a similar venture or are interested in the idea, I&#8217;d love to hear about that! </em></p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save">Share More</a> </p>

<p>Related posts:<ol><li><a href='http://thezukunft.com/2010/02/24/business-idea-week-work-games/' rel='bookmark' title='Permanent Link: Business Idea Of The Week: Make Work More Like Games'>Business Idea Of The Week: Make Work More Like Games</a></li>
<li><a href='http://thezukunft.com/2010/01/26/first-business-idea-of-the-week-the-social-media-alarm-clock/' rel='bookmark' title='Permanent Link: First Business Idea of the Week: The Social Media Alarm Clock'>First Business Idea of the Week: The Social Media Alarm Clock</a></li>
<li><a href='http://thezukunft.com/2010/02/04/business-idea-picture-machines/' rel='bookmark' title='Permanent Link: Business Idea: Picture-Taking-Machines for Sights and Landmarks'>Business Idea: Picture-Taking-Machines for Sights and Landmarks</a></li>
</ol></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/TheZukunftJonasHuckestein?a=UjNIhf0kvZw:y1oE3vddZtw:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/TheZukunftJonasHuckestein?i=UjNIhf0kvZw:y1oE3vddZtw:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TheZukunftJonasHuckestein?a=UjNIhf0kvZw:y1oE3vddZtw:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/TheZukunftJonasHuckestein?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TheZukunftJonasHuckestein?a=UjNIhf0kvZw:y1oE3vddZtw:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/TheZukunftJonasHuckestein?i=UjNIhf0kvZw:y1oE3vddZtw:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TheZukunftJonasHuckestein?a=UjNIhf0kvZw:y1oE3vddZtw:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/TheZukunftJonasHuckestein?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TheZukunftJonasHuckestein?a=UjNIhf0kvZw:y1oE3vddZtw:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/TheZukunftJonasHuckestein?i=UjNIhf0kvZw:y1oE3vddZtw:gIN9vFwOqvQ" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/TheZukunftJonasHuckestein/~4/UjNIhf0kvZw" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://thezukunft.com/2010/02/16/business-idea-of-the-week-artificial-luxury-fashion-labels/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://thezukunft.com/2010/02/16/business-idea-of-the-week-artificial-luxury-fashion-labels/</feedburner:origLink></item>
		<item>
		<title>WaveConnector for GWT: Local Testing and Turnkey Gadget Development</title>
		<link>http://feedproxy.google.com/~r/TheZukunftJonasHuckestein/~3/K3ZzdMjfRME/</link>
		<comments>http://thezukunft.com/2010/02/10/waveconnector-for-gwt-local-testing-and-turnkey-gadget-development/#comments</comments>
		<pubDate>Wed, 10 Feb 2010 23:32:34 +0000</pubDate>
		<dc:creator>Jonas Huckestein</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[appengine]]></category>
		<category><![CDATA[gadget]]></category>
		<category><![CDATA[GWT]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[wave]]></category>
		<category><![CDATA[waveconnector]]></category>

		<guid isPermaLink="false">http://thezukunft.com/?p=69</guid>
		<description><![CDATA[Hello everybody, today I announce my first open source publication :D I&#8217;m excited so please leave comments and let me know what you think or if you run into problems :) Introducing WaveConnector for GWT 0.0.1 WaveConnector allows you to develop Google Wave gadgets and to test them locally in hosted mode! Head over to [...]


Related posts:<ol><li><a href='http://thezukunft.com/2010/02/08/a-wave-gadget-robot-using-gwt-2-0-and-google-app-engine-part-1/' rel='bookmark' title='Permanent Link: A Wave Gadget + Robot using GWT 2.0 and Google App Engine, Part 1'>A Wave Gadget + Robot using GWT 2.0 and Google App Engine, Part 1</a></li>
<li><a href='http://thezukunft.com/2010/02/05/an-editable-label-for-gwt-with-uibinder-and-eventhandlers/' rel='bookmark' title='Permanent Link: An Editable Label for GWT with UiBinder and EventHandlers'>An Editable Label for GWT with UiBinder and EventHandlers</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Hello everybody, today I announce my first open source publication :D I&#8217;m excited so please leave comments and let me know what you think or if you run into problems :)</p>
<p><strong>Introducing <a href="http://code.google.com/p/waveconnector-gwt/">WaveConnector</a> for GWT 0.0.1</strong></p>
<p>WaveConnector allows you to develop Google Wave gadgets and to test them locally in hosted mode! Head over to the <a href="http://code.google.com/p/waveconnector-gwt/">project site at Google Code</a> for more info.</p>
<p>The turnkey archive that is provided on the project site has everything you need to get started! It already contains the little project I made for <a href="http://thezukunft.com/2010/02/08/a-wave-gadget-robot-using-gwt-2-0-and-google-app-engine-part-1/">the tutorial last week</a>, so you can just downloaded the <a href="http://waveconnector-gwt.googlecode.com/files/waveconnector-gwt-turnkey-0.0.1.zip">waveconnector-gwt-turnkey archive</a> and start from there. There is no need to download anything else. Hit the jump for a really short How-To that&#8217;ll get you going in no time.</p>
<p>And now&#8230; a screenshot of our WaveListGadgetGWT running inside a hosted mode browser!</p>
<p style="text-align: center;">
<div id="attachment_70" class="wp-caption aligncenter" style="width: 310px"><a href="http://thezukunft.com/wp-content/uploads/2010/02/screen-shot-2010-02-10-at-1-48-15-pm.png"><img class="size-medium wp-image-70 " title="WaveListGadgetGWT in Hosted Mode" src="http://thezukunft.com/wp-content/uploads/2010/02/screen-shot-2010-02-10-at-1-48-15-pm.png?w=300" alt="" width="300" height="161" /></a><p class="wp-caption-text">WaveListGadgetGWT running in GWT hosted mode!</p></div>
<p><strong>Update: </strong>Apparently the old gwt-gadgets gadget linker for GWT does not support power features such as code splitting and resource bundles. This is not acceptable. I am currently looking into whether its possible to use the xs linker instead. In that case the communication with the gadget js api would have to be reimplemented (or maybe taken from gwt-gadgets).</p>
<p>Bummer.</p>
<p><span id="more-69"></span>Really Short How-To</p>
<p>Make sure to have the latest <a href="http://code.google.com/eclipse/docs/download.html">Google Plugin for Eclipse</a> installed.</p>
<ul>
<li>Download the <a href="http://waveconnector-gwt.googlecode.com/files/waveconnector-gwt-turnkey-0.0.1.zip">turnkey archive</a> (you don&#8217;t have to extract the zip)</li>
<li>Select <em>File -&gt; Import<br />
</em></li>
<li>Select &#8220;Existing Projects into Workspace&#8221; from the import dialogue</li>
<li>Select &#8220;From archive file&#8221; and choose the turnkey archive you downloaded earlier</li>
<li>Click <em>Finish. </em>You now have three projects in your workspace.
<ul>
<li><strong>GadgetTester </strong>is used to test your gadget in hosted mode</li>
<li><strong>YourWaveGadgetDeployment </strong>is the project that compiles to the actual wave gadget</li>
<li><strong>YourWaveGadget </strong>is the project that contains the GWT code for your gadget.</li>
</ul>
</li>
<li>To test the Gadget locally, run the <strong>GadgetTester</strong>. It will load <strong>YourWaveGadget</strong> in a hosted mode window</li>
<li>To deploy, I suggest you just deploy <strong>YourWaveGadgetDeployment</strong> to the AppEngine. Otherwise you can compile it and upload the war/yourwavegadgetdeployment folder wherever you want.</li>
<li>I have deployed the turnkey gadget to <a href="http://connected.latest.wavelistgadgetgwt.appspot.com/yourwavegadgetdeployment/com.thezukunft.wave.client.YourWaveGadgetDeployment.gadget.xml">http://connected.latest.wavelistgadgetgwt.appspot.com/yourwavegadgetdeployment/com.thezukunft.wave.client.YourWaveGadgetDeployment.gadget.xml</a> if you&#8217;re interested</li>
</ul>
<p>Feel free to ask questions how all this works. Some might also be answered on the <a href="http://code.google.com/p/waveconnector-gwt/">project page</a> (including: &#8220;Why is this great?!&#8221;). I haven&#8217;t gotten around to really documenting things yet.</p>
<h3>FAQ/Tips and Tricks and Random Notes</h3>
<p>Taken from the <a href="http://code.google.com/p/waveconnector-gwt/">project page.</a></p>
<ul>
<li>All code is released under the <a href="http://en.wikipedia.org/wiki/MIT_License">MIT License</a></li>
<li>If your refactor stuff, make sure to adjust the module definitions. Eclipse doesn&#8217;t update them.</li>
<li> The <strong>YourWaveGadgetDeployment</strong> project has AppEngine nature for easy deployment. This is not really required and you can remove the dependency.</li>
<li> <strong>All</strong> events will run through the injected eventBus. Do not try to attach handlers to the Wave object. This is the core difference from the JS wave API.</li>
<li> If you want to understand the dependency injection going on, note how the GinModules in the different projects inherit from one another.</li>
<li> If you add classes to your main <strong>YourWaveGadget</strong> project that need to be injectable (like sub-widgets that need to be created by a provider), keep in mind to add them to <em>GinModuleWaveGadget.java</em></li>
<li> Use the Wave objects <em>log</em> function to log messages that are visible in the wave sandbox</li>
<li> You can cut the compile time of your gadget (because you will still be deploying it often) by adding something like <em>&lt;set-property name=&#8221;user.agent&#8221; value=&#8221;safari&#8221; /&gt;</em> to your module xml. (replace safari with your browser)</li>
<li> All gadgets make use of the DynamicHeight feature. If you want to adjust the Gadget&#8217;s height to fit the content fire a <em>GadgetUpdateEvent</em> on the eventBus.</li>
</ul>
<p>That is all.</p>
<h3>Acknowledgements</h3>
<p>I just sort of pushed this out on my own, but really there were some other people have helped me.</p>
<ul>
<li>Most importantly, Hilbrand Bouwkamp and his <a href="http://code.google.com/p/cobogwave/">superb cobogwave library for GWT</a> on which WaveConnector immediately builds up on.</li>
<li>Once again Alex Moffat over at <a href="http://development.lombardi.com/?p=809" class="broken_link">Lombardi </a>who first gave me the idea of creating Wave Gadgets in GWT.</li>
<li>Everyone at Google for their superb tools ;)</li>
</ul>
<h3>What Now?</h3>
<p>I should probably document things and I&#8217;m also planning to add some features. Most importantly I want a UI to manage the simulated wave&#8217;s participants and perhaps even the option to switch the &#8220;perspective&#8221; of the gadget to that of another user (maybe even side-by-side).</p>
<p>So although it&#8217;s not 100% done, I felt this might be a great share for some people and I think that this is the closest we can currently get to comfortably developing wave gadgets in GWT. Also, now you can take any GWT application (restrictions on rpc calls and such apply ;))  and make it into a wave gadget.</p>
<p>Please leave a comment if you liked this and tell your GWT coding friends :) Developing for wave is really fun!</p>
<p><a href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fthezukunft.com%2F2010%2F02%2F10%2Fwaveconnector-for-gwt-local-testing-and-turnkey-gadget-development%2F&amp;linkname=WaveConnector%20for%20GWT%3A%20Local%20Testing%20and%20Turnkey%20Gadget%20Development"><img src="http://thezukunft.com/wp-content/uploads/2010/02/share_save_256_241.png" alt="Share" /></a></p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save">Share More</a> </p>

<p>Related posts:<ol><li><a href='http://thezukunft.com/2010/02/08/a-wave-gadget-robot-using-gwt-2-0-and-google-app-engine-part-1/' rel='bookmark' title='Permanent Link: A Wave Gadget + Robot using GWT 2.0 and Google App Engine, Part 1'>A Wave Gadget + Robot using GWT 2.0 and Google App Engine, Part 1</a></li>
<li><a href='http://thezukunft.com/2010/02/05/an-editable-label-for-gwt-with-uibinder-and-eventhandlers/' rel='bookmark' title='Permanent Link: An Editable Label for GWT with UiBinder and EventHandlers'>An Editable Label for GWT with UiBinder and EventHandlers</a></li>
</ol></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/TheZukunftJonasHuckestein?a=K3ZzdMjfRME:pcafrp5YQH0:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/TheZukunftJonasHuckestein?i=K3ZzdMjfRME:pcafrp5YQH0:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TheZukunftJonasHuckestein?a=K3ZzdMjfRME:pcafrp5YQH0:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/TheZukunftJonasHuckestein?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TheZukunftJonasHuckestein?a=K3ZzdMjfRME:pcafrp5YQH0:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/TheZukunftJonasHuckestein?i=K3ZzdMjfRME:pcafrp5YQH0:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TheZukunftJonasHuckestein?a=K3ZzdMjfRME:pcafrp5YQH0:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/TheZukunftJonasHuckestein?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TheZukunftJonasHuckestein?a=K3ZzdMjfRME:pcafrp5YQH0:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/TheZukunftJonasHuckestein?i=K3ZzdMjfRME:pcafrp5YQH0:gIN9vFwOqvQ" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/TheZukunftJonasHuckestein/~4/K3ZzdMjfRME" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://thezukunft.com/2010/02/10/waveconnector-for-gwt-local-testing-and-turnkey-gadget-development/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		<feedburner:origLink>http://thezukunft.com/2010/02/10/waveconnector-for-gwt-local-testing-and-turnkey-gadget-development/</feedburner:origLink></item>
	</channel>
</rss><!-- Dynamic page generated in 7.669 seconds. --><!-- Cached page generated by WP-Super-Cache on 2012-05-10 03:05:23 -->

