Slashdot is powered by your submissions, so send in your scoop

 



Forgot your password?
typodupeerror
×

Comment Re:The question is flawed... (Score 1) 374

I wholeheartedly agree. IMHO the real issue here is that the GPL was satisfied as far as any developer cares -- the source. Users trying to hack up their devices weren't satisfied. I'm fine with that arrangement. I think most dev's understand the business side of software, and the mix of closed/open to make it work out well.

I don't see any part of the GPL requiring that you open up hardware using GPL'd software, which appears to be the logical jump the poster's trying to make. Quite a terrible jump! Who'd want to use GPL software in their products? Who'd want to use products with crap closed-source hacked-together system software? IMHO most shops that ship Linux kernels on their hardware do it b/c they don't have the resources or motivation to make an equivalent-quality version themselves. If they couldn't use Linux, they'd shove complete crap in there instead.

Comment Re:Los Angeles and its entertainment industry (Score 1) 182

It is generally "elitist professions" like government/politics and media where the *unpaid* internships are prevalent, and they are definitely a "paying your dues" process. And as is touched on briefly in the article, this system gives the wealthier kids a distinct edge in these fields, as they are far more likely to be in a position to be able to afford working for no pay.

How much of it is due to the fact that tech builds an innate hierarchy ordered by skill level, while some other professions only have social means to establish order?

Comment Re:Interesting (Score 1) 984

Well, there's the matter of actually telling the *truth*, as the current base-2 values are flat-out, numerically, mathematically *wrong* values for KB, MB, GB. It's literally bad sloppy programming that's caused a habit that's stuck around for far too long. When a HDD says it has 40 GB, it actually has 40 GB. When most modern OSs say a file is 40 GB, it literally *is* *not* 40 GB. It's 40 GiB. The underlying byte counts are really different.

Comment Re:But what did Apple want? (Score 2, Insightful) 401

Mod Parent Up

The point is that a good tablet with more functionality than the iPad requires a good amount of research into how to do tablet UIs. The WIMP system is pretty terrible for tablet computing. That's why the iPad's an overgrown ipod touch, to avoid having to either do the research or be sucky.

Frankly, I'd love to see something designed for a stylus that also can take a few gestures usable for the hand holding that stylus.

Comment Re:Employee cuts (Score 1) 135

A lot of people want good supported Unix servers with a bit more vendor-support (e.g. you want the guy who wrote the code to fix your kernel) than what most linux-server shops can provide.

Sun's had years with the right products, with some huge gaps, to do well here. But they've had their heads up their asses.

Comment I can verify quite a bit of this. (Score 2, Interesting) 844

I'm finishing my PhD now, while working. I just got hired a year ago, and make about as much mentioned (+/-, if you want to count guaranteed bonuses, etc.). Great benefits. The software developer market, for people who actually know what they're doing (e.g. C++, not PHP), is *hot*. Recruiters are calling everyone (even at work), and I'm going on my second recruiting trip next month. Anyone who can remember any specifics from the last 3 years of their undergrad CS degree would be nice. My employer hires non-CS and trains them how to program (for *months*, paid at full salary the entire time), if we can determine they're smart enough to learn.

The real issue is that most people calling themselves programmers can't even write a linked list or binary tree *TYPE*DECLARATION* without spending a half hour on google. They don't get hired, because they're not very good. But they're happy to complain that they don't need it in real life -- which is true, for the lower-paying jobs they'll get hired for.

Slashdot Top Deals

Dynamically binding, you realize the magic. Statically binding, you see only the hierarchy.

Working...