They are building social networking software which means that at some point the goal will need to be to get everyone and their mother on board. Because they built the app on Rails, they are now facing an uphill battle with distribution as there are not a lot of places that you can easily setup a Rails site. I love Rails but for this type of app, it might have helped them gain traction faster if it was built on PHP, o…
i don't think the end goal is to get everyone to be running their own server. the data will be distributed among many different servers but surely there will be providers that come along to host data for large groups of people.
Diaspora Developer Release
91–100 of 202 posts
Re: Diaspora Developer Release
#92Earlier quoted context omitted.
Completely agree with you. I was expecting to be able to throw it up on a random shared host, now this won't be possible. Oh well hopefully it will work on Heroku.
With such cheap VPSes, do people still use shared hosting nowadays?
I'll probably move my blog to wordpress.com hosting and then try a combination of Heroku and Amazon EC2 micros for my app prototyping.
Re: Diaspora Developer Release
#93They really need to do something about that name. They seem to be having trouble with it themselves: http://github.com/diaspora/diaspora/commit/708e9f88a55cc3713...
For a lot of people, their name’s strongest connotation is Jewish persecution. To me, this is so awkward as to rule out the name for use in serious software.
For New York Jews? You say it to me I think potato famines.
It's a fine, catchy name with some bite. Hopefully they don't trade it in for something dumb like folksr.
Re: Diaspora Developer Release
#94Earlier quoted context omitted.
You're unfortunately right. I say unfortunate because I really, really like the name: it sounds good and conveys their mission very well, but ease of spelling is probably paramount.
I'm not so sure about the name. I understand how it conveys their mission exactly and it does that really well: leave facebook(or twitter or wherever), come here. I can see how setting themselves up from word 1 as opposition to facebook has a huge amount of importance but what happens to that branding on the off chance they win? (I know this is like planning where to put the swimming pool in your 1 bedroom apartment…
Re: Diaspora Developer Release
#95They are building social networking software which means that at some point the goal will need to be to get everyone and their mother on board. Because they built the app on Rails, they are now facing an uphill battle with distribution as there are not a lot of places that you can easily setup a Rails site. I love Rails but for this type of app, it might have helped them gain traction faster if it was built on PHP, o…
Something to note about the choice of Rails though is that you now have options like insta-deploy Railsmachine/Heroku type providers for this. Not them specifically mind you.
Re: Diaspora Developer Release
#96They really need to do something about that name. They seem to be having trouble with it themselves: http://github.com/diaspora/diaspora/commit/708e9f88a55cc3713...
Re: Diaspora Developer Release
#97Earlier quoted context omitted.
>PS: >Feel free to try to get it running on your machines and use it, but we give no guarantees. We know there are security holes and bugs, and your data is not yet fully exportable. If you do find something, be sure to log it in our bugtracker, and we would love screenshots and browser info. That seems to cover it, doesn't it?
Security issues don't belong in a public bug tracker.
Re: Diaspora Developer Release
#98Had a 5 minute glance at the code. I don't think they realise that `self` is the default receiver in Ruby, judging by how many times I saw it used superfluously. Anyway, kudos to them for actually releasing some code. I would like to contribute, does anyone know if they are accepting patches?
Re: Diaspora Developer Release
#99Earlier quoted context omitted.
With such cheap VPSes, do people still use shared hosting nowadays?
I paid $9/yr. for my WordPress shared hosting. Unfortunately that plan is going away this year. VPSes seem to start at $20/mo. I'll probably move my blog to wordpress.com hosting and then try a combination of Heroku and Amazon EC2 micros for my app prototyping.
Re: Diaspora Developer Release
#100Earlier quoted context omitted.
Security issues don't belong in a public bug tracker.
In an established product, no. At this stage, I think keeping 'em public is a good idea.
Any disclosed vulnerability is an exploit roadmap for these public instances. Speaking generally, exploits of public web apps can sometimes be pretty severe. Yes, the software is immature, but is now immature and an attack vector.