Join Diaspora with these 25 simple steps (github)
11–20 of 43 posts
Re: Join Diaspora with these 25 simple steps (github)
#12Re: Join Diaspora with these 25 simple steps (github)
#13Most people won't have to do this. Most people will just join an existing site. Diaspora is much more significant in that it solves the gay bar problem of social networking ( http://www.slideshare.net/padday/the-real-life-social-networ... ) and that it lets you export your data. It remains to be seen if they make the system of "aspects" simple enough. That said, it's a little annoying that a supposedly open product c…
> Diaspora is much more significant in that it solves the gay bar problem of social networking I had to go through the slides to understand this: basically, it said in the case of a woman they did research on, she commented and liked photos of her friends at the gay bar, but her ten-year-old students could see those comments too. The thesis was that a bunch of her social groups that shouldn't interact were forced to…
Re: Join Diaspora with these 25 simple steps (github)
#14Most people won't have to do this. Most people will just join an existing site. Diaspora is much more significant in that it solves the gay bar problem of social networking ( http://www.slideshare.net/padday/the-real-life-social-networ... ) and that it lets you export your data. It remains to be seen if they make the system of "aspects" simple enough. That said, it's a little annoying that a supposedly open product c…
It sounds like it will get simpler. From the site: "We deploy and run Diaspora with a deployment tool called sod, which currently only supports CentOS. We use Rackspace Cloud, but you can point sod at any CentOS machine. Sod is unfinished and probably has hardcoded configuration for our servers. It is not ready for use." I imagine that once it has been around for a while, you'll find Diaspora packaged in all the majo…
Re: Join Diaspora with these 25 simple steps (github)
#15Most people won't have to do this. Most people will just join an existing site. Diaspora is much more significant in that it solves the gay bar problem of social networking ( http://www.slideshare.net/padday/the-real-life-social-networ... ) and that it lets you export your data. It remains to be seen if they make the system of "aspects" simple enough. That said, it's a little annoying that a supposedly open product c…
> Diaspora is much more significant in that it solves the gay bar problem of social networking I had to go through the slides to understand this: basically, it said in the case of a woman they did research on, she commented and liked photos of her friends at the gay bar, but her ten-year-old students could see those comments too. The thesis was that a bunch of her social groups that shouldn't interact were forced to…
Facebook kind of solved this problem in the meantime by making facebook groups more intuitive. When diaspora was first announced, this social context issue was perceived as a bigger problem with facebook than it is now.
Re: Join Diaspora with these 25 simple steps (github)
#16Re: Join Diaspora with these 25 simple steps (github)
#17One of the big disadvantages to using web frameworks like Rails or Django for open web applications is that the deployment is very tedious, at least compared with something like PHP. Something that requires having root access to a *nix server and takes 25 steps to install is never going to be mainstream - you need something that a 13-year-old could put up on a shared hosting account (i.e. phpBB) to really get tractio…
That was by design from the beginning. I considered using Python or Ruby at points, but PHP was the easiest way to satisfy those requirements
Re: Join Diaspora with these 25 simple steps (github)
#18One of the big disadvantages to using web frameworks like Rails or Django for open web applications is that the deployment is very tedious, at least compared with something like PHP. Something that requires having root access to a *nix server and takes 25 steps to install is never going to be mainstream - you need something that a 13-year-old could put up on a shared hosting account (i.e. phpBB) to really get tractio…
It's completely possible to make to make it simple in any language. I agree with the point that currently the Diaspora installion instructions are a bit excessive though.