<?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>-=SUbWAY=-</title>
	<atom:link href="http://wordpress.metro.cx/feed/" rel="self" type="application/rss+xml" />
	<link>http://wordpress.metro.cx</link>
	<description>En nou ben ik het zat!</description>
	<lastBuildDate>Thu, 11 Mar 2010 15:55:25 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.3</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>GUADEC 2010 schedule and cfp deadline</title>
		<link>http://wordpress.metro.cx/2010/03/11/guadec-2010-schedule-and-cfp-deadline/</link>
		<comments>http://wordpress.metro.cx/2010/03/11/guadec-2010-schedule-and-cfp-deadline/#comments</comments>
		<pubDate>Thu, 11 Mar 2010 15:55:25 +0000</pubDate>
		<dc:creator>gmc</dc:creator>
				<category><![CDATA[English]]></category>
		<category><![CDATA[guadec]]></category>

		<guid isPermaLink="false">http://wordpress.metro.cx/?p=450</guid>
		<description><![CDATA[With GUADEC 2010 getting on its way, it is about time for an update. The website is getting a new skin every day now, and the call for papers deadline is nearing. More on that below. We also expect to have registration open any day now. Visitors can choose between three levels of registration (EUR [...]]]></description>
			<content:encoded><![CDATA[<p>With GUADEC 2010 getting on its way, it is about time for an update. The website is getting a new skin every day now, and the call for papers deadline is nearing. More on that below. We also expect to have registration open any day now. Visitors can choose between three levels of registration (EUR 0, EUR 100 or EUR 250), depending on their budget or expense accounts.</p>
<p><strong>Schedule</strong></p>
<p>The schedule outline for the conference has been drafted, and features a warm-up weekend and a number of parallel events that might interest the Gnome lover. Here it is:</p>
<pre>sa 24 - training sessions
        GNU hackers meeting
        room for auxiliary meetings
su 25 - GNU hackers meeting
        room for auxiliary meetings
mo 26 - training sessions
        government sessions
        room for auxiliary meetings
tu 27 - GUADEC main conference program
we 28 - GUADEC main conference program
th 29 - GUADEC main conference program</pre>
<p>More information about the GNU hackers meeting, training sessions and government sessions will be released soon.</p>
<p>If you are planning to get together with your team during or before GUADEC, please drop us a line (on <a title="guadec-list" href="http://mail.gnome.org/mailman/listinfo/guadec-list">the GUADEC mailing list</a>) so we can accommodate your event in the room scheduling.</p>
<p><strong>Call for papers deadline nearing</strong></p>
<p>The deadline for the call for papers is nearing. You have until march 20th to submit a proposal for your presentation on <a title="call for papers" href="http://2010.guadec.org/index.php/guadec/2010/schedConf/cfp">the guadec website</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://wordpress.metro.cx/2010/03/11/guadec-2010-schedule-and-cfp-deadline/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>picp and the 18F4550</title>
		<link>http://wordpress.metro.cx/2010/01/13/picp-and-the-18f4550/</link>
		<comments>http://wordpress.metro.cx/2010/01/13/picp-and-the-18f4550/#comments</comments>
		<pubDate>Tue, 12 Jan 2010 23:07:14 +0000</pubDate>
		<dc:creator>gmc</dc:creator>
				<category><![CDATA[English]]></category>
		<category><![CDATA[Science 'n stuff]]></category>

		<guid isPermaLink="false">http://wordpress.metro.cx/?p=447</guid>
		<description><![CDATA[For a while i&#8217;ve been playing with microchip PIC chips. I have an olimex PIC-MCP-USB programmer which I use with picp under linux, and recently ran into some problems with 18F4550 chips. It would program just fine, but not erase the memory properly (took me a while to figure that out!). So I installed mplab [...]]]></description>
			<content:encoded><![CDATA[<p>For a while i&#8217;ve been playing with microchip PIC chips. I have an olimex PIC-MCP-USB programmer which I use with picp under linux, and recently ran into some problems with 18F4550 chips. It would program just fine, but not erase the memory properly (took me a while to figure that out!). So I installed mplab on a windows machine, and sniffed the sequence of bytes going over the wire. Just for anyone who is fooling around with this as well, here is the proper picdevrc entry for the 18F4550:</p>
<pre>[18F4550]       ; pic definition
        0       ; config word: code protect bit mask
        0       ; config word: watchdog bit mask
        4       ; Word alignment for writing to this device
        300000  ; Configuration memory start address
        200000 0        ; ID Locations addr and size
        f00000  ; Data eeprom address
        0       ; number of words in cfg bits with factory set bits
        0 0 0 0 0 0 0 0 ; fixed bits mask
        WARP OLIMEX     ; bit map of supporting programmers

[18F4550:def]
        40 00   ; size of program space
        ff ff   ; width of address word
        ff ff   ; width of data word
        0f 0f   ; width of ID
        0f 0f   ; ID mask
        cf 3f   ; width of configuration word
        cf 3f   ; configuration word mask
        00 ff   ; EEPROM data width
        00 ff   ; EEPROM data mask
        00 00   ; Calibration width
        00 00   ; Calibration mask
        00 00   ; ??
        40 00   ; ??
        00 00   ; address of ID locations
        04      ; size of ID locations
        00 00   ; address of configuration bits
        07      ; size of configuration register
        00 00   ; address of data space
        01 00   ; size of data space
        00 00   ; address of internal clock calibration value
        00 00   ; size of clock calibration space
        03      ; additional programming pulses for C devices
        13      ; main programming pulses for C devices
        1e 0f   ; ?? ZIF configuration ??

[18F4550:defx]
        05 00 1f 1f
        83 00 00 85
        c0 0f e0 0f
        40 0f 00 00
        cf 3f 1f 3f
        87 00 00 e5
        c0 0f e0 0f
        40 0f 00 00</pre>
]]></content:encoded>
			<wfw:commentRss>http://wordpress.metro.cx/2010/01/13/picp-and-the-18f4550/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Eth0:2010 &#8212; Call for Participation</title>
		<link>http://wordpress.metro.cx/2009/12/11/eth02010-call-for-participation/</link>
		<comments>http://wordpress.metro.cx/2009/12/11/eth02010-call-for-participation/#comments</comments>
		<pubDate>Fri, 11 Dec 2009 10:25:58 +0000</pubDate>
		<dc:creator>gmc</dc:creator>
				<category><![CDATA[English]]></category>
		<category><![CDATA[Science 'n stuff]]></category>

		<guid isPermaLink="false">http://wordpress.metro.cx/?p=445</guid>
		<description><![CDATA[(please circulate)
The guys and girls from ETH0 would like to bring your attention to the following. After co-organising Hacking At Random 2009 we are back in the saddle and making preperations for the next events. In 2010 ETH0 will bring you 2 events, these are:
- Our week-long outdoor summercamp, somewhere in August 2010
- A 3-day [...]]]></description>
			<content:encoded><![CDATA[<p>(please circulate)</p>
<p>The guys and girls from ETH0 would like to bring your attention to the following. After co-organising Hacking At Random 2009 we are back in the saddle and making preperations for the next events. In 2010 ETH0 will bring you 2 events, these are:</p>
<p>- Our week-long outdoor summercamp, somewhere in August 2010<br />
- A 3-day indoor party-conference, January 16 and 17, 2010</p>
<p>For both of these events we are looking for open source projects, developer groups, hackerspaces, interesting individuals, writers,<br />
coders, DJ&#8217;s and VJ&#8217;s, builders and hackers who think they can add something interesting to our event. We are looking for people who want to do hands-on workshops, hold lectures, give demonstrations or presentations, teach and learn, talk with interesting people and make an impact on our visitors.</p>
<p>If you feel that this describes you, or if you know someone we must contact, head over to www.eth-0.nl / wiki.eth-0.nl and contact our Program Committee (Mail: program@eth-0.nl)</p>
<p>Eth0 2010 Program Committee<br />
Jeroen Dekkers<br />
Mark Janssen</p>
<p>&#8211;<br />
Support the new hackerspace for Den Haag &#8212; www.revspace.nl</p>
]]></content:encoded>
			<wfw:commentRss>http://wordpress.metro.cx/2009/12/11/eth02010-call-for-participation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>GUADEC 2010 to be held in The Hague, Netherlands</title>
		<link>http://wordpress.metro.cx/2009/11/30/guadec-2010-to-be-held-in-the-hague-netherlands/</link>
		<comments>http://wordpress.metro.cx/2009/11/30/guadec-2010-to-be-held-in-the-hague-netherlands/#comments</comments>
		<pubDate>Mon, 30 Nov 2009 09:27:22 +0000</pubDate>
		<dc:creator>gmc</dc:creator>
				<category><![CDATA[English]]></category>
		<category><![CDATA[guadec]]></category>

		<guid isPermaLink="false">http://wordpress.metro.cx/?p=441</guid>
		<description><![CDATA[BOSTON, Mass — November 30, 2009 — GUADEC, the annual GNOME conference, will be held in The Hague, Netherlands from the 24th through the 30th of July 2010. The conference is expected to draw more than 500 attendees to discuss and direct the future of the GNOME Project. GUADEC will draw members of the GNOME [...]]]></description>
			<content:encoded><![CDATA[<p>BOSTON, Mass — November 30, 2009 — GUADEC, the annual GNOME conference, will be held in The Hague, Netherlands from the 24th through the 30th of July 2010. The conference is expected to draw more than 500 attendees to discuss and direct the future of the GNOME Project. GUADEC will draw members of the GNOME development and user community, as well as many participants in the overall FLOSS community from local projects, organizations, and companies.</p>
<p>The conference will lead up to the GNOME 3.0 release in September 2010. Keeping with the 3.0 theme, the three primary themes for GUADEC 2010 will be Government, education, and end users.</p>
<p>The Hague was one of several locations proposed for GUADEC in 2010. It was chosen in part due to the excellent facilities at the bid site, as well as easily accessible site for those traveling to GUADEC. The conference will be held at the Haagse Hogeschool, the higher vocational education institute in the region with an existing affinity for open source.</p>
<p>&#8220;Free Software is of great importance to culture in the digital age,&#8221; said Kees Vendrik, Green MP and advocate of open source and open standards in the Dutch public sector. &#8220;It offers a fertile feeding ground for education, innovation, and the economy at large. My party is delighted that the GNOME conference is coming to The Netherlands and we believe it will inspire our governmental bodies to put policy into practice.&#8221;</p>
<p>The core team of the winning bid consists of Vincent van Adrighem, Koen Martens, Sanne te Meerman, Fabrice Mous, and Reinout van Schouwen. Each of the core team members are well-rooted in the FLOSS community at large, with network spanning the most active FLOSS organizations in The Netherlands.</p>
<p>&#8220;We are very excited and honored to host GUADEC next year,&#8221; said Reinout van Schouwen. &#8220;With the upcoming release of GNOME 3.0, we&#8217;re confident that the conference will be one of the most important ones in the history of the GNOME project. We would like to invite the Free Software communities in our country and abroad to take advantage of this opportunity and show the world that open technology offers solutions for everyone!&#8221;</p>
<p>GUADEC is now in its 11th year, and follows a successful joint conference, the Gran Canaria Desktop Summit (GCDS), in 2009 with the KDE Project. As planned, GUADEC 2010 will be hosted on its own, but the door is open to another co-hosted event in the future.</p>
<p>Stormy Peters, Executive Director of the GNOME Foundation, said that GCDS was &#8220;a great conference, and an opportunity to work with our friends in the KDE Project on areas where both desktops can benefit. We hope to build on that experience this year with GUADEC.&#8221;</p>
<p>See the GUADEC Website for more information about the conference. Registration details and information on the call for papers will be up by January 6th. Look for another announcement at that time with more details about the CFP and tracks for GUADEC 2010.</p>
<p><strong>About GNOME and the GNOME Foundation</strong></p>
<p>GNOME is a free-software project whose goal is to develop a complete, accessible and easy to use desktop for Linux and Unix-based operating systems. GNOME also includes a complete development environment to create new applications. It is released twice a year on a regular schedule.</p>
<p>The GNOME desktop is used by millions of people around the world. GNOME is a standard part of all leading GNU/Linux and Unix distributions, and is popular with both large existing corporate deployments and millions of small business and home users worldwide.</p>
<p>Composed of hundreds of volunteer developers and industry-leading companies, the GNOME Foundation is an organization committed to supporting the advancement of GNOME. The Foundation is a member directed, non-profit organization that provides financial, organizational and legal support to the GNOME project and helps determine its vision and roadmap.</p>
<p>More information about GNOME and the GNOME Foundation can be found at www.gnome.org and foundation.gnome.org.<br />
<strong>Media Enquiries</strong></p>
<p>GNOME Foundation Executive Director<br />
Stormy Peters<br />
Email: gnome-press-contact@gnome.org<br />
Phone: +1-617-206-3947</p>
]]></content:encoded>
			<wfw:commentRss>http://wordpress.metro.cx/2009/11/30/guadec-2010-to-be-held-in-the-hague-netherlands/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Did TWiki.org go commercial?</title>
		<link>http://wordpress.metro.cx/2009/11/12/did-twiki-org-go-commercial/</link>
		<comments>http://wordpress.metro.cx/2009/11/12/did-twiki-org-go-commercial/#comments</comments>
		<pubDate>Thu, 12 Nov 2009 10:38:46 +0000</pubDate>
		<dc:creator>gmc</dc:creator>
				<category><![CDATA[English]]></category>
		<category><![CDATA[Science 'n stuff]]></category>

		<guid isPermaLink="false">http://wordpress.metro.cx/?p=429</guid>
		<description><![CDATA[I can&#8217;t help but feel the need to follow-up on Thoeny&#8217;s blog post on TWiki.org (archived here just in case they delete it again, which seems to be the effect of me linkting to anything on twiki.org lately).The blog post contains some inaccurate and false statements on the subject of the commercial take-over of a [...]]]></description>
			<content:encoded><![CDATA[<p>I can&#8217;t help but feel the need to follow-up on <a href="http://twiki.org/cgi-bin/view/Blog/BlogEntry200911x2">Thoeny&#8217;s blog post on TWiki.org</a> (<a title="Did TWiki.org go commercial?" href="http://wordpress.metro.cx/wp-content/uploads/2009/11/BlogEntry200911x2.html">archived here</a> just in case they delete it again, which seems to be the effect of me linkting to anything on twiki.org lately).The blog post contains some inaccurate and false statements on the subject of the commercial take-over of a once-thriving open source community.</p>
<p><strong>The short answer</strong></p>
<div id="attachment_431" class="wp-caption alignright" style="width: 310px"><a href="http://ohloh.net/"><img class="size-medium wp-image-431" title="Contributors on ohloh.net" src="http://wordpress.metro.cx/wp-content/uploads/2009/11/ohloh_twiki_vs_foswiki-300x144.png" alt="Contributors on ohloh.net" width="300" height="144" /></a><p class="wp-caption-text">&nbsp;&nbsp; Contributors on ohloh.net (TWiki in red, Foswiki in green)</p></div>
<p>While strictly speaking, TWiki.org (distinguising it from its commercial guardian TWiki.net by the tacking on of .org) is still open source, it is far from open. A year ago, the entire existing community was locked out (by denying access to the twiki.org wiki, the collaboration platform for the project). They would only be let in again, after agreeing to a new &#8216;code of conduct&#8217;. The code of conduct reinforced Thoeny&#8217;s self-appointed role as dictator of the project, contrary to the mainstream tendency in the community to bring more democracy to the project. By now, the community exists of Thoeny and TWiki.net employees. A year ago, TWiki.net released some preliminary and alpha-level code to the community and then stopped contributing. TWiki.org has degraded into an outlet for TWiki.net marketing.</p>
<p><strong>The details:</strong></p>
<p>11 years ago, Thoeny initiated the TWiki project by forking off the Joswiki codebase. He has always considered it to be his project, which is only logical. But when the project grew over time, the community did as well. Until at some point, Thoeny&#8217;s contributions to the project were only in advocacy. He had successfully built a community around the project, full of enthousiasm to make the project an even bigger success. Over the years, the platform was rearchitected to the point that Thoeny lost touch with the codebase, diminishing his development contributions to zero.</p>
<p>Then Thoeny dropped the ball. True leaders know when it is time to take a step back, Thoeny didn&#8217;t know and persisted in his ownership of the project. He could not tolerate other opinions on the direction of the project. He framed these different opinions as &#8216;the dissonant voice of a small group of consultants who do not buy in to the TWiki.net strategy&#8217;. Said strategy, at the time, meant that all and any TWiki related business would be funelled through TWiki.net. A rather strict enforcement of Thoeny&#8217;s trademark on the name TWiki aimed to kill any competition in the market.</p>
<p>TWiki started out as Thoeny&#8217;s baby, grew up to become a teen that struggled from independency of its parents. Thoeny was afraid to let his child go, and held on to it as an overly-protective parent. In the end, the venture-capital fueled paranoia and untrusting nature of the parent led to a break between the community and the dictator. Thoeny kept the name, the community kept the enthousiasm, know-how and drive under the new name <a title="Foswiki" href="http://foswiki.org/">Foswiki</a>. Out of the almost 40.000 subscribed TWiki accounts, only about 6.500 agreed to the code of conduct. Most probably didn&#8217;t know what they were agreeing on, considering it just one more &#8216;I agree to the terms and conditions&#8217; checkbox one checks without thinking.</p>
<p>Meanwhile, TWiki.org has detoriated. The <a title="TWiki.net download page" href="http://twiki.org/cgi-bin/view/Codev/DownloadTWiki">download page</a> (<a title="Download TWiki.net" href="http://wordpress.metro.cx/wp-content/uploads/2009/11/DownloadTWiki.html">archived here</a>) is one huge advertisement for TWiki.net. The recent addition of a form collecting sales leads for TWiki.net completes the picture. How commercial does it have to be before one cannot escape the conclusion that yes, TWiki.org did go commercial?</p>
<p>In case you are not convinced, consider the community support area. The handling of support requests is almost exclusively done by one person: Thoeny again. What happens if Thoeny is unavailable, for some reason not able to work on TWiki.org anymore (as has happened frequently in the past). Can one person handle all these support requests? The current situation seems hardly sustainable. What if Thoeny breaks down and can&#8217;t handle the flow? You are left to paid support with TWiki.net, as witnessed by <a title="Now deleted support request sending TWiki.org users to commercial TWiki.net support" href="http://twitpic.com/ng0y5">this recent support request</a> or <a title="All your dollars are belong to us" href="http://colas.nahaboo.net/twikiirc/bin/irclogger_log/twiki?date=2009-10-07,Wed&amp;sel=47#l43">recent support answers</a> on the TWiki irc channel.</p>
<p>This all paints a bleak picture: a one-man community is not a viable and sustenaible solution for the enterprise. The TWiki.org website is nothing more than a marketing front for the venture capital firm TWiki.net, which itself is mostly a marketing company. The latest contribution to the community is <a title="TWiki promotion video" href="http://www.youtube.com/watch?v=y_NimstdDqs">a video full of buzz-words</a> but without much content.</p>
<p>So the answer to the original question, &#8220;Did TWiki.org go commercial?&#8221; should be a resounding &#8220;YES&#8221; to anyone who digs into the facts. It is a sorry state of affairs, but unfortunately one I foresaw when things started to rumble.</p>
<p>(ps, I am obliged to note that TWiki® is a registered trademark of TWiki founder Peter Thoeny, TWIKI.NET. The TWiki logo and the &#8220;Collaborate with TWiki&#8221; tagline are trademarks of Peter Thoeny)</p>
]]></content:encoded>
			<wfw:commentRss>http://wordpress.metro.cx/2009/11/12/did-twiki-org-go-commercial/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>retweet.py</title>
		<link>http://wordpress.metro.cx/2009/10/02/retweet-py/</link>
		<comments>http://wordpress.metro.cx/2009/10/02/retweet-py/#comments</comments>
		<pubDate>Fri, 02 Oct 2009 21:31:11 +0000</pubDate>
		<dc:creator>gmc</dc:creator>
				<category><![CDATA[English]]></category>
		<category><![CDATA[Science 'n stuff]]></category>

		<guid isPermaLink="false">http://wordpress.metro.cx/?p=427</guid>
		<description><![CDATA[Tonight, instead of being at the Dutch Pinball Open as I should have been (curseth be thee, o weak flu-ridden body), I whipped up a little script to retweet everything on twitter that has the hashtag #revspace on the revspace twitter feed. Just for your enjoyment, here is the script. It probably has some caveats [...]]]></description>
			<content:encoded><![CDATA[<p>Tonight, instead of being at the <a href="http://dpo.nfvpinball.nl/">Dutch Pinball Open</a> as I should have been (curseth be thee, o weak flu-ridden body), I whipped up a little script to retweet everything on twitter that has the hashtag #revspace on the <a href="http://twitter.com/revspacenl">revspace twitter feed</a>. Just for your enjoyment, here is the script. It probably has some caveats (eg. looping forever when authentication fails), and almost no error handling at all, but it suffices for now.</p>
<pre>#
#    retweet.py - retweet based on hashtag
#    Copyright (C) 2009  Koen Martens
#
#    This program is free software: you can redistribute it and/or modify
#    it under the terms of the GNU General Public License as published by
#    the Free Software Foundation, either version 3 of the License, or
#    (at your option) any later version.
#
#    This program is distributed in the hope that it will be useful,
#    but WITHOUT ANY WARRANTY; without even the implied warranty of
#    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
#    GNU General Public License for more details.
#
#    You should have received a copy of the GNU General Public License
#    along with this program.  If not, see .
#

import json
import urllib
import os
import sys

hashtag  = '#revspace'
user     = 'revspacenl'
password = 'foobarbaz'

class MyUrlOpener(urllib.FancyURLopener):
    def set_user(self,user):
        self.user=user

    def set_password(self,password):
        self.password=password

    def prompt_user_passwd(self,host,realm):
        print 'auth host '+host+' realm '+realm
        return (self.user, self.password)

def get_searchurl(hashtag):
    if (os.path.exists('refresh.'+hashtag)):
      file = open('refresh.'+hashtag)
      refresh_url = file.readline()
      file.close()
      return refresh_url
    return 'http://search.twitter.com/search.json?q=' + urllib.quote(hashtag)

def search(searchurl):
    sock = urllib.urlopen( searchurl )
    response = json.load( sock )
    sock.close()

    return response

def save_refreshurl(hashtag,refresh_url):
    file = open('refresh.'+hashtag,'w');
    file.write(refresh_url+'\n');
    file.close()

def update_status(user,password,tweet):
    data = urllib.urlencode( { 'status': tweet } )

    try:
      opener = MyUrlOpener()
      opener.set_user(user)
      opener.set_password(password)
      sock = opener.open( 'http://twitter.com/statuses/update.json',data )
      response = json.load( sock )
      sock.close
    except:
      sys.stderr.write( "Unexpected error:" + sys.exc_info()[0] )

searchurl = get_searchurl(hashtag)

print 'Search url: '+searchurl

response = search(searchurl)

for result in response['results']:
  if result['from_user'] != user:
    tweet = 'RT @'+result['from_user']+': '+result['text']
    print tweet
    update_status(user,password,tweet)

save_refreshurl(hashtag,'http://search.twitter.com/search.json'+response['refresh_url'])</pre>
]]></content:encoded>
			<wfw:commentRss>http://wordpress.metro.cx/2009/10/02/retweet-py/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>RevSpace: the hackerspace in Den Haag</title>
		<link>http://wordpress.metro.cx/2009/08/28/revspace-the-hackerspace-in-den-haag/</link>
		<comments>http://wordpress.metro.cx/2009/08/28/revspace-the-hackerspace-in-den-haag/#comments</comments>
		<pubDate>Fri, 28 Aug 2009 11:30:30 +0000</pubDate>
		<dc:creator>gmc</dc:creator>
				<category><![CDATA[English]]></category>
		<category><![CDATA[Science 'n stuff]]></category>

		<guid isPermaLink="false">http://wordpress.metro.cx/?p=424</guid>
		<description><![CDATA[(appeared first on hackerspace.nl)
&#8220;Why isn&#8217;t there a hackerspace in Den Haag?&#8221;. A question frequently overheard during Hacking at Random (HAR2009), the recent hacker camp in The Netherlands. And a good question as well.
Well, the answer now is: because you did not join Revelation Space yet!
There are quite a lot of hackers (which, for purposes of [...]]]></description>
			<content:encoded><![CDATA[<p>(<a title="RevSpace: the hackerspace in Den Haag" href="http://www.hackerspace.nl/blog/?p=22">appeared first on hackerspace.nl</a>)</p>
<p>&#8220;Why isn&#8217;t there a hackerspace in Den Haag?&#8221;. A question frequently overheard during Hacking at Random (HAR2009), the recent hacker camp in The Netherlands. And a good question as well.</p>
<p>Well, the answer now is: because you did not join <a title="Revelation space" href="http://revspace.nl/">Revelation Space</a> yet!</p>
<p>There are quite a lot of hackers (which, for purposes of this article I characterize as intelligent people with a critical point of view on<br />
the status quo) in The Netherlands. This fact is evident in the masses of Dutch people that visit hacker conferences, the fact that for a<br />
country as small as ours there is a large number of IT security firms and the realized potential of the four-yearly Dutch hacker camps (HAR2009 being the latest of these).</p>
<p>Now, I do not know much about the history of the CCC, but I do know this club provides structure to the German hacker community. Something that has been lacking in the Dutch hacker community, rooted in the anarchistic Amsterdam eighties. Without something like the CCC, that for all its flaws gives the scene identity and a sense of belonging, the Dutch hackers are a loosely bound community. Hackerspaces might be able to add this structure to the Dutch hacker community, as has happened in Germany and the US already.</p>
<p>Anyway, back to Den Haag, international city of peace and justice. And, on a larger scope, the city-county Haaglanden: Zoetermeer (IT city pur-sang), Delft (home of one of our most well known technical universities), Voorburg, Rijswijk and more. It is only fitting that this region gets a hackerspace, where we can meet, collaborate and come up with great projects.</p>
<p>Not only does such a hackerspace have an inward function, it should also be a center of outreach. A source of education for the masses on how technology touches our lives, and how everyone should be critical.</p>
<p>To make this possible, we need you! Under the name &#8216;Revelation Space&#8217;, a group of hackers from the region are trying to make it happen. Set up the underlying structure, rent a space, decorate it, come up with nice projects and whatever else is involved.</p>
<p>I appeal not only to the hard-core kernel hackers that are out there, geeks who stay up late at night to wrestle through encryption protocols for fun and profit, but also to the artistic among us that play with technology or the social hackers that dive deep into the human mind and find tricks to exploit its design. In other words: hackers of all persuasions are invited to join!</p>
<p>If you are interested, make sure to head over to <a title="Revelation space wiki" href="https://foswiki.sonologic.nl/RevelationSpace">the RevSpace wiki</a>, join <a title="Revelation space mailing list" href="http://mailman.sonologic.nl/mailman/listinfo/general">the mailing list</a> or join us on <a title="Revelation space on IRC" href="irc://freenode/revspace">IRC</a>. I hope to be able to say &#8216;hi&#8217; to many of you in the near future!</p>
<p>Koen Martens (gmc)<br />
<a title="Gmc's email" href="mailto:gmc@har2009.org">gmc@har2009.org</a><br />
<a title="Blog" href="http://wordpress.metro.cx/">http://wordpress.metro.cx/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://wordpress.metro.cx/2009/08/28/revspace-the-hackerspace-in-den-haag/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HAR2009: day 8</title>
		<link>http://wordpress.metro.cx/2009/08/12/har2009-day-8/</link>
		<comments>http://wordpress.metro.cx/2009/08/12/har2009-day-8/#comments</comments>
		<pubDate>Wed, 12 Aug 2009 01:26:19 +0000</pubDate>
		<dc:creator>gmc</dc:creator>
				<category><![CDATA[English]]></category>
		<category><![CDATA[HAR2009]]></category>
		<category><![CDATA[Science 'n stuff]]></category>

		<guid isPermaLink="false">http://wordpress.metro.cx/?p=422</guid>
		<description><![CDATA[Well, what can I say: HAR2009 if going to be f*cking awesome! I planned some early downtime today, but failed hard. Started early, opening up the cashier. I&#8217;ve now got a team of dependable and excellent guys&#038;gals to run the back office, the cashier desk and the coin shop.
Then had to coordinate some stuff, among [...]]]></description>
			<content:encoded><![CDATA[<p>Well, what can I say: HAR2009 if going to be f*cking awesome! I planned some early downtime today, but failed hard. Started early, opening up the cashier. I&#8217;ve now got a team of dependable and excellent guys&#038;gals to run the back office, the cashier desk and the coin shop.</p>
<p>Then had to coordinate some stuff, among which the harcade. It&#8217;s funny in a way, how a 100m walk suddenly takes half an hour, what with all the people asking for your opinion, decision or other input. It&#8217;s great though how all the people on the terrain are jumping at every opportunity to help out. That&#8217;s what i&#8217;ve been doing it for the past year!</p>
<p>Forgot to eat as well. Luckily there was some food left at Sabine&#8217;s, which I heated in the microwave and ate during the team-lead meeting at 22:00. After that I went around the terrain to hand out volunteer hats.</p>
<p>At the HARfm area, i found a lot of stressed out people. Turns out I arrived 15 minutes before they went live, so i sat down in the studio and joined in for the first chaotic hour of broadcasting. Looking forward to doing my shows on HARfm later on!</p>
<p>After that, I went to the HARcade, to find my ultimate wet dream. While I was busy doing boring money business, random people turned the large empty space into a gameroom that exceeds my wildest dreams! Great job people, I love you!</p>
<p>I&#8217;m so proud to be a part of this edition of the event, and so glad it is turning out to be such a brilliant kick-ass edition. Hope I can keep my eyes dry this wednesday, when i&#8217;m delivering the opening speech :)</p>
]]></content:encoded>
			<wfw:commentRss>http://wordpress.metro.cx/2009/08/12/har2009-day-8/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HAR2009: day 6 and 7</title>
		<link>http://wordpress.metro.cx/2009/08/11/har2009-day-6-and-7/</link>
		<comments>http://wordpress.metro.cx/2009/08/11/har2009-day-6-and-7/#comments</comments>
		<pubDate>Mon, 10 Aug 2009 23:42:00 +0000</pubDate>
		<dc:creator>gmc</dc:creator>
				<category><![CDATA[English]]></category>
		<category><![CDATA[HAR2009]]></category>
		<category><![CDATA[Science 'n stuff]]></category>

		<guid isPermaLink="false">http://wordpress.metro.cx/?p=420</guid>
		<description><![CDATA[Wow, things are really really busy now. We didn&#8217;t expect the numbers arriving early to be this big. To think we were afraid that not enough people would show up early. Thinks are shaping up, today we had the first actual run at the cashier. People arriving, tickets scanned (I even had my ticket scanned, [...]]]></description>
			<content:encoded><![CDATA[<p>Wow, things are really really busy now. We didn&#8217;t expect the numbers arriving early to be this big. To think we were afraid that not enough people would show up early. Thinks are shaping up, today we had the first actual run at the cashier. People arriving, tickets scanned (<a href="http://twitpic.com/ddue2">I even had my ticket scanned, finally</a>).</p>
<p>The unexpected masses arriving has led to some improvisation: we basically weren&#8217;t ready for this much people. But everyone has worked very hard to get things up to shape. Amazing, really, to see how fast a random group of people can switch into high gear and get everything ready. Of course, sleep is among the first things to be sacrificed. When asking &#8216;how are things&#8217;, a frequent answer is &#8216;good, perfect, just a bit tired&#8217;.</p>
<p>So much happened today and yesterday, that I won&#8217;t even try to enumerate. Some personal highlights: the blinkenlights arrived in the HARcade! Next to ST:TNG and Adams Family, we now have Tommy. Tomorrow, a shitload of pinball games will be unloaded. The asteroids is there already, as is the voice-controlled racetrack and i&#8217;ve seen the floating ducks being set up. Can&#8217;t wait till the metacade is being put up! Some guys even arranged for DDR mats. We had some rain today, but Cinder promised that will clear up at 6AM. There are still tents being built. The HARfm tent is ready though, and the antenna is up already. A/V arrived in a big truck and two smaller ones, and is </p>
<p>The sudden influx sparked an email to our visitors, which prompted some varied responses. Apart from one or two whiners, who forgot that we&#8217;re not professional event organisers and are making it up as we go, the response to that email has been very understanding. Of course, people who come from far can&#8217;t just change their travel plans (think airplanes), but I think without the email we would have at least a 500 people here already.</p>
<p>I don&#8217;t know what to expect tomorrow. Will we have a 1000 visitors by the end of the day?? There is still a shitload to do, so i&#8217;ll be running to and from again I guess. I&#8217;ll try to keep you updated through <a href="http://twitter.com/har2009">the har2009 twitter feed</a> though, as i&#8217;ve been doing in the past days!</p>
]]></content:encoded>
			<wfw:commentRss>http://wordpress.metro.cx/2009/08/11/har2009-day-6-and-7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HAR2009: day 4 and 5</title>
		<link>http://wordpress.metro.cx/2009/08/08/har2009-day-4-and-5/</link>
		<comments>http://wordpress.metro.cx/2009/08/08/har2009-day-4-and-5/#comments</comments>
		<pubDate>Fri, 07 Aug 2009 23:39:33 +0000</pubDate>
		<dc:creator>gmc</dc:creator>
				<category><![CDATA[English]]></category>
		<category><![CDATA[HAR2009]]></category>
		<category><![CDATA[Science 'n stuff]]></category>

		<guid isPermaLink="false">http://wordpress.metro.cx/?p=416</guid>
		<description><![CDATA[Day 4 went by fast. Lots of people arriving, busy exchanging tickets for wristbands. Lots of deliveries, some very cool stuff (for example 15km of IPv6 compatible UTP, and the har water) and useful gear. Today (day 5) the core routers arrived. Network is making rapid progress: fiber has been rolled out from the KPN [...]]]></description>
			<content:encoded><![CDATA[<p>Day 4 went by fast. Lots of people arriving, busy exchanging tickets for wristbands. Lots of deliveries, some very cool stuff (for example 15km of IPv6 compatible UTP, and the har water) and useful gear. Today (day 5) the core routers arrived. Network is making rapid progress: fiber has been rolled out from the KPN shed all the way to the NOC cabin. Some splicing still remains.</p>
<p>Have been twittering like mad on <a href="http://twitter.com/har2009">the HAR2009 twitter feed</a>, trying to catch the most noteworthy moments (and doubtless failing, missing a lot of the cool stuff). Hope the ppl at home like it though. Today, the porto&#8217;s were handed out. The endless pointless discussions on IRC translate well to the ether.</p>
<p>Tomorrow, the first beginnings of the power grid will be laid out, with the generators arriving. Hopefully at the end of the day I can plug in some UTP in the noc cabin, and catch up on my email. I doubt that there&#8217;ll be time for that though.</p>
<p>My personal hi-lite of the day: claiming a bike! No more feet-killing circuits around the terrain!</p>
<p>Anyway, it&#8217;s late. I&#8217;m signing off. Thanks for listening.</p>
]]></content:encoded>
			<wfw:commentRss>http://wordpress.metro.cx/2009/08/08/har2009-day-4-and-5/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
