Follow Slashdot stories on Twitter

 



Forgot your password?
typodupeerror

Comment Re:Credit scores are not what you think they are (Score 1) 41

Basing a person's credit score on credit usage rather than payment history is part of the system's bullshit.

Sort of, but lenders aren't looking for people who have good financial sense.

Lenders are looking for people who will borrow a lot of money, then continue paying on that loan. Which is not the same thing as having financial sense.

Comment Re:It's great at solving small hard problems. (Score 1) 55

At the ICPC there are usually several programmers who are quite good. Quick, efficient, and effective. Harvey Mudd university in particular had a system that produced very good programmers, even though it's a university most people haven't heard of.

There are books to teach about how to gain the skills, but I think an important part is to practice programming a LOT. If I were designing a CS curriculum today, I would have students write a program every day (every weekday).

Comment Re:Impressive. (Score 2) 55

The question there is then, how did the computer know which answer is correct? Did a human create a test dataset? Because the sample data in the problem description is not enough to get the right answer. That is, you can write a program that perfectly solves the sample data but doesn't actually solve the problem.

Slashdot Top Deals

Keep the number of passes in a compiler to a minimum. -- D. Gries

Working...