Slashdot Mirror


User: nwmcsween

nwmcsween's activity in the archive.

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

Comments · 8

  1. Reason on Why Linux Is Not Attracting Young Developers · · Score: 1

    Reason for me at least is that Linux isn't interesting as a kernel when there's formally proven kernels like the se:l4 microkernel or a vm based / language verified (read: everything runs in ring0) such as Microsofts Midori. I don't want to dedicate my time to something that is good enough when theres something much better being created right now.

  2. Re:Does XEN have a future? on The Book of Xen · · Score: 1

    Isn't dom0 itself a hypervisor kernel? If so I highly doubt Linux will integrate a kernel within itself.

  3. Re:Gimmick on Will Tabbed Windows Be the Next Big Thing? · · Score: 1

    I agree with the distributed part but not the web browser based interface, I believe things will be headed towards what inferno or even better microsoft's midori where the compiler is verified and there is no kernel (single address space) and architectures simply need a rewritten VM. It should also be simple to distributed tasks imagine doing a long high cpu usage calculation the VM/OS could simply and automatically distribute it no matter what OS it is distributed to. Old bad unix ideas need to die.

  4. PAX / ALSR on In Test, Windows 7 Vulnerable To 8 Out of 10 Viruses · · Score: 1

    I thought windows 7 introduced full ALSR (address space layout randomization) with windows core software protected against stack smashing as well with canaries? Just as GRSecurity patched Linux or a smart OS like OpenBSD by default How can these viruses work against full ALSR and protection against stack smashing?

  5. Re:What's the point. on FreeBSD 8.0 vs. Ubuntu 9.10 Benchmarks · · Score: 1

    I want none of this, I want actual benchmarks that benchmark the *SYSTEMS* and not an aggregate of every single system.. I want to know scheduler throughput and latency, file system overhead, etc basicly I want deep statistics that show how well the kernels perform and not how some randomly written application performs.

  6. Re:Vulnerable by design on Local Privilege Escalation On All Linux Kernels · · Score: 1

    Correct me if I'm wrong but a single address operating system with a JIT VM within the kernel could be *faster* due to static compilation before into some sort of bytecode / machine code and than the VM can simply optimize depending on how the program is executing, something like HP's Dynamo http://www.hpl.hp.com/techreports/1999/HPL-1999-78.html

  7. Use Unbound or NSD on New DoS Vulnerability In All Versions of BIND 9 · · Score: 5, Informative

    I don't want to bash BIND but it has had a fair amount of sec issues (well a lot), try unbound or nsd instead http://unbound.nlnetlabs.nl/ http://www.nlnetlabs.nl/projects/nsd/

  8. Stupid on Blizzard Confirms No LAN Support For Starcraft 2 · · Score: 1

    If it's simply using bnet to authenticate I'm fine with that but if everything is hosted online I hope blizzard is ready to have the bnet protocol for starcraft II reverse engineered, becasue thats one hell of a way to piss off your user base