Slashdot Mirror


User: 42forty-two42

42forty-two42's activity in the archive.

Stories
0
Comments
1,149
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 1,149

  1. Re:I sympathize, but... on DVD-Jon Breaks iTunes Encryption For Linux Users · · Score: 1
    If your business plan relies upon unbreakable encryption, it's a bad business plan.

    On the contrary - what about all those companies using SSL? The problem is with breakable encryption, which all DRM is.
  2. Re:Where to get it on Linux 2.4.24 Release Fixes Root Vulnerability · · Score: 1

    The PGP signature can be used to verify that the file's genuine.

  3. Re:Warmth and brightness on Buying Music from Other than iTunes? · · Score: 1
    I'd be very glad if someone could point me to an encoding process where I can't hear the difference on that one, even on everyday equipment.

    No problem.
  4. Re:Solution: one console on Best Way To Manage Growing Console Clutter? · · Score: 1

    You neglect emulation overhead - for each instruction in the emulated box you're probably executing a few dozen instructions of the host processor, probably with a computed jump to mess up pipelining too. Since the XBox uses an x86 processor, it can be emulated without this overhead (e.g. with a modded version of vmware)

  5. Re:windows on your console? on Windows CE.NET Ported to Xbox · · Score: 1
    what's the fun of having to reboot your console every 10 hours because the whole thing freezes?

    If you've been using your console for 10 hours, perhaps you have larger problems?
  6. Re:Try Turing or Zuse on Happy Birthday, Von Neumann (And Linus!) · · Score: 1

    Technically speaking, no computer is turing-complete, as they lack an infinity memory.

  7. Re:just wondering on iTunes 4.2 and QuickTime 6.5 · · Score: 1
    Apple would not make iTunes for mpg123/ALSA/whatever.

    Nitpick: They would have to use ALSA (or OSS), as that's the only way to get the sound to the sound card.
  8. Re:Some questions on Smart Billboards · · Score: 1

    What about tuning in software? E.g., GNU radio

  9. Re:thats one way on Kazaa-lite Shut Down · · Score: 1

    I don't know - it seems to be working, so that's unlikely.

  10. Re:thats one way on Kazaa-lite Shut Down · · Score: 4, Informative

    What about giFT-fasttrack?

  11. Re:oops on Microsoft to Charge for FAT File System · · Score: 1

    Linux uses EXT2, ReiserFS, XFS, or one of a few others usually, but on a camera you don't need a sophisticated fs like those (and probably don't have the CPU/RAM either). MinixFS would probably be ideal.

  12. Re:WTF? on Microsoft to Charge for FAT File System · · Score: 1

    Good luck running a SQL RDBMS on a digital camera. A Microsoft RDBMS, at that. You'll need a Pentium chip and 64 MB of normal (not picture storage) RAM just for the OS to run all this cruft.

  13. Re:How about a logging trail on Gentoo rsync Server Compromised [updated] · · Score: 1

    What's wrong with it?

  14. Re:Linux File System? on Using the Real ntfs.sys Driver Under Linux · · Score: 1

    From what I understand, umsdos (support for unix semantics on dos filesystems) just hasn't been rewritten for the new kernel APIs yet, but will be in the future.

  15. Re:How stable? on Using the Real ntfs.sys Driver Under Linux · · Score: 1
    If it's as stable at reading/writing as Windows, then this will be a great hack.
    Be careful what you wish for...
  16. Re:In other news... on Using the Real ntfs.sys Driver Under Linux · · Score: 1
    A vulnerability has been found in the latest version of knoppix. [...] allows any user with access to the drive to render the system useless
    Dude. sudo dd if=/dev/zero of=/dev/hda is sufficient as-is - knoppix lets you get root easily and trash the drives from there.
  17. Re:OK... good on Using the Real ntfs.sys Driver Under Linux · · Score: 4, Funny

    Well, that's okay, as long as we still have a recursive acronym: WINE Is Now an Emulator.

  18. Re:Linux on Public BSOD Sightings? · · Score: 1

    Try using a serial console - you'll probably be able to get a backtrace if/when it OOPSes, or at lease a panic.

  19. Re:it's all cool and everything... on More Details Of IBM's Blue Gene/L · · Score: 2, Funny

    Don't be silly, kernel code would be:

    #include &ltlinux/config.h>
    #include &ltlinux/module.h>
    #include &ltlinux/kernel.h>
    #include &ltlinux/types.h>

    MODULE_LICENCE("GPL");

    __asmlinkage inline unsigned int add_x_plus_y(unsigned int x, unsigned int y){
    unsigned int ret;
    spin_lock_irq(&current->arith->lock);
    current->arith->accum = x;
    current->arith->oprand = y;
    __perform_add(&current->arith);
    ret = current->arith->accum;
    spin_unlock_irq(&current->arith->lock);
    return ret;
    }

  20. Re:The "security blanket" factor on Javascrypt · · Score: 1
    The algorithm Javascrypt implements is absolutely useless for what you're talking about. AES is a symmetric encryption algorithm, which means that if you're going to send the data to some server using Javascrypt, at some point you need to communicate the key. If you send the key with the data (not to mention the .js for decryption), you've just royally wasted your time. This could only be useful if you agree to a key in advance using some non-internet connection method, in which case you're not going to go with a "cheap ass" encyption technique like this.

    Ever hear of Diffie-Hellman? Sure, there's a risk of a man-in-the-middle attack, but it's better than nothing, and will protect against passive sniffing attacks.
  21. Re:Terrorists? Give it a rest. on Encrypted Cell Phone Hits the Market · · Score: 1
    And in the US, encrypted radio transmissions are illegal

    Does this mean SSL over WiFi is illegal?
  22. Re:We also need... on NDIS Wrapper For Wireless LAN Cards Under GPL · · Score: 1
    ...driver compatibility depends on SMP option...

    Well, if you want spinlocks bogging down your uniprocessor kernel go right ahead, but I'd prefer not to.
  23. Re:Kernel space? on NDIS Wrapper For Wireless LAN Cards Under GPL · · Score: 2, Insightful

    I don't see why it can't go through e.g. mapping memory and using real-time signals or reading from a device file to receive interrupts...

  24. Kernel space? on NDIS Wrapper For Wireless LAN Cards Under GPL · · Score: 2, Insightful

    Is this implemented in kernel space still? Is it possible to implement a driver wrapper like this in Ring 3, or at least in Ring 1 or 2, thus reducing the effects of a driver crash, instead of Ring 0?

  25. Re:Robust package management on What Might UserLinux Look Like? · · Score: 1

    Make a Gentoo ebuild script - often trivially done by copying a file for an older one - and put it in /usr/local/portage.