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

 



Forgot your password?
typodupeerror
×
United States

Submission + - Not having health insurance could be $3,800 fine

anotherdjohnson writes: In the on-going debate over national health care, Sen. Max Baucus of Montana thinks that fines are in order for those who don't sign up for Health insurance. Families could pay up to $3,800:

"Just as auto coverage is now mandatory in nearly all states, Baucus would a require that all Americans get health insurance once the system is overhauled. Penalties for failing to get insurance would start at $750 a year for individuals and $1,500 for families. Households making more than three times the federal poverty level — about $66,000 for a family of four — would face the maximum fines. For families, it would be $3,800, and for individuals, $950."

Comment Re:MOD Parent up (Score 5, Insightful) 794

A program language should be taught on the basis that it teaches the student programming and not that it jigsaws them into the world of business. I student that can transcend languages is likely to be a better programmer anyways, as they'll have more tools and models with which to get a task done.

I would agree with this in theory, however in practice it doesn't create a programmer who can transcend languages. In fact, they generally become very tied to specific language paradigms or capabilities. For instance, most universities seem to have selected Java as the language for CS. The problem here is that when they get into the "real world" they can't find a job doing anything but java. Why? Because they have no clue what a pointer is or how to use it. Most CS and related programs are hurting our students simply because the instructors don't want to teach about certain things, or because they or the students think it's just too hard. Most people I work with don't really understand how programming really works. I once had a co-worker who had been programming for 20 years, but had no idea that the CPU had registers, what they were for, or how they would be used. That's just sad.

My favorite class with respect to this was assembly. It was fairly easy to pick up and taught you how the computer interpreted commands at a relatively low level.

You (and I) are becoming something of a rarity now days, most people I work with know absolutely nothing about assembly. :-(

Slashdot Top Deals

If you want to put yourself on the map, publish your own map.

Working...