Slashdot Mirror


User: sneakyimp

sneakyimp's activity in the archive.

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

Comments · 880

  1. Re:Statistics on Why Fuel Efficiency Advances Haven't Translated To Better Gas Mileage · · Score: 0, Troll

    Check your facts much?

  2. Re:Who do these jerks think they are!? on Why Fuel Efficiency Advances Haven't Translated To Better Gas Mileage · · Score: 2

    Because your giant vehicle pollutes our air, tears up our roads (that we must pay to repair), kills us in our smaller cars or on our bikes, and guzzles gasoline, driving up the cost for the rest of us and sending gazillions of dollars to fascist states that breed terrorists who want to kill us.. Get your head out of your ass, man.

  3. Re:Stifled Innovation on Why Fuel Efficiency Advances Haven't Translated To Better Gas Mileage · · Score: 2

    This is a must read. It's a perfect example of a "market solution".

  4. Re:100% of Taxpayers agree . . . on Why Fuel Efficiency Advances Haven't Translated To Better Gas Mileage · · Score: 1

    Not true. I work at home so I barely drive. I would gladly trade lower income tax for higher gas taxes. Heck, I'd even settle for keeping my income tax the same and raising gas taxes to pay down some of that federal debt and to see some government investment in r&d for energy.

  5. Re:We've had an increase in gas prices... on Why Fuel Efficiency Advances Haven't Translated To Better Gas Mileage · · Score: 4, Informative

    The super poor people I'm familiar with don't have cars. They take the bus or the subway.

  6. So all carrot and no stick? I say use a stick too. Tax the petroleum, tax breaks for efficiency. In case you haven't noticed, the US has some serious debt we need to pay down.

  7. Re:Why is it the government's responsibility? on Why Fuel Efficiency Advances Haven't Translated To Better Gas Mileage · · Score: 1

    That's like asking "why stop an addict from taking heroin because he chooses to take it." Ignoring the problem doesn't make it go away.

  8. Re:Big cars suck on Why Fuel Efficiency Advances Haven't Translated To Better Gas Mileage · · Score: 1

    I can appreciate your desire to have a big car then. Sorry if I was a little stingy with my weight allowance.

    I live in Los Angeles and have lost count of how many times I've nearly been run down by a tiny blonde bimbo in a gigantic SUV talking on her cell phone and barreling down a narrow residential street. It just doesn't make sense here.

  9. Re:We've had an increase in gas prices... on Why Fuel Efficiency Advances Haven't Translated To Better Gas Mileage · · Score: 2, Insightful

    Yeah, get a Subaru.

    Mod parent up.

  10. Re:Statistics on Why Fuel Efficiency Advances Haven't Translated To Better Gas Mileage · · Score: 4, Insightful

    Has it occurred to you that your dependence on said travel might be a critical strategic danger for your economy? Or that your dependence on oil from the Middle East might be a critical strategic danger geopolitically?

  11. Re:We've had an increase in gas prices... on Why Fuel Efficiency Advances Haven't Translated To Better Gas Mileage · · Score: 5, Interesting

    SUVs are a complete waste of resources (metal, petroleum, etc.) and enormous polluters. Why use a 3-ton vehicle to drag one fat ass around town? The problem as I see it is that folks are choosing what economy they want which means that self-indulgent rich dicks want land barges that pollute *my* environment and their petro dollars go to such enlightened states as Saudi Arabia, Iran, Venezuela, Iraq, and Nigeria, all of whom seem to hate Western society which means we have to spend still more dollars propping up one petty dictator after another and then knocking them down. If our fuel economy was twice as good, our geopolitical interest in those dodgy areas would probably cost us a lot less money.

    I can appreciate not wanting one's taxes raised. How about we reduce federal income tax and shift the tax burden to a petroleum tax?

  12. Re:PHP is great on Ask Slashdot: Which Web Platform Would You Use? · · Score: 1

    Not strictly true:
    http://us.php.net/manual/en/intro.pcntl.php

    I've written a multi-threaded PHP program that runs from the command line. Works like a charm.

  13. Re:Not a bad idea but... on Christmas Always On Sunday? Researchers Propose New Calendar · · Score: 0, Offtopic

    mod parent up.

  14. Re:You don't get to be #1 on The GoDaddy Saga Continues · · Score: 1

    I'm currently on GoDaddy and have felt rather dirty ever since I heard about their CEO, Bob Parsons, hunting an elephant. I also hate their interface -- too cluttered and too much marketing/advertising/crap in there. I'd like to know a good, reputable, registrar that I could move to. Anyone have suggestions?

  15. finally! on Microsoft Upgrading Windows Users To Latest Version of MSIE · · Score: 4, Interesting

    I can't believe it's taken this long.

  16. Re:Been a problem for a long while on Corporate Claims On Public Domain YouTube Videos · · Score: 4, Insightful

    I disagree they have *no* standards. It's apparent that Google wants to make money off content providers and is kissing their giant smelly ass. I think if there is any standard, it's to kiss up to the movie studios, the record labels, and any other big content organization so they can get their itunes/amazon prime equivalent up and running.

  17. Re:Ha! on Bluetooth Keyboards With a 10-Year Charge Promised · · Score: 3, Insightful

    Yep. I call shenanigans. I doubt there's a commercially available AA battery that'll reliably keep its charge for 10 years, much less power something.

  18. Re:But what next? on Ask Slashdot: Parallel Cluster In a Box? · · Score: 1

    I just noticed there's no "spam" option for modding posts. /. should add that.

  19. Re:How does it parallelize? on Ask Slashdot: Parallel Cluster In a Box? · · Score: 1

    Finally someone talking sense. You go darkjedi.

  20. Re:U of I on Ask Slashdot: Parallel Cluster In a Box? · · Score: 1

    MOD PARENT UP. Parallel processing is tricky stuff and performance depends on so many things -- not just the cost of a bunch of GPUs.

  21. Re:AMD on Ask Slashdot: Parallel Cluster In a Box? · · Score: 3, Interesting

    I wonder if QuantumMist must take into account the cost of development. To say that the application is "embarassingly parallel" and at the same time that "memory requirements are decently low" suggests that s/he has an existing application that has been run on some box and perhaps belies a bit of ignorance about the nature of parallelism. Last time I checked, more threads required more memory. If the plan is to get the maximum number of threads possible, the amount of memory required could vary enormously. Additionally, the nature of the parallelism is not discussed. What does each thread do? If it's not something a GPU does then GPUs are not going to help. Also, will a GPU even fit in a 1u box that already contains a server? I doubt it.

    In my very limited experience in writing multithreaded code, I have found that simply increasing the number of threads spawned doesn't necessarily equate to better performance. On the contrary, spawning too many can bring your application to a halt as an enormous number of threads vie for limited resources (network, disk, memory) and your application gets nothing done because it's too busy context switching between a huge number of resource-starved threads that do nothing while the threads that hold the resources never get scheduled to do valuable work.

    I'd also like to point out that simply buying GPUs doesn't mean your application will suddenly spawn an ability to take advantage of even one GPU. The software development effort required to add GPU detection and utilization could easily chew up that $10-15k budget in no time.

    If QuantumMist already has this application written and it's running but NOT GPU-enabled, then the best approach might be to just get the hottest multi-socket traditional CPU machine s/he can afford built on a dual LGA 1366 mobo or quad g34 mobo. Or, depending on the nature of this parallelism, it might be better to budget for some CUDA software development and a machine with a couple of GPUs.

  22. Re:Unimpressive. on AT&T Issues Scathing Response To FCC Report · · Score: 0

    We see them trollin' / we be hatin'

  23. Re:Unimpressive. on AT&T Issues Scathing Response To FCC Report · · Score: 5, Funny

    Yeah they can use that $39B to pay for a gigantic waaaaahmbulance.

  24. Re:Understood as ...? on Stephen Wolfram Joins The Life Boat Foundation and Bets On Singularity · · Score: 3, Funny

    Mod parent up. One of the girls always gets mad.

  25. Re:Hilarious on Stephen Wolfram Joins The Life Boat Foundation and Bets On Singularity · · Score: 3, Interesting

    Mathematica, used by grad students everywhere. The impact of this software is huge. Grad students everywhere rely on it to visualize equations they otherwise wouldn't understand. It has been a tremendous boon to computer scientists, astronomers, chemists, physicists, etc.

    He also wrote some papers on particle physics. And then there's Wolfram-Alpha, which I use at least once a week.