<?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>The Intrigued Ideologist</title>
	<atom:link href="http://f33r.com/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://f33r.com</link>
	<description>Just another WordPress Blog</description>
	<lastBuildDate>Wed, 05 May 2010 04:36:02 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Ethics of the Genetic Engineering of Humans</title>
		<link>http://f33r.com/?p=72</link>
		<comments>http://f33r.com/?p=72#comments</comments>
		<pubDate>Mon, 03 May 2010 00:42:16 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Just Me]]></category>
		<category><![CDATA[Math & Numbers]]></category>
		<category><![CDATA[Science]]></category>
		<category><![CDATA[Useless Rants]]></category>

		<guid isPermaLink="false">http://f33r.com/?p=72</guid>
		<description><![CDATA[[This is a small essay I wrote last semester in my Bioethics class. I just recently dug it up and decided to write it up for fun. Enjoy.]

Advancement in modern technology brings a wave of ethically debatable topics to the public's attention. Among others, genetic manipulation and eugenics are taking this spotlight and it is [...]]]></description>
			<content:encoded><![CDATA[<p>[This is a small essay I wrote last semester in my Bioethics class. I just recently dug it up and decided to write it up for fun. Enjoy.]
</p>
<p>Advancement in modern technology brings a wave of ethically debatable topics to the public's attention. Among others, genetic manipulation and eugenics are taking this spotlight and it is clear that the topic is subject to deep ethical analysis. Intense social class segregation and the transformation of human life into a business are all by products of eugenics.
</p>
<p>In a possible not-so-distant future, eugenics will be widely available and will grow to become a common practice among us. When a life altering procedure becomes open to the public, people in positions of power will search for the best way to make a profit off the masses and bring wealth to their pockets. This means that the possible genetic engineering of a human child would not be free; we would be fueling large eugenics corporations. The rise of eugenic science will lead to yet another way for unemployment rates to rise and economies to drop while a select few carry most of the population's wealth. Child birth has always been a natural process in which a baby is born into the world based on the genes of his or her parents (be that good or bad genes). Corporations and political entities could very easily take control and monopolize the technology and shape it to fit their needs and political agendas. After all, you need to have a perfect body right? This simple question leads us to the second ethical concern: How do we define perfection and to whom will we give the responsibility to decide this?
</p>
<p>As stated above, if eugenics becomes a widely available technology, it is nearly certain that powerful entities will control its use. "With great power, comes great responsibility" (A Spiderman quote, I think). In shaping genetic engineering to their liking, corporations will create a model for the ideal human being – the perfect person (Opening any history book and researching World War II will reveal similar motives). Trends will begin to emerge and by simply altering the public's view on perfection, people will be paying more to remove the "less popular genes". This raises the question that if we, as a society, are moving towards attaining perfection, what will become of the aspects of humans that make us unique and differentiate us from one another? The drive for perfection would change the ideology of the people by bringing them to a genetically equal equator. Of course, as explained above, you can't be perfect if you don't have the money. This raises the final ethical concern towards eugenics: The creation and extreme segregation of genetically defined social classes.
</p>
<p>Because not every family in the social hierarchy has sufficient funds to give birth to the legendary "perfect person", the spectrum of social classes will shift and become genetically biased. There will be a literal rip in the fabric of human equality, which could easily be lead to excessive violence. By creating genetic social classes, we would be infusing monetary social classes with other classes (skin color, for example), thereby bringing two groups of "haters" (like the KKK) together hating the same people. This would lead to genetically inferior individuals experiencing intense segregation and abuse.
</p>
<p>All three concerns stated above are all by-products of the shift of eugenics to become a common practice. A vicious circle would emerge and monetary gain would prevail over the wellbeing of a population. The "slippery slope" is very real and can be avoided if we simply walk the other way.</p>
]]></content:encoded>
			<wfw:commentRss>http://f33r.com/?feed=rss2&amp;p=72</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Optimizing Using Lagrange Multipliers</title>
		<link>http://f33r.com/?p=63</link>
		<comments>http://f33r.com/?p=63#comments</comments>
		<pubDate>Sun, 02 May 2010 17:46:26 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Just Me]]></category>
		<category><![CDATA[Math & Numbers]]></category>
		<category><![CDATA[Science]]></category>

		<guid isPermaLink="false">http://f33r.com/?p=63</guid>
		<description><![CDATA[Calculus III, or sometimes called Multivariable Calculus, deals mostly with functions and surfaces in three dimensions (ie. f(x,y,z)). Like in Calculus I, optimizing functions had several real life applications. For exmaple, using a function in two dimensions, we could find the largest area a square could have under certain given conditions (ie. Perimeter = 32). [...]]]></description>
			<content:encoded><![CDATA[<p>Calculus III, or sometimes called Multivariable Calculus, deals mostly with functions and surfaces in three dimensions (ie. <code>f(x,y,z)</code>). Like in Calculus I, optimizing functions had several real life applications. For exmaple, using a function in two dimensions, we could find the largest area a square could have under certain given conditions (ie. <code>Perimeter = 32</code>). In three dimensions, the problem gets slightly more complicated but using Lagrange Multipliers simplify the task.</p>
<p>Assume we are asked to find the maximum area of a box subject to the fact that the total area of the box is equal to 128 units squares. Lagrange theory states that a the gradiant of a function is equal to the restriction function multiplied by a constant lambda:</p>
<blockquote><p>
<code>< fx , fy , fz >  =  λ< gx , gy , gz ></code>
</p></blockquote>
<p>In this case, we are trying to maximize the volume of a box which we all know to be: base x height x width. This can we rewritten using variables as:</p>
<blockquote><p>
<code>f(x,y,z) = xyz</code>
</p></blockquote>
<p>That takes care of our first function. Now we need to find a functional representation for the restriction applied in this question. We need to maximize the volume of the box BUT we need the total area of that box to remain 128 units. This restriction can be rewritten as:</p>
<blockquote><p>
<code>g(x,y,z) = 2xy + 2yz + 2zx<br />
128 = 2xy + 2yz + 2zx<br />
64 = xy + yz + zx</code>
</p></blockquote>
<p>We now have the function we want to maximize and the functional representation of the restriction applied. Plugging all the information we found into the Lagrange formula above, we get a set of 4 equations to solve:</p>
<blockquote><p>
<code>yz = λ(y+z)<br />
xz = λ(x+z)<br />
xy = λ(y+x)<br />
64 = xy + yz + zx</code>
</p></blockquote>
<p>To not get lost in the equations, keep in mind that we want to find values for x, y and z such that the volume of the box is at a maximum under the restriction above. We can simplify the above equations by multiplying the first three by the only variable missing in each of the equations. We then get this:</p>
<blockquote><p>
<code>xyz = λ(xy+xz)<br />
xyz = λ(xy+yz)<br />
xyz = λ(yz+xz)<br />
64 = xy + yz + zx</code>
</p></blockquote>
<p>We then set the first two equations equal to each other and solve.</p>
<blockquote><p>
<code>λ(xy+xz) = λ(xy+yz)<br />
λ(zx-zy) = 0<br />
λ = 0<br />
z = 0<br />
x = y<br />
</code>
</p></blockquote>
<p>The three conclusions above cannot all be valid. We know that λ cannot be equal to 0, if it was we would have a volume also of 0. Therefore this equation can be thrown out. Following we get z= 0, which also could not be valid seeing as it would also lead to a volume of 0. The final equation is the one that matters. We have proven that the x and y sides of the box must be equal. Moving on, we will set the second and third equations from the original set equal to each other and solve once again.</p>
<blockquote><p>
<code>λ(xy+yz) = λ(yz+xz)<br />
λ(xy-xz) = 0<br />
λ = 0<br />
x = 0<br />
y = z<br />
</code>
</p></blockquote>
<p>Once again, we are found with three equations, two of which are invalid (λ = 0 and x = 0). We are then left with y = z. Now we know that the dimensions of the box must be all the same for it to be a maximum, therefore we have a cube:</p>
<blockquote><p>
<code>x = y = z</code>
</p></blockquote>
<p>But this is not enough, we need to consider the restriction function and find actual numerical values for the dimensions. Substituting what we know into the restriction formula we get:</p>
<blockquote><p>
<code>xx + xx + xx = 64<br />
x = ± √(64/3)<br />
x = √(64/3)</code>
</p></blockquote>
<p>We may throw out the negative value for x seeing as we are dealing with positive dimensions. Answering the question we get that the dimensions for the box that has the largest possible volume, yet has a total area of 128 are:</p>
<blockquote><p>
<code>x = √(64/3)<br />
y = √(64/3)<br />
z = √(64/3)</code>
</p></blockquote>
<p>Its as simple as that! You now know how to optimize in three dimensions using Lagrange Multipliers.</p>
]]></content:encoded>
			<wfw:commentRss>http://f33r.com/?feed=rss2&amp;p=63</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Microsoft Office 2010 Retail Version Leaked</title>
		<link>http://f33r.com/?p=62</link>
		<comments>http://f33r.com/?p=62#comments</comments>
		<pubDate>Fri, 30 Apr 2010 01:05:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Bad Ideas]]></category>
		<category><![CDATA[Computer Stuff]]></category>
		<category><![CDATA[My Gems of the Internet]]></category>

		<guid isPermaLink="false">http://f33r.com/?p=62</guid>
		<description><![CDATA[
&#160;
The new version of Office 2010 has been leaked.
Magnet Url (magnet)
Torrent File (torrent)
From CNET:
The Microsoft Office 2010 technical preview is available today through invite only and--though it's not in its final form--there are plenty of feature enhancements to be excited about, if Microsoft can pull it off. According to Microsoft, the focus of this update [...]]]></description>
			<content:encoded><![CDATA[<p align="center"><img alt="microsoft-office-2010" src="microsoft-office-2010.png" width="225" height="204" /></p>
<p>&nbsp;</p>
<p>The new version of Office 2010 has been leaked.</p>
<p>Magnet Url (<a href="magnet:?xt=urn:btih:5cf77bcce5c00db36c4ff5b8145b9319c3da6b85&amp;dn=Microsoft+Office+2010+Pro+Plus+x64+%26+x86+14.0.4743.1000+Full&amp;tr=http%3A%2F%2Ftracker.prq.to%2Fannounce" target="_blank">magnet</a>)<br />
Torrent File (<a href="http://torrents.thepiratebay.org/5466262/Microsoft_Office_2010_Pro_Plus_x64___x86_14.0.4743.1000_Full.5466262.TPB.torrent" target="_blank">torrent</a>)</p>
<p><u>From CNET:</u><br />
The Microsoft Office 2010 technical preview is available today through invite only and--though it's not in its final form--there are plenty of feature enhancements to be excited about, if Microsoft can pull it off. According to Microsoft, the focus of this update was on three things: to make work flows more efficient; to effectively use Web applications to make your work available anywhere; and to make collaboration with others much easier. In this CNET First Take, we'll take a look at some of the notable feature changes across many of the applications. Microsoft says Office 2010 will let you use your PC, phone, and the Web to make your projects come together more efficiently. From what we've seen, they might be right and the Web applications might also give Google Docs a run for their money.<br />
<a href="http://reviews.cnet.com/office-suites/microsoft-office-2010/4505-3524_7-33714927.html" target="_blank">read more</a></p>
]]></content:encoded>
			<wfw:commentRss>http://f33r.com/?feed=rss2&amp;p=62</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Quantum Cryptography: An Explorative Essay</title>
		<link>http://f33r.com/?p=59</link>
		<comments>http://f33r.com/?p=59#comments</comments>
		<pubDate>Tue, 27 Apr 2010 02:57:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Computer Stuff]]></category>
		<category><![CDATA[Just Me]]></category>
		<category><![CDATA[Math & Numbers]]></category>
		<category><![CDATA[Science]]></category>

		<guid isPermaLink="false">http://f33r.com/?p=59</guid>
		<description><![CDATA[Since the birth of communication, humans have strived to keep information from others - effectively lighting the privacy flame. Modern encryption began in the time of the early ___ century, when the Romans controlled most of the civilized world. Emperor Julius Caesar needed a way to communicate important battle orders to his war generals so [...]]]></description>
			<content:encoded><![CDATA[<p>Since the birth of communication, humans have strived to keep information from others - effectively lighting the privacy flame. Modern encryption began in the time of the early ___ century, when the Romans controlled most of the civilized world. Emperor Julius Caesar needed a way to communicate important battle orders to his war generals so they could move the information throughout the ranks. The problem with blatantly expressing his orders in plain text was that if a messenger got intercepted by the enemy, the Emperor's secret would be revealed. Caesar then proceeded to invent the "Caesar Shift" method of encryption (a rudimentary encryption method but effective for his time). Thus, the modern era of cryptography was born.</p>
<p>Much has changed since Caesar's famous shift. The birth of the Internet and other security heavy services now require strong encryption protocols to secure the sensitive information. However, no amount of encryption allows for full and "impossible-to-crack" protection. It is not until the world of mathematics and physics merged to create the idea of Quantum Cryptography that ciphers have literally become unbreakable. Quantum Cryptography differs from conventional methods of encryption in that it utilizes our modern understanding of physics and particle/wave duality instead of the usual mathematical algorithm scheme to transmit sensitive messages across long distances.</p>
<p>
<strong><u>The Cryptographic Process</u></strong><br />
To explain the process of Quantum Cryptography, we will use the Alice, Bob and Eve notation standard for simplifying the process.<br />
Suppose we have a stream of binary digits (also called the "key") moving in a rectilinear fashion from Alice to Bob. In conventional cryptography, these bits would be placed through a set of rules to change their values before leaving Alice. Once arrived at Bob, the rules would be reversed and the original string of information would be unveiled. The downside of this method is that anyone who knows the rule (in this case, Eve) can also read the information before it reaches Bob. Unlike bits of data, Quantum Cryptography deals with charged photons (units of light) moving in a linear path but that are also vibrating along an axis. When the data is sent from Alice, the photons are polarized through a directional filter and sent on their way to Bob. A directional filter restricts the photon's movement to only one axis.</p>
<p>Once they have left Alice, the photons are charged the way she wants and they make their way to Bob. Properties of quantum systems state that if a system is disturbed, it changes fundamentally -- which is where the strength of quantum cryptography lies. Let us say that, for example, Eve wants to eavesdrop on the chain of photons. The Heisenberg Uncertainty Principle states that:</p>
<p><em>"In the quantum world, the accuracy with which we can know the position and momentum of an object such as an electron or a photon is limited.  This introduces a reciprocal relationship between position and momentum.  Thus, if the position of an electron is known to a high degree of accuracy, then the momentum of the electron will be very uncertain, and vice versa."</em></p>
<p>This means that the second Eve sees the stream of photons, the sequence changes; meaning that the message is lost forever and must be retransmitted anew by Alice. This is the ultimate power behind quantum cryptography: physically unbreakable code.</p>
<p>
<strong><u>Polarizing Filters</u></strong><br />
Quantum directional filters allow a non-polarized photon (spinning in all directions at once) to be "tamed" to a certain direction.  For the simplicity of this paper, we will assume that there are only two types of filters, rectilinear and diagonal, as seen below:</p>
<p align="center"><img alt="12" src="12.png" width="211" height="85" /></p>
<p>Let us, however, assume that Eve is out of the picture and that the beam of photons successfully gets transmitted to Bob without interference. This means that Bob, sitting at his home computer, receives a string of polarized photons … but what can he do with that? He first uses a random sequence of filters to measure the incoming photons. Based on probability, he will get some right and others wrong. This is when Alice and Bob must initiate contact to speak about the filter basis used to decode on Bob's side. Alice will then apply the same filters used by Bob and, seeing as there was no intrusion by Eve, they will end up with the exact same key sequence. This key can then be used as a unique and 100% secret key.</p>
<p>
Quantum cryptography is still in its beta stages, meaning that it is, for the most part, theoretical. However, Toshiba's Research Team in Cambridge successfully transmitted quantum information over a distance of 50 kilometers at a speed of over 1 megabit per second. This simply proves that technology is advancing at incredible speeds and that, over time, the domains of mathematics and physics will have forever greyer borders. Quantum cryptography is a step in the right direction (no pun intended).</p>
]]></content:encoded>
			<wfw:commentRss>http://f33r.com/?feed=rss2&amp;p=59</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>South Park creators face severe threats from Muslim Extremists</title>
		<link>http://f33r.com/?p=58</link>
		<comments>http://f33r.com/?p=58#comments</comments>
		<pubDate>Thu, 22 Apr 2010 22:20:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Comedy]]></category>
		<category><![CDATA[Just Me]]></category>
		<category><![CDATA[Useless Rants]]></category>

		<guid isPermaLink="false">http://f33r.com/?p=58</guid>
		<description><![CDATA[As a die hard South Park fan, I was overjoyed to see the new 200th and 201st episodes of the series. These episodes rotate around Muhammad, the prophet of the Muslim faith, and that fact that he is immune to all comedic remarks (due to violent response from extremists). As Trey Parker and Matt Stone [...]]]></description>
			<content:encoded><![CDATA[<p>As a die hard South Park fan, I was overjoyed to see the new 200th and 201st episodes of the series. These episodes rotate around Muhammad, the prophet of the Muslim faith, and that fact that he is immune to all comedic remarks (due to violent response from extremists). As Trey Parker and Matt Stone have said on countless occasions:</p>
<p>"It's all, or nothing."</p>
<p>This simple quote clearly depicts the vision the creators have of their animated show. If its not alright to laugh about something, then its not okay to laugh about anything. Lest we forget the parting of the character "Chef" (played by Isaac Hayes) form the show due to the mocking of Scientology in the episode "Trapped in the Closet". Hayes threatened to leave the show if they aired the episode, seeing as he is a devout Scientologist), but due to Parker and Stone's strong ideals, the show aired and Hayes left.</p>
<p>Muhammad has been portrayed in South Park before, in the episode entitled the "The Super Best Friends", and it seemed fine with everyone in general. It has only recently arose controversy seeing as Danish filmographer Theo Van Gogh.</p>
<p>South Park creators Parker and Stone have both received death threats from Muslim extremist groups, however they successfully mock Muhammad in their latest episode.</p>
<p>Out.</p>
<p align="center"><img alt="muhammad" src="muhammad.jpg" width="300" height="224" /></p>
]]></content:encoded>
			<wfw:commentRss>http://f33r.com/?feed=rss2&amp;p=58</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>TIP #1: Marking Your Territory [College Tips]</title>
		<link>http://f33r.com/?p=57</link>
		<comments>http://f33r.com/?p=57#comments</comments>
		<pubDate>Wed, 14 Apr 2010 22:29:49 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[It Pisses Me Off!]]></category>
		<category><![CDATA[Just Me]]></category>
		<category><![CDATA[Party Time!]]></category>

		<guid isPermaLink="false">http://f33r.com/?p=57</guid>
		<description><![CDATA[This is the first tip of several involving living alone while at college. I'll usually assume that you're either living with one other person, or many (as it is in my case). I figure sharing these little tidbits will helps others who are living in "the big world" (heck yeah!).
Problem: Your roommate(s) using your things [...]]]></description>
			<content:encoded><![CDATA[<p>This is the first tip of several involving living alone while at college. I'll usually assume that you're either living with one other person, or many (as it is in my case). I figure sharing these little tidbits will helps others who are living in "the big world" (heck yeah!).</p>
<p><strong>Problem:</strong> Your roommate(s) using your things (accidentally or on purpose) </p>
<p><strong>Solution:</strong> Mark your territory. This way they won't confuse their food with yours (it happens) or so you can figure out WHO is using WHAT and flat out tell them not to (instead of nobody fessing up to the crime and you being left empty handed with no evidence to catch the nasty perpetrator).</p>
<p><u>Foods<br /></u>*Mark all of your food (especially meats and other generic things). This is as simple as putting your initials on the cover/box/plastic.<br />
*If your food are portioned (cookies, crackers, fruits etc.) you can easily count the number of portions left, or the number of portions eaten. If something is fishy, you know someone's eaten some of your stuff.<br />
*Keep your pantry and your fridge area organized, so you can quickly see if something is missing or moved.</p>
<p><u>In the shower<br /></u>*To know if someone used your shampoo/conditioner, you can clean the nozzle after you use it. If you go to use it again and the nozzle has shampoo or stuff around it, its obviously been used.<br />
*If you can, keep your soap out of the shower and only bring it in when you're about to take shower. If you can't, when you're done using your soap, make a small engraving on the curved side with your nail. If its used, the engraving will be faded or gone completely.</p>
<p><u>In your room</u><br />
*If you're lucky enough to have your own room, lock it at all times (duh).<br />
*If you share a room with someone else, chances are the door will be open most of the time. To keep your things safe (money, papers etc), keep a small safe (anything that you can attach a lock too -- a school bag with small hoops in the zipper even) somewhere out of sight.<br />
*If you own a computer, lock it every time you get up to do something. This is a good habit to have period. In Windows, all you have to do is press Win+L (windows key and then the L key) to lock your screen.</p>
<p>
That's all I can think about at the moment. I'll edit this post if anything else comes up. Keep your shit safe people!</p>
<p>Out.</p>
<p align="center"><img alt="unrelated" src="unrelated.jpg" width="450" height="299" /></p>
]]></content:encoded>
			<wfw:commentRss>http://f33r.com/?feed=rss2&amp;p=57</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Best Zombie Movie List</title>
		<link>http://f33r.com/?p=56</link>
		<comments>http://f33r.com/?p=56#comments</comments>
		<pubDate>Mon, 12 Apr 2010 02:32:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Comedy]]></category>
		<category><![CDATA[Just Me]]></category>
		<category><![CDATA[Media]]></category>
		<category><![CDATA[Party Time!]]></category>

		<guid isPermaLink="false">http://f33r.com/?p=56</guid>
		<description><![CDATA[Who doesn't love zombie movies? Hollywood budget to B-movies, zombie flicks rock, and you know it. So my roommates and I have decided to dedicate one night to these beautiful pieces of art, and in light of this dedication I decided to put together the ultimate zombie movie list. I currently have 450GB of movies [...]]]></description>
			<content:encoded><![CDATA[<p><img alt="madgad-zombie-tux-1963" align="left" src="madgad-zombie-tux-1963.png" width="90" height="91" />Who doesn't love zombie movies? Hollywood budget to B-movies, zombie flicks rock, and you know it. So my roommates and I have decided to dedicate one night to these beautiful pieces of art, and in light of this dedication I decided to put together the ultimate zombie movie list. I currently have 450GB of movies on my computer, about 10 of which are zombie flicks. So, by using my existing collection and some others I've seen but I don't have, I give you the list:</p>
<blockquote>
<p>SZ: Slow Zombies<br />
FZ: Fast Zombies<br />
M: Medium Gore<br />
H: Heavy Gore<br />
CM: Comedy<br />
HY: Hollywood<br />
B: B-Movie (Low Budget)<br />
A: Animation/Cartoon</p>
</blockquote>
<p>(always start with the oldies, you'll see how zombie movies change over time)<br />
- Night of the Living Dead (1968) [SZ,M]<br />
- Dawn of the Dead (1978) [SZ,M]<br />
- The Evil Dead [H,B]<br />
- The Evil Dead 2 [H,B,C]<br />
- Dead Alive [H,B]<br />
- 28 Days Later [FZ,H]<br />
- 28 Weeks Later [FZ,H,HY]<br />
- Dawn of the Dead [FZ,H,HY]<br />
- Day of the Dead [FZ,H,HY]<br />
- Shaun of the Dead [FZ,H,HY,CM]<br />
- Resident Evil Extinction [FZ,H,HY]<br />
- Resident Evil Degeneration [A]<br />
- Zombieland [FZ,M,CM,HY]</p>
<p>I thought I'd finish off with a bit of comedy (even though I didn't think Zombieland had enough gore, but that's just me).</p>
<p>Hope you enjoy it.</p>
]]></content:encoded>
			<wfw:commentRss>http://f33r.com/?feed=rss2&amp;p=56</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Giving Ruby a try</title>
		<link>http://f33r.com/?p=55</link>
		<comments>http://f33r.com/?p=55#comments</comments>
		<pubDate>Fri, 09 Apr 2010 00:32:08 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Computer Stuff]]></category>
		<category><![CDATA[Just Me]]></category>
		<category><![CDATA[Math & Numbers]]></category>
		<category><![CDATA[My Gems of the Internet]]></category>

		<guid isPermaLink="false">http://f33r.com/?p=55</guid>
		<description><![CDATA[I've recently felt the urge to learn and master one (or several) of the new-hippie programming languages. I've done some Google searches and now I have to decide between the all-hailed Perl, the syntax crazed Python and the user-friendly Ruby.
Seeing as I'm a syntax whore myself, I started up with Python learning simple loop functions [...]]]></description>
			<content:encoded><![CDATA[<p>I've recently felt the urge to learn and master one (or several) of the new-hippie programming languages. I've done some Google searches and now I have to decide between the all-hailed Perl, the syntax crazed Python and the user-friendly Ruby.</p>
<p>Seeing as I'm a syntax whore myself, I started up with Python learning simple loop functions and variable definitions. I quickly felt ill with all the UGLY syntaxing. So I killed that project.</p>
<p>I read up on Perl and decided to look at that last.</p>
<p>I moved onto Ruby, and that's where I'm at right now.<br />
I've downloaded the libraries from the website (<a href="http://www.ruby-lang.org/en/" target="_blank">linky</a>) and I'll post some code up when I get a chance. I might define how to make and call custom functions or something like that.</p>
<p>If you've got an opinion on the Perl vs. Python vs. Ruby debate, please let me know what you think so I can refine my fiddling.</p>
<p align="center"><img alt="logo" src="logo.gif" width="331" height="119" /></p>
]]></content:encoded>
			<wfw:commentRss>http://f33r.com/?feed=rss2&amp;p=55</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Solving RLC Circuits I (series)</title>
		<link>http://f33r.com/?p=54</link>
		<comments>http://f33r.com/?p=54#comments</comments>
		<pubDate>Tue, 06 Apr 2010 02:10:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Just Me]]></category>
		<category><![CDATA[Math & Numbers]]></category>
		<category><![CDATA[Science]]></category>

		<guid isPermaLink="false">http://f33r.com/?p=54</guid>
		<description><![CDATA[In my Physics for Engineer's class, we are currently learning about solving RL and RLC circuits using complex numbers. It is also possible to find solutions to these circuits using a polar notation of vectors in a phasor diagram. I find it easier to use complex numbers, so we'll do that.
When presented with an RLC [...]]]></description>
			<content:encoded><![CDATA[<p>In my Physics for Engineer's class, we are currently learning about solving RL and RLC circuits using complex numbers. It is also possible to find solutions to these circuits using a polar notation of vectors in a phasor diagram. I find it easier to use complex numbers, so we'll do that.</p>
<p>When presented with an RLC circuit, follow these steps to solve for the current, voltage and impedance through the different components.</p>
<p>*First you need to identify if you're dealing with components in series, parallel or a mix of the two.</p>
<p><strong>SERIES<br /></strong>Write up a table that looks like this:</p>
<p align="center"><img alt="series" src="series.png" width="450" height="126" /></p>
<p>Fill in the values according to the variables I put in the table above. You'll notice that the values for the current across the resistor, inductor and capacitor are the same. This is obvious seeing as current remains the same in a series circuit. All of the values are in complex form (a + bj), so they can be easily added, subtracted and multiplied.</p>
<p>I'll write up another short tutorial for parallel and mixed circuits.</p>
]]></content:encoded>
			<wfw:commentRss>http://f33r.com/?feed=rss2&amp;p=54</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I Use BlogDesk</title>
		<link>http://f33r.com/?p=51</link>
		<comments>http://f33r.com/?p=51#comments</comments>
		<pubDate>Sun, 04 Apr 2010 19:40:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Computer Stuff]]></category>
		<category><![CDATA[Just Me]]></category>
		<category><![CDATA[My Gems of the Internet]]></category>

		<guid isPermaLink="false">http://f33r.com/?p=51</guid>
		<description><![CDATA[
Wordpress is (by far) the most amazing blogging utility. However, the user interface of the admin panels isn't up to par with others. I needed to find a way to use Wordpress to power my blog AND find another way to post to it. I went through some WP settings and discovered that I could [...]]]></description>
			<content:encoded><![CDATA[<p><img style="WIDTH: 100px; HEIGHT: 100px" border="0" hspace="10" alt="wplogo" vspace="10" align="left" src="http://f33r.com/wplogo.png" width="100" height="100" /></p>
<p>Wordpress is (by far) the most amazing blogging utility. However, the user interface of the admin panels isn't up to par with others. I needed to find a way to use Wordpress to power my blog AND find another way to post to it. I went through some WP settings and discovered that I could post to my blog through either email or a third party software.</p>
<p>Email seemed too simple and would probably prove too much of a hassle to add images and format the posts the way I wanted. So I looked into the third party applications that could run from my computer without having to log into my admin panel.</p>
<p>Then I ran across BlogDesk....</p>
<p>From their website:<br />
<em>"BlogDesk is totally free of charge and optimized for the blog systems WordPress, MovableType, Drupal, Serendipity and ExpressionEngine.</p>
<p>Whether it's grandma &amp; grandpa or the corporate blogger, whether it's an online diary or a high traffic blog, they all will profit from BlogDesk. And sure enough, their readers will, too. "</em></p>
<p>I did try other publishing software before BlogDesk, but it's the only one that had everything I needed. Every post I've put up on this blog has been published using BD and I haven't been disappointed yet.</p>
<p>To read about the features of BlogDesk, go <a href="http://www.blogdesk.org/en/info.htm" target="_blank">here</a><br />
<a href="http://www.blogdesk.org/en/blogdesk-284-en.exe">Download BlogDesk</a> ...... for free!</p>
]]></content:encoded>
			<wfw:commentRss>http://f33r.com/?feed=rss2&amp;p=51</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
