Slashdot Mirror


User: benwb

benwb's activity in the archive.

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

Comments · 329

  1. Re:Bus Limits? on 16x DVD-R Drives Planned for 2004 · · Score: 2

    Unless you have 64 bit or 66mhz pci, the pci bus is limited to 133 megabytes/sec. I don't know of any motherboard manufacturers plugging sata directly into the south bridge yet, althought there are a whole bunch doing it with firewire. Of course firewire right now is limited to 50 megabytes/sec so that's not really going to work either. PCIX here we come.

  2. You bought them with a credit card right? on When Theaters Make Ticket Mistakes? · · Score: 5, Insightful

    I assume that you did because you bought it at a kiosk. You tried to address the situation with the theater, they didn't make it right, so the next step is to call up your credit card company. Tell them the story, and have them give you the procedure for disputing a charge. You'll probably have to write them a letter, but it should be pretty easy and painless.

  3. The irony on Promising Markets for a Startup Company · · Score: 5, Funny

    of a manager who is upset that other people are reaping the benefits of his work staggers the mind.

  4. Re:Will this help? on Keeping An Eye On Total Information Awareness · · Score: 4, Insightful
    There's a significant difference between having a police force that enforces laws and having a police state. From Dictionary.com:
    Police State: A state in which the government exercises rigid and repressive controls over the social, economic, and political life of the people, especially by means of a secret police

    Police Force: The governmental department charged with the regulation and control of the affairs of a community, now chiefly the department established to maintain order, enforce the law, and prevent and detect crime.


    Notice how police state uses a police force to exercise repression- a non-police state will use a police force to maintain its citizen's freedom.
  5. Re:Type of Judicial System on Johansen Trial Underway · · Score: 2

    Britain does, but I think it's the only one.

  6. Re:Bull on IEEE Spectrum Surveys Current Games' AI Technology · · Score: 2

    None of your points follow from each other. Godel's incompleteness theorem only applies to systems of logic which include arithmetic. Going on that basis, since the brain is so poor at arithmetic it seems likely that Godel's theorem does not encompass the workings of the human brain.

    In actuality, Godel's Theorem deals with the limits of our ability to describe formal systems of logic. That discussion, while interesting in and of itself, is completely tangential to discussions about simulating intelligence.

  7. Re:Open/StarOffice speed on Sony To Package StarOffice On European PCs · · Score: 3, Interesting

    MS Office doesn't use MFC.

  8. Re:That's completely different on Cancer Mouse Not Patentable in Canada · · Score: 2

    Actually harvard probably has a significant amount more money than monsanto does. Harvard's endowment is around $18 billion- I don't know how much cash monsanto has on hand but I know it's not anywhere close to that.

  9. Re:And just twice as likely to fail! on LaCie Releases 500GB Add On Drives · · Score: 2

    For most applications RAID-5 is a better choice, but you pay a lot if you have a disk failure. RAID-3 is a much better choice for situations where you need guaranteed performance in the event of a disk failure.

  10. Re:Mis-casting? on Will Smith as I, Robot · · Score: 5, Insightful

    One film that you should see before you make any judgements about Will Smith's range: Six Degrees of Seperation. He was absolutely amazing in it, and definitely not comic relief.

  11. Re:Why no Foundation? on Will Smith as I, Robot · · Score: 2

    I love foundation too but I don't think it would be a very successful movie, at least if they did the original trilogy. In the first three books all of the action happens behind the scenes so to speak- you hear characters talk about it after the fact and plan it, but you never actually see anything happen. Sure, you could add it in, but then it really wouldn't be the same at all- you might as well remake dune. (I always sort of though of Paul Atreides as a really violent pissed off Hari Seldon)

  12. Re:Why not patch the drivers instead? on Problems With OEM ATI Cards And ATI's Linux Driver · · Score: 3, Informative

    Yes, you were mistaken. ATI's drivers are not open source. The GATOS project is open source and provides drivers for ATI's cards, but is not affiliated with ATI.

  13. Hookers? on Company Gift Time Again? · · Score: 1, Troll

    Really usable and worthwhile, but I wouldn't buy one for myself.

  14. Re:Life threatening? on Hospital Brought Down by Networking Glitch · · Score: 5, Insightful

    Test results and labs come back on computer these days. More and more hospitals are moving to filmless radiology, where all images are delivered over the network. I don't know that much about this particular hospital, but I do know that hospitals en masse are rapidly aproaching the point where a network outage is life threatening. This is not because the machine that goes ping is going to go off line, but because doctors won't have access to the diagnostic tools that they have now.

  15. Re:Difference of approach on Why UNIX is better than Windows... By Microsoft · · Score: 2

    It's still prefectly normal xml- we're not redefining syntax here. We're deciding on the semantic meaning of the data stored in the file. In most cases it's going to be very clear what is intended. We can do whatever we want with the values after our program parses them. The only time XML requires that we preserve whitespace is if we write the xml out again. For example:

    <configuration>
    <!-- connection timeout value. strips leading and trailing whitespace -->
    <Timeout>
    45
    </Timeout>
    <!-- Provide the username used to connect. Strips leading and trailing whitespace -->
    <UserName>
    User
    </UserName>
    <!-- Displayed when user logs in-->
    <Comment>This is a comment. All white space is preserved.
    </Comment>

    Now to someone filling that out, it's pretty obvious what's going on. It's easy for programs to parse and manipulate, and if the typical unix practice of commenting your config files is followed, users know exactly what's going on without reading any manuals carefully.

  16. Re:Difference of approach on Why UNIX is better than Windows... By Microsoft · · Score: 2

    That is overly complicated. I find this much more readable:

    <configuration>
    <key>
    value
    </key>
    </configuration>

    Namespaces aren't really necessary unless your trying to stuff multiple configuration files into a single container. The xml declaration is optional as long as the file is utf-8, which is a pretty reasonable assumption. And while the xml spec requires white space to be preserved, there's nothing that prevents programs from discarding it after it's been parsed.

  17. Re:Sun Type 6 keyboard on Qiuet Keyboards with Tactile Feedback? · · Score: 3, Informative

    I'm using a usb type 6 on my pc right now. It's definitely my favorite keyboard.The only downside was having to patch XFree86 for it to understand the extra keys.

  18. Re:What's the point? on Digeo To Ship Full-Featured Linux-based PVR · · Score: 2

    Really? Because their web site still says that recording "should be coming shortly." If they can get it recording it might be worth trying out, but I have a feeling I'll be sticking with mythtv anyway.

  19. Re:Touch the Penguin. on New Tablet PCs With A Linux Option · · Score: 2

    I was thinking most atm machines probably run some sort of proprietary RT OS, but boy was I wrong. According to the NY Times most ATM's run OS/2.

  20. Re:FreeBSD may be an option on Lightest of the Light Linux · · Score: 2

    You can also grab a stage 3 tarball for gentoo- basically it's everything precompiled. You lose the benefits of targeting your specific architecture, but gentoo has a lot of nice other stuff going for it too.

  21. Re:Source of the magnetic field. on Magnetic Poles May Be About To Flip · · Score: 2

    Except for the guy that thinks the core is a giant nuclear reactor. Most geophysicists tend to ignore him, but they're not really sure he's wrong. See a writeup in Discover here.

  22. Re:initial beta? on Accelerated nVidia Drivers for FreeBSD · · Score: 1, Offtopic

    Missed your cup of coffee this morning, huh?

  23. Re:initial beta? on Accelerated nVidia Drivers for FreeBSD · · Score: 3, Funny

    No, no, no, that's alpha. When a product hits beta Microsoft stops supporting it.

  24. Re:Brute-Forced != broken on Weak Elliptic Curve Cryptography Brute-Forced · · Score: 2

    Yes, but that by that logic everything but one time pad encryption is already broken, since you can brute force anything else. The act of breaking an encryption scheme is the creation of an algorithm that can go from cypher to plain text without knowledge of a shared secret.

  25. Re:M$ adds on Slashback: Epson, AbiWord, Justification · · Score: 2

    As someone who lives in manhattan, I can tell you that if they're arresting all the guys putting up stickers/posters illegally it's not deterring anyone at all. Maybe they need to move to caning.