<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:admin="http://webns.net/mvcb/"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
	<channel>
	  <title>Ask MetaFilter questions tagged with zero</title>
      <link>http://ask.metafilter.com/tags/zero</link>
      <description>Questions tagged with 'zero' at Ask MetaFilter.</description>
	  <pubDate>Sat, 26 Sep 2009 17:54:13 -0800</pubDate> <lastBuildDate>Sat, 26 Sep 2009 17:54:13 -0800</lastBuildDate>

      <language>en-us</language>
	  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
	  <ttl>60</ttl>	  
	<item>
	<title>Why did tar and nc not play nice?</title>
	<link>http://ask.metafilter.com/133905/Why%2Ddid%2Dtar%2Dand%2Dnc%2Dnot%2Dplay%2Dnice</link>	
	<description>Can anybody immediately see why nc and tar didn&apos;t work together the way I expected they would? I wanted to copy an Ubuntu installation from a laptop with one filesystem to a desktop box with two. So I booted an Ubuntu live CD on each and opened terminals; then on the laptop did&lt;br&gt;
&lt;code&gt;&lt;br&gt;
sudo su -&lt;br&gt;
mount /dev/sda2 /mnt&lt;br&gt;
cd /mnt&lt;br&gt;
tar c . | nc -l -p 10000&lt;br&gt;
&lt;/code&gt;&lt;br&gt;
and on the desktop box did&lt;br&gt;
&lt;code&gt;&lt;br&gt;
sudo su -&lt;br&gt;
mkfs -t ext3 -L root /dev/sda3&lt;br&gt;
mkfs -t ext3 -L home /dev/sda4&lt;br&gt;
mount /dev/sda3 /mnt&lt;br&gt;
mkdir /mnt/home&lt;br&gt;
mount /dev/sda4 /mnt/home&lt;br&gt;
cd /mnt&lt;br&gt;
nc 192.168.1.3 10000 -q5 | tar xv --numeric-owner&lt;br&gt;
&lt;/code&gt;&lt;br&gt;
As expected, a huge list of filenames scrolled by on the desktop box as tar extracted the files. When that all stopped, I hit ctrl-D on the desktop end to close nc&apos;s standard input; five seconds later the shell prompt returned on the laptop as well. So everything seemed to be working as expected.&lt;br&gt;
&lt;br&gt;
After making the necessary corrections to /mnt/boot/grub/menu.lst, /mnt/etc/fstab, /mnt/etc/hosts and /mnt/etc/hostname on the desktop box, I umounted everything and rebooted it, but assorted things were badly amiss. Turns out that a random assortment of vital files had been created with zero length and zero permissions instead of being properly copied.&lt;br&gt;
&lt;br&gt;
I have since got the machine-to-machine copy done by mounting the laptop&apos;s hard drive in a USB enclosure, plugging it into the desktop box and using &lt;code&gt;cp -av&lt;/code&gt; so I&apos;m not looking for ways to get the primary job done any more.&lt;br&gt;
&lt;br&gt;
What I would like to know: before I spend more time trying to work out why the tar | nc &amp;lt;--&amp;gt; nc | tar method failed, can anybody see some documented reason why it was doomed to do so?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.133905</guid>
	<pubDate>Sat, 26 Sep 2009 17:54:13 -0800</pubDate>
	<category>length</category>
	<category>linux</category>
	<category>nc</category>
	<category>permissions</category>
	<category>tar</category>
	<category>zero</category>
	<dc:creator>flabdablet</dc:creator>
	</item>
	<item>
	<title>What does a trailing zero mean in a Dewey decimal catalog?</title>
	<link>http://ask.metafilter.com/109710/What%2Ddoes%2Da%2Dtrailing%2Dzero%2Dmean%2Din%2Da%2DDewey%2Ddecimal%2Dcatalog</link>	
	<description>Hey Librarians! Why is there a trailing zero on this Dewey number? I&apos;ve asked the available meatspace librarians why Tim Wendel&apos;s book &lt;i&gt;The New Face of Baseball&lt;/i&gt; is cataloged at 796.3570, and the best they can come up with is that it&apos;s some topical designation. (The worst so far was, &quot;Good question, troublemaker, I&apos;m not a cataloger.&quot;) OK, so if that&apos;s it, which topic does a trailing zero indicate? If that&apos;s not it, what&apos;s going on here? Is it extraneous? FWIW, there&apos;s one other book in this collection with the same catalog number, and I can pull up more in the google.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.109710</guid>
	<pubDate>Sat, 20 Dec 2008 14:30:07 -0800</pubDate>
	<category>796point3570</category>
	<category>books</category>
	<category>catalog</category>
	<category>cataloguer</category>
	<category>classification</category>
	<category>decimal</category>
	<category>dewey</category>
	<category>deweydecimal</category>
	<category>libraries</category>
	<category>library</category>
	<category>resolved</category>
	<category>trailingzero</category>
	<category>zero</category>
	<dc:creator>saguaro</dc:creator>
	</item>
	<item>
	<title>Looking for resources regarding sustainability.</title>
	<link>http://ask.metafilter.com/78854/Looking%2Dfor%2Dresources%2Dregarding%2Dsustainability</link>	
	<description>Zero waste is the topic. Turned up zero hits in my AskMeFi search. What I am in need of is a web 2.1 muti-media blast to present to an audience of more than 2,000. &lt;br&gt;
&lt;br&gt;
Our company is looking at sustainability as a major topic for the coming year. The first quarter is my chance to blow them away with resources to dazzle, amuse and convert folks to the idea of zero-waste. Or a Newtonian type of approach to zero waste.&lt;br&gt;
&lt;br&gt;
Please do your darndest to help me find the latest, the greatest, most bulletproof and the mostest superlativest resources available that are not of a particular political persuasion and have a serious, reasonable and verifiable economic benefit slant (consumer or corporate), in addition to any tree-hugging feel good appeal.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2007:site.78854</guid>
	<pubDate>Mon, 17 Dec 2007 10:36:16 -0800</pubDate>
	<category>sustainability</category>
	<category>waste</category>
	<category>zero</category>
	<dc:creator>valentinepig</dc:creator>
	</item>
	<item>
	<title>How many times to erase hard drive</title>
	<link>http://ask.metafilter.com/54639/How%2Dmany%2Dtimes%2Dto%2Derase%2Dhard%2Ddrive</link>	
	<description>How many times should I zero the hard drive of a laptop I am going to sell? I have an old iBook (the display fritzed) that I am planning to sell on Ebay. I had the hard disk zeroed in a single pass. This took two and  a half hours. Because the display is not working, I had to take it to a Mac repair shop and wait. Now I am wondering about security. Should I have the hard disk zeroed again, seven times, thirty-five times?&lt;br&gt;
&lt;br&gt;
There was no financial information on the computer (Quicken, tax programs, etc.). I prefer to contemplate my dismal finances on scribbled scraps of paper. My net-surf patterns would show that I sometimes visit websites with encrypted pages for buying on-line; I have an Ebay account, etc. &lt;br&gt;
&lt;br&gt;
I hope that nobody is interested in my journal, fanfic, or academic papers and manuscripts.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2007:site.54639</guid>
	<pubDate>Mon, 08 Jan 2007 18:51:16 -0800</pubDate>
	<category>disk</category>
	<category>drive</category>
	<category>erase</category>
	<category>hard</category>
	<category>iBook</category>
	<category>zero</category>
	<dc:creator>bad grammar</dc:creator>
	</item>
	<item>
	<title>Zero</title>
	<link>http://ask.metafilter.com/42435/Zero</link>	
	<description>Does absolute zero actually exist in the universe or is it just a theoretical concept? Settle an argument.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2006:site.42435</guid>
	<pubDate>Tue, 18 Jul 2006 13:02:57 -0800</pubDate>
	<category>zero</category>
	<dc:creator>furiousxgeorge</dc:creator>
	</item>
	<item>
	<title>Is zero a cube?</title>
	<link>http://ask.metafilter.com/15845/Is%2Dzero%2Da%2Dcube</link>	
	<description>&lt;a href=&quot;http://www.stetson.edu/~efriedma/numbers.html&quot;&gt;This page&lt;/a&gt; mentions, among other things, that &quot;100 is the smallest square which is also the sum of 4 consecutive cubes.&quot; Obviously, this refers to the sum of 1^3 (1), 2^3 (8), 3^3 (27) and 4^3 (64). But it seems to me that the sequence can be pushed back to start with 0^3 (0), in which case you can get four consecutive cubes adding up to 36, which is a square. Is zero then not considered a cube? I&apos;ve been thinking about this for far too long, and I can see it going either way. For example: zero should not be considered a cube, because the logical implication of this is that it can be divided by its cube root. But its cube root is zero, and division by zero is an undefined operation.&lt;br&gt;
&lt;br&gt;
But at the same time, there is a number &lt;i&gt;n&lt;/i&gt; such that &lt;i&gt;n&lt;/i&gt;^3 = 0, which seems to me to be the very definition of a cube.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2005:site.15845</guid>
	<pubDate>Wed, 02 Mar 2005 17:16:58 -0800</pubDate>
	<category>math</category>
	<category>numbers</category>
	<category>numbertheory</category>
	<category>trivia</category>
	<category>zero</category>
	<dc:creator>ubernostrum</dc:creator>
	</item>
	<item>
	<title>Is Zero odd or even</title>
	<link>http://ask.metafilter.com/8444/Is%2DZero%2Dodd%2Dor%2Deven</link>	
	<description>The Number Zero: odd, even, or neither?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2004:site.8444</guid>
	<pubDate>Sat, 03 Jul 2004 21:37:00 -0800</pubDate>
	<category>even</category>
	<category>math</category>
	<category>numbers</category>
	<category>odd</category>
	<category>zero</category>
	<dc:creator>Phatty Lumpkin</dc:creator>
	</item>
	
	</channel>
</rss>

