<?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 Bloggy</title>
	<atom:link href="http://www.purinchu.net/wp/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.purinchu.net/wp</link>
	<description>The answer to life, the universe, and everything</description>
	<lastBuildDate>Mon, 07 Jan 2013 23:39:57 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>Comment on JuK Supports Opus Codec (sort of) by mpyne</title>
		<link>http://www.purinchu.net/wp/2013/01/06/juk-supports-opus-codec-sort-of/comment-page-1/#comment-6887</link>
		<dc:creator>mpyne</dc:creator>
		<pubDate>Mon, 07 Jan 2013 23:39:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.purinchu.net/wp/?p=758#comment-6887</guid>
		<description><![CDATA[CTown: Vorbis is still supported, and you&#039;re right that Opus was developed mostly in order to support low-latency operation (such as for real-time streaming). However the codec is not limited to real-time streaming (it has support for VoIP, &quot;normal audio&quot;, and one other mode I forget), and in fact is much improved compared to Vorbis even on functions Vorbis was specifically intended for. Additionally the audio can be streamed from storage on disk (e.g. recording a podcast for later streaming online) so there has to be a file format for Opus as well.

That file format is Ogg (the combination is Ogg Opus) and since you may see it around I wanted to make sure JuK could play it and manage whatever metadata Taglib supports.]]></description>
		<content:encoded><![CDATA[<p>CTown: Vorbis is still supported, and you&#8217;re right that Opus was developed mostly in order to support low-latency operation (such as for real-time streaming). However the codec is not limited to real-time streaming (it has support for VoIP, &#8220;normal audio&#8221;, and one other mode I forget), and in fact is much improved compared to Vorbis even on functions Vorbis was specifically intended for. Additionally the audio can be streamed from storage on disk (e.g. recording a podcast for later streaming online) so there has to be a file format for Opus as well.</p>
<p>That file format is Ogg (the combination is Ogg Opus) and since you may see it around I wanted to make sure JuK could play it and manage whatever metadata Taglib supports.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on JuK Supports Opus Codec (sort of) by CTown</title>
		<link>http://www.purinchu.net/wp/2013/01/06/juk-supports-opus-codec-sort-of/comment-page-1/#comment-6885</link>
		<dc:creator>CTown</dc:creator>
		<pubDate>Sun, 06 Jan 2013 20:21:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.purinchu.net/wp/?p=758#comment-6885</guid>
		<description><![CDATA[While, I&#039;m glad to see that Juk is still getting updates, I&#039;m still confused over Opus support in Juk. Isn&#039;t Voribis the &quot;open and rolyalty-free general purpose&quot; audio codec, while Opus is meant for streaming live conversations (VoIP)? If Opus is also being used for music, what is the point of Vorbis, now? I&#039;m just wondering since the same organization host both of these codecs.]]></description>
		<content:encoded><![CDATA[<p>While, I&#8217;m glad to see that Juk is still getting updates, I&#8217;m still confused over Opus support in Juk. Isn&#8217;t Voribis the &#8220;open and rolyalty-free general purpose&#8221; audio codec, while Opus is meant for streaming live conversations (VoIP)? If Opus is also being used for music, what is the point of Vorbis, now? I&#8217;m just wondering since the same organization host both of these codecs.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Oh fun by logging out of $SESSION &#124; The Technical Blog of James</title>
		<link>http://www.purinchu.net/wp/2009/06/12/oh-fun/comment-page-1/#comment-6883</link>
		<dc:creator>logging out of $SESSION &#124; The Technical Blog of James</dc:creator>
		<pubDate>Fri, 04 Jan 2013 05:11:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.purinchu.net/wp/?p=459#comment-6883</guid>
		<description><![CDATA[[...] is that this is gnome specific, and you need different code for kde, and each other DE. thanks to http://www.purinchu.net/wp/2009/06/12/oh-fun/ for the kde version of the [...]]]></description>
		<content:encoded><![CDATA[<p>[...] is that this is gnome specific, and you need different code for kde, and each other DE. thanks to <a href="http://www.purinchu.net/wp/2009/06/12/oh-fun/" rel="nofollow">http://www.purinchu.net/wp/2009/06/12/oh-fun/</a> for the kde version of the [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The future of kdesrc-build by Sam Danza</title>
		<link>http://www.purinchu.net/wp/2012/05/06/the-future-of-kdesrc-build/comment-page-1/#comment-6869</link>
		<dc:creator>Sam Danza</dc:creator>
		<pubDate>Thu, 20 Dec 2012 15:29:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.purinchu.net/wp/?p=734#comment-6869</guid>
		<description><![CDATA[You really need support for build configurations

Example: Release, Debug, RelWithDebInfo

each need different build directories, install directories, enviornment options, build flags and such (though just supporting -DCMAKE_BUILD_TYPE= is usually enough)

I already accomplish the same thing with different rc files and the -rc-file option but it&#039;s tedious, as I need to keep them in sync with each other on every change.
A better solution is to say

build-dir=/path/to/build-dir

is default build dir, whereas each of the following override:
build-dir[Release]=/path/to/release
build-dir[Debug]=/path/to/debug

and such. Supporting every variable like this seems like a good way to go.]]></description>
		<content:encoded><![CDATA[<p>You really need support for build configurations</p>
<p>Example: Release, Debug, RelWithDebInfo</p>
<p>each need different build directories, install directories, enviornment options, build flags and such (though just supporting -DCMAKE_BUILD_TYPE= is usually enough)</p>
<p>I already accomplish the same thing with different rc files and the -rc-file option but it&#8217;s tedious, as I need to keep them in sync with each other on every change.<br />
A better solution is to say</p>
<p>build-dir=/path/to/build-dir</p>
<p>is default build dir, whereas each of the following override:<br />
build-dir[Release]=/path/to/release<br />
build-dir[Debug]=/path/to/debug</p>
<p>and such. Supporting every variable like this seems like a good way to go.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Review request: kdesrc-build login session script by Jan</title>
		<link>http://www.purinchu.net/wp/2012/11/11/review-request-kdesrc-build-login-session-script/comment-page-1/#comment-6778</link>
		<dc:creator>Jan</dc:creator>
		<pubDate>Mon, 12 Nov 2012 17:58:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.purinchu.net/wp/?p=753#comment-6778</guid>
		<description><![CDATA[It&#039;s nice to hear that you&#039;re adopting it. :)

I have to disagree on the complexity though. The xdg spec is one of the simplest specs on freedesktop.org imho. In shell syntax it&#039;s nothing more than doing
    XDG_CONFIG_HOME=&quot;${XDG_CONFIG_HOME:-$HOME./config}&quot;
    XDG_DATA_DIRS=&quot;${XDG_DATA_DIRS:$HOME/.local/share}&quot;
to make sure those two are read and set properly. And if you already have code that reads stuff from several paths, it should only be a matter of appending the proper var onto it.

And yeah, I know that it&#039;s too late for .xsession.]]></description>
		<content:encoded><![CDATA[<p>It&#8217;s nice to hear that you&#8217;re adopting it. :)</p>
<p>I have to disagree on the complexity though. The xdg spec is one of the simplest specs on freedesktop.org imho. In shell syntax it&#8217;s nothing more than doing<br />
    XDG_CONFIG_HOME=&#8221;${XDG_CONFIG_HOME:-$HOME./config}&#8221;<br />
    XDG_DATA_DIRS=&#8221;${XDG_DATA_DIRS:$HOME/.local/share}&#8221;<br />
to make sure those two are read and set properly. And if you already have code that reads stuff from several paths, it should only be a matter of appending the proper var onto it.</p>
<p>And yeah, I know that it&#8217;s too late for .xsession.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Review request: kdesrc-build login session script by Ralf</title>
		<link>http://www.purinchu.net/wp/2012/11/11/review-request-kdesrc-build-login-session-script/comment-page-1/#comment-6775</link>
		<dc:creator>Ralf</dc:creator>
		<pubDate>Mon, 12 Nov 2012 09:14:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.purinchu.net/wp/?p=753#comment-6775</guid>
		<description><![CDATA[In my setup, I am using .xsessionrc to set up the environment variables, and .xsession only contains the &quot;exec startkde&quot;. The problem with doing it all in .xsession is that this file will be executed when dbus, gpg-agent etc. are already running, so they may use the wrong folders for their settings, the pinentry-qt window will use the wrong Qt installation (it&#039;s started by gpg-agent and inherits its environment), and maybe more.
I got the documentation on this up-to-date a year ago or so, but someone moved it around in techbase so the links in the &quot;Getting started&quot; tutorials are broken now: http://techbase.kde.org/Archive:Getting_Started/Run/Full_Session]]></description>
		<content:encoded><![CDATA[<p>In my setup, I am using .xsessionrc to set up the environment variables, and .xsession only contains the &#8220;exec startkde&#8221;. The problem with doing it all in .xsession is that this file will be executed when dbus, gpg-agent etc. are already running, so they may use the wrong folders for their settings, the pinentry-qt window will use the wrong Qt installation (it&#8217;s started by gpg-agent and inherits its environment), and maybe more.<br />
I got the documentation on this up-to-date a year ago or so, but someone moved it around in techbase so the links in the &#8220;Getting started&#8221; tutorials are broken now: <a href="http://techbase.kde.org/Archive:Getting_Started/Run/Full_Session" rel="nofollow">http://techbase.kde.org/Archive:Getting_Started/Run/Full_Session</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Review request: kdesrc-build login session script by mpyne</title>
		<link>http://www.purinchu.net/wp/2012/11/11/review-request-kdesrc-build-login-session-script/comment-page-1/#comment-6771</link>
		<dc:creator>mpyne</dc:creator>
		<pubDate>Sun, 11 Nov 2012 22:34:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.purinchu.net/wp/?p=753#comment-6771</guid>
		<description><![CDATA[Actually Jan I&#039;m glad you mention that... one of the other things I had to implement was making sure kdesrc-build knows to search the XDG directories for the sample templates in addition to its own source directory to allow for this to work even with an &quot;installed&quot; kdesrc-build.

There&#039;s no way to avoid having to locate ~/.xsession where it is but I&#039;m not completely opposed to moving the other two files (even if it is just moving pollution from one spot to the other... :P)

&lt;blockquote&gt;The spec was created for a reason, you know.&lt;/blockquote&gt;

The nice thing about specs is that there are so many to choose from. But in all seriousness, the spec increases the fragility of a solution to this as now it relies on environment variables being properly set, and on the script using correct defaults if they&#039;re not set. And although I&#039;m aware of the issue, that doesn&#039;t change the fact that it is yet another possible failure mode, which is something you have to consider when deciding whether to pick up and adopt a spec or not.]]></description>
		<content:encoded><![CDATA[<p>Actually Jan I&#8217;m glad you mention that&#8230; one of the other things I had to implement was making sure kdesrc-build knows to search the XDG directories for the sample templates in addition to its own source directory to allow for this to work even with an &#8220;installed&#8221; kdesrc-build.</p>
<p>There&#8217;s no way to avoid having to locate ~/.xsession where it is but I&#8217;m not completely opposed to moving the other two files (even if it is just moving pollution from one spot to the other&#8230; :P)</p>
<blockquote><p>The spec was created for a reason, you know.</p></blockquote>
<p>The nice thing about specs is that there are so many to choose from. But in all seriousness, the spec increases the fragility of a solution to this as now it relies on environment variables being properly set, and on the script using correct defaults if they&#8217;re not set. And although I&#8217;m aware of the issue, that doesn&#8217;t change the fact that it is yet another possible failure mode, which is something you have to consider when deciding whether to pick up and adopt a spec or not.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Review request: kdesrc-build login session script by Jan</title>
		<link>http://www.purinchu.net/wp/2012/11/11/review-request-kdesrc-build-login-session-script/comment-page-1/#comment-6755</link>
		<dc:creator>Jan</dc:creator>
		<pubDate>Sun, 11 Nov 2012 09:53:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.purinchu.net/wp/?p=753#comment-6755</guid>
		<description><![CDATA[Why pollute $HOME with more dot-files? I really wish more people would honor $XDG_CONFIG_HOME and $XDG_DATA_HOME for stuff that needs to be hidden from users. The spec was created for a reason, you know.]]></description>
		<content:encoded><![CDATA[<p>Why pollute $HOME with more dot-files? I really wish more people would honor $XDG_CONFIG_HOME and $XDG_DATA_HOME for stuff that needs to be hidden from users. The spec was created for a reason, you know.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on XFS has got to go by Edward</title>
		<link>http://www.purinchu.net/wp/2009/05/25/xfs-has-got-to-go/comment-page-1/#comment-6697</link>
		<dc:creator>Edward</dc:creator>
		<pubDate>Mon, 30 Jul 2012 04:02:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.purinchu.net/wp/?p=436#comment-6697</guid>
		<description><![CDATA[Technically XFS is a extremely good filesystem. You really don&#039;t want to have half baked data written to disk before metadata saying its done.

However, barriers came about due to disks having their own caches, although, they do not guarantee that flush transactions happen in-order^[1].

If you use RAID you should consider getting a proper RAID controller *and* disabling the disk caching by the RAID firmware!

Also, you may like to also have a look at JFS. I use XFS and JFS almost exclusively on Linux (apart from /boot which is ext2). On Solaris &amp; FreeBSD, I use ZFS, ZFS is however a very heavy handed FS and is only really useful on real iron imho.

Cheers,

[1] - http://xfs.org/index.php/XFS_FAQ#Q:_Why_do_I_see_binary_NULLS_in_some_files_after_recovery_when_I_unplugged_the_power.3F]]></description>
		<content:encoded><![CDATA[<p>Technically XFS is a extremely good filesystem. You really don&#8217;t want to have half baked data written to disk before metadata saying its done.</p>
<p>However, barriers came about due to disks having their own caches, although, they do not guarantee that flush transactions happen in-order^[1].</p>
<p>If you use RAID you should consider getting a proper RAID controller *and* disabling the disk caching by the RAID firmware!</p>
<p>Also, you may like to also have a look at JFS. I use XFS and JFS almost exclusively on Linux (apart from /boot which is ext2). On Solaris &amp; FreeBSD, I use ZFS, ZFS is however a very heavy handed FS and is only really useful on real iron imho.</p>
<p>Cheers,</p>
<p>[1] &#8211; <a href="http://xfs.org/index.php/XFS_FAQ#Q:_Why_do_I_see_binary_NULLS_in_some_files_after_recovery_when_I_unplugged_the_power.3F" rel="nofollow">http://xfs.org/index.php/XFS_FAQ#Q:_Why_do_I_see_binary_NULLS_in_some_files_after_recovery_when_I_unplugged_the_power.3F</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Timing belts by mpyne</title>
		<link>http://www.purinchu.net/wp/2010/07/06/timing-belts/comment-page-1/#comment-6696</link>
		<dc:creator>mpyne</dc:creator>
		<pubDate>Fri, 27 Jul 2012 02:34:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.purinchu.net/wp/?p=641#comment-6696</guid>
		<description><![CDATA[As I indicated in the post, I never did find the full text. What I was able to find was just by Google searching and reading various forum complaints about it. Good luck though!]]></description>
		<content:encoded><![CDATA[<p>As I indicated in the post, I never did find the full text. What I was able to find was just by Google searching and reading various forum complaints about it. Good luck though!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->