Forgot your password?
typodupeerror

Comment Re:Data ownership (Score 1) 183

The author of the article here.

The author of this article is basically saying that Facebook is vulnerable to failure because the mass of people might leave and join another service. The reason for that happening would be to join a free and open network, but as I stated before (without evidence) most users don't care about a company owning their data anyway - so it's not going to happen.

I am saying the first part. I am not saying that users will necessarily leave because they want to join a free network. If you read my post (or even the little bit quoted above) you will see that I suggest that folks might also leave for a sexier proprietary service.

I care deeply about free and open networks and I'm actively engaged in advocacy to encourage other people to care about this also. I think, to differing degrees, many people do care about these fundmental issues. But I also think the real political implications of using particular technologies are pretty opaque to many users.

This particular essay was just trying to argue that suggest that people are being unimaginative if they throw their hands at the idea of Facebook's network effects. I hope it's eventual replacement is more free and more fair. But I don't think it has to be. It might very well be worse.

GNU is Not Unix

Submission + - FSF Announces New Statement on Web Services (fsf.org)

mako writes: "The FSF just announced the results of a meeting it held on software freedom and network services. They have announced the creation of a new group called Autonomo.us to follow up on these issues and the publication of the Franklin Street Statement on Freedom and Network Services" which lays out a set of recommendations and guidelines for protecting freedom for software as a service."

Comment Re:Sourceforge reality - how to get CVS from SF (Score 2, Informative) 444

Is there a way to sync a private CVS server with theirs? Including all previous versions in the current system? A HOWTO might be nice, possibly attached to that email.

How about this? Replace PROJECT with your project name:

(change into a suitable directory to put your CVS tarball in)
$ wget http://cvs.sourceforge.net/cvstarballs/PROJECT-cvs root.tar.gz

$ tar -zxf PROJECT-cvsroot.tar.gz
$ export CVSROOT=`pwd`/PROJECT

(change to where you want your working directory)
$ cvs get PROJECT

Slashdot Top Deals

It is easier to write an incorrect program than understand a correct one.

Working...