Please create an account to participate in the Slashdot moderation system

 



Forgot your password?
typodupeerror
×

Comment Re:It comes form scope creep (Score 3, Insightful) 571

you could say the same thing about software that calls functions in a GPL library, does software that dynamically links against a GPL library have to be GPL? Its calling functions in defined in GPL code.

Yes. Please read up on dynamic linking and the GPL and LGPL. The questions your asking have been asked, answered, and discussed by many people every day for the past twenty years. Try Google, it's very useful.

Comment Re:Repositories for the win (Score 1) 718

Let me put it this way: of the 4 computers that I've installed Ubuntu 10.04 on, not a single one recognized all the hardware and functioned properly without fiddling. Now maybe each of those computers only represent a tiny percentage of possible configurations, but that's not really the issue, is it?

And you're going to claim Windows recognized all the hardware and functioned properly without fiddling?

Pull the other one.

Comment Re:Repositories for the win (Score 2, Interesting) 718

However, I've still had some problems with hardware support in a couple cases (each Ubuntu release seems to fix some problems and introduce others)

At this point, Linux hardware problems are not significantly different from Windows hardware problems (e.g. a fresh install of Linux on any given PC is at least as likely to run fine as Windows, probably more likely since more up-to-date drivers are included), but they're harder to fix when they do occur due to lack of direct manufacturer support.

In Windows it's usually "go download the driver from the manufacturer's site", in Linux that's less likely to be an option, and if it is, the installation process is probably going to involve the command line, which scares people.

and you're still missing some commercial packages that might be vital for a lot of users (e.g. Photoshop, where GIMP is pretty good but might still not be a viable alternative).

If you already own such packages, most of them work well in Wine these days (and Wine is a lot easier to use than it was in the past, though still not what it should be).

Comment Re:Repositories for the win (Score -1, Flamebait) 718

I'm an advanced user and I don't every want to know what a repository is. My mom definitely doesn't give a shit.

You'd rather hunt through the web for applications, install them manually (assuming their installers even work; how many Windows and Mac installers have I run that are just broken in some serious way? quite a lot), and keep them up to date manually or through their wildly varying auto-update mechanisms (which, again, vary wildly in quality and reliability)?

You're not an advanced user, you're a masochist. And so's your mom.

Comment Re:This is for existing IT field people (Score 1) 212

The correct answer remains the same: the industry need to offer better compensation.

Hah! You could offer me a million bucks a year and there are still certain fields I WILL NOT work IT in. Health care is one, finance is another. I do not want the stress of the environment, nor the knowledge that someone's life or livelihood may hinge on whether I inverted an 'if' test.

Compensation is not the only thing that keeps smart people out of health care.

Comment Re:Good Idea (Score 1) 377

Somebody at the paper most likely needs to cross check the name with somebody who's on public record as living in the paper's coverage area.

That's not really much assurance. I can get a credit card (or something they can't distinguish from a credit card) in the name of "John Smith" pretty easily, even though that's nowhere close to my real name. It might be a bit much to be able to spew random crap in a comments section, but trolls and astroturfers can be pretty motivated.

Comment Re:He's right (Score 1) 357

You are extremely confused about how the law works. Trademark law is used to prevent someone from using your names and marks to pretend they're selling your product (e.g. I can't make a stereo and slap a "Sony" label on it).

There is absolutely nothing in trademark law to prevent me from taking software under an open-source license, changing the name and logos, and redistributing it freely. This is why CentOS can take Red Hat's product, strip out/replace the Red Hat trademarks, and distribute it for free.

Comment Re:What the? (Score 1) 487

The act of converting from "Speech" to a "device or process" happens in the compilation process, not in the execution of the process.

I'm not sure you can make that assertion. What if I implemented something as a shell script, which is fully interpreted? Is it immediately infringing, or does it only infringe once interpreted (which happens in real-time at point of execution)?

What about languages that use intervening bytecode? If I take some Java and reduce it to JVM bytecode, is that infringing, or does it only become infringing once the JVM interprets the bytecode or the JIT reduces it to native machine code?

That raw code is speech is an unremarkable concept to most who are familiar with the subject, but when the speech becomes a device/process is not always completely clear.

Comment Re:Well, really... (Score 1) 487

Don't get me wrong, this really sucks for the guy and is completely unfair. But this sort of thing happens all the time. If this were a rare occurrence, then yeah, I'd be up in arms. It's sort of not newsworthy anymore.

I'm probably going to get flamed for saying this, and maybe I even deserve it, but it's true.

You absolutely do deserve it, because it's _not_ true. This stance can be used to justify ignoring anything, including the most heinous crimes imaginable.

Comment Re:What the? (Score 2, Informative) 487

This may be true in the US, but apparently not in the Netherlands: the patent lawyer he contacted told him Shazam would have a case if he published the code.

No, the attorney told him he's risking a lawsuit and that releasing open-source code using patented techniques is a "grey area". None of that indicates a lawsuit would have merit. You can sue anybody for anything. By posting, you risk me suing you because I don't like your use of the letter 'z'. That doesn't mean I'd win.

Slashdot Top Deals

"No job too big; no fee too big!" -- Dr. Peter Venkman, "Ghost-busters"

Working...