Slashdot Mirror


User: Surt

Surt's activity in the archive.

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

Comments · 8,792

  1. Re:San Jose, CA 3M/512K on FCC Commish - US Playing 'Russian Roulette' with Broadband · · Score: 1

    Are you sure that's not just an 8 data bit + 2 parity bit issue (3mbit data * 8data/10total = 2.4mbit data)?

  2. Re:Why not tell them you put it in your car? on A Year In Prison For a 20-Second Film Clip? · · Score: 1

    Best answer I've seen in quite a while. :-)
    Much better than the moderation war that started up on what I thought was a fairly innocuous comment.

  3. Re:Why not tell them you put it in your car? on A Year In Prison For a 20-Second Film Clip? · · Score: 1

    I've read enough of the science to be satisfied with it. I'm reasonably familiar with the standards of psych research, and it's certainly not all set in stone, but the preponderance of evidence right now is on the side of my claim, and at least there isn't any real evidence behind the grandparent's claim.

  4. Re:Why not tell them you put it in your car? on A Year In Prison For a 20-Second Film Clip? · · Score: 1

    That could be true. I don't know of any research about it. I just know the research on lying pretty well, which says that no lying and a lot of lying are bad, and the best point is (as usual) somewhere in the middle, and not at the extreme.

  5. Re:Why not tell them you put it in your car? on A Year In Prison For a 20-Second Film Clip? · · Score: 5, Informative
  6. Re:Why not tell them you put it in your car? on A Year In Prison For a 20-Second Film Clip? · · Score: 5, Insightful

    That's been scientifically proven untrue. The world needs a certain amount of harmless lying to grease the social wheels. It makes our society function better.

  7. Re:Bogus question. on Federal Agents Raid Homes for Modchips · · Score: 1

    I didn't sign any contract when I bought my ds or wii. I did sign a contract when I rented my apartment. That's the difference.

  8. Re: Smarter Teens Have Less Sex on Smarter Teens Have Less Sex · · Score: 1

    Except that pretty much all the studies about birth rate and intelligence are based on highest education level completed as their proxy for intelligence. I can't find any that even use IQ tests (which would have other issues as far as actually measuring intelligence is concerned).

  9. Re:RTFA on Small Electric Car May Usher In Big Changes · · Score: 1

    For #1, most of the major commute roads in CA are so congested that hitting even 60 during commute hours is lucky.
    For #2, a 35 mile (one-way) commute is covered, with left over for small errands. That's good enough for at least half of CA, where the average commute is still under half an hour.
    For #3, I don't know why so many cars are designed ugly. That's really inexplicable. Maybe its an aerodynamic thing.

  10. Re:Linus wins by default on Torvalds Explains Scheduler Decision · · Score: 1

    Or to simplify: no violations of http://en.wikipedia.org/wiki/Fallacy allowed.
    Linus' attack in this case was http://en.wikipedia.org/wiki/Ad_hominem, and that's why it bothers people.

  11. Re:Ok, the end of the Internet is here... on Senators Call for Universal Internet Filtering · · Score: 1

    By the time I have hundreds of gigabits of bandwidth in my house, I expect my cpu to be well over 30ghz, with at least 16 cores, so no problem.
    There's also no reason to believe that most of that processing won't be at least 32bit, if not 64bit.
    And every cpu made in the last couple of years can deliver at least 3-wide execution.

    So there's another 100fold multiplier on the side of the cpu for you.

  12. Re:Ok, the end of the Internet is here... on Senators Call for Universal Internet Filtering · · Score: 1

    By this type of application, are you referring to networked applications, for which cpu time is in no way a limiting factor?

  13. Re:Turbines on Huge Martian Dust Storm Threatens Rovers · · Score: 5, Informative

    You're confusing the possibility that a dust storm can lift enough dust into the atmosphere to block sunlight with the possibility that the wind intensity is sufficiently high to drive a wind turbine. Mars has a very thin atmosphere, and this wind isn't nearly enough to drive a turbine that would produce enough power for the rovers. Lifting dust is a lot easier than pushing the blades of a fan.

    Also, whatever turbine you added would go into the weight of the rover, which then affects the parachute/airbag requirements for landing, and during drive around time you're carrying that extra weight uselessly most of the time.

    This setup:
    http://store.motorwavegroup.com/8-micro-turbines-w ith-generato.html

    generates about twice as much power as the article suggests is needed, on earth (presumably 1atm pressure) at 10m/s wind speed.

    http://www.nap.edu/openbook/0309084261/html/22.htm l
    claims that martian windspeeds peak at 50m/s, but that the dynamic pressure is only 1/9th of that due to the lower atmospheric pressure.
    That gives you an equivalent of only 6m/s equivalent speed (at peak intensity!).

    So ... even at peak windspeed it's going to be hard to generate enough power with turbines that the rover could reasonably carry, and that would all be deadweight for the solar panels during non wind times.

  14. Re:Aren't buckyballs dangerous? (debunkng requeste on Cheap Paint-able Solar Cells Developed · · Score: 1

    Evolution will get over it in a couple of generations, don't worry about it.
    And on the plus side, it'll drastically reduce the problem of funding social security for the stupid baby boomers.

  15. Re:Interesting on Cheap Paint-able Solar Cells Developed · · Score: 0

    Unfortunately, you can't get away with reflective walls in most communities in the US. Your neighbors will sue you, and even if you win, you'll spend a lot more in court than you would have just buying rooftop solar.

  16. Re:They don't hate Firefox on Does Comcast Hate Firefox? · · Score: 1

    What utterly baffles me is why the installers don't just bring a cheap / light windows laptop with them.

  17. Re:Mobius strip on Möbius Strip Riddle Solved · · Score: 3, Insightful

    I know this is just flamebait, but you are aware that all of the modern disease cures are built on heavy amounts of basic math developed by previous generations of mathematicians, right?

  18. Re:Check it out! on Will Pervasive Multithreading Make a Comeback? · · Score: 1

    In fairness back to you, if you haven't listened to the mp3 song on goatse, you're missing half the joke.

  19. Re:It makes sense with multi-core cpus on Will Pervasive Multithreading Make a Comeback? · · Score: 1

    The reason to think that beos would become slow when its apps reached maturity is that mature apps on other platforms can use 100% of a quad core cpu with no difficulty, and small overhead from threading. Threading capabilities in the OS just aren't the choke point.

  20. Re:More comments then code... on Any "Pretty" Code Out There? · · Score: 1

    Extent of commenting is a topic long debated by people with a huge amount of total experience.

    There are people who recommend commenting at this level: /* increment i */
    i++; //i is inremented here

    Fortunately, most experienced programmers agree that such comments make the code less clear, as they obstruct visibility, and potentially confound refactoring, which is a much better path to long term maintainability and clarity.

    So if you're not willing to comment at this level, then you're on a slippery slope: if some things don't need comments, what does?

    It becomes a matter of opinion, which of course leads to abuse in the other direction. Reaching a good, balanced point on comments is a strong sign of good experience in a software engineer.

  21. Re:Are you kidding? on Any "Pretty" Code Out There? · · Score: 1

    I would have to say that yes, designing your implementation in such a way as to be incompatible with the majority of tools represents a design flaw on the side of the implementation, not of the tools.

  22. Re:in the distance... on Any "Pretty" Code Out There? · · Score: 1

    I've seen some windows and some office code. Neither was impressive. Lot's of fun things like locally duplicated bugfixes for things that should have been refactored, spaghetti code, all your usual favorite kinds of code that happen to large organizations unwilling or unable to take seriously the idea of repairing their core code infrastructure.

  23. Re:Linus Shrugs on Linux Creator Calls GPLv3 Authors 'Hypocrites' · · Score: 1

    Your theory is blatantly contradicted by the facts.
    Plenty of people create and share material without need or want of copyright. That would continue to be true in a no copyright world.
    Service and knowledge would become what is valued in that world. And yes, I do think that would be a great world to live in.

  24. Re:Wonder when this will be an "important update"? on Will Microsoft Put The Colonel in the Kernel? · · Score: 1

    While they didn't tell the I,robot story, they did of course license, and he is credited as an author.
    http://www.imdb.com/title/tt0343818/

  25. Re:Fork? on Linux Creator Calls GPLv3 Authors 'Hypocrites' · · Score: 1

    I'd have to say that from my point of view you're looking at things exactly backwards: you may or may not be able to run any software you want on a tivo device, but what's much more interesting is to take the tivo software and run it on some device of your own so you don't have to buy a device from tivo. It opens up your hardware purchasing. Obviously, in the no copyright world order, people will have a choice: restricted platforms that won't run any software they want, and open platforms that do.

    Microsoft can make computers that will only run certified software, but open systems will run any software you want, including microsoft's, so why buy their hardware? They can cherry pick all the open source they want, but you can also cherry pick all the code you want from them, making it much easier to create interoperability and superior software. Who will choose Microsoft when they aren't locked in anymore?

    It's really impossible to know for sure what the outcome would be, but it seems unlikely it could actually be worse than what we have now, because we already have or will soon have all the problems you've described anyway.