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. It won't have DRM on Microsoft's Athens PC · · Score: 1

    If MS puts DRM on it, people won't be able to run their old software anymore. And, AFAIK, software vendors aren't in any deals with MS to sign their software just yet.

  2. Re:Latency, no problem! on The Interplanetary Internet · · Score: 1

    Bah, this is slashdot. If the moderators don't need a sense of humor, neither do I!

  3. Re:FTP? Was: Keep it simple on Securing Your Network? · · Score: 1

    HTTP has supported this for ages. Quit using IE - it's one of the few remaining browsers that dosen't use it.

  4. How could this work? on E-mail Tax As Way Of Preventing Spam · · Score: 2, Informative

    How does the government expect to track *all* email? The support isn't in the underlying protocols, and nobody wants to throw away 20+ years of developing email servers just because the government wants a cut. And what about local email? I get emails from my crond daily - would those get taxed, too?

  5. Re:Latency, no problem! on The Interplanetary Internet · · Score: 1

    Only one problem - tachyons have never been detected.

  6. Re:think of the gamers man! on The Interplanetary Internet · · Score: 0
    We'll need protocols that absolutely minimize the number of rounds over all other considerations.
    What, like UUCP?
  7. Re:emerge maybe easy. on Petreley On Simplifying Software Installation for Linux · · Score: 1

    I did that. It was no help.

  8. Re:emerge maybe easy. on Petreley On Simplifying Software Installation for Linux · · Score: 1

    Yes, but it was to correct a number of ebuilds not linking libpthread (including rsync and samba). I was informed via the bug-tracking system that it was due to an old compiler, so I upgraded. The problem wasn't in the toolchain, but in emerge system - the bootstrap worked fine.

  9. Re:emerge maybe easy. on Petreley On Simplifying Software Installation for Linux · · Score: 1

    Gentoo was nice for a while, but things broke when I tried to go from gcc 2.95.x to 3.x. That's what finally convinced me to go to Debian.

  10. Re:For my documents, I will use a printed sheet... on Mementos as Document Retrieval Keys · · Score: 1

    Actually, that's a good idea - it would eliminate the losses incurred in photocopying.

  11. Re:Stack executability all or nothing on Linux? on Exec Shield for the Linux Kernel · · Score: 1

    On i386 you have to resort to hacks like this to make a readable page of memory non-executable.

  12. Re:Transparent? Why Not? on Exec Shield for the Linux Kernel · · Score: 1

    Actually, if an app uses an invalid syscall number in Linux, it'll just get back -ENOSYS. Now, calling the wrong syscall, OTOH...

  13. ASCII-Armor area on Exec Shield for the Linux Kernel · · Score: 2, Interesting

    What happens if an executable maps in more than 16mb of shared libraries? Will one of these libraries get mapped to NULL? Or will it forgoe security for actually working?

  14. RTFANNOUNCE-exec-shield on Exec Shield for the Linux Kernel · · Score: 1

    Overhead:
    ---------

    the patch was designed to be as efficient as possible. There's a very
    minimal (couple of cycles) tracking overhead for every PROT_MMAP
    system-call, plus there's the 2-3 cycles cost per context-switch.

  15. Outlook express? on HTML Rendering Crashes IE · · Score: 1

    What would happen if I e-mailed this code to users of a certain brain-dead email client?

  16. Re:Task Manager! on Slashback: Hatred, Glass, Identification · · Score: 1

    SIGTERM is a request to quit (roughly equivalnt to windows' default behavior, but dosen't require the message loop to be running). SIGKILL will force it to terminate.

  17. Re:The best? on CVS Helper Software? · · Score: 1
    Binary deltas would really be good. The easiest would be encoding as ascii hex at the client during commit when the entry is marked -kb. That would take perhaps 20 minutes to implement. Of course the storage would be 3x, but you'd get that back after 2 deltas.
    Store it as binary, but convert to hex (or base64) when generating/reading the deltas. Almost as easy to implement.
  18. 64 characters? on High Density CDs · · Score: 2, Interesting

    Are there technical reasons to use ISO9660? Does it have some special error correction, or could I just burn ext2 or something?

  19. Re:Ads in General on Are Plain-Text Ads Doomed? · · Score: 1
    Text ads are the same way, except I am [...] less likely to be annoyed by them (rarely flash, "vibrate", or make noise.)
    Wow, you let them do that? Whatever for? ;)
  20. Re:Lets make it anonymous! on RIAA Chats With Song Swappers · · Score: 1
    It doesn't give piece of mind, it gives the illusion of anonymity, which can be even worse.
    Freenet is designed to make it virtually impossible to determine what data your node is storing or transmitting. You get plausiable deniability, at least. As for anonymity, are you qualified to assess it? Did you read the protocol spec?
  21. Re:Lets make it anonymous! on RIAA Chats With Song Swappers · · Score: 1

    What, like this?

  22. Re:Spectacular? I doubt it. on Digital DNA Circuits · · Score: 1

    If they don't do these tricks, they don't get funding. Simple as that. 'intellectual curiosity' is all well and good, but nobody's paying for it ;)

  23. Re:Spaghetti Code on Digital DNA Circuits · · Score: 1

    Spaghetti code can work better. Just look at the more successful Corewars programs, especially the evolved ones - they go and modify their code in mid-run, the result being much greater efficiency (and it's more compact, to protect against attacks (or mutations)).

  24. Re:DNA computing and Cryptography on Digital DNA Circuits · · Score: 1

    Actually this could be effective - bacteria are von neumann machines ;)

  25. Re:RFID on Barcodes: The Number of the Beast · · Score: 2, Interesting
    We're considering using such a system to do inventory control. Fun!
    ...until someone drives up with a jamming transmitter. Panic!