From owner-freebsd-questions@FreeBSD.ORG Tue Feb 17 23:23:06 2015 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 451E9845 for ; Tue, 17 Feb 2015 23:23:06 +0000 (UTC) Received: from nm21-vm10.bullet.mail.gq1.yahoo.com (nm21-vm10.bullet.mail.gq1.yahoo.com [98.136.217.57]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 09B2C689 for ; Tue, 17 Feb 2015 23:23:05 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=rocketmail.com; s=s2048; t=1424215220; bh=UBwSOkfTZiOieCjkDvd9g7R8ZR9H1Cyrg/Qm2uzdg8s=; h=Date:From:To:Subject:In-Reply-To:References:From:Subject; b=Qq9I0VPlYlYX0EZoRUJPvo1cQM3aVzgncA3YjU1oerOGuTWfT0wGCeQJhFxd9XUQhpV+iN4pExxqGV1HjA23gQNirBUES54FqUhutOvQI0hMD87rD59dGirH8RRWEvL2unH/Ara6egeAPL8OnvCYwOMS5ku+MRgBOY3XxHm56arsGisyRBw071yDYXOgtYh9uO69jLUiKUzrK2OHdtfTVJ+kGWKKacii+zibMv1sRJscUL9VnUbaUI2DmFGGEm7faDVvCUZSuDB6zbtwVFPEYn4ZkyYy33B1mdXRQ5N8U3Hh9GvcrOmXEaaSHAbX+CLIYgKlmdL1LsEDCHttZGWKkw== Received: from [98.137.12.174] by nm21.bullet.mail.gq1.yahoo.com with NNFMP; 17 Feb 2015 23:20:20 -0000 Received: from [46.228.39.70] by tm13.bullet.mail.gq1.yahoo.com with NNFMP; 17 Feb 2015 23:20:20 -0000 Received: from [127.0.0.1] by smtp107.mail.ir2.yahoo.com with NNFMP; 17 Feb 2015 23:20:20 -0000 X-Yahoo-Newman-Id: 605222.17609.bm@smtp107.mail.ir2.yahoo.com X-Yahoo-Newman-Property: ymail-3 X-YMail-OSG: pfUQZrkVM1k.qojcKe652UeZeIgkqcGCvw8vg88ywHBux4o XEzPOoRL1api.qbljt8ar9D6304tvDlGR3BDOtKc.a9WEV6vXNXmf_ks3zgP 8silzK7naMEhIYgk6zfkfJ9y1YBEomiL_k3Fe0oFRYK40ICMnHZZ_AioTsPc LnTvZdszHAuvEt_5AHmNnUWSuWr0hRYcnDzoVRqwXxrptFFIOb3E9SoHlKED EQVqQ2JTz.AdS92kmg1vnnmdRN2jItpqn0JUs3M2ltxhdNZix2PYKSVMErk4 F.Gl7OMRK_.OGl2rkulZ3QhDEg8nCxmuvD2GboQS78i5lqGBopG32Q6UiKI9 KGfboiKNBfJClhkmL4N4BeRgzy8ovfx3hzqLAC0WoonXo8kmMUzIhLIo5ykc hxio4VZZGKZMnsROrI9uf5Oq9WIJ1fVbVDvV7QL2ya5uNISgU3m7KVZeYjDI Di7dKJreI0_4OqfTy3CPgfWALDyByrK_i0M9J._6jx__2NjGx6NUOlENtlH2 JzxKxWj22aEVxyNapqe4tJ5hxOF2ybqvehB9Mb.QVtsLgX.dFsUlXlIdyE7g LI_oOcWc- X-Yahoo-SMTP: BeMCPs2swBABTJ3kAeEiC_hE0mz8jRexLddJfD8pI2j32fOacjBmXg-- Date: Wed, 18 Feb 2015 00:04:01 +0100 From: Ralf Mardorf To: freebsd-questions@freebsd.org Subject: Re: [Bulk] Re: What's in my hard drive? How can I get rid of it? Message-ID: <20150218000401.2ec1bf7a@archlinux> In-Reply-To: <54E3BF90.9060609@gmail.com> References: <54E39F83.70002@gmail.com> <20150217202411.GA42894@neutralgood.org> <20150217222744.0a9b1d87@archlinux> <54E3BF90.9060609@gmail.com> X-Mailer: Claws Mail 3.11.1-66-gd6ba813 (GTK+ 2.24.25; x86_64-arch-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Feb 2015 23:23:06 -0000 On Tue, 17 Feb 2015 15:24:16 -0700, jd1008 wrote: >A people's tribunal of highly capable software and hardware engineers >is desperately needed to look into the source codes of all SW and HW >designs and implementations - including the compilers and assemblers. We are still free to write Assembler opcode using an hex editor, that way nothing could go wrong. When I started, I didn't write opcode using an hex editor, but I used an Assmbler editor that didn't provide macros, this editor was close to an hex editor. There was no way to correct something by inserting code.