Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror
×

Comment Re:Chicago Blackhawks too? (Score 1) 646

Communication goes two ways, and offense is in the ear of the behearer if you will. If you didn't mean to offend, then you made a mistake or you don't care. If you didn't mean to offend once but now know that you're offending, then either you don't care or you intend to offend.

Wise people will make a good-faith effort to avoid giving offense by learning and practicing diplomacy.

If your view that intention is all that matters were true, then all the racists in the world could just intend really hard that no one should be offended and we'd be peachy.

Comment Re:I agree Python (Score 3, Informative) 466

I've gotten a lot of mileage out of Python for cleaning and pre-processing CSV and JSON datasets, using the obviously named "csv" and "json" modules. ... However, if you are doing very much manipulation of tabular data, I'd recommend learning a bit of SQL too.

You may want to look into pandas as a middle ground. It's great for sucking in tabular or csv data and then applying statistical analysis tools to it. It has a native "dataframe" object which is similar to database tables, and has efficient merge, join, and groupby semantics. If you have a ton of data then a database and SQL is the right answer, but for a decent range of use cases in between pandas is extremely powerful and effective.

Comment Re:Programming language in 2 hours ? Yeah, right. (Score 1) 466

Because Ruby is my preference and I am more familiar with it, I can tell you that it is in continuous development, and bytecode-compiled versions are available (JRuby, which uses the JVM, and others). I do not know about Python in this respect because I haven't used it nearly as much.

Python has the default implementation CPython which compiles python to an interpreted bytecode; there's also Jython which compiles to JVM, and IronPython which compiles Microsoft's CLR. There's also Cython (which requires extra annotations) which compiles to C and thence to machine code, and numba which does compilation to LLVM. Finally there's Pypy which is a python JIT compiler/interpreter written in a restricted subset of Python.

Comment Re:Wow (Score 1) 224

It actually is a bit different for the Republicans, in that they are caught in an internal party schism of a scale we've not seen on either side since desegregation, if even then. It's difficult for the less right to look good to the more right, undirected pushing against the Democrats is one of the few ways they have to do it.

Comment Re:Wow (Score 1) 224

Do not forget that ObamaCare was rammed through without a single Republican vote in the House or Senate.

It's the unfortunate case that Republicans don't generally support Democratic bills. Witness the recent student loan bill. There is not much question that a better educated populance means a better economy and a stronger nation. It's a truism that we could just pay for college education in a number of fields and reap economic benefits of many times the spending. Indeed, we used to do more of that and the country was stronger when we did.

Comment Re:I really dig the Obamacare comments Bruce made (Score 1) 224

You meant "you wouldn't approve" rather than "you wouldn't understand".

Positioned correctly, it isn't all that socially reprehensible to state the sentiment that you don't believe you should pay for people who drive their motorcycle without helmets, people who self-administer addictive and destructive drugs, people who engage in unprotected sex with prostitutes or unprotected casual sex with strangers, and people who go climbing without using all of the safety equipment they could.

You don't really even need to get into whether you hold human life sacred, etc., to get that argument across. It's mostly just an economic argument, you believe yourself to be sensible and don't want to pay for people who aren't.

The ironic thing about this is that it translates to "I don't want to pay for the self-inflicted downfall of the people who exercise the libertarian rights I deeply believe they should have."

OK, not a bad position as far as it goes. Now, tell me how we should judge each case, once these people present themselves for medical care, and what we should do if they don't meet the standard.

Comment Re:citation needed (Score 1) 224

Citation needed.

I just looked for a minute and found This NIMH study. If you look at the percentages per year they are astonishingly high. 9% of people in any particular year just for mood disorders, and that's just the first on the list. Then they go down the list of other disorders. The implication is that everyone suffers some incident of mental illness in their lives. And given the number of psychiatrists, psychologists, and lay practitioners in practice, it seems like much of the population try to get help at times, if only from their priest or school guidance counselor.

You are not a rock. Can you honestly tell me that you haven't ever suffeed a moment of irrationality?

Comment Re:I really dig the Obamacare comments Bruce made (Score 2) 224

Yes, seeing a doctor really is a human right.

Does that mean we should bear the burden of your bad lifestyle choices? Well, we do today. Either those folks are in our emergency rooms, or they are lying on our streets. Either way, we all pay a cost.

It's not clear to me what you propose to do with them. Perhaps you should explain that a bit more clearly.

Comment AC, please stop trumpeting fake studies (Score 1) 224

Hi AC

One would hope that a real scientific study would shed light on the situation. Unfortunately, this isn't it. It's a paper published by a Harvard student club and written by a gun industry lobbyist and a gun enthusiast. No balanced perspective that could lead to a real scientific paper here. The first refutation I found of the paper is certainly not peer reviewed and published in a scientific journal either, but makes a pretty good case that the statistics are cooked. It's here.

Please find a real scientific paper from a researcher without bias and then we can discuss it. This one doesn't quite meet the standard.

Comment Re:Wow (Score 1) 224

Actually, we would have had a much less expensive plan, but we couldn't get it by the conservatives. It's called single-payer, and I've used it in Canada. It has also been available to me in a dozen other countries that I've worked in, but fortunately I never needed it there. It works pretty well. So well indeed that most civilized countries have it.

I'm sorry that you didn't understand my presentation. Or that you understood it and can't accept it. I've thought about it for a very long time and I'm pretty sure of it.

Slashdot Top Deals

"Gravitation cannot be held responsible for people falling in love." -- Albert Einstein

Working...