<?xml version="1.0" encoding="UTF-8"?><rss version="0.92">
<channel>
	<title>blog.ryara.net</title>
	<link>http://blog.ryara.net</link>
	<description></description>
	<lastBuildDate>Thu, 01 Jul 2010 10:43:01 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	<!-- generator="WordPress/7552" -->

	<item>
		<title>Patch for FiSH for irssi with recode</title>
		<description><![CDATA[This patch fixes a buffer overflow (causing a segfault) that would happen if an ISO-8859-1 sent a string consisting of many instances of a single extended character (å, ä, ö etc). The patch is against FiSH v1.0-RC5, and is only &#8230; <a href="http://blog.ryara.net/2010/06/14/patch-fish-irssi-with-recode/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<link>http://blog.ryara.net/2010/06/14/patch-fish-irssi-with-recode/</link>
			</item>
	<item>
		<title>libucfg</title>
		<description><![CDATA[I just released libucfg, a small configuration library in ANSI C. You can find it here.]]></description>
		<link>http://blog.ryara.net/2010/04/29/libucfg/</link>
			</item>
	<item>
		<title>ld-preload-reverse</title>
		<description><![CDATA[I though I would post this piece of code since it has been laying around for quite a while. ld-preload-reverse is a LD_PRELOAD library that overrides the most common functions for writing text to a terminal, and reverses their output: &#8230; <a href="http://blog.ryara.net/2009/12/22/ld-preload-reverse/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<link>http://blog.ryara.net/2009/12/22/ld-preload-reverse/</link>
			</item>
	<item>
		<title>lighttpd rewrite rules for Symphony CMS</title>
		<description><![CDATA[For Symphony 2.0.6. url.rewrite-once += ( "^/symphony/favicon.ico$" => "$0", "^/symphony/symphony/(assets&#124;content&#124;lib&#124;template)/.*$" => "$0", "^/symphony/workspace/[^/]+/.*$" => "$0", "^/symphony/image/(.+\.(jpg&#124;gif&#124;jpeg&#124;png&#124;bmp))$" => "/symphony/extensions/jit_image_manipulation/lib/image.php?param=$1", "^/symphony/symphony/?(\?(.*))?$" => "/symphony/index.php?mode=administration&#038;$2", "^/symphony/symphony(/(.*/?))?(\?(.*))?$" => "/symphony/index.php?symphony-page=$1&#038;mode=administration&#038;$4", "^/symphony/([^?]*/?)(\?(.*))?$" => "/symphony/index.php?symphony-page=$1&#038;$3" ) Replace the first occurrence of &#8216;symphony&#8217; on every line with the location &#8230; <a href="http://blog.ryara.net/2009/12/05/lighttpd-rewrite-rules-for-symphony-cms/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<link>http://blog.ryara.net/2009/12/05/lighttpd-rewrite-rules-for-symphony-cms/</link>
			</item>
	<item>
		<title>Google wave nominations</title>
		<description><![CDATA[Seeing as I now have 19 nominations left from the second and third batch I received, I&#8217;ll offer the same thing as Ax0n over at H-I-R did: be among the first 19 to post your email address as base64 in &#8230; <a href="http://blog.ryara.net/2009/11/25/google-wave-nominations/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<link>http://blog.ryara.net/2009/11/25/google-wave-nominations/</link>
			</item>
	<item>
		<title>Amsterdam &amp; beginnings of Hacking at Random</title>
		<description><![CDATA[Just posting these few photos before I go to sleep today. Since I didn&#8217;t get my real camera with me all of them are taken with my mobile phone camera, so quality isn&#8217;t really that great (slight understatement). Anyway, most &#8230; <a href="http://blog.ryara.net/2009/08/11/amsterdam-beginnings-of-hacking-at-random/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<link>http://blog.ryara.net/2009/08/11/amsterdam-beginnings-of-hacking-at-random/</link>
			</item>
	<item>
		<title>Ebuild for libsummer</title>
		<description><![CDATA[I wrote an ebuild for the broadcatching library libsummer, that recently released version 0.1.0: # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="A broadcatching library" SRC_URI="http://flukkost.nu/libsummer/${P}.tar.bz2" HOMEPAGE="http://wrya.net/services/trac/summer/" KEYWORDS="~x86 &#8230; <a href="http://blog.ryara.net/2009/03/28/ebuild-for-libsummer/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<link>http://blog.ryara.net/2009/03/28/ebuild-for-libsummer/</link>
			</item>
	<item>
		<title>Mailman with lighttpd and Postfix on Gentoo</title>
		<description><![CDATA[This post details how to setup mailman using lighttpd and postfix on gentoo. Before starting I assume that you have: * Lighttpd setup and working * Postfix setup to handle mail from one domain * MX records setup for the &#8230; <a href="http://blog.ryara.net/2009/03/27/mailman-with-lighttpd-and-postfix-on-gentoo/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<link>http://blog.ryara.net/2009/03/27/mailman-with-lighttpd-and-postfix-on-gentoo/</link>
			</item>
	<item>
		<title>Quake Live</title>
		<description><![CDATA[So today I got around to trying out Quake Live, which went into open beta the other day. If you didn&#8217;t know already, Quake Live is very similiar to Quake 3, with the exception that it&#8217;s played in a browser. &#8230; <a href="http://blog.ryara.net/2009/02/27/quake-live/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<link>http://blog.ryara.net/2009/02/27/quake-live/</link>
			</item>
	<item>
		<title>Ebuild for yubikey pam auth</title>
		<description><![CDATA[(If you don&#8217;t know what a yubikey is, have a look here) So I wrote up ebuilds for yubico-pam and its dependency yubico-c-client. You can get them here. Just extract the tarball into your portage overlay and emerge pam_yubico. If &#8230; <a href="http://blog.ryara.net/2009/01/13/ebuild-for-yubikey-pam-auth/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<link>http://blog.ryara.net/2009/01/13/ebuild-for-yubikey-pam-auth/</link>
			</item>
</channel>
</rss>
