<?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/"
	xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule"
>

<channel>
	<title>Reinouts' Nerdy Notes</title>
	<atom:link href="http://vanschouwen.info/nerdynotes/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://vanschouwen.info/nerdynotes</link>
	<description>Green politics, GNOME and other nerdy stuff</description>
	<lastBuildDate>Mon, 09 Jan 2012 16:10:10 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/3.0/nl/</creativeCommons:license>
		<item>
		<title>De Tuin van Noord</title>
		<link>http://vanschouwen.info/nerdynotes/?p=545</link>
		<comments>http://vanschouwen.info/nerdynotes/?p=545#comments</comments>
		<pubDate>Thu, 17 Nov 2011 20:14:39 +0000</pubDate>
		<dc:creator>reinout</dc:creator>
				<category><![CDATA[Green]]></category>
		<category><![CDATA[Nederlands]]></category>
		<category><![CDATA[Political]]></category>
		<category><![CDATA[noord]]></category>
		<category><![CDATA[rotterdam]]></category>
		<category><![CDATA[tuinvannoord]]></category>

		<guid isPermaLink="false">http://vanschouwen.info/nerdynotes/?p=545</guid>
		<description><![CDATA[Gisteravond was ik bij een presentatie van HD Projectrealisatie over ‘De tuin van Noord’ oftewel het park en de woningen die zij in samenwerking met andere partijen willen realiseren op de plek waar nu de PI (gevangenis) aan de Noordsingel staat. Zoals de naam al aangeeft moet het een groen gebied worden. Het Oude Noorden [...]]]></description>
			<content:encoded><![CDATA[<p>Gisteravond was ik bij een presentatie van <a href="http://www.hdprojectrealisatie.nl/framer.php?page=nieuwscontent.php?id=213" title="BAM &amp; HD transformeren gevangenis naar Tuin van Noord">HD Projectrealisatie</a> over ‘De tuin van Noord’ oftewel het park en de woningen die zij in samenwerking met andere partijen willen realiseren op de plek waar nu de <a href="http://g.co/maps/erhzj" title="PI Noordsingel">PI (gevangenis) aan de Noordsingel</a> staat. </p>
<p>Zoals de naam al aangeeft moet het een groen gebied worden. Het Oude Noorden van Rotterdam kan zoiets heel goed gebruiken. Verrassend is dat er vergevorderde plannen zijn om de cellenblokken om te bouwen tot <a href="http://stichtingravenbosch.nl/" title="Stichting Ravenbosch">antroposofische ouderenhuisvesting</a>. Andere delen van het complex worden bestemd tot koopwoningen en kluswoningen in zowel duurdere als goedkopere segmenten. Er komt een restaurant, het gerechtsgebouw krijgt een grotendeels maatschappelijke functie en er wordt een halfverdiepte parkeergarage aangelegd.<br />
Dit klinkt allemaal erg goed maar ik blijf toch nog zitten met de vraag hoe duurzaam de te realiseren woningen zullen zijn. De presentator van de avond had hier geen duidelijk antwoord op. Omdat het een rijksmonument is mag er aan de buitenkant van de bestaande gebouwen niet veel gebeuren, maar ik hoop toch dat voor de overige renovatietaken en de nieuwbouw maximaal zal worden ingezet op isolatie en energie-efficiëntie. Misschien kunnen we als GroenLinks in de deelgemeente Noord hier nog wat bijsturen. Diverse schetsen en sfeerimpressies zijn te vinden op <a href="http://tuinvannoord.nl/" title="Website Tuin van Noord">http://tuinvannoord.nl/</a>.<br />
<a href="http://www.tuinvannoord.nl/""><img src="http://vanschouwen.info/nerdynotes/wp-content/uploads/2011/11/vogelvlucht.jpg" alt="Impressie van bovenaf gezien" title="vogelvlucht" width="100%" class="aligncenter size-full wp-image-550" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://vanschouwen.info/nerdynotes/?feed=rss2&#038;p=545</wfw:commentRss>
		<slash:comments>1</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/3.0/nl/</creativeCommons:license>
	</item>
		<item>
		<title>Getting Topbraid Composer to run on Linux</title>
		<link>http://vanschouwen.info/nerdynotes/?p=540</link>
		<comments>http://vanschouwen.info/nerdynotes/?p=540#comments</comments>
		<pubDate>Fri, 28 Oct 2011 16:33:38 +0000</pubDate>
		<dc:creator>reinout</dc:creator>
				<category><![CDATA[artificial intelligence]]></category>
		<category><![CDATA[bioinformatics]]></category>
		<category><![CDATA[topbraid]]></category>

		<guid isPermaLink="false">http://vanschouwen.info/nerdynotes/?p=540</guid>
		<description><![CDATA[Last week, I followed an NBIC course on Managing Life Science Information. The course included a tutorial on creating an ontology with TopBraid Composer. A number of course participants, me included, couldn&#8217;t run this (Eclipse-based) application because it complained about an incorrect Java VM. Turns out, it only wants to run on the official Sun/Oracle [...]]]></description>
			<content:encoded><![CDATA[<p>Last week, I followed an <a href="http://www.nbic.nl/">NBIC</a> course on Managing Life Science Information. The course included a tutorial on creating an ontology with <a href="http://www.topquadrant.com/products/TB_Composer.html">TopBraid Composer</a>.<br />
A number of course participants, me included, couldn&#8217;t run this (Eclipse-based) application because it complained about an incorrect Java VM. Turns out, it only wants to run on the official Sun/Oracle JVM and not on the OpenJDK that&#8217;s included with most Linux distributions.<br />
For other people running into this problem: the way to solve it is to:</p>
<ul>
<li>Install Sun/Oracle Java from your distribution&#8217;s repositories, if available</li>
<li>Otherwise, download Java SE 7 from Oracle as a tar.gz file</li>
</ul>
<p>If you had to download the tar archive from Oracle, extract it somewhere on a logical path, such as /usr/java.</p>
<p>When you have done so, you can use the update-alternatives system to switch between Java versions. If you installed the Sun/Oracle JDK through your distribution&#8217;s system utilities then chances are, it will be already added to the alternatives database. </p>
<p>Quoting anujjaiswal&#8217;s <a href="anujjaiswal.wordpress.com/2011/06/14/sun-java-update-alternatives-on-centos/">blog</a>:</p>
<blockquote><pre class="brush: bash;">
/usr/sbin/alternatives --install &quot;/usr/bin/java&quot; &quot;java&quot; &quot;/usr/java/default/bin/java&quot; 2
/usr/sbin/alternatives --install &quot;/usr/bin/javac&quot; &quot;javac&quot; &quot;/usr/java/default/bin/javac&quot; 2
</pre>
<p>And to configure systemwide changes use</p>
<pre class="brush: bash; first-line: 3;">
/usr/sbin/alternatives --configure java
/usr/sbin/alternatives --configure javac
</pre>
</blockquote>
<p>But why, exactly, doesn&#8217;t TopBraid run with OpenJDK? According to <a href="https://twitter.com/#!/jjc6/status/126874750239784960">Jeremy Carroll</a>, it&#8217;s because ‘<em>We have places where we have to mess with JVM internals, mainly for clean up.</em>’.<br />
I doubt OpenJDK&#8217;s internals are that much different from Sun&#8217;s, but even if that were true&#8211; if you need to mess with JVM internals, in my humble opinion, you&#8217;re doing it Wrong<sup>tm</sup>.</p>
]]></content:encoded>
			<wfw:commentRss>http://vanschouwen.info/nerdynotes/?feed=rss2&#038;p=540</wfw:commentRss>
		<slash:comments>1</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/3.0/nl/</creativeCommons:license>
	</item>
		<item>
		<title>I&#8217;m going to the Desktop Summit</title>
		<link>http://vanschouwen.info/nerdynotes/?p=533</link>
		<comments>http://vanschouwen.info/nerdynotes/?p=533#comments</comments>
		<pubDate>Mon, 01 Aug 2011 21:40:55 +0000</pubDate>
		<dc:creator>reinout</dc:creator>
				<category><![CDATA[GNOME]]></category>
		<category><![CDATA[guadec]]></category>
		<category><![CDATA[nerdy stuff]]></category>

		<guid isPermaLink="false">http://vanschouwen.info/nerdynotes/?p=533</guid>
		<description><![CDATA[And afterwards, spend a few days in Berlin with my cherished girlfriend! Will anyone from the Mageia community be around??]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.desktopsummit.org/"><img src="http://vanschouwen.info/nerdynotes/wp-content/uploads/2011/08/DS2011banner.png" alt="I&#039;m going to Desktop summit 2011" title="DS2011 banner" width="333" height="110" class="aligncenter size-full wp-image-534" /></a></p>
<p>And afterwards, spend a few days in Berlin with my cherished girlfriend! <img src='http://vanschouwen.info/nerdynotes/wp-includes/images/smilies/icon_cool.gif' alt='8-)' class='wp-smiley' /> </p>
<p><em>Will anyone from the Mageia community be around??</em></p>
]]></content:encoded>
			<wfw:commentRss>http://vanschouwen.info/nerdynotes/?feed=rss2&#038;p=533</wfw:commentRss>
		<slash:comments>4</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/3.0/nl/</creativeCommons:license>
	</item>
		<item>
		<title>Naked Song festival</title>
		<link>http://vanschouwen.info/nerdynotes/?p=527</link>
		<comments>http://vanschouwen.info/nerdynotes/?p=527#comments</comments>
		<pubDate>Sat, 25 Jun 2011 21:39:41 +0000</pubDate>
		<dc:creator>reinout</dc:creator>
				<category><![CDATA[Music]]></category>

		<guid isPermaLink="false">http://vanschouwen.info/nerdynotes/?p=527</guid>
		<description><![CDATA[Last week I visited the Naked Song festival in Eindhoven. The program contained many artists I didn&#8217;t know yet, who performed beautiful songs with minimal instrumental backing. I was especially impressed by the Villagers, who later the same day would be playing in Utrecht at the Beschaving festival. Muziekgebouw Eindhoven is one of the most [...]]]></description>
			<content:encoded><![CDATA[<p>Last week I visited the <a href="http://www.nakedsong.nl/">Naked Song</a> festival in Eindhoven. The program contained  many artists I didn&#8217;t know yet, who performed beautiful songs with minimal instrumental backing. I was especially impressed by the <a href="http://www.wearevillagers.com/">Villagers</a>, who later the same day would be playing in Utrecht at the Beschaving festival.</p>
<p><a href="http://muziekgebouweindhoven.nl/">Muziekgebouw Eindhoven</a> is one of the most impressive music theaters I have ever visited.<br />
One singer I did know was Joan as Police Woman. Here&#8217;s a small impression (mp4 clip shot with my N900):<br />
<a href="http://vanschouwen.info/nerdynotes/wp-content/uploads/2011/06/20110618_002.mp4">Joan as Police Woman @ Naked Song festival</a><br />
<video src="http://vanschouwen.info/nerdynotes/wp-content/uploads/2011/06/20110618_002.mp4">Joan as Police Woman @ Naked Song festival</video></p>
<p>Hopefully, events like this one will remain possible in The Netherlands. The political tide, unfortunately, is <a href="http://www.prnewswire.com/news-releases/dutch-government-damages-art-world-124428613.html">against subsidizing arts and culture</a> (except maybe if you think football clubs in financial trouble are culture). Anyway, I know I&#8217;ll be in line for a ticket next year, if they do organize it again.</p>
]]></content:encoded>
			<wfw:commentRss>http://vanschouwen.info/nerdynotes/?feed=rss2&#038;p=527</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://vanschouwen.info/nerdynotes/wp-content/uploads/2011/06/20110618_002.mp4" length="6240449" type="video/mp4" />
	<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/3.0/nl/</creativeCommons:license>
	</item>
		<item>
		<title>Some Gnome 3 promotion</title>
		<link>http://vanschouwen.info/nerdynotes/?p=515</link>
		<comments>http://vanschouwen.info/nerdynotes/?p=515#comments</comments>
		<pubDate>Wed, 06 Apr 2011 23:12:00 +0000</pubDate>
		<dc:creator>reinout</dc:creator>
				<category><![CDATA[GNOME]]></category>

		<guid isPermaLink="false">http://vanschouwen.info/nerdynotes/?p=515</guid>
		<description><![CDATA[P.S. You&#8217;re invited to the Dutch launch party, April 7th in The Hague!]]></description>
			<content:encoded><![CDATA[<p><a title="Help promote GNOME 3!" href="https://live.gnome.org/ThreePointZero/Promote"><img border="0" alt="I am GNOME" src="http://www.gnome.org/wp-content/uploads/2011/04/iamgnome.png"/></a></p>
<p><em>P.S. You&#8217;re invited to the Dutch <a href="http://vanschouwen.info/nerdynotes/?p=508">launch party</a>, April 7th in The Hague!</em></p>
]]></content:encoded>
			<wfw:commentRss>http://vanschouwen.info/nerdynotes/?feed=rss2&#038;p=515</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/3.0/nl/</creativeCommons:license>
	</item>
		<item>
		<title>Gnome 3 launch party 7 april in Den Haag</title>
		<link>http://vanschouwen.info/nerdynotes/?p=508</link>
		<comments>http://vanschouwen.info/nerdynotes/?p=508#comments</comments>
		<pubDate>Sun, 20 Mar 2011 23:45:27 +0000</pubDate>
		<dc:creator>reinout</dc:creator>
				<category><![CDATA[GNOME]]></category>
		<category><![CDATA[guadec]]></category>
		<category><![CDATA[nerdy stuff]]></category>

		<guid isPermaLink="false">http://vanschouwen.info/nerdynotes/?p=508</guid>
		<description><![CDATA[Gnome 3 komt officieel uit op 6 april 2011. Om dat te vieren organiseert Gnome-NL een launch party in Den Haag op donderdag 7 april. De toegang is gratis, aanmelding is niet verplicht maar wel gewenst. (Dat mag ook in de comments.) Voor meer details zie: http://revspace.nl/RevelationSpace/Gnome3ReleaseParty English version: GNOME 3 release party in The [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.gnome3.org/">Gnome 3</a> komt officieel uit op 6 april 2011. Om dat te vieren organiseert Gnome-NL een launch party in Den Haag op donderdag 7 april.<br />
<a href="http://vanschouwen.info/nerdynotes/wp-content/uploads/2011/03/gnome_head.png"><img src="http://vanschouwen.info/nerdynotes/wp-content/uploads/2011/03/gnome_head.png" alt="Winning Gnome 3 T-shirt design" title="Gnome Head" width="583" height="409" class="aligncenter size-full wp-image-509" /></a><br />
De toegang is gratis, aanmelding is niet verplicht maar wel gewenst. (Dat mag ook in de comments.) Voor meer details zie: <a href="http://revspace.nl/RevelationSpace/Gnome3ReleaseParty">http://revspace.nl/RevelationSpace/Gnome3ReleaseParty</a></p>
<p><em>English version: GNOME 3 release party in The Hague on April 7th. Free entrance, but we appreciate it when you let us know in the comments if you plan to come.</em></p>
<p><strong>Location:</strong><br />
Revelation Space<br />
Binckhorstlaan 172<br />
2516 BG Den Haag<br />
<a href="http://revspace.nl/RevelationSpace/ContactAndRoute">Routebeschrijving / directions</a></p>
<p><strong>Programme:</strong><br />
19u00: Doors open<br />
20u00: Short demo of Gnome 3<br />
all the time: drinks and friendly nerds<br />
late:  The End</p>
]]></content:encoded>
			<wfw:commentRss>http://vanschouwen.info/nerdynotes/?feed=rss2&#038;p=508</wfw:commentRss>
		<slash:comments>1</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/3.0/nl/</creativeCommons:license>
	</item>
		<item>
		<title>2 maart: Kies voor de toekomst!</title>
		<link>http://vanschouwen.info/nerdynotes/?p=502</link>
		<comments>http://vanschouwen.info/nerdynotes/?p=502#comments</comments>
		<pubDate>Mon, 28 Feb 2011 12:38:12 +0000</pubDate>
		<dc:creator>reinout</dc:creator>
				<category><![CDATA[Green]]></category>
		<category><![CDATA[Nederlands]]></category>
		<category><![CDATA[Political]]></category>

		<guid isPermaLink="false">http://vanschouwen.info/nerdynotes/?p=502</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<div id="attachment_503" class="wp-caption aligncenter" style="width: 508px"><a title="Kiesvoordetoekomst.nl" href="http://kiesvoordetoekomst.nl/"><img class="size-full wp-image-503" title="Kies GroenLinks" src="http://vanschouwen.info/nerdynotes/wp-content/uploads/2011/02/kiesGroenLinks.png" alt="Jouw stem maakt het verschil. Kies voor de toekomst, kies GroenLinks" width="498" height="58" /></a><p class="wp-caption-text">Kies voor groen, openbaar vervoer en een toekomstbestendige economie</p></div>
]]></content:encoded>
			<wfw:commentRss>http://vanschouwen.info/nerdynotes/?feed=rss2&#038;p=502</wfw:commentRss>
		<slash:comments>2</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/3.0/nl/</creativeCommons:license>
	</item>
		<item>
		<title>Gnome 3: tab scrolling, and some other remarks</title>
		<link>http://vanschouwen.info/nerdynotes/?p=498</link>
		<comments>http://vanschouwen.info/nerdynotes/?p=498#comments</comments>
		<pubDate>Tue, 08 Feb 2011 22:57:45 +0000</pubDate>
		<dc:creator>reinout</dc:creator>
				<category><![CDATA[GNOME]]></category>
		<category><![CDATA[nerdy stuff]]></category>

		<guid isPermaLink="false">http://vanschouwen.info/nerdynotes/?p=498</guid>
		<description><![CDATA[Last week I spent a little time testing GNOME 3 on the Fedora test day. In general, things are shaping up nicely. I was pleasantly surprised that I had no 3D driver issues any more on either of my two laptops (using the free intel and radeon drivers). Some things are not ready for prime [...]]]></description>
			<content:encoded><![CDATA[<p>Last week I spent a little time testing <a title="GNOME 3 - Made of easy" href="http://gnome3.org/">GNOME 3</a> on the <a href="https://fedoraproject.org/wiki/Test_Day:2011-02-03_GNOME3_Alpha">Fedora test day</a>.</p>
<p>In general, things are shaping up nicely. I was pleasantly surprised that I had no 3D driver issues any more on either of my two laptops (using the free intel and radeon drivers). Some things are not ready for prime time, such as dconf-editor that doesn&#8217;t provide a search option and doesn&#8217;t wrap long description labels, thereby forcing the window width to ridiculous proportions (<a title="Word wrap the key labels" href="https://bugzilla.gnome.org/show_bug.cgi?id=641292">bug 641292</a>).</p>
<p>However, one issue that&#8217;s <strong>really</strong> spoiling my user experience is the <a title="Removing tab scrolling from GtkNotebook" href="https://bugzilla.gnome.org/show_bug.cgi?id=630226">removal of mousewheel tab scrolling</a> from GtkNotebook. Apparently, this feature can give unexpected effects when your mousewheel is over-sensitive. I can even understand that one would want this to be off by default for new users. But to completely remove tab scrolling, something that people have come to rely upon over the years, without an option to turn it back on, is harsh.</p>
<p>To quote from the bug:</p>
<blockquote>
<pre id="comment_text_8">If the problem is that the mouse wheel can be too sensitive
leading to unexpected tab switches, IMHO the solution is to have a treshold by
default, much like drag-and-drop.</pre>
</blockquote>
<blockquote>
<pre id="comment_text_7">I would really want the functionality to stay in GTK. If there are really good
reasons fro some not to want this, I'd suggest a GtkSetting (that gnome's UI
configurator would show), controlling mouse wheel support for Notebooks,
ComboBox and other stuff (for consistency).</pre>
</blockquote>
<blockquote>
<pre>The end result of this change is that some applications are just implementing the functionality themselves now that it's been removed from Gtk+:
Which unfortunately results in inconsistant user interface... Tab scrolling
works in some programs but not others.</pre>
</blockquote>
<p>Although this issue certainly won&#8217;t cause any <a title="On laptop lids and power settings" href="http://afaikblog.wordpress.com/2011/02/03/on-laptop-lids-and-power-settings/">melting laptops</a> — please guys. Give me a break and provide a setting to re-enable this.</p>
]]></content:encoded>
			<wfw:commentRss>http://vanschouwen.info/nerdynotes/?feed=rss2&#038;p=498</wfw:commentRss>
		<slash:comments>24</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/3.0/nl/</creativeCommons:license>
	</item>
		<item>
		<title>GroenLinks-congres: Eerste Kamerlijst</title>
		<link>http://vanschouwen.info/nerdynotes/?p=488</link>
		<comments>http://vanschouwen.info/nerdynotes/?p=488#comments</comments>
		<pubDate>Fri, 04 Feb 2011 14:53:19 +0000</pubDate>
		<dc:creator>reinout</dc:creator>
				<category><![CDATA[Green]]></category>
		<category><![CDATA[Political]]></category>
		<category><![CDATA[politiek]]></category>

		<guid isPermaLink="false">http://vanschouwen.info/nerdynotes/?p=488</guid>
		<description><![CDATA[Ik heb de senator-stemwijzer van Simon Otjes ingevuld. (Nu ook nog in OpenDocument-formaat, Simon!) Het lijstje dat eruit kwam, komt redelijk overeen met de voorkeuren die ik al had. Er zijn enkele kandidaten van wie ik vind dat ze door hun acties in het verleden geen vertegenwoordigende functie zouden moeten bekleden voor de partij. Met [...]]]></description>
			<content:encoded><![CDATA[<p>Ik heb de <a href="http://cmonotjes.web-log.nl/vrijheid_gelijkheid/2010/12/senator-adviseur.html">senator-stemwijzer</a> van Simon Otjes ingevuld. (Nu ook nog in OpenDocument-formaat, Simon!)<br />
Het lijstje dat eruit kwam, komt redelijk overeen met de voorkeuren die ik al had. Er zijn enkele kandidaten van wie ik vind dat ze door hun acties in het verleden geen vertegenwoordigende functie zouden moeten bekleden voor de partij. Met name geldt dat voor Marten Wiersma, <a href="http://www.omroepzeeland.nl/131598/2010-11-27/groenlinks-likt-wonden-na-thermphos-debacle.html">bekend</a> van de Thermphos-uitzending van Zembla en later nog eens aan bod gekomen in <a href="http://tegenlicht.vpro.nl/afleveringen/2010-2011/nederland-op-de-tekentafel/florida-aan-de-schelde.html">Tegenlicht</a>. Ook zou ik Harry Borghouts willen adviseren om het even buiten de politiek te zoeken, al vind ik niet alle kritiek die hij over zich heen heeft gekregen terecht.</p>
<p>Mijn top-14 ziet er dan voorlopig zo uit:</p>
<ol>
<li>Tof Thissen</li>
<li>Brechtje Paardekooper</li>
<li>Harmen Binnema</li>
<li>Margreet de Boer</li>
<li>Tineke Strik</li>
<li>Ruard Ganzevoort</li>
<li>Marijke Vos</li>
<li>Jan Laurier</li>
<li>Michael Boddeke</li>
<li>Han Warmelink</li>
<li>Kees Duijvestein</li>
<li>Yolan Koster-Dreese</li>
<li>Cees van Eijk</li>
<li>Ties de Ruijter</li>
</ol>
<p>Ik las dat er morgen 1500 mensen naar Vredenburg komen. Dat zal dan het drukste congres zijn dat ik ooit heb bijgewoond. Behalve Kunduz en de lijst voor de Eerste Kamer staan er nog meer zaken op de agenda, waaronder niet in de laatste plaats de motie <a title="Werkgroep ICT" href="http://werkgroepict.groenlinks.nl/node/60351">Open Source Softwarebeleid</a> van de werkgroep ICT. Het partijbestuur ontraadt die jammer genoeg. De site <a title="Open Trends" href="http://www.opentrends.nl/2011/02/03/column-groenlinks-laat-kans-liggen/">Open Trends</a> heeft daar een aardige analyse van.</p>
<p>Laten we er een kritisch maar positief congres van maken!</p>
]]></content:encoded>
			<wfw:commentRss>http://vanschouwen.info/nerdynotes/?feed=rss2&#038;p=488</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/3.0/nl/</creativeCommons:license>
	</item>
		<item>
		<title>GroenLinks-congres 5 februari (update)</title>
		<link>http://vanschouwen.info/nerdynotes/?p=485</link>
		<comments>http://vanschouwen.info/nerdynotes/?p=485#comments</comments>
		<pubDate>Mon, 24 Jan 2011 12:14:32 +0000</pubDate>
		<dc:creator>reinout</dc:creator>
				<category><![CDATA[Nederlands]]></category>
		<category><![CDATA[Political]]></category>

		<guid isPermaLink="false">http://vanschouwen.info/nerdynotes/?p=485</guid>
		<description><![CDATA[Werkgroep ICT Voor het GroenLinks congres van 5 februari 2011 zal de werkgroep een motie indienen voor hernieuwde focus op het gebied van (het gebruik van) open en vrije software en open standaarden binnen de partij. De werkgroep ICT ziet sinds 2006 &#8211; sinds de motie Martens &#8211; positieve verandering aangaande het gebruik van open [...]]]></description>
			<content:encoded><![CDATA[<h2>Werkgroep ICT</h2>
<p>Voor het GroenLinks congres van 5 februari 2011 zal de werkgroep een motie indienen voor hernieuwde focus op het gebied van (het gebruik van) open en vrije software en open standaarden binnen de partij. De werkgroep ICT ziet sinds 2006 &#8211; sinds de motie Martens &#8211; positieve verandering aangaande het gebruik van open source en open standaarden binnen GroenLinks, maar betreurt het dat recente voorbeelden aantonen dat deze verandering nog geenszins compleet is.<br />
<a href="http://werkgroepict.groenlinks.nl/node/60351">Lees de motie op de webpagina van de Werkgroep ICT!</a></p>
<p><strong>UPDATE</strong></p>
<div>Uit overleg met het partijbestuur is gebleken dat de aanschaf van dure en gesloten CRM-software toch nog niet rond is. Een open oplossing behoort nog steeds tot de mogelijkheden. Dat heeft ons ertoe gebracht de motie in gewijzigde vorm in te dienen:</div>
<blockquote>
<div>
<strong>Motie Beleid Open Source Software<br />
</strong><br />
Het congres van GroenLinks, bijeen op 5 februari 2011,<br />
Gehoord de beraadslaging,</p>
<p>Constaterende<br />
·dat de in 2006 aangenomen motie waarin het bestuur van GroenLinks werd opgeroepen om uitvoering en prioriteit te geven aan het gebruik van open standaarden en (vrije) software met open broncode binnen de partij heeft geleid tot positieve veranderingen op dit gebied;<br />
·dat veel afdelingen, werkgroepen en fracties nog altijd gebruik maken<br />
van software waarvan de broncode niet beschikbaar is en geen open<br />
standaarden toepassen;</p>
<p>Overwegende<br />
·dat de partij naar buiten toe open standaarden en (vrije) software met<br />
open broncode een warm hart toedraagt;<br />
·dat voor een juist beleid op het gebied van open standaarden en (vrije)<br />
software met open broncode inhoudelijke kennis en advies beschikbaar<br />
moet zijn;</p>
<p>Verzoekt het bestuur van GroenLinks<br />
·er voor te zorgen dat advies bij software-aankooptrajecten binnen de<br />
partij wordt ingewonnen bij bedrijven of personen met bewezen kennis en<br />
kunde op het gebied van open standaarden en (vrije) software met open<br />
broncode;<br />
·bij ICT-projecten waar mogelijk de samenwerking te zoeken met<br />
zusterpartijen in het buitenland en de EGP om zodoende schaalvoordeel te behalen;<br />
·om te bewerkstelligen dat kennis omtrent het belang en het gebruik van<br />
open standaarden en (vrije) software met open broncode onderdeel gaat<br />
uitmaken van scholingstrajecten voor het partijkader;</p>
<p>En gaat over tot de orde van de dag.</p>
<p><strong>Toelichting</strong><br />
De werkgroep ICT ziet sinds 2006 &#8211; sinds de motie Martens &#8211; positieve<br />
verandering aangaande het gebruik van open source en open standaarden binnen de partij, maar ziet recentelijk belangrijke aankooptrajecten waarbij door te weinig kennis van open source zowel binnen de partij als bij externe adviseurs het risico bestaat toch te kiezen voor gesloten, niet vrije software. Om dit nu en in de toekomst te voorkomen is juist advies en opleiding cq. voorlichting noodzakelijk. Deze motie roept het bestuur op dit te realiseren.<br />
<span style="font-size: small;"><span style="font-size: small;"><span><br />
</span></span></span></div>
</blockquote>
]]></content:encoded>
			<wfw:commentRss>http://vanschouwen.info/nerdynotes/?feed=rss2&#038;p=485</wfw:commentRss>
		<slash:comments>1</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/3.0/nl/</creativeCommons:license>
	</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.209 seconds -->

