<?xml version="1.0" encoding="utf-8" ?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns="http://purl.org/rss/1.0/">




    



<channel rdf:about="http://rudd-o.com/everything/RSS">
  <title>Rudd-O.com: the latest twenty</title>
  <link>http://rudd-o.com</link>
  
  <description>
    
       A feed with the latest twenty articles and more, in all languages.
       
  </description>
  
  
  
            <syn:updatePeriod>hourly</syn:updatePeriod>
            <syn:updateFrequency>1</syn:updateFrequency>
            <syn:updateBase>2008-11-13T17:05:31Z</syn:updateBase>
        
  
  <image rdf:resource="http://rudd-o.com/logo.png"/>

  <items>
    <rdf:Seq>
        
            <rdf:li rdf:resource="http://rudd-o.com/linux-and-free-software/installing-fedora-on-top-of-zfs/index"/>
        
        
            <rdf:li rdf:resource="http://rudd-o.com/linux-and-free-software/ways-in-which-zfs-is-better-than-btrfs"/>
        
        
            <rdf:li rdf:resource="http://rudd-o.com/monopolies-of-the-mind/thoughts-after-my-dinner-with-richard-stallman"/>
        
        
            <rdf:li rdf:resource="http://rudd-o.com/archives/what-is-bitcoin"/>
        
        
            <rdf:li rdf:resource="http://rudd-o.com/archives/a-fable-of-science-and-politics"/>
        
        
            <rdf:li rdf:resource="http://rudd-o.com/archives/the-american-medical-association-journal-of-ethics-wants-more-guinea-pigs"/>
        
        
            <rdf:li rdf:resource="http://rudd-o.com/archives/violent-abusers-experience-orgasmic-pleasure"/>
        
        
            <rdf:li rdf:resource="http://rudd-o.com/monopolies-of-the-mind/intellectual-monopolies-are-not-property-and-duplicating-them-is-not-theft-part-2"/>
        
        
            <rdf:li rdf:resource="http://rudd-o.com/archives/the-largest-street-gang-in-america"/>
        
        
            <rdf:li rdf:resource="http://rudd-o.com/archives/no-one-is-illegal"/>
        
        
            <rdf:li rdf:resource="http://rudd-o.com/archives/how-the-federal-reserve-causes-exploitation-of-foreign-low-wage-labor"/>
        
        
            <rdf:li rdf:resource="http://rudd-o.com/archives/its-not-about-the-corrupt-corporations.-its-about-the-corruption-that-is-government"/>
        
        
            <rdf:li rdf:resource="http://rudd-o.com/archives/people-naturally-help-each-other"/>
        
        
            <rdf:li rdf:resource="http://rudd-o.com/archives/the-beast"/>
        
        
            <rdf:li rdf:resource="http://rudd-o.com/archives/never-underestimate-the-power-of-politics"/>
        
    </rdf:Seq>
  </items>

</channel>


    <item rdf:about="http://rudd-o.com/linux-and-free-software/installing-fedora-on-top-of-zfs/index">
    <title>How to install Fedora on top of ZFS</title>
    <link>http://rudd-o.com/linux-and-free-software/installing-fedora-on-top-of-zfs/index</link>
    <description>A step-by-step guide to install ZFS on a newly-installed Fedora system, with screenshots and tips.</description>
    <content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[<p>
	This time, we will help you set up a newly installed Fedora system on your computer, which will boot from a ZFS file system. &nbsp;In a later guide, we'll show how to migrate an existing Fedora system to ZFS.</p>
<h2>
	What's this ZFS thing? &nbsp;Why would I want it on my computer?</h2>
<p>
	<strong>ZFS is, bar none, the best file system ever invented</strong>. &nbsp;It's better than ext4, better than XFS, and <a href="http://rudd-o.com/linux-and-free-software/ways-in-which-zfs-is-better-than-btrfs">better than btrfs</a> (which is, to date, the most advanced file system included in the Linux kernel).</p>
<p>
	If you want high reliability, data integrity and ease of administration for your computer, then you <em>want</em> to install Fedora atop ZFS.</p>
<p>
	I'll help you do exactly that.</p>
<h2>
	Gather what you'll need</h2>
<p>
	This guide should take about 25 to 30 minutes of your time, unless you're making a speed run. &nbsp;You will need:</p>
<ol>
	<li>
		A computer with a hard disk (or SSD, same thing). &nbsp;Conceivably, you could install on an USB drive too. &nbsp;We'll stick to the hard disk in this case.</li>
	<li>
		A USB drive or CD-ROM with Fedora 16 Live booting from it. &nbsp;You can record a CD or use liveusb-creator to afford your USB the Live CD.</li>
</ol>
<h2>
	Install Fedora</h2>
<p>
	We are going to install a Fedora copy on your computer.</p>
<h3>
	Boot Fedora Live</h3>
<p>
	Tell your computer that you want to boot from the USB drive or CD-ROM containing the Fedora Live installation you have at hand. &nbsp;For this, the instructions will vary from computer to computer, so we won't say much about that.</p>
<p style="text-align: center; ">
	<img src="http://rudd-o.com/linux-and-free-software/installing-fedora-on-top-of-zfs/images/01%20fedora%20live%20booted.png" alt="" title="01 fedora live booted.png" /></p>
<h3>
	Start the installation program</h3>
<p>
	Now run the Install to Hard Disk program in the System tools menu.</p>
<p style="text-align: center; ">
	<img src="http://rudd-o.com/linux-and-free-software/installing-fedora-on-top-of-zfs/images/02%20install%20hard%20disk.png" alt="" style="width: 856px; height: 670px; " title="02 install hard disk.png" /></p>
<p>
	You can use the installation program as usual. &nbsp;We'll just have to make a quick stop on the partitioning part, where we'll hold your hands. &nbsp;Select&nbsp;<em>Create custom layout</em> from the options:</p>
<h3>
	Partition your disk correctly</h3>
<p style="text-align: center; ">
	<img src="http://rudd-o.com/linux-and-free-software/installing-fedora-on-top-of-zfs/images/03%20create%20custom%20layout.png" alt="" style="width: 856px; height: 670px; " title="03 create custom layout.png" /></p>
<p>
	OK, now that you're you're here, continue and create the following partition layout:</p>
<ol>
	<li>
		A BIOS boot partition, 2 MB in size</li>
	<li>
		A <kbd>/boot</kbd> partition (ext4 or ext2, whatever you prefer) around 500 MB in size</li>
	<li>
		A swap partition, probably twice as big as the RAM&nbsp;memory in your system.</li>
	<li>
		An ext4 partition, mounted nowhere. &nbsp;You must select&nbsp;<em>Fill to maximum available size</em></li>
	<li>
		Another ext4 partition, mounted nowhere. &nbsp;You must select the same <em>Fill</em>&nbsp;option as before.</li>
	<li>
		Once you have done this, select the very last partition, and change it so it mounts on <kbd>/</kbd>.</li>
</ol>
<p>
	In sum: it's very important that the last partition on disk is the <kbd>/</kbd> partition, and that the swap partition be at the beginning of the disk. &nbsp;This is how it will look like in the end:</p>
<p style="text-align: center; ">
	<img src="http://rudd-o.com/linux-and-free-software/installing-fedora-on-top-of-zfs/images/04%20disk%20partition%20layout.png" alt="" style="width: 856px; height: 670px; " title="04 disk partition layout.png" /></p>
<p>
	Now hit Next.</p>
<h3>
	Continue the installation after rebooting</h3>
<p>
	You can continue the installation as normal. &nbsp;When the installation is done, eject the CD or USB drive, and reboot. &nbsp;After rebooting, complete the Fedora post-install wizard. &nbsp;Here's the product of your work:</p>
<p style="text-align: center; ">
	<img src="http://rudd-o.com/linux-and-free-software/installing-fedora-on-top-of-zfs/images/05%20log%20in%20as%20mr%20z.png" alt="" style="width: 856px; height: 670px; " title="05 log in as mr z.png" /></p>
<h3>
	Disable SELinux</h3>
<p>
	As root, edit <kbd>/etc/selinux/config</kbd> and disable SELinux by changing <kbd>SELINUX</kbd> to <kbd>disabled</kbd>. &nbsp;Save the file.</p>
<p>
	Then disable enforcement for the duration of your current session by running the command:</p>
<pre>
setenforce 0</pre>
<p>
	Note: yes, SELinux is important. &nbsp;We know. &nbsp;For the time being, however, your system will require that you disable SELinux until all issues preventing the use of SELinux with ZFS are ironed out. &nbsp;Maybe you can help us fix them.</p>
<h2>
	Install ZFS</h2>
<p>
	Since the installation of ZFS is a bit involved, we'll give you a few steps to run by hand and then a script that will take care of ZFS just fine. &nbsp;The following steps you will need to run as root, so open a terminal window and run the following commands as root.</p>
<h3>
	Install dependencies first</h3>
<p>
	You'll need to a series of dependencies to compile ZFS, so install them first:</p>
<pre>
yum install -y git patch kernel-devel gcc zlib-devel libuuid-devel libtool automake autoconf</pre>
<h3>
	Clone ZFS</h3>
<p>
	OK, after doing this, clone the ZFS repositories:</p>
<pre>
cd /usr/src
git clone https://github.com/zfsonlinux/spl
git clone https://github.com/Rudd-O/zfs</pre>
<p>
	This should net you two directories in <kbd>/usr/src</kbd> containing these sources.</p>
<h3>
	Add the compile script</h3>
<p>
	You will need to run <a href="http://rudd-o.com/linux-and-free-software/installing-fedora-on-top-of-zfs/files/deploy-zfs">the following script</a> soon. &nbsp;Save the contents of that file as&nbsp;<kbd>/usr/src/deploy-zfs</kbd>: &nbsp;Don't forget to make it executable.</p>
<h3>
	Patch GRUB to accept ZFS root file systems</h3>
<p>
	OK, now it's time to patch GRUB. &nbsp;Do the following steps:</p>
<pre>
cp /sbin/grub2-mkconfig /usr/src/grub-mkconfig.in
patch -p2 &lt; /usr/src/zfs/grub2/grub-mkconfig-zfs-support.diff
mv /usr/src/grub-mkconfig.in /usr/src/grub2-mkconfig</pre>
<h3>
	Tell the system to run deploy-zfs on every kernel installation</h3>
<p>
	To get this step done, do the following:</p>
<pre>
mkdir -p /etc/kernel/postinst.d
ln -s /usr/src/deploy-zfs /etc/kernel/postinst.d/</pre>
<h3>
	Run deploy-zfs</h3>
<p>
	At this point, you're ready to install ZFS. &nbsp;Run it:</p>
<pre>
/usr/src/deploy-zfs</pre>
<h3>
	Reboot</h3>
<p>
	Since the kernel-devel package is only available for the latest kernel, the ZFS modules are only going to be available on the latest kernel. &nbsp;<em>So you are now going to reboot using the latest kernel</em>.</p>
<p>
	Reboot your machine. &nbsp;When it reboots, select the latest kernel. &nbsp;After boot is done, confirm that you're using the latest kernel using the commands <kbd>rpm -q kernel</kbd> and <kbd>uname -r</kbd>.</p>
<h2>
	Prepare the​ ZFS pool and file systems</h2>
<p>
	OK. &nbsp;You have rebooted. &nbsp;Good.</p>
<p>
	Remember when we created a partition that was empty initially during the installation? &nbsp;Excellent. &nbsp;We're going to create a pool right there. &nbsp;In the following example, we assume that your root file system is mounted in <kbd>/dev/sda5</kbd> and the empty space is mounted in <kbd>/dev/sda4</kbd>. &nbsp;It would be a good idea to check this fact with the <kbd>mount</kbd> and <kbd>parted</kbd> commands before you proceed.</p>
<h3>
	Create the storage pool</h3>
<p>
	Run the following commands:</p>
<pre>
zpool create pool -m none -o ashift=12 /dev/sda4</pre>
<p>
	The <kbd>-m none</kbd> parameter tells the pool to not mount itself anywhere. &nbsp;The <kbd>-o ashift=12</kbd> parameter is optional, but it will make your pool perform better on advanced-format 4K sector disks (like SSDs and big hard disks).</p>
<p>
	If you did it right, you should be able to do the following and see a screen similar to this:</p>
<p style="text-align: center; ">
	<img src="http://rudd-o.com/linux-and-free-software/installing-fedora-on-top-of-zfs/images/06%20create%20pool%20FOR%20REALZ.png" alt="" style="width: 856px; height: 670px; " title="06 create pool FOR REALZ.png" /></p>
<h3>
	Create the root file system, along with other file systems</h3>
<p>
	Strictly speaking, this step is optional. &nbsp;You could use your pool exactly as it was when it was created. &nbsp;However, it's a good idea to follow the next step because it allows you to carry multiple operating systems and system directories in your pool more easily, so it's recommended.</p>
<pre>
zfs create pool/ROOT
zfs create pool/ROOT/fedora</pre>
<p>
	You should see something like this, after listing them:</p>
<p style="text-align: center; ">
	<img src="http://rudd-o.com/linux-and-free-software/installing-fedora-on-top-of-zfs/images/07%20create%20root%20and%20fedora.png" alt="" style="width: 856px; height: 670px; " title="07 create root and fedora.png" /></p>
<p>
	<kbd>pool/ROOT/fedora</kbd> will be your root file system. &nbsp;Feel free to create as many file systems underneath it as you would like, now. &nbsp;<kbd>pool/ROOT/fedora/home</kbd>, <kbd>pool/ROOT/fedora/var</kbd>, go wild like this:</p>
<p>
	&nbsp;</p>
<pre>
zfs create pool/ROOT/fedora/home
zfs create pool/ROOT/fedora/var</pre>
<p>
	Note: there is an exception to this. &nbsp;Remember that <kbd>/usr</kbd> <strong>cannot</strong> be an independent file system for now -- you can create it and set its <kbd>canmount</kbd> property to <kbd>no</kbd>, then create child file systems with <kbd>canmount=yes</kbd>&nbsp;within <kbd>/usr</kbd>, but you cannot directly mount any file system on <kbd>/usr</kbd> without your system breaking completely. &nbsp;This issue will be addressed in the future by the ZFS team. &nbsp;In the meantime. <kbd>/usr</kbd> must be available as part of the root file system.</p>
<h3>
	Set optional properties on the pool</h3>
<p>
	This is an optional step. &nbsp;Now is the best time to set properties like compression or no access time updates on your pool. &nbsp;If you have a decent CPU, compression will give you higher performance, especially with slower disks. &nbsp;Disabling access time recording gives an extra boost. &nbsp;This is the moment to set them:</p>
<pre>
zfs set compression=on pool
zfs set atime=off pool</pre>
<p>
	OK. &nbsp;Now every byte hitting your pool will be compressed. &nbsp;Nice space savings!</p>
<h3>
	Export the pool and reimport it with an alternate root</h3>
<p>
	Run the following commands:</p>
<pre>
zpool export pool
zpool import -o altroot=/sysroot pool</pre>
<p>
	This will make the ZFS system mount any file systems within the pool in <kbd>/sysroot</kbd>.</p>
<h3>
	Mount the file system that will be the destination for your operating system</h3>
<p>
	Set the <kbd>mountpoint</kbd> property on the root file system for your operating system:</p>
<pre>
zfs set mountpoint=/ root/POOL/fedora</pre>
<p>
	Your file systems will now look like this:</p>
<p style="text-align: center; ">
	<img src="http://rudd-o.com/linux-and-free-software/installing-fedora-on-top-of-zfs/images/08%20mount%20root.png" alt="" style="width: 856px; height: 670px; " title="08 mount root.png" /></p>
<h2>
	Migrate and configure the operating system</h2>
<h3>
	Copy the operating system to <kbd>/sysroot</kbd></h3>
<p>
	The next step is straightforward and it only requires waiting a bit:</p>
<pre>
rsync -axv / /sysroot/</pre>
<p>
	Note the slash in the end of <kbd>/sysroot/</kbd>!</p>
<h3>
	Populate /dev</h3>
<p>
	You'll need the device files too:</p>
<pre>
rsync -axv /dev/ /sysroot/dev/</pre>
<h3>
	Chroot into the /sysroot file system</h3>
<p>
	That's it. &nbsp;Use <kbd>chroot</kbd> to enter that directory as if it was the root.</p>
<h3>
	Mount /boot, /sys and /proc</h3>
<pre>
mount -t proc proc /proc
mount -t sysfs sys /sys
mount /boot</pre>
<p>
	This is how your system should look like after mounting these file systems.</p>
<p style="text-align: center; ">
	<img src="http://rudd-o.com/linux-and-free-software/installing-fedora-on-top-of-zfs/images/09%20all%20mounted.png" alt="" style="width: 856px; height: 670px; " title="09 all mounted.png" /></p>
<h3>
	Edit fstab to fix the root file system</h3>
<p>
	Now you'll be editng the root file system entry in <kbd>fstab</kbd>. &nbsp;Edit the file <kbd>/etc/fstab</kbd>, and change the line that mounts <kbd>/</kbd> as follows:</p>
<pre>
pool/ROOT/fedora / zfs defaults 0 0</pre>
<p>
	You may want to replace <kbd>defaults</kbd> with <kbd>noatime</kbd> for higher performance. &nbsp;This is how it should look like:</p>
<p style="text-align: center; ">
	<img src="http://rudd-o.com/linux-and-free-software/installing-fedora-on-top-of-zfs/images/10%20fstab.png" alt="" style="width: 856px; height: 670px; " title="10 fstab.png" /></p>
<h3>
	Redo GRUB configuration</h3>
<p>
	We will be using the special <kbd>grub2-mkconfig</kbd> that we patched earlier for this. &nbsp;Run the following command:</p>
<pre>
/usr/src/grub2-mkconfig | tee /boot/grub2/grub.cfg</pre>
<p>
	Your screen should look a bit like this. &nbsp;Note the <kbd>root=pool/ROOT/fedora</kbd> parameter!</p>
<p style="text-align: center; ">
	<img src="http://rudd-o.com/linux-and-free-software/installing-fedora-on-top-of-zfs/images/12%20grub.cfg.png" alt="" style="width: 856px; height: 670px; " title="12 grub.cfg.png" /></p>
<h3>
	Regenerate the initial RAM disk</h3>
<p>
	OK, now it's time to regenerate the initial RAM disk. &nbsp;The following command accomplishes that:</p>
<pre>
dracut -f /boot/initramfs-`uname -r`.img `uname -r`
</pre>
<p>
	Ignore the errors it gives you about <samp>no such dataset</samp>. &nbsp;These are temporary error messages because you are in a chroot.</p>
<h3>
	Unmount mounted file systems inside the chroot, and exit the chroot</h3>
<p>
	Clean up your chroot, and exit it.</p>
<pre>
umount /boot
umount /sys
umount /proc
exit</pre>
<h3>
	Export the pool</h3>
<p>
	To ensure a clean system, export the pool now.</p>
<pre>
zpool export pool</pre>
<p>
	If this process hangs, just wait thirty seconds, and then hard power off your machine. &nbsp;ZFS won't lose a bit because of this.</p>
<h3>
	Reboot</h3>
<p>
	Reboot your operating system. &nbsp;The system should boot normally.</p>
<h3>
	Confirm that your system is now using ZFS as the root file system</h3>
<p>
	Run the <kbd>mount</kbd>&nbsp;command. &nbsp;It should show you the following, confirming that ZFS is now your root file system, and everything works normally:</p>
<p style="text-align: center; ">
	<img src="http://rudd-o.com/linux-and-free-software/installing-fedora-on-top-of-zfs/images/13%20success%20after%20reboot.png" alt="" style="width: 856px; height: 670px; " title="13 success after reboot.png" /></p>
<h2>
	Enlarge the pool to take the unused space up</h2>
<p>
	The last and final step is short and sweet. &nbsp;It involves nuking the ext4 partition and enlarging the ZFS partition to take up the empty space. &nbsp;We'll show you how to do that right now.</p>
<h3>
	Nuke the ext4 partition</h3>
<p>
	Open <kbd>parted</kbd> on a terminal as root. &nbsp;Follow these steps:</p>
<ul>
	<li>
		Remove partition 5:&nbsp;<kbd>rm 4</kbd><br />
		This is the ext4 partition we created earlier that was mounted on <kbd>/</kbd>.</li>
	<li>
		Resize partition 4 to take up the newly freed space:
		<ul>
			<li>
				Change to sectors unit: <kbd>unit s</kbd></li>
			<li>
				Show the list of partitions: <kbd>p</kbd></li>
			<li>
				Make a note of the starting size of partition 4, and the total size of the disk.</li>
			<li>
				Remove partition 4: <kbd>rm 4</kbd><br />
				Ignore any errors.</li>
			<li>
				Create a new partition: <kbd>mkpart</kbd>.
				<ul>
					<li>
						Give it no name.</li>
					<li>
						Set its type to ext4 (doesn't matter, really).</li>
					<li>
						Set its starting point to the old partition 4's starting point.</li>
					<li>
						Set its ending point to the size of the disk in sectors minus 1.</li>
					<li>
						Ignore all errors.</li>
				</ul>
			</li>
		</ul>
	</li>
</ul>
<p>
	After all the changes, <kbd>parted</kbd> should look like this:</p>
<p style="text-align: center; ">
	<img src="http://rudd-o.com/linux-and-free-software/installing-fedora-on-top-of-zfs/images/14%20new%20partition%20table.png" alt="" style="width: 856px; height: 670px; " title="14 new partition table.png" /></p>
<p>
	Reboot your machine now. &nbsp;As long as the starting sector of the ZFS partition remains unchanged, ZFS will be unfazed by this change in partitions.</p>
<h3>
	Enlarge the pool</h3>
<p>
	After the reboot, run the command:</p>
<pre>
zpool online -e pool /dev/sda4</pre>
<p>
	Once you have done that, the pool will have gobbled up the new space in the bigger partition. &nbsp;Look:</p>
<p style="text-align: center; ">
	<img src="http://rudd-o.com/linux-and-free-software/installing-fedora-on-top-of-zfs/images/15%20resized.png" alt="" style="width: 856px; height: 670px; " title="15 resized.png" /></p>
<h2>
	That's it!</h2>
<p>
	And that is it. &nbsp;That is really the end. &nbsp;You have a system that runs ZFS and boots from it. &nbsp;Great job!</p>
<p>
	From now on, every time you update the kernel, the <kbd>deploy-zfs</kbd> script will be run right after the new kernel is deployed into place, allowing you to boot updated kernels with ZFS just fine. &nbsp;In the future, the ZFS on Linux project will release more enhancements to get your system up and running with the latest version of ZFS without compilation. &nbsp;For the moment, your system is going to do fine. &nbsp;Make sure you update with <kbd>git pull</kbd> the <kbd>spl</kbd> and <kbd>zfs</kbd> source trees from time to time!</p>
<p>
	Good luck, and happy hacking!</p>
<hr />
<p>
	<cite>Huge thanks to <a href="https://twitter.com/shiiineeeee">@shiinee</a> for helping me with test-driving the entire process and documenting each step!</cite></p>

<p><small>This article was culled from <a href="http://rudd-o.com/linux-and-free-software/installing-fedora-on-top-of-zfs/index">How to install Fedora on top of ZFS</a></small>.</p>]]></content:encoded>
    <dc:publisher>No publisher</dc:publisher>
    <dc:creator>RuddO</dc:creator>
    <dc:rights></dc:rights>
    
        <dc:subject>ZFS</dc:subject>
    
    
        <dc:subject>HOWTO</dc:subject>
    
    
        <dc:subject>Fedora</dc:subject>
    
    
        <dc:subject>Linux</dc:subject>
    
    <dc:date>2012-03-29T18:59:13Z</dc:date>
    <dc:type>Blog Entry</dc:type>
    </item>


    <item rdf:about="http://rudd-o.com/linux-and-free-software/ways-in-which-zfs-is-better-than-btrfs">
    <title>How ZFS continues to be better than btrfs</title>
    <link>http://rudd-o.com/linux-and-free-software/ways-in-which-zfs-is-better-than-btrfs</link>
    <description>ZFS keeps winning over btrfs on many fronts.  Here's a short list that explains exactly how.</description>
    <content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[<p>
	We keep hearing about the wonders of btrfs. &nbsp;btrfs is algorithmically better, btrfs has features that ZFS does not have, btrfs is going to win over ZFS at some unspecified point in the future.</p>
<p>
	The reality is that, <em>today</em>, ZFS is <em>way</em> better than btrfs in a number of areas, in very concrete ways that make using ZFS a joy and make using btrfs a pain, and make ZFS the only choice for many workloads. &nbsp;Even in single-disk laptop or desktop configurations, ZFS has a number of advantages over btrfs that will make your life much easier.</p>
<p>
	Here, I will examine in detail all the ways in which ZFS is better than btrfs. &nbsp;Fundamentally, all of these advantages are practical consequences of user-centered design decisions that -- while technically possible to implement in btrfs -- were completely absent during the conception of btrfs. &nbsp;We can only hope that, with a bit of luck, the btrfs developers will eventually fix these problems and produce a superior file system.</p>
<p>
	For the record, everything I've discussed here is available for Linux, both as the <a href="http://github.com/zfsonlinux/">ZFS on Linux</a> project and the <a href="http://zfs-fuse.net">ZFS-FUSE</a> project as well.</p>
<h2>
	ZFS organizes file systems as a flexible tree</h2>
<p>
	btrfs does not allow you to organize subvolumes. &nbsp;Subvolumes appear where you created them (whether through creation or snapshotting), and you can't move or rename them. &nbsp;That's it.</p>
<p>
	ZFS organizes file systems within a pool as a flexible tree. &nbsp;Of course -- just like with btrfs -- when you create a file system, the file system you created is always a child file system of another file system. &nbsp;But you can rename and move them around freely, and you can reconfigure how they attach to your VFS anywhere, <em>including</em>&nbsp;points outside of the mount point where the pool was attached originally. &nbsp;Also, snapshots do not attach themselves to the VFS automatically.</p>
<p>
	What do these facts allow you to do?</p>
<ul>
	<li>
		You can organize your ZFS file systems in a tree, separate from snapshots themselves. &nbsp;This&nbsp;comes more naturally&nbsp;because the VFS is already a tree. &nbsp;You can't do that with btrfs.</li>
	<li>
		You can mount a ZFS file system without mounting its children. &nbsp;What's more, mounting a ZFS file system <em>with</em> its children, whether they are file systems or snapshots, <em>doesn't force you to see the children mounted underneath</em> -- you can have the children be mounted&nbsp;somewhere else. &nbsp;With ZFS,&nbsp;<em>you</em>&nbsp;choose where a file system is attached to the VFS tree; the initial mount point of the file system does not bind your wishes in any way.</li>
	<li>
		You can apply operations&nbsp;to an entire tree of&nbsp;file systems at once. &nbsp;You&nbsp;have to apply those operations separately to each btrfs subvolume.</li>
	<li>
		You can set policy for an entire subtree of file systems at once. &nbsp;You&nbsp;have to manually set policy for each btrfs subvolume.</li>
	<li>
		You can manage usage of disk space hierarchically. &nbsp;You can't even view per-subvolume disk space usage on btrfs.</li>
	<li>
		You can view the entire tree of all active pools on your system with a single command. &nbsp;With btrfs, you have to first discover which btrfs file systems are mounted, and then use one command per tree, which may not show you the entire tree (e.g. if you have mounted a subvolume rather than the root subvolume).</li>
</ul>
<p>
	At first glance, these may sound like whining about "the way btrfs does things". &nbsp;But all we have to do to understand they really are not, is ask ourselves: hy are these ZFS affordances important?</p>
<p>
	Because they allow you to discover, manage and tune data storage and organization with very little effort. &nbsp;Sure, if you have two subvolumes vs. two ZFS file systems, it's not that important to have them organized in a tree, but if you have two hundred, then suddenly the ability to operate on whole swaths of file systems becomes vital. &nbsp;And there are very good reasons you might want to have lots of file systems:</p>
<ul>
	<li>
		Separating data according to security policies.</li>
	<li>
		Giving different quotas depending on the directory.</li>
	<li>
		Segregating data according to policy, churn, backup lifecycle, et cetera.</li>
	<li>
		Giving each user his own home directory.</li>
</ul>
<p>
	These are all things you&nbsp;<em>might</em>&nbsp;want to do, but you'd have to ponder whether it is worth doing given the added effort to do them. &nbsp;ZFS makes it&nbsp;<em>effortless</em>&nbsp;to use these features, without adding any additional work for you. &nbsp;Thus, ZFS makes it&nbsp;<em>possible</em>&nbsp;to do what you want, whereas before with btrfs you would have said "naaah, that's too much work for very little benefit". &nbsp;In this sense, ZFS offers advantages that make btrfs look as cumbersome as LVM in some scenarios.</p>
<h2>
	File system operations in ZFS can apply recursively</h2>
<p>
	Want to snapshot a ZFS file system and all its children together? &nbsp;It's one command. &nbsp;You can snapshot fifty or five thousand file systems this way. &nbsp;Not possible with btrfs -- the snapshot operation applies exclusively to the file system you snapshotted. &nbsp;If you have / and /var is a subvolume of <kbd>/</kbd>, snapshotting of <kbd>/</kbd> does not snapshot <kbd>/var</kbd> with it.</p>
<p>
	Want to relocate a subtree of twenty file systems into a new mountpoint? &nbsp;Again, one command changing one property accomplishes it. &nbsp; Not possible with btrfs.</p>
<p>
	Want to backup a specific subtree or mirror it to another machine? &nbsp;No problem. &nbsp;Again, one command.</p>
<p>
	You can't do any of these things with btrfs. &nbsp;Which means you will think twice about creating many btrfs subvolumes. &nbsp;Which means you won't benefit from the advantages of btrfs subvolumes as much.</p>
<h2>
	Policy set on ZFS file systems is inherited by their children</h2>
<p>
	One powerful feature of ZFS file systems is that any property set on it -- including the mount point -- will inherit to its children by default.</p>
<p>
	Say you want compression on all your file systems but a specific one. &nbsp; No problem -- enable it on the root and disable it on the one you don't want to compress data. &nbsp;You can even set different compression algorithms, and the policy will inherit properly. &nbsp;You can't do any of that with btrfs.</p>
<p>
	You want to relocate a specific subtree of file systems somewhere else? &nbsp;No problem -- change the mountpoint property on the parent of all those file systems, and ZFS will remount the parent in the new location, and all its children inside the new location too.</p>
<h2>
	ZFS auto-mounts file systems by default</h2>
<p>
	btrfs does not automatically mount file systems. &nbsp;For each subvolume you create, you have to register it in the <kbd>fstab</kbd> so it is mounted on boot, unless it's a direct child of a mounted subvolume -- in which case <em>you can't change its mount point!</em></p>
<p>
	This is not needed with ZFS. &nbsp;ZFS automatically mounts each file system based on the mountpoint property assigned to it. &nbsp;Since the mountpoint property is inherited too (but overridable), all child file systems are mounted at the right place as well.</p>
<p>
	This means you can forget about having to change <kbd>fstab</kbd> with ZFS, if you so choose. &nbsp;Creating a file system? &nbsp;No problem, ZFS will mount it in the right place. &nbsp;Destroying a file system or a whole subtree? &nbsp;No problem, ZFS will unmount them for you. &nbsp;Relocating a file system subtree to another graft point in your VFS? &nbsp;Easy peasy -- change one property in one file system and you're good to go. &nbsp;At no point will you be required to change <kbd>fstab</kbd> or issue many mount and umount commands.</p>
<p>
	Of course, you can override that. &nbsp;You can relocate specific portions of your ZFS tree of file systems to a different mountpoint. &nbsp;Simply adjust the mountpoint property on the file system you want to move, and ZFS will unmount it and remount it in the new destination directory. &nbsp;If the file system has any children, they will also be unmounted and remounted as subdirectories of the new location.</p>
<p>
	Heck, with the built-in dracut and systemd support in ZFS (<a href="https://github.com/Rudd-O/zfs">my tree contains it</a>), you can even boot your operating system on a ZFS file system root, and you won't have to register any file system (except perhaps for the root one) in <kbd>fstab</kbd>. &nbsp;Using my tree, systemd will automatically take care of discovering all pools and mounting all file systems on boot, in the <em>correct</em> order (even if you have other file systems in fstab) and in parallel. &nbsp;And yes, root file system on ZFS <em>works fine</em>. &nbsp;You can kiss maintenance of <kbd>fstab</kbd> goodbye. &nbsp;<a href="http://rudd-o.com/linux-and-free-software/installing-fedora-on-top-of-zfs">I have written a guide to do exactly this</a>.</p>
<p>
	And, if you don't like this, you can even tell ZFS that certain file systems are legacy and should not be mounted automatically, then use <kbd>fstab</kbd> for them.</p>
<p>
	Not having the auto-mount feature or inheritable mountpoint properties in btrfs, again, means that managing many subvolumes is cumbersome at best. &nbsp;Which means you won't take advantage of subvolumes in practice.</p>
<h2>
	ZFS tracks used space per file system</h2>
<p>
	btrfs cannot show you how much disk space is being referred to by each subvolume, as its used and free space tracking is only per pool. &nbsp;The only way to see how much space a particular subvolume is taking is to use <kbd>du</kbd>, which gets slower the bigger the subvolume gets.</p>
<p>
	ZFS can, and it will do so instantaneously, regardless of the size or amount of your filesystems. &nbsp;The command <kbd>zfs list</kbd> will show you how much disk space is being referred to by each dataset, by its snapshots, and by all child snapshots of the dataset.</p>
<p>
	This is good because you can designate different areas or categories, mounted at different points of the VFS structure, and then rapidly see which ones are taking the most space and how intensive is the "churn" (change in time), simply by visually comparing the used space with the used space of previous snapshots of your datasets. &nbsp;Want to know how much space your <kbd>/var</kbd> is taking? &nbsp;As long as you created it as a ZFS file system, no problem -- it will be instantaneous. &nbsp;Want to know how much its data has changed since the last snapshot? &nbsp;<kbd>zfs list</kbd> will tell you that.</p>
<p>
	Suppose you have:</p>
<pre>
pool/shared
pool/shared/Movies
pool/shared/Music
pool/shared/TV shows</pre>
<p>
	A single <kbd>zfs list</kbd> command will let you know, instantaneously:</p>
<ul>
	<li>
		How much disk space you have free</li>
	<li>
		How much disk space Movies, Music and TV shows take</li>
	<li>
		How much disk space the whole of <kbd>pool/shared</kbd> takes</li>
	<li>
		How much disk space is being used exclusively by<kbd> pool/shared</kbd> but not by any of its children</li>
	<li>
		How much disk space the snapshots of each one of those file systems are taking</li>
</ul>
<p>
	In a very easy to read list.</p>
<p>
	This is made possible because of the "virtual memory-like" DMU abstraction layer in ZFS.</p>
<p>
	Oh, I almost forgot: <kbd>df</kbd> actually does work properly with ZFS file systems.</p>
<h2>
	ZFS distinguishes snapshots from file systems</h2>
<p>
	btrfs pollutes the file system namespace by keeping snapshots and file systems in the same location. &nbsp;A snapshot appears as a "copy-on-write" (and writable!) directory which is a sibling of the directory containing the subvolume you just snapshotted. &nbsp;What happens if you don't like that, or you would like the snapshot to be invisible to users? &nbsp;What happens is that you're screwed -- you can't prevent that from happening. &nbsp;Cue ten <kbd>/home</kbd> directories!</p>
<p>
	In contrast, ZFS intelligently separates snapshots from file systems, which makes it possible for ZFS not to list them by default, or to list them separately from file systems. &nbsp;The name of the snapshot is distinct and separate from the name of the file system that was snapshotted. &nbsp;ZFS also doesn't auto-mount snapshots or allow modifications to it, unless you request otherwise. &nbsp;To get the snapshot to be writable (which you presumably might want in certain circumstances), you have to explicitly clone it into the file system namespace.</p>
<p>
	This lack of clutter makes ZFS more efficacious for you to manage large numbers of snapshots with large numbers of file systems, and less likely for you to touch data you snapshotted for backup purposes.</p>
<h2>
	ZFS lets you specify compression and other properties per file system subtree</h2>
<p>
	btrfs only lets you specify compression for the whole pool, or for individual files, or for specific file systems (and only as a mount option). &nbsp;ZFS lets you specify compression as an intrinsic property of a file system. &nbsp;Of course, coupled with property inheritance, this means you can compress a whole subtree, or compress the entire pool&nbsp;<em>but for</em>&nbsp;a specific subtree, with one or two commands.</p>
<p>
	Same goes for every other file system tuning option, like the block size for I/O or mount options like <kbd>noatime</kbd>.</p>
<h2>
	ZFS is more stable</h2>
<p>
	ZFS has simply had orders of magnitude more testing. &nbsp;It was written as a user-space program to begin with, and it's runnable for testing purposes as a user-space program, which means that fast automated testing was there from day one.</p>
<h2>
	ZFS has RAIDZ</h2>
<p>
	btrfs has nothing equivalent to RAID5. &nbsp;You can only do RAID10, RAID1 and RAID0. &nbsp;ZFS has them all plus a RAID5 implementation called RAIDZ that is invulnerable to the write hole problem (which will make you lose your entire array under certain circumstances).</p>
<h2>
	ZFS has send and receive</h2>
<p>
	ZFS lets you mirror an entire pool or subtrees of that pool by incrementally transferring changed data between snapshots. &nbsp;btrfs does not have that yet, though it's in the works. &nbsp;It remains to be seen if btrfs's implementation of send and receive will be as easy to use as ZFS's implementation is -- judging from current facts, it is unlikely.</p>
<h2>
	ZFS is better documented</h2>
<p>
	There is a wealth of documentation on ZFS. &nbsp;Its man pages are impeccable and explain very well what ZFS is, the core concepts, how they relate with each other, and details on the behavior of each command. &nbsp;The documentation is written in such a way that you don't have to piece facts together to get a comprehensive view of the whole subsystem, and you won't have as many doubts as to the effect of each action you take.</p>
<h2>
	ZFS uses atomic writes and barriers</h2>
<p>
	Every write in ZFS is an atomic transaction, because ZFS makes use of barriers to complete transactions. &nbsp;This prevents reordering of writes that might cause inconsistencies due to incomplete writes. &nbsp;This also makes it unnecessary to disable the disk write cache, an operation that would reduce your disk subsystem write performance substantially.</p>
<p>
	You can yank the power cord of your machine -- you will never lose a single byte of anything committed to the disk. &nbsp;ZFS is always consistent on disk, and never trusts any faulty data (that might have become damaged because of hardware issues). &nbsp;This is why people say ZFS requires no fsck to check for consistency, and faulty data never causes kernel panics.</p>
<p>
	We do not yet know with certainity if that is the case with btrfs, but -- unlike with ZFS -- we do know of many btrfs pools that have gone bad, and of btrfs inconsistencies that have caused kernel panics.</p>
<h2>
	ZFS will actually tell you what went bad in no uncertain terms, and help you fix it</h2>
<p>
	ZFS includes an administrative function in <kbd>zpool status</kbd>, that will let you check the status of your pool and its component devices.</p>
<p>
	This command will list any damage that your pool has sustained, the type of damage (read, write or checksum error), and which device suffered the damage. &nbsp;In addition to that, ZFS will tell you if you actually&nbsp;<em>lost</em>&nbsp;any data due to the damage, and which files were lost. &nbsp;If no data was lost as a consequence of the damage, because ZFS managed to repair the damage, ZFS will tell you "everything is okay, I have repaired the data, but this device is still faulty".</p>
<p>
	The same command will also tell you which devices are online, offline, faulted, and spares for your pool. &nbsp;If any device is offline or faulted, ZFS will explain why (because of absence of the device, deadlock, or too many errors detected from the device).</p>
<p>
	Finally, ZFS will give you helpful hints right there in the command line, informing you of the best course of action and linking you to an extended explanation of what happened.</p>
<p>
	btrfs has nothing of the sort. &nbsp;You are forced to stalk the kernel ring buffer if you want to find out about such things.</p>
<h2>
	ZFS increases random read performance with advanced memory and disk caches</h2>
<p>
	Unlike btrfs, which is limited to the system's cache, ZFS will take advantage of fast SSDs or other fast memory technology devices, as a second level cache (L2ARC). &nbsp;This cache is very effective because it is geared toward serving random reads at very high performance (so large streaming reads won't evict or trash other hot objects in the cache).</p>
<p>
	The L2ARC also cooperates with the very effective ARC (adaptive replacement cache) in main memory, to prevent unnecessary data duplication and to keep the hottest data in the fastest location. &nbsp;Finally, the L2ARC won't destroy your cache device with unlimited writes -- write speeds to the L2ARC are judiciously limited so the memory cells in your cache device won't sustain inordinate wear.</p>
<p>
	btrfs has nothing even remotely close to this. &nbsp;You want to cache a large working set being consumed by random reads, but you don't have a machine that will accept 256 GB RAM? &nbsp;Sorry, you're out of luck.</p>
<h2>
	ZFS increases random and synchronous write performance with log devices</h2>
<p>
	ZFS has the ability to designate a fast SSD as a SLOG device. &nbsp;This SLOG device lets clients complete synchronous writes instantaneously and return to the clients immediately, without bogging down the main disks (which would be slow under any copy-on-write file system because of random seeks). &nbsp;After a short period, the transactions committed to the SLOG device are committed to the rotating disks in streaming fashion. &nbsp;The SLOG device is, effectively, a very effective mechanism to commit a huge volume of small synchronous transactions, which would destroy IOPS performance, in a sequentialized fashion.</p>
<p>
	btrfs? &nbsp;Nothing like that there, move along.</p>
<h2>
	ZFS supports thin-provisioned virtual block devices</h2>
<p>
	Virtualizing a large number of machines? &nbsp;Testing other file systems? &nbsp;Consolidating many machines in a single storage unit?</p>
<p>
	No problem. &nbsp;ZFS (in its ZFS on Linux incarnation)&nbsp;lets you allocate block devices called ZVOLs backed by portions of your pool. &nbsp;ZVOLs are thin-provisioned, so you can create any number of them, and create any kind of file systems on top of them. &nbsp;TRIM commands from clients using those volumes release unused space on the ZVOLs back to the pool, so you can continue enjoying the advantages of thin provisioning. &nbsp;What's even better, ZFS will let you share ZVOLs using iSCSI, no extra configuration or mucking around with configuration files required.</p>
<p>
	Of course,&nbsp;<em>all</em>&nbsp;of the benefits of ZFS (including deduplication, snapshotting, and incremental send/receive) are available to be used with ZVOLs. &nbsp;A client of a ZVOL writes a sector -- whether iSCSI, or a VM, or a local file system created on top of the volume -- and that sector will get compressed, deduplicated, and backed up using your established snapshot and send / receive policy.</p>
<p>
	To even come close to this kind of thing on btrfs, you would have to create big-ass qcow or other block storage backing files, then turn them into block devices using iSCSI or other technologies like qemu. &nbsp;Which means that every disk read or write incurs an extra 2 context switches. &nbsp;And don't forget the editing of configuration files...</p>
<h2>
	ZFS helps you share</h2>
<p>
	Sharing data?</p>
<p>
	No matter the mechanism, ZFS will help you there. &nbsp;ZFS will share, upon your request, file systems over CIFS (SAMBA), NFS or iSCSI without any special kind of configuration:</p>
<pre>
zfs set sharesmb=on pool/shared/Movies
zfs set sharenfs=on pool/shared/Movies
zfs set shareiscsi=on pool/virtualmachines/fedorarootfilesystem</pre>
<p>
	btrfs can't do that. &nbsp;You must manually alter daemon configuration and reload services if you want to share something. &nbsp;ZFS does it automatically for you.</p>
<p>
	Don't be a misanthrope. &nbsp;Share!</p>
<h2>
	ZFS can save you terabytes by deduplicating your data</h2>
<p>
	Yes, it's memory-hungry, and yes, it can reduce your write performance a bit. &nbsp;But at least you <em>can</em> use it.</p>
<p>
	btrfs? &nbsp;Nope.</p>
<hr />
<p>
	Some of this information was culled from the <a href="https://github.com/gentoofan/zfs-overlay/wiki/FAQ">ZFS Gentoo overlay FAQ</a>. &nbsp;Many thanks to Richard Yao.</p>

<p><small>This article was culled from <a href="http://rudd-o.com/linux-and-free-software/ways-in-which-zfs-is-better-than-btrfs">How ZFS continues to be better than btrfs</a></small>.</p>]]></content:encoded>
    <dc:publisher>No publisher</dc:publisher>
    <dc:creator>RuddO</dc:creator>
    <dc:rights></dc:rights>
    
        <dc:subject>ZFS</dc:subject>
    
    
        <dc:subject>btrfs</dc:subject>
    
    <dc:date>2012-03-30T19:40:36Z</dc:date>
    <dc:type>Blog Entry</dc:type>
    </item>


    <item rdf:about="http://rudd-o.com/monopolies-of-the-mind/thoughts-after-my-dinner-with-richard-stallman">
    <title>Richard Stallman, free software and voluntaryism: thoughts after dinner</title>
    <link>http://rudd-o.com/monopolies-of-the-mind/thoughts-after-my-dinner-with-richard-stallman</link>
    <description>On the ethical problems with the free software ethos.</description>
    <content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[<p>Recently, I went to dinner with Richard Stallman after his talk at Noisebridge.  It was a wonderful opportunity to get to know him better and I had a blast.  Coincidentally, he made a number of statements and answered a number of questions that I have been wanting, for the longest time, to get his opinion on.  And I'm profoundly thankful for having had the opportunity to ask him directly on them.</p>
<p>We went to a Burmese restaurant and had a lot of great conversation.  Richard is flat out a very brilliant man, and he kept us entertained.</p>
<p>However, I think after that dinner I found a philosophical problem with the free software movement that makes it partially incompatible with voluntaryism.  It took me a few days to figure out what it was, but now I know.  Let me explain.</p>
<hr />
<p>Richard is against abolishing copyrights because, to his view, without copyright, enforcing copyleft would be impossible.  This, of course, I see as a mistake in two different ways.</p>
<p>The first error is practical and should be obvious: it is <em>clearly possible</em> to enforce copyleft solely using contracts -- one only needs to rewrite a license like the GPL as a contract, then any signers can be held to its letter at the nearest judicial / dispute resolution organization.  Other people have written extensively about the topic, so I won't elaborate on this.</p>
<p>The second error is of an ethical nature, and I believe it shows the reactionary and inconsistent nature of Richard's ethos.  On this error, I will most definitely elaborate now.</p>
<p>In Richard's view, having copyright available as a tool to support copyleft <em>is not enough</em>.  His stated goal goes way beyond that.</p>
<p>According to Richard, <em>every piece of software ought to be copyleft</em>.  That implies, peaceful people willing to exchange software under certain non-copyleft terms -- for example, "I give you money, you give me a compiled binary" -- are behaving <em>unethically</em> (and therefore they <em>ought to be punished</em>, and such transactions <em>prohibited</em>).  In a "fully copylefted" world, only copyleft software transactions would be accepted as "ethical" (and therefore free of punishment).</p>
<p>Richard defines this fundamental ethos as the foundation of the free software movement.  Interestingly, it is also the core distinction between Eric S. Raymond's open source movement and free software itself ("free software is good, but one should have the freedom to choose unfree software" vs. "no unfree software is ethical").</p>
<p>The problem with the free software ethos, as should be obvious now, is that punishing peaceful people for engaging in certain types of relationships is as <em>far from free</em> as it could possibly be.  These principles are at odds with the most fundamental voluntaryist principle of non-aggression, and its logical consequences of freedom of association and commerce.  It is, in effect, a preference for "free software" and against the real freedom of Men to interact peacefully between them as they see fit.  <em>This ethos clearly does not make sense</em> from a voluntaryist perspective.  In fact, I would be willing to say that the free software ethos has <em>strong similarities</em> with the <a href="http://rudd-o.com/monopolies-of-the-mind/archives/on-wage-slavery">wage slavery argument</a>, insofar as a particular type of peaceful activity is incorrectly perceived to be "exploitative" and its detractors seek to prohibit it.</p>
<p>I must conclude that the free software ethos, as expressed by Richard, was clearly not derived from any first principles but rather was created after the fact as an ad hoc set of principles <em>assumed</em> to be true on their face.</p>
<hr />
<p>So, if that's the case, how can we explain the free software ethos then?</p>
<p>Well, I happen to think this ethos can be explained quite easily, in my opinion.</p>
<p>If you look at his own statements about the creation of the GNU project and the free software movement, he started the free software movement out of mostly <em>emotional</em> reasons.  He had lost his tightly-knit community at the hands of copyright.  One natural human reaction would be to reinterpret this (admittedly sucky) reality as a "moral wrong", identify oneself as a "wronged victim", and then form a reactionary ethos to that.  Maybe that sounds awful, but we've <em>all</em> been there, so I understand.</p>
<p>Still, the ethos <em>does</em> make some form of sense, in the frame of a reaction against the salvo fired by the copyright monopolists.</p>
<hr />
<p>So what are Richard's views on statism?</p>
<p>Well, Richard's statism shows.  He's very honest about being a statist (he even said something very humorous: "I'm a statist.  I have a pro-state gland.").  Richard refused to talk about voluntary solutions to social problems.  I even tried to ask him "What would it take for you to be persuaded to change your mind about the state?" and he cut me off.</p>
<p>Which kind of sucks.  I really wanted Richard to not be a statist.  In every single evil he fights for, it's painfully obvious that the root cause for that evil is the State.  How a very brilliant person can fight for 60 years against all the evils of the State, and not notice that the <em>common thread</em> in all these fights (most of them hopelessly lost) is <em>the God Damn State</em>... it sincerely puzzles me.</p>
<p>To his credit, he saw evil where others saw none (namely the evil of copyrights that destroyed his and many other communities) and then he attempted to solve it.  I commend him for that; in the process, he has given us an extremely valuable tool to fight evil too.  The only exception I take to it, is that his solution took the form of a flawed "patch" (statist copyright-dependent copyleft as a reaction) that attempts to "subvert the code base" for his own goals.  And that will ultimately <em>fail</em>: one does not simply infiltrate a Mafia and turn it into a charity organization.</p>
<p>Richard's a man, and he's a <em>well-intentioned, good man</em>.  He is brilliant, but he is human after all, so he is not immune to the biases that plague everyone else.  I have to judge the man for his principles, for his principles will ultimately dictate the results of his efforts... but I'm also willing to judge him on his persistence and sheer accomplishments, and for that he gets nothing but respect from me.</p>
<p>Richard, may we have you around for very, very long.</p>
<p><small>This article was culled from <a href="http://rudd-o.com/monopolies-of-the-mind/thoughts-after-my-dinner-with-richard-stallman">Richard Stallman, free software and voluntaryism: thoughts after dinner</a></small>.</p>]]></content:encoded>
    <dc:publisher>No publisher</dc:publisher>
    <dc:creator>RuddO</dc:creator>
    <dc:rights></dc:rights>
    
        <dc:subject>GPL</dc:subject>
    
    
        <dc:subject>RMS</dc:subject>
    
    
        <dc:subject>intellectual monopolies</dc:subject>
    
    
        <dc:subject>copyright</dc:subject>
    
    
        <dc:subject>free software</dc:subject>
    
    
        <dc:subject>copyleft</dc:subject>
    
    
        <dc:subject>voluntaryism</dc:subject>
    
    <dc:date>2012-03-21T03:37:21Z</dc:date>
    <dc:type>Blog Entry</dc:type>
    </item>


    <item rdf:about="http://rudd-o.com/archives/what-is-bitcoin">
    <title>What is Bitcoin?</title>
    <link>http://rudd-o.com/archives/what-is-bitcoin</link>
    <description>A very short explanation of Bitcoin, and the most frequently asked questions about it.</description>
    <content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[<h3>What is Bitcoin?</h3>
<p>Bitcoin is <strong>money</strong>.  People give stuff to you, and you give them Bitcoins.  You give stuff to people, and they give you Bitcoins.  That is: you can buy and sell things using Bitcoins.</p>
<h3>How does Bitcoin work?</h3>
<p>It's actually pretty simple.  Let's say you want to buy a banana from a farmer's market, using Bitcoins instead of dollars.</p>
<p>You have a Bitcoin wallet.  You carry some Bitcoins in it.  The farmer also has a Bitcoin wallet.  His wallet has an address (or more) tied to it.  Bitcoins sent to that address appear in his wallet.</p>
<p>You ask the farmer to buy one of the bananas.  The farmer says, "Sure, it'll be 1 Bitcoin" and hands his wallet address to you.  You give 1 Bitcoin from your wallet to that address; this transfers your Bitcoin from your wallet to his wallet.  He gives you the banana.  That's it.  Now you have your banana, and the farmer has his Bitcoin.</p>
<p>If you want to get paid, this works exactly the same but in reverse.  You give your address to the other guy, and he sends Bitcoins to that address.  You can even give a different address to each person.  This is usually a good idea.</p>
<h3>Isn't that a bit complicated?</h3>
<p>At a glance, Bitcoin does sound more difficult to use than cash.</p>
<p>But in practice, the farmer won't actually give you a long number in a paper card.  What he'll do is he'll show you a barcode.  You'll take a picture of it with your Bitcoin wallet in your phone, key in a number of Bitcoins to send, then tap "Send".</p>
<p>As you can see, this is faster than opening the register and making change for cash.  It's also faster than keying in your debit card PIN, if you pay with a card.</p>
<p>So, what if you're buying things with your computer?  Then you will copy the address of the sender to your clipboard, and paste it on the Send box of your Bitcoin wallet.</p>
<p>And what if you don't have your computer with you?  No problem.  There are several Web sites that can keep your Bitcoins stored in "online wallets".  With them, you can send and receive Bitcoins to other people and between your other wallets too.</p>
<p>And if you don't have a phone or a computer with you, you can pay with physical Bitcoins too.</p>
<h3>How do I get one of these Bitcoin wallets?  Are they expensive?</h3>
<p>Bitcoin wallets are usually free.  You get a wallet by:</p>
<ul>
<li>Installing a computer program in your computer.</li>
<li>Getting an app for your phone.</li>
<li>Opening an online account in any of the Web sites offering wallets.</li>
</ul>
<p>You can have more than one wallet.  You can freely move your money between your wallets, just as easily as you can send money to someone else.</p>
<p>There are also companies that sell physical Bitcoins.  These are actual coins with a redeemable Bitcoin address inside them, good for as many Bitcoins as you choose. You do have to pay a bit of a premium for them, but they work if there's no electricity where you are. </p>
<h3>Why not just use a credit or debit card?</h3>
<p>Two reasons:</p>
<ul>
<li>Cards involve a middle man called a "credit card processor".  This middle man complicates everything for everyone.</li>
<li>Bitcoins work worldwide, without currency conversion or international payment fees.</li>
</ul>
<p>If you're selling stuff: you have to pay the middle man a very high fee (~3%) on every sale you make.  You also need special equipment.  This agreement limits what you can sell, and how you can sell it.  You also have to prepare for people who dispute payments, especially from stolen cards.</p>
<p>If you're buying stuff: you end up paying extra money because of the difficulty added by the middle man.</p>
<p>If you want to just send or receive money: you simply can't do that with a credit card.  You could "give" money to a friend by buying him dinner.  But what if you want to, say, sell a computer to him?  Now he has to withdraw cash from an ATM (inconvenient), or use PayPal (and pay a fee)... it's a mess.  "I'll pay you later" turns into "meh, I'll buy it from the store".</p>
<p>And if you're abroad: your card will usually let you buy stuff, but you will be paying through the nose in middle man fees.</p>
<p>If you use and accept Bitcoin, none of this is a problem.  All you need is a Bitcoin wallet, and presto.  It works everywhere.</p>
<p>So why involve a middle man at all?</p>
<h3>Isn't cash safer?  What about credit cards?</h3>
<p>Bitcoin is safer than cash and cards.  Let's compare.</p>
<p>A thief who steals your regular wallet can ruin your credit statements and spend your cash freely.</p>
<p>Not so with Bitcoin.  Bitcoin wallets can be protected by a password; the thief can't pry your Bitcoin wallet open, and your Bitcoins can be recovered if you backed up your wallet.  Why would a thief steal something he can't use?</p>
<p>This is especially true of PayPass ("wireless" or "no-swipe") credit cards.  Clever thieves can wirelessly swipe everything from those, just by walking near you.  Name, home address, card number, expiration date and security code.  This can't be done to Bitcoin wallets.</p>
<p>About the only thing that someone could steal from you and then spend, is physical Bitcoins.  They are like cash in that sense.</p>
<h3>Why should I use Bitcoin rather than, say, dollars or Euros?</h3>
<p>You don't have to choose one or the other.</p>
<p>For example, you can buy or sell some things using dollars, and other things using Bitcoins.  You can buy and sell Bitcoins for dollars too.  In fact, you can trade Bitcoins using practically any major currency out there.</p>
<p>Also, you can "top up" your Bitcoin wallet at many online places.</p>
<p>But the best reason to buy and use Bitcoins is actually unique to Bitcoin: they cannot be "made up" by punching numbers on a computer or a printer, and they cannot be counterfeited either.  Thus, Bitcoin protects your money much better than any other currency.</p>
<p>See, with any other national currency in the world, the Central Bank of that country can (and often does) arbitrarily "make up" more and more money.</p>
<p>This means that the money you saved is worth less and less as time goes by.  Remember that $50 supermarket bill last year?  Today, you're either paying $80 or getting less food.  Tell me it ain't true.</p>
<p>This gradual but terrible tragedy simply can't happen with Bitcoin.  Bitcoin has a hard mathematical limit.  This limit cannot be fooled by any means.  Not by a Central Bank, and not by a private counterfeiter either.</p>
<h3>I have some Bitcoins now.  How were they made?</h3>
<p>Bitcoins aren't made by anyone.  They are "mined" (like gold in the real world, or diamond in Minecraft).</p>
<p>"Mining" is a mathematical race. It's about randomly guessing big numbers and doing calculations with them.  Whoever gets to an undiscovered number first, "wins" the race.  Everybody else in the race uses the same math to verify the win.  Then the winning miner gets some confirmed Bitcoins.</p>
<p>As you might have guessed, numbers games are best played with computers, and lots of people (called "miners") happily play it.  They play it for two reasons:</p>
<ol>
<li>To win newly "mined" Bitcoins.</li>
<li>To confirm and profit from Bitcoin transfers that pay (very small) fees.</li>
</ol>
<p>As time goes by, "mining" gets harder and gives miners fewer coins.  The Bitcoin system does this to prevent newer and faster computers from mining too many coins at once.</p>
<h3>Why can't anyone just "invent" their own Bitcoins and throw them into the world?</h3>
<p>The short answer is:</p>
<p>Because Bitcoins must be "mined".  Mining involves very hard math that cannot be faked.</p>
<p>The somewhat longer answer is:</p>
<p>Bitcoins mined with one computer are checked by millions of other computers to see if they are genuine.  The mined Bitcoins are only valid after several computers confirm "yes, these Bitcoins are genuine".</p>
<p>The checker computers verify that the mined Bitcoins:</p>
<ol>
<li>didn't re-use previously discovered numbers</li>
<li>didn't use fraudulent or faulty calculations</li>
</ol>
<p>Checking Bitcoins for authenticity is much, much faster than mining.  It's much like checking a password -- it's also much faster than trying to guess it.</p>
<h3>How many Bitcoins are there?</h3>
<p>Right now, about 8 million Bitcoins have been mined.  The hard limit is 21 million.  99% of it will be mined by 2036, according to estimates.</p>
<h3>Only 21 million?  Bah, that's not nearly enough for the entire world!</h3>
<p>Unlike dollars (with 100 cents to a dollar), Bitcoins can be divided beyond millionths.  The smallest amount of money you can make with Bitcoins goes down to 8 decimal places.  There's no practical reason why a pack of gum can't cost 5 microBitcoins (μBTC).</p>
<p>If 1¢ was equivalent to 0.01 μBTC, then:</p>
<ul>
<li>$1 would be worth $1 μBTC,</li>
<li>$1,000 would be 1 mBTC (milliBitcoins),</li>
<li>a million dollars would be 1 Bitcoin,</li>
<li>a billion would be 1,000 Bitcoins (U.S. "billions" here, sorry for that),</li>
<li>a trillion would be 1,000,000 Bitcoins,</li>
<li>21 trillions would be 21,000,000 Bitcoins (the total carrying capacity of Bitcoins),</li>
</ul>
<p>And that's just for Bitcoins themselves.  The amount of debts and promises to pay Bitcoins has no limit, just like it doesn't have any limit with any currency today.</p>
<p>Now that you know this... 1 Bitcoin sounds like a helluva lot of money to pay for a banana, right?</p>
<p><small>This article was culled from <a href="http://rudd-o.com/archives/what-is-bitcoin">What is Bitcoin?</a></small>.</p>]]></content:encoded>
    <dc:publisher>No publisher</dc:publisher>
    <dc:creator>RuddO</dc:creator>
    <dc:rights></dc:rights>
    
        <dc:subject>money</dc:subject>
    
    
        <dc:subject>Bitcoin</dc:subject>
    
    <dc:date>2012-03-20T19:28:06Z</dc:date>
    <dc:type>Blog Entry</dc:type>
    </item>


    <item rdf:about="http://rudd-o.com/archives/a-fable-of-science-and-politics">
    <title>A fable of science and politics</title>
    <link>http://rudd-o.com/archives/a-fable-of-science-and-politics</link>
    <description>Why it's almost impossible to challenge culture with truth.  By Eliezer Yudkowsky.</description>
    <content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[<p>
	In the time of the Roman Empire, civic life was divided between the Blue and Green factions.&nbsp; The Blues and the Greens murdered each other in single combats, in ambushes, in group battles, in riots.&nbsp; Procopius said of the warring factions:&nbsp; "So there grows up in them against their fellow men a hostility which has no cause, and at no time does it cease or disappear, for it gives place neither to the ties of marriage nor of relationship nor of friendship, and the case is the same even though those who differ with respect to these colors be brothers or any other kin."&nbsp; Edward Gibbon wrote:&nbsp; "The support of a faction became necessary to every candidate for civil or ecclesiastical honors."</p>
<p>
	Who were the Blues and the Greens?&nbsp; They were sports fans—the partisans of the blue and green chariot-racing teams.</p>
<p>
	Imagine a future society that flees into a vast underground network of caverns and seals the entrances.&nbsp; We shall not specify whether they flee disease, war, or radiation; we shall suppose the first Undergrounders manage to grow food, find water, recycle air, make light, and survive, and that their descendants thrive and eventually form cities.&nbsp; Of the world above, there are only legends written on scraps of paper; and one of these scraps of paper describes the&nbsp;<em>sky,</em>&nbsp;a vast open space of air above a great unbounded floor.&nbsp; The sky is cerulean in color, and contains strange floating objects like enormous tufts of white cotton.&nbsp; But the meaning of the word "cerulean" is controversial; some say that it refers to the color known as "blue", and others that it refers to the color known as "green".</p>
<hr />
<p>
	In the early days of the underground society, the Blues and Greens contested with open violence; but today, truce prevails—a peace born of a growing sense of pointlessness.&nbsp; Cultural mores have changed; there is a large and prosperous middle class that has grown up with effective law enforcement and become unaccustomed to violence.&nbsp; The schools provide some sense of historical perspective; how long the battle between Blues and Greens continued, how many died, how little changed as a result.&nbsp; Minds have been laid open to the strange new philosophy that people are people, whether they be Blue or Green.</p>
<p>
	The conflict has not vanished.&nbsp; Society is still divided along Blue and Green lines, and there is a "Blue" and a "Green" position on almost every contemporary issue of political or cultural importance.&nbsp; The Blues advocate taxes on individual incomes, the Greens advocate taxes on merchant sales; the Blues advocate stricter marriage laws, while the Greens wish to make it easier to obtain divorces; the Blues take their support from the heart of city areas, while the more distant farmers and watersellers tend to be Green; the Blues believe that the Earth is a huge spherical rock at the center of the universe, the Greens that it is a huge flat rock circling some other object called a Sun.&nbsp; Not every Blue or every Green citizen takes the "Blue" or "Green" position on every issue, but it would be rare to find a city merchant who believed the sky was blue, and yet advocated an individual tax and freer marriage laws.</p>
<p>
	The Underground is still polarized; an uneasy peace.&nbsp; A few folk genuinely think that Blues and Greens should be friends, and it is now common for a Green to patronize a Blue shop, or for a Blue to visit a Green tavern.&nbsp; Yet from a truce originally born of exhaustion, there is a quietly growing spirit of tolerance, even friendship.</p>
<p>
	One day, the Underground is shaken by a minor earthquake.&nbsp; A sightseeing party of six is caught in the tremblor while looking at the ruins of ancient dwellings in the upper caverns.&nbsp; They feel the brief movement of the rock under their feet, and one of the tourists trips and scrapes her knee.&nbsp; The party decides to turn back, fearing further earthquakes.&nbsp; On their way back, one person catches a whiff of something strange in the air, a scent coming from a long-unused passageway.&nbsp; Ignoring the well-meant cautions of fellow travellers, the person borrows a powered lantern and walks into the passageway.&nbsp; The stone corridor wends upward... and upward... and finally terminates in a hole carved out of the world, a place where all stone ends.&nbsp; Distance, endless distance, stretches away into forever; a gathering space to hold a thousand cities.&nbsp; Unimaginably far above, too bright to look at directly, a searing spark casts light over all visible space, the naked filament of some huge light bulb.&nbsp; In the air, hanging unsupported, are great incomprehensible tufts of white cotton.&nbsp; And the vast glowing ceiling above... the&nbsp;<em>color</em>... is...</p>
<p>
	Now history branches, depending on which member of the sightseeing party decided to follow the corridor to the surface.</p>
<p style="margin-left: 40px; ">
	Aditya the Blue stood under the blue forever, and slowly smiled.&nbsp; It was not a pleasant smile.&nbsp; There was hatred, and wounded pride; it recalled every argument she'd ever had with a Green, every rivalry, every contested promotion.&nbsp;&nbsp;<em>"You were right all along,"</em>&nbsp;the sky whispered down at her,&nbsp;<em>"and now you can prove it."</em>&nbsp; For a moment Aditya stood there, absorbing the message, glorying in it, and then she turned back to the stone corridor to tell the world.&nbsp; As Aditya walked, she curled her hand into a clenched fist.&nbsp; "The truce," she said, "is over."</p>
<p style="margin-left: 40px; ">
	Barron the Green stared incomprehendingly at the chaos of colors for long seconds.&nbsp; Understanding, when it came, drove a pile-driver punch into the pit of his stomach.&nbsp; Tears started from his eyes.&nbsp; Barron thought of the Massacre of Cathay, where a Blue army had massacred every citizen of a Green town, including children; he thought of the ancient Blue general, Annas Rell, who had declared Greens "a pit of disease; a pestilence to be cleansed"; he thought of the glints of hatred he'd seen in Blue eyes and something inside him cracked.&nbsp;&nbsp;<em>"How can you be on their side?"</em>&nbsp;Barron screamed at the sky, and then he began to weep; because he knew, standing under the malevolent blue glare, that the universe had always been a place of evil.</p>
<p style="margin-left: 40px; ">
	Charles the Blue considered the blue ceiling, taken aback.&nbsp; As a professor in a mixed college, Charles had carefully emphasized that Blue and Green viewpoints were equally valid and deserving of tolerance:&nbsp; The sky was a metaphysical construct, and cerulean a color that could be seen in more than one way.&nbsp; Briefly, Charles wondered whether a Green, standing in this place, might not see a green ceiling above; or if perhaps the ceiling would be green at this time tomorrow; but he couldn't stake the continued survival of civilization on that.&nbsp; This was merely a natural phenomenon of some kind, having nothing to do with moral philosophy or society... but one that might be readily misinterpreted, Charles feared.&nbsp; Charles sighed, and turned to go back into the corridor.&nbsp; Tomorrow he would come back alone and block off the passageway.</p>
<p style="margin-left: 40px; ">
	Daria, once Green, tried to breathe amid the ashes of her world.&nbsp;&nbsp;<em>I will not flinch,</em>&nbsp;Daria told herself,&nbsp;<em>I will not look away.</em>&nbsp; She had been Green all her life, and now she must be Blue.&nbsp; Her friends, her family, would turn from her.&nbsp;&nbsp;<em>Speak the truth, even if your voice trembles,</em>&nbsp;her father had told her; but her father was dead now, and her mother would never understand.&nbsp; Daria stared down the calm blue gaze of the sky, trying to accept it, and finally her breathing quietened.&nbsp;&nbsp;<em>I was wrong,</em>&nbsp;she said to herself mournfully;&nbsp;<em>it's not so complicated, after all.</em>&nbsp; She would find new friends, and perhaps her family would forgive her... or, she wondered with a tinge of hope, rise to this same test, standing underneath this same sky?&nbsp; "The sky is blue," Daria said experimentally, and nothing dire happened to her; but she couldn't bring herself to smile.&nbsp; Daria the Blue exhaled sadly, and went back into the world, wondering what she would say.</p>
<p style="margin-left: 40px; ">
	Eddin, a Green, looked up at the blue sky and began to laugh cynically.&nbsp; The course of his world's history came clear at last; even he couldn't believe they'd been such fools.&nbsp; "Stupid," Eddin said, "stupid,&nbsp;<em>stupid,</em>&nbsp;and all the time it was right here."&nbsp; Hatred, murders, wars, and all along it was just a&nbsp;<em>thing</em>&nbsp;somewhere, that someone had written about like they'd write about any other thing.&nbsp; No poetry, no beauty, nothing that any sane person would ever care about, just one pointless thing that had been blown out of all proportion.&nbsp; Eddin leaned against the cave mouth wearily, trying to think of a way to prevent this information from blowing up the world, and wondering if they didn't all deserve it.</p>
<p style="margin-left: 40px; ">
	Ferris gasped involuntarily, frozen by sheer wonder and delight.&nbsp; Ferris's eyes darted hungrily about, fastening on each sight in turn before moving reluctantly to the next; the blue&nbsp;<em>sky,</em>&nbsp;the white&nbsp;<em>clouds,</em>&nbsp;the vast unknown&nbsp;<em>outside,</em>&nbsp;full of places and things (and people?) that no Undergrounder had ever seen.&nbsp; "Oh, so&nbsp;<em>that's</em>&nbsp;what color it is," Ferris said, and went exploring.</p>
<p class="discreet">
	This fable was <a href="http://lesswrong.com/lw/gt/a_fable_of_science_and_politics/">taken from here</a>.</p>

<p><small>This article was culled from <a href="http://rudd-o.com/archives/a-fable-of-science-and-politics">A fable of science and politics</a></small>.</p>]]></content:encoded>
    <dc:publisher>No publisher</dc:publisher>
    <dc:creator>RuddO</dc:creator>
    <dc:rights></dc:rights>
    
        <dc:subject>politics</dc:subject>
    
    
        <dc:subject>culture</dc:subject>
    
    
        <dc:subject>science</dc:subject>
    
    
        <dc:subject>lies</dc:subject>
    
    <dc:date>2012-03-08T04:18:24Z</dc:date>
    <dc:type>Blog Entry</dc:type>
    </item>


    <item rdf:about="http://rudd-o.com/archives/the-american-medical-association-journal-of-ethics-wants-more-guinea-pigs">
    <title>The American Medical Association Journal of Ethics wants more guinea pigs</title>
    <link>http://rudd-o.com/archives/the-american-medical-association-journal-of-ethics-wants-more-guinea-pigs</link>
    <description>And they're building a moral case for Global Tuskeegee, if you don't do as they say.</description>
    <content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[<p>
	Go <a href="http://virtualmentor.ama-assn.org/2012/01/pfor1-1201.html">read this journal now</a>. &nbsp;Go and come back.</p>
<p>
	Fucking wow, right? That's some&nbsp;<strong style="font-weight: bold; ">beautiful</strong>&nbsp;(if&nbsp;<strong style="font-weight: bold; ">malevolent</strong>)&nbsp;<strong style="font-weight: bold; ">sophistry</strong>&nbsp;right there, isn't it?</p>
<p>
	Let's start the usual smackdown.</p>
<hr style="font-family: verdana, arial, helvetica, sans-serif; background-color: rgb(240, 243, 252); font-size: small; " />
<p>
	Susanne Sheehy, totalitarian shill par excellence, has a problem: she can't find enough&nbsp;<em>volunteers</em>&nbsp;to test vaccines. People just&nbsp;<em>aren't</em>&nbsp;that keen on injecting unknown substances in their bodies, just because someone else wants them to. No surprises there.</p>
<p>
	OK then, so she asks "how do we solve that problem"? As far as anyone can see, the only&nbsp;<em>other</em>&nbsp;way to get people to do what they don't&nbsp;<em>want</em>&nbsp;to do (in this case, "participate" in his experiments) is to&nbsp;<em>threaten them</em>&nbsp;into compliance, and to&nbsp;<em>punish</em>&nbsp;resistors so that the threat carries weight.</p>
<p>
	A reasonable, decent, non-totalitarian person would stop at that point. Case closed, we all go home.</p>
<p>
	Not our totalitarian Shilly, no siree. She sees,&nbsp;<em>in principle</em>, no ethical problem with&nbsp;<em>violently forcing</em>&nbsp;people to be assaulted against their will. Violence against peaceful people who refuse to cooperate is, you see,&nbsp;<em>firmly on the table</em>&nbsp;for her.</p>
<hr style="font-family: verdana, arial, helvetica, sans-serif; background-color: rgb(240, 243, 252); font-size: small; " />
<p>
	But she has a tiny pesky problem to deal with first. She's not dumb -- she&nbsp;<em>understands</em>&nbsp;the&nbsp;<em>practical</em>&nbsp;problem that<em>any sane person</em>&nbsp;would&nbsp;<em>immediately</em>&nbsp;spit in her face "Well, that's fucking wrong, bitch, fuck you, and if you touch even a single hair of my or my child's head, I will break every bone in your face and have you thrown in a cage for assault" in response to her Macchiavellian plan.</p>
<p>
	So, the&nbsp;<em>only</em>&nbsp;way she can get her way (without any significant resistance from decent human beings), is&nbsp;<em>if</em>&nbsp;she (a) convinces a large group of thugs to carry out her plan, and (b) she persuades a majority of society to believe in the corrupt idea that anyone who resists her totalitarian plan is "malevolent, dangerous and criminal".</p>
<p>
	Thus, the next logical step in her malevolent plan is to persuade&nbsp;<em>others</em>&nbsp;that her malevolent intentions are "benevolent". Fortunately for this sociopath, humanity has thousands of years of experience manufacturing magical spells to transform "evil" into "good", so the only difficult task here is to&nbsp;<em>assemble</em>&nbsp;a moral sophism using well-known fallacies and lies, readily available off the government shelf.</p>
<hr style="font-family: verdana, arial, helvetica, sans-serif; background-color: rgb(240, 243, 252); font-size: small; " />
<p>
	To achieve this goal, this cunt constructs a straw man, a false ethical justification, to piece together a bunch of abstract noble-sounding platitudes, that allows her to falsely conclude&nbsp;<em>"See? For all these good and noble reasons, it is okay to force people to enroll in my experiment and, of course, to assault or extort those who resist."</em></p>
<p>
	Is it any surprise that she invokes&nbsp;<em>other already-established organized crimes</em>&nbsp;(such as "conscription") as excuses? Why else would she say "well, my plan is fairly similar to conscription", if not to make the reader falsely conclude "since we already tolerate military slavery, surely we can accommodate Shilly's totalitarian plan"?</p>
<p>
	And so, the shill vomits fecal pearls like this:</p>
<blockquote style="margin-top: 5px; margin-right: 15px; margin-bottom: 5px; margin-left: 5px; padding-left: 4px; border-left-width: 2px; border-left-style: solid; border-left-color: rgb(51, 102, 153); font-family: verdana, arial, helvetica, sans-serif; background-color: rgb(240, 243, 252); font-size: small; ">
	<p style="margin-top: 5px; margin-bottom: 5px; ">
		But relying on altruism alone to facilitate clinical trials is potentially unsustainable and ethically contentious.</p>
</blockquote>
<p>
	LOL. Seriously? What about the alternative she is proposing? Is it somehow&nbsp;<em>not</em>&nbsp;"ethically contentious" to perform medical procedures on people against their will? Apparently not, not if she manages to make us think of this mass assault as something "noble and good". She wants to keep you distracted with a made-up "ethical contention", while people are used as guinea pigs against their will.</p>
<p>
	Watch this&nbsp;<em>brilliant</em>&nbsp;anchoring trick she uses:</p>
<blockquote style="margin-top: 5px; margin-right: 15px; margin-bottom: 5px; margin-left: 5px; padding-left: 4px; border-left-width: 2px; border-left-style: solid; border-left-color: rgb(51, 102, 153); font-family: verdana, arial, helvetica, sans-serif; background-color: rgb(240, 243, 252); font-size: small; ">
	<p style="margin-top: 5px; margin-bottom: 5px; ">
		A more palatable and realistic option is a policy of “mandated choice.” In this case individuals would be required by law to state in advance their willingness to participate in vaccine trials</p>
</blockquote>
<p>
	See? The "more palatable and realistic" option requires a&nbsp;<em>lesser</em>&nbsp;form of threat against people, but it&nbsp;<em>still uses organized violence</em>. So she's saying "we can go with violence against those who refuse to be vaccinated, or we can just use violence against those who object to answering sensitive questions asked by my thugs". You will note how, entirely absent from the false "choices", is any form of voluntary choice.</p>
<hr style="font-family: verdana, arial, helvetica, sans-serif; background-color: rgb(240, 243, 252); font-size: small; " />
<p>
	Anyway. I won't bother deconstructing any more specific fallacious tactics she uses, as you can see they're tweaked versions of the same old corrupt justifications for government aggression. Of course,&nbsp;<em>just like in civics class</em>, the violence is not spelled out in the mission statement... but, given the historical examples she uses to support her totalitarian plan, we all know very well what the violent implications are. Less freedom, more aggression.</p>
<p>
	And so, having analyzed some of the sophistry in that propaganda piece, we come to the final question. What does Susanne Shilly&nbsp;<em>want</em>&nbsp;to be true? Here it is, verbatim:</p>
<blockquote style="margin-top: 5px; margin-right: 15px; margin-bottom: 5px; margin-left: 5px; padding-left: 4px; border-left-width: 2px; border-left-style: solid; border-left-color: rgb(51, 102, 153); font-family: verdana, arial, helvetica, sans-serif; background-color: rgb(240, 243, 252); font-size: small; ">
	<p style="margin-top: 5px; margin-bottom: 5px; ">
		If a&nbsp;<em>concerted effort</em>&nbsp;were made to increase public awareness of the success of vaccination, the potential of novel vaccines to improve global health drastically, and the important contribution that individuals can make by volunteering for studies, perhaps mandatory enrollment would not even need to be considered.</p>
</blockquote>
<p>
	<em>Translation: "Give us more funding for 'concerted efforts', or we'll just have to resort to Global Tuskeegee sooner or later."</em></p>
<hr style="font-family: verdana, arial, helvetica, sans-serif; background-color: rgb(240, 243, 252); font-size: small; " />
<p>
	Did anyone notice what organization carries this puff piece? In case you didn't: it's the&nbsp;<em>American Medical Association journal of</em>&nbsp;<strong style="font-weight: bold; "><em>ethics</em></strong>.</p>
<p>
	People:&nbsp;<em>this</em>&nbsp;is&nbsp;<em>exactly</em>&nbsp;how the biggest crimes are&nbsp;<em>always</em>&nbsp;perpetrated. Every master con artist&nbsp;<em>always</em>&nbsp;resorts to&nbsp;<strong style="font-weight: bold; ">manipulative and false ethics</strong>&nbsp;to get his way.</p>

<p><small>This article was culled from <a href="http://rudd-o.com/archives/the-american-medical-association-journal-of-ethics-wants-more-guinea-pigs">The American Medical Association Journal of Ethics wants more guinea pigs</a></small>.</p>]]></content:encoded>
    <dc:publisher>No publisher</dc:publisher>
    <dc:creator>RuddO</dc:creator>
    <dc:rights></dc:rights>
    
        <dc:subject>medicine</dc:subject>
    
    
        <dc:subject>lies</dc:subject>
    
    
        <dc:subject>ethics</dc:subject>
    
    
        <dc:subject>corruption</dc:subject>
    
    <dc:date>2012-02-26T00:22:54Z</dc:date>
    <dc:type>Blog Entry</dc:type>
    </item>


    <item rdf:about="http://rudd-o.com/archives/violent-abusers-experience-orgasmic-pleasure">
    <title>Violent abusers experience orgasmic pleasure</title>
    <link>http://rudd-o.com/archives/violent-abusers-experience-orgasmic-pleasure</link>
    <description>This was discovered a long time ago.  Unless the causes of violence are determined, we will continue to live in a world of fear, abuse and apprehension. </description>
    <content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[<p style="text-align: center; ">
	<object height="480" width="853"><embed allowfullscreen="true" allowscriptaccess="always" height="480" src="http://www.youtube.com/v/MKVMXQD2aXc?version=3&hl=en_US" type="application/x-shockwave-flash" width="853"></embed></object></p>
<p>
	Think about this the next time you see a policeman kidnapping a peaceful person.</p>

<p><small>This article was culled from <a href="http://rudd-o.com/archives/violent-abusers-experience-orgasmic-pleasure">Violent abusers experience orgasmic pleasure</a></small>.</p>]]></content:encoded>
    <dc:publisher>No publisher</dc:publisher>
    <dc:creator>RuddO</dc:creator>
    <dc:rights></dc:rights>
    
        <dc:subject>violence</dc:subject>
    
    
        <dc:subject>psychology</dc:subject>
    
    
        <dc:subject>abuse</dc:subject>
    
    <dc:date>2012-02-17T19:20:29Z</dc:date>
    <dc:type>Blog Entry</dc:type>
    </item>


    <item rdf:about="http://rudd-o.com/monopolies-of-the-mind/intellectual-monopolies-are-not-property-and-duplicating-them-is-not-theft-part-2">
    <title>Intellectual monopolies are not property, and duplicating them is not theft, part 2</title>
    <link>http://rudd-o.com/monopolies-of-the-mind/intellectual-monopolies-are-not-property-and-duplicating-them-is-not-theft-part-2</link>
    <description>A longer explanation of what property is, why intellectual poverty (the proposition that one may morally prevent others from duplicating intangibles) is false, why duplicating intangibles is not theft, and how the intellectual poverty lie came about.</description>
    <content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[<p>I will attempt to give you, my reader, an honest and comprehensive answer <a href="http://www.reddit.com/r/AskReddit/comments/pfcha/not_trolling_can_someone_walk_me_through_the/c3p1dzv">based on my Reddit comment here</a>.</p>
<h3>What property is</h3>
<p>Property, at its most basic, means <em>the moral claim to control things exclusively</em>, with the obvious corollary that it's morally permissible to <em>defend</em> the things one controls with <em>force</em> (otherwise the concept of property would be pointless like, say,  freedom of speech without a mouth or fingers).  Colloquially, when we say "this object X is my property", what we are saying means "I am the only person who may morally decide who gets to use X, anyone else who uses subterfuge or violence to control X is morally wrong, and violent punishment of that person is morally legitimate."</p>
<p>Property arises because of <em>scarcity and rivalrousness</em>, attributes of the physical world <em>par excellence</em>.  These features of the world mean that deadly conflict is <em>inevitable</em> without objective rules to arbitrate who gets to use what, as no two people can use the same thing at the same time (for the most part -- some things are shareable, but even in that case, whoever uses the thing <em>wears it out</em>).</p>
<p>To arbitrate this conflict, human beings have come up with the concept of property -- a set of rules to determine who gets to exclusively control what things at what time.  There are various sets of rules of property (Hoppean property being the only one that I consider <em>logically consistent</em>), but the point here is that property is just a set of ethical rules of behavior.</p>
<p>The notion of applying these rules (whatever they are) is tens of thousands of years old, and it predates all governments and all law; as unimportant as this may sound, this means that property is an <em>ethical</em> concept, rather than a <em>legal</em> one.</p>
<h3>Living in a world where things are infinite</h3>
<p>Imagine a world where everything other people have, you can have with zero effort; by just looking at it, it is insta-copied with zero resource expenditure, and the copy is 100% indistinguishable from the original.  The only cost in this world, is the cost of <em>coming up</em> with new ideas to build -- the ideas would literally materialize as soon as they are wished.  Imagine the implications of such a world.</p>
<p>Would it make sense, in a world like this, to say "this is my lawnmower"?  No, of course not.  The concept of property would be <em>alien</em> in such a world, because <em>there is no conflict</em> over scarce things.  (Interestingly, you couldn't even say "this is my body", because long before you say "please don't rape me", a would-be "rapist" could have already wish-materialized a fully-functional duplicate of you, only with an insatiable lust for the "rapist".  But I digress.)</p>
<h3>The world of intangibles</h3>
<p>Now what does that world remind you of?</p>
<p>Well, it's probably familiar to you because it exactly describes the realm of intangibles.  Intangibles are not rivalrous, and today we can perfectly replicate an intangible at zero (marginal) cost.  The only cost is the cost of <em>coming up with new intangibles</em>, and human beings do that <em>every day already</em> (they did before intellectual poverty, and they will continue to do so until intellectual poverty is a nightmare long abandoned).  There is no conflict with intangibles, because when I come up with an intangible X, you can copy X to make X' (and store it in your head or your computer) without demerit or without depriving me of the use of my X.  Thus, the rules of property can't apply -- there is no need to grant a specific person a <em>monopoly</em> over the use of an intangible.</p>
<p>So this is the very <em>reality</em> of the world, telling you that the concept of property is only valid when applied to scarce resources.  In other words, to say "this intangible is my property" or "you have stolen this intangible" is an oxymoronic use of words not unlike saying "bad door!  bad door!" if you stub your toe on the door edge.</p>
<p>So, if duplicating intangibles is not theft, then it is not unethical / not immoral.  And, if duplicating intangibles is done peacefully, without breaching any promises consensually made to anyone, again, the act is not unethical / not immoral.  We're simply drawing from common sense ethics here -- that which is not immoral, is perfectly permissible.</p>
<h3>The ethics of intangibles</h3>
<p>What does that mean for the ethics of duplicating intangibles?  It means that duplicating intangibles (provided that the circumstances I just explained are true) <em>must be</em> either morally neutral or morally good.</p>
<p>What does that mean for the ethics of prosecuting people who duplicate intangibles?  In a single sentence: it means that those who punish duplicators are <em>aggressors</em>, thus they are <em>immoral</em>, because prosecution involves the use of violence or threats to punish resistors.  Yes, that is right, the act of punishing someone for the made-up sin of "copyright infringement" or "patent infringement" is <em>clearly unethical</em>.  Again, drawing from common sense ethics here -- if a person threatens another person for a peaceful and consensual act, that's immoral, and that <em>includes</em> people who persecute peaceful duplicators.</p>
<h3>The propaganda about intangibles</h3>
<p>So why is the previous conclusion not universally acknowledged?</p>
<p>Little-known fact: corrupt people who benefit from intellectual poverty have waged a propaganda campaign and law-purchasing spree  that borders on the billions of dollars of expenditure.  The whole purpose of this campaign is to spread the lie that intangibles are scarce and that one ought to feel morally outraged when one witnesses someone peacefullly duplicating an intangible.  This is not new -- it has been going on for <em>centuries</em> (search for Candlemakers' Plea and you will see for yourself).</p>
<p>Note how the propagandists <em>never</em> say falsehoods outright.  They use <em>framing</em> and <em>compounding</em>.  Thus, the lies are <em>implied</em>, so that they can make statements that <em>assume the falsehoods</em> that they want to be "true".  They compound their lies like this, because they understand the power of the subconscious intellect -- how people subconsciously deduce the implicit premises from the explicit message.  By repeating "Has X stopped beating his wife yet?" often enough, the assumption that X beats his wife gets cemented in the public's consciousness, and a lot of false ideas are spread this way.  By framing the conversation in terms of "how much punishment should we inflict on duplicators?", they successfully elbow out attempts to question whether duplication is wrong at all, because that idea becomes a <em>given</em> in their narrative.</p>
<p>Oftentimes this propaganda will exploit ambiguity in terms.  Let's take the example of the expression "It's mine!". It has two meanings: "This is my property" vis a vis "This I created".  By conflating the two meanings, the propaganda makes it seem as if whatever you create is actually yours, when that's <em>clearly not</em> the case for the <em>vast majority</em> of the things you created; think of yourself building a chair with someone else's wood: whom does the chair belong to?</p>
<p>Needless to say, anyone who has seen this propaganda has noticed how violent and manipulative imagery and metaphors are used all the time to spread the beliefs of intellectual poverty.  Quick question: since when did <em>the truth</em> require to be propagated using manipulative and violent imagery?  Answer: since never -- the truth does not need propaganda to thrive, <em>only lies</em> do.  You don't see people playing anti-rape or anti-murder ads, do you?</p>
<p>If abiding by intellectual poverty is so "ethical", why do intellectual povertarians need to spend billions of dollars drilling it into people's brains?  If you think people are mostly good, then it stands to reason that they wouldn't need this propaganda constantly drilled into their brains -- they would just <em>know</em> not to "infringe" (which is <em>the opposite</em> of what you observe people doing).  If you think people are mostly bad, then why are you making an ethical argument to begin with?</p>
<h3>The "I worked for it, therefore I own it" argument</h3>
<p>What about the common pseudo-argument "these thieves are depriving hard-working people of their hard-earned value / potential profits"?  Well:</p>
<ol>
<li>You don't see a butter maker claiming "theft" when other butter makers make butter.   There is no provable ethical theory that says "whatever idea you came up with, can only be exercised by you, and everyone else who attempts to compete by copying your idea, is evil".  The only thing remotely close to this, is <em>law</em> (which dim-witted people use to fabricate their own pseudo-ethics).  As you already know, laws are bought and sold to the highest bidder.</li>
<li>Peaceful duplicators really aren't depriving anyone of "value".  Value is subjective -- the value of an item is not contained in the item, but contained in the <em>mind of the person</em> who has it.  Giving someone else a copy of an intangible doesn't affect the value of <em>your</em> copy, because the value of your copy is between <em>you and your item only</em>.  The only thing that is lost with duplication is the perception of <em>exclusivity</em> of the item, which, in a world where everybody drives cookie-cutter cars (in no small part because of intellectual poverty), matters not.  In sum: you do not have a moral claim to control others' minds and property.</li>
<li>The ethical theory "using threats or violence to protect potential profits is morally good" is not valid.  In fact, such a theory would <em>necessarily contradict</em> with your moral claim to use <em>your own</em> property peacefully and to <em>protect</em> it (a theory you already accept if you are in favor of intellectual poverty).  In other words: since intangibles (including potential profits) are not property, you have no moral claim to prosecute or threaten anyone for the loss of profits.</li>
<li>The "loss" of whatever profits you expected to recoup from your monopoly on an intangible, is substantially different from, say, the loss of a bounced paycheck.  The first is an expectation set by a corrupt unilateral imposition, while the second is an expectation set by a <em>mutual and consensual</em> understanding (a <em>contract</em>) which is fraudulent (thus unethical) to break.  Thus, allegations of fraud against duplicators have no basis.  (See below for examples of <em>contractual</em> forms of intellectual agreements.)</li>
</ol>
<p>Scarcity is a factor, yes.  So what intellectual povertarians perceive when someone duplicates an intangible, is <em>a decrease in the value they expected to extract from others</em>.  Which (a) is totally unfounded, as numerous economics studies and trials have proven, and (b) is a matter entirely in their own heads, so it doesn't justify punishment of others.  Now, I don't fault them.  Perhaps they worked very hard because of the <em>promise</em> that they would get a monopoly.  However, that doesn't mean they have a right to increase their profits by threatening duplicators -- it only means that monopolizing ideas create false and immoral expectations, that make people invest their efforts in inefficient endeavors.</p>
<p>In a world without intellectual poverty, you wouldn't have people chasing monopolies and being sour grapes when someone threatens this corrupt promise.  Musicians would understand that making a song is not a guarantee of perpetual income (just as making a chair isn't).  Drug companies would try thousands of medicines that they have left by the wayside because they couldn't get a monopoly on those drugs anymore.    And so on, and so forth, people would continue to live their lives, except without the greed-generating, rent-seeking, corrupt, and destructive influence that intellectual poverty has on them.</p>
<h3>Intellectual monopolies without copyright</h3>
<p>So what about "conditional intellectual property"?  Sure.  If you buy something, and during the purchase you are clearly informed that the purchase is conditional to you <em>not sharing</em> that which you are buying, of course you are obligated to fulfill that contract, and you are in violation of said contract if you share it.</p>
<p>Now, if you break the contract, of course, the third party who received it is <em>not liable</em> (unless it can be demonstrated he was aware that he was being an accomplice of breach of contract).  So this means that you might need to brand your sold unshareable intangibles with unique identifiers.  Nothing new -- iTunes does that already.</p>
<p>I love this concept, because it means that people <em>actually get told</em> what the cost of sharing is -- maybe a couple extra dollars per purchase? -- rather than some politicians retroactively inventing new punishments won a whim and fully paid-off.  <em>You have the option</em> to opt-in to sharing or not sharing, and <em>you</em> decide whether the extra price of the permission to share is worth your trouble.</p>
<h3>Conclusion</h3>
<p>As my girlfriend said (and Jeffrey Tucker confirms), an intellectual povertarian is the proverbial middle-school girl who doesn't want anybody else to wear the same dresses, thinking that her value is created by her uniqueness, and is consequently reduced when someone else wears the same dresses.  People who evolve past intellectual poverty see this middle-school event, not as an affront, but as a marvelous example of how a human being can leave his mark in the world, and influence it for the better.</p>
<p>If you made it to here, I have a reward for you: :-D</p>
<p style="text-align: center"><object width="853" height="480"><embed src="http://www.youtube.com/v/IeTybKL1pM4?version=3&hl=en_US" type="application/x-shockwave-flash" width="853" height="480" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p><small>This article was culled from <a href="http://rudd-o.com/monopolies-of-the-mind/intellectual-monopolies-are-not-property-and-duplicating-them-is-not-theft-part-2">Intellectual monopolies are not property, and duplicating them is not theft, part 2</a></small>.</p>]]></content:encoded>
    <dc:publisher>No publisher</dc:publisher>
    <dc:creator>RuddO</dc:creator>
    <dc:rights></dc:rights>
    
        <dc:subject>lies</dc:subject>
    
    
        <dc:subject>copyrights</dc:subject>
    
    
        <dc:subject>patents</dc:subject>
    
    <dc:date>2012-02-29T04:33:51Z</dc:date>
    <dc:type>Blog Entry</dc:type>
    </item>


    <item rdf:about="http://rudd-o.com/archives/the-largest-street-gang-in-america">
    <title>The largest street gang in America</title>
    <link>http://rudd-o.com/archives/the-largest-street-gang-in-america</link>
    <description>An inside look at the abominable atrocities against peaceful people, caused by giving sociopaths a monopoly of organized violence.</description>
    <content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[<p style="text-align: center; ">
	<iframe allowfullscreen="" frameborder="0" height="480" src="http://www.youtube.com/embed/videoseries?list=PLF63999D288C623AA&hl=en_US" width="853"></iframe></p>

<p><small>This article was culled from <a href="http://rudd-o.com/archives/the-largest-street-gang-in-america">The largest street gang in America</a></small>.</p>]]></content:encoded>
    <dc:publisher>No publisher</dc:publisher>
    <dc:creator>RuddO</dc:creator>
    <dc:rights></dc:rights>
    
        <dc:subject>psychopaths</dc:subject>
    
    
        <dc:subject>police</dc:subject>
    
    
        <dc:subject>evil</dc:subject>
    
    
        <dc:subject>aggression</dc:subject>
    
    <dc:date>2012-02-14T12:10:08Z</dc:date>
    <dc:type>Blog Entry</dc:type>
    </item>


    <item rdf:about="http://rudd-o.com/archives/no-one-is-illegal">
    <title>No one is "illegal"</title>
    <link>http://rudd-o.com/archives/no-one-is-illegal</link>
    <description>An excellent demonstration of how immigration laws are immoral.</description>
    <content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[<p style="text-align: center; ">
	<object height="480" width="853"><embed allowfullscreen="true" allowscriptaccess="always" height="480" src="http://www.youtube.com/v/NX6u0D4HnbA?version=3&hl=en_US" type="application/x-shockwave-flash" width="853"></embed></object></p>

<p><small>This article was culled from <a href="http://rudd-o.com/archives/no-one-is-illegal">No one is "illegal"</a></small>.</p>]]></content:encoded>
    <dc:publisher>No publisher</dc:publisher>
    <dc:creator>RuddO</dc:creator>
    <dc:rights></dc:rights>
    
        <dc:subject>statism</dc:subject>
    
    
        <dc:subject>immigration</dc:subject>
    
    
        <dc:subject>immorality</dc:subject>
    
    <dc:date>2012-02-08T20:45:04Z</dc:date>
    <dc:type>Blog Entry</dc:type>
    </item>


    <item rdf:about="http://rudd-o.com/archives/how-the-federal-reserve-causes-exploitation-of-foreign-low-wage-labor">
    <title>How the Federal Reserve causes exploitation of foreign low-wage labor</title>
    <link>http://rudd-o.com/archives/how-the-federal-reserve-causes-exploitation-of-foreign-low-wage-labor</link>
    <description>A parable of salt.</description>
    <content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[<p>
	One of the challenges facing Paultards like me is that we can't explain ourselves in snappy one-liners, we don't have the benefit of appealing to compassion, fear, or patriotism. In order to be understood, I have to explain myself. I'll attempt to be brief here (it's not easy) but there is some prerequisite knowledge you need to have to understand my assertion that the Fed keeps foreign workers poorer than they otherwise should be. "End the Fed" may have become a rallying cry but it's knowledge that drives me, not a catchy chant.</p>
<p>
	Savings: If you pick a bowl full of apples and carry them into your house, a strange thing has happened. You have performed&nbsp;labor&nbsp;and generated a good, (apples in the bowl and apples on the tree are two different goods, as they are considered to have a different value by individuals) but you haven't fully benefited from that labor yet. As you eat the apples you&nbsp;produced, you are consuming your&nbsp;savings. Savings are production that hasn't been consumed yet.</p>
<p>
	Debt: If you take a bowl full of apples from a neighbor with a promise to repay, you are in debt. You have consumed the apples today but have to do the labor in the future. Debt is consumption that hasn't been produced yet.</p>
<p>
	Money: Money is whatever the market determines to be the&nbsp;most marketable good. In a lot of ways it's still just barter, only it offers a lot of advantages over the direct exchange of goods. We don’t value money for its own sake, we value money for what we can exchange it for. Let's say you are offered the most marketable good in return for your apples, in this case we’ll say salt, which has been money in many markets around the world and still is in a few places. Salt is&nbsp;okay&nbsp;at being money, it is somewhat durable; it doesn't rot, rust or decay (don't get it wet though!). It is easily divisible; you can offer a little more salt or a little less salt. It is scarce enough that you don't need to carry a tonne of it but abundant enough that you don't need to conduct trade in individual grains of salt. Salt already&nbsp;has&nbsp;value (seasoning, curing) but will take on more value if the market determines it to be the most marketable good.</p>
<p>
	Banking and Credit: All of that salt! But let's not forget what a lot of that salt represents. All of that unconsumed production! All the apples picked, cows milked, bread baked and eggs gathered, and the people that did it haven't consumed as much&nbsp;value&nbsp;as they have produced. This is why savings is a sign of a healthy economy, society in general is producing more wealth than it is consuming. A banker, hoping to profit from access to all this salt, offers consumption now in return for a greater value of production later, or&nbsp;interest. A banker can't lend out&nbsp;all&nbsp;the salt as his customers need it for their day to day transactions, as his salt reserves get low he raises interest rates which encourages less consumption, more saving and discourages consumption now at the cost of greater production in the future.</p>
<p>
	Banks eventually (I'm guessing) get frustrated by this limit to their ability to lend, after all, lending is profits. Banks start throwing sand in to the salt&nbsp;inflating&nbsp;the supply of salt. Or they start gold plating tin, or they start printing far more salt notes than they should. Then they lower interest rates.&nbsp;Dun dun dun dunnnnnnn.&nbsp;You, whose previous labor is deposited as salt, receive ever more sandy salt in return when you make a withdrawal. Or looked at another way, if you deposited ten apples at an apple bank you might receive an apple in interest but when you go to withdraw your apples you'd find that you receive eleven apples with chunks taken out of them that are greater than the sum of one apple. It&nbsp;looks&nbsp;like more apples than you deposited but really it's nine apples. No wonder they love inflation so much down at The Fed, they take our apples and we thank them for it.</p>
<p>
	In our history, when we were on the gold standard, $35 would buy you an ounce of gold. PERIOD. But the Fed printed too much - they printed more dollars than we could redeem in gold, the most marketable good, the value of our labor. Everything&nbsp;but&nbsp;gold was going up in price, foreign countries stopped buying our goods and started exchanging their abundant dollars for gold and trading this wonderfully cheap gold for goods from other countries. We had been exchanging goods from other countries with ever more sand in the salt, eventually they started exchanging our sand/salt notes&nbsp;for actual salt.&nbsp;One solution to this problem would have been to take our taxes and then burn the dollars received in revenue. Wait...what? You have to keep in mind that because of inflation and low interest rates caused by the Fed we were consuming more than we were actually producing for a lot longer than we should have. We ate the apples, now we had to pick them, and&nbsp;somebody always pays. In this example the taxes would have reduced our consumption until we had destroyed all the surplus apple notes. I'd love to see a politician campaigning to raise taxes so they can burn the money - that would appeal to voters. Instead, they severed the link between gold and the dollar, releasing the pressure that had been holding up the value of the dollar. Hellooo 1970's inflation, I'm telling you guys, somebody, somewhere, sometime&nbsp;always&nbsp;pays.</p>
<p>
	Bear with me guys, we'll get there.</p>
<p>
	We have an inflationary monetary policy, and our wise overseers in the Fed assure us that prices dropping is a bad thing. We can tell it's true because of how horrible it has been to witness televisions, smart phones and computers get better and better for less and less money (sarcasm). Deflation in the cost of technology tells us that our ability to produce the same goods at a lower cost is improving faster than the Fed is inflating the dollar. If you are interested in buying a big television or a nice smart phone, you might decide that it's better to save your money now and forgo consumption until later. We can all look forward to larger, cheaper solid state drives as companies invest in the capital needed to produce them faster and more efficiently.</p>
<p>
	Finally I can get to foreign labor. If we were still using gold (labor and production) for money it would all long ago have been spent. All the gold would have been sent to China or Japan and caused&nbsp;the other deflation, the deflation that results from an ever scarcer currency instead of increased production. Eventually there would be no commercial benefit to employing cheap foreign labor as it wouldn't be any cheaper than hiring labor right here. The Chinese and other countries would be benefiting from our investments in capital in their countries as now the flow of goods would go both ways, we would benefit from their labor and they would benefit from ours (they do somewhat benefit already but not as much as they should). As things stand today we aren't sending them our apples for their oranges, we are making sure that no matter how hard they labor, no matter how much of that labor we benefit from we will&nbsp;always&nbsp;have more dollars than they do. They are subsidizing our lives through sixteen hour days and subsistence wages with no hope of ever reaching a level playing field.</p>
<p>
	We Occupy Wall St. with iPhones and designer jeans, we scream at the symptom but are blind to the disease, meanwhile the false compassion of the Democratic Party endorses a monetary policy that allows the Fed to lend money to Wall St. at 0% so they can buy government bonds (more of our apples) at 3%. The false compassion of the Democratic Party decries the state of education and healthcare while continuing to drop bombs on foreign brown people and steal the labor of foreign yellow people. The false fear and rage of the Republican Party wants to turn our apples in to even more bombs, no matter how much evil we spread around the world because "we are a nation of good people".</p>
<p>
	I, the cold, heartless, selfish libertarian reject false compassion for compassion, I reject fear and rage for peace and I reject any appeal to government to "save us, help us, save them, help them". They've had their chance and everything they've touched has turned to&nbsp;shit, banking, healthcare, education, energy, retirement, housing...</p>
<p>
	If we want to do something right, we have to do it ourselves. We're better at it than our planners are; we're more efficient, we're faster. We're not a few people trying to solve very large problems all over the world; we're millions of people that see a small part of the problem, right in front of our faces. If only we would stop asking the government to solve everything and would tell it to get out of our way instead.</p>
<p class="discreet">
	<a href="http://www.reddit.com/r/politics/comments/p41wo/how_the_fed_prolongs_the_long_term_exploitation/">Reprinted from here</a>.</p>

<p><small>This article was culled from <a href="http://rudd-o.com/archives/how-the-federal-reserve-causes-exploitation-of-foreign-low-wage-labor">How the Federal Reserve causes exploitation of foreign low-wage labor</a></small>.</p>]]></content:encoded>
    <dc:publisher>No publisher</dc:publisher>
    <dc:creator>RuddO</dc:creator>
    <dc:rights></dc:rights>
    
        <dc:subject>economics</dc:subject>
    
    
        <dc:subject>Federal Reserve</dc:subject>
    
    
        <dc:subject>sound money</dc:subject>
    
    <dc:date>2012-02-02T01:43:43Z</dc:date>
    <dc:type>Blog Entry</dc:type>
    </item>


    <item rdf:about="http://rudd-o.com/archives/its-not-about-the-corrupt-corporations.-its-about-the-corruption-that-is-government">
    <title>It's not about the corrupt corporations.  It's about the corruption that is government.</title>
    <link>http://rudd-o.com/archives/its-not-about-the-corrupt-corporations.-its-about-the-corruption-that-is-government</link>
    <description>An analogy.</description>
    <content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[<p>
	Consider this:</p>
<p>
	You're playing forward in a football game. Standard rules - 11 v. 11, you can use any part of your body except for your hands, etc., etc.</p>
<p>
	Suddenly, someone on the opposing team approaches one of the referees. "Hey," he asks the official, "I know it's technically 'cheating', but do you think you could make an exception for me and let me use my hands for the next half? Nobody else, just me... okay, and maybe a couple of my buddies - my center forward and left back. We'll treat you and the linesmen to some corn dogs after the game in exchange, fair trade?"</p>
<p>
	The noble zebra decides to play along, and the players who can now use their hands absolutely demolish the opposing players who aren't afforded the same privilege - effectively ruining and rigging the game. &nbsp;It would not be surprising if you agreed with me that this situation is rotten for you, right?</p>
<p>
	So who's to blame here for your loss?</p>
<p>
	Certainly, the player who first approached the referees is a <strong>colossal</strong> prick. Him asking for such an underhanded (no pun intended) advantage is a huge dick move, or at least it is in my book. He's somewhat responsible for your loss.</p>
<p>
	But he's not the only one responsiible, nor is he the most responsible either. &nbsp;Ask yourself: how did he acquire that advantage over you? He didn't just individually decide "I'm gonna cheat and get away with it". No, he decided "I'm gonna cheat, but <em>I need help</em> to get away with it, because I <em>don't have</em> the <em>power</em> to pull this shit off on my own."</p>
<p>
	<strong>And there you see it. &nbsp;The referee</strong>&nbsp;gave him the unfair advantage.&nbsp;<strong>The official arbiters,</strong> those who make the rules and enforces them, is the one who&nbsp;<em>actually</em>&nbsp;rigged the game.</p>
<p>
	Now, you can probably expect the referee to make excuses for his behavior. &nbsp;<em>It doesn't matter</em> what the referee's excuse is. "Oh, it was raining and we didn't want anyone to get sick so we wanted to wrap up the match early", or "But the players we let use their hands weren't as skilled as the players on the other team, they wouldn't have stood a chance otherwise!". &nbsp;Whatever they say, they are still stuffing their faces with those ill-gotten corn dogs behind the bleachers; when it's all said and done, the reality is that they twisted the rules, perverted the rules,&nbsp;<strong>broke the rules</strong>.</p>
<p>
	Now apply this to businesses and government, with businesses playing as your opponent and the referees' roles being played by legislators, judges, bureaucrats. &nbsp;If you believe in government, then you can probably understand that the government's only role should be to facilitate <strong>fair play</strong>, not to disregard the rules (like, say, the Constitution) and make up their own <em>sui generis</em> rules.</p>
<p>
	I'm no economist or political scientist, just an average schmuck making a quick observation. &nbsp;Think about that for a second. &nbsp;If an average schmuck like me, can figure out that political corruption starts with&nbsp;<em>government</em>, you can figure it out too.</p>
<p>
	So, next time you hear people supplicating the government for protection from the corporations, remember what you just read, and you will understand how those supplications couldn't possibly ever work. &nbsp;Government and bad businesses work together behind closed doors; the evildoers in corporations can only ever obtain their overwhelming influence and political power <strong>through</strong> government.</p>
<p class="discreet">
	Taken <a href="http://www.reddit.com/r/Libertarian/comments/oxocp/jon_stewart_adequately_describes_ron_pauls_free/c3kveqs">from here</a>.</p>

<p><small>This article was culled from <a href="http://rudd-o.com/archives/its-not-about-the-corrupt-corporations.-its-about-the-corruption-that-is-government">It's not about the corrupt corporations.  It's about the corruption that is government.</a></small>.</p>]]></content:encoded>
    <dc:publisher>No publisher</dc:publisher>
    <dc:creator>RuddO</dc:creator>
    <dc:rights></dc:rights>
    
        <dc:subject>statism</dc:subject>
    
    
        <dc:subject>corruption</dc:subject>
    
    <dc:date>2012-02-04T20:49:54Z</dc:date>
    <dc:type>Blog Entry</dc:type>
    </item>


    <item rdf:about="http://rudd-o.com/archives/people-naturally-help-each-other">
    <title>People naturally help each other</title>
    <link>http://rudd-o.com/archives/people-naturally-help-each-other</link>
    <description>Those who don't, have had their natural goodness driven from them.</description>
    <content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[<p>
	Proof beyond any doubt:</p>
<p style="text-align: center; ">
	<iframe allowfullscreen="" frameborder="0" height="315" src="http://www.youtube.com/embed/RK8rKKp-vP0" width="560"></iframe></p>

<p><small>This article was culled from <a href="http://rudd-o.com/archives/people-naturally-help-each-other">People naturally help each other</a></small>.</p>]]></content:encoded>
    <dc:publisher>No publisher</dc:publisher>
    <dc:creator>RuddO</dc:creator>
    <dc:rights></dc:rights>
    
        <dc:subject>children</dc:subject>
    
    
        <dc:subject>morality</dc:subject>
    
    <dc:date>2012-01-25T02:36:19Z</dc:date>
    <dc:type>Blog Entry</dc:type>
    </item>


    <item rdf:about="http://rudd-o.com/archives/the-beast">
    <title>The beast</title>
    <link>http://rudd-o.com/archives/the-beast</link>
    <description>By Stefan Molyneux.</description>
    <content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[<p>
	<span style="background-color: rgb(250, 250, 250); font-family: verdana, arial, helvetica, sans-serif; font-size: small; ">An objective review of human history would seem to point to the grim reality that by far the most dangerous thing in the world is false ethical systems.</span></p>
<p style="margin-top: 5px; margin-bottom: 5px; font-family: verdana, arial, helvetica, sans-serif; background-color: rgb(250, 250, 250); font-size: small; ">
	If we look at an ethical system like communism, which was responsible for the murders of 170 million people, we can clearly see that the real danger to individuals was not random criminals, but false moral theories. Similarly, the Spanish Inquisition relied not on thieves and pickpockets, but rather priests and torturers filled with the desire to save the souls of others. Nazism also relied on particular ethical theories regarding the relationship between the individual and the collective, and the moral imperative to serve those in power, as well as theories “proving” the innate virtues of the Aryan race.</p>
<p style="margin-top: 5px; margin-bottom: 5px; font-family: verdana, arial, helvetica, sans-serif; background-color: rgb(250, 250, 250); font-size: small; ">
	Over and over again, throughout human history, we see that the most dangerous instruments in the hands of men are not guns, or bombs, or knives, or poisons, but rather moral theories. From the “divine right of kings” to the endlessly legitimized mob rule of modern democracies, from the ancestor worship of certain Oriental cultures to the modern deference to the nation-state as personified by a political leader, to those who pledge their children to the service of particular religious ideologies, it is clear that by far the most dangerous tool that men possess is morality. Unlike science, which merely describes what is, and what is to be, moral theories exert a near-bottomless influence over the hearts and minds of men by telling them what ought to be.</p>
<p style="margin-top: 5px; margin-bottom: 5px; font-family: verdana, arial, helvetica, sans-serif; background-color: rgb(250, 250, 250); font-size: small; ">
	When our leaders ask for our obedience, it is never to themselves as individuals, they claim, but rather to “the good” in the abstract. JFK did not say: “Ask not what I can do for you, but rather what you can do for me...” Instead, he substituted the words “your country” for himself. Service to “the country” is considered a virtue – although the net beneficiaries of that service are always those who rule citizens by force. In the past (and sometimes even into the present), leaders identified themselves with God, rather than with geography, but the principle remains the same. For Communists, the abstract mechanism that justifies the power of the leaders is class; for fascists it is the nation; for Nazis it is the race; for democrats it is “the will of the people”; for priests it is “the will of God” and so on.</p>
<p style="margin-top: 5px; margin-bottom: 5px; font-family: verdana, arial, helvetica, sans-serif; background-color: rgb(250, 250, 250); font-size: small; ">
	Ruling classes inevitably use ethical theories to justify their power for the simple reason that human beings have an implacable desire to act in accordance to what they believe to be “the good.” If service to the Fatherland can be defined as “the good,” then such service will inevitably be provided. If obedience to military superiors can be defined as “virtue” and “courage,” then such violent slavery will be endlessly praised and performed.</p>
<p style="margin-top: 5px; margin-bottom: 5px; font-family: verdana, arial, helvetica, sans-serif; background-color: rgb(250, 250, 250); font-size: small; ">
	Propaganda</p>
<p style="margin-top: 5px; margin-bottom: 5px; font-family: verdana, arial, helvetica, sans-serif; background-color: rgb(250, 250, 250); font-size: small; ">
	The more false the moral theory is, the earlier that it must be inflicted upon children. We do not see the children of scientifically minded people being sent to “logic school” from the tender age of three or four onwards. We do not see the children of free market advocates being sent to “Capitalism Camp” when they are five years old. We do not see the children of philosophers being sent to a Rational Empiricism Theme Park in order to be indoctrinated into the value of trusting their own senses and using their own minds.</p>
<p style="margin-top: 5px; margin-bottom: 5px; font-family: verdana, arial, helvetica, sans-serif; background-color: rgb(250, 250, 250); font-size: small; ">
	No, wherever ethical theories are corrupt, self-contradictory and destructive, they must be inflicted upon the helpless minds of dependent children. The Jesuits are credited with the proverb: “Give me a child until he is nine and he will be mine for life,” but that is only because the Jesuits were teaching superstitious and destructive lies. You could never imagine a modern scientist hungering to imprint his falsehoods on a newborn consciousness. Picture somebody like Richard Dawkins saying the above, just to see how ridiculous it would be.</p>
<p style="margin-top: 5px; margin-bottom: 5px; font-family: verdana, arial, helvetica, sans-serif; background-color: rgb(250, 250, 250); font-size: small; ">
	Any ethicist, then, who focuses on mere criminality, rather than the institutional crimes supported by ethical theories, is missing the picture almost entirely, and serving mankind up to the slaughterhouse. A doctor who, in the middle of a universal and deadly plague, focused his entire efforts on communicating about the possible health consequences of being slightly overweight, would be considered rather deranged, and scarcely a reliable guide in medical matters. If your house is on fire, mulling over the colors you might want to paint your walls might well be considered a sub-optimal prioritization.</p>
<p style="margin-top: 5px; margin-bottom: 5px; font-family: verdana, arial, helvetica, sans-serif; background-color: rgb(250, 250, 250); font-size: small; ">
	Private criminals exist, of course, but have almost no impact on our lives comparable to those who rule us on the basis of false moral theories.</p>
<p style="margin-top: 5px; margin-bottom: 5px; font-family: verdana, arial, helvetica, sans-serif; background-color: rgb(250, 250, 250); font-size: small; ">
	Once, when I was 11, another boy stole a few dollars from me. Another time, when I was 26, I left my ATM card in a bank machine, and someone stole a few hundred dollars from my account.</p>
<p style="margin-top: 5px; margin-bottom: 5px; font-family: verdana, arial, helvetica, sans-serif; background-color: rgb(250, 250, 250); font-size: small; ">
	On the other hand, I have had hundreds of thousands of dollars taken from me by force through the moral theory of “taxation is good.” I was forced to sit in the grim and brain-destroying mental gulags of public schools for 14 years, based on the moral theory that “state education is a virtue.” (Or, rather: “forced education is a virtue” – my parents were compelled to pay through taxes, and I was compelled to attend.)</p>
<p style="margin-top: 5px; margin-bottom: 5px; font-family: verdana, arial, helvetica, sans-serif; background-color: rgb(250, 250, 250); font-size: small; ">
	The boy (and the man) who stole my money doubtless used it for some personal pleasure or need. The government that steals my money, on the other hand, uses it to oppress the poor, to fund wars, to pay the rich, to borrow money and so impoverish my children – and to pay the salaries of those who steal from me.</p>
<p style="margin-top: 5px; margin-bottom: 5px; font-family: verdana, arial, helvetica, sans-serif; background-color: rgb(250, 250, 250); font-size: small; ">
	If I were a doctor in the middle of a great city struck down by a terrible plague, and I discovered that that plague was being transmitted through the water pipes, what should my rational response be – if I claimed to truly care about the health of my fellow citizens?</p>
<p style="margin-top: 5px; margin-bottom: 5px; font-family: verdana, arial, helvetica, sans-serif; background-color: rgb(250, 250, 250); font-size: small; ">
	Surely I should cry from the very rooftops that their drinking water was causing the plague. Surely I should take every measure possible to get people to understand the true source of the illness that struck them down.</p>
<p style="margin-top: 5px; margin-bottom: 5px; font-family: verdana, arial, helvetica, sans-serif; background-color: rgb(250, 250, 250); font-size: small; ">
	Surely, in the knowledge of such universal and preventable poisoning, I should not waste my time arguing that the true danger you faced was the tiny possibility that some random individual might decide to poison you at some point in the future.</p>
<p style="margin-top: 5px; margin-bottom: 5px; font-family: verdana, arial, helvetica, sans-serif; background-color: rgb(250, 250, 250); font-size: small; ">
	Thus, as a philosopher concerned with violence and immorality, should I focus on private criminals, or public criminals?</p>
<p style="margin-top: 5px; margin-bottom: 5px; font-family: verdana, arial, helvetica, sans-serif; background-color: rgb(250, 250, 250); font-size: small; ">
	The violations that I experienced at the hands of private criminals fade to insignificance relative to even one day under the tender mercies of my “virtuous and good masters.”</p>
<p style="margin-top: 5px; margin-bottom: 5px; font-family: verdana, arial, helvetica, sans-serif; background-color: rgb(250, 250, 250); font-size: small; ">
	If, then, the greatest dangers to mankind are false ethical theories, then our highest prioritization should be the discovery, communication and refinement of a valid, rational, empirical and consistent ethical theory. If we discover that most plague victims are dying from impure water, then surely telling them to purify their water should be our first and highest priority.</p>
<p style="margin-top: 5px; margin-bottom: 5px; font-family: verdana, arial, helvetica, sans-serif; background-color: rgb(250, 250, 250); font-size: small; ">
	<a href="http://www.reddit.com/r/Anarcho_Capitalism/comments/ov3n8/the_beast_by_stefan_molyneux/">Copied from here</a>.</p>

<p><small>This article was culled from <a href="http://rudd-o.com/archives/the-beast">The beast</a></small>.</p>]]></content:encoded>
    <dc:publisher>No publisher</dc:publisher>
    <dc:creator>RuddO</dc:creator>
    <dc:rights></dc:rights>
    
        <dc:subject>statism</dc:subject>
    
    
        <dc:subject>morality</dc:subject>
    
    <dc:date>2012-01-25T01:52:52Z</dc:date>
    <dc:type>Blog Entry</dc:type>
    </item>


    <item rdf:about="http://rudd-o.com/archives/never-underestimate-the-power-of-politics">
    <title>Never underestimate the power of politics</title>
    <link>http://rudd-o.com/archives/never-underestimate-the-power-of-politics</link>
    <description>A true quote by Tom Woods.</description>
    <content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[<p style="margin-left: 40px; ">
	Never underestimate the ability of politics and government to confuse people. That's what they are there for. It's to fill our heads with the idea that they are the saviours, or at least there's one party among them, that are the great saviours. And without them it would all be terrible. We'd all have jobs that earn us 3 cents an hour, we'd all be dead. <em>Just what you've read in your seventh grade textbook</em>.</p>
<p style="text-align: right; ">
	&nbsp;<a href="http://www.youtube.com/watch?v=bwEcH7HGSZY#t=36m04s" rel="nofollow">-Thomas E Woods.</a></p>
<p>
	What a coincidence that the textbook contains only "government"-approved "facts", eh?</p>

<p><small>This article was culled from <a href="http://rudd-o.com/archives/never-underestimate-the-power-of-politics">Never underestimate the power of politics</a></small>.</p>]]></content:encoded>
    <dc:publisher>No publisher</dc:publisher>
    <dc:creator>RuddO</dc:creator>
    <dc:rights></dc:rights>
    
        <dc:subject>lies</dc:subject>
    
    
        <dc:subject>statism</dc:subject>
    
    <dc:date>2012-01-24T02:24:36Z</dc:date>
    <dc:type>Blog Entry</dc:type>
    </item>





</rdf:RDF>

