Follow Slashdot stories on Twitter

 



Forgot your password?
typodupeerror
×

Comment I don't want people wearing Google Glass in bars (Score 5, Insightful) 921

I wouldn't be aggressive, but I also think it's unacceptable that people film me constantly when I'm trying to relax. Especially in bars and similar places where I have high expectations of being away from the scrutiny of everyone but the people I've chosen to socialise with.

Pointing cameras at people (and optionally saying "I swear it's not recording"), in the form of phones or Glass or whatever, is simply a really anti-social thing to do.

So is aggression and theft, but one wrong doesn't mean we should turn the other person into a white knight as this article tries to do.

Comment How it happened: very encouraging for anti-swpat (Score 5, Insightful) 235

There was an initial surge of pro-mpeg votes by people connected to the WikiMedia Foundation and the technical team which would have been implementing it, then there were many days of mostly anti-mpeg voting when normal Wikipedia contributors heard about this idea.

As someone who has been campaigning for many years against software patents, it was very encouraging to see that the general Wikipedia populous (i.e. after the initial pro-mpeg surge from employees and pre-briefed technicians) was two-thirds against the use of patented formats.

Comment Re:...but if you want free software to improve... (Score 1) 1098

> Since the programmer is a subset of the end-user and the
> programmer gets less freedom

Programmers get the same freedoms as normal users. Private modification isn't restricted by any free software licence.

The GPL puts extra requirements on distributors, and in particular distributors of modified versions. Someone who modifies and redistributes is not a mere end-user.

As I said, the users - the people who download and run the program - get the same freedoms. And this is also true for programmers who make private modifications.

Comment Re:FSF are working on it; Scans accepted for US + (Score 1) 1098

> 20 years of GPL and legal advice is still coming in;

This has nothing to do with the GPL. You were talking about copyright assignment.

> therefor do not wonder that big non-profit academic organizations
> still consider GPL varieties "non-green" licenses:
> http://geant3.archive.geant.ne...

I've never heard of GEANT's software licence list. Since I've been working in the field for ten years, I can assure you it's not a reference. And if you read their document, you'll see it's based on an error. They classify just BSD, MIT, and Apache as "green" because they think that with every other licence "further authorisation is required". Nonsense. Somebody should contact them.

Comment LLVM funding model doesn't scale (Score 3, Insightful) 1098

> undermine's Stallman's argument about corporations not supporting

The LLVM model for attracting funding doesn't scale, and it defeats itself in the long term.

LLVM are only getting funding because Apple wants to undermine GCC. Most projects can't be used in that way, so they can't be of any interest to the Apple category of funders. And Apple's interest in funding the free parts of LLVM will dry up as soon as they (if they ever) achieve the goal of undermining GCC. The LLVM licence allows Apple to switch to a proprietary approach whenever they want. (Although, in reality, they'll continue to contribute the non-flashy bits of code - the stuff they want other people to maintain for them.)

Comment Re:NOW he realizes this? (Score 0, Flamebait) 1098

> feeding back their changes upstream, despite not having to.

For Apple's plan to work, yes, they have to. For the moment.

Taking users and developers away from GCC is main point, so they have to get FreeBSD to switch, and get some of the free software community to switch, etc.

The goal is not about having a great free software compiler. If that was the goal, they would have just continued with GCC.

And if Apple's funding was about helping free software, they would have funded development of something we didn't already have.

Comment P.S. everyone do what they want. (Score 3, Insightful) 1098

P.S. I phrased this badly:

> go with the flow, everyone do what they want.

I'm in favour of people doing what they want. The approach I meant to criticise is "everyone do whatever and let's not discuss it, let's just see what happens".

Everyone can and will do what they want, but I'm in favour of thinking about the options. If you want more free software to exist, choosing GPL makes sense.

Comment ...but if you want free software to improve... (Score 5, Insightful) 1098

For someone who isn't interested in free software or open source, your approach works: go with the flow, everyone do what they want.

The result it that some software turns into a hand-out for companies that, in the long term, are trying to make free software disappear.

If someone wants to be able to more with free software, then there's a question of strategies for achieving this. The user gets the same freedoms from BSD and GPL, but GPL says anyone building on top of the software has to contribute their improvements to the community. Only fair really.

So, yeh, the two can coexist, but the GPL does a lot more to ensure that we have great free software in the future. If you think that's a good thing, then use the GPL.

Comment It's about tactics: GPL helps free software (Score 5, Informative) 1098

Background reading:

BSD, LGPL, and GPL are all free software licences. The user gets the same four freedoms in each case (use, study, modify, redistribute). But, using the BSD licence (or the LGPL) takes away an incentive to contribute to the free software project.

GCC's technical advances create a big incentive for developers who are interested in compilers, and for companies with a commercial interest in a good compiler existing for their platform, to contribut to GCC - helping free software whether that's their priority or not. With a BSD-licence project, developers can choose to ignore GCC and fork LLVM instead, so neither GCC nor LLVM benefits.

LLVM weakens GCC's ability to attract free software contributors. That's why Apple funds LLVM.

It's not difficult to see which approach works best: Which OS has more contributors, *BSD or GNU/Linux?

Slashdot Top Deals

As long as we're going to reinvent the wheel again, we might as well try making it round this time. - Mike Dennison

Working...