<?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/"
	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>Comments for (mod :world :scode)</title>
	<atom:link href="http://worldmodscode.wordpress.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://worldmodscode.wordpress.com</link>
	<description>The world as seen by scode (that&#039;s me - @scode on twitter)</description>
	<lastBuildDate>Fri, 21 Dec 2012 07:44:51 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>Comment on The Java ByteBuffer &#8211; a crash course by p1erz (@p1erz)</title>
		<link>http://worldmodscode.wordpress.com/2012/12/14/the-java-bytebuffer-a-crash-course/#comment-161</link>
		<dc:creator><![CDATA[p1erz (@p1erz)]]></dc:creator>
		<pubDate>Fri, 21 Dec 2012 07:44:51 +0000</pubDate>
		<guid isPermaLink="false">http://worldmodscode.wordpress.com/?p=104#comment-161</guid>
		<description><![CDATA[Excellent article, I&#039;ll now use .duplicate() instead of the dirty .mark()/.reset()]]></description>
		<content:encoded><![CDATA[<p>Excellent article, I&#8217;ll now use .duplicate() instead of the dirty .mark()/.reset()</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The Java ByteBuffer &#8211; a crash course by Bart Teeuwisse</title>
		<link>http://worldmodscode.wordpress.com/2012/12/14/the-java-bytebuffer-a-crash-course/#comment-157</link>
		<dc:creator><![CDATA[Bart Teeuwisse]]></dc:creator>
		<pubDate>Wed, 19 Dec 2012 16:45:14 +0000</pubDate>
		<guid isPermaLink="false">http://worldmodscode.wordpress.com/?p=104#comment-157</guid>
		<description><![CDATA[Thanks for the write up Peter.]]></description>
		<content:encoded><![CDATA[<p>Thanks for the write up Peter.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The Java ByteBuffer &#8211; a crash course by Peter Schuller</title>
		<link>http://worldmodscode.wordpress.com/2012/12/14/the-java-bytebuffer-a-crash-course/#comment-146</link>
		<dc:creator><![CDATA[Peter Schuller]]></dc:creator>
		<pubDate>Sat, 15 Dec 2012 20:34:20 +0000</pubDate>
		<guid isPermaLink="false">http://worldmodscode.wordpress.com/?p=104#comment-146</guid>
		<description><![CDATA[Thanks! I fixed the diagram.]]></description>
		<content:encoded><![CDATA[<p>Thanks! I fixed the diagram.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Practical Garbage Collection, part 1 &#8211; Introduction by Dan</title>
		<link>http://worldmodscode.wordpress.com/2011/12/26/practical-garbage-collection-part-1-introduction/#comment-145</link>
		<dc:creator><![CDATA[Dan]]></dc:creator>
		<pubDate>Sat, 15 Dec 2012 20:25:02 +0000</pubDate>
		<guid isPermaLink="false">http://worldmodscode.wordpress.com/?p=69#comment-145</guid>
		<description><![CDATA[I liked the article as a overview of the JVM collector types. The additional GC log settings are good to see too. A reference to the visualvm gc plugin would be good. It requires running jstatsd and gives a lot of graphical insight into how your collectors are functioning; Oracle covers this in their intro tutorial [1]. Also, Jon Masamitsu&#039;s blog [2] is a fantastic resource for all things JVM GC. I really recommend looking at that after this blog to get a lot deeper into what the JVM is doing during GC.

[1] http://www.oracle.com/webfolder/technetwork/tutorials/obe/java/gc01/index.html
[2] https://blogs.oracle.com/jonthecollector/]]></description>
		<content:encoded><![CDATA[<p>I liked the article as a overview of the JVM collector types. The additional GC log settings are good to see too. A reference to the visualvm gc plugin would be good. It requires running jstatsd and gives a lot of graphical insight into how your collectors are functioning; Oracle covers this in their intro tutorial [1]. Also, Jon Masamitsu&#8217;s blog [2] is a fantastic resource for all things JVM GC. I really recommend looking at that after this blog to get a lot deeper into what the JVM is doing during GC.</p>
<p>[1] <a href="http://www.oracle.com/webfolder/technetwork/tutorials/obe/java/gc01/index.html" rel="nofollow">http://www.oracle.com/webfolder/technetwork/tutorials/obe/java/gc01/index.html</a><br />
[2] <a href="https://blogs.oracle.com/jonthecollector/" rel="nofollow">https://blogs.oracle.com/jonthecollector/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The Java ByteBuffer &#8211; a crash course by kinkfisher</title>
		<link>http://worldmodscode.wordpress.com/2012/12/14/the-java-bytebuffer-a-crash-course/#comment-143</link>
		<dc:creator><![CDATA[kinkfisher]]></dc:creator>
		<pubDate>Sat, 15 Dec 2012 19:31:50 +0000</pubDate>
		<guid isPermaLink="false">http://worldmodscode.wordpress.com/?p=104#comment-143</guid>
		<description><![CDATA[Good article. I certainly have been guilty of a couple of these &quot;crimes&quot;... BTW, a minor error in your diagrams: The position of the &quot;other&quot; buffer in the second image should be 6 instead of 2.]]></description>
		<content:encoded><![CDATA[<p>Good article. I certainly have been guilty of a couple of these &#8220;crimes&#8221;&#8230; BTW, a minor error in your diagrams: The position of the &#8220;other&#8221; buffer in the second image should be 6 instead of 2.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Ending the dark age of telecom with the help of Google by Peter Schuller</title>
		<link>http://worldmodscode.wordpress.com/2012/11/17/ending-the-dark-age-of-telecom-with-the-help-of-google/#comment-130</link>
		<dc:creator><![CDATA[Peter Schuller]]></dc:creator>
		<pubDate>Mon, 19 Nov 2012 01:19:02 +0000</pubDate>
		<guid isPermaLink="false">http://worldmodscode.wordpress.com/?p=100#comment-130</guid>
		<description><![CDATA[Yeah, what I&#039;m describing is very much the US model. I&#039;m not up to date on the status in Sweden, though I remember the system slowly creeping towards more lock-in.

In terms of quality; a cell phone call is the worst possible way for me to communicate with anyone since moving to the US. I don&#039;t know why since it&#039;s presumably the same technology, but quality has just been completely useless to the point that I am frustrated every time I&#039;m on the phone with someone.

In terms of Skype; it seems to work fine over LTE. I&#039;ve also used Google Voice over LTE (actual VoIP, not the Google Voice integration with the phone which uses the carrier for the calls). My experience thus far has been good, although I can&#039;t claim significant experience since I make most calls from the desktop.

It&#039;ll be interesting to see what works and not on HSPA+ on T-Mobile, once I get my hands on a Nexus 4 and switch providers.

I certainly buy the argument in theory that a quality drop may be the result of low prices. But, (1) I&#039;m not seeing the good quality, and (2) it&#039;s not really about low prices, but about freedom and paying for what you actually use and care about. For example, instead of $40/month for &quot;minutes&quot;, I&#039;d prefer to pay the same amount for data - and then be allowed to use it without restrictions.]]></description>
		<content:encoded><![CDATA[<p>Yeah, what I&#8217;m describing is very much the US model. I&#8217;m not up to date on the status in Sweden, though I remember the system slowly creeping towards more lock-in.</p>
<p>In terms of quality; a cell phone call is the worst possible way for me to communicate with anyone since moving to the US. I don&#8217;t know why since it&#8217;s presumably the same technology, but quality has just been completely useless to the point that I am frustrated every time I&#8217;m on the phone with someone.</p>
<p>In terms of Skype; it seems to work fine over LTE. I&#8217;ve also used Google Voice over LTE (actual VoIP, not the Google Voice integration with the phone which uses the carrier for the calls). My experience thus far has been good, although I can&#8217;t claim significant experience since I make most calls from the desktop.</p>
<p>It&#8217;ll be interesting to see what works and not on HSPA+ on T-Mobile, once I get my hands on a Nexus 4 and switch providers.</p>
<p>I certainly buy the argument in theory that a quality drop may be the result of low prices. But, (1) I&#8217;m not seeing the good quality, and (2) it&#8217;s not really about low prices, but about freedom and paying for what you actually use and care about. For example, instead of $40/month for &#8220;minutes&#8221;, I&#8217;d prefer to pay the same amount for data &#8211; and then be allowed to use it without restrictions.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Ending the dark age of telecom with the help of Google by Thomas</title>
		<link>http://worldmodscode.wordpress.com/2012/11/17/ending-the-dark-age-of-telecom-with-the-help-of-google/#comment-129</link>
		<dc:creator><![CDATA[Thomas]]></dc:creator>
		<pubDate>Sun, 18 Nov 2012 23:36:34 +0000</pubDate>
		<guid isPermaLink="false">http://worldmodscode.wordpress.com/?p=100#comment-129</guid>
		<description><![CDATA[I&#039;m probably the last person you&#039;d expect to disagree with you, but one counter argument is that for at least VoIP vs mobile telecoms they are trying to prevent a certain race to the bottom.

Example:
The phone companies give you less quality over the years (cf analog mobile) (albeit to lower prices over the years), and they are greedy monsters.
VoIP providers lower prices (but give you less quality, e.g. problems connecting), and they are freedom fighters of the communications era.

Telecoms can&#039;t compete with Skype on mobile on price, because Skype on mobile sucks ass compared to vanilla mobile voice calls.

Separate:
Seems to me that you&#039;re ranting against the US model, and don&#039;t have as much problems with the European one.]]></description>
		<content:encoded><![CDATA[<p>I&#8217;m probably the last person you&#8217;d expect to disagree with you, but one counter argument is that for at least VoIP vs mobile telecoms they are trying to prevent a certain race to the bottom.</p>
<p>Example:<br />
The phone companies give you less quality over the years (cf analog mobile) (albeit to lower prices over the years), and they are greedy monsters.<br />
VoIP providers lower prices (but give you less quality, e.g. problems connecting), and they are freedom fighters of the communications era.</p>
<p>Telecoms can&#8217;t compete with Skype on mobile on price, because Skype on mobile sucks ass compared to vanilla mobile voice calls.</p>
<p>Separate:<br />
Seems to me that you&#8217;re ranting against the US model, and don&#8217;t have as much problems with the European one.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Solving the EULA problem by Pär Lannerö</title>
		<link>http://worldmodscode.wordpress.com/2011/12/04/solving-the-eula-problem/#comment-126</link>
		<dc:creator><![CDATA[Pär Lannerö]]></dc:creator>
		<pubDate>Tue, 13 Mar 2012 18:11:13 +0000</pubDate>
		<guid isPermaLink="false">http://worldmodscode.wordpress.com/?p=56#comment-126</guid>
		<description><![CDATA[Vsevolod: have a look here for Creative commons-like projects attempting this: http://wiki.creativecommons.org/Cc-inspired_projects_for_Terms_of_Service_and_Privacy_policies]]></description>
		<content:encoded><![CDATA[<p>Vsevolod: have a look here for Creative commons-like projects attempting this: <a href="http://wiki.creativecommons.org/Cc-inspired_projects_for_Terms_of_Service_and_Privacy_policies" rel="nofollow">http://wiki.creativecommons.org/Cc-inspired_projects_for_Terms_of_Service_and_Privacy_policies</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Solving the EULA problem by Vsevolod</title>
		<link>http://worldmodscode.wordpress.com/2011/12/04/solving-the-eula-problem/#comment-125</link>
		<dc:creator><![CDATA[Vsevolod]]></dc:creator>
		<pubDate>Tue, 13 Mar 2012 14:15:00 +0000</pubDate>
		<guid isPermaLink="false">http://worldmodscode.wordpress.com/?p=56#comment-125</guid>
		<description><![CDATA[What do you think about Creative Commons? It looks similar to your suggestion. Or at least could be expanded for them, I think.]]></description>
		<content:encoded><![CDATA[<p>What do you think about Creative Commons? It looks similar to your suggestion. Or at least could be expanded for them, I think.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Solving the EULA problem by Peter Schuller</title>
		<link>http://worldmodscode.wordpress.com/2011/12/04/solving-the-eula-problem/#comment-124</link>
		<dc:creator><![CDATA[Peter Schuller]]></dc:creator>
		<pubDate>Fri, 09 Mar 2012 11:36:11 +0000</pubDate>
		<guid isPermaLink="false">http://worldmodscode.wordpress.com/?p=56#comment-124</guid>
		<description><![CDATA[You can E-Mail me (peter.schuller@infidyne.com) and we&#039;ll take it from there.]]></description>
		<content:encoded><![CDATA[<p>You can E-Mail me (peter.schuller@infidyne.com) and we&#8217;ll take it from there.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
