<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
     xmlns:atom="http://www.w3.org/2005/Atom"
     xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:wfw="http://wellformedweb.org/CommentAPI/"
     >
  <channel>
    <title>Mekk's programming notes</title>
    <link>http://blog.mekk.waw.pl</link>
    <description>Private blog by Marcin Kasperski. Notes about Linux, programming and internet chess.</description>
    <dc:language>en</dc:language>
    <pubDate>Fri, 27 May 2022 12:29:26 GMT</pubDate>
    <generator>Blogofile</generator>
    <sy:updatePeriod>hourly</sy:updatePeriod>
    <sy:updateFrequency>1</sy:updateFrequency>
    <item>
      <title>Pinboard as Google Reader Share replacement</title>
      <link>http://blog.mekk.waw.pl/archives/49-Pinboard_as_Google_Reader_Share_replacement.html</link>
      <category>Technical></category>
      <pubDate>Tue, 06 Mar 2012 20:14:45 +0100</pubDate>
      <guid isPermaLink="true">http://blog.mekk.waw.pl/archives/49-Pinboard_as_Google_Reader_Share_replacement.html</guid>
      <content:encoded><![CDATA[
         <p>Google recently removed <em>Share</em> function of Google Reader. It was a
foundation of my sharing scheme – whenever I liked some article, I
pressed Shift-S (or used <em>Share in Reader</em> bookmarklet) and thanks to
appropriately configured tools given link was forwarded to linkroll on
<a href="http://notatnik.mekk.waw.pl">my Polish blog</a>, 
<a href="http://twitter.com/Mekk">my Twitter</a>, my Facebook, and other social
networks.</p>
<p>I looked for replacement for some time, and finally decided to build
the process on the basis of the bookmarking service – <a href="http://pinboard.in">Pinboard</a> in
this case, but other bookmarking services should do too if they
support <em>per-tag</em> RSS, and some API returning links tagged with
specific tag.</p>

         <a href="http://blog.mekk.waw.pl/archives/49-Pinboard_as_Google_Reader_Share_replacement.html">Continue reading "Pinboard as Google Reader Share replacement" »</a>
      ]]></content:encoded>
      <author>nospam@example.com (Marcin Kasperski)</author>

      <comments>http://blog.mekk.waw.pl/archives/49-Pinboard_as_Google_Reader_Share_replacement.html#disqus_thread</comments>
   </item>
    <item>
      <title>What my blog software is doing for me</title>
      <link>http://blog.mekk.waw.pl/archives/22-What-my-blog-software-is-doing-for-me.html</link>
      <category>Technical></category>
      <pubDate>Tue, 02 Dec 2008 20:45:16 +0100</pubDate>
      <guid isPermaLink="true">http://blog.mekk.waw.pl/archives/22-What-my-blog-software-is-doing-for-me.html</guid>
      <content:encoded><![CDATA[
         <p>I've read quite a few of articles claiming that blog software is very simple and that one can quickly create his (or her) own blog in a day or two. </p>
<p>To verify this claim (well, building my own blog with - say - Django or Pylons  is a tempting idea), I dumped notes of what my current blog software is doing for me.</p>

         <a href="http://blog.mekk.waw.pl/archives/22-What-my-blog-software-is-doing-for-me.html">Continue reading "What my blog software is doing for me" »</a>
      ]]></content:encoded>
      <author>nospam@example.com (Marcin Kasperski)</author>

      <comments>http://blog.mekk.waw.pl/archives/22-What-my-blog-software-is-doing-for-me.html#disqus_thread</comments>
   </item>
    <item>
      <title>Awesome bar</title>
      <link>http://blog.mekk.waw.pl/archives/18-Awesome-bar.html</link>
      <category>Technical></category>
      <pubDate>Tue, 09 Sep 2008 09:31:00 +0200</pubDate>
      <guid isPermaLink="true">http://blog.mekk.waw.pl/archives/18-Awesome-bar.html</guid>
      <content:encoded><![CDATA[
         <p>Firefox3 came with so called <em>awesome bar</em>. When I was young, I was taught: d<em>on&rsquo;t praise yourself, if you are worth it, others will do, if you are not, you may make people laughing</em> (and referred to <a href="http://bibleresources.bible.com/passagesearchresults.php?passage1=Luke+14%3A7-11&amp;version1=49">Luke 14:7&ndash;11</a>).</p>

<p>But it inspired me to write about some other bar, which in my opinion really deserves to be called <em>awesome</em>. This one:</p>


         <a href="http://blog.mekk.waw.pl/archives/18-Awesome-bar.html">Continue reading "Awesome bar" »</a>
      ]]></content:encoded>
      <author>nospam@example.com (Marcin Kasperski)</author>

      <comments>http://blog.mekk.waw.pl/archives/18-Awesome-bar.html#disqus_thread</comments>
   </item>
    <item>
      <title>Don't ask me to build on the very beginning</title>
      <link>http://blog.mekk.waw.pl/archives/16-Dont-ask-me-to-build-on-the-very-beginning.html</link>
      <category>Technical></category>
      <pubDate>Tue, 02 Sep 2008 15:24:07 +0200</pubDate>
      <guid isPermaLink="true">http://blog.mekk.waw.pl/archives/16-Dont-ask-me-to-build-on-the-very-beginning.html</guid>
      <content:encoded><![CDATA[
         <p>I&rsquo;ve just read an explanation <a href="http://www.b-list.org/weblog/2007/nov/29/django-blog/">why there is no Django&rsquo;s blog application</a>. The article is interesting, but &ndash; as many <em>monolithic vs component</em>-<em>based</em> comparisons &ndash;&nbsp;misses one very important point.</p>

<p>Who is choosing a blog software? Someone, who is <em>starting</em> to blog. Who is&nbsp;picking CMS? Someone, who is <em>starting</em> a website. Who is selecting a shop software? Someone, who wants to <em>create</em> a shop. And so on.</p>

<p>It has two important consequences.</p>


         <a href="http://blog.mekk.waw.pl/archives/16-Dont-ask-me-to-build-on-the-very-beginning.html">Continue reading "Don&#39;t ask me to build on the very beginning" »</a>
      ]]></content:encoded>
      <author>nospam@example.com (Marcin Kasperski)</author>

      <comments>http://blog.mekk.waw.pl/archives/16-Dont-ask-me-to-build-on-the-very-beginning.html#disqus_thread</comments>
   </item>
  </channel>
</rss>

