<?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/"
   xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule">
<channel>
    <title>/var/log/vshivak - Open Source</title>
    <link>http://kuziel.info/log/</link>
    <description>thoughts of Marek Kuziel</description>
    <dc:language>en</dc:language>
    <generator>Serendipity 1.0.1 - http://www.s9y.org/</generator>
    
    

<item>
    <title>djauthy - simple authentication using one time tokens, OpenID and OAuth</title>
    <link>http://kuziel.info/log/archives/2008/04/30/djauthy-simple-authentication-using-one-time-tokens,-OpenID-and-OAuth</link>
            <category>Lab</category>
            <category>Open Source</category>
            <category>vshivak</category>
    
    <comments>http://kuziel.info/log/archives/2008/04/30/djauthy-simple-authentication-using-one-time-tokens,-OpenID-and-OAuth#comments</comments>
    <wfw:comment>http://kuziel.info/log/wfwcomment.php?cid=43</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://kuziel.info/log/rss.php?version=2.0&amp;type=comments&amp;cid=43</wfw:commentRss>
    

    <author>nospam@example.com (Marek Kuziel)</author>
    <content:encoded>
    &lt;p&gt;Last night I wrote &lt;a href=&quot;http://kuziel.info/specs/djauthy-simple-authentication.html&quot;&gt;first draft&lt;/a&gt; of specification for &lt;a href=&quot;http://djauthy.encode.net.nz/&quot;&gt;djauthy&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;I presented &lt;strong&gt;djauthy&lt;/strong&gt; almost a month ago at the &lt;a href=&quot;http://nzpug.org/MeetingsChristchurch/April2008&quot;&gt;Christchurch Python Meeting&lt;/a&gt;, but I sat down to put together comprehensive specification only now.&lt;/p&gt;

&lt;p&gt;The specification is here: &lt;a href=&quot;http://kuziel.info/specs/djauthy-simple-authentication.html&quot;&gt;djauthy - simple authentication using one time tokens, OpenID and OAuth&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Your feedback is welcome and appreciated.&lt;/p&gt;

&lt;p&gt;I will be releasing &lt;strong&gt;djauthy&lt;/strong&gt; under one of the open source licenses in the near future.&lt;/p&gt; 
    </content:encoded>

    <pubDate>Wed, 30 Apr 2008 09:35:45 +1200</pubDate>
    <guid isPermaLink="false">http://kuziel.info/log/archives/2008/04/30/43</guid>
    <creativeCommons:license>http://creativecommons.org/licenses/by-sa/2.5/</creativeCommons:license>
</item>
<item>
    <title>Do you really think you own your code?</title>
    <link>http://kuziel.info/log/archives/2006/05/11/Do-you-really-think-you-own-your-code</link>
            <category>Lab</category>
            <category>Open Source</category>
            <category>PEAR</category>
            <category>vshivak</category>
    
    <comments>http://kuziel.info/log/archives/2006/05/11/Do-you-really-think-you-own-your-code#comments</comments>
    <wfw:comment>http://kuziel.info/log/wfwcomment.php?cid=26</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://kuziel.info/log/rss.php?version=2.0&amp;type=comments&amp;cid=26</wfw:commentRss>
    

    <author>nospam@example.com (Marek Kuziel)</author>
    <content:encoded>
    &lt;p&gt;I work on a new project, or rather on a set of small projects
by creating small PEAR packages, that will provide my own native PEAR
commands.&lt;/p&gt;

&lt;p&gt;My intention is to create simple tools, that would potentially
save me a lot of time when it comes to repetitive tasks. See for example
my &lt;a href=&quot;http://kuziel.info/log/archives/2006/04/26/Kuziel_PEAR_Command_Database-fix-release-1.0.3&quot;&gt;Kuziel_PEAR_Command_Database&lt;/a&gt; package which is
the first official package of the whole project).&lt;/p&gt;

&lt;p&gt;I reckon &quot;don&#039;t repeat yourself&quot; is a good rule, however, you have to put a lot of
energy to create such a tools to be able to do so. Hence, why I started work on this &quot;project&quot;.&lt;/p&gt;

&lt;p&gt;I discussed the idea of the project in our cosy private IRC chat
room with &lt;a href=&quot;http://nb.inode.co.nz/&quot;&gt;Jim&lt;/a&gt; to get his opinions on this.&lt;/p&gt;

&lt;P&gt;&lt;b&gt;Note:&lt;/b&gt; You can read about &lt;a href=&quot;http://37signals.com/svn/archives2/the_importance_of_instant_feedback.php&quot;&gt;the importance of instant feedback&lt;/a&gt; in a post 
by Matt on 37signals&#039;s blog.&lt;/p&gt;

&lt;p&gt;Anyway, if you think about repetitive tasks, it is mostly about
some sort of generation of something. Generation of code, configurations, and so
on.&lt;/p&gt;

&lt;p&gt;And here comes the problem. Actually, not really a problem, but rather
something worth to discuss, before you start doing generators of
any sort.&lt;/p&gt;
&lt;p&gt;So, the thing is that in some cases it is not very clear 
who owns the copyright of the generated code!&lt;/p&gt;

&lt;p&gt;Jim, raised the question about this on RoR&#039;s &lt;a href=&quot;http://www.ruby-forum.com/topic/65177&quot;&gt;
forum bridge&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;And if case you&#039;re interested, you can also read his thoughts about it, in his post &lt;a href=&quot;http://nb.inode.co.nz/archives/2006-05-11T12_42_44.html&quot;&gt;Who owns your code?&lt;/a&gt;

&lt;p&gt;As for my project, I think I need to spend some time over the weekend re-reading parts of
&lt;a href=&quot;http://kuziel.info/log/archives/2006/04/02/Book-Innovation-Happens-Elsewhere&quot;&gt;Innovation happens elsewhere&lt;/a&gt;, where open source licencing and copyright issues are discussed very well and also keep my eye on the RoR forum&#039;s discussion to see where it will go.&lt;/p&gt;

&lt;p&gt;And as for now: &quot;All your code are belong to us …&quot; &lt;img src=&quot;http://kuziel.info/log/templates/default/img/emoticons/tongue.png&quot; alt=&quot;:-P&quot; style=&quot;display: inline; vertical-align: bottom;&quot; class=&quot;emoticon&quot; /&gt;&lt;/p&gt; 
    </content:encoded>

    <pubDate>Thu, 11 May 2006 17:17:00 +1200</pubDate>
    <guid isPermaLink="false">http://kuziel.info/log/archives/2006/05/11/26</guid>
    <creativeCommons:license>http://creativecommons.org/licenses/by-sa/2.5/</creativeCommons:license>
</item>
<item>
    <title>Book: Innovation Happens Elsewhere</title>
    <link>http://kuziel.info/log/archives/2006/04/02/Book-Innovation-Happens-Elsewhere</link>
            <category>Books</category>
            <category>Lab</category>
            <category>Open Source</category>
            <category>vshivak</category>
    
    <comments>http://kuziel.info/log/archives/2006/04/02/Book-Innovation-Happens-Elsewhere#comments</comments>
    <wfw:comment>http://kuziel.info/log/wfwcomment.php?cid=16</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://kuziel.info/log/rss.php?version=2.0&amp;type=comments&amp;cid=16</wfw:commentRss>
    

    <author>nospam@example.com (Marek Kuziel)</author>
    <content:encoded>
    &lt;p&gt;A month ago (or so) I registered for the Sun Developer Network (SDN). As a bonus for joining in, they offered free hardcopy of the book &amp;#39;&lt;a href=&quot;http://dreamsongs.com/IHE/IHE.html&quot;&gt;Innovation Happens Elsewhere&lt;/a&gt;&amp;#39; by Ron Goldman and Richard P. Gabriel. Free hardcopy of very cool book &lt;a href=&quot;http://books.slashdot.org/article.pl?sid=05/12/21/1514250&quot;&gt;according to /.&lt;/a&gt; is in my opion very good reason to register for the SDN &lt;img src=&quot;http://kuziel.info/log/templates/default/img/emoticons/wink.png&quot; alt=&quot;;-)&quot; style=&quot;display: inline; vertical-align: bottom;&quot; class=&quot;emoticon&quot; /&gt;.&lt;/p&gt; &lt;p&gt;Just few days ago I recalled that I should receive the book and felt a bit sad that the book hasn&amp;#39;t arrived yet.&lt;/p&gt; &lt;p&gt;However, on Friday I received an instant message from my lovely wife, that the FedEx courier just came with the package from Sun. My copy of &amp;#39;&lt;a href=&quot;http://dreamsongs.com/IHE/IHE.html&quot;&gt;Innovation Happens Elsewhere&lt;/a&gt;&amp;#39; arrived. YAY!&lt;/p&gt; &lt;p&gt;I would like to mention that the book is licensed under a Creative Commons License and is available online here: &lt;a href=&quot;http://dreamsongs.com/IHE/IHE.html&quot;&gt;http://dreamsongs.com/IHE/IHE.html&lt;/a&gt;&lt;/p&gt; &lt;p&gt;So, why I am so happy to have it and what&amp;#39;s the book really about, anyway?&lt;/p&gt; &lt;p&gt;Well, if you ever considered Open Source as a way to do your business, this is the right book for you.&lt;/p&gt; &lt;p&gt;It describes what the Open Source is and how it works, tells you why you should consider Open Source as a business strategy and describes how an open source project works.&lt;/p&gt;&lt;p&gt;It also helps you to make decision on whether open source is right for your project, and, if so, what steps you should take to proceed and some mistakes you should avoid.&lt;/p&gt; &lt;p&gt;Conclusion? This is definitely a must-read book, that I can only recommend to anyone with an interest in using Open Source as a business strategy.&lt;/p&gt; 
    </content:encoded>

    <pubDate>Sun, 02 Apr 2006 12:15:20 +1200</pubDate>
    <guid isPermaLink="false">http://kuziel.info/log/archives/2006/04/02/16</guid>
    <creativeCommons:license>http://creativecommons.org/licenses/by-sa/2.5/</creativeCommons:license>
</item>

</channel>
</rss>