Slashdot Mirror


Ethics of Proxy Servers?

Mav asks: "I was recently asked to host a website for free in return for a lot of advertising. After querying them about how they knew the site would produce traffic they stated the site was going to be running PHPProxy (an open source web proxy). The traffic was a result of him and his contacts (nearly one thousand of them) using the site to bypass his school's firewall in order to view their MySpace pages and get access to their MSN messengers. Given all the attention social networking sites have recently received and the various laws attempting to block or control access to them I feel guilty and unsure making this available. Are there legal implications that I need to worry about? Could I be held liable if one of the students got in trouble? Most importantly, what's the moral thing to do?"

194 comments

  1. I Don't Know Your Morals by stinerman · · Score: 5, Insightful

    You need to find out for yourself what the moral thing is. I believe it is moral to help people gain access to information, so I'd do it. Do you?

    As far as the legal aspects, I doubt there are any laws in your jurisdiction regarding setting up a proxy to get around a school's filtering software, but then again, you can always be charged for contributing to the delinquency of a minor for anything these days.

    1. Re:I Don't Know Your Morals by EveryNickIsTaken · · Score: 0

      I believe it is moral to help people gain access to information, so I'd do it. Do you?
      MySpace != information.
    2. Re:I Don't Know Your Morals by chaoticgeek · · Score: 1

      I agree. Anyways since they are at school they should not be looking up stuff for fun anyways. They are there to learn it would be different if say they were blocked from home because of uptight parents but they are at school and should be trying to learn instead. I remember high school it was boring but if it was blocked I just did something else if I did have the free time. Normally though they should be doing school work.

      There is nothing good to gain from Myspace or MSN messenger anyways not like they help teach anything.

      --
      hello
    3. Re:I Don't Know Your Morals by tomhudson · · Score: 3, Interesting

      "MySpace != information."

      No, but 1000 kids accessing it all the time will give you HUGE bandwidth bills.

      Add to that the adverts (and the bandwidth for them)

      And remember - proxying doubles the bandwidth used - your server has to first fetch the page (as opposed to looking on the local file system) and then it has to send it (after rewriting the page to include YOUR ads ...

    4. Re:I Don't Know Your Morals by fruitbane · · Score: 2, Insightful

      Who are you to determine what is and what is not information? Maybe most of what's on MySpace is, IMO, crap, but there's bound to be something of value in there. It could be argued that any communication at all is in some way an information-based activity. Who are any of us to say what is and isn't there without personally examining every page and every piece of content first?

    5. Re:I Don't Know Your Morals by EveryNickIsTaken · · Score: 4, Funny

      Maybe most of what's on MySpace is, IMO, crap, but there's bound to be something of value in there.
      You don't use MySpace, do you?
    6. Re:I Don't Know Your Morals by fruitbane · · Score: 1

      Do you? And if so, doesn't that mean that, on some level, there's some value in MySpace, at least to you?

    7. Re:I Don't Know Your Morals by Niklaus_Name · · Score: 1

      Sure there is value in myspace. You can show all your friends that you can read horrible html and even code CSS for it.

    8. Re:I Don't Know Your Morals by plover · · Score: 2, Insightful

      I believe it is moral to help people gain access to information

      As do I. However, helping doesn't imply providing the facilities.

      Rather than host a proxy yourself, offer to help them find other proxies. Offer to teach them about torpark. But mostly teach them how to figure the problem out for themselves. As they encounter this problem repeatedly throughout their lives, they'll be in a better position to recognize it and fight it.

      If myspace or facebook is important enough to them, they'll have the motivation to learn how to bypass the firewalls themselves. If not, they can continue to whine in ignorance. You don't have to do it for them to be their hero -- you just have to help.

      --
      John
    9. Re:I Don't Know Your Morals by Anonymous Coward · · Score: 0

      As someone who works in a company with RIGID proxy rules, we block myspace, youtube, all IM all Chats, get caught using a outside proxy service, you're canned. Apply this to minors, contributing to the deliquency of, say hello to Bubba in the pokey. I know that down where I'm at you'd be fired, or in jail probably both.

    10. Re:I Don't Know Your Morals by Achromatic1978 · · Score: 1

      I'm the perfect person to determine what is and what is not information when I'm being asked to provide out of my own resources a proxy server for people to ask said (potential) information.

    11. Re:I Don't Know Your Morals by Guspaz · · Score: 2, Insightful

      It won't strictly double bandwidth usage. There are several methods that proxy servers can employ to reduce bandwidth usage.

      The first is the use of a cache. For example, if the primary use of the proxy is to visit myspace, many of the images, stylesheets, scripts, and so on will be cached. That reduces the proxy to internet bandwidth.

      Another is compressing text content that passes through the proxy. HTML, javascript, XML, and stylesheets can make up a surprising portion of bandwidth usage these days. By having the proxy compress these types of content as it passes through, user to proxy bandwidth can be reduced.

      There are obviously other more destructive methods; GIF images can be run through gif2png and HTML rewritten to use the new images, JPG files can be recompressed at lower quality settings, all sorts of things can be done on-the-fly to reduce bandwidth use.

      I'd imagine that because of the repetitive use, the bandwidth demands with some of the above mentioned techniques would be substantially less than double.

      Of course, all this discussion is moot; the instant the school realizes that the kids are using this proxy, they'll block it, and that'll be that.

    12. Re:I Don't Know Your Morals by Anonymous Coward · · Score: 0

      I'm a system and network administrator for a high school.

      If the admin is in any way competent, this will not work for long. Our Internet access goes through a Linux-based router (was an old server, now works as a proxy/gateway). All traffic that goes to the Internet goes through this server. I run DansGuardian+Squid+SquidGuard+HAVP, and it's set up transparently.

      DansGuardian does content analysis/filtering and blacklists/whitelists, Squid does the caching/access control/logging, SquidGuard does a few URL rewrites, and HAVP does virus scanning. All HTTP traffic goes through the proxy either transparently or directly.

      The firewall is set to only allow (transparent) http and (transparent) https. Everything else is denied, and attempts are logged.

      Every night I have both Calarmis and Lire send me full reports of all traffic coming from every machine in the classroom network. I review these every morning. Every now and then I find people using a proxy or accessing something that slips through the blacklist (though often DG's analysis blocks it). By 9 the next morning, it's blocked.

      Originally I didn't bother with analyzing the logs, but after getting chewed out by the boss because someone used a proxy and accessed porn I started doing this.

      The office networks also get logged, but I don't review them (except for my boss's computer, I have tons of dirt...).

    13. Re:I Don't Know Your Morals by ghc71 · · Score: 1

      I believe it is moral to help people gain access to information...

      would you distinguish between helping adults and children in that context?

      Regardless of the criteria one uses for determining that someone is a child, the implication of considering them to be children is that they are not yet possessed of enough life experience to make informed value judgements - and so should defer to someone acting in loco parentis to make those judgements for them. Should one help a child do things that the adult who has taken on the responsibility for their upbringing has chosen to forbid?

      --
      - Sig files: contemptibly familiar the second time around.
    14. Re:I Don't Know Your Morals by gd23ka · · Score: 1

      --"You need to find out for yourself what the moral thing is. I believe it is moral to help people gain access to information, so I'd do it. Do you?"

      I'm sorry but the _moral_ thing would be to report their attempts at
      circumvention to their school.

      What you mean is to look at what the _ethical_ thing to do is and
      as far as I'm concerned that is indeed to help people gain access to
      any and all information.

      There is a difference between morals and ethics. Very loosely put,
      morals are external constraints on the individual by society.
      Ethics is determining which morals serve society and which do not.

    15. Re:I Don't Know Your Morals by networkBoy · · Score: 1

      Yeah.
      I found my stalker ex's page on there (strictly speaking my wife did) so I did what any overly self important geek would do. I created a bogus account and trolled her.
      she's so dumb that she added my troll to her friends list, thus reminding me why she's my ex. lost the will to even troll her after that.
      -nB

      --
      whois gawk date unzip strip find touch finger mount join nice man top fsck grep eject more yes exit umount sleep dump
  2. After the teacher in Connecticut - IWGAL by ScrewTivo · · Score: 4, Insightful

    I would get a lawyer. The world has gone insane!

    1. Re:After the teacher in Connecticut - IWGAL by Anonymous Coward · · Score: 0

      IANAL, all ideas are a laypersons, I'm not sure any of this post is accurate. Relying on any of my views is not recommended. Fill in more of disclaimer...

      Setting up a proxy is legal. If there is any crime here, it would have to be the reason you are setting up the proxy, which seems hard to prove. Sp why not have the same (or a different) kid, come to you and tell you that the cool thing in school is viewing things through a proxy server to screw big corporations by giving ad revenue to random people? Plausable deniablity?

      Morally, I instinctively think all school's in loco parentis actions are poor. I have no respect for teachers or the American public school system. It's largely informed by my personal experience, but in general, I found school trying to enforce uniformity by holding people to the lowest common denominator. Most of my time in high school was spent doing nothing intellectually valuable (or skipping school to do so on my own time). So I see no moral reason in letting kids who would otherwise hear the 18th recitation of the quadratic formula(as long as they already knew it) surf around on the web instead.

    2. Re:After the teacher in Connecticut - IWGAL by BalanceOfJudgement · · Score: 1

      It's largely informed by my personal experience, but in general, I found school trying to enforce uniformity by holding people to the lowest common denominator. Most of my time in high school was spent doing nothing intellectually valuable (or skipping school to do so on my own time). So I see no moral reason in letting kids who would otherwise hear the 18th recitation of the quadratic formula(as long as they already knew it) surf around on the web instead.
      My experience was the same. My teachers were generally smart people who recognized this, however, and chose to take a Montessori approach by letting me pretty much do whatever I wanted, because they knew that "what I wanted" would end up being something educational, rather than forcing me to sit there sleeping during class.

      Would never have learned much about the stock market and quantum physics if they hadn't let me do that.. so it was nice.
      --

      We are the fire that lights our world.. and we are the fire that consumes it.
  3. Why? by pseudosero · · Score: 5, Insightful

    If you're even bothering to ask this question, then i believe you might not want to do it. School filters are annoying; the favor you would be doing is immense. But as to whether or not it is moral or not: is P2P, bittorrent, are pirates and people who share moral? Yes, question with a question. Why are you asking this question. ?.

    --
    sometimes, nothing.
  4. Block List? by Ramble · · Score: 0

    It's an interesting question, obviously filters are there for a reason but they just blanket block so many useful websites (www.google.com for example...).

    Why not try blocking certain websites that trouble you (porn, myspace, etc.) and leave the rest open for us honest users?

    --
    "Oh boy"
    1. Re:Block List? by Wonko+the+Sane · · Score: 1

      I seem to remember that once you start filtering content that it opens you up to greater liability DMCA-wise.

    2. Re:Block List? by budgenator · · Score: 1

      Well lets see, if you go to google.com and search for Paris and Britney images with safe-search off your going to come up with something that boarders on pornographic and violates anti-up-skirts laws in some states. Personally I don't care that the boys see some shaved genitals at school, but that whole Hollywood celebritard lifestyle is just plain sick.

      --
      Apocalypse Cancelled, Sorry, No Ticket Refunds
  5. School? by ReidMaynard · · Score: 2, Insightful

    Is this a high school? Jr High? University?
    I think if the expected student is a minor (HS or Jr High) I would pass.

    --
    -- www.globaltics.net

    Political discussion for a new world

    1. Re:School? by tverbeek · · Score: 0, Troll

      Think about it: When was the last time a high school student came up with a brilliant idea that was also a Good Idea? There's a reason we don't let them vote, drink, join the army, buy on credit, or get married.

      --
      http://alternatives.rzero.com/
    2. Re:School? by Anonymous Coward · · Score: 0

      "-1, Overrated"?

      Apparently we do give teenagers mod points.

    3. Re:School? by pionzypher · · Score: 1

      Preschool... Kids these days.

      --
      I'll believe in corporations having personhood when Texas executes one... - advocate_one
    4. Re:School? by tverbeek · · Score: 1

      Trolling? Hardly. Just pointing out that the ideas of people who've never had to take full responsibility for themselves or their actions deserve a little more skepticism and second-guessing than the ideas of people with more life experience and personal responsibility under their belts. And that this case is a good example of that.

      --
      http://alternatives.rzero.com/
  6. Proxy = good by Echnin · · Score: 3, Interesting

    Next semester I will be studying in China and I'm looking forward to experiencing the Great Firewall firsthand... or perhaps not. I expect I'm probably going to need to use a proxy to visit a lot of sites. It really depends on the situation; in my situation I would say that a proxy is entirely ethical.

    --
    Lalala
  7. High School by pci · · Score: 1

    Well if you want a legal opinion, talk to a lawyer (IMHO, its a would open you up to civil suits from over protective parents)

    If you are worried about local opinion of your business of helping kids break their school rules, then its a dumb idea

    If you just want to have an "in" so you can pick up high school students, then go for it

    1. Re:High School by QuickFox · · Score: 1

      Well if you want a legal opinion, talk to a lawyer Are you out of your mind? He's a Slashdotter, why on Earth would he ask someone who knows?
      --
      Terrorists can't threaten a country's freedom and democracy. Only lawmakers and voters can do that.
    2. Re:High School by BrokenHalo · · Score: 3, Insightful

      He's a Slashdotter, why on Earth would he ask someone who knows?

      But he asked what was the *moral* thing to do.

      In which case I would have thought a lawyer would be the last person I would ask... ;-)

    3. Re:High School by enharmonix · · Score: 2, Interesting

      He's a Slashdotter, why on Earth would he ask someone who knows?

      But he asked what was the *moral* thing to do.

      In which case I would have thought a lawyer would be the last person I would ask... ;-) You know it's a sad state of affairs when lawyer jokes are moderated Insightful rather than Funny... Cheers.
  8. I wouldn't do it by nahdude812 · · Score: 5, Insightful

    I wouldn't do it for two reasons. First, if the school moderately has their act together, they'll be watching their outbound traffic, see a big spike to the proxy site, and you'll end up on the block list inside of a week anyway (which might be less time than it takes you to get everything set up).

    Second, I believe that when school kids are on school property using school equipment, the school should get to decide what they're allowed to do. My employer sure has this right, and it's also certainly a firing offense for me to bypass it. I salute schools that don't let kids play on the Internet when they're at school and should instead be learning. Sorry, school time is time that students should be using for, I dunno, learning. MySpace and MSN don't qualify, if this is really what they're looking to get to. So I wouldn't do it on principle (though of course realizing the kids will probably manage to find it somewhere else anyway).

    Many people complain about schools, but things which I see as reasonable attempts to keep the kids on target are hollared at as censorship or some other poorly-fitting term which is basically the equivalent of saying, "We think kids should be allowed to do whatever they want, but we also think you should make them learn material they don't want to at the same time."

    1. Re:I wouldn't do it by MostAwesomeDude · · Score: 4, Interesting

      I worked in a high school's computer tech center for a few years. I'm not a lawyer, though.

      In terms of legality, you're in the clear for that express purpose only (visiting MySpace.) Anything else might make you liable. I would suggest a click-through.

      Also, if the school is anything like the one I worked at, the extent of their blocking will be harvesting visited URLs and looking to see if there are any frequent hits at interesting domain names. However, we never caught small *.mine.nu-type DynDNS addresses unless a teacher explicitly told us, and our job was only to enforce teachers' policies, not make up new ones.

      --
      ~ C.
    2. Re:I wouldn't do it by l_bratch · · Score: 1

      Sorry, school time is time that students should be using for, I dunno, learning. MySpace and MSN don't qualify, if this is really what they're looking to get to.
      I can see where you're coming from there, but what if the students are not in lesson, during break times or at lunch? They are allowed to chat to each other about whatever they want there in person, so why not do it online as well? You generally aren't there to learn 100% of the time.

      For the record - I am NOT a fan of MySpace ;)
    3. Re:I wouldn't do it by Oculus+Habent · · Score: 2, Interesting

      so why not do it online as well?


      If you open the hole, people will exploit it. Not everyone is on break at the same time, so you can't poke holes in your firewall at appropriate times, and leaving the ability to access the service begs for someone to use it.

      I understand that removing blocking is almost impossible in our current educational and social environment. What I would like to see is user-based security... you log on and your actions online are logged, monitored, tracked, and reported. With that, I would like some additional freedoms to be given -- the ability to access Messenger or other "non-educational" sites and services during your break hours with the understanding that they can monitor your usage, and if you break the rules... they'll know.

      With decent monitoring software, the school should be able to identify suspect traffic or inappropriate usage patterns pretty quickly. Are there any firewall/monitoring packages that could build rules around user accounts - LDAP integration or something - and then monitor traffic per user and automatically block certain activities based on a set of rules? Here's my thought.

      The student hops on the network and it associated with a user account -- already available.
      The student performs a Google search, which is verified against a block list and logged against their account.
      The student hops on Messenger, and the firewall checks to see if they're authorized to use the service at all, and then if they are authorized at that time. Permit or deny, it is logged.
      The student sets up a proxy server for their Messenger, and tries to connect, and the firewall denies it as Messenger traffic after inspecting the packets.
      The student sets up a secure proxy server for their browser, and starts wandering around. They server checks to see if it's an open proxy, and it's not. It allows it.
      The student uses the proxy a lot and the firewall's monitoring suite says, "Hey, there's an unusual amount of activity to this unknown site" and flags it for a report.
      An administrator inquires after the student, they find the proxy, and he gets his Internet privs locked down to only with specific teacher authorization.

      What do you think?
      --
      That what was all this school was for... to teach us how to solve our own problems. -- janeowit
    4. Re:I wouldn't do it by tverbeek · · Score: 2, Insightful

      what if the students are not in lesson, during break times or at lunch? They are allowed to chat to each other about whatever they want there in person, so why not do it online as well?
      Schools don't block frivolous uses of their equipment because they don't want kids to have fun; they do it because they want to make sure these tools are available for the purpose they were intended for: as educational resources. If the computer lab is full of kids surfing MyFace and chatting on AIMSN during lunch and breaks, then that lab isn't available to students who want to do some online research, type a paper, etc.
      --
      http://alternatives.rzero.com/
    5. Re:I wouldn't do it by RAMMS+EIN · · Score: 3, Insightful

      ``I salute schools that don't let kids play on the Internet when they're at school and should instead be learning.''

      You're supposing that the things that these schools are trying to block access to are not learning. By contrast, most people I know who are good with computers got there by doing things that authorities (parents, schools, ...) did not want them to do.

      I'm not saying limiting what children can do is a Bad Thing, but you have to consider that, by restricting them, you limit what can go wrong _and_ what can go right. Limiting bright kids in their development is an effective way of turning them into trouble kids.

      --
      Please correct me if I got my facts wrong.
    6. Re:I wouldn't do it by fruitbane · · Score: 1

      Unless it's a private school the school property is also public property. While I'm not sure I'd be willing to make this argument personally, it could be argued that if the filters, in any way, are not in the best interest of the children or the public then bypassing them is, if not an act of public good, an inconsequential act otherwise. However, the public property aspect may have an impact on the rules of the game. If it's a private school, the private property aspect could have an even bigger impact.

    7. Re:I wouldn't do it by hahafaha · · Score: 1

      That what was all this school was for... to teach us how to solve our own problems. -- janeowit

      Your sig seems to disagree with the content of your message... :-)

      But seriously, though, I don't see what the huge deal is. At my high school, we have many websites blocked. So, when I really need to go to a blocked site (I do not use MSN, MySpace or any such nonesense, but, for example, they had a site with old AMC, AIME, USAMO and IMO problems blocked, I just logged in to my computer at home via SSH and accessed whatever I want.

    8. Re:I wouldn't do it by Anonymous Coward · · Score: 1, Interesting

      "I salute schools that don't let kids play on the Internet when they're at school and should instead be learning. Sorry, school time is time that students should be using for, I dunno, learning."

      One problem is what exactly counts as reasonable. In my case, as a 6th form student (18, last year of school education), I find most of the restrictions to be rather frustrating, due to the way in which things are blocked. Games, social networking sites and such are open and free and unblocked, yet anything with the word 'network' 'administrator' 'security' 'settings' 'connect' and numerous other strange keywords are blocked at the proxy level. This makes it very difficult, considering I am studying computing and am hoping to go on to do Computer Science when I leave school. We can't even access the exam boards specification for the syllabus.

      After the IT support people promising to fix it around 2 years ago, and frequent 'we are working on it' messages since, using a proxy is about the only way around, and all I want to do is get a chance to learn and research!

      To take the angle that trying to avoid such a proxy is just to play games isn't always true.

    9. Re:I wouldn't do it by hahafaha · · Score: 1

      I can relate.

      For a very long time (though I think that it is now fixed), our school blocked a site that had old AMC, AIME, USAMO and IMO problems for no apparent the reason. The only possible explanation that I could give was that it had the word ``demon' in the URL. It was truly ridiculous.

    10. Re:I wouldn't do it by westlake · · Score: 2, Insightful
      I'm not saying limiting what children can do is a Bad Thing, but you have to consider that, by restricting them, you limit what can go wrong _and_ what can go right. Limiting bright kids in their development is an effective way of turning them into trouble kids.

      These are decisions for schools to make.

      These are decisions for parents to make. They are not decisions for you to make. This is where the Geek goes wrong.

    11. Re:I wouldn't do it by westlake · · Score: 1
      it could be argued that if the filters, in any way, are not in the best interest of the children or the public then bypassing them is, if not an act of public good, an inconsequential act otherwise

      judges have this odd notion that the interests of the child are best served by listening to those who are responsible for his care and instruction.

      not to the buttinski who thinks he knows better.

    12. Re:I wouldn't do it by JensenDied · · Score: 1

      Interestingly enough a couple years ago back when I was in hs I actually was using a *.mine.nu address (which I have since let that domain expire) to my home computer which was using a sort of crudely written reverse proxy I had made, Crudely since I wasn't motivated enough to make it work with POST data, meh.

      It was only used between about 3 people. I don't think it ever got reported though.

      --

      09:F9:11:02 - 9D:74:E3:5B - D8:41:56:C5 - 63:56:88:C0

    13. Re:I wouldn't do it by JensenDied · · Score: 1

      You're supposing that the things that these schools are trying to block access to are not learning. By contrast, most people I know who are good with computers got there by doing things that authorities (parents, schools, ...) did not want them to do.

      And in practice most schools limit, but are still easy enough to bypass. some will find solutions that already exist (web proxys) and some will create their own solution.
      The computers at my school were barely locked down, We could run *Nix from live CD's(Hell I was first introduced to a copy of linux when somone brought in a knoppix and RH cd's) or wipe the current OS if we wanted.
      --

      09:F9:11:02 - 9D:74:E3:5B - D8:41:56:C5 - 63:56:88:C0

    14. Re:I wouldn't do it by fruitbane · · Score: 1

      judges have this odd notion that the interests of the child are best served by listening to those who are responsible for his care and instruction. Given some of what at least a few school boards have been guilty of lately, and what some spectacularly "gifted" parents managed to pull on a regular basis, I can't say that I would necessarily agree with all judges on this matter. That said, I did specify that I didn't necessarily personally agree with the alternative take on things that I offered.
    15. Re:I wouldn't do it by nahdude812 · · Score: 2, Insightful

      You're supposing that the things that these schools are trying to block access to are not learning.
      I trust the school to make this decision more than I trust the kids. At work, if a site is blocked by our proxy which is legitimate, we can request that it be unblocked, and typically this is done within the same day, often within an hour of the request (unless its borderline, then it is escalated). I'm presuming that if a student contacted the administration with a compelling reason to unblock a site, that it would be (certainly if this is not the case, it should be), but I still trust the school to consistently make better decisions on this front.
    16. Re:I wouldn't do it by f_raze13 · · Score: 1

      My school had specific computers set aside for this sort of thing. They had about six computers set aside from the rest that were labeled EMAIL computers and students could access AIM or check their email from them. Of course, I could check my email from any computer, but you couldn't get in trouble for using these. An interesting concept for sure. I wonder if they're still there.

    17. Re:I wouldn't do it by phantomcircuit · · Score: 2, Insightful

      I am legally required to be in school.

      If I am legally required to be in school and what I am learning is censored.

      Then how can I hope to learn the truth?

    18. Re:I wouldn't do it by Anonymous Coward · · Score: 0

      Perhaps, but would you not say that government-run schools are beholden to the the public? We are obliged to see that our government(s) do as little damage as possible in the course of their operation. Especially to children.

    19. Re:I wouldn't do it by Ankur+Dave · · Score: 1

      I'm presuming that if a student contacted the administration with a compelling reason to unblock a site, that it would be

      Unfortunately, you presume incorrectly. My high school, for example, uses a WebSense proxy. When a site is blocked, the student is redirected to a page saying so, with a form to fill out if the site should be unblocked.

      The school proxy blocks both mozilla.com and sourceforge.net. I filled out the unblock form for both of these sites, but 6 months later, they are still blocked.

      While I accept that schools should block sites like MySpace, if they impose a blanket ban and don't make any effort to correct the filters, what choice do students have but to use a proxy?

      FYI, I run a Squid proxy and an SSH server on port 443 on my home computer. To bypass the proxy for sites that genuinely shouldn't have been blocked, I tunnel traffic over SSH to the Squid proxy.

    20. Re:I wouldn't do it by SanityInAnarchy · · Score: 1

      if the school moderately has their act together

      Could be. But in my experience, the kids more frequently have their act together than the school.

      Second, I believe that when school kids are on school property using school equipment, the school should get to decide what they're allowed to do.

      The big problem for me here isn't so much that the school's deciding what they get to do, but that a very flawed program is deciding what they get to do. My employer sure has the right to block my internet use, but they don't, because unrestricted Web access makes me much more effective at my job, and they can always glance over my shoulder or read proxy logs if they want to find out what I'm doing.

      Sorry, school time is time that students should be using for, I dunno, learning.

      Which is why in high school, at least one of my teachers taught everyone to use proxies. Basically, the school paid their ISP to filter our HTTP, but they didn't even try to implement proxies or outbound firewalls locally, so all you had to do was find a web proxy (we used megaproxy) and type https instead of http.

      Later, we replaced this with proxies like Squid and Polipo, run at people's houses, but the point I'm making is that the teacher was the first to teach us to use proxies, because too often, the filter got in the way of learning. We'd be trying to do a research paper, and half the research out there would be arbitrarily blocked, for no good reason. I used Slashdot, even, for current events and technology and such, and Slashdot is blocked because it has comments, and someone could *gasp!* swear in the comments, or even post ASCII PR0N OMG ITS THE END OF THE WORLD!!!

      MySpace and MSN don't qualify, if this is really what they're looking to get to.

      I never use MySpace, but I frequently use IM, even at work. I probably learn, and teach, as much through IM as I do hands-on.

      I suppose next you'll be wanting to block speaking in schools, period, because if you speak, you could be gossiping and wasting time? Never mind that speech -- and all other forms of communication -- are essential tools for actual education...

      For that matter, let's get rid of anything that's not always and immediately used for learning. No chairs, no desks, you sit on the hard floor, chairs are luxuries, you can learn there on the floor... No clothes, don't want you staring at each other's earrings and such and thinking about fashion while you should be learning...

      I hate to invoke slippery slope, but believe me when I say that the more open a learning environment is, the better. If you're worried the kids aren't focused, give them assignments, and mark them down when they don't complete them -- or better yet, actually supervise them, and don't let them use MySpace if it's not relevant -- or ask them to explain if it is relevant.

      hollared at as censorship or some other poorly-fitting term

      In what way is this not censorship? Or would you rather we make up a happy politically-correct bullshit term for it -- I don't know, "network restrictions"?

      Censorship fits. Burden is on you to show why it doesn't.

      "We think kids should be allowed to do whatever they want, but we also think you should make them learn material they don't want to at the same time."

      Wrong. We think kids should be allowed to do whatever they want, so long as it isn't illegal and doesn't prevent other kids from learning the material.

      And that really isn't mutually exclusive with learning the material. Believe it or not, some kids do want to learn, and some kids do want the grades. But if none of the kids want to learn what you're teaching, perhaps it's time to rethink what you're teaching and how you're teaching it?

      There was a physics teacher at my high school who was an absolute genius. He could probably

      --
      Don't thank God, thank a doctor!
    21. Re:I wouldn't do it by anthony_dipierro · · Score: 1

      Second, I believe that when school kids are on school property using school equipment, the school should get to decide what they're allowed to do.

      Yeah, if the kids want to browse the Internet, they should buy their own building! Umm, I mean no.

    22. Re:I wouldn't do it by Jjeff1 · · Score: 1

      Exactamundo.
      In my case I monitor outgoing proxy logs for popular web sites. Proxy sites get are immediately blocked and any student using the site gets written up and has their account suspended for at least a week.
      The sites which tend to slip through are the low usage ones, and sites that masquerade as legitimate (hint, click on Abe in the upper left).
      To be honest, I could really care less about what content the students look at, I fix the computers, not teach. But every student sucking down bandwidth looking at 50-cent videos is depriving another student the chance to use the Internet for legitimate reasons. That doesn't seem right to me.
      Also, knowing how irrational some parents can be... If little Johnny gets a look at some boobies via your site, parents will sue. Given that you're setting up a site specifically to avoid the content filter at that school, you should expect to get dragged into the middle of any parent/school lawsuits.

    23. Re:I wouldn't do it by UnderCoverPenguin · · Score: 1

      Limiting bright kids in their development is an effective way of turning them into trouble kids.


      and


      These are decisions for schools to make. These are decisions for parents to make.



      Having been one of those bright kids, and now a parent of an even brighter kid (and an average kid), I'm not so sure that the kids are less right than the parents or schools.


      Even other bright kids I grew up with are making the same mistakes their (and my) parents did. And, if anything, the schools are treating the bright kids even worse, today, than back then. The regular school very quickly labeled my one kid "ADHD". I chose to pay the higher cost of a private school. Within a few years, a scholarship for a much better school was offered. Unlike my parents, I let my kid choose whether to accept the scholarship.


      Other parents - including my own - protest that I am being unfair to my other kid. Perhaps, but I do not think so. And I fully beleive that, at least in this case, my one kid would know better than I.

      --
      Don't try to out wierd me, three-eyes. I get stranger things than you, free with my breakfast cereal. --Zaphod Beeblebr
    24. Re:I wouldn't do it by jd · · Score: 1
      Having (a) been a bright kid, and (b) taught a series of classes on the scientific method to 11/12 yr-old exceptionally bright kids (think IQ greater than 140 - not average, minimum), I can say that traditional schooling is simply not appropriate. Arguably, it is the schools decision to make, in that the students do not own the school, however each bad decision by a school only affects the school's average grade at the end of the year. Each bad decision could permanently derail the future of any number of those kids and wreck their ability to recover. Schools cannot be held to account for that, at present. Until a better system is devised, bright kids should be encouraged to break the mould as much as they can. It is the only way they can develop as whole, sane, rational individuals, rather than intellectual or emotional cripples.

      The ideal, in my opinion, would be to stream schools by both individual ability and by group ability, where individuals work well together. This would need to be fine-grained, say at the level of a series of classes, to be effective. Being good at one thing doesn't make you good at everything, and vice versa. This is going to result in multiple people having to teach the same class, but that's good. We've all encountered situations where a teacher was superb at explaining to some people but not others. This gives you the chance to simply schedule round that and ensure kids get teachers they learn best from. Encouraging the brighter kids to write up how-to guides would help solidify what they learned and provide potentially useful teaching material. Oh, and I'd limit a class to no fewer than 1 member of staff per 7-10 students at age 10, increasing as the ages go down.

      As for out-of-class stuff, which was the point of the original article, the more research they do, the better. Let the kids accelerate their own learning. There's a lot of good stuff on the Internet. True, there's a lot of crap there, too, but kids need to learn how to filter the noise from the signals and so long as the kids feel comfortable around the staff, the Internet is probably one of the safest places to learn how to filter. Yes, there are dangers, but that's why it is vital to create an atmosphere in which kids and staff coexist rather than fight it out. Sure, this isn't a perfect remedy, and even if it were, no school would ever dream of adopting such revolutionary ideas, but it's an option nonetheless. A lack of use doesn't equate to a lack of existence.

      To answer the original question: Depends on the school. If the school is dictatorial, then a way for the kids to act out safely is extremely ethical, although not necessarily lawful. If the school is moderate but the computer department is a little strange, then I'd say it's both ethical and lawful. In all other cases, it's an almost impossible question to answer. Too many variables, too many unknowns.

      --
      It's a small world and it smells funny; I'd buy another if it wasn't for the money; Take back what I paid (SoM)
    25. Re:I wouldn't do it by Jussi+K.+Kojootti · · Score: 1

      Without access to Myspace, I don't think you have any hope. Just give up.

    26. Re:I wouldn't do it by cpthowdy · · Score: 1

      You can totally do all that with Astaro

    27. Re:I wouldn't do it by Oculus+Habent · · Score: 1

      Excellent. thanks for the info.

      --
      That what was all this school was for... to teach us how to solve our own problems. -- janeowit
    28. Re:I wouldn't do it by bogjobber · · Score: 1
      Second, I believe that when school kids are on school property using school equipment, the school should get to decide what they're allowed to do. My employer sure has this right, and it's also certainly a firing offense for me to bypass it.

      If it's a public school where a child's attendance is mandatory, it's a massive difference between that and you working for a private corporation. If all they're blocking is myspace, porn, etc. then they're probably doing ok. Public schools have in the past shown that they will censor anything even remotely objectionable. For many kids, school is the only place that they have access to a computer. So in general, helping kids get around the blocks isn't really that bad. I don't know what the hell I would've done in school if I wasn't able to use proxies. They had a ridiculous amount of websites banned, even ones that contained legitimately useful information. Besides, it's a joke to say that kids are learning all the time when they're in school. 95% of your time in public school is spent talking or playing around anyway.

    29. Re:I wouldn't do it by bogjobber · · Score: 1
      I'm presuming that if a student contacted the administration with a compelling reason to unblock a site, that it would be (certainly if this is not the case, it should be), but I still trust the school to consistently make better decisions on this front.

      Sounds like someone that never had to deal with your average high school administrators. At my school we were pretty much treated like criminals (somewhat justified but it still sucked). Our computer teachers just taught us how to use proxies because: 1) it was easier than attempting to convince idiot principals that the website we were visiting was ok and 2) we actually learned something useful.

    30. Re:I wouldn't do it by nahdude812 · · Score: 1

      When I was in high school, our computers didn't have Internet access at all, and today I'm a web developer. Not having access to the Internet at all didn't seem to hold me back. I don't see that it's that different for kids today except that somehow people have developed an opinion that kids need this to learn meaningfully all the sudden.

  9. Create a policy by Anonymous Coward · · Score: 0

    Create an accectable use policy which forbids illegal and unethical activity. Then create a process which ensures a response to reports of abuse. In most jurisdictions, you've covered your butt.

  10. Dear Slashdot by Anonymous Coward · · Score: 5, Funny

    Dear Slashdot,

    Last night when I was standing in front of my local 7-11 waiting for my bus, two teenagers came up to me and asked me to buy them some beer. I like having a beer as much as the next guy, but is it ethical for me to buy it for them?

    1. Re:Dear Slashdot by Anonymous Coward · · Score: 1, Funny

      You rode the bus to a 7-11?

    2. Re:Dear Slashdot by Sloppy · · Score: 1

      Yeah, that pretty much is the same issue. Sure it's ethical, but powerful people oppose you and don't be surprised if your life suddenly turns very unpleasant after you meet an undercover cop. You knew the risks.

      --
      As copyright owner of this comment, I authorize everyone to defeat any technological measure which limits access to it.
    3. Re:Dear Slashdot by danimrich · · Score: 1

      Bad comparison. Providing alcohol to people under the legal drinking age is expressly forbidden in many countries.

      --
      where's all that Karma?
    4. Re:Dear Slashdot by UnknownSoldier · · Score: 1

      Wtf difference does it make if they are 1 day shy of 18?

      Morally/Ethically there is no difference.
      Legally, there is.

      It is up to every person to decide when and where those two intersect, and when they don't.

    5. Re:Dear Slashdot by tepples · · Score: 1

      Providing alcohol to people under the legal drinking age is expressly forbidden in many countries. But why should the legal drinking age be set at the maximum human life span, as it is in several countries?
    6. Re:Dear Slashdot by Anonymous Coward · · Score: 0

      I consider it a duty to provide alcohol to those legally baned form purchasing it themselves. The government has no right to rule what we can ingest if we so choose and I refuse to be a party to such a charade. P.S. I'm A.C. because of possible jail time, and yes I will give it to my kids if they so ask.

    7. Re:Dear Slashdot by pseudosero · · Score: 1

      Some stranger without a coat asked me to buy crack the other day, I declined but I realize that it is probably his livelihood, his profits allow him to eat and smoke crack for another day. Is it moral and ethical for me to refuse, and deny this man what he requires?

      --
      sometimes, nothing.
    8. Re:Dear Slashdot by Anonymous Coward · · Score: 0

      Give him money, and tell him he gets to smoke the crack himself.
      You probably didn't want the crack anyway, so if you feel that supporting another's livelihood is a good thing regardless of the circumstances, then yay for you.
      He gets the cash, AND gets to get buzzed.
      Everybody wins! (assuming you have a little money to burn)
      -os

    9. Re:Dear Slashdot by Anonymous Coward · · Score: 0

      No it is no ok to buy them beer.

    10. Re:Dear Slashdot by oSand · · Score: 1

      I haven't seen a situation yet where buying beer is the wrong thing to do

    11. Re:Dear Slashdot by Joebert · · Score: 1

      Last night when I was standing in front of my local 7-11 waiting for my bus, two teenagers came up to me and asked me to buy them some beer. I like having a beer as much as the next guy, but is it ethical for me to buy it for them?

      Only if they buy you some, free beer trumps all.
      --
      Wanna fight ? Bend over, stick your head up your ass, and fight for air.
  11. Sounds bad by solevita · · Score: 3, Interesting

    You didn't say what size school it was, but a thousand students? That could be an entire school. So, some kid has told you that his entire school wants to get round the filtering and wants you to help. How are they going to advertise this service without alerting parents or teachers? How can you be sure that one talkative student isn't going to tell her parent's that she can get on MySpace because "some computer guy is helping them out"? How long do you think it'll take those parents to report you as an online MySpace sex pest?

    Leave school stuff to school kids. If you really want to help them out, tell your friend about free proxies that he can find via google, or even better, TORpac. Even better still, tell the spoilt brats to wait until they get home. If you want to earn some more money, either work harder at your present job, or look for a new one.

    I don't want to sound blunt, but there's better ways of making a living than facilitating kid's "social networking".

    1. Re:Sounds bad by khallow · · Score: 1

      I don't want to sound blunt, but there's better ways of making a living than facilitating kid's "social networking".

      Well, not everyone can be a firefighter. And it's not ignoble, like being a car salesman or lawyer.
    2. Re:Sounds bad by solevita · · Score: 3, Funny

      Well, not everyone can be a firefighter. And it's not ignoble, like being a car salesman or lawyer.

      True, but not every job requires you to log on to Slashdot to see if it's morally correct or not.

    3. Re:Sounds bad by khallow · · Score: 1

      Touche.

  12. It's up to you... by Helix150 · · Score: 3, Insightful

    Legally, create an AUP which people must click through that basically says you wont use the site to do anything bad, surf porn, etc. IANAL tho.

    Morally though, that only you can answer. You bothered to ask, so that may be your answer right there. Personally I think school filters are annoying and pointless, because everybody assumes that the second you turn 18 you somehow become magically mature enough to handle porn/violence/cigarettes/lotteries, things which you apparently couldn't handle at 17.995. Schools just want to cover their butts and I can't say I blame them. However our society as a whole is increasingly becoming a nanny-state where people must be 'protected' from 'bad things' rather than educated about them and informed on how to protect themselves or make good choices.

    Realistically though, whoever runs IT on the school probably isn't stupid. If they see a bazillion hits to the same site they'll probably check it out, and figure out what it is. At that point it gets blocked. And if you don't use HTTPS, they can just traffic sniff it.

    What I would do is make the site go HTTPS immediately, and the resulting page looks like a search engine, and function like one with a google API or something. Have your friend encourage everybody to use it as a search engine as much as possible, so the resulting traffic spike doesn't look suspicious. However script it so if you search for a particular string of terms (IE the password of the week) it dumps the facade and takes you to the proxy page. Also have a cookie so if you manually punch in the address to the proxy page w/out first searching for the password, it takes you back to the search page. This should make it last quite a bit longer.

    --
    --IronHelix
    1. Re:It's up to you... by Anonymous Coward · · Score: 0

      Realistically though, whoever runs IT on the school probably isn't stupid. If they see a bazillion hits to the same site they'll probably check it out, and figure out what it is. At that point it gets blocked. And if you don't use HTTPS, they can just traffic sniff it. In my experience, I know more about the computer system than the people who run IT at the school I'm at.

      The web filter does it's job by filtering games, though on many occasions i've had things filtered with a message telling me that it's blocked because it's educational. Wikipedia gets blocked. They block anything political, a lot of news sites.

      Proxies help me get my work done, half the time. I set one up on my server and password protected the dir to stop huge amounts of traffic.

  13. Censorship? C'mon, now by svunt · · Score: 4, Insightful
    There's a big difference between you doing this for some Chinese students who have 90% of the web blocked, but blocking myspace/messenger at schools is NOT about censorship, it's about saving PCs and bandwidth for people using those facilities for their fucking educations. There's no 'sticking it to the man' getting around a myspace block, you're not freeing the masses from tyranny, you're helping to fuck things up for people using school resources for school.

    My advice, don't be a dick, if people need their goddamned myspace they can buy a computer and an internet connection. I get sick and tired of waiting in a queue at uni to use the library catalogue because every 18 year old tool is busy "LOL ASL"ing away on the machines my fees pay for.

    Ah, that rant felt gooooood.

    1. Re:Censorship? C'mon, now by DaMattster · · Score: 1

      Excellent point about bandwidth and a political statement. Also, schools want to eliminate the ability to view what they deem, objectionable material. If you did not have some kind of proxy in schools, our children would be even further behind than the world at large. They would be surfing instead of learning . . . . er, maybe they do that already. I can't help but notice that the Europeans place less emphasis on censorship, period! I'll hedge a guess that the school-based proxy might be the exception, rather than the rule but I do not know for sure.

    2. Re:Censorship? C'mon, now by chaoticgeek · · Score: 1

      I agree, when ever I want to go print off a paper for a class I have to either wait or leave my building and go to another computer lab and it is just too cold out to do that. I hate it when I go into the small lab they have set up and have all but one person using facebook/myspace. I want to print something off and everyone gets pissed off if you ask if you can log in quickly to print it off. It is not like they are doing anything important. I think that the university computers should be monitored so that when people are on myspace or facebook for more than 10 min they get kicked off the computer. I would love that...

      --
      hello
    3. Re:Censorship? C'mon, now by edschurr · · Score: 1

      That's about what I was going to say.

      Also, Mav, does the electorate want you screwing with their schools? So yeah, this isn't Red China, get some perspective. Would you want people screwing around in your district without voting? Besides, MSN is just going to be used to waste more time in class. School computers get used under more circumstances than lunch-time. When I was in Tech 11 and 12 the majority of the class would waste time thanks to the unengaging teaching and poor Internet control. It would be a miracle a year later if those students even knew the name of the programming language they used.

      (However, I wrote and installed software on the lab computers, giving myself power over who could and couldn't play games, getting me in with the 12th graders to play Starcraft and Jedi Knight. Then years later I disabled Deep Freeze on most of the computers and everyone could install any software they wanted. So, uh, I was actually pretty much the problem, ahem. But I'm more concerned about education now...)

    4. Re:Censorship? C'mon, now by Anonymous Coward · · Score: 0

      ... for their fucking education

      For that they need unrestricted net access. I sure went to the wrong schools...
    5. Re:Censorship? C'mon, now by Anonymous Coward · · Score: 0

      This is why decent universities put one or two computers in the lab setup to log off anyone after 15 minutes (of course, there's a sign on it too). You can use it for your catalogue access, printer access, transferring your homework to a floppy disk for the stupid professor access, etc, etc. 15 minutes is normally enough time for these things, but makes using the computer for developing social skills a poor choice.

      If my local library can do this (and they do), why is it that the administration at your university is so near brain-dead? Is it because everyone tells them to ban things instead of offering them a decent solution? I'm thinking it must be--I say don't attribute to malice what can be attributed to ignorance. The fact they haven't followed the bad advice at least shows there's enough spark left in the admins that you should be able to present this idea to them and have the issue resolved amicably.

      And you don't even have to tell them an AC on slashdot suggested it. Pretend it's your idea. I don't care. I just like to see people with free access to the internet. That'll be enough to keep me happy.

    6. Re:Censorship? C'mon, now by barzok · · Score: 1

      What, exactly, is the educational value of MySpace?

      Compared to the risk it puts the school at, is it greater than or less than?

  14. IANAL by SmallFurryCreature · · Score: 2, Interesting

    So I won't comment on the legal aspects. Ask a lawyer.

    The moral aspects are easier, because you don't need a degree to argue ethics. Just an over inflated sense of self importance. Check.

    Is it moral to do X? Well, that depends, on you, the society you live in and how willing that society is to beat in your head for violating the morality of that society.

    Is it moral to have sex with your childeren and then kill them for your own pleasure? I think the general opinion is not.

    Is it moral to kill thousands of childeren each and every year because you like to drive to fast/drunk for your own pleasure? Look at the number of childeren killed year in year out because of dangerous driving and I think that the general opinion is yes. Except offcourse nobody will admit it.

    Morality is a complex thing and it seems to have a lot to do with whatever the "people" can be bothered to get upset about. Or rather a small group of people can be bothered to shout very loudly about without anyone else shouting back.

    It ain't even consistent. On a small scale people might agree on say restricting road speeds near schools, but if you suggest that the speed across the entire town is brought down to a safe limit, or even worse, put up camera's to enforce the speed limit, then you find yourselve with massive opposition. Or at least very loud and that surely means massive.

    At the moment you got a "thinkofthechilderen" movement who is very massive, or at least very loud. They say, that it ain't right to let childeren access places like myspace unrestricted. Are they right? Do they even represent a majority of the people? Do you consider what the majority considers to be right, to be right? Note that the "thinkofthechilderen" group can't seem to be bothered by the deaths in traffic wich outnumber the victims of sexual predators.

    I myself got the following problem with this idea.

    Not to long ago there was a police request for witnesses in a the free dutch newspaper metro or spits about a rape case. A woman returning from a date late at night had been assaulted and raped walking back alone. A comment by a collegue was that her boyfriend should have walked her back.

    In a way he was right except that he shouldn't be. Should women be restricted from were and when they can walk because some men are rapists?

    Should childeren be banned from socializing online because some people prey on them online?

    The next step in that logic is that they asked for it. This is the old sexist way of thinking wich I definitly think is amoral.

    So I don't think childeren should be prevented from accessing spaces like myspace. Restrict the criminals, not the victims.

    Is it then moral for you to break restrictions against childeren that can be considered by some to be morally wrong.

    Well, obviously not. The only thing that could be wrong if you consider breaking that restriction itself to be a morally wrong act.

    Like say, you consider it morally wrong to let someone starve to death but your only option would be to steal the food wich you also consider to be morally wrong. A choice of the lesser of two evils.

    But I find it hard to consider a proxy to myspace to be morally wrong on its own. Myspace may be wrong, but not on any moral grounds.

    Say you provide the access to these childeren. This results in them posting their details on myspace. Someone else uses these details to hunt one down and rape and kill them. Are you then morally to blaim?

    That depends on the morals of the person judging you.

    Is the boyfriend in the above real example to blaim for not escorting his girlfriend home? Is society as a whole? Is the girl? Or is it just the rapist and nobody else that should be held accountable for what happened?

    If you provide access you provide access for, what I would consider, a in itself harmless actions. There are plenty of safe ways to behave on myspace. You do not make these kids behave in an unsafe manner. Part of living is t

    --

    MMO Quests are like orgasms:

    You may solo them, I prefer them in a group.

    1. Re:IANAL by Noishe · · Score: 1

      When you grow up and have children, or perhaps you already have and do, well...

      your children are very lucky to have a parent like you. whether they exist in the present, or the future.

      May your moral compass be a beacon to guide those who are lost.

  15. The moral thing by Threni · · Score: 1

    It's up to you to argue for it. At the risk of starting a mindless flame war, it's possible to argue for or against abortion, capital punishment etc and both sides usually believe that they are the only side to be acting morally.

  16. Morality is relative. by subreality · · Score: 2, Insightful
    What sounds better to you?

    * Children should be raised in a sheltered environment, so that they don't encounter controversial opinions they might not understand without the proper context.

    * Children should have free access to information, and shouldn't get a rose-tinted view of the world. The only way they'll get the context to complex issues is by being exposed to discussion about them.


    Or another pair:

    * The law should be respected regardless of if you agree with it, because it's the foundation of civilization.

    * What's right and what's legal aren't always the same, and I prefer to do what's right.


    I think that someone who believes in any of the opinions above, and lives by them, can be a moral person. You need to think about what YOU believe in. We can't answer that for you.
  17. what an issue! by DaMattster · · Score: 1

    In this day and age, I'd say it's best for you to cut your losses and run, legality notwithstanding. The laws are so muddied that it wouldn't surprise me in the least if you could and would be held liable for the students actions. It sounds like this third party is doing something illegal to generate traffic. He is even soliciting criminal activity from a student body. This would give me pause to even trust that individual.

  18. Why even get involved? by The+Mutant · · Score: 1

    Where there are loads of free proxies already available.

    Many will even pass through https traffic. Personally I use MegaProxy so the banks NetCop can't snoop, but even the free sites are feature rich these days.

    I'd say just stay away unless your friend can offer up a better explanation.

    1. Re:Why even get involved? by Anonymous Coward · · Score: 0

      Access Blocked - Content Alert

      The URL: http://megaproxy.com/ was blocked

              * The link you are accessing has been blocked by the Barracuda Spyware Firewall because it contains filtered content, the content belongs to the category of: proxies

              * If you believe this is an error or need to access this link please contact your administrator.

  19. Proxy, controlled proxy, or open proxy ? by tinkertim · · Score: 1

    Proxy = good, as other people have pointed out information is supposed to be available to everyone all of the time.

    Giving something to someone's child allowing them to circumvent parental authority is bad. The school's authority? I'm kind of split down the middle. Legally, you'd be screwed and could be held accountable if you're a US citizen.

    A kid would ask for a proxy to use his myspace account meanwhile dreaming of the gigs of porn he's going to download on county bandwidth. We're rather evolved, but giving kids porn is still frowned upon. It comes down to , do you have and can you show you had a reasonable expectation that you work would not be used to break laws? If the child used the proxy to do things that would not be illegal for a minor to do outside of school, you should be ok (but could catch some flack). But you can't count on kids to use things as intended.

    If you configured phpproxy, for instance so that if the requested URL was ! myspace.com or somedomain.com, then you've done what is called 'due diligence'.

    If you put up an OPEN proxy with no restrictions, then you can have a reasonable expectation that your proxy WILL be used to break laws (mostly CC fraud), which would make you rather irresponsible, and accountable.

    The same debate can be applied to Gun makers enabling criminals to do bad things.

  20. Pointless by Anonymous Coward · · Score: 0

    As soon as the school's network admin finds out that MySpace and MSN are being accessed through your proxy he/she will simply block your proxy as well.

    It is not worth your effort, as their access to your proxy will not last long.

    Though if the admin has allowed users the privilege to set their browser's proxy, then they can simply use a list of public proxies to change the proxy in use regularly to stay one step ahead of their network admin. If their admin is clever enough they can put a stop to that easily enough as well.

    School has nothing to do with MySpace or MSN, and I agree with blocking that trash from entering an institution of learning. (sad as they might be these days)

    The kids can use their cellphones for that crap, let their parents pay.

  21. Contributing to the Delinquency of a Minor by Doug+Dante · · Score: 1
    I'm not a lawyer.

    Most states have laws against "Contributing to the Delinquency of a Minor". If I were making a buck off a kid who I knew used my service to do something illegal, or even possibly if I knew that it was reasonable to believe that some kid using my service would eventually do, then this law would apply to me.

    --
    The world will not get better through technology. We must seek to be better people.
  22. From the school IT perspective... by Anonymous Coward · · Score: 3, Insightful

    While I will not answer to the legal or moral aspects of this question, working as a system/network/security admin in a K-8 school district I do have an opinion.

    As with many places these days IT departments (if there even is a department) in k-12 educational facilities are understaffed, under-funded and over worked. This is not a complaint this is just stating the facts. There are several districts that I can think of off the top of my head that do not have a full time technician or administrator. The care of IT systems is left to the librarian, math teacher or whomever is the most "technically inclined" teacher or staff person in the building. They will get paid a couple grand to do this as well as their main job of teaching. The main work is left to consultants who might be good. But nevertheless are only onsite when called for. This is not the description of some poor district in "Middle America" either. (No offense to the poor districts in Middle America) For the districts that or fortunate enough to have an IT department the staff is busy with the maintenance of the districts networks, systems, training users, etc. There is little time left to monitor the browsing habits of a 14 year old. We rely on content filters with updated rule sets and teachers who spot a kid doing something bad in class.

    I would humbly request that you do not open yet another proxy. That will eventually end up on my content filters list. But students these days are not looking for free access to information. They are looking to bully the kid next to them. They are looking to surf sites that no 14 year old should be on or play games during class because they are too important to learn.

    I am all for students pushing the edge and learning. I applaud the first kid who figured out that a proxy would work on content filters. If they figured out why I would even be happier. Heck I would explain it to them if they asked.

    Hopefully someone reads this and figures out that it would be nicer to help out the school district in their area versus work against it. It has a hard enough time educating your children or friends. Why make it work harder than it reasonably needs to?

    1. Re:From the school IT perspective... by chaoticgeek · · Score: 1

      We had three guys who worked to cover six different buildings. In the high school they had a tech team class where students helped them out. I took that class and they went through lots of problems and we would get calls when someone screwed up the entire network. A few times the librarian plugged a cable from the router back into itself and took down the network during peak time. Fun stuff. They were severely understaffed because they had three guys who knew a lot and then a handful of us who knew a little but still we could not do any work that was deemed "private." We never got to work on the teachers computers because lots of teachers save their passwords on their computers so it was a issue of if we found out the passwords we might mess with the system. My last year they had such problems and then they switched to Apple.

      --
      hello
    2. Re:From the school IT perspective... by Anonymous Coward · · Score: 0

      Yeah, but what happened at band camp? Get to the point, already.

  23. Some school teachers are just dicks by Anonymous Coward · · Score: 0

    Even worse are the high school IT administrators and librarians who just get off on blocking sites. Block MySpace? Good riddance. Block webmail? You've got to be joking. These people are so far down the food chain they need to get their jollies pissing off kids.

  24. Call a lawyer. by GodInHell · · Score: 1
    If the school is tech savvy, they will block you after a few days, and your server will be a nice hunk of software without anything to do. If they're not, I would worry about the school administration contacting the police - they will look for ways to jam you up.

    I don't know of any basic theory of civil law which would allow a claim by the school - but local laws can add to that, and I'm not faimilar with the DMCA or the child protection laws.. but I would look to those as sources of trouble as well.

    If the children's parents decide to press the issue, they might be able to bring a claim for interference with their rights as parents to regulate their children's media diet.. which they have a right to do (sorry, ideas should be free folks, I'm just addressing the current state of affairs).

    My real fear for you would be a criminal charge.. something like intentional circumvention of a security system, or contributing to the "corruption of a minor". That would have to depend on the statutes in your state.. here is one of the NY statutes that might apply (just as an example of the stretch:

    N.Y. Penal Law 260.10(1) provides that a person is guilty of endangering the welfare of a child, a class A misdemeanor, when he "knowingly acts in a manner likely to be injurious to the physical, mental or moral welfare of a child less than seventeen years old or directs or authorizes such child to engage in an occupation involving a substantial risk of danger to the child's life or health." Persons charged with endangering the welfare of a child under N.Y. Penal Law 260.10(1) need not be a parent, guardian or otherwise in loco parentis. Bold added for emphasis: source NYPRAC-CRIM 32:10 (West)

    Acts creating a risk of harm to the child within the meaning of the endangerment statute include the infliction of excessive corporal punishment, supplying children with alcohol or drugs, having a child join with an adult in criminal activities, involving a child in sexual activity,[FN15] failing to provide a child with required medical treatment or other medical necessities, or other miscellaneous conduct creating a risk of harm to a child. ibid

    So, if these students are engaging in sexual or drug oriented collusion through myspace, and you are knowingly enabling that access, the prosecutor might ask the court to stretch the existing law to cover those facts. It's within the light of reasonableness to my ear (not saying it would happen, but it could happen).

    On the other hand, maybe nobody cares.. who can say, get a lawyer.

    -GiH
  25. Just study harder and leave the web for college... by sjs132 · · Score: 3, Insightful

    I work for a HS... We have filters and such because we are REQUIRED by law... Because somewhere along the line, the overwhelming majority of your parents thought it was a great idea to keep you safe from all the CRAP that is 99% of the internet.

    It Pisses me off to no end when little snaughts think they are hot just because they can find a proxy and surf myspace or adult sites.

    (Yes, after 7 years in HS and 5 yrs before in college support, I've grown cynical of the crap that is turned out as brains...)

    MySpace and other social networking sights (yes, this is gonna be a blanket statement) are worthless and BAD for children. I don't care about the age 18 thing.... If you need "faceless" friends that bad, then purchase your own pipe at home and surf from there... but considering that we are ALL paying for the internet in schools (Universal Cost recovery Fee/tax on phone bills) then it is a waste of my time and the money of the tax payers for you to be using it to watch the latest viral video advertisment from coke or pepsi. (Product placement... watch for it...then ask how many of those vids are "REAL") Or looking for boobies on myspace or google images.

    I admit that there are some legit uses for a proxy... like if you live in China or some country where access to books and information is banned by the gov, etc.. BUT, using it to bypass a school filter is NOT a legit reason.

    The second reason the filter exists is because you should be LEARNING! Not learning how to hack/bypass things, but shit that matters.... This is one of the reasons (IMHO) why we rank so low on the global education scale... The internet should NOT be in cassrooms, Computers SHOULD NOT be in classrooms. Maybe a computer teacher with overhead and possibly smartboard, but nothing else... Have a few labs for the classes teaching computer software @ HS Level and a bank in the library... As it is now, 4/5 computers per room results = teacher that cant watch and guide the kids to use the internet in any responsible manner.

    Get a life... Go HOME to get your vids/kicks and actually LEARN in school... When you get to college, you can waste YOUR parents money on MUDS and MOOS and I don't give a crap. (Ok, that gave away what I did in college...)

    Most important, RESPECT the schools computers, we are just trying to do our job, and follow the rules that have been laid down by your parents! (And they supposedly care and love you...)

    --
    --- Relax, that mass muderer is just trying to reduce our carbon footprint, one fetus at a time...
  26. I disagree... by badenglishihave · · Score: 1

    As a student who is paying his own way through school, I do not see why my college should decide for me what I do and do not have access to (in terms of gaming in particular). Obviously the legal implications of file sharing networks justify blocking p2p traffic, but my school (and many others) see fit to block all internet gaming.

    I assume you are an adult who has graduated from school at some level. Let me tell you that I as a student share your sentiment as I look around and see many of my friends addicted to games like World of Warcraft which they play through proxy servers. They neglect work and fail classes. And you can call them kids all you like but they are legally adults and they are paying the school for their education opportunities, not the other way around! I do think that if the parents are paying for the education, they should monitor their child's grades and if he fails out tough luck, he's on his own.

    At 20 years old I agree, I'm still a kid =) . But you know what? I see nothing wrong with relaxing as a single young adult by playing games every now and then. How is this even taxing on a school's servers? Many games still have netcode optimized for 56K! Why should my school tell me what I can and cannot do in my free time? I am paying my school for its reputation as an academic institution, not as a parental unit.

    1. Re:I disagree... by Sancho · · Score: 1

      I don't know who made that decision for your school, or why, but it might not be as nefarious as you think.

      While games tended to be optimized for 56k modems, they usually aren't optimized for all types of routing equipment. That is, MMOs in general and WoW specifically tend to spew out a huge number of packets per second (pps). Lots of network gear is optimized for throughput rather than pps, so lots of really small packets might actually cause it to choke.

      It's also possible that you've got a smaller pipe, and even if game playing doesn't completely saturate the link, if it prevents educational use of the connection, it's pretty reasonable to limit or block it. After all, with most colleges, you're welcome to move off-campus and get your own connection.

    2. Re:I disagree... by nahdude812 · · Score: 1

      Sorry, I meant to discuss high school / junior high students, not college kids. In college, you should get the freedom to make mistakes with how you use your time, including spending all of it gaming or surfing MySpace. This is the time of life where people are established to learn personal responsibility.

      My guess is that the filters they have in place at college are meant to conserve bandwidth. Right after I started university, they established dorm room connectivity, and brought a whopping (for the time) three T1's in. The first year it was awesome. The second year, it was usable. The third year students were turning to dialup because it was substantially faster.

      I don't think it's within a university's capacity to really bring in enough bandwidth to satisfy total student desire for it. No matter how much bandwidth you give them, they'll use it up and want more. I think it's reasonable for schools to limit usage in order to keep the network as a whole usable. Some schools do this by giving each student a bandwidth allowance. Some schools do this by restricting certain high-bandwidth non-educational activities. Maybe your school's system isn't perfect, but I doubt they seriously think they'll get their jollies by keeping you from gaming. Most schools are all about freedoms, and unless your school is different, they probably had a significant discussion on alternatives to blocking before they implemented it.

    3. Re:I disagree... by anthony_dipierro · · Score: 1

      In college, you should get the freedom to make mistakes with how you use your time, including spending all of it gaming or surfing MySpace.

      OK, but your argument was that "when school kids are on school property using school equipment, the school should get to decide what they're allowed to do". What about when college students are on school property using school equipment?

  27. Ethical? Depends on your view. by Unknown+Poltroon · · Score: 1

    I would say use your judgement, especially if they're over 18. Legal? No.

    --
    All Troll + "offtopic" mods are meta moderated as "Unfair", because you abused the system.
  28. Advertising Targets by Arckanghel · · Score: 1

    Keep in mind who your advertising targets are and your reputation. If you are connected with the pages, will you be ok with the public knowing the service you have been helping provide.

  29. Not just problems with ethics but also business by Ashtead · · Score: 1

    First there is the questionable ethics of providing filtered sites to high-school students, things like MSN messenger and MySpace, which is much in the same league as cell phones, and are used for similar purposes, which are frequently quite OK, but which also might include bullying, and this might be one of the reasons why the school has put up the limitations to begin with.

    Going around this filtering seems to be similar in spirit to aiding and abetting a crime. I don't find this particularly ethical at all, but that's just my opinion. Then chances are that if, or rather when, this site is discovered to be yet another proxy by the school administration, it will become blocked as well, and what does this help anyone then?

    That's just before even considering any legal hassle that may ensue. IANAL so I'm not gonna speculate any further on this.

    Then there is the financial reasons for doing this that just don't seem to make sense to me. It will be done for free, with advertising revenue, from the same high-school students that presumably will use the service? What are the spending potential of these? It will depend, it might sell cell-phone ringtones and suchlike, but there seems to be some obvious limitations in the amount of money these students have to spend. And when the filtering starts, then the ad-reading and presumably profitable customers go away.

    Heh, all that trouble, and for free with uncertain ad revenue -- how good business is this?

    --
    SIGBUS @ NO-07.308
  30. Easy ethics, potential risks by Sloppy · · Score: 1

    The ethics here are actually pretty easy. This desire to block a particular website, is someone else's rule, not yours. Nobody ever asked you if it was a good idea; you had even less representation in this decision, than your distant Senator in Washington who doesn't give a damn about you.

    There's nothing wrong with not playing along with someone else's game. Dude, lose the guilt.

    The risk, however, is substantial, unless your proxy is really dedicated to providing access to that one website. I'd caution you against this, for the same reason I caution people against running open wireless access points. You don't want the secret service visiting you to ask why you sent a presidential death threat, you don't want the RIAA sending you DMCA notices, you don't want your address banned from various services for reasons that aren't your fault, etc. If you proceed with this, you might want to at least keep substantial logs so that whenever anyone really powerful comes after you, looking for vengeance, you're able to pass the buck.

    --
    As copyright owner of this comment, I authorize everyone to defeat any technological measure which limits access to it.
    1. Re:Easy ethics, potential risks by LWATCDR · · Score: 1

      "There's nothing wrong with not playing along with someone else's game. Dude, lose the guilt."
      How about this. The bandwidth and the computers belong to the school. Doesn't the School have the right to decide how it's resources are used? While your self centered view is interesting it is also pretty anti-social. These kids could access these sites at home and let's face it MySpace is pretty much a vast wasteland without any real value. If you want to set up a free cyber cafe and let kids use your computers and your bandwidth that would be your right.

      --
      See my blog http://ilovecookes.blogspot.com/ for light hearted technical information.
    2. Re:Easy ethics, potential risks by anthony_dipierro · · Score: 1

      How about this. The bandwidth and the computers belong to the school. Doesn't the School have the right to decide how it's resources are used?

      If it's a public school, I'd say no. But let's assume it's a private school. Does a private school have the right to decide how its resources are used? Not if it involves forcing third parties to enforce its policies. If a private school wants to stop its students from accessing Myspace, that's its right. But it's not the right of that school to force others to help them do it.

    3. Re:Easy ethics, potential risks by LWATCDR · · Score: 1

      actually a public school does have the right. The elected school board decides. You can not take one of the drivers ed cars for a joy ride or borrow tools from the shop class over the weekend.

      --
      See my blog http://ilovecookes.blogspot.com/ for light hearted technical information.
  31. So simple even a cavemen figured it out by Anonymous Coward · · Score: 0
    School resources, school rules. Since they block, the moral high ground is to not help others at the school circumvent their restrictions. All other legal, political, opinion, etc can be taken up with the appropriate administrations.

    This shouldn't have even made slashdot.

  32. The proxy admin is the unethical/immoral person. by Anonymous Coward · · Score: 0

    Schools are, as you should know, places of learning. This acquisition of knowledge extends far beyond the subjects that are taught in class. Students also learn social skills, for instance. They have to face the realities of the world, including drugs and sex.

    So when we consider that schools are where students should learn about all topics, including those which may disgust and offend some people, we have to realize that the only people being immoral or unethical are those who set up the filtering proxy in the first place.

  33. Mod parent up, please by mysticgoat · · Score: 4, Informative

    If you're even bothering to ask this question, then i believe you might not want to do it.

    Mod parent up, please.

    It appears that author of TFA feels they face a moral dilemma and seeks the opinion of a peer group for an answer. Does anyone else see a problem with this behavior??

    Not everyone has a strong moral compass, and that's okay. Not everyone needs one. And in any case we know so little about how morals and such are internalized that we can't even study the subject objectively, let alone provide anyone with a procedure for how to strengthen theirs.

    Living without morals or ethics is not a great hindrance. For example, the last 20 odd years have shown that a man who is not ethically or morally encumbered can become the richest person on Earth. So don't worry about having a weak moral sense; there are other ways to lead a good life.

    For instance, there are all kinds of WWJD models. Choose a couple of people who have made tough moral/ethical decisions that you admire and study them until you could predict what they would do when confronted with any of the tough problems you bump into. Then do the same thing as they would do. To an outsider, it would appear that you have a strong moral compass when all you are really doing is relying on your ability to imagine how some Good Guy would behave in the given situation. Heh, maybe that's all there is to this morality business— who could tell? It's pretty much a black box thing.

    Another approach is to forego morals and ethics and all that internal crap that gets in the way of doing the clever thing. Instead, study the laws that apply directly to you, and the reactions of the neighborhoods you find yourself in, and determine from those studies what the boundaries of acceptable behavior are. Then give yourself the freedom to do anything you want within those boundaries. It isn't moral or ethical, and you'll end up with a bunch of people who don't like you very much, but it will keep you out of trouble, mostly. And you can become the richest man in the world using this approach— so it isn't such a bad way to live. Maybe.

    I think the question author of TFA really wants to ask is whether the slashdot community would find him acceptable if it learned that he was doing this proxy bypass of high school rules. This is a legitimate question, and should have been asked outright, instead of wrapping it in a moral cloak.

    I have a mild dislike for people who attempt to ferret out my likes and dislikes by posing these kinds of substitutiary "moral dilemma" questions. My feeling is that they should grow a pair and ask the hard question directly, providing specifics of the situation, rather than playing dumbass "would you still like me if" games.

    My answer to the question that I think TFA would have asked if it wasn't pussyfooting around so much is this: the school has an obligation to the student and his family to act in "loco parentis" (look it up). If the school has banned MySpace, then providing a mechanism for students to get around that ban is equivalent to assisting a kid who has been grounded by his parents in slipping out the back door. I would want to know if the school's action was blocking all student access to certain web sites (constituting undue censorship) or simply causing students the inconvenience of having to wait until they got home or to the library or a cybercafe before they could satisfy their MySpace habit. Unless the case for undue censorship could be made, I would think that anyone assisting students in getting around the school's ban was a jerk. If there is a censorship issue, I would think that anyone profiting from the situation was reprehensible jerk.

    That's just my opinion. There are a lot of BG idolizers on slashdot so I'm sure there are a lot of alternate opinions.

    1. Re:Mod parent up, please by UnknownSoldier · · Score: 0, Offtopic

      > For example, the last 20 odd years have shown that a man who is not ethically or morally encumbered can become the richest person on Earth.

      With that attitude you'll never be rich! Wealth has nothing to with morals, but attitude, and application. Money is just a tool to be used.

      Why is it that the poor always complain about the rich not having morals?

      Get off your ass and DO something about it, instead of whining about it, like learning about "The Power of Association" and hanging around with wealthy people. The universe has anything you could want in abundance; stop falling for the lie of "artificial scarcity."

      --
      A house is NOT an asset, if its costing you money to own it!

    2. Re:Mod parent up, please by Anonymous Coward · · Score: 0

      If I was in my school, I couldn't read this because it has the WORD proxy used. I couldn't read this site because it allows non-premoderated comments. Practically all free website hosts are blocked, as is almost anything to do with gaming or basic computing principles.

    3. Re:Mod parent up, please by RH_Jesus_Freak40 · · Score: 1

      My school also blocks all free hosts, along with other useful pages. Many of the technology teachers hate the filtering system, because it stops them from doing certain lesson plans ex: the Web teacher used to have a project where the students would make a site, then upload it to a free host, and maintain it, updating it, etc. Now he can't. The Computer Art teacher used to have her AP Computer Art students look up tutorials and get ideas for projects by going to sites like Tutorialized, which is now blocked. Google images was blocked, putting a halt to many photoshop projects. All e-mail systems were blocked, stopping the students from being able to transfer work to and from home (The USB ports were on the back of the computers, where student's couldn't get to) My school used to use a site called "Turn-it-in.com", but that is now blocked, as an unintended side effect of the filter blocking email. Some of the restrictions have been fixed now, thanks to the Computer Art teacher. She set up a script to attempt to access certain pages she wanted unblocked, and if it got the "Access denied" message, it would send an email to the district administrator, demanding to have the site unblocked. It would check once every minuet. She had it change which address it used to send the message, as well, so he couldn't block her emails easily. It worked a lot better than the older method of submitting complaints. http://i2.photobucket.com/albums/y8/PrvtCaboose/Ce nsorship-1.jpg is a little thing I made to show what it's like.

      --
      The dyslexic atheist says, "There is no dog"
    4. Re:Mod parent up, please by Anonymous Coward · · Score: 2, Insightful

      I like how you blame the IT dept of your school for the blocking. At the company I work for one of my duties is to run the web filtering program. I also approve or deny site access requests. If it was up to me there'd be no active blocking just passive monitoring at the most. But since I don't run the company I just do as I am told. Maybe you should learn that sometimes people have to do jobs and job fuctions that they don't call the shots on.

    5. Re: Mod parent up, please by Anonymous Coward · · Score: 0

      Here is my impression of "mysticgoat":

      Blah blah blah blah blah, if you have to ask you suck goats, blah blah blah blah, here is my address, blah blah blah blah blah are you impressed by me yet? Blah blah blah blah blah.

      What a boner! The guy asked a valid question. Give a valid answer, but don't slam him for asking, and don't go pontificating on us. mysticgoat, huh, is that how you introduce yourself to others in real life?

      Hi, I'm mysticgoat and I hope you'll consider hiring me.
      or more likely
      I'm mysticgoat and I'm morally superior and I will now proceed to tell you in a pompus and excruciatingly superior manner why your job isn't good enough for me. Blah blah blah blah...

    6. Re:Mod parent up, please by mysticgoat · · Score: 1

      Why is it that the poor always complain about the rich not having morals?

      Get off your ass and DO something about it, instead of whining about it, like learning about "The Power of Association" and hanging around with wealthy people. The universe has anything you could want in abundance; stop falling for the lie of "artificial scarcity."

      Hm, I know the vocabulary being used, but I can't parse meaning from these words without making assumptions about a lot of connective stuff that is not being said. Reading this is like walking in on someone who is in the middle of a phone conversation and hearing my name, but I don't know what the conversation is about, nor what the other voice (which might exist only in the speaker's head) is saying. It is a little weird to encounter this in print.

      If it helps you at all, perhaps knowing that as soon as my daughter was self-sufficient, I quit a job that had become something I hated and that forced me into daily dealings with people whose gross consumerist values I despised. I'm now working for $40K/yr less, but I'm now doing stuff that I feel has some long term value and I'm working with a bunch of people who are dedicated to making things around them a bit better. I've got a lot less money, but my present life is one hell of a lot richer than my old life was.

      So maybe I'm one of those odd fellows who would prefer not to suck up to people I don't really like just because they wipe their asses with fifty dollar bills and let their hangers-on clean up the bathroom after them. Maybe there are some guys who know something about how to play that game, but who think there are more rewarding games to play.

    7. Re:Mod parent up, please by iamacat · · Score: 1

      You are always personally responsible for what you do. If you think policies of the organization you are working for are immoral, you can always switch jobs to another company, or at least a project that you don't find offensive. You can also get angry users in touch with the person responsible for the policies. Conversely, if you stick around and protect your superiors, you deserve to be exposed to feedback of people who feel you are screwing them for money (your salary).

      If everyone tries their best to take responsibility, web filtering will be eventually run by people who are either lacking moral compass or are not capable enough to find another job. As a result, they will hurt the company's business by their incompetence or actively embezzle funds or otherwise damage their employer. As the end result, the company would either give up on filtering, or become less competitive and give way to other businesses with more reasonable treatment of employees.

    8. Re:Mod parent up, please by JPMaximilian · · Score: 1

      Not everyone has a strong moral compass, and that's okay. Not everyone needs one. And in any case we know so little about how morals and such are internalized that we can't even study the subject objectively, let alone provide anyone with a procedure for how to strengthen theirs.


      You just said morals can't be studied objectively without providing any supporting evidence. I could just as easily say that you can study morals objectively and we've both done little more than state our opinions. If you read the Nicomachean Ethics by Aristotle you might find that there are ways to study morals objectively.

      Yes you can get rich without having morals. You can also be an Enron Exec and go to jail. Without Morals tragedies like Slavery and the Holocaust happen. People with the attitude that morals are irrelevant worry me.
      --
      "I'll see you next time." - LeVar Burton
    9. Re:Mod parent up, please by lessthan · · Score: 1

      Ironically, my organization's filter blocked your link. :)

      --
      Space Shuttle was a program that strapped humans to an explosion and tried to stab through the sky with fire and math
    10. Re:Mod parent up, please by Mr.+Slippery · · Score: 1

      the last 20 odd years have shown that a man who is not ethically or morally encumbered can become the richest person on Earth. So don't worry about having a weak moral sense; there are other ways to lead a good life.

      Bill Gates does not seem like a particually happy person to me, so I have to question your assumption that being the richest person on Earth is necessarily "leading a good life"; certainly I know people several orders of magnitude less rich who seem to be enjoying life much more.

      Instead, study the laws that apply directly to you, and the reactions of the neighborhoods you find yourself in, and determine from those studies what the boundaries of acceptable behavior are.

      Laws, mores, and ethics are very different things.

      It is generally illegal in most parts of the U.S. to smoke cannbis; it is in keeping with the mores of some American subcultures and in violation of others; it is completely ethical under any reasonable ethical system. Eating dogshit is legal, and not particularly unethical, but a strong violation of social norms. Being a money-grubbing bastard who'd sell his self-respect to the highest bidder is legal, and admirible behavior in some American subcultures, but is unethical and corrosive to the soul, destructive of any chance of deep happiness.

      I think the question author of TFA really wants to ask is whether the slashdot community would find him acceptable if it learned that he was doing this proxy bypass of high school rules.

      I think the author of the TFA wanted to see and learn from a discussion in which various facts he was not aware of might be produced, and in which different lines of reasoning considering what to do about those facts could be analyzed -.i.e., an ethical discussion. Among those facts might be "people will [love|hate] you for doing this", and we might discuss what to do about that.

      --
      Tom Swiss | the infamous tms | my blog
      You cannot wash away blood with blood
    11. Re:Mod parent up, please by sheldon · · Score: 1

      Living without morals or ethics is not a great hindrance. For example, the last 20 odd years have shown that a man who is not ethically or morally encumbered can become the richest person on Earth. So don't worry about having a weak moral sense; there are other ways to lead a good life.


      Or you just look at the Whitehouse today and realize you can be a man completely bereft of morals and ethics and become President.

    12. Re:Mod parent up, please by pla · · Score: 1

      I think the question author of TFA really wants to ask is whether the slashdot community would find him acceptable if it learned that he was doing this proxy bypass of high school rules.

      Excellent post, but I have one criticism...

      Morality means checking which way the societal wind blows. The FP author did exactly that, on a topic that remains very much a grey area in the modern Western world.

      We oppose Chinese or Iranian governmental censorship, yet irrationally believe in doing almost anything "for the kids". The topic at hand represents the intersection of those two beliefs - Can we censor what they see for their own good?



      I would personally say no, we cannot. Kids need to experience the world to learn how to deal with it. And doing that online, while it certainly comes with its own set of dangers, certainly adds one more layer of safety than naively stumbling into similar situations in the real world.

    13. Re:Mod parent up, please by Anonymous Coward · · Score: 0

      You are always personally responsible for what you do. If you think policies of the organization you are working for are immoral, you can always switch jobs to another company, or at least a project that you don't find offensive.

      I also have the personal responsibilty to maintain a job for income as well. This is not candyland or your moms basement. I am not at my job to enforce my beliefs, I am here to make money to support myself. Eventually you will find out that no two people are the same and every single person has different combinations of morals and beliefs. Myself moving to another job does nothing to change a thing at the place I left except make it harder for myself. There will be always someone to fill in. You can not use the agruement that if we all stuck together, no one would back fill and we could all prove a point but condsider what I already stated. No two people have the same beliefs or morals. There will always be someone to step in. Just like the nurse that refuses to work at an abortion clinic, that's nice but there will always be someone that feels completely different and does not mind and will fill that position. Net result? Out of site and mind for the first nurse, a job for the second one.

    14. Re:Mod parent up, please by BalanceOfJudgement · · Score: 1

      For example, the last 20 odd years have shown that a man who is not ethically or morally encumbered can become the richest person on Earth.
      Hmm. That may not be a position you wish to advocate, when you consider that what you're advocating is essentially sociopathic behavior (which, while it may lead to massive wealth in the short term, can only end up a destructive burden on the society in the long term).
      --

      We are the fire that lights our world.. and we are the fire that consumes it.
    15. Re:Mod parent up, please by BalanceOfJudgement · · Score: 1

      So maybe I'm one of those odd fellows who would prefer not to suck up to people I don't really like just because they wipe their asses with fifty dollar bills and let their hangers-on clean up the bathroom after them. Maybe there are some guys who know something about how to play that game, but who think there are more rewarding games to play.
      Hmm. I take back my previous comment, because I agree wholeheartedly.

      I happen to be very good at that game.. and get physically ill if I play it. So, I don't, because I actually value my morality more than the wealth possible through that kind of life.
      --

      We are the fire that lights our world.. and we are the fire that consumes it.
    16. Re:Mod parent up, please by rmerry72 · · Score: 1

      Morality means checking which way the societal wind blows

      WTF? So burning witches at the stake 400 yrs ago was moral? Forcing 8 yr olds to work down a coal shaft for 16 hrs a day was moral? Slavery was moral? There were all the norms for a lot of societies for a long, long time.

      Not in my head. I prefer do no harm to be the basis of my moral compass. Just the basis, there are few absolutes. These examples are not moral and never were - ever! I like to think that if I was born in those times I would still have opposed those behaviours as much as I do today. I'll never know.

      Have a read of Lord Of The Flies for an example of how quickly the acceptal behaviour of a society can change, and why that standard should not be the basis of morality.

      Of course, this is probably where my thinking is different to billions of others. For them, morality is as the parent states or more importantly "whatever I can get away with". That's not morality - that's hypocrosy.

      --
      We do not inherit the Earth from our parents. We borrow it from our children.
    17. Re:Mod parent up, please by RH_Jesus_Freak40 · · Score: 1

      Sorry, I didn't mean to blame the IT department of my school. They hate it too. It's the school district who chooses to use the filtering program. In my opinion, the head of the district is at fault for requiring the filtering software because they have the ability to make a change without fear of being fired, so they should try to insure that the filtering is not blocking out the wrong content, especially the content that teachers have lessons on and that the teachers feel are important for successfully teaching students in the subject.

      --
      The dyslexic atheist says, "There is no dog"
    18. Re:Mod parent up, please by rmerry72 · · Score: 1

      You are always personally responsible for what you do. If you think policies of the organization you are working for are immoral, you can always switch jobs to another company, or at least a project that you don't find offensive.

      I'm more personally responsible for feeding my kids, sending them to school, and ensuring they have housing and medical attention. I'm not going to let my minor aversion to an organisations policies make those tasks harder for me or on my family, ie. by me earning less money. That's economic reality.

      If they pay better money and offer better conditions in return for me enforcing a couple of minor policies then no prob. That's part of any cost/benefit analysis when choosing a job. Doesn't make me personally responsible. You should see some of the crap code I'm forced to write in the various contract roles I've had these last couple of years. Its not my code, it's theirs, so I write what they want.

      As long as I don't have to cross any moral boundaries I personally have. That's too far for me.

      --
      We do not inherit the Earth from our parents. We borrow it from our children.
    19. Re:Mod parent up, please by Anonymous Coward · · Score: 0

      Just to interject, while it is probably true that no two people are the same, the world is not candyland, the right thing to do is often harder, and there will likely always be some asshole willing to do anything, none of this should justify you being that asshole. Which; by the way, is not say you are an asshole, though the bit about candyland and momma's basement wasn't polite.

      As salaam Alaikum

    20. Re:Mod parent up, please by Anonymous Coward · · Score: 0

      I think what he/she was trying to convey was that the ability to provide education, housing, medicine and food is sometimes hindered by people who accept money in return for instituting policies that that are counter to your responsibilities, even if you are the one instituting said policies.

    21. Re:Mod parent up, please by The+One+and+Only · · Score: 1

      If you read Aristotle you'll also "learn" that different masses fall at different speeds under gravity and that everything is made out of fire, air, water, earth, and aether. We've actually learned some things over the past 2000 years, and one of those things is that the ancients were wrong more often than they were right.

      --
      In Repressive Burma, it's not just your connection that dies. slashdot.org/comments.pl?sid=314547&cid=20819199
    22. Re:Mod parent up, please by The+One+and+Only · · Score: 1

      Have a read of Lord Of The Flies for an example of how quickly the acceptal behaviour of a society can change

      You realize that novels are about events that didn't actually happen, and thus can't be used as a reliable source of information about the real world other than the imaginations of whatever individuals wrote them?

      --
      In Repressive Burma, it's not just your connection that dies. slashdot.org/comments.pl?sid=314547&cid=20819199
    23. Re:Mod parent up, please by The+One+and+Only · · Score: 1

      Why should I care about society?

      --
      In Repressive Burma, it's not just your connection that dies. slashdot.org/comments.pl?sid=314547&cid=20819199
    24. Re:Mod parent up, please by legojenn · · Score: 1

      I would think that it is essential to be a man completely bereft of morals and ethics in order to become President.

      --
      I make a reasonable middle-class wage by going to work and not spamming blogs with scams.
  34. If it were me.. by Arceliar · · Score: 1

    I wouldn't do it. The primary reason being they're trying to access MySpace. It would be one thing if something potentially useful were blocked, such as how Wikipedia was filtered out when I was in highschool, though even Wikipedia is pushing it as far as justification goes in my mind.

    Also, depending on where the students are when trying to access MySpace. Please note that things like this could soon be a more common legal reason not to do it. Nobody likes being an accessory.

    But mostly, it's my loathing of MySpace that would stop me from doing it..

  35. Done This by TheLoneWolf071 · · Score: 1

    I've Done This. My School Had a filter system, so I setup a simple Cgi-proxy on a spare box I had at home. When The School blocked my site, I just changed it. They never commented on it to me, even though everyone knew it was my site. I think that the moral implications do not lie with you, but rather with the users. You can setup a simple htaccess file so that only you know who is using the site. This way if Pornographic material is accessed, you can tell who is it and cut off their access.

  36. There are plenty of proxies already by Anonymous Coward · · Score: 0

    Say no and offer this tidbit to your prospective partner:

    Proxy.org has a long list of proxy sites.

    Search the web for "proxy" for even more.

    Use search engine caches to see some static sites. Interactive ones like MySpace aren't as useful cached.

    Kids can run gotomypc or other tools on their home PCs.

  37. As a Business it sounds like a terrible idea by Nevyn · · Score: 1

    I was recently asked to host a website for free in return for a lot of advertising

    This sounds like this is purely a business thing, at which point I'd seriously question whether the ad revenue will cover the costs. Even if you don't get screwed by the school or parents (need to hire a lawyer, etc.) you are going to be providing x2 the bandwidth of anything they download, and I'd roughly estimate a click through rate of 0% on any adds, if they don't just block them completely, because if they could afford to buy anything they'd be paying for hosting.

    --
    ustr: Managed string API with ave. 44% overhead over strdup(), for 0-20B
  38. Boarding schools? by tepples · · Score: 0, Redundant

    Anyways since they are at school they should not be looking up stuff for fun anyways What should a student who lives at school do after having completed all pending obligations for a class? Granted, in the United States, most boarding schools are post-secondary, but some are K-12.
    1. Re:Boarding schools? by nahdude812 · · Score: 1

      What I did do in the past is things like read a book, or get a pass to go to the art studios, or get a pass to go to the TV studio, or get a pass to go to the IT rooms, and in some way better myself. There's other things than the Internet, and I think you can be productive even without access to MySpace.

    2. Re:Boarding schools? by Nutria · · Score: 1
      after having completed all pending obligations for a class?

      Go outside. Play a pick-up game of touch football. Ride your bike. Rollerskate.

      Read. Magazines, if your brain hurts, fiction to escape.

      Take apart a clock and put it back together again.

      Amazing as it may sound, people somehow seemed to survive and even prosper before PCs and the Intarweb.

      --
      "I don't know, therefore Aliens" Wafflebox1
    3. Re:Boarding schools? by Mikkeles · · Score: 1
      Amazing as it may sound, people somehow seemed to survive and even prosper before:

      football, bikes, roller-skates, magazines, books, and clocks.

      They should go outside and poke holes in the ground with a pointy stick.

      --
      Great minds think alike; fools seldom differ.
    4. Re:Boarding schools? by Nutria · · Score: 1

      Amazing as it may sound, people somehow seemed to survive and even prosper before:

      football, bikes, roller-skates, magazines, books, and clocks.


      My original comment was not about about whether there should be computers. It was a reply to an oh dear, what am I supposed to do if I can't 'use' the computer? comment.

      --
      "I don't know, therefore Aliens" Wafflebox1
  39. Boarding schools? by tepples · · Score: 2, Insightful

    I would want to know if the school's action was blocking all student access to certain web sites (constituting undue censorship) or simply causing students the inconvenience of having to wait until they got home In some schools, the students can go home only every six weeks if that often. On-campus housing is more common at universities, but some K-12 schools do operate this way. Is there a way for a given high school student's parent to override this block?

    or to the library Some of these proposed bans apply to school libraries and to public libraries as well.
  40. Censorware exemption by tepples · · Score: 2, Interesting

    I seem to remember that once you start filtering content that it opens you up to greater liability DMCA-wise. Parts of the statutes enacted in the DMCA have exemptions for technology that "has the sole purpose to prevent the access of minors to material on the Internet" (17 USC 1201(h)(2)).
    1. Re:Censorware exemption by Wonko+the+Sane · · Score: 1

      So if you censor adults, you are not a common carrier, but if you censor minors then you are.

      Sounds like typical congressman logic.

  41. Boarding schools? by tepples · · Score: 1

    Sorry, school time is time that students should be using for, I dunno, learning. What happens if, at a given moment, a student has completed all pending obligations for all classes in which the student is enrolled, and the student doesn't get to go home for another four weeks? If you were a student in such a situation, what would you do?
  42. Parental override? by tepples · · Score: 1

    judges have this odd notion that the interests of the child are best served by listening to those who are responsible for his care and instruction. Then do these filters have an option for a student to obtain parental permission to have a site unblocked from the student's account? And shouldn't all sites be unblocked once a senior turns 18?
    1. Re:Parental override? by Achromatic1978 · · Score: 1

      And shouldn't all sites be unblocked once a senior turns 18?

      Why, do students suddenly gain the right to use Myspace on taxpayer-funded, government-supplied, equipment provided for educational purpose when they become legal adults? I'm confused.

    2. Re:Parental override? by tepples · · Score: 1

      Why, do students suddenly gain the right to use Myspace on taxpayer-funded, government-supplied, equipment provided for educational purpose when they become legal adults? I'm confused. How would your moral system handle the case of the student's private property being used on the school's network between the end of classes one day and the beginning of classes the next day, when the student cannot go home for weeks at a time?
  43. Re:Just study harder and leave the web for college by tepples · · Score: 1

    I don't care about the age 18 thing.... If you need "faceless" friends that bad, then purchase your own pipe at home and surf from there What happens when home is 100 miles away? Not all boarding schools are post-secondary.
  44. Take a good look at the articles icon! by Zero__Kelvin · · Score: 1

    Take a good look at the articles icon. See the man with the tape over his mouth? Is it moral to run an anonymous proxy? It is a moral imperative!

    --
    Guns don't kill people; Physics kills people! - John Lithgow as Dick Solomon on Third Rock From The Sun
  45. Re:Just study harder and leave the web for college by sjs132 · · Score: 1

    Then you just have to get a REAL life and and enjoy REAL friends and "Get a grip" on your daily stresses in some other way...

    I don't care if home is 1000 miles away... In the United States, as an employee of the school district, I am BOUND by LAW to make efforts to restrict access to certain material... unfortuanly it has to be with a shotgun approach because so many sites allow or make no efforts to police that material. AND if cerain congress acts get passed, even other social networking sites may be banned from schools... (search /. it was just a day or two ago for that article)

    --
    --- Relax, that mass muderer is just trying to reduce our carbon footprint, one fetus at a time...
  46. This is so simple by Anonymous Coward · · Score: 0

    Let the kids know that you're giving them a very good deal on an unlimited bandwidth service, and make them pay for a year in advance. Then call the school and let them know what the proxy server is for. The school adds you to the block list and you get free money.

    On your way home you can take candy from babies.

  47. Another ALA representative v. Gonzales? by tepples · · Score: 1

    In the United States, as an employee of the school district, I am BOUND by LAW Law in the form of the Constitution, or law in the form of a statute? The Congress of the United States is bound by the Constitution as amended. Public schools are state institutions, which are bound by the 14th Amendment's extension of the 1st Amendment to the states.

    AND if cerain congress acts get passed Then Attorney General Gonzales is going to have to talk to his lawyer because librarians are going to put up a heck of a fight in court.
  48. Proxy servers? by turgid · · Score: 1

    Mrs. Turgid teaches at a secondary school in England. The monkeys don't need proxies, they just go to google.de and search from there.

  49. WWCYFD? by Anonymous Coward · · Score: 0

    What would he do?

  50. No, mod parent up. by Kadin2048 · · Score: 5, Interesting

    This is perhaps one of the most balanced and insightful things I've read on Slashdot recently. Ironic that it's sitting at +3.

    Anyway, I think your analysis of morality is right on; there is very little point in discussing morality, at least outside of Philosophy classes, because people approach it from radically different angles. People can take the same action for very different reasons, even if they both end up doing the "right thing" as viewed by a third party.

    Also, your comment about what's essentially a 'popularity contest' question cloaked in a moral dilemma is right on. If I had to guess, I'd say about 90% of people's "moral dilemmas" are really nothing more than ways of gauging the relative acceptability of various courses of action within their peer groups, and trying to figure out what's going to score them the most points (or damage them the least). This question in particular reeks of "would people hate me if I did x?"

    As to the question at hand, I think providing the service would be a bad idea, but for different reasons; students need to learn to solve problems themselves, and not wait for some deus ex machina in the form of an ad-supported service to solve it for them. Left to their own devices, some enterprising young geek will figure out how to get around the filtering by themselves. It's not as if it's very hard -- a CGI reverse-proxy is one way, SSHing to a home computer on Port 80 (with the -D option) is another, there are lots of other methods -- and once they work it out, they can be the heroes of the day to the other MySpace-loving students. By providing a commercial filter-avoidance service, you are stealing the fire from some student who might figure it out themselves. But more importantly than one or two students, you are teaching all the students who use it, that all they have to do when they run into something that's a pain, is wait for someone else to solve the problem and hand it to them. It's the difference between letting them understand that the solution comes from someone else like them, who happens to understand a bit about computers, versus a solution that seems to come down from On High, by way of an anonymous web site ridden with ads.

    I am a firm believer that in order to become productive, fully-mature adults, young people need to develop a healthy cynicism towards, and distrust of, authority. Otherwise, they're nothing but little brainless larval consumers, parroting back what they've memorized, and doing what they're told. They need to learn to break the rules on their own, and that they can break the rules on their own. Replacing one authority (whoever runs the filtering) for another (whoever runs the ad-supported reverse-proxy) isn't instructive. Placing an idiotic barrier (like all web-filtering is) in between them and something they want, and letting them get over it themselves, is.

    --
    "Ladies and gentlemen, my killbot features Lotus Notes and a machine gun. It is the finest available."
    1. Re:No, mod parent up. by ffrinch · · Score: 1

      As to the question at hand, I think providing the service would be a bad idea, but for different reasons; students need to learn to solve problems themselves, and not wait for some deus ex machina in the form of an ad-supported service to solve it for them.

      The student who asked is trying, quite ingeniously, to solve the problem. He found a workaround for the school's filter (PHPProxy), but he can't host it himself, probably for financial reasons, so he sought out someone who already has the resources and proposed a mutually beneficial partnership. It's not the kind of nerdcore technical approach we appreciate around here, but it's still problem solving.

    2. Re:No, mod parent up. by Mr.+Slippery · · Score: 1

      there is very little point in discussing morality, at least outside of Philosophy classes, because people approach it from radically different angles.

      Many of those angles, however, are logically or factually deficient; they rest on factually incorrect beliefs or on logical fallacies.

      Through discussion and debate, such shortcomings in arguments can be found.

      If I had to guess, I'd say about 90% of people's "moral dilemmas" are really nothing more than ways of gauging the relative acceptability of various courses of action within their peer groups

      Yes, confusing social mores with ethical behavior is exactly the sort of mistake that can be discovered through discussion and debate.

      --
      Tom Swiss | the infamous tms | my blog
      You cannot wash away blood with blood
    3. Re:No, mod parent up. by Uzik2 · · Score: 1

      >I'd say about 90% of people's "moral dilemmas" are really nothing more than ways of gauging the relative acceptability of various courses of action within their peer groups, and trying to figure out what's going to score them the most points (or damage them the least).

      A lot of people believe morality is defined collectively (Democracy?). So a popularity contest
      is, by definition, the correct answer to moral questions.

      --
      -- Programming with boost is like building a house with lego. It's a cool but I wouldn't want to live in it
  51. Don't even worry about your morals. by Propaganda13 · · Score: 1

    Do you think ads are really going to pay for your bandwidth bills?
    How long until your site is blocked by the school?

  52. Re:Just study harder and leave the web for college by LWATCDR · · Score: 1

    Then pick a different boarding school. Those are not public schools and the parents picked them for a reason and are paying for them.

    --
    See my blog http://ilovecookes.blogspot.com/ for light hearted technical information.
  53. Firewall?? by advs89 · · Score: 0

    Is it just me or is "firewall" the wrong word for a content filtering server??

    I hear this alot, and correct it alot, but now that it's used in a slashdot story, I'm beginning to question myself... is firewall an acceptable term for a content filtering server?

    --
    Rirelobql xabjf gung EBG-13 vf gur yrnfg frpher rapelcgvba rire, ohg jbhyq lbh jnfgr lbhe gvzr npghnyyl qrpelcgvat vg???
  54. Re:Just study harder and leave the web for college by Anonymous Coward · · Score: 0

    We have filters and such because we are REQUIRED by law...

    It Pisses me off to no end when little snaughts think they are hot just because they can find a proxy and surf myspace or adult sites.

    Does the law require you to close the proxies? Does it piss you off that children are able to put you in a position where you're in violation of the law?

    MySpace and other social networking sights (yes, this is gonna be a blanket statement) are worthless and BAD for children.

    Hopefully that's why you have filters and such then, not because you're required to by law.

  55. Re: No, don't mod parent up. by Anonymous Coward · · Score: 0

    No, mod parent up.
    by Kadin2048 AKA mysticgoat

    I didn't know goats liked astroturf. Either that or you two really should form a mutual admiration circle jerk.

    At least this time you answered the question, albeit 15% content, 85% self-indulgent pontificating crap filler.

  56. Trouble kids? by matt+me · · Score: 1

    The bright trouble kids are the best. They keep a list of who'll be first against the wall when the revolution comes.

  57. Copyright infringement against MySpace and users by pbhj · · Score: 2, Interesting

    >>> "In terms of legality, you're in the clear for that express purpose only (visiting MySpace.) "

    I think you're way off here. IANAL either but I used to work in intellectual property (patents not copyright however).

    You're taking a published work (myspace pages) and creating a derivative of it (myspace pages with your ads instead of theirs). You're undoubtedly opening yourself up to a lawsuit here.

    In addition, myspace (I gather) now have agreements to compensate original rights holders for bootleg material on the site, I'm assuming you don't have similar agreements!?

    Someone later in this thread (#18050774) says:

    >>> "You're supposing that the things that these schools are trying to block access to are not learning."

    MySpace??!? There is probably a lot of learning there but I wouldn't think it's key for the majority of high-school students when balanced against the procrastination factor .... they better block slashdot too ;0)>

  58. No way in hell by TBone · · Score: 1

    First of all, if your friend isn't savvy enough to set up his own proxy server....I mean, come on, it's a proxy server....he doesn't know enough to be safely gaming the system while he's at school.

    Second of all, unless you set up the proxy to only be MySpace, it will be a matter of hours before someone realizes they can surf to AnimalSex.com or something else...and minutes after that before someone like a teacher or administrator walks by the computer, sees it, and gets your server address, where upon you'll be charged with Contributing to the Deliquincy of a Minor, if not worse.

    Don't do it. Seriously, if he's smart enough to know he needs a proxyserver, he should be smart enough to apt-get install simpleproxy or squid or something else on a shell account somewhere, or even just run the binary on a nonpriv port.

    --

    This space for rent. Call 1-800-STEAK4U

  59. Re:Just study harder and leave the web for college by azeazezar · · Score: 1

    This is one of the reasons (IMHO) why we rank so low on the global education scale... We in Belgium have computers (with internet) in each classroom. I went to one of the better schools in belgium and they didn't even filter it... And we are on top of those scales...

    --
    We are the BORG, put this in your sig and prepare to be assimilated
  60. As a student and worker by Anonymous Coward · · Score: 2, Insightful

    I worked as a student technician at my highschool for the entire time before I graduated (four years). I worked doing everything and had seniority on most of the other people in the district. We're a fairly large district, my highschool had around 1600 people. I was paid, so it wasn't a volunteer thing.

    The IT people hated the filters more than anyone because we all thought it was pretty stupid. I setup a CGI based proxy for a few of my friends and told my boss about it, my boss told his boss, pretty soon the entire IT department was using my proxy to access Fark and other sites their own filters blocked (the exception being the internet services division who had their own VLAN that was not behind our firewalls).

    The point is, the IT people don't give a rat's ass to a large extent, because most (if not all) in my experience think it's a stupid idea to begin with because we know that smart kids will find ways around it. It's the administrators, those same administrators who wonder why not all spam can be blocked, who try to get us to block everything.

    On the legal side, I'd get a lawyer and fashion a quick clickthrough. I'd make it hard to find, make it use SSL, and preferably have it available on multiple IP's and hostnames, change the hostname used every once in awhile to make it harder to find.

    Personally, I see no ethical problems.

    1. Re:As a student and worker by Rukie · · Score: 1

      I've worked at my school and I have done volunteer work at my school. During this time I set up PHPProxy on a server to access school relevant material. We use this filter called "Bess" that blocks things such as altavista's translator because translators offer services to translate web pages (can be used as a proxy). Bess is extremely annoying, and had it not blocked things like certain pages on wikipedia, or my own personal website for educational reasons, or anything else, I would not have had a need to setup a proxy. I'm also subscribed to a newsletter that goes towards many chinese that sends me a new domain name, once every two weeks or so, for a proxy that can be used to bypass filters. However, If I were to tell anyone in my own school that I used the PHPProxy, I'd have a swift revocation of my school computer uses. (However, due to limited rules, I could still use my personal laptop on their network, ande STILL use PHPProxy to access whatever I want. Personally, I'd say set it up, but don't let them go to myspace. Allow things like fark, albinoblacksheep.com, but block ebaumsworld. Personally, I t hink myspace should die. block myspace, set it up. But make sure the reason you turn on the proxy is for "personal reasons." Like, personal educational reasons, to try and protect yourself from any suits. G'luck.

      --
      Support the source, Open Source! An entire site developed with OSS
  61. Re:Just study harder and leave the web for college by sjs132 · · Score: 1

    I hate AC... :)

    No, I don't get ticked off that they put me in that position...

    I have a 3 yr. boy... I tell him that he can't do something because I don't want him to be hurt. What does he do, usually the oposite of what I just told him. End result is time out or a light spanking. Did I get upset that he did it and put me in a position that I'm suddenly a bad parent? No, I'm upset because I'm trying to steer him on the correct path, but he just totally went the oposite just in spite of authority. ('Respect my authority!!!!' - Ob. South Park ref..)

    This is what I see time and time in the HS... Kids that try and hack a system or use proxies not because they NEED to, just because they think it is cool that they can! Kinda told the following by a cocky one in a meeting one day with deans 'Damn the system, I'm smarter than you and all the teachers/administrators/parents, etc.. so I'm Gonna do as I damn well please and you can't stop me because if you close this one, tomorrow I'll have another.' (Not verbatium AND, this is exactly what the original post was for/intending... ) Also, they didn't care about the detention or restrictive rights on their user account, etc... I'd say that if I pushed for an expulsion they wouldn't care either. It's cool to buck the system, so they do. "who really cares..." is another I hear occasionally.

    No, I don't push for expulsion... I'm not on a power trip. Usually I try and get them to understand it from our side... If they "Think" they are smarter than us... Great... Use it for good. If you see a bad sight that everyone is going to to rip on other students and threaten them with emails and prank calls, etc.. Tell us. We'll close it. Doesn't stop much at home, since parents don't seem to monitor their chilln's either. (How many little teens are flashing their boobs over Im and stuff... then it gets posted and everyone emails it around etc... Could of stopped if mom & dad really cared to monitor and teach their kids good behavior to begin with. Comeing to the deans/principal etc.. is too late. )

    I'd go on, but it's getting late... But the short is... No, I'm not pissed because they put me "in my place" or "in a position" I'm pissed because they are tooo stupid and one day will screw up in the real world where they will get fired, or charges pressed against them.

    --
    --- Relax, that mass muderer is just trying to reduce our carbon footprint, one fetus at a time...
  62. Click through? by BiggerIsBetter · · Score: 1

    Legally, create an AUP which people must click through that basically says you wont use the site to do anything bad, surf porn, etc. IANAL tho.

    These are kids in school (assuming that means not adults) so it's unlikely that any click-through contract/disclaimer is valid anyway. IANALE.

    --
    Forget thrust, drag, lift and weight. Airplanes fly because of money.
  63. Re:No, mod parent up down sideways. by Anonymous Coward · · Score: 0

    Who would hate you if you did X.

  64. great Firewall == good by pseudosero · · Score: 1

    great Firewall. Excellent. Really, really like that.

    --
    sometimes, nothing.
  65. Re:Just study harder and leave the web for college by Anonymous Coward · · Score: 0

    First they baneed the pornography sites. I didn't do anything because I don't think pornography is good for kids.

    Then they banned the gambling sites. I didn't do anything because gambling isn't legal for children.

    After that there were the IRC clients. I didn't do anything about that either, because I've never seen IRC actually teach a kid anything but how to make bombs or piss off teachers.

    Now they're banning MySpace. I'm not worried since this is a waste of a kids time.

    Tomorrow, they're going to ban eBay because kids don't need to be shopping in class. I said nothing because I don't use eBay.

    Next week, well, we'll just see what comes. Hopefully they won't come after my site...

  66. I'll do it. by OctoberSky · · Score: 1

    Send me the relevant info, and lets talk about how much I'd make in advertising.

    Seriously, while I wouldn't recommend others do it, I would have no problem doing it myself. And if I can make an extra few bucks a month without putting forth much effort, I'm all for it.

    We're not talking about buying kids beer, or drugs, or pr0n. We're talking about helping them with their popularity (apparently myspace pages = popularity in many schools, at least that's what the kids tell me).

    Also, the police won't be showing up for a proxy server, they would not bother with that. Worst case would be a nice cease and desist letter to your billing address, at which point if it's not economically viable to you, you can just stop it.

  67. Heres yer advice - by unity100 · · Score: 1

    Technically and legally, if you are based in the same country/state that has the law preventing children from going to social sites from school, you should not do this. You would be legally responsible.

    If you are not, then it is a moral decision.

    If you ask me, preventing children from reaching social sites from public places is outright oppression - its just over-scared parents going overboard in 'protecting' children by hampering their use of new technology and social changes.

  68. Re:Just study harder and leave the web for college by Anonymous Coward · · Score: 0

    Nearly expelled for hacking the highschool computer to gain administrative access so I could actually fix the computer the people who work at highschools did not fix for over a week, and didn't catch me for over a month. My only reason was I was bored and wanted to use the faster "broken" computer, which I continued to use to receive a 98% in the course.

    The only reason I was not expelled was because I personally knew the guy that worked on the computers in my highschool.

    I agree that highschools should be for learning however I learned more that day bypassing windows 98 "security" than I did the entire two semesters in the course (that was actually on "computers" but was really how to use word)

    Relating this to proxy: In previous years I was doing a project on, I don't even remember the topic today. Well I was doing a project on something that had access blocked for being an unverified site (it was a free web host site some were bad many were good) I used a proxy to search for real information to complete the project. School security blocks much more than they need to for their security so less of the "crap" gets through. 99% may be blocked at a school but only 95% is crap.

    Bypassing the school security laws is not inherently a bad thing, doing so for 1000 dumb children to use myspace is.

  69. Re:Just study harder and leave the web for college by Anonymous Coward · · Score: 0

    What I found works (at least for me) is if the IT person decides to lift it for you. Great, you can get past the system no matter what measures you place. How about I give you admin privlages, that way you don't have to do anything just to get what you want. The only thing is you need to stop helping everyone else that doesn't know how to get around the system. One person getting around the system rather then the thousands is better in my opinion.

  70. I run a filter at a boarding school by mks113 · · Score: 1

    Go ahead and set up one more proxy. We have dozens blocked, and if another one starts getting used we will block it as well. We have a responsibility to these kids to provide a safe environment, and we also have to block things that use too much bandwidth.

    If the school is actually monitoring their filter usage, you might just give kids a day or two to get around the filter. I don't think it is really a question of morals as much as enforcement.

    I must say though, that mathcookbook.com evaded me for weeks. I figured that it had some useful math stuff on it. Nope.

  71. Morals are relative by nurb432 · · Score: 1

    Laws are not.

    Get an attorney. Ask him about the legal aspect.

    If you dont know your own moral standards, try tea leaves or something. ( you are screwed anyway if you dont know your self )

    --
    ---- Booth was a patriot ----