<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments for still don&#039;t have a title</title>
	<atom:link href="http://blog.venthur.de/index.php/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.venthur.de</link>
	<description>and no tagline either</description>
	<lastBuildDate>Wed, 15 May 2013 19:35:05 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>Comment on How to get the most precise time, comparable between processes in Python? by Daniele</title>
		<link>http://blog.venthur.de/index.php/2013/05/how-to-get-the-most-precise-time-comparable-between-processes-in-python/#comment-33155</link>
		<dc:creator>Daniele</dc:creator>
		<pubDate>Wed, 15 May 2013 19:35:05 +0000</pubDate>
		<guid isPermaLink="false">http://blog.venthur.de/?p=403#comment-33155</guid>
		<description><![CDATA[Unfortunately the Windows timing system is crap. There is no reliable way to access a global timer with resolution higher than ~10 ms and this is not a Python fault. Not event the maintainers of NTP have found a way to do it. One possible solution is to synchronize the performance counter with the system clock. A way to do that is a busy loop querying the system clock and the performance counter and wait for the system clock to tick: http://msdn.microsoft.com/en-us/magazine/cc163996.aspx However, there is no guarantee that the performance counter frequency does not change in time. A reliable implementation becomes quite messy...]]></description>
		<content:encoded><![CDATA[<p>Unfortunately the Windows timing system is crap. There is no reliable way to access a global timer with resolution higher than ~10 ms and this is not a Python fault. Not event the maintainers of NTP have found a way to do it. One possible solution is to synchronize the performance counter with the system clock. A way to do that is a busy loop querying the system clock and the performance counter and wait for the system clock to tick: <a href="http://msdn.microsoft.com/en-us/magazine/cc163996.aspx" rel="nofollow">http://msdn.microsoft.com/en-us/magazine/cc163996.aspx</a> However, there is no guarantee that the performance counter frequency does not change in time. A reliable implementation becomes quite messy&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to get the most precise time, comparable between processes in Python? by Jim</title>
		<link>http://blog.venthur.de/index.php/2013/05/how-to-get-the-most-precise-time-comparable-between-processes-in-python/#comment-33146</link>
		<dc:creator>Jim</dc:creator>
		<pubDate>Wed, 15 May 2013 16:33:43 +0000</pubDate>
		<guid isPermaLink="false">http://blog.venthur.de/?p=403#comment-33146</guid>
		<description><![CDATA[Run a third process that listens for UDP packets and responds with its current value of time.clock().  Your two processes can either use this as a one-time thing to configure their own time.clock() offset, or they can just send a packet whenever they want a timestamp.  On my machine, something like &quot;ping localhost&quot; gives response times of 80 microseconds, so the network stack is certainly fast enough to meet your timing requirements.]]></description>
		<content:encoded><![CDATA[<p>Run a third process that listens for UDP packets and responds with its current value of time.clock().  Your two processes can either use this as a one-time thing to configure their own time.clock() offset, or they can just send a packet whenever they want a timestamp.  On my machine, something like &#8220;ping localhost&#8221; gives response times of 80 microseconds, so the network stack is certainly fast enough to meet your timing requirements.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to get the most precise time, comparable between processes in Python? by Jakub Ziembinski</title>
		<link>http://blog.venthur.de/index.php/2013/05/how-to-get-the-most-precise-time-comparable-between-processes-in-python/#comment-33124</link>
		<dc:creator>Jakub Ziembinski</dc:creator>
		<pubDate>Wed, 15 May 2013 11:16:12 +0000</pubDate>
		<guid isPermaLink="false">http://blog.venthur.de/?p=403#comment-33124</guid>
		<description><![CDATA[Have you tried enabling HPET both in BIOS and Windows? http://www.neowin.net/forum/topic/1075781-tweak-enable-hpet-in-bios-and-os-for-better-performance-and-fps/]]></description>
		<content:encoded><![CDATA[<p>Have you tried enabling HPET both in BIOS and Windows? <a href="http://www.neowin.net/forum/topic/1075781-tweak-enable-hpet-in-bios-and-os-for-better-performance-and-fps/" rel="nofollow">http://www.neowin.net/forum/topic/1075781-tweak-enable-hpet-in-bios-and-os-for-better-performance-and-fps/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Wee! Wheezy is out (better late than never) by Alien1it</title>
		<link>http://blog.venthur.de/index.php/2013/05/wee-wheezy-is-out-better-late-than-never/#comment-32877</link>
		<dc:creator>Alien1it</dc:creator>
		<pubDate>Sat, 11 May 2013 12:41:18 +0000</pubDate>
		<guid isPermaLink="false">http://blog.venthur.de/?p=395#comment-32877</guid>
		<description><![CDATA[Thanks to all Debian contributors for Wheezy e for next future release.]]></description>
		<content:encoded><![CDATA[<p>Thanks to all Debian contributors for Wheezy e for next future release.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Shiny new iPod Nano 6G&#8230; fffffffuuuuuuuuuuuu by Bastian</title>
		<link>http://blog.venthur.de/index.php/2013/01/shiny-new-ipod-nano-6g-fffffffuuuuuuuuuuuu/#comment-23064</link>
		<dc:creator>Bastian</dc:creator>
		<pubDate>Fri, 08 Feb 2013 10:32:22 +0000</pubDate>
		<guid isPermaLink="false">http://blog.venthur.de/?p=364#comment-23064</guid>
		<description><![CDATA[As mentioned in my post -- this is not an option for users who don&#039;t trust the binary (which comes without the source code!).

Also I tested in in a virtual machine and it does not work correctly. The lib is loaded but I still cannot fill the device with music. If I do the data base is corrupted and the ipod seems to be empty.

I really wish we had the algorithm for the hash so someone could implement a proper library.]]></description>
		<content:encoded><![CDATA[<p>As mentioned in my post &#8212; this is not an option for users who don&#8217;t trust the binary (which comes without the source code!).</p>
<p>Also I tested in in a virtual machine and it does not work correctly. The lib is loaded but I still cannot fill the device with music. If I do the data base is corrupted and the ipod seems to be empty.</p>
<p>I really wish we had the algorithm for the hash so someone could implement a proper library.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Shiny new iPod Nano 6G&#8230; fffffffuuuuuuuuuuuu by Joel</title>
		<link>http://blog.venthur.de/index.php/2013/01/shiny-new-ipod-nano-6g-fffffffuuuuuuuuuuuu/#comment-23016</link>
		<dc:creator>Joel</dc:creator>
		<pubDate>Thu, 07 Feb 2013 20:50:09 +0000</pubDate>
		<guid isPermaLink="false">http://blog.venthur.de/?p=364#comment-23016</guid>
		<description><![CDATA[It works in Banshee Ubuntu 12.04!!!

1. Install libgpod4_0.8.2 and libgpod-common_0.8.2 from http://franck78.ath.cx/

2. Downloaded libhashab.so and in root mode place it in /usr/lib/libgpod and put all permisions to read and write.

3. Enjoy :)]]></description>
		<content:encoded><![CDATA[<p>It works in Banshee Ubuntu 12.04!!!</p>
<p>1. Install libgpod4_0.8.2 and libgpod-common_0.8.2 from <a href="http://franck78.ath.cx/" rel="nofollow">http://franck78.ath.cx/</a></p>
<p>2. Downloaded libhashab.so and in root mode place it in /usr/lib/libgpod and put all permisions to read and write.</p>
<p>3. Enjoy <img src='http://blog.venthur.de/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Synchronizing Google Mail Contacts with Thunderbird by Bastian</title>
		<link>http://blog.venthur.de/index.php/2013/01/synchronizing-google-mail-contacts-with-thunderbird/#comment-22204</link>
		<dc:creator>Bastian</dc:creator>
		<pubDate>Thu, 31 Jan 2013 09:41:14 +0000</pubDate>
		<guid isPermaLink="false">http://blog.venthur.de/?p=388#comment-22204</guid>
		<description><![CDATA[Zindus looks promising, didn&#039;t delete one contact so far :) 

Since the auto-sync intervals are very long, I hope it does some intelligent merging instead of replacing the older version with the newer one, just in case you happen to modify the same contact on Thunderbird and your cell phone within one day.]]></description>
		<content:encoded><![CDATA[<p>Zindus looks promising, didn&#8217;t delete one contact so far <img src='http://blog.venthur.de/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  </p>
<p>Since the auto-sync intervals are very long, I hope it does some intelligent merging instead of replacing the older version with the newer one, just in case you happen to modify the same contact on Thunderbird and your cell phone within one day.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Synchronizing Google Mail Contacts with Thunderbird by Bastian</title>
		<link>http://blog.venthur.de/index.php/2013/01/synchronizing-google-mail-contacts-with-thunderbird/#comment-22203</link>
		<dc:creator>Bastian</dc:creator>
		<pubDate>Thu, 31 Jan 2013 09:39:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.venthur.de/?p=388#comment-22203</guid>
		<description><![CDATA[Sogo didn&#039;t work for me at all. I installed the connector, setup the remote address book -- but nothing happened. Didn&#039;t even ask for my password. The Sync-option is just disabled.]]></description>
		<content:encoded><![CDATA[<p>Sogo didn&#8217;t work for me at all. I installed the connector, setup the remote address book &#8212; but nothing happened. Didn&#8217;t even ask for my password. The Sync-option is just disabled.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Synchronizing Google Mail Contacts with Thunderbird by rupi</title>
		<link>http://blog.venthur.de/index.php/2013/01/synchronizing-google-mail-contacts-with-thunderbird/#comment-22202</link>
		<dc:creator>rupi</dc:creator>
		<pubDate>Thu, 31 Jan 2013 09:36:15 +0000</pubDate>
		<guid isPermaLink="false">http://blog.venthur.de/?p=388#comment-22202</guid>
		<description><![CDATA[sogo connector works pretty well, tested it with several servers. as a bonus it improves lightning as well (it has a pretty good webdav backend)

http://www.sogo.nu/downloads/frontends.html

/rupi]]></description>
		<content:encoded><![CDATA[<p>sogo connector works pretty well, tested it with several servers. as a bonus it improves lightning as well (it has a pretty good webdav backend)</p>
<p><a href="http://www.sogo.nu/downloads/frontends.html" rel="nofollow">http://www.sogo.nu/downloads/frontends.html</a></p>
<p>/rupi</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Synchronizing Google Mail Contacts with Thunderbird by Evgeni</title>
		<link>http://blog.venthur.de/index.php/2013/01/synchronizing-google-mail-contacts-with-thunderbird/#comment-22116</link>
		<dc:creator>Evgeni</dc:creator>
		<pubDate>Wed, 30 Jan 2013 16:28:31 +0000</pubDate>
		<guid isPermaLink="false">http://blog.venthur.de/?p=388#comment-22116</guid>
		<description><![CDATA[+1 for zindus. Works fine here too. No support for postal adresses though.]]></description>
		<content:encoded><![CDATA[<p>+1 for zindus. Works fine here too. No support for postal adresses though.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
