Forgot your password?

typodupeerror

Comment: Re:No one sees... (Score 1) 397

by Coriolis (#39906343) Attached to: Panetta Labels Climate Change a National Security Threat

Beyond that, the way I see it, is if I have the choice between letting the left soft-kill me because we just *have* to reduce population, or dying off because the planet can't sustain my modern way of life, I'll take my gamble on the latter.

Forget AGW for the moment. If you accept that we're going to run out of fossil fuels at some point in the relatively near future, then I would suggest you skim read Sustainable Energy - without the hot air. Taken purely from the energy-use perspective, it makes a rational, scientific argument that our "modern way of life" is clearly not sustainable, and something is going to have to give. It's a less attractive gamble than you might think.

Shouldn't I not be able to go outside without a suit to protect me from the sun?

This has nothing to do with GW. I presume you're referring to the hole in the ozone layer. The reason that particular "chicken little" scenario didn't come to pass is that the politicians actually responded to the science in a timely fashion and banned CFCs. Your argument here sounds similar to people who complain that the Millenium Bug was a lot of fuss over nothing, ignoring the possibility that nothing particularly bad happened in 2000 because people spent a lot of time and money making sure that it didn't. The rational response to potential disasters is not to do nothing to prevent them until they're actual certainties - because nothing is a certainty until it's actually happened.

Shouldn't a major city/state be underwater by now? ... Shouldn't we be getting snow in July in Atlanta? Or was it that it was never supposed to snow again?

People without scientific qualifications in the relevant discipline who make predictions that something bad is/is not definitely going to happen are probably loons, and their opinions should not be given equal weight. I honestly don't know where you heard this unless it was from James Lovelock, who is, unfortunately, a bit of a loon.

And being a man of science, who needs to see evidence with my *own* two eyes of something before I believe it, without actually becoming a climate scientist myself, there's no way for me to determine who is right and who is wrong.

Wait, what? Are you honestly saying that you aren't willing to accept any scientific findings unless you've personally repeated the experiment yourself?

Comment: Re:Oh really? (Score 1) 452

by Coriolis (#39817349) Attached to: Organics Can't Match Conventional Farm Yields
Well, that's an interesting topic. Pests thrive in a monoculture, and so you need pesticides for those acres of corn. Organic farming, because of the need to avoid pesticides, often involves deliberately avoiding a monoculture by mixing your species. This makes life harder for the pests and encourages predators. So, by definition, this type of organic farming will always need more unit area of land for the same unit volume of crops. So is the study effectively one giant tautology? Wouldn't we be better served by comparing yields on crop volumes? Bearing in mind, as others have said, that claiming that this study means that we won't feed the world's growing population on organic food is silly, as we won't feed them on conventional food either.

Comment: Re:Facebook uses MySQL? (Score 1) 86

by Coriolis (#39285265) Attached to: George Takei Helps Facebook Troubleshoot MySQL

Yes, they are too cheap for Oracle. Who the hell on their scale isn't?

Of course, you're joking. The cost of Oracle licenses for their infrastructure would in all probability be dwarfed by the cost of the person-hours they've put into developing and supporting Cassandra and their Heath Robinson MySQL setup.

Comment: Re:I have an idea for the style guide (Score 1) 262

by Coriolis (#39072761) Attached to: Why Microsoft Developers Need a Style Guide
No naming convention is necessary, but some are useful. I find it useful to differentiate interfaces from classes at a glance, you do not. We disagree, and that's fine, but my reasoning for my preference makes sense to me in C#. I don't do the same thing in other languages, because they don't have the same distinction. I'm highly unlikely to change my opinion on this, because I can identify the benefits I gain from the practice on a day-to-day basis.

Comment: Re:Confused (Score 5, Interesting) 422

by Coriolis (#39032117) Attached to: White House Wants Devastating Cuts To NASA's Mars Exploration

Manned space exploration != Mars. Obama wants industry to handle LEO, and NASA instead to focus on solving the hard problems of manned deep space exploration (with the implication that he expects industry to ride their coat tails to the Asteroid Belt). This is perfectly consistent with his stated goals.

To put it another way, if we needed to leave the planet in a hurry, Mars is utterly impractical. It will take centuries to terraform it, if it's even feasible. On the other hand, if industry can be persuaded to work out how to knock the kinks out of ground to LEO travel, and to learn how to build safe long-term habitats (for instance, hotels) with materials gathered from deep space, then we might just stand a chance.

Comment: Re:I have an idea for the style guide (Score 3, Interesting) 262

by Coriolis (#39016847) Attached to: Why Microsoft Developers Need a Style Guide
As a huge fan of fluent code, but also as someone who prefers to see the distinction between a promise and a concrete implementation to be at a glance of the class definition, I have to disagree. Of course you should be using a language derived from your problem domain, but if your problem domain contained all you needed for the solution, then it itself would be the computer program. At some level, you have to use the language of the solution domain, you can't wish it away. I would also say that, these days, having to chance the name from ISomething to plain Something is no big deal, due to built-in refactoring support. Finally, what are the deprecated constructs and styles in C#? Can't think of any of the top of my head.

Comment: Re:XSL would be awesome (Score 1) 59

by Coriolis (#38199896) Attached to: Book Review: Responsive Web Design
I can only presume you haven't tried this. It's completely at odds with most shops' workflow, where designers produce graphical representations of how the site should look, which are then converted to HTML and CSS, which are then turned into templates by developers, which are then populated by values taken from your object model which is populated from a database. Dropping XSL into the mix adds the complications of converting the object model to XML and breaking the HTML up into sensibly-sized XSL templates (which additionally makes it impossible for anyone who doesn't understand XSL to maintain).

Comment: Re:Take from the rich and give to the... rich (Score 1) 298

by Coriolis (#37729172) Attached to: Why Mars Is Not the Best Place To Look For Life

I'm, say, 80% in agreement with you, but...

When someone "invests" you end up owing them more money than you got out of them

Is it unreasonable for someone investing in a potentially profitable enterprise to ask to share in that profit?

Unfortunately the middle class can't afford to save in this economy

Are you referring to the USA? I'm middle class, live in the UK and save every month. That's a very strong, general statement you're making.

entrepreneurship has been steadily decreasing since the 80's

What about the .com boom?

panic: kernel trap (ignored)

Working...