<?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 Streaky's Blog</title>
	<atom:link href="http://mybrokenlogic.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://mybrokenlogic.com</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Wed, 01 Sep 2010 11:09:34 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>Comment on Next Generation Pastebins by streaky</title>
		<link>http://mybrokenlogic.com/2010/03/06/next-generation-pastebins/comment-page-1/#comment-144</link>
		<dc:creator>streaky</dc:creator>
		<pubDate>Wed, 01 Sep 2010 11:09:34 +0000</pubDate>
		<guid isPermaLink="false">http://mybrokenlogic.com/?p=47#comment-144</guid>
		<description>I have seen it, played with it. It&#039;s definitely got potential. When I first looked at it I was looking for something a bit richer for the main static paste some text and &#039;let me get on with&#039; it interface, I decided it was a bit chunky.

That said, for a collaborative interface it obviously matters less about the weight of the thing and is on my list. The server stuff I may rewrite but the client side is well put together.

gist.github.com is a great tool, though for most people&#039;s needs of course it&#039;s too much. Most of the traffic paste2 gets isn&#039;t even code so there&#039;s room for a middle ground. Most people who use paste2 probably don&#039;t know what git is and probably don&#039;t care so a pure dev solution probably isn&#039;t going to get it done. I want the new pase2 to be as good for Joe Average readers with no interest in creating pastes as it is for developers to create pastes.

The new code does better with trees of pastes (you can see the entire tree all the way to the root paste down to the bottom all at once), and has graphical 2-way diffs to compare any paste with another even if they&#039;re not in the same tree. Combined with the way paste2 releases old pastes bad revisions will get thrown out of the tree and useful items are kept without any intervention.

Thanks for the comments.</description>
		<content:encoded><![CDATA[<p>I have seen it, played with it. It&#8217;s definitely got potential. When I first looked at it I was looking for something a bit richer for the main static paste some text and &#8216;let me get on with&#8217; it interface, I decided it was a bit chunky.</p>
<p>That said, for a collaborative interface it obviously matters less about the weight of the thing and is on my list. The server stuff I may rewrite but the client side is well put together.</p>
<p>gist.github.com is a great tool, though for most people&#8217;s needs of course it&#8217;s too much. Most of the traffic paste2 gets isn&#8217;t even code so there&#8217;s room for a middle ground. Most people who use paste2 probably don&#8217;t know what git is and probably don&#8217;t care so a pure dev solution probably isn&#8217;t going to get it done. I want the new pase2 to be as good for Joe Average readers with no interest in creating pastes as it is for developers to create pastes.</p>
<p>The new code does better with trees of pastes (you can see the entire tree all the way to the root paste down to the bottom all at once), and has graphical 2-way diffs to compare any paste with another even if they&#8217;re not in the same tree. Combined with the way paste2 releases old pastes bad revisions will get thrown out of the tree and useful items are kept without any intervention.</p>
<p>Thanks for the comments.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Next Generation Pastebins by Joe Moe</title>
		<link>http://mybrokenlogic.com/2010/03/06/next-generation-pastebins/comment-page-1/#comment-143</link>
		<dc:creator>Joe Moe</dc:creator>
		<pubDate>Wed, 01 Sep 2010 05:56:35 +0000</pubDate>
		<guid isPermaLink="false">http://mybrokenlogic.com/?p=47#comment-143</guid>
		<description>Have you tried Mozilla&#039;s Bespin editor? It&#039;s collab, has a plugin interface and a (pseudo?)-shell to the server.</description>
		<content:encoded><![CDATA[<p>Have you tried Mozilla&#8217;s Bespin editor? It&#8217;s collab, has a plugin interface and a (pseudo?)-shell to the server.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Next Generation Pastebins by Joe Moe</title>
		<link>http://mybrokenlogic.com/2010/03/06/next-generation-pastebins/comment-page-1/#comment-142</link>
		<dc:creator>Joe Moe</dc:creator>
		<pubDate>Fri, 20 Aug 2010 00:03:43 +0000</pubDate>
		<guid isPermaLink="false">http://mybrokenlogic.com/?p=47#comment-142</guid>
		<description>I wholeheartedly agree! Since there is gist.github.com I realized how convenient it is to have the possibility to paste something and have others revise it. 

While not really related with pastebins I would like to see IRC being rewritten. It stems from a time when people used terminals to communicate and had slow 2400 baud lines.
Today it would be so much nicer to have IRC channels with connected collab-spaces (not as a web-service, but part of the protocol) with firewall-proof file-exchange, private messaging, VoIP and collab editing as well as organizing. A crossover of IRC+XDCC, Google Wave, Google Docs and VoIP. But not as something new, instead as &quot;IRC NextGeneration&quot;.

Oh my! :-) Till then I would like to have a pastebin, that lets us set up temporal workspaces, with a simple (! git may be too resource-hungry) history-control, the possibility to take any text from the history, edit it (collab if desired), making it a new revision, and also (!) be able to share pictures and other binaries like PDFs.

For example, right now I hang around on freenode, trying to put together an xsl-fo. I talk with people. We have so much to write in the chan, that could be much more easily expressed in code in a collab editor. In addition I need to post my experimental PDF output so the others see what is going on.

And always keep an API! :)</description>
		<content:encoded><![CDATA[<p>I wholeheartedly agree! Since there is gist.github.com I realized how convenient it is to have the possibility to paste something and have others revise it. </p>
<p>While not really related with pastebins I would like to see IRC being rewritten. It stems from a time when people used terminals to communicate and had slow 2400 baud lines.<br />
Today it would be so much nicer to have IRC channels with connected collab-spaces (not as a web-service, but part of the protocol) with firewall-proof file-exchange, private messaging, VoIP and collab editing as well as organizing. A crossover of IRC+XDCC, Google Wave, Google Docs and VoIP. But not as something new, instead as &#8220;IRC NextGeneration&#8221;.</p>
<p>Oh my! <img src='http://mybrokenlogic.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  Till then I would like to have a pastebin, that lets us set up temporal workspaces, with a simple (! git may be too resource-hungry) history-control, the possibility to take any text from the history, edit it (collab if desired), making it a new revision, and also (!) be able to share pictures and other binaries like PDFs.</p>
<p>For example, right now I hang around on freenode, trying to put together an xsl-fo. I talk with people. We have so much to write in the chan, that could be much more easily expressed in code in a collab editor. In addition I need to post my experimental PDF output so the others see what is going on.</p>
<p>And always keep an API! <img src='http://mybrokenlogic.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Validating Email w/PHP by Jason</title>
		<link>http://mybrokenlogic.com/2010/07/15/validating-email-wphp/comment-page-1/#comment-132</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Fri, 06 Aug 2010 13:06:11 +0000</pubDate>
		<guid isPermaLink="false">http://mybrokenlogic.com/?p=91#comment-132</guid>
		<description>http://github.com/doctrine/doctrine1/blob/master/lib/Doctrine/Validator/Email.php

This is the best validation for an email address I&#039;ve seen - similar to your thoughts, and the source doc they refer to is a good read as well

 - http://iamcal.com/publish/articles/php/parsing_email/pdf/</description>
		<content:encoded><![CDATA[<p><a href="http://github.com/doctrine/doctrine1/blob/master/lib/Doctrine/Validator/Email.php" rel="nofollow">http://github.com/doctrine/doctrine1/blob/master/lib/Doctrine/Validator/Email.php</a></p>
<p>This is the best validation for an email address I&#8217;ve seen &#8211; similar to your thoughts, and the source doc they refer to is a good read as well</p>
<p> &#8211; <a href="http://iamcal.com/publish/articles/php/parsing_email/pdf/" rel="nofollow">http://iamcal.com/publish/articles/php/parsing_email/pdf/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Validating Email w/PHP by streaky</title>
		<link>http://mybrokenlogic.com/2010/07/15/validating-email-wphp/comment-page-1/#comment-126</link>
		<dc:creator>streaky</dc:creator>
		<pubDate>Sun, 25 Jul 2010 20:41:52 +0000</pubDate>
		<guid isPermaLink="false">http://mybrokenlogic.com/?p=91#comment-126</guid>
		<description>To an extent that&#039;s true. That being said, if you&#039;re anything like me you&#039;ve seen your databases full of this sort of crap in signups et al:

dsfs@dsfsdf.com
fsdfdsf@dffsdfs.com

At the end of the day it&#039;s all a little pointless for everybody involved thus - be a bit smarter about it. I&#039;m not actually all that convinced it&#039;s very sophisticated either to be fair, I mean have you seen the close-to-RFC 2822 regexps? And they don&#039;t even tell you if the bit on the end is even slightly legit.

That said it&#039;s all about helping users not make mistakes, if they type @gogglemail.com as opposed to the correct domain, this is why we do input validation at the end of the day - sending a validation email doesn&#039;t fix that, and user wonders why they didn&#039;t get a validation email. Obviously it won&#039;t end that - but it will help.</description>
		<content:encoded><![CDATA[<p>To an extent that&#8217;s true. That being said, if you&#8217;re anything like me you&#8217;ve seen your databases full of this sort of crap in signups et al:</p>
<p><a href="mailto:dsfs@dsfsdf.com">dsfs@dsfsdf.com</a><br />
<a href="mailto:fsdfdsf@dffsdfs.com">fsdfdsf@dffsdfs.com</a></p>
<p>At the end of the day it&#8217;s all a little pointless for everybody involved thus &#8211; be a bit smarter about it. I&#8217;m not actually all that convinced it&#8217;s very sophisticated either to be fair, I mean have you seen the close-to-RFC 2822 regexps? And they don&#8217;t even tell you if the bit on the end is even slightly legit.</p>
<p>That said it&#8217;s all about helping users not make mistakes, if they type @gogglemail.com as opposed to the correct domain, this is why we do input validation at the end of the day &#8211; sending a validation email doesn&#8217;t fix that, and user wonders why they didn&#8217;t get a validation email. Obviously it won&#8217;t end that &#8211; but it will help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Validating Email w/PHP by TheOnly92</title>
		<link>http://mybrokenlogic.com/2010/07/15/validating-email-wphp/comment-page-1/#comment-125</link>
		<dc:creator>TheOnly92</dc:creator>
		<pubDate>Sun, 25 Jul 2010 07:22:04 +0000</pubDate>
		<guid isPermaLink="false">http://mybrokenlogic.com/?p=91#comment-125</guid>
		<description>Is it really necessary to have so sophisticated check? Just send a validation email and it will mostly tell you if the user uses a legit email or not...</description>
		<content:encoded><![CDATA[<p>Is it really necessary to have so sophisticated check? Just send a validation email and it will mostly tell you if the user uses a legit email or not&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Doing Fun Stuff With Servers by loomsen</title>
		<link>http://mybrokenlogic.com/2010/03/10/doing-fun-stuff-with-servers/comment-page-1/#comment-121</link>
		<dc:creator>loomsen</dc:creator>
		<pubDate>Fri, 04 Jun 2010 22:21:44 +0000</pubDate>
		<guid isPermaLink="false">http://mybrokenlogic.com/?p=57#comment-121</guid>
		<description>Hey buddy.

Nice write up, enjoied reading :) 
The introduction sounds pretty familiar, bored and geekin :D

But in the end, that&#039;s what puts the fun into linux, isnt it :)

Greetings</description>
		<content:encoded><![CDATA[<p>Hey buddy.</p>
<p>Nice write up, enjoied reading <img src='http://mybrokenlogic.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
The introduction sounds pretty familiar, bored and geekin <img src='http://mybrokenlogic.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p>But in the end, that&#8217;s what puts the fun into linux, isnt it <img src='http://mybrokenlogic.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Greetings</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Current Downtime by Downtime Update &#171; Streaky&#8217;s Blog</title>
		<link>http://mybrokenlogic.com/2010/03/01/current-downtime/comment-page-1/#comment-97</link>
		<dc:creator>Downtime Update &#171; Streaky&#8217;s Blog</dc:creator>
		<pubDate>Wed, 03 Mar 2010 17:44:14 +0000</pubDate>
		<guid isPermaLink="false">http://mybrokenlogic.com/?p=39#comment-97</guid>
		<description>[...] Home        &#171; Current Downtime [...]</description>
		<content:encoded><![CDATA[<p>[...] Home        &laquo; Current Downtime [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Deleted More Than 10% of Pastes by DM</title>
		<link>http://mybrokenlogic.com/2010/01/22/deleted-more-than-10-percen-of-pastes/comment-page-1/#comment-95</link>
		<dc:creator>DM</dc:creator>
		<pubDate>Mon, 01 Mar 2010 19:58:41 +0000</pubDate>
		<guid isPermaLink="false">http://mybrokenlogic.com/?p=36#comment-95</guid>
		<description>thx for the info, looks to be workin again</description>
		<content:encoded><![CDATA[<p>thx for the info, looks to be workin again</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Deleted More Than 10% of Pastes by streaky</title>
		<link>http://mybrokenlogic.com/2010/01/22/deleted-more-than-10-percen-of-pastes/comment-page-1/#comment-93</link>
		<dc:creator>streaky</dc:creator>
		<pubDate>Mon, 01 Mar 2010 15:17:30 +0000</pubDate>
		<guid isPermaLink="false">http://mybrokenlogic.com/?p=36#comment-93</guid>
		<description>The current downtime is unrelated, see http://mybrokenlogic.com/2010/03/01/current-downtime/</description>
		<content:encoded><![CDATA[<p>The current downtime is unrelated, see <a href="http://mybrokenlogic.com/2010/03/01/current-downtime/" rel="nofollow">http://mybrokenlogic.com/2010/03/01/current-downtime/</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
