<?xml version="1.0"?>
<rss version="2.0">
    <channel>
        <title>The place of mosra | news</title>
        <link>http://mosra.cz/blog/index-en.php</link>
        <description>Blog about programming, computer graphics and something undefined.</description>
        <copyright>Copyright 2010, Vladimír Vondruš</copyright>
        <language>en</language>
        <docs>http://www.rssboard.org/rss-specification</docs>
        <item>
            <title>Constructing matrix from column vectors with C++11 variadic template unpacking</title>
            <link>http://mosra.cz/blog/article.php?a=21-constructing-matrix-from-column-vectors-with-c-11-variadic-template-unpacking</link>
            <author>Vladimír Vondruš</author>
            <description>In this article I will explain how to unpack list of vectors into scalar values, which are then used to construct an matrix, everything at compile time. Warning: this article contains some advanced metaprogramming techniques and in you may want to not read it at all.</description>
            <pubDate>Mon, 16 Apr 2012 20:56:06 +0100</pubDate>
        </item>
        <item>
            <title>Introducing Corrade, an plugin management and utility library</title>
            <link>http://mosra.cz/blog/article.php?a=20-introducing-corrade-an-plugin-management-and-utility-library</link>
            <author>Vladimír Vondruš</author>
            <description>Originally developed for Kompas, this library provides both static and dynamic plugin management with dependency support and also various filesystem, portability and debugging utilities.</description>
            <pubDate>Wed, 08 Feb 2012 16:09:14 +0100</pubDate>
        </item>
        <item>
            <title>The final solution for Git-versioned web development, part 3 - deploying changes on the server</title>
            <link>http://mosra.cz/blog/article.php?a=19-the-final-solution-for-git-versioned-web-development-part-3-deploying-changes-on-the-server</link>
            <author>Vladimír Vondruš</author>
            <description>This is last part of three part guide, which will show how to use Git for versioning your web framework, files, database and also using it for deployment. Here is explained the most powerful thing about using Git - deploying only changed files.</description>
            <pubDate>Wed, 07 Sep 2011 22:26:53 +0100</pubDate>
        </item>
        <item>
            <title>The final solution for Git-versioned web development, part 2 - versioning database</title>
            <link>http://mosra.cz/blog/article.php?a=18-the-final-solution-for-git-versioned-web-development-part-2-versioning-database</link>
            <author>Vladimír Vondruš</author>
            <description>This is second part of three part guide, which will show how to use Git for versioning your web framework, files, database and also using it for deployment. This part explains how to use Git for versioning database structure and data.</description>
            <pubDate>Sun, 24 Jul 2011 15:00:51 +0100</pubDate>
        </item>
        <item>
            <title>Kompas 0.1.2 - packaged for your favourite distribution</title>
            <link>http://mosra.cz/blog/article.php?a=17-kompas-0-1-2-packaged-for-your-favourite-distribution</link>
            <author>Vladimír Vondruš</author>
            <description>This version finally brings packages for openSUSE, Fedora, Mandriva, Ubuntu and Debian. Besides that, there is a new historical map plugin and also some crash fixes.</description>
            <pubDate>Mon, 21 Mar 2011 03:25:35 +0100</pubDate>
        </item>
        <item>
            <title>Porting Kompas to Symbian - is it actually possible?</title>
            <link>http://mosra.cz/blog/article.php?a=16-porting-kompas-to-symbian-is-it-actually-possible</link>
            <author>Vladimír Vondruš</author>
            <description>If Kompas is described as "multiplatform", it must deserve this label. So I'm trying to port it to mobile devices, where it would be far more useful than just on the desktop. I don't have any of those MeeGo, Maemo, iOS or Android-powered devices where application development is a breeze. My smartphone runs Symbian and developing something bigger than prefabricated Hello World is a huge pain.</description>
            <pubDate>Thu, 20 Jan 2011 02:51:51 +0100</pubDate>
        </item>
        <item>
            <title>Kompas 0.1.1 - a few fixes and many new map plugins</title>
            <link>http://mosra.cz/blog/article.php?a=15-kompas-0-1-1-a-few-fixes-and-many-new-map-plugins</link>
            <author>Vladimír Vondruš</author>
            <description>Kompas is already quite usable, let's make it also useful. This update brings new plugins for Bing, Yahoo, Ovi Maps and more, fixes some issues in map view and improves layout in Map Options dock.</description>
            <pubDate>Sat, 15 Jan 2011 21:21:45 +0100</pubDate>
        </item>
        <item>
            <title>Map2X is dead, long live Kompas - multiplatform navigation software</title>
            <link>http://mosra.cz/blog/article.php?a=14-map2x-is-dead-long-live-kompas-multiplatform-navigation-software</link>
            <author>Vladimír Vondruš</author>
            <description>After half an year of heavy development I can finally introduce Kompas - application, which goal is to bring powerful and easily extensible navigation software to as many platforms as possible.</description>
            <pubDate>Sun, 02 Jan 2011 20:08:47 +0100</pubDate>
        </item>
        <item>
            <title>The final solution for Git-versioned web development, part 1 - versioning framework and files</title>
            <link>http://mosra.cz/blog/article.php?a=13-the-final-solution-for-git-versioned-web-development-part-1-versioning-framework-and-files</link>
            <author>Vladimír Vondruš</author>
            <description>I am using Git exclusively for almost everything I'm working on and while it's a great tool I must admit that using Git for web development is the most tricky. There is a database which really has to be versioned, external frameworks which are regularly updated and everything needs to be uploaded as quickly as possible to remote FTP server. I will explain in this multi-part guide how everything can be managed with Git without any fork-in-the-eye feeling.</description>
            <pubDate>Tue, 09 Nov 2010 23:01:17 +0100</pubDate>
        </item>
        <item>
            <title>HeyTrack 1.0 alpha 2 released</title>
            <link>http://mosra.cz/blog/article.php?a=12-heytrack-1-0-alpha-2-released</link>
            <author>Vladimír Vondruš</author>
            <description>One week after first release there is second alpha version. New Amarok player, SomaFM server and Russian translation are the most significant changes.</description>
            <pubDate>Sun, 26 Sep 2010 21:03:52 +0100</pubDate>
        </item>
        <item>
            <title>HeyTrack - the thing you always wanted but didn't know about</title>
            <link>http://mosra.cz/blog/article.php?a=11-heytrack-the-thing-you-always-wanted-but-didnt-know-about</link>
            <author>Vladimír Vondruš</author>
            <description>Generally, when you want to play some internet radio, you either have to install bloated browser plugins, or, do someting even worse - dig in crappy HTML sources and look for something what looks like stream URL so you can play it in your favorite player. Awesomely annoying. And this is why HeyTrack is here, it does the hard work entirely for you.</description>
            <pubDate>Sun, 19 Sep 2010 20:11:55 +0100</pubDate>
        </item>
        <item>
            <title>Side effects ...of deploying application to Windows</title>
            <link>http://mosra.cz/blog/article.php?a=10-side-effects-of-deploying-application-to-windows</link>
            <author>Vladimír Vondruš</author>
            <description>Yesterday I wanted to test HeyTrack (which will be hopefully released this weekend) on Windows to make sure there are no serious bugs which will put me in shame. But, in the end, the fact that HeyTrack runs on Windows is only a side effect. The result is many fixed bugs, but none of them was in HeyTrack.</description>
            <pubDate>Sat, 18 Sep 2010 18:29:48 +0100</pubDate>
        </item>
        <item>
            <title>Patched kdelibs for running KDevelop from GIT without crashes</title>
            <link>http://mosra.cz/blog/article.php?a=9-patched-kdelibs-for-running-kdevelop-from-git-without-crashes</link>
            <author>Vladimír Vondruš</author>
            <description>Recent KDevelop GIT builds are crashing with katepart from kdelibs 4.5.1, so for us Archers I made patched package which should work better.</description>
            <pubDate>Thu, 09 Sep 2010 14:12:38 +0100</pubDate>
        </item>
        <item>
            <title>Running code outside of main() in C++</title>
            <link>http://mosra.cz/blog/article.php?a=8-running-code-outside-of-main-in-c</link>
            <author>Vladimír Vondruš</author>
            <description>While developing plugin system for Map2X reincarnation (more info about that soon), I found a way how to automatically run initialization code without need to call it explicitly in main().</description>
            <pubDate>Thu, 02 Sep 2010 16:38:33 +0100</pubDate>
        </item>
        <item>
            <title>Project: 3D short movie in Blender</title>
            <link>http://mosra.cz/blog/article.php?a=7-project-3d-short-movie-in-blender</link>
            <author>Vladimír Vondruš</author>
            <description>Although I am currently busy with programming and work, I'm introducing my first short 3D movie named "A Lonely Apple".</description>
            <pubDate>Tue, 20 Jul 2010 18:02:50 +0100</pubDate>
        </item>
    </channel>
</rss>

