Security Concerns Paramount After Early Reviews of Diaspora Code 206
Stoobalou writes with this excerpt from Thinq.co.uk:
"Following the release of the source code for the Diaspora social networking platform, hackers and tinkerers the world over have been poring over the code in order to improve, enhance, and otherwise help the project in its attempt to unsettle Facebook. Sadly, the current opinion is that the code just isn't up to scratch. While the team clearly stated that 'we know there are security holes and bugs' in the code that was released, it's possible that they weren't aware of just how many show-stopping issues there are — issues which make it hard to recommend that you roll your own Diaspora server just yet."
This isn't necessarily a bad thing (Score:5, Insightful)
It might encourage the workers on Diaspora code to work harder for security. I mean, even if you think you have every security hole plugged, until you open that code up to the world you won't really know. So what, there are many more security bugs than expected. That's fine, delay the release a little bit and start patching.
Unless this completely discourages them to the point that they turn emo and start lying in the dark crying, I'm pretty sure they can fix this and still release.
And that was to be expected (Score:4, Insightful)
It's not a bad thing though, as long as people are willing to constructively collaborate on the project.
Re: (Score:2)
Re: (Score:2)
Re: (Score:2)
Most college-level kids don't have experience coding a secure, distributed social networking site from scratch, and wouldn't be aware of all the potential snafus and pitfalls. In fact it's likely that they haven't written ANY software that is going to have enough traffic that security becomes a critical issue, and I doubt any college courses would focus on that in particular.
I don't see how that could possibly be considered a jab at anyone.
Re:And that was to be expected (Score:5, Interesting)
It's too bad there's so many problems with this project...I was really looking forward to a good alternative to Facebook.
If only there was some kind of development methodology where these issues could be discovered early on and addressed by those that do have the necessary experience...alas, I forget myself—such a thing is and shall forever remain unattainable fantasy.
I guess we should just be glad they published the source code so the facts are out and we can all agree: the only path forward is to toss the whole idea.
Re: (Score:3, Insightful)
It states very clearly that this is ALPHA code. It's a bit too soon to formulate opinions on if its useable, right?
Re:And that was to be expected (Score:5, Informative)
Re:And that was to be expected (Score:5, Insightful)
Re:And that was to be expected (Score:5, Insightful)
Am I missing something here? This is the way it should work, and the true strength of open source. Assuming they have the skillset to address the security issues found, I just don't see an issue. This isn't release level software yet, and I would expect that anyone putting up such a site based on it would publish that fact. I'm pleased that they are getting such great input on key security flaws.
Re: (Score:2)
Re: (Score:2, Insightful)
Re: (Score:2)
And your point is??
Learning is part of the experience we all share. Nobody learns to write perfect code, with no security holes in it, from the beginning.
The biggest problem with experience is that we tend to forget where we came from, and the big errors we've made in years past, or worse, we don't even know of the big errors we had early on, because we don't use that code any longer so the holes were never plugged.
Who here thinks that High School Standout can play professional Baseball right away? You don
Re: (Score:2)
FWIW, my take-aways on this topic are:
After all, "good judgment comes from experience, and experience comes from bad judgment."
Re: (Score:2)
Exactly true. Experience is something you don't get until AFTER you need it.
I have checked out the Alpha, even though I am not a fan of facebook or social networking. It's always worth playing with new OSS stuff, because you never know where the next really good project (or even really good idea) will come from. It takes a lot of "almost good" attempts to make one that is good.
Re: (Score:2)
I think people forget that it's open source, so it's easily modified.
Able to code, and spot a vulnerability? Fix it yourself!
Re:And that was to be expected (Score:4, Insightful)
Re: (Score:2)
and? They could fork it.
Re: (Score:2)
I think people forget that it's open source, so it's easily modified.
It's "easy to modify" but not "easy to modify" and make sure that you don't break other things or introduce bugs. That is unless all the open source software you deal with is extremely trivial in nature.
Able to code, and spot a vulnerability? Fix it yourself!
Because all users are programmers, right?
Re:And that was to be expected (Score:5, Insightful)
Seriously, a bunch of kids from NYU... what did you expect?
I don't know. What do you expect from a 21-year old kid from University of Helsinki? Personally I don't believe anyone expects much from it but nowadays you have the entire IT world being carried by a pet project made by a little Finnish kid from University of Helsinki.
Is this also the case? I don't know, really. Yet, I hope it is.
Re: (Score:2)
You have to wonder where Linux would be today if Torvalds had tried to commercialize it instead of releasing it into the wild at such an early stage of development....
Re: (Score:3, Insightful)
I don't know. What do you expect from a 21-year old kid from University of Helsinki? Personally I don't believe anyone expects much from it but nowadays you have the entire IT world being carried by a pet project made by a little Finnish kid from University of Helsinki.
Is this also the case? I don't know, really. Yet, I hope it is.
You know, there was a bit of code there before Linus started. Linus's pet project was one of many many people's pet projects.
Sometimes I question calling the operating system GNU/Linux, but when people imply Linus wrote the entire OS, I see why people press for the recognition to everyone who contributed all the free code.
Re: (Score:2)
As a kid at NYU doing compsci who knew these guys (not well but we had classes together), I can say that at my internship is where I learned what it was truly like coding outside of small scale and you do learn a lot about things you would not have otherwise accounted for.
Re: (Score:2)
I would expect better from a bunch of "kids" that were given $200,000 to make the site. [kickstarter.com] I think most of
Re: (Score:2)
Like everyone else, they're never going to be able to completely address security. I suppose the goal should be to eliminate any glaring flaws and stay on top of things for as long as the platform is being used. But people are going to always reveal flaws as quickly as they can be patched. Being open-source doesn't provide any inherent level of security simply because anyone has access to the code.
If anything, it's only a matter of time before we see a fork. Someone is going to decide they can do without ce
Re: (Score:2)
These aren't small holes, these are major show stoppers. It's currently possible for anyone using the site to do anything they like to someone else's profile.
If you're designing a portal you need to design it to be secure. Otherwise when you start reworking the code to secure it the code gets messy.
It sounds like they've been designing this thing as they go along, not the best way really.
Re: (Score:2)
It might encourage the people working on the code to work harder - or it might mean they run out of money, energy, and interest and Diaspora becomes another piece of abandoned FOSS code.
If there are so many glaring security holes from the start, it sounds to me like they have accomplished nothing but a basic mockup. How long can they delay the release while they refactor & rewrite? While they implement the many features they haven't completed? While they do thorough security testing, which will possi
Re: (Score:2)
Re:This isn't necessarily a bad thing (Score:5, Insightful)
Is anyone actually surprised that a bunch of Ruby developers can't write secure code?
No, but then I wouldn't be surprised if you substituted Python, Perl, Java, or C for Ruby in that statement. The proportion of programmers who can write secure code is a relatively small proportion of the number that can write code in any language.
That's one of the reasons why, as I said in the last story, I am more interested in the protocols than in the implementation. A set of standard protocols for social networking (ideally built on top of XMPP) would allow lots of different implementations, which would reduce the damage that could be done by a flaw in one of them.
Re:This isn't necessarily a bad thing (Score:5, Insightful)
A great big helping of THIS. It is insanely difficult to write really secure code in any language. (Although it's harder in some than in others).
Look at Postfix -- it was designed and written specifically with security in mind by one of the world's foremost experts on TCP/IP security, and it STILL has had security bugs. If a hacker god like Wietse Venema [wikipedia.org] has security bugs in his code, what chance do mere mortals like us have of writing secure code?
This is something that has to be tackled on multiple levels -- in library code, at the compiler, at the operating system, and even in the language itself. Modern languages have garbage collection that prevents (most) memory leak issues; we need a similar language-level mechanism to address common security issues. Perl's taint mode is a definite step in the right direction, but there needs to be more research done on language-level security features.
Likewise, we have static and dynamic code checkers that highlight problematic code; while there are some for security, we need more/better tools in this area, and more importantly we need to teach young programmers to actually USE them, or better yet build them into the compiler so you HAVE to use them.
After how long? (Score:5, Insightful)
After a few months, a big project has bugs? Really? That's amazing! After all, Windows has been around for only 20 years and it's perfect, right?
I think I'll reserve judgment for sometime in 2012...
Re: (Score:2)
The time when you did security by making sure you've dotted all the i's and crossed all the t's should be long over. Anything built now should have some clear security layers that prevent input validation attacks, cross scripting attack, database injection attacks and so on. The application may be unfinished but most of those errors sounds like it'll be a steaming pile when it's done too.
Re:After how long? (Score:5, Interesting)
It looks like they've only focused on the front end so far. I was expecting an architectural prototype with a thin front end (in which case security should be baked in from the start). Instead they've only focused on the user interface, which pretty much makes this project pointless so far.
Re:After how long? (Score:5, Interesting)
Re:After how long? (Score:5, Insightful)
Yeah, they've only focused on the "fun stuff." Or rather, it sounds more like their purpose was "Facebook's so annoying to use. Let's make one that works like we want!" without really caring about the backend stuff. Maybe they assume that the "open source community" will do all the backend stuff for them -- even though they're the ones getting paid?
Or possibly, that they are smart enough to recognize that having "something" to show possible investors (and more importantly, current investors) is worth a great deal more than a framework that can't be demonstrated.
Don't get me wrong -- I really, *really* hope that the security model gets implemented well in Diaspora, and they don't get destracted by "ooh, shiny!" syndrome. But expecting them to go to folks who have given them money -- people who likely know even less about security than these college students -- and say, "This mystery code will work, it's really better, we just can't demonstrate it," is unreasonable.
Prototype first, then refine. Bugs happen, just fix them and move on. It looks like they're on their way to me. If you (or others) think you can fix these bugs or fundamental flaws in their security model, talk to them. You might just find yourself a job at a potentially big startup.
Re: (Score:2, Interesting)
Re: (Score:2, Interesting)
Perhaps they put some effort into the GUI to establish a brand image of sorts before the Open Source Community got their hands on it, wouldn't you? They got Paid because they had the initiative to start it, that's how it works.Also, the amount they got paid is kind of representative of the amount of demand out there for an alternative to Facebook - So
"Facebook's so annoying to use. Let's make one that works like we ALL want!"
FTFY...
They announced they would release a semi-working version's code, and that's exactly what they did. Their "mission statement" has a large emphasis on s
Re: (Score:2)
Don't diss the interface.
The open source landscape is littered with elegant backends with totally unusable interfaces, a good interface is not a trivial exercise.
They did a solid start on the part that they had talent and interest for, then went to the community. I'd say that they are doing it right.
Re: (Score:2)
Instead they've only focused on the user interface, which pretty much makes this project pointless so far.
Unless, of course, one of their primary goals is to attract more users, in which case a well developed, well tested UI is probably one of the most important parts of the project. After all, 90% of social networkers (number out of my ass) probably judge software based on "How easy is it to click what I want?"
Now that doesn't mean they should neglect the back-end code, however, if they are trying to raise awareness of their product and make it more attractive, then I would think having a nicely developed
Re:After how long? (Score:5, Insightful)
Not if it's anything like every big project I've worked on.
First, projects go through a phase of "how can we do this" where various components are mashed together with the expectation that things will work later. That's a good thing to do while gathering initial funding.
Then they go through the phase of "we can do this" where some parts of the project work, but most is broken.
That's followed by the "demonstration" phase, where things work under perfect circumstances. That seems to be where Diaspora is at now.
Next is the "we can do this well" phase, where the once-connected components are split up and divided into their appropriate layers and security is locked down, now that there's a clear idea of what the security model must support.
Finally is the "continued development" phase, where the project is stable enough that new components don't need major changes to security, and extra features can be added.
I've had a few projects that started with the frameworks and various layers of abstraction, and they've invariably failed after many refactorings and revisions. Heck, one project I worked on was a web-based game engine, which turned into a giant security model, and finally died without a single line of actual game code written. It took eight months to fail miserably. Projects change, and requirements change. Going into a security model too early can be worse than not having one.
Re:After how long? (Score:5, Insightful)
Re: (Score:2)
Re:After how long? (Score:4, Funny)
Yeah, students with no real-world big project experience should all just get jobs with large companies and stop trying to be innovative until they've spent a few years updating comments and doing bugfixes in other people's code.
After all, no one has ever gotten ahead in computers by jumping into a huge project they had no experience in while they were young. They need to wait until they're in their 40's so they have enough experience and then start a small project.
Security problems in pre-Alpha code? The whole project is obviously a failure and should be abandoned. What idiots they are for trying!
Pre-alpha (Score:2, Informative)
Re: (Score:2, Interesting)
Yeah, we used to call this level of code a functional prototype. Build the features that let you test you concepts and ideas. Get as many eyeballs on it as possible. Not all of the defects, holes, changes, bugs, etc.
Now take that information, go back to a blank slate, and start coding towards a v1.0 release.
What I've seen of the Diaspora code, and what I've seen others post about it tells me this is definitely in the prototype / conceptual release phase. It's called a Pre-Alpha for a reason.
Re: (Score:2)
I may be wrong, and I usually am, but Dispora has no chance.
If you usually are wrong, then it's probably that they have a chance here!
Facebook is the big player right now, but that doesn't mean it's going to be the leader forever. You can easily be a member of more than one social networking site at a time, and all it takes is for a site to come along with a cooler interface or set of features, a few people to move to it, their friends join too, then their friends, etc, and eventually everyone could end up on the new site and FB slowly dies. It's already happened wi
Good thing it's free... (Score:5, Insightful)
Okay, I have no horse in this race, as I only have a passing interest in online social networks (enough to read the article, but not enough to join one), so I am not very passionate about this news in one way or another, but...
Isn't that why it's called pre-Alpha software?? I mean, bugs happen. In open architectures, you fix them. If this were a closed software project, you wouldn't even know about them. If there were endemic, critical flaws inherent in their underlying assumptions going into this project, then that would be news, but "oversold Alpha software contains bugs!!!" is hardly worth noting. Being free software, many eyes will ensure that the Beta version is better, presumably.
Re: (Score:2, Insightful)
If this were a closed software project, you wouldn't even know about them.
If this were true, no independent researchers would ever be able to find security holes in things like Windows or Adobe products. Having access to source code is a nicety but the vast majority of security holes aren't found staring at source code it's by poking around at the binary.
Re:Good thing it's free... (Score:5, Informative)
Re: (Score:3, Insightful)
I think the point was that, if this were a closed project, no one would have acess to anything yet-- not the source, not the binary, nothing.
This was not intend to be a secure release or a complete release. This was the first release of an open source project, just to say "here, we have something, so let's get started.". If you expected to be rolling your own diaspora server right now, then you really didn't understand what was going on.
Re: (Score:2)
This was not intend to be a secure release or a complete release
An empty project has no features, and the desired result is lots of features, so having half features at the half way point is expected; but an empty project has no security holes, and the desired result is no security holes, so if there is a hole at the half way point then something has gone wrong.
Re: (Score:2)
If I bring my car to the garage to have the tires changed, it starts with four tires and the desired result is four tires. If somewhere halfway it does not have four tires, has something gone wrong or were they just actively working on it.
If you tell me you've ever started a software project that DIDN'T have any security issues halfway, then you lie.
Re:Good thing it's free... (Score:4, Insightful)
If you expected to be rolling your own diaspora server right now, then you really didn't understand what was going on
Exactly. Like much of the dumbed-down "news" we're subjected to, this is just a little more sensational nonsense.
Breaking news! Infants can't grasp quantum physics. Are they stupid? You decide!
The little coverage I've seen sticks strictly to usability ("aspects" and this very early revision of the UI) . If that's all they built, I wouldn't bother criticizing the more difficult areas of security, scalability and reliability (that's not to say one shouldn't report bugs). Since hearing of the project I've assumed that these problems may be something these kids are looking for others to pitch in. Releasing the code isn't a bad way to get other people to start working, and as we've seen that actually worked out well, significantly multiplying the number of contributors to the project.
Diaspora, done right, is not a weekend project. Doesn't help that these naysayers are too immature to seek positive reinforcement.
Re: (Score:2)
and by that time facebook will add some more features and get up to a billion registered users
Re: (Score:2, Insightful)
The problem about this is that many of those types of flaws have been well known about and well publicised for many years now (and many high profile sites have had widely publicised exploits ecause of them).
However, there are now many standard practices which seasoned/experienced programmers/developers/system designers use to mitigate most of those issues (Hell, whilst I may have some issues with Ruby on Rails, with the current release I believe you'd have to explicitly allow unescaped HTML into your pages)
Re: (Score:3, Informative)
Protocol, not code (Score:5, Interesting)
I'm more interested in the protocol than the code. If the protocol is vulnerable to attacks/fraud then it is a show stopper.
If the ruby-web-stuff-code contains bugs and security holes, I'll just write my own (read: wait for someone else to do it).
I couldn't find any relevant info about the protocol in TFA. Am I missing something?
Re: (Score:2)
It doesn't look like they started out by documenting any new protocols (which is probably what I would have worked on first if this were my project). From the code it appears they've mostly focused on the user interface.
They also could leverage something like XMPP.
Re: (Score:3, Insightful)
Flashback to my game dev days: "Never mind if it works, make it spin!"
I guess they're not locked into a death march yet, but it's not a good start. "Pre-alpha" bollocks aside, you've either got a zero defect mentality, or you don't. Since nobody forced them to release in this state, it l
Re: (Score:2, Interesting)
Decentralization on the other hand, means broadcasting information to multiple parties, in this case your friends. A protocol can be designed to be P2P, but you cannot prevent any
Diaspora marketing (Score:4, Insightful)
Re: (Score:2)
If I'm not mistaken, identi.ca is a microblogging platform, not a full blown social networking platform. So, while Diaspora goes directly against the main area of investment where major multinational corporations are heavily dedicated, which has a profound impact on humanity's views on fundamental rights such as the right to privacy, identi.ca is designed to only offer a very specific and limited service which is currently seen as a novelty. To put it in other terms, while Facebook alone racks about 800 m
Re: (Score:2)
Because a lot of people have their eyes on Diaspora for a variety of reasons. This is not just a test of Diaspora but also Kickstarter which is the fundraising site they used to get the money to make this project. They went on Kickstarter and proposed to write "Diaspora - the privacy aware, personally controlled, do-it-a [kickstarter.com]
Horse before cart (Score:5, Insightful)
Again, a project that was way overhyped before any code became available.
Re: (Score:2)
Of course cart before the horse. Whatever.
Re: (Score:2)
This shouldn't be looked upon as a 'bad thing'... (Score:4, Insightful)
Yes, I understand that any security vulnerability is a bad thing. In that merit this is a bad thing. BUT...
These are people fresh out of college, and haven't gotten a lot of real world experience. I, myself, am only out of college by a year and a half. The first year was spent as a sys admin, but the past 6 as a developer. They have probably heard of some types of attacks, but are unfamilier with details. Others, if they are like me, they haven't even thought of. All of this comes from being "in the trade".
This is why Open Source is good. It can rapidly increase a programmers competency if they get constructive criticism. It sounds like they are getting plenty of that, but the article kinda makes it sound like the should know all this.
I, for one, am glad they are doing this, and that they have decided to release some code early for review. Not only will it allow bugs to be fixed early, but it will also give them lessons for future use.
Re: (Score:3, Insightful)
My point is, then obviously new they were inexperienced and that the code would have numerous problems. That's why the article said only the die-hard fans with blinders on would try to set this up and be subject to the security holes.
What I'm trying to say in my post is that since they knew there were problems, they went ahead and released the code so others can look. This is one of the great strengths of open source. If you know you have problems in your code, you can release it and have others look ove
Re: (Score:2)
Can you do better? If so, are you going to be contributing to the project?
Re: (Score:2)
Jobs never was a programmer. Torvalds had help from other experienced programmers and Gates didn't single-handedly write all the software Microsoft put out and also hired experienced programmers. So I'm failing to see what analogous situation you are trying to build.
Symptom of a closed development model (Score:2, Insightful)
Re: (Score:2)
I can't think of any open source project where it was completely community designed/programmed from the beginning. Most communities don't care enough to do that, bicker too much to do that, would have way too many different ideas to do that, etc.
I can be corrected, of course... but aren't most open-source projects started with just a couple people?
This isn't a symptom of closed or open development model. This is a symptom of young, inexperienced programmers who, frankly, it seems don't really even care ab
Questioning the Whole Concept (Score:3, Insightful)
So, they started from scratch whipping up a solution that's potentially huge, with programmers that apparently aren't that experienced.
I question how intelligent this approach really is.
My solution would have been: Take a standard XMPP server, use its capabilities in the area of code stability, pubsub technology, server-to-server communication and properly documented communications protocol (as an RFC), and just write a javascript-based client (based on jQuery and strophe.js for example) that uses it. Any common server like ejabberd would be perfectly able to handle the stuff they need, no server-side coding required at all. As a bonus, the code has already been tested for security and has fewer bugs due to being out in the open for much longer.
Additionally, it would be trivial to have competing implementations. They already exist.
Re: (Score:3, Informative)
If you think XMPP is only about instant messaging, you haven't looked into the protocol at all. I'm actually on facebook, so I know very well what's required for a direct competitor.
Here, let me help you with the spec on pubsub via XMPP [xmpp.org].
In other words: Maybe you should brush up on just what this XMPP is all about before you comment.
Re: (Score:3, Informative)
Oh come on... (Score:2, Insightful)
BURN THE WITCHES
Version 0.0.0.0.1 of something more complicated than "Hello world" released along with huge warnings that it is not ready for production and people are shooting the entire project down. It has had 4 people working on it, now they've stuck to their word and opened it at the time they said they would. Why is this news surprising or bad? Why is it even news?? People have found gaping holes, said people will close gaping holes - that was the whole point of it being open wasn't it?
“If you've been on the Diaspora mailing list, there are people who are clearly not security professionals who are asking each other, 'OK, what do I need to do to get this running because I hate being on Facebook,'” he said. “They are going to get burned in a very serious manner very, very quickly if they actually succeed in doing what they're trying to do.”
(screams int
Re: (Score:2)
There is something to be said for wasting the summer and wasting the enthusiasm. Had they opened it from start it might have turned out differently.
Of course, it also might have turned into design by committee marathon flame war. We'll never know.
What is readily apparent to me after getting a seed up and running this week is that these guys are not the web devs to lead this effort. I predict another effort will pick up steam. Maybe GNU social, although that's in a pretty bad alpha state right now also.
Th
Re: (Score:2)
Maybe because it's hilarious to see a bunch of people who claim they are going to dethrone Facebook and give us this highly-secured social networking framework but instead that it is full of amateur-level security issues?
Call me old-fashioned... (Score:4, Insightful)
Each one of the coders probably thinks the other coders are responsible for security, because it's nobody knows exactly what the other modules actually do. It's not written down anywhere.
To be fair, this isn't the only system I've seen like this... and kudos to the team for sticking their code out where everyone can see it. I'm sure that there are similar problems in many widely-used systems, but since they're closed source, we can only guess about the details.
But how does it compare with the alternatives? (Score:4, Funny)
So in other words, yes, it's a little bit worse than Facebook at this point.
Why Would You "Roll" off a Developer Release??? (Score:4, Insightful)
Umm... Am I missing something here? Why would you set up your own Diaspora server using a Developer's Release? It's in development, as in not ready for prime time yet. There might be too many security issues for it to go live in October, as is scheduled, but if the open source community gets behind the project, that could easily be overcome.
Unfortunately, this seems to be the catch-22 of many open source start-ups: You need outside developers to help you work out the bugs in your software, but when you publish your development software, everyone beats you up for all the bugs they find in it.
Stop criticizing and start coding.
Open Source Best Practices (Score:3, Insightful)
It is excellent that security analysts have taken the time to investigate this code base. I think Eben Moglen made a very strong case for the value of this project, and the voluntary efforts by global security researchers is extremely valuable to the long-term health of Diaspora. Getting security people involved early is a Very Good Thing.
issues which make it hard to recommend that you roll your own Diaspora server just yet
Well, yeah. It is brand new pre-alpha code from a small team. If you are going to run brand new pre-alpha code from a small team on a network connected computer, it would be best to know about things like tripwire, process monitoring, traffic monitoring, and chroot, just for starters. You should probably be running it, if anywhere, on a sacrificial box that you can kill remotely. If you are considering running highly experimental code, you should either know how to handle it or know your limitations (I know I don't know enough to run this code in the wild).
Some products, like OpenBSD, start with high security as job one. Perhaps such projects can be somewhat trusted in their early state (though they will likely be deficient in other important areas). Others start with other prime motives, and should not be so trusted in the early days. The key value of Open Source is not that it is perfect in all critical areas on the first day of publication. It is that it can be collectively enhanced to become very strong in all areas over time. The first step in that process is publishing the broken stuff so the global system of experts can get together for a barn raising.
In short, this is exactly how it should work. This is not a sign of weakness but a significant step forward on the Open Source best practices road.
It's got potential (Score:2, Interesting)
How to clean up the code (Score:2, Funny)
Yes but... (Score:2)
Summary of article and comments (Score:4, Insightful)
Article - A Pre-alpha release of the User Interface has security holes. For some reason this surprises people, and those who do know better are acting shocked, despite the fact that compiling "#include " by itself can be considered a pre-alpha release and that they have no idea about the project path.
Comments - Since I wouldn't have started with the user interface, this project is a failure. Stupid kids with no real-world large project experience can't do anything. The money they raised is completely wasted, even though we've no idea how much of that they've actually spent, with 4 programmers living in NYC working on this, they must have spent the $200,000 on gold plated Ferraris. They are not following my formula for creating large successful social networks (my current success rate: 0/0), therefore it is worthless. Trying is the first step towards failure.
Remind me never to show a work in progress on Slashdot.
Taken (Score:3, Insightful)
To me the real story here is how four students with no real skills or experience managed to convince people into giving them $200,000.
Of course their code is going to be utter rubbish, they are uni grads with no experience, discipline, standards, or any of the myriad other factors that are required to make rock solid code. It sounds like they don't even have a documented protocol to work, and I'm guessing that means there's nothing in place for inter-communication with add-ons or third party code.
Even if you assume they worked mainly on the front-end, that's seriously only a week or so of work for four developers, especially when so much has been cribbed from elsewhere.
I'm expecting a delay to their release to fix the major obvious flaws, massive security concerns, and a lacklustre launch of a product no-one really needs that much. If Facebook is so bad that you have already removed your account, or haven't subscribed yet - then you might be a contender for this product. Most others will simply stay where their friends all are - because that's the whole ********* point of a social network.
Never underestimate the power of inertia.
Give'em A Break (Score:5, Insightful)
It's not any dumber than two college dropouts in Cupertino building a personal computer in their garage or some lone crazy finish student making his own OS.
Budgets considerably larger than $200,000 have been spent on software projects written by professional programmers that don't run at all.
Re: (Score:2, Funny)
Re:Freetard fail (Score:5, Interesting)
Yeah, but it will be like email is now. People won't need to run their own servers. They will be able to pick from a variety of free diaspora hosts who get their revenue from ad dollars and harvesting your data (and that of your friends, who might host their own diaspora node at home, or on another service), and then we will be free of facebook's horrible privacy violations, and be in a new universe of less accountable companies with even worse problems.
I can't wait, diaspora, here I come!
Specialized servers offering ad-free accounts (Score:5, Informative)
Re:Specialized servers offering ad-free accounts (Score:4, Interesting)
But as I understand it, an end user does not necessarily have control over where their information is routed/stored. So if there are a few rogue server managers out there acting the way FB does today (selling personal info as a source of revenue) then every member of the user base will (potentially) be affected.
Please correct me if I'm wrong, because I'd like to be wrong about this.
Re:Specialized servers offering ad-free accounts (Score:4, Insightful)
All actual data like messages is (supposed to be) encrypted. So the rogue seed can see your network or parts of it but should not get anything else.
My understanding is from a quick glance, it would be awesome if the developers would document things a bit more and lay out the design and roadmaps properly.
Re: (Score:3, Funny)
Re:Freetard fail (Score:5, Insightful)
Something doesn't have to convince every user just to succeed. To me, Diaspora represents everything RIGHT with the FOSS community. Collaboration on software that, on its own, would never survive. However, with people working together on it, they can increase its usefulness (and increase their own skills, which by proxy would improve any future projects they worked on.) Diaspora is a grand experiment, one that I hope works out.
I fail to see how working with people dedicating their time and knowledge can be seen as a bad thing.
Re: (Score:2)
Maybe not every user, but it does need to convince everyone I want to know and I just don't see Diaspora doing that. Facebook, after ~5 years, has 500 million users, and it's steadily been growing by 100 million users every 160 days. [wikipedia.org] That's huge, and unless Facebook really messes up, I mean messes up to the point that it's on the nightly news and 20/20 saying how horrible they are so every grandma that doesn't read
Re: (Score:3, Insightful)
I do not make predictions about diaspora, too early for that.
I have been suprised by the reported problems, esp. with html injection.
Diaspora seems a rails app.
Rails, like most web frameworks, takes precautions against such injections, and IIRC even basic tutorials mention those, so an unskilled coder that RTF tutorials ought to avoid those.
So I guess they released very early and the code and protocol will have to be massaged a lot. Changing the code is trivial, the protocol is a bit more delicate.
It's also
Re: (Score:3, Insightful)
Re: (Score:2)
It's being judged so harshly probably due to the all the hype about how it's going to be unseating Facebook, etc. If you are going to hype yourself that much any misstep is going to be hounded on mercilessly.
Re: (Score:3)
What worries me is that from the sounds of it that there is so much wrong that they will miss their deadline of the october launch if they do it right and address the show stoppers before release (Ubuntu-itis perhaps?) If they make the deadline and it sucks it will fail. If they miss the deadline by a couple months or more, the hype will be gone and Diaspora will be tossed aside.
I honestly hope they succeed. I use facebook and I like it, however the endless amount of drivel I see (and have to ignore) plus