<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Jory&#039;s blog &#187; My life</title>
	<atom:link href="http://blog.jorygeerts.nl/category/my-life/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.jorygeerts.nl</link>
	<description>Just another WordPress weblog, or something like that</description>
	<lastBuildDate>Tue, 09 Aug 2011 19:40:56 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Updates that bite</title>
		<link>http://blog.jorygeerts.nl/2010/08/updates-that-bite/</link>
		<comments>http://blog.jorygeerts.nl/2010/08/updates-that-bite/#comments</comments>
		<pubDate>Fri, 13 Aug 2010 09:57:22 +0000</pubDate>
		<dc:creator>Jory</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Scouting]]></category>

		<guid isPermaLink="false">http://blog.jorygeerts.com/?p=83</guid>
		<description><![CDATA[Every year, there is the JOTI (See http://www.joti.org/en/index.html and http://jota-joti.scoutingrijen.nl/en/home ) event. We (Scouting Rijen, the local Scouting branch) join the event every year. The last 4 years, I was a part of the team organising that. (But I stopped &#8230; <a href="http://blog.jorygeerts.nl/2010/08/updates-that-bite/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Every year, there is the JOTI (See http://www.joti.org/en/index.html and http://jota-joti.scoutingrijen.nl/en/home ) event. We (Scouting Rijen, the local Scouting branch) join the event every year. The last 4 years, I was a part of the team organising that. (But I stopped after last year, as the work that I find interesting is all done.) Simple put, we have about 30 workstations, and a bunch of systems that act as servers for one thing or another. (<a href="http://jota-joti.scoutingrijen.nl/nl/joti/netwerk/">Diagram</a>)</p>
<p>Since we&#8217;re working with kids, and there are always kids that try to screw something up, we want to be able to stop that kid, before we&#8217;re kicked off of the servers by the people who manage things world wide. (Which can happen if you spam to much, swear, that type of thing.) But to stop the kid, we need to know he&#8217;s screwing up. And with 30 kids at a time and just 4 of us, you can&#8217;t do that unless you can centralise everything.</p>
<p>So, thats where I came in. In a few iterations over the years, we started with a simple C program that dumped all the outgoing IRC messages to a console, and ended up with a Java program that scans the outgoing IRC messages, nickname changes, etc. on our gateway server, gives it a spam score based on some criteria, and stores it in a MySQL database on a different server. The second server is a simple LAMP (Fedora to be exact), plus that is has two screens on which we see the newest outgoing messages, colour coded based on the spam score that was given. This happens on a different server, because in our situation (with a budget of €100~€150 a year, mostly relying on donations of hardware) our internet gateway server isn&#8217;t the most powerfull machine, and we can&#8217;t get a more powerfull machine, but we can get another not so powerfull machine. So different things get different servers. (These are SRS1 (gateway) and SRS3 (LAMP) on the diagram.)</p>
<p>So, that was last year. Everything worked without a problem, traffic logging happened the way we wanted it to, and it proved to be a very usefull tool for us. This year, the guys wanted to change some things. To see if they didn&#8217;t break anything, they wanted to first build up the network as it existed last year. Everything looked like it worked, but as soon as the Java program needed to log something, it crashed with a database connection exception. They double-checked the config, they tried again, and it crashed again. Then, they called me. Since I didn&#8217;t have anything better to do (this was last night) and I wanted to head over to where they where anyway, as they where going to a bar afterwards, I came over to see what was wrong.</p>
<p>So, I took a look. The Java program was running correctly, it was indeed an issue connecting to the database. Going to that server, the database was running. The output was working properly, I could look into the database using phpMyAdmin, everything was fine. The configuration for the Java program was fine, as well. In fact, nothing had changed, except for one thing: The harddisk of SRS3 was moved to a new system that was much smaller <em>and</em> more powerfull. But the system was running without an issue.</p>
<p>Oh, yea, and it installed some updates. Well, if you start a system for the first time in about 10 months, you can expect a few updates. What we didn&#8217;t expect, was that one of those updates would cause the firewall to stop letting traffic trough on port 3306 (which MySQL uses). Problem solved. <img src='http://blog.jorygeerts.nl/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  (And luckily it wasn&#8217;t somewhere in a production environment &#8211; not that I&#8217;d use Fedora there.)</p>
<p>Bah, this was supposed to be short.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.jorygeerts.nl/2010/08/updates-that-bite/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Life Changes</title>
		<link>http://blog.jorygeerts.nl/2009/10/an-update-on-me/</link>
		<comments>http://blog.jorygeerts.nl/2009/10/an-update-on-me/#comments</comments>
		<pubDate>Sun, 11 Oct 2009 14:15:06 +0000</pubDate>
		<dc:creator>Jory</dc:creator>
				<category><![CDATA[Computing]]></category>
		<category><![CDATA[My life]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://blog.jorygeerts.com/?p=57</guid>
		<description><![CDATA[A bunch of things changed in my life recently. Some big changes, other small. The first of these, is the half year internship at GeoTax I started on september first. At GeoTax, they develop software to help municipalities execute a &#8230; <a href="http://blog.jorygeerts.nl/2009/10/an-update-on-me/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>A bunch of things changed in my life recently. Some big changes, other small. The first of these, is the half year internship at <a title="Go to the website of my employer for the next five or so months" href="http://www.geotax.nl/">GeoTax</a> I started on september first. At GeoTax, they develop software to help <a title="Difficult word, huh. I didn't know it either untill I tried to translate 'gemeente'." href="http://en.wikipedia.org/wiki/Municipality">municipalities</a> execute a bunch of Dutch laws. My job there is that of software developer. They use a pretty cool enviroment with a lot of new toys for me to play with. (Or one, Oracle. Another is JBoss Application Server.) I&#8217;m really enjoying it there &#8211; lots of nice and really smart people, a great project to work on. The money is nice too, and I really don&#8217;t mind working from 8.30 to 5. What does suck, is that in order to be there at 8.30 I have to leave my house at 7.15, and I&#8217;m normally home around 6.10.</p>
<p>Another thing that changed, is that for a few months now, I&#8217;v been doing squash. Its a pretty fun game and I&#8217;m really feeling better, healthier then I did back when I didn&#8217;t do any sports. (Even though since I started at GeoTax I&#8217;ve been less active when you look at the total picture &#8211; I go there by train, while I used to go to school on my bike, which is a 45 minute drive.) Its strange how two 45 minute sessions a week (which is my goal) can make you feel like you have way more energy.</p>
<p>Between the internship and squashing, I have way less time then I used to. As a result of that, I&#8217;m making much less hours at work these days (not that big an issue, as the internship also pays pretty good), I&#8217;ve had to cut back on the TV shows I follow (all good shows got cancelled anyway) and I&#8217;m reading far less (as in, from a few chapters a day, to one or two a week). I&#8217;m also spending much less time online. I don&#8217;t read half the articles I would have read if I had the time, and my activity at Zetaboards Support has dropped to an all time low.</p>
<p>Oh, and I have a girlfriend these days. I try to spend what little free time I have with her.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.jorygeerts.nl/2009/10/an-update-on-me/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Expanding my book collection</title>
		<link>http://blog.jorygeerts.nl/2008/11/expanding-my-book-collection/</link>
		<comments>http://blog.jorygeerts.nl/2008/11/expanding-my-book-collection/#comments</comments>
		<pubDate>Wed, 12 Nov 2008 22:21:00 +0000</pubDate>
		<dc:creator>Jory</dc:creator>
				<category><![CDATA[My life]]></category>

		<guid isPermaLink="false">http://blog.jorygeerts.com/?p=43</guid>
		<description><![CDATA[I&#8217;m not sure if you can call it a collection, really, as it only consists of the seven Harry Potter books, Robert Jordan his Wheel of Time (including New Spring, but not The World of..) and The Ultimate Hitchhiker&#8217;s Guide &#8230; <a href="http://blog.jorygeerts.nl/2008/11/expanding-my-book-collection/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m not sure if you can call it a collection, really, as it only consists of the seven <em>Harry Potter</em> books, Robert Jordan his <em>Wheel of Time</em><a href="http://en.wikipedia.org/wiki/The_Wheel_of_Time"></a> (including <em>New Spring</em>, but not <em>The World of..</em>) and <em>The Ultimate Hitchhiker&#8217;s Guide to the Galaxy</em> (Which is a collection of all five parts of the trilogy, plus <em>Youngh Zaphod Plays it Safe</em>).</p>
<p>The holidays are coming up, which means I need to think of stuff I want. The list of reasonably prised things gets shorter and shorter every year, and the only thing I can think of now is to just ask for some nice books. Easy, right, just ask for books. But I don&#8217;t want books, I want <em>good</em> books.</p>
<p>So, what is a good book. Well, if you look at my &#8220;collection&#8221;, you&#8217;ll see that I&#8217;m into the scifi and fantasy stuff. My copy of <em>The Guide</em> is in English, which wasn&#8217;t a problem for me. So for me, a good book is something in you can find in the fantasy or scifi section of the bookstore, it can be both Dutch and English. And then, the book itself has to be good. Anybody have any ideas?</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.jorygeerts.nl/2008/11/expanding-my-book-collection/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Cubscout camp</title>
		<link>http://blog.jorygeerts.nl/2007/07/cubscout-camp/</link>
		<comments>http://blog.jorygeerts.nl/2007/07/cubscout-camp/#comments</comments>
		<pubDate>Mon, 09 Jul 2007 17:38:46 +0000</pubDate>
		<dc:creator>Jory</dc:creator>
				<category><![CDATA[My life]]></category>

		<guid isPermaLink="false">http://blog.jorygeerts.com/2007/07/09/cubscout-camp/</guid>
		<description><![CDATA[Since recently, I&#8217;m a cubscout leader at our local scouting group, and last week was camp week, themed around Knights and such. We went with 17 kids and 5 leaders and I&#8217;m fairly sure all 22 of us had a &#8230; <a href="http://blog.jorygeerts.nl/2007/07/cubscout-camp/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Since recently, <a href="http://blog.jorygeerts.com/2007/03/19/scouting-back-to-where-i-started/">I&#8217;m a cubscout leader at our local scouting group</a>, and last week was camp week, themed around Knights and such. We went with 17 kids and 5 leaders and I&#8217;m fairly sure all 22 of us had a great time. I know I did! <small>(We kept a <a href="http://welpen2.scoutingrijen.nl/index.php?option=com_content&#038;task=category&#038;sectionid=4&#038;id=14&#038;Itemid=44">log on our website</a>. Its in Dutch, so I doubt any of my non-existant readers will understand, but there is the link just in case.)</small><br />
Now, I&#8217;m going to bore you with a short summary of our week:<span id="more-32"></span></p>
<p>On Saturday four of the leaders, including me, went to the camp location. It was a building we rented from another scouting group. It looked really nice, located right on the edge of the woods. After we unloaded we went into Zeist, were we where, to find some diner (at 9~10 PM). We ended up at some Greek place. The food was great, though kinda expensive. After we finished eating we went back to the campsite, had a few beers and went to bed.</p>
<p>On Sunday, two of us went back to Rijen (aka home) to pick up the fifth leader and the kids. I stayed behind with one of the others to do some decorating and stuff. When the kids arived we split them up into groups and first had them do some games that where supposed to teach them how to work together. (They suck at that, <strike>big</strike> huge time.) After that, food (rice + chicken and some sauce) and an evening game and to bed it was.</p>
<p>Monday, we went to explore the kingdom. (Read: Walk in circles in the woods.) We didn&#8217;t really have an evening program, but found a dead tree and decided it needed to come down. So, the three male leaders grabbed the axes and saws we brought and waisted our energy on that for about two hours. After it came down, I let some of the older kids help saw off branches and after they where tired, too, we went to the campfire (the guys made one).</p>
<p>Tuesday was games day. The four princes(es)es all have equal clame on the kingdom but, basically, we all suck. So, the kids had to help us become better people though a variety of games.</p>
<p>As the tradition goes, Wensday was swimmingday; the only chance the kids got to get a littl cleaner. We had a lot of luck that we where at an inside swimmingpool, at it rained cats and dogs all day long.</p>
<p>The weather was a lot better Thursday, even though it didn&#8217;t really have to be as we had a cultural day and visited a mansion. It was where the German emperor fled to after WWI. I found it pretty interesting but the kids where mostly &#8220;Ooh, shiney&#8221; (which in turn forced us to be &#8220;Don&#8217;t touch that&#8221;) save two or three.</p>
<p>Friday was the last full day of camp and we spend it playing our great end game that was to decide who was going to be king/queen (We ended up being in change together.) After that we had a BBQ and what we call bonte avond. I lack the will to find a translation so here is an explaination: Everybody does some sort of act. The BBQ was suposed to be on a campfire but there was just to much rain for that. So, we turned to the fireplace (which wasn&#8217;t made for a fire bigger then a box of matches, really, but who cares..?) and baked the food on/in that. The acts where fun and the whole thing lasted to about 1.30 AM. After that, we send all but the oldest of the kids to bed, had a talk with those remaining while drinking a beer (not the kids, obviously, just the leaders.) and went on for an hour more. After that it was just us leaders for one more hour, which is when we finally went to bed.</p>
<p>As you can probally gues, we wheren&#8217;t all to fit, Saturday morning. We had to be our of the building by 12.00 AM, though! So, we had to hurry up a bit but ultimately has time to spare.</p>
<p>All in all, it was a great week, for me at least, and I really hope everybody enjoyed it at much as I did.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.jorygeerts.nl/2007/07/cubscout-camp/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

