<?xml version="1.0" encoding="UTF-8"?>
<feed xml:lang="en-US" xmlns="http://www.w3.org/2005/Atom">
  <title>s.olution - Home</title>
  <id>tag:s.olution.org,2009:mephisto/</id>
  <generator version="0.8.0" uri="http://mephistoblog.com">Mephisto Drax</generator>
  <link href="http://s.olution.org/feed/atom.xml" rel="self" type="application/atom+xml"/>
  <link href="http://s.olution.org/" rel="alternate" type="text/html"/>
  <updated>2009-07-27T10:29:37Z</updated>
  <entry xml:base="http://s.olution.org/">
    <author>
      <name>tim</name>
    </author>
    <id>tag:s.olution.org,2009-07-27:36</id>
    <published>2009-07-27T07:29:00Z</published>
    <updated>2009-07-27T10:29:37Z</updated>
    <link href="http://s.olution.org/2009/7/27/on-the-rave-of-wave" rel="alternate" type="text/html"/>
    <title>on the rave of wave</title>
<content type="html">
            
    
    
    &lt;div&gt;&lt;/div&gt;


ich versuche mich gerade holprig durch die wave zu schauffeln ... aber geil
          </content>  </entry>
  <entry xml:base="http://s.olution.org/">
    <author>
      <name>tim</name>
    </author>
    <id>tag:s.olution.org,2009-05-20:29</id>
    <published>2009-05-20T07:46:00Z</published>
    <updated>2009-05-20T10:38:29Z</updated>
    <category term="development"/>
    <category term="scrum"/>
    <link href="http://s.olution.org/2009/5/20/the-only-scrum-master" rel="alternate" type="text/html"/>
    <title>The only scrum master</title>
<content type="html">
            &lt;p&gt;normally you go to a conference, spend 2 days and pay a lot of money to see a guy like Ken Schwaber. Luky guys who took the chance and meet him yesterday in a local bar in Kreuzberg. 
Here is my summary of the great meeting yesterday&lt;/p&gt;

&lt;p&gt;Scrum takes a &#8220;normal&#8221; project, cuts it into small pieces of 1-4 week iterations. These smaller iterations still work as a project in itself. Just small, easier to manage, faster to learn from your problems and better predictable.&lt;/p&gt;

&lt;p&gt;What is scrum more &#8230; &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;A collection of best practices (created for software developing)&lt;/li&gt;
&lt;li&gt;Scrum ist &#8220;Gedränge&#8221; wörtlich übersetzt&lt;/li&gt;
&lt;li&gt;XP are a set of software development technics which fit perfect into the scrum process&lt;/li&gt;
&lt;li&gt;was created by Ken Schwaber in the beginning of the 90ths, and more here http://de.wikipedia.org/wiki/Scrum&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;What does scrum, if you get infected&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;It shows the problems, gaps, problems you have very fast. Oh my good. So it doesn&#8217;t solve all my problems? No. &lt;/li&gt;
&lt;li&gt;It gives back the process control to the people who own it, who are actually doing it.&lt;/li&gt;
&lt;li&gt;It values people as human beings, not resources. It values human as trust-able, intelligent human beings. Oh my god.&lt;/li&gt;
&lt;li&gt;It is hard work&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;It was great source of infection yesterday, thanks to everyone who made it possible.&lt;/p&gt;
          </content>  </entry>
  <entry xml:base="http://s.olution.org/">
    <author>
      <name>tim</name>
    </author>
    <id>tag:s.olution.org,2009-05-09:27</id>
    <published>2009-05-09T16:47:00Z</published>
    <updated>2009-05-09T16:54:00Z</updated>
    <link href="http://s.olution.org/2009/5/9/ruby-rock-star-legend" rel="alternate" type="text/html"/>
    <title>Ruby Rock Star Legend</title>
<content type="html">
            &lt;p&gt;You become a legend when you are dead, this guy is not dead, but sort of dead as a ruby developer. You know who i am talking about? Zed Shaw. Yes!
I sort of really love to watch his presentations, he is funny, controversial and smart.&lt;/p&gt;

&lt;p&gt;The best is to see them yourself. &lt;a href=&quot;http://www.zedshaw.com/videos/&quot;&gt;on his video page&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;My favorite so far is &lt;a href=&quot;http://vimeo.com/2723800?pg=embed&amp;amp;sec=&quot;&gt;his rant on enterprise developers in his talk about ACL&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;p&gt;&lt;a href=&quot;http://vimeo.com/2723800&quot;&gt;Zed Shaw - The ACL is Dead&lt;/a&gt; from &lt;a href=&quot;http://vimeo.com/cusec&quot;&gt;CUSEC&lt;/a&gt; on &lt;a href=&quot;http://vimeo.com&quot;&gt;Vimeo&lt;/a&gt;.&lt;/p&gt;&lt;/p&gt;
          </content>  </entry>
  <entry xml:base="http://s.olution.org/">
    <author>
      <name>tim</name>
    </author>
    <id>tag:s.olution.org,2009-05-03:24</id>
    <published>2009-05-03T16:02:00Z</published>
    <updated>2009-05-03T16:23:27Z</updated>
    <category term="mephisto"/>
    <category term="rails"/>
    <link href="http://s.olution.org/2009/5/3/blog-upgrade" rel="alternate" type="text/html"/>
    <title>Blog-Upgrade</title>
<content type="html">
            &lt;p&gt;a upgraded today this blog to the newest version of mephisto via git. It works quit well, i just need to add 2 custom capistrano tasks to get it working:&lt;/p&gt;


	&lt;pre&gt;&lt;code&gt;namespace :app do
  desc &quot;Copy the correct config files to config/&quot; 
  task :copy_config_files, :roles =&amp;gt; [:app, :db, :web] do
    invoke_command &quot;cp -a #{deploy_to}/config/* #{release_path}/config/&quot;, :via =&amp;gt; run_method
  end
end
after 'deploy:update_code', 'app:copy_config_files'&lt;/code&gt;&lt;/pre&gt;


	&lt;p&gt;i changed the standard task to copy directories as well, which is need for the initializer/session_store.rb &#8230;&lt;/p&gt;


	&lt;pre&gt;&lt;code&gt;namespace :app do
  desc &quot;Copy the correct config files to config/&quot; 
  task :copy_mephisto_files, :roles =&amp;gt; [:app, :db, :web] do
    invoke_command &quot;cp -a #{deploy_to}/shared/mephisto_files/* #{release_path}/&quot;, :via =&amp;gt; run_method
  end
end
after 'deploy:update_code', 'app:copy_mephisto_files'&lt;/code&gt;&lt;/pre&gt;


	&lt;p&gt;this one it copies the themes directory and the uploaded assets ..&lt;/p&gt;


	&lt;p&gt;that was all&#8230;&lt;/p&gt;
          </content>  </entry>
  <entry xml:base="http://s.olution.org/">
    <author>
      <name>tim</name>
    </author>
    <id>tag:s.olution.org,2008-04-14:17</id>
    <published>2008-04-14T01:18:00Z</published>
    <updated>2008-04-14T01:48:56Z</updated>
    <link href="http://s.olution.org/2008/4/14/talking-ruby-on-s-bahn" rel="alternate" type="text/html"/>
    <title>talking ruby on berlin s-bahn</title>
<content type="html">
            &lt;p&gt;an new ruby and specially rails blog from berlin. After the first big rush and my first deeper dives into ruby and ruby on rails i want to start to share my experience and ideas about my daily work with it.
I love writting code in ruby, i learned and enjoyed it through a very agile and smart community around it. I start my nerd day by watching railscasts or some peepcode on my way to work, i learned a lot about ruby recently by reading the great standard &#8220;learning ruby&#8221; by matz and ? 
It is just so good to have this great &#8220;teacher&#8221; and having the change learning with them.&lt;/p&gt;

&lt;p&gt;In this spirit i want to share my ideas and lessons learned and hopefully by sharing this my mind clears up.&lt;/p&gt;
          </content>  </entry>
</feed>

