<?xml version="1.0"?>
<!-- name="generator" content="blosxom/2.0" -->
<!DOCTYPE rss PUBLIC "-//Netscape Communications//DTD RSS 0.91//EN" "http://my.netscape.com/publish/formats/rss-0.91.dtd">

<rss version="0.91">
  <channel>
    <title>Yenya's World   </title>
    <link>http://www.fi.muni.cz/~kas/blog/index.cgi</link>
    <description>Linux and beyond - Yenya's blog.</description>
    <language>en</language>

<item>
	<title>Fedora Mcelog Maintainer Sucks</title>
	<link>http://www.fi.muni.cz/~kas/blog/index.cgi/computers/fedora-mcelog-maintainer-sucks.html</link>
	<guid>http://www.fi.muni.cz/~kas/blog/index.cgi/computers/fedora-mcelog-maintainer-sucks.html</guid>
	<description>&lt;p&gt;Welcome to the new episode of the "bashing Fedora bug handling" series,
this is your grumpy Fedora user Yenya speaking.
I hereby declare that the maintainer of the Fedora mcelog package sucks:
&lt;/p&gt;&lt;p&gt;[... read more ...]&lt;/p&gt;</description>
	<pubDate>Tue, 16 Mar 2010 09:42:00 +0100</pubDate>
</item>
<item>
	<title>Aisa</title>
	<link>http://www.fi.muni.cz/~kas/blog/index.cgi/computers/aisa.html</link>
	<guid>http://www.fi.muni.cz/~kas/blog/index.cgi/computers/aisa.html</guid>
	<description>&lt;p&gt;In today's mailbox:
&lt;/p&gt;&lt;p&gt;[... read more ...]&lt;/p&gt;</description>
	<pubDate>Tue, 02 Mar 2010 11:23:00 +0100</pubDate>
</item>
<item>
	<title>Image Scaling</title>
	<link>http://www.fi.muni.cz/~kas/blog/index.cgi/computers/image-scaling.html</link>
	<guid>http://www.fi.muni.cz/~kas/blog/index.cgi/computers/image-scaling.html</guid>
	<description>&lt;p&gt;It is not very often when there is a software bug which is present in nearly
all different implementations which do not even have common ancestor
in terms of source code.
&lt;/p&gt;&lt;p&gt;[... read more ...]&lt;/p&gt;</description>
	<pubDate>Wed, 24 Feb 2010 08:57:00 +0100</pubDate>
</item>
<item>
	<title>Playing with 6to4</title>
	<link>http://www.fi.muni.cz/~kas/blog/index.cgi/computers/playing-with-6to4.html</link>
	<guid>http://www.fi.muni.cz/~kas/blog/index.cgi/computers/playing-with-6to4.html</guid>
	<description>&lt;p&gt;We have finally got some time to work on native IPv6 inside a faculty network
(which includes rewriting the &lt;code&gt;iptables&lt;/code&gt; configuration to be
protocol-neutral). In order to test it, I have enabled
&lt;a href="http://tools.ietf.org/html/rfc3056"&gt;6to4&lt;/a&gt; at home.
&lt;/p&gt;&lt;p&gt;[... read more ...]&lt;/p&gt;</description>
	<pubDate>Wed, 10 Feb 2010 10:31:00 +0100</pubDate>
</item>
<item>
	<title>iPhone</title>
	<link>http://www.fi.muni.cz/~kas/blog/index.cgi/computers/iphone.html</link>
	<guid>http://www.fi.muni.cz/~kas/blog/index.cgi/computers/iphone.html</guid>
	<description>&lt;p&gt;Tell me again why should anybody bother to buy iPhone, when Apple is
&lt;a href="http://apple.slashdot.org/story/10/02/05/163253/Mentioning-Android-Is-a-No-No-In-iPhone-App-Store"&gt;actively hostile&lt;/a&gt; to the application
developers, and the device cannot do Bluetooth, does not have audio tracks
in a portable format, accessible as a mass storage, and the manufacturer
does not want you to customize the device?&lt;/p&gt;</description>
	<pubDate>Sat, 06 Feb 2010 19:28:00 +0100</pubDate>
</item>
<item>
	<title>DHCP Relay</title>
	<link>http://www.fi.muni.cz/~kas/blog/index.cgi/computers/dhcp-relay.html</link>
	<guid>http://www.fi.muni.cz/~kas/blog/index.cgi/computers/dhcp-relay.html</guid>
	<description>&lt;p&gt;With our new WiFi access points, we run multiple SSIDs, each on its own VLAN.
Unfortunately, we are observing an interesting problem: even though the
DHCP server can see the WiFi client requesting the address and replies back,
the reply sometimes does not reach the client. It vaguely depends on
the number of clients on the particular WiFi AP. Today I think I have found
what causes this problem.
&lt;/p&gt;&lt;p&gt;[... read more ...]&lt;/p&gt;</description>
	<pubDate>Fri, 05 Feb 2010 19:05:00 +0100</pubDate>
</item>
<item>
	<title>Fedora 12</title>
	<link>http://www.fi.muni.cz/~kas/blog/index.cgi/computers/fedora-12.html</link>
	<guid>http://www.fi.muni.cz/~kas/blog/index.cgi/computers/fedora-12.html</guid>
	<description>&lt;p&gt;I have been using Fedora 12 on my laptop for a week now, and on my primary
workstation for three days. So far I have walked through Bugzilla and
checked that most of my bugs are still present in F12. But apart from
that, there has not been any unpleasant surprise so far. The new
KMS code and X server for Radeon cards work as expected, so I am looking
forward to install F12 also to my dual-seat workstation at home.
So far it is OK. Well, except ...
&lt;/p&gt;&lt;p&gt;[... read more ...]&lt;/p&gt;</description>
	<pubDate>Fri, 20 Nov 2009 08:26:00 +0100</pubDate>
</item>
<item>
	<title>Database Woes</title>
	<link>http://www.fi.muni.cz/~kas/blog/index.cgi/computers/database-woes.html</link>
	<guid>http://www.fi.muni.cz/~kas/blog/index.cgi/computers/database-woes.html</guid>
	<description>&lt;p&gt;Using the SQL database for keeping one's data gives an excellent environment,
maintaining the data integrity, providing the transactional behaviour,
providing the remote access to the data, and so on. Even the locking
properties can be something which one can get used to.
That is, in the ideal world.
&lt;/p&gt;&lt;p&gt;[... read more ...]&lt;/p&gt;</description>
	<pubDate>Thu, 19 Nov 2009 17:14:00 +0100</pubDate>
</item>
<item>
	<title>The GDM Fiasco</title>
	<link>http://www.fi.muni.cz/~kas/blog/index.cgi/computers/desktops/gdm-fiasco.html</link>
	<guid>http://www.fi.muni.cz/~kas/blog/index.cgi/computers/desktops/gdm-fiasco.html</guid>
	<description>&lt;p&gt;A short trip to the history: for GNOME 2.22 (two years ago, in the Fedora 9
timeframe) someone decided that it would be nice to completely rewrite the
GNOME display manager. So far so good, but they have decided to include
this partially rewritten piece of crap without many important features
(a display manager without XDMCP, WTF?) to the official GNOME and thus Fedora
releases.
&lt;/p&gt;&lt;p&gt;[... read more ...]&lt;/p&gt;</description>
	<pubDate>Wed, 18 Nov 2009 17:47:00 +0100</pubDate>
</item>
<item>
	<title>Framework?</title>
	<link>http://www.fi.muni.cz/~kas/blog/index.cgi/computers/framework.html</link>
	<guid>http://www.fi.muni.cz/~kas/blog/index.cgi/computers/framework.html</guid>
	<description>&lt;p&gt;When teaching, the questions from the audience provide an important feedback
to me - a notion of whether I was successful in passing the information
to the audience, and what to improve or explain in a different way.
There are, however, rare occasions when the question just makes me think
"WTF?".
&lt;/p&gt;&lt;p&gt;[... read more ...]&lt;/p&gt;</description>
	<pubDate>Tue, 20 Oct 2009 16:59:00 +0100</pubDate>
</item>
<item>
	<title>Terminal Font</title>
	<link>http://www.fi.muni.cz/~kas/blog/index.cgi/computers/terminal-font.html</link>
	<guid>http://www.fi.muni.cz/~kas/blog/index.cgi/computers/terminal-font.html</guid>
	<description>&lt;p&gt;Today I have read an announcement of the &lt;a href="http://www.ms-studio.com/FontSales/anonymouspro.html"&gt;Anonymous Pro&lt;/a&gt; font, which should be optimized
for text terminals and for the programming environment.
As this clearly matches my use case, I have decided to try it.
&lt;/p&gt;&lt;p&gt;[... read more ...]&lt;/p&gt;</description>
	<pubDate>Fri, 16 Oct 2009 14:16:00 +0100</pubDate>
</item>
<item>
	<title>XXXIV EurOpen.CZ</title>
	<link>http://www.fi.muni.cz/~kas/blog/index.cgi/computers/europen-34.html</link>
	<guid>http://www.fi.muni.cz/~kas/blog/index.cgi/computers/europen-34.html</guid>
	<description>&lt;p&gt;A month ago (wow, I am really slow to update this blog ...) I went to
the 34th &lt;a href="http://www.europen.cz/"&gt;EurOpen.CZ&lt;/a&gt; conference.
I did a presentation about Git
(&lt;a href="/~kas/papers/europen2009-git-proceedings.pdf"&gt;paper&lt;/a&gt;,
&lt;a href="/~kas/papers/europen2009-git-presentation.pdf"&gt;slides&lt;/a&gt;).
&lt;/p&gt;&lt;p&gt;[... read more ...]&lt;/p&gt;</description>
	<pubDate>Fri, 26 Jun 2009 12:02:00 +0100</pubDate>
</item>
<item>
	<title>How Do I Install ... ?</title>
	<link>http://www.fi.muni.cz/~kas/blog/index.cgi/computers/how-do-i-install.html</link>
	<guid>http://www.fi.muni.cz/~kas/blog/index.cgi/computers/how-do-i-install.html</guid>
	<description>&lt;p&gt;The funniest page of the day is the page with
&lt;a href="http://openais.org/doku.php?id=faq:installation"&gt;installation
instructions for OpenAIS&lt;/a&gt;.
But seriously, do you have experience with those clustering suites?
&lt;/p&gt;&lt;p&gt;[... read more ...]&lt;/p&gt;</description>
	<pubDate>Wed, 17 Jun 2009 12:41:00 +0100</pubDate>
</item>
<item>
	<title>Fedora 11</title>
	<link>http://www.fi.muni.cz/~kas/blog/index.cgi/computers/fedora-11.html</link>
	<guid>http://www.fi.muni.cz/~kas/blog/index.cgi/computers/fedora-11.html</guid>
	<description>&lt;p&gt;OK, after another half a year we now have a new Fedora. I have installed
it on my laptop, and found no obvious bugs. It "just works". I haven't got
time to read the &lt;a href="http://docs.fedoraproject.org/release-notes/f11/en-US/"&gt;Release
Notes&lt;/a&gt; yet, but so far F11 looks good. The minor issues are:
&lt;/p&gt;&lt;p&gt;[... read more ...]&lt;/p&gt;</description>
	<pubDate>Wed, 10 Jun 2009 10:07:00 +0100</pubDate>
</item>
<item>
	<title>Weird Hardware</title>
	<link>http://www.fi.muni.cz/~kas/blog/index.cgi/computers/weird-hardware.html</link>
	<guid>http://www.fi.muni.cz/~kas/blog/index.cgi/computers/weird-hardware.html</guid>
	<description>&lt;p&gt;Probably the most weird piece of hardware I have seen in a while is
&lt;a href="http://www.arstech.com/usb2isa.htm"&gt;this&lt;/a&gt;. I should probably
get one in order to do a maintainance of my COSA Linux driver on a real
hardware.&lt;/p&gt;</description>
	<pubDate>Thu, 21 May 2009 14:02:00 +0100</pubDate>
</item>
  </channel>
</rss>