I'm saying it might not make sense to develop software in an open-source manner whose existense relies of viral growth of users dependant on a one-off buzz generated when the 1.0 is released.
Diaspora Developer Release
131–140 of 202 posts
Re: Diaspora Developer Release
#132Re: Diaspora Developer Release
#133If it's true that for a social network to be successful it needs some quick growth at the beginning to have a critical mass, then Diaspora is in trouble. They're in trouble because they release non-usable alpha versions of their code, loose the buzz ("Diaspora released another version today, X works now, but it's still not good enough to replace Facebook."), and by the time they have a 1.0 version nobody's going to c…
Re: Diaspora Developer Release
#134If it's true that for a social network to be successful it needs some quick growth at the beginning to have a critical mass, then Diaspora is in trouble. They're in trouble because they release non-usable alpha versions of their code, loose the buzz ("Diaspora released another version today, X works now, but it's still not good enough to replace Facebook."), and by the time they have a 1.0 version nobody's going to c…
thats a pretty big if, almost the entire customer development program is aimed towards proving that if isnt true
Re: Diaspora Developer Release
#135If that's what they've spent the last three months working on, they've had some bad advice. I thought Pivotal were all about "just get the damn thing done" and so would have encouraged them not to waste their time.
Re: Diaspora Developer Release
#136Earlier quoted context omitted.
You obviously haven't noticed all the touches like being able to drag files into the browser to upload them (Gmail-style)
That's for super-power-users, maybe in 5 years for advanced users. If you attempt to do this with either unsupported browser or on unsupported website your browser will act very non-userfriendly, like by opening dropped file. Because of this it would be foolish and dangerous to even inform the vast majority of users of this feature. From my observation their UI is just copied Facebook UI. And my issue with this is no…
An interface can look similar superficially, while performing completely differently at the next level.
Re: Diaspora Developer Release
#137Re: Diaspora Developer Release
#138Earlier quoted context omitted.
I just downloaded and ran the project, and to be honest, I didn't see more UX work than what could have been done in an afternoon's worth of googling around for some templates.
You obviously haven't noticed all the touches like being able to drag files into the browser to upload them (Gmail-style)
Not taking anything away from the diaspora guys, I havent tried the application, just mentioning in case anyone thought drag and drop was too much of a hassle to add to their app, it can be done in a few minutes.
Re: Diaspora Developer Release
#139Earlier quoted context omitted.
What customer development program?
Sorry, terrible wording, customer development process / methodology / idea etc.
It seems to me their approach is to get power-users like HN folks on-board first. Conveniently, we are also the users who would run servers for our friends or do a startup that would do Diaspora hosting. But that's my point. If we keep seeing these alpha releases, it will loose the buzz, and it'll never reach critical mass / momentum. Eg. this release is so minimal, I really don't care. Tell me when it's 1.0.
Re: Diaspora Developer Release
#140Earlier quoted context omitted.
I'm dealing with this right now, as I'm pretty interested in Diaspora's architecture. Since Fedora (13) ships with Ruby 1.8.6, it looks like I'll be building a standalone version of ruby just for this (requires Rails 3, released a couple of weeks ago, which in turn requires ruby >= 1.8.7). Rails is a perfectly good target for this, IMHO; I'm a Python guy and would have preferred Django, but that's a bikeshed as far a…
It only took me 10 or 12 minutes to get it set up and running, but I already had a mongod running on my laptop and all 5 popular rubies installed with rvm (with most gems already installed). Still, follow the readme file, and it is fairly easy.