<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>heldermagalhaes.com/blog &#187; Tips &amp; Tricks</title>
	<atom:link href="http://heldermagalhaes.com/blog/tag/tips-tricks/feed/" rel="self" type="application/rss+xml" />
	<link>http://heldermagalhaes.com/blog</link>
	<description>Half-baked stuff for an imperfect World</description>
	<lastBuildDate>Sun, 31 Jan 2010 16:42:43 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Spam Wars: Round 1&#8230; Fight!</title>
		<link>http://heldermagalhaes.com/blog/2009/10/spam-fighting-round-1/</link>
		<comments>http://heldermagalhaes.com/blog/2009/10/spam-fighting-round-1/#comments</comments>
		<pubDate>Wed, 28 Oct 2009 19:43:28 +0000</pubDate>
		<dc:creator>Helder</dc:creator>
				<category><![CDATA[Information Technology]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Tips & Tricks]]></category>

		<guid isPermaLink="false">http://heldermagalhaes.com/blog/?p=83</guid>
		<description><![CDATA[
My blog has been receiving a lot of spam lately, at a rate of about 50 dummy comments per day. As my current web hosting doesn&#8217;t allow me to open socket connections, a part of WordPress functionality (including Akismet, the spam checker plug-in shipped with WordPress) won&#8217;t work. I knew about the limitations and am [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://heldermagalhaes.com/blog/wp-content/uploads/2009/10/No-Spam-300x300.png" alt="No-Spam" title="No-Spam" width="300" height="300" class="alignleft size-medium wp-image-90" /></p>
<p>My blog has been receiving a lot of spam lately, at a rate of about 50 dummy comments per day. As my <a href="http://www.freehostia.com">current web hosting</a> doesn&#8217;t allow me to open socket connections, a part of WordPress functionality (including Akismet, the spam checker plug-in shipped with WordPress) won&#8217;t work. I knew about the limitations and am currently looking for a hosting replacement (in fact, I guess I <a href="http://www.000webhost.com/">already found one</a>). In the meantime, manual triaging so much spam was just becoming painful. <img src='http://heldermagalhaes.com/blog/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' /> </p>
<p><span id="more-83"></span></p>
<p>In order to try finding a quick fix to the problem, I made a quick analysis to the spam comments, which revealed a pattern in about 95% of the comments: the commenter always had the URL set to something like <em>[few random letters].com/map.html</em>. I then added the following to my <em>Comment Blacklist</em> (found in <em>Settings</em>, <em>Discussion</em>): </p>
<blockquote><p><code>.com/map.html<br />
buyaccutane@gmail.com<br />
195.88.33.85</code></p></blockquote>
<p>There, this should keep me less annoyed for a while (at least, until I find the time to switch hosting). <img src='http://heldermagalhaes.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>As a final note, be careful when automatically filtering using a less significant string (for example just <code>.com</code>): you may end up marking desired comments as spam. Always seek for a pattern which is different enough from generally expected content. <img src='http://heldermagalhaes.com/blog/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>(Post image shamelessly copied from <a href="http://www.chillgeeks.com/2009/04/10-tips-to-reduce-spam.html">here</a>.)</p>
<p><em>Update 2009-11-22</em>: Updated anti-spam rules; added post image reference.</p>
]]></content:encoded>
			<wfw:commentRss>http://heldermagalhaes.com/blog/2009/10/spam-fighting-round-1/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Don&#8217;t get fooled by &#8220;Full&#8221;!</title>
		<link>http://heldermagalhaes.com/blog/2008/09/fooled-by-full/</link>
		<comments>http://heldermagalhaes.com/blog/2008/09/fooled-by-full/#comments</comments>
		<pubDate>Sat, 13 Sep 2008 18:40:09 +0000</pubDate>
		<dc:creator>Helder</dc:creator>
				<category><![CDATA[Information Technology]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Tips & Tricks]]></category>

		<guid isPermaLink="false">http://heldermagalhaes.com/blog/?p=30</guid>
		<description><![CDATA[Today, while browsing through my system&#8217;s BIOS for some tweaks, I noticed a strange sentence in my peripheral configurations:
Configures the USB 2.0 controller in HiSpeed (480Mbps) or FullSpeed (12Mbps).
Full-speed at 12 Mbps and Hi-speed at 480 Mbps? Damn, is this a typo in the BIOS textual description or am I missing something? I crawled the [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_32" class="wp-caption alignleft" style="width: 310px"><a href="http://heldermagalhaes.com/blog/wp-content/uploads/2008/09/usb-speed.jpg"><img src="http://heldermagalhaes.com/blog/wp-content/uploads/2008/09/usb-speed-300x225.jpg" alt="BIOS screenshot of USB controller speed configuration" title="USB Speed" width="300" height="225" class="size-medium wp-image-32" /></a><p class="wp-caption-text">BIOS screenshot of USB controller speed configuration</p></div>
<p>Today, while browsing through my system&#8217;s BIOS for some tweaks, I noticed a strange sentence in my peripheral configurations:</p>
<blockquote><p>Configures the USB 2.0 controller in HiSpeed (480Mbps) or FullSpeed (12Mbps).</p></blockquote>
<p>Full-speed at 12 Mbps and Hi-speed at 480 Mbps? Damn, is this a typo in the BIOS textual description or am I missing something? I crawled the Web and <a href="http://www.everythingusb.com/usb2/faq.htm">found</a> <a href="http://www.photoxels.com/article-usb-2.0-high-speed-vs-full-speed.html">out</a> that it was I who was confused: in fact, Hi-speed USB is the fastest one.</p>
<p><span id="more-30"></span></p>
<p>I was aware about the speed differences, I just didn&#8217;t had noticed such a counter-intuitive marketing terminology for the two different versions. And yes, I&#8217;m convinced that I was the one who had &#8220;tweaked&#8221; the setting to <em>Full-speed</em> (option which was active when I noticed the weird sentence).</p>
<p>So that&#8217;s why my USB drives were so slow&#8230; And me blaming the drivers and hardware for the lame performance&#8230; <img src='http://heldermagalhaes.com/blog/wp-includes/images/smilies/icon_biggrin.gif' alt=':-D' class='wp-smiley' />  Better double check yours too to see if no one did the same mistake as I did! <img src='http://heldermagalhaes.com/blog/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>Finally, while investigating the difference between <em>Full-Speed</em> and <em>Hi-Speed</em>, just noticed the <del datetime="2009-09-27T20:05:51+00:00">upcoming</del> <a href="http://en.wikipedia.org/wiki/USB#USB_signaling"><em>Super-speed</em></a> which will take data transfer into light-speed (!). Not that my current data transfer requirements are as high, but I always like to watch things moving!&#8230; <img src='http://heldermagalhaes.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p><em>Notice 2009-09-27</em>: This post wasn&#8217;t actually published when written: the post contents were mostly ready but, unfortunately, got lost in my &#8220;to do&#8221; stack (see the <a href="/blog/2009/09/first-things-first/">first blog entry</a> for more on this).</p>
]]></content:encoded>
			<wfw:commentRss>http://heldermagalhaes.com/blog/2008/09/fooled-by-full/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
