Forgot your password?

typodupeerror

Comment: Meh. (Score 1) 338

by jlarocco (#37201396) Attached to: Java 7: What's In It For Developers

As a developer I could care less about Java itself. It's the new Cobol.

It's in an awkward spot. For anything high level I'd rather just use Python. And for the few cases where Python's not fast enough, it's easiest to jump down to C++ and write a module I can call from Python.

The best thing about this new release are JVM improvements for dynamic languages, which should help out projects like Jython, JRuby and Scala.

Comment: Re:The Joys of employeehood.... (Score 1) 509

by jlarocco (#34978716) Attached to: IRS Nails CPA For Copying Steve Jobs, Google Execs

What skills? Setting up an LLC requires filling out a questionnaire and paying a $50-$100 (depending on state) processing fee. Most states let you do it over the internet. It takes like 10 minutes.

FWIW, there are situations where an LLC (or corporation) doesn't shield the owners from liability. I don't remember all the details, but it wouldn't surprise me if tax fraud was one of them.

Comment: Re:Too little and too much, way too late (Score 1) 509

by jlarocco (#34843884) Attached to: An Interview With C++ Creator Bjarne Stroustrup

I wouldn't go so far as to say it's a new language, but IMO Qt is what the C++ standard library should have been.

The C++ standard library and STL are terrible compared to the standard libraries of any other modern languages. Qt actually makes C++ programming fairly painless.

You're definitely on their list. The question to ask next is what list it is.

Working...