<?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 Ryan Rampersad</title>
	<atom:link href="http://blog.ryanrampersad.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.ryanrampersad.com</link>
	<description>Thoughts, opinions, ideas and now links</description>
	<lastBuildDate>Fri, 10 May 2013 12:36:04 +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 →  PS4 Won&#8217;t Leak Like A Sieve by the Andrew Bailey</title>
		<link>http://blog.ryanrampersad.com/2013/05/ps4-wont-leak-like-a-sieve/#comment-88514</link>
		<dc:creator>the Andrew Bailey</dc:creator>
		<pubDate>Fri, 10 May 2013 12:36:04 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ryanrampersad.com/?p=6493#comment-88514</guid>
		<description><![CDATA[Consoles shouldn&#039;t leak!

https://www.youtube.com/watch?v=Ap_GG-9HmI8]]></description>
		<content:encoded><![CDATA[<p>Consoles shouldn&#8217;t leak!</p>
<p><span class='embed-youtube' style='text-align:center; display: block;'><iframe class='youtube-player' type='text/html' width='600' height='368' src='http://www.youtube.com/embed/Ap_GG-9HmI8?version=3&#038;rel=1&#038;fs=1&#038;showsearch=0&#038;showinfo=1&#038;iv_load_policy=1&#038;wmode=transparent' frameborder='0'></iframe></span></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on →  YouTube&#8217;s paid channels by Andrew</title>
		<link>http://blog.ryanrampersad.com/2013/05/youtubes-paid-channels/#comment-88485</link>
		<dc:creator>Andrew</dc:creator>
		<pubDate>Tue, 07 May 2013 14:29:51 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ryanrampersad.com/?p=6486#comment-88485</guid>
		<description><![CDATA[I&#039;m right there with you. I believe I have made my sentiments clear on the matter.

EVERY NIGHT, WE WATCH YOUTUBE IN HELL!]]></description>
		<content:encoded><![CDATA[<p>I&#8217;m right there with you. I believe I have made my sentiments clear on the matter.</p>
<p>EVERY NIGHT, WE WATCH YOUTUBE IN HELL!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Setup samba folder shares by the Andrew Bailey</title>
		<link>http://blog.ryanrampersad.com/2013/05/setup-samba-folder-shares/#comment-88404</link>
		<dc:creator>the Andrew Bailey</dc:creator>
		<pubDate>Wed, 01 May 2013 17:00:35 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ryanrampersad.com/?p=6476#comment-88404</guid>
		<description><![CDATA[I finally remember to set the passwords after installing samba one too many times and being frustrated as to why its not working. As for making shares, I edit my /etc/samba/smb.conf file, and look up the docs (like at https://www.samba.org/samba/docs/man/manpages-3/smb.conf.5.html ). Mine is something liek:

&lt;code&gt;
&lt;pre&gt;
[global]
#workgroup = MSHOME # if needed for compatibility
netbios name = servers_name
server string = servers_name, alpha&#039;s server
dns proxy = no
log file = /var/log/samba/log.%m
syslog = 0
panic action = /usr/share/samba/panic-action %d
max open files = 65535
max protocol = SMB2

hosts allow = 127.0.0.1 192.168.1.0/16 # local + lan addresses
hosts deny = 0.0.0.0/0

# auth
security = user # solves UAC issues
encrypt passwords = true
passdb backend = tdbsam
obey pam restrictions = yes
map to guest = bad user
guest account = nobody

# tuning, ymmv
max xmit = 65535   
read size = 65536
load printers = no 

# misc
deadtime = 100 
usershare allow guests = yes

# shares...
[alpha] # private share for user &#039;alpha&#039;
path = /share/alpha
writable = yes
valid users = alpha
create mask = 0777
directory mask = 0777

[pub] # public share
path = /share/pub
writable = yes
guest ok = yes
create mask = 0777
directory mask = 0777

[rho] # public read only share
path = /share/rho
writable = no
guest ok = yes
directory mask = 0777
&lt;/pre&gt;
&lt;/code&gt;]]></description>
		<content:encoded><![CDATA[<p>I finally remember to set the passwords after installing samba one too many times and being frustrated as to why its not working. As for making shares, I edit my /etc/samba/smb.conf file, and look up the docs (like at <a href="https://www.samba.org/samba/docs/man/manpages-3/smb.conf.5.html" rel="nofollow">https://www.samba.org/samba/docs/man/manpages-3/smb.conf.5.html</a> ). Mine is something liek:</p>
<p><code></p>
<pre>
[global]
#workgroup = MSHOME # if needed for compatibility
netbios name = servers_name
server string = servers_name, alpha's server
dns proxy = no
log file = /var/log/samba/log.%m
syslog = 0
panic action = /usr/share/samba/panic-action %d
max open files = 65535
max protocol = SMB2

hosts allow = 127.0.0.1 192.168.1.0/16 # local + lan addresses
hosts deny = 0.0.0.0/0

# auth
security = user # solves UAC issues
encrypt passwords = true
passdb backend = tdbsam
obey pam restrictions = yes
map to guest = bad user
guest account = nobody

# tuning, ymmv
max xmit = 65535   
read size = 65536
load printers = no 

# misc
deadtime = 100 
usershare allow guests = yes

# shares...
[alpha] # private share for user 'alpha'
path = /share/alpha
writable = yes
valid users = alpha
create mask = 0777
directory mask = 0777

[pub] # public share
path = /share/pub
writable = yes
guest ok = yes
create mask = 0777
directory mask = 0777

[rho] # public read only share
path = /share/rho
writable = no
guest ok = yes
directory mask = 0777
</pre>
<p></code></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on →  Linux Kernel 3.9 by Ryan</title>
		<link>http://blog.ryanrampersad.com/2013/04/linux-kernel/#comment-88383</link>
		<dc:creator>Ryan</dc:creator>
		<pubDate>Tue, 30 Apr 2013 14:30:58 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ryanrampersad.com/?p=6460#comment-88383</guid>
		<description><![CDATA[My grandmother used some Ubuntu (could be 9.04 or 10.04, no one knows now) until she bought her own Windows 7 based laptop. My mom finds it acceptable too, as long as videos can play through Amazon occasionally.

I still think the biggest problem for Ubuntu, and Linux as a whole, is the UI. The kernel doesn&#039;t really fix that problem, and without fixing it, it&#039;s not going to be the year of Linux.]]></description>
		<content:encoded><![CDATA[<p>My grandmother used some Ubuntu (could be 9.04 or 10.04, no one knows now) until she bought her own Windows 7 based laptop. My mom finds it acceptable too, as long as videos can play through Amazon occasionally.</p>
<p>I still think the biggest problem for Ubuntu, and Linux as a whole, is the UI. The kernel doesn&#8217;t really fix that problem, and without fixing it, it&#8217;s not going to be the year of Linux.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on →  Linux Kernel 3.9 by Andrew</title>
		<link>http://blog.ryanrampersad.com/2013/04/linux-kernel/#comment-88370</link>
		<dc:creator>Andrew</dc:creator>
		<pubDate>Tue, 30 Apr 2013 00:26:23 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ryanrampersad.com/?p=6460#comment-88370</guid>
		<description><![CDATA[Let&#039;s see:

&lt;del&gt;2006 will be the year of Linux on the desktop!&lt;/del&gt; nope.

&lt;del&gt;2007 will be the year of Linux on the desktop!&lt;/del&gt; nope.

&lt;del&gt;2008 will be the year of Linux on the desktop!&lt;/del&gt; nope.

&lt;del&gt;2009 will be the year of Linux on the desktop!&lt;/del&gt; nope.

&lt;del&gt;2010 will be the year of Linux on the desktop!&lt;/del&gt; nope.

&lt;del&gt;2011 will be the year of Linux on the desktop!&lt;/del&gt; nope.

&lt;del&gt;2012 will be the year of Linux on the desktop!&lt;/del&gt; nope.

2013 might be the year of Linux on the desktop, but I&#039;m not counting on it, even though my mom has been using Linux for a few years.]]></description>
		<content:encoded><![CDATA[<p>Let&#8217;s see:</p>
<p><del>2006 will be the year of Linux on the desktop!</del> nope.</p>
<p><del>2007 will be the year of Linux on the desktop!</del> nope.</p>
<p><del>2008 will be the year of Linux on the desktop!</del> nope.</p>
<p><del>2009 will be the year of Linux on the desktop!</del> nope.</p>
<p><del>2010 will be the year of Linux on the desktop!</del> nope.</p>
<p><del>2011 will be the year of Linux on the desktop!</del> nope.</p>
<p><del>2012 will be the year of Linux on the desktop!</del> nope.</p>
<p>2013 might be the year of Linux on the desktop, but I&#8217;m not counting on it, even though my mom has been using Linux for a few years.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on One Thousand Posts by Ryan</title>
		<link>http://blog.ryanrampersad.com/2013/04/one-thousand-posts/#comment-88229</link>
		<dc:creator>Ryan</dc:creator>
		<pubDate>Wed, 17 Apr 2013 12:08:54 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ryanrampersad.com/?p=6417#comment-88229</guid>
		<description><![CDATA[I could delete two spam comments from three years ago, but that would be a lot of work.]]></description>
		<content:encoded><![CDATA[<p>I could delete two spam comments from three years ago, but that would be a lot of work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on One Thousand Posts by Ryan</title>
		<link>http://blog.ryanrampersad.com/2013/04/one-thousand-posts/#comment-88228</link>
		<dc:creator>Ryan</dc:creator>
		<pubDate>Wed, 17 Apr 2013 12:08:11 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ryanrampersad.com/?p=6417#comment-88228</guid>
		<description><![CDATA[I wasn&#039;t always a link blogger, but it definitely inflated these numbers faster.]]></description>
		<content:encoded><![CDATA[<p>I wasn&#8217;t always a link blogger, but it definitely inflated these numbers faster.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on One Thousand Posts by Ian Buck</title>
		<link>http://blog.ryanrampersad.com/2013/04/one-thousand-posts/#comment-88225</link>
		<dc:creator>Ian Buck</dc:creator>
		<pubDate>Wed, 17 Apr 2013 04:22:10 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ryanrampersad.com/?p=6417#comment-88225</guid>
		<description><![CDATA[And the number of approved comments happens to be my favorite number.
Of course I&#039;m changing that by commenting, but what can you do?]]></description>
		<content:encoded><![CDATA[<p>And the number of approved comments happens to be my favorite number.<br />
Of course I&#8217;m changing that by commenting, but what can you do?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on One Thousand Posts by Andrew</title>
		<link>http://blog.ryanrampersad.com/2013/04/one-thousand-posts/#comment-88224</link>
		<dc:creator>Andrew</dc:creator>
		<pubDate>Wed, 17 Apr 2013 03:04:38 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ryanrampersad.com/?p=6417#comment-88224</guid>
		<description><![CDATA[Wow. I&#039;m closing in on 100 posts, and I started nearly two years ago. You are such a link blogger!]]></description>
		<content:encoded><![CDATA[<p>Wow. I&#8217;m closing in on 100 posts, and I started nearly two years ago. You are such a link blogger!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on →  Imagine Xbox Live offline in the future by Ryan</title>
		<link>http://blog.ryanrampersad.com/2013/04/xbox-offline-future/#comment-88198</link>
		<dc:creator>Ryan</dc:creator>
		<pubDate>Mon, 15 Apr 2013 15:54:05 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ryanrampersad.com/?p=6404#comment-88198</guid>
		<description><![CDATA[At least on a PS3, you wouldn&#039;t need an Xbox Live account and subscription to use Netflix.]]></description>
		<content:encoded><![CDATA[<p>At least on a PS3, you wouldn&#8217;t need an Xbox Live account and subscription to use Netflix.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on →  Imagine Xbox Live offline in the future by Andrew</title>
		<link>http://blog.ryanrampersad.com/2013/04/xbox-offline-future/#comment-88187</link>
		<dc:creator>Andrew</dc:creator>
		<pubDate>Sun, 14 Apr 2013 12:19:33 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ryanrampersad.com/?p=6404#comment-88187</guid>
		<description><![CDATA[Well thank goodness that I have a PS3. This would NEVER happen with a PS3.

Wait...]]></description>
		<content:encoded><![CDATA[<p>Well thank goodness that I have a PS3. This would NEVER happen with a PS3.</p>
<p>Wait&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on →  Meet Market Saturation by Andrew</title>
		<link>http://blog.ryanrampersad.com/2013/03/meet-market-saturation/#comment-88087</link>
		<dc:creator>Andrew</dc:creator>
		<pubDate>Fri, 15 Mar 2013 13:06:44 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ryanrampersad.com/?p=6343#comment-88087</guid>
		<description><![CDATA[So. Many. Hipsters. Looks like California.]]></description>
		<content:encoded><![CDATA[<p>So. Many. Hipsters. Looks like California.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on →  AT&amp;T&#8217;s Truth by Andrew</title>
		<link>http://blog.ryanrampersad.com/2013/03/atts-truth/#comment-88058</link>
		<dc:creator>Andrew</dc:creator>
		<pubDate>Fri, 08 Mar 2013 02:18:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ryanrampersad.com/?p=6302#comment-88058</guid>
		<description><![CDATA[This cold war just got hot.

http://www.tmonews.com/2013/03/t-mobile-responding-to-atts-newspaper-ad-with-their-own-creative-responses/]]></description>
		<content:encoded><![CDATA[<p>This cold war just got hot.</p>
<p><a href="http://www.tmonews.com/2013/03/t-mobile-responding-to-atts-newspaper-ad-with-their-own-creative-responses/" rel="nofollow">http://www.tmonews.com/2013/03/t-mobile-responding-to-atts-newspaper-ad-with-their-own-creative-responses/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on →  We Can&#8217;t Pay You, Though by Andrew</title>
		<link>http://blog.ryanrampersad.com/2013/03/we-cant-pay-you-though/#comment-88046</link>
		<dc:creator>Andrew</dc:creator>
		<pubDate>Tue, 05 Mar 2013 18:59:39 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ryanrampersad.com/?p=6317#comment-88046</guid>
		<description><![CDATA[Go to ClientsFromHell.net and start reading. And despair.]]></description>
		<content:encoded><![CDATA[<p>Go to ClientsFromHell.net and start reading. And despair.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Single Line Comment Regular Expression by Ryan</title>
		<link>http://blog.ryanrampersad.com/2013/03/single-line-comment-regular-expression/#comment-88043</link>
		<dc:creator>Ryan</dc:creator>
		<pubDate>Tue, 05 Mar 2013 05:42:51 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ryanrampersad.com/?p=6309#comment-88043</guid>
		<description><![CDATA[You might be right. I was working with the regex tools in C++, and in the methods we were given, I don&#039;t think $ functioned the same way it works elsewhere.]]></description>
		<content:encoded><![CDATA[<p>You might be right. I was working with the regex tools in C++, and in the methods we were given, I don&#8217;t think $ functioned the same way it works elsewhere.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Single Line Comment Regular Expression by Jon_For</title>
		<link>http://blog.ryanrampersad.com/2013/03/single-line-comment-regular-expression/#comment-88042</link>
		<dc:creator>Jon_For</dc:creator>
		<pubDate>Tue, 05 Mar 2013 00:40:34 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ryanrampersad.com/?p=6309#comment-88042</guid>
		<description><![CDATA[Curious...  May be showing ignorance here, but why can&#039;t you just use something as trivial as
^//.*$
if all you&#039;re trying to do is match single line comments?]]></description>
		<content:encoded><![CDATA[<p>Curious&#8230;  May be showing ignorance here, but why can&#8217;t you just use something as trivial as<br />
^//.*$<br />
if all you&#8217;re trying to do is match single line comments?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on →  On Dates by Ryan</title>
		<link>http://blog.ryanrampersad.com/2013/03/on-dates/#comment-88039</link>
		<dc:creator>Ryan</dc:creator>
		<pubDate>Mon, 04 Mar 2013 04:12:32 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ryanrampersad.com/?p=6304#comment-88039</guid>
		<description><![CDATA[I agree, dates are great. They&#039;re absolutely required for content and context. But they don&#039;t need to be on the frontpage of a blog. It&#039;s safe to assume that the frontpage is new. And when that assumption is wrong on particular blog, you&#039;ll be burned.

The year of the post is probably the most crucial element to include, since most functionality and changes happen in yearly time spans.]]></description>
		<content:encoded><![CDATA[<p>I agree, dates are great. They&#8217;re absolutely required for content and context. But they don&#8217;t need to be on the frontpage of a blog. It&#8217;s safe to assume that the frontpage is new. And when that assumption is wrong on particular blog, you&#8217;ll be burned.</p>
<p>The year of the post is probably the most crucial element to include, since most functionality and changes happen in yearly time spans.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on →  On Dates by Andrew</title>
		<link>http://blog.ryanrampersad.com/2013/03/on-dates/#comment-88038</link>
		<dc:creator>Andrew</dc:creator>
		<pubDate>Mon, 04 Mar 2013 03:42:53 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ryanrampersad.com/?p=6304#comment-88038</guid>
		<description><![CDATA[Other people built their own blog (which they use sparingly) and display dates in small(er) text at the bottom of each post. :P It makes the date get out of they way, but they are still there if you look for them. Dates are great, IMO. Also, like WPBeginner suggested,  tags.

But what really annoys me is when a blog displays the month and day without the year. Was it June 5 last year? or 2008? It&#039;s impossible to tell (unless the post has comments and they have dates); might have well as been 1996, because it doesn&#039;t specify.

Wait, I think I might have said something about this on my podcast.]]></description>
		<content:encoded><![CDATA[<p>Other people built their own blog (which they use sparingly) and display dates in small(er) text at the bottom of each post. :P It makes the date get out of they way, but they are still there if you look for them. Dates are great, IMO. Also, like WPBeginner suggested,  tags.</p>
<p>But what really annoys me is when a blog displays the month and day without the year. Was it June 5 last year? or 2008? It&#8217;s impossible to tell (unless the post has comments and they have dates); might have well as been 1996, because it doesn&#8217;t specify.</p>
<p>Wait, I think I might have said something about this on my podcast.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on →  AT&amp;T&#8217;s Truth by Ryan</title>
		<link>http://blog.ryanrampersad.com/2013/03/atts-truth/#comment-88037</link>
		<dc:creator>Ryan</dc:creator>
		<pubDate>Sun, 03 Mar 2013 21:54:33 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ryanrampersad.com/?p=6302#comment-88037</guid>
		<description><![CDATA[Yeah, I am on T-Mobile now. I was writing how AT&amp;T is reportedly a horrible company, and how they were buying their &quot;horrible&quot; competitor.]]></description>
		<content:encoded><![CDATA[<p>Yeah, I am on T-Mobile now. I was writing how AT&#038;T is reportedly a horrible company, and how they were buying their &#8220;horrible&#8221; competitor.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on →  AT&amp;T&#8217;s Truth by Andrew</title>
		<link>http://blog.ryanrampersad.com/2013/03/atts-truth/#comment-88035</link>
		<dc:creator>Andrew</dc:creator>
		<pubDate>Sun, 03 Mar 2013 13:06:37 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ryanrampersad.com/?p=6302#comment-88035</guid>
		<description><![CDATA[Wait, aren&#039;t/weren&#039;t you on TMobile?]]></description>
		<content:encoded><![CDATA[<p>Wait, aren&#8217;t/weren&#8217;t you on TMobile?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
