<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>sysblogd &#187; ideas</title>
	<atom:link href="http://sysblogd.wordpress.com/category/ideas/feed/" rel="self" type="application/rss+xml" />
	<link>http://sysblogd.wordpress.com</link>
	<description>syslogd goes web 2.0</description>
	<lastBuildDate>Mon, 05 Oct 2009 09:39:09 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='sysblogd.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/7654c0f480fc05477de4f711df08b861?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>sysblogd &#187; ideas</title>
		<link>http://sysblogd.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://sysblogd.wordpress.com/osd.xml" title="sysblogd" />
		<item>
		<title>One hack of a perfect (as in jack of all trades) backup solution for Ubuntu Linux (remote, flexible, instant restore, automated, reliable)</title>
		<link>http://sysblogd.wordpress.com/2008/10/14/one-hack-of-a-perfect-as-in-jack-of-all-trades-backup-solution-for-ubuntu-linux-remote-flexible-instant-restore-automated-reliable/</link>
		<comments>http://sysblogd.wordpress.com/2008/10/14/one-hack-of-a-perfect-as-in-jack-of-all-trades-backup-solution-for-ubuntu-linux-remote-flexible-instant-restore-automated-reliable/#comments</comments>
		<pubDate>Tue, 14 Oct 2008 19:34:56 +0000</pubDate>
		<dc:creator>sysblog</dc:creator>
				<category><![CDATA[administration]]></category>
		<category><![CDATA[ideas]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[automation]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[restore]]></category>

		<guid isPermaLink="false">http://sysblogd.wordpress.com/?p=223</guid>
		<description><![CDATA[This is a work in progress (and most likely will always be so)!
Here is what I have been working on and looking for to aquip myself with. I wanted to keep working without any hassle on my daily stuff just as I ever had and with changes to come. But at the same time I [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sysblogd.wordpress.com&blog=957587&post=223&subd=sysblogd&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>This is a work in progress (and most likely will always be so)!</p>
<p>Here is what I have been working on and looking for to aquip myself with. I wanted to keep working without any hassle on my daily stuff just as I ever had and with changes to come. But at the same time I needed to be sure for a situation where I needed older versions of my files &#8212; would it be due to a system or hard disk brake down or a file deleted erroneously or changes need to be undone &#8212; to just have them there by no more than one command away. To say in short I wanted a time machine for my files that just works™ &#8212; also in at least 5 years time. In the case of recreation of older versions I want to be able to focus on <em>what</em> to restore and not <em>how</em>. And also with previous backups I have had e.g. corrupted archive files or unreadable part files/CDs to many times (one is even to many) or I&#8217;ve had issues because of too old of a file format (mostly proprietary formats).</p>
<p>Here is what I&#8217;ve been looking for feature-wise generally:</p>
<ul>
<li>no expenses money-wise</li>
<li>robust</li>
<li>using only small and freely available tools &#8212; the more system core utils the better</li>
<li>version control</li>
<li>snapshot system</li>
<li>remote storage</li>
<li>private, i.e. secure data transmission over network and reliably encrypted storage</li>
<li>suitable for mobility, independent of how I&#8217;m connected</li>
<li>simple  yet flexible usage</li>
</ul>
<p>for daily backups:</p>
<ul>
<li>automation using cron</li>
<li>no need for interaction</li>
<li>easy and flexible declaration of files or folders to omit from backup</li>
</ul>
<p>and for restoring data:</p>
<ul>
<li>just works™ (see above)</li>
<li>fast and easy look up of what versions are available at best via a GUI like <a href="http://simile.mit.edu/timeline/examples/jfk/jfk.html">Timeline</a> with filter options</li>
<li>at very best some sort of offline functionality, e.g. caching of most likely (whatever that means) required older versions</li>
</ul>
<h2>(partly) Alternative solutions I have come across on the run</h2>
<ul>
<li> Suns&#8217; <a href="http://en.wikipedia.org/wiki/Zfs">z file system</a> (zfs): Haven&#8217;t had enough time to get it working with Ubuntu Linux (because of license issues not packaged, only working via FUSE so far). Need&#8217;s partition setup thus lavish. Not sure about networking/mobility demands, e.g. remote snapshot location nor ease of use.</li>
<li><a href="http://en.wikipedia.org/wiki/Subversion_(software)">subversion</a> together with <a href="http://svk.bestpractical.com/view/SVKForSubversion">svk</a>: Easy and flexible to use and automate, version control per se, distributed and offline operations (svk). Contra: Recovery relays on subversion software, i.e. no cp or mv. Basic idea is to work on a copy: checkout before you start) and have daily automated commits. Should need no interactions since I&#8217;m the only one working with my &#8220;backup projects&#8221;. See this <a href="http://articles.techrepublic.com.com/5100-10878_11-6167205.html">lengthy description</a>.</li>
<li><a href="http://en.wikipedia.org/wiki/Coda_(file_system)">Coda file system</a>: distributed file system with caching. Had not enough time to try out.</li>
<li><a href="http://www.rsnapshot.org/">rsnapshot</a>: Has remote feature (ssh, rsync), automation, rotation. Relies on file systems using hard links within backup folder hierarchy for &#8220;non-incremental files&#8221; and runs as root only (system wide conf file, ssh configure issue, ssh-key, &#8230;). Workaround could be to use a specific group.</li>
<li><a href="http://fuse.sourceforge.net/sshfs.html">sshfs</a>: FUSE add on to use remote directories via ssh transparently.</li>
<li>croned bash backup script using tar and gzip; daily incremental and monthly save &#8220;snapshot&#8221; similar to <a href="http://www.linux.com/feature/48390">logrotate</a>.</li>
<li>grsync: gnome GUI for rsync optimized for (incremental) backups</li>
</ul>
<p><strong>Update 10/2009</strong>: A few weeks ago i stumbled upon <a href="http://backintime.le-web.org/">Back In Time</a> which has astonishingly many properties of what I expect from a perfect backup solution. It basis on <a href="http://flyback-project.org/">flyback project</a> and <a href="https://launchpad.net/timevault">TimeVault</a>. There is a &#8212; for some people maybe a little lengthy &#8212; <a href="http://blip.tv/file/1670466">video on blip.tv</a> that shows how to install and use it and how straight forward the GUI is.</p>
Posted in administration, ideas, linux, security, ubuntu Tagged: automation, backup, restore <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sysblogd.wordpress.com/223/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sysblogd.wordpress.com/223/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sysblogd.wordpress.com/223/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sysblogd.wordpress.com/223/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sysblogd.wordpress.com/223/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sysblogd.wordpress.com/223/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sysblogd.wordpress.com/223/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sysblogd.wordpress.com/223/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sysblogd.wordpress.com/223/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sysblogd.wordpress.com/223/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sysblogd.wordpress.com&blog=957587&post=223&subd=sysblogd&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://sysblogd.wordpress.com/2008/10/14/one-hack-of-a-perfect-as-in-jack-of-all-trades-backup-solution-for-ubuntu-linux-remote-flexible-instant-restore-automated-reliable/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ef81db04482b606bba32f2b9b348a15c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">sysblog</media:title>
		</media:content>
	</item>
		<item>
		<title>Will Drupal 7 help Semantic Web actually and finally come to live?</title>
		<link>http://sysblogd.wordpress.com/2008/06/07/will-drupal-7-help-semantic-web-actually-and-finally-come-to-live/</link>
		<comments>http://sysblogd.wordpress.com/2008/06/07/will-drupal-7-help-semantic-web-actually-and-finally-come-to-live/#comments</comments>
		<pubDate>Sat, 07 Jun 2008 13:52:48 +0000</pubDate>
		<dc:creator>sysblog</dc:creator>
				<category><![CDATA[ideas]]></category>
		<category><![CDATA[webdesign]]></category>
		<category><![CDATA[dries]]></category>
		<category><![CDATA[drupal]]></category>
		<category><![CDATA[drupalcon]]></category>
		<category><![CDATA[semantic web]]></category>
		<category><![CDATA[web future]]></category>

		<guid isPermaLink="false">http://sysblogd.wordpress.com/?p=179</guid>
		<description><![CDATA[If you&#8217;ve been working with Drupal 6 (D6) and have taken a little time viewing

A. Dries&#8217; talk (mp4 video file) at Drupalcon Boston this year &#8212; especially the bit about focusing on data, exports and imports, deliver in different formats, reusing data &#8212; quoting him: &#8220;so that no single party owns the data&#8221;
B. strolling through [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sysblogd.wordpress.com&blog=957587&post=179&subd=sysblogd&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>If you&#8217;ve been working with Drupal 6 (D6) and have taken a little time viewing</p>
<ul>
<li>A. Dries&#8217; talk (<a href="http://www.archive.org/download/DrupalconBoston2008-TheStateOfDrupal/05_state_of_drupal_raw_camC.mp4">mp4 video file</a>) at Drupalcon Boston this year &#8212; especially the bit about focusing on data, exports and imports, deliver in different formats, reusing data &#8212; quoting him: &#8220;so that no single party owns the data&#8221;</li>
<li>B. <a href="http://drupal.org/search/node?keys=rdf+type:project_project">strolling through D6 modules</a> already in development using <a href="http://en.wikipedia.org/wiki/Resource_Description_Framework">RDF</a> in some way or another, especially <a href="http://simile.mit.edu/exhibit/">exhibit demos</a></li>
</ul>
<p>then you really come to think of the next step of the web. Taking into account the goals set for the upcoming release (especially usability, WYSIWYG and media handling) on the one hand and through heaps of modules Drupals already extreamly flexible and extensable I really can believe it will be a &#8220;killer&#8221; as mentioned by Dries. And thereby premiering to take semantic web ceriously on a large scale.</p>
<p>So I propose on a more abstract level that web 3.0 (or whatever the buzzword might become) will depend on departing from the perspective &#8220;data in tables&#8221; and move towards &#8220;data in graphs&#8221;.</p>
<p>The really critical about this, though, could fast become that people will even more difficultly keep track of the truth or the sources of information in that matter. Only think about our media world as it is already where journalists/bloggers (name them as you wish) in large parts more or less do the copy-paste rather than actually investigating. One just hast to become even more aware I guess, which is not all that bad!</p>
<p>On a side note: I&#8217;m only disappointed that there was no mentioning of a couple of small but really effectiv <em>and</em> effectfull modules: <a href="http://drupal.org/project/teleport">Teleport</a>, <a href="http://drupal.org/project/wymeditor">WYMeditor</a>, <a href="http://drupal.org/project/live">Live</a> or <a href="http://drupal.org/project/livesearch">LiveSearch</a>. But I guess they are just to specific; even though WYMeditor working properly and broadly would really give Drupal an extra push-up wow-effect that is not <em>only</em> shiny blink-blink.</p>
<p>Update: I just finished watching the video (l wrote this articel about half way through) and what do I see? Berners-Lee beeing cited saying: &#8220;From the Wourld Wide Web (WWW) to the Giant Global Graph (GGG)&#8221;. And what did I say? <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/sysblogd.wordpress.com/179/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/sysblogd.wordpress.com/179/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sysblogd.wordpress.com/179/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sysblogd.wordpress.com/179/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sysblogd.wordpress.com/179/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sysblogd.wordpress.com/179/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sysblogd.wordpress.com/179/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sysblogd.wordpress.com/179/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sysblogd.wordpress.com/179/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sysblogd.wordpress.com/179/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sysblogd.wordpress.com/179/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sysblogd.wordpress.com/179/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sysblogd.wordpress.com&blog=957587&post=179&subd=sysblogd&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://sysblogd.wordpress.com/2008/06/07/will-drupal-7-help-semantic-web-actually-and-finally-come-to-live/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
<enclosure url="http://www.archive.org/download/DrupalconBoston2008-TheStateOfDrupal/05_state_of_drupal_raw_camC.mp4" length="321131048" type="video/mp4" />
	
		<media:content url="http://0.gravatar.com/avatar/ef81db04482b606bba32f2b9b348a15c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">sysblog</media:title>
		</media:content>
	</item>
		<item>
		<title>Have you ever looked at a vector graphic so watch the time fly by?</title>
		<link>http://sysblogd.wordpress.com/2008/06/03/have-you-ever-looked-at-a-vector-graphic-so-watch-the-time-fly-by/</link>
		<comments>http://sysblogd.wordpress.com/2008/06/03/have-you-ever-looked-at-a-vector-graphic-so-watch-the-time-fly-by/#comments</comments>
		<pubDate>Tue, 03 Jun 2008 20:48:40 +0000</pubDate>
		<dc:creator>sysblog</dc:creator>
				<category><![CDATA[ideas]]></category>
		<category><![CDATA[webdesign]]></category>
		<category><![CDATA[Scalable Vector Graphics]]></category>
		<category><![CDATA[svg]]></category>
		<category><![CDATA[time flies]]></category>

		<guid isPermaLink="false">http://sysblogd.wordpress.com/?p=177</guid>
		<description><![CDATA[Well, here you can do so right now (you need Opera or another browser with SVG-viewer; FF3 doesn&#8217;t do it &#8212; it&#8217;s a Scalable Vector Graphic)
&#8230; Damit, why doesn&#8217;t wordpress allow .svg? Well, then you will have to follow this link above (I was going to show it in this post).
     [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sysblogd.wordpress.com&blog=957587&post=177&subd=sysblogd&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Well, here you can do so <a href="http://de.selfhtml.org/html/multimedia/anzeige/uhr.svg">right now</a> (you need Opera or another browser with SVG-viewer; FF3 doesn&#8217;t do it &#8212; it&#8217;s a <a href="http://en.wikipedia.org/wiki/Svg">Scalable Vector Graphic</a>)</p>
<p>&#8230; Damit, why doesn&#8217;t wordpress allow .svg? Well, then you will have to follow this link above (I was going to show it in this post).</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/sysblogd.wordpress.com/177/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/sysblogd.wordpress.com/177/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sysblogd.wordpress.com/177/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sysblogd.wordpress.com/177/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sysblogd.wordpress.com/177/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sysblogd.wordpress.com/177/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sysblogd.wordpress.com/177/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sysblogd.wordpress.com/177/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sysblogd.wordpress.com/177/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sysblogd.wordpress.com/177/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sysblogd.wordpress.com/177/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sysblogd.wordpress.com/177/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sysblogd.wordpress.com&blog=957587&post=177&subd=sysblogd&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://sysblogd.wordpress.com/2008/06/03/have-you-ever-looked-at-a-vector-graphic-so-watch-the-time-fly-by/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ef81db04482b606bba32f2b9b348a15c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">sysblog</media:title>
		</media:content>
	</item>
		<item>
		<title>Chris Pirillo lifts up the web &#8212; They call it Gnomepal&#8230;</title>
		<link>http://sysblogd.wordpress.com/2008/05/12/chris-pirillo-lifts-up-the-web-they-call-it-gnomepal/</link>
		<comments>http://sysblogd.wordpress.com/2008/05/12/chris-pirillo-lifts-up-the-web-they-call-it-gnomepal/#comments</comments>
		<pubDate>Mon, 12 May 2008 17:53:00 +0000</pubDate>
		<dc:creator>sysblog</dc:creator>
				<category><![CDATA[ideas]]></category>
		<category><![CDATA[webdesign]]></category>
		<category><![CDATA[community]]></category>
		<category><![CDATA[mashup]]></category>
		<category><![CDATA[reinventing the web]]></category>
		<category><![CDATA[semantic web]]></category>
		<category><![CDATA[social networking]]></category>
		<category><![CDATA[web x.o]]></category>

		<guid isPermaLink="false">http://sysblogd.wordpress.com/?p=166</guid>
		<description><![CDATA[Sit back, watch the video

and read more and more or more.
I&#8217;m not quite sure, yet, what I think of it, but putting the &#8220;Can it really be realised/implemented?&#8221; question aside, his idea really sounds stamin! I&#8217;ll definitely will have an eye on it and would love to see those ideas aroused!
By the way, the Drupal [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sysblogd.wordpress.com&blog=957587&post=166&subd=sysblogd&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Sit back, watch the video</p>
<p><span style="text-align:center; display: block;"><a href="http://sysblogd.wordpress.com/2008/05/12/chris-pirillo-lifts-up-the-web-they-call-it-gnomepal/"><img src="http://img.youtube.com/vi/ha5EE8ilvSY/2.jpg" alt="" /></a></span></p>
<p>and <a href="http://chris.pirillo.com/2008/03/26/were-taking-an-open-direction-with-web-communities-are-you-in/">read more</a> and <a href="http://groups.drupal.org/node/10108">more</a> or <a href="http://gnomepal.org/wiki/main-page">more</a>.</p>
<p>I&#8217;m not quite sure, yet, what I think of it, but putting the &#8220;Can it really be realised/implemented?&#8221; question aside, his idea <em>really</em> sounds stamin! I&#8217;ll definitely will have an eye on it and would love to see those ideas aroused!</p>
<p>By the way, the Drupal module it obviously started with is <a href="http://drupal.org/project/activitystream">Activity Stream</a>.</p>
<p><strong>Side note</strong>: What do I tag this with? Where is wordpress&#8217;s option for the infinity-all-possible-ever-thought-of-tag?</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/sysblogd.wordpress.com/166/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/sysblogd.wordpress.com/166/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sysblogd.wordpress.com/166/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sysblogd.wordpress.com/166/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sysblogd.wordpress.com/166/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sysblogd.wordpress.com/166/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sysblogd.wordpress.com/166/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sysblogd.wordpress.com/166/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sysblogd.wordpress.com/166/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sysblogd.wordpress.com/166/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sysblogd.wordpress.com/166/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sysblogd.wordpress.com/166/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sysblogd.wordpress.com&blog=957587&post=166&subd=sysblogd&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://sysblogd.wordpress.com/2008/05/12/chris-pirillo-lifts-up-the-web-they-call-it-gnomepal/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ef81db04482b606bba32f2b9b348a15c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">sysblog</media:title>
		</media:content>

		<media:content url="http://img.youtube.com/vi/ha5EE8ilvSY/2.jpg" medium="image" />
	</item>
		<item>
		<title>Mashups for last.fm</title>
		<link>http://sysblogd.wordpress.com/2008/05/09/mashups-for-lastfm/</link>
		<comments>http://sysblogd.wordpress.com/2008/05/09/mashups-for-lastfm/#comments</comments>
		<pubDate>Fri, 09 May 2008 20:42:02 +0000</pubDate>
		<dc:creator>sysblog</dc:creator>
				<category><![CDATA[audio]]></category>
		<category><![CDATA[ideas]]></category>
		<category><![CDATA[events]]></category>
		<category><![CDATA[fusecal]]></category>
		<category><![CDATA[last.fm]]></category>
		<category><![CDATA[mashups]]></category>
		<category><![CDATA[music]]></category>
		<category><![CDATA[web 2.0]]></category>

		<guid isPermaLink="false">http://sysblogd.wordpress.com/?p=161</guid>
		<description><![CDATA[Here are some more or less useful mashups (-lists) I stumbled upon that seam to be nice:

Last.fm Mashups
list of 36 last.fm mashups with short description

last.fm&#8217;s events function together with fusecal could be very usefull for bands&#8217; websites to give visiters an easy way to be noticed only for concerts around there home town, e.g.
  [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sysblogd.wordpress.com&blog=957587&post=161&subd=sysblogd&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Here are some more or less useful mashups (-lists) I stumbled upon that seam to be nice:</p>
<ul>
<li><a href="http://blog.programmableweb.com/2007/11/27/36-lastfm-mashups/">Last.fm Mashups</a></li>
<li>list of <a href="http://www.programmableweb.com/api/last.fm/mashups">36 last.fm mashups</a> with short description</li>
</ul>
<p>last.fm&#8217;s events function together with <a href="http://fusecal.com/">fusecal</a> could be very usefull for bands&#8217; websites to give visiters an easy way to be noticed only for concerts around there home town, e.g.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/sysblogd.wordpress.com/161/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/sysblogd.wordpress.com/161/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sysblogd.wordpress.com/161/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sysblogd.wordpress.com/161/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sysblogd.wordpress.com/161/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sysblogd.wordpress.com/161/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sysblogd.wordpress.com/161/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sysblogd.wordpress.com/161/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sysblogd.wordpress.com/161/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sysblogd.wordpress.com/161/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sysblogd.wordpress.com/161/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sysblogd.wordpress.com/161/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sysblogd.wordpress.com&blog=957587&post=161&subd=sysblogd&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://sysblogd.wordpress.com/2008/05/09/mashups-for-lastfm/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ef81db04482b606bba32f2b9b348a15c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">sysblog</media:title>
		</media:content>
	</item>
		<item>
		<title>About the fuzz on rootkits and whether or not to detect one</title>
		<link>http://sysblogd.wordpress.com/2007/10/02/about-the-fuzz-on-rootkits-and-whether-or-not-to-detect-one/</link>
		<comments>http://sysblogd.wordpress.com/2007/10/02/about-the-fuzz-on-rootkits-and-whether-or-not-to-detect-one/#comments</comments>
		<pubDate>Tue, 02 Oct 2007 17:20:42 +0000</pubDate>
		<dc:creator>sysblog</dc:creator>
				<category><![CDATA[administration]]></category>
		<category><![CDATA[ideas]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[bluepill]]></category>
		<category><![CDATA[malware]]></category>
		<category><![CDATA[openpgp]]></category>
		<category><![CDATA[paravirtualization]]></category>
		<category><![CDATA[rootkit]]></category>
		<category><![CDATA[secureapt]]></category>
		<category><![CDATA[xen]]></category>

		<guid isPermaLink="false">http://sysblogd.wordpress.com/2007/10/02/about-the-fuzz-on-rootkits-and-whether-or-not-to-detect-one/</guid>
		<description><![CDATA[In the last couple of days I have been reading and hearing about Rootkits and the panic that comes with it. Mainly on German forums and sites, although also e.g. on Joanna Rutkowska&#8217;s blog (author of the &#8220;famous&#8221; Bluepill hijacker technique).  And it kept me thinking. But first let me summerize what I understand [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sysblogd.wordpress.com&blog=957587&post=123&subd=sysblogd&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>In the last couple of days I have been reading and hearing about <a href="http://en.wikipedia.org/wiki/Rootkit">Rootkits</a> and the panic that comes with it. Mainly on German forums and sites, although also e.g. on <a href="http://theinvisiblethings.blogspot.com/2007/06/were-ready-for-ptaceks-challenge.html">Joanna Rutkowska&#8217;s blog</a> (author of the &#8220;famous&#8221; <a href="http://en.wikipedia.org/wiki/Blue_Pill_(malware)">Bluepill</a> hijacker technique).  And it kept me thinking. But first let me summerize what I understand the fuzz is all about.</p>
<p>A Rootkit is some sort of <a href="http://en.wikipedia.org/wiki/Malware">malware</a>. Depending on whom you ask or enlist it is a piece of software running on someone&#8217;s computer &#8212; preferably with an Internet connection &#8212; without the user or even administrator knowing. I understand the definition itself so that this program does <em>not have to </em>be hiding itself in the memory and/or on the hard drive from detection software but it may (regardless of the, to my knowledge and despite Joanna&#8217;s work, unanswered question if potentially it can do so at all). Rootkits like any other malware have to be transferred to the target computer in some way or another and are &#8212; the hiding once like any other &#8212; detectable in this non-executed state (via digital signature for example). Ones primed, i.e. executed, the code becomes a process in the computer&#8217;s memory and tries to hide itself with various methods in memory and hard drives (potentially also MBR or even BIOS, but as far as I read/heard non have been reported so far).</p>
<p>Another factor of Rootkits is that they most often start with a small subset of code/features/routines and, ones residing in memory, recruit more and more features via the computer&#8217;s net link through a so-called back door. The back door part is why the differentiation from Trojan Horses is blurry. I&#8217;d say the Trojan Horse technique is only one of many features of such a Rootkit but that doesn&#8217;t <em>make</em> it a Trojan Horse since it&#8217;s not all it can do.</p>
<p>One other of the many possible features, and first shown by the before named Bluepill, is to <em>become</em> a <a href="http://en.wikipedia.org/wiki/Hypervisor">hypervisor</a> (think of it as a sandbox for OSs) like Xen (virtual machines like VMware, Qemu/VirtualBox work differently). The fancy bit about bluepill&#8217;s method is that, while active, the OS&#8217; kernel is virtualized, i.e. becomes a guest OS from being host OS before; Microsoft Vista kernel here. It&#8217;s done by forcing to swap kernel parts to pagefile.sys which than are modified on disc &#8212; no Vista kernel protection &#8212; and loaded back to memory. Let me point out: On-the-fly, no reboot or BIOS or MBR modification necessary! That means that the malware runs below the OS or, rephrased the other way around, the real OS runs on top of the malware.</p>
<p>From <a href="http://www.darkreading.com/document.asp?doc_id=130663">Darkreading</a>:</p>
<blockquote><p>The new Blue Pill comes with support for so-called &#8220;nested&#8221; hypervisors (think Blue Pill within a Blue Pill), and uses an architecture similar to that of the open-source Xen 3 virtual machine technology. It comes with &#8220;on the fly&#8221; loading and unloading features, as well as more features for avoiding detection, such as hibernating and temporarily uninstalling the hypervisor when Blue Pill detects that a tool is about to detect it.</p></blockquote>
<p>Let me add: This utilizes <a href="http://en.wikipedia.org/wiki/X86_virtualization#AMD_virtualization_.28AMD-V.29">Pacifica specification</a> of AMD&#8217;s newer processors which have virtualisation technology (VT) build-in. It just has been started on AMD processors but there are also implementations for Intel processors with similar techniques.</p>
<p>Having said all that I came to think of how could it still be possible to detect and what are the remarkable bits here. Let me also point out that I am by no means an expert on anti virus, Rootkits, hypervisors or any of that. I just know a some basic, though advanced, computer issues, how they basically work, about TCP/IP stuff and Linux OS basics. And I claim to have common sense <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<h3>Ideas mentioned elsewhere to encounter the issue and comments on them:</h3>
<p>Ok, now there is one point that is not technical at all: How do I detect something that can hide (let&#8217;s presume so) from a running system if I don&#8217;t see it and wouldn&#8217;t get alerted by any detection software? Imagine working on your computer and thinking: &#8220;Am I infected? Let&#8217;s check and boot to this detection LiveCD [see below]&#8230; checking&#8230; Good, not infected, so reboot to work system&#8230; keep on working&#8230; Oh, an now? Infected now?&#8230; LiveCD check&#8230; reboot to work, since still not infected&#8230; work a little&#8230; Hah, now is the time, I could now be infected&#8230; reboot&#8230;.&#8221;.</p>
<p>The rumours are that it would be easy to detect the malware hiding on active systems when the system is dormant, i.e. not booted, e.g from some LiveCD. That&#8217;s one point I could believe to be true to some extant since I guess the malware has to have saved itself on system shut down to some place on the hard drive, BIOS (graphic card&#8217;s one, too),  or some kind of <a href="http://en.wikipedia.org/wiki/Non-volatile_memory">non-volatile memory</a> and, more importantly, cannot defend, i.e. hide, itself actively. But as with any malware detection by signature the signature of such &#8220;saved state hiding malware&#8221; has to be known which might be hard since it&#8217;s easy for malware to change it&#8217;s &#8220;saved state form&#8221; and thereby it&#8217;s signature. And also, is it handy and operably in real life to shut down, eg., servers &#8220;only&#8221; to detect potentially infected systems (again, assuming all the while it&#8217;s not possible to detect while the system is active)?</p>
<p>If it&#8217;s possible to only have one hypervisor (what I don&#8217;t know right now) then wouldn&#8217;t it be easy to just check if a hypervisor is present or can be enabled. If not because one is present already but not known about by the system -&gt; suspicious. <a href="http://www.matasano.com/log/mtso">Matasano</a>&#8217;s <a href="http://www.darkreading.com/document.asp?doc_id=130587">virtualized rootkit detector</a> most likely is about even more than that (from <a href="http://www.darkreading.com/document.asp?doc_id=127987">Hacker Smackdown</a>, June 28th, 2007):</p>
<blockquote><p>Ptacek, Lawson, and Ferrie contend that virtualization-based malware is actually easier to detect than a normal (non-virtualized) rootkit because basically by definition it leaves a trail, introducing changes in the system&#8217;s CPU clock, for instance. And the malware would have to be bug-free to truly emulate a system, anyway, Ptacek argues. &#8220;The problem with virtualized rootkits is&#8230; They have to present the illusion they are talking to real hardware and that&#8217;s not an easy task,&#8221; he says. &#8220;In order to do that, you have to write a bug-free program whose job it is to emulate bugs. And we don&#8217;t know how to write bug-free programs.&#8221;</p></blockquote>
<p>One very simply (that&#8217;s why I liked it!) detection method <a href="http://www.cczwei-forum.de/cc2/thread.php?postid=5295#post5295">described in a German forum</a> was to simultaneously do an outside port scan and ask the system &#8220;from inside&#8221; for open ports. Most likely the malware will show an open port to the outside (it wants to receive data here) but will hide this port to the system running the malware.</p>
<h3>Ideas I haven&#8217;t read about so far or are not related directly but rather with malware in general but still fairly new:</h3>
<ul>
<li>As a basic approach (operating) systems have to be transparent (best I know of open source) for experts to know what&#8217;s going on inside and users to trust &#8220;their&#8221; system. This is no new argument I assume.</li>
<li>Digital signature (public/private keys) handling in kernel for processes similar to what I believe Vista does but holistically and, again, transparent. The idea is similar to that Debian (and other distributions since) have been using with their repositories and <a href="http://en.wikipedia.org/wiki/Dpkg">dpkg/apt system</a> for years now but now within the computer itself. <a href="http://wiki.debian.org/SecureApt">SecureApt</a> as it&#8217;s called uses MD5 checksums (switch to SHA-1 when MD5 is broken) to uniquely and securely identify software packages retrieved from Internet repositories and to verify data (read byte stream) is unchanged on the way from the maintainer to the user&#8217;s computer. On top of that SecureApt uses <a href="http://en.wikipedia.org/wiki/OpenPGP">OpenPGP</a> (with <a href="http://en.wikipedia.org/wiki/Gpg">GPG</a>) private keys to sign repositories release summaries and public keys to verify the signature, i.e. deciding whether a repo is trusted or not. Why not taking this one step further to the kernel itself and have a module in the kernel implementing the idea of SecureApt but for processes (instances of programs from those repositories)? Though, I guess with <a href="http://en.wikipedia.org/wiki/Quantum_computer#Candidates">quantum computers</a> <a href="http://en.wikipedia.org/wiki/Timeline_of_quantum_computing">approaching</a> this prevention method most likely will not hold long anyway.</li>
<li><a href="http://www.heise.de/open/artikel/print/70057">Security systems</a> (German) like <a href="http://www.novell.com/products/apparmor/">AppArmor</a> or even better <a href="http://www.nsa.gov/selinux/">SELinux</a> should be used more widely to protect more systems better from so-called <a href="http://en.wikipedia.org/wiki/Zero_day">0-day attacks</a> and the like. And thereby limit distribution of malware. These two methods, of course, do nothing to increase detection on harmed systems. It only prevents from becoming infected.</li>
<li>Don&#8217;t by VT supported processors if you don&#8217;t need to. This, as with all security issues, will not work on a wide range since it&#8217;s more convenient to benefit from supposingly up to 95% performance enhancement for so-called <a href="http://en.wikipedia.org/wiki/Xen#Paravirtualization.2C_requiring_porting_of_guest_systems">paravirtualized</a> guest systems (more precisely domUs). At least if you need to run unmodified OSs like MS Windows. If you can however modify the domUs, eg. Linux, you can have the same performance with eg. Xen. Let me point out that unlike virtualized guest operating system with paravirtualization the domU does know about it being virtualized and can, among others, access hardware directly.</li>
<li>Another idea on how to become suspicious of possible infections includes a second system with net link to computers at risk. I&#8217;d call it a watch server or pass-through server. Maybe it could just be your firewall of choice. The idea is to watch the traffic from an to computers in your network just like a firewall does but watch for and learn some sort of network traffic signatures or patterns. This way you get a (statistical) profile of typical traffic regarding individual systems independent of applications running, user behaviour or or the like. Just plain network traffic. This, of course, has to be done while one is certain of no infections in the network. If one can guaranty this it could be possible after this  learning phase to detect suspicious traffic.</li>
</ul>
<p>Maybe everything said here is not new at all to others. But one thing I reckon will be true: After all it will always be a game of cat-and-mouse, since the bad guys will try to detect methods like those mentioned here to hide themselves and the good guys will always try to be smarter. The most interesting part I find about self hiding malwares is that malware is turning the tables now (well, not entirely): With conservative viruses it was evolving new techniques unknown to the anti-virus guys. Now it&#8217;s (partly) malware becoming virus-detection-detectors.</p>
<p>And one other thing once again became clear to me: The need for researchers to &#8220;do bad things&#8221;, i.e. to develop, test, execute, issue and whatever else necessary malware of whatever kind to be able to come up with antidote! Unfortunately there are <a href="http://www.heise.de/newsticker/meldung/print/92334">movements on the way in Germany</a> (German, heise, 06.07.2007 14:23) and as I understand in other parts of the would, too, to prohibit this.</p>
<p>Happy hacking <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>Update 2007/10/11:</p>
<p>In slashdot there has been a note on <a href="http://it.slashdot.org/article.pl?sid=07/10/02/0323237">VM-Based Rootkits Proved Easily Detectable</a> pointing out an article from researchers from Stanford, CMU, VMware, and XenSource &#8220;<a href="http://www.stanford.edu/~talg/papers/HOTOS07/vmm-detection-hotos07.pdf">Compatibility Is Not Transparency: VMM Detection Myths and Realities</a>&#8221; (pdf). Unfortunatelly, untill now I haven&#8217;t had the time to read it.</p>
<h3>Resources:</h3>
<ul>
<li>Computer Club Zwei <a href="http://www.cczwei.de/index.php?id=issuearchive&amp;issueid=82">web audio</a> (30.07.2007 Episode 60)</li>
<li>Computer Club Zwei <a href="http://www.cczwei-forum.de/cc2/thread.php?threadid=474">forum thread</a> (German, 26.09.2007 22:57)</li>
<li><a href="http://www.heise.de/security/news/meldung/92176">Hasch mich, ich bin ein Rootkit</a> (German, on Heise News, 2007-07-04 11:28)</li>
<li><a href="http://theinvisiblethings.blogspot.com/">The Invisible Things</a> (blog of Joanna Rutkowska&#8217;s company)</li>
<li><a href="http://eecue.com/log_archive/eecue-log-599-Subverting_Vista_Kernel_For_Fun_And_Profit.html">Subverting Vista Kernel For Fun And Profit</a> (About Joanna&#8217;s talk at  Black Hat Briefings on August 3rd 2006, <a href="http://invisiblethings.org/papers/joanna%20rutkowska%20-%20subverting%20vista%20kernel.ppt">original talk ppt</a>)</li>
<li><a href="http://theinvisiblethings.blogspot.com/2006/07/blue-pill-hype.html">The Blue Pill Hype</a> (Joanna&#8217;s Blog again)</li>
<li><a href="http://www.darkreading.com/document.asp?doc_id=130663">Blue Pill Gets a Refill</a> (2007-08-02)</li>
<li><a href="http://wiki.debian.org/SecureApt">SecureApt</a> at Debian&#8217;s wiki (2007-09-08 17:57:23)</li>
<li><a href="https://help.ubuntu.com/community/Xen">Xen</a> on Ubuntu&#8217;s community wiki (2007-09-30 03:25:10)</li>
<li><a href="http://grandstreamdreams.blogspot.com/2007/01/rootkit-storm-and-solutions.html">Rootkit Storm and Solutions</a> with a list of Anti-Rootkit/removal tools (2007-01-21)</li>
<li><a href="http://www.informationweek.com/story/showArticle.jhtml?articleID=196901062">Review: Six Rootkit Detectors Protect Your System</a>, a fairly detailed rewiev (2007-01-16 09:51)</li>
<li><a href="http://www.antirootkit.com/articles/eye-of-the-storm-worm/Peacomm-C-Cracking-the-nutshell.html">Peacomm.C &#8211; cracking the nutshell</a>, an analysis of Peacomm.C mechanisms by Frank Boldewin (2007-09-21)</li>
</ul>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/sysblogd.wordpress.com/123/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/sysblogd.wordpress.com/123/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sysblogd.wordpress.com/123/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sysblogd.wordpress.com/123/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sysblogd.wordpress.com/123/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sysblogd.wordpress.com/123/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sysblogd.wordpress.com/123/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sysblogd.wordpress.com/123/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sysblogd.wordpress.com/123/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sysblogd.wordpress.com/123/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sysblogd.wordpress.com/123/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sysblogd.wordpress.com/123/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sysblogd.wordpress.com&blog=957587&post=123&subd=sysblogd&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://sysblogd.wordpress.com/2007/10/02/about-the-fuzz-on-rootkits-and-whether-or-not-to-detect-one/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ef81db04482b606bba32f2b9b348a15c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">sysblog</media:title>
		</media:content>
	</item>
		<item>
		<title>Ever thought about a system to keep your data sychronized on the move?</title>
		<link>http://sysblogd.wordpress.com/2007/08/28/ever-thought-about-a-system-to-keep-your-data-sychronized-on-the-move/</link>
		<comments>http://sysblogd.wordpress.com/2007/08/28/ever-thought-about-a-system-to-keep-your-data-sychronized-on-the-move/#comments</comments>
		<pubDate>Tue, 28 Aug 2007 16:53:25 +0000</pubDate>
		<dc:creator>sysblog</dc:creator>
				<category><![CDATA[ideas]]></category>
		<category><![CDATA[laptop]]></category>
		<category><![CDATA[synchronize]]></category>

		<guid isPermaLink="false">http://sysblogd.wordpress.com/2007/08/28/ever-thought-about-a-system-to-keep-your-data-sychronized-on-the-move/</guid>
		<description><![CDATA[Over the years I often have thought how great a situation it would be if you&#8217;d come home from a conference/trip with your laptop, tuck it into the charger. Within seconds you&#8217;d be able to work on the more comfy desktop environment &#8212; meaning larger screen, nicer HIDs &#8212; and work on your automatically synchronized [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sysblogd.wordpress.com&blog=957587&post=98&subd=sysblogd&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Over the years I often have thought how great a situation it would be if you&#8217;d come home from a conference/trip with your laptop, tuck it into the charger. Within seconds you&#8217;d be able to work on the more comfy desktop environment &#8212; meaning larger screen, nicer <a href="http://en.wikipedia.org/wiki/Human_interface_device">HID</a>s &#8212; and work on your automatically synchronized data without any intervention. And, also, your wife (or any &#8220;co-user&#8221; of parts of your data) could read the photos you saved on your laptop right away&#8230;</p>
<p>Until now I&#8217;ve never actually came across a setup that would work anything near this scenario, without an installation process that would take weeks that it. I came across thinks like coda, subversion, rsync, unionfs and heaps more. Recently I came by an article on <a href="http://ask.slashdot.org/article.pl?sid=07/08/27/2359245">slashdot</a> where someone posted something very similar. Further down the suggestions by others there was a hint pointing to a new approach called dropbox. They say</p>
<blockquote><p>imagine the best aspects of rsync, trac, subversion, but easy to use</p></blockquote>
<p>A <a href="http://getdropbox.com/u/2/screencast.html">screencast</a> is available, too.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/sysblogd.wordpress.com/98/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/sysblogd.wordpress.com/98/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sysblogd.wordpress.com/98/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sysblogd.wordpress.com/98/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sysblogd.wordpress.com/98/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sysblogd.wordpress.com/98/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sysblogd.wordpress.com/98/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sysblogd.wordpress.com/98/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sysblogd.wordpress.com/98/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sysblogd.wordpress.com/98/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sysblogd.wordpress.com/98/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sysblogd.wordpress.com/98/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sysblogd.wordpress.com&blog=957587&post=98&subd=sysblogd&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://sysblogd.wordpress.com/2007/08/28/ever-thought-about-a-system-to-keep-your-data-sychronized-on-the-move/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ef81db04482b606bba32f2b9b348a15c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">sysblog</media:title>
		</media:content>
	</item>
		<item>
		<title>How music similarity measures could be used</title>
		<link>http://sysblogd.wordpress.com/2007/08/19/how-music-similarity-measures-could-be-used/</link>
		<comments>http://sysblogd.wordpress.com/2007/08/19/how-music-similarity-measures-could-be-used/#comments</comments>
		<pubDate>Sun, 19 Aug 2007 20:32:56 +0000</pubDate>
		<dc:creator>sysblog</dc:creator>
				<category><![CDATA[diploma thesis]]></category>
		<category><![CDATA[ideas]]></category>
		<category><![CDATA[music]]></category>
		<category><![CDATA[audio]]></category>
		<category><![CDATA[digital music]]></category>
		<category><![CDATA[music similarity]]></category>
		<category><![CDATA[similarity measures]]></category>
		<category><![CDATA[songbird]]></category>

		<guid isPermaLink="false">http://sysblogd.wordpress.com/2007/08/19/how-music-similarity-measures-could-be-used/</guid>
		<description><![CDATA[Lately I&#8217;ve been thinking about the possibilities of songbird (see screencast below), collecting music distributed under common licence or the like from blogs. Wouldn&#8217;t it be great to precisely search for music that way? You could say something like &#8220;search for music that sounds like what I&#8217;m listening to right now&#8221;. That means, the method [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sysblogd.wordpress.com&blog=957587&post=89&subd=sysblogd&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Lately I&#8217;ve been thinking about the possibilities of <a href="http://www.songbirdnest.com/">songbird</a> (see screencast below), collecting music distributed under common licence or the like from blogs. Wouldn&#8217;t it be great to precisely search for music that way? You could say something like &#8220;search for music that sounds like what I&#8217;m listening to right now&#8221;. That means, the method I might be working on should be efficient enough to calculate relevant vectors for different pieces of music fast. Otherwise there would have to be some central service doing some fingerprinting again for all tracks around. But, as said before, that&#8217;s not what I&#8217;m after. Rather something to get a mutual measure between two tracks, pairwise.</p>
<p>As you can see in the screencast songbird can already, by using diverse search services, find related music. But, as far as I can judge right now, that&#8217;s user- or expert-based. That means, the music has to be known well to a certain point to have the data what a newly found song is like. And also it&#8217;s text based.</p>
<p><span style="text-align:center; display: block;"><a href="http://sysblogd.wordpress.com/2007/08/19/how-music-similarity-measures-could-be-used/"><img src="http://img.youtube.com/vi/eIGvEOHWCg4/2.jpg" alt="" /></a></span></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/sysblogd.wordpress.com/89/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/sysblogd.wordpress.com/89/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sysblogd.wordpress.com/89/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sysblogd.wordpress.com/89/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sysblogd.wordpress.com/89/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sysblogd.wordpress.com/89/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sysblogd.wordpress.com/89/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sysblogd.wordpress.com/89/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sysblogd.wordpress.com/89/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sysblogd.wordpress.com/89/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sysblogd.wordpress.com/89/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sysblogd.wordpress.com/89/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sysblogd.wordpress.com&blog=957587&post=89&subd=sysblogd&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://sysblogd.wordpress.com/2007/08/19/how-music-similarity-measures-could-be-used/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ef81db04482b606bba32f2b9b348a15c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">sysblog</media:title>
		</media:content>

		<media:content url="http://img.youtube.com/vi/eIGvEOHWCg4/2.jpg" medium="image" />
	</item>
		<item>
		<title>Google alternatives</title>
		<link>http://sysblogd.wordpress.com/2007/08/17/google-alternatives/</link>
		<comments>http://sysblogd.wordpress.com/2007/08/17/google-alternatives/#comments</comments>
		<pubDate>Fri, 17 Aug 2007 21:54:56 +0000</pubDate>
		<dc:creator>sysblog</dc:creator>
				<category><![CDATA[ideas]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[search engine]]></category>

		<guid isPermaLink="false">http://sysblogd.wordpress.com/2007/08/17/google-alternatives/</guid>
		<description><![CDATA[Recently I was listening to a podcast by the German radio station Bayern 5. One topic, amongst others, was google alternatives. I&#8217;d just like to list them here with a short personal description and example searches each (searching for Edgar Allan Poe).

hakia.com &#8212; a semantic search engine, where one can ask complete questions or frases [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sysblogd.wordpress.com&blog=957587&post=83&subd=sysblogd&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Recently I was listening to a podcast by the German radio station Bayern 5. One topic, amongst others, was google alternatives. I&#8217;d just like to list them here with a short personal description and example searches each (searching for Edgar Allan Poe).</p>
<ol>
<li><a href="http://hakia.com/search.aspx?q=edgar+allan+poe">hakia.com</a> &#8212; a semantic search engine, where one can ask complete questions or frases and hakia <a href="http://hakia.com/search.aspx?q=the+essence+of+capitalism">highlights what it thinks is the answer</a> given per search result. You get an table of content and summary kind of view when you, for example, search for a <a href="http://hakia.com/search.aspx?q=edgar+allan+poe">person</a>.</li>
<li><a href="http://www.seekport.com/q?xml=1&amp;dt=&amp;cpics=&amp;prev=0&amp;www=on&amp;query=edgar+allan+poe&amp;domain=&amp;eulang=0">seakport.com</a> &#8212;  &#8220;Founded in December 2003 the company is headquartered in Munich but truly European&#8221; (from their <a href="http://www.seekport.biz/uk/index.html">company site</a>). Seams fast and has the option of preview-loading the search results.</li>
<li><a href="http://www.exalead.de/search/results?nocookie=1&amp;q=edgar+allan+poe&amp;%24mode=allweb&amp;x=0&amp;y=0">exalead.com</a> &#8212; a Frensh  one. Slower, has screen shots as previews (doesn&#8217;t actually load the sites) and seams to use <a href="http://en.wikipedia.org/wiki/Ajax_(programming)">ajax</a>, let&#8217;s you narrow your search or give more general info about your search, features a categories|keywords kind of clowd. I cannot say anything about the search quality, but UI quality is very promissing.</li>
<li><a href="http://pagebull.com/?qStart=0&amp;qVisWidth=1092&amp;qIn=edgar+allan+poe&amp;qLoc=&amp;qPvPics=3x4">pagebull.com</a> &#8212; shows resulting pages as images with search term highlighted</li>
<li><a href="http://www.searchcrystal.com/home.html">searchcristal.com</a> &#8212; actually a meta search engine, showing it&#8217;s result as a 2D cluster with distances. Interesting, but to slow for daily use (I couldn&#8217;t figure out how to get a example search link).</li>
<li><a href="http://searchportal.information.com/?epl=01420076RlEDSloNbEQOQ18OWQwIbA1RAEM8RlIAE1ZdHktRUBdWXD1MQBVWCQ1ZDAgeBDlaBQlSA1EMERMAW1FnS1FUAQgNUwEIXAAFUwVEB1cIB1oPWgdaBghUABNBWlcWV14IE18VZ0sEXV9cBQ&amp;query=Poetry">cartoo.com</a> &#8212; Unfortunately it wouldn&#8217;t load in my opera browser via cartoo.com, and only quite slow at first in FF. With searchportal.information.com it does load in opera, too. The strategy seams to be narrowing the search showing the top results.</li>
<li><a href="http://search.chacha.com/search/query?query=edgar+allan+poe&amp;tid=&amp;rid=&amp;mode=web&amp;page_num=1&amp;searchwithguide=0">chacha.com</a> &#8212; shows &#8220;related searches&#8221; to narrow and as a plus give the opportunity to call upon a human guide to help narrow the search. It integrates <a href="http://www.blinkx.com/">blinkx.com</a>&#8217;s <a href="http://search.chacha.com/search/query?query=story%20of%20the%20year&amp;mode=video&amp;wsid=UK">video wall</a>.</li>
<li><a href="http://www.suchfibel.de/">suchfibel.de</a> &#8212; List and heaps of info on search engines (German only).</li>
</ol>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/sysblogd.wordpress.com/83/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/sysblogd.wordpress.com/83/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sysblogd.wordpress.com/83/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sysblogd.wordpress.com/83/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sysblogd.wordpress.com/83/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sysblogd.wordpress.com/83/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sysblogd.wordpress.com/83/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sysblogd.wordpress.com/83/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sysblogd.wordpress.com/83/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sysblogd.wordpress.com/83/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sysblogd.wordpress.com/83/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sysblogd.wordpress.com/83/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sysblogd.wordpress.com&blog=957587&post=83&subd=sysblogd&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://sysblogd.wordpress.com/2007/08/17/google-alternatives/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ef81db04482b606bba32f2b9b348a15c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">sysblog</media:title>
		</media:content>
	</item>
		<item>
		<title>First Impression on Musicovery</title>
		<link>http://sysblogd.wordpress.com/2007/06/15/first-impression-on-musicovery/</link>
		<comments>http://sysblogd.wordpress.com/2007/06/15/first-impression-on-musicovery/#comments</comments>
		<pubDate>Fri, 15 Jun 2007 18:24:54 +0000</pubDate>
		<dc:creator>sysblog</dc:creator>
				<category><![CDATA[audio]]></category>
		<category><![CDATA[digital music]]></category>
		<category><![CDATA[diploma thesis]]></category>
		<category><![CDATA[ideas]]></category>
		<category><![CDATA[music]]></category>
		<category><![CDATA[music musings]]></category>
		<category><![CDATA[wii]]></category>

		<guid isPermaLink="false">http://sysblogd.wordpress.com/2007/06/15/first-impression-on-musicovery/</guid>
		<description><![CDATA[Even though I&#8217;m into last.fm, if any (of those), I do understand if some Panora maniac cheets on them the alternative has to be worth a glimpse. So, it was Musicovery.com that also impressed me &#8230; at first. And I&#8217;ll admit it was mostly because of the blinky-blinky. But it&#8217;s more to it than just [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sysblogd.wordpress.com&blog=957587&post=58&subd=sysblogd&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Even though I&#8217;m into last.fm, if any (of those), I do understand if some <a href="http://pandora.com">Panora</a> maniac <a href="http://changesgood.wordpress.com/2007/06/11/cheating-on-pandora-with-musicovery/">cheets on them</a> the alternative has to be worth a glimpse. So, it was Musicovery.com that also impressed me &#8230; at first. And I&#8217;ll admit it was mostly because of the blinky-blinky. But it&#8217;s more to it than just effects attention. From a <a href="http://en.wikipedia.org/wiki/User_interface">HMI</a> conceptional point of view Musicovery have really made an effort. It is easy to start listening to what you want &#8212; without any or, if you really want to, very little reading. In one word: I&#8217;d call it intuitive.</p>
<p>You are presented those, and only those, selections you need to do and combine (what you can) to make your choice distinct enough to gather correct songs. Also the other direction of &#8220;communication&#8221;, machine to human, has some promissing approaches like the &#8220;neighbourhood map&#8221; and colours for genres. One can even drag (move) that map around. The playlist is shown as path through the <a href="http://en.wikipedia.org/wiki/Graph_(mathematics)">graph</a> of audio tracks.</p>
<p>But then, of course, the hacker in me came to surface and I had to test that stuff. After a few clicks I was presented with <a href="http://en.wikipedia.org/wiki/Objection_(Tango)">Shakira&#8217;s &#8220;Objection&#8221;</a> after hitting &#8220;dark&#8221; mood. Sure, no accounting for taste, but I wouldn&#8217;t call &#8220;Objection&#8221; a dark mood song. And also there was <a href="http://en.wikipedia.org/wiki/Shut_Up_(Black_Eyed_Peas_song)">Black Eyed Peas&#8217; &#8220;Shut up&#8221;</a> to come&#8230; I don&#8217;t know about you; I couldn&#8217;t keep my feed still while listening and there where absolutely no &#8220;I hate the world&#8221; and &#8220;Where is my gun to get a rampage going&#8221; (just being <a href="http://en.wikipedia.org/wiki/Sarcasm">sarcastic</a> here). While the &#8220;energetic&#8221; direction has worked fine for a while dark more and more seams to be a bad label.</p>
<p>To conclude Musicovery.com nevertheless <a href="http://en.wikipedia.org/wiki/Word_play"><em>sounds</em></a> very promising. I&#8217;d really like to know the &#8220;music selection techniques&#8221; behind it, though, since the more I listen to the tracks that are picked for a selected mood don&#8217;t satisfy me just like <a href="http://www.makeuseof.com/tag/my-best-online-music-services/">the other lot</a>.</p>
<p>Edit: I just caught myself letting imaginary drift away: Wouldn&#8217;t it be possible to have, in a few years time, some HMI stuff so one brachiates though a play list just like the one displayed at Musicovery but as some sort of hologram or only imaginary (not directly visible) but more like that <a href="http://www.wiiwii.tv/2006/12/01/top-20-wii-videos-on-youtube/">Wii stuff</a>? So if one wants to ffw to a track on the playlist (displayed in some sort of 3D neighbourhood map/grid as a ball, e.g.) you grab it and drag it to the middle of the cube or punch it to play it, pet it to let information been displayed about it, &#8230;</p>
<p><span style="text-align:center; display: block;"><a href="http://sysblogd.wordpress.com/2007/06/15/first-impression-on-musicovery/"><img src="http://img.youtube.com/vi/vnsfcB1m3lk/2.jpg" alt="" /></a></span></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/sysblogd.wordpress.com/58/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/sysblogd.wordpress.com/58/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sysblogd.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sysblogd.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sysblogd.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sysblogd.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sysblogd.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sysblogd.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sysblogd.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sysblogd.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sysblogd.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sysblogd.wordpress.com/58/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sysblogd.wordpress.com&blog=957587&post=58&subd=sysblogd&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://sysblogd.wordpress.com/2007/06/15/first-impression-on-musicovery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ef81db04482b606bba32f2b9b348a15c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">sysblog</media:title>
		</media:content>

		<media:content url="http://img.youtube.com/vi/vnsfcB1m3lk/2.jpg" medium="image" />
	</item>
		<item>
		<title>Plain Mashups were yesterday; today is supposed to be Pipe</title>
		<link>http://sysblogd.wordpress.com/2007/06/05/plain-meshups-were-yesterday-today-is-supposed-to-be-pipe/</link>
		<comments>http://sysblogd.wordpress.com/2007/06/05/plain-meshups-were-yesterday-today-is-supposed-to-be-pipe/#comments</comments>
		<pubDate>Tue, 05 Jun 2007 08:57:41 +0000</pubDate>
		<dc:creator>sysblog</dc:creator>
				<category><![CDATA[ideas]]></category>
		<category><![CDATA[web 2.0]]></category>

		<guid isPermaLink="false">http://sysblogd.wordpress.com/2007/06/05/plain-meshups-were-yesterday-today-is-supposed-to-be-pipe/</guid>
		<description><![CDATA[Ever looked for a new apartment with special features such as lake side online and fat up with doing e.g. google maps look-ups for each inserat over and over? Or showing artist pictures while &#8220;mouse overing&#8221; at last.fm? This is supposed to be possible with pipes (I haven&#8217;t had the urge trying it out myself, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sysblogd.wordpress.com&blog=957587&post=57&subd=sysblogd&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Ever looked for a new apartment with special features such as lake side online and fat up with doing e.g. google maps look-ups for each inserat over and over? Or showing artist pictures while &#8220;mouse overing&#8221; at last.fm? This is supposed to be possible with <a href="http://pipes.yahoo.com/pipes/">pipes</a> (I haven&#8217;t had the urge trying it out myself, yet).</p>
<p>See how <a href="http://www.oreilly.com/catalog/9780596514532/">O&#8217;Reilly describes</a> the new service:</p>
<blockquote><p>The Internet is transforming itself from a collection of web pages into a huge distributed database. There&#8217;s a wealth of data out there-not just RSS and Atom feeds, but XML data on where to find a new apartment, how much to pay for a new car, how to see if there&#8217;s a storm approaching. If the Internet is your new database, you need a tool to mine that data-to merge and sort and search and filter that data. That tool is Yahoo! Pipes. Widely touted as an RSS feed aggregator, Yahoo! Pipes is more than that. With Yahoo! Pipes you can manipulate virtually any web-accessible XML data source, and then publish these data mashups for anyone to use-anywhere.</p></blockquote>
<p>How I found out? Well, I meshed up some old school media (<a href="http://www.br-online.de/b5aktuell/inhalte/magazine/computermagazin.xml">good old FM Radio</a>) with RSS, piped it through <a href="http://opera.com">my web browser</a> and on via <a href="http://www.foobar2000.org/">an essential audio player</a> and combined supper with news consumption in time space.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/sysblogd.wordpress.com/57/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/sysblogd.wordpress.com/57/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sysblogd.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sysblogd.wordpress.com/57/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sysblogd.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sysblogd.wordpress.com/57/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sysblogd.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sysblogd.wordpress.com/57/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sysblogd.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sysblogd.wordpress.com/57/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sysblogd.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sysblogd.wordpress.com/57/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sysblogd.wordpress.com&blog=957587&post=57&subd=sysblogd&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://sysblogd.wordpress.com/2007/06/05/plain-meshups-were-yesterday-today-is-supposed-to-be-pipe/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ef81db04482b606bba32f2b9b348a15c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">sysblog</media:title>
		</media:content>
	</item>
		<item>
		<title>Is there an overlay software (display marker) to mark/draw right on screen just as if it was a real print outs?</title>
		<link>http://sysblogd.wordpress.com/2007/05/12/is-there-an-overlay-software-display-marker-to-markdraw-right-on-screen-just-as-if-it-was-a-real-print-outs/</link>
		<comments>http://sysblogd.wordpress.com/2007/05/12/is-there-an-overlay-software-display-marker-to-markdraw-right-on-screen-just-as-if-it-was-a-real-print-outs/#comments</comments>
		<pubDate>Sat, 12 May 2007 09:03:27 +0000</pubDate>
		<dc:creator>sysblog</dc:creator>
				<category><![CDATA[ideas]]></category>
		<category><![CDATA[webdesign]]></category>
		<category><![CDATA[display marker]]></category>
		<category><![CDATA[overlay software]]></category>
		<category><![CDATA[screen marker]]></category>
		<category><![CDATA[tablet pc]]></category>
		<category><![CDATA[tabletpc]]></category>

		<guid isPermaLink="false">http://sysblogd.wordpress.com/2007/05/12/is-there-an-overlay-software-display-marker-to-markdraw-right-on-screen-just-as-if-it-was-a-real-print-outs/</guid>
		<description><![CDATA[The ideal scene I have in mind is using a tablet PC in full screen mode, eg. displaying a PDF presentation or a web page design, and some meeting attendant draws his/her ideas/changes/notes on the display, marking areas, writing notes right in place, etc. A piece of software that is (graphically) on top of the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sysblogd.wordpress.com&blog=957587&post=47&subd=sysblogd&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>The ideal scene I have in mind is using a tablet PC in full screen mode, eg. displaying a PDF presentation or a web page design, and some meeting attendant draws his/her ideas/changes/notes on the display, marking areas, writing notes right in place, etc. A piece of software that is (graphically) on top of the display actual in sight to the observer, i.e. has the focus, collects all those &#8220;screen touches&#8221; and assigns them to the open file. But this should also work with just a normal PC/mouse set up or any tough screen environment. The hard bit would be, so I reckon, for the software to assign some &#8220;notes capture&#8221; to a certain <em>page</em> of an open document been presented, a subset of the document that is. The two ad hoc solutions that come to mind include either a support for the overlay software by the presenting software, so the assignment is actually done by the presenter. Or else the overlay software hast to have an understanding of all possible file formats&#8217; structures, i.e. PDF, bitmaps, just anything that should be marked. Now, if this file is opened the next time, and the overlay software is activated, it should from it&#8217;s database display all notes associated with this document&#8217;s page.</p>
<p><span id="more-47"></span>Easy stuff I thought, someone must have done that already. But I must be missing something. Eather I haven&#8217;t searched hard enough or it is really much harder to achieve than I think. The only mentioning I have come across so far was what reads to me as it&#8217;s the same idea by <a href="http://www.halfbakery.com/idea/Software_20Screen_20Overlay">moomintrol</a>. All hints on software in comments to his post are, as he claims, missing the point in some way or another. Up to now I haven&#8217;t reviewed it myself, though.</p>
<p>Reviews:</p>
<ul>
<li><a href="http://www.cs.umd.edu/~egolub/VirtualTransparency/">VirtualTransparency</a> by  Evan Golub: The effekt comes close &#8212; the intention obviously is more or less the same afterall &#8212; but works on a screen shot of the desktop, so really is seams not to be much more than MS Paint&#8217;s possibilities.</li>
<li><a href="http://www.absoluteway.com/tweakwindow/transparent_window.htm">TweakWindow</a> from it&#8217;s description seams to have the essential windowing features but doesn&#8217;t ship the annotation or marking functionality. This, of course, for simple scenarios could be helped out with, say, MS Paint or any other simple drawing program. I&#8217;d have to give it a try sometime.</li>
<li>The progs on the <a href="http://www.sharewareconnection.com/titles/annotation.htm">list at softwareconnection.com</a> seamingly all work on screen shots, judged by a quick glimpse. Right now I can&#8217;t be bothered to dig into them all.</li>
<li><a href="http://www.delight.ch/index.php?goLang=german&amp;goMenu=2&amp;goSub=28">Delight Software GmbH</a> has a private free software that sounds rather rudimentary and lacks a detailed description (see also at download.com). Might have to try it out, also.</li>
</ul>
<p>Additional  features could be:</p>
<ul>
<li>Gesture support for navigation of 1) the overlay software, eg. change of colour, and 2) the underlying program, eg. next slide commands.</li>
<li>Network capability in terms of conferencing scenarios. This would make possible to have a local meeting/presentation of something on your local screen or present the same thing to another screen. This screen could even participate in annotating so you rather have two (or more) equipollent participants than a server/client structure.</li>
</ul>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/sysblogd.wordpress.com/47/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/sysblogd.wordpress.com/47/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sysblogd.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sysblogd.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sysblogd.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sysblogd.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sysblogd.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sysblogd.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sysblogd.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sysblogd.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sysblogd.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sysblogd.wordpress.com/47/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sysblogd.wordpress.com&blog=957587&post=47&subd=sysblogd&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://sysblogd.wordpress.com/2007/05/12/is-there-an-overlay-software-display-marker-to-markdraw-right-on-screen-just-as-if-it-was-a-real-print-outs/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ef81db04482b606bba32f2b9b348a15c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">sysblog</media:title>
		</media:content>
	</item>
		<item>
		<title>I Had a Dream</title>
		<link>http://sysblogd.wordpress.com/2007/04/20/i-had-a-dream/</link>
		<comments>http://sysblogd.wordpress.com/2007/04/20/i-had-a-dream/#comments</comments>
		<pubDate>Fri, 20 Apr 2007 08:23:35 +0000</pubDate>
		<dc:creator>sysblog</dc:creator>
				<category><![CDATA[audio]]></category>
		<category><![CDATA[diploma thesis]]></category>
		<category><![CDATA[ideas]]></category>
		<category><![CDATA[music]]></category>
		<category><![CDATA[technical stuff]]></category>
		<category><![CDATA[upnp]]></category>

		<guid isPermaLink="false">http://sysblogd.wordpress.com/2007/04/20/i-had-a-dream/</guid>
		<description><![CDATA[&#8230; a day dream that was. I was walking through my flat listening to music of my favourite kind. Well, tell me something new you might think. Here it comes: Each time I walked from one room to another the music speakers in the next room would be activated by the N95 (or any other [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sysblogd.wordpress.com&blog=957587&post=8&subd=sysblogd&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>&#8230; a day dream that was. I was walking through my flat listening to music of my favourite kind. Well, tell me something new you might think. Here it comes: Each time I walked from one room to another the music speakers in the next room would be activated by the <a href="http://www.nseries.com/index.html?l=products,n95">N95</a> (or any other Upnp aware device) playing the music. So the music would only be played in that sorounding I was in. Of course the music was not locally stored on the <a href="http://www.nseries.com/index.html?l=products,n95">N95</a> but came via Upnp (or whatever) from my file storage via ether.</p>
<p>That&#8217;s not so unrealistic as I thought at first. I vaguely remember reading about a sound system that can address all present speakers individually via remote control even. That, of course must have been centrally controlled, though, and should have been proprietary, i.e. only working of all hardware comes from the same manufacturer. But how about if that worked via <a href="http://en.wikipedia.org/wiki/UPNP">Upnp</a> (or anything the like)? I guess the tricky bit would be the hand over of the signals transporting the sound information, i.e. manage gapless playback as if everything was wired and feed by broadcasting the sound to the speakers. Of course the speakers most likely would have to support some kind of wireless technique that the signal could be transmitted by.</p>
<p>Also, some mode that does address each speaker individually should be implemented, regulating the sound volume for each box (or at least each room) so the toilette is not blasted away&#8230; But I guess that would be rather easy and does not even need a modulated infrastructure as needed for the &#8220;sound hand over&#8221; scenario described above. What a cockaigne world it would be to have an abstract layer every manufacturer sticks to and supports to handle &#8220;cross-platform-interaction&#8221; like needed here. Well, I&#8217;m looking forward to building that cockaigne and living in it. How about you?</p>
<p>What would be even greater to have a stationary player, say in the living room, controlled via, eg. Upnp, but <em>still</em> be able to have the hand over working, i.e. have the system notice where the sound should be played in which volume. Another attempt could be some kind of tracker that knows where the person listening to the music is sojourning. I don&#8217;t think that would be the best approach since most likely it needs complex structures. Plus I can&#8217;t think of a way to keep that tracker &#8220;inter-platformly&#8221; scalable for many scenarios and systems.</p>
<p style="text-align:right;font-size:8px;">Blogged with <a href="http://www.flock.com/blogged-with-flock" title="Flock" target="_new">Flock</a></p>
<p><!-- technorati tags begin --></p>
<p style="font-size:10px;text-align:right;">Tags: <a href="http://technorati.com/tag/upnp" rel="tag">upnp</a></p>
<p><!-- technorati tags end --></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/sysblogd.wordpress.com/8/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/sysblogd.wordpress.com/8/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sysblogd.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sysblogd.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sysblogd.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sysblogd.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sysblogd.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sysblogd.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sysblogd.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sysblogd.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sysblogd.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sysblogd.wordpress.com/8/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sysblogd.wordpress.com&blog=957587&post=8&subd=sysblogd&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://sysblogd.wordpress.com/2007/04/20/i-had-a-dream/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ef81db04482b606bba32f2b9b348a15c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">sysblog</media:title>
		</media:content>
	</item>
		<item>
		<title>Music Analysis &#8212; On The Way to Diploma Thesis Topic</title>
		<link>http://sysblogd.wordpress.com/2007/04/19/music-audio-analysis-topics-may-produce-diploma-thesis/</link>
		<comments>http://sysblogd.wordpress.com/2007/04/19/music-audio-analysis-topics-may-produce-diploma-thesis/#comments</comments>
		<pubDate>Thu, 19 Apr 2007 18:55:28 +0000</pubDate>
		<dc:creator>sysblog</dc:creator>
				<category><![CDATA[audio]]></category>
		<category><![CDATA[digital music]]></category>
		<category><![CDATA[diploma thesis]]></category>
		<category><![CDATA[ideas]]></category>
		<category><![CDATA[music]]></category>
		<category><![CDATA[technical stuff]]></category>

		<guid isPermaLink="false">http://sysblogd.wordpress.com/2007/04/19/music-audio-analysis-topics-may-produce-diploma-thesis/</guid>
		<description><![CDATA[To step onwards in finding a subject for my diploma thesis I&#8217;ve googled a littel and found the following:
First of all I looked for what topics are being worked on at my uni to maybe narrow it that way. Our Institute for Digital Media seamed the best guess showing a seminar by Dr. Dieter Trüstedt [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sysblogd.wordpress.com&blog=957587&post=7&subd=sysblogd&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>To step onwards in finding a subject for my diploma thesis I&#8217;ve googled a littel and found the following:</p>
<p>First of all I looked for what topics are being worked on at my uni to maybe narrow it that way. Our Institute for Digital Media seamed the best guess showing a <a href="http://medien.informatik.uni-ulm.de/lehre/current/elektronischeMusik/">seminar</a> by <a href="http://www.luise37.de/">Dr. Dieter Trüstedt</a> called &#8220;Elektronische Musik in Theorie und Praxis&#8221; (electronic music in theorie and in practice&#8221;). Only after a while I noticed that it emphasis on, or I should say <span style="font-style:italic;">is</span> making music, not analysing it. Nevertheless I was pointed to a book by <a href="http://crca.ucsd.edu/%7Emsp/index.htm">Miller Puckette</a> (Dept. of Music, University of California, San Diego) called &#8220;<a href="http://crca.ucsd.edu/%7Emsp/techniques.htm">The Theory and Technique of Electronic Music</a>&#8221; including some parts about wave analysis in generell, digital music, etc.</p>
<p>Issues I&#8217;m looking for are as described before, more precisely finding similar music as a starting point. I also found a few (not yet reviewe) papers:</p>
<ul>
<li>Music Database Retrieval Based on Spectral Similarity by Cheng Yang</li>
<li>Pattern Discovery Techniques for Music Audio by Roger B. Dannenberg and Ning Hu</li>
<li>Toward Automatic Music Audio Summary Generation from Signal Analysis by Geoffroy Peeters, Amaury La Burthe and Xavier Rodet</li>
<li>Audio Retrieval by Rhythmic Similarity by Jonathan Foote, Matthew Cooper and Unjung Nam</li>
</ul>
<p>Also, what came to my mind what to maybe take into account how humans (mammals) distinguish music (or complex sounds) and thus learn more about the brain, also.</p>
<p>Another thought that hit my mind concerning the use of such an analysis was to use it in, say meeting recording scenarios as some kind of search algorithm. Imagine you have some 3 hours of meeting recorded (possibly conference call) and need some certain part of but cannot find the time position by any means. Maybe by the analysis spread out above one can use a search just as we do nowadays with text: Speak the word or phrase one is looking for (with a different voice &#8212; your own) and find the position in the audio file.</p>
<p style="text-align:right;font-size:8px;">Blogged with <a href="http://www.flock.com/blogged-with-flock" title="Flock" target="_new">Flock</a></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/sysblogd.wordpress.com/7/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/sysblogd.wordpress.com/7/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sysblogd.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sysblogd.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sysblogd.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sysblogd.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sysblogd.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sysblogd.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sysblogd.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sysblogd.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sysblogd.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sysblogd.wordpress.com/7/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sysblogd.wordpress.com&blog=957587&post=7&subd=sysblogd&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://sysblogd.wordpress.com/2007/04/19/music-audio-analysis-topics-may-produce-diploma-thesis/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ef81db04482b606bba32f2b9b348a15c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">sysblog</media:title>
		</media:content>
	</item>
		<item>
		<title>Audiophile&#8217;s Techno Thoughts &#8212; Playlist Generators</title>
		<link>http://sysblogd.wordpress.com/2007/04/07/audiophiles-techno-thoughts-playlist-generators/</link>
		<comments>http://sysblogd.wordpress.com/2007/04/07/audiophiles-techno-thoughts-playlist-generators/#comments</comments>
		<pubDate>Sat, 07 Apr 2007 19:39:42 +0000</pubDate>
		<dc:creator>sysblog</dc:creator>
				<category><![CDATA[foobar2000]]></category>
		<category><![CDATA[ideas]]></category>
		<category><![CDATA[music]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[technical stuff]]></category>
		<category><![CDATA[fb2k]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://sysblogd.wordpress.com/2007/04/07/audiophiles-techno-thoughts-playlist-generators/</guid>
		<description><![CDATA[There are some thoughts I&#8217;d like to a. document but b. share, too. They are about &#8212; no, not about Techno music! &#8212; programming issues, or just ideas I would find useful if they where already realized. Maybe they are and only I don&#8217;t know about it jet. But also, I might be the one [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sysblogd.wordpress.com&blog=957587&post=4&subd=sysblogd&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>There are some thoughts I&#8217;d like to a. document but b. share, too. They are about &#8212; no, not about Techno music! &#8212; programming issues, or just ideas I would find useful if they where already realized. Maybe they are and only I don&#8217;t know about it jet. But also, I might be the one realizing them&#8230; let&#8217;s see.</p>
<p>Well, one thing that came to my mind by playing around with the <a href="http://www.musicip.com/mixer/">MusicIP Mixer</a>: Wasn&#8217;t it cool to have a free library like thing laying around that could easily be user by a software music player (or even extended to video, i.e. media player) to generate playlists similar to the MusicIP Mixer? To be more precise the features I&#8217;m thinking about are:</p>
<ul>
<li>generate playlists by user selected music title from library, that is giving back a list of songs from the user&#8217;s music library that have similar mood, tempo, harmony, &#8230;</li>
<li>start playing tracks from the lib. The user can skip or pin it. Either one &#8220;pin&#8221; (as in MusicIP Mixer) is enough to start generating the list or maybe even keep on with more appropriate music (closer in the above terms). That&#8217;s especially useful for those audiophiles that just cannot remember artists or track names (like me). But also it&#8217;s faster in terms of I don&#8217;t have to sit down first and think about what I&#8217;d like to here right now but rather can just find out what I&#8217;d wanted to listen to in the first place.</li>
</ul>
<p>To brake it down, the key note here is to have two methods generating playlists that are end-user orientated. You may ask: &#8220;Well, what the hack is so special about it? You mentioned MusicIP Mixer yourself, that does exactly that!&#8221; No, it does not. MusicIP Mixer, as fare as I know, is closed source. But more importantly the list generates are encapsulated within the Mixer software and cannot (again, as far as I know) be used by other software that MusicIP Mixer itself (I&#8217;ll <a href="http://www.musicip.com/about/blogs.jsp">digg in</a> to find out when time permits). The generators that is; one can have the generated lists send to one&#8217;s music player of choice, easily. Which is fair dinkum.</p>
<p>An example: As of now I chose <a href="http://www.foobar2000.org/">foobar2k</a> to be my favorite music player as it is very customizable <span style="font-style:italic;">and</span> produces good enough sound for my HiFi (gapless playback, <a href="http://replaygain.hydrogenaudio.org/">replaygain</a>, multiple format support, &#8220;<a href="http://www.songbirdnest.com/node/1564">tabbed playlisting</a>&#8220;, has plugin API to name a few <a href="http://wiki.hydrogenaudio.org/index.php?title=Foobar2000#Features">features</a> and <a href="http://wiki.hydrogenaudio.org/index.php?title=Foobar2000:Components_0.9">components</a>). I runs more or less 24/7. Through the <a href="http://wiki.hydrogenaudio.org/index.php?title=Foobar2000:Components_0.9/Playlist_Tree_%28foo_playlist_tree%29">foo_playlist_tree</a> I wrote a query which gives me 10h of random music, not yet listened to or not for more than two weeks. Of course there are also queries by audio format, &#8230; just by any combination of normal audio file tags plus <a href="http://wiki.bowron.us/index.php/Example_Queries">more</a>. But still if I might just want say 40 min of jogging music&#8230; mmh, that I could manage by all means, plus also the hassle of time consuming transfer to your portable player if your on the <span style="font-style:italic;">run</span>&#8230; Not a good example. OK, imagine sitting on the couch with your fb2k (<a href="http://static.flickr.com/55/141391864_5acf0b1954_o.gif">keyboard remote control configured</a>, of course) ready to blast your ears away but you just can think of what so listen to. Even with my iPAQ running <a href="http://www.jongma.org/foobar/">Minibar2k</a> this would not really what ease my relaxed mood. Getting it? Comments, as always, appreciated!</p>
<p style="text-align:right;font-size:8px;">Blogged with <a title="Flock" href="http://www.flock.com/blogged-with-flock" target="_new">Flock</a></p>
<p><!-- technorati tags begin --></p>
<p style="font-size:10px;text-align:right;">Tags: <a rel="tag" href="http://technorati.com/tag/audio">audio</a>, <a rel="tag" href="http://technorati.com/tag/programming">programming</a>, <a rel="tag" href="http://technorati.com/tag/%20ideas"> ideas</a></p>
<p><!-- technorati tags end --></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/sysblogd.wordpress.com/4/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/sysblogd.wordpress.com/4/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sysblogd.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sysblogd.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sysblogd.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sysblogd.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sysblogd.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sysblogd.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sysblogd.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sysblogd.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sysblogd.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sysblogd.wordpress.com/4/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sysblogd.wordpress.com&blog=957587&post=4&subd=sysblogd&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://sysblogd.wordpress.com/2007/04/07/audiophiles-techno-thoughts-playlist-generators/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ef81db04482b606bba32f2b9b348a15c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">sysblog</media:title>
		</media:content>
	</item>
	</channel>
</rss>