Slashdot Mirror


Revamping Freenet

N3wsByt3 writes "Many will have heard about the anonymous P2P-system Freenet. What many probably don't know is, that a big change is at hand: the Freenet developers have decided to drop all support for the 0.5x version, to skip version 0.6 and to completely revamp the 0.7 build into some kind of poorly described, presumably scalable darknet. The main coder even threatened to quit if such a darknet would be rejected. So, is it finally going the right way with the development of Freenet? Maybe not, since they seem reluctant to provide real data and rather rely on security through obfuscation, and then there is still the problem of their general inability in regard to pooling human resources, which, for any OSS project, is of the utmost importance." Obviously, the article submitter has his own feelings on Freenet, but notwithstanding that, what's the latest scuttlebutt from within the Freenet crowd?

541 comments

  1. How many revamps by News+for+nerds · · Score: 4, Insightful

    will it take until it becomes something that can be used as easily as an web browser?

    1. Re:How many revamps by Sanity · · Score: 2, Informative
      What Freenet does is fundamentally more complicated than what a web browser does, so it will always be more complicated.

      Having said that, right now you basically install the software, and open your web browser - and you are surfing Freenet. Its only in "outlying" cases that things are significantly more complcated than this (ie. with firewall issues), and we are working on that.

    2. Re:How many revamps by m50d · · Score: 1

      Forever. A web browser is something a network like this cannot emulate, because the latency is too high. Making it as easy to use as Kazaa, is, however, very possible. Gnunet is already at that stage, just needs more peers. But Freenet won't do that, because they'd rather keep making speeches about privacy and free speech rather than getting on and actually coding the program to get it working.

      --
      I am trolling
    3. Re:How many revamps by Uruk · · Score: 3, Insightful

      The actual things that are done by any software are pretty complicated - that doesn't prevent us from abstracting them away from the user.

      Now freenet is slightly different in that it uses encryption. From that perspective, things can change slightly in that PGP had problems with users needing to know about public/private keypair security, understanding what signing was, why it was important, concepts behind the web of trust, etc.

      I don't see freenet having those issues though. Node administrators for sure, but not freenet users. Freenet users don't really have keys or even any necessary knowledge of the technical layer of encryption. They need to know how to connect to a node.

      What's so fundamentally different about freenet that it's inevitably going to be more complicated? For disambiguation, specifically I'm talking about the user perspective, not the node administrator perspective (which sadly have been one in the same so far). Node administrators will deal with stuff that users don't see.

      I'm not trying to beat up on freenet here, I just think that if the software is very complicated, it's probably due to a potential lack in usability design as opposed to something inherent about the software. If you buy the metaphor of freenet as some gigantic encrypted data store in the sky, using it from a user's perspective shouldn't be much more complicated than using a hard disk. Send files, get files. Sure, there's lots of sticky details, but the node should worry about that for us, shouldn't it?

      --
      -- Truth goes out the door when rumor comes innuendo. -- Groucho Marx
    4. Re:How many revamps by lubricated · · Score: 2, Interesting

      > Its only in "outlying" cases . . . ie. with firewall issues

      more and more people are getting routers this is hardly an outlying case.

      --
      It has been statistically shown that helmets increase the risk of head injury.
    5. Re:How many revamps by Bobdoer · · Score: 1

      Freenet can run just fine behind your basic NAT device, just like Kazaa, DC++, and all those other peer to peer softwares.

    6. Re:How many revamps by RealityMogul · · Score: 2, Informative

      If by "run" you mean "software executes as designed" then you are correct. Although I would interpret "run" to mean, does what the user expects it to do. Freenet will not load anything in a reasonable amount of time unless you open ports on the router.

    7. Re:How many revamps by Greg+W. · · Score: 2, Informative

      I don't see freenet having those issues though. Node administrators for sure, but not freenet users. Freenet users don't really have keys or even any necessary knowledge of the technical layer of encryption. They need to know how to connect to a node.

      You have a misunderstanding. Every freenet user is a node administrator. The freenet node is what actually does all the work. Every user runs a node, and every node has a data store. The node has a web interface on port localhost:8888, to which a browser can connect, so that the user can see the files in freenet in a comfortable and familiar environment.

      Beyond that, if the user plans to publish content within freenet, then he must understand the basic freenet concepts of keys, keypairs, hops to live, and so on.

    8. Re:How many revamps by Uruk · · Score: 2, Interesting
      You have a misunderstanding. Every freenet user is a node administrator. The freenet node is what actually does all the work. Every user runs a node


      Nope, no understanding. What I was trying to point out is that yes, that is the way it currently works, but not the way that it might ideally work. Freenet users and node administrators are currently one and the same, I agree.

      Nodes however are built for access through FCP (freenet client protocol, or at least that's what it was a while ago) and there were explicit settings for whether or not this was allowed outside of your machine. Several people ran open FCP machines where anyone could connect. It's really just a client/server setup, where the node is the server.

      20,000,000 users at some time in the future, 20,000,000 nodes? Ouch, that's really going to suck for network performance I would suppose, even with the best graph connection algorithms. Far more likely is that some trustable people will run nodes that many people will use, and they'll have lots of disk space. Granted, there are issues of trust (do you trust the person running your node) but I expect that if the network really grows, this will happen.

      --
      -- Truth goes out the door when rumor comes innuendo. -- Groucho Marx
    9. Re:How many revamps by fourtyfive · · Score: 1

      Apparently you forgot to read the whole comment: "For disambiguation, specifically I'm talking about the user perspective, not the node administrator perspective (which sadly have been one in the same so far). " The user is not necessarily the node administrator as it has a web interface that anyone can connect to.

    10. Re:How many revamps by Eravnrekaree · · Score: 1

      In my opnion, making Freenet into an invitation only network will raise the barrier to entry so much that only the most elite nerds will go through the trouble of using it. I sure cant find any number of people who use Freenet already. I also do not think that this will improve the reliability of the network much which at this time is a major problem.

      I can understand the reasoning behind wanting to keep nodes anonymous by not giving out the fact that a computer is connected to Freenet, but making it an invitation only network I believe is the totally wrng way to do it, and there are much better ways to keep certian nodes anonymous, while providing a list of nodes to initially connect to for the end user, perhaps by simply allowing a node to opt out of being included on any node lists given to new users. This would seem to allow nodes who are concerned about being detected as much as possible, while still allowing users without invitations to connect to the network.

    11. Re:How many revamps by hardburn · · Score: 1

      No, the optimial is that all users are also node admins. Freenet is highly scalable by design, and actually works better (at least on a theoretical basis) if all users run nodes.

      FCP is specifically designed to work over localhost only, and (last I checked) the current implementation only allows external connections from specific IP addresses. The constant connection/teardown of the protocol makes it rather inefficient for remote connections.

      --
      Not a typewriter
    12. Re:How many revamps by hardburn · · Score: 1

      Last I checked, the web interface denies external connections by default, and can only allow specific addresses to connect (deny-by-default strategy).

      --
      Not a typewriter
    13. Re:How many revamps by bluGill · · Score: 1

      IT can quickly get worse than that. If you are not careful about how invitations are managed, just knowing you have an invitation is enough to prove a need for most investigation. You would not have an invitation for things you don't care about.

      If an invitation is found to contain mostly "free Tibet" materials, and the Chinese find out, you will be in trouble if you go to China. (China can make you 'disappear without a trace' if they want to, and is evil enough to do that if you are not a high profile celebrity.)

    14. Re:How many revamps by Eravnrekaree · · Score: 1

      Perhaps a node/client setup could be provided, where clients could connect to a shared Freenet node, while keeping what the client has requested secret, by encrypting the connection from the client to the node. Of course, anyone who wants to would still be able to use their own Freenet node as well.

    15. Re:How many revamps by Anonymous Coward · · Score: 0

      A long time, apparently. They've already been at it for several years. The same "this time for sure" claims were made a year or two ago about 0.5 and turned out to be untrue then. Ian Clarke has always been a mediocre technologist but very skilled at manipulating the geek media, while many of the others (such as Oskar) lack both technical and social skills. This stuff is harder than the minor web hackery that seems to be Ian's technical limit, and the toxic atmosphere the principals have created has discouraged anyone with the required skills from participating. All we're left with is an endless series of Ian's sock-puppets posting Slashdot stories and comments to hype whatever brain-fart he's had most recently.

    16. Re:How many revamps by Anonymous Coward · · Score: 0

      All right, but then we will have multitude of independent, closed, virtual subnetworks (Freenets) of people who share similar interests (as well as similar apathies).

      That's quite O.K. with me

  2. Unfortunately, not a troll by madaxe42 · · Score: 3, Interesting

    I used to run a freenet node - for a while it bloated with kiddie porn, and not much else - now not even the paedophiles bother, it's become so dilapidated, out of date and slow.

    1. Re:Unfortunately, not a troll by F�an�ro · · Score: 4, Insightful

      how do you know what was on your node?
      I thought that was one of the points, that noone can reasonably find out what is on his node?

    2. Re:Unfortunately, not a troll by madaxe42 · · Score: 4, Interesting

      Sorry, no, I didnt' mean that that was what was on my node, just what was on the network as a whole.

    3. Re:Unfortunately, not a troll by sahrss · · Score: 0, Redundant

      Troll post. There's no way to tell what's stored on your side.

    4. Re:Unfortunately, not a troll by mph_az · · Score: 2, Informative

      Actually, while that's true in theory; the register printed an article that described how the information which you download is still viewable locally.

    5. Re:Unfortunately, not a troll by mph_az · · Score: 1

      ...as long as you can't view your brower's cache.

    6. Re:Unfortunately, not a troll by slashdotnickname · · Score: 1

      For a while?!

      I don't exactly know how Freenet nodes work, but what the hell are you allowing something like that to go on "for a while"? Could you not block (or better yet report) those IPs? Or hell, write something to corrupt data from those sources just to piss them off.

      I know you can't monitor all traffic, nor is it your job to monitor any, but apperantly you knew some of that shit was going thru your machine and yet you consciously chose to let that form of child abuse continue...

    7. Re:Unfortunately, not a troll by Anonymous Coward · · Score: 0

      nice troll...

    8. Re:Unfortunately, not a troll by Dr.+Evil · · Score: 2, Informative

      By the article, you can't actually see what's been downloaded, but if your local fascist government wants to determine if you downloaded file XX, they could try downloading that file from your node. If the performance is very good, then there's a good probability that the encrypted chunks are cached locally and in neighbour nodes, thus they can determine that you did download it.

    9. Re:Unfortunately, not a troll by 0123456 · · Score: 1

      "how do you know what was on your node?"

      He was probably the one downloading it :).

    10. Re:Unfortunately, not a troll by Anonymous Coward · · Score: 0

      The article talks multiple times about how you can decrypt the cache on your machine.

    11. Re:Unfortunately, not a troll by Anonymous Coward · · Score: 0

      Riiiight...

    12. Re:Unfortunately, not a troll by atomm1024 · · Score: 3, Informative

      The thing about Freenet is that you can't report or block offending IPs; that's the exact thing it's designed to prevent.

      When you retrieve a file from Freenet (at least the current "stable" implementation), your request is bounced through several other random nodes on the network; and relaying a request for another node looks exactly the same, protocol-wise, as initiating one. They call it "plausible deniability;" if a person's node contains stuff considered "bad," or illegal, then there's absolutely no way of knowing (as long as the person frequently clears their browser history and cache) whether the user of that node initiated the requests for any of that content or if they were just unknowingly relaying it for someone else.

      A while ago, I saw a Freesite linked on the Freedom Engine (one of Freenet's most popular portals, probably because its operator links to kiddy porn and murder pictures, considering them to be "free speech") which claimed to filter content matching a certain list of hashes out of your node, so that your node would neither store that content nor relay requests for it. It came preloaded with a filter-list (somehow obfuscated so the real file keys couldn't be extracted by people who like that kind of stuff) of miscellaneous generally-objectional content. I'm not sure what the reaction to that was, if there was much.

      But there's no way of finding out who's actually storing and retrieving that content. The current Freenet implementation leaves absolutely nothing to "security through obscurity." The only way to censor it would be through legal means, perhaps by declaring that allowing one's Freenet node to be used for illegal things is a contributory crime. But due to the nature of Freenet it would still be very hard to enforce.

      --
      Signature.
    13. Re:Unfortunately, not a troll by Jonathan+the+Nerd · · Score: 2, Informative
      Yes, it is possible to decrypt the entire cache on your machine. The way you do it is to simply try every possible key. Assuming it takes 1 second to try each key (I tried this on my computer), it would take about 4.6 x 10^40 years to try all 2^160 keys. For comparison, the current age of the universe is roughly 13.7 x 10^9 years. Have fun.

      To get back on topic, it is possible to decrypt a given file in your cache if you already know its key. If the police/FBI/whoever want to know if the key CHK@iPw3Grf-hV7d8IQF2-WXFByWfzMQAwI,FGJqABIFcBZ91I qayz6aew is in your cache, it's trivial to check for that key, but if they grab a random file from your cache and want to decrypt it, the only way to do that is by trying every possible key.

      --
      Disclaimer: The opinions expressed are not necessarily my own, as I've not yet had my medication today.
    14. Re:Unfortunately, not a troll by Dr.+Evil · · Score: 1

      Using a tool called FUQID, which queues Freenet file requests, one could easily run a list of forbidden CHKs against a disk image. If the number/size of whole files containing naughty stuff is significantly higher than predicted by your node's uptime, you are in trouble.

      ...you disconnect your machine from the network and take a list of Content Hash Keys for illegal content and see if the node produces them from the cache.

      That's not quite "decrypting" your cache.

      From the Freenet FAQ

      Why hash keys and encrypt data when a node operator could identify them (the data) anyway if he tried?

      Hashing the key and encrypting the data is not meant a method to keep Freenet Node operators from being able to figure out what type of information is in their nodes if they really want to (after all, they can just find the key in the same way as someone who requests the information would) but rather to keep operators from having to know what information is in their nodes if they don't want to. This distinction is more a legal one than a technical one. It is not realistic to expect a node operator to try to continually collect and/ or guess possible keys and then check them against the information in his node (even if such an attack is viable from a security perspective), so a sane society is less likely to hold an operator liable for such information on the network.

  3. Child pornography by Anonymous Coward · · Score: 2, Insightful

    If the Internet is for porn, then Freenet is for child porn. Sad, but true. I would recommend getting around this by giving file sizes a low cap before they're broken into many parts, this would probabilistically decrease the chances of any person being able to get kiddie porn while retaining the ability to serve text.

    1. Re:Child pornography by brontus3927 · · Score: 4, Informative
      From reading Freenet's FAQ, I get the impression that it was designed for child porn.

      I don't want my node to be used to harbor child porn, offensive content or terrorism. What can I do?

      The true test of someone who claims to believe in Freedom of Speech is whether they tolerate speech which they disagree with, or even find disgusting. If this is not acceptable to you, you should not run a Freenet node.

    2. Re:Child pornography by mmkkbb · · Score: 5, Insightful

      See, the wonderful thing about such loaded language is that even if you tolerate the existence such content, by using Freenet you are being FORCED to distribute it. Isn't that lovely? And if you complain, the powers-that-be make YOU the bad guy!

      --
      -mkb
    3. Re:Child pornography by F�an�ro · · Score: 3, Interesting

      I doubt that would work, it has not worked with usenet at all.

      Most usenet servers limit posts to a relatively small size, and high ascii characters are severely restricted.

      Still, today a full usenet feed is several terrabytes per day, and 99% of it are binaries

      heck, IIRC there are some guys that share binaries uuencoded throught slashdot journals

      I think a subset of freenet only for text files would be usefull, also because the much higher size and greater popularity of certain binaries would drown most of the text content, but I do not see a way to enforce such restrictions

    4. Re:Child pornography by Anonymous Coward · · Score: 0

      You aren't forced to distribute it. You can choose to engage in censorship any time you want. You merely cannot choose what to censor.

      On freenet, as with Tor and I2P, censorship only comes in two varieties: All or none.

    5. Re:Child pornography by Kihaji · · Score: 5, Insightful

      The problem with anonymous freedom of speech is you eliminate the responsibilty of speech. Sometimes it's difficult to decide what is worth more.

    6. Re:Child pornography by Anonymous Coward · · Score: 0

      There is a large difference between freedom of speech and illegal content. It is illegal in respect to the law, this is where is crosses from freedom of speech into disregarding human rights.

      If you can excuse Child Porn with ignorance about freedom of speech then by the same rational you can excuse anything. No matter how heinous it is.

    7. Re:Child pornography by Dr.+Evil · · Score: 1

      It shouldn't be hard to create a system which would be impractical for distribution of large amounts of data. Including some algorithm to restrict uploads and downloads between peers to a certain number of chunks per hour would make large files nearly impossible to distribute. It might also speed things up for important dense communications, like text.

      It should cut warez, porn and other stuff down to nearly nothing... and hey, I'd run a node.

    8. Re:Child pornography by mmkkbb · · Score: 2, Insightful

      Refusal to redistribute isn't censorship. If I don't distribute content I find objectionable, that does not stop others from doing the same.

      Of course, there's next to no way of knowing what is passing through your system, but the reply from the Freenet admins is arrogant and misguided.

      --
      -mkb
    9. Re:Child pornography by m50d · · Score: 1

      No. You can excuse any *content* (ITYM "rationale"), pictures of murders, any kind of writing, movies, etc., but you can't excuse actions in terms of freedom of speech. No one has ever tried to defend murder or rape or burgulary as freedom of speech. In fact, I think the only things that people claim it isn't freedom of speech on are child porn and copyright infringement. I'm willing to defend freedom of speech for any kind of speech.

      --
      I am trolling
    10. Re:Child pornography by Rei · · Score: 5, Insightful

      So where do you draw the line as to what one is allowed to post and what they aren't?

      * Should people be allowed to post any pornography at all? (illegal in a number of countries)
      * Should people be allowed to post a glowing post of support for Falun Gong? (illegal in China)
      * Should people be allowed to publish a diatribe denying that the holocaust occurred? (illegal in much of Europe)

      Etc. You can claim that, "Well, allowing the posting of child pornography or terrorism-related materials offends universal sensibilities", but this obviously isn't true, or the material wouldn't be being posted in the first place (not to mention, one person's terrorist is another person's freedom fighter). Just as a demonstration of how much people's sensibilities are different in different parts of the world, this (originally posted on msnbc.com) covers an interview with an Afghan mother who supported her daugter's execution by stoning for the crime of adultery ("My daughter is a criminal. If she hadn't been killed, I could never hold my head up again in my community.")

      If the data is being created through abusive means, go after the source of the data. If the data is being used to plan violent action, use proper security at likely targets (not like it's hard for people to hatch plans in secret anyways - this is nothing new). The fact of the matter is that data wants to be free.

      --
      Stale pastry is hollow succor to one who is bereft of ostrich.
    11. Re:Child pornography by willfe · · Score: 4, Interesting

      Why do you get that impression? "Child pornography" is just the red herring people always trot out when they want to censor speech.

      You've heard the expression "I disagree with what you say, but I'll defend to the death your right to say it," yes? Your idea of "offensive content" may differ wildly from someone else's; the question becomes "who is right?" Sure, you can refuse to run a FreeNet node because you're scared some evil recipe for "instant terror version 3.4" might get stored there or a nasty evil child pornographer might post some horrid icky pictures you don't like onto FreeNet and your node happens to harbor some of the data, but in that case you really are censoring in your own way.

      The FAQ's response to this concern is dead-on right. Even with child pornography, you're trying to treat the symptoms instead of the disease when you reason like this -- "oh I'm not running that because it doesn't actively stop child pornographers!" Bad news, buddy, the internet itself doesn't "actively stop" any pornographers. Are you just going to unplug so your browser cache doesn't accidentally store a thumbnail with content that offends you?

      If you want to censor what you participate in on a free speech-centric network, you don't belong there. If you believe that, ultimately, full-fledged freedom of speech is more vital to our society than taking a sad, impotent stab at a group you don't like, then run a damned node and deal with the fact that you may not like what lives on it. Remember, there's a far better chance that text a government doesn't like (but that you do like) will be stored on your node than pics of little Suzie.

      Claiming FreeNet was just "designed" for child porn is like saying Slashdot was designed to attract trolls. Sure, it happened, but that wasn't the original intent; back when it started, I think they honestly wanted to encourage and support open, public debate on important topics. Heh. Whoops. :)

      --
      Read my stuff.
    12. Re:Child pornography by Pflipp · · Score: 1

      Oh yeah, the kiddie porn principle. Saying you can't use uncontrolled media because someone can abuse it.

      Like you can't talk to someone in a public room because maybe you're planning a murder.

      I seriously doubt that Freenet is any a better medium for secrecy than encryption or anything else. It's public; the only secret thing is who put it there.

      The problem with child porn is that people pay to have it. Well, you must know who to pay (there goes anonimity), and you don't pay for publicly available stuff (so there goes the money incentive). And personally, I don't think that child abusers have the same kind of power in Congress as the RIAA and MPAA, so unless Freenet raises interest in anonymous, underpaid "indy pornographers", I don't know what.

      --
      "We can confirm that Debian does *not* ship the version with the trojan horse. Our version predates it." [CA-2002-28]
    13. Re:Child pornography by Anonymous Coward · · Score: 3, Insightful
      The problem with non-anonymous speech is that it prevents the airing out of taboo subjects. Taboos and the religions that spawn them go in and out of fashion (albeit slowly). Not all of what we consider taboo today will be considered so by future generations, or even by other populations currently extant.


      See the excellent article by Paul Graham on this


      http://paulgraham.com/say.html


      Also, it seems to me that it is inane to think you can somehow prevent evil from occurring, just by somehow preventing someone from talking publicly about it. It is this sort of ostrich mentality that has led to the widespread molestation of children within the very church that preaches most strongly about the immorality of the same. IANA psychologist, but I would think that those who speak about something are at least more approachable, more lucid (and open to arguments against) than those who keep it to themselves. Driving them underground only makes it worse.

    14. Re:Child pornography by ThePiMan2003 · · Score: 4, Insightful

      The problem is that if freenet gives you the ablity to block arbitrary files based on content you could become liable for not blocking them. Then again IANAL but I would guess that if you had the ablility to block, say mp3 files and you did not the RIAA might be able to take you to court. Its hard to say, on one hand I like the fact that anyone can say anything on freenet, on the other hand I don't really like that kind of stuff on my computer.

    15. Re:Child pornography by mmkkbb · · Score: 1

      And that is the correct response to the question the Freenet FAQ pretends to answer.

      --
      -mkb
    16. Re:Child pornography by finkployd · · Score: 2, Insightful

      So what is the alternative? Change freenet so that each node can censor what they want? Kinda defeats the entire point of the project then.

      Finkployd

    17. Re:Child pornography by Ars-Fartsica · · Score: 4, Insightful
      If the data is being created through abusive means, go after the source of the data.

      Uh, if you are hosting child porn, you are the host of the data, under current law. Many nations are now erasing the line between being a "distributor" of this material and being in possession of it. Really, you need to know this, because you will find very few individuals in Western societies who will vigorously defend you in public or the courts. You will find out what "pariah" means.

      And in the strict sense, with Freenet you are a distributor in any case - you are providing a service to obtain this material - remember under the law ignorance is not an excuse, you could find it difficult to claim you were an unwitting accomplice.

    18. Re:Child pornography by finkployd · · Score: 4, Insightful

      I think the point is that every government draws the line somewhere else. In some places a naked 16 year old is child porn, in other places it is not. One man's terrorist is another man's freedom fighter.

      There is not a universal code of what is acceptable to everyone, there is just your own personal code. This may fit the mold of where you live or it may not. The question is not "Should a line be drawn?", everyone would agree there is a line. However "Where do you draw the line on issue X?" is something that cannot be answered globally. The freenet people have taken the approach that since the line cannot be drawn in a specific place, let's just ignore it altogether and let anything go. Interesting experiment if you ask me. I'm not interested in using it, but I am not morally opposed to it just because it does not stop those I disagree with from communicating. As a user of PGP that would be damn hypocritical of me wouldn't it?

      Finkployd

    19. Re:Child pornography by Rei · · Score: 1

      No - the *source*, not the distributor. The people taking children and making them pose naked (i.e., the ones doing the abusive actions).

      What's next - fining/trying ISPs for not watching every last image passes through their servers? Because effectively, with Freenet, you're playing that role - a "router".

      --
      Stale pastry is hollow succor to one who is bereft of ostrich.
    20. Re:Child pornography by shish · · Score: 1

      >>If the data is being created through abusive means, go after the source of the data.

      >Uh, if you are hosting child porn, you are the host of the data

      How did you manage to get "source" and "host" confused? Someone who rapes children and tapes it != someone who unknowingly has an encrypted version of that file on their HD. To reiterate his point -- stopping someone distributing videos doesn't stop the video having been made in the first place.

      --
      I mod down anyone who says "I will be modded down for this", regardless of the rest of their comment
    21. Re:Child pornography by shish · · Score: 2, Funny
      It shouldn't be hard to create a system which would be impractical for distribution of large amounts of data

      They already have; it's called freenet, and it's slow as a dead dog, just as requested :)

      You really need to define "impractical" and "large"...

      --
      I mod down anyone who says "I will be modded down for this", regardless of the rest of their comment
    22. Re:Child pornography by Laebshade · · Score: 1

      brontus3927, mmkkbb, read it again. If this is not acceptable to you, you should not run a Freenet node. . Meaning, if you don't like Freenet, then don't use it. It's that simple.

    23. Re:Child pornography by Anonymous Coward · · Score: 1, Interesting

      Unfortunately one of the biggest issues with the responsibility of speech is the mob mentality against those that feel their ideas of what's right and wrong are being threatened. I'm not advocating complete anarchy of speech. I just wish that a dissenting opinion in the oppressive countries or even the lip service free countries (like America), was really true responsible freedom.

      The right of freedom comes with the right of responsibility for use of that freedom. If people want to post anti-government stuff, kiddy-porn, terrorist, and various other things that is their right. They also have a right to expect a reasonable response to these posts. The key word is reasonable, do you prosecute someone for posting info on a suitcase nuke, or the guy that builds one; he person posting kiddy porn or the child molester that took the pictures; the person who speaks for Chinese democracy or the protesters in the street.

      Prosecute the true crimes not the thought crimes. True freedom means sometimes being exposed to things you don't like. You do not have a right to not be offended, disgusted, or disturbed. You do have a right not to look for those things that you dislike, and definitely not to do them.

    24. Re:Child pornography by Anonymous Coward · · Score: 0

      It's called the law of supply and demand. Look into it.

    25. Re:Child pornography by mmkkbb · · Score: 1

      The alternative does not require changing Freenet. The alternative is to say in the FAQ when asked about child porn and terrorist plans something like this:
      "We cannot allow filtering Freenet nodes without compromising anonymity, which is our number one priority. Sorry, but if you don't like it, don't run a Freenet node."
      instead of "Oh, I thought you supported free speech. If you are not actively distributing content you find completely disgusting, the production or use of which may (have) result(ed) in death, destruction, rape, and who knows what else, you're a hypocritical censor."

      --
      -mkb
    26. Re:Child pornography by 10101001+10101001 · · Score: 2, Insightful

      You're right. It's just against the spirit of Freenet. Freenet is about complete freedom of speech. That means they've designed and generally make it non-trivial to block content, as any sizeable filtering of content on freenet greatly hinders the availability of that content. So filtering isn't included because of censors in the world (not you).

      Now image going to a seller of just apple pies and saying, "You know, I really like your pies flaky crust, but could you sell them all with cherry instead?" Now, of course you can ask, but to act like the apple pie seller is somehow arrogant or misguided to only sell what they've specifically set out to sell is arrogant and misguided. This is the same when people complain about the GPL's "viral" nature and act like software should be deGPLed just because they're uncomfortable with what that means. Sometimes you can't have your cake and eat it to. So long as no force/coercion is placed upon you to use GPL software, eat those apple pies, or use freenet, that's the end of it from a fairness/legal perspective

      But, we live in a free world. That means that if you want to, you can make a freenet clone that lets you filter out things. You could also alter your freenet client to filter out things (the source is available, which should make this task a good bit easier than it would otherwise be); I'd discourage making it compatible with freenet, though, as doing so would almost certainly harm freenet. You could form/join a freenet-filter fork. I'm sure there's a good many people who want to filter and are willing/able to help.

      In that regard, good luck with whatever your plan. Just don't be surprised that freenet doesn't change to suit your wants.

      --
      Eurohacker European paranoia, gun rights, and h
    27. Re:Child pornography by finkployd · · Score: 1

      Good point.

    28. Re:Child pornography by mallardtheduck · · Score: 2, Interesting

      under the law ignorance is not an excuse

      This is a very common misconception. Ignorance of the LAW is no excuse, but ignorance of the FACTS is a perfectly valid defence and commonly used (successfully).

    29. Re:Child pornography by Anonymous Coward · · Score: 0

      This freenet sounds like something the immoral pedophiles at 4chan would be using 24/7.

      Wouldn't be surprised if that is true, I have read that last time 95% of their donations came from those who frequented their child porn drawings area.

    30. Re:Child pornography by Anonymous Coward · · Score: 0

      But, we live in a free world. That means that if you want to, you can make a freenet clone that lets you filter out things.You could also alter your freenet client to filter out things (the source is available, which should make this task a good bit easier than it would otherwise be); I'd discourage making it compatible with freenet, though, as doing so would almost certainly harm freenet. You could form/join a freenet-filter fork. I'm sure there's a good many people who want to filter and are willing/able to help.

      No, this is wise, but the thing is that, by design, you cryptographically don't know what's going through your computer or being stored on it with Freenet. There is no way you can filter it.

      That is technically impossible.

      Freenet FAQ is definitely misleading. It is a technical impossibility if you want to preserve even partial free speech/use.

    31. Re:Child pornography by Anonymous Coward · · Score: 0

      It's too bad you have to be an anonymous coward to say things that are this intelligent, but such is the hysteria revolving around this issue and others.

      Come to Freenet or I2P :).

    32. Re:Child pornography by Ars-Fartsica · · Score: 1
      No - the *source*, not the distributor

      In many Western nations there is no longer a distinction in terms of the penalties assessed. In any case the entire distinction is an artificial one you have concocted for the sake of argument or assauging your own notion of guilt.

    33. Re:Child pornography by Ars-Fartsica · · Score: 1
      Your idea of "offensive content" may differ wildly from someone else's; the question becomes "who is right?"

      This debate exists solely in your head. The definitions of child porn (photographed vs "drawn"), and the penalties for being in possession of/distributing/creating, are all public record.

      I am not campaigning against Freenet, I think this type of tool has many valid uses. That said, users have to realize the practical issues involved with its use in their own legal jurisdiction - the judge will not be amused by rants on "what is right? what is wrong?".

    34. Re:Child pornography by bigsmoke · · Score: 1

      I'd say that it's not coerced (child) porn that's bad. I think it is the act of coercing someone into activities to create this kind of entertainment that's not very nice.

      In fact, in a way, I think it's a shame that a lot of child (or otherwise illigal) porn is removed upon discovery, because I'd much rather see pedophiles masturbating with some of their favorite pictures instead of masturbating with one of their favorite victims. Of course this scenario is not very realistic because victims and their family wouldn't much like it if authorities didn't try their best to clear all real-world traces of such traumatic experiences.

      Perhaps, one could use realistic modeling techniques to fullfill one's "need" for pornographic materials that would normally harm some of the actors. Many wannabe rapists are already well satisfied by all the enacted rape fantasies that flood the internet.

      Disclaimer: Let me add that if a pedophile would hurt any kid I know, I'd be quick enough to rip his balls off. This same reaction applies to rapists.

      I'm quite curious what others think of this subject, so please do reply and shoot at these random, shabby idea's.

      --
      Morality is usually taught by the immoral.
    35. Re:Child pornography by Anonymous Coward · · Score: 0

      do you prosecute ... the person who speaks for Chinese democracy or the protesters in the street.

      You lost me on this last one. Are these violent protesters? The ability to peacefully assembly and petition the government for grievances are both in the 1st amendment in the US Constitution for a reason. If you can speak but you can't gather to talk or protest what you find as wrong, then freedom of speech becomes effectively useless. I'd say also that freedom of speech is also useless without a reasonable means of going about rectifying abuses by the system (which really should mean a war, not just a lynching).

      My point though is, all your other examples are ways in which the person speaking aren't responsible but instead it's the people who are commiting other clear crimes with violate the rights of others (well, the building a suitcase nuke is less clear; it's okay to build something, but forcibly using/attempting to use it against people is not).

      The real places where freedom of speech can reasonably involve responsability are ones in which you present falsehoods as truth, such as fraud or false defamation or when your negligence leads to the harm of others. Any fraud that should be worth having laws about is that which involves breaks in the transfer of ownership (ie, using a false name to buy a passport is okay so long as you don't bounce a check or pay in counterfit money in the process). This should involve, I believe, the plagiarizing of a written work, though such really should be civil in nature.

      The last, negligence leading to the harm of others means being negligent in reporting a story. It also includes negligent when writing up instructions/details for using a device; this doesn't mean you have to write instructions, product warnings, etc, but that if you do write inaccurate instructions and people are harmed by them because they could not reasonably have known they were incorrect, that you could be held at minimal civilally liable.

      I'm sure there's lots of things I've left out, but my point is that responsability should come not from distributing information we do not like but from the harm one either directly intends to cause others or the harm caused by the carelessness of our words. Of course, such things really need to be codified in law only when there's real proof that such speech always causes harm. The rest should be left up to civil cases disputing whatever contracts were involved.

    36. Re:Child pornography by Anonymous Coward · · Score: 1, Insightful

      Child pornography is more than "horrid icky pictures you don't like". Child pornography is about the rights of a minor being trampled on by another person (a minor cannot consent to sex).

      A minor being raped (nonconsensual sex) is always a violation of the minor's right to safety of the person. A person who is prevented from expressing themselves may or may not have been subjected to a violation of the right of free expression. The well worn example of shouting fire in a crowded theatre clearly illustrates this (ie. freedom of speech is a limited right, safety of the person is considerably less limited).

      Free speech and child pornography will never intersect, and attempts to make the right of safety of person and the right of free expression equivalent are sophistry of the worst sort.

    37. Re:Child pornography by Anonymous Coward · · Score: 0

      According to an article I read recently they mostly work with swaps. Hooking up via a website or chat and exchanging pictures. Personaly, if I was to find one. I'd hunt them down and seal every hole on their bodys and leave them there.

    38. Re:Child pornography by Anonymous Coward · · Score: 0

      So where do you draw the line as to what one is allowed to post and what they aren't?

      Line is drawn over the same points than always: courage of your own ideas. As the matter of fact, it appears that only positive values can give someone the courage to assume what he/she does.
      When you seek total anonymity, it only shows that you cannot, you want not to, assume what you are doing.
      Simply collect situation samples and draw the classes of who assumed risks when those situations were solved, and who seeked anonymity, and then draw your own conclusions.

    39. Re:Child pornography by Daytona955i · · Score: 1

      The problem is, I don't think that these pornographic materials would really fufill the needs of a pedofile. Odds are, if someone is going looking for child porn, they are also looking for children to partake in their sick perversion. For every child porn picture, someone was exploited. To say that well, they already did it so let's just let them have those pictures is only supporting them to continue taking pictures and exploiting children.

      Personally I think the child porn issue is one of the biggest things hurting freenet. Different people have different tolerances for things but child porn is one of those things that very few people tolerate, myself included. I personally don't care what your opinions, views or sexual preferences are. I do draw the line when someone, especially a child, is in any danger.

      So what is the solution? I don't know. I certainly agree that a 16 year old boy looking at pictures of a 16 year old girl probably isn't all that harmful, however a 40 year old looking at pictures of a naked 12 year old girl is. How do you differentiate and where do you draw the line? I don't really know but I do know I will not be using freenet if there is any chance that I would be hosting child pornography... that just crosses my own personal line. Hopefully someone will come up with a solution that satisfies everyone but freenet has been around for a while and it's still known as a harbor for child porn.

    40. Re:Child pornography by tepples · · Score: 1

      The definitions of child porn (photographed vs "drawn"), and the penalties for being in possession of/distributing/creating, are all public record.

      Which jurisdiction's definitions?

    41. Re:Child pornography by kfg · · Score: 2, Informative

      . . .by using Freenet you are being FORCED to distribute it.

      Doctor, it hurts when I go like this.

      As the faq itself notes no one is forcing you to do anything. If you are not comfortable with the idea of absolute free speech, do not run Freenet since that's what it's all about. It's that simple.

      And that is the issue with truely free speech you understand? It's inherently an all or none sort of deal.

      And I see any particular impediment to your writing your own "Kinda, sorta Free around the edges accept for the stuff we don't like Net."

      If you think that will protect you from the powers-that-be though you aren't paying attention. One power's kiddy porn is another power's freedom tract.

      KFG

    42. Re:Child pornography by Daytona955i · · Score: 1

      Why do you get that impression? "Child pornography" is just the red herring people always trot out when they want to censor speech.

      Since when is pornography speech? If freenet really was all about encouraging and supporting open, public debates, limit it to just text and disallow any uuencoded postings. Now everyone's happy, not child porn or anything else that might be construed as hurting someone and all that's left is speech.

    43. Re:Child pornography by Anonymous Coward · · Score: 0

      You know what I say? Fuck the children.

    44. Re:Child pornography by Anonymous Coward · · Score: 0

      I disagree, please consider: Freenet supporters are into an "all or none, take it or leave it" approach, and apparently wondering why many choose to leave it.

      There could, with some flexibility, be a middle ground, where content-specific semi-free-nets could exist - political dissidents? Worldwide, I support 'em. Doesn't mean I support the kiddie-porn types. Consenting adult porn? I like some of it myself from time to time, and would support alternate means of distribution if I weren't forced to support the kiddie-porn types with the same actions.

      As long as Freenet makes it "all or nothing" I'll continue to choose the nothing, and so (I suspect) will a large majority of Internet and alternate-network users. Change it so that people can choose what to support, and those items/issues/groups that deserve support will get more of it than they ever will under the all or nothing flag of freenet.

      (Posting AC to preserve modding done in this discussion)

    45. Re:Child pornography by Clod9 · · Score: 1
      > Uh, if you are hosting child porn, you are the host of the data

      You're the host, but not the creator. That's the "source" the grandparent was talking about. If the data we're talking about is digitized images, then someone has to create the images in the first place -- like with a digital camera. The grandparent is saying that those who get the subjects into a room with a camera are the ones we should go after. Those who store and transmit the images are in a different class. (I happen to believe that those who trap the children, those who hold the camera, those who own the computers and those who pay for the material all share culpability in this set of machinery, but I'm not sure they all should be subject to the same penalties; nor are they all equally easy to catch.)

    46. Re:Child pornography by LWATCDR · · Score: 1, Troll

      "As the faq itself notes no one is forcing you to do anything. If you are not comfortable with the idea of absolute free speech, do not run Freenet since that's what it's all about. It's that simple"

      Another way of looking at it is. If you do not want to commit aid in a felony do not run Freenet.
      Or If you do not want to aid in the abuse of Children do not run Freenet.
      I guess that makes it easy.

      Freenet is NOT just about absolute freedom of speech. You want to make it about absolute freedom of speech? Limit it to just text files. No encoding of binaries just text.
      You could then say anything you want. Freenet is taking it too far into complete freedom of action including that which harms people.
      What percentage of the files really have anything to do with free speech and how many are porn and warz. How much kiddie porn is on it?
      Sure if you want a warz and porn P2P network knock yourself out but admit it. Do not wrap it up in Freedom of Speech.

      --
      See my blog http://ilovecookes.blogspot.com/ for light hearted technical information.
    47. Re:Child pornography by Anonymous Coward · · Score: 1, Informative

      "If we do not believe in freedom of speech for those we despise we do not believe in it at all"
      -Noam Chomsky

    48. Re:Child pornography by finkployd · · Score: 1

      Change it so that people can choose what to support, and those items/issues/groups that deserve support will get more of it than they ever will under the all or nothing flag of freenet.

      The problem is that doing so would completely break freenet. The idea is that you have parts of encrypted files on your pc. I do not believe you can decrypt a part without having the whole thing, so how would you make a value judgement with just a part of a file, let alone an encrypted part?

      Finkployd

    49. Re:Child pornography by Anonymous Coward · · Score: 0

      "I'm sure there's lots of things I've left out, but my point is that responsability should come not from distributing information we do not like but from the harm one either directly intends to cause others or the harm caused by the carelessness of our words. Of course, such things really need to be codified in law only when there's real proof that such speech always causes harm. The rest should be left up to civil cases disputing whatever contracts were involved."

      In contrast to your position, I agree with the US Constitution's First Amendment, which states that the will be no laws "respecting" freedom of speech. Otherwise you open an infinite can of worms. Who decides what speech is "harmful." Who judges (and how do they judge) "intent." Speech cannot be regulated, only actions. You cannot regulate speech without regulating beliefs. You can't restrict speech without sanctioning thought police. The thing that's both marvelous and discouring at the same time is that the US founders realized this 230 years ago, but people still don't accept it.

    50. Re:Child pornography by Abcd1234 · · Score: 2, Insightful

      Child pornography is about the rights of a minor being trampled on by another person (a minor cannot consent to sex).

      Nooo... *production* of child pornography is about the rights of a minor being trampled on by another person. The pornography itself is merely a record of the event.

      This is different from the "shouting 'fire'" example because, in that case, the actual act of expression, the shouting itself, is what causes damage. Put another way, it's an excellent example of balance of harm: we are willing to limit a person's right to free speech (and thus "harm" them, in a loose sense) in order to protect others from being physically injured by a panicked mob.

      Child porn is not remotely the same. The expression (if you want to use that word) isn't what causes the damage. It's the creation of the work in the first place.

      Now, does that mean I think Child Porn is a-okay? No, of course not! However, I think the focus on distributors and collectors is highly misguided. People should be going after the producers. The people who are *actually* harming children.

      The current approach, OTOH, seems focused on trying to curb demand (and to get juicy soundbites on the news), but I would contend that that approach will be about as successful as Three Strikes laws for drug users.

    51. Re:Child pornography by LWATCDR · · Score: 1

      ""Well, allowing the posting of child pornography or terrorism-related materials offends universal sensibilities", but this obviously isn't true, or the material wouldn't be being posted in the first place (not to mention, one person's terrorist is another person's freedom fighter)."

      What a load of dung. So I guess genocide does not offend universal sensibilities since if it did it would never happen? What about raping and killing a child? That happens also. I will go so far as to say that you may write or read anything you want. But when a person is hurt in the making of something then it goes to far! You want to write how Hitler was great and everything that people say about him is a lie. Your a fool but be my guest. You want to post pictures of a child being raped. I want your butt under a jail.

      Just because someone somewhere thinks something is okay does not make it right!

      --
      See my blog http://ilovecookes.blogspot.com/ for light hearted technical information.
    52. Re:Child pornography by RichardX · · Score: 1

      It's very telling that you felt the need to add the following statement to your post - in the form of a disclaimer, no less:

      Disclaimer: Let me add that if a pedophile would hurt any kid I know, I'd be quick enough to rip his balls off. This same reaction applies to rapists.

      I don't mean telling about you personally, but just the general climate in which we live, where people automatically feel the need to insert some kind of statement threatening graphic violence against paedophiles, just to make it absolutely damn clear that they don't support that kind of stuff, or anything.

      As for using realistic modelling techniques, I don't know about other countries, but in the UK it's already illegal to make anything that could be construed as child porn - drawings, 3D models, etc.

      --
      Curiosity was framed. Ignorance killed the cat.
    53. Re:Child pornography by Anonymous Coward · · Score: 0

      The AC isn't saying that they "should" be prosecuted. He's saying that if you, or your government finds something offensive or illegal, then go after that. Don't go after the people who merely voice support for legalizing marijuana, or killing abortion doctors. Go after actual acts, actual things. Not thought-crimes.

      We all have our own views about what should be done in various cases, what should be illegal. That's why just erasing the distinctions between types of speech and letting the chips fall where they may is a good thing. If we started drawing lines then we could never stop. So speech is one thing. Actual acts are another.

      I may not agree with your views about how a certain act should be treated. But sovereign nations can assert themselves physically. Creating a way for free communication to flourish without interference is quite different than actually going out and "doing" something.

    54. Re:Child pornography by LiSrt · · Score: 1

      "As for using realistic modelling techniques, I don't know about other countries, but in the UK it's already illegal to make anything that could be construed as child porn - drawings, 3D models, etc."

      Actually, I remember talking to a law student friend about this and he said that probably only applies to representations that are high-quality enough to be indistinguishable from "real" stuff. Reason being, it removes the possibilty of using the excuse "it's not real -- it's all CG" for something that *is* actually real. Could be wrong, but it made sense to me.

    55. Re:Child pornography by LiSrt · · Score: 1

      "Just because someone somewhere thinks something is okay does not make it right!"

      Correct, but it makes it non-universal -- which was the point being made, something that "offends universal sensibilities" will offend *every* sentience that exists throughout the universe.

    56. Re:Child pornography by Tim+C · · Score: 1

      Don't go after the people who merely voice support for... killing abortion doctors.

      In many places, incitement to commit (serious) crimes is itself a crime.

      I do believe in free speech, but I also believe in taking responsibilty for the things that I say. If I encourage someone to break a law, and they do so, then I am partly responsible and should face the consequences.

      Note that that's different to "prevent people from giving that encouragement in the first place".

    57. Re:Child pornography by bigsmoke · · Score: 1

      It's very telling that you felt the need to add the following statement to your post - in the form of a disclaimer, no less:

      Disclaimer: Let me add that if a pedophile would hurt any kid I know, I'd be quick enough to rip his balls off. This same reaction applies to rapists.

      I don't mean telling about you personally, but just the general climate in which we live, where people automatically feel the need to insert some kind of statement threatening graphic violence against paedophiles, just to make it absolutely damn clear that they don't support that kind of stuff, or anything.

      I agree with your assertion. Before posting my comment, I was in doubt wether or not to include a disclaimer because such a threat seemed rather random and non-sensical in the given context. Yet, I included it, simply because I felt it necessary to cover my ass. I agree with you in that this very telling.

      A taboo that inflicts such strong feelings deserves at least some scrutiny.

      --
      Morality is usually taught by the immoral.
    58. Re:Child pornography by westlake · · Score: 2, Insightful
      We cannot allow filtering Freenet nodes without compromising anonymity, which is our number one priority. Sorry, but if you don't like it, don't run a Freenet node."

      The problem here is that anoymnity (and performance) requires a critical mass of users. From a coldly logical point of view, Freenet's association with hard-core pornography is a guarantee of failure.

    59. Re:Child pornography by Hentai · · Score: 1

      I would now like to posit Dill's Corrolary to Godwin's Law:

      "Pedophiles" may replace "Nazis" with no noticable change in effect. The initial choice of whether to invoke "pedophile" or "Nazi" invariably sets a precedent, which tends to crystalize the debate towards that invocation.

      Thank you.

      --
      -Hentai [in vita non pacem est]
    60. Re:Child pornography by LWATCDR · · Score: 1

      "Correct, but it makes it non-universal -- which was the point being made, something that "offends universal sensibilities" will offend *every* sentience that exists throughout the universe."

      Or it means that some entities fail to recognize a universal sensibility. If some moron decides that pi is 3 or that absolute zero should be -100c does not make it so. Just because someone decides that some horrendous act is sensible does not make it so.
      Once you accept the idea that right and wrong is all relative nothing works. If every viewpoint is just as valid then discrimination is okay if the person doing the discrimination thinks it is.

      Yes there are universal constants the question is do we know what they are yet?
      I would bet good money that sexual abusing children is a universal negative.

      --
      See my blog http://ilovecookes.blogspot.com/ for light hearted technical information.
    61. Re:Child pornography by kfg · · Score: 2, Insightful

      Another way of looking at it is. If you do not want to commit aid in a felony do not run Freenet.

      Exactly! That's the whole bloody point of the thing.

      You want to make it about absolute freedom of speech? Limit it to just text files.

      You have a peculiar definition of "absolute," nor do I see any reason why picutures of my violin should be banned from the net.

      You could then say anything you want.

      Your point of view of what constitutes kiddy porn also diverges from that of many of the people who decide just what is and is not felony kiddie porn. Here's a clue for you, virtually everything on the Internet is a felony, somewhere. Just ask Yahoo! about it.

      My current desktop wallpaper would be considered felony pornography by some. It's a family portrait. You can clearly see the faces of my wife and underage daughter.

      Freenet is taking it too far into complete freedom of action including that which harms people.

      Nobody has ever been harmed by a file transfer, the only action possible by Freenet. I'm afraid I now have to consider you one of those people who when the words "kiddie porn" are invoked has a mind that clouds over. Rational discussion is not possible in such a situation.

      Sure if you want a warz and porn P2P network knock yourself out but admit it. Do not wrap it up in Freedom of Speech.

      Except, of course, that that is innately part of freedom of speech. Jefferson himself even argued this. "Warz" only exists as a governmental form of limitation of speech, one that Jefferson felt was innately opposed to the very concept of republicanism and every other provision of the American Constitution. Porn has always been protected by the Constitution (bearing in mind that the Constitution did not apply to local government until after the Civil War).

      KFG

    62. Re:Child pornography by shutdown+-p+now · · Score: 1
      What about the fact it's just plain illegal?
      In what country? Age of consent varies widely in different jurisdictions.
      But actual kiddie porn is trampling all over the rights of those children and is illegal to start with, not even getting into the fact that you're supporting a network that destroys young lives. That stuff ruins kids for life.
      \begin{sarcasm}
      Oh, but of course. And terrorists can use it to plan their evil acts. I say, ban this evil network now! Think of the children! Something which allows the information to pass freely, without any form of censorship, is clearly a danger to any democratic society!
      \end{sarcasm}
    63. Re:Child pornography by Anonymous Coward · · Score: 0

      Get a fucking clue and a copy of Cleanex which allows you to remove anything you find objectionable from your node and refuse to route requests for it.

    64. Re:Child pornography by LiSrt · · Score: 1

      *shrugs* -- we're arguing about semantics here, I'm interpreting "sensibility" as "a (possibly incorrect) belief" -- you're not

    65. Re:Child pornography by Ash-Fox · · Score: 1

      Could use a BINARYASCII conveter... not really a problem to get around the text 'problem' that people would see.

      --
      Change is certain; progress is not obligatory.
    66. Re:Child pornography by Anonymous Coward · · Score: 0

      You're only as responsible as the mob or the non-mob makes you. Ie, such speech should only increase the chances of an illegal crime being committed against you, not cause you be charged with a crime or prevent those who harm you from being punished. The funny thing about encouraging someone to break a law is that in the end it's the person who actually does it who is responsible. Every attempt to shift the blame to their leader is used as a means of scape-goating and making the person a martyr for their cause.

      The best way to ensure people don't go about listening to crazy people command them to do things is to make them know the crazy person won't be punished, and it's only them who will be; such will motivate them to really question why said crazy person isn't commiting the action themselves, since either that'd make them a wuss or some "special" person who can't do wrong directly. Of course the real die-hards won't care either way, but then there's no way to stop that anyways. So, please don't encourage this idea that we can blame others for our actions.

      Being an individual means you can't blame others for making you do things, even under duress; the exception is if they literally make you a puppet. Coercion doesn't make you a puppet, as accepting that coercion is an acceptable means of making someone a puppet only validates the ability to control others through force. Without the power of being in control, the heckling leader will either give up or commit the crime themselves and be arrested. And that's a much quicker and simpler way to deal with such people.

    67. Re:Child pornography by Ash-Fox · · Score: 1

      No one has ever tried to defend murder or rape or burgulary as freedom of speech

      Of course not, those are actions taking place.. however the information created from that can become technically speech, and that's where freedom of speech would apply I believe.

      (I don't endorse the actions)

      --
      Change is certain; progress is not obligatory.
    68. Re:Child pornography by Ash-Fox · · Score: 1

      If some moron decides that pi is 3 or that absolute zero should be -100c does not make it so.

      I have a theory that it does for them.

      --
      Change is certain; progress is not obligatory.
    69. Re:Child pornography by Anonymous Coward · · Score: 0

      The destinction between giving somone a picture and abusing a child is artificial to you?!

    70. Re:Child pornography by bcrowell · · Score: 1
      Remember, there's a far better chance that text a government doesn't like (but that you do like) will be stored on your node than pics of little Suzie.
      That doesn't match up with my experience at all. I tried running a freenet node, and then poked around to see what kind of content people actually had on freenet. I saw lots and lots of listings that (at least claimed to) point to child pornography. I never saw anything that looked like political activism or dissent.

      Sure, you can refuse to run a FreeNet node because you're scared some evil recipe for "instant terror version 3.4" might get stored there or a nasty evil child pornographer might post some horrid icky pictures you don't like onto FreeNet and your node happens to harbor some of the data, but in that case you really are censoring in your own way.
      Not at all. Censorship is when the government makes it a crime to say what you want to say. I'm simply choosing not to subsidize child pornography with my computer and my network connection. It's like saying, "No, sorry, but I don't want you posting Aryan Resistance flyers on the side of my house." If you consider that to be censorship, then you have a very strange definition of censorship.

    71. Re:Child pornography by amphibian · · Score: 1

      Yes, there is. If there wasn't there would be no ISPs. In reality most ISPs make zero effort to block child porn or other illegal materials.

    72. Re:Child pornography by Anonymous Coward · · Score: 0

      There is no real difference between images and text and on the computer it's all 0s and 1s anyway.

    73. Re:Child pornography by srussell · · Score: 1
      remember under the law ignorance is not an excuse
      Although, with Freenet, it isn't ignorance of the law that protects you, but ignorance of the packet data.

      Freenet is designed such that any given file is broken up into packets, and that it is not possible -- given a packet -- to tell what the content of the entire file is. They've implemented this design with varying degrees of success, but the point is that:

      • You have some cache that has some packets in it. Some of these packets comprise files you've injected into the system, and some are packets that you've "captured" as requests have gone through your node. For these other packets, you don't know what their content is, and you have no way of discovering this information [1]
      • When you request a file, you connect to some nodes and pass along a request for packets with t. These nodes either return the packets matching the hashes you're requesting, if they have them, or pass along the request to nodes they're connected to. In either case, when they do finally return the packets to you, you have no idea whether those packets were cached on that node, or some other node down the tree [2]
      • Therefore, your culpability is limited to possibly caching parts of a file which you can reasonably deny knowledge of the contents, and to having relayed parts of a file with the same reasonable deniability.

      Caveat lector It has been, literally, a couple of years since I've looked at Freenet, and I'm certain that the design and implementation has changed. However, the concepts are pretty clear, and the only challenge is in the implementation.

      1. There is a way to decode the contents of a packet: by requesting the file which the packet belongs to, and comparing the packets you get. But the file hash the packet belongs to is not encoded with the packet itself, so this solution has an upper bound of N, for N files in the network.
      2. There are attacks for this, such as response time, and problems raised in implementing this algorithm, such as time-to-live. Again, these have been solved with varying degree of success.

      --- SER

    74. Re:Child pornography by laemas · · Score: 1

      >You want to make it about absolute freedom of
      >speech? Limit it to just text files. No encoding of
      >binaries just text.

      So If i rape a child, then type up a document describing it, that would be okay by you? Its just an ascii text file after all....

      To write an acurate description of child rape, the author _has_ to rape a child. Otherwise, its just guess work. You can "guess" pictures to, I could take adult porn, and photoshop it to look like child porn if I so wished.

    75. Re:Child pornography by westlake · · Score: 1
      The destinction between giving somone a picture and abusing a child is artificial to you?

      How would you react if your seven year old daughter was raped and videos of the assault were posted to the net? There is criminal abuse of the child in both the sexual assualt and in the distribution of the video.

    76. Re:Child pornography by 10101001+10101001 · · Score: 1

      At some level for any node to send information to any other node, it has to be aware of what information is being requested. This means, some identifier is being used to request the information. Because of the distributed nature of freenet, this further means that the identifier is indeed something complete enough that either directly be usable to read what is being requested or that it is possible to use the information to locate the full address of the requested information.

      A combination of these means it should be possible to track every site that is requested through one's machine and that it should equally be possible to deny any of the blocks associated with the sites one visits and dislikes by stating they don't exist (as well as to delete the blocks from the store, obviously). Further, it's possible to keep a list of such blocks on a public website so others can use it as a basis for blocking content.

      Freenet does take steps to try to prevent it from being clear what's all in the store. And Freenet takes steps to have deniability that one requests a file (there's the defense that someone else requested it, and you're simply a node to that end). But as far as I'm aware there's no way that traffic analysis at some layer (probably in the client after decryption) on either side of a connection couldn't be used to effective track what's being requested or use such information to block content one doesn't like.

      The only really important thing that cryptography comes into play is in ensuring that the content is indeed what you requested and not a poisoned request. But I doubt you'd claim simple hashes in an email message somehow stop a mail router from dropping the email message based on its content.

      --
      Eurohacker European paranoia, gun rights, and h
    77. Re:Child pornography by westlake · · Score: 1
      Go after actual acts, actual things. Not thought-crimes.

      Perhaps only Orwell could properly appreciate so "Orwellian" a distortion of language and ideas.

      But in the world of the federal criminal courts you cannot record, distribute or possess videos of a rape and claim freedom of thought as your defense.

    78. Re:Child pornography by RedBear · · Score: 1

      Freenet is NOT just about absolute freedom of speech. You want to make it about absolute freedom of speech? Limit it to just text files. No encoding of binaries just text.

      Yeah, that's a great idea. Very workable. Since text content and binary content are two completely different things that can't possibly be treated as interchangeable data types.

      I'm sure I could never foresee a situation where someone had a need to publish any kind of binary data on an anonymous network. It's not like any government around the world would ever think of censoring the publishing of photographs or videos. Unless they were illegal photos or videos, and everyone knows that illegal=="child porn" and nothing else. Never could I conceive of a government that would censor the publishing of photos or videos of its agents committing atrocities on their own citizens or citizens of another country. Nothing like that has ever happened. Therefore anyone who has a desire to be able to publish binary data anonymously MUST be a child pornographer. It's as simple as that. Black and white.

      Furthermore, since the presence of any amount of child porn on a network is valid criteria for terminating use of that network, we all have a moral responsibility to immediately cease using email. Indeed, we must cease using the Internet entirely. Anyone who continues to use the Internet henceforth will almost certainly try to justify it as being a freedom of speech issue, but brothers, we all know that since the Internet allows the transmission of binary data, including ENCRYPTED binary data, we all know it's not a freedom of speech issue. Rather, it is all about the illegal distribution of warez and porn (child porn, of course), being defended by flag-waving pedophiles. It is NOT about freedom of speech. If it were, they would have limited the Internet to only allow text transfers. Duh!

      LWATCDR, I'm sure your moral duty is as clear as mine, and like me you will never again log into the filthy, child-porn promoting Internet. Why, at this very moment your computer could be hosting a trojan file server containing images of child porn. To be safe, after you disconnect from the Internet you should format your hard drive. I'll be doing the same. It's too bad we won't get another chance to talk, but at least we will all have a clear conscience knowing that we are no longer supporting a P2P networking system that allows the easy distribution of child porn (along with some other stuff that doesn't matter).

    79. Re:Child pornography by AndreyF · · Score: 1

      How would you react if your seven year old daughter was raped and videos of the assault were posted to the net?

      C'mon... that doesn't mean they're the exact same thing. Don't argue a fight you know you've lost. What if I send an e-mail through a country that violates the censorship laws in that country, are all of the servers that passed on my e-mail liable?

    80. Re:Child pornography by Anonymous Coward · · Score: 0

      "The problem is, I don't think that these pornographic materials would really fufill the needs of a pedofile. Odds are, if someone is going looking for child porn, they are also looking for children to partake in their sick perversion."

      Well, I can't speak for anyone but myself, but I'm quite content just to look at lolicon manga. I've used real child porn in the past, but it leaves me feeling immensely guilty, and now I make a point of avoiding it. I *have never* and *will not ever* so much as approach an actual child for sexual purposes.

      "I certainly agree that a 16 year old boy looking at pictures of a 16 year old girl probably isn't all that harmful..."

      I used to feel this way, but I now strongly disagree. I believe that the primary reason that I am where I am today is that I started looking at pictures of naked 13 year old girls when I was 13, and I simply never stopped.

    81. Re:Child pornography by FooHentai · · Score: 1

      Any binary file can be encoded as ascii text and transmitted across said system. What's more, the process is trivial.

      So you can't make an anonymous system, then place restrictions on the kind of data it can transmit.

      This is made even more apparent because Freenet is open-source, and so for any text-only implementation, a few hacks here and there and the code can transfer binaries again.

      However, you could still argue that Freenet shouldn't put any features in place that make trading binaries easier (which it does). But images are binaries, and surely images in the modern world are a very powerful form of free speech. Being able to transmit images of atrocities and suchlike which would otherwise be censored.

      Then, if you concede that images could be protected, what's to distinguish an important image from an undesirable one? We're always back to the fundamental problem.

    82. Re:Child pornography by m50d · · Score: 1

      Exactly. The AC I replied to was claiming you can justify anything under free speech.

      --
      I am trolling
    83. Re:Child pornography by Anonymous Coward · · Score: 0

      >>To write an acurate description of child rape, the author _has_ to rape a child

      Or have been raped himself as a child.

    84. Re:Child pornography by Anonymous Coward · · Score: 0

      Bullshit. Terrorism has the purpose of lowering morale through violence against civillians. (Roughly - that's not an official definition but you get the idea.)

      A freedom fighter who fights for freedom isn't necessarily a terrorist and a terrorist isn't necessarily a freedom fighter.

      Furthermore "the line" on child pornography is drawn by society - which is to say the majority. The real truth is that yeah beauty IS youth and youth IS beauty, but THAT is mitigated by development and sexual maturation. Some girls mature faster than others - some 16 year olds have the bodies of apparent 20 year olds. (At least some did when I was 16...). Others don't.

      The point about child pornography is that its for people who get sexual gratification from looking at pictures of sexually undeveloped humans in sexually provocative or explicit poses. It should probably be treated as the mental disorder that it doubtless is.

      At the same time its dangerous for our kids and for the afflicted people: As a father I'd run you over with my car in a second if I thought you were looking at either of my (far far too young by about a decade) daughters that way. Then I'd back over you a couple of times just to be sure. Then I might set you on fire while chanting "Die motherfucker die." Sorry, bit of a rant there.

      Anyway... I thought the idea of Freenet sounded awesome, so about four (wait - this was before 9/11, so it must have been more like 7 or 8) years or so ago I set up a node, figured out the proxy stuff, ignored the warnings about using IE, and took a look around. The instant I saw a site claiming to contain child pornography - which I didn't click on - I knew that Freenet like so many other good ideas had been ruined by the god damned stupid humans infesting the planet. I shut down my node, uninstalled the software, and never looked back.

      I do believe in freedom. I don't believe in crime. I was expecting to see banned books, anonymous opinions on things, etc.

      Finally, there's liability. I don't give a FUCK where 16 year olds are legal, if it's not legal where you live and a court subpoena forces you to give up the password or rot in jail, guess what? Your computer might be found to have that crap on it and congratulations now you're convicted of a sex offense against a minor, or of aiding terrorists by providing them means to communicate, or any number of other things.

      Freenet can go fuck itself. Freedmon my ass - excuse for criminals is more like it.

    85. Re:Child pornography by TheoMurpse · · Score: 1

      I could take adult porn, and photoshop it to look like child porn if I so wished.

      Incidentally, as of 1996 (Child Pornography Prevention Act), that is also illegal.
      1(5) - This makes simulated child pornography (photoshopped faces on adults' bodies) illegal
      1(6)(A) - This makes blocking out someone's face in pornography illegal because it would "obscure their identity"?
      1(6)(B) and (C) - This also makes simulated child pornography (photoshopping) illegal
      1(8) - This justifies the illegality as preventing a person from being "seduced" into becoming a child molester.

    86. Re:Child pornography by DeadScreenSky · · Score: 1

      Wasn't part of that overturned by the Supreme Court? I know they addressed the idea of "virtual child porn" pretty recently - I think that is the same law involved with that case...

      --
      There is no excellent beauty that hath not some strangeness in the proportion. -- Francis Bacon
    87. Re:Child pornography by Anonymous Coward · · Score: 0

      You aren't FORCED to use Freenet. If you don't like not having control over what you distribute, then don't give that control up. The price you will pay is lack of access to any material anonymously distributed to the world via nodes who are willing to give up control of what they host in order to have access to content on an anonymous network.

    88. Re:Child pornography by Anonymous Coward · · Score: 0
      Anonymity of speech does not relieve you from responsibility of speech - it only relieves you of personal retaliatory consequences of speech. The ideas can be shot down, but the person who stated them is safe. It's impossible to shoot the messenger if the message is anonymous.

      Sometimes the message that needs to be heard by a group, is the one nobody dares to say: "Let's not gas the Jews" for instance. Absence of dissent is common in intimidating environments, and is often mistaken as evidence of assent. It lets bullies get their way through fear.

      If there is an idea that is so offensive, then the Idea should be attacked, not the person who had the idea. This is because even if you shoot the messenger, the message still exists, and there will always people who hold the idea - especially if it seems worth suppressing.

  4. Freenet is not so anonymous by Aviran · · Score: 5, Informative

    A very interesting article about flaw in Freenet

    --
    http://www.aviransplace.com
  5. fork by F�an�ro · · Score: 1

    I won't be the last to say it, and probably not the first either:

    you can always fork. If you do not agree with the current developers' direction, fork.

    1. Re:fork by Anonymous Coward · · Score: 0

      You only said that because of the quote at the bottom of the page...damn subliminal messages...

    2. Re:fork by Anonymous Coward · · Score: 0
      you can always fork. If you do not agree with the current developers' direction, fork
      He could, except Newsbyte doesn't actually write code, he just likes to criticise those that do.
    3. Re:fork by op12 · · Score: 1

      In Soviet Russia, road forks you! Peter: "Man, that gets old fast."

  6. Newsbyte is a well known troll by Sanity · · Score: 5, Informative
    Newsbyte is a well known on the Freenet mailing lists as a troll who likes to criticise Freenet's developers, yet hasn't actually contributed a single line of code to the project in his several years of trolling the mailing lists. Needless to say that this doesn't prevent him from lecturing the Freenet developers at every opportunity. I personally routinely ignore his emails.

    Matthew has indeed indicated that he believes it is essential that we support "trusted links" in Freenet, and the other core Freenet developers, myself included, agree with him - so Newsbyte's attempt to stir that up into some kind of controversy is just another example of his trolling.

    I have no idea where Newsbyte's accusation that we are relying on security through obscurity comes from, certainly the archived email he links do doesn't seem to support any such claim.

    As for the blog entry he links to, it essentially boils down to whining about why we don't implement each and every one of his suggestions.

    When considering the value of Newsbyte's opinions, I would urge you to look first at what he has actually contributed to the project, versus those that he seeks to criticise.

    1. Re:Newsbyte is a well known troll by TripMaster+Monkey · · Score: 1



      Gaaah...you're absolutely right, Sanity.

      I think reading his blog gave me cancer.

      Thanks for the heads-up on this guy.

      --
      ____

      ~ |rip/\/\aster /\/\onkey

    2. Re:Newsbyte is a well known troll by Uruk · · Score: 2, Insightful

      How about using this opportunity of discussion on Slashdot to bring up some of your own thoughts on Freenet? I for one used it regularly quite some time ago, but I got lost in all of the network upgrades and software transitions that left me with nothing but RNF and DNF messages even after having run a node for several days.

      I'm really, genuinely interested in this project, and I'm all ears to hear about any forward movement or positive momentum the project has. Let us know about it.

      Whether or not Newsbyte is a tool isn't really an interesting issue - let's talk about the ideas that are going to make the network actually usable!

      --
      -- Truth goes out the door when rumor comes innuendo. -- Groucho Marx
    3. Re:Newsbyte is a well known troll by IgnoramusMaximus · · Score: 0, Troll
      Matthew has indeed indicated that he believes it is essential that we support "trusted links" in Freenet, and the other core Freenet developers, myself included, agree with him - so Newsbyte's attempt to stir that up into some kind of controversy is just another example of his trolling.

      The whole idea of "trusted" links is beyond stupid. I will skip the obvious question of a reliable method of obtaining "trust" and proceed to this: the stated purpose of Freenet is to protect free speech of dissidents in places such as China. As in allowing them to access a global, protected network to express their views and obtain "restricted" infromation. Turning Freenet into an equvalent of a terrorist cell system, where members are introduced to each other based on their membership in the same group defeats this purpose. Furthermore, other much more mature and effective systems exsist to exchange data in such cells, such as email involving encryption and steganography. To add an insult to injury, Freenet is useless in places where mere use of the system is equivalent to hanging a sign "Dissidents live here" outside a window.

      In short, the "darknet" is a last-ditch, desperate attempt at making the ... kiddy porn network survive, because the only people to whom this model is suitable are ... pedofiles.

    4. Re:Newsbyte is a well known troll by Sanity · · Score: 5, Informative

      How about using this opportunity of discussion on Slashdot to bring up some of your own thoughts on Freenet?

      With pleasure. Freenet has indeed had its fair share of problems, including an increasingly complex codebase that suffers from a lot of legacy code and abandoned ideas. That is why Freenet 0.7, the next major release, will be quite a significant rewrite.

      Here is a recent email I sent describing the plan for 0.7:

      People could be forgiven for thinking that the project had somewhat
      stagnated given the lack of activity on these mailing lists, so I
      wanted to provide an update because this could hardly be further from
      the truth.

      Oskar Sandberg, Matthew, and I have been developing some ideas for 0.7
      which represent an even more fundamental architectural shift than have
      been proposed to-date, and which should address one of the most
      fundamental shortcomings of Freenet as it relates to Freenet's usage in
      a hostile environment, and which I believe represents a significant new
      innovation in the P2P-space.

      As most people will be aware, Oskar was one of the core Freenet
      developers in the first few years of the project. He is now working on
      a PhD in Mathematics. Over the past few months he and I have been
      collaborating on gaining a much deeper mathematical understanding of
      how Freenet does what it does. While this work is far from complete,
      it has given us some extremely useful insights and much more confidence
      in determining what aspects of Freenet's design work well, which don't,
      and why.

      To understand the new idea, I should start with some theoretical
      background. Consider a simple "graph". A graph in the mathematical
      sense consists of a set of nodes, some of which are connected to
      each-other. At this stage nodes don't have a position in space, all we
      know or care about them is which nodes are connected to each-other. We
      can assume that connections are bi-directional.

      The "diameter" of a graph is the minimum number of nodes you must go
      through to get from any one particular node to any other particular
      node in the graph. Note that it may not be easy to find this path, but
      the important thing is that it exists.

      There is a mathematical result which tells us what kind of graphs have
      a small diameter. Basically imagine we have three nodes, A is
      connected to B, and A is also connected to C. The mathematical result
      says that if, given that both are connected to A, there is an increased
      probability that B is connected to C, then the graph will have a small
      diameter.

      So, if we have a graph that has this property then we know that we
      *can* get from any one node to another in a small number of steps, but
      we don't necessarily know *how*.

      Now imagine that each node in the graph has a position in space, this
      can be 1 dimensional, 2 dimensional, 20 dimensional space, it doesn't
      matter too much. Imagine that we want to get from one particular node
      in this graph to another particular node. A simple approach is, from
      our starting node, go to whichever node we are connected to is closest
      to the node we want to get to. This approach will work quickly in a
      graph that is a "small world". In essence, a small world graph is
      where there is a higher probability that nodes which are close together
      are connected than nodes which are far apart.

      In the ideal case, the probability that two nodes are connected is
      proportional to 1/(d^n) where d is the distance between them, and n is
      the number of dimensions in the space in which our nodes reside. This
      mathematical result is due to Kleinberg.

      A small-world graph therefore not only has a small diameter, but
      provides an efficient means to find it.

      Anyway, back to the story. One of Freenet's weaknesses in terms of its
      usefulness in a hostile environment, is tha

    5. Re:Newsbyte is a well known troll by Anonymous Coward · · Score: 0

      Java actually.

    6. Re:Newsbyte is a well known troll by lousyd · · Score: 1, Flamebait
      Whether or not Newsbyte is a tool isn't really an interesting issue - let's talk about the ideas that are going to make the network actually usable!

      I agree with the notion that Newsbyte is a troll and not worth listening to. I also agree that it'd be much more interesting to talk about the network/project itself.

      In my personal opinion the project *has* moved forward, in the form of a (not-quite-) forking. A long time ago, a talented coder named jrandom showed up on the Freenet development list and announced that he had a great idea about how to make Freenet better, and if Freenet didn't want to implement his idea, he understood, but he was going to fork it. Well, Freenet didn't want to implement his idea, and he has essentially forked it. Only, it became much more than a simple fork. It turned into a project all its own, with very different design goals, but with the same philosophy of providing an anonymizing network. And his network actually works. Now. As far as I'm concerned, it's the phoenix rising in the ashes of Freenet.

      --
      If aspiration is a virtue, achievement cannot be a vice.
    7. Re:Newsbyte is a well known troll by Sanity · · Score: 1
      I will skip the obvious question of a reliable method of obtaining "trust"
      Well, if you don't know anyone that you actually trust, then I'm afraid you have some pretty serious issues to deal with. I suggest you stop wasting time on /. and see a therapist.
      Turning Freenet into an equvalent of a terrorist cell system, where members are introduced to each other based on their membership in the same group defeats this purpose.
      You have missed the point, which is that its a scalable darknet. You might only be connected to a few trusted people, but you are indirectly connected, through those people, to a global network.
      In short, the "darknet" is a last-ditch, desperate attempt at making the ... kiddy porn network survive, because the only people to whom this model is suitable are ... pedofiles.
      Ah, I see, Freenet is a "kiddy porn" network, at least we know where you stand on freedom of communication.
    8. Re:Newsbyte is a well known troll by evanbd · · Score: 1
      As in allowing them to access a global, protected network to express their views and obtain "restricted" infromation. Turning Freenet into an equvalent of a terrorist cell system, where members are introduced to each other based on their membership in the same group defeats this purpose.

      How so? If I'm connected to 3-5 trusted friends, each of whom is also connected to 3-5 friends, that can turn into a globe-spanning network given a reasonable number of hops. Where is the contradiction? The idea is not independent cells of small groups of friends, but rather an interconnected mesh. Think Kevin Bacon game.

      Freenet is useless in places where mere use of the system is equivalent to hanging a sign "Dissidents live here" outside a window.

      That's exactly the point of trusted links. If the node addresses aren't published, and the links are relatively stable, then those links can be camouflaged as other traffic. If you don't have trusted links, then you can spider the network to find nodes. If you allow the massive connection churn of the current network, then nodes have an easily identifiable traffic signature, regardless of any attempt at camouflage.

      In short, the "darknet" is a last-ditch, desperate attempt at making the ... kiddy porn network survive, because the only people to whom this model is suitable are ... pedofiles.

      Oh, now I know you're trolling. Never mind.

    9. Re:Newsbyte is a well known troll by Uruk · · Score: 1

      Don't leave us hanging. What's the name of the project, and where can we check it out?

      --
      -- Truth goes out the door when rumor comes innuendo. -- Groucho Marx
    10. Re:Newsbyte is a well known troll by dbamps · · Score: 1

      Since when does one have to contribute to something, before one has the right to critisize it?

    11. Re:Newsbyte is a well known troll by Sanity · · Score: 2, Insightful
      And his network actually works. Now. As far as I'm concerned, it's the phoenix rising in the ashes of Freenet.
      I2P is a cool project, but it is doing something rather different to Freenet. The next version of Freenet actually seeks to solve one of the core problem affecting all anonymity systems, including both the current Freenet, Tor, I2P, and others, which is that of "harvesting" nodes. If the Chinese government can, with relative ease, obtain a list of all nodes in your network - then you have problems. Freenet is the only one of these projects actually making headway on this.

      Now it may well be that Freenet does the pioneering work on this, and it is then adopted by other projects, as has happened with many of Freenet's innovations - and that would be fine. Freenet is happy to be a R&D lab for anonymity ideas so long as they enrich the options available to the entire anonymity community.

    12. Re:Newsbyte is a well known troll by NoMoreNicksLeft · · Score: 2, Insightful

      How so? If I'm connected to 3-5 trusted friends, each of whom is also connected to 3-5 friends, that can turn into a globe-spanning network given a reasonable number of hops.

      Great idea! Now, just dump the freenet middleman, run openvpn tunnels to those 3-5 friends, route IPv4 the way it's been done for the last 20 years, and we can have a true layer3 network!

    13. Re:Newsbyte is a well known troll by m50d · · Score: 1

      I think he means I2P. It's just a layer thing (there's an azureus plugin, but that still leaves you relying on centralised points for your torrents), and it's java, so I prefer gnunet, which works as a more conventional p2p network.

      --
      I am trolling
    14. Re:Newsbyte is a well known troll by Anonymous Coward · · Score: 0

      Could you explain or post a link explaining what this node harvesting problem is? I've not heard of it before.

    15. Re:Newsbyte is a well known troll by evanbd · · Score: 1
      Great idea! Now, just dump the freenet middleman, run openvpn tunnels to those 3-5 friends, route IPv4 the way it's been done for the last 20 years, and we can have a true layer3 network!

      You can? Complete with the ability to route across all those networks, with no centralized IP assigner, no broadcast routes, no backbone routing, distributed caching of content, plausible deniability on requests and inserts, and the ability to publish content without neccessarily always being online?

      Because if you can do that, you've managed quite a trick. I'd even go so far as to say you've reimplemented Freenet, without the crypto. Which is a shame, because integrating the crypto into Freenet add more anonymity guarantees than separating it into a VPN layer. Oh, and you've probably also increased the software complexity from the point of view of what the user has to deal with.

    16. Re:Newsbyte is a well known troll by stry_cat · · Score: 1

      I don't understand. Are you saying we shouldn't do this? I've done this with some friends just for kicks.

    17. Re:Newsbyte is a well known troll by IamTheRealMike · · Score: 1

      Maybe so, but in his blog he claims he contributed a lot in many other ways - by running nodes, providing hosting, even funding the project with his own money. Are you saying this isn't correct?

    18. Re:Newsbyte is a well known troll by Anonymous Coward · · Score: 0


      "Since when does one have to contribute to something, before one has the right to critisize it?"

      Doesn't seem like a rights thing. In fact, it sounds like he's exercising his right to criticize.

      But because he hasn't seized the opporunities to actually contribute something useful, people ignore him.

      I hope you're not suggesting that his right to criticize infers any obligation on anyone else to listen to him.

    19. Re:Newsbyte is a well known troll by IgnoramusMaximus · · Score: 2, Informative
      How so? If I'm connected to 3-5 trusted friends, each of whom is also connected to 3-5 friends, that can turn into a globe-spanning network given a reasonable number of hops. Where is the contradiction? The idea is not independent cells of small groups of friends, but rather an interconnected mesh. Think Kevin Bacon game.

      Because its a fallacy. This is how Amway builds its pie-in-the sky "network marketing" pyramide scams. The way it works in the real-life is that the "trust" networks are very fragmented and dis-continuous. A small number of people to a cell, dis-separate from all other cells. More oppressive the conditions, smaller cells. Attempting to establish a new link is the greatest risk action in such a network and thus taken very rarely and with paranoid precautions. People who equate "random forum posters who know secret l33t handshake" with establishing trust in a life-or-death situation are laughable.

      That's exactly the point of trusted links. If the node addresses aren't published, and the links are relatively stable, then those links can be camouflaged as other traffic. If you don't have trusted links, then you can spider the network to find nodes.

      I dont care for either model, they are both useless. In the first case, steganographic email is far more efficient and safe as it involves no suspect software such as Freenet client and in the second case... the churning and other nonsense are artifacts of useless design. Whichever way you look at it Freenet brings nothing positive to the world of dissidency. Worse, it needlessly exposes naive people to additional danger by persuading them that it is somehow "safer" while being the exact oposite.

      Oh, now I know you're trolling. Never mind.

      Oh far from it, although the users of the questionable contents of Freenet seem determined to troll rate me off this discussion. The main reason the "darknet" is more suitable for criminals is because contrary to the claims of the developers, no large-scale network can be made of dissident cells in this manner. Only small criminal gangs can find use of this system, hoping to bamboozle authorities by hiding behind "free speech".

    20. Re:Newsbyte is a well known troll by Anonymous Coward · · Score: 0


      "So you have to contribute with C code now to be allowed to come with opinions and critics about an application, or else routinely get ignored?"

      Not at all. But it is your own misfortune if you come across as a jerk. It's just not a good way to persuade people toward your point of view.

      You can mitigate the "being a jerk" factor somewhat, if you actually contribute something useful, but it would need to be all that much more compelling than if the same thing were contributed by someone who is pleasant to deal with.

      I get the feeling that you're trying to stand up to someone who you'd killfile at the first encounter, yourself.

    21. Re:Newsbyte is a well known troll by NoMoreNicksLeft · · Score: 3, Interesting

      with no centralized IP assigner

      Yeh. It's pretty simple, when you think about it. Of course, still restricted to 10.x.x.x, but if you outgrow that, I think you oughtta be able to figure out a solution.

      no backbone routing

      Yeh, the internet itself was meant to be decentralized. It sort of forgot that. I was thinking a regular geometric mesh, probably square grid, 3d +. Which leads back to your first snide comment, assigning addresses. Where you are in the mesh, gives you coordinates. So, you might get something like 10.x.y.* for your IP address. Better yet, ignore the byte boundary, and go with more dimensions, (/26s with 6bit 3d sounds nice, though maybe 3bit 6d even). Make it so no one is a backbone, and have it massively redundant, a fabric even.

      distributed caching of content

      Why? Find some people on the network that are distant to you, and would be willing to set up a dozen mirrors. If they disagree with you, they shouldn't have to mirror it for you.

      plausible deniability on requests and inserts

      Better yet, do https inside the openvpn tunnels. Even a router inside the darknet can't sniff your traffic.

      and the ability to publish content without neccessarily always being online?

      If you are absolutely incapable of being online 24/7, fine. Find me on such a darknet. Tell me why your content is so important. I'll be moved to mirror it for you, or even set up a proper vhost for it, complete with limited shell access.

      Half the problems you bring up were solved *YEARS* ago. But no, let's re-invent the wheel, just so you can dream up convoluted crypto schemes.

      Oh, and you've probably also increased the software complexity from the point of view of what the user has to deal with.

      The user only needs to install OpenVPN, or for that matter, any vpn client they choose. I have used ipsec (freeswan) from time to time, and even messed around with poptop. Simpler than freenet, looks like a local area connection on windows.

      I'd even go so far as to say you've reimplemented Freenet, without the crypto.

      No, just gotten rid of the dorky DHT thing. OpenVPN uses SSL, and what's that quote about people thinking they can do a better job of crypto than SSL? Inside the tunnels, do it right from the beginning. Ridicule and harass those that don't use HTTPS from the beginning. Make fun of them. Use SSH only,the few times you need to remote shell around in it. Use IRC with the SSL modules, or better yet, use silc.

    22. Re:Newsbyte is a well known troll by NoMoreNicksLeft · · Score: 1

      Are you saying we shouldn't do this?

      Dump the freenet middleman: Yes, do this.
      Run VPN tunnels to friends, just for kicks: Yes, do this also.

      But better yet, do it with more than just a few friends. Ever tried to see how big such a network could become? Me neither. It's about time someone tried.

    23. Re:Newsbyte is a well known troll by Anonymous Coward · · Score: 1, Informative

      Simple -- Freenet was designed on the assumption that hosting certain types of content was the crime against the state that users would be trying to avoid.

      But, the real problem is this -- if you might be commiting a crime by hosting a freenet node, then the state will just go ahead and make hosting a freenet node (or similar type of node) a crime in and of itself.

      Now, how do you host a freenet node with no one except other members of the network knowing you're hosting a freenet node?

      In the current architecture, you can scan the traffic of a node, and observe the behaviour and how it relates to other hosts on the internet, and determine not only if a user is running a freenet node, but where the connecting nodes are on the internet.

      Solve that problem.

    24. Re:Newsbyte is a well known troll by IgnoramusMaximus · · Score: 1
      Well, if you don't know anyone that you actually trust, then I'm afraid you have some pretty serious issues to deal with. I suggest you stop wasting time on /. and see a therapist.

      Any dissident reading this should imeediately be able to ascertain the utter stupidity of Freenet. Pay attention because your freedom and life might depend on it: these clowns are telling you that finding people to trust with your life is something as easy as going to some "l33t" forum and typing "let me in d00des". I am not sure if there was ever a more to the point commentary on how dangerous and useless Freenet really is.

      You have missed the point, which is that its a scalable darknet. You might only be connected to a few trusted people, but you are indirectly connected, through those people, to a global network.

      No it is you who missed the point. There is no such thing as scaleable darknet. By definition, under dangerous conditions, the dissident cells are dis-separate and very weary of making any sort of connections. The inane arguments about who we are all only 2-3 people away from each other are the same kind of fallacy as the various "get-rich-quick" network marketing schemes which claim you can become millionaire if you onlu convince 3 people to buy your soap and each of them convinces other 3 etc. Idiotic schemes like this have been with us for a looong time and one would think that by now supposedly educated people would no longer fall for them.

      Ah, I see, Freenet is a "kiddy porn" network, at least we know where you stand on freedom of communication.

      From the "free speech" pont of view Freenet is dangerous and counter-productive to its main stated purpose: protecting dissident voices. While at the same time it seems to be much friendler to kiddie porn. One simply draws conclusions from what is happening. If the political dissent from extremely dangerous and repressed places out-weighted the porn even by 10%, I would say that putting up with the vicious smut might be a neccessary evil. But Freenet is near useless for politics and marginally useful for kiddie porn. From there one has to draw conclusions.

    25. Re:Newsbyte is a well known troll by evanbd · · Score: 1
      OK, so if you can assign addresses, route, and be resistant to attack, the other problems are probably solveable. I've never actually used VPN, so I'm far from an expert on what it can and can't do. I'm realy not trying to be obnoxious or trolling or whatever, I just think that solving these problems in the face of a determined attacker is far harder than you give credit for.

      I'm still confused about how you assign addresses. I join the network. Who decides where in your 3D coordinate space I'm sitting?

      OK, so now I'm sitting at (2, 7, 23). How many hops are required to get to (96, 172, 243)? Is it smaller than the manhattan distance? If so, where do the non-adjacent routes come from, who sets them up, etc?

      So now I'm sitting at (2, 7, 23). I'm publishing objectionable material. So, someone else decides they're going to take that same address. Who decides who the correct owner is? What prevents him from censoring me?

      So an attacker decides to take down the whole network, and starts setting up lots and lots of nodes on the network that look mostly functional but don't route well enough. Can the VPN route around them? Even in the face of a significant fraction of the network being bogus nodes?

      Don't all these questions become rather difficult in the face of a competent attacker with resources who is on the network? And if that's not a problem you're prepared to solve, then you're not solving the same problem as freenet.

    26. Re:Newsbyte is a well known troll by Sanity · · Score: 1
      Any dissident reading this should imeediately be able to ascertain the utter stupidity of Freenet. Pay attention because your freedom and life might depend on it: these clowns are telling you that finding people to trust with your life is something as easy as going to some "l33t" forum and typing "let me in d00des".
      Any dissidents will, by now, have recognised your trolls for what they are. In a darknet you connect to people you trust, you form those trust relationships independently of Freenet. If you do-so on the basis of a "let me in d00des" on an IRC channel then you are a moron.
      The inane arguments about who we are all only 2-3 people away from each other are the same kind of fallacy as the various "get-rich-quick" network marketing schemes which claim you can become millionaire if you onlu convince 3 people to buy your soap and each of them convinces other 3 etc.
      What a moron. It is a recognised mathematical fact that networks of human relationships have a small diameter. Read up on small world networks before you continue to make a fool of yourself.
    27. Re:Newsbyte is a well known troll by Anonymous Coward · · Score: 1, Interesting

      By deciding who to talk to based upon who you already know, wouldn't you be exposing your trust network to traffic analysis?

      I tried Freenet a while back. It appeared that the typical way of writing a Freenet site is to write HTML, which is checked and slightly re-written by the Freenet "proxy". I don't consider this to be safe at all; browsers understand all kinds of lax code, and you need to be able to anticipate every single browser laxness in order to work this way securely, and that's impossible.

      A more secure solution would be to write the Freenet sites in a simple XML dialect and transform them to regular HTML with the Freenet proxy.

      On the other hand, I didn't investigate the issue fully, and it's been a while, so if I'm operating on false assumptions, please correct/ignore me at will :)

    28. Re:Newsbyte is a well known troll by IgnoramusMaximus · · Score: 1
      Any dissidents will, by now, have recognised your trolls for what they are. In a darknet you connect to people you trust, you form those trust relationships independently of Freenet.

      ... which makes Freenet utterly redundant and exposes you to danger by its needles use. Trade your messages embedded steganographically in images, post allegoric poems on art boards, write witty satire and do all of these other things many a dissident did before you: because they work. Do not trust these clowns with their techno-babble, Freenet will get you imprisoned or killed, its new version is aptly called "dark-net" to describe the brightness of the minds that conceived it.

      It is a recognised mathematical fact that networks of human relationships have a small diameter.

      Again, dissidents, pay attention. These clowns believe that life-or-death trust equals a "relationship", like say, being together at the same bus stop on Tuesday. This is probably why matematicians do not lead underground political movements. They would get everyone killed in no time. Their argument goes something like this: "I breath air, you breath air, the dude in Uganda does too ... ergo we trust each other! Voila! A globe-spanning dark-net!". These people would be laughable if they werent so dangerous. Excercise for the reader: If Bob trusts Alice and Alice trusts Joe but Bob and Joe are mortal enemies, what happens if both Bob and Joe join a network via Alice? Write your answers to the "Uber K3wl DaRk-NeT GaNG", c/o Sanity@Slashdot.

    29. Re:Newsbyte is a well known troll by NoMoreNicksLeft · · Score: 2, Interesting

      I've never actually used VPN, so I'm far from an expert on what it can and can't do. I'm realy not trying to be obnoxious or trolling or whatever, I just think that solving these problems in the face of a determined attacker is far harder than you give credit for.

      Actually, I had figured you as one who has only ever used ipsec. Haha. It can literally be a bitch... openvpn is a simple install, a 6-10 line config file, and you're done. Looks like a second network adapter, acts like one. Hell, it's only a single port to open in a firewall, and can be udp or tcp.

      Solving some of the problems is going to be difficult. Some of the layer 4 to layer 7 protocols we'd like to use, that claim to have "secure" implementations never really had this sort of security in mind. What happens when you discover that even SSL/TLS smtp/pop3 aren't good enough, that even if they can't eavesdrop, just the fact that you sent an email there is sensitive? Some protocols, like HTTPS will survive, others may not.

      I'm still confused about how you assign addresses. I join the network. Who decides where in your 3D coordinate space I'm sitting?

      I'm at 1,2,3. I invite you. You might then be able to be at:

      0,2,3
      2,2,3
      1,1,3
      1,3,3
      1,2,2
      1,2,4

      Some of those might already be taken. Others might make you a neighbor/partner to people you aren't allowed to partner with* (more on that later). But, you pick one, and let everyone know it's yours.

      OK, so now I'm sitting at (2, 7, 23). How many hops are required to get to (96, 172, 243)?

      Not familiar with manhattan distance. Think I know what you mean. With a traditional grid, yeh, that computes distance. But say we go with 3bit dimensions, which allow coordinates to be 0-7. We can actually set up 0 to be adjacent to 7, and if we do that in every "direction", we have halved all hop distances, barring a bunch of routes down in the middle somewhere.

      So now I'm sitting at (2, 7, 23). I'm publishing objectionable material. So, someone else decides they're going to take that same address. Who decides who the correct owner is?

      First come, first serve. He doesn't get to pick his address anyway, it's based on who invited him. But even if it is a valid location for him, you got there first. Anyone actively attacking the network like that, assuming that I'm a neighbor/partner will get a "ifconfig tun99 down" really quick. And I'll let the other neighbors know what I'm seeing, they can do the same.

      So an attacker decides to take down the whole network, and starts setting up lots and lots of nodes on the network that look mostly functional but don't route well enough. Can the VPN route around them? Even in the face of a significant fraction of the network being bogus nodes?

      I don't know. Honest. Can we somehow detect bogus nodes, can we fight it? Route around them maybe, but that won't be enough. I think this is only realistic on a small, growing network. At some point, it could concievably be big enough that this wouldn't be an issue. So, now all we need are 400,000 people willing to run nodes. Got any friends?

      * I'd also add that I think it's a good idea to make all such tunnels/links international in nature. The people who can hurt you the most are in your own country, so don't connect to them, and they'll never know what you're saying on this network. Let's see them serve a wiretap/search warrant in another nation...

    30. Re:Newsbyte is a well known troll by IgnoramusMaximus · · Score: 1
      Dump the freenet middleman: Yes, do this.

      Couldn't agree more. If you are indeed a political dissident that is. For kiddie porn, the "dark-net" model seems more useful because it allows to form networks with people whom you "trust" to have the porn but whom you do not trust to actually make a ssh link to. Of course, if you are a dissident, the whole idea of Freenet is prepostrous and you are far safer and much more effective posting allegory and witty poems on art (wink-wink) boards, passing messages hidden in birthday wishes to fellow dissidents or tossing leaflets from hiding onto a busy market. By having a Freenet client on your computer, you make yourself an immediate target for investigation, and the way Freenet stands today, an investigation under quite plausible auspices of looking for kiddie porn. Useless is too weak a word to describe the utility of Freenet to dissident political movements.

    31. Re:Newsbyte is a well known troll by N3wsByt3 · · Score: 1

      "I agree with the notion that Newsbyte is a troll and not worth listening to."

      Obviously, I disagree. ;-)

      But, even if I *were* a troll, it still doesn't say anything about the arguments I raised. I mean, how can one value the worth of what has been said the best? By giving arguments and examples, or by shrugging it of as being 'trollish'?

      "It turned into a project all its own, with very different design goals, but with the same philosophy of providing an anonymizing network. And his network actually works."

      Weird. This is almost the same I pointed out on my blog too. So maybe you are saying the same things as a troll? And if so, maybe that troll is right about other things as well?

      --
      --- "To pee or not to pee, that is the question." ---
    32. Re:Newsbyte is a well known troll by NoMoreNicksLeft · · Score: 1

      I'm not a kiddyporno freak. Hard to claim I'm a dissident. I think rabblerouser is the correct term.

      If you're outside the USA, send me an email. Maybe we should talk...

    33. Re:Newsbyte is a well known troll by IgnoramusMaximus · · Score: 1
      If you're outside the USA, send me an email. Maybe we should talk...

      I live in Canada and so far our need for underground, secret channels of communication is not pressing (knock wood). I am subjecting myself to angry troll ratings and what not here for the purpose of warning people to stay away from Freenet as it is a deeply flawed (and getting worse) "solution" to a problem of secure and anonymous communications.

      In fact, I am not sure that a solution which fullfills all of these requirements is even possible on a public network, all of the things people propose are subject to most of the flaws of Freenet and a simple slogan painted on a public wall in the dark of the night defeats most of them handsomly in all important political aspects (and bonus, it requires no computer to access).

    34. Re:Newsbyte is a well known troll by NoMoreNicksLeft · · Score: 1

      I live in Canada and so far our need for underground, secret channels of communication is not pressing (knock wood)

      This is actually true for most people (with the exceptions of those living under truly oppressive regimes like China or N. Korea).

      Maybe though, it wouldn't be a bad idea to line up some channels of communication before it becomes difficult to do so?

    35. Re:Newsbyte is a well known troll by excaliber19 · · Score: 1

      Damn slashdot modding. This parent isnt flamebait. Mod it up.

    36. Re:Newsbyte is a well known troll by IgnoramusMaximus · · Score: 1
      Maybe though, it wouldn't be a bad idea to line up some channels of communication before it becomes difficult to do so?

      My personal opinion (untested) is that something similiar to painting grafitti or throwing leaflets from rooftops would be much more practical then all the current models.

      I was thinking along the lines of storing contents steganographically in innocuous public places, such as random public forums, as images cached by Google with hidden data, etc. Something that a) does not require any special tools to access (other then to decode off-line) and the patterns of use of the regular tools are impossible to distinguish from normal use, b) the secret contents is split up among various seemingly unrelated items, posting of which can be done in various times and until the final piece is posted, the whole contents is undeciphreable. This allows for composing slowly a large file out of small chunks posted from internet caffes and what not.

      The whole idea is to re-create the relative security of someone painting a slogan on a wall, people looking at it are just going about their regular business and the poster can evade the authorities by composing the message while invisible.

    37. Re:Newsbyte is a well known troll by Bob+Uhl · · Score: 1
      Well, trusted links are very cool and all--but the major problem with them is that it makes it impossible to just download-and-go (as mentioned in TFA). How would you propose to attract new users given such a scheme?

      Granted that gmail works--but it offers email. What does Freenet offer to enough people to make running an invitation-only darknet possible?

      Freenet is interesting, but what does it offer Joe Average User? There's some political stuff, a lot of copyright violations, a good deal of pornography and that's about it--and all with extraordinarily poor performance. How do y'all plan to attract enough users for there to be an actual free net?

    38. Re:Newsbyte is a well known troll by evanbd · · Score: 1
      So you're sitting at (0, 0, 0) (or 6D equiv, whatever). You introduce me, I'm now at (0, 0, 1). You also introduce someone at (0, 1, 0), who introduces someone at (0, 1, 1). Now, since I and this new node are neighbors, we're supposed to be connected, right? How does that connection get made, and isn't any such process abuseable by an attacker?

      I think any such network needs to have some sort of mechanized recognition of cancer nodes. If my neighbors are blocking requests (that I'm passing on, not originating), then I need to route around them, right? If that blocking is selective (eg only for anti-governmental stuff, but let the copyright infringing materials through), the it's likely I won't directly care enough to sort it out every time manually, so the decision has to be automatic.

      Manhattan distance: distance using routes that are at each individual point only along one axis (like the streets of manhattan). In your 6D x 3bit network, I think the diameter is then the distance from (000000) to (333333) (assuming wrapping), which is 3 * 6 = 18, and that assumes 12 connections per node in a network of at most 2^18 nodes. I think that simulation results show that Small World networks (like i2p and freenet should be) do much better than that.

      I think the whole idea is probably workable, but it also seems a bit awkward. I think it's also starting to be a bit like i2p; have you looked into that? It's an interesting quasi-fork of the freenet ideas.

    39. Re:Newsbyte is a well known troll by GuidoW · · Score: 1
      Any dissidents will, by now, have recognised your trolls for what they are. In a darknet you connect to people you trust, you form those trust relationships independently of Freenet. If you do-so on the basis of a "let me in d00des" on an IRC channel then you are a moron.
      I do think he has a point. If one of the friends you chose to trust and connect with turns out not to be so trustworthy after all (for example because he's really a government mole), then you're in even deeper shit with a darknet-style Freenet than with the current one.
      And then there's the issue of how a band of dissidents in, say, china are going to connect to the rest of Freenet. At some point, one or better several members of that group will have to get out of hiding and ask some non-dissident - preferably one with international connexions - whether they would like to open a mutual Freenet link between their nodes.
      --
      If it's so secret, then how come I've never heard of it?
    40. Re:Newsbyte is a well known troll by NoMoreNicksLeft · · Score: 1

      So you're sitting at (0, 0, 0) (or 6D equiv, whatever). You introduce me, I'm now at (0, 0, 1). You also introduce someone at (0, 1, 0), who introduces someone at (0, 1, 1). Now, since I and this new node are neighbors, we're supposed to be connected, right?

      Possibly. We might want to check if you and he are in the same country first. Doing so without revealing sensitive information is tricky, but doable. Supposing you are, we'd just have the new guy be (0,2,0) then. Only if you both trust each other, decide you want to be partners. And since you are both still connected at this point, you can chat on IRC, email each other, trying to decide. Maybe it takes you months... doesn't matter to me.

      How does that connection get made, and isn't any such process abuseable by an attacker?

      It is abusable. So you need to be careful when you decide to hook up with them.

      I think any such network needs to have some sort of mechanized recognition of cancer nodes.

      You're probably right. But I've only got some fuzzy ideas on how to do that. But I don't want to wait until I have it all figured out either... experimenting is possibly the best way to solve such problems.

      In your 6D x 3bit network, I think the diameter is then the distance from (000000) to (333333) (assuming wrapping), which is 3 * 6 = 18, and that assumes 12 connections per node in a network of at most 2^18 nodes. I think that simulation results show that Small World networks (like i2p and freenet should be) do much better than that.

      From corner to opposite corner, 6d/3bit is 48 units (8+8+8+8+8+8). Wraparound makes it 24 units max distance. Not having a fully fleshed out network means there are even some contrived scenarios where distances of more than 48 hops are possible though.

      Though, 24 hops is pretty decent, there are such distances on the internet proper.

      I think the whole idea is probably workable, but it also seems a bit awkward. I think it's also starting to be a bit like i2p; have you looked into that?

      One exception. This uses off-the-shelf software, and is VPN agnostic.

    41. Re:Newsbyte is a well known troll by Anonymous Coward · · Score: 0

      In a darknet you connect to people you trust, you form those trust relationships independently of Freenet. If you do-so on the basis of a "let me in d00des" on an IRC channel then you are a moron.

      Okay. So in a previous post you mentioned that a scalable darknet implies that one makes a "trusted" connection to 2-3 other entities, and the darknet scales as these entities connect to other trusted entities.

      So that leaves me to believe that one must essentially leave their trust boundry to reach the larger darknet, because trust, practically speaking, can *not* be transitive if the method for establishing trust is potentially "moronic".

      Consider a model with three entities A, B, and C. Assume that A trusts B and B trusts C, but there is no direct trust relationship between A and C. Also assume that A insisted, as always, on a rigorous trust establishment method with B, but that B and C used a very weak "moronic" method to establish their relationship.

      In your model, A implicitly trusts C and vice versa, but since the implied trust is based on B and C's untrustworthy methodology, there is a *huge* risk of a breach.

      How can A abide that risk? If I were facing dire consequences, I could not, and I would not. One dim link in the darknet and everyone's lit up again, no?

    42. Re:Newsbyte is a well known troll by Loki_1929 · · Score: 1

      Ian,

      I'd just like to say that I think it really sucks that you have to deal with the idiots who have nothing better to do than put down the great things you guys have accomplished with Freenet. No matter how many idiots and trolls rail against the work you and others have done with Freenet, just try to remember the people in China and the former Scientologists here in US whose lives you've saved with this technology. Any invention or technology can be used for good or evil, and common sense says that the first time a caveman tied stone to wood to make a simple hammer, his first idea was likely to clobber the guy next door with it.

      Thanks again for all your hard work, and I wish you guys the best of luck with 0.7. I'll certainly continue to run Freenet, and I hope things just get better and better for you guys. You really DO have a lot of support out there from people who see what you're doing, take the time to understand (ok, partially understand) what you're doing, and look at why you're doing it. I've yet to see a calm, rational argument against the continued development of Freenet and related technologies. I think one of the reasons you guys catch so much flack is because you're at the cutting edge of what's known in this field and what can be done in this field. That, invariably it seems, invites controversy and irrational backlash from those too mentally lazy to understand it.

      It was great hearing you speak last Defcon, and it was good to meet you. Hope to see you there again this year. Take care.

      --
      -- "Government is the great fiction through which everybody endeavors to live at the expense of everybody else."
    43. Re:Newsbyte is a well known troll by amphibian · · Score: 2, Informative

      Firstly, yes. But you already do. Unless you are living in an area where freenet is illegal, you don't have to strongly trust people you connect to. They can pick up casual acquaintances easily, legally, and often without judicial supervision, from traffic analysis. Secondly, our HTML filter works on a whitelist basis. Any tags or syntax it doesn't recognize it rips out. That's why it's mangled a bit. This is much better than writing our own markup language which does exactly the same thing as HTML. In fact arguably we transform HTML to HTML...

    44. Re:Newsbyte is a well known troll by amphibian · · Score: 1

      You improve the performance (I'm pretty sure we can improve it significantly - achieve good transfer rates, and latency of maybe 10 seconds), and you improve the content. You offer free web hosting at zero cost for arbitrarily large files. This is going to be really helpful for e.g. some of the game modding communities. The political stuff will attract some people, the free hosting will attract some people.. if Freenet isn't interesting then it just isn't interesting, very few people will use it regardless of how easy it is to install.

    45. Re:Newsbyte is a well known troll by IgnoramusMaximus · · Score: 1
      the people in China

      whose activity is oooh so invisible to the Chinese authorities because everyone knows that no Communists have ever figured out how to use a packet sniffer ... that and of course there are other, legal, "feedom of speech" protected uses of Freenet clients in China ... oh wait.

      the former Scientologists here in US

      Riiight. And they need a darknet because Scientology is capable of decrypting PGP email and cracking SSL web connections with its evil super-xenu-powers! Puhleeeze.

      whose lives you've saved with this technology

      Now I would normally think this just a nutty hyperbole from someone who either has no clue what is involved or he does and finds Freenet very useful to satisfy his... err.. desires. But this crap about "saving lives" is starting to get to me. The use of Freenet is a guaranteed way to get yourself on the official list of dissidents to watch/persecute in places like China who have no qualms about monitoring traffic. Freenet endangers lives so that morons can try to use "free speech" defense when they get investigated for their porn collections. You people are despicable. You would get people killed because you think yourself so important and infallable. If you were really concerned about "freedom" you would not have promoted this imbecilic solution. And I can see you are getting worried that judges in the west are beginning to see through you charade. Hence the "darknet".

      You know, you are fooling less and less people as time goes and come to think of it, the "darknet" mode might actually be a good idea. I know for sure that it will make life easier for the kiddie porn RCMP division here in Canada. Because the use of a "darknet" Freenet will be so easily shown to be facilitating mere criminal activity that the "free speech" smokescreen will no longer be plausible.

    46. Re:Newsbyte is a well known troll by Loki_1929 · · Score: 1

      "whose activity is oooh so invisible to the Chinese authorities because everyone knows that no Communists have ever figured out how to use a packet sniffer"

      Already you show a lack of understand for how Freenet works. You're an ignorant ass, a troll, and a fool.

      "Riiight. And they need a darknet because Scientology is capable of decrypting PGP email and cracking SSL web connections with its evil super-xenu-powers!"

      Freenet isn't about encryption so much as it is about anonymity. You can't publish to the world with PGP email and an SSL web connect you brainfucked idiot troll.

      "The use of Freenet is a guaranteed way to get yourself on the official list of dissidents to watch/persecute in places like China who have no qualms about monitoring traffic."

      Ian has already listed the public site of the folks in China who use Freenet daily to safely communicate with one another, you crack baby ignorant bastard.

      "Freenet endangers lives so that morons can try to use "free speech" defense when they get investigated for their porn collections. You people are despicable. You would get people killed because you think yourself so important and infallable."

      This is actually a decent troll, but still not quite flame-worthy you low-life, insignificant load-that-should-have-been-swallowed.

      "You know, you are fooling less and less people as time goes and come to think of it, the "darknet" mode might actually be a good idea. I know for sure that it will make life easier for the kiddie porn RCMP division here in Canada. Because the use of a "darknet" Freenet will be so easily shown to be facilitating mere criminal activity that the "free speech" smokescreen will no longer be plausible."

      Again, not a terrible trolling attempt. Keep working on it, sport. Maybe the GNAA will let you join up.

      --
      -- "Government is the great fiction through which everybody endeavors to live at the expense of everybody else."
    47. Re:Newsbyte is a well known troll by IgnoramusMaximus · · Score: 1
      Already you show a lack of understand for how Freenet works. You're an ignorant ass, a troll, and a fool.

      Sigh. Freenet as it stands, makes easily detectable connections to other freenet clients, IP addresses of wich can be trivialy ascertained by running such a client. All one has to do is to collect IP addresses of all clients connecting to the cancer node and arrest everyone whose computer made a connection, but allow their computers to run for a while and collect all the addresses of their connections etc. Since from the point of view of Chinese authorities there are no legitimate reasons to be using Freenet, you are toast as soon as you are found using it. I won't even mention more sophisticated methods of tracking down Freenet use becasue they are so clearly beyond you.

      Freenet isn't about encryption so much as it is about anonymity. You can't publish to the world with PGP email and an SSL web connect you brainfucked idiot troll.

      Riight. I will skip for the moment the prepostrous idea of Scientology being able to monitor all traffic at all ISPs and having access to their internal logs. Not to mention that people running The Operation Clambake are all sooo dead already, murdered by Scientologists, no? I will bypass the obvious conundrum of who are these mythical ex-Scientologists addressing exactly, while hiding on a medium which reaches 0.01% of the Internet and exactly 0% of people to whom such messages would be important. I will only ask this: posting to usenet while using a throw-away handle via news.google.com (from a net-cafe if you are really paranoid) is not anonymous enough for this purpose how precisely? E-mailing Operation Clambake anonymously using a throw-away web-mail account does expose you in what way? Unless of course you do claim that Scientology does have super-xenu-powers of remote Net-cafe and ISP Packet Tracking Xray vision!

      As a followup question, brought on by your reaction: do you have any clue how the Internet works?

      Ian has already listed the public site of the folks in China who use Freenet daily to safely communicate with one another, you crack baby ignorant bastard

      No he did link to a site registered and run in the USA, very access of which would set off alarms at the Great Firewall Of China and whose viability to the dissident movement is extremely questionable in the light of the basic, unavoidable, workings of the Internet (even if one were to use the Freenet key of the site only - see above). That link proves absolutely nothing. I do know some Chinese dissidents in exile over here and they find this nonsense just as laughable as I do. But then again they are real life people and not some misguided techno nerds. I hate to break it to you but political movements are composed of people who for the most part see Freenet just about as useful as an exaust pipe on a donkey.

      Again, not a terrible trolling attempt. Keep working on it, sport. Maybe the GNAA will let you join up.

      Right. If you have no factual ground to stand on, all that is left are impotent insults.

  7. Perhaps, BUT.... by FooAtWFU · · Score: 3, Informative

    We ran these observations by Freenet founder Ian Clarke. He agreed that the caching behavior does reveal far too many clues. But the next major revision is expected to eliminate the problem. Sometime later this year, it is hoped, the Freeenet developers will release a version that employs premix routing.

    --
    The World Wide Web is dying. Soon, we shall have only the Internet.
    1. Re:Perhaps, BUT.... by m50d · · Score: 3, Insightful

      Vaporware. Why haven't they fixed it right away? The anonymity is the whole point of the entire project, and they can't even get that working.

      --
      I am trolling
    2. Re:Perhaps, BUT.... by asuffield · · Score: 3, Informative

      No, actually, this is specifically something which freenet is not intended to solve. The "attack" here is where somebody breaks into your house and compromises the terminal you use to access freenet. Obviously this is always going to work. If you had bothered to read the project website you would note that they explained this.

      It so happens that they can do something about this specific attack, and they will. But it was never an objective and it won't stop a really determined attacker.

    3. Re:Perhaps, BUT.... by GuidoW · · Score: 1

      Not quite true.

      Remember that one of the basic elements of the way Freenet nodes communicate is a request that asks a direct neighbor node for a certain piece of content. Now, what you can do with this is, set up a specifically altered Freenet node with a routing table of one node only - the node you want to probe.
      Now try requesting all of the data blocks and check blocks of a certain split file from that node only. If you get all of them within a significantly shorter timeframe than it would ordinarily take that node to retrieve the given file, then you can be reasonably certain that the user/owner of that node has either inserted or downloaded that file from/into Freenet.

      See, you don't have to gain physical access to the machine to exploit this.

      The only way I see around this is to either have a really large datastore (several hundred GB) so that there actually is a quite reasonable chance that large splitfiles you never had anything to with are present in it or to have a really tiny datastore so that the data blocks of large splitfiles you download are never all in there.

      --
      If it's so secret, then how come I've never heard of it?
  8. speed by capoccia · · Score: 4, Insightful

    when the speed of freenet comes within an order-of-magnitude of the normal internet, people will start using it again. right now, it's just a nifty way to do things 100 times slower than you could otherwise.

    1. Re:speed by m50d · · Score: 2, Interesting

      Gnunet is out there and working. It's slower than normal internet, but certainly within an order of magnitude (I get 20Kbps dowloads over my DSL, that's a factor of 2.5 behind gnutella but fast enough)

      --
      I am trolling
  9. Please ignore flamebait by dj28 · · Score: 5, Insightful

    For anyone who reads the freenet mailing list daily (me), you'd know the the submitter of this article (Newsbyte) is a known troll who doesn't actually contribute to the project.

    I suggest that people who want to know the whole story check out the mailing lists going back a month or so.

    1. Re:Please ignore flamebait by Anonymous Coward · · Score: 0

      you'd know the the submitter of this article (Newsbyte) is a known troll

      What's this doing in your sig? :-p

      GNAA Certified Professional Troll

    2. Re:Please ignore flamebait by Anonymous Coward · · Score: 0

      mailing lists are so..80's ;) they need a forum.

    3. Re:Please ignore flamebait by TodPunk · · Score: 1

      Or instead of saying, "please ignore this entire post because I don't like it's poster," you could clarify what you think he posted that's so incorrect. Heck, maybe you could sum up some of the pieces of information that are lacking from his post, like what 0.7 is all about (in a nutshell). At the very least, your post is quite opposite the ideals of the Freenet project, being that free speech is absolute, and good, and if you don't want something to be seen/read/heard, then provide something better.

      --
      This forum Sig is licensed under the LGPL.
  10. Re:FreeNet Is Lost by EnglishTim · · Score: 4, Interesting

    I hear the accusation of Kiddy Porn quite a lot about FreeNet, but how does anybody actually know? I thought the big idea was that you don't know what's stored on your node - unless you're actually downloading FreeNet kiddy porn, how can you tell?

  11. Less talk, more code by m50d · · Score: 4, Insightful

    Freenet gets more attention because its developers are very vocal, but it sucks as a working network. You can hardly get any speed off it, you have to use the stupid browser interface, it's bloaty java, and there's no working search. Switch to gnunet, it has decent speeds, working search, and has a graphical client (not a very nice one as yet, but that could be improved).

    --
    I am trolling
    1. Re:Less talk, more code by melvin22 · · Score: 2, Informative

      Link to gnunet: http://gnunet.org

  12. bait by capoccia · · Score: 4, Interesting

    with comments like these:
    5. Slashdot effect doesn't write off the network for a month after release; if we grow by invitation, it will take longer to grow, but we will end up with a better network, and we won't generally have the collapse we have seen every time we've done a release.

    this might just be an attempt to bait the slashdot crowd into trying out freenet so that freenet's userbase grows and the speed become reasonable.

    1. Re:bait by Anonymous Coward · · Score: 0
      this might just be an attempt to bait the slashdot crowd into trying out freenet so that freenet's userbase grows and the speed become reasonable.


      I doubt it. If that's what they wanted to do, all they'd have to do is simply point out all the kiddy porn and the slashtards would come running.
    2. Re:bait by Bobdoer · · Score: 4, Insightful

      Defiantly not. Whenever Freenet's point releases have been advertised on /., Freenet slows to a crawl simply because its not designed to handle a ton of people turning it on for five minutes, saying "this sucks" and pulling the plug. It takes time for Freenet to acclimate itself to new nodes, and that amount of time is far greater than most Slashdoter's attention span.

    3. Re:bait by Uruk · · Score: 1

      No, it sounds more to me like a fancy excuse for lack of scalability. Every other network that has enjoyed wide success has grown pretty quickly. Good networks of course always have teething problems and growing pains, but they very rarely completely shut down.

      There may be a theoretical discussion about the way these types of networks work that amounts to the statement "no, seriously, we need to grown slowly" - that discussion might even be right. It still doesn't change the dynamics of the way things actually work on the internet. Things that get attention grow quickly. If you can't handle that, you have a serious problem. Not an unsolveable problem, not an impossible problem, but something that really needs to be looked at.

      --
      -- Truth goes out the door when rumor comes innuendo. -- Groucho Marx
    4. Re:bait by burns210 · · Score: 1

      That is called scalability. It is a good thing.

      Freenet should be able to handle people quickly joining and leaving, even when the existing user's caches are getting hit a lot, Freenet's ability to discover, add, remove and recognize nodes on the network should be able to work better.

      Furthermore, if Freenet's design(I assume the fancy routing scheme they use) was more refined(read:less fancy, a simple design that is more optimized) it would be able to more quickly service larger volumes of request... and low and behold, Freenet should then be able to make due with that new user's cache and pull from it as needed, even if only for minutes or hours.

      Freenet just doesn't scale or handle changes well. For that matter, it doesn't handle insertion, retrieval or nodes well. This has nothing to do with evil /. posting point-release of Freenet and everything to do with a broken project that needs fixing.

    5. Re:bait by feronti · · Score: 1

      Actually, growth by invitation might be the best way to limit the problems people are having with child porn and other distasteful things. Assuming that the core developers aren't purveyers of such things, one would expect that those they associate with would not be either and so on recursively. It's not necessarily guaranteed, but I think a social-based distribution is a feasible method for limiting the number of distasteful nodes.

  13. Hmm by pHatidic · · Score: 1

    How does freenet compare to plex?

    1. Re:Hmm by Anonymous Coward · · Score: 0
  14. Re:FreeNet Is Lost by masklinn · · Score: 1

    Although you don't know what's on *your* node, you can see what's on the network as a whole...

    --
    "The way we can tell it's C# instead of Haskell is because it's nine lines instead of two." -- wadler
  15. Re:FreeNet Is Lost by dj28 · · Score: 5, Informative

    You can't tell what's stored on your node very easily.

    However, it is relatively easy to see what is on freenet at large. There are several spiders that roam freenet and index freesites they come across. It's sort of like what Google does. So all one has to do is load up these indexes and see how many of the sites are child porn related. Another way to tell is load up Frost and see how many of the boards of child porn related.

    There's a very large number of them.

  16. Nothing wrong with obfuscation by anti-NAT · · Score: 4, Interesting

    A lot of people seem to be confused about obfuscation / obscurity.

    Obscurity or hiding things is a perfectly valid security technique, and can be used as a component of a defense in depth strategy. One of the main reasons people love NAT boxes is because they provide this property automatically. (I don't like them for other properties they have, and a firewall combinded with public address space will be just as effective at providing this specific property).

    People are stretching the meaning of Kirchoff's theorm. Krichoff was refering to crytographic algorithms when he said that there is no security in obscurity - the security of a crytographic algorithm should only rely on the secrecy of key. You should assume that the functioning of the algorithm will eventually be discovered by your adversaries, and therefore shouldn't make the security of the system depend on the functioning of the algorithm being kept secret. That being said, restricting knowledge of what algorithm you're using will make a contribution of the system being secured, as it can add to the depth an adversary has to penetrate.

    --
    The Internet's nature is peer to peer - 20050301_cs_profs.pdf
    1. Re:Nothing wrong with obfuscation by jfoust2 · · Score: 1

      No, people like NAT boxes because their ISP only wants to give them one real IP address.

      --
      Curator of the Jefferson Computer Museum http://www.threedee.com/jcm
    2. Re:Nothing wrong with obfuscation by MultisSanguinisFluit · · Score: 1

      I agree with your statement partially. Obscurity can definitely increase security in some circumstances. I've found the case of externally accessible web-based corporate e-mail to be a good example. Simply changing the web server's listening port number will avoid automated attacks. Someone port scanning your range will find it, but your overall level of security will be greater. In the case of encryption algorithms, however, the benefit of publishing the algorithm, thereby subjecting it to public review, outweighs keeping it secret.

      --
      > get tea
      No Tea: dropped.
    3. Re:Nothing wrong with obfuscation by Anonymous Coward · · Score: 0

      Somewhat true. If your algorithm is secure, secret is mildly better than published. As you point out, the determination of security can often be better pursued after publication.

    4. Re:Nothing wrong with obfuscation by anti-NAT · · Score: 1

      In the case of encryption algorithms, however, the benefit of publishing the algorithm, thereby subjecting it to public review, outweighs keeping it secret.

      It was a bit hard to make the point I was trying to. As always, a bullet point summary seems to be better sometimes :

      • Use a publically evaluated, non-secret cryptographic algorithm, such as 3DES, AES, Blowfish, etc.
      • Don't tell people which one you are using, as this will increase the depth of security. They'll have to at least now discover two things - the value of the key, and which (public) crypto algorithm you're using.
      --
      The Internet's nature is peer to peer - 20050301_cs_profs.pdf
    5. Re:Nothing wrong with obfuscation by Morticae · · Score: 1

      You ignore the other major rule of cryptography--Don't trust a system if you don't know how it works.

      I don't know these guys working on the Freenet project. Why should I trust them more than anyone else? If everyone can examine the algorithms they use it will be a FAR more trustworthy system because it can be established whether it is cryptographically sound.

      Until the cutting edge in encryption is surpassed by the cutting edge in encryption breaking your point is simply, uneducatedly wrong. Obscurity of algorithm gives you a slight advantage over the lay user, but a SERIOUS disadvantage over the determined, capable user as well as a drastic hit to your trustworthiness.

      I see where you're coming from. You're saying that the system will be more secure from the developer's perspective if the algorithm is kept secret. This is true. But how do we know whether Bob Developer is keeping it secret for added security, or because he is using obscurity as a crutch because his knowledge of cryptography is inadequate?

  17. You are Totally off there by nurb432 · · Score: 2, Insightful

    Only a browser interface? There is an 'application port', and there are applications written for it. ( such as frost )

    Java bloat? No worse then other languages that try to be *universal*. Besides, don't like java? Then recode it in something else and quit bitching.

    Slow? Depends on what you are doing. Are you trying to download files? Well it really wasn't designed for that. And there will be a tradeoff on speed/anonymity.

    Searches? Umm there are several search engines available if you look.

    --
    ---- Booth was a patriot ----
    1. Re:You are Totally off there by lubricated · · Score: 1

      > Java bloat? No worse then other languages that try to be *universal*.

      When you have a single program that is supposed to be in the background eating all your ram and half your cpu you kill the process.

      > Besides, don't like java? Then recode it in something else and quit bitching.

      Or you can simply review the product and give it a bad review. Then suggest something else instead of acting all smug.

      > Slow? Depends on what you are doing.

      Everything is slow on freenet small websites, pictures,everything. That is if you can get it at all. freenet is one big joke right now.

      --
      It has been statistically shown that helmets increase the risk of head injury.
    2. Re:You are Totally off there by Anonymous Coward · · Score: 0

      Slow? Depends on what you are doing. Are you trying to download files?

      Come on... it IS slow, no one can deny this and hope to be taken seriously. However, freenet is certainly usable for downloading text and a few images, as long as you don't mind wainting for a few minutes

    3. Re:You are Totally off there by nurb432 · · Score: 1

      Most people that complain are ones that are trying to download large files and expect it to be like some other unsafe p2p setup.

      For what it was designed for ( mostly text pages with a splash of graphics ) it works.. Is it fast? No of course not.. But if you stick to the fundamentals its not *that* slow either..

      --
      ---- Booth was a patriot ----
    4. Re:You are Totally off there by m50d · · Score: 1
      I understood frost to be more of a message board type thing.

      Java bloat? No worse then other languages that try to be *universal*. Besides, don't like java? Then recode it in something else and quit bitching.

      Why should I bother when I have gnunet, it's working, and I'm better off contributing to that?

      Slow? Depends on what you are doing. Are you trying to download files? Well it really wasn't designed for that. And there will be a tradeoff on speed/anonymity.

      I'm trying to do anything at all. It behaves like back when I was on a 14.4kbps modem.Searches? Umm there are several search engines available if you look.

      Show me one that works. In fact, show me anything that works.

      --
      I am trolling
    5. Re:You are Totally off there by SComps · · Score: 2, Interesting

      I've left a node running for a week with much the same results as the parent. As a matter of course, the default bookmarks still don't load and even browsing the "oldest portal" takes a significant amount of time to generate.

      Additionally it's placing a whopper of a load on bandwidth and CPU/memory utilization.

      I'm not saying it's a bad idea, but very little ROI given my experiences. I don't think I've strayed very far from the norm, aside from that I've actually left it running for a week to see if things improve. The average user really isn't going to do that after waiting an evening (yes an entire evening) for a page to load.

      Further, watching the logs with tail is showing a whole bunch of java exception errors. Ok, I'm not a java developer so I dont know much about that, but it is a level of concern for a potentially long running process.

      This isn't flamebait either. I'm trying to be diplomatic and honest at the same time. That's not often an easy proposition.

    6. Re:You are Totally off there by lubricated · · Score: 0, Flamebait

      > go ahead and complain,

      Now there's a pot calling a kettle black.
      "Waaaa, your review sucks"

      > no one really cares as your 'review' has no relevance.

      then why did you bother replying?
      Usually before I try something out I like to see what other people have to say about it myself, so it will matter to others like me, and if it pisses on fanboys like you I really don't mind.

      > Strange how others don't seem to have those problems.

      See all the other posts here. Your perception is skewed fanboy.

      --
      It has been statistically shown that helmets increase the risk of head injury.
    7. Re:You are Totally off there by nurb432 · · Score: 0, Flamebait

      No, more like the scum under the pot..

      Let me rephrase my original comment " your entire existence is not relevant, not just your incorrect and useless comment"

      Other posts? Well, if they don't agree with me they are just as worthless. Only my opinion has any merit. And anyone that doesn't agree should be wiped from the face of the earth as they have no value to me.

      --
      ---- Booth was a patriot ----
    8. Re:You are Totally off there by Anonymous Coward · · Score: 0

      Strange how others don't seem to have those problems. Is it perfect? No, of course not. But its not as you claim it is.

      Umm, as an "outsider" reading about freenet, it seems that almost everybody has those problems. Perhaps freenet works great and it just happens that the .1% that have problems are vocal about it. But i doubt it. Sounds like it sucks.

    9. Re:You are Totally off there by Rich0 · · Score: 2, Interesting

      I can personally vouch that these are significant issues.

      Speed is a design issue, and there are numerous pros/cons anonymity-wise with changing it. GNUnet is a different approach - it has its own pros/cons.

      I do take issue with the java design. It doesn't even run on amd64 (since there is no stable VM on this arch) unless you run it 32-bit (using an x86 VM). It typically uses around 150MB of RAM when it is running - that is quite a bit for a single application. It also needs a several GB datastore, but that is adjustable and less of an issue (plus, all that data has to be stored somewhere).

      I've run Freenet for numerous versions now (going on years at this point). For the last few months though I've tended to not keep it running. I was just getting tired of constant swapping anytime I wanted to do anything - to me a solution to a computer problem is not to keep throwing RAM chips at it, and if I did want to investing in an extra 512MB I could think of better things to do with it than using it for a single application.

      Honestly, I don't think there is much excuse for an application that needs more than 5-10MB of RAM in general - especially not one that runs in the background all the time. If it needs a few dozen MB I might be able to entertain the idea.

      On the other hand, when an app needs a 128MB DIMM just for its own use, we're really starting to push things...

    10. Re:You are Totally off there by SLi · · Score: 2, Interesting

      I have quite a similar experience.

      When I last tried freenet, the required disk space wasn't a problem for me, CPU time was marginally so (every now and then it ate 30% of my CPU time for a period, and my CPU is in the P4 family). The memory requirements were just absurd. With a load of obscure switches to Sun JVM from an obscure wiki I could make it settle with time to slightly more than 256 MiB instead of the original 900 MiB (I'm not sure if it was still growing because I killed it then, but I guess it was).

      Its bandwidth usage grew with time, and if I tried to limit it, it just ceased to work at all. As long as it was in the order of 300 MiB/day it was quite ok, but eventually it grew to something like 1.5 GiB/day, after which I first tried limiting the bandwidth, then just stopped using freenet. It got more responsive after running it for a few days or a week, but I still never got more than a few KiB/second from it. By more responsive I mean that best case response times generally dropped to seconds instead of tens of seconds, while average response times saw a smaller but still significant drop.

    11. Re:You are Totally off there by Anonymous Coward · · Score: 0
      Support your country, or get the hell out


      I assume you were an inhabitant of Germany during the second world war and member of the ruling party? ... or are you a colonist of some kind and are living in some other peoples country, and should indeed get the hell out?
    12. Re:You are Totally off there by the_greywolf · · Score: 1

      if you stick to the 4 pages listed on the start page, yeah, it works well - and it's fast!

      as soon as you leave those 4 pages, it stops working, latencies fall off the charts (i waited 12 hours for ONE "popular" page to trickle down to my cache), and you're lucky to see anything at all - much less the tiny graphics for a page.

      --
      grey wolf
      LET FORTRAN DIE!
    13. Re:You are Totally off there by amphibian · · Score: 1

      Actually it ought to work well for big files. Once you have a well-established node.

    14. Re:You are Totally off there by OzRoy · · Score: 1

      Total crap.

      Whenever I have installed it it's been rediculously slow. Even the pages that are linked to from the main page take 10 minutes to load, if they work at all. You cannot tell me that is acceptable performance.

      Are you one of the developers? Because if you are it sounds like you are just trying to ignore a problem hoping that if you pretend it doesn't exist it will disapear.

    15. Re:You are Totally off there by nurb432 · · Score: 1

      The only problem that needs to dissapear are people like you.

      --
      ---- Booth was a patriot ----
    16. Re:You are Totally off there by OzRoy · · Score: 1

      Oh yep, that's a great attitude that is, and is sure to fix everything and make Freenet the greatest piece of software ever created.

    17. Re:You are Totally off there by SComps · · Score: 1

      This discussion got me looking at freenet again since...well.. it was running on one of my systems. My node has been up and running for several weeks now, one would think that the generic bookmarks would at least be reachable. They aren't. In fact, I managed to get to TFE which claims to be the olest living Freenet index, and tried to actually browse for content. I couldn't. *EVERY* page I tried to browse came back as unreachable, yet according to the status page I had many.. many MANY inbound and outbound connections. Sure enough I did. Apparently for the past several weeks I've been donating my processor time and bandwidth for the benefit of *somebody* lord knows it wasn't me. I don't mean to sound overly selfish here (and I know I do) but if I'm going to do something like this, I'd at least like to see *SOME* return on investment. At this point I have to correct something I stated in my previous post. Freenet has provided *NO* return on my investment. Therefore as of last night I have terminated the node and abandoned Freenet now and in the future. It was a fun experiment and now it's over *smile* Good luck guys.

  18. Re:FreeNet Is Lost by vadim_t · · Score: 1

    Freenet has websites, and a message board with Frost. While everything is anonymous it doesn't mean you can't see what's available.

    Of course nobody actually knows who downloads what and how much, but there are big lists of websites and such. Although you can hardly call them accurate, since nobody forces anybody to submit their site to the existent indexes.

    It's been ages since I last tried Freenet though. The Java server is incredibly annoying, eats tons of RAM and uses a lot of CPU time, and the rest is still very unimpressive. There was Entropy which seemed noticeably smoother, but it had plenty problems of its own, such as a complete lack of security (from what I could see)

  19. Re:FreeNet Is Lost by Creepy+Crawler · · Score: 1

    Who knows.

    That damned programs runs like a overgrown elephant in a cold tar pit (it doesnt).

    I had it for 2 days and really gave it a chance. Didnt do jack-shit for me and it ended up going to a file called /dev/null . Ill stick with The Onion Router, mynd you.

    --
  20. Yes! by Anonymous Coward · · Score: 0

    FINALLY they get it. Almost everything that's fundamentally broken in freenet (that is, not counting implementation and client stuff) is there in toads reasoning.

    Now it'll be interesting to see how they manage to screw the newer protocol even worse.. My favourite candidate is not really taking advantage of the immensely more stable topology and pretending it's the same as the old fn.

  21. Re:FreeNet Is Lost by NoMoreNicksLeft · · Score: 1

    Some months ago when I tried it, one of the main index pages boasted of a link to such. I didn't follow it, and it might have led to a slashdotesque "Haha, you perv! No kiddyporn here." troll.

    But it's not difficult to see how some would think that's what freenet is about.

    Now, if there is anyone out there that lives outside the US, and would like to help me experiment with a different method of anonymous networking, send an email.

  22. Re:FreeNet Is Lost by Jugalator · · Score: 2, Insightful

    I hear the accusation of Kiddy Porn quite a lot about FreeNet, but how does anybody actually know?

    Hard to tell exactly what's circulating on the network, yes, but I saw signs of it since it was the first thing I was greeted with after finally finding out the address of a large "a little bit of everything" Freenet portal. Maybe the conclusions were drawn prematurely, but it sure didn't look so with links like "The Blog of a Paedophile", "Illegal child porn", and on and on... Think of a kiddie porn-oriented Yahoo!.

    --
    Beware: In C++, your friends can see your privates!
  23. Great, here come the CP trolls by Laxitive · · Score: 5, Insightful


    Every time there's a freenet article on /., the usual comments about child pornography and other "bad stuff" are bandied about.

    Personally, I see Freenet as an experiment in what's possible. There's an abstract problem statement: how do you share data anonymously? And Freenet attempts to provide a solution to that problem. There are many valid uses for a solution to that particular problem. The canonical example is "dissidents in ". But it goes beyond that. Everything from corporate and government whistleblowers even in relatively free countries, to those who want to expose sensitive information they might be privy to without giving themselves away.

    The problem is that such a system, by design, is necessarily going to be useful for people that organize activities and spread information that has little redeeming value. If dissidents and whistleblowers can obtain anonymity when sharing information, then so can child pornographers and terrorists and gangsters and whoever else.

    This dilemma occurs with many systems based on an ideology of freedom and opposition to censorship. The US constitution's first amendment guarantees the right of NAMBLA to express their views on a public webpage.

    The point is, freedom to any extent in the public commons will, necessarily, support both good and bad uses of that freedom. The question people have to ask themselves is wether their belief in the ideology behind that freedom is worth the tradeoff or not.

    If you believe that the "bad guys" should be kept off of Freenet, then you don't believe in Freenet, or any other truly censorship-free information sharing system.

    -Laxitive

    1. Re:Great, here come the CP trolls by IgnoramusMaximus · · Score: 1, Insightful
      Personally, I see Freenet as an experiment in what's possible.

      Personally I see Freenet as an experiment in hubris gone badly wrong. Leaving the morality of porn aside, the design of the network is so attrocious from the point of view of its supposed target audience and so obviously inadequate to what is supposedly its main task, that anyone looking at it in depth can only conclude that it was designed for kiddie porn. Any lingering doubts have been removed when the project leaders decided to take this turn to a "darknet" system whose attributes are even more geared towards pedophile networks and far less towards free speech political dissidents.

    2. Re:Great, here come the CP trolls by Ironsides · · Score: 2, Interesting
      --
      Fly me to the moon Let me sing among those stars Let me see what spring is like On jupiter and mars
    3. Re:Great, here come the CP trolls by stratjakt · · Score: 2, Insightful

      Well, I also have the right to express MY viewpoints. And I sure as hell have the right to decide that any computer equipment I own will NEVER help the spread of child pornography.

      I have the right to express that everytime freenet comes up. I have the right to let as many people I know understand that if they run a freenet node, they ARE aiding in the spread of child porn, that they are helping the worlds worst monsters commit their crimes. Most sensible people understand that.

      It's why bittorrent is huge and fast, and freenet is slow. With BT, I can decide that I have no moral objection to spreading last nights episode of the Simpsons, with FreeNet (and others like it), I don't get the same choice.

      I have the right to mention that videos and still images of real children being raped is NOT FREE SPEECH.

      NAMBLA expresses their "viewpoints" on the regular internet.

      If you choose to support Freenet, and it's userbase, it represents a tacit approval of the material it's used to dissiminate.

      And I can say that all I want, and encourage anyone who feels the same to absolutely bury any discussion of Freenet with similar posts.

      And Zonk can go right ahead and ban me again.

      I hate assholes like you who basically tell everyone to "shut up" because of someone elses "freedom of speech". It works both ways.

      No, I don't believe in freenet, and I don't believe in your "truly censorship-free" information system.

      --
      I don't need no instructions to know how to rock!!!!
    4. Re:Great, here come the CP trolls by Dionysus · · Score: 1

      I may not agree with what you say, but I'll defend to the death your right to say it. - Voltaire

      You can say it, doesn't mean I have to stand and listen to you say it, or repeat what you have said to other people.

      --
      Je ne parle pas francais.
    5. Re:Great, here come the CP trolls by m50d · · Score: 1

      "Worst monsters"? You think looking at pictures, however horrific they are in the end it's all colours and light, is worse than killing people?

      --
      I am trolling
    6. Re:Great, here come the CP trolls by otis+wildflower · · Score: 1
      This dilemma occurs with many systems based on an ideology of freedom and opposition to censorship. The US constitution's first amendment guarantees the right of NAMBLA to express their views on a public webpage.

      ObSouthParkQuote:

      Lead Agent: [to NAMBLA Leader] We've been after you for a long time, buddy! Do you know your rights?

      NAMBLA Leader: Rights? Does anybody know their rights? You see, I've learned something today. [Stan and Kyle look at each other] Our forefathers came to this country because they believed in an idea. An idea called "freedom." They wanted to live in a place where a group couldn't be prosecuted for their beliefs. Where a person can live the way he chooses to live. [Stan, Kyle, and Cartman look at each other] You see us as being perverted because we're different from you. People are afraid of us, because they don't understand. And sometimes it's easier to persecute than to understand. [Stan and Kyle look at each other, then at the NAMBLA leader]

      Kyle: Dude. You have sex with children.

      NAMBLA Leader: We are human. Most of us didn't even choose to be attracted to young boys. We were born that way. We can't help the way we are, and if you all can't understand that, well, then, I guess you'll just have to put us away. [shots of the agents, then the Brando look-alikes, then Stan and Kyle, who look at each other, then at the NAMBLA leader]

      Kyle: [slowly, for emphasis] Dude. You have sex with children.

      Stan: Yeah. You know, we believe in equality for everybody, and tolerance, and all that gay stuff, but dude, fuck you.

      Kyle: Seriously.
    7. Re:Great, here come the CP trolls by evanbd · · Score: 5, Insightful
      Yup, you're welcome to express those views. And yes, there is CP on Freenet. There's also a lot of other stuff.

      The point of view of most of the developers (and myself), however, is that you can be either for or against absolute, anonymous free speech. You clearly fall into the "against" camp. Most of those working on the network, however, believe that the benefits of having uncensored speech outweigh the cost. That the gains in human rights from publishing police brutality videos outweigh the losses from making terrorist discussion easy. That the gains from making DeCSS available outweigh the costs of copyright infringement. That the gains from proof of election fraud outweigh the losses from child porn. You're more than welcome to disagree with that point; I understand your position. However, there is another side, and it's more complex than "I want my child porn."

      Me, I think I'll support Freenet and all that it entails, even if the results aren't perfect.

    8. Re:Great, here come the CP trolls by TooMuchToDo · · Score: 1

      I'd hate to live in any sort of country under your rule. Take the hammer away from the user. Don't ban everyone from using the hammer because someone somewhere used it in an evil fashion. I'm sure dissidents in China, North Korea, and other repressive regimes around the world thank you for your blanket "...I don't believe in your "truly censorship-free" information system" sentiment. Asshat.

    9. Re:Great, here come the CP trolls by Anonymous Coward · · Score: 0

      Moron, your post doesn't even address to what you are replying.

    10. Re:Great, here come the CP trolls by Anonymous Coward · · Score: 0

      That's not what he wrote, he merely said that he would NEVER use that hammer if it meant that it would be used for such. ... So idiotic, can anyone show hoe freenet is helping these people within these oppressive regimes?

    11. Re:Great, here come the CP trolls by stratjakt · · Score: 2, Insightful

      The people IN the pictures are real.

      And the people looking at the pictures are generally the same as those who are in the pictures.

      And yes, I personally think the man who rapes an 8 year old is worse than the man who murders another adult. But I don't buy into the whole "moral relativism" bullshit, both are evil.

      And I also think people who try to shrug it off as "just pictures" are completely obtuse at best, or pedophiles themselves at worst. Those are real kids.

      And I also think that anyone running a freenet node is legally on the hook for aiding and abetting child molestors, since it's widely known that it's a primary use of the network.

      And, as a side note, all the "political dissident" stuff is pure horseshit and misdirection. It's illegal in China (and other countries with harsh free speech laws) to use encryption at all. Freenet is not even an option for the oppressed village of Wing Wang.

      As for free speech, it's guaranteed. And NAMBLA has a presence on the real net, and as much as the organization and everything they say disgusts me, there's nothing I can do about it.

      But I can sure as hell criticize those who would help them commit their crimes.

      So I'll sum up with a big fuck you to the ACLU for providing free legal representation for NAMBLA members, lo these many years.

      --
      I don't need no instructions to know how to rock!!!!
    12. Re:Great, here come the CP trolls by Laxitive · · Score: 3, Insightful

      Well, I also have the right to express MY viewpoints. And I sure as hell have the right to decide that any computer equipment I own will NEVER help the spread of child pornography.

      Odd, I don't remember saying that you didn't have the right to express your viewpoints. In fact, I kind of took your right to express your viewpoints for granted. Get off your goddamn persecution complex.

      I have the right to express that everytime freenet comes up. I have the right to let as many people I know understand that if they run a freenet node, they ARE aiding in the spread of child porn, that they are helping the worlds worst monsters commit their crimes. Most sensible people understand that.

      In the same way that if they live in and support a society that has free speech, they're aiding in NAMBLA's ability to claim that it's ok to have sex with little boys.

      It's why bittorrent is huge and fast, and freenet is slow. With BT, I can decide that I have no moral objection to spreading last nights episode of the Simpsons, with FreeNet (and others like it), I don't get the same choice.

      If you have a moral objection to a truly censorship-free network, then you have the option of not running that network. And it seems you've taken this option, so what are you complaining bout?

      I have the right to mention that videos and still images of real children being raped is NOT FREE SPEECH.

      Yes, you indeed have a right to make complete non-sequiturs. I don't think CP falls under the purview of free speech either. Just like slander, libel, and blackmail don't fall under the purview of free speech. But a system that's designed to offer an environment free of censorship using anonymity as a tool will NECESSARILY support such activities. There is no way to get around it.

      NAMBLA expresses their "viewpoints" on the regular internet.

      If you choose to support Freenet, and it's userbase, it represents a tacit approval of the material it's used to dissiminate.


      Just like if you support free speech, and those who are allowed to exercise it, it represents a tacit approval for all the messages and viewpoints they express using it?

      Or does it represent your commitment to a higher-level principle, and your conscious decision that the value of that higher-level principle outweighs the ill-effects of those who use it to acheive questionable and despicable ends.

      And I can say that all I want, and encourage anyone who feels the same to absolutely bury any discussion of Freenet with similar posts.

      I'm just asking you to be honest about it. I'm asking you to say: "I don't beleive in a censorship-free medium" if you want to oppose Freenet on the grounds that it allows CP.

      And Zonk can go right ahead and ban me again.

      Who the fuck is Zonk?

      hate assholes like you who basically tell everyone to "shut up" because of someone elses "freedom of speech". It works both ways.

      I am perfectly capable of understanding that it works both ways. In fact, I've reconciled the idea of allowing people to disseminate information that disgusts me to the core. That's a hell of a lot more difficult to do than reconciling a few misrepresented arguments on slashdot.

      No, I don't believe in freenet, and I don't believe in your "truly censorship-free" information system.

      See, that wasn't so hard, was it? All I'm asking is for people to be honest with their assessment of why they don't like Freenet. If you think the ill effects of dissemination of CP on Freenet outweighs the benefits of a complete lack of censorship, that's fine. I can disagree, but it's a position I can respect. Thing is, people here seem to like the idea of 'no censorship', and will try to avoid speaking out against it.. but still speak against Freenet because of the CP hotbutton issue.

      A little intellectual honesty is all I'm asking for.

      -Laxitive

    13. Re:Great, here come the CP trolls by Anonymous Coward · · Score: 0

      The taxes you pay for the upkeep of your local roads helps child pornographers drive their victims to remote locations. Maybe you should just stop paying taxes.

    14. Re:Great, here come the CP trolls by DJCF · · Score: 3, Insightful

      No offence but this has gotta be a troll. I I'm wrong, I do apologize.

      First of all, like other children of the parent say, in most cases the benefits of a free (beer+speech), distributed, anonymous network outweigh the costs.

      I have the right to let as many people I know understand that if they run a freenet node, they ARE aiding in the spread of child porn, that they are helping the worlds worst monsters commit their crimes. NO -- that is not a certainty. It is a possibility, maybe even a high or low probability, but it is NOT a certainty. Running a Freenet node does NOT entail that you are nessesarily aiding CP.

      If you choose to support Freenet, and it's userbase, it represents a tacit approval of the material it's used to dissiminate. NO IT DOESNT. What it DOES represent is tacit approval of free speech (as you say, and I strongly agree with you, CP does not fall under this category). It does NOT represent tacit approval of CP.

    15. Re:Great, here come the CP trolls by KagatoLNX · · Score: 4, Insightful

      Since we're exercising our rights, I agree with your point.

      After careful consideration of your point, I realize the error of my ways.

      Specifically, I realize that by running a Freenet node, I would be allowing others to use it the way you've said. I would be providing support to a system that, as a whole, exploits children.

      I have since determined that telephones and video cameras are used in the production of CP. I can no longer supply the phone company or video empires with the money I pay for their products, since their products are used for bad things, as well as good.

      I think we should do the same to the gun manufacturers, since we all know how guns are used.

      Seriously though, the technology (Freenet) does not exploit children. People exploit children. Don't ban technology because it is effective. Freenet has NEVER exploited a single child any more or less than a telephone, the US Postal Service, and the entire line of Sony Handicam(TM)'s.

      You do realize that by the time the video hits whatever distribution system that it's already too late, right? If you want to protect the children...why not actually protect the children. Don't use abused children further as an excuse because you're uncomfortable with other people expressing their rights outside of some sort of central control--because that's the object of Freenet--for better (political reform) OR worse (abuse of children for profit).

      Finally, realize that the First Amendment is not what it used to be. There was a time that speech and thought could not be ultimately suppressed. Given the current state of technology, I'm not sure that will be sustained. Disturbing as it may be, someday the First Amendment may not be a nod to an unsupressable reality, but it will be that last bastion between an unscrupulous bureacratic machine and individual freedoms.

      --
      I think Mauve has the most RAM. --PHB (Dilbert Comic)
    16. Re:Great, here come the CP trolls by Anonymous Coward · · Score: 0

      Imagine for a minute that some system is used almost entirely for some intrinsically wrong, immoral and illegal activity. However there is only 1 legitimate user for it outside those millions of inappropriate users. Would I be wrong to ban or be against that system?

    17. Re:Great, here come the CP trolls by Anonymous Coward · · Score: 0
      there is no right to anonymous speech by the way.

      Said my fellow AC...

      (who apparently is unaware that the U.S. Supreme Court has upheld the right to anonymous speech.)

    18. Re:Great, here come the CP trolls by jadavis · · Score: 1

      The only valid reason someone needs to spread information in a completely ananymous way like that is to escape government control where the government does not allow basic free speech rights.

      I really supported freenet at first; even donated money. But I'm beginning to question the idea of anonymous speech. I think that speech carries some degree of responsibility, and I don't think it's bad if you're able to pin a statement on a particular person or publication.

      The US constitution's first amendment guarantees the right of NAMBLA to express their views on a public webpage.

      Maybe I misunderstand how that organization operates. I certainly don't want to know. But I don't see how conspiracy to rape children is protected by the first amendment any more than conspiracy to commit any other crime. This is a good example of why anonymous speech is bad, in my opinion.

      No matter what freenet does technologically, it will always be marginalized because normal people just don't want other people to be able to speak anonymously. I'll tolerate or ignore whatever speech you want to give, but when you break the law with speech (by planning a crime or leaking classified government documents or slandering someone), I want the police to hold you accountable.

      --
      Social scientists are inspired by theories; scientists are humbled by facts.
    19. Re:Great, here come the CP trolls by Anonymous Coward · · Score: 1, Interesting

      "Running a Freenet node does NOT entail that you are nessesarily aiding CP."

      And selling Acetic Anhydride does not neccessarily mean you are aiding the manufacture of alkaloid-based narcotics, and selling nitrite-based fertilizer does not necessarily mean you are aiding the manufacture of bombs, but do either of these innocent activities and you can expect visits from federal authorities who will hold you responsible for the end products of your raw materials, regardless of all the legal uses they may have.

    20. Re:Great, here come the CP trolls by Brando_Calrisean · · Score: 1

      Oh, spare us the ill-conceived analogies, would you?

      --
      Don't call me a cowboy, and don't tell me to slow down!
    21. Re:Great, here come the CP trolls by finkployd · · Score: 1

      Depending on where you live, there is no right to anything, including life. However many consider anonymous speech to be a right they wish to have, including many of the founders of the US, and the Supreme Court (which has ruled in favor of it). Nobody has a RIGHT to encryption either, but state granted or not, we can certainly take it, so long as it is not outlawed. And even then many will.

      Finkployd

    22. Re:Great, here come the CP trolls by Anonymous Coward · · Score: 0

      NO -- that is not a certainty. It is a possibility, maybe even a high or low probability, but it is NOT a certainty. Running a Freenet node does NOT entail that you are nessesarily aiding CP.

      And that's good enough for you to sleep at night, right?

    23. Re:Great, here come the CP trolls by Anonymous Coward · · Score: 0

      You see, using YOUR logic, I can say this:

      By NOT using Freenet, 'stratjakt', you're stopping people in certain countries from learning the truth. People are being killed because of authoritarian governments, and they can't exchange information over the regular Internet, to sort out the problem.

      Do you see? That argument follows the exact same logic as yours -- extremes. But clearly you're not very good at debating or being rational, so what the hey :-)

    24. Re:Great, here come the CP trolls by m50d · · Score: 1
      Yes, but blocking the pictures doesn't change the events.

      If you're a potential paedophile, society is much better off with you looking at pictures than going out there and finding children to rape.

      I didn't know that was supposed to be a primary purpose of the network. I don't use freenet as it's too bloated, but I run gnunet because I support free speech and like getting music without paying for it.

      --
      I am trolling
    25. Re:Great, here come the CP trolls by Comatose51 · · Score: 1

      Fine, let's ban cameras and the Internet too. You're more than welcome to not use Freenet. You can also not have an ISP, thus giving it that much less money to maintain the Internet, which can be used to spread all kinds of information including child porn. If you don't, then you're giving tacit approval of child porn. That kind of argument is just silly. Freenet wasn't made to distribute child porn. It was made to carry information anonymously. Furthermore, child porn is illegal not because of the content but because of the harm caused to children in the production of. So, if the information itself is not illegal, why should be medium to carry it be?

      --
      EvilCON - Made Famous by /.
    26. Re:Great, here come the CP trolls by Ironsides · · Score: 1

      Thanks for reminding me about that quote. It's one that is generally forgoten.

      --
      Fly me to the moon Let me sing among those stars Let me see what spring is like On jupiter and mars
    27. Re:Great, here come the CP trolls by Anonymous Coward · · Score: 0

      "I have the right to let as many people I know understand that if they run a freenet node, they ARE aiding in the spread of child porn,"

      Yes, you do.

      "...that they are helping the worlds worst monsters commit their crimes."

      But how? The problem with your viewpoint is that its just a kneejerk reaction without any critical thinking behind it.

      What harms children is the PRODUCTION of child porn, not the consumption. Hand-drawn or CG child porn for instance is quite leagal in the US and most everywhere else, because children are not harmed. The only way you support them in anyway is by compensating child pornographers or distributers by buying their product. In Freenet everything is free for the taking and no reasonable way to exact payment exists.

      If anything, Freenet dilutes the child porn market, harming child pornagraphers by reducing the paying audience for new "product" and therefore their compensation, and anything that make it less likly they will want to harm yet another child sounds like a good thing to me.

    28. Re:Great, here come the CP trolls by Anonymous Coward · · Score: 0

      Amen brother!!! This is exactly why I cheat on my taxes and don't pay them. Those taxes go to pay for roads that those mother fuckin child pervs drive on. Ain't no way my money is going to help some child perv drive his car to the kwiki mart.

    29. Re:Great, here come the CP trolls by Anonymous Coward · · Score: 0

      It's not about changing the past it's the fear that freely available pictures would increase demand and that may increase supply.
      Opponents of technology like freenet are coming from the viewpoint that it's not worth using the technology if it means contributing to the supply of this kind of content in any way at all. I'd have to agree with them.

    30. Re:Great, here come the CP trolls by DJCacophony · · Score: 1

      normal people just don't want other people to be able to speak anonymously

      Yeah, because that's not possible already with email, chatting, irc, online discussion boards (such as /.), and pretty much any existing form of online communication.

      --
      Slow Down, Cowboy! It's been 60 minutes since you last successfully posted a comment.
    31. Re:Great, here come the CP trolls by awolk · · Score: 1

      And, as a side note, all the "political dissident" stuff is pure horseshit and misdirection. It's illegal in China (and other countries with harsh free speech laws) to use encryption at all. Freenet is not even an option for the oppressed village of Wing Wang.

      Actually, that's what the story is about. They want to make it usable & undetecable in repressive regimes. From TFA:

      If we can't build something that can survive its own illegality, then I'm not sure what the point is.
      [...]
      If you can hide the nodes as well, via some kind of steganography, then you can make it hard to find them. If you don't have trusted links, then there is no point hiding them as the attacker will just harvest.

      Personally, I find the question about free speech very difficult and I totally agree with you that someone who rapes an 8-year-old is far worse than someone who murders some other adult, and that the kids in pictures are real kids, that suffers alot.

      But there are other ways to look at the question, e.g. if there'd been a darknet under Hitler, there might have been more resistance, and it might have saved many lives.

      The problem, I think, it's that as the "normal" internet is so much faster, a darknet will only be used for illegal things, and while different political opinions is still legal, it won't be used for political opinions.
      But once it's illegal to express ones own political opinions, it'll be used for it (see the example with Hitler), and might in the end save many lives (or not).

      That's why I find the question about free speech very difficult, and cannot really take position on it.

    32. Re:Great, here come the CP trolls by m50d · · Score: 1

      I'm just taking issue with one thing he said. A reply doesn't have to address every single point.

      --
      I am trolling
    33. Re:Great, here come the CP trolls by drew · · Score: 1

      interesting, i hadn't seen any "CP Trolls" at all until i got to your comment. Which makes it look to me like you were "trolling for trolls", so to speak...

      --
      If I don't put anything here, will anyone recognize me anymore?
    34. Re:Great, here come the CP trolls by Anonymous Coward · · Score: 0
      Well, I also have the right to express MY viewpoints. And I sure as hell have the right to decide that any computer equipment I own will NEVER help the spread of child pornography.

      Wow. Putting never in all-caps really makes you noble. How can I be more like you?

      No, I don't believe in freenet, and I don't believe in your "truly censorship-free" information system.

      And, um, no one cares, 'kay?

    35. Re:Great, here come the CP trolls by mzwaterski · · Score: 1

      What is the case that you refer to?

    36. Re:Great, here come the CP trolls by finkployd · · Score: 2, Informative

      This was the first I found, I believe there are a few others.

    37. Re:Great, here come the CP trolls by Anonymous Coward · · Score: 0

      I have the right to let as many people I know understand that if they run a freenet node, they ARE aiding in the spread of child porn, that they are helping the worlds worst monsters commit their crimes. Most sensible people understand that.

      • Most sensible people understand that Bill Gates and Linus Torvalds aid in the spread of child porn (they need operating systems).
      • Most sensible people understand that coal miners aid in the spread of child porn (they need electricity).
      • Most sensible people understand that farmers aid in the spread of child porn (they need to eat).
      • Most sensible people understand that Kodak aid in the spread of child porn (they need camera equipment).

      The question is not whether something aids the spread of child porn, because practically any action that helps society helps the spread of child porn, since child pornographers are part of society. The question is whether the cost/benefit ratio is good enough - is the benefit to society high enough, and is the cost to society low enough?

      It all depends on what you think the right balance is, how harmful you consider child pornography and how harmful you think censorship is. I simply can't criticise people for drawing the line either side of Freenet. Personally, I think that censorship can ultimately ruin a society, yet child pornography cannot. I don't think it is reasonable to demonise me for believing that though.

      If you choose to support Freenet, and it's userbase, it represents a tacit approval of the material it's used to dissiminate.

      No, it means that you think the benefit of anonymity outweighs the cost of anonymity. The cost is still a cost, even if you consider it to be a necessary one.

    38. Re:Great, here come the CP trolls by drinkypoo · · Score: 2, Interesting

      I certainly understand how you feel about child molesters but let's talk about the people who view the images for a second here. I don't condone child pornography (nor, for the record, do I view or collect it, thank you very much) but I don't think you can put some fucked up guy in his mom's basement downloading kiddie porn off the anonymous net in the same category as someone abusing children, unless they're paying for it. Then, there is a direct financial incentive to someone to produce child pornography, which is wrong. There's definitely something wrong with them, but they aren't hurting anyone.

      --
      "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
    39. Re:Great, here come the CP trolls by burns210 · · Score: 1

      I believe in truly Free Speech, but I think people just lose faith in Freenet because it is so fickle, not necessarily because of its moral obligations.

      Freenet seems to get a decent idea, partially work it out, have it fail, and then migrate to a radically different design to fix the problems the first decent idea had.

      Freenet shouldn't be www speed, but the abysmal reliability and speed of the version I have tried(various times over the last 3 years) make it a joke of a project when it could be a pinnacle of open source development. What is so hard with choosing a simple, straightforward design(none of this 'nodes specialize in certain types of content' crap). Let a node cache whatever it passes through with sane metrics for replacement and bug fix and optimize THAT code.

      So frustrating, because i want to be shouting to people how amazing a concept it is, but I can't do that because you can't consider the Freenet reliable or usable, even when loosely defined.

    40. Re:Great, here come the CP trolls by Anonymous Coward · · Score: 0

      Let me welcome you to slashdot, you must be new here.......

    41. Re:Great, here come the CP trolls by Anonymous Coward · · Score: 0

      The virtue of a man is best judged by what he does when he knows he will not get caught. - Anon

    42. Re:Great, here come the CP trolls by Anonymous Coward · · Score: 0

      I think you should be going and posting this comment to almost every post here that states that doing virtually anything assists in child pornography.

    43. Re:Great, here come the CP trolls by zettabyte · · Score: 2, Insightful
      Everything stated below is my opinion. It is not to be mistaken for fact.
      "...you can be either for or against absolute, anonymous free speech."

      You hit the nail on the head. Remember, though, the bill of rights makes no guarantee to anonymity.

      It's my opinion that the rule of law has to be more important than a right to anonymous free speech. If someone were to use Freenet to post pictures of two nuclear warheads, and nuke New York with one of them, and subsequently hold the country hostage, can you legitimately say their right to that 'speech' supercedes those of the millions dead and millions more threatened? I don't believe that's a reasonable position.

      That the gains from proof of election fraud outweigh the losses from child porn.

      You don't have a child, do you.

      There has to be a balance. The right to free speech can exist with limitations. After all, you can't yell "Fire" in a crowded theatre.

      If you're concerned about election fraud or police brutality, run for the election board or mayor. Or do you believe the system to be so completely rigged as to prevent you from attaining those offices?

    44. Re:Great, here come the CP trolls by Anonymous Coward · · Score: 0

      What? How do you make that connection?

      A pointer for logic, genius: don't simply pick the inverse, work with the contra-positive.

    45. Re:Great, here come the CP trolls by BigZaphod · · Score: 1

      Ironic that this quote is attributed to "anonymous." :-)

    46. Re:Great, here come the CP trolls by Loki_1929 · · Score: 2, Insightful

      "I sure as hell have the right to decide that any computer equipment I own will NEVER help the spread of child pornography."

      You sure do, and I'd advise you not to run Freenet in your case. The fact of the matter is that Freenet's security relies on everyone knowing as little as possible so as to minimize the ability of attackers to compromise anonymity. It's not the complete anonymity model, but it does simplify the equation greatly.

      "I have the right to express that everytime freenet comes up. I have the right to let as many people I know understand that if they run a freenet node, they ARE aiding in the spread of child porn, that they are helping the worlds worst monsters commit their crimes."

      If this were truly your goal, you would simply repost what Freenet's own site has to say on the subject. They freely admit that any content possibly attainable may, at some point, be stored on your computer. Your stated goal is false; your actual goal is to demonize something you don't understand and don't like by spreading Fear, Uncertainty, and Doubt in the minds of those curious about it. If you're going to express hatred of something, try not to lie about your reasons for doing so. 'Education' isn't it.

      "NAMBLA expresses their "viewpoints" on the regular internet."

      A good point. You're supporting them, by the way, when you pay your ISP. Your payment partially subsidizes the upstream provider (including their hardware, bandwidth, etc) of your ISP, which in turn allows the worldwide internetwork upon which NAMBLA distributes its message worldwide to function.

      See, the thing with people like you is that you like to pretend that anything new that gets misused by a small group only exists for the purposes of helping that group. You like to pretend that that group, child pornographers in this case, never existed before the birth of Freenet. Therefore, you get to toss out twisted logic in a fit of rage against Freenet; calling it a pedo network and the like. Unfortunately for your logic and the rest of the world, pedophiles and child pornographers existed before Freenet. They used the internet before Freenet existed. Do you support the internet? They continue to use it. They also existed before the internet. They distributed videos of their crimes against children as well. Do you support VHS? Prior to that, they used magazines to distribute their awful content. Do you support the printing press?

      Using the logic that any technology which can be mis-used by evil-doers to facilitate their criminal acts must be banned, we'd have to drop ourselves back to the stone age. I take that back - we'd have to go back to before man existed. So long as man has used tools, a small minority has mis-used those tools to rape, torture, and kill others. Banning those tools will not make that minority go away.

      What we are left with is the fact that no matter what we do, there will always be monsters in the world. Banning the technology which has already allowed groups of Chinese dissidents to openly communicate back and forth with ideas banned under penalty of death is not the answer. Banning the technology which has allowed former Scientology members to speak out about the lies, hatred, and crimes of that cult without fear of being hunted down and murdered (as several former members have been) is not the answer. This technology has the potential for substantial beneficial use. It has already shown that it, as anything else, can be used for good as well as for evil. That you ignore the good to rage against the evil shows an irrational hatred of something you do not understand.

      Don't run Freenet if you don't want to. I don't care and I sure as hell know Ian Clarke doesn't care. I've met Ian, and he's a good guy. It infuriates him to no end when someone like you comes around after reading three whole sentences about Freenet and starts babbling on about how it's just there for pedophiles. Your spreading FUD and irrational rage does your argument no good. The fact of the matter is that Freenet's already proven its worth to good and decent people around the world and no one's forcing (or even asking) you to run it.

      --
      -- "Government is the great fiction through which everybody endeavors to live at the expense of everybody else."
    47. Re:Great, here come the CP trolls by Tim+C · · Score: 1

      The title of your comment is a complaint about that sort of comment. Telling him not to feel persecuted is a little rich, imho.

      Other than that, I basically agree with you.

      Who the fuck is Zonk?

      An editor

    48. Re:Great, here come the CP trolls by Anonymous Coward · · Score: 0

      smack. that was awesome.

    49. Re:Great, here come the CP trolls by Seekerofknowledge · · Score: 1

      Zonk runs slashdot similarly to timothy or Cowboy Neal. You can see him/her post articles occasionally, like here.

    50. Re:Great, here come the CP trolls by zettabyte · · Score: 2, Insightful
      I'm just asking you to be honest about it. I'm asking you to say: "I don't beleive in a censorship-free medium" if you want to oppose Freenet on the grounds that it allows CP.

      Now, I'm not who you said this to, but I'll agree to say that I don't believe in a censorship-free medium.

      For example, during World War II, I don't think American reporters stationed in Britain should have been allowed to say whatever they wanted.

      I don't think that fertilizer truck bomb recipes should be publically available.

      I don't think that 'Grow Weapons Grade Antrhax in Your Basement' should be available to the average Joe, either.

      And I don't think that 'How to kidnap, rape, kill, and dispose of your neighbors 9 year old girl without getting caught.mp3' should be accessible by anyone.

      What I'm trying to say is that there's a balance to what you're looking for. If you want to protect whistle-blowers, elections, DeCSS, or what have you, do so through the law. That's what they've been doing for over 200 years.

      There's no quick fix to what you want (I don't think anonymous speech is the answer, as it creates it's own host of IMO significant problems). To me, it seems like you're asking for 'Anarchy of Speech', where there are no rules. I think there's a better way...

      With that said, I will concede that many people significantly smarter than I have lost much more sleep over this issue and all to no avail.

    51. Re:Great, here come the CP trolls by Mecanico · · Score: 1

      Your argument is like making steel producers responsible when someone uses a gun to kill. There are so many other uses, and you are condemning it because of one use.

      You are against the only chance some ppl have of denouncing the crimes (genocides... sounds just as bad as CP to me) in their region because they are the backyard business of some powerful and ruthless politician.

      Would you get killed if you spilled the beans? In mine you would. Would your family be threatened if so? This is a must to end with the threat you represent to them.

      Perhaps you live in a fairy tale country. You seem to live in an at least "pseudo free-speech" country. Some have never had it you know, and Freenet is an option for them.

      You won't really know the value of what you have until you loose it. Your reality does not apply to everyone.

      Keep it up Freenet!

      --
      UgaBuga!
    52. Re:Great, here come the CP trolls by shutdown+-p+now · · Score: 1
      I have the right to let as many people I know understand that if they run a freenet node, they ARE aiding in the spread of child porn, that they are helping the worlds worst monsters commit their crimes.
      The same applies if you work for any company which makes digital cameras, as they are obviously used by child porn makers to film their horrible creations.
    53. Re:Great, here come the CP trolls by shutdown+-p+now · · Score: 1
      There has to be a balance. The right to free speech can exist with limitations.
      Just one simple question for you then: do you believe that Freenet, and any other similar systems which guarantee anonymous free speech to their participants, should be outlawed for the sake of law enforcement? Yes or no?
    54. Re:Great, here come the CP trolls by KagatoLNX · · Score: 2, Insightful

      Ill conceived my arse.

      Take America for instance. How many children are killed by guns each year? How many children are abused in CP each year?

      The guns are just as guilty of killing children as Freenet is of creating CP.

      Bottom line:

      http://www.ichv.org/Statistics.htm

      Over 30000 gun deaths in a year.

      http://www.nch.org.uk/information/index.php?i=77&r =326

      2234 Child Pornography busts in the same year.

      Children abuse in real life, recordings trafficked on the Internet. Apparently that means we should suppress the technology of the internet.

      Thirteen times as many people are shot the same year (even taking suicides and under-reporting of CP into account, the numbers are still overwhelming) but we settle for public service announcements. Ask any police officer in a big city, it burn you up inside finding abused children every day, but never once would they prefer to find one dead. Give a parent the same option, same answer.

      Blaming the technology instead of the criminal only makes doing even reasonable things illegal and puts innocent people in jail, because, let's face it, Child Abusers will find a way to do it unless we remove every last shred of freedom, privacy. and due process from our society.

      No, the issue here isn't a analogies. The issue here is the fact that some people value their speech (or their guns) and some don't. I value children's lives more than most Slashdotters, but I also understand that Child Pornography is the crime, NOT transfering files over a P2P network or communicating anonymously.

      In fact, I'd say that anonymous and P2P communications might actually be two of the "rights" that the children of the future may enjoy most. If the casualties of the war on child pornography (or the war on terror for that matter) are going to be the freedoms that allow democracy to exist, there will be far more victims than we can appreciate right now.

      --
      I think Mauve has the most RAM. --PHB (Dilbert Comic)
    55. Re:Great, here come the CP trolls by Anonymous Coward · · Score: 0
      Most of those working on the network, however, believe that the benefits of having uncensored speech outweigh the cost.

      Most? I'm curious about the remainder. Why would people work toward anonymous, uncensored speech if they don't think it's worth the cost?

    56. Re:Great, here come the CP trolls by KagatoLNX · · Score: 1

      You would be wrong to characterize Freenet in that way.

      As for being wrong to ban or be against that system, I don't think I can address that question in the abstract. I know nothing about that system I'm supposed to endorse banning. Not that a system exists that there is "only one legitimate user" and "millions of inappropriate users". Who would endorse banning something they know nothing about (except for Slashdot Trolls, perhaps).

      You could have used that rationale, for instance, to justify the wholesale destruction of the Underground Railroad prior to the Civil War. Slave smuggling was wrong, immoral, and illegal for a number of Southerners.

      Besides, if you knew much about Freenet you'd know that it would be a lot faster if there were that many users (legitimate or not).

      --
      I think Mauve has the most RAM. --PHB (Dilbert Comic)
    57. Re:Great, here come the CP trolls by evanbd · · Score: 1

      I'm sure they have their reasons, and I'm sure some or most believe in things slightly different than I have described in my postings. I used the term "most" because I didn't want to be taken as speaking from a position of authority (I follow the mailing lists and read the FAQs, but that's about it).

    58. Re:Great, here come the CP trolls by Anonymous Coward · · Score: 0

      But I don't buy into the whole "moral relativism" bullshit, both are evil.

      Don't use big words you don't know the meaning of. Moral relativism has got nothing to do with judging one thing to be morally worse than another. It's about the moral system such decisions are made within, and whether such a system is a universal truth or a societal property.

      But hey, using big words makes you look smarter, huh?

    59. Re:Great, here come the CP trolls by DoctorFrog · · Score: 1
      I also think that anyone running a freenet node is legally on the hook for aiding and abetting child molestors, since it's widely known that it's a primary use of the network.

      Okay, responding strictly to this one attempt to fly below the radar: to whom is it "widely known", and are they simply assuming their preconceptions are "knowledge" or do they actually know that child pornography is a primary use for the network? If the latter, how do they know this?

    60. Re:Great, here come the CP trolls by DoctorFrog · · Score: 2, Interesting
      That the gains from proof of election fraud outweigh the losses from child porn.

      You don't have a child, do you.

      I do, and if you think my support of FreeNet means that you're free to move in on my kid you're liable to become a candidate for a Darwin Award. In a couple of different ways, should you be male. If you get my drift. Or even if you don't.

      I protect my kid, and although I'm glad to have the help and support of my society and its police (many and perhaps most of whom are among the finest people said society has to offer), I'm not willing to betray my kid's potential future in a free society in exchange for a little more convenience in safeguarding his present well-being.

      Taking the long view, after all, is one of the things parents are supposed to do for their kids, because kids aren't all that great at it, and for good reason; it takes wisdom, born of experience, to see past the immediate issue to the larger ramifications, and it takes courage, born of wisdom, to accept that "Out of this nettle, danger, we pluck this flower, safety." (Shakespeare, Henry IV, III, i, 62, if anyone cares).

    61. Re:Great, here come the CP trolls by DoctorFrog · · Score: 1
      No matter what freenet does technologically, it will always be marginalized because normal people just don't want other people to be able to speak anonymously.

      Well, color me abnormal. In case that wasn't clear, I want other people to be able to speak anonymously.

      I'll tolerate or ignore whatever speech you want to give, but when you break the law with speech

      You assume that the only reason for wanting anonymity is to avoid responsibility for breaking the law. You ignore, for example, the possibility that anononymity may be required to avoid illegal retribution from neighbors, employers, or (gasp!) corrupt officialdom.

    62. Re:Great, here come the CP trolls by jadavis · · Score: 1

      If a serious crime is involved, usually they can find you.

      And if not, usually the people who want to use the information for the wrong purposes would have difficulty finding it.

      Freenet "solves" both of those problems, by making it easy for people to publish and locate information that constitutes a crime, and hard (or impossible) for law enforcement find the publishers, and well, enforce the law.

      That's why I no longer support freenet.

      --
      Social scientists are inspired by theories; scientists are humbled by facts.
    63. Re:Great, here come the CP trolls by jadavis · · Score: 1

      You assume that the only reason for wanting anonymity is to avoid responsibility for breaking the law. You ignore, for example, the possibility that anononymity may be required to avoid illegal retribution from neighbors, employers, or (gasp!) corrupt officialdom.

      People can speak anonymously from that standpoint, in the U.S. If you say something offensive, you can say it anonymously and nobody can get subpoenas or search warrants to determine who it was. However, if you say something illegal, I want the legal process to be able to figure out who published criminal material.

      So, it's anonymous as long as it's legal. And that's fine with me. I have no use for freenet. It doesn't provide me any rights that I think are important to a free society.

      In theory, freenet might not be so bad. But such a huge amount of the traffic will be bad that it's just not worth it.

      --
      Social scientists are inspired by theories; scientists are humbled by facts.
    64. Re:Great, here come the CP trolls by DoctorFrog · · Score: 1
      So, it's anonymous as long as it's legal.


      So, it's okay to be a little bit pregnant...


      "Legal" only means no one's passed a law against it yet. If speech is only free as long as it's "legal" speech, then you can censor anything you want by passing a law against it, no?

      There was a time, not long ago, when advocating communism was illegal. Opposing the Government's position in a time of war can easily become illegal. The present administration seems to believe that it has the right to declare pretty much anybody an "enemy combatant" and lock them up on that basis - the judicial branch didn't back them up and it's still touch and go, but what if "un-patriotic" speech became illegal, and you disagree with the administration's view on the meaning of "un-patriotic"? Remember Joe McCarthy and the HUAC?

      I think anonymous speech is far more a power for good than for evil, but I recognize that it is all or nothing; if I want speech to be free, the option for anonymity must be there, and anonymity is purchased at the price of allowing speech I abhor.

      I'm willing to pay the price of abhorrence for freedom, because I have confidence that freedom opens more doors to good than evil.

    65. Re:Great, here come the CP trolls by zettabyte · · Score: 1
      ...and if you think my support of FreeNet means that you're free to move in on my kid you're liable...

      Yeah, no. That's not what I was saying.

      I'm not willing to betray my kid's potential future in a free society in exchange for a little more convenience in safeguarding his present well-being.

      And neither were the founding fathers. That's why the First Amendment speaks of both Freedom of Speech and Freedom of the Press. It does not, however, speak of the Freedom to Say Whatever You Want Without Accountability.

    66. Re:Great, here come the CP trolls by Anonymous Coward · · Score: 0

      "The true test of someone who claims to believe in Freedom of Speech is whether they tolerate speech which they disagree with, or even find disgusting."
      - Freenet FAQ

    67. Re:Great, here come the CP trolls by Anonymous Coward · · Score: 0

      As it was clearly stated - ill conceived.

    68. Re:Great, here come the CP trolls by jadavis · · Score: 1

      Censorship is prior restraint, and that's almost never used. They punish you only after what you say.

      If someone has evidence that the government is abusing our freedom to speak, they can stand up and speak. If they are right, people will follow.

      Congress has tried many times to limit our speech, and they have failed to limit our speech to the extent you describe. People were always able to stand up and bring down the laws that prevented political discussion.

      The two primary violations of free speech happening now are (in my opinion):
      (1) The FCC. They created media oligopolies at the expense of free political exchange.
      (2) Campaign Finance Regulations. These laws prevent me from effectively supporting a third party candidate (for instance).

      However, I am still free to speak and assemble supporters for a cause to destroy those two violations. So far I don't have many takers, so maybe I'm wrong, or maybe other people don't feel threatened.

      --
      Social scientists are inspired by theories; scientists are humbled by facts.
  24. Have any freenet users ever been sued? by Anonymous Coward · · Score: 2, Interesting

    I suspect (and it is a suspicion from someone who hasn't yet used freenet) that plenty of copyrighted music and movie files are floating around on freenet.

    My question is, has the RIAA, MPAA, or any other such agency yet attempted any legal action against any user of Freenet? If so, can coverage links be provided?

    1. Re:Have any freenet users ever been sued? by MoonBuggy · · Score: 2, Informative

      I haven't used Freenet in a long time, and only really used it briefly when I did because I needed to fulfill my geeklike curiosity in the system, but I didn't see many music files on it at all; I would assume that this is because the slow transfer speeds make it completely unfeasible for a few megs of data that could be found easily enough on 'open' P2P networks. There were some movie repositories, but again the time and effort are probably only worthwhile if there's a real reason that the movie isn't available on normal P2P (I wouldn't be entirely surprised if 'high sensetivity' leaks hit Freenet first). I think there was a site full of MS software and cracks too. Nothing like the scale of a big torrent site or the eDonkey network though.

      The small scale of copyright violation combined with the massive amount of work it would take to track down any Freenet user (it's more or less impossible for anyone to do without informants and the right to confiscate equipment on your side) mean that the providers probably won't bother tracking down users, and would be unlikely to bother even if copyright infringement on Freenet reached Suprnova proportions - at that point I guess that they would try the 'child porn' card to get Freenet itself outlawed since doing so would take much less time, money and effort than tracking people in a network specifically designed to avoid tracking.

    2. Re:Have any freenet users ever been sued? by larry+bagina · · Score: 1
      I too haven't used freenet. However, for any filesharing system to work, you really need a critical mass of users. If a new users checks it out and can't find the latest Ashley Simpson music, he isn't going to stick around and share his stuff.

      the RIAA's lawsuits have targetted people who make their music collection available for download in order to decrease the amount of music available and make kazaa, limewire, etc. less appealing.

      Since freenet doesn't seem to have the critical mass that other services have, and in theory, getting user information is impossible, they've so far left it alone.

      --
      Do you even lift?

      These aren't the 'roids you're looking for.

    3. Re:Have any freenet users ever been sued? by Anonymous Coward · · Score: 0

      The bigger issue with Freenet is simply darwinian-selection on the information that gets put into Freenet.

      Stuff that isn't so bad can co-exist on both the public network or Freenet. However, it requires more effort to put it on Freenet. So why go thorugh the extra hoops (humanity does not do well with non-selfish motivations), when you can just toss the not-so-bad data onto easier networks (eDonkey, BT, eMule, Kazaa, etc).

      The really objectional stuff can't live on the public network, hence, it ends up in Freenet. Because it's the only place it get go (hence making the difficulty in posting worthwhile).

      So the outcome of these pressures (ease of use, legality, etc.) is that the really nasty stuff fills Freenet while the not-so-objectionable stuff does't have to be in Freenet.

      (All of that is poorly worded, but hopefully illustrates the central problem with Freenet.)

  25. http://www.i2p.net/ by gst · · Score: 3, Insightful

    i2p.net seems to be a better alternative. especially because it provides an overlay network. you can't just transfer files over it - you can do everything which you can do on the current net. you can even choose how "much" anonymity you would like (over how many nodes should your messages be relayed).

  26. pooling human resources by Anonymous Coward · · Score: 1, Insightful
    With regards to "general inability in regard to pooling human resources", I'd have to agree with the poster. I was interested in contributing to one of Ian Clarke's projects, and the whole thing was quite disorganized and rude to new comers.

    I'm not going to fight with someone to help them with their project...

    1. Re:pooling human resources by Anonymous Coward · · Score: 0
      Thanks for the comment, but I don't give much weight to criticism from an AC with no link to supporting evidence.

      People love to criticise those they perceive to be successful. Call it jealousy or human nature if you want, hell, I'm even guilty of it myself. But it makes me pretty sceptical of anonymous testimonials about people.

    2. Re:pooling human resources by Anonymous Coward · · Score: 0

      and who the fuck are you?

    3. Re:pooling human resources by Anonymous Coward · · Score: 0

      Read the lists and come to your own conclusions. I have to admit I am very spoiled in many ways with jrandom's handeling of I2P.

      P.S. Read the gmane list on Freenet and do a search for asshole. See which developer's name comes up.

      Ian Clarke is to be commended for doing this project, but a person can do great things and still be an asshole himself.

    4. Re:pooling human resources by Anonymous Coward · · Score: 0

      I'm a totally different AC, and I second the above. Take it for whatever it's worth; having some nickname doesn't make you much less anonymous anyway.

      I showed up on freenet-dev once with an idea. I did my homework, I was brief, polite, considerate, and I was literally blasted off the list with obnoxious flames from the get-go.

      Was my idea controvertial? No. Was I demanding anyone implement it for me? No. All I was doing was floating it and seeking comments before I got to work. Needless to say I had no interest in getting involved in that project in any way after that.

      Since then I've learned I'm far from alone in this experience with them.

      There is a big difference between dismissing a bad idea and what happened to me - and my idea wasn't that bad, either.

      Ian, Oscar, and their little clique are a bunch of infantile, elitist assholes with no concept of how to collaborate on a software project. Even then, a little club like that can make an app (many have before), but their other problem is that they're not nearly as gifted as they think they are.

  27. Re:FreeNet Is Lost by Anonymous Coward · · Score: 0

    It's hardly usable right now, and the only people using it are are downloading kiddy porn mostly.

    I guess that's what happens when you have too much freedom and anonymity.


    Umm...anonymity has other fans, you know. If it were faster, I'm sure those sharing RI/MPAA music and movies would jump on the FreeNet train as well!

  28. exactly what I said earlier by mandrake*rpgdx · · Score: 1

    and yet we are both modded Off-topic. Heaven forbid we correct the kiddy-porn distro's spelling!

  29. Same old, same old by 0123456 · · Score: 4, Insightful

    I haven't tried Freenet in quite a while, but when I did use it now and again before (in the 0.3-0.5 days, AFAIR), the main problem was that they'd get a network that kind of worked, lots of people would start posting stuff, it would be usable for a few months, and then they'd break it to introduce the 'next big thing'. And it would stay broken for six months, during which time most people stopped using it.

    Frankly, for Freenet to have any future, I think the developers need to get used to the idea of _not breaking it_ every six months. Otherwise the few people with the enthusiasm required to keep it operating are going to find better things to do with their time.

    You can either have a research network or a viable, usable system, you can't have both. If it ever gets to a viable, usable network, I might give it a try again, but it's pointless when you can't insert anything and can barely retrieve anything.

    1. Re:Same old, same old by Anonymous Coward · · Score: 1, Interesting

      You are on the right track. The number one attacker on Freenet is and has always been (drumroll..?) the Freenet itself.

      However, what you propose is a mere kludge compared to the true solution. If the freenet is to achieve what it's supposed to, it simply has to survive those "attacks". Hell, if it can't handle even silly accidents then what chances it has against a determined attacker?

      The main problem is in design which results in that everytime something goes wrong it causes a catastrophic collapse of practically whole network. This is mostly because it doesn't enforce stability. All state comes from the network continuously optimizing itself and it just doesn't work when nodes come and go all the time. This is why fixed, persistent (or "trusted") connections are a good thing. You just can't flush the routing tables of entire fn anymore.

    2. Re:Same old, same old by forkazoo · · Score: 1

      To be fair, they haven't hit 1.0 yet. IMHO, the developers should reasonably be expected to tinker with the protocols, and see what works best until they hit the "real release." Once they hit 1.0, however, it really should be stable, and have inbuilt provisions for expanding the protocol in the future without breaking anything. (Like how I can use HTTP 1.1 or 1.0, and not notice any difference as a user)

    3. Re:Same old, same old by Eric+S+Raymond · · Score: 1

      Wait til 1.0 or 3.0, dumbass.

      --
      Bypass Compulsory Web Registration -- http://bugmenot.com/
  30. Re:That is what happens... by Sanity · · Score: 3, Insightful
    Nice troll, lots of accusations and insults, with not a shred of evidence.
    When a self-absorbed "project leader" encounters a problem which is far beyond his skills.
    Thanks for setting the tone, you don't like the project leader. I am sure we can expect this view to be carefully justified and supported in the rest of your post...
    The existing system is basically unworkable and was proven to be completely useless for its main stated purpose: protecting dissidents.
    I guess you are too busy making further unsubstianted claims to actually justify those you have made so far. Exactly where is this "proof"? Have you told the real life dissidents that are actually using Freenet today?
    This project neeeds a serious theoretical discussion and research to determine if it is even feasible.
    And let me guess, you are just the person to do it. I look forward to reading your paper.
  31. Not speed, content by Uruk · · Score: 2, Interesting

    Fast networks with nothing in them aren't very useful.

    The web exploded when everybody and their brother started publishing web pages, not when people had browsers or connections to the internet.

    It's about content. For freenet though, that means a very different type of content that you wouldn't want on the web. The social problems that they'll face if the network does grow into something substantial are surely going to be something to behold.

    --
    -- Truth goes out the door when rumor comes innuendo. -- Groucho Marx
    1. Re:Not speed, content by burns210 · · Score: 1

      But freenet isn't reliable enough to retrieve user's freesites(web pages on freenet) even if a user went to the trouble of making them. It takes minutes, MINUTES, to retrieve any given page and the liklihood of you getting that page is unacceptably low.

      I can take a slow speed, though Freenet is too slow to be considered production by a long shot, but reliability isn't their either.

  32. Speed? by Mr.+Cancelled · · Score: 2, Insightful

    What many probably don't know is, that a big change is at hand

    Like maybe making the thing fast enough to be usable, maybe?

    You always hear the Freenet detractors talking about all the questionable content making its way to Freenet, but my question is "How the hell could you stand using Freenet long enough to view anything in the 1st place?". The thing's dead-dog slow, and I'm on a very fast broadband connection!

    I love the concept, but unless this new revision brings speed to Freenet, it's a waste of time and effort to me. Secure and anonymous internet browsing is an important thing, but usability's should be just as important if they ever hope to bring this to fruition.

    1. Re:Speed? by leuk_he · · Score: 1

      Well speed and better performance is always promised in the next version(preferbly the unstable version). However as a side effect the developers decide they have to loose backward compatibility.

      I lost track of the number of upgrades that made freenet loose a lot of data.

      Until they decide that freenet is backward combatible (a goal they are going to loose again) i think freenet will not grow.

    2. Re:Speed? by amphibian · · Score: 1

      Freenet has been backwards compatible ever since 0.4 started! That's YEARS ago. That's a LONG run. 0.7 will have to do a data reset, and this is why it is essential to nail down whether we will use 32K or 1K blocks, for example. Certainly after 1.0 we will want to avoid any data loss until at least 2.0.

  33. If you do this by mandrake*rpgdx · · Score: 1

    can you upload the script somewhere? I would (and I'm sure others who find child pornography morally and ethically questionable) find this very useful.

    1. Re:If you do this by Anonymous Coward · · Score: 0

      sure, but the script is the easy part.. getting the MD5 sums is more important. Anyone? Anyone?

    2. Re:If you do this by Anonymous Coward · · Score: 0

      you jackass, you think someone is going to sit there and download every child porn image and video on freenet just to get md5 checksums for you?

    3. Re:If you do this by Anonymous Coward · · Score: 0
      SSK@WP74nrBDes9qDK7dpjiYXYNPl0gPAgM/cleanex/7//

      Here you go.

  34. Re:FreeNet Is Lost by PhoenixFlare · · Score: 2, Interesting

    unless you're actually downloading FreeNet kiddy porn, how can you tell?

    Seems like it's bad enough that (for example) this FreeNet index has felt obligated to include a short essay and an "Enter Here at Your Own Risk" warning on their front page.

    Looking at the actual index for a moment (somewhat, the idiot webmaster decided to put in a username/password prompt that keeps coming back endlessly), I notice 3 or 4 immediate child porn/pedophile-related links right on the front page, several links to regular porn, a link to the "Freenet Drugs Index", "The Illuminati Agenda" (heh), and so on.

    Not that it's necessarily anything you couldn't find on the normal Web with a little work, but at the very least it sure doesn't give any advantages.

  35. I disagree by anti-NAT · · Score: 1

    I'd very much doubt that if people were given all the public addresses they needed (negating the need for the address expansion property of NAT), they'd be happy for their machines to be publicly visible, respond to ICMP echo-requests a.k.a. pings etc.

    Note that I didn't say it was the only property that people liked, just that it was one of the main ones.

    --
    The Internet's nature is peer to peer - 20050301_cs_profs.pdf
    1. Re:I disagree by Anonymous Coward · · Score: 0

      IMHO the real problem is "out of sight, out of mind". People don't want pictures of child abuse to stumble uphon because they don't want to think that it exists.

  36. Networks with similar goals -- by jago25_98 · · Score: 2, Informative

    2 related projects, but they're also very different to freenet.

    Tor is simply an anonymous p2p proxy:
    http://tor.eff.org/

    i2p is a fork from freenet. Similar to Tor but you can host your own site off it.

    Both are not nearly as freenet. I'm loving i2p though because it's much more practical.

    For a lowdown from the i2p people on these and more similar technologies see here:
    http://www.i2p.net/how_networkcomparisons

    1. Re:Networks with similar goals -- by m50d · · Score: 1

      Doesn't list gnunet there. It's a conventional p2p network (though there's a lower layer that could run alternative applications) but seems to be scaling better than mute, perhaps.

      --
      I am trolling
  37. PLEASE MOD PARENT UP by Anonymous Coward · · Score: 0

    This post is far from flamebait, and the low moderation is blocking the interesting discussion on freedom the post created.

  38. Some problems by Mother+Sha+Boo+Boo · · Score: 0, Redundant

    I gave Freenet a try a few months ago and I wasn't able to load any site besides the search page. And yes, all that pedophilia scared me. I still don't understand why people spoil something that could be an interesting idea with this kind of content.

  39. Is Freenet doomed to failure by design? by Loundry · · Score: 2, Insightful

    The problem I've had in using Freenet is that they are open to any content. What this says to me is, "If you want to share terrorist information or child porn, you are welcome here."

    Before you jump down my throat, please keep in mind that I know that the term "terrorist" is highly subjective. Also, I *like* the idea of being able to have my communications remain private. My relationships are my business, and I don't have to subject them to any other *human's* supervision because I don't trust that the supervisor is any more virtuous than I am.

    But to create a Freenet that is completely agnostic toward content is entirely the same thing as creating a terrorist-friendly and pedophile-friendly network. That may not be the intent, but it is certainly the outcome.

    And it's for that reason that I don't use Freenet. I want completely private communication, but I don't want to be lumped in with vicious creeps, either. How can Freenet or any network provide me with that? I have doubts that it's possible at all.

    --
    I don't make the rules. I just make fun of them.
    1. Re:Is Freenet doomed to failure by design? by evanbd · · Score: 4, Insightful

      That's odd, because PGP is then "terrorist-friendly" and "pedophile-friendly," yet an awful lot of people support it (you included, I'm guessing from the bit about keeping your communications private). The problem is that if you make the network decentralized, private, and resistant to government censorship, then it seems to be the case that you have made it inherently content-agnostic and secure enough for terrorist use. Some people are willing to make that tradeoff, some aren't. But being willing to make that tradeoff for PGP but not Freenet seems... hypocritical.

    2. Re:Is Freenet doomed to failure by design? by 0123456 · · Score: 2, Insightful

      "But being willing to make that tradeoff for PGP but not Freenet seems... hypocritical."

      Particularly as PGP is vastly more useful to 'terrorists' than Freenet. Why take the risk of using Freenet to distribute messages when you can just PGP-encrypt them and stick them on a floppy disk for hand delivery?

      No sane 'terrorist' is going to use Freenet to communicate... they don't need to.

    3. Re:Is Freenet doomed to failure by design? by finkployd · · Score: 1

      Also, I *like* the idea of being able to have my communications remain private. My relationships are my business, and I don't have to subject them to any other *human's* supervision because I don't trust that the supervisor is any more virtuous than I am.

      I'll bet terrorists and pedophiles feel EXACTLY the same way. So how do you create a system that instinctivly knows where the line is drawn, especially when as a society we do not even know where the line is drawn. Pedophiles means something vastly different depending on what state and/or country you are in, and one man's freedom fighter is another man's terrorist.

      Freenet seems to have taken the only POSSIBLE approach, which is to say it does not try to make value judgements. Unfortunately there is no other way to have true anonymous speech than to accept that some of it will be distasteful.

      Finkployd

    4. Re:Is Freenet doomed to failure by design? by g1zmo · · Score: 0, Flamebait

      That's why I don't talk to people. Inter-personal communication is really just a terrorist-friendly and pedophile-friendly network. There really ought to be some agency to police verbal conversations between people so no bad things are discussed. I don't want to be seen conversing with someone on the sidewalk because that's how terrorists and pedophiles communicate and I don't want to be lumped in with those vicious creeps.

      --
      I have found there are just two ways to go.
      It all comes down to livin' fast or dyin' slow.
      -REK, Jr.
    5. Re:Is Freenet doomed to failure by design? by naasking · · Score: 2, Insightful

      But to create a Freenet that is completely agnostic toward content is entirely the same thing as creating a terrorist-friendly and pedophile-friendly network. That may not be the intent, but it is certainly the outcome.

      And it's for that reason that I don't use Freenet. I want completely private communication, but I don't want to be lumped in with vicious creeps, either. How can Freenet or any network provide me with that? I have doubts that it's possible at all.


      This is completely ridiculous reasoning. If you really believe this, then I suggest you turn in your computer immediately, because, guess what? Pedophiles and terrorists use computers! Do you want to start building content filters into your low-level hardware too?

      Hey wait a second! Pedophiles and terrorists use doors too! Let's start putting in face recognition systems, x-ray machines and metal detectors into every door then!

      Your reasoning is the very definition of the slippery slope. And this is completely ignoring the fact that filtering content is completely and utterly impossible. See steganography and crytography.

    6. Re:Is Freenet doomed to failure by design? by Anonymous Coward · · Score: 0

      By conversing freely on the sidewalk are you helping to support the distribution of terroist and pedophile information? I don't think so. It's not an accurate analogy.

    7. Re:Is Freenet doomed to failure by design? by fraudrogic · · Score: 0, Troll

      No sane 'terrorist' is going to use Freenet to communicate... they don't need to.

      Isn't "sane terrorist" an oxymoron? Probably meant "no smart terrorist".

      --
      I only mod up parents of "mod parent up" posts...
    8. Re:Is Freenet doomed to failure by design? by Abcd1234 · · Score: 1

      Isn't "sane terrorist" an oxymoron?

      How so? Like it or not, terrorism is a great way to control a populace. After all, fear is a pretty effective way of manipulating people... just look at how well it's worked for the US government?

    9. Re:Is Freenet doomed to failure by design? by Broadcatch · · Score: 1
      The problem I've had in using Freenet is that they are open to any content. What this says to me is, "If you want to share terrorist information or child porn, you are welcome here."


      I believe in free speech. The operative word there is "free." As soon as someone starts saying what is and isn't free, you run into censorship issues. We've had judges saying that photos of two men holding hands were obscene. Who decides?

      While I don't currently run a Freenet node, I'm planning on installing Tor, for as long as there are those that would restrict free speech, I think it's essential that others make it possible.
      --

      The antidote for misuse of freedom of speech is more freedom of speech.
      -- Molly Ivins

    10. Re:Is Freenet doomed to failure by design? by Loundry · · Score: 1

      That's odd, because PGP is then "terrorist-friendly" and "pedophile-friendly," yet an awful lot of people support it (you included, I'm guessing from the bit about keeping your communications private).

      "That's odd" -- you guessed wrong!

      But being willing to make that tradeoff for PGP but not Freenet seems... hypocritical.

      Assign your "hypocrite" label to someone else, please. I stopped using PGP/GPG a few years ago. Not because I was afraid of being lumped in with "terrorists and pedophiles," but because managing the keys was more of a pain in the ass than it was worth to me. Yes, I want my communications to be private. The question is, "How badly do I want that?" Not that much, apparently.

      --
      I don't make the rules. I just make fun of them.
    11. Re:Is Freenet doomed to failure by design? by Anonymous Coward · · Score: 0

      You have the question wrong.

      If you are king, either you:

      * ALLOW private conversations on sidewalks...
      * or not

    12. Re:Is Freenet doomed to failure by design? by Anonymous Coward · · Score: 0

      "I want completely private communication".

      No, you obviously don't.

    13. Re:Is Freenet doomed to failure by design? by rhendershot · · Score: 1

      if there was one person using freenet to provide kiddy porn and one other person who accessed it. And that was all there was, then the likelihood of freenet being secure and anonymous would shrink to approaching zero.

      likewise, if there were one person standing on the sidewalk conversing with just one other person, and that was all of humankind who did so, then the likelhood of that being secure, lawful, etc. also would diminish to near zero.

      I think that's the analogy the grandparent was making and I find it clever as hell.

    14. Re:Is Freenet doomed to failure by design? by Anonymous Coward · · Score: 0

      'What this says to me is, "If you want to share terrorist information or child porn, you are welcome here."'

      The opening page you'd get when accessing fproxy contained about 4 or 5 "starter links" to web pages in Freenet. One of the sites conatined many direct links to kiddie porn sites.

      Choosing this site as a primary contact point was a huge blunder. I haven't used freenet for a few years, so I'm not sure if its in a similar situation, but that clearly said opened the door to the pedos in the name of free speach.

    15. Re:Is Freenet doomed to failure by design? by bluGill · · Score: 2, Insightful

      Depends on the goals of the terrorist.

      A Terrorist who is meeting another in person (this includes walking by an secretly exchanging floppies when the 'accidentally' bump into each other) will use pgp because it is the best solution. They already know the keys to use, so encryption is just a way to save themselves from dropping the disk.

      A terrorist looking to recruit someone in the target country needs some way to tell everyone the message without getting caught. (of course they still need a message that only those interested in becoming a terrorist will understand, while the police will not. Such a message is left as an exercise to the reader)

      A terrorist who wishes to make a public threat needs something anonymous.

      Remember one person's terrorist is another's freedom fighter. Think of Tibet for example.

    16. Re:Is Freenet doomed to failure by design? by stephandahl · · Score: 1
      This is so bogus it beggars belief. If you don't want to be "lumped in with the creeps", then clearly you have nothing to hide, and you clearly can use (unencrypted, unsigned) email just like the rest of us peons.

      There is no way of protecting your data, and your anonymity, without also equally protecting the data and anonymity of the creeps. Unless of course you trust somebody (say, FBI, NSA, CIA, **AA or the Chinese Secret Police) to vet your traffic and vouch for your wholesomeness.

      --
      What is the difference between a real song and a simulated song?
    17. Re:Is Freenet doomed to failure by design? by thecabinet · · Score: 0

      Terrorists and pedophiles use the regular internet, but I don't see that detering you. Consider yourself lumped in.

    18. Re:Is Freenet doomed to failure by design? by shutdown+-p+now · · Score: 1
      But to create a Freenet that is completely agnostic toward content is entirely the same thing as creating a terrorist-friendly and pedophile-friendly network.
      To be "terrorist-friendly" and "pedophile-friendly", it would have to provide some special way of searching of terrorism-related material and child porn. It doesn't. Thus, it is really terrorist-agnostic and pedophile-agnostic. In other words, its goal is not law enforcement. Blaming Freenet for being able to distribute kiddie porn is essentially the same as blaming TCP/IP, or even optic fibre for that same thing.
    19. Re:Is Freenet doomed to failure by design? by Fjornir · · Score: 1

      The site you're referring to is (I think) "The Freedom Engine" and it is still the top link. The guy says he'll take any link he's sent, as long as the site is retrievable.

      --
      I want a new world. I think this one is broken.
    20. Re:Is Freenet doomed to failure by design? by fraudrogic · · Score: 1

      wait a minute. You're saying that terrorism is effective, therefore, it is sane? Killing yourself with a car bomb, flying jets into a building...all of these are 'sane' to you? Effective? most certainly. I don't think it says anywhere in my post that it isn't effective. Is it a sane thing to do?

      --
      I only mod up parents of "mod parent up" posts...
    21. Re:Is Freenet doomed to failure by design? by rugger · · Score: 1

      But ....

      With PGP and and other encryption, I get to control what data is encrypted and transferred over my part of the network and my computers.

      With freenet, I would lose that control, which means that I am providing hardware and services for people to do these thing anonymously.

      It is less of a case of what a particular thing can do (because, lets face it, most things can be used for ill purposes, few things are so inately benign that it cannot be used for bad purposes), it is more of a case of what you allow your possessions to be used for.

      By participating in freenet, I would be allowing other people to use my possessions and resources to improve their anonymousity, by providing an additional node to cache their data on and lengthen their data route. Since I don't want my possessions and resources to be used to distribute child pornography, then I cannot participate in Freenet.

    22. Re:Is Freenet doomed to failure by design? by Abcd1234 · · Score: 1

      Is it a sane thing to do?

      a) Suicide bombers and their ilk are but a subset of people who are labelled "terrorists". Be more specific.

      b) Regarding suicide bombers specifically, it *really* depends on how you define "sane", now doesn't it? Is a martyr who dies for their beliefs "insane"? Because that is, technically, what those types of terrorists are, like it or not.

  40. Response on Freenet website by Sanity · · Score: 3, Insightful
    Ah yes, The Register, bastion of quality tech journalism, where a two year old known issue is an "Exclusive!!!" ;-)

    FYI - there is a short response to this article on the Freenet website.

    1. Re:Response on Freenet website by jatreuman · · Score: 1

      This is Slashdot, since when do we care about quality tech journalism?

  41. Re:FreeNet Is Lost by m50d · · Score: 2, Informative

    Not necessarily a result of freedom and anonymity. I haven't looked for child porn, but I know there's plenty of music and programs up on gnunet.

    --
    I am trolling
  42. Re:Kiddie porn is great lolz!" by Anonymous Coward · · Score: 0

    Not as good as platypus porn though! Wow, those duck bills...!

  43. Thanks by Anonymous Coward · · Score: 0

    Well said. Thanks for saying what needs to be said against often close minded views. Your common sense view is a breath of fresh air amidst slashdot ideology and immaturity.

  44. Need market changes, not subterfuge by Pedrito · · Score: 3, Insightful

    We need the market to change to make trading TV shows, movies, and music legal. This article yesterday is a perfect example of tackling the problem from the right direction.

    Just trying to hide it will only invite further problems and frankly, the idea of being unable to avoid contributing to the spreading of child pornography bothers me a lot more than the MPAA and RIAA going after people illegally trading copyrighted material.

    What we need is for the RIAA, MPAA, or some organization(s) that will eventually supplant them to find a financially viable market in open, distributed file sharing. A solution that makes everyone happy and doesn't contribute to child pornography.

    I am convinced that this is possible. If the MPAA and RIAA can't figure out a way to make money doing it, someone else will and the MPAA and RIAA will eventually die off. Evolution: Adapt or die off. Wasn't there an article on that over the weekend as well?

  45. Re:Completely Offtopic by quinto2000 · · Score: 1

    wrong. While a mid-level mathematician could never aspire to write on the level of Einstein, he assuredly could verify his results.

    --
    Ceci n'est pas un post
  46. freenet by blue_adept · · Score: 1

    fails to solve a problem that doesn't exist.

    --

    "Is this just useless, or is it expensive as well?"
  47. Encryption on the real net.. by medgooroo · · Score: 1

    If the entire net suddenly switched overnight to end to end encryption with some kind of anonymity system as well, how many people who are currently against the ethics of freenet would just leave? Who knows would you could be routing over your network? The concept of you actually hosting a chunk of content isnt really relevant, you dont know what it is.. the whole thing is transparent. Its immaterial.

    --
    Brain(s): 0.0% user, 1.3% system, 0.1% nice, 98.6% idle
    1. Re:Encryption on the real net.. by rugger · · Score: 1

      "The concept of you actually hosting a chunk of content isnt really relevant, you dont know what it is.. the whole thing is transparent."

      I think it is relevent. Just the knowledge that your computer is probably being used to smuggle child porn is enough to land you into some really bad legal situations.

  48. Re:That is what happens... by IgnoramusMaximus · · Score: 1
    Thanks for setting the tone, you don't like the project leader. I am sure we can expect this view to be carefully justified and supported in the rest of your post...

    I dont like his attitude based on his posts in the projects mailing list, simple as that.

    guess you are too busy making further unsubstianted claims to actually justify those you have made so far. Exactly where is this "proof"? Have you told the real life dissidents that are actually using Freenet today?

    I am sure there are some trained pandas using it too. The point remains that the network features ten times more of kiddie porn then anything else. In addition to its major flaws such as being totally vulnerable to a mere traffic analysis at the ISP, being vulnerable to a fixed-node takeover, having abysmal performance, being useless for the main purpose it was designed for, etc, it also allows for the opressive government to create a plausible equation of Freenet user = Pedophile.

    And let me guess, you are just the person to do it. I look forward to reading your paper.

    An all-time classic of mis-direction: if someone can prove that something does not work, you claim his point is invalid because he did not volunteer to fix it! I already stated the problem might be unsolvable in the first place.

  49. Re: http://www.i2p.net/ ? by Anonymous Coward · · Score: 0

    I am a novice intermitent freenet user. I have also tried Mute, and Tor.

    My question:
    1) If some "capable" group decided to provide a large number of nodes, at what level would the anonymity of the data be compromized? i.e. if there are 10,000 users, 500 are stable nodes and then you get ~ 2000 aditional nodes controlled by one group, would that compromize the users anonymity? If not, is there a threshold level?

    Will that data be traced to you and you consequently get arrested just for using encryption in a stuation/country where that is prohibited?

    Thanks

  50. 'Speedy' Anonymous P2P? Yes... by Famatra · · Score: 1

    You can have speed and anonymity with I2P since you can control your the # of hops. Now if you *and* your destination node both choose to have 0 hops then it would be a direct connection. But since no one knows you are choosing to use 0 hops, you have plausible deniability that you are just acting as a buffer and ferrying the data for someone else instead of yourself.

    With I2P you can control how much anonymity you want and how much speed, that is why many people are looking at it (on top of the fact you can run BT, IRC, eMail and other internet services over it).

  51. Re:'Speedy' Anonymous P2P? Yes... by H0p313ss · · Score: 1
    you have plausible deniability that you are just acting as a buffer and ferrying the data for someone else instead of yourself.

    Try explaining that to the Men in Black. The CIA/NSA types will just laugh.

    Yes, this is tinfoil hat land in the U.S. but for places like China, Corea, Myanmar, etc. plausible deniability is simply not an option, just being a link in the chain will land you on the short path to the salt mines.

    --
    XML is a known as a key material required to create SMD: Software of Mass Destruction
  52. CP trolling continued.... by seanvaandering · · Score: 1

    Its been said before, but freenet is a reflection of us as a society. You may not like it, but some people do and thats all there is to it - legal or not - the fact that this project represents true freedom of information, without fear of censorship from anyone. Period.

    The truth is hard to swallow.

  53. Thoughts? by BigZaphod · · Score: 1

    There have been several comments so far mentioning how Freenet aids the spread of child porn and other evil things (IMO) and how the user of a Freenet node has no say in what kind of content is spread using their net connection and computer.

    My question is, ignoring Freenet's ideological notion that all speech (even nasty/evil stuff) is worth protecting, can anyone think of a possible solution to this situation? In other words, do you think it is even possible that Freenet or something that works like Freenet could be modified to alleviate these concerns?

    1. Re:Thoughts? by eclectro · · Score: 1

      I was thinking the same thing. But once you implement a system wide "delete' function for one thing, you have everybody showing up at your door wanting you to delete something else.

      So it's a tough nut to crack. But some type of community "vote" function might be plausible. But in the end probably unworkable.

      --
      Take the cheese to sickbay, the doctor should see it as soon as possible - B'Elanna Torres, "Learning Curve"
    2. Re:Thoughts? by BigZaphod · · Score: 1

      A delete function would probably not work, I agree. It'd be nice if there could be a block function, though. Almost like you could subscribe to a decency filter and thus reasonably ensure that your node would never accept blocks that contain content that you oppose. Of course the real problem with something like that is even identifying what you want to block. If the system is really anonymous/secure in that sense, you don't really even know what is out there on the network so blocking what you don't want to see depends upon someone (or yourself) seeing/identifying that content you dislike so you can block it. It seems like a nasty catch-22 that might be insurmountable.

      If content was blocked from being routed and/or stored on the network on an individual basis, that'd result in a kind of community vote without actually needing a direct voting mechanism. It'd be an emergent property because the content wouldn't be able to propagate if enough people were individually blocking it and thus it would eventually go away. But of course you can't catch it all. And then there's the issue of corporations or countries using that very feature to essentially stop the spread of content a network like Freenet is supposed to be designed to facilitate. Ugh.

    3. Re:Thoughts? by Anonymous Coward · · Score: 0

      If the question is, could some form of censorship be implemented, then the answer is 'of course'. But the whole purpose of Freenet is that it is devoid of censorship, of any kind. Even a 'democratic'-style ratings system would be censorship and could be abused. Let's say that the Chinese, not liking dissident voices, put enough nodes on Freenet to total whatever the percentage cutoff is (50 percent, whatever), then boom, they decide what's on the net and, more importantly, what isn't.

      You just have to ask yourself the question: 'Should there be a completely anonymous method of sending information?' I believe there should, as do others. I know that there is a price to pay, in that those with content I personally abhor will spread their information, but overall I think that there being such a completely anonymous network is a good thing.

    4. Re:Thoughts? by Anonymous Coward · · Score: 0
      SSK@WP74nrBDes9qDK7dpjiYXYNPl0gPAgM/cleanex/7//

      Don't route or store stuff you object to. It's that simple. That's your vote.

    5. Re:Thoughts? by Anonymous Coward · · Score: 0

      Yes. Permanent imprisonment for all child abusers and their accomplices, sentences of similar severity for people in possesion of images of child abuse (with the caveat that genuine mistakes about teens who appear to be over the age of consent but aren't should be considered), very active enforcement.

      It's not a technological problem, a technological solution is near-impossible as people can always break technology.

    6. Re:Thoughts? by gcrocker · · Score: 1

      It's not difficult for someone to publish a list of "forbidden keys" that a node would then ignore (just returning a "not available"). You could subscribe to whatever lists of forbidden keys your particular politics demanded and feel good that your node wasn't being used in ways you find offensive.

      The publisher, of course, has to be relatively trusted, and has to track new content that should be forbidden. That, also, might not be that hard to automate given a system like Freenet.

    7. Re:Thoughts? by Anonymous Coward · · Score: 0
      SSK@WP74nrBDes9qDK7dpjiYXYNPl0gPAgM/cleanex/7//

      It's already there, dude. It can't be abused by a corporation or government because it requires your active co-operation.

  54. Re:BitTorrent and the Simpsons by RedLaggedTeut · · Score: 1

    With BT, I can decide that I have no moral objection to spreading last nights episode of the Simpsons, with FreeNet (and others like it), I don't get the same choice.

    Yea, fine, but you don't send a letter to the MPAA every time you are spreading one of their works, do you? So you are also relying on security by obscurity, namely that you will stay protected by the general open nature of the internet.
    --
    I'm still trying to figure out what people mean by 'social skills' here.
  55. Maybe I'm mistaken... by zoloto · · Score: 1

    ... or I just heard wrong. But you only cache the content you look at and not what you don't. Is that right? Then that would mean that if I didnt' look at porn or CP it wouldn't cache itself on my computer/node?

    I thought the idea of p2p was you share what you have and caching (although good in some way) wasn't what p2p was about.

    maybe I'm wrong

    1. Re:Maybe I'm mistaken... by atomm1024 · · Score: 1
      That's what conventional P2P networks do, but Freenet doesn't, because of its goal of total anonymity. With Freenet, when you upload a file to the network, it's randomly stored on other people's nodes. And when you request a file, your request is bounced randomly through other nodes (completely encrypted along the way). And if the file is found anywhere, parts of it are stored on all of the nodes in the chain on its way back to you, although it's stored on yours also. Freedom-geeks call this "plausible deniability," because this arrangement implies two things for anonymity:
      1. If the network is being monitored, an adversary couldn't tell whether a person was initiating a request or merely passing it along for someone else. (Actually, unless the public-key encryption is compromised, it would be hard to tell what the requests even were.)
      2. If a Freenet user's hard drive or computer is physically seized, as long as they didn't leave any clues outside of Freenet's control (browser cache, etc.), there's no practical way of telling from their Freenet node cache whether they requested any of the content there.

      Of course it's impossible for the nature of the protocol to absolutely force people to storing this content, or to keep them from knowing what it is, but the Freenet reference implementation (properly called Fred, IIRC) does its best not to give the user any voluntary say in this.

      --
      Signature.
    2. Re:Maybe I'm mistaken... by Anonymous Coward · · Score: 0

      " I didnt' look at porn or CP it wouldn't cache itself on my computer/node?"

      Only if you didn't allow other people to connect to your node, which is the main security/privacy feature of freenet. ie: You can claim someone else must have requested a particular piece of content.

      Unfortunately this protection assumes two things:
      - An attacker won't watch your node closely over a period of time by only letting you connect to a node controlled by "the man", and only allowing connections to you, that go via a node controlled by "the man". This makes it relatively easy to determine what you have been looking at.

      - Most contries prosecute on possesion of certain types of data, regardless of whether you knew about it. ie: Plausable deniability is useless.

      BTW for all those that use CP as an excuse to bash the project. There is a very simple way to reduce/eliminate this data. Post your own popular data (movies, ROMs, tv eps, music, etc), freenet is a large cache, files that are used more stay in the cache longer, it wouldn't take much to displace CP.

      When the RIAA, etc have succeeded in cracking down on other technologies (bit torent, etc), you will be glad that freenet exists.

    3. Re:Maybe I'm mistaken... by zoloto · · Score: 1

      That's what I don't like. Caching certian information on my system that I personally don't agree with and/or find objectionable.

      I will respect others freedoms, just don't leave your stuff on my computer. I advocate free speech and agency to do as they please, but once something ends up on my computer that I didn't want or put there for the sake of the utopian society of 'free-information flow', I believe things have gone too far. Too far, even into the realm of passive support.

      Sorry... I don't like that idea and I believe it tramples on MY rights to not have certian materials placed on my computer.

    4. Re:Maybe I'm mistaken... by atomm1024 · · Score: 1

      It would be trampling on your rights -- in particular, one form of privacy, I think -- if someone installed a Freenet node on your computer without permission and used it to host content. But since distributed anonymous storage is the whole point of Freenet, you can't say that your rights are being infringed if you voluntarily install and run Freenet. Surely you're not suggesting that everyone running Freenet is having their rights infringed just by running a program out of their own free will.

      It's not like it's spyware or malware, where you don't know that it's running a node. Your "right" not to host content you find offensive is waived whenever you run Freenet.

      You raise a good point about "passive support," though. If I understand correctly, it's the issue of whether a person can be found liable for Freenet-stored content on their computer, on the basis that they were knowingly storing potentially illegal content just by running Freenet. It is an interesting point, and it probably hasn't been tested in the courts yet (I'm speaking mainly from a US perspective, which is where I and most Freenet users are). I'm sure Internet law enforcers are well aware of Freenet's existence and use, so only time will tell.

      --
      Signature.
  56. Surviving it's own illegality. by Anonymous Coward · · Score: 1, Interesting
    One of "The Toad's" main concerns was that Freenet should be able to "Survive it's own illegality".

    However, this may not be the correct course to take in order to guarantee free information exchange whether governments like it or not.

    As a general rule of thumb, provoking a government will cause it to crack down and decrease liberty. Regardless of the supposed safety built into 'Freenet' software, people don't want to be in the position of running an illegal program and depending on the security features of that program to keep that fact safe from prying eyes. Each release of the software will have flaws which can be exploited. The government 'bad guys' will be able to hack in to each new release making you and your users upgrade constantly to keep ahead. And there will be no way to be sure you are not actually one step behind.

    If ever it should work, freenet will be banned in the West and in the Rest. Once it is banned, few people will risk running it, and those who depend on it for anything important will be caught, meanwhile, the rest of us will have lost the right to use such technology for legitimate purposes.

    Misusing dynamite doesn't bring down the government. You don't get anarchy. You just ruin everyone's ability to buy a stick or three at the local hardware store to remove stumps with while the criminals still brew it in their basements.

    So how to fight back? How to help keep information exchange possible even in repressive regimes?

    Let's take a look at what works, and see why: The internet at large is one example - the internet at large is not illegal in China( or Saudi Arabia or pick your own repressive non-DPRK country ). The PRC works tirelessly to censor the internet while keeping it available because it knows that to shut it off completely would have extremely deleterious economic effects. What company would invest heavily in a country that was so closed as to shut off the internet?

    The censorship, the PRC acheives is far from perfect. Information gets through, and spreads via word of mouth. Millions of curious chinese make prosecution for mild curiousity impractical, and create a crowd for the very curious to hide amongst - and they are more careful.

    The governments swallow the poison pill of unpreventable free information exchange in order to reap the valuable benefits to be had from all the information exchange that DOESN'T offend them.

    At present, the internet is structured in a way that makes many forms of censorship technically simple. Sure the censorship is not perfect, but it is good. Because legitimate servers are traceable and visits to those servers are traceable, would be censors are in a powerful position.

    P2P software can be made to anonymously share information, but it is vulnerable to being made illegal until it provides economic benefits that make outlawing it too unsavory to consider. Legitimate use of P2P must make up the lions share of activity or P2P will not survive widespread popularity. It will be made illegal before blooming, forever preventing it's true fruition. Check out this post I made a while ago (my email address has changed since then)

    1. Re:Surviving it's own illegality. by Halvy · · Score: 1
      As a general rule of thumb, provoking a government will cause it to crack down and decrease liberty.

      Ahhhhnd as a 'general-rule-of-thumb', the *more* people *provoke* a government, by expressing their freedoms, the more the government either backs down or gets their sculls crushed!! (see recent events in Haiti & currently in Iraqi when The People *well-up*).

      If ever it should work, freenet will be banned in the West and in the Rest. Once it is banned, few people will risk running it, and those who depend on it for anything important will be caught, meanwhile, the rest of us will have lost the right to use such technology for legitimate purposes.

      The only way it *wouldn't* work is if people 'obeyed' the ban by the governments. Or would you like to explain to everyone just *how* the big-bad-governments are going to stop us (6.5 billion and counting)?? The criminals (ie the governments), at least in the usa, originally didn't plan for the InterNet to get into the hands of White Hat Hackers---- WELL TOOOO BAHHHD!!

      You (and people 'like you') need to stop believing what you read and see in 'The Media'-- about the government being a seperate entity from the people that is 'out to get them', and realize that it is quite 'the other way around'. Spend some time checking out how people 'really think & believe'.

      --
      I will gladly loose all of life's battles.. in order to win the war..
  57. Re:FreeNet Is Lost by Famatra · · Score: 1

    "There's a very large number of them."

    Perhaps, although not that I've seen. It's mostly people pushing anarchy type views, copyright infringement (assuming that their country has copyright which may not) of books esp., and other type blogs. Perhaps we could post the front page, in text format, of one of the portals here and count them.

    Although just of think, if it was 40-50 years ago we'd be complaining about communists, or black civil rights organizers, or gay and lesbian individuals wanting their freedom. Every age has it's group that is the bad group of the day and go back far enough and we'll be at the original witch hunts ;). I have little doubt that this age of hysteria over terrorists and pedophiles under our beds will pass as well, although I wonder what the next group will be.

  58. similar trusted links: WASTE,Mute,NapShare by free2 · · Score: 1

    The new Freenet with trusted links will be quite like these anonymous friend-to-friend networks:
    WASTE,Mute, and NapShare
    http://en.wikipedia.org/wiki/F2F_P2P

    1. Re:similar trusted links: WASTE,Mute,NapShare by amphibian · · Score: 1

      I was under the impression that these are all strictly non-scalable. Right? I'll read the wikipedia article, but my impression was that the other P2Ps simply don't try to scale, they just let you search your friends' stores usually with a broadcast search.

  59. Re: http://www.i2p.net/ ? by Famatra · · Score: 2, Interesting

    "If not, is there a threshold level?"

    It is good you are asking although it is best to ask people who know what they are talking about. Although many (most?) of the Slashdot people here are intelligent (in comparison to other chat/blog sites) you should still ask people you know to be competent...

    That being said, here is my answer :). Unless the attacker is able to isolate your node by becoming all of your peers you should be safe. You can prevent this of course then by making sure one of your peers is someone you know to trust (although if your peers are a variety of IP addresses throughout the world, it would be hard indeed for someone to be able to become all of your peers).

    As well, I2P's anonymity might not be 100% due to unforseen bugs. Freenet is safer than I2P as it's been around longer. If you can do without I2P's usability then use Freenet, you can also try I2P out there is no need for I2P to 'intergrate' like Freenet has to, it should be fairly fast within 5-10 minutes (compared to day(s) with Freenet) of installing.

  60. Re:FreeNet Is Lost by dantheman82 · · Score: 1

    One interesting thing - I also checked out the freenet site (after holding down the Escape key for 20 seconds).
    One interesting link:
    The Cleanex Experiment
    Link updated 2 days ago


    A utility for removing child porn from your datastore.

    Interesting...

    --
    This sig donated to Pater. Long live /.
  61. must support multiple version by Anonymous Coward · · Score: 0

    Software have multiple versions. People need to deal with.

    You know if you work on successful commercial software, or on successful free software. You work on new minor versions, patches to older releases, et cetera, all the while you have some new stuff that no one has.

    Getting `everyone' to upgrade just doesn't work. Trying to force just pisses off.

  62. Re:'Speedy' Anonymous P2P? Yes... by Famatra · · Score: 1

    "Yes, this is tinfoil hat land in the U.S. but for places like China, Corea, Myanmar, etc. plausible deniability is simply not an option, just being a link in the chain will land you on the short path to the salt mines."

    It is quite hard indeed to design a network in which all users are not easily found. In my opinion though Freenet has had it's day and is useful as a experimental network esp. with this new 0.7 routing idea but is no longer in the running for useable anonymous p2p for the masses.

    The contender for that is I2P now. Freenet is still useful through for developing the 2nd generation of anonymous p2p when we'll need more protection from node list creators/sniffers when our Western 'democratic' governments outlaw anonymous p2p and come a knockin' ;).

  63. Indirect connections by Markus+Registrada · · Score: 2, Interesting
    Here's hoping the new version is written in a language that doesn't cripple it.

    Cell networks don't. The goons catch one person, look at who his machine connects to, look at that one, and the next, and map out the whole network. Users don't even know they're helping out, the goons can just look at upstream router traffic.

    The only way to have more or less anonymous usage without betraying your colleagues is to piggyback traffic on broadcast data -- such as irc, like the spam robots, or, better, web sites. The traffic should look just like (non-SSL) HTTP, like somebody websurfing, with the data encoded in odd places, such as varying the whitespace found in HTML of pages taken from other sites. (It could be encoded purely in the page, by normalizing the spacing before encoding into it; or only extractable by comparison with the original text.)

    Furthermore, it should prefer to connect to hosts in other countries, to break the trace path. The node posting the data should post it to a different IP address than any of the other nodes get it from; they should get it from a variety of addresses. Each text should be encoded into a different page each time it's sent.

    Socially, it needs to be something people can be proud of patching into their web servers -- like an underground railroad -- so that there may be a very large population of foreign web servers running the host side and replicating files among themselves. (Maybe they can restrict delivery to clients in certain countries.) And, of course, it needs to have a small footprint, so it doesn't interfere with normal operation of the web server.

    Directories invite abuse. Better, just arrange that every client gets everything posted more or less recently, and knows which it has seen before so it will know not to accept those again. Clients only see traffic on channels they monitor, like leaf usenet feeds. Some would be for discussion, others for posting documents.

    1. Re:Indirect connections by h4rm0ny · · Score: 2, Interesting


      I'm not an expert in this area, but I'm not convinced of the feasability of transmitting useful amounts of data concealed in this manner. You might be able to get a decent amount of text in a series of image files using steganography, but normal usage patterns are of people downloading images. A steady stream of uploading images to strangers, especially if not done through email, would stand out, I think.

      What I think is a wonderful idea however, is giving people a popular cause to use this. I feel that people should be using it for the reasons it is created - there can be no element of trickery in this - but a supplemental reason could increase popularity. If for (hypothetical example) the network were popularised in repressive countries such as China or Saudi Arabia, then people here who participated in the network would essentially be aiding people in these countries by building and supporting the network.

      This might be naive but I think there's the kernel of a good idea in there.

      --

      Aide-toi, le Ciel t'aidera - Jeanne D'Arc.
  64. Another Analogy by Winkhorst · · Score: 1

    Freedom is not absolute. Even Germany in the middle of the European Union has laws against neo-nazi propaganda. Some things *are* beyond the pale and I would suspect that most rational humans would agree that at the very least coerced child pr0n is one of those cases. You could argue, I suppose, that evil must be fought on a more fundamental level than that of speech, but I would defy you to ask any survivor of the death camps whether communication of neo-nazi ideas is an important thing to control despite its implications for "free" speech. It's a shame that there is always someone who wants to use a public resource for other than the public good, but short of intentionally mutating the human organism, it ain't gonna happen. How to impliment such an attitude technically? I haven't a clue. I just know that the myth of absolute freedom is just that--a myth. And any project that tries to support that myth is going to get really bizarre.

    --
    "Is this Winkhorst a nova criminal?" "No just a technical sergeant wanted for interrogation."
    1. Re:Another Analogy by rpresser · · Score: 2, Insightful

      /Some things *are* beyond the pale and I would suspect that most rational humans would agree that at the very least coerced child pr0n is one of those cases./

      I would argue that using the expression "beyond the pale" is an attitude that specifically means one is *not* rational about the thing being discussed. (I myself am also not rational about child pr0n, in the same way as I infer you are.) A rational response to the concept of coerced child pr0n is not to say it is beyond the pale; it is to point out the specific harm being done to specific underage individuals, and require appropriate punishment or restitution (if it was even possible). A rational response, however, is not necessarily going to be tolerated by most human beings - if you try to argue rationally about this topic, you will likely be shouted out, ostracised, and possibly beaten.

      But that's the way humans are. We are not rational about everything, and we never will be; it's probably part of our success story. The important thing is to be careful which topics about which irrationality will be excused/condoned. When members of your society respond to your badmouthing the President in the same way they respond to your defending a child-rapist, it's time (past time) to get more rational.

    2. Re:Another Analogy by Anonymous Coward · · Score: 0

      > success story

      I hope you meant this ironically or sarcastically or in some other -ally way.

    3. Re:Another Analogy by rpresser · · Score: 1

      > success story

      I hope you meant this ironically or sarcastically or in some other -ally way.


      Well, is "actually" an -ally way?

      By "success story" I meant the history of the human race. While we haven't been terribly successful at being what the best of us want us to be, there's no denying that we have spread across the face of the planet pretty successfully.

    4. Re:Another Analogy by Anonymous Coward · · Score: 0

      It thought like yours that I fear. Its the protectionist type of thinking that gave rise to Hilter: protect the German people from being owned by the Jews, silence the newspapers criticizing our leader, Hitler. Now its protect us from child porn, protect us from terrorism, forget those bill of rights we want to be safe.

      Hitler's rise came out the loss of freedom not the gain of freedom.

      How does stopping the distribution of child porn actually stop children from being raped, if that is your goal. Before the child porn is distrubuted the crime has already been committed. There are crime fight positves to the material being distributed, the material may contain some info within the video that the authorites can use to track down the source, if the material was never distruted who ever know about it except the child and the adult.

      You can give away your freedom...the people raping children will not dissapear...the people who hate will not dissapear...terrorism, the poor mans way of waging war wont dissapear...but your ability to know about what is happening in the world will dissapear. I rather be aware of the dangers in the world and act on them myself than walking around blind having to rely on corrupt governments.

  65. Re:That is what happens... by IgnoramusMaximus · · Score: 1
    lots of accusations and insults, with not a shred of evidence.

    Sure:

    • Freenet does not protect your identity, you are easilly found by an opressive government based on simple traffic analysis, "free speech" defense only works where there is "free speech" in the first place
    • Because of the majority of its contents being kiddie porn, it allows opressive governments to equate its users with pedophiles
    • It does not protect its usesrs from attribution of contents because the so-called "fixed nodes" are subject to takeover
    • Attempts at converting it to "darknet" mode result from failure to understand that people are not connected with ever expanding network of "trust" links. People in dangerous circumstances tend to form small, dis-contiguous groups where members know each other personally. In such circumstances, other much safer methods of transmission exist. The only groups whcih would undertake to use Freenet despide the risk are poeple who have a lot of large files to trade and no other safer means to do so: kiddie porn users. People forget that a political manifesto is less then 5 kilobytes, a novel is 200k of text.
  66. Nice. by lysium · · Score: 1
    Won't somebody think of the children, eh?

    Time to get you off my 'friends' list. Loser.

    --
    Together, we will drive the rats from the tundra.
  67. spoon by Anonymous Coward · · Score: 0

    I won't be the last to say it, and probably not the first either:

    you can always spoon. If you do not agree with the current developers' direction, spoon.

  68. Re:Completely Offtopic by Anonymous Coward · · Score: 0

    But what if in this situation, the Idea being promoted is in the minority, i.e. all the other scientists believe that the earth is flat, how is this 'radical' scientist to promote his idea.

    As an example look at the senate and the mechanism of the filibuster. It allows a minority view to rise to the level of current opinion. In this situation it requires more than just a simple majority to overcome the minority view i.e. if the majority view is very strongly behind a certain opinion they can prevail but it takes some effort on their part. On the other hand if there is any doubt as to the validity of their opinion, this could be the turning point for the minority view to take hold.

  69. Who is the Troll? by Famatra · · Score: 2, Insightful

    "(Newsbyte) is a known troll who doesn't actually contribute to the project."

    Really, and attacking his character instead of his statements makes you...what then?

    I really hate to get into a debate about character, since I prefer to judge a statement on its own terms since it seems to be a statement's truth is independent of the speaker, but Newsbyte runs the freenethelp.org webpage. He's not some loner retard coming out of left field, he seems to have large issues with the (lack of) progress Freenet has taken over these past few years. Hopefully this will stimulate something in Freenet, but many people have long since moved on to other anonymous p2p projects.

    This conversation really should have taken place a few years ago, but I think it did (October 1.5 years ago actually) when people wanted to fork it and go back to a working model. I look at MUTE and see all the forks and side projects, or BT with all its forks and side projects, but has Freenet had any forks? It does not look vibrant any more, and defiantly not in comparison to current anonymous p2p application development in my opinion. Too bad really, although this new idea of Freenet's looks interesting, enough to try it they've little to lose.

    1. Re:Who is the Troll? by Dread_ed · · Score: 1


      "who doesn't actually contribute to the project"

      "he seems to have large issues with the (lack of) progress Freenet has taken over these past few years


      Ample time to complain, no time to contribute. Hmmmmmm, wonder what his /. userid is?

      --
      When the only tool you have is a claw hammer every problem starts to look like the back of someone's skull.
  70. Solving the wrong problem by 0xABADC0DA · · Score: 1

    IMO, Freenet is trying to solve the wrong problem by trying to make it impossible to detect even through statistics, impossible to shut down, etc. What they should be doing is building the freenet features as a trojan part of a larger software. Make a 'plausable deniability' P2P system that works and is fast and you can send any other data you want as a small amount of overhead. For example, if as you are using bittorrent you are also sending .5k / sec of encrypted "free" data out of China then your problem is solved.

    Basically, include lots of Joe Innocents and porn downloads in the network as white noise.

  71. IF by legal you mean NOT ILLEGAL ... by Anonymous Coward · · Score: 0

    "If by legal you mean not illegal, then yes it is. Of course, anything can be found to be illegal at some point in the future, and the law can be an ass sometimes, so we can make no guarantee about Freenet's future legality."

    That was taken from the site in response to the question, "Is Freenet Legal?". This is the runaround answer that was given.

    Last I checked, unless you're a moron, you know that if something is LEGAL, it's not ILLEGAL. So why double talk like this? Because he's scared that it probably isn't legal, the file distribution system that he has created.

    Not only that, this program benefits China and "the Middle East" according to the site. Sorry, I'm not "down" with a program that caters to communists and terrorists.

    1. Re:IF by legal you mean NOT ILLEGAL ... by atomm1024 · · Score: 2, Insightful

      "Not only that, this program benefits China and 'the Middle East' according to the site. Sorry, I'm not 'down' with a program that caters to communists and terrorists."

      Are you ignorant, or are you just flamebaiting? Freenet benefits those who work *against* China's oppressive government or terror-supporting Middle Eastern regimes.

      Or is everybody in China a Communist/fascist, and everybody in the Middle East a terrorist?

      Freenet caters to anybody who has something to say. It doesn't know or care, for example, whether that speech is supporting or attacking terrorism, or whether it's defending or opposing the government of China. Freenet helps information be free, but whether or not Freenet exists, the information still does.

      --
      Signature.
  72. Human Nature by nurb432 · · Score: 1

    Its quite common for satisfied customers to quietly go on about their business, leaving the nuts cases that are unhappy to complain and grab the press.

    They are still nut cases, and are still wrong.

    --
    ---- Booth was a patriot ----
  73. yeah, right by N3wsByt3 · · Score: 1

    "yet hasn't actually contributed a single line of code to the project in his several years of trolling the mailing lists."

    Well, duh. Did I say something else, ever? That's just the point of what I say on my blog: people that don't offer code, are not much then trolls in your eyes.

    "As for the blog entry he links to, it essentially boils down to whining about why we don't implement each and every one of his suggestions."

    Hmmm... First of all, it's not merely 'my' suggestions: many of them were suggested by others too. And secondly, it's not about 'each and every one'; not even *one* of all the suggestions I listed on my blog has been implemented.

    If you're going to argument about my motives, at least use facts, not generalisations based on bias.

    --
    --- "To pee or not to pee, that is the question." ---
  74. Fork oh yes... by Famatra · · Score: 2, Informative
    ...been there...

    "you can always fork. If you do not agree with the current developers' direction, fork. "

    People tried to fork Freenet a couple of years ago (October 2003) when it started going down the shitter (in April 2003). The forkers tried to be as nice as can be about such an issue, but the current Freenet developers told them in effect to 'Get the fuck out of here' and they did not bother.

    What one of the would be forkers (jrandom) did do though which is a nice kind of tasty ironic desert is make I2P instead. Kinda nice, time that would have been spent on Freenet now made an application that in many respects meets or exceeds the abilities of Freenet.

    I really do not want to make this sound like a bitter tale, it really isn't. I believe both projects (are?) seem to be getting a long since everyone has the goal of working anonymous p2p. This newest idea of Freenet is looking towards the future when our government (Western governments) try to outlaw anonymous p2p like current dictatorships are or have done.

  75. maybe you should sit quietly... by bit+trollent · · Score: 1

    and let the grown ups talk. This looks like one of those times that you have a lot more to learn than you have to teach.

    1. Re:maybe you should sit quietly... by IgnoramusMaximus · · Score: 1
      This looks like one of those times that you have a lot more to learn than you have to teach.

      Not really, it is merely one of those times when people who have absolutely no idea what this is all about but feel obligated to defend the noble idea of "freedom" are out in force. Should they spend more time looking at the problem and at the "Freenet" non-solution, they would not be around running amok troll-rating anyone who tries to inject some sanity into this.

  76. Now, don't misunderstand me by Loundry · · Score: 1

    I'll bet terrorists and pedophiles feel EXACTLY the same way. So how do you create a system that instinctivly knows where the line is drawn, especially when as a society we do not even know where the line is drawn.

    It's impossible, just like it's impossible to use Freenet without immediately lumping yourself into the "terrorist and pedophile" camp. I never argued that we should create a filtered system. I argue that Freenet, by its nature, draws the eyes of law enforcement and, hence, I can't use it. I believe it may have the *reverse* effect of increasing privacy by increasing scrutiny.

    Freenet seems to have taken the only POSSIBLE approach, which is to say it does not try to make value judgements.

    There's no way to avoid the value judgement in this case. By saying, "We don't care what you send over our encrypted network," they say, "terrorists and pedophiles are at home here," and that is a value judgement. We may quibble over the definition of "terrorist" and "pedophile," but that's not going to change the fact that Freenet welcomes terrorists and pedophiles and that's going to draw the police like flies to shit. And, for that reason, I think that Freenet is a flawed concept.

    All forms of encryption are, ultimately, perceived as a thumb at the nose of law enforcement and a childish dare. "Bet you can't crack this, coppers!" I don't feel that way about it, but I don't have to. Hiding in the open draws scrutiny. What privacy have I gained if I start encrypting all of my messages and the FBI responds by putting a surveillance team on my house? This happened to a friend of mine (not for using encryption, and he was acquitted of all charges, stupid FBI agents). You'd be stunned at what the FBI has the right to photograph or videotape without "invading your privacy" (as defined by law).

    --
    I don't make the rules. I just make fun of them.
    1. Re:Now, don't misunderstand me by finkployd · · Score: 1

      I argue that Freenet, by its nature, draws the eyes of law enforcement and, hence, I can't use it. I believe it may have the *reverse* effect of increasing privacy by increasing scrutiny.

      This is a quite a good point and underscores the importance of the system being designed without vulnerabilities to ever work how they intend it to. Of course that goal is nearly impossible and we see now that freenet perhaps has some serious problems in that regard.

      There's no way to avoid the value judgement in this case. By saying, "We don't care what you send over our encrypted network," they say, "terrorists and pedophiles are at home here," and that is a value judgement.

      The same arguement can be made about anonymous remailers. Or PGP, or any encryption software for that matter. None of them are doing anything to stop so are they making a value judgement to support them?

      What privacy have I gained if I start encrypting all of my messages and the FBI responds by putting a surveillance team on my house?

      Depends. If nobody else is doing it you stand out like a sore thumb. If it picks up steam and a significant number of people use it then perhaps you have gained quite a lot of security. I would venture that enough people encrypt (PGP or S/MIME) email that the feds do not follow up on EVERYONE who uses it, that would be impossible.

      You'd be stunned at what the FBI has the right to photograph or videotape without "invading your privacy" (as defined by law).

      I work at a University which has a significant number of exchange students as well as US students of middle eastern descent in a "post PATRIOT ACT" world. Nothing will stun me :)

      Finkployd

    2. Re:Now, don't misunderstand me by psykocrime · · Score: 1

      You'd be stunned at what the FBI has the right to photograph or videotape without "invading your privacy" (as defined by law).

      The FBI doesn't have ANY rights at all, period. We The People have all the rights, and we simply grant the government certain privileges as a convenience. There is NEVER, EVER, EVER any case in which the government (or a government agency) has "rights" which trump the rights of an individual. Never.

      --
      // TODO: Insert Cool Sig
    3. Re:Now, don't misunderstand me by Loundry · · Score: 1

      This is a quite a good point and underscores the importance of the system being designed without vulnerabilities to ever work how they intend it to. Of course that goal is nearly impossible and we see now that freenet perhaps has some serious problems in that regard.

      Agreed! Designing a system that is "uncrackable by design" (such as necessitating an inordinate amount of processing power) is ultimately the same thing as security through obscurity, as it depends on the cracker not knowing *how* to garner that much processing power.

      The same arguement can be made about anonymous remailers. Or PGP, or any encryption software for that matter. None of them are doing anything to stop so are they making a value judgement to support them?

      I think each of those technologies will be judged independently as to their "bad-guy-friendliness." I have the opinion that Freenet's is high, whereas PGP's is low. PGP is an encryption technology, whereas Freenet is a network. Perhaps you'll argue that the distinction is unimportant, but I don't think law enforcement thinks that way. To them, Freenet is a "network" and is thus a "haven" for bad activity. Do you agree that they think this way?

      Depends. If nobody else is doing it you stand out like a sore thumb. If it picks up steam and a significant number of people use it then perhaps you have gained quite a lot of security. I would venture that enough people encrypt (PGP or S/MIME) email that the feds do not follow up on EVERYONE who uses it, that would be impossible.

      I wonder. Did you ever read _Digital Fortress_ by Dan Brown? In it, he claims that the NSA builds a super-super-super computer called TRNSLATR which can crack any PGP in a matter of seconds. Fiction, of course, but what, exactly, does the NSA do? Brown claims that the NSA wants the public to think that PGP is secure -- even from the NSA. I can see why such a lie would be in the NSA's interest to perpetuate. (No, I have no interest in conspiracy theories.)

      I work at a University which has a significant number of exchange students as well as US students of middle eastern descent in a "post PATRIOT ACT" world. Nothing will stun me :)

      I have a big problem with the government inconveniencing innocent citizens in the name of the "war on terror," but I also have no problem with the government putting extra scrutiny on foreign, male, muslim students coming from the Middle East. Israel's head of security made a telling quote when he said something like, "The Americans are so stupid. They look for weapons while we look for terrorists." (Let me state here that I think all funding to Israel should be cut immediately.) I have long wished that the government would come right out and say that this "war on terror" nonsense is really a war on Jihadist Muslims, and that's exactly what it should be. Perhaps that actually *is* happening, but the government is being sage by not being public about it. It's hard to tell. Getting evidence on many of these subjects is extremely difficult.

      --
      I don't make the rules. I just make fun of them.
    4. Re:Now, don't misunderstand me by finkployd · · Score: 1

      Designing a system that is "uncrackable by design" (such as necessitating an inordinate amount of processing power) is ultimately the same thing as security through obscurity, as it depends on the cracker not knowing *how* to garner that much processing power.

      Well, within reason. Any encryption can be brute forced for example, but the processing power to do it is so far out of our hands as to make it insanely unlikely. Security is always a matter of tradeoffs, however to make intelligent decisions you need to know what your enemy's capabilities are...(more on this later)

      To them, Freenet is a "network" and is thus a "haven" for bad activity. Do you agree that they think this way?

      I think the thinking is more that Freenet is fringe while PGP is pretty mainstream. 10-15 years ago this was not the case and if you read any of the writings of law enforcement and government officials during this time they seem as negative, if not more, about PGP than today about freenet. PGP grew up and became legit, with a company behind it and a society that think encryption is an ok think for the general public to have. The NSA was not long ago claiming they "own" the concept of cryptography in the US and can classify any patent, research into it, or papers explaining it that they want to.

      Will freenet grow up? I don't know, I suspect it would require a good legit use case. PGP relied heavily on the concept of freedom fighters and political underground movements in communist countries to gain public acceptance over its threat of misuse. I don't know how freenet could do the same. Nor do I think PGP would be able to do the same this day and age given our recent preoccupation with terrorists.

      I wonder. Did you ever read _Digital Fortress_ by Dan Brown?

      Yes, and I thought it sucked. DiVinci Code and Angels and Demons were much better, despite all three having basically the same formula. His next book better not have the "elder expert on some topic who seems to be helping the main character while secretly pulling the strings as the main bad guy in the background". I knew the end of Digital Fortress about 5 chapters into it.

      In it, he claims that the NSA builds a super-super-super computer called TRNSLATR which can crack any PGP in a matter of seconds. Fiction, of course, but what, exactly, does the NSA do? Brown claims that the NSA wants the public to think that PGP is secure -- even from the NSA. I can see why such a lie would be in the NSA's interest to perpetuate. (No, I have no interest in conspiracy theories.)

      Having said it sucked, this is one of the most interesting ideas in it, and certainly logical. In the NSA's position, had I have broken public key crypto somehow and wanted to get the most "bang for my buck" would I tell the world I broke it? Then everyone knows it is broken and avoids it and either creates a better cryptosystem or alternative method of message passing.
      Or do I keep it a secret while waging a public war on public key cryptography claiming that because I can't break it, it must be outlawed and tightly controlled by me for the public safety. I have to admit, their MASSIVE Clipper campaign against public key crypto was dropped a little TOO easily and forgotten.

      I have a big problem with the government inconveniencing innocent citizens in the name of the "war on terror," but I also have no problem with the government putting extra scrutiny on foreign, male, muslim students coming from the Middle East.

      I have no problem with profiling (everyone does it, all the time, whether they admit it or not). Nor do I have a problem using all available data for profiling. You never hear the public outcry over the FBI saying that most serial killers are white males, and that they must focus on black women just as much in those investigations.

      I DO have a problem with the government ignoring its own rules for how investigations must happen and what disclosures must happen. This whole "secret investigation, evidence, and court" nonsence has got to go.

  77. Re:FreeNet Is Lost by Anonymous Coward · · Score: 0

    These aren't really comparable. The groups you mention were looking for equality. Paedophiles are looking for pictures of horrendous child abuse. The groups you mentioned had no interest in hurting others. Paedophiles by definition hurt others. (Not going to address terrorism; FAR too complicated an issue). Paedophilia will hopefully never be accepted in society.

  78. Be Creative. by Anonymous Coward · · Score: 0

    "...will hopefully never be accepted in society."

    Jews, blacks, women and women's voters, gays, lesbians, communists, jehovah's witnesses...

    Feel free to reply and add your own group in here. Be creative.

  79. Calm down by Loundry · · Score: 1, Interesting

    This is completely ridiculous reasoning. If you really believe this

    Actually, I don't believe it at all, but it really doesn't matter. Perception is reality to law enforcement (as it is to most humans). Freenet is perceived as a network where terrorists and pedophiles can exchange information with impunity. Law enforcement does NOT have the same perception about computers and doors. Law enforcement probably uses lots of doors and computers but has little idea about Freenet other than it being a place where pedophiles can go to swap pictures and not get caught. My claim: To law enforcement, a person who uses Freenet is more suspicious than a person who uses a computer.

    --
    I don't make the rules. I just make fun of them.
  80. Re:Just for the hell (gasp) of it... by SPY_jmr1 · · Score: 1
    OK.

    What about fake children?

    I bet you could find someone with both the mindset plus access to talant on par with the folks at pixar, for enough moola.

    And yes, i'm trying to cause a morality short-circut, just for experiments sake.

  81. boy, would i like to see whats in your closet.. by Halvy · · Score: 1
    The only valid reason someone needs to spread information in a completely ananymous way like that is to escape government control where the government does not allow basic free speech rights.

    Based on your beliefs, we (The Peopele) can NEVER conspire to bring justice to this governement (because the government 'won't allow it').

    Many responces above explained that the purpose of ananymous speech is more than just for criminal intent. Maybe you'll understand them better is you go try telling a cop, judge or juries they can't have private conversations.. or better yet, maybe we can go a step further into 1984 with a camera and mike into the bedrooms (of all the so-called protector of children) to see what their 'up to'. I'v ALWAYS been suspious of people who are 'obsessed with protecting children'. It makes you wonder what they are hiding.

    I'll tolerate or ignore whatever speech you want to give, but when you break the law with speech (by planning a crime or leaking classified government documents or slandering someone), I want the police to hold you accountable.

    So you would arbitrarely allow this even tho 'The Law' is the most 'subjective' thing on earth (ie it is constantly being contested, changed, removed-retroactively, and just plan 'ignored' because it is either a 'bad law' or *can't* be applied'.

    --
    I will gladly loose all of life's battles.. in order to win the war..
  82. replace the word 'freenet' with... by jack79 · · Score: 0, Troll
    "But to create a Freenet that is completely agnostic toward content is entirely the same thing as creating a terrorist-friendly and pedophile-friendly network. That may not be the intent, but it is certainly the outcome."
    You could say the same thing about paper, or cameras, or telephones, or....
  83. "Con" arguments are very familiar. by cfalcon · · Score: 1

    They were the same reason we shouldn't have any of:

    VCR
    BBS
    Internet
    Polaroid
    Digital Camera

    Just because you can think of a sick use for them doesn't villify the technology. How long will we continue to see methods of speech propagation attacked because there are some things that are horrifying, which will be spread via them?

    Short version: Give ethical/moral arguments opposed to Freenet that do not also apply to the Internet in general. Note that the Internet in general is a superset of Freenet, and therefore includes anonymous posting of information.

  84. I want to believe you by Loundry · · Score: 1

    I vote Libertarian always. And what you say is true in theory, but not in reality.

    The government has the right to steal any property from you that they think is connected to the distribution of controlled substances. It sucks and I hate it, but the citizenry has allowed the government that right.

    --
    I don't make the rules. I just make fun of them.
  85. My opinions about Freenet by N3wsByt3 · · Score: 2, Insightful

    As I expected, I'm getting viled and praised at the same time. Some call me courageous, some call me a troll.

    Well, I don't care either way, as long as people give valid arguments for why my claims in my post are untrue. Alas, few who refute what I say by claiming I'm a troll even try. But, of course, even if I *was* a troll, then still it says nothing about the arguments I made. The tactic of depicting the speaker as an idiot, troll, etc, and thus what he says as being untrue neither, is a well known falacy.

    I find it humorous that Ian, in this slasdot thread, says I'm a troll because 'look; he's never provided one line of code to Freenet'...which proves to me he didn't even do the trouble of reading my blog, because that's exactly what I point out in my blog: if you aren't a coder, and don't contribute code, one isn't worth much in the eyes of Ian, whatever one may have done in support as a non-coder.

    So, I'm a troll because I've never provided code and I dare to criticise? Wow. Even now, he doesn't see where the problem lies, instead he portrays exactly the attitude that I describe. But still, while I have troubles with the way he manages Freenet, I still think he has had (and still has) some good ideas - something which is important too. I could call him a 'troll' as well, and thus shrug off everything he says, but I'd rather see arguments, especially about the topics that I've raised. But, chances are, I'll be waiting for a very long time; it's much easier to call me a troll, after all.

    That said, my opinion of Freenet, as a concept, is still high. People should not make a mistake about that; being all for free speech, I can't else then see any way of making it possible for all people to speak their mind unafraid as something unbelievable valuable. So, it's not Freenet itself that I have a problem with, it's the current way in which it is managed and developed - and I don't say that just out of the blue; I argument it and give examples of it on my blog.

    As yet, 'troll' is the most advanced reply I received from the founder. I don't know: maybe I was the wrong person to tell this. Clearly, his bias towards me prevents him from arguing rationally about the points I brought up.

    It's true, that sometimes, my blog is a bit harsh, but then again, after seeing and experiencing several years of people being ignored because they are no coders, one gets a bit annoyed by it.

    Anyway, maybe Freenet WILL go in the right direction, perhaps... or maybe it will be surpassed by systems like I2P. But, I can bet one thing: its succes or failure won't be determined just by the code.

    --
    --- "To pee or not to pee, that is the question." ---
  86. OSS Bickering by Anonymous Coward · · Score: 0

    The bickering and "more talk less developement" development issues that Freenet has experienced seem to run parallel to an old favorite of mine before it went into obscurity.

    Remember 'Freedows'? It was to be a Win32 micro-kernal system. There was a lot of talk about what it would do and how it would do it. Fractures were always immenent.

    The point where I left was when Reese Sellin started calling people names and claiming that all they wanted was a 'wintendo' box with which to play games. When he ignored the 'No, Reese, what they want is an alternative to licensed Windows that will run their existing app investment.'

    I have yet to see a project that enters the bicker-bicker-I-run-this-f---ing-project-bicker-bi cker mode ever deliver on a fraction of the promises before it drops into the vaporous obscurity bin of OSS wannabes.

    There really is a psych study waiting for these projects.

  87. Then it's settled... by Anonymous Coward · · Score: 0

    I find myself strangely inclined to believe this poster more... his /. id is so much lower than that of the complainers :-)

  88. not the original Freenet! by Anonymous Coward · · Score: 0

    One possibly confusing point for those who remember the original Freenet: this isn't it :)

    The original freenet started in Cleveland in 1984, and ran through the late 90's. The freenet of this article has nothing to do with the original one - it isn't even the same sort of thing. Just an unfortunate reuse of a name.

  89. Strict liability by tepples · · Score: 2, Interesting

    but ignorance of the FACTS is a perfectly valid defence

    Often, the degree of the crime (such as Nth degree murder vs. Nth degree manslaughter) depends on mens rea. There are several levels of mens rea, from willful, to intentional, to reckless, all the way down to negligent. But there's also strict liability; look it up. Ignorance of fact, even despite one's best effort, is no defense to a strict liability tort or crime.

  90. Re:and Speaking of Child Porn... by Anonymous Coward · · Score: 0

    I have a script and COMPLETE list.
    Unfortunately, they are encoded inside
    a proof of a solution of Turing's halting problem.

    The proof is kind of long...
    It has become a marginal problem for me.

  91. Re:FreeNet Is Lost by Anonymous Coward · · Score: 0
    Paedophiles are looking for pictures of horrendous child abuse.

    Yes, just like straights are only looking for pictures of horrendous woman abuse.

  92. errata by kfg · · Score: 1

    "And I don't see any particular impediment"

    The "don't" got lost in an edit.

    KFG

  93. Re:FreeNet Is Lost by Anonymous Coward · · Score: 0

    "Paedophiles by definition hurt others."

    First of all the subject matter is children, second of all you can explain to me how a penis entering a hole *necessarily* and *always* does damage?

    I can think of the Ancient Greeks in which such behavior was ok, and no 'harm' occured, so it seems the harm comes from society forcing the so called 'victims' to be treated as damaged goods is where the harm seems to come.

  94. Heh, Sanity? Meet IM. IM, I see you've met Sanity. by Anonymous Coward · · Score: 0

    Sanity, IM is a known troll and a notorious liar. Not worth your time, frankly.

    His M.O. is well known. If he can't argue with you based on logic he just makes some shit up and pretends you said it and argues with that instead. If you keep feeding him he'll try to last-word you for a few days, then disappear pretending he won the argument.

    He's a hopeless nutcase.

  95. Muahahahaha by Anonymous Coward · · Score: 0

    That's right, people who mod down your dog urine are a pedophile conspiracy, otherwise they would appreciate your little droppings of wisdom for the unappreciated genius you really are, right?

    HAHAHAHAHAHAHAHAHAHAHAHAH.

  96. Your very shortsited. by Anonymous Coward · · Score: 0

    Just remember that child porn isn't just grown perverts jerking off to naked children being abused.

    It is a underground industry that thrives from victomizing defenseless individuals. Many times the children in child porn are taken from their families and end up dead after they are abused enough to make their attackers enough money.

    To me it's not worth it. I will not support the destruction of people's lives. I will not support people that kidnap and rape children.

    Fuck that shit.

    It is my job as a human being to protect the defenseless, not to support the people that prey on them.

  97. Speech by elucido · · Score: 0

    Child porn is wrong to put on the internet, distributing it is what is called a thought crime. Free speech means that once someone creates something that is speech, no one has the right to tell you or anyone that they cannot spread that speech. I may disagree with child porn, but child porn is a ridiculous example of free speech because its choosing the one thing that most people in the USA would disagree with. Go to China and they'll disagree with our speech. Also what about political speech? What about the ability to complain about your boss? What if a child is being raped and wants to report it in an annonymous way on the internet? What if someone witnessed a murder or something?

    There are all sorts of situations where annonymous free speech is important. You cannot give up free speech over one possible situation because thats like giving up democracy for security.

  98. Freedom of speech is absolute. by elucido · · Score: 2, Insightful

    There should be no restrictions on speech. Look, if someone puts child porn on the internet THEY are the ones who should be put in jail, the people who actually took the pictures and abused the child, put them in prison. People who just look at the pictures, this is putting people in jail for a thought crime. There is a difference.

    Free speech does not have to be limited for law enforcement purposes, are we in China now? You should have the ability to annonymously say whatever you want as long as its not harming anyone. What you are saying is that by somehow stopping the distribution of childporn that you somehow cure the child of the abuse and thats BS. The child is already abused, so what you really mean is anyone who sees the abuse should go to jail? or do you mean anyone who talks about the abuse? you see where this can go? They could make it illegal just to describe child porn with text if you don't protect freedom of speech. If they can limit child porn speech then its easy to limit any other kinda speech and all freedom is lost.

    So how much freedom is too much? It's not freedom to harm a child, its freedom of speech to talk about it. This means no child should ever be harmed, raped or any of that, but the moment you start putting people in jail for talking about it, then something is wrong. What would stop the government from putting people in jail for talking about communism?

    1. Re:Freedom of speech is absolute. by Winkhorst · · Score: 2, Insightful

      What you are conveniently forgetting is that the folks who look at the child porn are creating the market for it. Without them, there would be none. All the rest of your sophistry is just that--sophistry.

      --
      "Is this Winkhorst a nova criminal?" "No just a technical sergeant wanted for interrogation."
    2. Re:Freedom of speech is absolute. by Anonymous Coward · · Score: 0

      Market? Downloading over freenet is also beer-free, no?

    3. Re:Freedom of speech is absolute. by Anonymous Coward · · Score: 0

      Nobody ever goes to prison for talking about child porn. That's why you can find fictional stories about children being raped all over the internet.

      People go to prison for collecting and distributing real children being raped and tortured. They are creating a marketplace and a culture in which individuals can gain status and rewards for abusing children.

      They should go to prison. It's not freedom of speech to document an evil act and distribute it for voyueristic pleasure.

    4. Re:Freedom of speech is absolute. by Anonymous Coward · · Score: 0

      People go to prison for collecting and distributing real children being raped and tortured.

      Holy shit, they're digitizing people over Freenet now?

    5. Re:Freedom of speech is absolute. by Money+for+Nothin' · · Score: 2, Insightful

      What you are conveniently forgetting is that the folks who look at the child porn are creating the market for it. Without them, there would be none.

      Oh great, somebody who subscribes to Keyne's Law (the flipped version of Say's Law), a.k.a. "demand creates its own supply."

      You're looking at the problem from the demand-side, not supply-side. Low supply = unfilled demand = high price.

      Analogize the problem of child porn to the problem of the drug trade. We've attacked the demand-side (users) for decades. Result? Half of our entire prison population is made up of non-violent offenders found posessing pot, crowding out more-worthy offenders (rapists, pedos, murderers, etc.). It's been as much a failure as the Prohibition that preceded it.

      Going after the source hasn't been much more effective, but we have at various times managed to drive up the price of (for instance) heroin -- like when we went to war in Afghanistan a few years ago (Afghanistan's primary export, at something like 65% of GDP, was heroin). Going after the supply has been scarcely more-effective, but it is certainly more effective than going after the demand, because the suppliers are more centralized and less-numerous than the demanders are.

      That is, supply-to-demand in any market is almost always a few-to-many relationship.

      So it is with legal adult porn, and (I would guess) child porn as well... A few twisted kid-fiddlers peddling their wares to a larger audience which has a taste for it. Hence, we ought to go after the producers of child porn, cut an arm, and string them upside-down by their toes over a pool of hungry sharks.

      In truth, both the supply and demand sides are a problem. As anywhere else in the economy, both must work in tandem to produce results; one cannot exist without the other. Supply doesn't necessarily create its own demand (look at the various e-commerce sites of the late 1990s that collapsed due to a stupid product/service), and demand doesn't necessarily create its own supply (everybody would like an extra $1 million in their bank accounts by tomorrow morning, but there's no way in hell that's going to be supplied (barring utterly *absurd* inflation)).

      But going after the demand-side has been a proven failure time-and-again in virtually any other analogous case... Hence, I say the supply side -- like the root of any plant -- is ultimately the side that needs to be worked-against the most.

      What's the implication then for Freenet? How about that the demanders of child porn who use Freenet are (or ought to be) less-culpable than the suppliers who insert child porn into the encrypted data stores of the users' nodes worldwide, giving Freenet a bad rap among the non-Freenet-using populace just because the project promotes absolute freedom-of-expression (and, although it's logically-fallacious to do so, giving a bad rap to absolute freedom-of-expression generally)?
    6. Re:Freedom of speech is absolute. by mlyle · · Score: 1

      Oh great, somebody who subscribes to Keyne's Law (the flipped version of Say's Law), a.k.a. "demand creates its own supply."

      I think Keyne's law is very appropriate here. It seems you're forgetting that the marginal cost of sending a picture to another person is extremely low. In addition, I believe it is false to say that the suppliers of child pornography are more centralized than the people demanding it.

      It's a losing battle to prevent child pornography distribution on the internet. I also agree that the suppliers of child pornography are more culpable than the distributers and users of it, and this is a truth that our legal system recognizes in the way the penalties are structured for the respective offenses. However, a lot of social ills can be prevented by going after the consumers and marketplaces involved.

      Finally, I believe you've presented a false dichotomy-- attacking the supply and demand side are not mutually exclusive, and use substantially different law enforcement mechanisms and resources such that effort cannot be readily deployed from one to the other.

    7. Re:Freedom of speech is absolute. by Anonymous Coward · · Score: 0
      By your logic, a store that sells tasty oranges for cash, by accepting cash in exchange for oranges, is creating a market for the green bills known as money.

      If there were no market for money then nobody would rob banks to get it, and there would be no bank robberies.

      Therefore, selling of oranges should be a crime in order to prevent bank robberies.

      Obviously, outlawing money would be stupid. Outlawing existing pictures is also stupid. Stealing of the money/taking the pictures of the child should be the crime, whereas having/looking-at/trading/selling the money/child porn should be legal.

  99. thahts funny... by Halvy · · Score: 1

    The problem I've had in using Freenet is that they are open to any content.
    What this says to me is, "If you want to share terrorist information or child porn, you are welcome here."

    funny because 'what is says to me is'.. oh good, an area where i can congrigate with those 'like me', so that we can try and stop 'those'(ie people like-you) who want to stop' me from talking privetly!!

    your answer reveals ALOT about how you think (after all you said; "What this says to me.."). ie, you have kiddie porn and terrorism on your mind alot (which is quite unnatural, and makes you suppicious).

    I believe most people don't think of negative thoughts natuarally when discussing this subject, they are more interested in what the *good* is, and how by *discussing* this good (privetly, so as to not 'tip-their-hand) the *good* will defeat the evil eventually.

    The old saying: "take away their guns and only the government (ie criminals) will have them" holds true with anonymouty as well.

    --
    I will gladly loose all of life's battles.. in order to win the war..
  100. I disagree by elucido · · Score: 0

    Look, if terrorists use freenet to talk about stuff, everyone on freenet can see it. This actually helps the authorities. With the child porn, honestly the child porn being on freenet or on the internet isnt going to make a difference. People who create child porn are the problem, not the medium that its distributed on. This is like outlawing the english language to prevent people from talking about child porn. We need freedom of speech, child porn is wrong but stopping the distribution does not prevent the child from being abused, in fact it makes it more difficult to actually solve the crime if no one can analyze the pictures. If all childporn on the internet were forced onto freenet due to freenet being annonymous, we'd have a dabatase of victims which authorities could find, and any one of these victims could make a plea for help on the annonymous freenet or give hints, tips or whatever, anyone who sees the pictures could give hints or tips to catch the person who actually abused the child. However if you outlaw the speech entirely then you can't even talk about it, you can't even look at it, its so illegal that just thinking about it is outlawed so its almost impossible to solve it.

    Now I know theres going to be millions of people who like to look at child porn for perverted reasons, but you have to understand that these people in general arent the ones creating the child porn, its generally small groups of hundreds of people who abuse thousands of kids. You'd be better off putting child porn defense systems into the digital cameras than trying to control speech on the internet. If they required everyone who uses a camera to have a digital signature or license it would solve this child porn problem quick. But instead the government wants to attack freedom of speech. Well duh.

  101. Yeah but if China did this then we'd have a fit by elucido · · Score: 1, Insightful

    China does this kinda stuff all the time. Free speech is free speech. Child porn may not be the speech I like, but I don't think we have a right to outlaw speech we don't like, otherwise theres a lot of political speech which could be outlawed as well. This can easily be taken too far and I think that there should be absolutely no possibility for thought crimes to exist. We should never even allow the laws to be configured in a way which allows for the possibility of thought crimes.

    Look, I don't want children to be abused, but controlling speech wont stop children from being abused. This is equal to saying "It's illegal to think about or talk about kiddie porn". It should be illegal to CREATE kiddie porn. Thats wrong, because the child is being abused. Talking about it isnt abusing anyone, and a lot of people are more abused than the average child porn victim on the internet by internet bullies. Remember the star wars kid who become suicidal after his video was put all over the internet? Are we going to arrest everyone who ever downloaded or distributed that video?

    1. Re:Yeah but if China did this then we'd have a fit by karstux · · Score: 1

      "Remember the star wars kid who become suicidal after his video was put all over the internet?"

      But isn't this exactly an example of speech causing harm? Star Wars Kid's act of hopping around and making lightsaber noises didn't harm anyone, it was the distribution of information and the talk about it that did it.

      Similarly, after an act of child abuse, what about the victim's dignity when images thereof are passed around as masturbation material? I'd say it does harm.

      Now don't get me wrong, I believe in the ideal of Free Speech. I also think it's an all or nothing deal: even if you censor only the parts commonly thought as "wrong", it's not Free anymore; hence the bad stuff must be tolerated.

      The content of truly free speech is a mirror image of the human soul. If you think a free medium is bad, corrupted, and rotten: participate! Make it a better one with your more enlightened ideas, expressed in your very own free speech.

      --
      Don't whistle while you're pissing.
  102. It's speech by elucido · · Score: 0

    The freenet node isnt raping children and taking pictures of it. The node isnt creating child porn, its just distributing it. Thats what the internet does. There are nazi hate sites on the internet which are just as harmful to children and this is legal. There are sites on the internet which talk about communism and anarchy, how to make bombs, etc. Remember the starwars kid who has his video all over the internet and who became suicidal? Should we blame the internet for these things or should we blame the person who created the video and who put it on the net? Should this kid sue every person who ever distributed or looked at that video?

    The government has no right to say child porn is a thought crime, because thats what they are saying. No one is endorsing the creation of kiddie porn, but what the government is saying is that it should be illegal to talk about it or think about it, this opens the door to thought crime. It could start with kiddie porn, but then it could move on to other things like politics, and religion. Think about the future for a moment and see where this leads. The pictures arent abusing the children, the abuser is abusing the children, so lets place the blame on the people who actually are abusing children instead of using childporn as a way to attack freenet and free speech.

    1. Re:It's speech by westlake · · Score: 1
      The node isnt creating child porn, its just distributing it.

      Distribution is illegal. It doesn't matter if the files exist only in encrypted, fragmented form on your hard drive, the traffic can still bring the FBI to your door.

      The pictures arent abusing the children, the abuser is abusing the children

      Possesion is not thought crime. You have been caught collecting pictures of the rape of a child and applauding from the sidelines in the hope of more to come.

    2. Re:It's speech by arose · · Score: 1

      If you click on this linkYou have been caught collecting pictures of terrorism and applauding from the sidelines in the hope of more to come.

      --
      Analogies don't equal equalities, they are merely somewhat analogous.
    3. Re:It's speech by arose · · Score: 1

      If you click on this link you have been caught collecting pictures of terrorism and applauding from the sidelines in the hope of more to come. (you win again preview button)

      --
      Analogies don't equal equalities, they are merely somewhat analogous.
  103. Don't run the internet either. by elucido · · Score: 1, Insightful

    If you use the internet you are aiding terrorists who may be on the same ISP, You are aiding communists, you are aiding liberals or conservatives. You are aiding child pornographers who use the same ISP as you.

    1. Re:Don't run the internet either. by LWATCDR · · Score: 1

      Are you storing the files on your computer?
      Could you prevent it.
      Freenet STORES files or parts of files you every computer on the network.
      They have a point. If you do not like it opt out. I think that is the reason that freenet is not a huge success. It frankly makes me sad that while it could be used to support freedom it is currently being used to take away freedom. Yes when child porn is created it is a BRUTAL violation on someones freedom.

      --
      See my blog http://ilovecookes.blogspot.com/ for light hearted technical information.
  104. That is ridiculous. by elucido · · Score: 0

    Look, should we do the same to the internet to stop child porn from being distributed on it? Should ISPs be sued when child pornographers upload porn to their web servers? Should we all give up the internet because theres terrorists on the internet?

    Think for a moment, any of us who uses the internet right now is supporting a communications system which could aid bad people. Just because a few bad people put some bad information on the internet does not mean that the internet is only useful for bad information. If we use the internet we can put the good information on there too, thats freedom.

    I just don't think we should try to control the internet, its not that type of entity which should be controlled by one group of people. The internet has to be free.

    1. Re:That is ridiculous. by Dr.+Evil · · Score: 1

      That's not my point. What irritates me about Freenet is that when you set up a node, megabytes of data go flying in and out of yournetwork, while you try desparately to recieve kilobytes of stuff from Frost or whatever.

      If you leave your machine on all day, you just send absurd amounts of traffic around distributing all kinds of smut while the system isn't responsive enough to do anything other than distribute enormous illegal files.

    2. Re:That is ridiculous. by arose · · Score: 1

      That's how it's supposed to be. Mucho stuff being moved around all the time in all directions so bno one can follow.

      --
      Analogies don't equal equalities, they are merely somewhat analogous.
  105. Be realistic by elucido · · Score: 1

    It's impossible to do that. If you removed every child porn picture that exists in the world, then they'd just start talking about it and telling stories, and if you outlaw that then they'll draw pictures of it, and if you outlaw that they'll find some other way to express themselves. So ultimately people want free speech and to make this into a thought crime is limiting free speech, its not protecting children because look, even if no child porn picture ever existed, these people would still have their fantasies. You think their fantasies will go away just because theres no pictures? They'd start drawing child porn anime pictures and it would happen all over again. So whats the point of having thought crimes?

    1. Re:Be realistic by Ash-Fox · · Score: 1

      They have out lawed pictures of human children being molsted in the USA I believe.

      --
      Change is certain; progress is not obligatory.
  106. Literally... by Anonymous Coward · · Score: 0
    [IPSec] can literally be a bitch...

    I'm just curious: what does it mean for a network protocol to 'literally' be a bitch? The only way I can imagine that statement to apply would be if there was an information transferral system in which users taped information payloads onto the backs of female dogs.

  107. Lets apply it to ourselves for a moment. by elucido · · Score: 1

    We all look at porn, but we arent all rapists, correct?

    Child porn addicts who look at porn arent all going to rape children, its just the psychopath pedophiles who are rapists who do that.

    Just because someone looks at pictures does not mean they have to do whats in the picture. Porn just does not work that way. This is like saying porn creates rape so all porn should be outlawed. I think its actually the other way around. I think with less porn there would be more rape.

  108. that's true of a lot of legal things by Trepidity · · Score: 1

    The person who encrypts his email, refuses to submit to warrantless searches, or keeps his blinds closed is also more suspicious than a person who uses a computer.

    Indeed, one of the very points of liberty is to protect citizens from an oppressive government: It is a requirement of a free society that the government not be omnipotent and omnipresent when it comes to enforcing its laws, or else it would be impossible to subvert or overthrow a tyrranical one.

    1. Re:that's true of a lot of legal things by Loundry · · Score: 1

      The person who encrypts his email, refuses to submit to warrantless searches, or keeps his blinds closed is also more suspicious than a person who uses a computer.

      I agree! Do any (or all) those things amount to the same level of "suspiciousness" in the eyes of law enforcement as being an active member of Freenet? When it is known that Freenet is an active hangout of terrorists and pedophiles, I think the answer is "no." I think that Freenet is a magnet of law enforcement's scrutiny.

      Indeed, one of the very points of liberty is to protect citizens from an oppressive government: It is a requirement of a free society that the government not be omnipotent and omnipresent when it comes to enforcing its laws, or else it would be impossible to subvert or overthrow a tyrranical one.

      I agree with you. I'm of the opinion that we live in a state of tyrrany right now (in the USA), but the citizenry does not care enough about liberty to do anything about it. They prefer security and government guarantees. (What a joke!) That said, I'd rather avoid the things that will invoke the deadly force of government, and avoiding Freenet, no matter how much I like having my communication private, seems like a good way of doing that.

      --
      I don't make the rules. I just make fun of them.
  109. Rapists are evil, period. by elucido · · Score: 1

    This includes child rapists, adult rapists, prison rapists, or anyone who rapes anyone. Rape is just plain wrong and should never be done to another human. I'm not even talking about just physical rape, emotional and psychological rape is wrong also.

    This is a fact most reasonable people can agree with, but if you are psycho then you might think that rape is okay and if you are aggressive and psycho then rape becomes something you are more capable of.

    Most people, they wouldnt ever rape someone, they just don't have that in them. So, when we talk about stuff like childporn, which millions of people may view, do we really want to say that millions of people are potential rapists for viewing rape? I don't think you can connect the dots like that. A lot of people watch murder or watch violent stuff, and I can't say all of the people who think about murder are murderers or are going to commit murder.

    I disagree with people who actually do these things, I don't disagree with people who think about these things. Its their mind, they have the freedom to think about whatever they want, just don't go out and do it.

  110. The Convention on the Rights of a Child by westlake · · Score: 1
    I think the point is that every government draws the line somewhere else. In some places a naked 16 year old is child porn.

    There is broad international agreement on the definition of child pornography:

    Child pornography means any representation, by whatever means, of a child engaged in real or simulated explicit sexual activities or any representation of the sexual parts of a child for primarily sexual purposes. Optional Protocol to the Convention on the Rights of the Child on the sale of children, child prostitution and child pornography. 110 Signatories, 87 Parties

    The sexual exploitation of a child for the amusement of others or commercial gain is not an exercise in free speech, but a silencing and corruption of the innocent.

    1. Re:The Convention on the Rights of a Child by finkployd · · Score: 1

      Oh course, the "Child" is not defined, kinda defeating the purpose.

      The FAQ lists "Child" as "anyone up to 18 years old" but that is uselessly non specific and still does not apply everywhere.

      Finkployd

  111. FreeNet==Freedom of speach? by lras · · Score: 1
    Freedom of speach (FoS) is about being able to express opinions. It is not about being able to transfer files anonymously. If there is FoS, one should be able to post opinions and ideas in one's own name, without fear of punishment. A move to strictly annonymous communication is actually a step away from FoS.

    Defending FoS means fighting against the powers that try to prevent that right, like governments, or self-proclaimed "guardians of morality".

    Although FreeNet could be useful for groups that need guerilla methods to defend FoS, FreeNet itself does not defend FoS.

    Sadly, it seems like many people think that FoS is a technical problem, and they then stop thinking about how to really defend it.

    1. Re:FreeNet==Freedom of speach? by amphibian · · Score: 1

      "without fear of punishment". Anonymous speech has been vitally important on many occasions. The original draft of the constitution, the Watergate (and other) scandals, and other times. There is ALWAYS fear of punishment, if what you say is going to embarass the powerful. Perfectly rational fear.

  112. Get real by elucido · · Score: 1

    Yes those things are wrong, but should we stop talking about those things because they are wrong?

    Should we outlaw all nazi material? should we arrest racists for thinking like a racist or for drawing a swastika? Look, I'm against certain acts, I have morals, but I don't think removing freedom of speech makes life better.

    If we outlawed certain words so that people couldnt describe different races and we outlawed culture, and forced people to marry inter-racially, it might actually help the world but at the same time its removing peoples freedom to think and speak how they want to. How would your average nazi friend feel if they had to give up their pro-white religion because those kinds of thoughts are illegal? That only makes the problem worse, it makes them more likely to be violent when they cannot express themselves. Don't you get it?

    1. Re:Get real by LWATCDR · · Score: 1

      " Yes those things are wrong, but should we stop talking about those things because they are wrong?"
      Notice I have no problem with TEXT. You may say what every you like. IE freedom of speech.
      What is making me crazy is that people are claiming that posting kiddie porn is freedom of speech. It is not. It is a criminal act. Freedom of speech has been mutated into "freedom of expression" but where do you limit what is and is not expression? If I get very angry at you for your post and I choose to express my anger by beating the snot out of you should that be protected? I would say no. I would also say the same goes for kiddie porn.
      So to protect freedom of speech you may SAY or WRITE what you want. Freedom of expression is limited to that which can be expressed with out harming someone.

      --
      See my blog http://ilovecookes.blogspot.com/ for light hearted technical information.
  113. Most all cops are pigs.. period. by Halvy · · Score: 1
    and people are fed up with their arrogance. they are involved in more crimes against citizens, then averages citizens commit crimes.

    sooo, when ever some blows-a-cop-away, it warms my heart because that is one less 'terrorist' The People' have to worry about.

    The governments of the world, including people-like-you (probably a cop), will need to be dealt with soon, or will all go up in a nuclear war, when some criminal like you decides that they can't force 'their-brand-of-freedom' on everyone else any more.

    --
    I will gladly loose all of life's battles.. in order to win the war..
  114. You don't get it by elucido · · Score: 1

    When you pay AOL your ISP to provide the internet, you are also paying to host terrorist websites, communist websites, and for child pornographers to distribute their porn. Look we don't have any control over what goes on over the internet, we arent supposed to try to micromanage the internet, its not designed to work like that.

    AOL cannot control what goes on in their node, yes if they find an offensive site they can remove it, but they cannot stop someone from transfering mp3s or kiddie porn over their connection. Communication by nature is supposed to be free, its not supposed to be controlled. You can censor your own communication to a point in that you dont have to actively seek out child porn and you don't have to ever pay a site thats hosting child porn. You cannot however prevent child porn from being distributed on the internet, its impossible and its morally wrong to destroy the internet to stop speech you dislike.

    The way to prevent children from being harmed is put chips in cameras and make everyone get a license to take pictures. The way to stop child porn is to do a better job tracking where a picture came from. If we each camera had a signature, you could track to find out who purchased that specific camera. If the computer OS has a certain signature in the camera software you could figure out which computer it came from, you should let the forensic teams deal with this stuff and help come up with better technology to catch the people who create illegal porn. Not just illegal porn, but also people who take pictures of random individuals without permission, and people who do stuff like put videos on the internet without permission. You could stop this at the point where people upload the video onto the computer in the first place and make it so people can be sued lots of money for each unauthorized picture or video of themselves online.

    Until this happens, all you are doing is attacking freedom of speech. You are focusing on the wrong people and doing nothing to stop kiddie porn or child abuse because you are fighting the technology instead of using the technology to fight the abusers.

    1. Re:You don't get it by LWATCDR · · Score: 1

      "Until this happens, all you are doing is attacking freedom of speech."

      Not at all. You may SAY or WRITE what every you want. I am only claim a limitation of Freedom of Action. Posting, storing, or distributing of kiddie porn. You may post TEXT about the joys of sex with 4 year olds all you want. Since when is an image speech??

      --
      See my blog http://ilovecookes.blogspot.com/ for light hearted technical information.
    2. Re:You don't get it by Anonymous Coward · · Score: 0

      ask a painter

      unfortunately, speech should be considered as any form of human expression.

      Do you want to take away a chinese moviemakers way of expressing himself?

    3. Re:You don't get it by Anonymous Coward · · Score: 0

      I was going to write a long post about how stupid the chip tracking camera thing is but I'll save some time.

      Think about your idea for 10 seconds.

      Do you see all the holes in it???

      No?? OK your not smart. Think about it for 5 minutes.

      Dumb idea yet?? ...Yeah??? Good.

    4. Re:You don't get it by TheoMurpse · · Score: 1

      You may post TEXT about the joys of sex with 4 year olds all you want.

      Actually, if you are in the US (or many other European nations), you can't even do that. It is illegal to even create simulations of child pornography (this even includes fiction). Freedom of speech indeed!

      Interesting note: while googling for the law so I could link you to it, a link came up as The Link Between Trekkies and Pedophilia. Just thought /. might like to know about that one! (Note: I didn't even go read it, so I don't know what it's about)

  115. oh realllly? by Halvy · · Score: 1
    sooo, there were NO crimes of this nature BEFORE the likes of FreeNet??

    After all your saying people can't use other means like walking and talking in public (sidewalks, cafe's etc.) to plan or commit crimes? i hope you talk like this normally so someone will put you away soon. :)

    --
    I will gladly loose all of life's battles.. in order to win the war..
  116. Re:FreeNet Is Lost by Anonymous Coward · · Score: 0

    Yeah, but look at the Greeks now! Have you seen the hair in their women's armpits? That's punishment from God, that is!

  117. Re:Dotcom hype & Ian Clarke's UberGeek Deifica by Anonymous Coward · · Score: 0

    yeah you might be right. Iseem to remember that there were a lot of adoring news stories that came out about Clarke and Freenet at the end of the tech boom.

  118. Thanks by Anonymous Coward · · Score: 0

    Thanks. Also well said. Keep up the open mind, it bugs the hell out of the Slashdot community.

  119. Trust? on what basis? by ecloud · · Score: 2, Interesting

    I don't think the "members-only" thing is a good idea. For one thing, it excludes too many potential users, who would never bother going through the hoops to get an invitation, but would do some casual browsing if it wasn't such a hassle. And, the fewer users there are, the easier it is for governments to put them all in the same bucket of being assumed guilty because they are on a network that is being used only by those who need it the most (who are doing something illegal). I think it must be assumed that a breach is still possible. The best agents/goons are those who can build up the trust of the other members of whatever they are trying to infiltrate, so requiring trust is not a total barrier. Am I missing something here?

  120. Re:FreeNet Is Lost by Anonymous Coward · · Score: 0

    I think you have cause and effect reversed.

  121. Re:FreeNet Is Lost by Anonymous Coward · · Score: 0

    Better than that. Cleanex stops your node from routing requests for the keys you don't want to route. So not only do you keep your node clean you help to prevent spreading objectionable material.

  122. Re:Dotcom hype & Ian Clarke's UberGeek Deifica by Anonymous Coward · · Score: 0

    cryofan wrote:
    I have not investigated freenet all that much. However, from what I can tell, Freenet is massively overhyped, probably as a result of some pre-tech bust dotcom PR-hype that was being used to sell its inventor, Ian Clarke, as a SuperGenius UberGeek, the better to raise some venture capital for some sort of dotcom venture built around Ian Clarke.

    Geeks seem very susceptible to social stratification, deification, and so forth, especially when it comes to stratification with respect to IQ. I guess they feel alienated from society in some ways, so they seek social status in other ways.

  123. use "its" here; it's = it is by Anonymous Coward · · Score: 0

    this message brought to you by your local grammar .

  124. Freenet is obselete and really useless. by jechidah · · Score: 0
    I don't understand why so many people argue about a network that has been in development for all these years and still is unusable by the majority.

    The fact that only pedophiles and other degenerate lowlifes are willing to put up with freenet's abysmal speed and functionality is a testament to how far this project has come!

    As for the developers, they are probably a bunch of paranoid megalomaniacs with severe delusions of grandeur that think they are doing the world a favor by implementing this abomination. No thanks!

  125. That can be solved by Anonymous Coward · · Score: 0

    Solve that problem.

    I grant you that it's a hard problem, but it can be solved, and the techniques have been around for ages.

    However, you can't solve it with trusted links, because any solution based on trust is doomed to being infiltrated.

    You have to solve it with *total* cryptographic anonymity, and you have to scatter all injected data state redundantly and cryptographically so that only a keyholder can reassemble it, and you must never ever hold discernible items on your machine unless you requested them, and you have to run the comms over whatever legal channels are available, and you have to treat fly-by-night transient agents as assets, not as a liability.

    None of which reflects where Freenet seems to be going.

    The very concept of "hosting a Freenet node" is misguided. When that act in itself is regarded as a crime, the only tenable approach is one in which a Freenet agent performs exactly the same actions publicly as someone who is not even aware of covert communications (eg. accessing the same data channels). This inherently requires hiding data cryptographically within other data streams. There isn't really any other way, because different hosting infrastructures will be banned in different places around the world.

    You could start by riding on the back of VoIP, and maybe creating a fixed-data-rate community speech multi-channel VoIP system which would be difficult to ban anywhere where VoIP is accepted. One host infrastructure alone won't really suffice though, what's really needed is the extreme robustness of a system that can effectively ride on the back of any datacomms at all.

    The literature on covert channels is huge. Don't reinvent the wheel unnecessarily, it may end up more square than round. :-) Good techniques already exist.

  126. The possibility of community denying content? by Anonymous Coward · · Score: 0

    What about the possibility of removing content from freenet with a near unanimous decision by freenet community?

    Supposing I was browsing content on freenet and I came across kiddie-porn, I would mark it as offending content and worthy of deletion. A file doesn't get deleted until there is a critical number of people that have marked the file as offensive.

    Would such a thing even be feasible within freenet?

    1. Re:The possibility of community denying content? by Anonymous Coward · · Score: 0

      Already exists, really. It's called "Cleanex". You c an direct your node not to store certain content and reply with "data not found" when it gets a request for it.

  127. Re:'Speedy' Anonymous P2P? Yes... by amphibian · · Score: 1

    I2P has less than 100 nodes. No wonder it's fast. But really it solves a whole different bunch of problems than Freenet does.

  128. Re:That is what happens... by arose · · Score: 1
    People in dangerous circumstances tend to form small, dis-contiguous groups where members know each other personally. In such circumstances, other much safer methods of transmission exist.
    The best one beeing face to face. Networks are NOT safe, don't give people the false impression they can be if you don't want to put them into a dangerous position.
    --
    Analogies don't equal equalities, they are merely somewhat analogous.
  129. Child pornography-AC Believability. by Anonymous Coward · · Score: 0

    "The problem with non-anonymous speech is that it prevents the airing out of taboo subjects."

    The problem as far as non-AC's (slashdot) are concerned, is that what you have to say is virtually worthless. Say your taboo (realitive) subjects, and you'll have to listen to comments like "but you're a typical AC. So why should I believe you?"

    "Taboos and the religions that spawn them go in and out of fashion (albeit slowly). Not all of what we consider taboo today will be considered so by future generations, or even by other populations currently extant."

    Really? Better hope that "Thou shall not kill" doesn't go out of fashion.

  130. Networks with similar goals --Bad DNS. by Anonymous Coward · · Score: 0

    "Tor is simply an anonymous p2p proxy:
    http://tor.eff.org/"

    With privoxy it doesn't work.

    Yes I followed the directions.

    "This is Privoxy 3.0.3 on unknown (127.0.0.1), port 8118, enabled
    No such domain

    Your request for http://www.privoxy.org/user-manual/quickstart.html could not be fulfilled, because the domain name www.privoxy.org could not be resolved.

    This is often a temporary failure, so you might just try again."

    Same with others.

  131. possesion of illegal 1s and 0s. by elucido · · Score: 1

    Yes if you posses and distribute illegal 1s and 0s, its the same as just typing these illegal 1s and 0s on a piece of paper and showing it, or as saying those 1s and 0s, in fact you can't even think about those 1s and 0s. Thats a thought crime, all data on computers are just communications, just thoughts, none of it is real. A picture is a frozen image of a thought or a document of an action but the 1s and 0s are still thought, still just 1s and 0s. This means these arent real pictures we are talking about here, this is a digital copy, and digits are numbers which represent things, and this means you are outlawing thinking about kiddie porn in any fashion. I don't endorse creating kiddie porn, but you do nothing to stop its creation by outlawing the distribution of it. In fact, the more its distributed the less value it becomes, who is going to pay for kiddie porn? what happens to all these companies that profit from kiddie porn? Now I know you won't stop kids from being molested by family members, but you can definately go after the organized child porn businesses and the organized sexual slavery. Stopping the distribution is like telling people to cover their eyes and pretend we are fighting it by making it impossible to view, or more difficult to think about. It's not the thought, its the crime of molesting kids, the criminals who did these acts should be put in prison, but just talking about it should not put someone in prison. 1s and 0s are speech not actual objects.

  132. Re:That is what happens... by IgnoramusMaximus · · Score: 1
    The best one beeing face to face. Networks are NOT safe, don't give people the false impression they can be if you don't want to put them into a dangerous position.

    You got it. This is what annoys me about all these Freenet believers .. their fascination with technology blinded them to the basic facts of life ... and some of them are being disingenuous by pretending to care about dissidents in danger while really only being occupied with ways to construct a facade to hide their true reasons for using Freenet. I would not mind this nonsesnse as much, if it were not for the fact that all their arm-waving is causing some less tech-savvy people in dangerous places attempt to use this thing and subsequently put themselves in grave danger, all so that someone else half a globe away can watch dirty photographs while sitting on his lard-ass while gorging himself on donuts.

    As I mentioned somewhere else, far more mundane methods of just tossing leaflets from rooftops or painting slogans on walls are orders of magnitude more effective and safer for dissidents then Freenet.

  133. Re:That is what happens... by arose · · Score: 1

    I got it all along was just trying to clarify for those who didn't.

    --
    Analogies don't equal equalities, they are merely somewhat analogous.
  134. Re:Trust? on what basis? by amphibian · · Score: 1

    Firstly, it is likely that we will have a separate "open" network based on more or less the current algorithms (but faster). Secondly, right now it costs very little to find all nodes - because it is an open network, you can harvest it. Very fast. Of course you CAN infiltrate a cellular network. But it costs FAR more.

  135. digital images are speech. by elucido · · Score: 1

    I guess you don't know a lot about how computers work. A jpeg or gif is just a set of 1s and 0s. This is speech. If I code the jpeg format, and some child pornographer takes pictures on his physical camera and stores these pictures in the jpeg format, you don't sue the creator of the jpeg format for aiding the child pornographer. You don't sue the people who made the camera. You don't sue the internet company for allowing them on the internet. You shouldnt sue people who distribute it. Distributing 1s and 0s is the same as me telling you something and you repeating it to your neighbor and then me sueing you for it. If I can tell you a story and sue you for telling people, then am I right for trying to control what you can or cannot say? Or was I just wrong to tell you something expecting you to know not to repeat it?

    The distributors job is not to be law enforcement. It's not the distributors fault that kiddie porn exists, the distributor just distributes whatever they are given, if this were business then when someone makes a bad product you don't sue the distributor, you sue the people who made the product because suing the distributors does not stop the people who keeps making the content.

    Look, kiddie porn is bad content, most people can agree on this, but you don't stop bad content by trying to restrict its distribution, you stop bad content by preventing its creation. Lots of things are bad, but you cannot stop these things by restricting speech, this can quickly become thought control and you know where this will lead.

    If you look at north korea, you can see how thought control works and where it leads. It starts with kiddie porn, but once they pass laws to stop kiddie porn it makes it easier for laws to be passed to protect say, intellectual property, software patents, and to control the internet in general. Child porn can be used politically to reduce freedom of speech, this is why it should be obvious why we don't want to give up freedom of speech on the internet over one issue. This is like giving up creativity to protect people from bad creativity. We should try to protect and increase freedom as much as we can while preventing people from creating bad content, concepts, or products. If you make it more difficult to create bad things like new weapons to kill people, or new cameras which can take xray pictures, or whatever new technology which could be exploited, if you don't let it be created in the first place you can protect children and have freedom. It's simple, if you make a digital camera it has to have a chip inside it to allow authorities to always know who purchased it. If a camera requires your digital signature then its like a gun, its licensed. This is how you could solve this problem. Someone who loses their license after being convicted of kiddie porn can never buy another camera and if they put it on the internet then they should never be allowed online. It's that simple.

    You have to use the law in a way which prevents and discourages people from creating kiddie porn and then putting it online. You could increase sentences for people whos cameras were used to take a picture. If someone takes those pictures with the family camera then the owner goes to jail. This is look someone stealing your gun and shooting someone, you go to jail, but the point is, a camera is powerful so use it responsibly.

    Free speech is too important to give it up over one issue.

    1. Re:digital images are speech. by LWATCDR · · Score: 1

      "You have to use the law in a way which prevents and discourages people from creating kiddie porn and then putting it online."

      You mean like not hosting it on a freenet node?

      --
      See my blog http://ilovecookes.blogspot.com/ for light hearted technical information.
  136. Re:That is what happens... by IgnoramusMaximus · · Score: 1
    I got it all along was just trying to clarify for those who didn't.

    Thanks for doing that! It appears that sanity was in short supply today on this thread and so every bit helps. I was just agreeing with you enthusiastically (not sure if it somehow came accross differently).

  137. Re:That is what happens... by arose · · Score: 1

    Strange, as far as I can see Sanity (1431) started this thread... :D

    --
    Analogies don't equal equalities, they are merely somewhat analogous.
  138. Bullshit, child porn, and P2P by Anonymous Coward · · Score: 0

    And while Usenet groups like alt.binaries.multimedia.tickling, alt.binaries.pictures.erotica.young, and alt.binaries.pictures.erotica.*teen* continue to transmit a Freenet-dwarfing quantity of child porn each month, openly, Freenet continues to catch the vast majority of the media flak. People are not out to censor child pornography -- they're out to squash people who develop anonymous systems. Probably because the Freenet researchers were stupid enough to be honest and include the term "child pornography" in their FAQ, thus setting a couple of journalists off. God forbid that someone have the audacity to built a distributed system that can't be controlled and monitored. If you work on a P2P system, remember that your words will be twisted to the greatest extent possible by rabble-rousers.

    And encryption, too! Terrorists and child pornographers can use it! If we don't ban GPG, we'll be supporting *terrorists* and *child pornographers*! The GPG developers even call themselves "hackers"! What more do you want!

    Grrrr....

  139. Who cares? by Anonymous Coward · · Score: 0

    I saw a guy give a talk at DEF CON 12 about Freenet.

    Basically, he said that Freenet is broken, they didn't know why, but they think it had something to do with not being scalable on large networks, that the protocol they developed wasn't that great, and they need Java coders to fix it.

    I walked out about midway through his remaining time when he started to repeat himself.

    I'll take BitTorrent any day over Freenet.

  140. I was commenting more in general by anti-NAT · · Score: 1

    , as the original article poster was using the "all secrecy is bad" misnomer, and I hit my "I've got to say something" threashold :-). It was probably a bit off topic, and I can see how people were thinking that my comments were specifically relating to freenet. I'm wasn't saying use a secret algorithm, I'm saying that using a non-secret algorithm, but keeping which one you're using secret will add to the security of a system.

    --
    The Internet's nature is peer to peer - 20050301_cs_profs.pdf
  141. freenet philosophy by Anonymous Coward · · Score: 0

    The freenet philosophy is basically this:

    1. Intellectual property is wrong so freenet ignores copyright and IP law.

    2. Freedom of speech is absolute.

    3. The advantages provided by freenet outweigh its disadvantages.

    Basically, distribution of child porn is ok because we can illegally get our software and music. Oh, and if freenet is used by oppressed people, then it's served its true purpose.

    I believe Mr. Clark needs to be charged with a crime.

    Check out this rant on wikipedia for a good summary of what I agree with. See "remove tech details section"

    http://en.wikipedia.org/wiki/Talk:Freenet

  142. It shouldnt be created in the first place. by elucido · · Score: 1

    If no one creates it then theres no reason to try to control who hosts what. Kiddie porn is illegal to create, this has nothing to do with freenet and distribution. I agree people shouldnt create kiddie porn, but the stuff thats already done, its done already. Outlawing freenet wont rewind time even if the documentations are gone and theres not a trace of the incident left, it still happened.

    1. Re:It shouldnt be created in the first place. by LWATCDR · · Score: 1

      I am not for outlawing Freenet. I think Freenet should police it's self which it refuses to do. It also refuses to allow people that want to run a freenet node to police themselves. Kiddie porn IS NOT PROTECTED UNDER FREE SPEECH! That is what driving me to drink. Lots of things are not protected under free speech. For me to post giant bill boards saying you rape little boys is not protected under free speech. For the tobacco companies to say that tobacco does not cause cancer but makes your breath minty fresh is also not protected under free speech. I would love to see Freenet actually protect free speech. I would love it to be a great repository of knowledge but it is now filled with kiddie porn and warz and hides behind the claim of free speech. You claim that just having kiddie porn should not be a crime. Well judges in the US and many other places do not agree with you.

      --
      See my blog http://ilovecookes.blogspot.com/ for light hearted technical information.
    2. Re:It shouldnt be created in the first place. by TheoMurpse · · Score: 1

      For the tobacco companies to say that tobacco does not cause cancer but makes your breath minty fresh is also not protected under free speech.

      I think that is absurd. I do not smoke. I have never smoked in my life. If a company had told me, even when I was ten years old, that smoking was healthy, I still would have looked at them and laughed due to all the education campaigns and information from adults. This is a perfect example of something good about Freenet. I completely disagree with that limitation of free speech mentioned above. However, it is illegal. The question remains: if something is illegal, and Freenet polices and removes that content, yet someone like me does not see it as something worthy of removal, doesn't that make Freenet censored?
      In any case, removing anything makes Freenet censored. Where do you draw the line? I imagine Freenet could just say "fine, child pornography is against the rules", but then how do you stop it? If you begin policing, then all speech that is illegal should be removed, for fear of prosecution for hosting it:

      Freenet: "Oh, but we can't help it!"
      Police: "Sure you can. You got rid of the child pornography, didn't you?"

      Thus, speech effectively becomes not free, even on Freenet. Once you begin censoring content, even outrageously morally offensive content, you will eventually have to censor all content that is illegal, for fear of prosecution.

  143. Re:That is what happens... by IgnoramusMaximus · · Score: 1
    Strange, as far as I can see Sanity (1431) started this thread... :D

    Yea I know, talk about a misnomer! The Happy Fun Ball comes to mind...

  144. Irnoy at its best? by AndreyF · · Score: 1

    From TFA: "...One can see this data in the archives of the mailists; it comes right after the episode where Ian revoked my freenet-emailaddress, because my critical attitude to the current development-proces was aparently not to his likings)."

  145. Re:'Speedy' Anonymous P2P? Yes... by Famatra · · Score: 1

    "I2P has less than 100 nodes"

    This is true, hopefully I2P will get some press so we can quickly see if it is a dead end or not. Because of it's design it needs little (5-10 minutes) to intergrate into the network as a whole so making test networks would be trivial in comparison to a Freenet test network.

  146. Scalability is here,but 6 forwards can be slow by free2 · · Score: 1

    Each F2F-P2P node is an anonymous proxy and does forward files and queries between 2 friends' nodes.

    Like is said in the Freenet MailList from the article (and the Mute homepage) the path used between 2 nodes will evolve to become the shortest available.

    But if the network is very big, "shortest" could mean it is still comprised of 6 nodes (see the 6 apart theory), or more, depending on the underlying trusted links topology.

    1. Re:Scalability is here,but 6 forwards can be slow by amphibian · · Score: 1

      Hmmm. What is the theoretical basis for this scaling?

  147. Re:You've all been caught! You'r ID is logged! BAN by madaxe42 · · Score: 1

    Nice troll - you have too much time on your hands. Unfortunately, you can't search freenet. Everything is in the form of linked directory pages.

  148. Re:Scalability is here,papers by free2 · · Score: 1

    As I said, you may want to read the Mute Papers on "ants algorithms" and the Freenet papers on "graph theory applied to trusted links".

  149. Re:Scalability is here,papers by amphibian · · Score: 1

    What papers? I don't know of any Freenet papers on "graph theory applied to trusted links". And my understanding was that MUTE did a broadcast search to find the data and then used ants to find a fast return path.

  150. Re:Scalability is here,papers by free2 · · Score: 1

    freenet "paper": http://developers.slashdot.org/comments.pl?sid=149 637&cid=12543926 As for Mute, i think this same Ant algorithm can be used to optimize the search queries: http://mute-net.sourceforge.net/howAnts.shtml I'll just rephrase "upon receiving this message, node X learns something about Alice: it learns that messages from Alice come through a particular neighbour node" in "upon receiving this search query, node X learns something about this query: it learns that someone is interested in this topic, and that messages from this person come through a particular neighbour node"

  151. Re:Scalability is here,MUTE paper about search by free2 · · Score: 1

    there is also a recent MUTE paper about anonymous search:
    http://www.infoanarchy.org/story/2005/3/24/174447/ 205

  152. Re:Scalability is here,MUTE paper about search by amphibian · · Score: 1

    Thanks. And no, it's not scalable. Freenet, like other DHT-based networks, is intended to be a global-horizons network. I won't comment on the anonymity of the solution suggested; it looks reasonably well thought out but I didn't read the whole paper.