Slashdot Mirror


User: DarkKnightRadick

DarkKnightRadick's activity in the archive.

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

Comments · 1,968

  1. Re:This! on 7 Scientific Reasons a Zombie Outbreak Would Fail · · Score: 1

    Actually, zombies are the recently dead. As in, still have meat that can be animated. And if you think them freezing won't stop them, you have no business on /.

  2. Re:This! on 7 Scientific Reasons a Zombie Outbreak Would Fail · · Score: 1

    I didn't even notice what website it was, I was more interested in the article. (:

  3. Re:This! on 7 Scientific Reasons a Zombie Outbreak Would Fail · · Score: 4, Informative
  4. This! on 7 Scientific Reasons a Zombie Outbreak Would Fail · · Score: 2, Informative

    This article is the reason why idle.slashdot.org exists.

  5. Re:Most states already have an "either party" stat on Court OKs Covert iPhone Audio Recording · · Score: 1

    If that is the case, one could make an argument that such restrictions were unconstitutional OR could be argued that laws restricting would not be in the best interests of either party.

  6. Re:What I suggest to people on Linux X.org Critical Security Flaw Silently Patched · · Score: 1

    Have you not read any of the links I've posted (links to the articles for Mach (kernel) and XNU)?

  7. Re:It's still illegal in Illinois on Court OKs Covert iPhone Audio Recording · · Score: 1

    wow

  8. Re:It's still illegal in Illinois on Court OKs Covert iPhone Audio Recording · · Score: 1

    hrm.

  9. Re:It's still illegal in Illinois on Court OKs Covert iPhone Audio Recording · · Score: 1

    heard that.

  10. Re:Most states already have an "either party" stat on Court OKs Covert iPhone Audio Recording · · Score: 1

    Actually wouldn't that fall under the domain of the Feds considering it is interstate?

  11. Re:It's still illegal in Illinois on Court OKs Covert iPhone Audio Recording · · Score: 1

    also, I imagine this ruling could be used in arguments to strike down that law via the court system.

  12. Re:It's still illegal in Illinois on Court OKs Covert iPhone Audio Recording · · Score: 2, Insightful

    Not in TN (and it shouldn't be, IMO).

  13. Re:What I suggest to people on Linux X.org Critical Security Flaw Silently Patched · · Score: 0, Offtopic

    Well, I didn't want to say it was pretty self-explanatory, but in reality it is!

    http://en.wikipedia.org/wiki/Inter-process_communication

    In computing, Inter-process communication (IPC) is a set of techniques for the exchange of data among multiple threads in one or more processes. Processes may be running on one or more computers connected by a network. IPC techniques are divided into methods for message passing, synchronization, shared memory, and remote procedure calls (RPC). The method of IPC used may vary based on the bandwidth and latency of communication between the threads, and the type of data being communicated.

    http://en.wikipedia.org/wiki/Control_flow is the closest I could get to control primitives. Am I far off?

    You mention that control primitives and IPC are pretty important and imply that Mach handled them differently. I'll give you that.

    Upon further reading on XNU, XNU seems to contradict the Mach (kernel) entry entirely:

    The Berkeley Software Distribution (BSD) portion of the kernel provides the POSIX API (BSD system calls), the Unix process model atop Mach tasks, basic security policies, user and group ids, permissions, the network stack, the virtual file system code (including a filesystem independent journalling layer), several local file systems such as HFS/HFS+, the Network File System (NFS) client and server, cryptographic framework, UNIX System V inter-process communication (IPC), Audit subsystem, mandatory access control, and some of the locking primitives. The BSD code present in XNU came from the FreeBSD kernel. Although much of it has been significantly modified, code sharing still occurs between Apple and the FreeBSD Project.[citation needed][dubious – discuss]

    You'll note I bolded two sections. Seems more was taken from FreeBSD and not a lot of Mach's original stuff.

    But "Ah-ha!" you'll say:

    Mach provides kernel threads, processes, pre-emptive multitasking, message-passing (used in inter-process communication), protected memory, virtual memory management, soft real-time support, kernel debugging support, and console I/O.

    Really not supporting your argument.

    Seems like the Mach and XNU articles need to be updated so they don't contradict each other.

  14. Re:What I suggest to people on Linux X.org Critical Security Flaw Silently Patched · · Score: 1

    Nor is it Mach, now is it?

    http://en.wikipedia.org/wiki/Mach_(kernel)

    Neither Mac OS X nor FreeBSD maintain the microkernel structure pioneered in Mach, although Mac OS X continues to offer microkernel Inter-Process Communication and control primitives for use directly by applications.

  15. Re:Evolution finally refuted on Did Sea Life Arise Twice? · · Score: 2, Funny

    ...

  16. Re:Evolution finally refuted on Did Sea Life Arise Twice? · · Score: 1

    I didn't expect it to get a +1 funny, as I wasn't trying to be humorous (not entirely).

    I just have a problem with the dating methods in use.

  17. Re:The article agrees with you on 1978 Cryptosystem Resists Quantum Attack · · Score: 5, Funny

    You read the article?!

  18. Re:Evolution finally refuted on Did Sea Life Arise Twice? · · Score: 1

    You must be new to /. (though I see your number and know that's not true). :p

  19. Re:Evolution finally refuted on Did Sea Life Arise Twice? · · Score: 1

    Oh hey, I'm not anti-science (oh hey, I'm using a computer developed with science, how about that).

  20. Re:What I suggest to people on Linux X.org Critical Security Flaw Silently Patched · · Score: 1

    Besides the point. Mac OS X (nor BSD) doesn't use Mach (anymore), though it retains two of its features (though not BSD).

  21. Re:What I suggest to people on Linux X.org Critical Security Flaw Silently Patched · · Score: 1

    http://en.wikipedia.org/wiki/XNU

    Originally developed by NeXT for the NeXTSTEP operating system, XNU was a hybrid kernel combining version 2.5 of the Mach kernel developed at Carnegie Mellon University with components from 4.3BSD and an object-oriented API for writing drivers called Driver Kit.

    Oh hey, how about that, components from 4.3BSD (arguably not FreeBSD, but it is BSD).

  22. Re:Evolution finally refuted on Did Sea Life Arise Twice? · · Score: 1

    Meh, I know. Maths fail.

  23. Re:Pseudoscience in 3, 2, 1... on A Million Kids Misdiagnosed with ADHD? · · Score: 1

    Oh I'm fully aware of it. But there is a higher probability of proving theories about the universe than about the human mind.

  24. Re:Evolution finally refuted on Did Sea Life Arise Twice? · · Score: 1

    oy, you're right. $480/year

  25. Re:What I suggest to people on Linux X.org Critical Security Flaw Silently Patched · · Score: 1

    And from the second link, which you handily ignore:

    http://en.wikipedia.org/wiki/Mach_(kernel) [wikipedia.org]

    Neither Mac OS X nor FreeBSD maintain the microkernel structure pioneered in Mach, although Mac OS X continues to offer microkernel Inter-Process Communication and control primitives for use directly by applications.