Slashdot Mirror


User: noppy

noppy's activity in the archive.

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

Comments · 34

  1. Re:Solution: Public Key Auth on The Slow Bruteforce Botnet(s) May Be Learning · · Score: 1

    I tried that and it works. Unfortunately now I miss my favorite past time of skimming through log files for amusing failed username and passwords...

  2. Google Chemistry on Google Native Client Puts x86 On the Web · · Score: 1

    From TFA, Native Client is abbreviated as NaCl aka table salt?

  3. Not just about virtual memory on Why Use Virtual Memory In Modern Systems? · · Score: 1

    Dont forget virtual memory also allows process isolation (aka protected mode) to happen. In 32-bit environment, each process gets its own copy of 2GB of virtual memory or 3GB if they are compiled with /3GB flag.

    x86 system are designed in this way so they could not corrupt each other accidentally. In practice, you can have any program crashing as often as it wants, without bring down the entire system.

    Also, when they say "Windows reserves 2/3GB of memory for user mode process" or "Windows reserves 1GB of memory for kernel space", it means that is the absolute upper limit for memory usage. You should read it as "each process cannot allocate more than the 2/3GB limit, trying to do so will result in 'Out of Memory' exception", rather than "That process exclusively own the 2/3GB, nobody else can use it".

    Mark has a good explanation about this. http://blogs.technet.com/markrussinovich/archive/2008/11/17/3155406.aspx

  4. aah Ext4 on Real-World Benchmarks of Ext4 · · Score: 2, Funny

    Time to get a new wife

  5. Re:Multiple antivirus products? on Apple Quietly Recommends Antivirus Software For Macs · · Score: 1

    Sounds like a bad idea to me. I have never used a Mac before, but this is a no no in Windows.

    It might makes sense that more layer of AV means more security, unfortunately in practice things doesn't work that way.

    AV works by installing hooks in OS itself to monitor system activities. (eg. open a file) Having multiple AV means different AV might interfere each other. In the end, you might end up with unstable system instead of more security.

  6. New Unit for Nerds on Google Sorts 1 Petabyte In 6 Hours · · Score: 1

    Next time we have to reference amounts of data sorted as n Google Sort.

  7. Equal rights for robots on Ray Kurzweil Wonders, Can Machines Ever Have Souls? · · Score: 1

    If human can have souls, so shall we

  8. Re:C/C++ Trojan Horse on Adobe Releases C/C++ To Flash Compiler · · Score: 5, Funny

    Compile once, exploit everywhere.

  9. Turn Table and Scratching on Researchers Turn Tables and Walls Into "Scratch Input" Surfaces · · Score: 1

    Am I the only one who misread "Turn Table" as the round disk with rhythms?