<?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/"
   xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule">
<channel>
    <title>Moblog - Software</title>
    <link>http://moblog.wiredwings.com/</link>
    <description>Moritz Bartl</description>
    <dc:language>en</dc:language>
    <generator>Serendipity 1.5.2 - http://www.s9y.org/</generator>
    <pubDate>Sun, 31 Jan 2010 04:54:46 GMT</pubDate>

    <image>
        <url>http://moblog.wiredwings.com/templates/default/img/s9y_banner_small.png</url>
        <title>RSS: Moblog - Software - Moritz Bartl</title>
        <link>http://moblog.wiredwings.com/</link>
        <width>100</width>
        <height>21</height>
    </image>

<item>
    <title>Grafische Scriptprogrammierung</title>
    <link>http://moblog.wiredwings.com/archives/20100131/Grafische-Scriptprogrammierung.html</link>
            <category>Development</category>
    
    <comments>http://moblog.wiredwings.com/archives/20100131/Grafische-Scriptprogrammierung.html#comments</comments>
    <wfw:comment>http://moblog.wiredwings.com/wfwcomment.php?cid=132</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://moblog.wiredwings.com/rss.php?version=2.0&amp;type=comments&amp;cid=132</wfw:commentRss>
    

    <author>nospam@example.com (Mo)</author>
    <content:encoded>
    &lt;i&gt;Sikuli gets around this by using picture based computing. Instead of needing intimate knowledge of a particular API or language you simply use Sikuli script to take an action on an area of the screen it finds by you giving it a picture.&lt;/i&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;http://www.downloadsquad.com/2010/01/30/sikuli-uses-screen-shots-to-run-scripts-is-amazing/&quot;  class=&quot;bb-url&quot;&gt;DownloadSquad: Sikuli uses screen shots to run scripts&lt;/a&gt; 
    </content:encoded>

    <pubDate>Sun, 31 Jan 2010 04:13:55 +0100</pubDate>
    <guid isPermaLink="false">http://moblog.wiredwings.com/archives/20100131/132.html</guid>
    <category>scripting</category>
<category>software development</category>
<category>tools</category>
<creativeCommons:license>http://creativecommons.org/licenses/by/3.0/</creativeCommons:license>
</item>
<item>
    <title>Disable Annoying &quot;Disk not formatted&quot; Dialog on Vista/Windows 7</title>
    <link>http://moblog.wiredwings.com/archives/20090903/Disable-Annoying-Disk-not-formatted-Dialog-on-VistaWindows-7.html</link>
            <category>Windows</category>
    
    <comments>http://moblog.wiredwings.com/archives/20090903/Disable-Annoying-Disk-not-formatted-Dialog-on-VistaWindows-7.html#comments</comments>
    <wfw:comment>http://moblog.wiredwings.com/wfwcomment.php?cid=127</wfw:comment>

    <slash:comments>3</slash:comments>
    <wfw:commentRss>http://moblog.wiredwings.com/rss.php?version=2.0&amp;type=comments&amp;cid=127</wfw:commentRss>
    

    <author>nospam@example.com (Mo)</author>
    <content:encoded>
    &lt;!-- s9ymdb:103 --&gt;&lt;img class=&quot;serendipity_image_right&quot; width=&quot;220&quot; height=&quot;107&quot; style=&quot;float: right; border: 0px; padding-left: 5px; padding-right: 5px;&quot; src=&quot;http://moblog.wiredwings.com/uploads/Computer/Software/siemuessenformatieren.serendipityThumb.png&quot; alt=&quot;Screenshot of format dialog&quot; /&gt;Other than disabling autorun completely, there is no official way to stop the &quot;You need to format the disk in drive X before you can use it&quot; dialog from popping up every time you connect a drive with unknown (ie. non-FAT/NTFS) partitions, or when you accidentally click on it. Because my external drives are fully encrypted, this message appears every time I connect them, and if you mistakenly press the wrong button you have to be fast to stop it...&lt;br /&gt;
&lt;br /&gt;
I&#039;ve been using a self written &lt;a href=&quot;http://www.autohotkey.com/&quot;  class=&quot;bb-url&quot;&gt;AutoHotkey&lt;/a&gt; script to immediately close the dialog as soon as it appears for a few weeks now, and it works great. It sits in my tray, waits for the dialog and then closes it without me even noticing it. It takes virtually no resources, and doesn&#039;t do busy waiting thanks to the &lt;code&gt;WinWait&lt;/code&gt; command of AutoHotkey. &lt;br /&gt;&lt;a href=&quot;http://moblog.wiredwings.com/archives/20090903/Disable-Annoying-Disk-not-formatted-Dialog-on-VistaWindows-7.html#extended&quot;&gt;Continue reading &quot;Disable Annoying &amp;quot;Disk not formatted&amp;quot; Dialog on Vista/Windows 7&quot;&lt;/a&gt;
    </content:encoded>

    <pubDate>Thu, 03 Sep 2009 17:22:41 +0200</pubDate>
    <guid isPermaLink="false">http://moblog.wiredwings.com/archives/20090903/127.html</guid>
    <category>autohotkey</category>
<category>scripting</category>
<category>windows</category>
<creativeCommons:license>http://creativecommons.org/licenses/by/3.0/</creativeCommons:license>
</item>
<item>
    <title>How to Extract Drivers/Files from Installers</title>
    <link>http://moblog.wiredwings.com/archives/20090729/How-to-Extract-DriversFiles-from-Installers.html</link>
            <category>Windows</category>
    
    <comments>http://moblog.wiredwings.com/archives/20090729/How-to-Extract-DriversFiles-from-Installers.html#comments</comments>
    <wfw:comment>http://moblog.wiredwings.com/wfwcomment.php?cid=125</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://moblog.wiredwings.com/rss.php?version=2.0&amp;type=comments&amp;cid=125</wfw:commentRss>
    

    <author>nospam@example.com (Mo)</author>
    <content:encoded>
    I&#039;ve posted the Microsoft Lifecam standalone drivers a while ago and got a lot of questions regarding how I extracted them from the original setup. I&#039;ll explain it based on the latest 64bit installer for that webcam &lt;code&gt;[LifeCam 3.0 downloaded &lt;a href=&quot;http://www.microsoft.com/hardware/download/download.aspx?category=ICE&quot;&gt;here&lt;/a&gt;]&lt;/code&gt;, but I&#039;ll also try to keep this short guide as general as possible. The same method works for all kinds of installers. I very often use it in cases where the driver installation is linked to some ugly software installation. &lt;br /&gt;&lt;a href=&quot;http://moblog.wiredwings.com/archives/20090729/How-to-Extract-DriversFiles-from-Installers.html#extended&quot;&gt;Continue reading &quot;How to Extract Drivers/Files from Installers&quot;&lt;/a&gt;
    </content:encoded>

    <pubDate>Wed, 29 Jul 2009 09:10:37 +0200</pubDate>
    <guid isPermaLink="false">http://moblog.wiredwings.com/archives/20090729/125.html</guid>
    <category>drivers</category>
<category>installer</category>
<category>lifecam</category>
<category>windows</category>
<creativeCommons:license>http://creativecommons.org/licenses/by/3.0/</creativeCommons:license>
</item>
<item>
    <title>Fravia died.</title>
    <link>http://moblog.wiredwings.com/archives/20090507/Fravia-died..html</link>
            <category>Software</category>
    
    <comments>http://moblog.wiredwings.com/archives/20090507/Fravia-died..html#comments</comments>
    <wfw:comment>http://moblog.wiredwings.com/wfwcomment.php?cid=123</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://moblog.wiredwings.com/rss.php?version=2.0&amp;type=comments&amp;cid=123</wfw:commentRss>
    

    <author>nospam@example.com (Mo)</author>
    <content:encoded>
    &lt;a href=&quot;http://www.p2pnet.net/story/21249&quot;  class=&quot;bb-url&quot;&gt;Fravia&lt;/a&gt; died on May 3rd, 2009. Long live &lt;a href=&quot;http://fravia.com/swansong.htm&quot;  class=&quot;bb-url&quot;&gt;his memories&lt;/a&gt;. &lt;a href=&quot;http://www.reddit.com/r/programming/comments/8hxhx/goodbye_fravia/&quot;  class=&quot;bb-url&quot;&gt;Goodbye&lt;/a&gt;. 
    </content:encoded>

    <pubDate>Thu, 07 May 2009 01:42:39 +0200</pubDate>
    <guid isPermaLink="false">http://moblog.wiredwings.com/archives/20090507/123.html</guid>
    <category>reverse engineering</category>
<creativeCommons:license>http://creativecommons.org/licenses/by/3.0/</creativeCommons:license>
</item>
<item>
    <title>Lord of the Cloud: John Markoff and Clay Shirky interview David Gerlernter</title>
    <link>http://moblog.wiredwings.com/archives/20090429/Lord-of-the-Cloud-John-Markoff-and-Clay-Shirky-interview-David-Gerlernter.html</link>
            <category>Development</category>
    
    <comments>http://moblog.wiredwings.com/archives/20090429/Lord-of-the-Cloud-John-Markoff-and-Clay-Shirky-interview-David-Gerlernter.html#comments</comments>
    <wfw:comment>http://moblog.wiredwings.com/wfwcomment.php?cid=121</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://moblog.wiredwings.com/rss.php?version=2.0&amp;type=comments&amp;cid=121</wfw:commentRss>
    

    <author>nospam@example.com (Mo)</author>
    <content:encoded>
    I&#039;ve recently finished Markoff&#039;s great &lt;a href=&quot;http://www.amazon.com/What-Dormouse-Said-Counterculture-Personal/dp/0670033820&quot;  class=&quot;bb-url&quot;&gt;book on how the 60s counterculture shaped the personal computer history&lt;/a&gt;. Today, I&#039;ve come across an interesting interview by him with &lt;a href=&quot;http://en.wikipedia.org/wiki/David_Gelernter&quot;  class=&quot;bb-url&quot;&gt;David Gelernter&lt;/a&gt;.&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote&gt;David Gelernter .....&lt;br /&gt;
&lt;br /&gt;
    &quot;...prophesied the rise of the World Wide Web. He understood the idea half a decade before it happened.&quot; (John Markoff)&lt;br /&gt;
&lt;br /&gt;
    &quot;...is a treasure in the world of computer science...the most articulate and thoughtful of the great living practitioners&quot; (Jaron Lanier)&lt;br /&gt;
&lt;br /&gt;
    &quot;...is one of the pioneers in getting many computers to work together and cooperate on solving a single problem, which is the future of computing.&quot; (Danny Hillis)&lt;br /&gt;
&lt;br /&gt;
    &quot;...is one of the most brilliant and visionary computer scientists of our time.&quot; (Bill Joy)&lt;/blockquote&gt;&lt;br /&gt;
&lt;br /&gt;
Watch (or read) the interview at &lt;a href=&quot;http://www.edge.org/3rd_culture/gelernter09/gelernter09_index.html&quot;  class=&quot;bb-url&quot;&gt;Edge: The Third Culture&lt;/a&gt;.&lt;br /&gt;
&lt;br /&gt;
Follow-up: Read about his &#039;worst enemy&#039;, technology hater and terrorist &lt;a href=&quot;http://en.wikipedia.org/wiki/Theodore_Kaczynski&quot;  class=&quot;bb-url&quot;&gt;Theodore Kaczynski (&quot;The Unabomber&quot;)&lt;/a&gt; and his manifesto &lt;a href=&quot;http://en.wikisource.org/wiki/Industrial_Society_and_Its_Future&quot;  class=&quot;bb-url&quot;&gt;Industrial Society and its Future&lt;/a&gt;.&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote&gt;(...)&lt;br /&gt;
96. As for our constitutional rights, consider for example that of freedom of the press. We certainly don&#039;t mean to knock that right: it is very important tool for limiting concentration of political power and for keeping those who do have political power in line by publicly exposing any misbehavior on their part. But freedom of the press is of very little use to the average citizen as an individual. The mass media are mostly under the control of large organizations that are integrated into the system. Anyone who has a little money can have something printed, or can distribute it on the Internet or in some such way, but what he has to say will be swamped by the vast volume of material put out by the media, hence it will have no practical effect. (...) Even if these writings had had many readers, most of these readers would soon have forgotten what they had read as their minds were flooded by the mass of material to which the media expose them. &lt;br /&gt;
(...)&lt;br /&gt;
172. First let us postulate that the computer scientists succeed in developing intelligent machines that can do all things better than human beings can do them. In that case presumably all work will be done by vast, highly organized systems of machines and no human effort will be necessary. Either of two cases might occur. The machines might be permitted to make all of their own decisions without human oversight, or else human control over the machines might be retained.&lt;br /&gt;
&lt;br /&gt;
173. If the machines are permitted to make all their own decisions, we can&#039;t make any conjectures as to the results, because it is impossible to guess how such machines might behave. We only point out that the fate of the human race would be at the mercy of the machines. It might be argued that the human race would never be foolish enough to hand over all the power to the machines. But we are suggesting neither that the human race would voluntarily turn power over to the machines nor that the machines would willfully seize power. What we do suggest is that the human race might easily permit itself to drift into a position of such dependence on the machines that it would have no practical choice but to accept all of the machines&#039; decisions. As society and the problems that face it become more and more complex and machines become more and more intelligent, people will let machines make more of their decisions for them, simply because machine-made decisions will bring better result than man-made ones. Eventually a stage may be reached at which the decisions necessary to keep the system running will be so complex that human beings will be incapable of making them intelligently. At that stage the machines will be in effective control. People won&#039;t be able to just turn the machines off, because they will be so dependent on them that turning them off would amount to suicide.&lt;br /&gt;
&lt;br /&gt;
174. On the other hand it is possible that human control over the machines may be retained. In that case the average man may have control over certain private machines of his own, such as his car or his personal computer, but control over large systems of machines will be in the hands of a tiny elite—just as it is today, but with two differences. Due to improved techniques the elite will have greater control over the masses; and because human work will no longer be necessary the masses will be superfluous, a useless burden on the system. If the elite is ruthless they may simply decide to exterminate the mass of humanity. If they are humane they may use propaganda or other psychological or biological techniques to reduce the birth rate until the mass of humanity becomes extinct, leaving the world to the elite. Or, if the elite consist of soft-hearted liberals, they may decide to play the role of good shepherds to the rest of the human race. They will see to it that everyone&#039;s physical needs are satisfied, that all children are raised under psychologically hygienic conditions, that everyone has a wholesome hobby to keep him busy, and that anyone who may become dissatisfied undergoes &quot;treatment&quot; to cure his &quot;problem.&quot; Of course, life will be so purposeless that people will have to be biologically or psychologically engineered either to remove their need for the power process or to make them &quot;sublimate&quot; their drive for power into some harmless hobby. These engineered human beings may be happy in such a society, but they most certainly will not be free. They will have been reduced to the status of domestic animals.&lt;br /&gt;
&lt;br /&gt;
175. But suppose now that the computer scientists do not succeed in developing artificial intelligence, so that human work remains necessary. Even so, machines will take care of more and more of the simpler tasks so that there will be an increasing surplus of human workers at the lower levels of ability. (We see this happening already. There are many people who find it difficult or impossible to get work, because for intellectual or psychological reasons they cannot acquire the level of training necessary to make themselves useful in the present system.) On those who are employed, ever-increasing demands will be placed; They will need more and more training, more and more ability, and will have to be ever more reliable, conforming and docile, because they will be more and more like cells of a giant organism. Their tasks will be increasingly specialized so that their work will be, in a sense, out of touch with the real world, being concentrated on one tiny slice of reality. The system will have to use any means that it can, whether psychological or biological, to engineer people to be docile, to have the abilities that the system requires and to &quot;sublimate&quot; their drive for power into some specialized task. But the statement that the people of such a society will have to be docile may require qualification. The society may find competitiveness useful, provided that ways are found of directing competitiveness into channels that serve that needs of the system. We can imagine a future society in which there is endless competition for positions of prestige and power. But no more than a very few people will ever reach the top, where the only real power is (see end of paragraph 163). Very repellent is a society in which a person can satisfy his needs for power only by pushing large numbers of other people out of the way and depriving them of their opportunity for power.&lt;br /&gt;
(...)&lt;/blockquote&gt; 
    </content:encoded>

    <pubDate>Wed, 29 Apr 2009 01:06:06 +0200</pubDate>
    <guid isPermaLink="false">http://moblog.wiredwings.com/archives/20090429/121.html</guid>
    <category>society</category>
<category>video</category>
<creativeCommons:license>http://creativecommons.org/licenses/by/3.0/</creativeCommons:license>
</item>
<item>
    <title>April IBM DeveloperWorks</title>
    <link>http://moblog.wiredwings.com/archives/20090429/April-IBM-DeveloperWorks.html</link>
            <category>Development</category>
    
    <comments>http://moblog.wiredwings.com/archives/20090429/April-IBM-DeveloperWorks.html#comments</comments>
    <wfw:comment>http://moblog.wiredwings.com/wfwcomment.php?cid=120</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://moblog.wiredwings.com/rss.php?version=2.0&amp;type=comments&amp;cid=120</wfw:commentRss>
    

    <author>nospam@example.com (Mo)</author>
    <content:encoded>
    Java: Elliote Rusty Harold, &lt;a href=&quot;http://www.ibm.com/developerworks/java/library/j-easymock.html?ca=drs-&quot;  class=&quot;bb-url&quot;&gt;Easier testing with EasyMock&lt;/a&gt;.&lt;br /&gt;
&lt;blockquote&gt;&quot;Any time you have an interface that needs to return certain results for purposes of testing, you can just create a quick mock. It really is that easy.&quot;&lt;/blockquote&gt;&lt;br /&gt;
PHP: Matt Butcher, &lt;a href=&quot;http://www.ibm.com/developerworks/opensource/library/os-php-querypath/index.html?ca=drs-&quot;  class=&quot;bb-url&quot;&gt;Get to know the QueryPath PHP library&lt;/a&gt;&lt;br /&gt;
&lt;blockquote&gt;&quot;The new QueryPath library, a PHP cousin of the jQuery JavaScript library, offers an efficient API for working with XML, HTML, and HTTP. From Web pages to Web services, SVG to SPARQL, RDF to Atom, QueryPath provides a robust yet simple API for contemporary Web development in PHP.&quot;&lt;/blockquote&gt;&lt;br /&gt;
Grails: Scott Davis, &lt;a href=&quot;http://www.ibm.com/developerworks/java/library/j-grails04289/index.html?S_TACT=105AGX02&amp;amp;S_CMP=EDU&quot;  class=&quot;bb-url&quot;&gt;Mastering Grails: Authentication and Authorization&lt;/a&gt;&lt;br /&gt;
&lt;blockquote&gt;&quot;In this article, I continue building a &quot;tiny little blog&quot; named Blogito. You&#039;ll learn how to enable logins, limit activity based on whether or not the User is logged in, and even add in some authorization based on the User&#039;s role.&quot;&lt;/blockquote&gt; 
    </content:encoded>

    <pubDate>Wed, 29 Apr 2009 00:45:20 +0200</pubDate>
    <guid isPermaLink="false">http://moblog.wiredwings.com/archives/20090429/120.html</guid>
    <category>grails</category>
<category>java</category>
<category>php</category>
<creativeCommons:license>http://creativecommons.org/licenses/by/3.0/</creativeCommons:license>
</item>
<item>
    <title>Tipping, or: Micropayment</title>
    <link>http://moblog.wiredwings.com/archives/20090409/Tipping,-or-Micropayment.html</link>
            <category>Windows</category>
    
    <comments>http://moblog.wiredwings.com/archives/20090409/Tipping,-or-Micropayment.html#comments</comments>
    <wfw:comment>http://moblog.wiredwings.com/wfwcomment.php?cid=114</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://moblog.wiredwings.com/rss.php?version=2.0&amp;type=comments&amp;cid=114</wfw:commentRss>
    

    <author>nospam@example.com (Mo)</author>
    <content:encoded>
    Turns out I was &lt;a href=&quot;http://www.techcrunch.com/2009/04/08/micro-blogging-meets-micro-payments-courtesy-of-tipjoys-api/&quot;  class=&quot;bb-url&quot;&gt;about a year late&lt;/a&gt; with my idea about a tipping/micropayment service, where you can give away small amounts (as small as 1 cent) to any URI you like as easy as clicking a button, without going to a tedious process and the requirement of the receiver to sign up first. I even thought about trying to get Y Combinator to seed fund me.&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;bb-code-title&quot;&gt;QUOTE:&lt;/div&gt;&lt;div class=&quot;bb-quote&quot;&gt;(...) The company, which was originally seed-funded by Y Combinator and went on to raise $1 million in Series A financing in September 2008 (...)&lt;/div&gt;&lt;br /&gt;
&lt;br /&gt;
At least it shows that my ideas aren&#039;t that stupid after all. I have enough of them left. 
    </content:encoded>

    <pubDate>Thu, 09 Apr 2009 22:38:10 +0200</pubDate>
    <guid isPermaLink="false">http://moblog.wiredwings.com/archives/20090409/114.html</guid>
    <category>startup</category>
<category>websites</category>
<creativeCommons:license>http://creativecommons.org/licenses/by/3.0/</creativeCommons:license>
</item>
<item>
    <title>JetBrains Meta Programming System</title>
    <link>http://moblog.wiredwings.com/archives/20090313/JetBrains-Meta-Programming-System.html</link>
            <category>Development</category>
    
    <comments>http://moblog.wiredwings.com/archives/20090313/JetBrains-Meta-Programming-System.html#comments</comments>
    <wfw:comment>http://moblog.wiredwings.com/wfwcomment.php?cid=109</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://moblog.wiredwings.com/rss.php?version=2.0&amp;type=comments&amp;cid=109</wfw:commentRss>
    

    <author>nospam@example.com (Mo)</author>
    <content:encoded>
    At the moment, I am preparing for &#039;my most important exam&#039;, which happened to bring me to the website of Markus Völter, one of the current experts in Model Driven Software Development and Product Line Engineering. In his list of recent publications, I found a nice (German) article about the Jetbrains Meta Programming System. I&#039;ve heard of MPS before, but his introduction is nicely written and understandble. Basically, MPS is a nice editor and composer for Domain Specific Languages. What makes it interesting is that apparently you can combine your own DSL with other languages, for example to easily extend a base language like Java with your own concepts. The DSL code is then transparently translated into the base language.&lt;br /&gt;
Also, you can use it the other way round, and extend your own DSL with concepts from existing languages, for example Java expressions. &lt;br /&gt;&lt;a href=&quot;http://moblog.wiredwings.com/archives/20090313/JetBrains-Meta-Programming-System.html#extended&quot;&gt;Continue reading &quot;JetBrains Meta Programming System&quot;&lt;/a&gt;
    </content:encoded>

    <pubDate>Fri, 13 Mar 2009 13:10:33 +0100</pubDate>
    <guid isPermaLink="false">http://moblog.wiredwings.com/archives/20090313/109.html</guid>
    <category>development</category>
<category>java</category>
<creativeCommons:license>http://creativecommons.org/licenses/by/3.0/</creativeCommons:license>
</item>
<item>
    <title>New TeamDrive Beta Supports WebDAV over HTTPS</title>
    <link>http://moblog.wiredwings.com/archives/20090304/New-TeamDrive-Beta-Supports-WebDAV-over-HTTPS.html</link>
            <category>Tools</category>
    
    <comments>http://moblog.wiredwings.com/archives/20090304/New-TeamDrive-Beta-Supports-WebDAV-over-HTTPS.html#comments</comments>
    <wfw:comment>http://moblog.wiredwings.com/wfwcomment.php?cid=108</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://moblog.wiredwings.com/rss.php?version=2.0&amp;type=comments&amp;cid=108</wfw:commentRss>
    

    <author>nospam@example.com (Mo)</author>
    <content:encoded>
    I&#039;m still hunting for a good &quot;all-inclusive&quot; solution for backup, online storage and versioning. Lately, more and more services pop up (there&#039;s &lt;a href=&quot;http://www.wiredwings.com/wiki/Untitled_Synchronization_and_Backup_Project#Why_not_use_existing_solutions.3F&quot;&gt;an incomplete list buried in my wiki&lt;/a&gt;), but &lt;a href=&quot;http://www.teamdrive.net/&quot;  class=&quot;bb-url&quot;&gt;TeamDrive&lt;/a&gt; stands out because you can use it with any WebDAV storage. I like &lt;a href=&quot;http://www.syncplicity.com/&quot;  class=&quot;bb-url&quot;&gt;Syncplicity&lt;/a&gt; for its ease of use (&quot;zero configuration&quot;), but I just don&#039;t feel well knowing that my files are out there, unencrypted, on some strangers&#039; server.&lt;br /&gt;
Now that they&#039;ve added HTTPS and Vista x64 support, I really need to try it. &lt;img src=&quot;http://moblog.wiredwings.com/templates/default/img/emoticons/smile.png&quot; alt=&quot;:-)&quot; style=&quot;display: inline; vertical-align: bottom;&quot; class=&quot;emoticon&quot; /&gt; Also, it is the only tool in this area that doesn&#039;t require administrative privileges and runs from a USB stick (&quot;portable&quot;). Linux and Mac versions should be out soon.&lt;br /&gt;
&lt;br /&gt;
Also, you might want to look at the somewhat similar &lt;a href=&quot;http://www.powerfolder.com/&quot;  class=&quot;bb-url&quot;&gt;PowerFolder&lt;/a&gt; (no versioning, no WebDAV support). 
    </content:encoded>

    <pubDate>Wed, 04 Mar 2009 14:20:45 +0100</pubDate>
    <guid isPermaLink="false">http://moblog.wiredwings.com/archives/20090304/108.html</guid>
    <category>backup</category>
<category>synchronization</category>
<category>teamdrive</category>
<creativeCommons:license>http://creativecommons.org/licenses/by/3.0/</creativeCommons:license>
</item>
<item>
    <title>Microsoft LifeCam Webcam - Drivers Only</title>
    <link>http://moblog.wiredwings.com/archives/20090303/Microsoft-LifeCam-Webcam-Drivers-Only.html</link>
            <category>Windows</category>
    
    <comments>http://moblog.wiredwings.com/archives/20090303/Microsoft-LifeCam-Webcam-Drivers-Only.html#comments</comments>
    <wfw:comment>http://moblog.wiredwings.com/wfwcomment.php?cid=107</wfw:comment>

    <slash:comments>31</slash:comments>
    <wfw:commentRss>http://moblog.wiredwings.com/rss.php?version=2.0&amp;type=comments&amp;cid=107</wfw:commentRss>
    

    <author>nospam@example.com (Mo)</author>
    <content:encoded>
    I own a Microsoft LifeCam VX-1000 webcam, which is nothing special, but absolutely okay for its price. The only thing that bothered me is that the driver is not available as a standalone download: You need to download a 50MB installer, which then downloads another 150MB: DirectX, the .NET framework and other components required for the (useless) software. Without network connection, you cannot install the driver. Also, (of course) you&#039;re forced to install the software, too.&lt;br /&gt;
&lt;br /&gt;
So, I extracted the driver files from the setup. The ZIP file includes drivers for the NX-6000, the VX-1000, VX-3000 and VX-6000. They&#039;re working fine without the software.&lt;br /&gt;
&lt;ul class=&quot;bb-list-unordered&quot;&gt;&lt;li class=&quot;bb-listitem&quot;&gt;&lt;a href=&quot;http://moblog.wiredwings.com/plugin/dlfile_3&quot;  class=&quot;bb-url&quot;&gt;LifeCam drivers for Windows XP 32bit&lt;/a&gt; (extracted from LifeCam 2.04 installer, 8 MB)&lt;/li&gt;
&lt;li class=&quot;bb-listitem&quot;&gt;&lt;a href=&quot;http://moblog.wiredwings.com/plugin/dlfile_5&quot;  class=&quot;bb-url&quot;&gt;LifeCam drivers for Windows Vista/Windows 7 64bit&lt;/a&gt; (from LifeCam 3.00 installer, 3 MB)&lt;/li&gt;
&lt;/ul&gt;
&lt;span style=&quot;font-style:italic&quot;&gt;Update: Added standalone drivers for 64bit.&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;font-weight:bold&quot;&gt;&lt;span style=&quot;font-style:italic&quot;&gt;Update: Drivers confirmed to work for Windows 7.&lt;/span&gt; After installation, an installer will open and try to download the software, but you can cancel the dialog.&lt;/span&gt; 
    </content:encoded>

    <pubDate>Tue, 03 Mar 2009 13:40:08 +0100</pubDate>
    <guid isPermaLink="false">http://moblog.wiredwings.com/archives/20090303/107.html</guid>
    <category>drivers</category>
<category>lifecam</category>
<category>microsoft</category>
<category>webcam</category>
<category>windows</category>
<creativeCommons:license>http://creativecommons.org/licenses/by/3.0/</creativeCommons:license>
</item>
<item>
    <title>Lenny's Xen Kernel 2.6.26 Causes DomU Freezes</title>
    <link>http://moblog.wiredwings.com/archives/20090227/Lennys-Xen-Kernel-2.6.26-Causes-DomU-Freezes.html</link>
            <category>Linux</category>
    
    <comments>http://moblog.wiredwings.com/archives/20090227/Lennys-Xen-Kernel-2.6.26-Causes-DomU-Freezes.html#comments</comments>
    <wfw:comment>http://moblog.wiredwings.com/wfwcomment.php?cid=106</wfw:comment>

    <slash:comments>7</slash:comments>
    <wfw:commentRss>http://moblog.wiredwings.com/rss.php?version=2.0&amp;type=comments&amp;cid=106</wfw:commentRss>
    

    <author>nospam@example.com (Mo)</author>
    <content:encoded>
    With the release of Debian 5.0 &quot;Lenny&quot; as stable, I have upgraded my servers and installed its Xen 3.1.2 and Kernel 2.6.26 Xen packages for my DomU&#039;s. After that, one of my DomU&#039;s kept freezing: 100% CPU, no responses on the console whatsoever. I found that various people report similar problems, but no hints towards a solution.&lt;br /&gt;
&lt;br /&gt;
If you experience similar freezes, downgrade your DomU to the 2.6.18 kernel from Etch: Add the etch sources to your APT repository in both Dom0 and your DomU, install linux-image-2.6.18-6-xen-686 (or -amd64 for 64bit systems) and modify your Xen configuration to use the old kernel. You can keep the rest upgraded to Lenny. 
    </content:encoded>

    <pubDate>Fri, 27 Feb 2009 10:53:00 +0100</pubDate>
    <guid isPermaLink="false">http://moblog.wiredwings.com/archives/20090227/106.html</guid>
    <category>debian</category>
<category>linux</category>
<category>xen</category>
<creativeCommons:license>http://creativecommons.org/licenses/by/3.0/</creativeCommons:license>
</item>
<item>
    <title>Becoming a Software Testing Expert</title>
    <link>http://moblog.wiredwings.com/archives/20090226/Becoming-a-Software-Testing-Expert.html</link>
            <category>Development</category>
    
    <comments>http://moblog.wiredwings.com/archives/20090226/Becoming-a-Software-Testing-Expert.html#comments</comments>
    <wfw:comment>http://moblog.wiredwings.com/wfwcomment.php?cid=105</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://moblog.wiredwings.com/rss.php?version=2.0&amp;type=comments&amp;cid=105</wfw:commentRss>
    

    <author>nospam@example.com (Mo)</author>
    <content:encoded>
    &lt;embed id=&quot;VideoPlayback&quot; src=&quot;http://video.google.com/googleplayer.swf?docid=6852841264192883219&amp;hl=de&amp;fs=true&quot; style=&quot;width:600px;height:426px&quot; allowFullScreen=&quot;true&quot; allowScriptAccess=&quot;always&quot; type=&quot;application/x-shockwave-flash&quot;&gt; &lt;/embed&gt;&lt;br /&gt;
&lt;br /&gt;
(via &lt;a href=&quot;http://www.codinghorror.com/blog/archives/001226.html&quot;  class=&quot;bb-url&quot;&gt;codinghorror.com&lt;/a&gt;) 
    </content:encoded>

    <pubDate>Thu, 26 Feb 2009 19:00:04 +0100</pubDate>
    <guid isPermaLink="false">http://moblog.wiredwings.com/archives/20090226/105.html</guid>
    <category>software development</category>
<category>video</category>
<creativeCommons:license>http://creativecommons.org/licenses/by/3.0/</creativeCommons:license>
</item>
<item>
    <title>review-board.org - Web Based Software for Code Reviews</title>
    <link>http://moblog.wiredwings.com/archives/20090126/review-board.org-Web-Based-Software-for-Code-Reviews.html</link>
            <category>Development</category>
    
    <comments>http://moblog.wiredwings.com/archives/20090126/review-board.org-Web-Based-Software-for-Code-Reviews.html#comments</comments>
    <wfw:comment>http://moblog.wiredwings.com/wfwcomment.php?cid=103</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://moblog.wiredwings.com/rss.php?version=2.0&amp;type=comments&amp;cid=103</wfw:commentRss>
    

    <author>nospam@example.com (Mo)</author>
    <content:encoded>
    &lt;a href=&quot;http://review-board.org/&quot;  class=&quot;bb-url&quot;&gt;Review Board&lt;/a&gt; is an open source tool developed by the VMware team to help with code reviews and pending code changes. Somewhat similar to an issue tracker, but worth a look.&lt;br /&gt;
From the same team: &lt;a href=&quot;http://chipx86.github.com/gtkparasite/&quot;  class=&quot;bb-url&quot;&gt;Parasite&lt;/a&gt;, a live debugger for GTK+ applications (&quot;sort of like Firebug&quot;). 
    </content:encoded>

    <pubDate>Mon, 26 Jan 2009 09:11:15 +0100</pubDate>
    <guid isPermaLink="false">http://moblog.wiredwings.com/archives/20090126/103.html</guid>
    <category>software development</category>
<category>tools</category>
<creativeCommons:license>http://creativecommons.org/licenses/by/3.0/</creativeCommons:license>
</item>
<item>
    <title>TYPO3 v5, FLOW3 and Unicase</title>
    <link>http://moblog.wiredwings.com/archives/20090122/TYPO3-v5,-FLOW3-and-Unicase.html</link>
            <category>Development</category>
    
    <comments>http://moblog.wiredwings.com/archives/20090122/TYPO3-v5,-FLOW3-and-Unicase.html#comments</comments>
    <wfw:comment>http://moblog.wiredwings.com/wfwcomment.php?cid=98</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://moblog.wiredwings.com/rss.php?version=2.0&amp;type=comments&amp;cid=98</wfw:commentRss>
    

    <author>nospam@example.com (Mo)</author>
    <content:encoded>
    I had the pleasure of attending two interesting presentations at our university yesterday. I am a bit biased here, because one was held by myself, for a few students participating in the current &quot;Softwareentwicklungswerkzeuge&quot; (software development tools) lecture. The other one was a presentation by Sebastian Kurfürst, one of the core developers of TYPO3 (and &lt;a href=&quot;http://moblog.wiredwings.com/archives/20061001/Teaching-Assistant-for-Software-Technology-at-the-TU-Dresden.html&quot;&gt;a &quot;former student of mine&quot;&lt;/a&gt;), for the T3 User Group Dresden, about the upcoming TYPO3 v5 and its application framework FLOW3.&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;http://flow3.typo3.org/&quot;&gt;&lt;!-- s9ymdb:95 --&gt;&lt;img class=&quot;serendipity_image_right&quot; width=&quot;180&quot; height=&quot;120&quot; style=&quot;float: right; border: 0px; padding-left: 5px; padding-right: 5px;&quot; src=&quot;http://moblog.wiredwings.com/uploads/Computer/Software/flow3_banner.gif&quot; alt=&quot;flow3 banner&quot; /&gt;&lt;/a&gt;Even if you&#039;re not interested in TYPO3 or CMS development, I recommend reading the [very fancy] slides (if you understand German). They have a rather large user base, still they decided to throw away the current code base and design the new release from scratch - using &#039;modern paradigms&#039; such as strict Test Driven Development, Dependency Injection, Aspect Oriented Programming, Domain Driven Design and MVC. Sebastian accomplished to explain these concepts clearly, so if you want to refresh your knowledge about any of these techniques, &lt;a href=&quot;http://www.slideshare.net/skurfuerst/flow3-der-aktuelle-stand-typo3-usergroup-dresden-presentation&quot;  class=&quot;bb-url&quot;&gt;take a look at the slides&lt;/a&gt;. According to him, TYPO3&#039;s new base level application framework is the first framework to introduce AOP to the PHP world, and is &#039;ahead&#039; of the current PHP development (they require PHP 5.3, which is not even in beta yet).&lt;br /&gt;
I&#039;m really looking forward to the new TYPO3, which hopefully might be one of the first web application frameworks and CMS that doesn&#039;t suck completely.&lt;br /&gt;
&lt;div style=&quot;clear: both&quot;/&gt;&lt;br /&gt;
&lt;a href=&quot;http://www.unicase.org&quot;&gt;&lt;!-- s9ymdb:96 --&gt;&lt;img class=&quot;serendipity_image_right&quot; width=&quot;150&quot; height=&quot;120&quot; style=&quot;float: right; border: 0px; padding-left: 5px; padding-right: 5px;&quot; src=&quot;http://moblog.wiredwings.com/uploads/unicase_logo.serendipityThumb.png&quot; alt=&quot;unicase logo&quot; /&gt;&lt;/a&gt;&lt;a href=&quot;http://moblog.wiredwings.com/index.php?/plugin/dlfile_2&quot;  class=&quot;bb-url&quot;&gt;My own presentation&lt;/a&gt; (not very fancy slides...) was about a MetaCASE tool called &quot;unicase&quot;, suitable for smaller collaborative projects and especially targeting research projects with special needs such as a new methodology, or other individual model requirements. It is being developed at the TU München by a team around a good friend of mine, Maximilian Kögel. Its main features are model generation from an ECORE meta model (it&#039;s Eclipse based), so you can easily introduce new model elements and regenerate your client. The central repository with similar concepts as Subversion (checkout, commit, update) is able to work with any meta model compliant models, and the client tracks any changes to the model and the client usage, which is especially useful for research projects interested in how their application is being used.&lt;br /&gt;
Unfortunately, the most important part of the presentation was a live demo, where I showed how you can easily generate a &quot;new client&quot; by small changes to the meta model. The &lt;a href=&quot;http://www.unicase.org/&quot;  class=&quot;bb-url&quot;&gt;unicase website&lt;/a&gt; has &lt;a href=&quot;http://teambruegge.informatik.tu-muenchen.de/groups/unicase/wiki/a3773/Video_Tutorials.html&quot;  class=&quot;bb-url&quot;&gt;screencasts of most features&lt;/a&gt; though, so if you&#039;re interested, you can watch it there.&lt;br /&gt;
&lt;br /&gt;
If you want to try it out, I&#039;ll explain the few steps required to get your own local server and clients to run. If you just want to try the client, they have an update site you can easy add to your current Eclipse installation, and a standalone download. Unfortunately, the link to the relevant &lt;a href=&quot;http://teambruegge.informatik.tu-muenchen.de/groups/unicase/wiki/b5627/Documentation.html&quot;  class=&quot;bb-url&quot;&gt;unicase documentation&lt;/a&gt; is &quot;hidden&quot; in the right sidebar, whereas the main documentation link in the center of the page currently leads to a mostly empty wiki page. &lt;br /&gt;&lt;a href=&quot;http://moblog.wiredwings.com/archives/20090122/TYPO3-v5,-FLOW3-and-Unicase.html#extended&quot;&gt;Continue reading &quot;TYPO3 v5, FLOW3 and Unicase&quot;&lt;/a&gt;
    </content:encoded>

    <pubDate>Thu, 22 Jan 2009 16:11:52 +0100</pubDate>
    <guid isPermaLink="false">http://moblog.wiredwings.com/archives/20090122/98.html</guid>
    <category>cms</category>
<category>development techniques</category>
<category>java</category>
<category>metamodelling</category>
<category>typo3</category>
<category>unicase</category>
<category>university</category>
<category>web development</category>
<creativeCommons:license>http://creativecommons.org/licenses/by/3.0/</creativeCommons:license>
</item>
<item>
    <title>Burton Analyst Manes: SOA is Dead</title>
    <link>http://moblog.wiredwings.com/archives/20090106/Burton-Analyst-Manes-SOA-is-Dead.html</link>
            <category>Development</category>
    
    <comments>http://moblog.wiredwings.com/archives/20090106/Burton-Analyst-Manes-SOA-is-Dead.html#comments</comments>
    <wfw:comment>http://moblog.wiredwings.com/wfwcomment.php?cid=96</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://moblog.wiredwings.com/rss.php?version=2.0&amp;type=comments&amp;cid=96</wfw:commentRss>
    

    <author>nospam@example.com (Mo)</author>
    <content:encoded>
    &lt;div class=&quot;bb-code-title&quot;&gt;QUOTE:&lt;/div&gt;&lt;div class=&quot;bb-quote&quot;&gt;&lt;i&gt;Once thought to be the savior of IT, SOA instead turned into a great failed experiment—at least for most organizations. SOA was supposed to reduce costs and increase agility on a massive scale. Except in rare situations, SOA has failed to deliver its promised benefits. After investing millions, IT systems are no better than before. In many organizations, things are worse: costs are higher, projects take longer, and systems are more fragile than ever.&lt;/i&gt;&lt;/div&gt; &lt;br /&gt;&lt;a href=&quot;http://moblog.wiredwings.com/archives/20090106/Burton-Analyst-Manes-SOA-is-Dead.html#extended&quot;&gt;Continue reading &quot;Burton Analyst Manes: SOA is Dead&quot;&lt;/a&gt;
    </content:encoded>

    <pubDate>Tue, 06 Jan 2009 20:52:18 +0100</pubDate>
    <guid isPermaLink="false">http://moblog.wiredwings.com/archives/20090106/96.html</guid>
    <category>soa</category>
<category>software development</category>
<creativeCommons:license>http://creativecommons.org/licenses/by/3.0/</creativeCommons:license>
</item>

</channel>
</rss>