<?xml version="1.0"?>
<rss version="2.0.">
  <channel>
    <title>Advogato blog for berend</title>
    <link>http://www.advogato.org/person/berend/</link>
    <description>Advogato blog for berend</description>
    <language>en-us</language>
    <generator>mod_virgule</generator>
    <pubDate>Wed, 14 May 2008 04:46:44 GMT</pubDate>
    <item>
      <pubDate>Sun, 11 May 2008 22:17:00 GMT</pubDate>
      <title>11 May 2008</title>
      <link>http://www.advogato.org/person/berend/diary.html?start=322</link>
      <guid>http://www.advogato.org/person/berend/diary.html?start=322</guid>
      <description>&lt;a href="http://news.yahoo.com/s/ap/20080510/ap_on_hi_te/shuttle_recovered_data;_ylt=AiNJO80hh3fOqFYeHi4dbx8PLBIF" &gt;Space&#xD;
Shuttle uses MS-Dos&lt;/a&gt;...:&#xD;
&#xD;
&lt;p&gt; &lt;blockquote&gt;&lt;p&gt;Edwards attributes that to a lucky twist: The&#xD;
computer was running an ancient operating system, DOS, which&#xD;
does not scatter data all over drives as other approaches&#xD;
do.&lt;/blockquote&gt;</description>
    </item>
    <item>
      <pubDate>Sat, 1 Mar 2008 07:36:20 GMT</pubDate>
      <title>1 Mar 2008</title>
      <link>http://www.advogato.org/person/berend/diary.html?start=321</link>
      <guid>http://www.advogato.org/person/berend/diary.html?start=321</guid>
      <description>Two fairly busy days. Crash job to set up a &lt;a href="http://www.salesnetaustralia.com.au/" &gt;website for&#xD;
SalesNet&lt;/a&gt; using Drupal 6. Not finished, but company is&#xD;
adding content first. Monday I'll hope to complete the last&#xD;
theming.&#xD;
&#xD;
&lt;p&gt; My first real project with &lt;a href="http://drupal.org/" &gt;Drupal 6&lt;/a&gt;. I just felt like a&#xD;
somewhat improved version of Drupal 5. Nothing really&#xD;
shocking, nothing large, just minor. Theming is fairly&#xD;
different though. And not a lot of the modules have been&#xD;
ported yet. So probably will be using Drupal 5 for a while.</description>
    </item>
    <item>
      <pubDate>Fri, 30 Nov 2007 20:44:40 GMT</pubDate>
      <title>30 Nov 2007</title>
      <link>http://www.advogato.org/person/berend/diary.html?start=320</link>
      <guid>http://www.advogato.org/person/berend/diary.html?start=320</guid>
      <description>And that, my friends, is &lt;a&#xD;
href="http://weblogs.mozillazine.org/roadmap/archives/2007/11/my_media_ajax_keynote.html"&gt;the&#xD;
best description&lt;/a&gt; I've come accross:&#xD;
&#xD;
&lt;p&gt; &lt;blockquote&gt;JS1 favors closures (behavior with attached&#xD;
state) over objects (state with attached behavior)&lt;/blockquote&gt;</description>
    </item>
    <item>
      <pubDate>Fri, 23 Nov 2007 23:14:33 GMT</pubDate>
      <title>23 Nov 2007</title>
      <link>http://www.advogato.org/person/berend/diary.html?start=319</link>
      <guid>http://www.advogato.org/person/berend/diary.html?start=319</guid>
      <description>I'm really happy with Emacs 21.1.2. It's extremely stable.&#xD;
Great stuff. Wish FireFox becomes that stable...&#xD;
&#xD;
&lt;p&gt; Recently also saw &lt;a&#xD;
href="http://yuiblog.com/blog/2007/11/06/video-crockford/"&gt;the&#xD;
State of AJAX&lt;/a&gt;. Although there are good parts, some&#xD;
parts, I think, are really misguided. He thinks JSON is much&#xD;
better for data transfer than XML. Yes. And how do we&#xD;
validate someone has send valid JSON? Not only&#xD;
syntactically, but also semantically. JSON is really a step&#xD;
backward in most cases. It's of course useful in certain&#xD;
others. But after a brief dabble with JSON I'm back to XML.&#xD;
It's the only way I can actually test easily if my server&#xD;
returns valid data.&#xD;
&#xD;
&lt;p&gt; Crockford complains about the graphics primitives, but SVG&#xD;
is a quite capable solution. CSS is horrible? It's much&#xD;
easier to use than any other alternative available to&#xD;
mankind so far.&#xD;
&#xD;
&lt;p&gt; Crockford also misses real innovation: innovation on the web&#xD;
is in the libraries these days. &lt;a&#xD;
href="http://jquery.com/"&gt;jQuery&lt;/a&gt;. is an absolutely&#xD;
brilliant new way of looking at the browser.&#xD;
&#xD;
&lt;p&gt; He believes that browser innovation has halted. That's&#xD;
partly true of course, but mainly because browsers are still&#xD;
catching up and fixing bugs. I think real innovation will&#xD;
come from killer apps: a particular application that will&#xD;
only work on one browser, but that is so compelling that&#xD;
other people will download that browser as well, and through&#xD;
such viral means the market share of that browser becomes&#xD;
dominant enough to take the next step. And such a browser&#xD;
should of course also offer a compelling development&#xD;
platform so those killer application writers will want to&#xD;
use it in the first place.</description>
    </item>
    <item>
      <pubDate>Tue, 13 Nov 2007 23:12:18 GMT</pubDate>
      <title>13 Nov 2007</title>
      <link>http://www.advogato.org/person/berend/diary.html?start=318</link>
      <guid>http://www.advogato.org/person/berend/diary.html?start=318</guid>
      <description>&lt;a&#xD;
href="http://www.pavlov.net/blog/archives/2007/11/memory_fragment.html"&gt;Stuart&#xD;
Parmenter explains&lt;/a&gt;, unintentionally probably, that&#xD;
you really need a language that has a movable garbage&#xD;
collector, i.e. one that can compact memory. Only one player&#xD;
in town and that is &lt;a&#xD;
href="http://www.eiffel.com/developers/"&gt;Eiffel&lt;/a&gt;:&#xD;
compiles to C, compiles incredibly fast, no overwriting&#xD;
memory, runs on almost any platform.</description>
    </item>
    <item>
      <pubDate>Mon, 12 Nov 2007 02:20:47 GMT</pubDate>
      <title>12 Nov 2007</title>
      <link>http://www.advogato.org/person/berend/diary.html?start=317</link>
      <guid>http://www.advogato.org/person/berend/diary.html?start=317</guid>
      <description>Lots of changes recently. Upgraded to gnome 2.20.1, which is&#xD;
a fairly smooth process now I understand the build system&#xD;
and can fix build errors.&#xD;
&#xD;
&lt;p&gt; &lt;p&gt; I'm also trying to upgrade to OpenOffice 2.3 which is much&#xD;
harder. I.e. in the unbuildable category.&#xD;
&#xD;
&lt;p&gt; &lt;p&gt; Upgraded to TeX live 2007, but in the process lost the&#xD;
ability to use the PDF built-in fonts, which simply look&#xD;
best and create very small PDF files. And no one knows how&#xD;
to get it back, argghh. When TeX even for its most ardent&#xD;
fans becomes to hard to use, it really will move to a very&#xD;
small segment of the market place.</description>
    </item>
    <item>
      <pubDate>Sun, 30 Sep 2007 22:16:23 GMT</pubDate>
      <title>30 Sep 2007</title>
      <link>http://www.advogato.org/person/berend/diary.html?start=316</link>
      <guid>http://www.advogato.org/person/berend/diary.html?start=316</guid>
      <description>Had to upgrade my FreeBSD 4.11-STABLE server to FreeBSD 6.2&#xD;
as the 4.x branch was no longer supported. I looked at the&#xD;
binary option, but that wasn't really supported. Played a&#xD;
bit with the source option, but that didn't look good&#xD;
either. Installed the new kernel, but could not boot it.&#xD;
Tried something to install the new boot loader, but that&#xD;
didn't work well either. So in the end I decided to go for&#xD;
the recommended option: backup user data, wipe out the disk&#xD;
and reinstall. That went reasonably well actually. New&#xD;
system seems to be faster than 4.11-STABLE, pretty good.&#xD;
&#xD;
&lt;p&gt; But still in the process of updating software, which is a&#xD;
slow process because my server is a Pentium II...</description>
    </item>
    <item>
      <pubDate>Tue, 25 Sep 2007 04:51:42 GMT</pubDate>
      <title>25 Sep 2007</title>
      <link>http://www.advogato.org/person/berend/diary.html?start=315</link>
      <guid>http://www.advogato.org/person/berend/diary.html?start=315</guid>
      <description>&lt;img&#xD;
src="http://blairmulholland.typepad.com/mulholland_drive/boycottbeijing.gif"&#xD;
alt="Boycott Beijing 2008 Olympics" style="float: left"/&gt;I&#xD;
might not agree with&#xD;
a lot of Blair's policies, but I think &lt;a&#xD;
href="http://blairmulholland.typepad.com/mulholland_drive/2007/08/boycott-beijing.html"&gt;his&#xD;
call to boycott the Beijing 2008 Olympics&lt;/a&gt; is a good&#xD;
cause. I fully support it.</description>
    </item>
    <item>
      <pubDate>Fri, 17 Aug 2007 01:10:55 GMT</pubDate>
      <title>17 Aug 2007</title>
      <link>http://www.advogato.org/person/berend/diary.html?start=314</link>
      <guid>http://www.advogato.org/person/berend/diary.html?start=314</guid>
      <description>&lt;a&#xD;
href="http://www.townhall.com/columnists/AnnCoulter/2007/08/15/if_at_first_you_dont_succeed,_lie,_lie_again"&gt;Another&#xD;
terrific Ann Coulter column&lt;/a&gt;. It is indeed interesting&#xD;
how a particular segment of the population is falling for&#xD;
loonies and hoaxes, be it that G.W. Bush is a greater threat&#xD;
to the USA than Hugo Chaves is to Venezuela or that global&#xD;
warming is caused by humans and can be stopped by not&#xD;
leaving your charger in the outlet. There must be some&#xD;
explanation for it, they are not loonies at first sight, but&#xD;
there's a great deficiency in capacity for rational thought.</description>
    </item>
    <item>
      <pubDate>Wed, 15 Aug 2007 22:25:59 GMT</pubDate>
      <title>15 Aug 2007</title>
      <link>http://www.advogato.org/person/berend/diary.html?start=313</link>
      <guid>http://www.advogato.org/person/berend/diary.html?start=313</guid>
      <description>Tried to run pecl, got something like:&#xD;
&#xD;
&lt;p&gt; &lt;pre&gt;phpize: shtool: /bin/sh: bad interpreter: Permission&#xD;
denied&lt;/pre&gt;&#xD;
&#xD;
&lt;p&gt; &lt;a&#xD;
href="http://groups.google.co.nz/group/mailing.www.php-dev/browse_thread/thread/dd4700d1aba594c6/25d60ba5cc7fa964?lnk=st&amp;q=phpize%3A+shtool%3A+%2Fbin%2Fsh%3A+bad+interpreter%3A+Permission+denied&amp;rnum=1&amp;hl=en#25d60ba5cc7fa964"&gt;The&#xD;
resolution&lt;/a&gt; isn't something I would have found easily.</description>
    </item>
  </channel>
</rss>
