Slashdot Mirror


User: TheCoelacanth

TheCoelacanth's activity in the archive.

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

Comments · 52

  1. Re:What we have here on Getting The Public To Listen To Good Science · · Score: 1

    Yeah, what an idiot. Didn't even think to use a technique that was invented 20 years after he died.

  2. Re:Squaring a circle? on 111 Years Ago, Indiana Almost Legislated Pi · · Score: 1

    He wasn't trying to create a square circle, he was trying to find a method for constructing a square with the same area as a given circle. It's a classic unsolvable problem from geometry.

  3. Re:Which one? on The Great Microkernel Debate Continues · · Score: 2, Interesting

    It is very misleading to call OS X microkernel based. It does run on a microkernel, but all of the normal drivers run in kernel mode so it is not a true microkernel.

  4. Re:Wait a second? on Microsoft Confirms IE8 Has 3 Render Modes · · Score: 1

    No, Quirks mode is one of the two previously existing modes. It is used when the document doesn't have a DOCTYPE declaration.

  5. Re:The Pressing Question on Predator-Style Helmets Allow Pilots to See Through Planes · · Score: 1

    He's talking about Gandhi in Sid Meier's Civilization. Try actually reading the comment.

  6. Re:That's OK then on Vista Runs Out of Memory While Copying Files · · Score: 1

    Your ubuntu linux box is probably just rearranging inodes, while the windows box (vista I presume) is likely creating shadow copies so that you can arbitrarily roll back your filesystem after you do something stupid. You're comparing apples to..candied apples. Yeah, they're both the same thing kinda, but one does other stuff too and you shouldn't blame the candied apple for being worse for your weight.
    It still shouldn't take 20 minutes to copy a 17MB file. I use a linux system thats spread across 6 partitions so I have to copy files all the time. It only takes a few seconds to copy a 17MB file between two separate partions so even if Vista is making a copy it shouldn't take that long.
  7. Re:Proves nothing on Scientists Deliver 'God' Via A Helmet · · Score: 1

    But if the only evidence for the existence of dogs is the feeling you get while you're on drugs, it kind of casts doubt on it.

  8. Re:hypocrites on Linux on the Desktop Doubles in 2007 · · Score: 1

    I agree, Windows does have excellent tools for configuring the kernel.

  9. Re:Hardware still an issue on The Next Leap for Linux · · Score: 1

    True, but it's the de facto solution to wireless functionality on Linux. The fact that it's the de facto solution AND relies on a massive hack (and Windows drivers) says an awful lot about the state of hardware support in Linux.
    No, it's not. ndiswrapper is only the defacto solution for Broadcom wireless cards. Get a supported card, like an Intel or an Atheros and you can use a stable, native driver. I have an Atheros that works perfectly with a mostly open source driver with a small binary blob, that is currently being replaced.
  10. Re:Spot on Torvalds... on Torvalds On Pluggable Security Models · · Score: 1

    Yeah. Sounds like ALSA/OSS.
    There's a difference between allowing duplication and requiring it.

    In fact, there already are a few notable instances of this -- NTFS being the obvious example. The userspace NTFS implementation is actually much more robust and featureful.
    NTFS is also notable as a filesystem that no one running Linux wants to use for a root filesystem. The same cannot be said of ext3, ext4, reiserfs, or even relatively obscure filesystems such as JFS or XFS.

    More likely, ReiserFS would only be implemented in userspace. It's irrelevant -- using filesystems other than ext3 (or ext4) for your root filesystem is just wanking with settings, remember? You only need ReiserFS if some poor, uneducated soul happened to format their system with Reiser, then you have to use the userspace driver to back it up.
    Unlikely. Many people use reiserfs for their root filesystem. In fact, I believe it was the default in SUSE until recently.
  11. Re:Spot on Torvalds... on Torvalds On Pluggable Security Models · · Score: 1

    Consider if we only supported, say, ext3 for the root filesystem, and the only filesystem supported for mounting. Anyone who wanted to work on new and exciting stuff, like, say, ext4, would do so with a fork. Access to other filesystems, like network, ISO/UDF, and FAT/NTFS, can be done in userspace -- see the various userspace VFS projects -- they don't have to be fast anyway, since they're generally removable media, or stuff rarely accessed. Anyone booting from the network is probably running a custom kernel anyway.
    That would lead to major duplication of code. There would probably be a userspace implementation and a kernel implementation of every major filesystem. For instance, the people working on ext4 would most likely create a kernel implementation, because they eventually want it to be a replacement for ext3 on root partition but until it was mature enough to be widely used, there would still need to be a userspace implementation of it. The same would likely happen for many other filesystems, such as reiserfs, as well.
  12. Re:Scheduler vs Security Plugins on Torvalds On Pluggable Security Models · · Score: 1

    Plugable doesn't necessarily mean that it has to be a module. Almost everything in the kernel can be built directly into the kernel.

    If you're referring to pre-compilation, I believe Torvalds already signs the kernel sources.

  13. Re:Spot on Torvalds... on Torvalds On Pluggable Security Models · · Score: 1

    We have all kinds of other things pluggable that don't need to be, and plenty of other cruft in the kernel -- think binary formats other than ELF, old filesystems that nobody uses, and completely depricated systems like OSS for sound.
    Those things definitely need to be modular. Unlike a scheduler, you can use multiple binary formats or filesystem types at the same time, you can't use two schedulers at the same time. What if someone comes up with a binary format that's much better than ELF? You probably want to support the new one without getting rid of the old one. For instance, modularity was obviously needed while people were switching from a.out to ELF. As for filesystems, there are so many filesystems that people do need that it would be crazy to try to support them all without modularity. As for sound, some systems don't even need sound, you need modularity to allow them to remove support for it. If you need plugability anyway, why get rid of modules just because few people use them. If no one uses them, no one will compile them, so they won't hurt anybody.
  14. Re:Secret Information on The World's Languages Are Fast Becoming Extinct · · Score: 1

    Eighty percent of species have been undiscovered by science, but that doesn't mean they're unknown to humans, because the people who live in those ecosystems know the species intimately and they often have more sophisticated ways of classifying them than science does
    Most of those are insects. Insects species are very difficult to identify. Many common names for insects refer to classes or families of insects, not individual species, so it seems unlikely that these cultures have named any large portion of them.
  15. Re:So there are no time based security attacks? on Debian Refuses To Push Timezone Update For NZ DST · · Score: 1
    ntp.org seems to disagree with you:

    NTP uses UTC as reference time
  16. Re:So there are no time based security attacks? on Debian Refuses To Push Timezone Update For NZ DST · · Score: 1

    I doubt Kerberos or NTP care what the local time is, they probably use UTC which is unaffected by this update.

  17. Re:No, jails are for security on When Not to Use chroot · · Score: 1

    "having all of my hardware work..."

    I guess you are a windows XP fan then.
    There, fixed it for you.
  18. Re:FreeBSD Jails on When Not to Use chroot · · Score: 1

    If it's done at the choice of the box's owner then it's security, otherwise it's DRM.

  19. Re:Works for me on Excel 2007 Multiplication Bug · · Score: 1

    The problem is that you didn't even read the title. It's Excel 2007.

  20. Re:It only gets worse. on Excel 2007 Multiplication Bug · · Score: 2, Insightful

    Apparently, someone's never read the The Restaurant at the End of The Universe.

  21. Re:Oh, hell on Excel 2007 Multiplication Bug · · Score: 1

    The bug you linked to was an error of less than .0001 and it still caused problems. This Excel bug is off by almost 35000, and it's not even consistent with the value in the cell. I think pretty much everyone knows the difference between 65535 and 100000.

  22. Re:Men and women on Berners-Lee Challenges 'Stupid' Male Geek Culture · · Score: 1

    How is touch sexist. It's used to change the timestamp on a file. The only time it's even vaguely sexist is in the rare occasion that a file happens to have someone's name.

    As for finger, few computers even accept remote finger requests since it's a security risk and locally, its usefulness has greatly declined with the proliferation of PCs.

  23. Re:An object lesson on Hacker Publishes Notorious Apple Wi-Fi Attack · · Score: 2, Informative

    Traditional Unix(TM) based operating systems are notorious for being highly proprietary, and their sources closely guarded secrets. Recently, of course, some unix-like vendors such as Sun have decided to open-source those OSes, but this is the exception, not the rule.
    The original Unix sources were widely available. Only later did Unix and most derivatives have secret source code. I agree that it's silly to call all Unix operating systems open source though.
  24. Re:Respect my settings! on Stealthy Windows Update Raises Serious Concerns · · Score: 1

    Microsoft doesn't 500 times Apple's resources. Microsoft's annual revenue is 2-3 times Apple's. You're off buy several orders of magnitude.

  25. Re:parenting? on How To Configure Real PC Parental Controls? · · Score: 1

    Are you seriously going to raise your kids with the philosophy of total lack of privacy and "someone's always watching?" That's a totally dystopian idea, and it's horrifying to hear that you'll force your kids to accept it! Privacy is a right, and while a healthy amount of parental discretion is available in enforcing household rules by looking at logs and things, you shouldn't be telling them "from the day you're born to the day you die someone's watching, so get used to it." Rather teach your kids that privacy is the ideal, the right thing, and that evil men have taken it away, and take that perspective to telling your kids someone's watching. The reality is that you have no privacy, but that's not how it should be, and that's not how it needs to be.
    You need to teach them to defend their right to privacy. Teach them about encryption, even if the government does classify encryption algorithms as munitions.