Slashdot Mirror


User: B4D+BE4T

B4D+BE4T's activity in the archive.

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

Comments · 134

  1. Re:While it's neat as a tech demo on World's Fastest Broadband Connection — 40 Gbps · · Score: 1

    it is limited to 10mbits

    10 millibits? Per second? That's pretty slow... :P

  2. Ozone on Ionic Winds Chilling Your Computer · · Score: 1

    According to Wikipedia, corona discharge is one method used by ozone generators. Home air purifiers that use ozonolysis have been shown to cause unhealthy levels of ozone. This device is a lot smaller than an air purifier designed to circulate air throughout an entire room. But still, I wonder how much ozone is actually generated by it.

  3. Stimulation on Drinking Alcohol May Extend Your Life · · Score: 1

    First off I should note that IANAD (Doctor). I am not involved in the fields of biology or medicine. This is all just speculation.

    Obviously drinking alcohol stimulates the liver into working more than it would have worked had a person not been drinking alcohol. Could this stimulation cause the liver to work more in its filtering duties for the immune system at the same time?

    There are other examples of stimulation producing positive effects in the body. Probably the most obvious of these is exercise and its effect on the muscular system. Regular use of a given muscle will cause it to increase in strength. Similarly, could regular use of the liver cause it to increase its ability to filter harmful virii and bacteria?

  4. Re:Stolen from Car on 100 Million Victims of Data Theft · · Score: 2, Informative

    Oh and in case anyone is interested in reading the full response from Jim McNerney (Boeing's CEO), here it is.

  5. Re:Stolen from Car on 100 Million Victims of Data Theft · · Score: 1

    For what it's worth, the data wasn't supposed to be on the laptop and the guy was fired for going against company policy.

  6. Testing? on Test Coverage Leading You Astray? · · Score: 5, Funny

    Who needs testing? Doesn't everyone's code work perfectly on the first ru
    Segmentation fault

  7. Ummm on Building Secure Computers? · · Score: 0, Redundant

    Even if anyone reading this did know, I'm pretty sure it's illegal for them to give you details.

    Come to think of it, I'm pretty sure it's illegal for you to even disclose the fact that you're building computers for a classified project...

  8. Re:Sweet, but... on China Releases 2nd generation MIPS Chip · · Score: 1
    Where can I buy one?
    China, duh.
  9. You're Right on Comments are More Important than Code · · Score: 1

    As one of many, many people coding a very large software project, I have come to realize just how important comments are. My job is to test various pieces of code. Often the code is very poorly documented and I may end up spending days just trying to figure out how the code works. Even longer tracking down the bug(s) in it. If the person who wrote the code in the first place had bothered to comment it, I would spend A LOT less time (maybe no time) trying to figure out how the code works. But, since they skimped on comments (saving them a few hours), I'm left spending days working on the code, which costs the company a lot more in the end.