<?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"
	>
<channel>
	<title>Comments for FremLog</title>
	<atom:link href="http://frem.wordpress.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://frem.wordpress.com</link>
	<description>moving forward. in theory.</description>
	<pubDate>Wed, 23 Jul 2008 22:50:53 +0000</pubDate>
	<generator>http://wordpress.org/?v=MU</generator>
		<item>
		<title>Comment on About the Facebook redesign by James</title>
		<link>http://frem.wordpress.com/2008/07/21/about-the-facebook-redesign/#comment-7371</link>
		<dc:creator>James</dc:creator>
		<pubDate>Tue, 22 Jul 2008 06:28:59 +0000</pubDate>
		<guid isPermaLink="false">http://frem.wordpress.com/?p=252#comment-7371</guid>
		<description>With experimentation, it's starting to look like pages linked to from the main page won't load until the ad server is contacted.

Also, it appears WordPress stopped letting blog authors edit/merge their own comments. :-(</description>
		<content:encoded><![CDATA[<p>With experimentation, it&#8217;s starting to look like pages linked to from the main page won&#8217;t load until the ad server is contacted.</p>
<p>Also, it appears WordPress stopped letting blog authors edit/merge their own comments. <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on About the Facebook redesign by James</title>
		<link>http://frem.wordpress.com/2008/07/21/about-the-facebook-redesign/#comment-7370</link>
		<dc:creator>James</dc:creator>
		<pubDate>Tue, 22 Jul 2008 06:24:20 +0000</pubDate>
		<guid isPermaLink="false">http://frem.wordpress.com/?p=252#comment-7370</guid>
		<description>Hey, look what I found!
http://support.mozilla.com/tiki-view_forum_thread.php?locale=tr&#38;comments_parentId=78658&#38;forumId=1

People on all platforms are having this issues and the solution is (drumroll please)…

Disabling Adblock! D-:</description>
		<content:encoded><![CDATA[<p>Hey, look what I found!<br />
<a href="http://support.mozilla.com/tiki-view_forum_thread.php?locale=tr&amp;comments_parentId=78658&amp;forumId=1" rel="nofollow">http://support.mozilla.com/tiki-view_forum_thread.php?locale=tr&amp;comments_parentId=78658&amp;forumId=1</a></p>
<p>People on all platforms are having this issues and the solution is (drumroll please)…</p>
<p>Disabling Adblock! D-:</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on About the Facebook redesign by James</title>
		<link>http://frem.wordpress.com/2008/07/21/about-the-facebook-redesign/#comment-7368</link>
		<dc:creator>James</dc:creator>
		<pubDate>Tue, 22 Jul 2008 06:20:19 +0000</pubDate>
		<guid isPermaLink="false">http://frem.wordpress.com/?p=252#comment-7368</guid>
		<description>So it does work with the Windows version? Very odd. Yeah, I guess that would make it a Linux Firefox bug.

They appear to be using some sort of prefetching or redirection javascript. It generates URLs like:
http://www.new.facebook.com/home.php?ref=logo#/profile.php?id=0000000000&#38;ref=nf#wall

Which is actually a pretty strange URL, since hashes usually refer to a subsection of a page, not a completely different page.</description>
		<content:encoded><![CDATA[<p>So it does work with the Windows version? Very odd. Yeah, I guess that would make it a Linux Firefox bug.</p>
<p>They appear to be using some sort of prefetching or redirection javascript. It generates URLs like:<br />
<a href="http://www.new.facebook.com/home.php?ref=logo#/profile.php?id=0000000000&amp;ref=nf#wall" rel="nofollow">http://www.new.facebook.com/home.php?ref=logo#/profile.php?id=0000000000&amp;ref=nf#wall</a></p>
<p>Which is actually a pretty strange URL, since hashes usually refer to a subsection of a page, not a completely different page.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on About the Facebook redesign by Ben Leggett</title>
		<link>http://frem.wordpress.com/2008/07/21/about-the-facebook-redesign/#comment-7367</link>
		<dc:creator>Ben Leggett</dc:creator>
		<pubDate>Tue, 22 Jul 2008 06:05:36 +0000</pubDate>
		<guid isPermaLink="false">http://frem.wordpress.com/?p=252#comment-7367</guid>
		<description>If it works with the Windows version of Firefox, but not the Linux version, wouldn't that be a Firefox issue? Firefox should display/render the same on all platforms. If it doesn't, that's not Facebook's problem, it's Mozilla's. Or am I missing something here?</description>
		<content:encoded><![CDATA[<p>If it works with the Windows version of Firefox, but not the Linux version, wouldn&#8217;t that be a Firefox issue? Firefox should display/render the same on all platforms. If it doesn&#8217;t, that&#8217;s not Facebook&#8217;s problem, it&#8217;s Mozilla&#8217;s. Or am I missing something here?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Summer of Code II: Code Harder by Elijah Lofgren</title>
		<link>http://frem.wordpress.com/2008/07/16/summer-of-code-ii-code-harder/#comment-7366</link>
		<dc:creator>Elijah Lofgren</dc:creator>
		<pubDate>Sat, 19 Jul 2008 14:11:50 +0000</pubDate>
		<guid isPermaLink="false">http://frem.wordpress.com/?p=249#comment-7366</guid>
		<description>Sounds like you're continuing to make progress. Keep pressing on!

I just found out yesterday that I wasn't doing enough security checks in my image service web app. I hadn't thought of limiting URL length as a guard against possible buffer overflows. Oops! Live and learn. I guess. I just need to learn to take these things in stride better. ;)</description>
		<content:encoded><![CDATA[<p>Sounds like you&#8217;re continuing to make progress. Keep pressing on!</p>
<p>I just found out yesterday that I wasn&#8217;t doing enough security checks in my image service web app. I hadn&#8217;t thought of limiting URL length as a guard against possible buffer overflows. Oops! Live and learn. I guess. I just need to learn to take these things in stride better. <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Read Your Exchange Emails With Gmail by James</title>
		<link>http://frem.wordpress.com/2007/04/08/read-your-exchange-emails-with-gmail/#comment-7365</link>
		<dc:creator>James</dc:creator>
		<pubDate>Fri, 18 Jul 2008 19:21:26 +0000</pubDate>
		<guid isPermaLink="false">http://frem.wordpress.com/2007/04/08/read-your-exchange-emails-with-gmail/#comment-7365</guid>
		<description>The Exchange server administrator needs to have enabled POP for this to function. Without it, there's not much you can do, sorry. :-(</description>
		<content:encoded><![CDATA[<p>The Exchange server administrator needs to have enabled POP for this to function. Without it, there&#8217;s not much you can do, sorry. <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Read Your Exchange Emails With Gmail by Jtread</title>
		<link>http://frem.wordpress.com/2007/04/08/read-your-exchange-emails-with-gmail/#comment-7364</link>
		<dc:creator>Jtread</dc:creator>
		<pubDate>Fri, 18 Jul 2008 13:30:23 +0000</pubDate>
		<guid isPermaLink="false">http://frem.wordpress.com/2007/04/08/read-your-exchange-emails-with-gmail/#comment-7364</guid>
		<description>I'm sorry to say I tried it and it's not working for me ! - I'm not sure why.</description>
		<content:encoded><![CDATA[<p>I&#8217;m sorry to say I tried it and it&#8217;s not working for me ! - I&#8217;m not sure why.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A problem with the Thunderbird feed reader by Memperbaiki Feed Reader di Thunderbird &#124; Thunderbird RSS Problem &#124; Deny Sri Supriyono</title>
		<link>http://frem.wordpress.com/2006/06/23/a-problem-with-the-thunderbird-feed-reader/#comment-7360</link>
		<dc:creator>Memperbaiki Feed Reader di Thunderbird &#124; Thunderbird RSS Problem &#124; Deny Sri Supriyono</dc:creator>
		<pubDate>Thu, 17 Jul 2008 19:31:22 +0000</pubDate>
		<guid isPermaLink="false">https://frem.wordpress.com/2006/06/23/a-problem-with-the-thunderbird-feed-reader/#comment-7360</guid>
		<description>[...] Akhirnya, setelah mencari di Google — saya menemukan solusinya dari komentar yang ada di website ini. [...]</description>
		<content:encoded><![CDATA[<p>[...] Akhirnya, setelah mencari di Google — saya menemukan solusinya dari komentar yang ada di website ini. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Is piracy theft? by James</title>
		<link>http://frem.wordpress.com/2006/01/17/is-piracy-theft/#comment-7359</link>
		<dc:creator>James</dc:creator>
		<pubDate>Thu, 17 Jul 2008 00:10:51 +0000</pubDate>
		<guid isPermaLink="false">http://frem.wordpress.com/2006/01/17/is-piracy-theft/#comment-7359</guid>
		<description>To OGRastamon: 
'Piracy' is not true piracy just as 'hacking' is not true hacking of the days or yore. It's a covenant term society likes to use. We all know what it means as relates to technology, even if we believe there are more suitable expressions.

There's noting implicitly illegal with file sharing. What you &lt;i&gt;think&lt;/i&gt; copyright law should be is irrelevant. You do a great job backing up your selfish moral views on the subject, by the way.

In your second paragraph, you also do a great job using a subjective definition, appealing to pathos, AND calling to the reader's attention to an irrelevant event. No lives are being saved by piracy, troll.


Call me a suppressor of free speech and a tool of the man, but as moderator and overseer of my domain, I think that this discussion has degraded sufficiently and should be retired for the moment. Thank you for your participation.</description>
		<content:encoded><![CDATA[<p>To OGRastamon:<br />
&#8216;Piracy&#8217; is not true piracy just as &#8216;hacking&#8217; is not true hacking of the days or yore. It&#8217;s a covenant term society likes to use. We all know what it means as relates to technology, even if we believe there are more suitable expressions.</p>
<p>There&#8217;s noting implicitly illegal with file sharing. What you <i>think</i> copyright law should be is irrelevant. You do a great job backing up your selfish moral views on the subject, by the way.</p>
<p>In your second paragraph, you also do a great job using a subjective definition, appealing to pathos, AND calling to the reader&#8217;s attention to an irrelevant event. No lives are being saved by piracy, troll.</p>
<p>Call me a suppressor of free speech and a tool of the man, but as moderator and overseer of my domain, I think that this discussion has degraded sufficiently and should be retired for the moment. Thank you for your participation.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Is piracy theft? by OGRastamon</title>
		<link>http://frem.wordpress.com/2006/01/17/is-piracy-theft/#comment-7358</link>
		<dc:creator>OGRastamon</dc:creator>
		<pubDate>Wed, 16 Jul 2008 23:48:54 +0000</pubDate>
		<guid isPermaLink="false">http://frem.wordpress.com/2006/01/17/is-piracy-theft/#comment-7358</guid>
		<description>To James:

I didn't use those analogies because they were illegal but because they weren't. Just as file sharing should NOT be.

'Bootlegging' is a fine word. It makes me think of all the lives that were saved from wood grain alcohol once Prohibition was lifted.</description>
		<content:encoded><![CDATA[<p>To James:</p>
<p>I didn&#8217;t use those analogies because they were illegal but because they weren&#8217;t. Just as file sharing should NOT be.</p>
<p>&#8216;Bootlegging&#8217; is a fine word. It makes me think of all the lives that were saved from wood grain alcohol once Prohibition was lifted.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
