<?xml version="1.0"?>
<rss version="2.0">
  <channel>
    <title>Advogato blog for ole</title>
    <link>http://www.advogato.org/person/ole/</link>
    <description>Advogato blog for ole</description>
    <language>en-us</language>
    <generator>mod_virgule</generator>
    <pubDate>Tue, 21 May 2013 08:57:35 GMT</pubDate>
    <item>
      <pubDate>Sun, 1 May 2005 13:42:03 GMT</pubDate>
      <title>1 May 2005</title>
      <link>http://www.advogato.org/person/ole/diary.html?start=63</link>
      <guid>http://www.advogato.org/person/ole/diary.html?start=63</guid>
      <description>I have been testing various IDS tools and today I came across &lt;a href="http://savannah.nongnu.org/projects/tiger" &gt;Tiger&lt;/a&gt;.

&lt;p&gt; &lt;a href="http://www.nongnu.org/tiger" &gt;Tiger&lt;/a&gt; is a tool that can be use both as audit and intrusion detection systems.  It supports multiple platforms and it is free and provided under the &lt;a href="http://www.gnu.org/copyleft/gpl.html" &gt;GNU GPL&lt;/a&gt; license.

&lt;p&gt; Unlike other tools, Tiger depends only on POSIX tools and is written entirely in shell language.</description>
    </item>
    <item>
      <pubDate>Wed, 20 Apr 2005 16:12:12 GMT</pubDate>
      <title>20 Apr 2005</title>
      <link>http://www.advogato.org/person/ole/diary.html?start=62</link>
      <guid>http://www.advogato.org/person/ole/diary.html?start=62</guid>
      <description>Today we put the web pages of the alternative record label &lt;a href="http://www.cursor.no/" &gt;Cursor Records&lt;/a&gt; online.</description>
    </item>
    <item>
      <pubDate>Thu, 18 Jul 2002 14:47:12 GMT</pubDate>
      <title>18 Jul 2002</title>
      <link>http://www.advogato.org/person/ole/diary.html?start=61</link>
      <guid>http://www.advogato.org/person/ole/diary.html?start=61</guid>
      <description>&lt;b&gt;Valgrind and GNU Emacs lovers&lt;/b&gt;

&lt;p&gt; &lt;a
href="http://www.aamot.org/ole/software/valgrind-in-emacs-2002-07-09.patch"&gt;This
patch&lt;/a&gt; (applied on subversions.gnu.org 2002/07/12) lets you easily debug
code line-by-line on x86-linux using Justin Seward's excellent &lt;a
href="http://developer.kde.org/~sewardj/"&gt;Valgrind&lt;/a&gt; memory debugger inside &lt;a href="http://www.gnu.org/software/emacs/emacs.html" &gt;GNU Emacs&lt;/a&gt;.

&lt;p&gt; &lt;ol&gt;
&lt;li&gt;If you run Emacs 21.2, apply the patch to &lt;tt&gt;/usr/share/emacs/21.2/lisp/progmodes/compile.el&lt;/tt&gt; or an optional location.
&lt;li&gt;You probably want to byte-compile it (&lt;tt&gt;M-x byte-compile-file RET&lt;/tt&gt;)
&lt;li&gt;Now &lt;tt&gt;M-x compile RET&lt;/tt&gt;
&lt;li&gt;Either put
&lt;ul&gt;
&lt;li&gt;this after &lt;tt&gt;Compile command:&lt;/tt&gt; in the mini-buffer:&lt;br&gt;
&lt;tt&gt;valgrind -v --leak-check=yes --show-reachable=yes myprog&lt;/tt&gt;
&lt;li&gt;or this inside the source file:

&lt;p&gt; &lt;pre&gt;
/*
 * Local variables:
 *  compile-command: "make -k; valgrind -v --leak-check=yes --show-reachable=yes myprog"
 * End:
 */
&lt;/pre&gt;
&lt;/ul&gt;
&lt;li&gt;Finally, step forward and back in source files from the &lt;tt&gt;*compilation*&lt;/tt&gt; buffer (of Valgrind error messages), using &lt;br&gt;&lt;tt&gt;M-n&lt;/tt&gt; (&lt;tt&gt;compilation-next-error&lt;/tt&gt;) &lt;tt&gt;RET&lt;/tt&gt; and &lt;tt&gt;M-p &lt;/tt&gt; (&lt;tt&gt;compilation-previous-error&lt;/tt&gt;) &lt;tt&gt;RET&lt;/tt&gt;.
&lt;/ol&gt;

&lt;p&gt; Enjoy.</description>
    </item>
    <item>
      <pubDate>Wed, 5 Jun 2002 16:38:18 GMT</pubDate>
      <title>5 Jun 2002</title>
      <link>http://www.advogato.org/person/ole/diary.html?start=60</link>
      <guid>http://www.advogato.org/person/ole/diary.html?start=60</guid>
      <description>I'm collecting information and samples of proprietary RAW
formats from digital still photography devices.  Their 
usage is increasing with the new multi-megapixel cameras.

&lt;p&gt; Simply put, image files in RAW format contain raw data
(Bayer array) directly from a CMOS sensor; pure, unprocessed
and lossless, opposed to typical JPEGs, where lossy
compression is used to reduce file size (and quality).

&lt;p&gt; Unfortunately, there is no universally accepted RAW standard
format, so each manufacturer format (even on model basis)
differs.

&lt;p&gt; Fortunately, three of the formats are now reverse-engineered.

&lt;p&gt; Support for RAW formats in free software is desirable:

&lt;p&gt; From RAW data, images can be individually customied,
different versions of the same image can be created and
compared.  In addition, any noise in images taken at higher
ISO (typically 800 and 1600) can be significantly reduced by
saving in RAW format vs. JPEG.

&lt;p&gt; As the CMOS data is stored in a lossless format, no data is
thrown away, allthough obfuscated with proprietary
compression algorithms. In the case of Canon's RAW formats,
they use (until recently secret) proprietary compression
algorithm, that reduces the file size greatly.
Some RAW formats, like the ones by Nikon in their D1-series
cameras, Kodak in their DCS cameras, and Canon in EOS-1D,
are disguised as a TIFF, but the data is still proprietary.
</description>
    </item>
    <item>
      <pubDate>Sat, 1 Jun 2002 23:21:14 GMT</pubDate>
      <title>1 Jun 2002</title>
      <link>http://www.advogato.org/person/ole/diary.html?start=59</link>
      <guid>http://www.advogato.org/person/ole/diary.html?start=59</guid>
      <description>Life is Good.

&lt;p&gt; Lately I've been writing a server for serving RTP2 packets
of MPEG-2 transport stream over UDP in a project at work,
using &lt;a href="http://librtp.sf.net/" &gt;librtp&lt;/a&gt; by
&lt;a href="http://www.advogato.org/person/dreier/" &gt;dreier&lt;/a&gt; of &lt;a href="http://www.advogato.org/proj/gnome-o-phone/" &gt;gnome-o-phone&lt;/a&gt;
fame.
</description>
    </item>
    <item>
      <pubDate>Fri, 30 Nov 2001 19:27:55 GMT</pubDate>
      <title>30 Nov 2001</title>
      <link>http://www.advogato.org/person/ole/diary.html?start=58</link>
      <guid>http://www.advogato.org/person/ole/diary.html?start=58</guid>
    </item>
    <item>
      <pubDate>Mon, 26 Nov 2001 17:44:20 GMT</pubDate>
      <title>26 Nov 2001</title>
      <link>http://www.advogato.org/person/ole/diary.html?start=57</link>
      <guid>http://www.advogato.org/person/ole/diary.html?start=57</guid>
      <description>&lt;p&gt;&lt;b&gt;U.S. citizens:&lt;/b&gt; Please sign the &lt;a
href="http://www.petitiononline.com/pasp01/petition.html"&gt;Petition
Against Software Patents&lt;/a&gt;.</description>
    </item>
    <item>
      <pubDate>Sun, 18 Nov 2001 19:04:09 GMT</pubDate>
      <title>18 Nov 2001</title>
      <link>http://www.advogato.org/person/ole/diary.html?start=56</link>
      <guid>http://www.advogato.org/person/ole/diary.html?start=56</guid>
      <description>During the weekend I built new Debian packages of 
gphoto2 beta3, GnoCam and gtkam.  You can get them from &lt;a href="http://www.ping.uio.no/~oka/debian" 
&gt;http://www.ping.uio.no/~oka/debian/&lt;/a&gt; and in upstream 
Debian as soon as my maintainer application is approved.

&lt;p&gt; Tommorrow is the day for my first exam in &lt;a href="http://folk.uio.no/herman/Logikk/" &gt;formal logic&lt;/a&gt;.



</description>
    </item>
    <item>
      <pubDate>Sun, 28 Oct 2001 21:09:11 GMT</pubDate>
      <title>28 Oct 2001</title>
      <link>http://www.advogato.org/person/ole/diary.html?start=55</link>
      <guid>http://www.advogato.org/person/ole/diary.html?start=55</guid>
      <description>"Universal Plug and Play (UPnP)" is mentioned in the  &lt;a
href="http://www.pima.net/standards/it10/IT10_Jully2001_Minutes_corr.PDF"&gt;
these minutes from I3A/IT10&lt;/a&gt; about implementing &lt;a
href="http://ptp.sourceforge.net/"&gt;Picture Transfer
Protocol&lt;/a&gt; over IP.
&lt;p&gt;
UPnP is a Microsoft-backed standard that enables the
automatic discovery of devices on any particular network. 
Drivers and other discovery protocol information are located
on the sensor/device itself.
&lt;p&gt;
Intel is working on a &lt;a
href="http://upnp.sourceforge.net/"&gt;UPnP implementation for
Linux&lt;/a&gt; under the BSD license.</description>
    </item>
    <item>
      <pubDate>Sun, 28 Oct 2001 14:40:05 GMT</pubDate>
      <title>28 Oct 2001</title>
      <link>http://www.advogato.org/person/ole/diary.html?start=54</link>
      <guid>http://www.advogato.org/person/ole/diary.html?start=54</guid>
      <description>&lt;p&gt;Late breakfast.
&lt;p&gt;Annett went with her parents today.
We met Karl-Erik at the train station.
&lt;p&gt;Took the subway to &lt;a
href="http://www.ifi.uio.no/~joern/ras.html"&gt;Forskningsparken
&lt;/a&gt; and read mail for a couple of hours.</description>
    </item>
  </channel>
</rss>
