Please create an account to participate in the Slashdot moderation system

 



Forgot your password?
typodupeerror
×

Comment Re:Lets be fair then, (Score 1) 593

As a fellow biomedical researcher, I think you're correct that most of us wouldn't want any applicable science to be withheld from anyone on the basis of their ideology. However, I think you're still wrong that you'd rather see people living up to their beliefs when the result is morbidity or mortality. I'd much rather encourage a person to accept treatment (that from my point of view is ethical) and live as a hypocrite if the alternative is to die because we advise them to stick to their beliefs. Life is too valuable.
Programming

Ted Dziuba Says, "I Don't Code In My Free Time" 619

theodp writes "When he gets some free time away from his gigs at startup Milo and The Register, you won't catch Ted Dziuba doing any recreational programming. And he wouldn't want to work for a company that doesn't hire those who don't code in their spare time. 'You know what's more awesome than spending my Saturday afternoon learning Haskell by hacking away at a few Project Euler problems?' asks Dziuba. 'F***, ANYTHING.'"

Comment Re:Good (Score 1) 541

Aggressive vaccinations result in higher incidence of auto-immune diseases

Perhaps this is a case of citation needed? I think it has been established that there are acute autoimmune reactions to vaccine (e.g. Guillain-Barre Syndrome/AIPD), but I've had some difficulty verifying that there is a consensus that vaccines are a long term autoimmune disease risk factor. You do make a good plausibility argument (consistent with the molecular mimicry model), so I would be willing to believe if it there were some studies done.

Comment Re:hilarously unworkable (Score 1) 356

I have considered that the law is implemented under the constraints of reality. Besides, you have mischaracterized my suggestion: I propose that age limits be replaced by something with higher predictive power (for example, objective knowledge-based exams) across a wide variety of issues: voting, driving, consent to contracts, etc. Would this really be that insane of a process to administer? It would be slightly more complicated than administering - for example - citizenship exams to resident aliens.

Obviously the law must protect those who are incapable of protecting themselves; I do not object to this. In fact, I even believe that in the Polanski case that the law has correctly identified the girl as someone who needed protection. What I object to is far more general: the very simplistic way in which the law determines who is competent to represent their own interests and who must continue to be classified as under the protection of the state. Even if you think my proposal is not the way forward, the response then isn't to support the status quo, but rather to acknowledge the failures and ageism inherent in the law and seek innovative ways of dealing with these problems.

Comment Re:ever hear of the abortion debate? (Score 2, Insightful) 356

Really, that is the truth right there: an imperfect law is much better than no law

While I appreciate that you're trying to point out that no formal legal system can ever deal with the complexity of civilization (true), I'm not sure that this follows that these types of very simple laws are appropriate. The law (and the legal process) specifies an algorithm for society to handle these complexities, and - frankly - laws of the type "If you are of age X, you may do Y; otherwise not" are horrible in that they have (in my experience, anyway) pretty high false negative rates (a younger person being restricted incommensurate with the ability). A more effective algorithm would be to authorize some group (spreading power away from individual assholes) to determine the capacity of specific minors thus removing some of the obvious failures of the law.

I'm not saying this is the end-all solution for this, but I'm not exactly a legal scholar and even I see obvious ways to craft better legislation. We pay our legislators enough -- demand better quality!

Comment Re:Actually reminds me of... (Score 1) 247

I don't know: The argument sounds reasonable from a pedagogical perspective, but I'm not sure that it rings true with experience. I mostly taught myself how to program and only until I took a course on assembly in college did I encounter this type of teaching tool. I am not convinced that this sort of pen-and-paper debugging really taught me anything I didn't already learn from debugging using the computer. Mostly, it was an exercise in 'figure out where I made a small math error when updating one of my registers'.

On the other hand, code review can be extremely useful especially when attaching a debugger has been fruitless. Obviously it would be stupid to say that understanding the logical flow of your programs is somehow a useless skill. Code review is also a skill that I think is under-appreciated by teachers of programming.

YMMV, obviously. Perhaps like everything, different strategies work well for different students. Maybe the best compromise I saw was in Russell and Norvig's AI book wherein algorithms were described in pseudocode which was general enough to convey high-level thoughts but specific enough to capture important implementation details.

Comment Re:taxes (Score 2, Informative) 776

A 1997 article in the New England Journal of Medicine even seems to indicate that the cost of having a mixed population of nonsmokers and smokers (like we do now) costs less (strange as that sounds to me) than a completly non-smoking population in the long run due to the exact way in which the following factors balance out: (a) smokers do not live as long, but (b) smokers consume more health care resources while still alive. The taxes against smoking has everything to do with promoting a public health policy (the wisdom of which can be supported or denied individually) and not much to do with somehow forcing smokers to pay for the (non-existent, according to NEJM) additional long term social costs of smoking.

Just to be clear though: Smoking cessation is the number one positive thing a smoker can do for their health and I wholeheartedly encourage any smokers to seriously think about if they're ready to quit and speak with their family physician about it.

Comment Re:Damn voyeurism is all it is (Score 1) 280

Dear AC, perhaps we are using different definitions of "obsession." Here's mine: when something cannot possibly benefit your life in any measurable way whatsoever, and you devote energy to pursuing it anyway, this is something of an obsession.

Good point, but I think you might get more mileage out of your definition by framing it in terms like the DSM-IV might: an obsession is an interest that has become maladaptive. (No, I didn't go look it up, but it feels to me like the appropriate spirit.) In this way you might be able to make a distinction between people who have an interest in the social affairs of a subset of humans who interact in strange ways (w.r.t. the rest of human society) and those who have become so interested that it interferes with the conduct of their own lives.

Interesting other points though.

Comment Re:Community college, anyone? (Score 3, Insightful) 272

Of course I think most of us who HAVE gone to college realize that's not really the point. College is a chance to be a kid for 4 more years, scoring with women, and hopefully meet your future wife or husband. The reason people remember their alma maters so fondly is because it was the last time they lived without any responsibility.

I guess I can't relate to this. When I went to college, I took the maximum allowable (or more) credits per semester and spent most of my free time either in labs, working on coursework or working on personal projects that extended my knowledge. That's not to say I didn't have some free time to do other things, but I would never describe the process as primarily a chance to do any of the things you listed. If you do it right, you can end up with enough specialized knowledge to avoid becoming stuck in a job you don't enjoy and can pursue a line of work closely in line with your passions.

Comment Re:Predictions of the future (Score 1) 295

Sure you can! It's definitely possible to get efficiency increases unrelated miniaturization. There is significant research into identifying materials that can be cycled at higher frequencies which would give a speedup unrelated to simply putting more transistors in the same space. Alternatively, you could optimize the architecture of the microprocessors so as to require less clock cycles per opcode which would translate into an efficiency increase independent of either transistor size or clock frequency.

Comment Re:Predictions of the future (Score 1) 295

Indeed, if both were improved at the same rate you would only need a SQRT(570x) ~= 24x improvement in both technologies to get a combined increase of 570x (also ignoring Amdahl's law). Nothwithstanding the (possibly serious) limitations of Moore's law there are four 18-month periods in 6 years predicting a 16x reduction in chip size over that time period. I have no experience in the increase in efficiency increases, so I won't comment on that, but to my mind the combination at least doesn't seem horrifically farfetched.

Regardless though, you are right to be skeptical of a long range prediction like that.

Comment Re:May want to wait (Score 1) 169

True enough, but you still might run into overheating issues. Pretty much every laptop I've ever worked with has gotten pretty hot if it's left operating with it's lid down for any length of time. YMMV though (perhaps I've just dealt with oddball laptops).

Comment Re:Hmm... (Score 3, Insightful) 615

Nonsense. Responding to an request, they provided a text file containing rendering instructions compliant with standards (or not, but close to compliant). End of transaction. You don't violate any of their rights by not reading their reply in the way that they expect you to.

You don't HAVE to use a browser at all to view their site. You could use wget piped to less and 'render' it in your mind's eye. Alternatively, you could use a simple (or complicated!) algorithm to render the parts that you were most interested in and suppress those parts that you were not interested in. The fact that someone else will give the webmaster money every time someone downloads the instructions and subsequently renders the ad in no way changes the fact that you are free to use your computer to process information in a manner you see fit.

From a pragmatic standpoint, I agree with you that in order to support websites that ads should be viewed, but claiming that you're required to process information the way the sender wants you to simply doesn't seem to have support.

Slashdot Top Deals

Real Programmers don't eat quiche. They eat Twinkies and Szechwan food.

Working...