uServ -- P2P Webserver from IBM 150
ryantate writes: "Some folks over at IBM have been working on the uServ Project, which provides "high availability web hosting ... using existing web and internet protocols", meaning you can serve a website from your desktop and people can get at it with a standard Web browser and without special software. They claim the system, which works from behind firewalls and when you are offline (provided you can convince other peers to 'replicate' your site), is in active use by about 900 people within IBM. Here's the white paper."
bummer (Score:1)
Looks interesting. But well doesn't this undermine what admins are trying to do when they put up a firewall.
Re:bummer (Score:2, Insightful)
Re:bummer (Score:2)
being of suspicious nature I had to inquire, why a lawyer who usually wants to know how to make a word bold in word perfect needs to know about our proxy config. Well, he says, I just installed personal web server and....
No fair. (Score:4, Funny)
Everyone else doing it will just mess stuff up!
tcd004
Re:No fair. (Score:5, Informative)
Isn't this the entire purpose of the internet: a distributed, uncontrollable network allowing anyone to share information with anyone else? Don't be fooled by the scant description offered on the front page or any preconcieved notions about what distributed filesharing systems do. This isn't a client/server program like gnutella; it relies on basic internet protocols to use the dormant resources of clients as servers. Coordinating servers will be set up not only by IBM, but individual power users like the typical slashdotter-someone with a spare computer to use as a dedicated server, and enough knowledge to run it well. The dream of uServ's creators is nothing less than freeing the server side of the internet from the chains of money, nothing less than making web serving as cheap and easy as web browsing. Nothing less than the liberation of content from the hands of the powerful.
See for yourself in the document [ibm.com] by the researchers Bayardo, Somani, Gruhl, and Agrawal. Their ultimate vision is a system taken for granted by the end user in the same way DNS is now. A complex solution to a serious problem, but one so easy to use, effective, reliable, and hidden in the background that anything else is unimaginable to the end user. Think of what will be possible when we have a large, community driven, self-sufficient, unregulated section of the internet. Censorship will be impossible, even for restrictive nations such as China. Using its revolutionary peer-to-peer proxying technology uServ will be able to dynamically create tunnels and anonymous proxies as easily as it can create webpages. Today Napster can be shut down, but one million users in a hundred countries with most of their traffic completely legitimate cannot be stopped. Today political dissidents can be tracked by oppressive governments, but a distributed network with built-in anonymity and trail obfuscation created by dozens of cooperating users in different countries can guarantee anonymity. Today the internet can to a large extent be controlled by those with money and power-but a mature uServ would bring us close to realization of the internet's original vision, where everyone is equal.
Who you calling a server? (Score:2)
Were you perhaps thinking of Napster? Gnutella is about as P2P as it gets; there's no central server, and once two nodes have been introduced (e.g., at least one of them has added the other to its host list) they can reconnect even if everyone else is shut down. Granted, it may take awhile if the original network was >> 2 nodes--but it doesn't take a very large fraction of the network to self-connect within a reasonable time.
-- MarkusQ
This could be what p2p needs to make it (Score:2, Interesting)
geekword compliant? (Score:5, Funny)
Re:geekword compliant? (Score:1)
Re:This could be what p2p needs to make it (Score:1)
Hmm, that's gonna be interesting ! (Score:5, Funny)
I can't wait to see the RIAA try to sue IBM. God I love this industry ...
Re:Hmm, that's gonna be interesting ! (Score:1)
Re:Hmm, that's gonna be interesting ! (Score:2)
The RIAA is a business association, so it's more like a very large community of monkeys, the sum of all the monkeys weighting probably as much as your crocodile.
But seriously though, the RIAA is not so stupid as to sue IBM. No no, instead they would sue uServ users one by one (or simply threaten them with a couple of C&Ds). They only go after people when they're sure to win, like when they went after Napster.
Re:Hmm, that's gonna be interesting ! (Score:1)
Sounds like a ripoff of Freenet (Score:4, Insightful)
Re:Sounds like a ripoff of Freenet (Score:1, Troll)
Re:Sounds like a ripoff of Freenet (Score:5, Interesting)
On the other hand, it's not Freenet, either. Freenet is a platform which guarrantees that data is survivable (lawyer-proof) and secure. uServ doesn't seem to be concerned with either. It's primarily a way for users who aren't very technologically savvy to publish content. That's it. Useful in its own way.
BEN
Re:Sounds like a ripoff of Freenet (Score:1)
isn't that what geocities and tripod are for?
Re:Sounds like a ripoff of Freenet (Score:2, Interesting)
in this case the difference is that this works and freenet still isn't usable by any decent minority of people let alone a majority of people.
-davidu
Re:Sounds like a ripoff of Freenet (Score:2)
Of course the thing is that nobody bothered to do so sofar. As pointed out above, it is a really simple combination of what we already have. Yet it takes some creativity (courtesy of IBM) to think of doing it. That's what I find so interesting about this stuff. Everybody is so busy thinking of websites as a central thing that nobody has even considered decentralization (even though it makes perfect sense).
Re:Sounds like a ripoff of Freenet (Score:3, Informative)
...
> Of course the thing is that nobody bothered to do so sofar.
BearShare [bearshare.com] does precisely this. It's marginally useful at times.
Re:Sounds like a ripoff of Freenet (Score:3, Insightful)
Yeah, it sounds like a ripoff of Freenet, except that the transmission of data is direct instead of via intermediate nodes and the anonymity/encryption which is integral to Freenet is missing, and it doesn't just drop unpopular data like Freenet. Yeah, otherwise it's just like Freenet.
Freenet is very interesting in an abstract sort of way, but certain characteristics - e.g. anonymity and most especially data loss - severely limit its usefulness in the real world. Plus, it's not done and doesn't look like it ever will be. I don't think it can be considered "truly great" unless (a) the development team is functional and (b) the result is useful. There are better examples.
Re:Sounds like a ripoff of Freenet (Score:2)
Re:Sounds like a ripoff of Freenet (Score:2)
That's just not good enough, for reasons that have already been discussed in this article [platypus.ro] and elsewhere. Reinserting data is not only horribly inefficient but also unreliable. How often do you need to reinsert? You can't know that unless you know what else is going on that will cause old copies to drop off the end of everyone's cache, so you make a pessimistic assumption and spam the network with reinsertions...and it seems to work until someone else starts doing the same things and the caches start turning over faster and IT JUST REALLY SUCKS. Freenet is useful as a data transmission method but not as a data store, and some people want a data store. Get over it.
I'm on freenet-tech, Ian. I see how people respond when someone asks when Freenet will be finished. I know about the near-total restart when a lot of the original grand plans were found to be fatally flawed. I can almost predict the next one. You're the one who's ignorant, Ian - about what constitutes a useful system and how to provide it.
Re:Sounds like a ripoff of Freenet (Score:2)
Re:Sounds like a ripoff of Freenet (Score:2)
-If Employee A serves porn, it will also find its way to (the pc of) employee B. B has no control about this.
-Also employee B can modify the data of Employee A... oops.
-It is based on the willingness of employee B to mirror A.
-If the site of A is very popular, it must be mirror'ed much more time, but no mechanism is described for this.
Freenet has solved most of these problems by encrypting and signing the data in freenet. It distributes the data as it is requested. And i wonder if the system is acceptable if it gets more popular. Suppose you run a freenet node because you want to exchange mp3 files. You computer gets to contain: ??? (you have no control about this)
Freenet does not work (yet) as far i can see. If someone can tell me how to set up standalone node to start with. 0.4 should be able to do this, but this is very much beta now.
Both freenet and userv have not solved the problem how to find information.
Piracy issues (Score:2, Informative)
On the other hand, it may make it just that much harder for the MPAA, RIAA and co. to stop the spread of their property.
Re:Piracy issues (Score:1)
So what if it's distributed? Geocities, etc. don't go down/lag tooooo often, and their content is mostly free anyways.. The difference..? Perhaps a M$ central DB of home pages? (more) ads?
For do-it-yourself hosting, it still may have some kinks to work out.. Just my two cents..
Re:Piracy issues (Score:2, Funny)
Re:Piracy issues (Score:1)
The intent of this system is for sharing anything -- pictures, sound clips, etc -- that you want *specific* people to look at.
You share something, then you tell the person how to get to it.
(And to the person who modded the previous post "Informative" -- for shame!)
Re:Piracy issues (Score:2, Interesting)
Forget your cat for a minute and think business environment. This is IBM-developed, remember? Now think about an office project team who need to quickly and easily share documentation files, project plans and schedules.
Traditionally, the project leaders flood their teams with rivers of emails and attachments. This not only bogs down the corporate mail-servers but also guarantees that half the team will never know which is the latest version of the schedule (since half the team is always new and hasn't been added to the MList yet).
Also, traditionally, there is so much corporate politics about placing docs on an official web server that it just isn't worth the time to fight those battles while under the gun to get your project out the door. And most project managers of my acquaintence have trouble spelling html, much less writing it to fit corporate standards.
This new tool would allow "publishing" documents to a team simply by copying them to a directory on the project leader's disk/desk. There, it's done. Followed by a short, small email to the team advising that a new version of the plan or schedule is available. In fact, the most serious problem will be getting mossback project managers to try a new tool instead of continuing to send 10Mb email attachments to a list of hundreds.
While UServ will never replace the established HTML/web world and cannot hope to replace anonymous peer-to-peer transfers, there is a place for this technology. Let's not fall into the trap of thinking that a tool must replace all other tools in order to be useful.
Re:Piracy issues (Score:1)
Re:Piracy issues (Score:2, Interesting)
Good thoughts. Yes, you could use a common file server. But then you still have the problem of team member churn. Some members leave, others join. And for each newbie, you would have to remember to get server access. Which, in medium and larger companies, means pushing forms through the bureaucracy, i.e., begging for permission to do your job. And which means that, weeks later, the newbie has another password to remember.
On the plus side of a central server is the idea that the server will be backed up regularly. [Pause for laughter to die down.]
Which leads around to the question: "How often are the desktops/laptops backed up?" And the accompanying "Why master project data on un-backed-up desktops/laptops?" And here we see the joining of technologies that UServ gives. Each team member can mirror/publish to a central server box.
Another angle on this is access-mode. With a browser, your readers get read access. Your docs cannot be modified without your knowledge and permission. With a shared directory, anything is fair game. Including "accidental" deletes and over-writes. Ever lose a fifty page functional spec because some idjit on another team saved to the wrong directory? Very not fun.
So, yeah, you could use a shared directory for your docs. And you could use a shared directory for software source control. It would be simple. But would you really want to?
One little problem (Score:1)
The Raven.
Re:One little problem (Score:1)
Trust me, they'll be fine with static pages.
Re:One little problem (Score:1)
For example Slashdot, when you go to http://slashdot.org/, not index.pl, is a static page.
I would assume this sort of technology would be best used for making sure information that some parties would prefer not to be available, is always available (eg. decss code).
Re:One little problem (Score:1, Offtopic)
Really? Does it say This page was generated by a Cadre of Rabid Bruins for Webmonger (24302). for you too?
Re:One little problem (Score:1)
uServe meets Apache (Score:1)
BlackGriffen
Re:uServe meets Apache (Score:1)
I work there. It's pretty useful (Score:2, Interesting)
Re:I work there. It's pretty useful (Score:1)
I could just as easily have said "well, I don't know how to run Apache, so this userve thing sure saved my ass!"
To me it just seems like one of those things that are kinda cool, but fairly useless. But then, what do I know?
Re:I work there. It's pretty useful (Score:2)
That's exactly the point. Did you read the whole paper at all, or just count on the rest of us to fill you in?
"Another challenge, which cannot be underestimated, is keeping the system simple...[Free web hosting sites] require technical expertise, such knowledge of FTP, not held by a typical web user."
For you or me, this is an absurd idea: not know FTP? C'mon! But try working on a helpdesk some time. I do, for a small ISP and webhosting company, and believe me it's really like that. It never ceases to amaze me how many people just don't know that "the Innernet" is more than Explorer and Outlook Express (or IE, OE and Front Page, if they've got a weg site). This program is for them (but useful for the rest of us too).
The other way that uServ helped in this particular situation was the not-having-to-use-email-to-send-100Mb-attachments part. I deal w/enough people who can't understand why a) they can't pick up their email because someone sent them a 5Mb attachment (remember, these are dialup users) or b) they're mad because we won't let them send attachments bigger than 5Mb. The last thing you want is for the company's email to be held up for half an hour because there's a 100Mb attachment coming through. Again, for the ordinary user, not you or I, this is the perfect solution.
Overall, I'm impressed -- this sounds wonderful. The only thing that I can see being a bottleneck to widespread adoption, by people like my dad on dialup, is the need for a subdomain: that's something that definitely requires a techie to set up, and to get a group going. That said, maybe this is something ISPs could offer as an additional service: userv.isp.net. Given limited bandwidth over dialup, this wouldn't be great as an always-on service, but it would be a great way, as the authors suggest, to share pix or similarly large files: "You can pick them up from 7 'til 9 tonight."
Re:I work there. It's pretty useful (Score:1)
a) The comment wasn't from them it was from somone needing log files to do "debugging" (I am hoping its not your typical AOL user then). And there was no mention of email, the files came from a "co-worker" - meaning that their IT department was simply not doing their job.
b)How are they useful for us? I haven't seen any reason yet.
Anyway, my point was this - being easier to use (supposedly) doesn't make this "technology" better than a traditional HTTP server (or a free service), a service or server that's itself easier to use would fill this role. The usablity of this should be judged on it's technological merits, not how "drag and drop" the user interface is.
PS I am well aware that the majority of people cannot use an FTP program. I still do believe that the solution to this is not bypassing it, but teaching them to use bloody FTP. If the general population doesn't learn something about computers, then what you and I do is just for our own fun - which is completely fine with me. I do my job, if they (the infamous "user") want to benefit from it, they'll need to make an investment (however inisgificant it actually is). Its the 21st century, pointing and clicking should be a required skill. (a good example: the majority of people can't drive for shit - are car manufacturers to be blamed for that?)
Um.. (Score:2)
So in other words, uServe is a fix for IBM's jacked up intranet? Wouldn't it have been better to put resources into fixing their network in the first place?
Re:Um.. (Score:3, Insightful)
Sure, we can email things. But, as pointed out in the whitepaper, this uses third-party resources -- a mail server.
FTP? Ok, you teach joe computer user to ftp a file to you -- oh, where are you gonna put it? You need a server somewhere to put it on.
This thing is designed for average computer users who want to share stuff -- like pictures and log files -- but don't want to take the time to install a web server (or can't tackle the learning curve, or can't install a web server because they've got no static IP, etc, etc.)
Have a read of the whitepaper linked in the article. It's actually quite a neat idea.
SMB? NFS? (Score:2)
Well, everywhere I've worked we used SMB or NFS.
Re:SMB? NFS? (Score:1)
Using windows sharing is possible, but have you ever tried to get it working on a computer that belongs to one of my previously mentioned semi-brain-dead users? Especially if you can't actually walk up to their PC and do it for them.
Never mind the case where the file I want is on a cretin's desktop, and I'm logged into a Linux desktop that has been specifically denied access to the Windows Domain for "security reasons".
IBM's uServ seems to address this nicely -- the company sets up the uServ servers, and installs a nice application on the users' desktops. I ask the user to please "Share" the file I want, and he emails me the URL -- no fuss, no teaching him how to do anything. Seems like a good product to me...
Re:SMB? NFS? (Score:2)
Similarly they just want to drag a bunch of files to some folder and forget about it rather than having to share a folder and advertise that you have shared your folder and that it can be found at some very long, hard to remember address. That's too difficult for average users and they won't share or browse shared stuff.
Re:SMB? NFS? (Score:1)
Congratulations. Glad they work for you. But why do you assume that they will work for everyone?
In my own experience with a nation-wide network, trying to access files that may be 1000 to 1800 miles and multiple router-hops away is so frustrating that it results in copies being saved locally to avoid the time-outs. The existence of local copies, then, almost assures that they are out of date. And in our shop, the work schedules change too often to rely on out of date information.
A few replies (Score:2, Interesting)
Sure, in my earlier example we could have moved the data in question using existing channels, but you'd be going from three different platforms, three differnt OSes. Not only that, but a lot of people don't have things like SSH installed. SMB is kinda WinTel based, which doesn't help me much. NFS has lots of fun things like UDP. Add firewalls into the mix (because we're going between development, support, and customers) Did I mention dynamic IP's? And proxies?
Granted, I'm not a big Java supporter, and would prefer a SSH/SCP tunnel, BUT, when I needed the data fast, this was a HELL of a lot easier than setting up a more traditional method. Have you noticed the shift towards "Web Services" in the software world? It's not because doing everythin of HTTP/HTTPS ports is the best way, but because damn near everyone has a solution in place to allow that sort of traffic to flow. uServ simply exploits that.
Oh, about our "jacked up Intranet": Yes, it can be "jacked up" but it's a lot better thought out than any other place I've been. Even the parts running Token Ring. (ewww...)
Cool. (Score:1)
Re:Cool. (Score:1)
The encryption is for access controls? (Score:1, Interesting)
How does this protect your privacy? While freenet [sourceforge.net] uses encryption to protect your privacy, ibm uses it to grant or deny access; therein lies the rub, ie.. commerical entities only code for commercial and government interest, while non-commercial entities have better motivations and their code's functionality relfects it.
BTW, is this released under the GPL? If so, take the best of this or add a layer of encryption to it so that it provides the functionality of privacy as does freenet.
--turn on your freenet nodes, we've won the war!
P2P Replication (Score:1)
This is Great! (Score:1)
Freenet is nowhere near what this sounds like guys, much as we like the underdog. What is amazing about this is that it relies on already existing infrastructure. I don't want to have to be: running a Freenet node, wait 20 seconds for a 5 k html file to load, and then be dependent on the page being a frequently requested (and thus stored) page. Freenet works best for large, popular files, because the search time then becomes negligible and you are ensured that the file you want will be available. This sounds great for Bob to host his site without worrying that it will disappear if nobody but him reads it, but also if it turns into the next Hamster Dance, he doesn't have to shell out thousands of dollars for bandwidth costs.
I use Freenet, but I recognize its limitations. It unfortunately is not the tool for dissent that people hoped it would be, because unpopular files are hard to find.
Not very P2P (Score:1, Insightful)
So, let's see what the IBM thingy does... hmm, well, it serves web pages (check), provides dynamic DNS check (check), and it distributes the load to other boxes, after you manually set it up to do so (check).
Sure, the slick interface is a value-add, by I don't really think of this as Peer-To-Peer [openp2p.com]. It'd be a lot more interesting if it automatically distributed the load, replicated the most accessed content, etc.
Re:Not very P2P (Score:1)
What happened to the Java thing? (Score:1)
(On the bright side, P2P seems to be the only one of the stupid X2X acronyms to actually catch on - the combinations of Bs, Cs and 2s were getting pretty obnoxious)
JXTA, I think (Score:2)
Personal Web Server (Score:2)
pretty old... (Score:4, Funny)
Kind of stupid. (Score:5, Interesting)
If this were a freeware/shareware/open source P2P web hosting program, I'd be thrilled. In fact, I would already have a web page up on it, because I've been looking for just such a solution. But a closed source program that I have to pay a subscription fee for, with a larger fee if I want its fullest abilities? Compared to a hosting service that wants a subscription fee but doesn't take up my internet connection or bog down my computer with continuous server processes, this "P2P Web Hosting (Subscription) Service" is just reinventing the wheel by making it a triangle.
The whole thing just seems... kind of stupid.
Not stupid (Score:4, Interesting)
The central server (i.e. admin server and dynamic DNS service) could be very low cost - something like the cost of dynamic DNS, which can cost from $0 to $25 per year. Someone like TZO.com could easily offer this (they do a good dynDNS service already).
The reason this is better than a free hosting service is that you don't subject your readers to adverts, and you can host whatever content you want. The one thing that's missing from this is dynamic load balancing - if you could have 100 other sites replicating a popular open source software site, and have people automatically connect to a nearby low-load site, this would basically *solve the mirroring problem*. If you can make the creation and use of mirrors completely automatic, the non-corporate Web can easily scale to much higher volumes than today, without having to make mirrors visible to the user.
This does take up more of your bandwidth than central hosting, but that's the whole point of P2P - if this is a problem, apply rate limiting in the web server or the network. Most people use a lot more downstream bandwidth when surfing, so all you need to do is to reserve some bandwidth for upstream ACKs and upstream email - the remainder can be used for P2P serving without problems.
Open source hosting is very reliant on Sourceforge and on people paying for web hosting services - it would be great to see it scale through the application of standard protocols and some smart software. Freenet is a much more radical approach, of course, with some interesting features, but it requires a new client or that someone hosts an HTTP to Freenet gateway - probably both approaches will fit into different niches.
Re:Not stupid (Score:2)
Re:Not stupid (Score:2)
Re:Kind of stupid. (Score:2)
If this were a freeware/shareware/open source P2P web hosting program, I'd be thrilled.
My apologies if I'm reading you wrong but.... does this mean that you think it's wrong to illegitimately use unlicensed "boxed" software, but that to use shareware in the same way is okay?
Re:Kind of stupid. (Score:2)
Actually, you kind of are reading me wrong. In the context of my post, the problem I had with uServ was the subscription fee. The white paper states "We believe the uServ service can therefore be profitably offered for a small yearly fee". That seems counterproductive to me. For one thing, it isn't the good alternative to free hosting services that it pretends to be, because it isn't free. That's like saying that Adobe Photoshop is a good alternative to freeware photo editors that have ads in them. Obviously, Photoshop wouldn't be, because it isn't FREE, and the reason people put up with freeware programs that have ads in them is because they cost absolutely nothing. Also, with a subscription service in place, uServ isn't anywhere near as up-front as shareware. With shareware, you test it, you pay for it once, and then you own it forever. With subscription services, IBM could just wait until it had a large user base and then decide to up the yearly subscription fee by a very large number, leaving you either with IBM or right back in the wasteland of free hosting services or desperately trying to host your site off your cable modem.
In short, I just don't see how a service that makes you pay a subscription fee while taking up your bandwidth and your overall computer speed at the same time is so much better than either putting up with a free hosting service and its ads or just paying for hosting through a web hosting service. Without being free like the majority of P2P file-swapping services are, I just don't see how uServ has an edge over its more traditional web hosting competition.
Re:Kind of stupid. (Score:1)
These guys have only slightly hinted at it being possible to charge a miniscule amount for the service, and Slashdot readers are up-in-arms about evil subscription costs. Chill out a bit -- let's wait to see an internet (as opposed to intranet) implementation before complaining about fees.
It really seems to me like the IBM researchers *want* the free dynDNS services to add this to their service offering, which would make it a free service.
I was actualy thinking of a system like this... (Score:2)
IMO, the web model of content distribution kind of sucks. Interesting sites that draw a lot of traffic die because they don't have enough bandwidth. or their content isn't 'profitable' enough.
But on the other hand, isn't this just a stripped down version of Freenet without the protection? Of course, giving how sluggish Freenet is on the current internet, maybe that's the only way to go.
The holy grail, I think would be a system that still allowed interactive/dynamic content. Imagine a distributed
Re:I was actualy thinking of a system like this... (Score:1)
The concept is that average-joe can "serve" a file to his friends, without needing to understand how to install or configure a webserver. And he doesn't need to know his IP address (or even what an IP is).
Re:I was actualy thinking of a system like this... (Score:1)
That's news to me - i've never been firewalled off anything (well, there was that time that *my* firewall wouldn't let me access anything, but that's my fault).
Australia doesn't have a national firewall. Thank you for playing, please try again.
Re:I was actualy thinking of a system like this... (Score:1)
Anyway, I like your site ;)
Where's the SOURCE?! (Score:3, Insightful)
I guess that "billion dollars spent on Linux" must be going towards buying IBM execs bigger leather chairs and fine art to decorate the hallways.
If they want the advantages of Open Source community, they ought to try being part of the community. Lameness.
Re:Where's the SOURCE?! (Score:3, Funny)
Apocalypse 2010 (Score:1)
In the future, the Internet will be destroyed by what is known only as the Slashdot Effect® [slashdot.org]. The Second Dark Ages will begin and the world will be imitate the world of Dark Angel [darkangeltheseries.com].
Luckily, a hero [keanunet.com] from the future has come to the past, obtained a job at IBM [ibm.com], and created uServ [ibm.com]. Slashdot [slashdot.org], you have met your match.
-Rufus [georgecarlin.com]
Similar to my Reptile project. (Score:4, Interesting)
The major difference is that we are reusing existing P2P protocols and will provide bindings for JXTA, Freenet, Jabber, etc.
Content is syndicated in between nodes as XML (RSS, etc). An index is kept of all the content so you can run local searches. Actually we use Hypersonic SQL so you have a very FAST in-memory index of all this stuff.
Users publish information into the system by adding a item to their local weblog. Remote users can subscribe to this channel and will receive updates via the P2P layer.
We are also working on a reputation, and distributed public key authentication model. This is obviously very tough and we have been working at it for a while...
Hopefully we will have another release out soon.
Anyway.. check it out! [openprivacy.org]
Vague description (Score:1)
If I see one maggot, it all gets thrown away -- My Girlfriend [nhdesigns.com]
OT: your girlfriend (Score:1)
With Netscape 4.79 on Win98, the only thing that you see is the navigation buttons on most of the pages. A quick examination shows that she is improperly closing her table tags using <table> instead of </table>
Horray! (Score:1)
"Hey guys! I'm going to post a plug on slashdot -- wanna replocate me?" -- this I'm sure won't get a lot of "Sure!" responces...
Otherwise great way to set up mirrors in a hurry.
Re:Horray! (Score:1)
Cool (Score:1)
solution in search of a problem (Score:2)
The real working business model is, well, web hosting: you pay someone to keep your content on-line. You get reasonably predictable uptime, bandwidth, and services (PHP, etc.). It's not very expensive, you know. You even get it for free if you accept advertising on your pages.
And the tools to support web hosting and migrate your data are already there: you can use "rsync" to keep your local site in sync with your web hosting service. For really high-end applications, you can replicate the data through a commercial service like Akamai.
Use QoS (Score:2)
Re:solution in search of a problem (Score:2)
It makes even less sense on an intranet than it does on an extranet. On intranets, files usually live on file servers, and that's where most intranets already provide web access. Most machines on intranets are also rarely turned off.
Finally, bundling rsync in a user-friendly package is a lot easier than inventing a completely new service.
Freenet without the overhead? (Score:5, Interesting)
Frankly, there are a few things inhibiting Freenet's popularity when compared to Gnutella and Fasttrack (Is that still running?).
1. High learning curve: Trying to figure out how to search for freenet keys is a bit of a challenge, especially compared to typing in "Matalika" in a Morpheus or Gnutella search window and getting dozens of relevent matches from Lars and co.. You don't have critical mass until you have the morons.
2. Difficult install: I have yet to see a Freenet implimentation that didn't require an attendant JRE install of some kind. Worse, it also frequently entails setting up Java class paths, a task that can confuse even Java developers from time to time. Then a user must understand that he usually has to use his or her browser to access Freenet. There is no 'Freenet' icon to point and click.
3. Difficulty of sharing: It's possible to make entire web pages available via Freenet, but if a Freenet user is firewalled for any reason, it really harms him in terms of being able to participate in the sharing.
4. Unpopular data doesn't propogate: Because the most popular data is shared and replicated most frequently. Warez and mp3s show up, but things like dissident and political theories, text files, and more personal data are lost... even to those who might be interested. (Oddly, Hotline is still a very good place to find these sorts of things. IRC fserves, as well.)
From what I read of the white-paper it looks like this project, or an open-source project very similar to it, could solve these problems and still acheive many of Freenet's goals.
Maybe the OSS community should look into something like this... a moron-safe, web-based file sharing project for the masses that ignores anonymization and encryption in order to gain a more critical mass. Better yet, because of the similarity between the two projects, once the sharing infrastructure was in place, it could accept a Freenet plugin, or vice-versa.
Just an idea...
Re:Freenet without the overhead? (Score:1)
Re:Freenet without the overhead? (Score:1)
Re:Freenet without the overhead? (Score:2)
Re:Freenet without the overhead? (Score:3, Insightful)
I'd be interested to know first how, in general, how one can create any type of p2p tool without having to fear legal problems because what users share might be copyrighted in some countries. Has the MPAA / RIAA ever said anything on that topic? The most popular stuff will probably be copyrighted music and videos. How do I, as a developer, avoid that my tool gets used for that type of content? Why do I have to provide solutions for that 'problem' in the first place? Why don't they go after Joe X. who shares movies on IP w.x.y.z? Whenever I create something easy to use, I must fear to get punished for it. Where are Hillary Rosen's suggestions, she was the one to ask p2p developers to work together with content right owners. This isn't some technical detail, it's the very core problem.
Re:Freenet without the overhead? (Score:2)
The current 0.4 snapshots are very impressive, and once a few final bugs are resolved 0.5 will be released.
Try GNU Compiler for Java... (Score:2)
By installing a version that's been compiled to native code using a tool like the GNU Compiler for Java [gnu.org] (GCJ)? Truth is, I haven't tried this, but it has the potential to work, since it provides a libgcj which implements the runtime, which could presumably be statically linked if you really cared about one file more or less.
How do you install a C app without first installing libc?
By installing a version that's been statically linked to a version of libc? Besides, libc is present on "all" systems, and is only a single file, so doesn't quite present the issues that installing a JRE does. A JRE is an independent program that has to be configured correctly in order to be able to run, it's not simply a file that has to be present.
You can't reasonably deny that requiring a JRE to run on top of does create extra distribution hassle which can translate to a barrier to entry for users.
Interpretting whitepaper from wrong perspective (Score:3, Interesting)
When your company has 300,000+ employees, communication can be difficult sometimes, especially when it comes to sharing files. uServ allows you to allocate a semi-permanent "address" for asyncronous access of data, which cuts through several layers of beurocracy (requesting webspace, etc). Lotus Notes doesn't quite cut it for this type of usage..
The point is not to anonymously share MP3s.
Name clash (Score:2)
IBM obviously didn't check Google before naming their project. GNU userv [greenend.org.uk] got there first (in 1996).
Knowledge Management and Distributed Components (Score:2, Interesting)
I found the most interesting part of the paper in the underyling Vinci [www10.org] component infrastructure. It focuses on speed and protocol extendability for distributed applications in a (trusted) Intranet environment.
mailto:frank@fraber.de [mailto], www.fraber.de [fraber.de]
test (Score:2)
Re:I wonder.. (Score:1)
What this is is a distributed webserver designed for use behind firewalls, on corporate intranets. It's functionally closer to Freenet than Morpheus, and probably closer to a load balancer than it is to either one.
Do you read me, pooky?
Re:I wonder.. (Score:1)
Egads. An AC with a glimmering of understanding. Whatever next?
Solaris is cool!! (Score:1, Insightful)
Re:Only important question... (Score:1)