<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.9.1" -->
<rss version="0.92">
<channel>
	<title>blog.ryara.net</title>
	<link>http://blog.ryara.net</link>
	<description></description>
	<lastBuildDate>Tue, 22 Dec 2009 03:27:17 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<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:
Looks like this:

tobbez@sagiri ~/dev/ld-preload-reverse $ LD_PRELOAD=./ld-preload-reverse.so bash
 $ esrever-daolerp-dl/ved/~ irigas@zebbotls
GNIYPOC  elifekaM  EMDAER  c.esrever-daolerp-dl  os.esrever-daolerp-dl
 [...]]]></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/[^/]+/.*$" [...]]]></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 the comments, and I&#8217;ll send you one.
]]></description>
		<link>http://blog.ryara.net/2009/11/25/google-wave-nominations/</link>
			</item>
	<item>
		<title>Ink</title>
		<description><![CDATA[
It is pretty much awesome. You should watch it if you haven&#8217;t already.
]]></description>
		<link>http://blog.ryara.net/2009/11/23/ink/</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 of them are from the way to, and in, Amsterdam, except the last one which [...]]]></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 ~amd64"
SLOT="0"
LICENSE="LGPL-2"
IUSE="bittorrent doc python"

DEPEND=">=dev-libs/glib-2.18.4
        >=net-libs/libsoup-2.24.3
        dev-libs/libxml2
    [...]]]></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 subdomain you want to use for lists
First, we need to install mailman, but before we do that we need [...]]]></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.
My first impression is that it seems to have quite some potential, however I won&#8217;t be [...]]]></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 you don&#8217;t have an overlay, then just do this (as root):

mkdir /usr/local/portage/
echo 'PORTDIR_OVERLAY="/usr/local/portage/"' >> /etc/make.conf
tar xvzf pam_yubico-ebuildstar.gz [...]]]></description>
		<link>http://blog.ryara.net/2009/01/13/ebuild-for-yubikey-pam-auth/</link>
			</item>
	<item>
		<title>Compiling SDL_gfx (2.0.17) on Visual Studio 2008 (VS9)</title>
		<description><![CDATA[
IMPORTANT: Turns out I was wrong about why SDL_gfx doesn&#8217;t compile &#8211; thanks to sweetlilmre for pointing it out.
I strongly suggest using his suggestions for steps 2 and 8, whereas step 4 merely is a matter of preference. You should probably skip step 10 as well, since static_cast() is not C, but C++.

Sadly there are [...]]]></description>
		<link>http://blog.ryara.net/2008/07/12/compiling-sdl_gfx-2017-on-visual-studio-2008-vs9/</link>
			</item>
</channel>
</rss>
