Slashdot Mirror


User: You're+All+Wrong

You're+All+Wrong's activity in the archive.

Stories
0
Comments
720
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 720

  1. Re:How did they hack it? on Kernel.org Compromised · · Score: 1

    You are apparently the only one who reads the original emails, as the rest of us don't have links to those emails. Cite please.

  2. Re:How did they hack it? on Kernel.org Compromised · · Score: 2

    Not at all, because it's false.

    That log line is not of a kernel crash (we call them 'oops'es, or 'panic's), merely the kernel reporting on a userspace task (Xnest, with process ID 4485) crashing with a segfault (trying to access an invalid/protected address).

  3. Re:Wishful thinking on Kernel.org Compromised · · Score: 1

    Every single reference to a change to the kernel is in terms of a commit id. It's not a case of going out of the way to use signatures, the *whole way* is signatures. It's signatures all the way down to the empty directory before the first commit was performed.

    Hence Linus' jape about compression. He's compressed gigabytes of files, changes, and commentary down to 40 characters.

  4. Re:It's about the commit on Kernel.org Compromised · · Score: 1

    Almost none have the commit rights to the important git tree.
    Even if they commit it to their own tree, it still needs to be pulled into one of the maintainers' trees, and approved by them too.

    So in order for there to be any propagation of any changes we need all these things:
    - you develop from the tarball
    - you don't notice the changes that aren't yours
    - you have a repository that others pull from
    - those others trust you and don't examine your changes
    - those others are trusred tree maintainers

    So basically it's a non-event. Even those who use quilt always have all the patches fully visable at all times, so you can't hide a change as only changes are visible.

  5. Re:Wishful thinking on Kernel.org Compromised · · Score: 2

    What complete bollocks.

    "Thanks to the open source nature of the kernel it is trivial to add a rootkit and make a new tarball."
    But you've not "added a rootkit". All you've done is make a new tarball with an added rootkit. The *actual* linux source, the git repository, which due to the nature of git is cryptographically signed and distributed/mirrored on thousands of machines round the world, remains completely untouched. And were it to be touched, every other mirror of it would immediately know about the change.

    This is tiny, not big. I say that as someone who _regularly_ downloads the kernel. (Three times today, for example, but that's exceptional.)

    You're scaremongering, that's all.

  6. Re:Farenheit? on Scientists Using Lasers To Cool Molecules · · Score: 1

    If you're attempting to correct others, please ensure that your correction is in itself correct.

    Degrees Celsius is indeed an SI unit. It is a derived unit with the Kelvin as its base unit.
    http://physics.nist.gov/cuu/Units/units.html

  7. Re:The problem is not an efficient algorithm on What Computer Science Can Teach Economics · · Score: 1

    The Royal Swedish Academy of Sciences selects who receives the
    laureates in economics.

    In contrast to the prizes in physics and
    chemistry, whose laureates are selected by The Royal Swedish Academy
    of Sciences.

    If you wish to draw a real contrast, then
    it's Physiology/Medicine and Literature which are selected by
    different bodies.

    If you're going to try and weasel-word
    'handed out', don't bother - they're all handed out by the same body.

  8. Re:Includes? on W3C Publishes First Public Working Draft of HTML 5 · · Score: 1

    Strange, when I go to http://fungames.tld/my_games I get a completely different list of games, i.e. a completely different document, from when other members of the site go to it. Your view of the web seems to not have reached the stage where cookies were invented yet.

  9. Re:What about a new password element? on W3C Publishes First Public Working Draft of HTML 5 · · Score: 1

    hash('secrit'+'salt') is *not* the password when the server has sent you 'NH4Cl' as the salt.

  10. Re:RIAA will use this on RIAA Website Hacked · · Score: 1

    How can you say that the RIAA are not a monopoly?

    RIAA members create, manufacture and/or distribute approximately 90% of all legitimate sound recordings produced and sold in the United States.

    If that's a not a monopoly, what is?

  11. Re:Well-It's all relative. on RIAA Website Hacked · · Score: 1

    I hear that The Pirate Bay have an absolutely enormous quantity of RAID. Hoorah for them.

  12. Re:The GPL isn't a contract on Linux Devicemaker Sued In First US Test of GPL · · Score: 1

    "IAAL [...]
    conditions?" The consideration is easy: you get code and I will get
    any source code if you decide to distribute."

    Does "IAAL" mean "I am utterly ignorant of what the Gnu GPL is and wish to
    display my gross ignorance publicly"? Because that's what you're doing.

    This'll be a laugh - show me the line(s) in the Gnu GPL which you
    think support your absurdly incorrect claim. Pay close attention in
    particular to whom the source code is to be (offered or) distributed. /YAW

  13. Re:Dirty Bomb? on Bogus Company Obtains Nuclear License · · Score: 1

    Is there a difference?

  14. Re:Skeptical view on A Strange Streak Imaged in Australia · · Score: 1

    I can only conclude, then, that it's a trap...

    YAW.

  15. Re:client-side versus server-side anti-spam on DSPAM v3.0 RC1 Spam Filter Released · · Score: 1

    Hahah.

    OK, smartarse - of what is 'configurate' a conflation? ;-)

    YAW.

  16. Re:High Level Assembly (HLA) on High Level Assembly · · Score: 0, Troll

    Nope, at least C looks like C.
    HLA looks like, gag... gag... gag, Pascal!

    Sorry, gotta go. Must evacuate...

    YAW.

  17. Re:Too many architectures... on Gentoo/PPC64 Beta Live CDs Released · · Score: 1

    I have identical package configurations on my i386 debian box, and my (64-bit) Alpha debian box.

    To me, the alpha system is just as full-featured as the x86.

    Nicer programming environment too!

    YAW.

  18. Re:Friendly environmentally on Gentoo/PPC64 Beta Live CDs Released · · Score: 2, Informative

    And to be pedantic, their statement is also just plain false.
    Some of us have been running Alpha servers using Redhat, SuSE, Debian, etc. linux since before Gentoo was even founded.
    Alphas have been 64-bit since day one (1992), as have the Linux distributions on them. (MS released a crippled 32-bit version of Windows for it, but Linux and *BSD have always been the real deal.)

    YAW.

  19. Re:Primality is in P on New Largest Prime Found: Over 7 Million Digits · · Score: 4, Informative

    Primality tests for numbers of the form k*b^n+/-1 have always (since Proth's time) been poly time, in fact O(n^(2+eps)).

    http://primepages.org/

    'proving'

    YAW.

  20. Re:Please! I have I higher prime. on New Largest Prime Found: Over 7 Million Digits · · Score: 2, Funny

    2^19232891231089 - 1 isn't prime.
    3765761637264764023 divides it.

    IAAM.

    YAW

  21. Re:English Articles on Winny P2P Software Creator Arrested · · Score: 1

    This program embarassed the police.
    They were obliged to put a sack on his head and piss on him.

    YAW

  22. Re:Whoa. This is huge. on PowerPC Architecture Emulator Unleashed · · Score: 1

    "Imagine this thing optimized for the opteron:"

    What makes you think that it's better to emulate a 32-bit CPU using a 64-bit CPU rather than another 32-bit CPU?
    What benefit do you think the 64-bit nature of the Opteron family gives you?

    As someone who's worked with 68K-on-PPC emulators, I can assure you that having only a 32-bit host made it _easier_ to emulate a 32-bit target.

    YAW.

  23. Re:Panther on x86? on PowerPC Architecture Emulator Unleashed · · Score: 1

    Another data point - my 533MHz Alpha emulates a 200MHz Pentium (but of course the Alpha is _4_ years older than the iBook. (1997 vs 2001).

    Of course, RISC mimicking CISC is easier than CISC mimicking RISC. The latter is pretty forced to use RAM for all registers, and forced to use RMW for every RISC operation despite the fact that the RISC code has already had to do everything itself as RMW. That's _twice_ the overhead. RMW = read/modify/write, 3 ops typically, where CISCs could often to the same operation in 1 op. So that's a 3*3=9 slowdown compared with how a native compiler would compile the same source code (or a native asm coder would write the code).

    It may sound silly, but I'd almost suggest using a decompiler to generate (unreadable, unmaintainable) C source from the RISC machine code, and recompiling it for the CISC architecture. From what I've seen, most decompilers do a reasonable job from code that's actually compiled from C in the first place.

    YAW.

  24. Sounds great, but... on Reboot Linux Faster Using kexec · · Score: 5, Insightful

    $ uptime
    17:44:44 up 439 days, 7:50, 7 users, load average: 1.07, 1.02, 1.00

    I think I'll install it some time in 2005, maybe.

    Actually it's not so great - if you're mucking around with different kernels etc. then what you really want is virtualisation, not fast reboots. VMWare, or Bochs, or whatever. At least that's what I'd prefer, YMMV.

    YAW.

  25. Re:His letter on Handling Accusations of Trademark Infringement? · · Score: 1

    " remember that FFR isn't a commercial website "

    What's its domain?
    That's gonna be a losing argument.

    YAW.