<?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>Bert blogt</title>
	<atom:link href="http://blog.bdesmet.be/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.bdesmet.be</link>
	<description>just another ict / personal blog</description>
	<lastBuildDate>Tue, 03 Apr 2012 17:54:44 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
		<item>
		<title>Numius wins a prestigious beacon award!</title>
		<link>http://blog.bdesmet.be/2012/03/numius-wins-a-prestigious-beacon-award/</link>
		<comments>http://blog.bdesmet.be/2012/03/numius-wins-a-prestigious-beacon-award/#comments</comments>
		<pubDate>Thu, 01 Mar 2012 07:10:23 +0000</pubDate>
		<dc:creator>biertie</dc:creator>
				<category><![CDATA[ICT-related]]></category>

		<guid isPermaLink="false">http://blog.bdesmet.be/?p=645</guid>
		<description><![CDATA[Numius, the company where I work is an important player when it comes to business intelligence in Belgium. Last year we decided to concentrate more on the cloud. We had a lot of in house knowledge already, so why not use it to build a good platform with IBM software and hardware? Early 2011 we decided to start with a [...]]]></description>
			<content:encoded><![CDATA[<p><a title="numius" href="http://numius.eu">Numius</a>, the company where I work is an important player when it comes to business intelligence in Belgium. Last year we decided to concentrate more on the cloud. We had a lot of in house knowledge already, so why not use it to build a good platform with IBM software and hardware?</p>
<p>Early 2011 we decided to start with a stack based on IBM Cognos, IBM DB2, SLES and IBM system X servers.</p>
<p>And we made the right call. As you can see on our website we already won <a href="http://www.numius.eu/about/awards">some prizes</a> with our cloud solution, but this one tops all our awards. This is like winning an Oscar. But then delivered by IBM. And they call it the &#8216;Beacon&#8217; awards. We won in the category of Cloud Application Provider.</p>
<p>I&#8217;m not only excited about this, but also I&#8217;m also proud that I work at a company where there is an atmosphere of winning. Of moving forward, of  doing the right thing.<br />
Interested in our Business Analytics platform based on IBM Cognos and IBM SPSS? check <a href="http://www.numius.eu/platformservices/platformservices_why ">what we can offer</a> you and request a <a href="http://www.numius.eu/platformservices/freetrial">free trial</a>!<br />
Interested in working for such a company? check our <a href="http://www.numius.eu/explore_numius/careers/opportunities">jobs page</a>!</p>
<p><a href="http://blog.bdesmet.be/wp-content/uploads/2012/03/numius-ibm.png"><img class="alignnone size-full wp-image-656" title="numius &amp; ibm" src="http://blog.bdesmet.be/wp-content/uploads/2012/03/numius-ibm.png" alt="" width="301" height="141" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.bdesmet.be/2012/03/numius-wins-a-prestigious-beacon-award/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>setting the screen resolution</title>
		<link>http://blog.bdesmet.be/2011/12/setting-the-screen-resolution/</link>
		<comments>http://blog.bdesmet.be/2011/12/setting-the-screen-resolution/#comments</comments>
		<pubDate>Thu, 29 Dec 2011 10:48:07 +0000</pubDate>
		<dc:creator>biertie</dc:creator>
				<category><![CDATA[fedora]]></category>
		<category><![CDATA[ICT-related]]></category>

		<guid isPermaLink="false">http://blog.bdesmet.be/?p=640</guid>
		<description><![CDATA[I regularly use a screen that my fedora install doesn&#8217;t recognize. I mean, it can&#8217;t find the right resolution. And that&#8217;s annoying. Luckily there is xrandr to solve such problems. But always using 4 commands is rather annoying, so I made a small script for it. #!/bin/bash CVT=$(cvt $1 $2) if [ -n "$3" ] then DISPLAYNR=$3 else DISPLAYNR=&#8221;VGA1&#8243; fi [...]]]></description>
			<content:encoded><![CDATA[<p>I regularly use a screen that my fedora install doesn&#8217;t recognize. I mean, it can&#8217;t find the right resolution. And that&#8217;s annoying. Luckily there is xrandr to solve such problems. But always using 4 commands is rather annoying, so I made a small script for it.</p>
<blockquote><p>#!/bin/bash<br />
CVT=$(cvt $1 $2)<br />
if [ -n "$3" ]<br />
then<br />
    DISPLAYNR=$3<br />
else<br />
    DISPLAYNR=&#8221;VGA1&#8243;<br />
fi<br />
xrandr &#8211;newmode ${CVT:78}<br />
xrandr &#8211;addmode $DISPLAYNR ${CVT:78:17}<br />
xrandr &#8211;output $DISPLAYNR &#8211;mode ${CVT:78:17}</p></blockquote>
<p>Just put this code in a file, and make it executable (chmod +x [[file]]). Then run it like this (if the filename is &#8216;screenreso&#8217;):</p>
<p># ./screenreso 1920 1200 VGA1</p>
<p>where &#8216;VGA1&#8242; is optionally, the script defaults to VGA1 <img src='http://blog.bdesmet.be/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.bdesmet.be/2011/12/setting-the-screen-resolution/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Fosdem 2012</title>
		<link>http://blog.bdesmet.be/2011/12/fosdem-2012/</link>
		<comments>http://blog.bdesmet.be/2011/12/fosdem-2012/#comments</comments>
		<pubDate>Wed, 28 Dec 2011 19:09:52 +0000</pubDate>
		<dc:creator>biertie</dc:creator>
				<category><![CDATA[fedora]]></category>

		<guid isPermaLink="false">http://blog.bdesmet.be/?p=638</guid>
		<description><![CDATA[Fosdem 2012 is coming near, in a big month probably the biggest open source event in Europe will start again! And as always, Fedora people will visit fosdem with great quantities. So I&#8217;m putting a lot of effort in making this the best Fosdem for Fedora people ever. I hear you thinking, how can this event become even better? Well, [...]]]></description>
			<content:encoded><![CDATA[<p>Fosdem 2012 is coming near, in a big month probably the biggest open source event in Europe will start again!</p>
<p>And as always, Fedora people will visit fosdem with great quantities. So I&#8217;m putting a lot of effort in making this the best Fosdem for Fedora people ever. I hear you thinking, how can this event become even better? Well, I try to provide activities for Fedora people every evening.</p>
<p>An overview:</p>
<ul>
<li>friday: Fad, dinner, beer event</li>
<li>Saturday evening: Tour through Brussels</li>
<li>Sunday evening: Super Bowl game @ fatboys (sadly, only 10 people can join)</li>
</ul>
<p>If you are planning to come, be sure to check the <a href="https://fedoraproject.org/wiki/FOSDEM_2012">Fedora wiki</a> , and the <a href="http://fosdem.org">Fosdem</a> website.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.bdesmet.be/2011/12/fosdem-2012/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>things to think about.</title>
		<link>http://blog.bdesmet.be/2011/10/things_to_think_about/</link>
		<comments>http://blog.bdesmet.be/2011/10/things_to_think_about/#comments</comments>
		<pubDate>Mon, 17 Oct 2011 17:32:27 +0000</pubDate>
		<dc:creator>biertie</dc:creator>
				<category><![CDATA[cool stuff]]></category>

		<guid isPermaLink="false">http://blog.bdesmet.be/?p=621</guid>
		<description><![CDATA[Feedback is the breakfast of a champion. Do you what a kitten needs to catch a mouse? Cheese? I hear you thinking. No, the cat has to be hungry. She needs the will to win. Sometimes the cat will win. And get a delicious meal. Sometimes she will loose. But does she gives up? I hope not, she would die [...]]]></description>
			<content:encoded><![CDATA[<p>Feedback is the breakfast of a champion.</p>
<p>Do you what a kitten needs to catch a mouse?<br />
Cheese? I hear you thinking. No, the cat has to be hungry. She needs the will to win.<br />
Sometimes the cat will win. And get a delicious meal. Sometimes she will loose. But does she gives up? I hope not, she would die from starvation..<br />
<img class="alignnone" title="cat and mouse" src="http://farm6.static.flickr.com/5010/5262922539_bbcf1e2673.jpg" alt="" width="500" height="386" /><br />
Feedback is the breakfast of a champion.<br />
But we&#8217;re scared. Scared of not getting accepted. We don&#8217;t dare to give feedback. Because we are scared they won&#8217;t accept our comments.<br />
The irony is that most complaints are due to the fact that we don&#8217;t dare to say things. Important things. The truth.<br />
We should all learn to communicate more. Getting the truth out there is a service point.</p>
<p>But we&#8217;re scared. In a conversation we will change our personality so the other person(s) would accept us. It&#8217;s a thing we like to call empathy.<br />
Sometimes we need to talk to another person in a correcting way. When that happens we don&#8217;t always seek acceptation. But you can say it in a way both persons become a better person out of it. When it happens to you, accept it. Deal with it. Evolve.</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&gt;<br />
0                                                     10<br />
Popular                                       Respect<br />
Emphatic                                Own Identity<br />
Moving towards 10 is a positive evolution. But do mind the situation, sometimes it&#8217;s better to act &#8216;popular&#8217;. &#8220;Conceptual Intelligence&#8221; is important.</p>
<p>Where are you on the axis?</p>
<p>In a relation with other people or companies sometimes problems occur. That&#8217;s normal. If it only happens once in a while, there is no real problem. But when it becomes a structural problem, act! Remember what you already did for them. And tell them. Be aware of the &#8216;take it for granted&#8217;-syndrome.</p>
<p>If you ever get the question from someone who wants you to do something, while you told him you weren&#8217;t going to do anything this week(end), maybe you should do it anyway. Just this once. Of course not all the time. But this once, why not? Tell him / her this is an exception, and he / she should be happy you are doing it anyway. Next time he/she asks something, tell them all the things you already done for him. And don&#8217;t be afraid to keep on repeating it. You&#8217;ve done it to help them. They should be happy about it. And you should get respect.</p>
<p>These are emphatic people: they<br />
* ask questions<br />
* listen<br />
* show mercy<br />
* have a good memory, and remember details<br />
* have intuition</p>
<p>These are projective people: they<br />
* stand out of most people<br />
* are leaders</p>
<p>You should be projective when people are in doubt. Be firm when you want to get something done (by others).<br />
Start with a global intention. Only when they are really interested and promise things you can offer them discounts or other benefits. People tend to like a little mystery. Tell them you can still fine tune your offer when they act fast. But don&#8217;t show them your offer in detail till they decided. It can only ruin things. We should all watch things a little longer from a distance before we close in.</p>
<p>Remember, those who are nice go to heaven. Those who aren&#8217;t get everywhere.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.bdesmet.be/2011/10/things_to_think_about/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>fudcon emea 2011</title>
		<link>http://blog.bdesmet.be/2011/10/fudcon-emea-2011/</link>
		<comments>http://blog.bdesmet.be/2011/10/fudcon-emea-2011/#comments</comments>
		<pubDate>Sun, 02 Oct 2011 21:30:36 +0000</pubDate>
		<dc:creator>biertie</dc:creator>
				<category><![CDATA[fedora]]></category>

		<guid isPermaLink="false">http://blog.bdesmet.be/?p=616</guid>
		<description><![CDATA[If you follow me on twitter, you probably already knew I was in Italy last weekend. Milan to be exact. I think this was my first FUDcon where I didn&#8217;t give a talk &#8211; hacksession myself. Luckily there were enough other sessions happening so I wouldn&#8217;t get bored. At the moment I&#8217;m in a plane flying to Zurich, where I [...]]]></description>
			<content:encoded><![CDATA[<p>If you follow me on twitter, you probably already knew I was in Italy last weekend. Milan to be exact. I think this was my first FUDcon where I didn&#8217;t give a talk &#8211; hacksession myself. Luckily there were enough other sessions happening so I wouldn&#8217;t get bored.<br />
At the moment I&#8217;m in a plane flying to Zurich, where I have to take another plane to Brussels. The thing I love about swiss air is that you always get a chocolate during the flight. And yes, Swiss chocolate is known all over the world for it&#8217;s great taste.</p>
<p>I arrived in Milan on Friday. In Zurich someone came to me with the question if I was going to FUDcon too. It&#8217;s always nice to get to know new people and to talk to people with the samen interests. I was a bit confused because I thought there would already be something happening that day. Conference wise I mean. So we tried to figure out how to get in the hotel. After asking a couple of time the directions, and take a detour of some kilometers -*G*, Italians <img src='http://blog.bdesmet.be/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' />  &#8211; we finally found the hoteel where we found some people already worried. After getting refreshed we went to a coctailbar with quite a special &#8211; but succesful &#8211; business model. All drinks cost 10euro, even a cola, but the food was free. Of course most people bought more than one coctail, which made it an expensive meal. I guess you could say their business model is working <img src='http://blog.bdesmet.be/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  . I went back to the hotel with John and his daughter, and hit the hay around 11pm. I didn&#8217;t know it yet, but it would become a night without a lot of sleep.</p>
<p>On Saturday I went to the breakfast room around 8am, where I met up with some other early birds. After havind a nice meal -but nothing special- we went by group to the venue. I was really surprised about what buildings I saw. I almost got the impression that Italy is a former communistic country. Some italians told me that it was the fault of our good friend Berlusconi. They claimed progress stopped some 20years ago. not long after Berlusconi became the president. Still, I don&#8217;t think I have ever seen such buildings &#8211; not even old buildings &#8211; in other western countries I already visited. Anyway, I was in Milan to attend FUDcon, not for sight seing. When we arrived at the venue we were welcomed by a whole team of young people providing us with a nicely made flyer, a badge and a T shirt. My only remark is that we started an hour late. And there was no &#8216;state of the union&#8217; talk either. Despite those 2 little things, I really had a good day filled with well prepared talks. And I resolved a problem with my Fedora install -which was already latent for some months- together with some of the Brno Red Hat guys.<br />
In the evening FUDcon happened. The pizza place we went to was like Pizza Hut, but then with pizza. And with beer glasses of 1 liter. I thought the pizza was pretty good &#8211; although I already had better. The real Italians thought it was really bad. I guess it&#8217;s all about perception. What i did see was some weird toppings. I mean, french fries on a pizza? What were they thinking?</p>
<p>Sunday, the last day of FUDcon, and the last day I was in italy there was a day of hacking. I had the impression a lot of people didn&#8217;t show up this last day. I guess sight seeing is somewhat more interesting. I know Kanarip did some good things with BKchem, and we had a good discussion with the Ambassador people where we disussed some of the troubles were having, with the possible solutions. Just like the day before we got a free lunch which was pretty nice.<br />
Around 3.30pm I went to the subway, on my way to the central station. From there I had to take make a train ride from about 40minutes to the airport. Luckily I already checked in via the internet, else I would have missed the plane I think. Now I&#8217;m flying over the Alps, enjoying the view and writing this blog post.</p>
<p>cheers!</p>
<p>[edit]<br />
After I landed in Brussels, I was totally happy. I helped some people out. I wanted to be home. but then, oh, then.. I came in Brussels South station, and almost all trains were delayed.also, the people behind me are making noise. to much noise. arch..</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.bdesmet.be/2011/10/fudcon-emea-2011/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>how to unmount busy devices</title>
		<link>http://blog.bdesmet.be/2011/09/how-to-unmount-busy-devices/</link>
		<comments>http://blog.bdesmet.be/2011/09/how-to-unmount-busy-devices/#comments</comments>
		<pubDate>Mon, 19 Sep 2011 11:16:20 +0000</pubDate>
		<dc:creator>biertie</dc:creator>
				<category><![CDATA[fedora]]></category>

		<guid isPermaLink="false">http://blog.bdesmet.be/?p=610</guid>
		<description><![CDATA[this is one I always forget. So I&#8217;ll write it down for myself There are 2 ways to unmount a device when it&#8217;s busy. 1. the clean way: # fuser -m /media/attached /media/attached/:        1249c ps auxw &#124; grep 1249 bert      1249  0.2  0.3 1052124 30760 ?       Sl   Sep18   2:19 python /usr/bin/revelation revelation is what is keeping you away from unmounting [...]]]></description>
			<content:encoded><![CDATA[<p>this is one I always forget. So I&#8217;ll write it down for myself <img src='http://blog.bdesmet.be/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>There are 2 ways to unmount a device when it&#8217;s busy.</p>
<p>1. the clean way:</p>
<blockquote><p># fuser -m /media/attached<br />
/media/attached/:        1249c</p>
<p>ps auxw | grep 1249<br />
bert      1249  0.2  0.3 1052124 30760 ?       Sl   Sep18   2:19 python /usr/bin/revelation</p></blockquote>
<p>revelation is what is keeping you away from unmounting the drive. just kill it <img src='http://blog.bdesmet.be/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>2. the not so clean way</p>
<p>there is another easier way, which basicly just ditches the drive and then takes care of the problems afterwards.</p>
<blockquote><p>umount -l /dev/sdc1</p></blockquote>
<p>cheers</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.bdesmet.be/2011/09/how-to-unmount-busy-devices/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>one would almost think I collect Red Hat swag.</title>
		<link>http://blog.bdesmet.be/2011/04/one-would-almost-think-i-collect-red-hat-swag/</link>
		<comments>http://blog.bdesmet.be/2011/04/one-would-almost-think-i-collect-red-hat-swag/#comments</comments>
		<pubDate>Mon, 18 Apr 2011 15:56:38 +0000</pubDate>
		<dc:creator>biertie</dc:creator>
				<category><![CDATA[cool stuff]]></category>
		<category><![CDATA[ICT-related]]></category>

		<guid isPermaLink="false">http://blog.bdesmet.be/?p=605</guid>
		<description><![CDATA[or not? but I want more o.0]]></description>
			<content:encoded><![CDATA[<p>or not?</p>
<p><a href="http://blog.bdesmet.be/wp-content/uploads/2011/04/20110418_001.jpg"><img class="alignnone size-full wp-image-608" title="20110418_001" src="http://blog.bdesmet.be/wp-content/uploads/2011/04/20110418_001.jpg" alt="red hat swag" width="590" height="442" /></a></p>
<p>but I want more o.0 <img src='http://blog.bdesmet.be/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.bdesmet.be/2011/04/one-would-almost-think-i-collect-red-hat-swag/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>geeknic Ghent april</title>
		<link>http://blog.bdesmet.be/2011/04/geeknic-ghent-april/</link>
		<comments>http://blog.bdesmet.be/2011/04/geeknic-ghent-april/#comments</comments>
		<pubDate>Mon, 11 Apr 2011 12:56:45 +0000</pubDate>
		<dc:creator>biertie</dc:creator>
				<category><![CDATA[ICT-related]]></category>

		<guid isPermaLink="false">http://blog.bdesmet.be/?p=602</guid>
		<description><![CDATA[Because it&#8217;s still extremely nice weather I think we should hole a first geeknic in Ghent. ever. I think. come on over! bring some food and drinks. enjoy the weather, share some thoughts, and share some food. for the expats: if you bring food from your country you win extra points I think it would be nice to meet up [...]]]></description>
			<content:encoded><![CDATA[<p>Because it&#8217;s still extremely nice weather I think we should hole a first geeknic in Ghent. ever. I think.<br />
come on over! bring some food and drinks.<br />
enjoy the weather, share some thoughts, and share some food.<br />
for the expats: if you bring food from your country you win extra points <img src='http://blog.bdesmet.be/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>I think it would be nice to meet up in the park around 7h30<br />
exact location: http://is.gd/mQBnxn<br />
the park at the Baudelokaai.</p>
<p>&#8216;register&#8217; here: http://www.doodle.com/vihuy6a3f3n22bkb</p>
<p>cheers</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.bdesmet.be/2011/04/geeknic-ghent-april/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A space for Kortrijk?</title>
		<link>http://blog.bdesmet.be/2011/03/a-space-for-kortrijk/</link>
		<comments>http://blog.bdesmet.be/2011/03/a-space-for-kortrijk/#comments</comments>
		<pubDate>Thu, 31 Mar 2011 19:58:40 +0000</pubDate>
		<dc:creator>biertie</dc:creator>
				<category><![CDATA[hackerspaces]]></category>

		<guid isPermaLink="false">http://blog.bdesmet.be/?p=600</guid>
		<description><![CDATA[The first planning has started. What started as an idea from some people, became a project on Saturday evening, during Whitespace&#8217;s newline event. Let&#8217;s make a space for Kortrijk! I really think Kortrijk needs a space. It&#8217;s a city where a lot of technology companies can be found, where a lot of young people are (also known as students) and [...]]]></description>
			<content:encoded><![CDATA[<p>The first planning has started. What started as an idea from some people, became a project on Saturday evening, during Whitespace&#8217;s newline event.<br />
Let&#8217;s make a space for Kortrijk!</p>
<p>I really think Kortrijk needs a space. It&#8217;s a city where a lot of technology companies can be found, where a lot of young people are (also known as students) and because they don&#8217;t have a space yet.</p>
<p>Anyway, if you also think that Kortrijk needs a space, and you want to help create one from the start, this is your chance!<br />
Register yourself at http://discuss.hackerspaces.be/listinfo.cgi/hskortrijk-hackerspaces.be and start participating in our planning discussions! But be nice, and send an introduction mail first <img src='http://blog.bdesmet.be/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.bdesmet.be/2011/03/a-space-for-kortrijk/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>My Weekend</title>
		<link>http://blog.bdesmet.be/2011/03/my-weekend/</link>
		<comments>http://blog.bdesmet.be/2011/03/my-weekend/#comments</comments>
		<pubDate>Mon, 28 Mar 2011 00:33:00 +0000</pubDate>
		<dc:creator>biertie</dc:creator>
				<category><![CDATA[ICT-related]]></category>

		<guid isPermaLink="false">http://blog.bdesmet.be/?p=596</guid>
		<description><![CDATA[Friday evening I went to my favourite hackerspace (for now anyway ) to celebrate the fact that we now exist for one year.  The attendees were mostly members and some members from the other spaces in Belgium. Mostly. I met up with a British guy &#60;need to insert name here&#62; and went for some real french (Belgian) fries. Due to [...]]]></description>
			<content:encoded><![CDATA[<p>Friday evening I went to my<a href="http://0x20.be"> favourite hackerspace</a> (for now anyway <img src='http://blog.bdesmet.be/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> ) to celebrate the fact that we now exist for one year.  The attendees were mostly members and some members from the other spaces in Belgium. Mostly. I met up with a British guy &lt;need to insert name here&gt; and went for some real french (Belgian) fries. Due to my perfect timing we mist the only talk the evening, the Jahresrückblick. Let&#8217;s see if I can make it next year.</p>
<p>On Saturday the second part of <a title="newline event page" href="http://0x20.be/newline">newline</a>, the conference, began. Because not a lot of people were already at the venue at 1pm, we moved the schedule with half an hour. Which was good. After a short introduction talk by fs111 and sandb I gave my talk on &#8216;how to gain karma&#8217;</p>
<div id="__ss_7402169" style="width: 425px;">
<p><strong style="display: block; margin: 12px 0 4px;"><a title="How to gain karma" href="http://www.slideshare.net/biertie/how-to-gain-karma">How to gain karma</a></strong> <object id="__sse7402169" width="425" height="355"><param name="movie" value="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=howtogainkarma-110326214729-phpapp01&amp;stripped_title=how-to-gain-karma&amp;userName=biertie" /><param name="allowFullScreen" value="true" /><param name="allowScriptAccess" value="always" /><embed type="application/x-shockwave-flash" width="425" height="355" src="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=howtogainkarma-110326214729-phpapp01&amp;stripped_title=how-to-gain-karma&amp;userName=biertie" name="__sse7402169" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<div style="padding: 5px 0 12px;">View more <a href="http://www.slideshare.net/">presentations</a> from <a href="http://www.slideshare.net/biertie">Bert Desmet</a></div>
</div>
<p>I think the presentation went fairly well, but as they video taped the whole thing I guess you&#8217;ll be able to decide that for yourself later.</p>
<p>Later on I talked to some more people, and attended some more talks.</p>
<p>Around 7pm another Bert arrived and we went on to the &#8216;wok dynasty&#8217; for the <a title="ugov website" href="http://www.ugov.be/wiki/index.php?title=UGOV">ugov</a> new years meal. Delicious wok was delicious. Although I still have to learn how to eat with chopsticks <img src='http://blog.bdesmet.be/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>Around midnight I went back to space and met up with a girl called Marcia. Apparently she is a student in Kortrijk and wants to start a hackerspace over there. Something that would be totally awesome, and we&#8217;ll see if we can make it happen. YES WE CAN is the obvious answer of course <img src='http://blog.bdesmet.be/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' />  [famous last words]</p>
<p>one last note: everyone who didn&#8217;t attend newline was wrong. It was a really good event on so many levels.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.bdesmet.be/2011/03/my-weekend/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

