<?xml version="1.0" encoding="ISO-8859-1"?>
<rss version="2.0"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
xmlns:admin="http://webns.net/mvcb/"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>StumbleUpon | fateypoo's comments &#38; reviews</title>
<link>http://fateypoo.stumbleupon.com/</link>
<description>fateypoo's recent comments &#38; reviews on StumbleUpon</description>
<language>en-us</language>
<pubDate>Mon, 09 Nov 2009 14:41:32 -0800</pubDate>
<lastBuildDate>Thu, 14 Dec 2006 16:40:33 -0800</lastBuildDate>
<admin:generatorAgent rdf:resource="http://www.stumbleupon.com/" />
<atom:link href="http://rss.stumbleupon.com/user/fateypoo/comments" rel="self" type="application/rss+xml" />
<image>
	<title>StumbleUpon | fateypoo's comments &#38; reviews</title>
	<link>http://fateypoo.stumbleupon.com/</link>
	<url>http://cdn.stumble-upon.com/images/logo_su_36x36.png</url>
</image>
<item>
	<pubDate>Fri, 08 Dec 2006 21:48:15 -0800</pubDate>
	<title>blueyes28s favorites - StumbleUpon</title>
	<link>http://www.stumbleupon.com/to/67v993/blueyes28.stumbleupon.com/t:4af89a9c7a423;src:reviews</link>
	<guid isPermaLink="true">http://fateypoo.stumbleupon.com/review/6875583/</guid>
	<description><![CDATA[
		<p>Happy 999 stumble!</p>
	]]></description>
	<comments>http://www.stumbleupon.com/url/blueyes28.stumbleupon.com/</comments>
</item>
<item>
	<pubDate>Fri, 08 Dec 2006 14:09:47 -0800</pubDate>
	<title>LibriVox  </title>
	<link>http://www.stumbleupon.com/to/1blkX1/librivox.org/t:4af89a9c7a423;src:reviews</link>
	<guid isPermaLink="true">http://fateypoo.stumbleupon.com/review/6869907/</guid>
	<description><![CDATA[
		<p>excellent...</p>
	]]></description>
	<comments>http://www.stumbleupon.com/url/librivox.org/</comments>
</item>
<item>
	<pubDate>Thu, 23 Nov 2006 15:14:13 -0800</pubDate>
	<title>Welcome To Amish.com</title>
	<link>http://www.stumbleupon.com/to/9MYL19/www.amish.com/t:4af89a9c7a423;src:reviews</link>
	<guid isPermaLink="true">http://fateypoo.stumbleupon.com/review/6634247/</guid>
	<description><![CDATA[
		<p>self-contradiction...</p>
	]]></description>
	<comments>http://www.stumbleupon.com/url/www.amish.com/</comments>
</item>
<item>
	<pubDate>Thu, 23 Nov 2006 12:23:48 -0800</pubDate>
	<title><![CDATA[http://fateypoo.stumbleupon.com/review/6632446/]]></title>
	<link>http://fateypoo.stumbleupon.com/review/6632446/</link>
	<guid isPermaLink="true">http://fateypoo.stumbleupon.com/review/6632446/</guid>
	<description><![CDATA[
		<p>My PF ruleset (/etc/pf.conf file):<br />
#Set normal interface<br />
ext_if="bce0" <br />
<br />
##OPTIONS##<br />
set block-policy drop<br />
set debug urgent<br />
set limit frags 5000<br />
set limit src-nodes 10000<br />
set limit states 10000<br />
set loginterface $ext_if<br />
set optimization normal<br />
set skip on lo0<br />
set state-policy if-bound<br />
set timeout interval 10<br />
set timeout frag 60<br />
set timeout src.track 5<br />
<br />
##SCRUB##<br />
scrub in on $ext_if random-id no-df fragment reassemble<br />
scrub reassemble tcp<br />
<br />
##QUEUEING##<br />
altq on $ext_if priq bandwidth 100Kb queue { q_pri, q_def }<br />
queue q_pri priority 7<br />
queue q_def priority 1 priq(default)<br />
<br />
##NAT##<br />
# ftp-proxy<br />
nat-anchor "ftp-proxy/*" <br />
rdr-anchor "ftp-proxy/*" <br />
rdr on $ext_if proto tcp from any to any port 21 -> 127.0.0.1 port 8021 <br />
<br />
##RULES##<br />
<br />
# minor protection against spoofed packets<br />
antispoof log quick for bce0 inet<br />
<br />
# ftp-proxy<br />
anchor "ftp-proxy/*"<br />
<br />
<br />
#Default Deny<br />
block all<br />
<br />
# block the known 'bad guys' and allow the 'good guys'<br />
table <br />
table  {}<br />
table  {subkeys.pgp.net, openbsd.org}<br />
block quick from <br />
block quick to <br />
block quick from <br />
block quick to <br />
pass quick on $ext_if from  keep state<br />
pass quick on $ext_if to  keep state<br />
<br />
# allow traffic on some ports<br />
#tcp_ports = "{22 43 53 80 194 443 706 1863 5050 5190 6665 6666 6667 6668 6669 6891 6892 6893 6894 6895 6896 6897 6898 6899 6900 8021 8118 9001 11371}"<br />
#udp_ports = "{67 53 123 5190 9001 11371}"<br />
# Use the above ports w/o Tor, use below w/<br />
tcp_ports  = "{43 53 80 443 8118 9001 11371}"<br />
udp_ports  = "{53 123 9001 11371}"<br />
<br />
pass out on $ext_if inet proto tcp from self to any port $tcp_ports \<br />
	synproxy state (max-src-conn 100, max-src-conn-rate 5 / 10) flags S/SAFR<br />
pass in on $ext_if inet proto tcp from any to self port $tcp_ports  \<br />
	synproxy state (max-src-conn 100, max-src-conn-rate 5 / 10) flags S/SAFR<br />
pass out on $ext_if inet proto udp from self to any port $udp_ports \<br />
	synproxy state (max-src-conn 100, max-src-conn-rate 5 / 10)<br />
pass in on $ext_if inet proto udp from any to self port $udp_ports  \<br />
	synproxy state (max-src-conn 100, max-src-conn-rate 5 / 10)<br />
pass out on $ext_if inet proto tcp from self to any port ssh synproxy state<br />
<br />
# allow outbound SMTP traffic<br />
pass out on $ext_if inet proto tcp from self to any port 25<br />
<br />
# special rule for ssh<br />
pass in quick on $ext_if proto tcp from any to $ext_if port ssh \<br />
	flags S/SA synproxy state \<br />
	(max-src-conn-rate 3/30, overload  flush global)<br />
<br />
# altq rulesets<br />
pass out on $ext_if proto tcp from $ext_if to any flags S/SA \<br />
        keep state queue (q_def, q_pri)<br />
pass out on $ext_if proto tcp from any to $ext_if flags S/SA \<br />
        keep state queue (q_def, q_pri)<br />
# Now you know my firewall configuration, so you can have even more help orchestrating your fendish attack on my computadora.</p>
		<div>
			<a href="http://fateypoo.stumbleupon.com/review/6632446/" alt="http://fateypoo.stumbleupon.com/review/6632446/"><img title="http://fateypoo.stumbleupon.com/review/6632446/" src="http://cdn.stumble-upon.com/images/nomthumb.png" border="0" /></a>
		</div>
	]]></description>
	<comments>http://fateypoo.stumbleupon.com/review/6632446/</comments>
</item>
<item>
	<pubDate>Thu, 16 Nov 2006 19:53:32 -0800</pubDate>
	<title>http://stangoff.com/</title>
	<link>http://www.stumbleupon.com/to/AmPHu6/stangoff.com/t:4af89a9c7a423;src:reviews</link>
	<guid isPermaLink="true">http://fateypoo.stumbleupon.com/review/6529257/</guid>
	<description><![CDATA[
		<p>This man needs to rethink his views on the so-called &#039;oppression&#039; of women. PORN IS NOT OPPRESSION. REPEAT: PORN IS NOT OPPRESSION. Feminist:Belonging to movements and ideas which advocate the rights of women to have equal opportunities to those possessed by men. This is not what most people who call themselves feminists believe. They believe women are better than men, this is no different than men are better than women. EQUAL. Bothe genders are EQUAL. EQUAL. While I am a &#039;feminist&#039; by the definition I just presented; I wouldn&#039;t dare call myself one, because it&#039;s come to mean that women are better than men. He says porn is degrading and &#039;wrong&#039;. No. CONSENSUAL ADULTS. In my book, anything done between two (or more [actually one is okay, too]) consenting individuals is OK. End of story. I don&#039;t care what you&#039;re doing, consent is the end-all-be-all. Done. Consent is the ONLY important factor. But I digress. This man believes, or so I can infer from his writings, that women are better than men. I&#039;d love to know other opinions on this, so send me a SU message. TTFN tootles, fatalserpent</p>
	]]></description>
	<comments>http://www.stumbleupon.com/url/stangoff.com/</comments>
</item>
<item>
	<pubDate>Wed, 18 Oct 2006 20:16:52 -0700</pubDate>
	<title>PF: The OpenBSD Packet Filter</title>
	<link>http://www.stumbleupon.com/to/2QVAl4/www.openbsd.org/faq/pf/t:4af89a9c7a423;src:reviews</link>
	<guid isPermaLink="true">http://fateypoo.stumbleupon.com/review/6081823/</guid>
	<description><![CDATA[
		<p>An excellent firewall system. It was hard to learn (for me at least), but it was worth it. It works stupendously, and it has a low overhead.</p>
	]]></description>
	<comments>http://www.stumbleupon.com/url/www.openbsd.org/faq/pf/</comments>
</item>
<item>
	<pubDate>Thu, 12 Oct 2006 15:33:20 -0700</pubDate>
	<title>Say NO to Violence against Women</title>
	<link>http://www.stumbleupon.com/to/1bp8jI/www.unifem.org/campaigns/november25/index.php/t:4af89a9c7a423;src:reviews</link>
	<guid isPermaLink="true">http://fateypoo.stumbleupon.com/review/5996244/</guid>
	<description><![CDATA[
		<p>What about violence against men? There is a real prejudice in the &#039;civilized&#039; world, and that is against males. It is sexist when the sexism is against men...</p>
	]]></description>
	<comments>http://www.stumbleupon.com/url/www.unifem.org/campaigns/november25/index.php</comments>
</item>
<item>
	<pubDate>Sat, 07 Oct 2006 13:52:00 -0700</pubDate>
	<title>http://gauntlet.ucalgary.ca/story/3636</title>
	<link>http://www.stumbleupon.com/to/5vFlQU/gauntlet.ucalgary.ca/story/3636/t:4af89a9c7a423;src:reviews</link>
	<guid isPermaLink="true">http://fateypoo.stumbleupon.com/review/5926956/</guid>
	<description><![CDATA[
		<p>I&#039;ve always wanted a pope hat!!! Pontific!!!</p>
	]]></description>
	<comments>http://www.stumbleupon.com/url/gauntlet.ucalgary.ca/story/3636</comments>
</item>
<item>
	<pubDate>Mon, 25 Sep 2006 17:40:22 -0700</pubDate>
	<title>TOR roundup &amp;  Blog of too many things</title>
	<link>http://www.stumbleupon.com/to/8xhWaC/itnomad.wordpress.com/2006/09/12/tor-roundup/t:4af89a9c7a423;src:reviews</link>
	<guid isPermaLink="true">http://fateypoo.stumbleupon.com/review/5761820/</guid>
	<description><![CDATA[
		<p>Something to calm Tor users down about the German Node Seizure.</p>
	]]></description>
	<comments>http://www.stumbleupon.com/url/itnomad.wordpress.com/2006/09/12/tor-roundup/</comments>
</item>
<item>
	<pubDate>Mon, 25 Sep 2006 14:34:14 -0700</pubDate>
	<title>Unknown&amp;News &amp;|&amp; Commentary by Herb Ruhs, MD &amp;&amp;&amp;&amp;&amp;&amp;&amp;&amp;&amp;&amp;&amp;&amp;&amp;&amp;&amp;&amp;&amp;&amp;&amp;&amp;&amp;&amp;&amp;&amp;&amp;&amp;&amp;&amp;&amp;&amp;&amp;&amp;&amp;&amp;&amp;&amp;&amp;&amp;&amp;&amp;&amp;&amp;&amp;&amp;&amp;</title>
	<link>http://www.stumbleupon.com/to/7PPKzb/www.unknownnews.org/060925a-DrRuhs.html/t:4af89a9c7a423;src:reviews</link>
	<guid isPermaLink="true">http://fateypoo.stumbleupon.com/review/5759714/</guid>
	<description><![CDATA[
		<p>Now is <i>not</i> the time for less consumption; it is the time for better technologies. Right now, you can get a home that is completely energy independent for under $200,000. Even modest homes cost that much. We can make cars that can get a hundred miles to the gallon. We don&#039;t have to give up anything, we just need to be a little smarter with our investments.</p>
	]]></description>
	<comments>http://www.stumbleupon.com/url/www.unknownnews.org/060925a-DrRuhs.html</comments>
</item>
</channel>
</rss>
