Slashdot Mirror


German State Alters DNS To Censor Web Sites [updated]

Rabenwolf writes: "In the German state of North Rhine-Westphalia, the first ISP (ISIS Multimedia) has given in to pressure from the state government and has started to block foreign websites with supposedly "illegal content" by changing the corresponding DNS entries. ISIS customers trying to access these sites are redirected to the website of the local government. ISPs in North Rhine-Westphalia will have to pay a fine if they continue to provide access to sites with "illegal content" through their DNS servers. It's not as bad as China or Saudi-Arabia, but it makes you think... An article from the heise newsticker is here, and if you don't sprechen Deutsch, Google might help." Update: 11/22 15:23 GMT by T : As sqrt points out, this report is misleading: "A single technican altered the DNS Entries to demonstrate it is possible. His changes were already reversed. Heise already posted a new story about this today."

261 comments

  1. Well.. by Captain+Zion · · Score: 2, Informative

    Just use a different name server then.

    1. Re:Well.. by PaperTie · · Score: 1

      What about the people that can't (or don't know how to) change their nameserver?

    2. Re:Well.. by Kanon · · Score: 1

      Make a fuss about it. Create webpages that tell people how to change their nameserver. With examples obviously.

      If you're talking about home PCs why would they be unable to change their own DNS servers (Apart from a lack of knowledge)?

    3. Re:Well.. by kieran · · Score: 2

      Just use a different name server then.

      The ISP could, however, transparently proxy DNS requests. Unlikely, admittedly - why bother propping up a measure that's as weak as DNS-fudging in the first place?

    4. Re:Well.. by david614 · · Score: 1

      If they don't know how to then will have to help them. After all, that's what friends are for.

      If users can't (i.e., *AOL-HELL* users, they are probably a lost cause already.

      Besides, a slashdot denizen just told *them* how to do it, if they are willing to take five minutes on google (or with the most basic internet book or magazine) to figure it out.

      Failing either of these alternatives, they are a dead loss.

      D

      --
      ELITISM: It's always lonely at the top. Uninvited company is rarely welcome.
    5. Re:Well.. by Midnight+Thunder · · Score: 1
      What about the people that can't (or don't know how to) change their nameserver?

      Then they won't have the benefit of being part of the underground ;). At the end of the day anyone really wanting to access to that information will do their best to learn of the alternative solutions or compaign the government for their civil liberties - if they are not doing that then the information obvisually didn't mean much to them in the first place.

      If someone had the need to access the information, then they could easily connect to another ISP in another country via phone lines if all routes via the local section of the internet are blocked - of course it would cost more, but it all depends on much that information means to them.

      --
      Jumpstart the tartan drive.
    6. Re:Well.. by The+Real+Andrew · · Score: 1

      It could be that they are using these weak measures to actually allow the brighter people to access the sites that they want to and just to make the goverment happy.

    7. Re:Well.. by yuggoth · · Score: 1

      The ISP could, however, transparently proxy DNS requests. Unlikely, admittedly - why bother propping up a measure that's as weak as DNS-fudging in the first place? According to the Heise article linked in another post, the technician responsible wanted to show that a DNS block would be possible but useless, since it could be circumvented easily. Seemingly, he acted on his own, not backed by the ISP management.

      --
      Cthulhu fhtagn!
    8. Re:Well.. by Anonymous Coward · · Score: 0

      Like almost all other port blocking and proxying, including even sniffing for packets that look like DNS queries and replies.. ssh tunneling and your favorite UNIX shell in the country with the laws you like the best are the answer.

    9. Re:Well.. by Pen1s+Goat+Guy · · Score: 0

      Shut up.

      --


      Krama: Bigdickinyoura
    10. Re:Well.. by Uber+KruX · · Score: 1

      it's not that hard. and if someone doesn't know that, chances are theyre not using nix, and it's even easier in winblowz.

    11. Re:Well.. by Anonymous Coward · · Score: 0
      Sigh ... aside from it still being possible to filter at the router(s), see firewall, that's not the problem.

      The problem is that some politician now can make lonely decisions what grown up people are allowed to see and what not.

      Basically if that goes through, then Germany, and I am German, may as well shut up as far as a country like China is concerned as after all they, too are free to censor according to their political views.

  2. Pathetic attempt by kieran · · Score: 5, Informative

    Anyone finding themselves redirected can use any number of simple DNS tools to find out the real IP (by querying a root server, then the authorative server), then simply access the site by IP rather than FQDN. This may sound a little technical for Johann average, but not when simple instructions are made available to them.

    (This would not work with sites that rely on HTTP1.1 to tell them the name of the site, so that many sites can be hosted on a single IP, but that is less widely used than it might be.)

    1. Re:Pathetic attempt by zerosignal · · Score: 1

      >(This would not work with sites that rely on
      >HTTP1.1 to tell them the name of the site, so >that many sites can be hosted on a single IP, >but that is less widely used than it might be.)

      Just add the server name to your local HOSTS file.

    2. Re:Pathetic attempt by Anonymous Coward · · Score: 2, Insightful

      Yeah, shame about the HTTP 1.1 thing. On the bright side IE already provides this service via MSN if a domain name doesn't resolve so this ruling could well mean all people have to do is click on 'GO'

    3. Re:Pathetic attempt by yooden · · Score: 1
      Anyone finding themselves redirected can use any number of simple DNS tools to find out the real IP (by querying a root server, then the authorative server), then simply access the site by IP rather than FQDN. This may sound a little technical for Johann average, but not when simple instructions are made available to them.
      Yeah, like the avarage T-Online user even knows what an IP address is.
    4. Re:Pathetic attempt by Anonymous Coward · · Score: 0

      It's not an HTTP/1.1 thing. It will work with a HTTP/1.0 request, just put a Host: header in.

    5. Re:Pathetic attempt by Cyberdyne · · Score: 2, Informative
      (This would not work with sites that rely on HTTP1.1 to tell them the name of the site, so that many sites can be hosted on a single IP, but that is less widely used than it might be.)

      Also, you can put the IP address in the hosts file; then, everything will work fine. Or just run your own DNS daemon locally (djbdns is good for this), which is easy on *nix platforms, and you won't even notice the site being "censored" :-)

      Of course, if too many people do this, the govt might grow a brain and try a more effect means of censorship; on the plus side, one-way air tickets are quite cheap these days...

    6. Re:Pathetic attempt by mlong · · Score: 1
      Anyone finding themselves redirected can use any number of simple DNS tools to find out the real IP (by querying a root server, then the authorative server), then simply access the site by IP rather than FQDN. This may sound a little technical for Johann average, but not when simple instructions are made available to them.

      (This would not work with sites that rely on HTTP1.1 to tell them the name of the site, so that many sites can be hosted on a single IP, but that is less widely used than it might be.)

      They could always point to another DNS server...or perhaps run their own.

      --
      //m
    7. Re:Pathetic attempt by Anonymous Coward · · Score: 0

      less widely used

      Here's a widely used site that uses virtual hosting.

    8. Re:Pathetic attempt by kimihia · · Score: 2

      Well actually ... no. Having the correct IP does little good.

      A lot of ISPs use a transparent proxy for outgoing requests. If they find a packet heading for port 80, they grab it and route it via their own proxy servers. The proxy server does its own lookup via its own dns cache, and makes the request on your behalf. No matter what result you may be getting for DNS lookups, if their cache snaffles your packet, then it is all a waste of time.

      Have a read of this post to NZLUG.

    9. Re:Pathetic attempt by Tassach · · Score: 2

      If you pass the proxy a URI based on an IP rather than on a domain name, it wouldn't even have to look at it's own DNS cache (unless it's been set up to do a reverse DNS request on numeric addresses)

      --
      Why is it that the proponents of "one nation under God" are so eager to get rid of "liberty and justice for all"?
  3. IP addresses? by Midnight+Thunder · · Score: 3, Insightful

    If this is based on DNS entries, tnen what is stopping people using the IP addresses instead?

    --
    Jumpstart the tartan drive.
    1. Re:IP addresses? by WWWWolf · · Score: 3, Informative
      If this is based on DNS entries, tnen what is stopping people using the IP addresses instead?

      Well, this one little thing: Virtual hosts... If there's multiple DNS names pointing on same server, the server hicups if it sees someone wanting just the page and not providing the host name in Host: header.

    2. Re:IP addresses? by Skapare · · Score: 3, Interesting

      "Virtual host by name" where you have many sites on one IP address (encouraged by the folks who bring you fewer than 4 billion addresses) identified by a "Host:" header in HTTP/1.1 is what is stopping them. It's a whole lot easier to just change the DNS server settings (Settings > Control Panel > Network > TCP/IP (your adapter) > Properties > DNS Configuration) to use a DNS server outside the country. Those with BSD/Linux/Unix/WinNT/Win2K/WinXPpro of course can run their own DNS server.

      --
      now we need to go OSS in diesel cars
    3. Re:IP addresses? by yooden · · Score: 1
      If this is based on DNS entries, tnen what is stopping people using the IP addresses instead?
      Ignorance about IP addresses.
    4. Re:IP addresses? by Anonymous Coward · · Score: 0

      Only if the ISP doesn't block access to DNS servers outside it's relm will this work. I also believe that some routers can block by content type so a name server on a non-standard port outside the network would still be unreachable.

    5. Re:IP addresses? by platypus · · Score: 3, Informative
      Well, this one little thing: Virtual hosts... If there's multiple DNS names pointing on same server, the server hicups if it sees someone wanting just the page and not providing the host name in Host: header.

      Well, two little things (one for *nix, one for windows nt):
      • /etc/hosts
      • $WINDIR\system32\drivers\etc\hosts
    6. Re:IP addresses? by Skapare · · Score: 2

      Blocking DNS like that breaks a lot of things. But I wouldn't put it past them to do just that.

      --
      now we need to go OSS in diesel cars
    7. Re:IP addresses? by dbucher · · Score: 0

      Nono you're totally wrong, what they could do without all these problems is simply declare another DNS in their config. It's far more easy

      --
      The Price of Freedom is Eternal Vigilance.
  4. I don't 'sprechen' GoogleDeutsch either :-( by Mike+Connell · · Score: 5, Funny

    (From Google)
    The entrance offerers had questioned thereby whether the entrance to unpleasant, abroad can be prevented gehosteten Websiten at all effectively.

    I think I might as well just learn German ;-)

  5. Site-Restriction Already retracted by absolut_kurant · · Score: 5, Informative

    according to this article on heise, the restriction is no longer in effect. According to the press officer, a technician did it on his own and not in accordance with company policies.

    --
    Yes.
    1. Re:Site-Restriction Already retracted by Cryus · · Score: 2, Informative

      In this Press-Release (german of course) the government claims that the ISPs efforts must have been effective because of all the e-mails they received from people complaining about this sort of censorship. I wonder how many consumers of Nazi-content are among those who (like me) protested against the governments course to violate some of our constitutional rights.

    2. Re:Site-Restriction Already retracted by hearingaid · · Score: 3, Informative

      Results of Babelfish on the Heise article:

      Isis takes blocking back from Internet pages

      The Duesseldorfer Internet provider Isis took the blocking back of four on-line supplies again. " the barrier decreased/went back to the initiative of an individual technician. It corresponded not to the policy of the enterprise ", said Isis speaker Thomas Werz. It concerned itself thereby around four pages with right-wing extremists as well as force-wonderful-ends to contents from the USA, which were attainable for the Isis customers for Monday no longer.

      The technician had wanted to demonstrate on own fist that a technical solution for the blocking from Internet pages was possible, in addition, easily to be gone around can, avowed Werz opposite heise on-line. This should not have occurred however in all public; Werz apologized in the name of the company at the customers. Isis aims at a political solution with the Duesseldorfer district government.

      From Monday to today one had gone out in the enterprise erroneously with it, the technician in arrangement with the management concerned, stressed Werz. Accordingly a Isis spokeswoman had justified the side blocking yesterday in relation to the public.

      During his public demonstration the technician had followed arbitrarily a request of the district government Duesseldorf. This had before reminded the ACCESS Provider as North-Rhine/Westphalian supervision of Internet to lock four pages from the USA. Approximately ten Provider reacted according to specification of the authority country-wide so far to it. The measures are strongly disputed in the Internet municipality. Thus the chaos computer club called the attempts of the district government to let Internet pages lock censorship in the Internet. "this is a crucial step into the false direction."

      The district government Duesseldorf tries as country-wide Internet control instance for some time to let pages with illegal contents lock by the ACCESS Provider. On 13 November a hearing with 90 Internet Providern took place for this reason. At that time the providers referred particularly to technical problems, in order to lock pages from the foreign country. According to estimations of the Federal Criminal Investigation Office (BKA) approximately 90 per cent of the more than 1000 right-wing extremists German-language Internet supplies from the foreign country are fed into the network.

      See to the topic also the contribution network barrier for Fritzchen stupid in Telepolis. (anw / c't)

      Ah, good old machine translation. Yet, it's still Better than Nothing. "force-wonderful-ends" :)

      --

      my old sig used to be funny, but then slashcode ate it and now it's not funny anymore

    3. Re:Site-Restriction Already retracted by YKnot · · Score: 3, Informative

      Several other providers, including at least one university, still block the sites. Some have more effective blocking than DNS redirection in place.

    4. Re:Site-Restriction Already retracted by Anonymous Coward · · Score: 0
      (Free translation of the Heisse-Online story)


      ISIS removes Internet-Site Blocking


      The Dusseldorf ISP Isis has removed its blocking of 4 online services. "The blocking was made on the initiative of a single technician. It did not represent the policy of the company", said Isis-spokeman Thomas Werz. It affected 4 US sites with extreme rightwing and authoritarian content which had been innaccessible to Isis customers since Monday.


      The technician had wanted to demonstrate on his own initiative that a technical solution for blocking Internet Sites was not only possible but easily achievable, explained Werz to Heisse-Online. However, this should not have been done publicly, and Werz formally apologized to Isis customers. Isis wants to reach a political solution on the matter with the regional government.


      Werz stressed that he himself was unfortunately not available between Monday and today and the technician had handled the matter himself with the agreement of the management, which is how yesterday's statements came to be issued.


      With his public demonstration the technician was on his own authority following a request from the regional government which in its role as Nordrhein-Westfallian Internet supervisor had directed access providers to block four US sites. About 10 providers across the region have so far complied with the directive. The directive is strongly objected to by the Internet community. Chaos Computer Club for example regards the attempts of the regional government to block Internet sites as censorship and "a decisive step in the wrong direction".


      The Dusseldorf regional government has as regional Internet Supervisory Authority sought for some time to have Internet Sites with illegal [under German law] content blocked by the access providers. On November 13 a hearing on this matter took place with about 90 Internet providers. On that occasion, the providers argued above all that there were technical difficulties involved in performing such blocking. According to the BKA (federal criminal investigations authority) about 90% of the more than 1000 german-language rightwing extremist material on the Internet comes from outside Germany.


      [I get a sense that Isis is mostly embarassed over this being demo'd in public and by the undermining of the ISPs' claims that blocking access is 'hard'.]

    5. Re:Site-Restriction Already retracted by YKnot · · Score: 2

      Here is a translation of the press statement:

      Northrhine-Westphalian Internet Provider's attempt to block radical right wing Internet-content [was] successful at first

      Attempt by "ISIS" regrettably cancelled, 12 providers keep up the ban

      A successful attempt to block radical right wing Internet-content as an access provider has been stopped today by the Duesseldorfian company "ISIS" after it had been successful at first. Like 12 other access providers "ISIS" had blocked radical right wing Internet content at short notice, after the Bezirksregierung Duesseldorf [local government] in their function as responsible supervision authority in the sense of the Mediendienste-Staatsvertrag [mediaservices-statecontract, law] had threatened to start administration proceedings in order to have the content blocked and impose fines up to 1 million german marks [about 450000 US-$].

      This noon however the ban of radical right wing Internet content had been revoked by the company "ISIS". "ISIS" had redirected negative email-feedback concerning the blocking with a link to the Bezirksregierung Duesseldorf [local government]. The Bezirksregierung assumes that according to the content of numerous emails, which have been received today, many of those came from users of radical right wing sites. This is particularly derived from the the fact that employees of the Bezirksregierung have been threatened for their anti radical right wing activity by these email-senders.

      The Bezirksregierung Duesseldorf explicitly welcomes the blocking attempt by "ISIS" as well as the still ongoing blocking of radical right wing Internet content by twelve other access providers. These measures by "ISIS", which had been successful over the course of several days, prove that blocking is easily technically possible and effective. The reaction of the presumed users shows that they had been successfully stopped from accessing these sites.

      The Bezirksregierung Duesseldorf explicitly welcomes that access providers have acted in a self-regulatory manner, because this way government interference would become unnecessary. It is regrettable that under pressure by users who apparently conciously use radical right wing sites on the Internet, company "ISIS" in Duesseldorf has foregone self regulatory measures.

    6. Re:Site-Restriction Already retracted by mindriot · · Score: 1

      Hehehe... it's back in effect now... see also here, hope the fish helps.

  6. what about hexadecimal? by Derek+Finch · · Score: 0, Offtopic

    Can I censor decimal numbers? They are far more stupid and dangerous than anything else.

  7. Very encouraging. by Anonymous Coward · · Score: 0, Flamebait

    I'm happy to see our german friends make up for their dismal record. Censorship is not only a fact of life, it is a necessary fact of life, and despite the fact that USians can only discern other people's censorship, USians are the most censorious bastards on the planet. USian government is a sinecure thanks to the individual USian's totalitarian tendencies.

    S'true.

  8. Different places have different ideas by SmileyBen · · Score: 5, Insightful

    I really hope people actually think about this before replying about how this is simply wrong. Different countries have different ways of dealing with things. In America, for example, Freedom of Speech is enshrined in law - this gives an enormous amount of protection to citizens from their government, which is good, but also ensures the right of racists and others to say what they like, and recruit new members. In other countries, they frequently take a different approach, and for example consider protecting minorities from hate speech to be more important than letting everyone say whatever they like.

    I wish people would understand that these are simply different ways of going about things, and certainly each has its own advantages and disadvatages. I don't honestly think, for example, that one groups is simply correct about gun ownership - perhaps America /is/ correct to claim that citizens need to be able to assert control, and not be powerless against their own government, but there are clear disadvatages. The same with speech - given no censorship, and no ability to assert local laws over internet content has major disadvantages, as well as the obvious advantages.

    1. Re:Different places have different ideas by DarkDust · · Score: 1
      Actually, freedom of speech is also in the german law, but it has exceptions: you may not say things like "nobody was ever killed in Auschwitz" (because that would be a big fat lie) or similiar Nazi shit. It's like you said, it is important to say what you like, but there have to be limitations when it comes to hate speech, racist saying and simply false statements about our very sad history.

      I personally think this is a Good Thing (tm), because normally you never have a problem with this, unless you're a Nazi. And we don't like to have Nazis any more (unfortunately there are still some left, especially in East Germany, but those are just a very stupid very small minority).

      I also totally agree with you that there are simply different ways of doing things: our freedom of speech is limited because of our history, and as long as only hate speech and Nazi propaganda are banned, things are fine. You may still say "I think Gerhard Schroeder is an asshole" (which I don't think, but it's a fine example ;-) without getting any trouble.

    2. Re:Different places have different ideas by ichimunki · · Score: 2, Insightful

      Well, since the speech in question (I don't read German so well-- so I'll assume this is mostly about Nazi propaganda, which is the main free speech issue I've seen talked about in Germany) is essentially anti-democratic and seeks to deprive others of their human rights, I don't see how it can be considered anything less than treasonous. I think the German government are taking this too far, though. By going to this sort of extreme, they are only feeding an us versus them situation, where what is needed is a shrug, a "huh. that sure is some stupid racist nonsense", and an effort to address any real issues that are causing the racists to think their problems are somehow going to be solved by scapegoating jews, blacks, Elbonians, whoever.

      Of course, I'm an American who could care less about being able to advocate racist totalitarian governments, but I'm concerned that in their zeal to prevent further atrocities, the German and French (and others?) governments are likely to wipe out honest assessments and careful historical discourse. There is some real danger to whitewashing the problem, and in so doing allowing some deeper issues to go undiscussed and unsolved. This sort of repression (whether in individuals or in societies) seems to be linked to uncontrolled outbursts of bad behavior.

      But in general the German government is doing at least as well as the USA in giving its citizens a land where liberty, freedom, and happiness are available to all on an equal basis. The German people affected by this elected their leaders in fair elections (as far as I know), so I assume if this really is against the will of the German people that they will vote their current government out in favor of one that will rewrite these laws.

      --
      I do not have a signature
    3. Re:Different places have different ideas by yooden · · Score: 1
      In America, for example, Freedom of Speech is enshrined in law - this gives an enormous amount of protection to citizens from their government
      This is news to me. Could you provide some reliable sources for this claim?
    4. Re:Different places have different ideas by iworm · · Score: 1

      I agree. It's that old Catch-22 type of thing along the lines of "How much should we compromise our freedom in order to preserve our freedom?"

    5. Re:Different places have different ideas by mindstrm · · Score: 2

      Well. my usual sermon..
      The internet is not a 'government network'. It's a bunch of networks hooked together using a common protocol. When a government wants to step in and tell a bunch of private entities what they can and cannot look at, over hardware they own.. I have a problem with it.

    6. Re:Different places have different ideas by j7953 · · Score: 2

      That's not the point. The point is that was is happening here is not that the government takes a specific publication, sues the publisher, and the court decides that further publication of this material should be illegal.

      What is happening here is:

      • The goverment did, as far as I know, not sue anyone, so no court was involved in this case. It's the government who decides what sites are to be blocked.
      • The government is asking for a complete domain to be blocked. It's very questionable if you can view an entire domain as a single publication. Take Slashdot as an example -- should all of Slashdot's articles be blocked if there is a single "hate speech" article or comment?
      • The government asks for blocking nazi websites. This is a smart move, as the great majority of Germans is in favor of making the distribution of such material illegal. At least some providers, especially smaller ones, will block the content as soon as the goverment threatens to sue them, since not doing so would result in bad PR. The question is, will they stop here? I'm quite sure the next thing to be blocked will be content that is "not appropriate for children." Will they stop there?

      I'd say that especially the first and the second point make the goverment's request unconstitutional, even though the German constitution does permit laws that make "hate speech" illegal.

      --
      Sig (appended to the end of comments I post, 54 chars)
    7. Re:Different places have different ideas by Anonymous Coward · · Score: 0

      Bullshit. The consituitional commitment to free speech, trial
      by jury, and ... er, I can't think of any others, are the things
      the US of A will be remembered for thousands of years from now.
      Every other nation on God's earth could and should learn from the
      States in regard to these two. The US has led the way and we should
      follow; period, end of story, stop. This "different strokes for
      different folks" stuff is just bullshit. Freedom of speech should
      be a fundamental human right, and speaking as someone who lives in
      Germany, I'm glad that at least some /. readers see the situation
      here to be as bad as it is -- even without this fucking crap the ISP
      pulled (or may have pulled or their employee pulled or whatever),
      there is no free speech in Germany.

    8. Re:Different places have different ideas by Skapare · · Score: 4, Insightful
      and as long as only hate speech and Nazi propaganda are banned, things are fine.

      But once you have the mechanism in place to enforce whatever is banned, it becomes easy to do so. Let some time pass and people are comfortable with it. Now something more can be banned and it will have a little resistance but with time that settles down. Wait for some troubling times, as Germany suffered right after World War ONE, and things are ripe ... and the mechanism is in place ... to let the Nazis or other ill-intent groups have their way.

      --
      now we need to go OSS in diesel cars
    9. Re:Different places have different ideas by arkanes · · Score: 1

      So I can't say nobody was ever killed in Aushwitz, because thats a big fat lie, but I CAN say that no Japanese POWs were ever tortured, because thats a big fat lie thats not about Nazis? You guys need to get over this whole Nazi obsession already.

    10. Re:Different places have different ideas by yooden · · Score: 1
      I'd say that especially the first and the second point make the goverment's request unconstitutional, eventhough the German constitution does permit laws that make "hate speech" illegal.
      Unconstitutional? Which constitution are you talking about? Which part of this constitution?
      This is law enforcement, nothing else. Nazi stuff is illegal by law, so no judge needs to be involved. All this is based on the very first and most important article of the Grundgesetz.

      (It's wrong and stupid anyway.)
    11. Re:Different places have different ideas by Skapare · · Score: 2

      Is it not ironic that the current (not Nazi) German government is adopting some of the mechanisms that the Nazi government of the past used (and perhaps introduced) to promote their way of life and "discourage" others? Maybe they can bring back the concentration camps for the hate mongers. And the people might be inclined to accept that as long as it is just for the hate mongers.

      Of course USA has problems, too. I think that if people want to be free (including being free to decide for themselves what evil ideas they want nothing to do with) from government control, they have to do so in unison throughout the world. I cannot just disregard the oppression in France or Germany just because it might not be as extreme as it has been in Afghanistan, or because there happens to also be some in the USA. To me it is consistency to speak out against it in any country (and vote against it in USA). And yes, I realize there is the risk that exercising my right to free speech can put me in violation of the law in certain places like The People's Republic of China and Saudi Arabia and subject me to arrest there even though the speech was done in America.

      --
      now we need to go OSS in diesel cars
    12. Re:Different places have different ideas by DarkDust · · Score: 2, Interesting
      So I can't say nobody was ever killed in Aushwitz, because thats a big fat lie, but I CAN say that no Japanese POWs were ever tortured, because thats a big fat lie thats not about Nazis? You guys need to get over this whole Nazi obsession already.

      I never thought about that, I think you're right about this. And yes, we have a Nazi "obsession": once is enough. More than enough.

      I personally am left-winged and a member of the "Internet community" for years, I have contact to several foreigners, and because of that I simply hate Nazis for their stupidity. I made the experience that most Nazis here in Germany are stupid people, mostly job-less stupid people. They like to blame that on foreigners, simply because it's easy and avoids them from facing the truth: that they themselves are the problem.

      We don't like to have a majority of such fools again, so we try all kind of things to prevent that.

      You're right that we may go too far with this sometimes, but the fear that Nazis become strong again in Germany sits deep within us germans now, and it's not limited to germans: most other countries don't like to see them become strong again.

    13. Re:Different places have different ideas by Anonymous Coward · · Score: 0, Flamebait

      In your rush to avoid looking like Nazis, you act like Nazis. What was that you were saying about Nazis being "stupid"? Seems to me stupid people are not likely to take power over a large and powerful country, and then hold the rest of the world at bay during six years of war in spite of overwhelming odds against them. Suicidal and arrogant, maybe, but not stupid.

      Your statements about current Nazis being poor and ignorant and jobless only applies to the skinheads, not to people in general who have sympathy for nazi ideology or who question certain aspects of received history about nazis or the "holocaust".

      In fact, your rush to equate "nazis" with poor people is classic status anxiety: like most "anti-racists" your real motivation is fear that you, as a German (or a white person, or whatever) will be lumped in the same category as some poor, ignorant skinhead, lower class loser with no job, and that you will lose status - become declasse - thereby.

      It is no accident that the word "racist" is a neologism which only came into widespread use after WWII: the word has been a powerful tool in the hands of post-WWII elites. When the rich and powerful were "racist", everyone was a "racist". Now that the rich and powerful are "anti-racist", everyone is "anti-racist". Can you "baaa...." like a sheep for me?

    14. Re:Different places have different ideas by j7953 · · Score: 2
      This is law enforcement, nothing else. Nazi stuff is illegal by law, so no judge needs to be involved.

      The judge is needed to decide what constitutes "illegal Nazi stuff" and what does not.

      Since you asked, I am talking about the German constitution (Grundgesetz für die Bundesrepublik Deutschland), specifically I'm talking about the part that makes bills of attainder illegal (article 19, section 1) and the part the assigns the judicial power to the courts (article 92).

      --
      Sig (appended to the end of comments I post, 54 chars)
    15. Re:Different places have different ideas by am+2k · · Score: 1
      There's much more censorship in the US than in Germany. For example, it's quite normal to say "fuck" and "shit" (or the German words "Ficken" and "Scheiße") on public TV, and nudism is very common, even in the afternoon.

      It's just a matter of history.

    16. Re:Different places have different ideas by DarkDust · · Score: 1
      Your statements about current Nazis being poor and ignorant and jobless only applies to the skinheads, not to people in general who have sympathy for nazi ideology or who question certain aspects of received history about nazis or the "holocaust".

      In fact, your rush to equate "nazis" with poor people is classic status anxiety: like most "anti-racists" your real motivation is fear that you, as a German (or a white person, or whatever) will be lumped in the same category as some poor, ignorant skinhead, lower class loser with no job, and that you will lose status - become declasse - thereby.

      That's just my observation, unfortunately I know a few skinheads (if you prefer that term), and they are stupid and nearly all of them are job-less. Not my fault.

      I don't think it's a coincidence that there are more skinheads in East Germany, where the unemployment rate is much higher than in the west.

      I certainly agree with you that not all of them are stupid and unemployed but to me it seems like the majority of them is.

      And yes, I fear being "lumped" in the same category because I hold a completely different view. As I said before, ever being blamed for things that happend even before your father was born ? It's not funny.

    17. Re:Different places have different ideas by yooden · · Score: 1
      The judge is needed to decide what constitutes "illegal Nazi stuff" and what does not.
      Yes, but they do this for years now. It's not that every individual swastika has the right to appeal.
      Since you asked, I am talking about the German constitution (Grundgesetz für die Bundesrepublik Deutschland), specifically I'm talking about the part that makes bills of attainder illegal (article 19, section 1)
      I dunno nothin' about this attainder thingy (and my dictionary is no help), but I don't see where Art. 19 applies. Where is the individual case that is not allowed?
      the part the assigns the judicial power to the courts (article 92).
      Like I said, no need to judge.
    18. Re:Different places have different ideas by Anonymous Coward · · Score: 0

      The concept of trial by jury was founded in the UK long before the USA existed. Before it was even a colony.

    19. Re:Different places have different ideas by Anonymous Coward · · Score: 0

      similar culture but people with completely foreign social system and values) enter Germany, more and more Germans will join extreme movements simply to protects themselves and their culture from that onslaught.
      Your government clearly failed at this task and if things continue the way they are now in 100 years there won't be many Germans left and your own government will accomplish what enormous Russian armies failed to do.

      PS.
      Just witness September 11th with core conspirators were using your country to plot their actions.

    20. Re:Different places have different ideas by Anonymous Coward · · Score: 0

      Believe me , as more and more foreigners ( and I am not talking about Europeans with similar culture but people with completely foreign social system and values) enter Germany, more and more Germans will join extreme movements simply to protects themselves and their culture from that onslaught.
      Your government clearly failed at this task and if things continue the way they are now in 100 years there won't be many Germans left and your own government will accomplish what enormous Russian armies failed to do.

      PS.
      Just witness September 11th with core conspirators were using your country to plot their actions.

    21. Re:Different places have different ideas by Maori · · Score: 1
      Sorry for being polemic.

      Is it not ironic that the current (not Nazi) German government is adopting some of the mechanisms that the Nazi government of the past used (and perhaps introduced) to promote their way of life and "discourage" others? Maybe they can bring back the concentration camps for the hate mongers. And the people might be inclined to accept that as long as it is just for the hate mongers.

      No, the Nazis didn't invent the concentration camps. The British can claim that for them (-> Africa).

      Assuming we would bring back the concentration camp - we'd still have a problem: We don't have the death penalty (and I'm very proud for that! Any country that kills its own people should be *very* quiet when it comes to being moralic)

      Oh, and the Holocaust was very bad and anything similar (even on a smal scale) should never happen again. But even there we weren't the firts ones (have a look at the natives everywhere where the colonialization powers came to. E.g. America or Australia)

      Ah, and once I've seen a german music video (10 kleine Jaegermeister) on german MTV. It's painted like a ordinary (disney) cartoon - but there were some things censored (e.g. breasts) by adding a black rectangle. (On VIVA it was showing in uncensored version)
      That is better than censoring hate speech that's trying to opress democracy, isn't it?

      So, please, check your arguments first. Then write.

      CU,
      Maori

      PS: I'm also thinking that the state of NRW is stupid by acting like that. But that's thankfully not the olny state in Germany.

    22. Re:Different places have different ideas by mpe · · Score: 2

      There's much more censorship in the US than in Germany. For example, it's quite normal to say "fuck" and "shit" (or the German words "Ficken" and "Scheiße") on public TV, and nudism is very common, even in the afternoon.

      Though it may be more a question of different censorship (and censoring standards)...

    23. Re:Different places have different ideas by rkit · · Score: 1

      At least here in Austria, similar laws were passed right after world war 2. (Under the supervision of the allied forces, including the US, of course.) At that time, this was simply necessary, because a lot of nazis were still working as teachers and the like.

      --
      sig intentionally left blank
    24. Re:Different places have different ideas by j7953 · · Score: 2
      Yes, but they do this for years now. It's not that every individual swastika has the right to appeal.

      They do have the right to appeal, they just don't make use of it because they'd lose anyway.

      I dunno nothin' about this attainder thingy (and my dictionary is no help), but I don't see where Art. 19 applies. Where is the individual case that is not allowed?

      Bill of Attainder = Parlamentsverurteilung in German (dict.leo.org translation, it's a very recommendable German - English dictionary btw). If the legislative passed a law that is meant to decide a single case, that would be called a bill of attainder.

      I'm aware of the fact that the Düsseldorf government did not pass a law, but still what they do is similar in effect, isn't it? You're right in that it might be compliant with the letter of the law, but I think that it violates at least the spirit of the constitution (as I interprete it, that is) by banning things without a court order and treating a whole domain as if it were a single publication, which it may or may not be.

      --
      Sig (appended to the end of comments I post, 54 chars)
    25. Re:Different places have different ideas by yooden · · Score: 1
      It's not that every individual swastika has the right to appeal.
      They do have the right to appeal, they just don't make use of it because they'd lose anyway.
      Huh? The swastika has the right to appeal?
      Bill of Attainder = Parlamentsverurteilung in German
      I used Leo, it's only that I never heard the word Parlamentsverurteilung before. Thanks for the explanation.
      I'm aware of the fact that the Düsseldorf government did not pass a law, but still what they do is similar in effect, isn't it?
      No way. There is stuff that is simply forbidden and has been for decades. Everyone knows it and most agree.
      You're right in that it might be compliant with the letter of the law, but I think that it violates at least the spirit of the constitution (as I interprete it, that is) by banning things without a court order
      Again: No court order is needed. This is 'Zurschaustellung Nationalsozialistischer Symbole' or 'Volksverhetzung' or another well established felony. The Police don't need a judge to stop speeders and take their license.

      That said, it's stupid, useless and wrong. I just read a nice quote:
      "Censorship is the living confession of the powerful that they can only rule stupified slaves, but not free people." (Johann Nepomuk Nestroy)
    26. Re:Different places have different ideas by Anonymous Coward · · Score: 0

      The concept as we know it in the States actually comes from England,
      long before the "UK" existed; England in turn inherited it from
      Teutonic tribal law. So what? In any case, the UK got rid of real
      trial by jury a long time ago (hint: web search for "diplock courts"
      and "supergrass"). My point stands. Trial by jury and freedom of
      speech are bedrock concepts to the US Republic in a way there are
      to no other state.

    27. Re:Different places have different ideas by Asterisk · · Score: 1

      Actually, the concept originated with the Vikings, long before the UK existed, or England even unified as a nation-state.

      I will, however, agree that English common law -- as used throughout the English-speaking world -- is the most well-developed legal system in existence, and is better at pursuing justice than its civil-code counterpart in the rest of the world.

      In this regard, the German legal system and the political culture that drives it are indeed inferior to the Americn system. But this is certainly nothing new.

    28. Re:Different places have different ideas by Anonymous Coward · · Score: 0

      America doesn't have some grand death penalty, many of our states are progressive and have no death penalty. Some right-wing states have citizen majorities that approve of it, so it remains. And censorship of any sort, violence/nudity/hate is bad, because ideas should die because they are bad, not because they are censored. The MTV video - thats not censorship by the government. In Germany the government of one state is trying to cover it up... in America, MTV censors because they don't want to lose money from sponsors because Americans have more conservative values in general. MTV is not forced to censor anything, and they've played things like the prodigy video uncensored before, just at night so people wouldn't be offended. Forcing people to censor at a government level is wrong; this self-censorship by corporations is bad too, but its their money, and you can still find the stuff other places if you really want to, without the state looking down on you. The German government would disapprove of you denying the Holocaust online or offline. In America, if you can't see some video on TV but you download it for your personal use, the government isn't going to come after you, because its your individual decision.

    29. Re:Different places have different ideas by thogard · · Score: 0, Troll

      Dude, take a look at the real history. The Nazi's didn't get in power by killing Jews, they got in power by fixing a totaly f*cked up goverment and many people supported that. It was after they were in power when some of the high command decided they could get away with treating many ethnic groups any way they liked. The Nazis did do quite a few things (they promoted engineering and science and pioneered many of the techniques we still use today) that were good for Germany and the world and this mentality of "if it involves nazi's it must be bad" is quite stupid as it hides how they got in power in the first place and the more that stays hidden, the more it is likely to repeat its self.

    30. Re:Different places have different ideas by Anonymous Coward · · Score: 0

      Yeah ya nazi-neocom fsck I know that DIFFERENT WAY OF THINKING ... so did Hitler & Stalin ... they knew that mindcrime way of thinking gawddammed well -- so for your ohsosensitive cultural relativism I got the proper response --- Seihheil, Komrade ...

    31. Re:Different places have different ideas by Anonymous Coward · · Score: 0
      Maybe they can bring back the concentration camps for the hate mongers.

      I am a german citizen and I'm well aware of this countries past. I fully agree that the DNS crippling is censorship and nothing else - but do you really deem it necessary to raise the concentration camp issue in this context? Well yes, censorship is no good thing at all, and it has been a Nazi technique. But today it's everywhere, be it media self-censorship on the whole western hemisphere or restricted internet access in libraries and schools, which I guess is more common in the US than in Germany.

      And sorry, but I can't get around mentioning that employing *torture* was actually, seriously discussed in major US media recently. Where would such torture take place, out in the green with a bunch of butterflies dancing around? I don't say you'd put up concentration camps for this, but it seems like this topic complex is not bound to particular nations.

      Let me clarify one last thing:

      I cannot just disregard the oppression in France or Germany just because it might not be as extreme as it has been in Afghanistan [...]

      The Duesseldorf move is heading a bad direction, and local news make me think every day. While it's very noble of you to avoid disregarding worldwide oppression, I assume it's a bit far off to compare Western Europe to Afghanistan.

      You should come over for a visit to Germany, you'd probably enjoy. After all, you would no longer have to rely on the (apparently dark-brown) picture your local news outlet draws of this country.

    32. Re:Different places have different ideas by -brazil- · · Score: 1

      I suppose you got that "real history" from one of the sites whose DNS entries are being changed? Because it is total, utter bullshit. The murederous hatred for Jews is perfectly obvious in Hitler's writing years before he came into power. And the Nazi's "promotion" of science was a joke, they promoted only things that were either usable for the war effort or propaganda, or which one of the leaders had taken a facny to. In the latter two cases, the "science" was often a total joke (e.g. the "racial science"). And of course, some of the best scientists were disparaged or even killed because they were Jews.

      --

      The illegal we do immediately. The unconstitutional takes a little longer.
      --Henry Kissinger

    33. Re:Different places have different ideas by -brazil- · · Score: 1
      The government asks for blocking nazi websites. This is a smart move, as the great majority of Germans is in favor of making the distribution
      of such material illegal. At least some providers, especially smaller ones, will block the content as soon as the goverment threatens to sue
      them, since not doing so would result in bad PR. The question is, will they stop here? I'm quite sure the next thing to be blocked will be
      content that is "not appropriate for children." Will they stop there?

      +
      Bullshit. This is not based on a new law, it's just a technical implementation. Nazi propaganda has been illegal for over fifty years in Germany, and the government has, by and large, stopped there. It's not the beginning of a "slippery slope".

      --

      The illegal we do immediately. The unconstitutional takes a little longer.
      --Henry Kissinger

  9. FBI Internet-tap plus unsecured DNS = trouble by michaelmalak · · Score: 3, Insightful
    As I commented on Nov. 14:

    A [problem threatening free speech in the U.S.] is the FBI Wiretap of the entire Internet

    The new FBI plans would give the agency a technical backdoor to the networks of Internet service providers' like AOL and Earthlink and Web hosting companies, Baker said. It would concentrate Internet traffic in several central locations where e-mail and other web activity could be wiretapped.
    coupled with the Internet's unsecured DNS. The FBI could surreptitiously censor subtly or DOS sites that criticize the government, for example.
  10. hey, that *is* true by Anonymous Coward · · Score: 0

    I've noticed the American tendency to drown dissenting opinion while congratulating its government for making dissenting opinion a rhetorical right.

    Linux continues to suck.

  11. No longer true by Jo+Deisenhofer · · Score: 1

    This has already been reversed. See the newer article on heise

  12. Redirected to local government? by rde · · Score: 1

    That could be interesting. A german types in thenazipartyarentthatbadafterall.de (or its German equivalent), and they get their local government website.

    Could be worse, I suppose. We might see the rarest of conditions, when politicians don't want the people's votes, after their picture seems to appear on amianaziornot.de

  13. Curious... by mESSDan · · Score: 2, Interesting

    They mention "illegal content" quite a bit, but I don't see where they define it. Then again, the Google translation left much to be desired and I did not read to the end of the article. Can anyone elaborate on it?

    Side note: It would be most strange if the "illegal content" was pornography, from what I understand, prostitution is legal in Germany. Most would say that is morally worse than a little pr0n. (Me, I could care less).

    I guess its all moot anyway.

    --

    -- Dan
    1. Re:Curious... by DarkDust · · Score: 1
      By "illegal content" they mean Nazi propaganda and violence glamorizing content.

      Pr0n is legal in germany, with the only exception of child pornography, of course... banning pr0n would be like banning beer, people wouldn't accept that ;-)

    2. Re:Curious... by Anonymous Coward · · Score: 0

      "illegal content" in this context refers to anything nazi related. For obvious historical reasons, any such material, groups and even toughts :) are illegal.

  14. Not as bad??? by Hobbex · · Score: 2, Insightful


    Why is this not as bad as China or Saudi-Arabia? Censorship is censorship, and governments trying to restrict their peoples access to information on the Internet is equally despicable regardless of the information or the method with which it is attempted.

    The world has suffered too much already to the German people's willingness to allow their governments to manipulate and control them. I say shame on all those who are allowing it to continue...

    1. Re:Not as bad??? by linca · · Score: 1

      Thanks for the troll. Do you know what the (democratically-elected, unlike Saudi Arabia or China) German government is censoring, according to (approved by most Germans) law? Nazi sites. Those that promote the government that "manipulate and control" the German people. Not counting that those laws, forbidding to promote Nazism in Germany, was in 1945 promoted by the American Government (that certainly never censor anything).

    2. Re:Not as bad??? by KarmaBlackballed · · Score: 2

      Censorship is censorship

      All are not the same.

      Example of manipulation: China blocks news sites.

      Example of value censorship: Saudi-Arabia blocks porn. (To them skin=porn, but that is nitpicking.)

      Some libraries in the USA block porn.

      We can argue over censorship, but we can probably agree that some censorship is worse than others. Blocking news is the most evil and manipulative I can think of.

      --

      --- -- - -
      Give me LIBERTY, or give me a check.
    3. Re:Not as bad??? by pi+radians · · Score: 1

      >> I say shame on all those who are allowing it to continue...

      And what are you doing?

      I don't know where you live, but I am going to assume your country has censorship laws too. And if "Censorship is censorship" then the government is just as bad in your country too.

      What makes the internet free for all in your eyes, yet simple things like television, movies, newspapers and magazines are allowed to be censored?

      Please just explain to me why some media should be censored and others should not. How do YOU know when to draw the line?

      --

      sin(6cos(r)+5A)
    4. Re:Not as bad??? by Hobbex · · Score: 2


      Yes, I did know all that, and it does not change a thing. What part of "censorship is censorship" do you fail to comprehend?

      Evil almost never comes into the world because of evil intentions, but rather when fundamental freedoms are trampled upon in the name of utilitarian reward, short term benefit, and an illusion of safety.

    5. Re:Not as bad??? by linca · · Score: 1

      Because for 50 years (quite long term),Germany hasn't tried to invade another country, causing millions of deaths, unlike what it used to beforehand. Even with free speech. Because in Rwanda, the radio 1000 hills had free speech, and that caused millions of deaths. Because some sources of free speech are inherently dangerous, have consistently proven to be so, I don't believe absolute free speech, without any censorship, in mass media, to be that much of a necessity, especially when the government is controlled by the people, such as it is the case in Germany. Considering also that Neo-Nazi group recurrently call for murder, and, in Germany as much as in other countries, often commit them. Free Speech is a fundamental liberty, an axiom, in the US only. The fundamental liberties are not the same in Europe.

    6. Re:Not as bad??? by Weh · · Score: 1

      yeah, that's right, I don't really see the difference between banning the paper version of "mein kampf" and blocking access to the electronic version.I guess that people think of blocking as being more censorship-like then banning.

    7. Re:Not as bad??? by Weh · · Score: 1

      then==than

    8. Re:Not as bad??? by Hobbex · · Score: 2

      Free Speech is a fundamental liberty, an axiom, in the US only. The fundamental liberties are not the same in Europe.

      As a European, statements like that make me sick. Just because the laws that the framers of the American constitution put down only apply there, does NOT mean that their observations about mankind are incorrect (have you read the American constitution? The other writings of men like Jefferson? The writings of philosophers that inspired them?) Fundamental liberties do not shift between people or continents, they are basis for sanity in society whereever you are.

      The examples of horror you state were not caused by freedom of speech, they were caused by people who were unable to think for themselves as individuals, and allowed themselves to be controlled and used in mass as tools by evil men. The way to avoid that happening again is not to decide that we (or some people we elected) are so on much higher ground that we should be given the power to control public opinion but rather to build a world where the right to think as one is inshrined from the root. That is exactly what is not happening in Germany, regardless of how distasteful you or I may find the speech that is being censored.

      Also, a government is no longer controlled by the people, elections or not, when it starts controlling the public opinion. There is no such thing as a censoring democracy.

    9. Re:Not as bad??? by Anonymous Coward · · Score: 0
      Example of manipulation: China blocks news sites.

      If you call them "news sites". Otherwise, you don't know jack shit because your knowledge was gained through a third party who probably altered that info.

  15. DN-its-slow-acting? by cperciva · · Score: 2

    Already in Monday the Duesseldorfer offerer Isis Multimedia Net changed appropriate DN-its-slow-acting on its name server.

    Can someone who speaks german please explain what a DN-its-slow-acting is?

    1. Re:DN-its-slow-acting? by klitze · · Score: 1

      in the german text it's "DNS-Einträge" which means "DNS records". Didn't know how creative Google can act.. :)

    2. Re:DN-its-slow-acting? by pafrusurewa · · Score: 3, Funny

      Can someone who speaks german please explain what a DN-its-slow-acting is?


      Ok, it took me a while to figure that out, but here we go:

      The German original of the sentence is "Bereits am Montag änderte der Düsseldorfer Anbieter Isis Multimedia Net entsprechende DNS-Einträge auf seinem Nameserver."

      "DNS-Einträge" means DNS entries. The Google engine obviously chopped "S-Einträge" off of the rest. "Sein" means "its" and "träge" "sluggish" or, as it's translated here, "slow-acting".

    3. Re:DN-its-slow-acting? by IngoSchi · · Score: 1

      Ok this is a bit complicated. :-)
      Ok, I'm German and I've read the original article.

      The German origin is "DNS-Eintraege",
      which just means DNS-entry.

      The translator arranged it as DN-seintraege,
      "seintraege" or correctly "traege sein" could
      be translated as "its slow acting".

      It's a pity that maybe someday the entertaining part of machine translation would be lost.

    4. Re:DN-its-slow-acting? by yooden · · Score: 1
      Already in Monday the Duesseldorfer offerer Isis Multimedia Net changed appropriate DN-its-slow-acting on its name server.

      Can someone who speaks german please explain what a DN-its-slow-acting is?
      What is this, Googlish? How about providing the German text if you want a German-English translation?
  16. Site content anyone? by imrdkl · · Score: 1

    Anyone know what type of sites they were attempting to filter? Even if it was just another fascist sysadmin, he must have had a list from somewhere.

    1. Re:Site content anyone? by DarkDust · · Score: 1

      Only a few (four or six) well-known Nazi pages are banned, AFAIK.

  17. This is a Good Approach by KarmaBlackballed · · Score: 2

    Rather than sue websites (like France has done to Yahoo) Germany is attempting to address content issues within their own borders through technical means. I may or may not agree with what they are attempting to keep out, but I respect their right to try and I respect the fact their solution is lawyer free.

    Of course, anyone with a phone number to an out-of-country ISP and a modem will have no trouble getting around this weak blockade, but that is a seperate issue.

    --

    --- -- - -
    Give me LIBERTY, or give me a check.
    1. Re:This is a Good Approach by Anonymous Coward · · Score: 0
      Rather than sue websites (like France has done to Yahoo) Germany is attempting to address content issues within their own borders through technical means. I may or may not agree with what they are attempting to keep out, but I respect their right to try and I respect the fact their solution is lawyer free.

      Unfortunately, you don't feel the same when it's China doing it. Or is it an issue of the government being elected? Who says the Communist Party don't hold elections? You? How do you know if you rely on Fox News or your mother? You're just another loser who judge others by unsavory means.

    2. Re:This is a Good Approach by KarmaBlackballed · · Score: 2

      Uhhh, news. Did you read that part... "news". If you don't like Fox, CNN, PBS, BBC or whatever, you don't have to watch their news. China does not like them because sometimes they tell the truth.

      Blocking news because it is news is different from blocking things you consider porn.

      --

      --- -- - -
      Give me LIBERTY, or give me a check.
  18. Another example by Syberghost · · Score: 4, Insightful

    Hopefully, the folks who kneejerk respond to stories about similar abuses in the US with "hah hah, the US sucks, come live in a real country" will keep this and similar problems (such as the French encryption policies and Yahoo lawsuit) in mind.

    The Internet is shaking up the status quo globally, and the assaults on our freedom of speech to stop it are similarly global. If the US removes it's citizens' freedom, it affects you, whether you're in Georgia the state or Georgia the country.

  19. You think you're funny .... by Anonymous Coward · · Score: 0

    but you're not.

  20. I odnt thnk its wrong. by Unknown+Poltroon · · Score: 1

    I've alwas been a big fan of thought control.

    --
    All Troll + "offtopic" mods are meta moderated as "Unfair", because you abused the system.
    1. Re:I odnt thnk its wrong. by linca · · Score: 3, Insightful

      It is not "thought" control, it is "publication" control. Not the same thing. You can even speak about it with your friend, you know. The word Nazi hasn't been deleted. But of course, If you don't mind seeing Germany under Nazi rule again ( America has an history of supporting right-wing dictatorships in South America, after all...), Then let them speak. Then, ten years later, YOU go fighting them. Free Speech didn't work to avoid totalitarian regime, in the 30's. Because of that, in 1945, the Americans (along with others), have forbidden any German to promote Nazism. It seems the Germans want to keep this law.

    2. Re:I odnt thnk its wrong. by DarkDust · · Score: 1
      Because of that, in 1945, the Americans (along with others), have forbidden any German to promote Nazism. It seems the Germans want to keep this law.

      Absolutely. It's not funny being blamed for things that happened when your father was so young he couldn't speek. I think we learned from our past.

      BTW, this is why I personally am very happy that the US asked Germany for troops. It shows that the world is trusting us again, which is good for our self-confidence :-)

    3. Re:I odnt thnk its wrong. by Anonymous Coward · · Score: 0

      BTW, this is why I personally am very happy that the US asked Germany for troops. It shows that the world is trusting us again, which is good for our self-confidence :-)

      No, it showed the US was desperate for world approval for its' actions. Asking (and recieving) physical support was a way of proof.

    4. Re:I odnt thnk its wrong. by Anonymous Coward · · Score: 0

      That the US (which the world, on average, doesn't trust) has asked (?) you for troops proves what?

      Disclaimer: I'm a brit who's one quarter german

  21. Re:I don't 'sprechen' GoogleDeutsch either :-( by yooden · · Score: 1
    (From Google)
    The entrance offerers had questioned thereby ether the entrance to unpleasant, abroad can be prevented gehosteten Websiten at all effectively.

    I think I might as well just learn German ;-)
    Go right ahead:
    Die Eingangsanbietenden hatten dadurch gefragt, ob der Eingang zu unangenehmem, auswärts verhindert werden kann gehosteten Websiten an allen effektiv.

    (Boy, that is way above RSA.)
  22. My Rights in North Rhine-Westphalia by Anonymous Coward · · Score: 0
    gee, this article is so relevant to all of us slashdotters living in North Rhine-Westphalia.

    Well I guess for those that don't live there (99.99999% of readers), we should just avoid going there than.

    My Rights in in North Rhine-Westphalia are being violated! Help!

    1. Re:My Rights in North Rhine-Westphalia by alech · · Score: 1
      Maybe it's more about a trend to do such stuff in Germany and all over the world. Guess you did not get the point.


      AL "I don't live in NRW" eX

  23. Additional Info by Alien54 · · Score: 2
    There is googlized additional link about the situation from the magazine Telepolis

    Google gives the translated title as "Net barrier for Fritzchen stupid", with somehow somes it up nicely

    --
    "It is a greater offense to steal men's labor, than their clothes"
  24. It's so fucktarded, it's laughable by Nicolas+MONNET · · Score: 1

    Just install a DNS server (as provided on any *nix distrib), and have it not connect to the ISP's (default setting), et voila, forget that shit.

    I read in the paper that they not only want to censor "nazi" sites, but also Rotten, which displays very bad taste, but bad taste has never killed anyone, has it?

    It's always the same problem with censorship: they claim to only target extremist groups, but there's always collateral damages.

    1. Re:It's so fucktarded, it's laughable by Anonymous Coward · · Score: 0

      Just being curious i've looked into rotten.com. Defininately not my thang, but i didn't find anything like nazi propaganda either. What gives ?
      Ok, I did not really search every other dark hole but is there (has been?) really content that could be considered nazi related ?

  25. YRO section is a piece of shit by Anonymous Coward · · Score: 0
    and Michael Sims is responsible for that.

    He posts all sorts of articles infringing on "Your Rights" even though most really don't. He seems to think that anything you ABLE to do should be a right. He needs to take some courses in politics and law before spouts off like that.

    Bottom line: Michael Sims is a fucking moron.

  26. anti-hate-speech laws focus on the wrong thing by fhwang · · Score: 5, Insightful

    Anti-hate-speech laws, whether in Germany or Francs or the U.S., seem to be predicated on the idea that the speech itself has some sort of magical power over people's minds. I think that's very wrong, and it distracts attention from where it's needed most.

    A number of different groups would have you believe that the swastika was this magical symbol that automatically turned rational people into genocidal creatures: All you do is hide the swastikas and everything's okay. Remember that the Holocaust had a very specific economic and political context: For a number of reasons, the German people had endured one of the worst economic declines ever to be suffered by an industrialized nation, and they were terrified and desperate. This does not excuse what happens, but it gives a much more sensible explanation than what normally passes for historical analysis -- "We need to keep the images of swastikas away from impressionable white kids", or "Germans are just a racist people", or similar pap.

    So now Germany has a problem with skinheads (though it tends to get blown way out of proportion because the rest of the world watches the country very carefully). So why is that? Is that because German teenagers can get their hands on albums by talentless oi-skinhead bands? Or maybe, just maybe, it's because the reunification of Germany has been fraught with all sorts of economic and political stresses, and there are too many scared, uneducated, hopeless Germans who are looking for a scapegoat.

    Of course, when it comes to what a politician can do about it, there's really no option at all, is there? Either he can stand up and say "We should work hard to make sure that everybody has good economic opportunities" -- and be branded as some stuck-in-the-past Marxist -- or he can point fingers and say "Let's keep Nazi images off the internet!"

    1. Re:anti-hate-speech laws focus on the wrong thing by Skapare · · Score: 3, Insightful
      Anti-hate-speech laws, whether in Germany or Francs or the U.S., seem to be predicated on the idea that the speech itself has some sort of magical power over people's minds.

      If the speech is "sanitized" by government laws and enforcement mechanisms, then people might be inclined to start thinking that what they do hear is somehow more acceptable. That is the danger when people stop deciding for themselves.

      --
      now we need to go OSS in diesel cars
    2. Re:anti-hate-speech laws focus on the wrong thing by kot · · Score: 1

      What you say is true in some situations, but by no means all. There are plenty of people with no economic problems who are still racist, etc. Economic problems are not the only cause, maybe even not a major cause. I think it's more of a cultural phenomenon.
      I'm generally against censorship, but they do have a very valid point.

  27. Nazis had different ideas, too by Skapare · · Score: 1, Flamebait

    Of course there are different ways of thinking in different countries. Gassing 6 million people is a different way of thinking. Slamming airplanes into skyscrapers with thousands of people in and around them is a different way of thinking.

    Indeed it is America's different way of thinking about freedom that ensure's we get to speak about different way's of thinking. Sure, we should understand that different parts of the world are different. But they also need to understand this, too ... but without freedom of speech they cannot achieve that.

    In my way of thinking, though, I see these kinds of restrictions in Germany as a return to their Nazi past. While those putting in this law might not be intent on promoting the master race, those who do can certainly make use of it's uniform acceptance, should they come back to power.

    --
    now we need to go OSS in diesel cars
    1. Re:Nazis had different ideas, too by Anonymous Coward · · Score: 1, Insightful

      Skinning alive native Americans is a different way of thinking, too buddy!

    2. Re:Nazis had different ideas, too by WalterSobchak · · Score: 1

      I can see the "Flamebait" rating...
      "Indeed it is America's(emphasis added) different way of thinking about freedom that ensure... but without freedom of speech they cannot achieve that"
      Don't get me wrong: I am an real anglophile, I loved to live in the US, and I would like to live there again. But exactly this "it is AMERICA that keeps the world going, and the rest of the world has to follow OUR ways to live in happyness" that drives me up the wall. I doubt that the US is paradise on earth, and there surely are some quirks in American society. And are things like slander really OK in the US? Are there NO laws infringing my right to say WHATEVER I want. Again, I think the way the local authorities acted in this case is plain wrong, but please, I refuse to simply follow the American way of live just because.

      Alex

      --
      Absinthe makes the heart grow fonder
    3. Re:Nazis had different ideas, too by yooden · · Score: 1
      Indeed it is America's different way of thinking about freedom that ensure's we get to speak about different way's of thinking.
      Hypocritical US bullshit. The USA killed more than 100.000 people in Iraq for cheap gas, after allowing the gassing of Kurds. You don't want Free speech, you want to shout everybody else down.
    4. Re:Nazis had different ideas, too by gorilla · · Score: 3, Insightful

      Of course, America's thinking doesn't let YOU read the words of bin Laden, becasue your government thinks they're too dangerous and has conspired with the media to try to prevent you from accessing them.

    5. Re:Nazis had different ideas, too by Anonymous Coward · · Score: 0

      Hell yeah.
      At least we can and you can only bitch about it like an old, old woman.

    6. Re:Nazis had different ideas, too by Skapare · · Score: 2

      No doubt about it. Exactly my point. Being different doesn't make it right.

      --
      now we need to go OSS in diesel cars
    7. Re:Nazis had different ideas, too by Anonymous Coward · · Score: 0

      But it's not illegal to access it from foreign websites, and you can watch bin Laden spew all you want on al-Jazeera if you get Dish Network.

    8. Re:Nazis had different ideas, too by Anonymous Coward · · Score: 0

      It's not banned -- the major networks have just been *asked* to not show it. The gov't ought not to do that, but it can't do any more than ask. The problem is that some news networks took this seriously.

    9. Re:Nazis had different ideas, too by Lars+T. · · Score: 2

      And the ISPs have only been *asked* to block the Nazi sites.

      --

      Lars T.

      To the guy who modded me down from perfect to terrible Karma - Apple haters still suck

    10. Re:Nazis had different ideas, too by -brazil- · · Score: 1
      Your way of thinking is unfortunately uninformed and flawed.
      These kinds of restrictions were installed by the AMERICAN occupation government in order to get Germany AWAY from its Nazi past, they're just now being implemented for the Internet in the samy way that they have been implemented for the conventional press for over fifty years. Germans have just found this restriction to be quite sensible and have kept it.


      In fact, Germans have freer speech than Americans in many ways. Please take off your starred and striped glasses and see the world as it really is. The USA is not any more a "bastion of freedom" than a large number of other countries, and it shows amazing amounts of hypocrisy to talk about freedom while having actively supported and funded many of the most opressive tyrannies during the last 100 years.

      --

      The illegal we do immediately. The unconstitutional takes a little longer.
      --Henry Kissinger

    11. Re:Nazis had different ideas, too by general_re · · Score: 1

      The USA killed more than 100.000 people in Iraq

      Anti-US bullshit. Feel free to cite a reliable source for that number.

      after allowing the gassing of Kurds

      Hypocritical anti-US bullshit. Make up your fucking mind - are we supposed to be involved in Iraq or not?

      --
      ABSURDITY, n.: A statement or belief manifestly inconsistent with one's own opinion.
    12. Re:Nazis had different ideas, too by yooden · · Score: 1
      The USA killed more than 100.000 people in Iraq

      Anti-US bullshit. Feel free to cite a reliable source for that number.
      It's hard to find numbers, but the Second Gulf War alone had more than 100,000 deaths:
      http://www.cnn.com/SPECIALS/2001/gulf.war /facts/gu lfwar/index.html

      Hypocritical anti-US bullshit.
      How can this be hypocritical? Please, get a dictionary.
      Make up your fucking mind - are we supposed to be involved in Iraq or not?
      I'm only referring to the fact that you claim to defend Freedom and All Things Good but don't. At least, the Nazis have been honest about it.
    13. Re:Nazis had different ideas, too by general_re · · Score: 1

      100,000 combatant soldiers. Guess what? Soldiers die in wars.

      How can this be hypocritical? Please, get a dictionary.

      I've got one, thanks. It's ludicrously hypocritical because in one breath you complain that we "allowed" the gassing of Kurds, thus implying that we had a responsibility to intervene to prevent it. And then in the next breath you complain about deaths among the troops arrayed against us to resist our intervention. Make up your mind - are we supposed to intervene or not?

      --
      ABSURDITY, n.: A statement or belief manifestly inconsistent with one's own opinion.
    14. Re:Nazis had different ideas, too by yooden · · Score: 1
      Soldiers die in wars.
      So soldiers deserve to die? The USA still killed 100,000 for cheap gas.

      Make up your mind - are we supposed to intervene or not?
      I did not complain that you allowed the gassing of Kurds. I did not complain that you killed 100,000 Iraqis for cheap oil. Think about the 'after' in my original sentence.
      Killing for cheap oil while claiming to do it for the betterment of mankind is hypocritical. Supporting fascist governments while calling himself Leader of the Free World is hypocritical.
      This is all boringly obvious, and others found better words. Just open your eyes.
      http://www.ccmep.org/hotnews/101301theonion.htm
  28. List of blocked sites. by Cryus · · Score: 5, Informative

    The Caos Computer Club has a transcript of the letters sent to the ISPs by the Government. They demanded the blocking of: front14.org, stormfront.org, nazi-lauck-nsdapao.com for illegal nazi-content (which is illegal in Germany for historical reasons) and rotten.com As a site that uses pictures undermining the dignity of man and endangering the youth. I'd personaly - as a german citizen - prefer to see more money spent on media-education so people could make an informed decision about good and bad links to follow than on this campaign that opens doors to censorship (which is against our constitution btw.)

  29. Germany is rather progressive by Anonymous Coward · · Score: 1

    Often "illegal content" in German speaking countries refers to neo Nazi material. In the states you can say "I am a Nazi and proud of it, I wish Hitler had finished his job", and have no problems. In Germany, you would land in jail.

    So, is preventing this kind of speech a good thing or not? There are no simple answers, as you see.

    Also, before any knee-jerk reactions, you should take a close look at how the German computer industry and government deals with electronic privacy issues. They are one of the best countries worldwide in this area. Too many folks think "Germany-Nazis-Bad". Germany was the country that managed to put enough pressure on M$ to get the $cientology "disk defragmenter" code out of Windows 98 (which, by the way, is back in XP again, but no one seems to care).

    1. Re:Germany is rather progressive by mESSDan · · Score: 1

      Scientology disk defragmenter code? Explain please ;)

      --

      -- Dan
  30. Why is censorship bad? by burts_here · · Score: 1

    OK so everybody says it is but i can't really work out how many people have actually thought about it themselves. The main aurguement seems to be that once your an adult it's your own resonsibility about what you see, belive and say. However judging by what some people do say belive and say thiers quite a big aruguement for cencorship... i gues the question allways comes down to who gets to do the cencorship. I persnoally belivve that their is a certain point where cencorship is a good thing. It's just a questions of finding that point, and agreeing on it.
    Apologies for the spelling.
    --
    Burt "Out of my mind back in 5 minutes"

    --
    Burt "Out of my mind back in 5 minutes"
    1. Re:Why is censorship bad? by david614 · · Score: 1

      I believe that *I* should censor *your* net access.

      You obviously are incapable of thinking for yourself.

      Just leave that task for someone else.

      Idiot.

      --
      ELITISM: It's always lonely at the top. Uninvited company is rarely welcome.
    2. Re:Why is censorship bad? by burts_here · · Score: 2, Interesting

      Perhaps I am thinking enough to question conventional wisdom. Nothing is black and white. But finding the right shade of gray is difficult.
      For the record I am not Pro internet cencorship I just belive that cencorship does have a place in society, it's just that you have to make sure it's the right place. And no matter what you think about it some form of cencorship affects you everyday.
      --

      --
      Burt "Out of my mind back in 5 minutes"
    3. Re:Why is censorship bad? by Anonymous Coward · · Score: 0

      Why do you think censorship ok? How can you define a boundary on something that subjective? Mores have always been and always shall be subjective, and there should never be laws based on such a subjective matter.

    4. Re:Why is censorship bad? by burts_here · · Score: 1

      So why is cencorship based on the same set of morals as yours wrong.

      --
      Burt "Out of my mind back in 5 minutes"
  31. Sites NOT blocked anymore by Rabenwolf · · Score: 4, Informative
    As somebody else said already, the story was retracted after I submitted it. Apparently a technician changed the DNS entries without authorization from his superiors to demonstrate how easily it could be circumvented. But the state government is still trying to get the ISPs to adapt these measures. Read more about it here.

    1. Re:Sites NOT blocked anymore by YKnot · · Score: 2

      Apparently, that is now what happened. Several other providers are still blocking the sites and the local government claims that ISIS just gave in to pressure from racists.

    2. Re:Sites NOT blocked anymore by YKnot · · Score: 2

      "that is NOT what happened". Damn, some typos are really dangerous.

  32. Fragmenting the namespace? by fhwang · · Score: 5, Interesting
    It looks like this has already been retracted. Still, it's interesting to imagine the possible ramifications.

    If a country implemented DNS blocking like this as a long-standing policy, it's easy to imagine people trying all sorts of technical fixes to get around it. People would set up their own "All Hate DNS", or maybe they'd distribute .hosts files with lists of blocked domains ...

    But once you're doing that, why even use the old domain name? If you had www.killalljews.com resolving through the "All Hate DNS", wouldn't you also want www.killalljews.hate, and www.finalsolution.now, and everything else?

    It introduces the possibility of a conflicting, though smaller, namespace, being overlaid on the DNS -- one more step towards fragmenting the namespace. Not that such fragmentation is necessarily a good thing, but it sure would be interesting to watch ...

  33. It gets worse by YKnot · · Score: 5, Informative

    Now that ISIS has stopped blocking the sites under massive objection from free speech advocates, the local government has released a press statement in which they claim that ISIS gave in to racist pressure. Guess we're all nazis now because we didn't want to allow our government to take the easy route to complete content control.
    The statement is here: Pressemitteilung 467/2001 der Bezirksregierung Düsseldorf vom 22.11.2001

    1. Re:It gets worse by Anonymous Coward · · Score: 0

      The press statement does not say anything about "racist pressure". Access to rightwing extremist websites was blocked.
      Also because local government employees were personally threatened they concluded that the e-mail protests came from users of these and other 'rightwing' sites.
      According to the press statement the local government seems happy about the self-regulation by the providers. The blocking by other providers goes on.
      I think self-regulation equals censorship.
      The providers should have gone to court, i.e. the supreme court. That would have given a clear answer as to where the German constitution stands in matters of freedom and censorship.

    2. Re:It gets worse by YKnot · · Score: 2

      The relevant part of the press statement is:

      "ISIS" hatte negative Reaktionen per E-Mail auf die Sperrung mit einem Link auf die Bezirksregierung Düsseldorf umgeleitet. Die Bezirksregierung geht davon aus, dass es sich nach den Inhalten zahlreicher E-Mails , die sie heute erhalten hat, um die Nutzer rechtsextremistischer Angebote im Internet handelt.

      This clearly indicates that our local government believes that a great deal of messages had been sent by users of the blocked sites, which is clearly not the case, judging by what is going on in a number of discussion forums.

    3. Re:It gets worse by Anonymous Coward · · Score: 0
      Guess we're all nazis now because we didn't want to allow our government to take the easy route to complete content control.

      Well, you're a fucking racist if you want to look at fucking racist material. Just like you're a fucking terrorist if you want to look at sensitive material (I would provide the appropos link, but /. search is down.) Fuck You Timothy! You're a fucking retard!

    4. Re:It gets worse by Florian+Weimer · · Score: 2

      Are things getting better? There's a new press release by ISIS: Rechtsradikale Seiten nach hin und her nun doch gesperrt ("Pages of rightwing extremist have eventually been blocked")

      I'm not sure what this provider is up to, perhaps these people are using this opportunity to grasp public attention. Anyway, they have changed their view of DNS again:

      $ dig @issv0099.isis.de www.rotten.com
      ...

      ;; ANSWER SECTION:
      www.rotten.com. 86400 IN A 195.158.131.132

      ;; AUTHORITY SECTION:
      rotten.com. 86400 IN NS issv0099.isis.de.

      ...
      $

  34. Isolated case by mseeger · · Score: 5, Insightful
    This is only an isolated case. Till now, there is *NO* consensus between the ISPs and the law enforcers.

    I had a lot of meetings with the BKA (something like the german FBI) about fighting criminality in the internet. And they underestimate scale and complexity of the net.

    I give you one example. There is a software called PERKEO. PERKEO is able to checksum files quickly and has an internal database of known checksums of child pornography images. They argued, that most child pornography images (which are exchanged through the internet) are well known. Somewhat like 95+% shell be in the database.

    In the discussion with the ISPs they argued, that it would be easy to add PERKEO to the proxy server. For every image accessed, the checksum is created and compared with the database. In case the checksum matches, the access is blocked.

    When i tried to explain, that the introduction would only result in countermeasure (automatic modification of images), it was taken as unwillingness.

    Every meeting (i know about) ended with the same results: Everyone is willing to fight criminals, but the is no modus operandi. The law enforcement agencies have wishes the ISPs do not consider compatible with the law and constitution.

    Some politicians and law enforcers are growing more and more frustrated. So a state (Nordrhein- Westfalen) tries to work with laws that put more responisbility on the shoulders of the ISPs.

    This generates confusion and the confusion results in such events like the one discussed.

    CU, Martin

  35. Censorship isn't a "different idea" by Karl+Cocknozzle · · Score: 1, Insightful
    In America, for example, Freedom of Speech is enshrined in law - this gives an enormous amount of protection to citizens from their government, which is good, but also ensures the right of racists and others to say what they like, and recruit new members.

    Actually, this has nothing to do with free speech and everything to do with the freedom to assemble peacably.

    Maybe we should ban that too?

    The same with speech - given no censorship, and no ability to assert local laws over internet content has major disadvantages, as well as the obvious advantages.

    I have a hard time seeing the "major disadvantages" of an uncensored internet. Please document these disadvantages so we can all understand how censorship is good.

    In fact, I also want to know what benefit does any citizen (not government agency) get from censorship of the internet? What are these alleged "advantages" to citizens whose net access is being filtered by the government? Who knows, if the advantages are good enough, maybe I'll start writing to congress to have my internet censored.

    Germany may be protecting its citizens from hate speech, but remember this: All persons are entitled to equal protection under the law. Just because you're saying "nigger" and I'm saying "potato salad" should not affect our protection by the first amendment.

    I mean, if I hate potatoes, wouldn't talking badly about potato salad be "hate speech"?
    --
    Who did what now?
    1. Re:Censorship isn't a "different idea" by SmileyBen · · Score: 4, Flamebait

      Could someone tell me, does this guy *actually* not understand that the first amendment doesn't cover Germany, or, er, did he just vote for Bush?

    2. Re:Censorship isn't a "different idea" by listen · · Score: 1

      yeah, he does seem US-centric.... but:

      The european convention on human rights does cover germany, and does include freedom of expression provisions. All of the France & Germany anti nazi laws are coming under scrutiny atm, but another provision of the converntion is anti discrimination.

      Ah, well who knows.

    3. Re:Censorship isn't a "different idea" by SmileyBen · · Score: 2

      Yes it does. And it is very important that they chose the word 'expression' rather than the word 'speech' - a huge amount has been made of this. The fact that you're allowed to *express* whatever you like doesn't mean you're allowed to *say* whatever you like.

    4. Re:Censorship isn't a "different idea" by Karl+Cocknozzle · · Score: 1
      Could someone tell me, does this guy *actually* not understand that the first amendment doesn't cover Germany

      Actually, constitution is an expression of "human" rights, not "American rights" or "Virginian" rights.

      What the constitution does not do (as you so clumsily pointed out) is guarantee these rights to people outside this country.

      And I never said that people outside of this country were guaranteed these freedoms by our laws. Please see the EU human rights charter. Europeanns do have free expression.

      Let me put it another (simpler) way so you can understand: Just because the people being censored are "not Americans" doesn't mean they are devoid of human rights.

      It may be the law, but if they went to court, would it hold up? Based on what I read on the EU rights page, nope.

      If the habits of China and Saudi Arabia are wrong, then so is this, regardless of what specific speech they're trying to ban.

      , or, er, did he just vote for Bush?

      Voted for Harry Browne, libertarian. Sounds like you're a Gore liberal.

      Which explains why you're so supportive of a government effort (any government's effort) to censor "hate-speech". What you're missing is that "hate-speech" and "hate-crime" laws in general are misguided because they don't punish actions, they punish thoughts. Thought-crime is the scariest concept I can wrap my little ape-evolved brain around.

      Also, in typical ultra-liberal fashion you've deftly changed the focus from substance to a (poor) joke at the expense of a decent president. You failed to answer the question: What "major advantages" do citizens get from having internet censorship?
      --
      Who did what now?
    5. Re:Censorship isn't a "different idea" by titaniafq · · Score: 1

      Whilst he may have voted for Bush (like there was a *good choice*) he has a point.

      I don't like a lot of thing but that does not mean that these things should be censored. Certain things are *bad* really bad, like child porn and so on, but unless this is being thrust upon you then why does it need to be censored?

      The guy that gets his kicks by viewing amateur porn (or whatever) is not doing any harm by visiting the site that provides it. He (or she) is only doing harm if they try to force this viewpoint on other.

      When governments get involved in censorship they will censor what *they* think needs censoring and more often than not you get a knee jerk reaction and BANG censors go up without thinking how it really works.

      Computer Games don't inherently make kids violent (they usually have flaws in their mental make up) and Porn sites don't create rapists. Yes I know that's a really bad generalization but what the hell it's the way I feel.

      YMMV

      --
      -- Do not bite the bait of pleasure till you know there is no hook beneath it.
    6. Re:Censorship isn't a "different idea" by Hobbex · · Score: 1

      Sounds like you're a Gore liberal.

      Which explains why you're so supportive of a government effort (any government's effort) to censor "hate-speech".


      Have you looked up the meaning of "liberal" lately? I thought both your posts were correct and salient (especially considering what a disgusting quagmire of the pro-censorship that this story turned out to contain) but the above makes no sense.

      "Liberalism" is a political philosophy that takes individual freedom as the basic state of society, and says that the burden of proof and justification must always fall on the side of those who advocate deviating from that. It differs from "conservatism", which takes the current (or often years past) society as the natural state and says that the burden of proof must fall on those advocating change. Anybody who supports censorship whenever possible is clearly NOT liberal, whatever they claim to be...

    7. Re:Censorship isn't a "different idea" by mpe · · Score: 2

      The european convention on human rights [coe.int] does cover germany, and does include freedom of expression provisions. All of the France & Germany anti nazi laws are coming under scrutiny atm, but another provision of the converntion is anti discrimination.

      The way out of this quandry is something of the form of "I may disagree with what you say, but will defend your ability to say it".
      There are a couple of fundermental problems with anti "hate speach" laws. One is that making something illegal adds mystique and attracts rebellious teenagers to it. The other is that it's not that big a jump to "hate" becoming equated to harming the interests of those in authority, where they are corrupt and/or oppressive.
      As others have pointed out banning opposition positions from being heard is a common first action of totalitarian governments, including the German Nazis in the late 1930s.

    8. Re:Censorship isn't a "different idea" by mpe · · Score: 2

      "Liberalism" is a political philosophy that takes individual freedom as the basic state of society, and says that the burden of proof and justification must always fall on the side of those who advocate deviating from that. It differs from "conservatism", which takes the current (or often years past) society as the natural state and says that the burden of proof must fall on those advocating change. Anybody who supports censorship whenever possible is clearly NOT liberal, whatever they claim to be...

      Note that these two definitions are not mutually exclusive. If the status quo is towards individual freedom they would tend to be in agreement.

      However the term "liberal" has changed it's meaning in the US to mean more those who favour lots of government intervention. And often specifically to refer to the Democrat party,

    9. Re:Censorship isn't a "different idea" by Anonymous Coward · · Score: 0

      No, expression is *wider* than speech, so it covers more things. Like black armbands. You're an idiot if you think it means that less is covered. Especially since you could just read the text of the document.

  36. Actually, this is clever.. by Anonymous Coward · · Score: 0

    If you are ISP and you are being forced by the government to block sites, and you have a problem with that government censorship, I'd call this a clever way of objecting. It is trival to totally circumvent, yet with a bit of luck should satisfy facist government officials...

    Still, it is really disheartening to see wide attempts by governments to gradually restrict our freedoms in just about every country in the so called 'free world'.

  37. Will this teach slashdot editors? by Anonymous Coward · · Score: 0
    So their sensationalist article has now been debunked.

    Does this sound familiar to anyone?
    1. Post a skewed and misleading article with inflammatory headline claming "censorship" and "your rights".
    2. Look like a complete fool 30 minutes later, when a reader who actually reads the article does a little checking and points out the truth.
    3. Post a lame UPDATED tag, with no retraction or apology.

    Hopefully, this should teach the editors to actually research and think before posting, but somehow I doubt it.

    1. Re:Will this teach slashdot editors? by YKnot · · Score: 4, Informative

      The update needs an update: the blocking continues, just not ISIS but other providers, ISIS does not seem to be very open about what has really happened and according to our local government almost all who protested are are probably nazis.

    2. Re:Will this teach slashdot editors? by YKnot · · Score: 2

      Here's another update: ISIS has reestablished the DNS redirection. One of their nameservers is issv0099.isis.de. Check it yourself: www.rotten.com should be 216.218.248.174, but right now their server returns 195.158.131.132, which really is virtual.isis.de.

  38. Against the German constitution? by BlueGecko · · Score: 3, Informative

    I'm an American, not a German, but I thought that Germany's constitution forbade this. In particular, quoting from Article 5:

    (1) Jeder hat das Recht, seine Meinung in Wort, Schrift und Bild frei zu äußern und zu verbreiten und sich aus allgemein zugänglichen Quellen ungehindert zu unterrichten. Die Pressefreiheit und die Freiheit der Berichterstattung durch Rundfunk und Film werden gewährleistet. Eine Zensur findet nicht statt.

    Or, in English:

    (1) Everyone has the right to freely express and disseminate his opinion in speech, writing, and pictures and to freely inform himself from generally accessible sources. Freedom of the press and freedom of reporting by means of broadcasts and films are guaranteed. There will be no censorship.

    Could someone who is German or who has studied German law please clarify?

    1. Re:Against the German constitution? by DarkDust · · Score: 2, Informative

      There is the exception that you may not express hate speech, deny the Nazi cruelties or use racist expressions.

    2. Re:Against the German constitution? by Anonymous Coward · · Score: 0, Insightful

      In certain respects the current German constitution is similar to that of the Weimar Republic under which the Nazis rose to power: it is full of grandiose "rights" which are all negated by other clauses which give the government the power to do whatever it wants as long as it is claiming to be fighting anything which is "against the constitution" - i.e.: nazis, communists, scientologists, left-handed taxi drivers, me, you, the internet, etc.

    3. Re:Against the German constitution? by yooden · · Score: 2, Informative
      Could someone who is German or who has studied German law please clarify?
      I studied this law, as in: I read the next paragraph:
      (2) These rights are limited by the provisions of the general laws, the provisions of law for the protection of youth and by the right to inviolability of personal honor.

      Just as in other countries, the constitutional court will decide (if called) if this specific law is unconstitutional. They upheld Art. 5 a few years ago when someone used a very short quote ('Soldiers are murderers') of a longer text (Der bewachte Kriegsschauplatz), to raise sentiments against the NATO armed forces.
    4. Re:Against the German constitution? by pafrusurewa · · Score: 2, Informative

      Article 5 continues as follows:

      (2) Diese Rechte finden ihre Schranken in den Vorschriften der allgemeinen Gesetze, den gesetzlichen Bestimmungen zum Schutze der Jugend und in dem Recht der persönlichen Ehre.

      This translates as:

      (2) These rights are restricted by general laws, legal regulations concerning the protection of the youth and by the right of personal honour.

      I am neither a lawyer nor German, but I guess there are German laws that somewhat restrict the distribution of Nazi ideology.

    5. Re:Against the German constitution? by karm13 · · Score: 2, Insightful
      you're right, censorship is illegal in germany.
      however, article 1 (one, as in the first and most important of them all) is die Würde des Menschen ist unantastbar, which means as much as human dignity is untouchable.

      so, you can say what you want against the government, or any of its institutions, but you can't say what you want against people, if it touches their dignity.
      needless to say, this is not limited to verbal attacks, but includes anything you or the government might do.

      --

      --
      making up good sigs is a hard thing to do.
    6. Re:Against the German constitution? by ewn · · Score: 2, Insightful

      I am German, but not a lawyer, but i think this is unconstitutional. Paragraph (1) says clearly that everyone has the right to access information from generally available sources. The internet is such a source. Nazi propaganda, while morally repulsive and disgusting, is information. So article 5 applies to the sites in question.

      Paragraph (2) then sets a few exceptions to the rule. One of these is to protect children, one says that insults are not protected by article 5, and then the paragraph (2) says something about paragraph (1) being limited by the general laws. This means that a specific law may limit paragraph (1) in specific cases. It does not mean that there is an unwritten codex of what may be said and what not and that a local authority could decide on an ad hc basis what they like or not (that would be censorship) and then prosecute whoever they want. I believe the law the local authority was thinking about is the one that forbids the dissemination of Nazi Propaganda.

      The problem with this point of view is that while distributing Mein Kampf in Germany is illegal, possessing it isn't. Neither is transporting it (otherwise the entire Deutsche Post AG would go to jail). So neither the ISP nor the persons accessing the websites in question are doing anything that would be against the law that forbids distribution of Nazi propaganda. And if they don't, the law doesn't apply and paragraph (1) stands.

      The press release in which they blame the ISP for yielding to racists is the usual whining. They made a mistake, they don't want to admit it, so they call everybody a Nazi. The only new thing is that i didn't know that Godwin's law applies to muggels.

    7. Re:Against the German constitution? by bstadil · · Score: 2, Insightful

      It makes little to no difference what the German Constitution says. Look at the Garbage that they had in East Germany or any other Communist regime. On paper they had the most democratic and free society. In reality they had none.
      Example From DDR's Constitution:
      ARTICLE 8 (1) personal liberty, inviolability of the dwelling, post office secret and the right to establish itself at any place are ensured.
      What Baloney. Sorry I couldn't find an English translation, maybe use babelfish

      --
      Help fight continental drift.
    8. Re:Against the German constitution? by prizog · · Score: 1

      (2) These rights are restricted by general laws, legal regulations concerning the protection of the youth and by the right of personal honour.

      Then what's the point? If "general laws" can restrict paragraph 1, then it's worthless -- for free speech protections to be effective, they need to be at a higher level than general laws.

    9. Re:Against the German constitution? by Holger+Spielmann · · Score: 2, Insightful

      Could someone who is German or who has studied German law please clarify?


      Article 1: (quoting by heart)

      Die Würde des Menschen ist unantastbar. Sie zu schützen und zu bewahren ist Aufgabe jeder staatlichen Gewalt.

      In English:

      A humans dignity is inviolable. To protect and retain it is the task of every governmental power.

      So it has to be considered which right has to be protected more in every single case - the dignity of someone who feels offended by certain speech or the freedom of speech of someone else.
      Considerations like this are very common in German law (and possibly elsewhere) - just think nuclear power plant (property against health) or genetic engineering (property against dignity).
      In general, I think it's perfectly correct that serious forms of offensive speech are forbidden - it is illegal to publish hate material in Germany.

      But this measure goes way to far - beside the fact that it is technically impossible to suppress content on the internet, and they're running in danger giving a kind of popularity to those sites which they definitely do not deserve.

    10. Re:Against the German constitution? by pne · · Score: 1

      distributing Mein Kampf in Germany is illegal

      AIUI, this isn't based on the contents of the book but because the Bundesland Bavaria holds the copyright to the book and refuses to license it or allow it to be sold. Or at least, that's what I understand the official angle is.

      --
      Esli epei etot cumprenan, shris soa Sfaha.
  39. That is such bullshit by werdna · · Score: 3, Insightful

    Sure, the US government is oppressive, except when compared to any other. No local magistrate has the power or ability to keep me from posting to this website, and should they try to do so, I have the power to sue them, undo the censorship, and get them to pay me for the exercise of that privilege.

    Freedom of speech in the United States is not absolute, of course. But it is unparalleled elsewhere. In what other nation can you go to the nation's highest court and announce "Fuck the draft?" with absolute immunity?

    1. Re:That is such bullshit by Anonymous Coward · · Score: 0

      No, no, no.
      American society is totalitarian, not American government. The government doesnt have to be totalitarian when everyone fundamentally thinks alike.

    2. Re:That is such bullshit by Anonymous Coward · · Score: 0

      Well, I could go to the highest court in my country and announce 'Fuck the draft', but since there hasn't been one in 50 years, that would be a little pointless...

    3. Re:That is such bullshit by Anonymous Coward · · Score: 0
      No local magistrate has the power or ability to keep me from posting to this website, and should they try to do so, I have the power to sue them, undo the censorship, and get them to pay me for the exercise of that privilege.


      Unless, of course, your totalitarian society is under threat. You are too busy congratulating yourself for living in a wealthy and stable society, but you coveniently ignore what has happened in your history whenever that society was threatened. Blacks threaten white hegemony so they didnt get their civil rights till the 1960s. Japanese americans were interned in prison camps. Socialists were driven from social influence. A single criminal action and all of a sudden the "good" american public agrees to make sacrifices fighting "evil". Etc, etc.


      The USA sucks harder than most countries because USians resist the insight that they suck as much as the next country.

    4. Re:That is such bullshit by nick-less · · Score: 1

      Well, some german once said "Mit verlaub Herr Präsident, Sie sind ein Arschloch." to the President of the german parliament and that didn't hit his carreer (he's currently forein minister of germany)

    5. Re:That is such bullshit by Hektor_Troy · · Score: 1

      How about ... uhm ... probably every scandinavian country?

      Oh yeah - before I forget, they also have freedom of speach. And religion. And the right to teach people what ever you want, unlike some US state(s?) that prohibits the teachings of evolution.

      You were implying, that the US is somekind of beacon or bastion of freedom, and all other countries are hopelessly totalitatian in comparison? If so, you should probably do some checking up on the current political climate in more or less the entire world, and not just stick with the notion, that all other countries are ruled by some kind of dictatorship.

      Some people ought to spend less time proving their ignorance and more time getting their heads out of their asses.

      --
      We do not live in the 21st century. We live in the 20 second century.
    6. Re:That is such bullshit by Anonymous Coward · · Score: 0

      Some of us don't like living in Scandinavian socialist nanny states.

    7. Re:That is such bullshit by tshak · · Score: 1

      You got it the other way around. AFAIK, there most if not all US states prohibit the teaching of the Creation Theory - Evolution is taught as de facto.

      --

      There is no longer anything that can be done with computers that is nontrivial and clearly legal. -- Paul Phillips
    8. Re:That is such bullshit by The+Milky+Bar+Kid · · Score: 1

      But it is unparalleled elsewhere. In what other nation can you go to the nation's highest court and announce "Fuck the draft?" with absolute immunity?

      But you can't say it on TV before 8:30pm, whereas you can in Germany. And you can't show nudity before 8:30. Though the US has a good constitution, they'll have even freer speech if people stopped trying to censor on 'moral' grounds.

      Just pointing out that like every issue, this isn't absolute.

      And I could say "fuck the draft" in the Australian high court. And I don't think that trumps the Taiwanese parliament - there, not only can you say 'fuck you' to other parliamentarians, but you can beat the shit out of any parliamentarian who says it to you.

      --
      -- This post is about truth, beauty, freedom, and above all things, Karma
    9. Re:That is such bullshit by Anonymous Coward · · Score: 0

      Oh yeah - before I forget, they also have freedom of speach. And religion. And the right to teach people what ever you want, unlike some US state(s?) that prohibits the teachings of evolution.



      Oh, yeah, before I forget-there's freedom of religion as long as you're Lutheran. If your Jewish like me, well, you can still have that Seder but your taxes go to the Lutheran church, not to your synagogue.



      And your thing about evolution is about fifty years out of date. No particular cosmological theory is mandated in any state's law, but the courts (Federal, meaning they apply to every single state) have been extremely unfriendly to anything that looks like Biblical creationism in any public (tax-supported) school.



      But we're just a bunch of ign'ant rednecks who do nothing but drink corn whiskey and drive pickup trucks with gun racks and have Klan rallies. We're not smart enough or cultured enough to be Europeans.

    10. Re:That is such bullshit by Hektor_Troy · · Score: 1

      "Oh, yeah, before I forget-there's freedom of religion as long as you're Lutheran. If your Jewish like me, well, you can still have that Seder but your taxes go to the Lutheran church, not to your synagogue."

      Hmm ... well - I don't know about the other scandinavian countries, but in Denmark (where I live) none of my muslim friends pay any kind of taxes to the lutheran church (well, one of them does, because he'd like support the church as a part of danish culture). While it is true that most people in Denmark pays taxes to the lutheran church, this has a good reason: if you are baptized in a lutheran church (as a baby), you are automatically signed up as a member of the church, and "billed" for your membership through taxes. This isn't really a problem, because if you don't want to pay this tax (0,7 percent I think), you just resign your membership of the church.

      I don't know if this is the same for other churches, but I don't see why it shouldn't/couldn't be.

      As for the
      "And your thing about evolution is about fifty years out of date. No particular cosmological theory is mandated in any state's law, but the courts (Federal, meaning they apply to every single state) have been extremely unfriendly to anything that looks like Biblical creationism in any public (tax-supported) school."

      Well - having done a little bit of research, it appears that I was a bit wrong - states can't ban the teachings of evolution (Supreme Court Decision - Epperson v. Arkansas), but that isn't stopping the "creationists". Oh by the way - the reason the courts are upset about the teaching of creation, is the seperation of State and Church (don't ask me why they're so vehemently against it - I don't really see why you can't tell people about various creation theories).

      http://abcnews.go.com/sections/science/DailyNews /e volution980617.html

      "June 17, 1998 -- Open any biology textbook used in Alabama's public schools and you'll find pasted to the front cover a disclaimer casting doubt on the words within."

      Okay, so it's three years old, but still disturbing.

      http://www.aip.org/pt/vol-53/iss-10/p73a.html

      "Staver was a cochair of the 27-member committee of science teachers, educators, and scientists that two years ago wrote a lengthy set of standards for K12 science education in Kansas. The board adopted the standards, but only after voting 6 to 4 to revise them and cut all references to Darwinian evolution, the Big Bang, the age of both the universe and Earth, and, curiously, global warming."

      Well, it's back in (which is a good thing), but it was still ousted two years ago.

      http://www.laweekly.com/ink/01/26/news-wertheim. sh tml

      "May 18 - 24, 2001
      Alas, poor Darwin. Probably no scientist in history has been more hated than this mild- mannered Englishman. Last week saw yet another twist in the war on his theory of evolution when the state of Louisiana decided that this famous theory was racist. "Be it resolved that the Legislature of Louisiana does hereby deplore all instances and ideologies of racism, and does hereby reject the core concepts of Darwinist ideology that certain races and classes of humans are inherently superior to others," reads a resolution approved by the state's House Education Committee on May 1."

      Shudder - what's next? Language being banned, because it can be used to communicate "bad" things?

      "We're not smart enough or cultured enough to be Europeans."

      At least you got that right - that's why we kicked you out in the first place ;-)

      --
      We do not live in the 21st century. We live in the 20 second century.
  40. Re:I don't 'sprechen' GoogleDeutsch either :-( by tgreiner · · Score: 1

    It means "the technician tried to demonstrate that there is a simple technical solution to block web sites, which can be circumvented easily."

    From what I understand the technician blocked the web sites on its own without consent by management. Another article states that several other german ISPs have also implemented blocks for web sites as requested by the local government.

    Personally (being a german citizen) I perceive these actions as bad move towards censorship.

  41. Easy fix by Anonymous Coward · · Score: 0

    Just do what I did, I downloaded the New.net client and I use someone else's DNS server.

    Only two problems with this:
    1. I don't actually "remember" downloading the client, but I seem to be using it.
    2. I CAN'T GET RID OF THE F%$#ING THING!!!

  42. $cientology disk defragmenter in Windows by Anonymous Coward · · Score: 1, Informative

    Regarding what was reported by the German computer magazine c't:
    http://cisar.org/991203a.htm

    Regarding M$ capitulation and offering to remove the code (the only time M$ has ever provided a patch to REMOVE a piece of software): http://www.zdnet.com/windows/stories/main/0,4728,2 650088,00.html

    A recent issue of c't indicated that the disk fragmenter has silently been re-incorporated into Windows XP. Sorry, can't find a link.

    Watch your back.

  43. Human translation by Anonymous Coward · · Score: 1, Informative

    Please note that this is not the latest news. Isis has removed the blocking, stating that it was installed by a technical staff member without consulting the management.

    First Blocking of Web Sites in NRW

    In North Rhine-Westphalia, a first internet provider has started blocking certain web sites with alleged right-wing extremist content. Isis Multimedia Net, a provider located in Düsseldorf, already changed the respective DNS entries on monday. Isis customers now find themselves on a web site of Düsseldorf's district government when entering one of the addresses in question.

    The basis for this is a request by the district goverment sent to all access providers of the federal state, asking for the blocking of certain foreign web sites with illegal content. An Isis spokesperson explained the blocking was performed due to being threatened by a fine. The goverment had informed them about the illegal content, so now they were required to act.

    The Chaos Computer Club (CCC) opposed "censoring" the internet. "The massive restrictions for the citizens in execising their free speech rights are unacceptable," said CCC spokesperson Jens Ohlig.

    The authorities had invited various providers on November 13 to dicuss technical details of blocking internet content. In this hearing, the content providers questioned the possibility of an effective blocking of unpleasent web sites hosted abroad. The participants finally agreed to discuss technical possibilities in a special interest group.

  44. Interesting by GiMP · · Score: 2

    I just got off the phone yesterday with a client from germany who was telling me that his website that we host here in america was pointing to a porn site. The content on his page was correct, as was apache's httpd.conf file, and the dns records on his nameserver.. Everything was setup correctly.

    I told him that someone was probably playing with his ISP's DNS records. Go figure :)

    1. Re:Interesting by Lars+T. · · Score: 2

      If it's a .de domain, it could be somebody hijacked it from DeNIC. Article (in English for a change ;-). This just in: ISIS now does block again

      --

      Lars T.

      To the guy who modded me down from perfect to terrible Karma - Apple haters still suck

  45. Does it matter to those who really want? by famazza · · Score: 2

    It's very easy to pass over all this stupid barriers (including country firewalls). All I have to do is ask one single question.

    Does anybody have a proxy (anonymizer) server avaiable?

    Nothing else to say.

    --

    -=-=-=-=
    I know life isn't fair, but why can't it ever be un-fair in MY favor!?
  46. Run your own nameserver... by wowbagger · · Score: 3, Offtopic

    I've found that in many cases, using the nameserver your ISP hands you will result in a 1-2 second per lookup delay - most ISPs have horribly overloaded their DNS servers. Where I work, I was seeing 2-5 seconds per lookup. I brought this to the attention of our IT staff, and had them reconfigure our plant nameserver to do the lookup directly. Name lookups went from 2-5 seconds to <100 msec. Since we are a large shop with lots of clients, it makes sense.

    Running your own caching nameserver will speed up your browsing, and if you use a real name server package, you can configure it to do the lookups itself rather than going through your ISP's servers. Thus, you can prevent them from screwing with your DNS, you can use alternate root servers if you so choose, and you get better response.

    I'm somewhat shocked that Assimilation-XP doesn't have a caching nameserver....

    1. Re:Run your own nameserver... by Anonymous Coward · · Score: 0

      I'm somewhat shocked that Assimilation-XP doesn't have a caching nameserver....

      Can you recommend a 3rd party one?

  47. What about hosting sites by ruisantos · · Score: 0

    The article states that the employe did this to prove that this is possible, if the page is located on a hosting that provides storage to html pages for hundreds of other users (e.g. geocities.yahoo.com, www.christianwebhost.com (they wouln't have this kind of pages, right) all access to this web sites would be disabled completly.

  48. Wheres Kuro5hin.org? by Anonymous Coward · · Score: 0

    Its been down (i`m in the uk) for 36 hours minimum!! any ideas?

  49. Slashdot - a form of retribution. by shaunak · · Score: 1

    Slashdot: News for Nerds, Stuff that Matters; and retribution against oppressive/anti-people/anti-intellectual/anti-free dom....... policies.
    You censor something, and we'll make sure you don't have a website to show ... atleast for some hours ... and we'll cause your sys admins a lot of headaches.
    Phear the power of 800,000 odd geeks with a LOT of bandwidth and free time.

    --
    -Shaunak.
    1. Re:Slashdot - a form of retribution. by Anonymous Coward · · Score: 0
      You censor something, and we'll make sure you don't have a website to show ... atleast for some hours ... and we'll cause your sys admins a lot of headaches.

      Or until someone exercises the DMCA (see Scientology and Slashdot post deletions).

  50. Sure. by Anonymous Coward · · Score: 0

    Congress shall make no law respecting an establishment of religion, or prohibiting the free exercise thereof; or abridging the freedom of speech, or of the press; or the right of the people peaceably to assemble, and to petition the Government for a redress of grievances.

  51. Re:I don't 'sprechen' GoogleDeutsch either :-( by Anonymous Coward · · Score: 0

    A German, a German !!!!
    Shoot that motherfucker.

    Ha.
    Believe or not that would be first reaction from my grandfather if he was presented with a German.
    Your predecessors must have been truly evil to evoke that kind of reaction from an old man 55+ years after actual events.

  52. root servers by flipper28 · · Score: 1

    All you need to do is install a dns server capable of resolving from the root servers - which bind 9 will do out of the box.

  53. 12 other ISPs still blocking by alech · · Score: 1
    Reading the press release on the site of the state government, I am astonished to see 12 other providers in NRW are still blocking the sites.

    The article says that the government threatened the ISPs with fees up to 1 Million DM if they don't comply. ISIS forwarded e-mails concerning the matter to the government. The article ends with bashing on ISIS for taking back their measures.

  54. Re:Let me get this straight... by Anonymous Coward · · Score: 0

    Do you fly often?

  55. Free world by alexborges · · Score: 0

    The more I see occident growing strong into an enormous trade coalition and similar-culture block, the more im convinced that this will bear no good for the Rest Of Men*.

    * Rest Of Men: Those that do not:
    a) Own a multinational
    b) Are part of a beurocracy
    c) Have already succeded in selling a bad book
    d) Teach students to follow the Trends Of the
    Industry since we are allways to small to
    change them.

    Alex

    --
    NO SIG
  56. Rumours for nerds by jeorgen · · Score: 1
    Update: 11/22 15:23 GMT by T: As sqrt points out, this report is misleading

    "Slashdot - rumours for nerds. Stuff that might have happened"?

    /jeorgen

  57. Re:What the hell? by am+2k · · Score: 1

    Try this. Maybe it's called "nudity", who cares?

  58. Re:Run your own nameserver... good for now but... by wytcld · · Score: 2

    Wouldn't it be simple for ISPs to block queries from their customers to port 53 on any systems but their designated name servers?

    I'm not raising this because I think it's a good idea, but because it's obvious enough that we may have to provide a work-around, such as setting up DNS on other ports, in a widely-distributed way.

    --
    "with their freedom lost all virtue lose" - Milton
  59. "We have never had an undetected error" by Anonymous Coward · · Score: 0

    Odds are your ISP is doing this for you right now. Here in Eastern Canada a nameless major ISP routinely blocks web sites (by null routing, not by DNS) that they don't approve of... or that embarass politicians in the news. (http://www.anaconda.com, there was a slashdot story but search isn't working blah). Of course, they don't tell you they're doing this. It's the best kind of censorship, the kind where you're not even aware you're missing information.

  60. Anyone not running their own DNS server... by NoMoreNicksLeft · · Score: 1

    ... deserves this. Certainly it's the least difficult software I've ever installed on linux. When I first tried slackware years ago, I was constantly bugging people to help me with this or that, but even back then I managed to install bind on my own.

    Besides, there is yet another benefit to running your own named. You're one step closer to escaping the ICANN tyranny. I'll let others argue which is worse, that or these German shenanigans.

  61. (OT)Re:I don't 'sprechen' GoogleDeutsch either :-( by GregWebb · · Score: 1

    Seriously, wasn't Welsh used to help with encryption during WW2? On the grounds that, even if they could decrypt it, they couldn't read it...

    --

    Greg

    (Inside a nuclear plant)
    Aaaarrrggh! Run! The canary has mutated!

  62. Re:(OT)Re:I don't 'sprechen' GoogleDeutsch either by yooden · · Score: 1
    Seriously, wasn't Welsh used to help with encryption during WW2?
    Maybe; I heard that about Navajo.
  63. Re:What the hell? by am+2k · · Score: 1
    (I don't know it this is serious, but I'll respond anyways)
    Also, the link in your signature is broken. Some webpage comes up, but the text is all garbled and unreadable.
    Well, there's something I have to tell you now. It might be a bit disturbing, and you might not believe me, but: There are languages besides English! Even hundreds of them!
    That "garbled" page is plain German. That's why it's called "zivildienst.at" (.at -> Austria -> German talking country). German (spoken in Germany, Austria and parts of the countries around them) is pretty similar to English, that's why you can recognize some words (Kontakt is German for contact). Additionally, it's common here to use English for Computer-related things like "download".
  64. Re: Hate Speech by Ionizor · · Score: 1

    Hate speech, bigotry and diffamation are _not_ covered under "Freedom of Speech".

    --

    --
    Todd's Law: All things being equal, you lose!
  65. Its hard to censor by t_allardyce · · Score: 1

    If a government wants to start censoring the Internet in their country, they have to be careful. If the laws there are already strict then they have no problem and can go right ahead without worrying about riots. Otherwise, they must slowly turn the people around with PR to make them think that the censorship would be for their own good.

    For example, they might start off by saying that the Internet promotes violence and criminal activity or terrorism. They might also explain that criminals and terrorists can use the Internet to communicate and collaborate without being traced. Another point would be that potential criminals could have access to sensitive information such as explosive techniques, or the locations of various potential targets. More recently they could put forward the point that newer trends such as p2p file sharing spread child pornography, graphical violence, and pirate material such as music, algorithms which could endanger an economy.

    After this PR campaign a majority of people could be persuaded that Internet censorship is a very good idea. Given that allot (even most?) people have never used the Internet or not regularly, these will be easily led. The government could then proceed to censor. But of course that would never, ever in a million years happen in any civilized country would it? :)

    --
    This comment does not represent the views or opinions of the user.
  66. Link Got Nuked by bstadil · · Score: 1
    --
    Help fight continental drift.
  67. ISIS is blocking again. by tlr · · Score: 2, Informative

    The fake DNS entries on ISIS' server are active again. Note that they are not just redirecting www.rotten.com, but the entire domain, via a wildcard CNAME entry.

  68. to lighten things up a bit by karm13 · · Score: 3, Insightful
    firs of all, i am german, and i am writing this from a german perspective.

    having read through the comments, i would like to add a few things.

    firs of all, it affects just one state. in germany, each state is responsible for the media by themselves. this includes things like assigning frequencies and so on.
    this particular state tries to push the local ISPs (which are not the ones used by the majoraty of the people living there anyway) to block access to those websites. this has been (and will be) opposed by the ISPs, for obvious (technical and constitutional) reasons. one ISIS technician did it, to prove it was possible.
    it is uncertain if such a government blocking would be legal.

    i agree with all of you saying censorship is bad in general. i also believe it is wrong in this special case.

    but there are some things you should take in account, before judjing germany as some repressive country.
    those are, of coures, historical reasons. the nazis used media propaganda not only after they gained power, but from the very beginning of their movement, as they had the support of some big publishers. and they used a hole in the constitution of the weimar republic to abandon the constitution alltogether. to prevent this in the future, when the new constitution was made, making it protective had a top priority. protective means that any attempt to fight the constitution is illegal, and certain key paragraphs must not be changed (including the one about censorship being illegal, by the way).
    so if you promote a plan to abandon the constitution it is illegal, if a party proposes to abandon the constitution, the party is illegal, and if the party has no democratic structure - guess what.

    nazi symbols are illegal, denying the holocaust is illegal, basicly anything pro-nazi is.
    contrary to popular believe Mein Kampf is not, but the copyright is claimed by the state of bavaria, so you can't buy it (you can't read it either, i tried it once but didn't make it past the first chapter).
    i believe this should be kept up for some 40 more years. imagine you have suffered under the nazis, been arrested by the gestapo or maybe even sent to a concentration camp and you see the same symbols again on someones t-shirt.

    but to get to main point: nazi propaganda in germany is illegal. so some people have their sites hosted somewhere else. 90% of german language nazi content is hosted outside of germany. so the idea is to block access to it from within germany. but three question remain:

    - is it possible?
    - is it legal?
    - is it good?

    the legal status is unclear, but critical.
    the technical possibility is, to say the least, questionable.
    the issue iif it is good is just being discussed. i think it's not, a proper educated mind should be able to deal with propaganda, from any side.

    i wanted to write something about the different freedoms you have in europe and in the US, but i will do that in another post...

    --

    --
    making up good sigs is a hard thing to do.
    1. Re:to lighten things up a bit by yooden · · Score: 1
      firs of all, it affects just one state.
      Err... it actually seems to affect just one Regierungsbezirk. Which has the size of the avarage Merkin state, admitted.
  69. Re: Hate Speech by Anonymous Coward · · Score: 0

    Wrong.

  70. Use a different DNS! by KFury · · Score: 2

    You can point your computer to whatever DNS server you want. Just point to one in the US.

  71. Who rules NR-W? by Pseudonymus+Bosch · · Score: 2

    Which party rules North Rhine - Westphalia? (Or is it just Düsseldorf?

    --
    __
    Men with no respect for life must never be allowed to control the ultimate instruments of death.
    GW Bu
    1. Re:Who rules NR-W? by tlr · · Score: 1
    2. Re:Who rules NR-W? by Pseudonymus+Bosch · · Score: 1

      Danke.

      --
      __
      Men with no respect for life must never be allowed to control the ultimate instruments of death.
      GW Bu
  72. Re:(OT)Re:I don't 'sprechen' GoogleDeutsch either by csmiller · · Score: 1

    I'm not sure about that, but I've heard that during WWI a lot of escapped (Scottish) Highland POWs spoke to each other in the Gaelic. Any German troops overhearing (trained to investiage any English being spoken) didn't click. I thibk they just assumed that it was a weired local dialect. During WW2 Highland POWs composed new Highalnd dances to pass the time; it took a lot of persuding that the sheet music they sent in letters-to-home didn't contain a fiendish code.
    I seem to remeber hearing that the Americans used Navaho, not sure if that is a Urban Myth or not.

    --
    It has become appallingly obvious that our technology has exceeded our humanity. --- Albert Einstein
  73. liberties germany/US by karm13 · · Score: 1
    i believe there are a few things to be said about civil liberties in europe, compared to the ones in the US.

    in the US you can say basically anything you want. you can buy guns freely and drive a car when you're 16.

    in germany you generally have the right to promote your opinion publicly, but some restrictions apply. the restrictions are about nazi propaganda and symbols, attempts to abandon the constitution, and anything that hurts anybodies dignity.
    someone quoted the sentence Soldaten sind Mörder (soldiers are murderers) before. it came up as bumper stickers and someone sued against it - but it was found constitutional by our supreme court.

    you are not allowed to buy or keep guns without a special permission which you can get if you have a reason and proper training.

    the reason for the american liberties, as well as certain german restriction are of course historical, but apply until today in peoples minds.
    people have different priorities. as well as americans would never accept such restrictions, europeans generally find things like the capital punishment barbaric. also, many criminals getting life in prison in the US would have got medical treatment in europe as they would be considered mentally ill.

    this gets me to another issue - things accepted by the public.
    europeans are not as easyly offended when they hear swear words on tv, or by nudity.

    reading through slashdot i often get the impression that a lot of the users posting here are simply not aware of the cultural differences that lead to different values and priorities.
    i am often shocked reading about curfews for minors, and i am sometimes amused seeing people drinking out of brown paperbags in movies. but that's the way it is. while europe is more liberal with alcohol, drugs and sex, the US is with speech and guns.
    the restrictions about publishing your opinion here are very limited, and i have faith in our judges.
    i enjoyed being allowed beer when i was 16 (in public!), and i still enjoy driving to the netherlands or switzerland to buy the best weed there is à la carte. by no means would i like to live in a country where they can take my house for growing weed on the balcony, where i would have to fear my kid being killed while playing with a friends dads gun, or could be fired every day for no reason at all.

    it's a question of mentality.

    --

    --
    making up good sigs is a hard thing to do.
    1. Re:liberties germany/US by Anonymous Coward · · Score: 0

      Jeeez ya little, microdikk fsck. Back in the closet with your drooly pals. So ya compare buying reefer to the asurance of unfettered, uncensored speech? What a pathetic drooling piece of sheep-sh*t you are.

  74. Re:I odnt thnk its wrong� by Mad+Marlin · · Score: 1
    Absolutely© It's not funny being blamed for things that happened when your father was so young he couldn't speek©

    That's nothing© Here in the USA, there are people who would like to hold me accountable for my great-great-great-great-grandfather owning slaves and a plantation©

  75. Navaho by Anonymous Coward · · Score: 0

    See the new movie Windtalkers. The US used Navaho speakers throughout the Pacific theater for semi-realtime transmissions, as Navaho was effectively unbreakable to the Japanese.

    The Crazy Finn

  76. Re:What the hell? by Skapare · · Score: 2
    Additionally, it's common here to use English for Computer-related things like "download".

    So you wouldn't use something like "untenladendaten" or is that too long even for speakers of German? It sounds kinda cool to me. Probably something we could make a song out of.

    --
    now we need to go OSS in diesel cars
  77. provider's press release on the block by tlr · · Score: 1

    In a press release published in the evening, ISIS gives its version of the day's events: According to this press release, a technician had been experimenting with blocking the relevant web sites since the beginning of the week, despite the fact that the ISP originally didn't want to implement the block (the district government had originally called for the block in early October). This experiment was then stopped in the morning, and reactivated in the late afternoon after an ISIS executive had met the head of the district government to discuss the issue. ISIS then complains about the situation of ISPs which are either perceived as censors, or as fostering right-wing radicalism. It is emphasized that ISIS maintains its criticism of the technical solution used to block the sites - in particular because the solution leaves so many back doors that the effort can't actually be justified. According to the press release, ISIS will meet the district government in December, in order to discuss further activities and work on a political solution.

  78. The ISP changed his mind again by bnatale · · Score: 1

    According to http://www.heise.de/pda/newsticker/m22902.html the provider blocks again as told by the government.

  79. How they sorted it out in France by Thomas+Miconi · · Score: 2

    The same problem (including the front14.org site, who got more publicity than it could ever dream of thanks to these affairs - but that's another matter) was brought to court recently in France.

    The judge decided not to decide anything; basically, he chose to let the ISPs decide for themselves, what they should do with these sites. "Block it or not, you decide." Quite sensible, IMHO.

    The disciple of Solomon who made that non-decision was judge Gomez, the same guy who orderd Yahoo to block access to Nazi-related auctions from French machines.

    All in all, that doesn't change much, and the recent moves by the EU on that subject don't help either. At the end of the day, the only truth is that since the 1st amendment exists in the US, it now de facto exists everywhere in the world, and that the only thing that can go against it is financial threat (e.g. Yahoo who removed Nazi auctions altogether for fear that their assets in France could be at risk).

    Oh strange new World, with such an Internet in't !

    Thomas Miconi

  80. Re:I don't 'sprechen' GoogleDeutsch either :-( by Anonymous Coward · · Score: 0

    Or the old man must be nuts.

  81. Again an Update ! by tempmpi · · Score: 1

    The provider "ISIS" has enabled the block of this websites again !
    heise.de(in german)

    A member of their local goverment said that they support the racists with their unblocking of the webpages, because of that they are blocking the domains again. I think in a few days the block will be gone again, stupid. Can't they decide ?

    --
    Jan
  82. Reinstallation by Anonymous Coward · · Score: 0

    According to Heise it has been reinstalled, but it happened because of NRW government, not because of federal government.

  83. Some background info in English by Lars+T. · · Score: 2
    German Statutes in English Translation

    Basic Law for the Federal Republic of Germany (Grundgesetz, GG)

    Article 5 [Freedom of expression]

    (1) Every person shall have the right freely to express and disseminate his opinions in speech, writing, and pictures and to inform himself without hindrance from generally accessible sources. Freedom of the press and freedom of reporting by means of broadcasts and films shall be guaranteed. There shall be no censorship.

    (2) These rights shall find their limits in the provisions of general laws, in provisions for the protection of young persons, and in the right to personal honor.

    ...

    Criminal Code (Strafgesetzbuch, StGB)

    Section 86 Dissemination of Means of Propaganda of Unconstitutional Organizations

    (1) Whoever domestically disseminates or produces, stocks, imports or exports or makes publicly accessible through data storage media for dissemination domestically or abroad, means of propaganda:

    1. of a party which has been declared to be unconstitutional by the Federal Constitutional Court or a party or organization, as to which it has been determined, no longer subject to appeal, that it is a substitute organization of such a party;

    2. of an organization, which has been banned, no longer subject to appeal, because it is directed against the constitutional order or against the idea of international understanding, or as to which it has been determined, no longer subject to appeal, that it is a substitute organization of such a banned organization;

    3. of a government, organization or institution outside of the territorial area of application of this law which is active in pursuing the objectives of one of the parties or organizations indicated in numbers 1 and 2; or

    4. means of propaganda, the contents of which are intended to further the aims of a former National Socialist organization,

    shall be punished with imprisonment for not more than three years or a fine.

    (2) Means of propaganda within the meaning of subsection (1) shall only be those writings (Section 11 subsection (3)) the content of which is directed against the free, democratic constitutional order or the idea of international understanding.

    (3) Subsection (1) shall not be applicable if the means of propaganda or the act serves to further civil enlightenment, to avert unconstitutional aims, to promote art or science, research or teaching, reporting about current historical events or similar purposes.

    (4) If guilt is slight, the court may refrain from imposition of punishment pursuant to this provision.

    Section 86a Use of Symbols of Unconstitutional Organizations

    (1) Whoever:

    1. domestically distributes or publicly uses, in a meeting or in writings (Section 11 subsection (3)) disseminated by him, symbols of one of the parties or organizations indicated in Section 86 subsection (1), nos. 1, 2 and 4; or

    2. produces, stocks, imports or exports objects which depict or contain such symbols for distribution or use domestically or abroad, in the manner indicated in number 1,

    shall be punished with imprisonment for not more than three years or a fine.

    (2) Symbols, within the meaning of subsection (1), shall be, in particular, flags, insignia, uniforms, slogans and forms of greeting. Symbols which are so similar as to be mistaken for those named in sentence 1 shall be deemed to be equivalent thereto.

    (3) Section 86 subsections (3) and (4), shall apply accordingly.

    Section 130 Agitation of the People

    (1) Whoever, in a manner that is capable of disturbing the public peace:

    1. incites hatred against segments of the population or calls for violent or arbitrary measures against them; or

    2. assaults the human dignity of others by insulting, maliciously maligning, or defaming segments of the population,

    shall be punished with imprisonment from three months to five years.

    (2) Whoever: 1. with respect to writings (Section 11 subsection (3)), which incite hatred against segments of the population or a national, racial or religious group, or one characterized by its folk customs, which call for violent or arbitrary measures against them, or which assault the human dignity of others by insulting, maliciously maligning or defaming segments of the population or a previously indicated group:

    a) disseminates them;

    b) publicly displays, posts, presents, or otherwise makes them accessible;

    c) offers, gives or makes accessible to a person under eighteen years; or

    (d) produces, obtains, supplies, stocks, offers, announces, commends, undertakes to import or export them, in order to use them or copies obtained from them within the meaning of numbers a through c or facilitate such use by another; or

    2. disseminates a presentation of the content indicated in number 1 by radio,

    shall be punished with imprisonment for not more than three years or a fine.

    (3) Whoever publicly or in a meeting approves of, denies or renders harmless an act committed under the rule of National Socialism of the type indicated in Section 220a subsection (1), in a manner capable of disturbing the public piece shall be punished with imprisonment for not more than five years or a fine.

    ...

    Section 131 Representation of Violence

    (1) Whoever, in relation to writings (Section 11 subsection (3)), which describe cruel or otherwise inhuman acts of violence against human beings in a manner which expresses a glorification or rendering harmless of such acts of violence or which represents the cruel or inhuman aspects of the event in a manner which injures human dignity:

    1. disseminates them;

    2. publicly displays, posts, presents, or otherwise makes them accessible;

    3. offers, gives or makes them accessible to a person under eighteen years; or

    4. produces, obtains, supplies, stocks, offers, announces, commends, undertakes to import or export them, in order to use them or copies obtained from them within the meaning of numbers 1 through 3 or facilitate such use by another,

    shall be punished with imprisonment for not more than one year or a fine.

    (2) Whoever disseminates a presentation of the content indicated in subsection (1) by radio, shall be similarly punished.

    (3) Subsections (1) and (2) shall not apply if the act serves as reporting about current or historical events.

    (4) Subsection (1), number 3 shall not be applicable if the person authorized to care for the person acts.

    --

    Lars T.

    To the guy who modded me down from perfect to terrible Karma - Apple haters still suck

  84. Stupid, Dangerous, ILLEGAL but Right ! by dbucher · · Score: 0

    1. What they did is TOTALLY stupid : People that really want to access these sites only have to put as nameserver not their provider DNS but ANY DNS ANYWHERE ON INTERNET !

    And all comments I have read there are totally wrong (things with HTTP 1.1) you just change the DNS (resolv.conf or Panel->Network->DNS) and you're ok.

    2. It's technically VERY DANGEROUS because it
    could come to a name space fragmentation

    3. And therefore I wonder if it's legal. Internet is owned by US governement, delegated to ICANN, and creation of toplevel domaine like
    www.someaddress.new is forbidden. Chaging DNS information like this censorship is therefore maybe forbidden (we should verify) by ICANN

    4. Why is it right ? It's not the same as censorship in China. To those that disagreed :

    Germany is a democracy with laws. You are not allowed to deny holocaust in book, in magazines, in the streets and so on. Now, why would it be different on Internet ? Why is it bad for books and good for the net ? Why is it "dangerous" ?
    You must either want both to be allowed or none, but we are in Europe and I suppose we want none to be allowed.

    Even worse, do you think that killing childrens and putting photographies or MOVIES of that on the Internet is acceptable ?!?!??! Just learn that it's legal (or not prosecuted) in a lot of countries, do you still believe it shouldn't be censored ???

    Ok, feel free to comment ;-)

    --
    The Price of Freedom is Eternal Vigilance.
  85. Blackmarket namespace by MikeFM · · Score: 2

    Blackmarket hosts files! Alright a way to pay my bills even during the tech recession using nothing but my mad Unix skills. Okay who will be the first bidder of the day! :)

    --
    At what price learning? At what cost wisdom? The price is a man's peace of mind, and the cost is his life.
  86. Re: Hate Speech by Anonymous Coward · · Score: 0

    Well, they are covered, but it doesn't mean that you are protected from the consequences.

  87. Mod this up! by Anonymous Coward · · Score: 0

    No text

  88. Re:What the hell? by Anonymous Coward · · Score: 0

    Überschreiben das boot sektor.

  89. Fascism by Anonymous Coward · · Score: 0


    Only the Germans could be manage to be fascistly anti-fascist.

  90. Re:(OT)Re:I don't 'sprechen' GoogleDeutsch either by skribe · · Score: 1

    IIRC, Navajo had no written language, that was one reason why it was chosen. It also had wide variations in pronunciation. The codetalkers used in WW2 were all from one family group/region and so could understand one another. Even Navajos from other regions had difficulty understanding them.

    --
    Blog
  91. Re:Site-Restriction Already retracted....and BACK by psych031337 · · Score: 2

    According to
    http://heise.de/newsticker/data/fr-22.11.01-001/
    the block is back on.

    Looks like today is the day of firm decision...or is it... well maybe... but no, yes it is.

    --
    +++ath0
  92. Blocking News Is Evil? by Grail · · Score: 1

    I don't agree. The "News" is evil, carrying stories for the sake of sensationalism rather than for any value to the viewer.

    The only time I've ever seen a human beheaded was on the 6pm news. The article was about (one of?) the civil war in Rwanda. There was a mother with a baby in her arms running from "soldiers" of one faction. They caught her, and right there in center frame, pulled out a machete and chopped her head off.

    The presentation didn't include any kind of face-fuzzing - there was no attempt to hide the actual act. This was the last time I took any news seriously at all.

    Good on China for blocking news sites. Most of what you read is concocted by reporters who do no fact-checking or background research anyway.

    Of course, if I lived in China myself, I'd be ignoring everything that their propoganda agencies tried telling me. My vision of the world would be only that which is directly in my own experience. Yes, I would have a very limited understanding of the world "out there" - but honestly, do you think you fare any better when the media in your own country portrays you as dangerous simply because you are intelligent and socially reclusive?

    Ask yourself how much value you're really getting from MSNBC. Wouldn't you be better off not having it? You'd have to go do your own research then, rather than just eating up whatever swill you're served on the various news sites.

  93. The problems behind by Advocadus+Diaboli · · Score: 1
    Note: I'm a 40 year old German citizen and so I can maybe give some other points of view

    First of all note that according to this article now the sites are blocked again. So it looks like that there seems to be a need for blocking nazi sites?

    Did you ever stumble over such a site by accident? I'm online now for many many years, but even hitting some hard core porn sites by misleading search engines I never hit one of the Nazi sites because I was misled (and since I'm not interested in the rubbish they have there I never visited them on purpose). So if somebody want's to get that "illegal" material he's going for it on purpose and he will surely find another way to get it. So blocking nazi sites is a sort of ostrich policy, don't look at the real problem and pretend that the problem will go away by itself.

    From my very own point of view Germany has to deal with the real problem and that is the answer to the question why people should want to access such site. Why are the new nazis attracting some people.

    One thing can be that even 56 years after World War II Germany is not able to deal with that dark chapter in its history at school. I remember my own school lessons about history, we were forced to learn everything about Julius Caeser for example, but the whole period between 1900 and now was more or less done in 2 hours. Just like "that was bad" and stop. The kids just don't know what really happened in that time and since nobody is telling them the truth instead of "that's some sort of taboo" they might think that it wasn't that bad. I would really strongly recommend that every kid at school has to see a KZ memorial once in his school life. There are plenty of them existing in Germany and they really give you in impression how bad it was. I recently visited Dachau and I was really feeling sorry that I had to get adult and go there by myself instead of my school taking me there.

    On the other hand Germany has to deal with 4 million unemployed people (total population 82 millions) so there is a great chance that you finish school and you get no job. Education at school is focussed on a program that creates workers in a minumim time and there is not much about social competence and human rights and so on. So you have frustrated people that get the message "no future" from the actual job market, they get little supply from the social system and they are poorly educated. Do you really think that those people can resist a "strong leader" that is promising them a sort of future and that is at least dealing with them?

    I think that every society or every state can be seen like a sort of organism. At the moment the human organism is attacked by flu viruses and a healthy organism can stand that attack without medication. A weak organism needs medication to survive. And blocking out things instead of "healing" the system looks like a big dosis of medication to me.

    1. Re:The problems behind by -brazil- · · Score: 1

      Your school experience sounds quite different from mine (I recieved my Abitur in 96 in Munich). We had a quite thorough treatment of the 3rd Reich.

      --

      The illegal we do immediately. The unconstitutional takes a little longer.
      --Henry Kissinger

  94. Already implemented in Switzerland! by felix.rauch · · Score: 1

    There are already several ISPs in Switzerland which do also block websites, either by altering DNS entries, blocking IP numbers at the router level or blocking transparent proxies.

    Unfortunately there is not much information in english, but the case has been mentioned in a GILC newsletter (GILC Alert 52, point [7]). The Swiss Internet User Group (SIUG) has some informations, but everything is in german.

  95. Censored again? by bsterix · · Score: 1

    http://www.heise.de/newsticker/data/fr-22.11.01-00 1/

  96. remember, data hiding prevents facism. by Anonymous Coward · · Score: 0

    We need a different type of routing,
    next generation routing that uses a better
    method.
    Here are some characteristics:

    server destinations are presented in a different way:
    One that shows you their PHYSICAL location
    in world coordinates. That way you can
    look at a map and see where the routes are
    coming from (a patented tool provided, by me, at a fee)

    if a route is changed then you will see it
    flicker on a map, that way you will know
    where things are coming from.

    And then you only accept data from the specific
    locations that you request. Anything
    else is thrown away. If routes are changed
    you know immediately.

    How do we do this? We encode somehow on our
    pages the same data about the servers
    REAL WORLD COORDINATES and if they don't match what the header says, well then just throw that packet away.

    Yes, it will involve a significant amount of work on my part to make this happen for me and my friends. We will have this secret network and we won't be bugged by the facists fash-holes that want to rule the world from their desks in a spy agency.

    If they don't know that the data is there,
    they can't tap it and they can't monitor it.

    One other point: send as much data as possible.
    That way if they are monitoring you: you over load their systems. The one thing that can never be prevented is stack overloads due to large volumes of data.

    Have a nice day.

  97. more background info in English by Anonymous Coward · · Score: 0

    Here is the law that I go under, forget the rest because you can't remember it all:

    Love your neighbor like yourself.

    Facism is a fact of life, it is due to insecurity of faithless people. They aren't evil, just weak. so they claim that they want to help and protect. We need them to a point

    Facists are mostly people who will understand when things are taken too far. They are community oriented. They want to be able to listen in.

    Do you really think that these laws mean anything? They probably don't matter at all because they are most likely unconstitutional. And when they come and get you, call a lawyer and then sue them for false arrest.

    You know that draconian wire taping can't work long term on the internet. There is just TOO MUCH data. maybe they will use these tools for going after real criminals, and if so then that is a good thing. Laws are only selectively applied anyway, many are presented merely as a way to get away with something in the short term and the writers of these laws know that they won't hold up in constitutional court.

    So. . . if you are a good person who isn't a terrorist, then why worry about government listen if you live in a free society. If you don't live in a free society then why are you on the internet anyway? Go change your government.

    I know my government is listening to me. They don't care about me because I'm not doing anything wrong. I agree if you live in a country with a strong tradition of facism, (like Germany) then maybe you should worry.

    I don't worry. And if I was worried, I'd be out working for social change in a non-violent way.

    Oh, and here is a good suggestion:

    instead of hating facists, pray for them.

  98. Re:Run your own nameserver... good for now but... by RazzleDazzle · · Score: 1
    Running DNS on a different port and/or in some distributed way... There are tons of things that will change because of distributed networks/computing. The cDc are working on Peekabooty which should defeat the great firewall of china. I am sure that distributed networks are going to screw it up for a lot of corporations and consortiums.

    Things will change, try to grab a hold of the changing net and follow along with it.

    ---on a side note I have my own website running on port 80 and 81 because I have AT&T cable modem which is STILL blocking port 80! So I am right there with you on using different port numbers.

    --
    ZERO ZERO ONE ZERO ONE ZERO ONE ONE! Just brushing up for my next big invention: Ethernet over Voice (EoV)