<?xml version="1.0" encoding="utf-8" ?>

<rss version="2.0" 
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:admin="http://webns.net/mvcb/"
   xmlns:dc="http://purl.org/dc/elements/1.1/"
   xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
   xmlns:wfw="http://wellformedweb.org/CommentAPI/"
   xmlns:content="http://purl.org/rss/1.0/modules/content/"
   >
<channel>
    <title>ingo() -&gt; tech. % Ingo Schramm - Web 2.0</title>
    <link>http://www.ingo-schramm.de/blog/</link>
    <description>Share experience in web development</description>
    <dc:language>en</dc:language>
    <generator>Serendipity 1.3.1 - http://www.s9y.org/</generator>
    <pubDate>Wed, 07 Oct 2009 10:50:08 GMT</pubDate>

    <image>
        <url>http://www.ingo-schramm.de/blog/templates/default/img/s9y_banner_small.png</url>
        <title>RSS: ingo() -&gt; tech. % Ingo Schramm - Web 2.0 - Share experience in web development</title>
        <link>http://www.ingo-schramm.de/blog/</link>
        <width>100</width>
        <height>21</height>
    </image>

<item>
    <title>Google Wave On Your Knees</title>
    <link>http://www.ingo-schramm.de/blog/archives/13-Google-Wave-On-Your-Knees.html</link>
            <category>Erlang</category>
            <category>Wave</category>
            <category>Web 2.0</category>
    
    <comments>http://www.ingo-schramm.de/blog/archives/13-Google-Wave-On-Your-Knees.html#comments</comments>
    <wfw:comment>http://www.ingo-schramm.de/blog/wfwcomment.php?cid=13</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.ingo-schramm.de/blog/rss.php?version=2.0&amp;type=comments&amp;cid=13</wfw:commentRss>
    

    <author>nospam@example.com (Ingo)</author>
    <content:encoded>
    Installing Google Wave on a laptop ist relatively easy and straightforward. You just have to follow the instructions here: &lt;a href=&quot;http://code.google.com/p/wave-protocol/wiki/Installation&quot; title=&quot;Google Wave Installation&quot; target=&quot;_new&quot;&gt;wave-protocol installation&lt;/a&gt;. If you have any problems with Openfire such as non working admin passwords you may switch to the famous ejabberd which is a XMPP server written in Erlang. An installation instruction for this setup you may find here: &lt;a href=&quot;http://www.process-one.net/en/blogs/article/using_google_wave_reference_implementation_with_ejabberd/&quot; title=&quot;Wave and ejabberd&quot; target=&quot;_new&quot;&gt;using google wave reference implementation with ejabberd&lt;/a&gt;. &lt;br /&gt;
&lt;br /&gt;
After you have a XMPP server running you create the certificates as described here: &lt;a href=&quot;http://code.google.com/p/wave-protocol/wiki/Certificates&quot; title=&quot;Wave Server Certificates&quot; target=&quot;_new&quot;&gt;wave-protocol certificates&lt;/a&gt;. You just copy the *.cert  and *.key file into your wave-protocol root directory.&lt;br /&gt;
&lt;br /&gt;
Next you edit the ./run-config.sh and assign the proper values of your setup to the variables. Hint: don&#039;t forget to comment or remove the line at the top saying &lt;br /&gt;
&lt;br /&gt;
&lt;code&gt;echo &quot;You must configure the run-config.sh script&quot; ; exit 1&lt;/code&gt;&lt;br /&gt;
&lt;br /&gt;
When all this has been done you may start the server:&lt;br /&gt;
&lt;br /&gt;
&lt;code&gt;./run-server.sh&lt;/code&gt;&lt;br /&gt;
&lt;br /&gt;
If all gone well you find some INFO logging in your terminal. Next you open two additional terminal windows and start one wave client per window, each with a different username:&lt;br /&gt;
&lt;br /&gt;
&lt;code&gt;./run-client-console.sh mr-foo&lt;/code&gt;&lt;br /&gt;
&lt;br /&gt;
and in the other terminal:&lt;br /&gt;
&lt;br /&gt;
&lt;code&gt;./run-client-console.sh mr-bar&lt;/code&gt;&lt;br /&gt;
&lt;br /&gt;
Now you are ready to initiate a conversation between Mr. Foo and Mr. Bar. In Mr. Foo&#039;s window type &quot;/new&quot;. This will create a new wave. Then type &quot;/add mr-bar@your-domain&quot;. This adds Mr. Bar to the wave. In the other window you should see the wave appear. Then you may type something like &quot;Hello Mr. Foo&quot; there. Pressing enter will make the greeting appear in Mr. Foo&#039;s window. You&#039;ve done a Wave communication in your laptop!&lt;br /&gt;
&lt;br /&gt;
Below you find a list of the available commands in the console client. Just type a slash and the name and arguments of the command, then enter.&lt;br /&gt;
&lt;br /&gt;
&lt;pre&gt;&lt;br /&gt;
connect   user@domain server port  connect to &lt;br /&gt;
                                   server:port as user@domain&lt;br /&gt;
open      entry                    open a wave given an inbox &lt;br /&gt;
                                   entry&lt;br /&gt;
new                                create a new wave&lt;br /&gt;
add       user@domain              add a user to a wave&lt;br /&gt;
remove    user@domain              remove a user from a wave&lt;br /&gt;
read                               set all waves as read&lt;br /&gt;
undo      [user@domain]            undo last line by a user, &lt;br /&gt;
                                   defaulting to current user&lt;br /&gt;
scroll    lines                    set the number of lines to &lt;br /&gt;
                                   scroll by with { and }&lt;br /&gt;
view      mode                     change view mode for the open &lt;br /&gt;
                                   wavelet (normal, xml)&lt;br /&gt;
log                                dump the log to the screen&lt;br /&gt;
dumplog   file                     dump the log to a file&lt;br /&gt;
clearlog                           clear the log&lt;br /&gt;
quit                               quit the client&lt;br /&gt;
&lt;/pre&gt; 
    </content:encoded>

    <pubDate>Tue, 06 Oct 2009 19:54:00 +0200</pubDate>
    <guid isPermaLink="false">http://www.ingo-schramm.de/blog/archives/13-guid.html</guid>
    
</item>
<item>
    <title>What Erlang/OTP is good for and what it is not</title>
    <link>http://www.ingo-schramm.de/blog/archives/11-What-ErlangOTP-is-good-for-and-what-it-is-not.html</link>
            <category>Erlang</category>
            <category>Scalability</category>
            <category>Web 2.0</category>
            <category>Web Applications</category>
    
    <comments>http://www.ingo-schramm.de/blog/archives/11-What-ErlangOTP-is-good-for-and-what-it-is-not.html#comments</comments>
    <wfw:comment>http://www.ingo-schramm.de/blog/wfwcomment.php?cid=11</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.ingo-schramm.de/blog/rss.php?version=2.0&amp;type=comments&amp;cid=11</wfw:commentRss>
    

    <author>nospam@example.com (Ingo)</author>
    <content:encoded>
    Erlang/OTP is without any doubt a powerful tool. But as with any technology it&#039;s not good for any use case imaginable. It has a lot of strengths but some weaknesses too. Erlang glances in everything related to distribution and reliability. If you want to write software to be arbitrarily distributed over multiple instances, CPU cores, mashines or even data centers without having to change the programming paradigm for any particular case you probably have the perfect tool with Erlang. To benefit from Erlang you should have a problem best solved with a distributed solution. This may be reliable message passing or rock solid in memory storage but it is probably not web page generation and delivery. &lt;br /&gt;
&lt;br /&gt;
In the Internet world, Erlang is perfect for middle ware or backend systems like caches, message queues and exchanges, databases or storage abstractions. But it is probably not the right tool to write web applications. Sure, you may add a HTTP endpoint to your message middle ware or database but should you use Erlang in a way one usually uses JSP or PHP or Ruby? Probably not. Web applications have a very short life cycle. The business rules are in a constant flow and have to be changed over and over again. To define such rules in Erlang may turn out to be a very hard job. Despite of its expressiveness Erlang is not the language to be used as an embedded language as for Yaws dynamic content or in ehtml. It works - but it is comparably hard to maintain and not that fast in terms of execution time.&lt;br /&gt;
&lt;br /&gt;
It&#039;s not that Erlang is a functional language but it&#039;s a functional language with a special syntax. There are all those commas, semicolons and dots and a pretty verbose notation for associative arrays, the records. The benefits of the syntax as for example how you deal with binary data is of little use when programming the business rules of a web application. It&#039;s simply not designed for such a use case. It&#039;s designed for writing reliable software dealing with network communication and related stuff. But it&#039;s not made to express complex rules in a domain specific language.&lt;br /&gt;
&lt;br /&gt;
On the other hand, the Erlang VM is highly optimized to spawn and execute a huge number of small processes but it&#039;s probably not optimized to execute a thread in the shortest possible time ever. Modern Java implementations may beat current Erlang easily. Sure, the maintainers of the Erlang VM do a lot of work improving both performance and SMP scalability but all those optimizations a not yet at the end. High performance is not the domain of the OTP.&lt;br /&gt;
&lt;br /&gt;
When you ever think about using Erlang, the first question to ask should be whether your problem deals with either redundancy, scalability or distribution. Second is whether you not have to deal with high performance as well, and you should not have to deal with the low lifetime of business rules. If you answer these questions with yes you get a highly optimized and convenient tool for the job.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 
    </content:encoded>

    <pubDate>Wed, 27 May 2009 16:56:28 +0200</pubDate>
    <guid isPermaLink="false">http://www.ingo-schramm.de/blog/archives/11-guid.html</guid>
    
</item>
<item>
    <title>Community Goldrush is Over</title>
    <link>http://www.ingo-schramm.de/blog/archives/7-Community-Goldrush-is-Over.html</link>
            <category>Web 2.0</category>
    
    <comments>http://www.ingo-schramm.de/blog/archives/7-Community-Goldrush-is-Over.html#comments</comments>
    <wfw:comment>http://www.ingo-schramm.de/blog/wfwcomment.php?cid=7</wfw:comment>

    <slash:comments>117</slash:comments>
    <wfw:commentRss>http://www.ingo-schramm.de/blog/rss.php?version=2.0&amp;type=comments&amp;cid=7</wfw:commentRss>
    

    <author>nospam@example.com (Ingo)</author>
    <content:encoded>
    The last years we underwent the amazing growth of web communities up to previously unimaginable sizes. Literally tenth of million of people collaborate in a single web community or social network and endow their personal content to give the cloud its worth. The success of the large communities is followed by a large number of copycats all over the world trying to participate in the business model. This is what I call the goldrush of the communities.&lt;br /&gt;
&lt;br /&gt;
It never was actually a goldrush but simply a rush. The gold is still missing. Only a handfull of these communities earns profit. Most of them promise profit for the near future and proof by the pure number of members. But the business model to get revenue by advertising only is somewhat controversial. Payed services exist in the minority. People participate on the Web 2.0 for free. Most communities live on the hope to exploit the huge numbers they deal with every day &quot;soon&quot;.&lt;br /&gt;
&lt;br /&gt;
For now, there seems to be no place for new communities. The claims are made. The market will consolidate in the next few years and only the largest networks will survive, maybe some niche communities also. If you think about new business you should not try out another social network.&lt;br /&gt;
&lt;br /&gt;
This doesn&#039;t mean there is no place for new business in the network domain. Since the huge social networks become more and more platforms for services rather than services by itself the room is open to establish exactly that: services for communities. If you know anything special and how to do it in the internet do it embedable, prepare your service for high traffic and write apps and gadgets for the major networking platforms.&lt;br /&gt;
&lt;br /&gt;
The areas of interest are mainly:&lt;br /&gt;
&lt;br /&gt;
- mobile devices&lt;br /&gt;
- location based services&lt;br /&gt;
- micro shops&lt;br /&gt;
- embeddable games&lt;br /&gt;
- multimedia delivery&lt;br /&gt;
&lt;br /&gt;
The goldrush today is not for communities but for services to support communities with valuable features.&lt;br /&gt;
&lt;br /&gt;
 
    </content:encoded>

    <pubDate>Thu, 27 Nov 2008 18:16:15 +0100</pubDate>
    <guid isPermaLink="false">http://www.ingo-schramm.de/blog/archives/7-guid.html</guid>
    
</item>
<item>
    <title>Scalability from the beginning</title>
    <link>http://www.ingo-schramm.de/blog/archives/5-Scalability-from-the-beginning.html</link>
            <category>Scalability</category>
            <category>Web 2.0</category>
            <category>Web Applications</category>
    
    <comments>http://www.ingo-schramm.de/blog/archives/5-Scalability-from-the-beginning.html#comments</comments>
    <wfw:comment>http://www.ingo-schramm.de/blog/wfwcomment.php?cid=5</wfw:comment>

    <slash:comments>192</slash:comments>
    <wfw:commentRss>http://www.ingo-schramm.de/blog/rss.php?version=2.0&amp;type=comments&amp;cid=5</wfw:commentRss>
    

    <author>nospam@example.com (Ingo)</author>
    <content:encoded>
    Programmers love to talk about performance but only a few talk about scalability, despite of the fact that it is only scalability that counts. Scalability is about how your effort has to grow with your success. This is what you must have in mind if you start a business for the web.&lt;br /&gt;
&lt;br /&gt;
It is always a good idea to plan a new project for scalability from the first steps on. There are some easy task with just a little overhead in development but great benefit if your project reaches the level of success you&#039;ve intended.&lt;br /&gt;
&lt;br /&gt;
- divide and conquer in size and time&lt;br /&gt;
- use a good abstraction layer for data access to be free if you need to partition data&lt;br /&gt;
- avoid complicated joins and excessive normalization, they&#039;ll kill you if you have to distribute data over multiple data bases and mashines&lt;br /&gt;
- do you really need relational database schemas for everything or may a simple key-value-storage work as well&lt;br /&gt;
- cache data access from the beginning&lt;br /&gt;
- cache more, compute less&lt;br /&gt;
- use functional decomposition, partition your system in tiny and efficient units and plug them together by abstraction&lt;br /&gt;
- use asynchronous strategies to manage load peaks&lt;br /&gt;
- split static and dynamic content carefully, soon you may need a CDN to deliver static content&lt;br /&gt;
- apply a good deployment strategy with rollback&lt;br /&gt;
- measure and monitor performance and scalability systematically&lt;br /&gt;
- scale your revenue in parallel with your technology&lt;br /&gt;
&lt;br /&gt;
Don&#039;t miss the last point. It&#039;s the most important.&lt;br /&gt;
&lt;br /&gt;
 
    </content:encoded>

    <pubDate>Tue, 18 Nov 2008 20:37:59 +0100</pubDate>
    <guid isPermaLink="false">http://www.ingo-schramm.de/blog/archives/5-guid.html</guid>
    
</item>

</channel>
</rss>