<?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>pedant.dk</title>
	<atom:link href="http://www.pedant.dk/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.pedant.dk</link>
	<description>I hack on things that lets you find stuff.</description>
	<lastBuildDate>Sun, 13 Nov 2011 11:22:37 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Moving on</title>
		<link>http://www.pedant.dk/2011/11/13/moving-on/</link>
		<comments>http://www.pedant.dk/2011/11/13/moving-on/#comments</comments>
		<pubDate>Sun, 13 Nov 2011 11:22:37 +0000</pubDate>
		<dc:creator>Jacob</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.pedant.dk/?p=940</guid>
		<description><![CDATA[I&#8217;ve got a new blog! Follow this one instead http://searchzen.org]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve got a new blog!  Follow this one instead <a href="http://searchzen.org" title="searchzen">http://searchzen.org</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.pedant.dk/2011/11/13/moving-on/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>installing geoserver on debian</title>
		<link>http://www.pedant.dk/2011/06/02/installing-geoserver-on-debian/</link>
		<comments>http://www.pedant.dk/2011/06/02/installing-geoserver-on-debian/#comments</comments>
		<pubDate>Thu, 02 Jun 2011 15:57:05 +0000</pubDate>
		<dc:creator>Jacob</dc:creator>
				<category><![CDATA[GIS]]></category>

		<guid isPermaLink="false">http://www.pedant.dk/?p=917</guid>
		<description><![CDATA[I just installed geoserver on debian using apache 2.2 . Here&#8217;s what I did: First of all I installed jetty using &#8220;sudo aptitude install jetty&#8221; , then I grabbed the geoserver source from http://svn.codehaus.org/geoserver/trunk/ and compiled it using openjdk-6 and maven 2.2  (looks like the build fails using the standard maven in debian, so I grabbed [...]]]></description>
			<content:encoded><![CDATA[<p>I just installed geoserver on debian using apache 2.2 . Here&#8217;s what I did:</p>
<p>First of all I installed jetty using &#8220;sudo aptitude install jetty&#8221; , then I grabbed the geoserver source from <a href="http://svn.codehaus.org/geoserver/trunk/">http://svn.codehaus.org/geoserver/trunk/</a> and compiled it using openjdk-6 and maven 2.2  (looks like the build fails using the standard maven in debian, so I grabbed a version of maven from<a title="ftp://mirors.sunsite.dk" href="ftp://mirrors.sunsite.dk"> ftp://mirrors.sunsite.dk</a> ) . </p>
<p>After compiling, I copied geoserver/src/web/app/target/geoserver.war to /usr/share/jetty/webapps/ and restarted jetty using /etc/init.d/jetty restart .</p>
<p>I can only access port 80 on my webhost, and I need apache 2 for other purposes , so I had to configure mod_proxy. I setup a virtual host in /etc/apache2/sites-available/geo.searchzen.org and symlinked it to /etc/apache2/sites-enabled/geo.searchzen.org . To enable mod_proxy , I created  symlinks  for  /etc/apache2/mods-available/proxy.load and /etc/apache2/mods-available/proxy_http.load to /etc/apache2/mods-enabled. (mod_proxy fails without the symlink to proxy_http.load)</p>
<p>Here&#8217;s the relevant parts of my mod_proxy configuration in /etc/apache2/sites-enabled/geo.searchzen.org :</p>
<p><script src="https://gist.github.com/1004676.js"> </script></p>
]]></content:encoded>
			<wfw:commentRss>http://www.pedant.dk/2011/06/02/installing-geoserver-on-debian/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Listening to the geoguys at wherecamp eu 2011</title>
		<link>http://www.pedant.dk/2011/05/27/listening-to-the-geoguys-at-wherecamp-eu-2011/</link>
		<comments>http://www.pedant.dk/2011/05/27/listening-to-the-geoguys-at-wherecamp-eu-2011/#comments</comments>
		<pubDate>Fri, 27 May 2011 20:27:59 +0000</pubDate>
		<dc:creator>Jacob</dc:creator>
				<category><![CDATA[GIS]]></category>

		<guid isPermaLink="false">http://www.pedant.dk/?p=900</guid>
		<description><![CDATA[Today I attended the first day of Wherecamp EU 2011  unconference, learning about the latest stuff on the geoscene.   This being my first geo-related event , I didn&#8217;t know anybody  - but the geoguys seemed like a friendly lot . The Wherecamps are annually returning events all over the world &#8211; and it looked like [...]]]></description>
			<content:encoded><![CDATA[<p>Today I attended the first day of <a title="wherecamp 2011 EU" href="http://wherecamp.eu/blog/2011/05/wherecamp-eu-2001-schedule-the-unconference-version/">Wherecamp EU 2011  unconference</a>, learning about the latest stuff on the geoscene.   This being my first geo-related event , I didn&#8217;t know anybody  - but the geoguys seemed like a friendly lot . The Wherecamps are annually returning events all over the world &#8211; and it looked like the most of the guys knew each other from a lot of earlier events (and of course there were some friendly rivalry between the Nokia, google and openstreetmap guys).</p>
<p style="text-align: center;"><a href="http://www.pedant.dk/wp-content/uploads/2011/05/google_ed.jpg"><img class="aligncenter size-full wp-image-902" title="Ed Parson discussing open data" src="http://www.pedant.dk/wp-content/uploads/2011/05/google_ed.jpg" alt="" width="480" height="359" /></a></p>
<p style="text-align: center;"><em>Ed Parsons discussing open data</em></p>
<p>I started the day by dropping in late   ( I had been eating breakfeast with my family) . When I arrived ,<a title="Ed Parsons" href="http://twitter.com/#!/edparsons"> Ed parsons </a>from Google lead a discussion on  how we want goverments to share data. It  sounds like Google are trying to help out the EU with  the process of sharing data.  During the discussion  I noted that people do not like the general idea of goverments sharing data in form of pdf reports or other non machine-readable forms &#8211; people also discussed the pros and cons of adding a clause of making data collected for govements &#8220;open&#8221;  - and what &#8220;open&#8221; should mean.</p>
<p style="text-align: center;">&nbsp;</p>
<p style="text-align: center;"><a href="http://www.pedant.dk/wp-content/uploads/2011/05/kashif_postgis.jpg"><img class="aligncenter size-full wp-image-904" title="kashif_postgis" src="http://www.pedant.dk/wp-content/uploads/2011/05/kashif_postgis.jpg" alt="" width="480" height="359" /></a><em>Kashif Rasul leading a debate on geodatabases</em></p>
<p>After walking around a bit to find the room,  I participated in a session called  &#8221;Postgis on an iphone?&#8221; by <a title="Kashif Rasul" href="http://twitter.com/#!/krasul">Kashif Rasul</a>. I think Kashif wanted to talk about his <a title="libpq-ios project" href="https://github.com/spacialdb/libpq-ios">libpg-ios</a> project where he is building a client for postgis that runs on the iphone  - but the discussion ended up more in the general concepts of what a geo database can do. This session was great! At the end of the session I had an impression of what the general expectations are of a geodatabase.   Kashif left some notes <a href="https://gist.github.com/994992">here</a></p>
<p style="text-align: center;"><a href="http://www.pedant.dk/wp-content/uploads/2011/05/Gary_democratic_maps.jpg"><img class="aligncenter size-full wp-image-905" title="Gary_democratic_maps" src="http://www.pedant.dk/wp-content/uploads/2011/05/Gary_democratic_maps.jpg" alt="" width="480" height="359" /></a><em>Gary Gale  talking about his experience with his w3c work on poi</em></p>
<p style="text-align: center;">&nbsp;</p>
<p style="text-align: left;">I walked into the middle of  a session (true unconference style) while Gary Gale was talking about &#8220;democratic maps&#8221;. Gary talked about the difference  in the production of maps back from when maps were produced and printed into a book &#8211; not changing  for years-  to today where changes are almost instant .</p>
<p style="text-align: left;">After that  he talked  about his experience on the poi working group at the w3c working group , trying to define what a place of interest is.</p>
<p style="text-align: center;">&nbsp;</p>
<p style="text-align: center;">&nbsp;</p>
<p style="text-align: center;"><a href="http://www.pedant.dk/wp-content/uploads/2011/05/peter_ubisense.jpg"><img class="aligncenter size-full wp-image-906" title="Peter Batty : To G or not to G" src="http://www.pedant.dk/wp-content/uploads/2011/05/peter_ubisense.jpg" alt="" width="480" height="359" /></a></p>
<p style="text-align: center;"><em>Peter Batty on &#8220;To G or not to G&#8221;</em></p>
<p style="text-align: left;">After lunch<a title="Petter Batty" href="http://twitter.com/#!/pmbatty"> Petter Batty</a> talked about his work at ubisense and the various different architectures his products has been through &#8211; the current architecture is using Postgis and mapfish with a mix of google maps and openlayers. It sounded like a healthy approach to mix the use of google maps for publicly facing stuff &#8211; and using Openlayers for more complex data.  During his talk , Peter discussed various licensing aspects of google appengine and why he chose not to use it  in production for enterprise clients.</p>
<p style="text-align: left;">I also attended a Q/A session with the Openstreetmap guys , they managed to keep focus away from their upcoming license change for a bit, but then the debate went over into license discussions &#8211; with the Google and Nokia guys giving some friendly rivalry. I was a bit bored, so I decided to checkout<a title="potlatch2" href="http://git.openstreetmap.org/potlatch2.git/"> potlach2</a> .  I am not a big fan of flash &#8211; so I hope to find a javascript openlayers editor to contribute to.</p>
<p style="text-align: left;">The last session I attended was by <a title="Georgi Kobilarov" href="http://twitter.com/#!/gkob">Georgi Kobilarov</a> from <a title="Uberblick" href="http://uberblic.com/">Uberblick</a> (of <a title="dbpedia" href="http://dbpedia.org/About">dbpedia</a> fame). They are working on aggregating place data and commentary from various social networking sites.  I will look into this technology in the future.</p>
<p style="text-align: left;">All in all &#8211; a day well spent in Berlin . I am here with my family , so I will spend the rest of the weekend seeing the sights  . I hope to attend another wherecamp in the future!</p>
<p style="text-align: left;">&nbsp;</p>
<p style="text-align: left;">&nbsp;</p>
<p style="text-align: left;">&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pedant.dk/2011/05/27/listening-to-the-geoguys-at-wherecamp-eu-2011/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Learning some Sencha touch MVC code fu at sourcedevcon 2011</title>
		<link>http://www.pedant.dk/2011/05/08/learning-some-sencha-touch-mvc-code-fu-at-sourcedevcon-2011/</link>
		<comments>http://www.pedant.dk/2011/05/08/learning-some-sencha-touch-mvc-code-fu-at-sourcedevcon-2011/#comments</comments>
		<pubDate>Sun, 08 May 2011 15:28:48 +0000</pubDate>
		<dc:creator>Jacob</dc:creator>
				<category><![CDATA[javascript]]></category>
		<category><![CDATA[ExtJS]]></category>
		<category><![CDATA[Sencha Touch]]></category>

		<guid isPermaLink="false">http://www.pedant.dk/?p=861</guid>
		<description><![CDATA[This week I had pleasure to attend sourcedevcon 2011 at the awesome resort  Le meridien Split together with  @virdun ,@jakobkruse and @stureandersen . I have been lurking for a couple of years in the ExtJS community  since attending  the extjs conference in Orlando back in 2009, keeping up to date on things at our local [...]]]></description>
			<content:encoded><![CDATA[<p>This week I had pleasure to attend <a title="sourcedevcon 2011" href="http://www.sourcedevcon.eu/">sourcedevcon 2011</a> at the awesome resort  <a title="Le meridien split" href="http://www.starwoodhotels.com/lemeridien/property/overview/index.html?propertyID=1956">Le meridien Split</a> together with  <a title="Virdun" href="http://twitter.com/#!/Virdun">@virdun </a> ,<a title="JakobKruse" href="http://twitter.com/#!/search/jakobkruse">@jakobkruse </a>and <a title="@StureAndersen" href="http://twitter.com/#!/StureAndersen">@stureandersen</a> . I have been lurking for a couple of years in the ExtJS community  since attending  the extjs conference in Orlando back in 2009, keeping up to date on things at our local <a title="Öresund ExtJS meetup" href="http://www.meetup.com/The-Oresund-ExtJS-Meetup/">Öresund ExtJS meetup</a> , so it was nice to get in touch with some of the regular faces in the ExtJS community.</p>
<h2>Near the <a title="Dicoletian's Palace" href="http://en.wikipedia.org/wiki/Diocletian%27s_Palace">Dicoletian&#8217;s Palace</a></h2>
<p><a href="http://www.pedant.dk/wp-content/uploads/2011/05/IMAG0773.jpg"><img class="aligncenter size-full wp-image-875" title="Dicoletian's palace" src="http://www.pedant.dk/wp-content/uploads/2011/05/IMAG0773.jpg" alt="" width="490" height="368" /></a></p>
<p style="text-align: center;"><em>sourcedevcon 2011 was in the lovely town of Split, near Dicoletian&#8217;s Palace.<br />
</em></p>
<p style="text-align: center;">&nbsp;</p>
<p style="text-align: left;">Flying into Split I had some doubts on how many ExtJS devs would take their time to fly to split, this being the first community-driven sencha conference in Europe. After arriving I quickly put all my doubts aside &#8211; since the venue and conference organization was carefully laid  out.  Split itself is a very charming city, and we had an easy time arriving (leaving was another problem though). I was impressed by the fact that 200+ attendees had chosen to show up (that figure somewhat resembles the first Orlando conference in the US).</p>
<p>At the venue , the first thing we noticed was the outstanding bar with an overview of the local marina and the ExtJS swedes <a title="FredricBerling" href="http://twitter.com/#!/FredricBerling">@FredricBerling</a> , <a title="EmilPennlov" href="http://twitter.com/#!/EmilPennlov">@EmilPenlov</a> (and @<a title="Mats Bryntse" href="http://twitter.com/#!/Bryntum">bryntum</a> when he was not to busy hanging out in some other bars).</p>
<h2>Learning some  Sencha touch MVC  Code fu.</h2>
<p>At some point Johan (@virdun)  decided that he wanted  to get a Sencha Touch application up and running  . So we kind of lost him for a moment there in the bar.  I don&#8217;t remember if it started before <a href="http://twitter.com/#!/jamespearce">@jamespearce</a> introducing sencha touch  &#8211; but Johan started hacking furiously on this app for his site <a title="Citypolarna" href="http://citypolarna.se">http://citypolarna.se </a> somewhat right about  that session.</p>
<p style="text-align: center;"><a href="http://www.pedant.dk/wp-content/uploads/2011/05/IMAG0747.jpg"><img class="aligncenter size-full wp-image-865" title="IMAG0747" src="http://www.pedant.dk/wp-content/uploads/2011/05/IMAG0747.jpg" alt="" width="442" height="334" /></a><em>Johan playing with his mobile phone </em></p>
<p>Being Johan, he just wouldn&#8217;t let go, so I had to answer a lot of questions  about how sencha touch applications worked.</p>
<p>When I discovered that Johan was not being satisfied by the answer &#8220;but hey, I haven&#8217;t coded a line of sencha touch yet&#8221; we walked through the basic shopping list example for sencha touch and Johan modified it a bit, so it could serve as as base for implementing an event viewer for citypolarna. Combining the info found on <a title="sencha" href="http://sencha.com">http://sencha.com</a> and info from the sessions by <a title="_jdg" href="http://twitter.com/#!/_jdg">@_jdg </a>and <a title="@edspencer" href="http://twitter.com/#!/edspencer">@edspencer </a>this was an easy task, so modifying the shopping list example to a working application could be done during the conference. Oh yes, it also helped that we remember  to use extraParams instead of baseParams .</p>
<p><a href="http://www.pedant.dk/wp-content/uploads/2011/05/IMAG0775.jpg"><img class="aligncenter size-full wp-image-869" title="Mobile Hacking at the pool" src="http://www.pedant.dk/wp-content/uploads/2011/05/IMAG0775.jpg" alt="" width="479" height="361" /></a></p>
<p><em>A good thing  about exploring sencha touch and mobile user interfaces is that it can be done in the bar while drinking Mojitos</em></p>
<h2>Learning to migrate to ExtJS 4</h2>
<p>Besides learning more about sencha touch I learned a lot from <a title="@bmoeskau" href="http://twitter.com/#!/bmoeskau">@bmoskeau</a>&#8216;s session on migrating from to ExtJS 4.</p>
<p>Here I especially noted that using the MVC pattern can be postponed to a last optional step and that during migration to ExtJS 4, the old &#8220;new&#8221; constructor syntax should be able to work (but that the new Ext.define and Ext.create constructs is the preferred way to go).  Brian laid out a migration strategy using the   4 R&#8217;s  &#8220;Rendering , Running, Ready, Refactor&#8221; describing the 4 stages the migration should go through.</p>
<p style="text-align: center;"><a href="http://www.pedant.dk/wp-content/uploads/2011/05/IMAG0769.jpg"><img class="aligncenter size-full wp-image-872" title="Migrating to ExtJS4" src="http://www.pedant.dk/wp-content/uploads/2011/05/IMAG0769.jpg" alt="" width="503" height="378" /></a><a title="@bmoeskau" href="http://twitter.com/#!/bmoeskau">@bmoskeau</a> talking about migration</p>
<h2>ExtJS Scheduler and Calendar</h2>
<p>The session by <a title="@bmoeskau" href="http://twitter.com/#!/bmoeskau">@bmoskeau</a> and <a title="Mats Bryntse" href="http://twitter.com/#!/Bryntum">bryntum</a> on Ext Calendar and Ext Scheduler  was supposed to be a showcase of the two products, but to me the main value of the session was seing how easy it was to integrate such complex ExtJS  components. My jaw dropped when I saw Brian demonstrate him using his component updating the data model simultaneously in ExtJS scheduler. This is a testament to two very well designed components .</p>
<h2>Wrapup</h2>
<p>All in all sourcedevcon 2011 left me with the impression of a very vibrant ExtJS community  &#8211; I also got the impression of the strong commercial focus Sencha has. Sencha presented   Sencha.IO as a product &#8211; I look forward to exploring that  more indepth in the future. I chose to focus more on learning about Sencha touch and the MVC parts of ExtJS 4 during the conference..</p>
<p>&#8220;The Irish guys&#8221; has posted some writeups of their experiences at sourcedevcon . Well worth a read:</p>
<p><a title="The lowdown of sourcedevcon" href="http://www.darraghduffy.ie/?p=294">The lowdown of sourcdevcon</a></p>
<p><a title="sourcedevcon day1" href="http://www.joelennon.ie/2011/05/05/source-dev-con-day-1/">http://www.joelennon.ie/2011/05/05/source-dev-con-day-1/</a></p>
<p><img src="file:///home/jacob/Desktop/IMAG0747.jpg" alt="" /></p>
<p><a title="@nilsdehl" href="http://twitter.com/#!/nilsdehl">@nielsdehl</a> has posted pictures from the conference at flickr here :</p>
<p><a title="sourcedevcon day1" href="http://www.flickr.com/photos/nils-dehl/sets/72157626648487744/">http://www.flickr.com/photos/nils-dehl/sets/72157626648487744/</a> (sourcedevcon day1)</p>
<p><a title="sourcedevcon day2" href="http://www.flickr.com/photos/nils-dehl/sets/72157626533490549/">http://www.flickr.com/photos/nils-dehl/sets/72157626533490549/</a> (sourcedevcon day2)</p>
<p><a title="sourcedevcon day3" href="http://www.flickr.com/photos/nils-dehl/sets/72157626544637927/">http://www.flickr.com/photos/nils-dehl/sets/72157626544637927/</a> (sourcedevcon day3)</p>
<p><a title="sourcedevcon day4" href="http://www.flickr.com/photos/nils-dehl/sets/72157626672433598/">http://www.flickr.com/photos/nils-dehl/sets/72157626672433598/</a> (sourcedevcon day4)</p>
<div id="_mcePaste" class="mcePaste" style="overflow: hidden; position: absolute; left: -10000px; top: 238px; width: 1px; height: 1px;">http://www.joelennon.ie/2011/05/05/source-dev-con-day-1/</div>
]]></content:encoded>
			<wfw:commentRss>http://www.pedant.dk/2011/05/08/learning-some-sencha-touch-mvc-code-fu-at-sourcedevcon-2011/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Mindful software</title>
		<link>http://www.pedant.dk/2011/04/19/mindful-software/</link>
		<comments>http://www.pedant.dk/2011/04/19/mindful-software/#comments</comments>
		<pubDate>Tue, 19 Apr 2011 22:00:58 +0000</pubDate>
		<dc:creator>Jacob</dc:creator>
				<category><![CDATA[social]]></category>

		<guid isPermaLink="false">http://www.pedant.dk/?p=843</guid>
		<description><![CDATA[I have spent considerable amounts of  time thinking about the concept of information and how to convey it in software.  Some years ago I came to the conclusion that I want to present information in context, e.g not present crude extracts from databases, but adapt it to the presentation context, with the user in mind. [...]]]></description>
			<content:encoded><![CDATA[<p>I have spent considerable amounts of  time thinking about the concept of information and how to convey it in software.  <a title="what is information?" href="http://www.pedant.dk/2009/08/10/what-is-information/" target="_blank">Some years ago</a> I came to the conclusion that I want to present information in context, e.g not present crude extracts from databases, but adapt it to the presentation context, with the user in mind.</p>
<p>Some useful contexts could be &#8220;location&#8221; or &#8220;social networks&#8221; &#8211; the context should be varied depending on the type of information context &#8211; e.g information about abstract concepts have no use of location information. The use of context should increase the likelihood of the information being conveyed to the user in a understandable manner.</p>
<p>When I observe users, I rarely see one user that uses only one tool to achieve her goal. Information gathering is usually done using a variety of sources &#8211; so a good system design principle could be to know where the system should stop &#8211; and how to present the information  in a such a manner that supplemental or related information can be retrieved from another system.</p>
<p>So , to me, presenting information in context is also about presenting the least amount of &#8220;friction&#8221; in the system. Here I consider any obstacles hindering information flow in and out of the system as &#8220;friction&#8221;. By minimizing the &#8220;friction&#8221; we make it easier to present information in context by connecting data between systems.</p>
<p>This has lead me to think that good system design should focus on how information is shared  between users via connected systems.  Turning the attention to how information is shared between users via connected systems, then we obtain a understanding what the data is (since we need to be able to share it).</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pedant.dk/2011/04/19/mindful-software/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>geocoding with nominatim</title>
		<link>http://www.pedant.dk/2011/02/20/geocoding-with-nominatim/</link>
		<comments>http://www.pedant.dk/2011/02/20/geocoding-with-nominatim/#comments</comments>
		<pubDate>Sun, 20 Feb 2011 17:53:46 +0000</pubDate>
		<dc:creator>Jacob</dc:creator>
				<category><![CDATA[GIS]]></category>

		<guid isPermaLink="false">http://www.pedant.dk/?p=833</guid>
		<description><![CDATA[Update 2011-03-30: I fixed som z-index issues that made the example fail in browsers other than google chrome I have been playing around with nominatim for geocoding using openstreetmaps data. You can see the result here . I took the original frontend code from nominatim.org and added a Openstreetmaps map .]]></description>
			<content:encoded><![CDATA[<p><strong>Update 2011-03-30: I fixed som z-index issues that made the example fail in browsers other than google chrome</strong></p>
<p>I have been playing around with <a href="http://wiki.openstreetmap.org/wiki/Nominatim">nominatim</a> for geocoding using openstreetmaps data. You can see the result <a title="here" href="http://www.pedant.dk/hacks/mapsforwebapps">here</a> . I took the original frontend code from <a href="http://www.nominatim.org/">nominatim.org</a> and added a Openstreetmaps map .</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pedant.dk/2011/02/20/geocoding-with-nominatim/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>git svn goodness</title>
		<link>http://www.pedant.dk/2010/12/05/gitsvngoodness/</link>
		<comments>http://www.pedant.dk/2010/12/05/gitsvngoodness/#comments</comments>
		<pubDate>Sun, 05 Dec 2010 15:32:06 +0000</pubDate>
		<dc:creator>Jacob</dc:creator>
				<category><![CDATA[GIS]]></category>
		<category><![CDATA[git]]></category>

		<guid isPermaLink="false">http://www.pedant.dk/?p=817</guid>
		<description><![CDATA[Some time ago I put a experimental websocket gameserver using node js and socket-io into a branch on 1942js on google code. These days I prefer git over svn ,so I created 1942jsmulti on github.com and tried this : git svn clone https://1942js.googlecode.com/svn/branches/multiplayer/ 1942jsmulti git remote add origin git@github.com:jacobandresen/1942jsmulti.git git push origin master Now I [...]]]></description>
			<content:encoded><![CDATA[<p>Some time ago I put a experimental websocket gameserver using node js and socket-io into a branch on 1942js on google code.</p>
<p>These days I prefer git over svn ,so I created 1942jsmulti on github.com and tried this :</p>
<pre>git svn clone https://1942js.googlecode.com/svn/branches/multiplayer/ 1942jsmulti
git remote add origin git@github.com:jacobandresen/1942jsmulti.git
git push origin master</pre>
<p>Now I can mirror changes from the svn repo and still use git . sweet!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pedant.dk/2010/12/05/gitsvngoodness/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>On the untimely demise of google wave</title>
		<link>http://www.pedant.dk/2010/08/05/on-the-untimely-demise-of-google-wave/</link>
		<comments>http://www.pedant.dk/2010/08/05/on-the-untimely-demise-of-google-wave/#comments</comments>
		<pubDate>Thu, 05 Aug 2010 16:07:49 +0000</pubDate>
		<dc:creator>Jacob</dc:creator>
				<category><![CDATA[Cloud]]></category>
		<category><![CDATA[cloud]]></category>
		<category><![CDATA[social]]></category>

		<guid isPermaLink="false">http://www.pedant.dk/?p=803</guid>
		<description><![CDATA[Alas, Google wave is no more. I knew it well. Or.. rather. I knew the api&#8217;s well. All the cool technology behind it &#8211; I knew that.  The google wave team tackled some tough issues to get it up and running. Google wave included an implementaion of  Operational transforms for largescale realtime collaboration. The google [...]]]></description>
			<content:encoded><![CDATA[<p>Alas, Google wave is no more. I knew it well.</p>
<p>Or.. rather. I knew the api&#8217;s well. All the cool technology behind it &#8211; I knew that.  The google wave team tackled some tough issues to get it up and running. Google wave included an implementaion of  <a title="Operational transforms" href="http://en.wikipedia.org/wiki/Operational_transformation">Operational transforms</a> for largescale realtime collaboration. <a title="google wave API" href="http://code.google.com/intl/uk/apis/wave/">The google wave api</a> was also pretty nifty.</p>
<p>Now &#8211; when thinking about it , I remember email conversations about google wave &#8211; facebook conversations about google wave. Real life conversations about wave. Hackathons about wave. I never actually did anything useful in wave itself.  All the fun memories I have about google wave is basically learning about new technologies and meeting new people. There is nothing bad in hacking on interesting tech &#8211; during this process I learned about google app engine, cloud computing, python,  protocol design and some longhaired math &#8211; all these things are usefull to me in the long run.</p>
<p>It looks like that <a href="http://googleblog.blogspot.com/2010/08/update-on-google-wave.html">some of  the technologies of google wave will live on in other google products</a>.  One of the main features &#8211; realtime collaboration in documents is now available in google docs.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pedant.dk/2010/08/05/on-the-untimely-demise-of-google-wave/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using the ExtJS Designer</title>
		<link>http://www.pedant.dk/2010/04/15/using-the-extjs-designer/</link>
		<comments>http://www.pedant.dk/2010/04/15/using-the-extjs-designer/#comments</comments>
		<pubDate>Thu, 15 Apr 2010 09:01:21 +0000</pubDate>
		<dc:creator>Jacob</dc:creator>
				<category><![CDATA[Other stuff]]></category>
		<category><![CDATA[sencha]]></category>

		<guid isPermaLink="false">http://www.pedant.dk/?p=799</guid>
		<description><![CDATA[Update 2011-4-17 : I deleted the project on github . Update 2010-10-16: I renamed the example project ExtBeer to &#8220;Beer&#8221;. I have downloaded the ExtJS Designer and tried it out . It has some minor kinks , but it looks like it is in a usable state. I left some notes here , and an [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Update 2011-4-17 : I deleted the project on github </strong>.</p>
<p><strong>Update 2010-10-16: I renamed the example project ExtBeer to &#8220;Beer&#8221;.<br />
</strong><br />
I have downloaded <a href="http://www.extjs.com/products/designer/?ref=family">the ExtJS Designer</a> and tried it out . It has some minor kinks , but it looks like it is in a usable state. I left some notes<a title="here" href="http://www.slideshare.net/jacobandresen/using-the-ext-js-designer"> here</a> , and an example project <a title="here" href="http://github.com/jacobandresen/Beer">here</a> .</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pedant.dk/2010/04/15/using-the-extjs-designer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Surviving in the post-sun software era</title>
		<link>http://www.pedant.dk/2010/03/14/surviving-in-the-post-sun-software-era/</link>
		<comments>http://www.pedant.dk/2010/03/14/surviving-in-the-post-sun-software-era/#comments</comments>
		<pubDate>Sun, 14 Mar 2010 11:41:04 +0000</pubDate>
		<dc:creator>Jacob</dc:creator>
				<category><![CDATA[Other stuff]]></category>
		<category><![CDATA[java]]></category>

		<guid isPermaLink="false">http://www.pedant.dk/?p=795</guid>
		<description><![CDATA[Now that an era has passed then I thought I&#8217;d write up a list things that you can do if you want to use open source variants of projects now maintained by Oracle. MySQL is now also maintained as maria-db. Today I switched my home mysql server to maria-db using the instructions here . The [...]]]></description>
			<content:encoded><![CDATA[<p>Now that an <a href="http://blogs.sun.com/jag/entry/so_long_old_friend">era has passed</a> then I thought I&#8217;d write up a list things that you can do if you want to use open source variants of projects now maintained by Oracle.</p>
<p>MySQL is now also maintained as maria-db. Today I switched my home mysql server to maria-db using the instructions <a href="http://nerdvana.us.mirror.ourdelta.org/deb/dists/lenny/mariadb-ourdelta/">here</a> .</p>
<p>The  <strong>JDK</strong> is now opensource and can be retrieved by issuing  &#8220;sudo apt-get install openjdk-6-jdk&#8221; on debian.</p>
<p>openoffice now has an accelerated development cycle at <a href="http://go-oo.org/">go-oo</a></p>
<p><a href="https://opensso.dev.java.net/">opensso</a> is now maintained by forgerock  in the <a href="https://wikis.forgerock.org/confluence/display/openam/Home">OpenAM</a> project.</p>
<p>Oh yes. For those of you that have been using <a href="http://netbeans.org/">netbeans</a> , I would recommend you take a look at <a href="http://eclipse.org/">eclipse</a> . (Oh .. <strong>eclipse?</strong><em> .. now I get it)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pedant.dk/2010/03/14/surviving-in-the-post-sun-software-era/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

