<?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>benn:org</title>
	<atom:link href="http://benn.org/feed/" rel="self" type="application/rss+xml" />
	<link>http://benn.org</link>
	<description></description>
	<lastBuildDate>Tue, 06 Dec 2011 08:49:37 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.5</generator>
		<item>
		<title>Makerplatz live documentation</title>
		<link>http://benn.org/2011/10/08/makerplatz-live/</link>
		<comments>http://benn.org/2011/10/08/makerplatz-live/#comments</comments>
		<pubDate>Sat, 08 Oct 2011 21:59:20 +0000</pubDate>
		<dc:creator>meinhard</dc:creator>
				<category><![CDATA[life]]></category>

		<guid isPermaLink="false">http://benn.org/?p=475</guid>
		<description><![CDATA[A week ago various &#8220;makers&#8221; from around Moritzplatz in Berlin Kreuzberg hacked the public space surrounding them and celebrated Makerplatz. During two days dozens of micro events and performances took place between different locations in the area. To capture the decentralised nature of Makerplatz, to document and to give orientation while things are happening throughout [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://benn.org/wp/wp-content/uploads/benn/2011/10/makerplatz_screenshot.png"><img class="size-thumbnail wp-image-478 alignright" title="makerplatz_screenshot" src="http://benn.org/wp/wp-content/uploads/benn/2011/10/makerplatz_screenshot-150x150.png" alt="" width="150" height="150" /></a>A week ago various &#8220;makers&#8221; from around Moritzplatz in Berlin Kreuzberg hacked the public space surrounding them and celebrated <a href="http://makerplatz.net/">Makerplatz</a>. During two days dozens of micro events and performances took place between different locations in the area. To capture the decentralised nature of Makerplatz, to document and to give orientation while things are happening throughout the day, performer <a href="http://per-aspera.net/">Brina Stinehelfer</a> inspired a live internet broadcast performance.</p>
<p>Following the everyone-is-a-publisher spirit of the early internet days a DIY set-up was quickly cooked up using available technology: A smartphone with a free live-streaming app, the app&#8217;s website repeating and archiving the streams and the Makerplatz website to announce content. Done. The videos were played live on a battery-powered mobile info point and projected in the <a href="http://betahaus.de/">Betahaus</a> café. All what was needed now was Brina to walk around and report live. See the <a href="http://qik.com/makerplatz/videos">83 videos</a> she took at <a title="Qik: Makerplatz" href="http://qik.com/makerplatz">qik.com/makerplatz</a>.</p>
<h3>Making Of</h3>
<p>Initially I was not even going to <em>be</em> at Makerplatz, but invited by Judith of <a href="http://www.trial-error.org/">Trial&amp;Error</a> and lured by free food I hung around a preparation meeting hosted by <a href="http://www.platoon.org/">Platoon</a> in Mitte three days before the event. Suddenly I found myself in a discussion about wireless mesh clouds on Moritzplatz and video streams from mobile phones. I decided quickly that I want to be part of the performance, shuffled around my travel plans a little and agreed to give technical support on site.</p>
<p>After a quick evaluation of alternatives the centrepiece of the broadcast became <a href="http://qik.com/">Qik</a>, a freemium live video sharing site with apps for all major mobile platforms, recently bought by $kype. We used a recent Android phone by HTC with 2 cameras. Once <a href="https://market.android.com/details?id=com.qik.android">the app</a> was installed and a Qik account was created we could already record video on the phone and view it on qik.com a few seconds later. We tested with a free Qik account first, but it&#8217;s limited to 20-something clips, so we upgraded to a free premium trial. Note to self: Don&#8217;t forget to cancel premium account in 2 weeks from now.</p>
<p>On this particular phone a live broadcast was lacking video and fluent audio when viewing it on qik.com during recording. But once recording was stopped and the clip was completely uploaded, sound and video were fine. Other Android phones had no problem broadcasting video while it was being recorded, so you might want to try different handsets and see which one works best for you. Also make sure to share videos publicly by tapping the padlock in the record screen to open it, otherwise you won&#8217;t see the videos on the public channel. This was a gotcha for us a few times. ;)</p>
<p>Brina&#8217;s phone was connected to the internet via roaming between 3G, HSDPA and wireless, which worked out quite well. The screen at the mobile info-point however was relying on a wireless connection of a café at Moritzplatz, which faded away in the afternoon. Next time we&#8217;ll make sure to have a USB dongle for mobile internet and then be able to move around independently.</p>
<p>On the morning of the second day I wrote a small HTML page (<a href="http://benn.org/makerplatz/">benn.org/makerplatz</a>) which plays the latest video from the <a href="http://qik.com/makerplatz/latest-videos">qik.com/makerplatz/latest-videos</a> RSS stream when loaded. I am using <a href="http://plugins.jquery.com/project/jFeed">jFeed</a> with its PHP RSS proxy for parsing the feed. Due to the lack of JavaScript events fired by the Qik player and missing playing time in the RSS feed, the page simply refreshes every few minutes to play the next video if it&#8217;s there. This is less than ideal, but it&#8217;s the only solution I could come up with in the little time I gave myself for this. Initially I tried using the <a href="http://qikapi.pbworks.com/w/page/5534962/FrontPage">Qik JavaScript API</a>, which proved to be pretty useless due to cross-domain security limitations, and I highly doubt that anyone ever successfully implemented it. A friendly email to request an API key still hasn&#8217;t been replied to. In summary: Forget about the Qik JavaScript API.</p>
<p>Yay, that was a fun 3 day hack. I wish I could have done this using <a href="http://en.wikipedia.org/wiki/Free_software">free/open-source technology</a>, but I&#8217;ll leave this for next time. :) Thanks to Judith, Brina, Manuela, Jay, Marcello and all other makers at Makerplatz! :)</p>
]]></content:encoded>
			<wfw:commentRss>http://benn.org/2011/10/08/makerplatz-live/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Fair PC mouse project</title>
		<link>http://benn.org/2011/05/29/fair-pc-mouse-project/</link>
		<comments>http://benn.org/2011/05/29/fair-pc-mouse-project/#comments</comments>
		<pubDate>Sun, 29 May 2011 14:28:13 +0000</pubDate>
		<dc:creator>meinhard</dc:creator>
				<category><![CDATA[hack]]></category>
		<category><![CDATA[hamburg]]></category>
		<category><![CDATA[life]]></category>

		<guid isPermaLink="false">http://benn.org/?p=460</guid>
		<description><![CDATA[Yesterday I was invited to join some friends visiting the Good Goods trade fair about sustainable consumption here in Hamburg. Next to the usual suspects such as clothing manufacturers, financial services vendors, energy traders, governmental organisations, publishers, food producers and about half a dozen different organic lemonade brands (samples, yeah!), my personal highlight was the tiny [...]]]></description>
			<content:encoded><![CDATA[<p>Yesterday I was invited to join some friends visiting the <a href="http://www.goodgoods.de/en/homepage/">Good Goods</a> trade fair about sustainable consumption here in Hamburg. Next to the usual suspects such as clothing manufacturers, financial services vendors, energy traders, governmental organisations, publishers, food producers and about half a dozen different organic lemonade brands (samples, yeah!), my personal highlight was the tiny booth of <a href="http://phefe.de/">PHeFE</a> (de). Phefe is the ambitious project of researcher Susanne Jordan, aiming to create fair (as in <a href="http://en.wikipedia.org/wiki/Fair_trade">fair-trade</a>) alternatives for consumer electronics, starting with a self-designed computer mouse.</p>
<p>Phefe continues where Goliath corporations fail to deliver again and again, to go beyond labelling energy saving and recyclable devices as &#8220;Green IT&#8221; and make the entire production of electronics a process that respects basic human rights. As an example the documentary <a href="http://bloodinthemobile.org/">Blood in the Mobile</a> illustrates vividly how mining minerals used in mobile phones is directly linked to local wars. But also sweatshop like labour conditions in product assembly lines are very common, with Foxconn (Apple, Asus, Nokia, Sony Ericsson) <a href="http://en.wikipedia.org/wiki/Foxconn#Controversies">controversies</a> unfortunately only being the tip of the iceberg.</p>
<p>The fair PC mouse is not yet available for purchase, but production is planned to start in 2011. So look forward to the Phefe mouse becoming what coffee was to fair-trade foods and hopefully initiating a paradigm shift in the consumer electronics sector. I will keep you updated!</p>
<p>Phefe and Blood in the Mobile are supported by  <a href="http://makeitfair.org/">Make IT Fair</a>, a campaign by several consumer watchdogs and other NGOs &#8211; well worth checking out. Wow, things are happening! :)</p>
<p>Other Good Goods I like:</p>
<ul>
<li><a href="http://www.nabu-umwelt-tarif.de/">Nabu environment phone tariff</a> (de) &#8211; a bit expensive compared to other discounters, but a good idea, will stay with my current provider &#8211; <a href="http://www.telecompaper.com/news/e-plus-nabu-launch-environmental-friendly-mobile-tariff">English summary</a></li>
<li><a href="http://www.biobob.com/">Biobob</a> (de) - organic fruits crate to your office, met one of the founders, lovely people, will order there next time</li>
<li><a href="http://www.nexthamburg.de/">Next Hamburg</a> (de) - participatory city planning, fresh approach, I filed a complaint about run-down cycle tracks</li>
<li><a href="http://www.glore-hamburg.de/">Glore</a> (de) &#8211; organic clothing, I got stuff from their Karoviertel shop a month ago</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://benn.org/2011/05/29/fair-pc-mouse-project/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My first glider flight</title>
		<link>http://benn.org/2011/05/07/my-first-glider-flight/</link>
		<comments>http://benn.org/2011/05/07/my-first-glider-flight/#comments</comments>
		<pubDate>Sat, 07 May 2011 20:01:06 +0000</pubDate>
		<dc:creator>meinhard</dc:creator>
				<category><![CDATA[free]]></category>
		<category><![CDATA[life]]></category>

		<guid isPermaLink="false">http://benn.org/?p=440</guid>
		<description><![CDATA[Today a dream of mine came true &#8211; I was passenger in a 39 minutes glider flight! We were lucky with thermal updraft and reached 1800 metres within a few minutes. &#8220;Yeehaa, this one is like an elevator!&#8221;, Bernd, the pilot cheered while spiraling us up into the sky. The tiny airfield in Pinnow near Schwerin/Germany is [...]]]></description>
			<content:encoded><![CDATA[<div id="_mcePaste">
<p><a href="http://benn.org/wp/wp-content/uploads/benn/2011/05/puchacz_pinnow.jpg"><img class="alignright size-thumbnail wp-image-447" title="puchacz glider in pinnow" src="http://benn.org/wp/wp-content/uploads/benn/2011/05/puchacz_pinnow-150x150.jpg" alt="" width="150" height="150" /></a>Today a dream of mine came true &#8211; I was passenger in a 39 minutes glider flight! We were lucky with <a href="http://en.wikipedia.org/wiki/Thermal">thermal</a> updraft and reached 1800 metres within a few minutes. &#8220;Yeehaa, this one is like an elevator!&#8221;, Bernd, the pilot cheered while spiraling us up into the sky.</p>
<p>The tiny <a href="http://www.fliegerclub-pinnow.de/">airfield in Pinnow</a> near Schwerin/Germany is just minutes from the house I grew up in. When I was young I spent many weekends watching the gliders go up and lying in the grass to get the thrill of them flying extremely close over my head when landing. On competition days I counted up to 50 gliders in one big spiral. My mum and my dad used to fly them as well. Yet I never dared to get onto one myself. Until today. :)</p>
</div>
<p>I am fascinated by how gliders fly with updraft just like big birds. The glider is pulled up by a winch on the ground, unlinks the metal rope (drops a good bit right afterwards, ugh!) and then it&#8217;s up to the skill of the pilot and the weather conditions how long you will stay in the air. Free like a bird. No fumes, no noise.</p>
<p><a href="http://benn.org/wp/wp-content/uploads/benn/2011/05/above_pinnow.jpg"><img class="size-thumbnail wp-image-449 alignright" title="above pinnow" src="http://benn.org/wp/wp-content/uploads/benn/2011/05/above_pinnow-150x150.jpg" alt="" width="150" height="150" /></a></p>
<p><a href="http://benn.org/wp/wp-content/uploads/benn/2011/05/above_pinnow.jpg"></a>It&#8217;s an art to find those updrafts. When like today there are no clouds that indicate updraft, you need to either find some circling big birds to follow or search for it by</p>
<p>flying one direction until you are pushed up a little. You then need to create a mental image of where the column of rising air stands and spiral up in it. You can also &#8220;fall&#8221; out of the column. That&#8217;s fun! Think roller coaster. :)</p>
<p>One of the things that made this trip so unreal is how fast you move around space. You are circling over the old city one minute, then a few moments later you are racing down towards the runway and before you can think you are standing on grass again and hear birds twitter. That seriously messes with your head, man. Well, that and the large quantities of adrenalin in your system I assume.</p>
<p>Enjoy some nice views of my home town from above and lots of whistling and howling in this <a title="Vimeo: Glider flight in Pinnow near Schwerin/Germany, 7 May 2011" href="http://vimeo.com/23414030">video</a> that I made with my phone.</p>
]]></content:encoded>
			<wfw:commentRss>http://benn.org/2011/05/07/my-first-glider-flight/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Legal Warning</title>
		<link>http://benn.org/2010/08/27/legal-warning/</link>
		<comments>http://benn.org/2010/08/27/legal-warning/#comments</comments>
		<pubDate>Fri, 27 Aug 2010 13:44:21 +0000</pubDate>
		<dc:creator>meinhard</dc:creator>
				<category><![CDATA[free]]></category>
		<category><![CDATA[life]]></category>
		<category><![CDATA[london]]></category>
		<category><![CDATA[legal]]></category>
		<category><![CDATA[squat]]></category>

		<guid isPermaLink="false">http://benn.org/?p=416</guid>
		<description><![CDATA[Section 6 Criminal Law Act 1977, as amended by Criminal Justice and Public Order Act 1994 (United Kingdom, applies to England and Wales) Take notice That we live in this property, it is our home and we intend to stay here. That at all times there is at least one person in this property. That any entry [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://benn.org/wp/wp-content/uploads/benn/2010/08/SNV81604.jpg"><img class="alignright size-thumbnail wp-image-420 " title="Our house in August 2010" src="http://benn.org/wp/wp-content/uploads/benn/2010/08/SNV81604-150x150.jpg" alt="" width="150" height="150" /></a></p>
<p><a href="http://www.uk-legislation.hmso.gov.uk/RevisedStatutes/Acts/ukpga/1977/cukpga_19770045_en_3">Section 6 Criminal Law Act 1977</a>, as amended by <a href="http://www.opsi.gov.uk/acts/acts1994/ukpga_19940033_en_1">Criminal Justice and Public Order Act 1994</a> (United Kingdom, applies to <a href="http://en.wikipedia.org/wiki/England_and_Wales">England and Wales</a>)</p>
<h3>Take notice</h3>
<ul>
<li>That we live in this property, it is our home and we intend to stay here.</li>
<li>That at all times there is at least one person in this property.</li>
<li>That any entry or attempt to enter into this property without our permission is a criminal offence as any one of us who is in physical possession is opposed to entry without our permission.</li>
<li>That if you attempt to enter by violence or by threatening violence we will prosecute you. You may receive a sentence of up to six months imprisonment and/or a fine of up to £5,000.</li>
<li>That if you want to get us out you will have to issue a claim in the County Court or in the High Court, or produce to us a written statement or certificate in terms of S.12A Criminal Law Act, 1977 (as inserted by Criminal Justice and Public Order Act, 1994).</li>
<li>That it is an offence under S.12A (8) Criminal Law Act 1977 (as amended) to knowingly make a false statement to obtain a written statement for the purposes of S. 12A. A person guilty of such an offence may receive a sentence of up to six months imprisonment and/or a fine of up to £5,000.</li>
</ul>
<p>Signed</p>
<p><em>The Occupiers</em></p>
<p>(To be posted at the entrance of a <a href="http://en.wikipedia.org/wiki/Squatting">squatted</a> property, also valid if not signed by name)</p>
<p>This states the current squatter&#8217;s rights in England and Wales and basically means that the owner or landlady/landlord of a property can not evict you from your squat without going through court, proving that they are the owners and that the last tenancy has ended. Court procedures usually take weeks or months, so once you are in you will have a <a title="TNT magazine: Squatting in London" href="http://www.tntmagazine.com/tnt_today/london_stories/london-stories/squatting-in-london.aspx">home for a while</a>. If they try to evict illegally they can end up in prison for 6 months and having to pay £5,000 (currently around €6000) in fines. This makes squatting more or less legal in England and Wales. Sweet.</p>
<p><a href="http://benn.org/wp/wp-content/uploads/benn/2010/07/SNV81590.jpg"><img class="alignright size-thumbnail wp-image-413" title="Our garden in July 2010" src="http://benn.org/wp/wp-content/uploads/benn/2010/07/SNV81590-150x150.jpg" alt="" width="150" height="150" /></a>We have an upcoming court case for one flat in our squat on 3 September 2010. Visiting the <a href="http://www.squatter.org.uk/">Advisory Service For Squatters</a> (ASS) office at Whitechapel today should allow us to get a good defense going. We suspect that the owner (council) wants to save some paperwork by getting an eviction warrant for one flat and evict the other flat while they are at it on eviction day. Which, of course, is not legal..</p>
<p>Until then we will continue to take good care of the building: keep it clean, fix little damages, trim plants in the garden, prevent decay and be good neighbours &#8211; while enjoying a free home with a garden in <a href="http://en.wikipedia.org/wiki/Brixton">Brixton</a>. :)</p>
]]></content:encoded>
			<wfw:commentRss>http://benn.org/2010/08/27/legal-warning/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>XMPP: Private XML storage with strophe.js and ejabberd</title>
		<link>http://benn.org/2010/05/11/xmpp-private-xml-storage-with-strophe-js-and-ejabberd/</link>
		<comments>http://benn.org/2010/05/11/xmpp-private-xml-storage-with-strophe-js-and-ejabberd/#comments</comments>
		<pubDate>Tue, 11 May 2010 14:42:13 +0000</pubDate>
		<dc:creator>meinhard</dc:creator>
				<category><![CDATA[hack]]></category>
		<category><![CDATA[bosh]]></category>
		<category><![CDATA[ejabberd]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[strophe]]></category>
		<category><![CDATA[xml]]></category>
		<category><![CDATA[xmpp]]></category>

		<guid isPermaLink="false">http://benn.org/?p=357</guid>
		<description><![CDATA[During the last days I was playing around with a Javascript web chat application using strophe.js. To save user preferences on the ejabberd XMPP server I use Private XML storage (XEP-0049). The specification is pretty straight forward, but due to the lack of a real world example it still took me a while to get [...]]]></description>
			<content:encoded><![CDATA[<p>During the last days I was playing around with a Javascript web chat application using <a href="http://code.stanziq.com/strophe/">strophe.js</a>. To save user preferences on the <a href="http://ejabberd.im/">ejabberd</a> <a title="Wikipedia: XMPP" href="http://en.wikipedia.org/wiki/Extensible_Messaging_and_Presence_Protocol">XMPP</a> server I use <a href="http://xmpp.org/extensions/xep-0049.html">Private XML storage (XEP-0049)</a>. The specification is pretty straight forward, but due to the lack of a real world example it still took me a while to get it working &#8212; hence this post. Thanks to <em>badlop</em> from the ejabberd@conference.jabber.ru XMPP chat room for valuable pointers. Here is how I did it:</p>
<p><strong>1. Make sure mod_http_bind and mod_private are activated in ejabberd.cfg:</strong></p>
<pre>{modules,
 [
  {mod_http_bind, []},
  {mod_private, []},
  ...
 ]}.</pre>
<p><strong>2. Open BOSH connection to XMPP server (in your Javascript application):</strong></p>
<pre>sc = new Strophe.Connection('/http-bind/');
sc.connect('user@example.org', 'password');</pre>
<p><strong>3. Build and send IQ stanza for storing data:</strong></p>
<pre>var stanza = $iq({type: 'set', id: '_set1'})
  .c('query', {xmlns: 'jabber:iq:private'})
  .c('myclient', {xmlns: 'myclient:prefs'})
  .c('mypreference', 'yes')
  .tree();
sc.sendIQ(stanza);</pre>
<p>Replace &#8220;myclient&#8221; and &#8220;myclient:prefs&#8221; with your own invented namespace and use your key/value names instead of &#8220;mypreference&#8221;/&#8221;yes&#8221;.</p>
<p>The IQ stanza sent to the server will look something like this:</p>
<pre>&lt;iq type='set' id='_set1' xmlns='jabber:client'&gt;
  &lt;query xmlns='jabber:iq:private'&gt;
    &lt;myclient xmlns='myclient:prefs'&gt;
      &lt;mypreference&gt;yes&lt;/mypreference&gt;
    &lt;/myclient&gt;
  &lt;/query&gt;
&lt;/iq&gt;</pre>
<p>Server response:</p>
<pre>&lt;iq xmlns='jabber:client' from='...' to='...' id='_set1' type='result'&gt;
  &lt;query xmlns='jabber:iq:private'/&gt;
&lt;/iq&gt;</pre>
<p><strong>4. Build and send IQ stanza for retrieving data:</strong></p>
<pre>var stanza = $iq({type: 'get', id: '_get1'})
  .c('query', {xmlns: 'jabber:iq:private'})
  .c('myclient', {xmlns: 'myclient:prefs'})
  .tree();
sc.sendIQ(stanza, parsePrefs);

function parsePrefs(element) {
  ...
}</pre>
<p>Sent to server:</p>
<pre>&lt;iq type='get' id='_get1' xmlns='jabber:client'&gt;
  &lt;query xmlns='jabber:iq:private'&gt;
    &lt;myclient xmlns='myclient:prefs'/&gt;
  &lt;/query&gt;
&lt;/iq&gt;</pre>
<p>Server response:</p>
<pre>&lt;iq xmlns='jabber:client' from='...' to='...' id='_get1' type='result'&gt;
  &lt;query xmlns='jabber:iq:private'&gt;
    &lt;myclient xmlns='myclient:prefs'&gt;
      &lt;mypreference&gt;yes&lt;/mypreference&gt;
    &lt;/myclient&gt;
  &lt;/query&gt;
&lt;/iq&gt;</pre>
<p><strong>5. Write parsePrefs() function and enjoy your XML storage! :)</strong></p>
<p>Questions?</p>
]]></content:encoded>
			<wfw:commentRss>http://benn.org/2010/05/11/xmpp-private-xml-storage-with-strophe-js-and-ejabberd/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>FOSDEM, meeting Robin Upton</title>
		<link>http://benn.org/2010/02/08/fosdem-meeting-robin-upton/</link>
		<comments>http://benn.org/2010/02/08/fosdem-meeting-robin-upton/#comments</comments>
		<pubDate>Mon, 08 Feb 2010 18:52:40 +0000</pubDate>
		<dc:creator>meinhard</dc:creator>
				<category><![CDATA[life]]></category>

		<guid isPermaLink="false">http://benn.org/?p=345</guid>
		<description><![CDATA[I am so glad to have met Robin Upton at this year&#8217;s FOSDEM conference in Brussels. Robin initiated Altruists International a few years back and is doing elaborate non-formal research in the field of gift economies. While at FOSDEM (where the only other talk I attended was about strophe.js, an XMPP library designed for the [...]]]></description>
			<content:encoded><![CDATA[<p>I am so glad to have met <a title="Robin Upton" href="http://www.robinupton.com/">Robin Upton</a> at this year&#8217;s <a href="http://fosdem.org/">FOSDEM</a> conference in Brussels. Robin initiated <a href="http://www.altruists.org/">Altruists International</a> a few years back and is doing elaborate non-formal research in the field of <a href="http://wiki.gifteconomy.org/">gift economies</a>.</p>
<p>While at FOSDEM (where the only other talk I attended was about <a href="http://code.stanziq.com/strophe/">strophe.js</a>, an XMPP library designed for the real-time web I was playing with recently) and visiting a <a href="http://www.writingwithchocolate.com/reviews/neuhaus_outlet/">chocolate factory outlet</a> a bit outside Brussels, Robin, Dante and I mainly discussed his ongoing project <a href="http://www.altruists.org/projects/ge/ff/">Friend2Friend</a> &#8212; a possible technical back-end to a fully independent and distributed gift economy. The software is still a prototype, but I believe it is important pioneering work that encourages new ways of thinking about our data, how it is processed and stored.</p>
<p>Robin is a kind and loving altruist and an inspiring thinker with a strong mathematics background. Believe it or not, his black framed glasses are actually fixed with sticky tape, hehe. Please do invite him to talk about his ideas! He will roam about Europe a bit longer and return to East Asia at some point.</p>
<p>Thanks to <a href="http://goldstine.org/">Petter</a>, <a href="http://hitchwiki.org/en/Dante">Dante</a> and <a href="http://guaka.org/">Kasper</a> for connecting us.</p>
]]></content:encoded>
			<wfw:commentRss>http://benn.org/2010/02/08/fosdem-meeting-robin-upton/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>22:22:22</title>
		<link>http://benn.org/2009/11/22/222222/</link>
		<comments>http://benn.org/2009/11/22/222222/#comments</comments>
		<pubDate>Sun, 22 Nov 2009 21:49:28 +0000</pubDate>
		<dc:creator>meinhard</dc:creator>
				<category><![CDATA[hack]]></category>
		<category><![CDATA[life]]></category>

		<guid isPermaLink="false">http://benn.org/?p=329</guid>
		<description><![CDATA[meinhard@monkey:~$ date Sun Nov 22 22:22:20 CET 2009 meinhard@monkey:~$ date Sun Nov 22 22:22:21 CET 2009 meinhard@monkey:~$ date Sun Nov 22 22:22:22 CET 2009]]></description>
			<content:encoded><![CDATA[<p><code>meinhard@monkey:~$ date<br />
Sun Nov 22 22:22:20 CET 2009<br />
meinhard@monkey:~$ date<br />
Sun Nov 22 22:22:21 CET 2009<br />
meinhard@monkey:~$ date<br />
Sun Nov 22 22:22:22 CET 2009<br />
</code></p>
]]></content:encoded>
			<wfw:commentRss>http://benn.org/2009/11/22/222222/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Resize Image Nautilus Script v1.0 released</title>
		<link>http://benn.org/2009/08/19/resize-image-nautilus-script-released/</link>
		<comments>http://benn.org/2009/08/19/resize-image-nautilus-script-released/#comments</comments>
		<pubDate>Wed, 19 Aug 2009 10:57:42 +0000</pubDate>
		<dc:creator>meinhard</dc:creator>
				<category><![CDATA[free]]></category>
		<category><![CDATA[hack]]></category>
		<category><![CDATA[life]]></category>

		<guid isPermaLink="false">http://benn.org/?p=302</guid>
		<description><![CDATA[I just uploaded the first public release of my Resize Image Nautilus Script. It&#8217;s a small extension to GNOME, the desktop manager used by Ubuntu. The script allows you to easily shrink image files to a sane size with two mouse clicks: Right-click a photo, choose &#8220;Resize Image&#8221;, done. The files size of pictures will [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://benn.org/wp/wp-content/uploads/benn/2009/08/nautilus-resize-image_progress.png"><img class="alignright size-thumbnail wp-image-275" title="Script in action" src="http://benn.org/wp/wp-content/uploads/benn/2009/08/nautilus-resize-image_progress-150x150.png" alt="Script in action" width="150" height="150" /></a></p>
<p>I just uploaded the first public release of my <a href="/software/nautilus-resize-image/">Resize Image Nautilus Script</a>. It&#8217;s a small extension to <a href="http://www.gnome.org/">GNOME</a>, the desktop manager used by Ubuntu. The script allows you to easily shrink image files to a sane size with two mouse clicks:</p>
<p>Right-click a photo, choose &#8220;Resize Image&#8221;, done. The files size of pictures will be reduced to around 50 &#8211; 150 KB, depending on the selected target size. This one is for all you people that send me 3 MB holiday snapshots by email &#8212; who needs 10 megapixel photos anyway? ;)</p>
<p>Thanks to Ani and Tino, who hosted me at <a href="http://rekoverm.com/">Pension Sighisoara</a> while I was finalising my first fully documented <a title="Wikipedia: GPL" href="http://en.wikipedia.org/wiki/GNU_General_Public_License">GPL</a> software release.</p>
<p>Throwing together a quick hack for your own use is one thing, but preparing your creation to be used and extended by others (translation: make idiot-proof) takes a good few more hours. Add comments and safety nets in the code, polish the interface, think of future extensions, test on other computers (I should have done that, but I leave that part to you, hehe), write <a title="README file" href="http://sandbox.benn.org/nau/nautilus-resize-image_1.0/README">documentation</a>, make <a href="http://benn.org/software/nautilus-resize-image/#screenshots">screenshots</a>, create a <a href="http://benn.org/software/nautilus-resize-image/">software homepage</a> and <a title="GNOME-Look.org artwork page" href="http://www.gnome-look.org/content/show.php/Resize+Image?content=110541">announce</a> <a title="identi.ca update" href="http://identi.ca/notice/8417159">the</a> <a title="Freshmeat project page" href="http://freshmeat.net/projects/resize-image-nautilus-script">release</a> &#8212; quite some overhead. But I feel it was worth to go that extra mile.</p>
<p>So, if you use GNOME, please <a title="Download script" href="http://sandbox.benn.org/nau/nautilus-resize-image_1.0.tar.gz">try out</a> the script and <a href="http://benn.org/2009/08/19/resize-image-nautilus-script-released/#respond">leave a comment</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://benn.org/2009/08/19/resize-image-nautilus-script-released/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Hacker Space Festival</title>
		<link>http://benn.org/2009/07/01/hacker-space-festival/</link>
		<comments>http://benn.org/2009/07/01/hacker-space-festival/#comments</comments>
		<pubDate>Wed, 01 Jul 2009 09:52:29 +0000</pubDate>
		<dc:creator>meinhard</dc:creator>
				<category><![CDATA[free]]></category>
		<category><![CDATA[hack]]></category>
		<category><![CDATA[life]]></category>
		<category><![CDATA[road]]></category>

		<guid isPermaLink="false">http://benn.org/?p=253</guid>
		<description><![CDATA[Last night I came back to Brussels from the Hacker Space Festival in Paris, which I greatly enjoyed. Big cheers to the people of the Hacker Space Brussels for the lift and the short tour of their romantic small artisan space! For people interested in my lightning talks about PowerTOP, BeWelcome and the TransHackMeeting Istanbul [...]]]></description>
			<content:encoded><![CDATA[<p>Last night I came back to Brussels from the <a href="http://www.hackerspace.net/">Hacker Space Festival</a> in Paris, which I greatly enjoyed. Big cheers to the people of the <a href="http://hackerspace.be/">Hacker Space Brussels</a> for the lift and the short tour of their romantic small artisan space!</p>
<p>For people interested in my <a href="http://www.hackerspace.net/lightning-talks">lightning talks</a> about <a href="http://www.hackerspace.net/lightning-talks:powertop">PowerTOP</a>, <a href="http://www.hackerspace.net/lightning-talks:bewelcome">BeWelcome</a> and the <a href="http://www.hackerspace.net/lightning-talks:transhackmeeting">TransHackMeeting Istanbul 2010</a> I uploaded the <a href="http://sandbox.benn.org/sli/hsf2009/">presentation slides</a> to my <a href="http://sandbox.benn.org/">sandbox</a>. Wow, that was a sentence with <a href="http://www.alistapart.com/">a</a> <a href="http://en.wikipedia.org/wiki/King_Lot">lot</a> <a href="http://en.wikipedia.org/wiki/List_of_English_prepositions">of</a> <a href="http://validator.w3.org/checklink">links</a>. :)</p>
]]></content:encoded>
			<wfw:commentRss>http://benn.org/2009/07/01/hacker-space-festival/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Spam art</title>
		<link>http://benn.org/2009/03/25/spam-art/</link>
		<comments>http://benn.org/2009/03/25/spam-art/#comments</comments>
		<pubDate>Wed, 25 Mar 2009 00:55:39 +0000</pubDate>
		<dc:creator>meinhard</dc:creator>
				<category><![CDATA[hack]]></category>

		<guid isPermaLink="false">http://benn.org/?p=230</guid>
		<description><![CDATA[I just got this art piece by email from a person unknown to me. It contains a HTML table with coloured cells that form the letters V I A G R A. To trick spam filters spammers always need be one step ahead of filter maintainers, which results in a constant creative arms race, letting [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://benn.org/wp/wp-content/uploads/benn/2009/03/table_spam.png"><img class="size-thumbnail wp-image-231 alignright" title="table_spam" src="http://benn.org/wp/wp-content/uploads/benn/2009/03/table_spam-150x150.png" alt="Pixel font in HTML table" width="150" height="150" /></a>I just got this art piece by email from a person unknown to me. It contains a HTML table with coloured cells that form the letters V I A G R A.</p>
<p>To trick spam filters spammers always need be one step ahead of filter maintainers, which results in a constant creative arms race, letting both sides dive deeper into existing technology. Our spam filter at <a title="Ecobytes" href="http://ecobytes.net/">Ecobytes</a> for example looks into PDF attachments of emails, finds images with text and tries to read the text to search for offending words. I find that quite a performance for a machine a.k.a. <a title="Cylon toaster" href="http://www.reghardware.co.uk/2008/07/15/frakkin_cylon_toaster/">toaster</a>. But in this case the spammer actually used some retro thinking. Bravo! Good luck finding spam signatures in coloured tables, dear spam assassins. :)</p>
<p>Spam has been inspiring artists since a while now. Check out Alex Dragulescu&#8217;s beautiful <a title="Spam plants gallery" href="http://www.sq.ro/spamplants.php">Spam Plants</a>, Linzie Hunter&#8217;s typographic <a href="http://www.linziehunter.co.uk/spam-project/">Spam One-liners</a> or the <a href="http://www.netlash.com/spamgarden/">Spam Garden</a>. On the other hand there is <a href="http://mashable.com/2008/08/27/spammers-ascii-art/">ASCII art spam</a> too now.</p>
<p>Here is my response: I just wrote a <a title="Table text generator" href="http://sandbox.benn.org/ttx/">table text generator</a>, which you can use to create pretty text like in the image or to scramble your <a href="http://sandbox.benn.org/ttx/?text=meinhard{%40}benn.org">email address</a>. :)</p>
<p>PS: Yes, this is the first post with an image on this blog. There will be more!</p>
]]></content:encoded>
			<wfw:commentRss>http://benn.org/2009/03/25/spam-art/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

