Slashdot Mirror


Freenet's First Employee

An unnamed reader writes: "The Freenet project's first employee started work today. Oskar Sandberg, one of Freenet's core developers, will be working full-time on Freenet for the next two months, his living expenses being paid for by donations to the Freenet project. Freenet has come a long way in-terms of usability in the last few months, Oskar will initially be working on the next major release, 0.4, which will bring significant performance, security, and usability improvements to Freenet. The original announcement is here." (And here's where you can sweeten the pot, too.)

154 comments

  1. Big Question and Waiting for the Big Answer by Anonymous Coward · · Score: 1

    Why is this "News for Nerds, Stuff That Matters"?

    Freenet already had employees in the form of
    volunteers, so what's the big deal?

    Not waiting in anticipation because I know this will moderated downward.

    Thank you.

    1. Re:Big Question and Waiting for the Big Answer by TooTallFourThinking · · Score: 1

      That's easy. Because they have a full time person working on the project in conjuction with all the volunteers. Unless the volunteers are jobless, they don't have all day to commit to Freenet. Now they have a full time person dedicated to the project.

      That's the deal. Something new has happened on an interesting project. Or at least a project of interest to some in the Slashdot community. Why shouldn't they be informed?

  2. Some practical questions by Anonymous Coward · · Score: 1

    Assuming it is a good thing they have an employee, I have some practical concerns...

    • To whom will Oskar report? Himself? Isn't he likely to give himself large raises, promotions, and the like?
    • Will Oskar be the only one at the company picnic?
    • Does Oskar have to call himself if he's too sick to come to work?
  3. Important step by Anonymous Coward · · Score: 3

    Freenet isn't the type of thing that your favorite Big Above-The-Law International Corporation would want to invest in.

    The fact that donations can make this happen really demonstrates the desire for people to have, finally, a Free Net.

    1. Re:Important step by Drone-X · · Score: 1
      I have no idea what "TANSTAAFL" stands for. HELP ME
      I had to look it up myself but it's in the Jargon File.
    2. Re:Important step by adalger · · Score: 1

      TANSTAAFL

      The fact that donations can make this happen demonstrates that the people who want a Net badly enough will pay for it, allowing hundreds of times more people to use it for Free. This is going to be the new textbook example of the free-rider problem.

      --
      -- Robert Bunn, gun-toting neo-Nazi anarchist redneck freak
  4. Re:He's working full-time on this? by Wakko+Warner · · Score: 1
    || (parallels)

    Um, do we get to throw Napster users to the lions?

    --
    Forget Napster. Why not really break the law?

    --
    "Remember when the U.S. had a drug problem, and then we declared a War On Drugs, and now you can't buy drugs anymore?"
  5. Not the same thing, and doesn't look scalable by Sanity · · Score: 2
    Firstly, this doesn't really address the same problem as Freenet, it is more akin to Mixmaster from what I can see (although Mixmaster has a better pedigree). Secondly, the fact that every message seems to be broadcasted to every peer, forcing them to periodically split the network, really isn't a very scalable approach at all.

    These guys would be well-served to investigate the "Dining Cryptographers" problem, which is a way that a group of peers can transmit information to each-other but remain anonymous (within the group) with mathematical certainty. Again, it isn't very scalable, and is subject to DOS attacks, but it does work.

    --

    1. Re:Not the same thing, and doesn't look scalable by mTor · · Score: 1

      Read it again... I just finished reading the whole thing and it does appear scaleable. They split it only when it reaches a certain limit. Mixmaster thing is a minor part IMHO (I'm no expert on either though). They seem to be handling DOS attack stuff by removing the maliscious nodes (I saw that near the end).

    2. Re:Not the same thing, and doesn't look scalable by mTor · · Score: 1

      They're only broadcasting within a certain radius; just like Gnutella does searches, for example. When you don't have routing (and no addressing/labeling for that matter!).... this is the only choice.

      You can't compare USENET/Internet with anonymous nets (that's why they are anon in the first place)... it's a whole other ballgame.

    3. Re:Not the same thing, and doesn't look scalable by chuqui · · Score: 1

      > Secondly, the fact that every message seems to be broadcasted to every peer, forcing them to periodically split the network, really isn't a very scalable approach at all.

      Hasn't anyone learned from USENET? Sigh. Teh concept of sending every byte to every computer everywhere in case anyone anywhere might want that byte is stupid. USENET's proven just how much work and resources it takes to scale that.

      Heck -- it's like going on vacation, but having the entire house shipped where you're going, just in case you need an extra pair of blue socks on the trip.

      --
      Chuq Von Rospach, Internet Gnome = When his IQ reaches 50, he should sell
  6. Two months by Sanity · · Score: 2
    The money has already been collected to last two months which is the agreed amount of time he will work.

    --

  7. a quibble to your quibble by Sanity · · Score: 2
    I spoke to one of these guys a while ago, and according to him their problem was that they were not getting the support of the record industry.

    --

    1. Re:a quibble to your quibble by ethereal · · Score: 1

      Huh, I stand corrected. I wonder on what basis they're going after people if they don't have the backing of the original copyright holder? I mean, it's not like I could just start suing people for trading mp3s, could I?

      Caution: contents may be quarrelsome and meticulous!

      --

      Your right to not believe: Americans United for Separation of Church and

  8. But can you support your initial assertion? by Sanity · · Score: 2
    I don't think that splitting the network in two is really a great way to achieve scalability, in fact, it is more accurately described as a way to deal with a lack of scalability.

    I would certainly be interested to hear why you think that it is more anonymous and more scalable than Freenet? Nothing I can see supports your claim.

    --

    1. Re:But can you support your initial assertion? by mTor · · Score: 1

      Well.. you're *the* expert on Freenet so I shall not even try to contest your claims on Freenet :)

      From what I've understoon about Cryptobox, I think that it is extremely scalable since the bulk of message passing occurs in small groups. The rest of the messages are 'administartive' and they are exchanged with other clusters. Since it doesn't really matter what the degree of the nodes inside a cluster is (due to the optimizations) they can afford more bandwidth. Also, since they keep cells fairly small (60 nodes in each?) it doesn't really matter how big the whole network is (it can be hundreds of millions of nodes). Finding nodes with Janus is smart.. I never thought of that.

      More anonymous since it is totally immune to MITM attack - beyond suspicion (from my memory, Freenet is not). An observer would need millenia to figure out which messages are real and which are fake and can't even figure out whether a node is sending anything useful since it is sending messages all the time anyway.

      Anyway, I'm a PhD candidate in crypto and I'm not an expert on networking.

      PS: They do mention dining cryptographers but decided against it... my guess is because they have a way to statistically thwart correlation.. I don't know for sure but I will definitely mail them and see whether they will tell me how they do it.

  9. Er - no by Sanity · · Score: 2
    Firstly - on a more general point, all of those "XXX for Dummies" books could be interpreted as being insulting, but most people recognise them for the tongue-in-cheek joke they are, which explains their incredible popularity.

    Having said that, the usage guide you point to isn't actually the usage guide at all, the actual usage guide you are thinking of is at http://freenetproject.org/quickguide/ and has been for months, and AFAIK there are no references to "fools" anywhere - so I really don't understand what you are talking about.

    --

    1. Re:Er - no by Caraig · · Score: 1

      Having said that, the usage guide you point to isn't actually the usage guide at all, the actual usage guide you are thinking of is at http://freenetproject.org/quickguide/ and has been for months, and AFAIK there are no references to "fools" anywhere - so I really don't understand what you are talking about.

      The link to the /freenet4fools directory was off of their downloads page, and it was being listed as the manual for the Windows version. It may very well be a link they missed to the "real" Windows manual.

      As for the name of the book being a takeoff on the "for Dummies" books, I'll buy that; it just seems that 'Fool' is harsher than 'Dummy.' At this point, it's semantics and my personal opinion, so I'll conceed the point. =)

      ---
      Chief Technician, Helpdesk at the End of the World

      --
      "I am an Adept of Tantric VAX."
  10. Re:How's this going to work ... by Sanity · · Score: 2
    It was turned down by Ian because he thought it was a non-issue.
    This wasn't the main reason, the main reason is that Freenet thrives on making new connections, the architecture simply won't work if it can't do this. The 0.4 Freenet node will actually incorporate functionality which achieves the same thing, but without preventing the formation of new connections.

    --

  11. But groups inhibit scalability by Sanity · · Score: 2
    From your explanation, it sounds like messages are only broadcast within groups. What if you want to communicate with someone not in your group?

    --

    1. Re:But groups inhibit scalability by mTor · · Score: 2

      I am not 100% sure but they do give a lot of hints. If you take a look at overview they have a reference to Janus engine and also to probabilistic connection algorithms. In FAQ they also say that they cache connection info with minimal information.

      My guess is (and it's pretty obvious to me at least) that when you wish to communicate with a certain node, you have to find it first by querying various cluster leaders and that is done by checking leaders' cache of names of cluster members. They should be able to tell, with certain probability, whether a member they are looking for is in the cluster. If they chose an algo that I have in mind, they should be able to find a node that they are looking for within a short period of time by sensing direction.

      PS: I e-mailed the author and I can forward you his mail when he replies if you wish.

  12. Yup, same guy by Sanity · · Score: 3
    Oskar does live in Sweden, and his father is a diplomat.

    --

    1. Re:Yup, same guy by Salieri · · Score: 1

      You're right... he mailed me back. He actually visiting my home town in September. Thanks!

      --------------------------------

  13. Oh come on! by Sanity · · Score: 3
    Is there anyone who has ever achieved anything who you couldn't accuse of self-promotion? Perhaps you would prefer a world where nobody tried to make anything better lest they be accused of having an inflated ego.

    --

    1. Re:Oh come on! by Rinikusu · · Score: 1

      There is nothing in Objectivism that says "the-ends-justify-the-means," and in any instance that you might could point to in the works of Ayn Rand will most likely be an out-of-context paraphrase. In fact, Ayn Rand took great pains to try and explain the difference between Hedonism and Rational Self Interest, but most people gloss over this fact, mainly because people would rather slander someone who isn't even around to defend themselves than try and figure out the truth. But, whatever, this is Slashdot, where people don't even read the articles.

      --
      If you were me, you'd be good lookin'. - six string samurai
    2. Re:Oh come on! by Rinikusu · · Score: 1

      Alright! Let's go 3rd grade here!

      it's been awhile, so gimme a sec..

      *ahem*

      Make me.

      My mother can whip your daddy's ass.

      Feel better?

      --
      If you were me, you'd be good lookin'. - six string samurai
    3. Re:Oh come on! by geomcbay · · Score: 1
      I'm not making judgements one way or another. There's a lot to be said for ego and the quest for attention. I believe it helps progress (but not quite to the ends-justify-the-means extent that an objectivist does).

      I was simply pointing out that there are reasons other than "love of the code", etc, that people write OS software.

    4. Re:Oh come on! by geomcbay · · Score: 1

      Ahh shut up.

  14. It is a voluntary effort by Sanity · · Score: 5
    This is a voluntary project paid for by donations. I don't know how much voluntary work you have done, but the general idea is that you are paid whatever you need to survive, and not much more. Oskar is willing to work for so little because he believes in the project, not because he wants to get rich.

    --

    1. Re:It is a voluntary effort by Genom · · Score: 2
      2k/month isn't bad - but he's getting paid 2.5k for 2 months - or $1250/month - that could get a bit harsh, depending on the cost-of-living in his area...

      Here's my budget (if anyone cares ;P )

      Income:

      $2800/month

      Expenses:

      Rent: $825/month (I live in the city, and have no car, so living within walking distance of work means high rent - but the savings of not having a car makes it a bit easier)

      'Net Access: $100/month (Cable sucks here, so DSL is the way to go - but again, the expense is partially offset by the fact I can host my own domains, and not have to pay for hosting)

      Cable: $50/month (digital)

      Utils: $150/month (gas, electric, water, phone, etc...)

      Food: $300/month (feeds both my fiancee and I quite well)

      Total expenses: $1325/month

      "Extra" money leftover at the end of the month: $1475

      More than enough to upgrade the computers every once in a while, support our anime habit, and save for things like a car, and a vacation later this year.

      I can see how someone *could* live comfortably off of $1250/month - dialup ISP, lower rent area, less food, no cable, etc... but it would still be pretty tight (I've been there - 2 people supported on less than $800/month - it wasn't pretty - but we managed).

      There's a lot to be said for getting paid *anything* to do what you love to do, however - that alone could be worth the tightening of the belt and skimping on extras.

    2. Re:It is a voluntary effort by Rinikusu · · Score: 1

      Actually, depends on where you live, but I could get by on 2k/month. Hell, I'm making less than that during school. See, it's called budgeting. You don't spend more than what you bring in.

      Figure:

      $250/month rent (with roomate)
      $150/month utils (including cable modem, again, split with roomate)
      $50/month car insurance (pay ever 6 months)
      $200/month groceries

      That's $650 a month in "necessary expenditures". I bring home roughly $1400/month (I work part time at night, go fuck yourself). That leaves $750 to do what I please with, per month. Generally, it's sticking about $200 in a savings account (the car is paid for, but I have my doubts as to how long it will last), the rest I use to pay off credit cards (evil, vile things).

      What I'm getting at is that if you can't live on $2k/month, you're doing it to yourself. In some areas of the country, rent is high. I know this. Get a roomate or move to a less "exclusive" neighborhood. There are literally millions of people living BELOW that level, in every city of the US, so don't kid yourself. It can be done with a little planning and foresight.

      Personally, I can't wait to graduate so I can get a real job. Sure, I can live on $2k/month, but I'd rather not...

      --
      If you were me, you'd be good lookin'. - six string samurai
    3. Re:It is a voluntary effort by QuantumG · · Score: 2

      $6.25 x 8 hours a day x 5 days a week x 8 weeks = $2000.. he's gettin' more than minimum wages (and that more than most people get because most people are part time and dont even get 40 hours work a week).

      --
      How we know is more important than what we know.
    4. Re:It is a voluntary effort by NineNine · · Score: 1

      you are paid whatever you need to survive

      YOU could survive on $2500 for 2 months? I know I couldn't.

    5. Re:It is a voluntary effort by NineNine · · Score: 1

      But, also, is this guy going to ONLY work 40 hours a week? Nah. A more realistic number is 60 hours/week. At that rate, he'd be pulling in a whopping $4.17/hour.

  15. Probably not by Sanity · · Score: 5
    There is an upcoming North Kentucky Law Journal article which closely examines potential legal attacks on various P2P architectures. The conclusion for Freenet was that it is certainly possible to curtail use of the system, perhaps by shutting down the Internet, but it is unlikely that it would be politically realistic.

    Also note that some ISPs, including Earthlink, are refusing to cave to pressure from these self-appointed IP police. In fact, many of these companies are going out of business.

    --

    1. Re:Probably not by ethereal · · Score: 1

      A quibble: they're not really self-appointed, they're getting paid by the RIAA, MPAA, etc. Apparently not enough, though, if they're going out of business. It's not like there aren't enough IP violations out there to keep them going :)

      Caution: contents may be quarrelsome and meticulous!

      --

      Your right to not believe: Americans United for Separation of Church and

    2. Re:Probably not by Steeltoe · · Score: 1

      Just like the ol' white west, ain't it? IP-Bounty hunters. I'd laugh my head off, if it weren't serious.

      - Steeltoe

  16. Legitimate uses of Freenet... by Zagadka · · Score: 2

    Are there any? I see a lot of talk about freedom of speech, but when you look at what the software actually does, it looks like it's really just designed to help people trade warez anonymously. And no, this isn't flamebait. I want to know what genuinely legitimate uses Freenet has.

    1. Re:Legitimate uses of Freenet... by vs · · Score: 1

      Upload some free stuff you'd like to share. Do you have anything interesting on your web pages? Upload it!

    2. Re:Legitimate uses of Freenet... by Teancum · · Score: 2

      Here is a non-obvious use for Freenet that is completely legitamate and in fact uses the Freenet technology as an integral piece for its use:

      Distributed File Server - Place a group of files into a "directory" that is shared across the network via Freenet nodes. Of particular note, this "file system" would be OS independent, but to share stuff in a peer workgroup situation (I'm thinking a LAN-only freenet here) you wouldn't even have to worry most of the time if your co-worker's computer is on or not.

      ** Yes, this is being done with other software, but you asked for a legitamate use.

      Another very beneficial use:

      Http over Freenet: (the implementation has already been done... go to the Freenet site to check it out)

      Putting web content on freenet. This has the advantage that the person who wants to "host" a website doesn't actually need a physical server (or server farm). Additional benefits are that a "freenet-web site" can't be slashdotted... this just spreads the information further into more nodes, and in fact makes the data more accessable.

      In terms of free speech, this is already a critical piece for the China Daily News (an independent Chinese-language news web page that is currently being censored by the People's Republic of China. In fact, China is currently blocking most attempts to even obtain Freenet.)

      Another very beneficial use would be for the IPN (Inter-planetary Internet). Freenet out of the box (as in using just the current implementation... more or less... there may have to be some tweaks to get it working right) can be used to cache and forward data files in a manner that FTP couldn't even dream.

      The fact is that Freenet is already rattling some cages, and reading the mailing lists is enough to get paranoid about every conspiracy group you can think of... Bavarian Illuminati, Counsel of 500, UFOs, New World Order, ect. The fact is this software is designed from the fundimental foundation as a means to send data without censorship of any sort. If this means that warz or mp3s can be sent when other people don't want them tranfered, together with political speech, that is the price of freedom.

    3. Re:Legitimate uses of Freenet... by hardburn · · Score: 1

      Yes, Debian apt-get.


      ------

      --
      Not a typewriter
  17. Re:The End of Intellectual Property? Cool! by Sethb · · Score: 2

    I sent in my $10, just hoping others will do the same...

    If everyone posts an "I donated $xx" amount message, we can raise money for them at the same time as we break the previous Slashdot postings record. :)
    ---

    --
    When in danger or in doubt, run in circles, scream and shout. --Robert A. Heinlein
  18. Re:Free Advertising! by Sethb · · Score: 5

    Wow, I can't believe the amount of cynicism already appearing in this story. I just chipped in $10 towards the project because I'd like to see it be developed further.

    That's what separates the people who use Linux because it's free (as in beer) from the people who believe in free (as in speech) software, and are willing to fund further development of it.

    Sure, ten bucks isn't a lot, it's about two lunches for me, but hopefully if more Slashdotters contribute a few bucks, they can come out with better FreeNet servers & clients.
    ---

    --
    When in danger or in doubt, run in circles, scream and shout. --Robert A. Heinlein
  19. Re:He's working full-time on this? by Zico · · Score: 1

    Yeah, but it's one thing to code in your free time and not get paid much, or even not at all. But when you're taking it as a full time job? I mean, this puts him below the poverty limit, at least in the U.S. I don't see a whole lot of incentive in taking a full-time job that will still leave me eligible for welfare.


    Cheers,

  20. He's working full-time on this? by Zico · · Score: 3

    They're only paying him $2500 total for two months full-time work? That's just sad. Doesn't exactly make me want to sign up for a open source project anytime soon.


    Cheers,

    1. Re:He's working full-time on this? by Ledge · · Score: 1

      Cost of living isn't horrible in Canada?!?!?!
      Maybe if you don't add up all of the taxes paid.

      --
      If it ain't a Model M, it's a piece of crap.
    2. Re:He's working full-time on this? by divec · · Score: 1
      But when you're taking it as a full time job? I mean, this puts him below the poverty limit, at least in the U.S. I don't see a whole lot of incentive in taking a full-time job that will still leave me eligible for welfare.
      I don't know what the cost of living's like in his area, but here a single person could live on that much quite happily. It would be trickier if you had to support a family; but I presume that's not his situation.
      --

      perl -e 'fork||print for split//,"hahahaha"'

    3. Re:He's working full-time on this? by Arctic+Fox · · Score: 2

      So that's why you work for Loki? ;)

    4. Re:He's working full-time on this? by hardburn · · Score: 2

      Oskar was working on Freenet long before he started getting paid to do it. One shouldn't be getting involved in Free Software development because there might be money in it; it should be because you like to do it.


      ------

      --
      Not a typewriter
    5. Re:He's working full-time on this? by hardburn · · Score: 2

      He was doing for free a long time before he started getting paid for it. So it used to be his leisure time, and most likely will be again once the summer is up.


      ------

      --
      Not a typewriter
    6. Re:He's working full-time on this? by -=OmegaMan=- · · Score: 1
      I hear the Crusades didn't pay to well either, and the benefits were shit.

      Before this gets modded down as off-topic, lets draw some parallels, mkay? :)

      --

      This sig is xenon coated, and will glow red when in the presence of aliens

    7. Re:He's working full-time on this? by -=OmegaMan=- · · Score: 1
      I see an incentive...

      You'll still be eligible for welfare! *g*

      --

      This sig is xenon coated, and will glow red when in the presence of aliens

    8. Re:He's working full-time on this? by kz45 · · Score: 1

      you are all forgetting one important fact: the greed for ego and self-promotion can be JUST as bad as the greed for money

    9. Re:He's working full-time on this? by OverCode@work · · Score: 1

      Sure thing, and sometimes it's even justified. If you write good code that someone else finds useful, you SHOULD be proud of it, and it should make you want to write more.

      -John

    10. Re:He's working full-time on this? by OverCode@work · · Score: 1

      Loki is neither free nor open. Loki ports commercial games to a free OS. So yes, I'd expect to get paid for that.

      -John

    11. Re:He's working full-time on this? by OverCode@work · · Score: 1

      I never said free software was a viable way to make a living. It's probably not. Someone with a family to feed might need to look elsewhere.

      For me, free software is a leisure pursuit. I don't *have* to get paid for that.

      -John

    12. Re:He's working full-time on this? by OverCode@work · · Score: 3

      Open source (excuse me, FREE SOFTWARE) programmers don't do it for the money. If you're in it for the money, apply to Microsoft and leave us alone. Free software is about the love of the art, and helping other people with your skills. That may sound cheesy, but it's true, and I think it's damn honorable.

      -John

    13. Re:He's working full-time on this? by nirvdrum · · Score: 1

      There's something to be said for humbleness.

      --
      If there was a "-1 Not Funny", that'd be my most used mod.
    14. Re:He's working full-time on this? by nirvdrum · · Score: 1

      When you quit your job and then do free software for a living, then you'll earn the right to make such a bold statement. You can't feed a family off valor.

      --
      If there was a "-1 Not Funny", that'd be my most used mod.
    15. Re:He's working full-time on this? by ardiri · · Score: 1

      your obviously not living in Sweden. want to know where swedish peoples taxes go (and how much they pay?) http://www.swetax.com :) maybe that budget is good for a student :) 25000 Sek ($2500 US) wont get you anywhere.. especially when 70% goes to taxes..

    16. Re:He's working full-time on this? by baptiste · · Score: 2
      Well, perhaps not - but given that many OSS developers code hours ad hours each day for free, anything is betetr than nothing. It is a start!

      Time to restart my Freenet node :)

    17. Re:He's working full-time on this? by geomcbay · · Score: 5

      Don't forget ego and self-promotion. If you don't think those play a big part for many Open Source developers you are deluding yourself.

  21. Re:FreeNet (or other OSS) Project Critical Mass? by mTor · · Score: 1

    First interview should also be on that list... maybe even first VC offer.

  22. Better than Freenet by mTor · · Score: 2

    I checked Infoanarchy.org's queue this morning and this news story is extremely interesting. Check the sourceforge page here.

    After reading the overview of that project, it looks much safer and more anonymous than Freenet (it probably even scales better too).

    1. Re:Better than Freenet by ahem · · Score: 1
      It's easier to see the article if the 'moderator' variable isn't set.

      cheers.

      --
      Not A Sig
  23. Re:Too slow by mindstrm · · Score: 2

    How is this much different from the web? How do you find something? Someone *tells* you where it is (in the form of a link). In freenet's place, it would be a key.

  24. Re:Too slow by mindstrm · · Score: 2

    It's easy to walk around the web because of HTML. NOT because of http/web servers/etc.

    That's the point. Freenet is a storage/server medium, not the user interface element.

  25. Re:The OS Warz? by ywwg · · Score: 2

    I don't worry about the ease-of-use issue that much. Look at the net, look at linux... it will happen.

  26. Re:Legitimate uses of Freenet...geographical cults by Randym · · Score: 2
    When I was talking about this with Ian back in 1998 (it was still his senior project then), he emphasized how, by dynamically redistributing files so that they would end up *physically* closer to their users, the Net would become more efficient. To give a nonsensical example, say a person in Russia put up a web-page, and a lot of people in Florida found it interesting. The file itself would eventually migrate to a server in Florida, because that's where most of the people were accessing it from.

    Of course he also pointed out the untraceability of where the file originated, but the dynamic and ever-fluid nature of exactly where the physical file might be was what captured my imagination at the time.

    Thus it seems that applications with geographic overtones might be conceived as the truly legitimate ones. For example, if Derrick May and Juan Atkins could have posted MP3s to Freenet, they would have quickly seen techno take off in Europe; that's where they would have headed to do their live shows. (Of course they did that anyway, but by tracking record sales, a somewhat slower process.)

    Similarly, any kind of culture-based phenomenon could exploit this: an author in Maine finds that Samoans can't get enough of his stuff; Romania goes gaga over a tricky Brazilian beat; people in West Germany start a political party based on ideas that first popped up in New Zealand -- you get the idea.....

    --
    DNA is a Turing machine. You, however, being dynamic and emergent, are not.
  27. Re:Free as in FIRE! speech by rking · · Score: 1

    Now, shouting 'FIRE!' when there IS a fire sounds to me like a Pretty Good Idea. =) Shouting 'FIRE!' just to panic people is... well, just what is it?

    It's a fire practice :)

  28. Re:Where's the Web Cam? by AGL · · Score: 1

    Oskar was at the O'Reilly P2P conference in San Fran this year. If you went you couldn't have missed him

    > pets

    A dog I think

    > cars

    I shouldn't think so

    > current contents of his refrigerator

    Rumored to be a good cook

    > Do they have him hooked up to record vital statistics?

    !

    AGL

  29. Re:honey.... by e-gold · · Score: 1

    I've offered them something else that's yellow...
    JMR

    --
    Try e-gold - (contact me). I'm NOT e-
  30. Re:The End of Intellectual Property? Cool! by mvc · · Score: 1

    All property laws are unnatural. For that matter, all laws are unnatural.

    --Moss

    This is a .sig.
    Now there are two of them.

    --

    --Moss

    This is a .sig.
    Now there are two of them.
    There are two _____.
  31. uprizer by akb · · Score: 2

    oh?

    Freenet coordinator Ian Clarke's side venture Uprizer says different. He scored
    $4mil in April.

    Uprizer looks like its trying to compete in the CDN realm. The idea is a good one, Freenet has a number of unknowns in it, ie content expiration, that wouldn't make it suitable for certain business applications. It probably trades off some of Freenet's anonymity requirements for certainity. Similar to the idea of businesses not using the Internet for applications that need guarenteed data rates, they don't use the commodity Internet they buy a dedicated circuit.

  32. Re:Beaujolais for Donations! by MisterBad · · Score: 1

    Well, Oskar took the deal. He probably would have done the work for free, but this arrangement keeps someone from snatching him up before 0.4 comes out.

    Frankly, I wouldn't work for $2500 either. But then again, I'm not anywhere near as nutso as Oskar is.

    --
    Evan Prodromou | evan@prodromou.name | http://evan.prodromou.name/
  33. Re:How's this going to work ... by MisterBad · · Score: 1
    Well, a Freenet node is really a client that happens to be kind of generous with disk space and bandwidth to other clients.

    It doesn't really act like, say, a Web server.

    --
    Evan Prodromou | evan@prodromou.name | http://evan.prodromou.name/
  34. Re:Build it, and they will come? by MisterBad · · Score: 2
    Hey, when Freedom is outlawed, only outlaws will have Freedom. And if that's the case, make me an outlaw, man!

    Seriously, it knocks me out when people say stuff like this. If free speech and freedom of the press can be outlawed, then don't we have ALL THE MORE NEED for an alternative publishing system? If you're this concerned, then you need to get Freenet going DAMN QUICK, man.

    As to the illegality: there are a number of ways to make Freenet run "under the radar," such as using steganography to camouflage Freenet protocol messages as, say, mail messages, or HTTP pr0n downloads, or anything else.

    That's not on the Freenet development roadmap for a while, but it's definitely something that's been suggested.

    --
    Evan Prodromou | evan@prodromou.name | http://evan.prodromou.name/
  35. Re:Is Freenet a Lost Cause? by MisterBad · · Score: 3
    So, I'm not going to say that that's not a plausible scenario. But doesn't that mean that people who are sympathetic with information freedom should be INSTALLING and USING Freenet right now?

    Freenet has become a fine platform for Web publishing, for example. If you've got a Web site (ANY Website -- even pictures of your cat) you should REALLY REALLY read the Website publishing HOWTO. It gives step-by-step instructions on how to put your site into Freenet.

    Remember, back in the day, the World Wide Web and other Internet services had the same outlaw reputation that peer-to-peer systems like Freenet have right now. It was only because many "ordinary" people put their "ordinary" content on the Web that it became an acceptable, in fact indispensible, computing platform.

    We can do that with Freenet, if we work at it. But it takes thousands of individual efforts to make it happen. If you think there's a potential for a bad future for Freenet, you need to start helping, rather than resigning yourself to Yet More Totalitarian Bullshit.

    --
    Evan Prodromou | evan@prodromou.name | http://evan.prodromou.name/
  36. Re:The OS Warz? by MisterBad · · Score: 3

    So, "Freenet for Fools" was written by a Windows user. I think it was originally "Freenet for D*mmies," but because of trademark issues the name was changed.

    --
    Evan Prodromou | evan@prodromou.name | http://evan.prodromou.name/
  37. Beaujolais for Donations! by MisterBad · · Score: 5
    So, as a member of the Freenet development group and a Freenet publisher (check out Pigdog Journal on Freenet, eh? get my keys propagated!), I have to say that I really applaud this move.

    I don't know if the future of Free Software projects is really in donation-based organizations like Freenet, but it seems like it gives a nice "push" to projects that are in high-velocity development phases.

    I especially think that the hiring of an employee at non-profit wages is a great way to spend the donation money. We all want a better, faster, stronger, more anonymous, less attackable Freenet, and I think this will really help. Not to mention that Oskar is a pretty OK programmer, despite being an irascible grouch. B-)

    As per the low wages: I think the wages are just right, actually. They're enough that we keep Oskar on a leash for a few months, but they're not enough that the rest of the developers get jealous and slack off from working.

    One more thing: people interested in anonymity should check out EOF, a collection of applications like mail, news, apt (!!), etc. that work over Freenet. Good shit.

    --
    Evan Prodromou | evan@prodromou.name | http://evan.prodromou.name/
    1. Re:Beaujolais for Donations! by Steeltoe · · Score: 1

      Obviously he ain't doing it for the money, but it's nice to have _some_ income and this is perhaps just the beginning.. We'll see how it goes, won't we?

      - Steeltoe

    2. Re:Beaujolais for Donations! by NineNine · · Score: 1

      I think the wages are just right, actually

      Didn't I read $2500 for 2 months? That's about $7.81/hour. That's not going to encourage anybody to do anything, really. If I were earning $7.81/hour, I'd spend about 15 minutes a day working on the project, and 7-8 hours working on my own stuff.

  38. Re:Too slow by jasha · · Score: 2

    You mean, like freegle?

  39. Where's the Web Cam? by jazman_777 · · Score: 4

    I want to see this guy working on The Revolution. Is there a bio for him? Do they have a "current life status" describing his computer hardware at home, any pets, cars, friends, and the current contents of his refrigerator? Do they have him hooked up to record vital statistics? I hope they make some pretty charts out of them.
    --

    --
    Slashdot: Failed Car Analogies. Amateur Lawyering. Anecdote Battles.
    1. Re:Where's the Web Cam? by sv0f · · Score: 2

      I want to see this guy working on The Revolution. Is there a bio for him? Do they have a "current life status" [...]? Do they have him hooked up to record vital statistics?

      His name is Nasubi. He seems like a likable if odd fellow.

  40. Oskar's first day at work by E1ven · · Score: 2

    From the Freenet devl mailing list this morning- I would just like to note that my schoolterm has ended now, so I am starting my fulltime work on Freenet as of today. I plan to work pretty much non-stop until the fall term begins, which is on the 27th of August, making my employment a convenient 2½ months. I would just like to assure everybody that I am taking this opportunity very seriously, and I will work absolutely as hard as I would under ordinary employment conditions (harder actually, since I don't believe in stuff like sleep and weekends when hacking on Freenet). My first priority will be getting back in the loop with Tavin's work on the experimental branch, and getting the remaining necessary features (basically announcement) in and working as soon as possible. After that I will try to balance my time between enhancing and debugging the 0.4 for code for public usability together with the other 0.4 coders and experimenting on the routing and caching modifications that have been discussed here lately. Plans, like always, are subject to revision though. -- 'DeCSS would be fine. Where is it?' 'Here,' Montag touched his head. 'Ah,' Granger smiled and nodded. Oskar Sandberg oskar@freenetproject.org
    --

    This message brought to you by Colin Davis

    --
    Colin Davis
  41. Re:Too slow by QuantumG · · Score: 1

    Oh, you mean like http does?

    --
    How we know is more important than what we know.
  42. Re:The End of Intellectual Property? Cool! by QuantumG · · Score: 1

    you mean like those crazy guys over at gnutella?

    --
    How we know is more important than what we know.
  43. Re:back to fidonet by QuantumG · · Score: 1

    In Australia the national telephone company Telstra planned to detect data calls and charge outragous per minute rates. This would have effectively cripled fidonet. Thankfully someone managed to talk them out of it.

    --
    How we know is more important than what we know.
  44. Re:What's the interface? by Tackhead · · Score: 1
    > Wearable computing for example needs an interface for information retrieval that can be acessed by multiple means. A voice request "compute my portfolio value if I invest $5000 in IBM in 1 hour" would need a complex search algorithm designed to weave multiple threads of information.

    Shit, I don't care if it's voice-based or not, if I can know the value of $5000 worth of IBM stock an hour from now, I want it.

    (Hell, even if it costs a million bucks, all I have to do is use it often enough and it'll pay for itself ;-)

  45. Re:The OS Warz? by Tackhead · · Score: 4
    > I would like to entreat the guiding hands behind Freenet, however, to consider the greater audience out there.

    As would I.

    Check out this example of what I see as a Bad Idea.

    If the goal is to bring anonymous publication into the mainstream, example filenames like "Britney Spears Felch.jpg" are... well, unhelpful.

    Funny as hell? Yes, to the author, and speaking as one with a sick sense of humor, I thought it was pretty damn funny too.

    But is it the first thing you'd want your Congresscritter to see when he decides to find out "what this free net thing is all about?" after the local Fundie-sponsored lobby group complains that FreeNet has to be banned for the sake of the chilllldrun?

    C'mon, folks, let's get real here.

    milosevic-evidence.jpg - good
    95_theses.txt - even better
    britfelch.jpg - not bloody likely

  46. The End of Intellectual Property? Cool! by Louis+Savain · · Score: 3

    Freenet is a large-scale peer-to-peer network which pools the power of member computers around the world to create a massive virtual information store open to anyone to freely publish or view information of all kinds.

    That would really be cool if they can pull it off. Every Slashdot user and anonymous coward should immediately write a check to those people. May the RIAA and other freedom destroyers tremble in fear! May they have horrible visions of empty bank accounts and past due legal bills! May their power to restrict the freedom of others dwindle exponentially! Go Freenet!

    IP laws are unnatural. They can only be enforced with the use of powerful police states. Demand liberty! Nothing less!

    1. Re:The End of Intellectual Property? Cool! by bmongar · · Score: 1
      all laws are unnatural.

      Even the laws of Physics?

      --
      As x approaches total apathy I couldn't care less.
  47. Re:Free Advertising! by eries · · Score: 2

    Amen. I just gave too. It's funny, I've been a user/supporter of Freenet for a while, but it took this whole "herd mentality" to actually get me to give some money. Nice to know others are doing it too.

  48. Re:Is Freenet a Lost Cause? by fougasse · · Score: 2

    Nobody could prosecute you for having curtains on your windows, just as I doubt that anyone could prosecute you simply for running Freenet.

    Obviously, though, you could be prosecuted for having a meth lab. Just as you could be prosecuted for keeping all the equipment for a meth lab in your house and deliberately letting others use this equipment. That's exactly what Freenet's doing: you're opening up your computer for others to use to transmit data. In other words, you become an accessory to crime.

    Put differently, you won't be prosecuted for running Freenet. You'll be prosecuted when your Freenet transmits illegal data, as is inevitable given Freenet's design.

  49. Paypal. by supabeast! · · Score: 3

    Stuff like this is why I love PayPal. A few bucks here and there, takes about ten seconds to actually do the transaction. Very cool. Hopefully more Open Source/Free Software projects can use such a model to fund full time developers.

  50. Have an understanding ISP by kimihia · · Score: 1

    The moral of the story is: Have an understanding ISP. I've had experience with a few. Not too many tho.

    One wasn't understanding, and he lopped my account real fast.

    My current one seems to have a bit of a clue and knows a little of what I get up to, so I can trust they won't be unplugging anything too soon.

    Try and be like jelly: They squash you here, you appear there. If FreeNet does gain critical mass ahead of the dodgy dealers influx, then we may have a case for our survival. So don't trade those MP3z just yet.

  51. Depends on where you live by Greyfox · · Score: 2

    I worked with some folks from Romania a while back. $1000 a month there is about five times the national average salary there and if you pay them in dollars it goes a lot farther since inflation runs in the 20+% range. In a global economy, you can stretch you dollar a lot farther.

    --

    I'm trying to teach myself to set people on fire with my mind... Is it hot in here?

  52. Give it a try.... by Denor · · Score: 2

    Have you used freenet? If not, get a client and fire it up - it's not terribly difficult to do. During the two or three days I played around with it, I found:

    • Weblogs a-plenty. Lots of folks put 'blogs up like personal homepages.
    • Personal homepages. People put things up on Freenet just to do so.
    • Music. It wasn't music I had heard of, so it's possible it's even legal music. (Of course, I haven't heard everything :)
    • Pornography. Nothing illegal either, just generic porn.
    • Keylists. These are essentially compilations of links to other freenet pages.

    The client that comes with the freenet package that I got works as a mini-webserver: that is, you can connect to your box on port 8081 through your browser of choice. From then on, it's just like using the web.

    Try it out - it's like having your own private, anonymous internet. So if you're asking about legitimate uses, it's like asking about legitimate uses to the ordinary web. Sure, you could use the web to trade warez, but you could also put up a personal home page.

    --
    -Denor
    1. Re:Give it a try.... by Fjord · · Score: 2

      Because you can publish anonymously

      --
      -no broken link
    2. Re:Give it a try.... by TooTallFourThinking · · Score: 1

      I don't know why people would require it, but that option is possible. Anonymous speech != crap.

      As well, things are distributed over Freenet much better than on the web. A computer going down doesn't stop the dissemination of information from that computer.

      It's a different way of thinking about the web.

  53. We have received almost $2000 in donations by paulydavis · · Score: 1

    but there paying him 2500... at least there optimistic they will get 500 more. I plan to donate.

  54. What is Freenet? by ahde · · Score: 1

    All i can tell from looking at their site is that it is a webpage for publishing specific political writings and sensational quasi-journalism like Peter (Spycatcher) Wright's and David Shayler's revelations about MI5 that hopes to one day have their own browser.

  55. back to fidonet by Roadmaster · · Score: 1

    worldwide information exchange was possible before the internet boom. Let's go back to a fidonet or uucp-based scheme. This can't be stopped, short of banning modems everywhere :)

  56. libfreenet, C freenet library by bug1 · · Score: 1

    Is being worked on, i havent tried it but its at

    http://thalassocracy.org/libfreenet/

  57. Re:Free as in FIRE! speech by Steeltoe · · Score: 1

    I would add that people should also be more mature about information gathered from Freenet. As the knowledge contained within may be blatantly false. So dumbing it down too much could be considered a "bad" thing, therefore it's important to educate people how to treat such information (most people will probably figure this out in short amount of time though ;).

    - Steeltoe

  58. Re:Freenet is not about 'privacy' by Mr.+Sketch · · Score: 1

    According to their philosophy, Freenet is about freedom of speech. Anonymity is an aspect of this freedom and so is privacy. The option of anonymity is required for freedom of speech to exist (a more detailed explination is on their page). A person should also have the option to have their speech be kept private so only the indended recepient knows what is being said.

    In case it's not clear, I am agreeing with you that Freenet is about anonymity, I'm just saying that privacy is also an important component to Freenet.

    As for the differences between Freenet and privacy tools, they do have different end goals, but the same premise of free speech.

  59. Re:Is Freenet a Lost Cause? by Mr.+Sketch · · Score: 5

    I suppose all those people using PGP (or GnuPG) must have "bad" things in them. I suppose any sort of encryption must be used for "bad" things now that you mention it.

    The fact is that the internet was not designed for privacy and it is only natural that people will want their privacy. I don't have curtins on my windows because I have methlab or something, I just don't want people to be able to look in my house all the time. FreeNet and other encrypted/private communication mechanisms are just a natural extension of the internet: people want to communicate instantly and have instant access to information, but sometimes they want it to be private.

  60. It's a start... by sleeplesseye · · Score: 1
    Congrats to freenet on their first staff member. It is an accomplishment, but they, like many open source projects, have a lot to learn when it comes to raising funds.

    I am the "All things business" manager at LiveJournal, an open source, member supported community. We've raised around $80,000 since we started doing memberships, and now have three paid staffmembers.

    I think the ultimate goal of open source projects should be to empower both users and designers. Part of that empowerment is making it possible for people to support the project, not only as coders and developers, but as active donors to the site. It's time for open source projects to put out the virtual tip jar... but the question I hear a lot is how do you make it work so that people actually support what you create?

    The answer is kinda simple. You communicate with them, empower them, encourage them, get them to trust you, and ideally give them what they want. Admittedly, we do community design at LJ, so it's easier to build that kind of communication, but the same principles apply, and there are a ton of open source tools out there to add community to your website. Use them. Don't just throw some content up on a site that only a machine could love... Be human. Design your software for humans, too. Make communication easier within your group, and take the time to build in community on your site before you start building your software.

    It is painfully hard for a group of people to build anything without effective communication. Don't take it for granted.

  61. Re:Try convincing bank you're worthy of a home loa by sleeplesseye · · Score: 1
    Why don't you ask your PBS station whether donations are unpredictable or not... they'll laugh at you. They get a predictable percentage of donations based on total viewers. They also know that how they represent themselves and the value of what they bring to their respective audiences can significantly effect their incomes too.

    Donations on the larger scale are VERY predictable, but it all comes down to this -- your work is only worth as much as others value it.

  62. �Fraunhofer could sue by yerricde · · Score: 1

    I mean, it's not like I could just start suing people for trading mp3s, could I?

    If you worked for Fraunhofer, you could, as MPEG layer 3 technology is patented. If the pirates were using Ogg Vorbis, on the other hand...

    --
    Will I retire or break 10K?
  63. How's this going to work ... by paranoic · · Score: 2

    when most isp's/cable/dsl providers prohibit you from running servers?

    1. Re:How's this going to work ... by Skuto · · Score: 3

      >when most isp's/cable/dsl providers prohibit you
      >from running servers?

      Good point. There was serious discussion some time
      ago on the mailinglist about techniques to allow
      setting a node to only accept connections from
      trusted nodes. That way it would be impossible
      for someone to detect that you were running a
      freenet node from the outside, while you still
      had full access to the network and your node
      could be used for storage.

      It was turned down by Ian because he thought it
      was a non-issue.

      The argument used was that once Freenet becomes
      popular enough there is no reason why running
      a Freenet node means that you are doing something
      suspicious. And Freenet grows easier with fully
      operative nodes than with those 'stealth' nodes.
      (at least that's what I remember from the discussion)

      The problem of course is, that Freenet will never
      become popular if ISP's start shutting the servers
      down.

      Ian's reply to this was:

      'It is my experience that when users demand
      P2P and Freenet access all ISP's will bend
      over backwards to give it to them'

      And I think he may be right about that. My own
      ISP interpreted the 'server' clause in a way
      that you were free to use napster as long as
      you set the number of allowed incoming connections
      to zero (effectively disabling the server). That
      way people cannot upload from you, which is what
      was actually illegal about Napster (downloading
      is fine as you might own the CD yourself)

      The ISP WANTS to offer Napster to people. They
      offer broanband services so Napster is a good
      reason to switch over from PPP. So they make
      sure the customer CAN have Napster.

      --
      GCP

  64. Too slow by DrXym · · Score: 1

    I have great hopes for Freenet's future, but the current implementation is agonisingly slow and difficult to find anything with (unless you have a link to it). The project really needs to implement a decent search protocol.

    1. Re:Too slow by DrXym · · Score: 2
      The difference is that its easy to walk the web and it's quick and painless.

      Walking Freenet is not quick and painless. It can be an agonisingly slow wait for a document to arrive, and the actual act of pulling the document affects how the document is cached. That's why searching should be a protocol. At the very least it should be possible to pull a document without raising it's importance.

    2. Re:Too slow by foogod · · Score: 1

      ...and difficult to find anything...

      difficult??!?! it is impossible.

      From the website: No search mechanism has yet been implemented. One of the design goals was to make it impossible to locate the exact place where any piece of information is stored.

      Freenet is a great idea, and I will continue to assist in beta and dev work. But people who think that this is the next napster are sadly mistaken.

      Think outside the box, and you then have Freenet. Stay where it is safe, and you have communism.

      - foogod

  65. I donated $15. by Jagasian · · Score: 2

    I donated a while back when they first setup the donation system for Freenet. Look guys, donating $10 to $20 costs you as much as one of those bargin-bin video games, but it gives you so much more: hope for a free network. I wonder what Carnivore (or whatever that packet sniffer that the feds are using is called) thinks of Freenet.

  66. Free T-Shirt with Job by Wintermancer · · Score: 2

    Yup. A nice white t-shirt with the unofficial Freenet logo emblazed on it: concentric circles radiating out from the middle.

    Synonyms: see bullseye.

    It makes it so much easier for the MPAA / RIAA goons to target, er, identify you....

  67. Re:The OS Warz? by Agthorr · · Score: 1
    Perhaps you should take into consideration the wildly successful "For Dummies" series of books?

    -- Agthorr

  68. Pay by check by Agthorr · · Score: 2
    If you're going to make a donation, pay by check if possible. Paypal charges a fee for receiving money via credit card. Those few dollars here and there add up when you're operating on a shoe-string budget.

    Of course, it's much better to donate by credit card, than to not donate at all. :>

    Also, please note that your contributions are tax-deductible (at least in the USA).

    -- Agthorr

    1. Re:Pay by check by Grishnakh · · Score: 1

      Or you could have it withdraw the funds directly from your bank account, so that no fees at all are charged. I move money around via Paypal all the time and have never paid a fee of any kind.

  69. Re:slownet!?! by hardburn · · Score: 1

    The whole goal of the 0.4 phase was to increase efficency. A C++ version called "whiterose" is being worked on (it actualy seems to be in a propetual state of "being worked on" :).


    ------

    --
    Not a typewriter
  70. Re:I was the first FSF employee by hardburn · · Score: 2

    I kinda hate to break this to you, but Oskar isn't exactly going to be doing grunt work. He's been in Freenet development, IIRC, for about two years and has always done the Ugly Innards of Freenet. He wrote documentation once "when I was young and stupid" (so he says). There's no way he's going to be doing grunt work. From what I've read on the Freenet mailing lists, he'll be working on getting the next version of Freenet in working order, particularly a new system of node announcement which will do away with Freenet's last centralization (inform.php).


    ------

    --
    Not a typewriter
  71. Re:I hope by iamnotaclown · · Score: 1

    Hello!

    It's called a "reference implementation".

    Why Java?

    1. garbage collected memory allocs == easy to debug
    2. clean
    3. OO
    4. robust libs, and finally...
    5. platform independent

    I'm sure once the reference implementation is complete (or even before) a properly optimized C++ version will be attempted. Writing platform independed C++ isn't exactly a walk in the park...

  72. The pioneers? by felipeal · · Score: 1

    That is a good initiative, but they are certainly not the first one to have it.
    Doesn't 2600 use donations to pay their lawyers and legal fees?
    What about FSF?

    1. Re:The pioneers? by powernoia · · Score: 1

      First time used by someone who isn't already being sued.

      --
      \m/
  73. Re:The OS Warz? by Caraig · · Score: 1

    So, "Freenet for Fools" was written by a Windows user. I think it was originally "Freenet for D*mmies," but because of trademark issues the name was changed.

    If that's the case, I'll mitigate my comments, and note that the person who wrote that should consider that a large majority of users out there who might use Freenet are Windows users, and might not get the subtlity of the humor. =)

    ---
    Chief Technician, Helpdesk at the End of the World

    --
    "I am an Adept of Tantric VAX."
  74. Re:The OS Warz? by Caraig · · Score: 1

    Calling people fools for not believing in your cause is protected speech.
    True. Better than burning them at the stake. *rimshot* =)
    Asking the creators to compromise their ideals to gain users is entirely your right; just don't expect them to listen. Fool. :P

    Ouch. ;) Seriously, a good point. (Glad I worded it the way I had.) No, I can't seriously expect them to jump up and do what I say; Lordy, I would HOPE they wouldn't do that! =)

    If it's their ideals that anyone who uses Winders is a fool, well, I'm not going to change anyone's mind on the Internet. =) I was just thinking that, maybe, they would want to get the word out, to get as many Freenet nodes out there, irrelevant of OS, and that if that was the case, then they might not want to alienate some not-as-humor-inclined. =)

    ---
    Chief Technician, Helpdesk at the End of the World

    --
    "I am an Adept of Tantric VAX."
  75. Re:Free as in FIRE! speech by Caraig · · Score: 1

    We absolutely need that kind too.

    by my comment, I was referring to the old SCOTUS ruling about (to paraphrase) "the right to free speech ends at shouting 'fire!' in a crowded movie theater."

    Now, shouting 'FIRE!' when there IS a fire sounds to me like a Pretty Good Idea. =) Shouting 'FIRE!' just to panic people is... well, just what is it? Fraud comes to mind, but it doesn't seem like a 'right' of any sort.

    ---
    Chief Technician, Helpdesk at the End of the World

    --
    "I am an Adept of Tantric VAX."
  76. The OS Warz? by Caraig · · Score: 5

    Freenet is a darn good thing, and something we should all support in whatever ways we can. We MUST preserve free speech (not neccessarilly free-as-in-'FIRE!' speech, of course) on the net, if nothing else, and Freenet garauntees it.

    I would like to entreat the guiding hands behind Freenet, however, to consider the greater audience out there. Yes, the project is working with Open Source tools, and that's a good thing! However, it must be accessable to everyone. They can't afford to alienate any potential users of Freenet. For that reason, calling the directory that the Windows usage guide in, 'Freenet for Fools,' could be considered insulting to Windows users.

    I know, this is /., where anyone who relies entirely on a Windows machine is a chump, and just SO needs flaming change to get on the clue bus, hurled at him at supercavitating speeds. Come on, let's think about this maturely. I hate Microsoft as much as any other person who's had to clean up after BSODs (sometimes I can see a blue residue on the screen after rebooting...) but MS machines are Out There, and people will be using them.

    Freenet essentially calling a fair amount of their user base 'fools' to their face will just turn those users away. "Oh, more elitist Linux users," they'll sigh. "If I join Freenet I'll just be exposed to more of that elitist crap. Screw it, I'm not putting up with that." And one more potential Freenet node disappears.

    Good riddance to bad rubbish? You miss the point of Freenet. Freenet is Free Speech without harrassment. Free Speech without fear of being taken down by a government. Free Speech without fear of being dragged into a court. (And believe me, there are some courts in this world where you won't even have the courtesy of being ordered to bend over a barrel; a bullet in the back of the head is far more likely.)

    Freenet should not involved in the OS warz. Maybe I'm blowing it out of proportion, but remember, this is coming from a grey-matta-flambe helpdesk drudge. That's all I have to say. =)

    ---
    Chief Technician, Helpdesk at the End of the World

    --
    "I am an Adept of Tantric VAX."
  77. Re:FreeNet (or other OSS) Project Critical Mass? by sulli · · Score: 2
    Don't forget:

    • ipo
    • bankruptcy

    --

    sulli
    RTFJ.
  78. Free as in FIRE! speech by sulli · · Score: 2

    We absolutely need that kind too. Sometimes there is a fire, and you need to warn people! By comparison, Freenet needs to support a very broad range of speech, even stuff that the powers that be (e.g. political speech in China) find "patently offensive."

    --

    sulli
    RTFJ.
  79. Re:FreeNet (or other OSS) Project Critical Mass? by cbowland · · Score: 5
    Other possible measures:
    • first lawsuit
    • first mention on slashdot
    • first time mom asks about it
    • first time RMS says the proper name is GNU/what-ever-the-project-name-is
    • first FUD attack by large proprietary vendor

    Give a man a fish and he will eat for a day.

    --

    Give a man a fish and he will eat for a day.
    Teach him to eat and he will fish forever.

  80. Re:"Free" net? by TooTallFourThinking · · Score: 1

    Why do you think so many people are rejoicing about the ability to download mp3s without getting caught? I have seen very few posts where people are excited about this proposal. I have seen more enthusiasm about the philosophy behind Freenet.

    I have little information on whether many of the people are rejoicing because of being able to steal mp3s anonymously. I don't think stealing is what the Slashdot community considers freedom. And for the most part, I don't think some in the Slashdot community know what they want. They just know what they don't like and are unsure what to do about it.

  81. I was the first FSF employee by phr1 · · Score: 1
    and I agree with the the above. I had pretty much the same deal that Oskar has: I worked for a summer at about 1/3 the salary I could have gotten working for a company. It's the same way with the FSF now. The FSF programmers are very good, and they take a big financial hit to work there because that's what they want to be doing. I also learned a hell of a lot working for RMS. He can be a pain to be around, but he is the best programmer most of us will ever meet, and the experience of those many late night hacking sessions with him was more valuable than any amount of money that industry might have paid.

    It's important for these projects to have some fulltime staff around because they do ongoing grunt work (writing unglamorous utilities etc.) that it's hard to find volunteers for. So I just donated some $ to the Freenet project and hope that they can continue to keep people like Oskar on board. One thing the FSF found is that it's generally preferable to keep people around for longer periods than a few months, so they can do bigger projects, but one does what one can.

  82. Re:Its better than that... by DarkEdgeX · · Score: 1

    It is just the Slashdot effect-- I went to the link for donating right when this story was first posted and the last few donations went back a month in time (I believe), with the last one viewable being for $1000 from an Anonymous donation (since it's automatic, I assume this was manually entered into the donations listing).

    There had been no donations today (June 11th). It's really great to see so many people donating though (myself included), and it'll hopefully help them if/when they get into any legal troubles. Plus, they might get to add more developers if things keep going the way they have. =)

    --
    All I know about Bush is I had a good job when Clinton was president.
  83. honey.... by unformed · · Score: 2

    is another very good way to sweeten the pot.

    Then again, I think I'm talking about a differenct pot...;)

  84. FreeNet (or other OSS) Project Critical Mass? by hillct · · Score: 3

    Is this the measure of critical mass for an OSS Project? When they hire their first employee, or is there some other more appropriate measure?

    --CTH

    ---

    --

    --Got Lists? | Top 95 Star Wars Line
  85. Re:Free Advertising! by Lazarus+Short · · Score: 2
    Did you read the announcement? He's making $2500 for a summer's worth of work. I made more than that the summer after I graduated from high school!

    Forgive me if I don't see a Ferarri in short term future.

    --

    --
    The most valuable commodity I know of is information. - Michael Douglas as Gordon Gekko, Wall Street
  86. Re:Is Freenet a Lost Cause? by quark137 · · Score: 1

    Since Freenet traffic is encrypted, wouldn't it be a violation of the DMCA (sp?) for the IP agents to analyze it?

  87. at our mercy by hyrdra · · Score: 2

    This is really a great idea. Instead of the tradional model of buying products, we should donate to the programmers themselves as long as they're doing their job. In this way, if they get lazy and, say, delay a release or have a serious bug in a news version, we take away some of their money.

    Starving programmers! What a novel idea!

    --


    "I'll just chip in a bit for RedHat: I actually have that installed on my university machine." - Linus, '95
  88. Oskar Sandberg?? by Salieri · · Score: 2

    I was best friends with an Oskar Sandberg all through elementary school, before he went back to Sweden (his father's a diplomat).

    I've only seen him once since, on a trip to Scandinavia.

    Either a small world or a very common name (though switchboard comes up empty). Oscar: If "Red Diamond" means anything to you, email me!

    --------------------------------

  89. Freenet is not about 'privacy' by ChrisCampbell1 · · Score: 1
    I suppose all those people using PGP (or GnuPG) must have "bad" things in them. I suppose any sort of encryption must be used for "bad" things now that you mention it.

    I don't think that follows.

    Freenet is not about privacy, it's about anonymity. Encrypted email or other communications can easily be justified by because privacy is valued by most people. Everyone has information they would rather keep quiet. The value of anonymity is not nearly as easily recognizable.

    This is not meant to launch a debate on the merits of anonymity -- just to point out the difference between Freenet and privacy tools like GnuPG.

  90. Is Freenet a Lost Cause? by Waffle+Iron · · Score: 5
    There are recent news reports that the IP enforcers are going after individuals who host Gnutella servers by putting pressure on their ISPs to disconnect them.

    How long before they hire agents to do traffic analysis on the net looking for heavy Freenet usage. Even though they don't know what's being moved, it must be "bad", or they wouldn't be trying to hide it.

    They'll point this out to the users' ISPs, who would in turn threaten to disconnect them. A few well-publicized incidents could prevent Freenet from ever reaching critical mass. So much for the free information utopia.

  91. RIAA... by famazza · · Score: 1

    How long will take until RIAA sues Freenet to?

    And the best of it. How long will take until we have a contingent plan in case RIAA sues Freenet?


    Don't worry. I'm too useless [to|every]day

    --

    -=-=-=-=
    I know life isn't fair, but why can't it ever be un-fair in MY favor!?
    1. Re:RIAA... by damiam · · Score: 1

      It doesn't matter. The software's out there, it's open source, and they can't get rid of it or even shut down the network. That's one of the main benifits of being a true, noncentralized p2p system.

      --
      It's hard to be religious when certain people are never incinerated by bolts of lightning.
  92. Re:seg folt by skunkeh · · Score: 1

    Not in a million years...

  93. Re:Build it, and they will come? by blang · · Score: 1
    Hey, when Freedom is outlawed, only outlaws will have Freedom. And if that's the case, make me an outlaw, man!

    I hear you and couldn't agree more. And I agree that we will come up with methods to circumvent the freedom squashers. They won't be able to easily shut down the traffic, but they would still be able to infiltrate the networks, and come knocking on your doors.

    --
    -- Another senseless waste of fine bytes.
  94. Build it, and they will come? by blang · · Score: 2

    All the trolls and the goat* bunch. Not to mention the other mysterious elements around here. Oh, and as soon as congress gets a whiff of this, it'll be a federal crime to run freenet software. And it will be fun to see what a U.S court will come up with when dealing with freenet. If nothing else, it'll be good for a slashdot story.

    --
    -- Another senseless waste of fine bytes.
  95. What's the interface? by Tini+Kanooo · · Score: 1
    This kind of information needs to be disseminated by means that are accessible by laptops, pdas, cellphones, toasters, etc.

    Wearable computing for example needs an interface for information retrieval that can be acessed by multiple means. A voice request "compute my portfolio value if I invest $5000 in IBM in 1 hour" would need a complex search algorithm designed to weave multiple threads of information.

    Is this the intent?

    -TK

    --
    I may only be an Admiral from the future, but that's my perogative.
  96. Its better than that... by jem.cc · · Score: 1
    Seth Bokelman $10.00 Mon, 11 Jun 2001
    Brent Eubanks $10.00 Mon, 11 Jun 2001
    ProZ.com $25.00 Mon, 11 Jun 2001
    Jeffrey Seifert $10.00 Mon, 11 Jun 2001
    Matthew Franklin $100.00 Mon, 11 Jun 2001

    Of course this might just be the slashdot effect showing up in their donations, but just from the ten values posted so far we've got a >$50/day average...

    --
    Hi! I'm a sig virus. Copy me (slightly modified) into your sig file and help me spread!
  97. Re:Free Advertising! by deathcow · · Score: 2
    > > How long till his living expenses include a Ferarri? >

    You'll have to ask Phillip GreenspIn from ArsDigita...

  98. It's not only the money .... by isotop · · Score: 1

    If people were only interested in the money, the free software movement hadn't got anywhere. People who write open source software do this because they are interested in it and they can also make something useful for other people. How much will they expect to be paid ? Well i'd say $0 a month. And how many times more is 2500 than 0 ? 2500 / 0 .... error: infinit. Open source is not about doing a job to buy a nice car, it's rather a hobby and nothing you are pressed to do and it can be fun ! Which you can't say of most jobs out there. I'd say you never ever participated in such a project, and aren't even close to it in the near future.

  99. slownet!?! by destinyX · · Score: 1

    i just hope he has plans to speed it up, the java byte-code, however easyily portable, is very painfully slow and increadibly lossy... maybe a c version for un*x users and let windows die on java? what's the point of sharing 600Mb files that take 3.5 days to download?