Slashdot Mirror


User: Dwonis

Dwonis's activity in the archive.

Stories
0
Comments
2,728
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 2,728

  1. Re:The law says "Free Software", not "Open source" on Peru Passes Free Software Law · · Score: 1

    Just an aside, but wouldn't it be clearer to talk about "free as in freedom", instead of "free as in [free] speech"? I think the idea of "free as in speech" can be confused with "talk is cheap"...

  2. Re:Information on Marine Mammal Systems on Armed Dolphins Released Into Gulf of Mexico · · Score: 1

    My point applies regardless. The FAQ essentially says that "we allow only humans to give specific authorization to kill people, because only humans can determine the difference between friend and foe", but the US's use of land mines (which kill friend and foe indiscriminately, even long after a battle) contradicts this principle.

  3. Re:Information on Marine Mammal Systems on Armed Dolphins Released Into Gulf of Mexico · · Score: 1
    Do you have any evidence of that? Various sources (such as this one) seem to suggest that the U.S. still uses land mines:
    The use of non-self-destructing antipersonnel mines is permissible until 2010 and then only in Korea. The use of non-self-destructing antivehicle mines globally will be allowed until 2010.
    ...
    The United States last acknowledged using antipersonnel mines in 1991 in Kuwait and Iraq, scattering 117,634 self-destructing/self-deactivating landmines mostly from airplanes.
  4. Re:Bus on Torvalds & Linux Dev Process · · Score: 1

    Hmm. If Linux became a GNU project, would GNU-based distros be called "GNU/GNU Linux" or "GNU GNU/Linux"?

  5. Re:Information on Marine Mammal Systems on Armed Dolphins Released Into Gulf of Mexico · · Score: 4, Interesting
    That hardly says much. Consider the same thing, with a few words replaced:
    Does the Army use its land mines for offensive warfare?
    No. ... Since land mines cannot discern the difference between enemy and friendly vehicles, or enemy and friendly personnel, it would not be wise to give that kind of decision authority to a machine. ... That decision is always left to humans.
  6. What does this have to do with patents? [nt] on LimeWire to Block Copyrighted Work · · Score: 1

    [No text.]

  7. Re:Checksums are always going to be vulnerable on Practical Exploits of Broken MD5 Algorithm · · Score: 1

    Ever heard of SSL? PGP? S/MIME? They all use(d) MD5 at some point.

  8. Re:You're not too bright, are ya? on U.S. Deploys Orbital Communications Jammer · · Score: 1

    Let's hope there's no dead-man's switch on that radio!

  9. Re:Buzzkill on Perl Best Practices · · Score: 1

    As much as I agree with you about Perl, have you ever tried to write *correct* PHP code? Far, *far* worse...

  10. Re:narrow? preferential? on A Look At MS's MA Talking Points · · Score: 1

    Yeah, because wine works on PowerPC machines...

  11. Re:Plenty of time to wait for 64 bit apps. on Performance of 64-bit vs. 32-bit Windows Dual Core · · Score: 1

    Ever try mmap()ing a file over NFS? Always have a Plan B.

  12. Re:Dumber Article... on The Six Dumbest Ideas in Computer Security · · Score: 1

    Hmm. Do you know of any decent high-level statically-typed languages?

  13. Re:Your New Job, ESR... on ESR Gets Job Offer From Microsoft · · Score: 0, Offtopic

    s/adaquately/adequately/ # :p

  14. Re:Worked for Microsoft... Let's see how Intel han on Intel Enters Anti-Virus Market · · Score: 1
    If an Intel processor could be made to have hardware-based virus detection,

    Ever heard of memory protection?

  15. Re:The Obligatory Question on S3 Graphics Comes out of Hiding with Chrome20 · · Score: 1

    Yes, but given that they have limited time and resource (everyone does), I'd they put them toward documentation.

  16. Re:Oh, the good old days. on Virus Author Motives Changing · · Score: 1

    You call Monkey.B "the good old days"? I remember the Lamer Exterminator!

  17. Re:I think you mean... on Spyware Maker Indicted on Hacking Charges · · Score: 1

    Anyways...

  18. Re:AMD64 on The Boot Loader Showdown · · Score: 1
    the inability to "Reboot to Windows" from Linux;

    On Debian, there's a script called grub-reboot that lets you do this. It basically does:

    grub --batch <<EOT
    savedefault --once --default=$1
    quit
    EOT
  19. Re:regulations screwing up VoIP on FCC Extends VoIP 911 Deadline · · Score: 1

    Dial the number of the fire department?

  20. Re:warp speed on Scientists Speed up Light · · Score: 1

    I'd even be happy with ridiculous speed!

  21. Look at this gem! on Quake 3: Arena Source GPL'ed · · Score: 1

    Heh. This is from the header of basically every file. (Emphasis added).

    You should have received a copy of the GNU General Public License along with Foobar; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA

    When is Foobar coming out?

  22. Re:Is that the attack... on New, Faster Attack against SHA-1 Revealed · · Score: 0

    (Note that it's not *actually* the same attack.)

  23. Re:Is that the attack... on New, Faster Attack against SHA-1 Revealed · · Score: 4, Funny
    Let's see if they're the same attack, by comparing the two files that Schneier has linked to in the last few weeks:

    $ sha1sum wang_sha1_v2.pdf sha1-crypto-auth-new-2-yao.pdf
    f4489045822c1940a3 71c87d7d54cfca5fedd6f7 wang_sha1_v2.pdf
    f4489045822c1940a3 71c87d7d54cfca5fedd6f7 sha1-crypto-auth-new-2-yao.pdf

    So it's the same attack.

    Oh, wait...

  24. Good riddance! on Top Level .xxx Domain Concept Under Scrutiny · · Score: 1

    The sooner we kill this ".xxx" domain idea, the better.

  25. Re:How much? If everyone GZipped, a lot less! on How Much Bandwidth is Required to Aggregate Blogs? · · Score: 1

    IIRC, you can configure your server to do the compression once per file, instead of every time the page is served.