Slashdot Mirror


User: jeremyp

jeremyp's activity in the archive.

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

Comments · 2,700

  1. Re:gOOD lUCK on War Declared on Caps Lock Key · · Score: 1

    I agree, it's too big. My laptop keyboard has no delete key and no insert key but the cPS LOCK KEY THAT I ONLY EVER PRESS BY ccident - trying to go for the "a" - is twice as big as any normal key.

  2. Re:Why is child pornography as bad as terrorism? on Backlash Against British Encryption Law · · Score: 1
    Statistically you have a better chance of being struck by lightning multiple times - or be killed in a random crash with an 18 wheel Deisel, than perishing in a 'terror attack'.
    Not if you come from Iraq, the Lebannon or Israel.
  3. solar storms? on U.S. Satellite Plan Could Knock Out GPS and Radio · · Score: 1

    I don't understand how this scheme of putting a shield in the ionosphere is supposed to protect satellites, which are all outside the ionosphere, from solar storms caused by the Sun which is also outside the ionosphere. It seems to me that this shield would be effective only for Earth originated "attacks".

  4. Re:'Personal computers', but not 'PCs' on The 25 Greatest PCs of All Time · · Score: 1

    Nah,

    The BBC Model B beats it hands down, so does the Commodore 64.

  5. Re:my iphone!! on Inside View on Apple WWDC Rumors · · Score: 1

    And don't forget, if your MP3 player is also your cell phone, you won't be able to use it on aeroplanes.

  6. Re:Huh? on Paul Thurrott's WGA Woes Solved · · Score: 2, Interesting

    And yet, when the problem first came up he wrote an article about it and posted it on the Internet. That's not the action of a man who knows he is running pirated software.

  7. It's an ergonomic disaster (for me) on Shake Hands with the Zero Tension Mouse · · Score: 1

    From the manufacturer's web site:

    Zero Tension Mouse(TM) (available only in right-handed models)
    (my emphasis)

    It's always the same: you get these beautifully sculpted mice/trackballs/joysticks and they are only good for right handers.

  8. Re:Apple has been pissing me off on OpenDarwin Project Shutting Down · · Score: 1

    Actually they took both the VFS and networking subsystems from BSD.

  9. Re:Apple has been pissing me off on OpenDarwin Project Shutting Down · · Score: 1

    The VFS and networking portions of the kernel originally came from BSD.

  10. Re:No wonder the book is 1680 pages on A Technical History of Apple's Operating Systems · · Score: 1

    That'll be why most of the chapter was cut from the book, as the intro says if you care to read it..

  11. Re:Err, umm, No. on Skype Protocol Has Been Cracked · · Score: 1

    With unlimited computing power I could break your SSL session in minutes, seconds even. No cipher short of a random one time pad is perfectly secure.

    However, the principle behind encryption is not to make messages perfectly secure, but secure enough so that by the time they have been decrypted the information being protected is useless. For instance, let's pretend I can decrypt your SSL session on my laptop in 100 years. That's entirely possible if the cipher used is a bit weak, but what good does it do me to know your current credit card details in 100 years time?

    With modern computers, it's quite easy to make ciphers almost arbitrarily secure but in olden days, when secure ciphers were extremely expensive, the trade off between how long lived the information was and the security of the cipher was often critical and when misjudged could lead to disastrous results.

  12. Re:Don't forget, kids... on President Bush Blocks NSA Wireless Tapping Probe · · Score: 1
    IGNORANT: Levy 300% taxes on Microsoft software. Like the Firefox initiative, every individual who converts another to Free Software gets $100. You will find ignorance vanishing overnight.
    You have your cause and effect the wrong way around. People are not ignorant because they buy Microsoft software. They buy Microsoft software because they are ignorant.
  13. Re:High Level on High-level Languages and Speed · · Score: 0

    If C is low level, then so is Java. They have almost identical syntax, but Java offers a few extra features e.g. array bounds checking and built in support for object oriented programming. Everything else is just libraries.

  14. Re:uncrackable encryption on Cracking the GPS Galileo Satellite · · Score: 1

    So all I need to do is look over your shoulder while you type your user name and then steal your cell phone.

    Good system.

  15. Re:The usual response on Cell Users As Bad As Drunk Drivers · · Score: 1
    when the conversation is on the phone it requires much more brainpower just to process the sound because of the lack of visual cues.
    When I'm driving and having a conversation with a passenger, I find it best to keep my eyes on the road. If I look at the passenger when I'm talking to them, I soon notice a visual cue of sheer terror.
  16. Well duh! on Do MMORPG's Cause People to Buy Fewer Games at Retail? · · Score: 1

    Since I started playing WoW just after Christmas, I've stopped buying other computer games, or going to the cinema or going out to the pub or seeing any of my friends, or eating or drinking except at survival levels. So I've saved a lot of money which is quite fortunate since i also lost my job...

  17. Re:Dangers just change on EU Court Blocks Passenger Data Deal with U.S. · · Score: 1
    There are new diseases, new strains, new cancers, new wars, new weapons, new ways to die.
    The Black Death killed a third of the population of Europe. Almost everybody at the time was only a few days of bad weather from starvation.
  18. Re:You Insensitive Clod! on 'Final Edition' of Blade Runner to be Released · · Score: 1

    Yes, but you've just given JK Rowling the ending of the last book.

  19. Re:Ahem... on Why Emails Are Misunderstood · · Score: 1

    That isn't considered a hard rule.

  20. Re:Code talks on Torvalds on the Microkernel Debate · · Score: 1

    I can't comment on NT, but in OS X the drivers are definitely in kernel space. I would class it as a monolithic kernel albeit based on Mach.

  21. Re:Feh. on Microkernel: The Comeback? · · Score: 1

    "And for all the talk of how great microkernels are, I still managed to make my shiny new OSX G4 powerbook kernel fault a couple times in the first 4 hours after I got it home"

    The OS X kernel is not a microkernel. The Mach, BSD and device driver subsystems all share the same address space. OS X is exactly as monolithic as Linux and Windows.

  22. Re:I've always thought C was rather inconsistent h on Homeland Security Uncovers Critical Flaw in X11 · · Score: 1

    Functions are constant pointers in C. After all, what is a function but an address that the program jumps to. In this respect they are similar to arrays.

    e.g.

    int a [20];
    int f() {}

    a is a pointer. f is a pointer.

  23. Re:Related news on Homeland Security Uncovers Critical Flaw in X11 · · Score: 1
    jeremyp@pamela:jeremyp$ gcc --version
    powerpc-apple-darwin8-gcc-4.0.1 (GCC) 4.0.1 (Apple Computer, Inc. build 5250)
    Copyright (C) 2005 Free Software Foundation, Inc.
    This is free software; see the source for copying conditions. There is NO
    warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

    jeremyp@pamela:jeremyp$ cat warning.c
    #include <stdio.h>

    int foo ()
    {
    return 1 ;
    }

    int main ()
    {
    if (foo == 0)
    {
    printf ("Ba\n") ;
    }
    return 0 ;
    }
    jeremyp@pamela:jeremyp$ gcc -Wall warning.c
    jeremyp@pamela:jeremyp$
  24. Re:Nationality on Americans Are Seriously Sick · · Score: 2, Informative

    I came to the conclusion that the article really was talking about England since the National Health Service is organised by country i.e. the English NHS, Scottish NHS and Welsh NHS (I think) are all accountable to different governing instutions.

  25. Re:Attack of a Pride of Monkeys? on Americans Are Seriously Sick · · Score: 1
    You typically don't see packs of monkeys chasing down a water buffalo and tearing out its throat.
    No, but predatory behaviour in other great apes is not unknown.