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

 



Forgot your password?
typodupeerror
×

Comment Re:Beginner != Interface builders (Score 1) 510

I didn't say a C# console app - I specifically said Visual C#, in response to people discussing having the Visual* IDEs generate the UI for the programmers, then filling in the back end.

Using the IDE simply as the debugger/programming environment is fine. But building UIs is putting the cart before the horse. Unless a programmer understands what happens inside the app, they'll never really understand how to make those things hook, affect, and respond to a UI that was just dropped on top of some code.

Comment Beginner != Interface builders (Score 2) 510

For anyone suggesting VB, or Visual C#, or any of the other "Click to build the framework then fill in the back end", this is the worst possible thing an actual beginning programmer should be looking into.

I would assume from the OP that we're talking about people with no programming background. Taking someone like that, giving them a button to click to generate a UI, then having them fill in the blanks is #fail. They don't already know how to program. It would be like asking someone to complete a puzzle, in a dark room, where they don't know what shape the blanks are in the puzzle, or what colors they should be, or even where the front or the back is.

Interface builders are nice for people that already know how to program, because while creating UI's is tedious, it's also about the 10th thing to be done when building a program. People who have been programming for years can work backwards (Yes, UI to logic is backwards in all cases except for programmers-who-specifically-design-UIs, but that's not what we're talking about here) from the UI to the underlying program logic and the flows between UI elements, but someone new shouldn't be developing in this direction. They should be understanding how the logic behind the program works, in many different variations, before they go putting a pretty button in front of that logic to show the result in pretty graphical ways via some rendering library call..

BASIC, Lisp, Perl, Python, Java (not javaw or AWT), all are useful for the basic understanding of what a program is, what control and input and output logic is. As people have mentioned, Python and Java both have graphical toolkit extensions that can eventually extend your development to pretty pictures and not input/logic/output. If you really want some sort of "visual" developer to put in front of this person, go look into some of the "Blocks" development tools, like Google AppInventor, for example. These use interfaces analogous to puzzle pieces to represent the code in the application, and you can drag and drop inputs and outputs to hook into control statements to do things - sorta like the virtual programming equivalent of everyone's favorite Radio Shack 160-in-1 Electronics kit.

For the love of god, though - don't "teach" someone to program by putting them in front of a framework generator and having them "go at it".

Comment Re:You don't understand what CS is (Score 1) 364

I was moreso talking about the attitude held by your school (ie, that guys shouldn't learn to type).

That wouldn't have been "his school", that would have been just about every high school during the 40's to 70's. Women took Home Economics (a.k.a. Cooking) and maybe Typing if they were on a "career track", and men took Shop.

Of course it look ridiculous for things to have been that way, looking at them 30-40 years in the past. That's because society changed.

Now we all know that you have to "sudo make me a sammich" to get your women to get it done. :)

Comment Re:It is bad, wrong way to go about it (Score 1) 2044

In addition, since Texas capped malpractice damages, there has been an explosion in actual complaints of doctors performing inadequately. Tort reform seems to have had the effect of making doctors sloppier, not freeing them from the overhanging axe of malpractice suits.

Comment Re:Well, lets see (Score 1) 2044

Tort reform, to reduce doctor's malpractice insurance and the practice of overdone preventive testing to ward off lawsuits.

Almost every halfway independent study of this suggestion pegs such savings in the low to mid single digits of %.

Promote Health Savings Accounts

Works wonderfully...for those people who actually have enough money to be able to put some of it away in a place that's untouchable for anything but health care. For those people who have to make decisions about fixing their car or taking their medicine, or buying clothes for their family when the season changes or kids grow up, HCA's are of little use, because they do not have the flexibility in their income to be able to (in reality) lose that money to other expenses.

Streamline the regulatory environments so that insurance can be bought across state lines.

This is perhaps the dumbest idea I've heard in the entire debate recently. Please point out to me a single industry or market where regulations were relaxed, markets were opened further to small groups of monopolistic companies, and the result is that the product got better? The HI industry is already ruled by 5-6 companies who oversee something like 90% of the entire insurance spending in this country, all D.B.A. various licensees of the BC/BS name or some such front. Removing interstate restrictions will do two things. First, all those subsidiaries may collapse back on WellPoint/Aetna, HCA, and such, so that we will see that it's just those 5-6 companies. Second, it will set up a race to the bottom, focused on the states with the least protective and cheapest coverage. Prime example? Delaware, with it's structure in place to the benefit of credit card companies. Just about every major credit company now resides in DE, because Delaware has made it nearly impossible for people to declare bankrupcy against companies.

There are already protections for pre-existing conditions

Only when applied to group policy coverage. There are no such provisions if you were to have gone and bought individual insurance coverage on the public market.

Comment Re:It is bad, wrong way to go about it (Score 1) 2044

Yes, the US Government will spend $960,000,000,000 ($960B for the comma-deficient) to manage existing and new health care costs in the U.S.

The other option is that this bill does NOT pass, and we spend 1,090,000,000,000 ($1.09T) to provide exactly the same health care services we have now, to what ends up being a smaller population. (That's the cost you outline, plus the CBO's estimate of $130B savings over 10 years. That does not include the CBO's savings estimate of an additional $1.2T over the second 10).

Yes, they're big numbers. The question isn't if they're big, the question is which is more cost effective. Unless math has changed since I learned it, there is no argument to be presented that shows that providing health insurance for an additional ~32M people at $130B less money than would be spent anyway is not more cost effective than what we're doing now.

Slashdot Top Deals

Math is like love -- a simple idea but it can get complicated. -- R. Drabek

Working...