Stories
Slash Boxes
Comments

News for nerds, stuff that matters

Slashdot Log In

Log In

Create Account  |  Retrieve Password

Nullsoft's Waste: Encrypted, Distributed, Mesh Net

Posted by CmdrTaco on Thu May 29, 2003 02:32 AM
from the p2p-gets-more-and-more dept.
Myriad writes "Nullsoft, makers of the venerable Winamp MP3 player, released today a secure, distributed mesh-like networking protocal and platform called Waste. This v1.0 beta release uses RSA (key based) and Blowfish encryption for security, and features Instant Messanging and group chat, along with file browsing, searching, and transfer. Waste has been released under the GPL, with source and binaries available here."
+ -
story
This discussion has been archived. No new comments can be posted.
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
 Full
 Abbreviated
 Hidden
More
Loading... please wait.
  • Hmmm.... (Score:4, Insightful)

    by leviramsey (248057) on Thursday May 29 2003, @02:36AM (#6065670) Journal

    AOL Time Warner (IIRC, owners of the second biggest recording company, not to mention one of the major recording studios) owns Nullsoft, which releases a program that the RIAA and MPAA will undoubtedly call a tool whose sole purpose is to illicitly distribute copyrighted works....

    A cliche regarding:

    • a left hand
    • a right hand
    • and a lack of knowledge

    ...comes to mind.

    • Re:Hmmm.... (Score:5, Informative)

      by glob (23034) on Thursday May 29 2003, @02:57AM (#6065753) Homepage Journal
      "undoubtedly call a tool whose sole purpose is to illicitly distribute copyrighted works"

      uhh, waste is for small workgroups only ..

      WASTE is a software product and protocol that enables secure distributed communication for small (on the order of 10-50 nodes) trusted groups of users.
      it's not about p2p file sharing, rather it's a colaborative tool.

      sure, you could use to to share illegal stuff, but it's really no different in that respect to email, icq, whatever.

    • Re:Hmmm.... (Score:5, Insightful)

      by Daniel Phillips (238627) on Thursday May 29 2003, @07:23AM (#6066516)
      AOL Time Warner (IIRC, owners of the second biggest recording company, not to mention one of the major recording studios) owns Nullsoft, which releases a program that the RIAA and MPAA will undoubtedly call a tool whose sole purpose is to illicitly distribute copyrighted works....

      That was a joke right? And the moderators who marked it "interesting" and "insightful" really meant to mark it "funny", they just hit the wrong button, right?

      In fact what we have here is a first cut at a secure distributed network presence system, something that would allow you to run an icq-like network between people you trust without being spied on by a central server. There are many reasons why one would want this: maybe *you* just want to trade copyrighted files, but *I* want to communicate securely and efficiently with my associates.

      As for why AOL lets Nullsoft do things like this, I suppose the choice is either to let them work on what they want to or lose the talent. What Nullsoft is doing is the best thing for the net, and so is the best thing for AOL in the end.
      • The Right Hand Knows (Score:5, Informative)

        by fm6 (162816) on Thursday May 29 2003, @10:35AM (#6067964) Homepage Journal
        In fact what we have here is a first cut at a secure distributed network presence system, something that would allow you to run an icq-like network between people you trust without being spied on by a central server. There are many reasons why one would want this: maybe *you* just want to trade copyrighted files, but *I* want to communicate securely and efficiently with my associates.
        Besides which, this software isn't particularly useful for illicit file sharing. For that you need a way to get into contact with strangers who happen to have a copy of the file you want to download. The encryption features would actually seem to work against that.

        Also, this is technology that might be very useful to AOL. AIM's big drawback is that it's not very secure, and really shouldn't be used for sensitive corporate communication. (Though the engineers at my last employer used it anyway.) AOL could persuade people that are already using AIM for free to upgrade to WASTE in order to secure their communications. Not to mention the other features.

        We Await Silent Trystero's Empire!

  • Interesting (Score:5, Insightful)

    by harikiri (211017) on Thursday May 29 2003, @02:39AM (#6065679)
    I haven't yet spotted any cryptographic "reviews" of this yet, but it certainly looks like an appealing platform to work with.

    Going through the documentation, I found this:

    From here [nullsoft.com]

    Note: It might be worth implementing WASTE using a subset of SSL, to avoid any concern of flaws in this protocol. Feedback is gladly accepted on any potential weaknesses of the negotiation. We have spent a decent amount of time analyzing this, and although we have found a few things that are not ideal (i.e. if you know public keys from a network, you can sniff some traffic and do an offline dictionary attack on the network name/ID), but overall it seems decent. The current implementation probably needs work, too.

    Which suggests to me that it isn't worth rushing out and developing application with *just* yet, until further reviews have occured (and the protocol has matured/evolved).

  • Five minutes later (Score:5, Interesting)

    by Jacer (574383) on Thursday May 29 2003, @02:41AM (#6065684) Homepage
    I read the article and immediately got excited. I downloaded all of the software and had it all setup and working within a few minutes. As of right now I'm living in an apartment and have no practical use, but on Monday I'm moving into my dorm room to start my summer class (bleh!) Anyway, I think this is so wonderful! I've been thinking about a secure network computing solution for my three computers when I'm at school. I have my server, workstation, and my laptop that I'd like to tie all together. The leading choice was vpn, but after playing around with this, I do think that running on my server and having the three of them connect to it, and maybe a few of my friends computers on campus, we can create a very nice, effective, small, and secure lan. Then again, after five minutes I haven't decided if the whole reinventing of the wheel is worth it. I'll probably try it out, and setup a vpn server too, and see which I like more.
    • VPN is better if you're a gamer...

      Once you've set it up for a firewall, the f/w effectively vanishes inside the VPN. A friend and I struggled with firewall configs for years tweaking for the game of the day. Enter VPN, and now we have a private TCP network without firewalls. Any game supports that, no reconfiguration required.

      The other thing is that it is built into w2k (my gaming platform of choice) and XP (friends platform). This means you can be up and running after reading some quick instructions on setting up the server, your shares (properly!), forward one TCP port (yes, only one) from your firewall to desktop, and that's it forever.

      Add an uber-IM like Trillian, and that's all you will ever need.
  • by rmlane (589573) on Thursday May 29 2003, @02:43AM (#6065693)

    Designed for small groups of people (up to 50)

    It allows easy colloboration across firewalls, and only one user inside the firewall is required to allow all users inside access to the mesh.

    Each link is encrypted, but each message is decrypted and re-encrypted at each hop of the mesh, so you have to trust all of the nodes. It's also very hard to drop a node onc it is trusted, as each node shares public keys around to make sure all nodes have all public keys. Initial connection to the mesh requires manual key exchange. PITA, but moderatley secure.

    All network traffic is encrypted, it will flood each mesh link with a minimum amount of bandwidth to foil traffic analysis.

    • Key exchange (Score:5, Interesting)

      by yem (170316) on Thursday May 29 2003, @05:48AM (#6066182) Homepage

      "Initial connection to the mesh requires manual key exchange. PITA, but moderatley secure."

      IIRC, key exchange is where most encryption schemes fall down. If this ever takes off I'd guess 99% of users will trade keys over plain ol unencrypted SMTP.

      Nice summary though - this really does look interesting.


  • by BitHive (578094) <teamlol@NOSPam.gmail.com> on Thursday May 29 2003, @02:44AM (#6065695) Homepage
    That's W A S T E, not 'Waste'.
    • by IntlHarvester (11985) on Thursday May 29 2003, @03:28AM (#6065847) Journal
      Above post was not at all offtopic. Crying of Lot 49 is a good nerd book, so go read it.

      In the book, W.A.S.T.E is an underground postal system that allowed people to exchange messages without the authorities finding out.
      • And I doubt that's a coincidence either considering that's exactly what the protocol seems to do.

        Now I've never read the book, but I'd say in an underground postal system every person in the system has to be trusted. Much like this protocol -- each node in the network needs to be trusted.

        You have to build your own little underground network with a few trusted friends. This reminds me a lot of the pirate BBS days ... if you wanted access to the 'private' or 'elite' (we didn't use such silliness as 31337 ;) file sections, you had to know the sysop.

        This system allowed for only quality 'warez' files because everyone who was allowed to trade files had to be trusted, and therefore they weren't going to damage their reputation by sending crap like you get on P2P nowadays like incomplete packages or stuff that said it was one thing, but really was another thing. Back when trading pirated software was more like a gentlemen's agreement and not the 'o-D4Y \/\/4R3Z!!!!' crap pimply-faced teenagers with nothing better to do do today.

        On the other hand, one has to think, 'Who needs it?' Most of us who were in that community back then have merged in with the Open Source community today and if we trade software at all it's with a CD burner over a cup of coffee. ;) OTOH, maybe this is just the thing for people like us.

        Just a thought...

  • Is Groove doomed? (Score:4, Interesting)

    by misuba (139520) on Thursday May 29 2003, @02:49AM (#6065726) Homepage
    Resolved that: Gnutella aside, this technology is really a direct shot at Groove Networks, the company founded by Ray Ozzie of Lotus Notes fame to sell P2P-derived technology to small and large business.

    Discuss.
    • by reaper20 (23396) on Thursday May 29 2003, @03:30AM (#6065854) Homepage
      If

      a) Groove was actually used by anybody and
      b) It wasn't such horrible software

      then I would say yes. Unfortunately Groove is a solution looking for a problem, and how many people get excited when you hear "designed by the guy that designed Notes."
  • 1337 (Score:5, Funny)

    by houston_pt (514463) on Thursday May 29 2003, @03:13AM (#6065801) Journal
    Listen port
    Listening on port 1337


    Somehow I think this is a very well chosen port... ;-)
  • by Isosonys (589846) on Thursday May 29 2003, @03:18AM (#6065823)
    Did nullsoft do this to thumb its nose at Aol? It was released May 28th 4 years after Aol paid a nice sum to buy Nullsoft.
  • by malakai (136531) * on Thursday May 29 2003, @03:29AM (#6065853) Journal
    put on your conspiracy hats...

    Think of it this way, these guys know probably better than anyone else NOT on the AOL IM team, just how much of IM conversations are monitored, logged, mined for information, media metrics...etc.

    Not to mention, they work in that environment, they prolly want to be able to say "god damn, our executive VP is a bitch" and not have some network engineer provide a log documenting that conversation later.

    Yeah, i wish it scalled, but wtf, its opensource. Go make it scale. For now, 10-50 is plenty for most groups of online friends.

    Personally, I'd loved to see technology like Pastry [microsoft.com] get hacked into it.

    -malakai
  • Linux port ? (Score:5, Interesting)

    by theefer (467185) * on Thursday May 29 2003, @03:33AM (#6065861) Homepage
    How many minutes before we can see the first Linux port (it works under W$, FreeBSD and MacOS X) ?
    • Re:Linux port ? (Score:5, Interesting)

      by Kompressor (595513) on Thursday May 29 2003, @05:12AM (#6066100)
      Closer than you think...

      I haven't used C in 3 years and I managed to get it to compile with a bit of hacking. As for stability, your guess is as good as mine...

      diff -r waste/Makefile.posix waste_port/Makefile.posix
      4c4
      < RSAOBJS = md5c.o nn.o prime.o r_random.o rsa.o
      ---
      > RSAOBJS = rsa/md5c.o rsa/nn.o rsa/prime.o rsa/r_random.o rsa/rsa.o
      7,8c7,8
      < CXXFLAGS = -O2 $(DEBUGFLAG) -pipe -march=pentiumpro
      < CFLAGS = -O2 $(DEBUGFLAG) -pipe -march=pentiumpro
      ---
      > CXXFLAGS = -O2 $(DEBUGFLAG) -pipe
      > CFLAGS = -O2 $(DEBUGFLAG) -pipe
      diff -r waste/connection.cpp waste_port/connection.cpp
      771c771
      < if (::getsockname(m_socket,(struct sockaddr *)&sin,(socklen_t *)&len)) return 0;
      ---
      > if (::getsockname(m_socket,(struct sockaddr *)&sin,(unsigned socklen_t *)&len)) return 0;
      diff -r waste/listen.cpp waste_port/listen.cpp
      85c85
      < int s = accept(m_socket, (struct sockaddr *) &saddr, (socklen_t *)&length);
      ---
      > int s = accept(m_socket, (struct sockaddr *) &saddr, (unsigned socklen_t *)&length);
      diff -r waste/srvmain.cpp waste_port/srvmain.cpp
      31c31
      < #include "md5.h"
      ---
      > #include "rsa/md5.h"
      diff -r waste/xfers.cpp waste_port/xfers.cpp
      812c812,814
      < if (!RemoveDirectory(s)) break;
      ---
      > // The below seems to be from the win32 API. I'll just comment it out and hope it doesn't break anything.
      > // Jordan R. Urie
      > // if (!RemoveDirectory(s)) break;
  • AOL Time Warner... (Score:4, Interesting)

    by tolarianacademy (580638) on Thursday May 29 2003, @03:41AM (#6065886) Homepage
    ...owns Nullsoft, (as already mentioned by leviramsy) but an interesting theory had been presented to me, suggesting that AOL Time Warner has for some time been planning to trump Apple's iTunes store. Maybe they are planning to power such a service with peer networking? I have never beleived this personally because AOL Time Warner would just as soon want to have everyone surfing from the same servers anyhow, and a decentralized system would only tax their bandwidth more. Maybe...maybe they will release such a service that utilizes both p2p transfers in combination with traditional server-to-client transfers, and maybe use it as an advertising platform for AOL, giving AOL users better functionality, or maybe even restricting server-to-client transfers to AOL users once the service becomes popular. Does anyone else think this idea is bogus? I find it hard to beleive, but I can't figure out how else Nullsoft could be /allowed/ to create this new service.
  • by cyberm_acc (676979) on Thursday May 29 2003, @04:10AM (#6065980)
    I'm suprised no one has mentioned the obvious. This is a terrible blow to the RIAA and the all the people who have been trying to sue filesharers into oblivion.

    There are two uses I see for this:
    There are going to be groups of people dedicated to one theme, for example, Horror Movies, or Horror Movies with mutant bees, sharing all their Horror Movies, you will need a certain ammount of Horror Movie Uploads for Downloads and noone will ever be to know you had Queen Bee 1-3.

    If you replace Horror with new release you get lots of small miniDonkeys, many interconnected and unstoppable.

    I'm convinced this is a revolution in filesharing because it solves the two biggest Problems filesharing has, crappy downloads and getting sued.
    The downloads will be of really good quality beacause you will be sharing with friends of people you know from chatting and if the put crap in their upload directory they won't be one of your cirle of friends much longer.

    Getting sued is obvious, noone will be able to tell what you are doing (the might be able to guess that all those people on cable are not running a vpn yet) as just your circle of friends know. There is still the possibility that one of your friends is a traitor but i would call that a rare chance.
  • by Anonymous Coward on Thursday May 29 2003, @04:50AM (#6066064)
    Is it called wasted ?
  • WASTE is something that is indeed very useful for small company or teams (especially dispersed teams) in larger organizations. In many places one or another IM system is being used to communicate with team members. Over ICQ or AOL contracts and employment conditions are discussed, remarks about contractors and clients are passed etc. That is a huge security leak if you look at it from a certain prospective, especially for some profiles of companies like small consulting firms with employees regularly using clients networks. WASTE is a simple to use and free method of closing that leak.

    I know at least two small companies that should adopt WASTE immediately and I would advise them to do so. One is a PR company with 2-10 people offices around Europe, where ICQ is frequently used as a discussion medium. Other is a small consulting company. Someone eavesdropping on their ICQ chats could seriously damage both of them.

  • Oh darn. Looks like they used some homebrew crap for their bignum stuff.

    Common LibTomMath is like a billion times faster [not to mention very well tested]....

    Plug plug plug!

    http://math.libtomcrypt.org

    Tom
  • by NerveGas (168686) on Thursday May 29 2003, @11:33AM (#6068395)

    While on the surface, this might seem like a reinvention of IP tunnelling and VPN's, there are a couple of important features bundled in that set it apart:

    1. It turns each node into a router. While you can establish a VPN with other tool kits, you still have to enable and configure the routing manually.

    2. It's entirely user-land - it's a standalone program that a user can plop on their machine and be on their way.

    The best part about it is that you can get through firewalls. The worst part about it is that you can get through firewalls.

    Most people are pretty polar in their opinions of firewalls, with most of those people seeing them a fascist mechanism to control what they can see. In some (perhaps most) cases, that can be true. However, firewalls are much more than that: They can (and often are) used to protect YOU, the clueless end-user, from the other bad people on the Internet.

    After I clear out counters on firewall rules, it's not uncommon to see 10-20 (sometimes more) incoming attacks within 5 seconds.

    So, this will be great for letting people browse the web from work. On the other hand, it will expose them to propagation of worms and attacks which would have otherwise been caught by the firewall.

    Is this a good program? Overall, I think that it's a good thing that NullSoft created it. We simply need to realize that with all of the benefits it brings, it will also bring a few negatvies with it.

    steve
  • Found a Mirror (Score:5, Informative)

    by Anonymous Coward on Thursday May 29 2003, @05:16PM (#6071503)
    while perusing the winamp forums, I found a mirror:

    waste installer [blueyonder.co.uk]
    waste source [blueyonder.co.uk]
    • Re:I have to ask.. (Score:5, Insightful)

      by kliment (627259) on Thursday May 29 2003, @02:47AM (#6065719)
      I think this is meaningful, as it is an ad-hoc way of creating aa VPN. Also it would probably be faster if a few of the nodes have fast connections. If your friends don't see a reason behind this, then maybe it is not meant for your circle of friends. About the anonymous issue, note that Freenet already exists and works to handle that problem. This is meant to address a completely different issue
    • Re:I have to ask.. (Score:5, Insightful)

      by Motherfucking Shit (636021) on Thursday May 29 2003, @02:50AM (#6065728) Journal
      What's the point? If you can only connect to people who's key you have, and if only people who have your key can connect to you, this is going to be a pretty private thing.
      Exactly, privacy is what it's all about. People tend to forget (or not realize to begin with) that every bit of chatter they send to one another on AIM goes through AOL's servers, every message they send to their buddy on MSN Messenger passes through Microsoft's servers, etc. Waste gives you the ability to conduct reasonably secure conversations and chat. Sure, it's not as geeky as running your own private IRC server wrapped in stunnel, but hey, the easier crypto becomes, the better.

      The next time you want to have a chat with a friend, but you don't exactly want the contents bouncing all over the internet in plaintext, this looks like the perfect application. Reminds me somewhat of a program called SIMP [winfosec.com], which is a minimalistic Blowfish-ized IM program.
      • Re:I have to ask.. (Score:4, Informative)

        by GMC-jimmy (243376) on Thursday May 29 2003, @04:12AM (#6065984) Homepage
        If your not scared of Beta software, there's an IRC client that supports encryption for queries and even channel messages. You do have to share your key with whom ever you want to be able to read your messages however.

        It's KVirc 3 over at www.kvirc.net [kvirc.net].
        It's primarily writen for KDE/Linux but they also have a pre-compiled Win32 stand-alone.
        • Re:I have to ask.. (Score:5, Informative)

          by spectral (158121) on Thursday May 29 2003, @04:49AM (#6066062)
          Eh, yes it does. Otherwise I'd have a lot more connections open while talking to people than just the one single connection to AOL's server. Hence the 'direct connect' button, which then DOES establish a direct connection to the server. Also, ICQ now uses modified versions of the AIM protocol(s) anyway (or at least, can run on them), so all ICQ traffic prolly goes through the servers too.

          I bet the other networks are the same. MSN, Yahoo, etc. Direct connections are a bit slower to start up, and a bit more of a security risk, since you now know the other person's IP address.
    • Re:I have to ask.. (Score:4, Insightful)

      by junklight (183583) <markNO@SPAMjunklight.com> on Thursday May 29 2003, @03:10AM (#6065786) Homepage
      The problem that we have here is that this network is NOT for piracy and therefore a lot of slashdot readers cannot see the use for it. Think instead of people working together - a workgroup as it where. For example why pay rental fees on an office when you can have a virtual one using tools such as this? Now I am not sure how great this tool is for that right not (I'm guessing - first release - not very) but I am sure it will come if people start using it.
      • Re:I have to ask.. (Score:4, Informative)

        by Anonymous Coward on Thursday May 29 2003, @03:25AM (#6065839)
        But you're also right, it won't gain wide acceptance unless there's easy way to connect to the "network".. I just opened the "Network status" dialog, and what do I type in?
        There is no network. The goal isn't "wide acceptance". This isn't another way for you to get your mp3s, porn, whatever. Front page of the site, emphasis added:

        WASTE is a software product and protocol that enables secure distributed communication for small (on the order of 10-50 nodes) trusted groups of users.

        WASTE is designed to enable small companies and small teams within larger companies to easily communicate and collaborate in a secure and efficient fashion, independent of physical network topology.

    • Re:Gnutella (Score:4, Funny)

      by localghost (659616) <dleblanc@gmail.com> on Thursday May 29 2003, @02:55AM (#6065746)
      No, Ferrero [ferrero.de] makes Nutella [nutella.de].
    • Re:Gnutella (Score:5, Informative)

      by MacJedi (173) on Thursday May 29 2003, @03:02AM (#6065763) Homepage
      Yes, they did. However, AOL didn't like it and got it shut down within the day. Then someone (Justin Frankel?) leaked the source and the rest is history.

      /joeyo

        • Re:Gnutella (Score:5, Interesting)

          by JeffSh (71237) <jeffslashdot AT m0m0 DOT org> on Thursday May 29 2003, @10:30AM (#6067922)
          deadbeef is justin frankel for anyone who is interested. same guy who did winamp, really a great software guy.

          the reason why winamp 3 sucks so much, is because it's written by some other guy. justin isn't even in the credits of winamp3 .. sad

    • Re:Gnutella (Score:5, Informative)

      by Magila (138485) on Thursday May 29 2003, @03:05AM (#6065774) Homepage
      Indeed, here [slashdot.org] is the original slashdot story. Of course AOL quickly ended development at nullsoft, it lived on after the protocol had been reverse engineered and others picked up where nullsoft left off.
    • by CrazyJim0 (324487) on Thursday May 29 2003, @05:04AM (#6066085)
      I think hundreds or thousands of coders thought of this shit, especially when Napster got shutdown.

      I personally came across it when removing a section of my P2P anti hacking designed for Diablo 1 to be secure even without a central server.

      Interestingly enough, I was going to call my Gnutella: Dumpster

      Which is cool they're naming their software: Waste

      Lets see how it turns out
      • by elwinc (663074) on Thursday May 29 2003, @10:15AM (#6067797)
        I believe the name "Waste" is a references to Thomas Pynchon's novel "The Crying of Lot 49." In the novel, W.A.S.T.E is either a hoax or a secret system for communication, and (might) stand for "We Await Silent Tristero's Empire." Here's a little quote:

        "Last night, she might have wondered what undergrounds apart from the couple she knew of communicated by WASTE system. By sunrise she could legitimately ask what undergrounds didn't....[H]ere were God knew how many citizens, deliberately choosing not to communicate by U.S. Mail. It was not an act of treason, nor possibly even of defiance. But it was a calculated withdrawal, from the life of the Republic, from its machinery. Whatever else was being denied them out of hate, indifference to the power of their vote, loopholes, simple ignorance, this withdrawal was their own, unpublicized, private. Since they could not have withdrawn into a vacuum (could they?), there had to exist the separate, silent, unsuspected world."
    • by misuba (139520) on Thursday May 29 2003, @02:56AM (#6065749) Homepage
      Winamp 2.9 is the latest release of the Winamp 2.x codebase, which takes most of the good ideas that went into Winamp 3 and codes them back to an API free of excessive abstraction. It's been out for weeks, if not months. Check your facts before posting.

      • by UniverseIsADoughnut (170909) on Thursday May 29 2003, @04:21AM (#6066003)
        Hey good their working on the old series, which would show they accept the issues of the 3x series.

        I know many people do feel the way I do, talk to most people who have tried 3.0 or even go to their website and see people bitching about it. Winamp is the most used player in windows, second only to WMP, though I wouldn't be surprised if more used. To stop trying to make a decent product and ignore the problems will cause them to loose their marketshare and thus make them worthless, not a very good business model if you want to be around to do other things like protocols.

        Also I don't think many people care about this protocol, sure the paranoid types might, but this is very much something most people could care less about.

        Also I in no way have said they are obligated to do anything. I was just pointing out how they have gone from something good to complete crap. I don't belive companies own anyone anything unless there was some deal which requires them to.

        I doubt it was done in spare time, if it was employees doing something it was during work time, and if there are things that need to be done to your product you don't have "free time" . Free time is when there is nothing you should be doing.

        Nullsoft is a company. Time is money for them. Users are money for them. Being a company that gives product away for free, the balance of keaping them is huge. If no one goes to your sight and clicks on ads and so forth they are done.

        One last thing, they haven't fixed jake shit. winamp 3 is broken, go to their sight, winamp 3 is what they are advertising. Making updates to an older product is not fixing. To be fixed means they got all the issues sorta out with 3.0 .
    • Re:Beep! (Score:4, Funny)

      by millwall (622730) on Thursday May 29 2003, @03:02AM (#6065766)

      "[...] It makes noises on keyboard/mouse input :-) [...] it is 'cute' enough to impress my girlfriend."

      Where do you find a girl that could be impressed that easily? No need for fancy restaurants or expensive gifts, just type on your keyboard and she goes mental.... nice!
    • by Farley Mullet (604326) on Thursday May 29 2003, @03:12AM (#6065796)

      +4 RTFA [nullsoft.com]! more like it.

      And I blockquote:

      WASTE is a software product and protocol that enables secure distributed communication for small (on the order of 10-50 nodes) trusted groups of users.
      So this isn't really a thing like gnutella. It's an enterprise product. As other posters have noted, it could conceivably be used to share (AOL-TW) copyrighted works, but that doesn't seem to be anywhere near it's main purpose. Heck, AOL is probably releasing the core technology as OSS to get the community to shake it down for bugs, in anticipation of releasing a commercial product built on top of the protocol. Kinda like how Apple has worked on open source technologies like zeroconf, and released commercial products like rendezvous built on the technology.
    • by malakai (136531) * on Thursday May 29 2003, @03:22AM (#6065828) Journal
      I don't know, are you a troll?

      Try searching on 'GNU General Public License' Einstein.
      /*

      WASTE - connection.cpp (Secured TCP connection class)
      Copyright (C) 2003 Nullsoft, Inc.

      WASTE is free software; you can redistribute it and/or modify
      it under the terms of the GNU General Public License as published by
      the Free Software Foundation; either version 2 of the License, or
      (at your option) any later version.

      WASTE is distributed in the hope that it will be useful,
      but WITHOUT ANY WARRANTY; without even the implied warranty of
      MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
      GNU General Public License for more details.

      You should have received a copy of the GNU General Public License
      along with WASTE; if not, write to the Free Software
      Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
      */
    • by tamagen (181519) on Thursday May 29 2003, @07:29AM (#6066550) Journal
      You need at least one other client running somewhere.

      You both need to enter each other's public key into your client to get started. This step shows that you "trust" one another.

      Anyone else who wants to join your "network" must also enter one of your existing network members' public key into their client and have that existing member enter the new user's public key into *their* client. This step automatically makes the new person "trusted" by all the other members of the network - the important part is that you don't have to explicitly swap public keys with EVERYONE - just with one member of the network. The client does the rest once you connect to the network - see below.

      Now, to get started and initially connect to someone's machine, enter their hostname or IP address (not their "username") into the "Network" window. This primes your client - it will then discover all it needs to know about the other members of the network, since by default, each client will be broadcasting discovery information (usernames, hostnames, public keys).

      The "Browser" window shows all the users in the network, but currently ONLY if they are sharing one or more files. So, get each person who joins the network to share at least a test file so that they will always appear in everyone's "Browser" window.

      Right-click on any names in the browser window to start interacting with them.

      HTH