<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet href="/templates/default/atom.css" type="text/css" ?>

<feed 
   xmlns="http://www.w3.org/2005/Atom"
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:dc="http://purl.org/dc/elements/1.1/"
   xmlns:admin="http://webns.net/mvcb/"
   xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
   xmlns:wfw="http://wellformedweb.org/CommentAPI/">
    <link href="http://daniel-lange.com/feeds/atom10.xml" rel="self" title="Daniel Lange's blog" type="application/atom+xml" />
    <link href="http://daniel-lange.com/"                        rel="alternate"    title="Daniel Lange's blog" type="text/html" />
    <link href="http://daniel-lange.com/rss.php?version=2.0"     rel="alternate"    title="Daniel Lange's blog" type="application/rss+xml" />
    <title type="html">Daniel Lange's blog</title>
    <subtitle type="html">Life, IT, Managers, Cars...</subtitle>
    <icon>http://daniel-lange.com/templates/bulletproof/img/s9y_banner_small.png</icon>
    <id>http://daniel-lange.com/</id>
    <updated>2008-10-22T23:40:52Z</updated>
    <generator uri="http://www.s9y.org/" version="1.3.1">Serendipity 1.3.1 - http://www.s9y.org/</generator>
    <dc:language>en</dc:language>

    <entry>
        <link href="http://daniel-lange.com/archives/38-Converting-a-DVD-film-mpeg2-to-DV.html" rel="alternate" title="Converting a DVD film (mpeg2) to DV" />
        <author>
            <name>Daniel Lange</name>
                    </author>
    
        <published>2008-10-22T23:30:00Z</published>
        <updated>2008-10-22T23:40:52Z</updated>
        <wfw:comment>http://daniel-lange.com/wfwcomment.php?cid=38</wfw:comment>
    
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://daniel-lange.com/rss.php?version=atom1.0&amp;type=comments&amp;cid=38</wfw:commentRss>
    
            <category scheme="http://daniel-lange.com/categories/13-Other" label="Other" term="Other" />
    
        <id>http://daniel-lange.com/archives/38-guid.html</id>
        <title type="html">Converting a DVD film (mpeg2) to DV</title>
        <content type="xhtml" xml:base="http://daniel-lange.com/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                There are a gazillion web pages telling you how to convert DV to MPEG2 for DVD use. But I got a DVD from a corporate event and needed to convert it to DV to be cut in <a href="http://www.kdenlive.org/" title="kdenlive KDE video editor home page" target="_blank">kdenlive</a>. So just the other way around. Try to find a web page about that direction (needle in haystack, anyone?).<br />
<br />
Giving up on google, I tried unsuccessfully with the swiss army knife that comes to mind first (ffmeg).<br />
<br />
While something like<br />
<tt>ffmpeg -i vts_01_1.vob -i vts_01_2.vob -i vts_01_3.vob -sameq -target dv ../Raum_Video.avi</tt><br />
creates a nice .avi, even mplayer complains about it violating the dv and avi standards.<br />
<br />
So back to digging around in tutorials and forums and trial and error with other tools. Finally I found <a href="http://fixounet.free.fr/avidemux/" title="Avidemux home page" target="_bank">Avidemux</a> to be the tool of choice. It encapsulates ffmpeg and other tools nicely to make them produce the expected results. Set video to DV (lavc), Audio to WAV PCM and the container format to AVI and go grab a <del>coffee</del> meal. It creates a nice DV file that you can easily work with in your favorite video editor.<br />
<br />
<!-- s9ymdb:520 --><img class="serendipity_image_center" width="916" height="789" style="border: 0px; padding-left: 5px; padding-right: 5px;" src="http://daniel-lange.com/uploads/entries/Screenshot_Avidemux2_qt4.png" alt="Screenshot of Avidemux in action" /> 
            </div>
        </content>
        <dc:subject>audio</dc:subject>
<dc:subject>avi</dc:subject>
<dc:subject>avidemux</dc:subject>
<dc:subject>convert</dc:subject>
<dc:subject>dv</dc:subject>
<dc:subject>ffmpeg</dc:subject>
<dc:subject>mpeg2</dc:subject>
<dc:subject>transcode</dc:subject>
<dc:subject>video</dc:subject>

    </entry>
    <entry>
        <link href="http://daniel-lange.com/archives/37-httpdate-set-local-date-and-time-from-a-web-server.html" rel="alternate" title="httpdate - set local date and time from a web server" />
        <author>
            <name>Daniel Lange</name>
                    </author>
    
        <published>2008-10-22T21:55:13Z</published>
        <updated>2008-10-22T21:55:13Z</updated>
        <wfw:comment>http://daniel-lange.com/wfwcomment.php?cid=37</wfw:comment>
    
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://daniel-lange.com/rss.php?version=atom1.0&amp;type=comments&amp;cid=37</wfw:commentRss>
    
            <category scheme="http://daniel-lange.com/categories/8-Linux" label="Linux" term="Linux" />
    
        <id>http://daniel-lange.com/archives/37-guid.html</id>
        <title type="html">httpdate - set local date and time from a web server</title>
        <content type="xhtml" xml:base="http://daniel-lange.com/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                While <a href="http://www.ntp.org" title="Network Time Protocol (NTP) home page" target="_blank">ntp</a> may be a great protocol, I find it quite bloated and slow for the simple purpose of just setting a local date and time to a reference clock. I do not need 20ms accuracy on a notebook's clock <img src="http://daniel-lange.com/templates/default/img/emoticons/smile.png" alt=":-)" style="display: inline; vertical-align: bottom;" class="emoticon" />.<br />
Thus I use(d) <a href="http://packages.debian.org/stable/net/rdate" title="Debian's rdate page in lack of a proper homepage for the tool itself" target="_blank">rdate</a> for a decade now but the public rdate servers are slowly dying out. So I'm replacing it more and more with <a href="http://www.clevervest.com/htp/" title="htpdate home page">htpdate</a> which works quite nicely. It's written in C and a perl alternative is available on the author's site. There is also a forked <a href="http://www.rkeene.org/oss/htp/" title="(Forked) alternative and Windows version of htpdate" target="_blank">windows version</a> of it available.<br />
<br />
Developing a bit larger bash script (which syncs a few servers), I wondered whether I could realize the time sync part in bash as well.<br />
<br />
It's quite possible:<br />
<br />
<div class="bash" style="text-align: left"><ol><li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #808080; font-style: italic;"># open a tcp connection to www.google.com</span></div></li><li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #000066;">exec</span> <span style="color: #cc66cc;">3</span>&lt;&gt;/dev/tcp/www.google.com/<span style="color: #cc66cc;">80</span></div></li><li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #808080; font-style: italic;"># say hello HTTP-style</span></div></li><li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #000066;">echo</span> -e <span style="color: #ff0000;">"GET / HTTP/1.0<span style="color: #000099; font-weight: bold;">\n</span><span style="color: #000099; font-weight: bold;">\n</span>"</span>&gt;&amp;<span style="color: #cc66cc;">3</span></div></li><li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #808080; font-style: italic;"># parse for a Date: line and with a bit of magic throw the date-string at the date command </span></div></li><li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #0000ff;">LC_ALL=</span>C <span style="color: #0000ff;">LANG=</span>en date --rfc-<span style="color: #cc66cc;">2822</span> --utc -s <span style="color: #ff0000;">"$(head &lt;&amp;3 | grep -i "</span>Date: <span style="color: #ff0000;">" | sed -e s/Date<span style="color: #000099; font-weight: bold;">\:</span><span style="color: #000099; font-weight: bold;">\ </span>//I)"</span></div></li><li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #808080; font-style: italic;"># close the tcp connection</span></div></li><li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #000066;">exec</span> <span style="color: #cc66cc;">3</span>&lt;&amp;- </div></li></ol></div><br />
Simple, eh?<br />
 <br /><a href="http://daniel-lange.com/archives/37-httpdate-set-local-date-and-time-from-a-web-server.html#extended">Continue reading "httpdate - set local date and time from a web server"</a>
            </div>
        </content>
        <dc:subject>bash</dc:subject>
<dc:subject>htpdate</dc:subject>
<dc:subject>httpdate</dc:subject>
<dc:subject>ntp</dc:subject>
<dc:subject>rdate</dc:subject>

    </entry>
    <entry>
        <link href="http://daniel-lange.com/archives/34-Disabling-a-group-policyd-screensaver-on-Windows.html" rel="alternate" title="Disabling a group policy'd screensaver on Windows" />
        <author>
            <name>Daniel Lange</name>
                    </author>
    
        <published>2008-08-13T19:33:05Z</published>
        <updated>2008-08-13T20:08:56Z</updated>
        <wfw:comment>http://daniel-lange.com/wfwcomment.php?cid=34</wfw:comment>
    
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://daniel-lange.com/rss.php?version=atom1.0&amp;type=comments&amp;cid=34</wfw:commentRss>
    
            <category scheme="http://daniel-lange.com/categories/2-IT" label="IT" term="IT" />
    
        <id>http://daniel-lange.com/archives/34-guid.html</id>
        <title type="html">Disabling a group policy'd screensaver on Windows</title>
        <content type="xhtml" xml:base="http://daniel-lange.com/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                I guess many people know the issue of having a screen saver forced active after a some time through a group policy in a corporate environment. This is usually done to make sure systems are locked during breaks if people forget to press Win+L (or Ctrl+Alt+Del and then Enter).<br />
While that may well help IT security, it turns problematic when giving presentations for extended periods of time.  Having to move the mouse through the presentation pointer every few minutes or dash back to the PC once the screen saver has kicked in, again, is simply annoying.<br />
On your company's systems you may be able to get the system admins to allow configuration of the interval or allow for disabling the screen saver, but on foreign systems you're often lost. But...<br />
 <br /><a href="http://daniel-lange.com/archives/34-Disabling-a-group-policyd-screensaver-on-Windows.html#extended">Continue reading "Disabling a group policy'd screensaver on Windows"</a>
            </div>
        </content>
        <dc:subject>network</dc:subject>
<dc:subject>screensaver</dc:subject>
<dc:subject>security</dc:subject>
<dc:subject>vista</dc:subject>
<dc:subject>windows</dc:subject>
<dc:subject>xp</dc:subject>

    </entry>
    <entry>
        <link href="http://daniel-lange.com/archives/32-Freenode-staff-list.html" rel="alternate" title="Freenode staff list" />
        <author>
            <name>Daniel Lange</name>
                    </author>
    
        <published>2008-06-10T21:30:00Z</published>
        <updated>2008-06-11T06:01:30Z</updated>
        <wfw:comment>http://daniel-lange.com/wfwcomment.php?cid=32</wfw:comment>
    
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://daniel-lange.com/rss.php?version=atom1.0&amp;type=comments&amp;cid=32</wfw:commentRss>
    
            <category scheme="http://daniel-lange.com/categories/15-freenode" label="freenode" term="freenode" />
    
        <id>http://daniel-lange.com/archives/32-guid.html</id>
        <title type="html">Freenode staff list</title>
        <content type="xhtml" xml:base="http://daniel-lange.com/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                <br />
<p><a href="http://www.kirkanddonna.com/donna/" target="_blank" title="Sportchick's homepage">Donna &quot;Sportchick&quot; Crawford</a> has put up a <a href="http://blog.freenode.net/?p=83" target="_blank" title="Freenode staff blog entry: Who Are freenode Staff?">blog entry</a> on the <a href="http://blog.freenode.net/" target="_blank" title="Freenode staff blog">freenode staff blog</a> listing the currently active 39 freenode staff members. Freenode is <a href="http://irc.netsplit.de/networks/details.php?net=freenode&submenu=years" target="_blank" title="Freenode network stats on Netsplit.de">growing gradually</a> towards 50.000 users, so we have quite a lot to do <img src="http://daniel-lange.com/templates/default/img/emoticons/smile.png" alt=":-)" style="display: inline; vertical-align: bottom;" class="emoticon" />.</p><p>People readily available to help on very short notice are voiced (+v) in <a href="irc://irc.freenode.net/#freenode" title="#freenode support channel on irc.freenode.net">#freenode</a>. Prefer to contact these whenever possible.<br />
</p><p>If none are voiced, just ask away in #freenode anyways. There are usually some staff reading and many questions can be answered by the channel regulars as well.</p><pre>/who freenode/staff/*</pre><p>will give you a list of currently online staff, people that have marked themselves away have a &quot;G&quot; (gone) in their who-line, folks that are there a &quot;H&quot; (here).</p><p>You can check when somebody has talked the last time by using whois with the nick appended twice, like</p><pre>/whois JonathanD JonathanD</pre><p>(yes, twice the nick!) and thus see who might be able to help for really private matters and who did just idle too long to be really near the keyboard.</p> 
            </div>
        </content>
        <dc:subject>freenode</dc:subject>
<dc:subject>irc</dc:subject>
<dc:subject>staff</dc:subject>

    </entry>
    <entry>
        <link href="http://daniel-lange.com/archives/30-kloeri-announces-Exherbo,-another-source-based-Linux-distribution.html" rel="alternate" title="kloeri announces Exherbo, another source based Linux distribution" />
        <author>
            <name>Daniel Lange</name>
                    </author>
    
        <published>2008-05-19T17:00:00Z</published>
        <updated>2008-05-23T06:25:58Z</updated>
        <wfw:comment>http://daniel-lange.com/wfwcomment.php?cid=30</wfw:comment>
    
        <slash:comments>4</slash:comments>
        <wfw:commentRss>http://daniel-lange.com/rss.php?version=atom1.0&amp;type=comments&amp;cid=30</wfw:commentRss>
    
            <category scheme="http://daniel-lange.com/categories/8-Linux" label="Linux" term="Linux" />
    
        <id>http://daniel-lange.com/archives/30-guid.html</id>
        <title type="html">kloeri announces Exherbo, another source based Linux distribution</title>
        <content type="xhtml" xml:base="http://daniel-lange.com/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                <br />
<p>Bryan Østergaard (aka <a href="http://kloeri.livejournal.com/" target="_blank" title="Bryan Oestergaard's (kloeri) blog">kloeri</a>) <a href="http://kloeri.livejournal.com/5016.html" target="_blank" title="Kloeri's blog: Announcing Exherbo">announced</a> <a href="http://www.exherbo.org/" target="_blank" title="Exherbo homepage">Exherbo</a> today. He assembled a team of (ex-)Gentoo developers including Ciaran McCreesh (<a href="http://ciaranm.wordpress.com/" target="_blank" title="Ciaranm's blog">ciaranm)</a>, Richard Brown (rbrown), Fernando J. Pereda (ferdy) and Alexander Færøy (<a href="http://eroyf.org/" target="_blank" title="Eroyf's homepage">eroyf</a>) to build a new source based Linux distribution.</p><p>They would like to overcome some of the short-commings of Gentoo both from a technical as well as from a community perspective. Obviously this is easily said and hard to really achieve, so time will tell how successful that team can be. Renaming USE-Flags to OPTIONS and merging the platform KEYWORDS (like x86, ~x86) into the Options-logic is no big deal, but getting the thousands of ebuilds^Hpackages better supported and maintained than Gentoo will be the real deal{maker|breaker}.</p><p><a title="Paludis homepage" target="_blank" href="http://paludis.pioto.org/">Paludis</a>, ciaranm's package manager, supports Gentoo ebuilds and can import them into Exherbo, so there is a potential migration path sketched out.*</p><p>They also add another init-system re-write (&quot;Genesis&quot;) to the pool. An already quite crowded pool with rather shallow water, I may add.</p><p>Exherbo has nothing that is end-user-safe at the time of the announcement, so it's safe to assume kloeri's team wants to attract further development capacity <img src="http://daniel-lange.com/templates/default/img/emoticons/smile.png" alt=":-)" style="display: inline; vertical-align: bottom;" class="emoticon" />.</p><p>Browse around the <a href="http://www.exherbo.org/" target="_blank" title="Exherbo homepage">website</a> or join folks in <a href="irc://irc.freenode.net/#exherbo" title="#exherbo on freenode.net (IRC)">#exherbo</a> if you're interested.</p><p>I asked in #exherbo what &quot;exherbo&quot; means ... latin for &quot;uproot&quot; was the answer. How fitting.</p><h3>Updates</h3><p>*19.04.08: Two friendly folks wrote in to clarify that Paludis currently can only import Ebuild-builds into Exherbo via <a href="http://paludis.pioto.org/clients/importare.html" target="_blank" title="Importare - The Paludis unpackaged package installer">importare</a>,  i.e. take a Gentoo build result and package it for importing into the Exherbo system through Paludis.<br />23.05.08: Ciaranm wrote a blog <a href="http://ciaranm.wordpress.com/2008/05/20/managing-unpackaged-packages-or-whats-this-importare-thing/" target="_blank" title="ciaranm's blog: Managing Unpackaged Packages, or What’s this importare thing?">entry</a> how to get build results into Exherbo/Paludis via importare.</p><p /> 
            </div>
        </content>
        <dc:subject>distribution</dc:subject>
<dc:subject>exherbo</dc:subject>
<dc:subject>gentoo</dc:subject>
<dc:subject>updated</dc:subject>

    </entry>
    <entry>
        <link href="http://daniel-lange.com/archives/28-Seredipity-default-event_s9ymarkup-plugin-breaking-URLs-that-contain-underscores.html" rel="alternate" title="Seredipity default event_s9ymarkup plugin breaking URLs that contain underscores" />
        <author>
            <name>Daniel Lange</name>
                    </author>
    
        <published>2008-04-11T11:30:00Z</published>
        <updated>2008-04-11T09:58:17Z</updated>
        <wfw:comment>http://daniel-lange.com/wfwcomment.php?cid=28</wfw:comment>
    
        <slash:comments>1</slash:comments>
        <wfw:commentRss>http://daniel-lange.com/rss.php?version=atom1.0&amp;type=comments&amp;cid=28</wfw:commentRss>
    
            <category scheme="http://daniel-lange.com/categories/12-Serendipity" label="Serendipity" term="Serendipity" />
    
        <id>http://daniel-lange.com/archives/28-guid.html</id>
        <title type="html">Seredipity default event_s9ymarkup plugin breaking URLs that contain underscores</title>
        <content type="xhtml" xml:base="http://daniel-lange.com/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                <br />
<p><br />
The default Serendipity mark-up plugin (event_s9ymarkup) currently breaks URLs that contain underscores.</p><p>So<br />
</p><blockquote>http://en.wikipedia.org/wiki/Statler_%26_Waldorf</blockquote><br />
will end up<blockquote>http://en.wikipedia.org/wiki/Statler&lt;/u&gt;%26_Waldorf</blockquote><p /><p><br />
because of a faulty regex.<br />
<br />
Garvin Hicking does not really want to fix this. (See <a target="_blank" title="Serendipity Forums: serendipity_event_s9ymarkup adds </u> to URLs breaking" href="http://board.s9y.org/viewtopic.php?p=72455">this</a> s9y support forum article for arguments pro/contra fixing it). So if you encounter this problem, your options are:<br />
</p><ul><li>replace _ in URLs with %5F (aka manually urlencode it)</li><li>remove the plugin or disable it<br />
</li><li>patch the plugin</li></ul>Patching is basically changing<br />
<br />
<font face="courier new,courier,monospace">plugins/serendipity_event_s9ymarkup/serendipity_event_s9ymarkup.php</font>:<br /><br />
<blockquote>$text = preg_replace('/\b_([\S ]+?)_\b/','&lt;u&gt;\1&lt;/u&gt;',$text);</blockquote><br />
to<br />
<blockquote>$text = preg_replace('/\ _([\S ]+?)_\ /',' &lt;u&gt;\1&lt;/u&gt; ',$text);</blockquote>If you want to be writing things like &quot;Haha[_lol_]&quot; (which I have no real use for ...), extend the &quot;\ &quot; with whatever you'd like to be o.k. to delimit _bolded_ words beyond blanks. It should only be symbols that are not valid in URLs (so none of &quot;$-_.+!*'(),&quot; which are all valid in URLs according to <a title="RFC 1738 - Uniform Resource Locators (URL)" target="_blank" href="http://www.ietf.org/rfc/rfc1738.txt">RFC 1738</a>).<p>You may also want to consider replacing one underscore (&quot;_&quot;) with two or more (&quot;__&quot;) to make the detection, that you actually wanted to write bold text, more reliable.</p> 
            </div>
        </content>
        <dc:subject>bug</dc:subject>
<dc:subject>html</dc:subject>
<dc:subject>plugin</dc:subject>
<dc:subject>serendipity</dc:subject>
<dc:subject>underscore</dc:subject>
<dc:subject>url</dc:subject>

    </entry>
    <entry>
        <link href="http://daniel-lange.com/archives/26-Updated-Greasemonkey-script-for-Xing.html" rel="alternate" title="Updated Greasemonkey script for Xing" />
        <author>
            <name>Daniel Lange</name>
                    </author>
    
        <published>2008-04-05T21:45:37Z</published>
        <updated>2008-05-01T23:15:23Z</updated>
        <wfw:comment>http://daniel-lange.com/wfwcomment.php?cid=26</wfw:comment>
    
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://daniel-lange.com/rss.php?version=atom1.0&amp;type=comments&amp;cid=26</wfw:commentRss>
    
            <category scheme="http://daniel-lange.com/categories/1-Private" label="Private" term="Private" />
    
        <id>http://daniel-lange.com/archives/26-guid.html</id>
        <title type="html">Updated Greasemonkey script for Xing</title>
        <content type="xhtml" xml:base="http://daniel-lange.com/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                <br />
<p>Xing has just updated it's image-thumbnails naming &quot;algorithm&quot; once again:</p><p>You'll now find thumbnails named <font face="courier new,courier,monospace">/2f1127fe2.3144098_s2<b>,2</b>.jpg</font>, so including another component like &lt;comma&gt;&lt;digit&gt; added to the name. Thus the Greasemonkey script linked from my article <a title="Daniel's blog: Greasemonkey to enlarge Xing pictures" href="http://daniel-lange.com/archives/24-Greasemonkey-to-enlarge-Xing-pictures.html">Greasemonkey to enlarge Xing pictures</a> needs to have it's main regex amended:</p><p>Change _s(1|2|3)?\. to read _s(1|2|3)?(,\d)?\. in three places in the script.</p><p>Or download an updated version <a title="Updated Greasemonkey script to enlarge Xing pictures" href="http://daniel-lange.com/software/openbcuserimagesmouseove.user.js">here</a>. I hope &quot;louis&quot; will update the version hosted at userscripts.org, too.</p><h2>Update</h2><p>02.05.2008 As Xing adds multi-digit numbers to the thumbnails now (like /7553bd445.4550412_s2<b>,10</b>.jpg), you need to replace \d with \d+ in the above regex. The linked Greasemonkey script is updated.</p><p /> 
            </div>
        </content>
        <dc:subject>firefox</dc:subject>
<dc:subject>greasemonkey</dc:subject>
<dc:subject>script</dc:subject>
<dc:subject>updated</dc:subject>
<dc:subject>xing</dc:subject>

    </entry>
    <entry>
        <link href="http://daniel-lange.com/archives/25-Remote-keyless-entry-system-Keeloq-broken-by-security-researchers.html" rel="alternate" title="Remote keyless entry system Keeloq broken by security researchers" />
        <author>
            <name>Daniel Lange</name>
                    </author>
    
        <published>2008-03-31T22:45:00Z</published>
        <updated>2008-03-31T23:01:53Z</updated>
        <wfw:comment>http://daniel-lange.com/wfwcomment.php?cid=25</wfw:comment>
    
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://daniel-lange.com/rss.php?version=atom1.0&amp;type=comments&amp;cid=25</wfw:commentRss>
    
            <category scheme="http://daniel-lange.com/categories/3-Vehicles" label="Vehicles" term="Vehicles" />
    
        <id>http://daniel-lange.com/archives/25-guid.html</id>
        <title type="html">Remote keyless entry system Keeloq broken by security researchers</title>
        <content type="xhtml" xml:base="http://daniel-lange.com/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                <br />
The remote keyless entry system KeeLoq is being used by Chrysler, Daewoo, Fiat, General Motors, Honda/Infiniti, Jaguar, Toyota/Lexus, Volvo and Volkswagen. A number of garage door opening systems and the like also use this technology. It is based on a secret cipher that has now been compromised by an international IT security research team. Two intercepted messages are deemed sufficient to clone a KeeLoq RFID tag as there are general keys inserted by the manufacterer and the key structure is partially determined by make and model. A stronger KeeLoq implementation (still) needs physical access to the key but only for a few minutes. It's also possible to permanently lock the legitimate owner out of his car or building and render his KeeLoq RFID useless. Details can be found at the <a title="Ruhr University Bochum, Chair for Communication Security, KeeLoq " target="_blank" href="http://www.crypto.rub.de/keeloq/index.html">researchers site</a> and the folks at Wikipedia have also amended their <a title="Wikipedia: KeeLoq" target="_blank" href="http://en.wikipedia.org/wiki/KeeLoq">KeeLoq article</a>.<br />
 
            </div>
        </content>
        <dc:subject>automotive</dc:subject>
<dc:subject>keeloq</dc:subject>
<dc:subject>security</dc:subject>

    </entry>
    <entry>
        <link href="http://daniel-lange.com/archives/24-Greasemonkey-to-enlarge-Xing-pictures.html" rel="alternate" title="Greasemonkey to enlarge Xing pictures" />
        <author>
            <name>Daniel Lange</name>
                    </author>
    
        <published>2008-02-27T22:30:00Z</published>
        <updated>2008-04-17T10:09:22Z</updated>
        <wfw:comment>http://daniel-lange.com/wfwcomment.php?cid=24</wfw:comment>
    
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://daniel-lange.com/rss.php?version=atom1.0&amp;type=comments&amp;cid=24</wfw:commentRss>
    
            <category scheme="http://daniel-lange.com/categories/1-Private" label="Private" term="Private" />
    
        <id>http://daniel-lange.com/archives/24-guid.html</id>
        <title type="html">Greasemonkey to enlarge Xing pictures</title>
        <content type="xhtml" xml:base="http://daniel-lange.com/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                <br />
<p>I use <a title="Xing social networking site" target="_blank" href="http://www.xing.com/">Xing</a> to manage some of my business contacts and even some friends have profiles there as well.</p><p>The default size of contact's pictures displayed on one's Xing homepage is 18x24px. On a higher dpi screens, you can thus barely recognize the person shown. As there are multiple sizes of all images available, it's pretty easy to just take (for example)<font face="courier new,courier,monospace"> http://www.xing.com/img/users/d/f/1/f34814409.5648827_s1.jpg</font>, remove the<font face="courier new,courier,monospace"> _s1</font> and see a 140x185px version of the picture.</p><p><a href="https://addons.mozilla.org/de/firefox/addon/748" target="_blank" title="Greasemonkey firefox extension">Greasemonkey</a>, a Firefox extension to run user specified scripts on selected pages that you visit, can automate this with a nice script from user louis to download <a href="http://userscripts.org/scripts/show/6173" target="_blank" title="Greasemonkey script to show Xing images in large on mouse-over">here</a>. Or my updated version <a title="Greasemonkey script to show Xing images in large on mouse-over (updated version)" href="http://daniel-lange.com/software/openbcuserimagesmouseove.user.js">here</a>.*</p><p /><p align="baseline" /><p><img vspace="0" hspace="0" border="1" align="absmiddle" alt="Greasemonkey on Xing" src="http://daniel-lange.com/uploads/entries/080227_Xing_Greasemonkey.png" /></p><p><br />
So, everytime I now hover my mouse over a tiny Xing thumbnail, it will show the &quot;full resolution&quot; version of the image. Simple, efficient.</p><h2>Update</h2><p>* Xing <a title="Daniel's blog: Updated Greasemonkey script for Xing" href="http://daniel-lange.com/archives/26-Updated-Greasemonkey-script-for-Xing.html">changed it's image naming scheme a bit</a>, so one needs an updated Greasemonkey script for all images to work again. Link inserted into the article text (&quot;Or my updated version <a title="Greasemonkey script to show Xing images in large on mouse-over (updated version)" href="https://daniel-lange.com/software/openbcuserimagesmouseove.user.js">here</a>.&quot;)</p> 
            </div>
        </content>
        <dc:subject>firefox</dc:subject>
<dc:subject>greasemonkey</dc:subject>
<dc:subject>script</dc:subject>
<dc:subject>updated</dc:subject>
<dc:subject>xing</dc:subject>

    </entry>
    <entry>
        <link href="http://daniel-lange.com/archives/23-Wikimedia-Fundraiser-20072008-Report-published-by-Wikimedia-Foundation.html" rel="alternate" title="Wikimedia Fundraiser 2007/2008 Report published by Wikimedia Foundation" />
        <author>
            <name>Daniel Lange</name>
                    </author>
    
        <published>2008-02-01T06:30:22Z</published>
        <updated>2008-02-03T14:30:56Z</updated>
        <wfw:comment>http://daniel-lange.com/wfwcomment.php?cid=23</wfw:comment>
    
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://daniel-lange.com/rss.php?version=atom1.0&amp;type=comments&amp;cid=23</wfw:commentRss>
    
            <category scheme="http://daniel-lange.com/categories/13-Other" label="Other" term="Other" />
    
        <id>http://daniel-lange.com/archives/23-guid.html</id>
        <title type="html">Wikimedia Fundraiser 2007/2008 Report published by Wikimedia Foundation</title>
        <content type="xhtml" xml:base="http://daniel-lange.com/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                <br />
<p>Eric Möller has published his <a href="http://meta.wikimedia.org/wiki/Fundraising_2007/Report" target="_blank" title="Wikimedia foundation report on 2007/2008 Fundraiser">report</a> on the Wikimedia 2007/2008 fundraiser. I found it because he hotlinked one of the images that I created for my <a href="http://daniel-lange.com/archives/19-Wikimedia-Fundraiser-Analysis-III.html" title="Daniel's blog: Wikimedia Fundraiser Analysis III - Some detailed analysis of Wikimedia's fundraiser">detailed analysis</a>. His report lists some interesting new information:</p><ul><li>Wikimedia got $50,000 in Google stock from another - yet again - anonymous donor.</li><li>The Wikimedia chapters (local organisation units e.g. in Germany or France) have collected nearly $250,000 in their fundraisers (mostly in Germany). The Germans buy stuff of their own from the money. Only the Swiss donated 25% of their raised budget back to Wikimedia foundation. Eric explains: &quot;The lack of a clear understanding between chapters and the Foundation about the role and responsibilities of the different entities in the fundraising process is an additional impediment. For example: Should chapters share fundraising revenue with the Foundation, and if so, how? [..] The German chapter has an informal agreement with the Foundation to invest half of its fundraising revenue in ways directly benefiting WMF projects.&quot;</li><li>Eric says it was not intended to raise the full $4.6m. Somehow people just mis-interpreted the fundraiser that way: &quot;The publication of the planned spending was misunderstood by some to indicate that the fundraiser's goal was to raise 4.6 million dollars. [...] Inquiries related to the actual financial target of the fundraiser were less common, probably in large part due to the publication of the Foundation's planned spending.&quot;</li></ul><p>The report is extremly low on self-criticism. There is no insight visable that not giving a financial target was a major bummer or that the general intransparency, unprofessional communication and     amateurish reporting on financial issues was keeping many people from donating. Nothing about missing the 100,000 donors target, either. There is not a word on the webcomics deletion issues and the subsequent call by the webcomics community to boycot the fundraiser or the scandal around hiring a convicted felon as COO because of unprofessional HR work. Not a word on the ridiculous &quot;<a href="http://wikimediafoundation.org/wiki/Fundraising_FAQ" target="_blank" title="Wikimedia foundation FAQ page on fund raising">dinner</a> with Jimmy Wales&quot; for people donating $25,000. Nobody even donated $10,001.</p><p>&quot;Also, given that most of the viewers of the planned spending distribution had no financial background, the level of explanations given was probably not sufficient.&quot; Come on, Eric, the people with financial background are not even considering the published material as &quot;planning&quot;.</p><p>And next time, please link a blog entry and not some graphics. Criticism is healthy. Let people develop an opinion of their own. Try putting a &quot;public criticism&quot; section into your report. It will definitely add to the report's credibility.</p><h2>Update</h2><p>03.02.08: Eric has ammended information from the Italian chapter. They raised around $3,000 and forwarded it all to Wikimedia foundation.</p><br /><p><br />
</p> 
            </div>
        </content>
        <dc:subject>analysis</dc:subject>
<dc:subject>fundraiser</dc:subject>
<dc:subject>report</dc:subject>
<dc:subject>results</dc:subject>
<dc:subject>updated</dc:subject>
<dc:subject>wikimedia</dc:subject>
<dc:subject>wikipedia</dc:subject>

    </entry>
    <entry>
        <link href="http://daniel-lange.com/archives/22-Wikimedia-Fundraiser-Follow-up.html" rel="alternate" title="Wikimedia Fundraiser Follow-up" />
        <author>
            <name>Daniel Lange</name>
                    </author>
    
        <published>2008-01-09T21:30:00Z</published>
        <updated>2008-01-09T22:11:31Z</updated>
        <wfw:comment>http://daniel-lange.com/wfwcomment.php?cid=22</wfw:comment>
    
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://daniel-lange.com/rss.php?version=atom1.0&amp;type=comments&amp;cid=22</wfw:commentRss>
    
            <category scheme="http://daniel-lange.com/categories/13-Other" label="Other" term="Other" />
    
        <id>http://daniel-lange.com/archives/22-guid.html</id>
        <title type="html">Wikimedia Fundraiser Follow-up</title>
        <content type="xhtml" xml:base="http://daniel-lange.com/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                <br />
<p>The Wikimedia fundraiser has generated a few interesting posts and received further analysis today:</p><ul><li>Erik Möller sent a <a title="Wikimedia foundation mailing list: Erik Möller" target="_blank" href="http://lists.wikimedia.org/pipermail/foundation-l/2008-January/037230.html">wrap-up email</a> stating that the fundraiser has also gained &quot;a single unrestricted $500K donation by an anonymous donor&quot;. Him quoting that the Fundraiser &quot;raised altogether more<br />than 2 million dollars&quot; may also explain why the fundraiser ran <a title="Daniel's blog: Wikimedia Fundraiser continues past extended deadline" href="http://daniel-lange.com/archives/18-Wikimedia-Fundraiser-continues-past-extended-deadline.html">two days longer</a>. &quot;More than two million&quot; just sounds so much better than &quot;nearly two million&quot;... <img src="http://daniel-lange.com/templates/default/img/emoticons/smile.png" alt=":-)" style="display: inline; vertical-align: bottom;" class="emoticon" /></li><li>He also explains &quot;Last month, Sue &amp; I took a first tour through the Silicon Valley, and with the help of one of Jimmy's friends [ed: Roger McNamee of Elevation Partners], we've been able to meet with a number of key people in the area who could make major contributions to the Foundation. We're planning a dinner with potential major donors and rainmakers next month, and we hope to also form some stable group or committee of influential &amp; networked people who can help us raise major contributions.<br /><br />Our general process with these individuals has been to give them a standard presentation about the past &amp; present, and a highly tentative view of the future of the organization, to answer any questions they have, and to then follow-up and cultivate the relationships further. What we seek is preferably completely unrestricted, philanthropic seed funding as we set up headquarters in San Francisco.<br /><br />In addition to these meetings, we've also had some first exploratory discussions with Sun Microsystems about developing some kind of partnership(s) - this is still very provisional, and we'll follow up in the next month.&quot; as a result to a leaked confidential Powerpoint presentation from the mentioned Sun meeting.</li></ul><p><br />
</p> <br /><a href="http://daniel-lange.com/archives/22-Wikimedia-Fundraiser-Follow-up.html#extended">Continue reading "Wikimedia Fundraiser Follow-up"</a>
            </div>
        </content>
        <dc:subject>analysis</dc:subject>
<dc:subject>fundraiser</dc:subject>
<dc:subject>leak</dc:subject>
<dc:subject>wikimedia</dc:subject>
<dc:subject>wikipedia</dc:subject>

    </entry>
    <entry>
        <link href="http://daniel-lange.com/archives/19-Wikimedia-Fundraiser-Analysis-III.html" rel="alternate" title="Wikimedia Fundraiser Analysis III" />
        <author>
            <name>Daniel Lange</name>
                    </author>
    
        <published>2008-01-05T17:10:00Z</published>
        <updated>2008-01-07T21:59:50Z</updated>
        <wfw:comment>http://daniel-lange.com/wfwcomment.php?cid=19</wfw:comment>
    
        <slash:comments>1</slash:comments>
        <wfw:commentRss>http://daniel-lange.com/rss.php?version=atom1.0&amp;type=comments&amp;cid=19</wfw:commentRss>
    
            <category scheme="http://daniel-lange.com/categories/13-Other" label="Other" term="Other" />
    
        <id>http://daniel-lange.com/archives/19-guid.html</id>
        <title type="html">Wikimedia Fundraiser Analysis III</title>
        <content type="xhtml" xml:base="http://daniel-lange.com/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                <br />
The official Wikimedia fundraiser had been extended into January, 3rd 2008, has been kept up on the 4th and is kind of still running. The site notice has been trimmed down to a <a href="http://meta.wikimedia.org/wiki/Fundraising_2007/Thank_you" target="_blank" title="Wikimedia Fundraiser Thank You message">thank you message</a> but still requests further donations, which are also continuously added to the <a href="http://donate.wikimedia.org/en/node/22" target="_blank" title="Wikimedia foundation daily donations summary page">official daily funds list and running totals</a> as of the press time of this article.<br /><br />I've presented two interim analysis<br /><ul><li><a href="http://daniel-lange.com/archives/5-Wikimedia-Fundraiser-Analysis.html" title="Daniel's blog: Wikimedia Fundraiser Analysis I">Wikimedia Fundraiser analysis I</a> on 03.11.07, some two weeks into the fundraiser</li><li><a href="http://daniel-lange.com/archives/15-Wikimedia-Fundraiser-Analysis-II.html">Wikimedia Fundraiser analysis II</a> on 23.11.07, summing up expectations and results for the initially intended duration of the fundraiser (22.11.07) </li></ul>Today, let's wrap up the fundraiser until the second official close date 03.01.08:<br /><br />From 22.10.07 until 03.01.08 43,837 people have contributed a total of $1,467,446 (US) according to Wikimedia's own stats (see the previous two articles mentioned above for a discussion of their reporting scheme).<br />
 <br /><a href="http://daniel-lange.com/archives/19-Wikimedia-Fundraiser-Analysis-III.html#extended">Continue reading "Wikimedia Fundraiser Analysis III"</a>
            </div>
        </content>
        <dc:subject>analysis</dc:subject>
<dc:subject>deadline</dc:subject>
<dc:subject>extended</dc:subject>
<dc:subject>fundraiser</dc:subject>
<dc:subject>results</dc:subject>
<dc:subject>target</dc:subject>
<dc:subject>updated</dc:subject>
<dc:subject>wikimedia</dc:subject>
<dc:subject>wikipedia</dc:subject>

    </entry>
    <entry>
        <link href="http://daniel-lange.com/archives/18-Wikimedia-Fundraiser-continues-past-extended-deadline.html" rel="alternate" title="Wikimedia Fundraiser continues past extended deadline" />
        <author>
            <name>Daniel Lange</name>
                    </author>
    
        <published>2008-01-04T18:55:31Z</published>
        <updated>2008-01-04T18:55:31Z</updated>
        <wfw:comment>http://daniel-lange.com/wfwcomment.php?cid=18</wfw:comment>
    
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://daniel-lange.com/rss.php?version=atom1.0&amp;type=comments&amp;cid=18</wfw:commentRss>
    
            <category scheme="http://daniel-lange.com/categories/13-Other" label="Other" term="Other" />
    
        <id>http://daniel-lange.com/archives/18-guid.html</id>
        <title type="html">Wikimedia Fundraiser continues past extended deadline</title>
        <content type="xhtml" xml:base="http://daniel-lange.com/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                The Wikimedia fundraiser was scheduled to end yesterday, 03.01.08, after the deadline had already been <a href="http://daniel-lange.com/archives/14-Wikimedia-Fundraiser-extended-to-03.-January-2008.html" title="Daniel's blog: Wikimedia fundraiser extended to 03.01.08">extended</a>. The donations headers and pages are still up and people have contributed <a href="http://donate.wikimedia.org/en/node/22" title="Wikimedia Fundraiser contributions summary page" target="_blank">similar amounts today compared to yesterday</a>, so Wikimedia is approaching 1.5m$ with funds coming in at 17,880$/day (last 10 day average) up from the $12,400 <a href="http://daniel-lange.com/archives/15-Wikimedia-Fundraiser-Analysis-II.html" title="Daniel's blog: Wikimedia Fundraiser Analysis II">seen right before Christmas</a>.<br />
<br />
<img src="http://daniel-lange.com/uploads/080104_Wikimedia_Fundraiser_continues_past_extended_deadline.png" alt="Wikimedia Fundraiser continues past deadline" width="100%"/><br />
<br />
There is no communication from Wikimedia when the fundraiser will be ending now. The <a href="http://wikimediafoundation.org/wiki/Fundraising_FAQ" title="Wikimedia Fundraising FAQ" target="_blank">FAQ</a> still says yesterday and questions on the <a href="http://meta.wikimedia.org/wiki/Talk:Fundraising_2007#Fund_raiser_End" title="Wikimedia Fundraister Talk: Fund_raiser_End" target="_blank">talk pages</a> are currently unanswered.<br />
 
            </div>
        </content>
        <dc:subject>deadline</dc:subject>
<dc:subject>fundraiser</dc:subject>
<dc:subject>wikimedia</dc:subject>
<dc:subject>wikipedia</dc:subject>

    </entry>
    <entry>
        <link href="http://daniel-lange.com/archives/15-Wikimedia-Fundraiser-Analysis-II.html" rel="alternate" title="Wikimedia Fundraiser Analysis II" />
        <author>
            <name>Daniel Lange</name>
                    </author>
    
        <published>2007-12-23T20:15:00Z</published>
        <updated>2008-01-04T18:47:22Z</updated>
        <wfw:comment>http://daniel-lange.com/wfwcomment.php?cid=15</wfw:comment>
    
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://daniel-lange.com/rss.php?version=atom1.0&amp;type=comments&amp;cid=15</wfw:commentRss>
    
            <category scheme="http://daniel-lange.com/categories/13-Other" label="Other" term="Other" />
    
        <id>http://daniel-lange.com/archives/15-guid.html</id>
        <title type="html">Wikimedia Fundraiser Analysis II</title>
        <content type="xhtml" xml:base="http://daniel-lange.com/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                <p>Yesterday, 22.12.2007, the initial deadline for the Wikimedia fundraiser ran out.</p>It has been <a href="http://daniel-lange.com/archives/14-Wikimedia-Fundraiser-extended-to-03.-January-2008.html" title="Daniel's blog: Wikimedia Fundraiser extended to 03. January 2008">extended to 03.01.2008</a> but it's a good time to assess the results so far as<br />yesterday ends the initially planned duration of the fundraiser.<br />As I documented in the original <a href="http://daniel-lange.com/archives/5-Wikimedia-Fundraiser-Analysis.html" title="Daniel's blog: Wikimedia Fundraiser Analysis">Wikimedia Fundraiser Analysis article</a>, the<br />Wikimedia Foundation hoped to raise up to $4.611m. Measuring the success of the fundraiser<br />was conducted through a <a href="http://daniel-lange.com/archives/6-Wikimedia-Fundraiser-changes-progress-meter.html" title="Daniel's blog: Wikimedia Fundraiser changes progress meter">meter</a> showing the number of people that donated rather than<br />the accumulated total donations, like in previous years. The target seemed to be set at 100,000<br />people donating. That was later <a href="http://meta.wikimedia.org/wiki/Talk:Fundraising_2007#What.27s_the_goal.3F" target="_blank" title="Wikimedia: Talk:Fundraising_2007, Entry: What is the goal?">confirmed</a>.<br />The estimations from the first two weeks of fundraising up to 03.11.07 were: $1.68m to be raised from 60,500 people.<br />That was well below the (unofficial) target of $4.611m and the (official) 100,000 donors goal.<br /><br />So, where are we after the initially planned two months of fundraising have been completed?<br />
 <br /><a href="http://daniel-lange.com/archives/15-Wikimedia-Fundraiser-Analysis-II.html#extended">Continue reading "Wikimedia Fundraiser Analysis II"</a>
            </div>
        </content>
        <dc:subject>analysis</dc:subject>
<dc:subject>deadline</dc:subject>
<dc:subject>fundraiser</dc:subject>
<dc:subject>wikimedia</dc:subject>
<dc:subject>wikipedia</dc:subject>

    </entry>
    <entry>
        <link href="http://daniel-lange.com/archives/14-Wikimedia-Fundraiser-extended-to-03.-January-2008.html" rel="alternate" title="Wikimedia Fundraiser extended to 03. January 2008" />
        <author>
            <name>Daniel Lange</name>
                    </author>
    
        <published>2007-12-20T21:56:04Z</published>
        <updated>2007-12-23T20:17:17Z</updated>
        <wfw:comment>http://daniel-lange.com/wfwcomment.php?cid=14</wfw:comment>
    
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://daniel-lange.com/rss.php?version=atom1.0&amp;type=comments&amp;cid=14</wfw:commentRss>
    
            <category scheme="http://daniel-lange.com/categories/13-Other" label="Other" term="Other" />
    
        <id>http://daniel-lange.com/archives/14-guid.html</id>
        <title type="html">Wikimedia Fundraiser extended to 03. January 2008</title>
        <content type="xhtml" xml:base="http://daniel-lange.com/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                <br />
<p>I have just noted that the Wikimedia Foundation has extended the deadline for the fundraiser from 22. December 2007 to 03. January 2008. Here's the <a title="Diff: Fundraising FAQ, deadline extended to 03.01.2008" target="_blank" href="http://wikimediafoundation.org/w/index.php?title=Fundraising_FAQ&diff=23873&oldid=23696">diff</a> from the <a title="Wikimedia Fundraising FAQ" target="_blank" href="http://wikimediafoundation.org/wiki/Fundraising_FAQ">Fundraising FAQ</a>.</p><p>The funds are <a title="Wikimedia Contributions Summary page" target="_blank" href="http://donate.wikimedia.org/en/node/22">currently coming in</a> at just above 12,000$ a day and have so far reached 1.24m$, a huge sum sufficient to cover half of the technology budget Wikimedia <a title="Wikimedia Planned Spending 2007/2008" target="_blank" href="http://wikimediafoundation.org/wiki/Planned_Spending_Distribution_2007-2008">proposed</a> for it's fiscal year 2007/2008. That includes unspecified salaries, so may be the funds will be sufficient to operate Wikipedia a year. But obviously the total grants fall <a href="http://daniel-lange.com/archives/5-Wikimedia-Fundraiser-Analysis.html" title="Daniel's Analysis of the Wikimedia Fundraiser and estimations">expectedly</a> short of the total 4.61m$ planned for spending.</p><p /> 
            </div>
        </content>
        <dc:subject>deadline</dc:subject>
<dc:subject>extended</dc:subject>
<dc:subject>fundraiser</dc:subject>
<dc:subject>wikimedia</dc:subject>

    </entry>

</feed>