<?xml version="1.0" encoding="utf-8" ?>

<rss version="2.0" 
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:admin="http://webns.net/mvcb/"
   xmlns:dc="http://purl.org/dc/elements/1.1/"
   xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
   xmlns:wfw="http://wellformedweb.org/CommentAPI/"
   xmlns:content="http://purl.org/rss/1.0/modules/content/"
   >
<channel>
    <title>Wilmer's stuff - Development</title>
    <link>http://wilmer.gaa.st/blog/</link>
    <description>So today I...</description>
    <dc:language>en</dc:language>
    <admin:errorReportsTo rdf:resource="mailto:" />
    <generator>Serendipity 1.5.3-2 - http://www.s9y.org/</generator>
    <pubDate>Mon, 01 Aug 2011 15:14:35 GMT</pubDate>

    <image>
        <url>http://wilmer.gaa.st/blog/templates/default/img/s9y_banner_small.png</url>
        <title>RSS: Wilmer's stuff - Development - So today I...</title>
        <link>http://wilmer.gaa.st/blog/</link>
        <width>100</width>
        <height>21</height>
    </image>

<item>
    <title>Bank statement scraper for Bank of Ireland</title>
    <link>http://wilmer.gaa.st/blog/archives/71-Bank-statement-scraper-for-Bank-of-Ireland.html</link>
            <category>Development</category>
    
    <comments>http://wilmer.gaa.st/blog/archives/71-Bank-statement-scraper-for-Bank-of-Ireland.html#comments</comments>
    <wfw:comment>http://wilmer.gaa.st/blog/wfwcomment.php?cid=71</wfw:comment>

    <wfw:commentRss>http://wilmer.gaa.st/blog/rss.php?version=2.0&amp;type=comments&amp;cid=71</wfw:commentRss>
    

    <author>blog@wilmer.gaast.net (Wilmer van der Gaast)</author>
    <content:encoded>
    Like many people, I was also losing track of my finance. Having bank accounts in use in both NL and IE probably didn&#039;t help. :-) As any proper FOSS geek, I learned to like the monster called &lt;a href=&quot;http://www.gnucash.org/&quot;  class=&quot;bb-url&quot;&gt;GnuCash&lt;/a&gt;. (Psst! Guys! It&#039;s pretty amazing that a product more than ten years old still doesn&#039;t let you do operations (like delete) on multiple entries at once, dont you think?)&lt;br /&gt;
&lt;br /&gt;
And there&#039;s this thing about Irish Banks. They have &lt;a href=&quot;http://en.wikipedia.org/wiki/2008%E2%80%932011_Irish_banking_crisis&quot;  class=&quot;bb-url&quot;&gt;bigger issues&lt;/a&gt; to worry about than how well their Internet banking service works. What keeps you away from looking at my bank account? You (hopefully) not knowing my six-digit user ID, date of birth (top secret information! Have I mentioned that my birthday is next Saturday? ;-P) and another six-digit number, this time my PIN number. No one-time passwords, no challenge-response system, nothing else.&lt;br /&gt;
&lt;br /&gt;
My only hope is that this lets you transfer money only to accounts to which I&#039;ve transferred money before. IOW all you can do is give my landlady a little present. Pfew!&lt;br /&gt;
&lt;br /&gt;
Also, going back to the original topic, there&#039;s no way to export info from their web interface. So I wrote one myself. One advantage of a pretty simple website is that I could easily write &lt;a href=&quot;http://wilmer.gaa.st/main.php/boiscrape.html&quot;  class=&quot;bb-url&quot;&gt;a scraper&lt;/a&gt; for it. Run it with the right arguments, and it&#039;ll spit out a CSV bank statement, ready to be fed to your favourite accounting software.&lt;br /&gt;
&lt;br /&gt;
What else have I been doing? Been working on &lt;a href=&quot;http://wilmer.gaa.st/main.php/giggity.html&quot;  class=&quot;bb-url&quot;&gt;Giggity&lt;/a&gt;. Android development&#039;s fun. I spent the weekend scraping the &lt;a href=&quot;http://www.dancevalley.com/2011/#nl/news/volledige-timetable-bekend.html&quot;  class=&quot;bb-url&quot;&gt;Dance Valley&lt;/a&gt; timetable page, Google, Last.FM, Wikipedia and more to automatically generate a Giggity schedule file for it. Love it! :-)  
    </content:encoded>

    <pubDate>Mon, 01 Aug 2011 15:14:35 +0000</pubDate>
    <guid isPermaLink="false">http://wilmer.gaa.st/blog/archives/71-guid.html</guid>
    
</item>
<item>
    <title>dnsrev</title>
    <link>http://wilmer.gaa.st/blog/archives/68-dnsrev.html</link>
            <category>Development</category>
    
    <comments>http://wilmer.gaa.st/blog/archives/68-dnsrev.html#comments</comments>
    <wfw:comment>http://wilmer.gaa.st/blog/wfwcomment.php?cid=68</wfw:comment>

    <wfw:commentRss>http://wilmer.gaa.st/blog/rss.php?version=2.0&amp;type=comments&amp;cid=68</wfw:commentRss>
    

    <author>blog@wilmer.gaast.net (Wilmer van der Gaast)</author>
    <content:encoded>
    As a bit of a cloud &quot;sceptic&quot; I still like to waste too much time maintaining my own network/IT infrastructure. :&gt; I&#039;m definitely trying to avoid the more tedious stuff though. I started using &lt;a href=&quot;http://www.puppetlabs.com/&quot;  class=&quot;bb-url&quot;&gt;Puppet&lt;/a&gt; a while ago which definitely helps.&lt;br /&gt;
&lt;br /&gt;
Last week I was looking for a way to automatically populate DNS reverse lookup zones. The only thing I could find was &lt;a href=&quot;http://www.mkrdns.org/&quot;  class=&quot;bb-url&quot;&gt;mkrdns&lt;/a&gt; which is unmaintained for almost ten years and doesn&#039;t seem to support IPv6. So I decided to write my own thing, &lt;a href=&quot;http://gaa.st/dnsrev&quot;  class=&quot;bb-url&quot;&gt;dnsrev&lt;/a&gt;.&lt;br /&gt;
&lt;br /&gt;
It&#039;s pretty simple, written in Python with help from some modules. It can read any number of zonefiles and update any number of reverse zonefiles. There&#039;s no need for any kind of 1:1 mapping between them, so it can deal with multiple netblocks in one zonefile, etc. I hope it&#039;ll be useful to someone. Comments, suggestions and patches are welcome.  
    </content:encoded>

    <pubDate>Tue, 24 May 2011 00:09:14 +0000</pubDate>
    <guid isPermaLink="false">http://wilmer.gaa.st/blog/archives/68-guid.html</guid>
    
</item>
<item>
    <title>Mountain View, TAPFS and yet another gallery</title>
    <link>http://wilmer.gaa.st/blog/archives/44-Mountain-View,-TAPFS-and-yet-another-gallery.html</link>
            <category>Development</category>
            <category>Mountain View</category>
            <category>Music</category>
    
    <comments>http://wilmer.gaa.st/blog/archives/44-Mountain-View,-TAPFS-and-yet-another-gallery.html#comments</comments>
    <wfw:comment>http://wilmer.gaa.st/blog/wfwcomment.php?cid=44</wfw:comment>

    <wfw:commentRss>http://wilmer.gaa.st/blog/rss.php?version=2.0&amp;type=comments&amp;cid=44</wfw:commentRss>
    

    <author>blog@wilmer.gaast.net (Wilmer van der Gaast)</author>
    <content:encoded>
    Writing from Mountain View again! Landed on Thursday, spent one day at work so far and today I got my bicycle fixed up so I can use it for commuting again. It&#039;s nice how year after year, the thing still works for me, all it needs when I come is some extra air in the tires. :-) One thing California is really not doing well this year is the weather, though. It&#039;s raining for two days already!&lt;br /&gt;
&lt;br /&gt;
In other news, I should definitely be plugging The Australian Pink Floyd Show in this post. They were in Dublin about a week ago and they&#039;re amazingly good. Even a singer that sounds a lot like Roger Waters! The show was great too, with inflatable animals and everything, and the music sounded perfect. This tour they&#039;re playing all of The Wall, and for that that means not just a &quot;copy&quot; of the CD, but also many of the little filler pieces that PF used to play during the concerts.&lt;br /&gt;
&lt;br /&gt;
Also working on a bit of OSS these weeks, adding more &quot;diversity&quot; to the already bloated landscape of gallery webapps. I&#039;m making a difference though, SRSLY! I found myself making a lot more pictures since I bought my first &lt;a href=&quot;http://www.google.com/search?q=d70s&quot;  class=&quot;bb-url&quot;&gt;dSLR&lt;/a&gt; and many of them aren&#039;t really part of an album/event or anything like that. I could just put them on Flickr or Picasa and be done with it, but that&#039;d break my time-wasting tradition of hosting everything myself.&lt;br /&gt;
&lt;br /&gt;
I already use F-Spot to manage my pictures, so it&#039;d be nice to have a web gallery that can automatically use tag information from F-Spot. Turns out there are &lt;a href=&quot;http://pennave.sourceforge.net/&quot;  class=&quot;bb-url&quot;&gt;two&lt;/a&gt; &lt;a href=&quot;http://wingolog.org/software/original/&quot;  class=&quot;bb-url&quot;&gt;programs&lt;/a&gt; that can do this already. They&#039;re not for me though; they automatically export everything, and there are pictures that I&#039;d rather keep for myself. :-P&lt;br /&gt;
&lt;br /&gt;
I then tried to adapt &quot;original&quot; to my wishes, but gave up when I saw it doesn&#039;t quite use templates and am rewriting it now using web.py and Cheetah templates. Going well, but TBH I feel homesick to PHP. Not that it&#039;s such a great language, it&#039;s more that I fail to understand why there are 982397832 different webapp frameworks for Python/WSGI/mod_python/whatever instead of just one that actually works.&lt;br /&gt;
&lt;br /&gt;
This is a work in progress, and the progress is good. :-) Once it&#039;s done, I&#039;ll be able to post pictures here of my new radio-controlled airplane and other neat stuff. Yaaaay...  
    </content:encoded>

    <pubDate>Sun, 03 May 2009 05:28:58 +0000</pubDate>
    <guid isPermaLink="false">http://wilmer.gaa.st/blog/archives/44-guid.html</guid>
    
</item>
<item>
    <title>Unbricking your Netgear ADSL router without Windows</title>
    <link>http://wilmer.gaa.st/blog/archives/41-Unbricking-your-Netgear-ADSL-router-without-Windows.html</link>
            <category>Development</category>
            <category>Linux</category>
    
    <comments>http://wilmer.gaa.st/blog/archives/41-Unbricking-your-Netgear-ADSL-router-without-Windows.html#comments</comments>
    <wfw:comment>http://wilmer.gaa.st/blog/wfwcomment.php?cid=41</wfw:comment>

    <wfw:commentRss>http://wilmer.gaa.st/blog/rss.php?version=2.0&amp;type=comments&amp;cid=41</wfw:commentRss>
    

    <author>blog@wilmer.gaast.net (Wilmer van der Gaast)</author>
    <content:encoded>
    So for about a year I have a DSL modem and a separate router (running OpenWRT) here. Simply because the average DSL router has crappy software (no decent CLI, connection tracking for nothing more complicated than TCP and for only a few hundred of them, crappy wireless ... well, you get the point). So I decided to buy a Linux-powered DSL router, the Netgear DG834G. I hoped for one with an AR7 board, because that one seems very well supported, but I received a v4 which has a Broadcom board instead. :-(&lt;br /&gt;
&lt;br /&gt;
Anyway, Netgear is still pretty decent. The stock firmware comes with a telnetd (must be activated via the webserver though), and (well, forced by the GPL) they put tools on-line which I can use to rebuild firmware images, which I already abused to remove the multi-lingual web interface and use those precious kilobytes for a tcpdump binary instead. :-) Adding a kernel with IPv6 support is going to be more complicated though.&lt;br /&gt;
&lt;br /&gt;
Anyway, I should first focus on making the thing actually wortk with my IPoA ADSL2+ connection.... &lt;strong&gt;sigh&lt;/strong&gt;&lt;br /&gt;
&lt;br /&gt;
But after bricking the thing once I did manage to write up a tool (based on a half-finished tool written by someone on the OpenWRT forum) to fix that very problem. These routers can be reflashed without any serial cable or whatever these days, using the power of raw Ethernet frames (R). It&#039;s a gross hack, but it works and is reasonably convenient. It&#039;s &lt;a href=&quot;/834root/&quot;  class=&quot;bb-url&quot;&gt;up for download&lt;/a&gt; for anyone who needs it. Be careful, only use it when things can&#039;t get any worse anyway!  
    </content:encoded>

    <pubDate>Sat, 18 Oct 2008 23:45:06 +0000</pubDate>
    <guid isPermaLink="false">http://wilmer.gaa.st/blog/archives/41-guid.html</guid>
    
</item>

</channel>
</rss>
