Domain: mit.edu
Stories and comments across the archive that link to mit.edu.
Comments · 7,673
-
Re:PKI and other issues
Kerberos v5 allows multiple domains, where the compromise of the
certificate authority only breaks authentication in that domain.
This is a good source of information on Kerberos. -
Try this.
I use this site to get around my school's CyberPatrol proxy. Get to it quick as it will probably be blocked soon, along with the rest of MIT.
-
Re:danger...I've had a day to think about it a bit more, and came up with what might be a half-baked idea, but what the heck - I figured I'd throw it out and see what becomes of it.
I think the real reason computers are a pain to use is the paradigm we use when designing user interfaces: today's user interfaces are about telling the computer how you want it to do something, not what you want it to do, but most users are interested in results, not the process of getting those results.
In The Beginning, computers didn't have a lot of power, so the user interface meant you had to tell it how to get from point A to point B in excruciating detail. We wound up with systems like Unix's command line shell, which gives you a small number of commands and the means to pipe the output from one to the input of the next until you build a composite command that does what you want - but to build that command you have to tell the computer what to do at each step in between. If the end result you want is "get rid of all the files belonging to the user named 'Joe'", what you have to tell the computer is "list all the files, pipe that result into a filter that looks for 'Joe' and rearranges the output a bit (awk or perl), pipe those results into a command executor (xargs), and pipe that output into the command that removes files."
Windowed interfaces are largely more of the same - if you want to get rid of all the files belonging to Joe, you would go about executing a sequence of commands using the mouse: open a folder, sort by user, select a block of files, and drag to the trash can. It's essentially the same thing you did with Unix, just expressed a bit differently. In both cases, you're still telling the computer how to get to what you want, not what you want itself.
I'm beginning to think that the real trick to getting computers that are easy to use is to shift paradigms - to begin thinking in terms of an interface where you tell the computer what you want and it figures out how to get there, as opposed to the more familiar concept of stringing together primitive commands.
What would such an interface look like? It would have to have a large input vocabulary, so you could express all the possible goals you might be interested in - which probably rules out point and click. Beyond that, I suspect it starts looking more like AI than anything else, or at least like a system with a very large rules base and a pretty fancy abstraction system.
It would make a very interesting research project for someone to create such a system that takes typed natural language commands from the keyboard and translates to Unix shell commands.
I found out about Oxygen through Scientific American. Here's a link to the online summary: http://www.sciam.com/1999/0899issue/0899quicksumm
a ry.html . The actual issue has quite a bit of info. Here's another link, this one to the MIT web site: http://www.lcs.mit.edu/news/releases/oxygen040799 . -
The Katzbot is on the fritzOops, looks like its keepers at the MIT Artificial Intelligence Lab haven't quite worked out all the bugs in jonkatz v. 2.0. Relating Columbine, the WTO, Time/AOL, and online jerks to Slashdot was one thing. Heck, that beta version of jonkatz even seemed to get a few things right now and then.
The 2.0 version, released on time for the Slashdot interview just can't cut it, though. Sure, it answered the questions (in its humorous little jonkatz way), but look at the recent posts: Continents on the internet? running "dialog" with Slashdotters? A movie review?!!
I don't know who's responsible for this, but I wish they would put the bot back in its pen, and set its little neural networks back to training mode. This thing is going haywire.
Maybe if they ran it on Linux and published the source code afew dedicated hackers could restore jonkatz to his beta version glory. Random output based on news stories and tech issues is far better than free-form prose about movies, cybergeography, etc. At least the beta version dealt with things pertaining to Slashdot (in its half-assed way).
-
Be Not ProudThe professor quoted in this article has made his career out of studying aging. Other recent studies (such as this) have pointed to other causes of aging, so we should remember that it is a complex process with many different causes which we should not expect to "master" any time soon - although everyone's fingers will undoubtedly be crossed.
Certainly, mitigating or reducing the effects of the natural aging process seems a more realistic short-term goal than waiting for nanotechnology to make cryonics feasible.
A. Keiper
The Center for the Study of Technology and Society -
Be Not ProudThe professor quoted in this article has made his career out of studying aging. Other recent studies (such as this) have pointed to other causes of aging, so we should remember that it is a complex process with many different causes which we should not expect to "master" any time soon - although everyone's fingers will undoubtedly be crossed.
Certainly, mitigating or reducing the effects of the natural aging process seems a more realistic short-term goal than waiting for nanotechnology to make cryonics feasible.
A. Keiper
The Center for the Study of Technology and Society -
fsn^Hv for *nix
(Warning, blatant plug to follow)
fsv - 3D File System Visualizer
This was released just last month. It's LGPL'ed, built on OpenGL/GTK+, and while it lacks many features of the original fsn (and isn't even at 1.0 yet) it sports a slicker interface, and not one but two distinct approaches to visualizing the file system.
There have been some noises to making this into a Nautilus optional view mode, which would be pretty cool (since the program would then have a real file manager backend, and what with XFree4.0/DRI coming around the bend...) -
Re:This is what Linux needsI think that what you are looking for is File System Visualizer which is based on the 3D File System Navigator that was seen in Jurassic Park...
:-) -
Re:real funny bro
This reminds me of those Cornell freshmen who released the top75 reasons why women shouldn't have freedom of speech email, and were dumb enough to sign their names on it a few years ago. The trouble they got into with the feminists...
-
Udell needs to get out more
Udell's perspective seems rather limited. For example: "power tools like Perl's amazing map function, which applies a function to every element of a list." Simply amazing? This sort of thing is SOP in Lisp and other functional languages. And Scheme, for example, is available as a Unix scripting language in scsh and guile.
-
Re:I don't understandMore on this hack: IHTFP Gallery
And actually, we still don't have fast ethernet in the dorms.
-
On your decision to use Linux
Through nmap and telnet, I can see that that algore2000.com uses Linux and Apache. Al Gore has been known to assimilate buzzwords and jargon in a big way (MIT seems to have had his number during commencement on this one). For example, several months ago I recieved a mail from the site claiming it was now "Open Source" when in reality it was nothing of the such and the term wasn't even remotely applicable to anything on the site. How much of your decision to go with Linux/Apache came out of practicality, and how much of it came because they are the trendy things to be running?
-- -
More Information on UCITA...
You can find more information on UCITA activism at http://www.pdos.lcs.mit.edu/~cananian/ UCITA/. California and Oklahoma are the next battles to be fought.
-
hmm, ttys..
there is, for the mac, an extention called Asciimac. Basically what it does is take the mac os's display and render it in ASCII art in real time on the screen. It is somewhere between incredibly scary and amazing. It won a MacHack award a couple years ago and is somewhat open source.
I wonder if it would be possible to rewrite it so that it sent text over an ANSI telnet connection instead of to the screen? hmm.
i was actually wondering just now if it would be possible to hijack the mac's video drivers or patch all the quicktime traps or something in order to create an X client for the mac os.. but it would have never occured to me to do it with terminal emulation instead if i hadn't seen this.. :) -
Anti-filtering proxies.Here's my contribution to the debate:
https://lm.lcs.mit.edu
It currently bypasses proxy filters; I've got a keyword-filter bypass mode that i'm tinkering on -- it just does the standard AOL-style substitutions of 'sh!t' for 'shit' and such to sneak pages by censoring software.For a while, it substituted 'sock' for 'cock', which made portions of the internet extremely amusing. From time to time you'd get stories about 'sockpit voice recorders' and suchness, though.
Using an SSL connection from the client to the proxy makes it pretty hard for big brother to determine what all you're up to.
-
Re:MIT Supports LinuxThis is all true, and here's the links for MIT's linux-athena , Pismere ('windows-athena') and WinZephyr.
--
-
Re:MIT Supports LinuxThis is all true, and here's the links for MIT's linux-athena , Pismere ('windows-athena') and WinZephyr.
--
-
Re:MIT Supports LinuxThis is all true, and here's the links for MIT's linux-athena , Pismere ('windows-athena') and WinZephyr.
--
-
At risk of slashdotting MIT...
One of the issues raised by the DeCSS case is "is code a form of expression?". Come here for my initial effort to turn any piece of C-code into a recipe book (well, kinda sorta. Different streams of consciousness flowed while I was writing it.):
http://www.mit.edu/~ocschwar/recipe.pl
I'll edit this in my "copious free time", and hopefully you can settle for this announcement when it comes to license issues: It's GPL'd.
If any of you feel like giving me the regexps I need for this, please email me. -
News?
>It's one of the larger news items of the day, but >we've sorta avoided mentioning it here because it >is really 'just another Denial of Service >Attack'. But it's the biggest one ever Actually, it was one of the larger news items yesterday, today it's just old news. And, it was the biggest one ever yesterday as well, so why wait 'till today to fess up that you missed the boat on this one? Also, where's the YRO news about the UCITA story? Yeah, I know... it's not news until you think it's news, right?
-
A particularly nasty advertising gimmick
I just got wind of this. It seems a web service for reading Usenet will be highlighting keywords within the articles displayed through their site with links to advertisers who have purchased that service. The press release from the service itself is here. It is high time to start digitally signing everything with either PGP or GPG and licensing it only for unaltered redistribution.
This comment is licensed under the OpenContent License (OPL) Version 1.0, July 14, 1998. The relevant paragraphs concerning modification are as follows:
2. You may modify your copy or copies of the OpenContent or any portion of it, thus forming works based on the Content, and distribute such modifications or work under the terms of Section 1 above, provided that you also meet all of these conditions:
a) You must cause the modified content to carry prominent notices stating that you changed it, the exact nature and content of the changes, and the date of any change.
b) You must cause any work that you distribute or publish, that in whole or in part contains or is derived from the OC or any part thereof, to be licensed as a whole at no charge to all third parties under the terms of this License, unless otherwise permitted under applicable Fair Use law. -
Re:ln -s /dev/null ./grateful.dead
Well, I didn't give you any evidence, but let me check again. Oh yeah. Read Part Four of The Hacker Crackdown again. A search would have turned that up, along with other possible links, too.
Here's a quote. If you don't like it, whine to Bruce Sterling.
Before we tackle the vexing question as to why a rock lyricist should be interviewed by the FBI in a computercrime case, it might be well to say a word or two about the Grateful Dead. The Grateful Dead are perhaps the most successful and long-lasting of the numerous cultural emanations from the Haight-Ashbury district of San Francisco, in the glory days of Movement politics and lysergic transcendance. The Grateful Dead are a nexus, a veritable whirlwind, of applique decals, psychedelic vans, tie-dyed T-shirts, earth-color denim, frenzied dancing and open and unashamed drug use. The symbols, and the realities, of Californian freak power surround the Grateful Dead like knotted macrame.
---
pb Reply or e-mail; don't vaguely moderate. -
Re:What I Want ...
For the first point, look at this page and scroll down to the "face recognition" section. I have also read about a guy that had lived with a set like that for a couple of days but I have lost the link.
-
Julia and the Turing Test
Lenny Foner wrote an interesting and entertaining paper back in 1993 about Michael Mauldin's Julia bot, which lived on MUDs and managed to fool some guy named Barry who kept hitting on "her". As Foner comments, though, it's not clear whether Julia passed the Turing Test or Barry failed it.
-
Julia and the Turing Test
Lenny Foner wrote an interesting and entertaining paper back in 1993 about Michael Mauldin's Julia bot, which lived on MUDs and managed to fool some guy named Barry who kept hitting on "her". As Foner comments, though, it's not clear whether Julia passed the Turing Test or Barry failed it.
-
list of deCSS holders
I've been building a public list of people who hold copies of deCSS and aren't afraid to announce this fact. The list serves two purposes:
- First, if it grows large, it proves that deCSS is already so widely distributed that further legal action is pointless from a practical perspective. This is already blazingly obvious to Slashdotters, but the media, the courts, and MPAA apparently need to be educated. The sooner legal action is recognized as futile, the sooner this sad episode will end.
- Second, the list is a way to stand up to MPAA's disgusting intimidation campaign. The MPAA's spin is that people associated with deCSS are all shady hacker-types-- digital criminals. I'd like to respond with this list of decent people who are not afraid to publicly state their NAME and LOCATION and the fact that they are DAMN WELL going to exercise their liberties whether the MPAA likes it or not.
The list is growing steadily, but slowly. So far, 10 US states and 5 countries are represented.
But I've made a truly gloomy discovery. I've received numerous comments to the effect, "This is a horrible idea-- now the MPAA will know just who to go after!" I could weep. These comments indicate that with almost no effort, the MPAA has intimidated a great many people into believing that exercising their rights is a bad idea. Freedoms that will exist on the net for decades are being determined now; this is not a good time to scurry off into the shadows whenever some corporation emits a spate of nasty lawyer-letters.
Now this is a list of deCSS holders, not distributors, and to date no one has been threatened for merely possessing deCSS. Still, taking on even minimal risk of a lawsuit-- even a baseless one-- could be unwise for some. This said, I hope that more people will, after considering the pros and cons, sign up
.(Since someone will ask: no, I'm not an MPAA secret agent; here's me, if you want to check.)
-
list of deCSS holders
I've been building a public list of people who hold copies of deCSS and aren't afraid to announce this fact. The list serves two purposes:
- First, if it grows large, it proves that deCSS is already so widely distributed that further legal action is pointless from a practical perspective. This is already blazingly obvious to Slashdotters, but the media, the courts, and MPAA apparently need to be educated. The sooner legal action is recognized as futile, the sooner this sad episode will end.
- Second, the list is a way to stand up to MPAA's disgusting intimidation campaign. The MPAA's spin is that people associated with deCSS are all shady hacker-types-- digital criminals. I'd like to respond with this list of decent people who are not afraid to publicly state their NAME and LOCATION and the fact that they are DAMN WELL going to exercise their liberties whether the MPAA likes it or not.
The list is growing steadily, but slowly. So far, 10 US states and 5 countries are represented.
But I've made a truly gloomy discovery. I've received numerous comments to the effect, "This is a horrible idea-- now the MPAA will know just who to go after!" I could weep. These comments indicate that with almost no effort, the MPAA has intimidated a great many people into believing that exercising their rights is a bad idea. Freedoms that will exist on the net for decades are being determined now; this is not a good time to scurry off into the shadows whenever some corporation emits a spate of nasty lawyer-letters.
Now this is a list of deCSS holders, not distributors, and to date no one has been threatened for merely possessing deCSS. Still, taking on even minimal risk of a lawsuit-- even a baseless one-- could be unwise for some. This said, I hope that more people will, after considering the pros and cons, sign up
.(Since someone will ask: no, I'm not an MPAA secret agent; here's me, if you want to check.)
-
list of deCSS holders
I've been building a public list of people who hold copies of deCSS and aren't afraid to announce this fact. The list serves two purposes:
- First, if it grows large, it proves that deCSS is already so widely distributed that further legal action is pointless from a practical perspective. This is already blazingly obvious to Slashdotters, but the media, the courts, and MPAA apparently need to be educated. The sooner legal action is recognized as futile, the sooner this sad episode will end.
- Second, the list is a way to stand up to MPAA's disgusting intimidation campaign. The MPAA's spin is that people associated with deCSS are all shady hacker-types-- digital criminals. I'd like to respond with this list of decent people who are not afraid to publicly state their NAME and LOCATION and the fact that they are DAMN WELL going to exercise their liberties whether the MPAA likes it or not.
The list is growing steadily, but slowly. So far, 10 US states and 5 countries are represented.
But I've made a truly gloomy discovery. I've received numerous comments to the effect, "This is a horrible idea-- now the MPAA will know just who to go after!" I could weep. These comments indicate that with almost no effort, the MPAA has intimidated a great many people into believing that exercising their rights is a bad idea. Freedoms that will exist on the net for decades are being determined now; this is not a good time to scurry off into the shadows whenever some corporation emits a spate of nasty lawyer-letters.
Now this is a list of deCSS holders, not distributors, and to date no one has been threatened for merely possessing deCSS. Still, taking on even minimal risk of a lawsuit-- even a baseless one-- could be unwise for some. This said, I hope that more people will, after considering the pros and cons, sign up
.(Since someone will ask: no, I'm not an MPAA secret agent; here's me, if you want to check.)
-
Re:Consider discount calling card services
Wirehead dun said:
Any students threatened by such a policy should notify the administration that discount calling card services can be used to the same effect... Heads up on that one- I was an Over the Road truck driver for many years, payphone providers regularly block access to the 1-800 numbers used to connect to discount calling cards. It would be trivial for the campii (sp?) to do the same thing.
First off, it may be trivial, but it's also quite illegal. You see, legally, telephone providers (including universities and payphone providers) cannot block access to 1-800 numbers for calling cards, 10-10-xxx numbers, etc. because of several laws (including the Telecommunications Act of 1996, mandating that phone companies open up local lines to competition) and because of telephone companies' special legal status of a common carrier.
This is not to say that phone companies don't do it illegally, though. Many university phone providers illegally block 1-800 access numbers and 10-10-xxx access numbers; COCOT pay phones (COCOTS are small, for-profit telephone companies outside the local monopolies that run pay phone services in which the person who allows the phone on his property gets a considerable cut--in fact, many of the same parties that run COCOT pay phones also run university phone systems) are downright infamous for blocking equal access, as are hotel telephone services; occasionally, one of the "big boy" telcos will do it as well (I've run into GTE pay phones at Bristol Motor Speedway that will not accept access to other phone companies--neither by calling card nor by 10-10-xxx number--though fortunately they've not figured out how to block personal 1-800 numbers yet
:).If your university/pay phone/etc. IS blocking 1-800 access numbers for collect calls or calling cards, and/or if it blocks 10-10-xxx phone numbers, give a call to your state's Public Utilities Commission (it is normally in the phone book in the information section or in the Blue Pages). Explain that the telco is blocking equal access by blocking 10-10-xxx or calling-card access (whichever applies)--as noted, this is flatly illegal, and it is one of the few things that PSCs and the FCC (which regulates the telephone industry) will clue-by-four telephone companies over (some COCOT operators have actually lost their "license" to operate a telephone company because they blocked equal access).
I suspect that most universities that use these COCOT-style services as "dorm telephone service" aren't aware of the laws regarding equal access, and think of it as a "business agreement" much like they'd see an exclusive contract with a soft-drink distributor. Alas, Coke and Pepsi distributors generally aren't subject to common-carrier laws like telcos are
:)You'll also want to contact the phone company you have calling-card access with (or whom you get 10-10-xxx access through) and notify them that your university (or COCOT phones) are blocking access to alternate providers. Many long-distance companies are all too happy to sic the FCC on folks who illegally block 1-800 calling-card access and/or 10-10-xxx access (AT&T among them).
More info than you ever cared to see about telcos, and the laws affecting them, here, and info specifically on equal access here and h ere and even a cute little Postscript complaint sticker that gives info about the laws regarding equal access.
:) -
Re:Consider discount calling card services
Wirehead dun said:
Any students threatened by such a policy should notify the administration that discount calling card services can be used to the same effect... Heads up on that one- I was an Over the Road truck driver for many years, payphone providers regularly block access to the 1-800 numbers used to connect to discount calling cards. It would be trivial for the campii (sp?) to do the same thing.
First off, it may be trivial, but it's also quite illegal. You see, legally, telephone providers (including universities and payphone providers) cannot block access to 1-800 numbers for calling cards, 10-10-xxx numbers, etc. because of several laws (including the Telecommunications Act of 1996, mandating that phone companies open up local lines to competition) and because of telephone companies' special legal status of a common carrier.
This is not to say that phone companies don't do it illegally, though. Many university phone providers illegally block 1-800 access numbers and 10-10-xxx access numbers; COCOT pay phones (COCOTS are small, for-profit telephone companies outside the local monopolies that run pay phone services in which the person who allows the phone on his property gets a considerable cut--in fact, many of the same parties that run COCOT pay phones also run university phone systems) are downright infamous for blocking equal access, as are hotel telephone services; occasionally, one of the "big boy" telcos will do it as well (I've run into GTE pay phones at Bristol Motor Speedway that will not accept access to other phone companies--neither by calling card nor by 10-10-xxx number--though fortunately they've not figured out how to block personal 1-800 numbers yet
:).If your university/pay phone/etc. IS blocking 1-800 access numbers for collect calls or calling cards, and/or if it blocks 10-10-xxx phone numbers, give a call to your state's Public Utilities Commission (it is normally in the phone book in the information section or in the Blue Pages). Explain that the telco is blocking equal access by blocking 10-10-xxx or calling-card access (whichever applies)--as noted, this is flatly illegal, and it is one of the few things that PSCs and the FCC (which regulates the telephone industry) will clue-by-four telephone companies over (some COCOT operators have actually lost their "license" to operate a telephone company because they blocked equal access).
I suspect that most universities that use these COCOT-style services as "dorm telephone service" aren't aware of the laws regarding equal access, and think of it as a "business agreement" much like they'd see an exclusive contract with a soft-drink distributor. Alas, Coke and Pepsi distributors generally aren't subject to common-carrier laws like telcos are
:)You'll also want to contact the phone company you have calling-card access with (or whom you get 10-10-xxx access through) and notify them that your university (or COCOT phones) are blocking access to alternate providers. Many long-distance companies are all too happy to sic the FCC on folks who illegally block 1-800 calling-card access and/or 10-10-xxx access (AT&T among them).
More info than you ever cared to see about telcos, and the laws affecting them, here, and info specifically on equal access here and h ere and even a cute little Postscript complaint sticker that gives info about the laws regarding equal access.
:) -
Re:Consider discount calling card services
Wirehead dun said:
Any students threatened by such a policy should notify the administration that discount calling card services can be used to the same effect... Heads up on that one- I was an Over the Road truck driver for many years, payphone providers regularly block access to the 1-800 numbers used to connect to discount calling cards. It would be trivial for the campii (sp?) to do the same thing.
First off, it may be trivial, but it's also quite illegal. You see, legally, telephone providers (including universities and payphone providers) cannot block access to 1-800 numbers for calling cards, 10-10-xxx numbers, etc. because of several laws (including the Telecommunications Act of 1996, mandating that phone companies open up local lines to competition) and because of telephone companies' special legal status of a common carrier.
This is not to say that phone companies don't do it illegally, though. Many university phone providers illegally block 1-800 access numbers and 10-10-xxx access numbers; COCOT pay phones (COCOTS are small, for-profit telephone companies outside the local monopolies that run pay phone services in which the person who allows the phone on his property gets a considerable cut--in fact, many of the same parties that run COCOT pay phones also run university phone systems) are downright infamous for blocking equal access, as are hotel telephone services; occasionally, one of the "big boy" telcos will do it as well (I've run into GTE pay phones at Bristol Motor Speedway that will not accept access to other phone companies--neither by calling card nor by 10-10-xxx number--though fortunately they've not figured out how to block personal 1-800 numbers yet
:).If your university/pay phone/etc. IS blocking 1-800 access numbers for collect calls or calling cards, and/or if it blocks 10-10-xxx phone numbers, give a call to your state's Public Utilities Commission (it is normally in the phone book in the information section or in the Blue Pages). Explain that the telco is blocking equal access by blocking 10-10-xxx or calling-card access (whichever applies)--as noted, this is flatly illegal, and it is one of the few things that PSCs and the FCC (which regulates the telephone industry) will clue-by-four telephone companies over (some COCOT operators have actually lost their "license" to operate a telephone company because they blocked equal access).
I suspect that most universities that use these COCOT-style services as "dorm telephone service" aren't aware of the laws regarding equal access, and think of it as a "business agreement" much like they'd see an exclusive contract with a soft-drink distributor. Alas, Coke and Pepsi distributors generally aren't subject to common-carrier laws like telcos are
:)You'll also want to contact the phone company you have calling-card access with (or whom you get 10-10-xxx access through) and notify them that your university (or COCOT phones) are blocking access to alternate providers. Many long-distance companies are all too happy to sic the FCC on folks who illegally block 1-800 calling-card access and/or 10-10-xxx access (AT&T among them).
More info than you ever cared to see about telcos, and the laws affecting them, here, and info specifically on equal access here and h ere and even a cute little Postscript complaint sticker that gives info about the laws regarding equal access.
:) -
Re:Consider discount calling card services
Wirehead dun said:
Any students threatened by such a policy should notify the administration that discount calling card services can be used to the same effect... Heads up on that one- I was an Over the Road truck driver for many years, payphone providers regularly block access to the 1-800 numbers used to connect to discount calling cards. It would be trivial for the campii (sp?) to do the same thing.
First off, it may be trivial, but it's also quite illegal. You see, legally, telephone providers (including universities and payphone providers) cannot block access to 1-800 numbers for calling cards, 10-10-xxx numbers, etc. because of several laws (including the Telecommunications Act of 1996, mandating that phone companies open up local lines to competition) and because of telephone companies' special legal status of a common carrier.
This is not to say that phone companies don't do it illegally, though. Many university phone providers illegally block 1-800 access numbers and 10-10-xxx access numbers; COCOT pay phones (COCOTS are small, for-profit telephone companies outside the local monopolies that run pay phone services in which the person who allows the phone on his property gets a considerable cut--in fact, many of the same parties that run COCOT pay phones also run university phone systems) are downright infamous for blocking equal access, as are hotel telephone services; occasionally, one of the "big boy" telcos will do it as well (I've run into GTE pay phones at Bristol Motor Speedway that will not accept access to other phone companies--neither by calling card nor by 10-10-xxx number--though fortunately they've not figured out how to block personal 1-800 numbers yet
:).If your university/pay phone/etc. IS blocking 1-800 access numbers for collect calls or calling cards, and/or if it blocks 10-10-xxx phone numbers, give a call to your state's Public Utilities Commission (it is normally in the phone book in the information section or in the Blue Pages). Explain that the telco is blocking equal access by blocking 10-10-xxx or calling-card access (whichever applies)--as noted, this is flatly illegal, and it is one of the few things that PSCs and the FCC (which regulates the telephone industry) will clue-by-four telephone companies over (some COCOT operators have actually lost their "license" to operate a telephone company because they blocked equal access).
I suspect that most universities that use these COCOT-style services as "dorm telephone service" aren't aware of the laws regarding equal access, and think of it as a "business agreement" much like they'd see an exclusive contract with a soft-drink distributor. Alas, Coke and Pepsi distributors generally aren't subject to common-carrier laws like telcos are
:)You'll also want to contact the phone company you have calling-card access with (or whom you get 10-10-xxx access through) and notify them that your university (or COCOT phones) are blocking access to alternate providers. Many long-distance companies are all too happy to sic the FCC on folks who illegally block 1-800 calling-card access and/or 10-10-xxx access (AT&T among them).
More info than you ever cared to see about telcos, and the laws affecting them, here, and info specifically on equal access here and h ere and even a cute little Postscript complaint sticker that gives info about the laws regarding equal access.
:) -
FCC Equal Access Order
Unless the rules have changed, the FCC prohibits telephone aggregators from blocking "950" and "800" access to long distance carriers. The definition of aggregators include hotels and motels, hospitals, universities, airports, gas stations, pay telephone owners, and others. The FCC Report and Order can be read here.
-
Legal References.
First off, the standard disclaimer: IANAL. But I can use Google to find and read what Lawyers have already written.
A. Michael Froomkin, Associate Professor, University of Miami School of Law writes in his article "The Metaphor is the Key": Simply putting something into a safe does not, however, ensure that it is beyond the law's reach. It is settled law that a criminal defendant can be forced to surrender the physical key to a physical safe, so long as the act of production is not testimonial.{706} Presumably a similar rule compelling production would apply to a criminal defendant who has written down the combination to a safe on a piece of paper. There appears to be no authority on whether a criminal defendant can be compelled to disclose the combination to a safe that the defendant has prudently refrained from committing to writing, and in Fisher v. United States,{707} the Supreme Court hinted that compelling the disclosure of documents similar to a safe's combination might raise Fifth Amendment problems.{708} Perhaps the combination lock problem does not arise because the police are able to get the information from the manufacturer or are simply able to cut into the safe. These options do not exist when the safe is replaced by the right algorithm. Although brute-force cryptography is a theoretical possibility,{709} neither safe cracking, nor number crunching, nor an appeal to the manufacturer is a practical option when the armor is an advanced cipher. The recently released Federal Guidelines for Searching and Seizing[Page 872]Computers{710} suggest that "[i]n some cases, it might be appropriate to compel a third party who may know the password (or even the suspect) to disclose it by subpoena (with limited immunity, if appropriate)."{711}
(The numbers are footnotes to specific cases)
The Crypto and Self-Incrimination FAQ simply lists (for America... it also covers a few other countries): "The Fifth Amendment of the Bill of Rights reads: "No person (...) shall be compelled in any criminal case to be a witness against himself". The Supreme Court has restricted this to giving evidence "of a testimonial or communicative nature". ". It also lists several cases that apply.
--
Evan -- -
Re:A way to smack MPAA - is so huh! :)
I'm not compiling a list of self-confessed criminals; I'm making a list of upstanding citizens who are openly excercising what we believe to be a legitimate right, albeit in the face of corporate intimidation tactics.
I do not think that when my rights are threatened by a corporate bully, the proper response is to scuttle down into anonymous skulking until the matter blows over. I do not think this is how personal freedoms are won. Quite the opposite; I think the proper response is to say, "Hi! I'm Eric Lehman, a contributing citizen of the United States residing at 5 Michael Way, Cambridge MA 02141, and I'm not going along with this bullshit." As one person joining the list noted, "Wrong is wrong and doing nothing about the wrong we know about is even MORE wrong..."
That said, I think there are two reasonable objectives:
- Disseminate the deCSS code everywhere to defeat the MPAA's crackdown in a practical sense.
- Make the absurdity of the crackdown apparent to the media and courts by showing that deCSS is now everywhere.
I think that the first objective is already achieved-- deCSS is too widely distributed to stamp out. But this achievement came at a price: several people are being sued and hundreds are under threat. These people will remain in jeopardy until the second objective is achieved, until the media, courts, and MPAA understand that continuing legal harassment is utterly pointless because deCSS is everywhere. Only then will the people who already stood up to the MPAA-- and paid a price-- be in the clear.
I find it difficult to believe that people on the list could be sued for merely *possessing a copy* of deCSS, as opposed to distributing it. Well, it's crazy, but I guess anything is possible. Of course, I hope your post advocating proliferation of the code doesn't get you sued!
If you feel that joining the list is unwise given your particular life circumstances, I respect your judgement. But I don't think you should mock people who decide to take a little personal risk to oppose the MPAA in an open, forthright way. In fact, I'd like to take the opportunity to thank the people who have done so. I hope enough others will sign up to make a real impact.
-
A way to smack MPAA
I'm starting up a list of people holding copies of DeCSS, and I want everyone to sign up!
Here's why this is important:
Nerds know that the legal proceedings are farcical. MPAA is spawning emergency court proceedings, preliminary injunctions, and police raids. But no judge, no lawyers, no Norwegian police can make DeCSS go away, because thousands of decent foks are fuming and patting personal copies of the code.
But the media and the courts don't know that litigation is only a black comedy; they don't understand that DeCSS is *out of the bag* for good.
So I want to unambiguously *PROVE* that DeCSS is so widely distributed that further legal action is silly. I want to give the media hard numbers on DeCSS proliferation.
That's why I'm starting up a list of people holding copies of DeCSS. You can help stop the MPAA rampage. If you hold a copy of DeCSS, please sign up and get your friends to as well.
-
A way to smack MPAA
I'm starting up a list of people holding copies of DeCSS, and I want everyone to sign up!
Here's why this is important:
Nerds know that the legal proceedings are farcical. MPAA is spawning emergency court proceedings, preliminary injunctions, and police raids. But no judge, no lawyers, no Norwegian police can make DeCSS go away, because thousands of decent foks are fuming and patting personal copies of the code.
But the media and the courts don't know that litigation is only a black comedy; they don't understand that DeCSS is *out of the bag* for good.
So I want to unambiguously *PROVE* that DeCSS is so widely distributed that further legal action is silly. I want to give the media hard numbers on DeCSS proliferation.
That's why I'm starting up a list of people holding copies of DeCSS. You can help stop the MPAA rampage. If you hold a copy of DeCSS, please sign up and get your friends to as well.
-
MIT compilers do bitwidth analysis.
This was actually a topic of my master's thesis. More information on my FLEX compiler project. Both the RAW and the FLEX groups here at MIT have compilers that do bitwidth analysis.
-
Where's JED?
I'm very pissed that JED isn't one of the editors listed. It totally rocks, and I'm very sure tons of other people think so. Why give the duopoly of vim and emacs money?
;)
Freshmeat entry
Author's homepage
ICQ#2584116 -
Re:it�s going mainstream now!!
Let's prove to the outside world that DeCSS has "gone mainstream".
Join my list of people holding copies of DeCSS.
If you hold a copy of DeCSS, email the following info on the subject line to e_lehman@mit.edu:
DeCSS - (last name), (first name) - (city), (state), (country)
Append a * if and only if you would like to express interest in a mass, simultaneous web-posting of DeCSS at some future date, should the MPAA prove relentless.
If the list grows to thousands, this negates the MPAA lawsuit in practical terms. Go ahead, sue 3 guys: there are thousands more where they came from.
Furthermore, we can make an important point that everyone-- not just geeks-- should understand in this case and for the future: bulldog lawyers, lobbyist-written laws, and PR goons can't prevent decent people from distributing decent stuff via the net.
Not worth your time to defend freedom of speech on the net? Take a look at Option B.
The individual liberties that will exist on the net for decades to come are being hashed out NOW. A lot of posters are clearly struggling to fairly balance copyright, trade secret, and patent issues against free speech on the net. This is certainly commendable, but anyone think the MPAA will temper their position one iota out of deference to free speech? I don't think so. This is a major, precendent-setting case, so let's win.
-
LPF already patented this ideaSee Mutual Defense Against Software Patents for a good proposal by the League for Programming Freedom.
Mutual defense is orthogonal to the idea of free software. 3dfx, Intel, and Microsoft--who all depend on proprietary software--could participate if they ceased their patent aggression.
-
Let's get em! :)
I've created a web page to make a practical point: DeCSS is now so widely distributed that further legal action by the MPAA is silly. I think that the sooner the media, the courts, and the MPAA understand this point, the sooner this sorry episode will end. (Though MPAA's motives are so murky-- who knows?)
The page will simply list people who hold copies of DeCSS. If the list becomes large enough, I will try to notify the media, so that the absurdity of trying to stamp out DeCSS through legal bludgeoning becomes apparent to all.
Feel free to check out the site and join the effort. (As of this posting, I'm the only one listed! :) ) -
Re:What about COBOL?Choke!
I do note that IBM has VisualAge COBOL, but where are the Qt bindings?
... And when will you be putting fixed-record support into ext2?Which one of the COBOL environments provides a metaobject protocol? (Just as CLOS - Common Lisp Object System has, as does C++ as does Guile with GOOPS
Hmm? Hmm? Inquiring minds want to know...
-
Re:C: smaller,faster is still better for "platform
>> C will always be the language of choice for platforms.
Why? Is this for technical or social reasons?
Lisp and Smalltalk have been used to implement operating systems,HTTP servers, and database systems and quite efficient and powerful ones at that. What advantage does C have besides being close to the hardware?
examples:
Li sp Machines
CL-HTTP Hypermedia Server
Squeak
Pluggable Webserver and Swiki
MinneStore
GemStone
-
Re:Future of Robotics ?
BTW, for anyone interested there is the COG project at MIT, doing research into a humanoid robot, it is VERY impressive.
"Any sufficiently advanced technology is indistinguishable from a rigged demo." --Anon of Ibid (or somebody)
Seriously, though, while I'm not accusing Rodney Brooks & Co. of being frauds, I do think they're getting credit for a lot more than they've really done. Reactive control is wonderful for simple systems. In the MIT robot competitions, the second-place robot is generally some simple reactive design. (At Dartmouth, the first-place robot was, but the last Dartmouth robot competition had a bot construction/program time of about six weeks.)
However, the robot that wins out is generally not using a Cog-like architecture; it's usually one of the designs that uses a more artificial method of intelligence and navigation. The problem with reactive control is that it's easy to build and debug for simple systems, but as you add more functions and layers the connections and interactions become too much for even an MIT mind to handle. Brooks even says as much in one of his early papers on subsumptionism.
There's also Brooks' admission in his own FAQ that even the simple ant robots they've built are utterly unreproducible. IMHO, it's not that great if you can build something once but can't tell other people how to reproduce it.
This isn't meant to be a whole bunch of doomsaying about reactive design --- I think it's appropriate in some circumstances, and I've used it myself when I needed a simple barely-effective hack. It's just that sometimes it feels like the Cog Shop and their academic relations would like people to believe that they're the ultimate solution to all of robotics, and I don't think that's going to happen. It's too hard to use their methods in a general and structured manner to build systems that have anything resembling guaranteed behavior.
Alik -
Re:Whacking the mole
Here's yet another mirror.
-
Another take...
Apparently you only get this famous after you die and you finally can't stop the media from talking about you--it sounds like the story of her life.
Here's a link from before she died...
MIT Inventors
Now, the Forbes article was pretty good. I can understand how someone with her background could help out on an idea like this, but she certainly didn't invent it outright, which is what the Wired article sounds like. Maybe we could have gotten the full story before, but she's dead now, and let the media make a story about it all they want, they always do...
---
pb Reply or e-mail; don't vaguely moderate. -
Mirrors part 1Visit Humpin! (No, it's not what you think!)
Temporary restraining order DENIED!
Thanks to the efforts of the Electronic Frontier Foundation and the organization and support provided by a few of our fellow defendants we are still here! Another hearing is scheduled for January 14th.
We would like to point out to all of the mirror sites with things like "fuck the lawyers" on them that it is because of a generous group of lawyers that we are still here. These lawyers are working for free (or much less than they could get by going over to the Dark Side) and don't deserve this kind of abuse.
Here is the EFF's stance on this case.
Save a copy of this web page now!
We have just been informed that the DVD Copy Control Association is seeking a restraining order against us (named as "Doe 28") for distributing DeCSS and linking to pages that distribute it and linking to pages that link to pages that distribute it.
Section 48 of this request states that we supposedly "have received notice through the MPA and refused to remove the information at issue". This is absolutely false! We have never received any such request (from the MPA or anybody else for that matter) and we obviously were not given the opportunity to refuse! Either Jared Bobrow needs to go back to law school or the DVD CCA needs to get a new firm. This is the kind of sloppy work that could get an important document thrown out.
Here is a 2600 story on this.
Explanation on legality of this information
The software (source as well as binaries) offered on this site can be freely redistributed because it was published under the GNU General Public License. The purpose of this software is not illegal copying of DVD disks. It is meant to provide information necessary to be able to program a DVD player for Linux. To do this, the CSS system needs to be incorporated in the player. Recently the (very weak) DVD content scrambling system was deciphered, freeing the way for a Linux DVD player. The CSS system is not a copy protection system, since it does not prevent copying of the disk. Writing information about the way an encryption scheme functions is completely legal. The source code and binaries on this site are completely legal too, since they contain no code from the DVD consortium or its members. The sources and programs on this site were written by third parties using clean-room reverse engineering methods which are (ready?) completly legal.
Attention www.rhythm.cx was hosting a list of mirrors for these files. That list of mirrors has been replaced with a page reading "This site has been taken down for legal reasons." Here's what the maintainer put on the site the day it was shut down:
NOTE (Thu, Nov 11, 12:17pm EST): I've recently been informed that a law firm which is likely to be one that would try get these mirrors taken down has been visiting this mirror site as well as others. With that said, there is a possibility that I may have to remove this site in the near future because like everyone else, I can't afford to go to court to fight it. Luckly, it seems fairly unlikely that any law firm will ever be able to get rid of all these mirrors at this point (there are currently 41 in 8 different countries and this list is growing every day). However, I have only seen very few mirror _lists_ like this one anyplace. If anyone has the resources, it might be wise to mirror this list of mirrors as well so that the right people will still know that these mirrors exist.
Here is a 2600 story with more details on how rhythm.cx was shut down.
Current Mirrors Last updated: Wed, Jan 19, 12:13am EST
Numbers are only for the maintainer's convenienceWe apologize for the length of time between updates. This list has gotten quite large and thus more difficult to maintain.
Much thanks to this site for listing mirrors of the mirror lists.
- http://www.humpin.org/decss/DeCSS.zip and http://www.humpin.org/decss/decss.tar.gz
- http://www.2600.com/news/1999/11 12-files/DeCSS.zip/ and http://www.2600.com/news/1 999/1112-files/css-auth.tar.gz
- http://douglas.min.net/~drw/css-auth/
- http://www.devzero.org/freecss.html
- http://www.chello.nl/~f
.vanwaveren/css-auth/css-auth.tar.gz - http://www.geociti es.com/ResearchTriangle/Campus/8877/index.html
- http://www.angelfire.com/mt/popefelix/
- http://www.vexed.net/CSS
- http://members.brabant.chello.nl/~j.vr eeken/
- http://www.dvd.eavy.de/css-auth.tar.gz and http://www.dvd.eavy.de/DeCSS.zip
- http://www.eavy.net/stuff/dvd/css-aut h.tar.gz and http://www.eavy.net/stuff/dvd/DeCSS.zip
- http://frozenlinux.com/local/decss/in dex.html
- http://dirtass.beyatch.net/decss.zip
- http://decss.tripod.com/index.html
- http://www.free-dvd.org.lu/
- http://www.angelfire.com/in2/mirror/
- http://batman.jytol.fi/~vuori/dvd/
- http://www.zpok.demon.co.uk/deCSS/CSS.ht ml
- http://plato.nebulanet.net:88/css/
- http://www.logorrhea.com/main.html
- http://people.delphi.com/salfter/LiVi d.tar.gz
- ftp://193.219.56.32/pub/dvd/LiVi d.CVS-11.06.tar.gz and ftp://193.219.56. 32/pub/dvd/LiVid.CVS-11.06.css-stuff-only.tar.gz
- http://merlin.keble.ox.ac.uk/~a drian/css/index.html
- http://www.dvd-copy.com/
- http://www.sent.freeserve.co.uk/css -auth.tar.gz and http://www.sent.freeserve.co.uk/DeCSS.zip
- http://www.lemuria.org/DeCSS/
- http://members.theglobe.com/avoiderm an/dvd.htm
- http://remco.xgov.net/dvd/
- http://www.twistedlogic.com/htm l/tl_archive_map.htm
- http:/
/munitions.polkaroo.net/software/algorithms/stream ciphers/decss.tar.gz - http://muni tions.dyn.org/software/algorithms/streamciphers/d
e css.tar.gz - http://uk1. munitions.net/software/algorithms/streamciphers/d
e css.tar.gz - http://muni tions.firenze.linux.it/algorithms/streamciphers/d
e css.tar.gz - http://www.irgendeinedomain.de/decs s/index.html
- http://therapy.endorphin.org/DVD/
- http://killer.discordia.ch
/Politics/Copyprotection.phtml - http://linuxvideo.org/
- http://www.geocities.com/SiliconV alley/Port/3224/
- ftp://ftp.one.net/pub/user s/dmahurin/files/software/dvd/
- ftp://ftp.charm.net/pub/usr/home/dutch/ or http://www.charm.net/~dutch/
- http://dsl129.drizzle.com:2001/downlo ads/DVD/
- http://perso.libertysurf. fr/ortal98/dvd_rip/decss_12b.zip
- http://users.drak.net/bem ann/software/css/css-auth.tar.gz and http://users.drak.net/bemann/so ftware/css/DeCSS.zip
- http://www.angelfire.com/movies/decss
- http://www.angelfire.com/myband/decss/
- http://josefine.ben.tuwien.ac.at/~davi d/dvd/
- http://www.c0ke.com/DVD/
- http://rockme.virtualave.net/
- http://amor.rz.hu-berlin.de/~h0444t2v/
- http://www.quintessenz.at/q/index.html
- http://www.dvdlinks.co.uk/css/
- http://www.fortunecit y.com/tinpan/tylerbridge/679/dvdcss.html
- http://www.crosswinds.net/~valo/DeCSS/
- http://members.home.com/christopherlee/ dvd/
- http://members.xoom.com/freedecss/
- http://www.dynamsol.com/satanix/DeCSS.zip and http://www.dynamsol.com/satanix/css -auth.tar.gz
- http://mun itions.cifs.org/software/algorithms/streamciphers
/ decss.tar.gz - http://www.able-towers.com/~flow/
- http://www.cgocable.net/~jdionne/css/
- http://people.mn.mediaone.net/bojay/s lashdot/
- http://www.capital.net/~mazzic
- http://24.108.23.121/DeCSS/
- http://members.tripod.com/donotsueme/
- http://donotsueme.homepage.com
- http://www.homestead.com/donotsueme/ index.html
- http://donotsueme.freeservers.com/
- http://www.angelfire.com/punk/donotsueme/
- http://www.rz.uni-frankfurt.de/~marsie/
- http://209.178.22.9/protest/
- http://www.bard.org.il/~marc/dvd
- http://www.geocities.com/RainFor est/4360/decss.zip
- http://www.altern.com/tfagart/decss.zip
- http://www.itouch.net/~jm/dvd.html
- http://ils.unc.edu/inls183/resources
.shtml#DVD - http://avdira.cc.duth.gr/~kkonstan/css/
- http://www.multimania.com/sxpert/decss/
- http://www.posexperts.com.pl/peopl e/wrobell/css/
- http://www.koek.net/dvd/
- http://www.cyberchrist.org/freecss.html
- http://www.ozemail.com.au/~cybe rchrist/freecss.html
- http://www.planet.net.au/~coram/
- http://www.geek.co.il/css/
- http://www.datacomm.ch/adrien/decss/ index.html
- http://home.rmci.net/bert/fuckthelawyers/
- http://unimatrix.dyndns.org/fucklawyers/
- http://www.isn.net/~dsimeone/DeCSS.zip
- http://logical-solutions.com.au/DeCSS.zip
- http://www.fsp.com/
- http://www.warren-wilson.edu/~echerry/dvd
- http://www.mafkees.com/dvd
- http://dB.org/dvd/
- http://dcwi.com/~wench/decss
- http://dvdcss.newmail.ru
- http://www.subcor.com
- http://www.frankw.net/decss
- http://danger-island.com/~dav/any.lawyer.who/quot
e s.this.url/gives.permission/for .his.residence.to.be.searched/any.bootleg.audio/vi deo/tape.found/nullifies.legal.and.moral .standing/ - http://www.fortunecity.com/vi ctorian/parkwood/95/DVD/
- http://www.asleep.net/dvd
- http://members.xoom.com/NiKeX
- http://www.geocit ies.com/ResearchTriangle/Station/2819/index.html
- http://www.execpc.com/~unicorn/dvdmirr or.htm
- http://members.xoom.com/chapter3/Mamma No.htm
- http://wiw.org/~drz/css/
- http://merlinjim.freeservers.com/dvd/
- http://www.visi.com/~adept/liberty
- http://www.ct2600.org/2600-DVD.html
- http://magic.hurrah.com/~fireball/dvd/
- ftp://ftp.foon.net/pub/decss
- http://osiris.978.org/~brianr/css/
- http://earnestdesigns.com/dvd
- http://www.satl.com/~satlpop6/
- ftp://cm-d0415.resnet.ucsc.edu/p ub/css-auth.tar.gz
- http://www.mit.edu/afs/sipb/user
/mycroft/css-auth/ - http://www.eyrie.demon.co.uk/derek/dvd/c ss
- http://ananke.hack.pl
- http://budice.ancients.net/www.free -dvd.org.lu/
- http://kesagatame.tripod.com
- http://www.angelfire.com/pokemon/decss
- http://www.gnosis.cx/download/DeCSS.zip
- http://bone.powersurfr.com/DeCSS/
- http://wakeupthe.net/dvd/
- http://cubicmetercrystal.com/decss/
- http://analyzethis.acmecity.com/triboro
/90/ - http://homepages.together.net/~ib nzahid/DeCSS.zip
- http://www.save2600.8m.com
- http://people.ne.mediaone.net/dantepsn/
- http://members.xoom.com/mxpxguy/dvd/
- http://decss.fall0ut.com
- http://vedaa.tripod.com/decss.html
- http://members.xoom.com/iox
- http://www.hackunlimited.com/dvd/
- http://hem.fyristorg.com/police/css.htm
- http://elknews.netpedia.net/dvd/
- http://www.idrive.com/decss/web
- http://www.clug.com/~vodak/dvd/
- http://www.nacs.net/~vodak/dvd/
- http://ny2600.iwarp.com
- http://www.wpi.edu/~nassar/dvd/
- http://www.glue.umd.edu/~castongj
- http://www.geocities.com/cold_dvd/
- http://www.projectgamma.com/deccs/
- http://members.xoom.com/mogreen/decss/
- http://thrash.webjump.com/decss.zip
- http://www.angelfire.com/de2/decss/dec ss.htm
- http://www.ithink.org/dvd/
- http://www.fortunecit y.com/skyscraper/motorola/1415/decss.htm
- http://www.linuxstart.com/~kv ance/projects/decss.html
- http://www.darkkingz.com/DeCSS.zip
- http://ebmedia.net/dvd/
- http://www.geocities.com/decss_forever/
- http://revolution.3-cities.com/~spack/dv d/
- http://www.geocities.com/Sili conValley/Software/8762/
- http://smokering.org
- http://www.sent.freeserve.co.uk/css -auth.tar.gz
- http://dlsf.org
- http://home.rmci.net/bert/dvd
- http://thrash.webjump.com/decss.zip
- http://linux.uci.agh.edu.pl/~outlaw/ decss.html
- http://debian.mps.krakow.pl/mirror/css/
- http://www.fission.org/~mangino
- http://212.187.12.197/decss/
- http://www.clarkson.edu/~andrixjr
/decss/DeCSS.zip - http://www.geocities.com/Capitol Hill/1583/dvd.html
- http://www.csd.net/~cgadd/dvd.htm
- http://www.members.home.net/normanlorrai n/
- http://home.swipnet.se/~w-18931/decss/
- http://home.soneraplaza.nl/qn/prive/v alhalla/
- http://www.robotslave.net
- http://www.angelfire.com/punk/freedom/
- http://www.corova.com/dvd/
- http://2600.dk/mirrors/css/
- http://dvdcrack.homepage.com
- http://www.copkiller.org
- http://www.worldcity.nl/~frank/dvd
- http://members.xoom.com/iamkeenan/master/
- http://www.adulation.net/css/
- http://homepage.interacces s.com/~mycroft/decss/DeCSS.zip
- http://underground.pl/dvd/
- http://members.xoom.com/nyc2600
- http://zerosoft.hypermart.net/warez/ DVDcrK.txt
- http://www.deforest.org/CSS
- http://www.xenoclast.demon.co.uk/main.ht ml
- http://www.ctol.net/~ross/css-auth.tar.gz
- http://www.xenoclast.demon.co.uk/main.ht ml
- http://www.ctol.net/~ross/css-auth.tar.gz
- http://www.geocities.com/SiliconV alley/File/3635/
- http://members.xoom.com/a1010_2000/
- http://decss.globalservice.hu/
- http://members.xoom.com//_XMC M/madasian2000/index.htm
- ftp://ftp.firehead.org/pub/
- http://www.koek.net/dvd
- http://www.mindspring.com/~stonethrower
- http://www.geocitie s.com/SiliconValley/Hardware/6188/index.html
- http://matt.frogspace.net/css/
- ftp://www.spamshack.net/pub/dcss/
- http://imezok.tripod.com/Untitled.txt
- http://warpedreality.members.easyspace. com/
- http://ts1.online.fr/dvd/
- http://homepages.go.com/homepage s/4/0/3/403_error/
- http://members.xoom.com/maud123/Home/C SS.htm
- http://xtreme2k.8k.com/DeCSS/
- http://hackingdvd.homestead.com/
- http://www.geocities.com/corporatemi ndcontrol/
- http://www.geocities.com/SoHo
/Studios/6752/index.html - http://darklord.darkthrone.com/user s/smith/dvd/
- http://www.image.dk/~mbp
- http://www.divisionbyzero.com/decss/
- http://decss.cx/
- http://www.humpin.org/decss/DeCSS.zip and http://www.humpin.org/decss/decss.tar.gz
-
Large but Finite number of monkeysI believe the original thought experiment calls for an infinite number of monkeys. It does not say anything about the infinite volume of monkey shit that would be produced over the course of the experiment.
The Internet does not represent an infinite number of users (at least, not yet) but you're still more likely to get an infinite volume of monkey shit out of it while you try to dig up the works of Shakespere.
Or you could save time and go here.
-
Mirrors part 1Note: This mirror list has been copied from http://www.humpin.org/decss/, on January 2nd 2000 13:13 GMT
Mirrors since 28-Dec-99 added by me.
To my main DVD page (containing list of lists of mirrors) Visit Humpin! (No, it's not what you think!)
Temporary restraining order DENIED!
Thanks to the efforts of the Electronic Frontier Foundation and the organization and support provided by a few of our fellow defendants we are still here! Another hearing is scheduled for January 14th.
We would like to point out to all of the mirror sites with things like "fuck the lawyers" on them that it is because of a generous group of lawyers that we are still here. These lawyers are working for free (or much less than they could get by going over to the Dark Side) and don't deserve this kind of abuse.
Here is the EFF's stance on this case.
If you need a REAL reason to host these files, try reading this. Truth has never been more purely distilled.Save a copy of this web page now!
We have just been informed that the DVD Copy Control Association is seeking a restraining order against us (named as "Doe 28") for distributing DeCSS and linking to pages that distribute it and linking to pages that link to pages that distribute it.
Section 48 of this request states that we supposedly "have received notice through the MPA and refused to remove the information at issue". This is absolutely false! We have never received any such request (from the MPA or anybody else for that matter) and we obviously were not given the opportunity to refuse! Either Jared Bobrow needs to go back to law school or the DVD CCA needs to get a new firm. This is the kind of sloppy work that could get an important document thrown out.
Here is a 2600 story on this.
Explanation on legality of this information
The software (source as well as binaries) offered on this site can be freely redistributed because it was published under the GNU General Public License. The purpose of this software is not illegal copying of DVD disks. It is meant to provide information necessary to be able to program a DVD player for Linux. To do this, the CSS system needs to be incorporated in the player. Recently the (very weak) DVD content scrambling system was deciphered, freeing the way for a Linux DVD player. The CSS system is not a copy protection system, since it does not prevent copying of the disk. Writing information about the way an encryption scheme functions is completely legal. The source code and binaries on this site are completely legal too, since they contain no code from the DVD consortium or its members. The sources and programs on this site were written by third parties using clean-room reverse engineering methods which are (ready?) completly legal.
Attention www.rhythm.cx was hosting a list of mirrors for these files. That list of mirrors has been replaced with a page reading "This site has been taken down for legal reasons." Here's what the maintainer put on the site the day it was shut down:
NOTE (Thu, Nov 11, 12:17pm EST): I've recently been informed that a law firm which is likely to be one that would try get these mirrors taken down has been visiting this mirror site as well as others. With that said, there is a possibility that I may have to remove this site in the near future because like everyone else, I can't afford to go to court to fight it. Luckly, it seems fairly unlikely that any law firm will ever be able to get rid of all these mirrors at this point (there are currently 41 in 8 different countries and this list is growing every day). However, I have only seen very few mirror _lists_ like this one anyplace. If anyone has the resources, it might be wise to mirror this list of mirrors as well so that the right people will still know that these mirrors exist.
Here is a 2600 story with more details on how rhythm.cx was shut down.
Current Mirrors Last updated: Fri, Dec 31, 8:18pm EST
Numbers are only for the maintainer's convenienceMuch thanks to this site for listing mirrors of the mirror lists.
- http://www.humpin.org/decss/DeCSS.zip and http://www.humpin.org/decss/decss.tar.gz
- http://www.2600.com/news/1999/11 12-files/DeCSS.zip/ and http://www.2600.com/news/1 999/1112-files/css-auth.tar.gz
- http://douglas.min.net/~drw/css-auth/
- http://www.devzero.org/freecss.html
- http://www.chello.nl/~f
.vanwaveren/css-auth/css-auth.tar.gz - http://www.geociti es.com/ResearchTriangle/Campus/8877/index.html
- http://www.angelfire.com/mt/popefelix/
- http://www.vexed.net/CSS
- http://members.brabant.chello.nl/~j.vr eeken/
- http://www.dvd.eavy.de/css-auth.tar.gz and http://www.dvd.eavy.de/DeCSS.zip
- http://www.eavy.net/stuff/dvd/css-aut h.tar.gz and http://www.eavy.net/stuff/dvd/DeCSS.zip
- http://frozenlinux.com/local/decss/in dex.html
- http://www.unitycode.org/
- http://dirtass.beyatch.net/decss.zip
- http://decss.tripod.com/index.html
- http://www.free-dvd.org.lu/
- http://www.angelfire.com/in2/mirror/
- http://batman.jytol.fi/~vuori/dvd/
- http://www.zpok.demon.co.uk/deCSS/CSS.ht ml
- http://plato.nebulanet.net:88/css/
- http://www.logorrhea.com/main.html
- http://people.delphi.com/salfter/LiVi d.tar.gz
- ftp://193.219.56.32/pub/dvd/LiVi d.CVS-11.06.tar.gz and ftp://193.219.56. 32/pub/dvd/LiVid.CVS-11.06.css-stuff-only.tar.gz
- http://merlin.keble.ox.ac.uk/~a drian/css/index.html
- http://www.dvd-copy.com/
- http://www.zip.com.au/~cs/dvd/css
/css-auth.tar.gz and http://www.zip.com.au/~cs/dvd/css/DeCSS .zip - http://www.sent.freeserve.co.uk/css -auth.tar.gz and http://www.sent.freeserve.co.uk/DeCSS.zip
- http://members.tripod.lycos.nl/jvz/
- http://www.lemuria.org/DeCSS/
- http://members.theglobe.com/avoiderm an/dvd.htm
- http://remco.xgov.net/dvd/
- ftp://dvd:dvd@206.98.63.136
- http://www.twistedlogic.com/htm l/tl_archive_map.htm
- http://mu nitions.vipul.net/software/algorithms/streamciphe
r s/decss.tar.gz - http:/
/munitions.polkaroo.net/software/algorithms/stream ciphers/decss.tar.gz - http://muni tions.dyn.org/software/algorithms/streamciphers/d
e css.tar.gz - http://uk1. munitions.net/software/algorithms/streamciphers/d
e css.tar.gz - http://134.100.185.221/decss/
- http://muni tions.firenze.linux.it/algorithms/streamciphers/d
e css.tar.gz - http://www.tasam.com/~fenkt/dvd/
- http://therapy.endorphin.org/DVD/
- http://killer.discordia.ch
/Politics/Copyprotection.phtml - http://livid.on.openprojects.net
- http://www.geocities.com/SiliconV alley/Port/3224/
- ftp://ftp.one.net/pub/user s/dmahurin/files/software/dvd/
- ftp://ftp.charm.net/pub/usr/home/dutch/ or http://www.charm.net/~dutch/
- http://dsl129.drizzle.com:2001/downlo ads/DVD/
- http://perso.libertysurf. fr/ortal98/dvd_rip/decss_12b.zip
- http://users.drak.net/bem ann/software/css/css-auth.tar.gz and http://users.drak.net/bemann/so ftware/css/DeCSS.zip
- http://www.angelfire.com/movies/decss
- http://members.tripod.co.uk/bap/css/cs s.html
- http://www.angelfire.com/myband/decss/
- http://josefine.ben.tuwien.ac.at/~davi d/dvd/
- http://www.c0ke.com/DVD/
- http://rockme.virtualave.net/
- http://amor.rz.hu-berlin.de/~h0444t2v/
- http://www.quintessenz.at/q/index.html
- http://www.dvdlinks.co.uk/css/
- http://www.fortunecit y.com/tinpan/tylerbridge/679/dvdcss.html
- http://www.crosswinds.net/~valo/DeCSS/
- http://members.home.com/christopherlee/ dvd/
- http://members.xoom.com/freedecss/
- http://63.225.181.97/decss/
- ftp://alma.dhs.org/pub/DVD/
- http://www.dynamsol.com/satanix/DeCSS.zip and http://www.dynamsol.com/satanix/css -auth.tar.gz
- http://mun itions.cifs.org/software/algorithms/streamciphers
/ decss.tar.gz - http://www.able-towers.com/~flow/
- http://www.cgocable.net/~jdionne/css/
- http://people.mn.mediaone.net/bojay/s lashdot/
- http://www.capital.net/~mazzic
- http://24.108.23.121/DeCSS/
- http://ananke.hack.pl/
- http://www.geocities.com/donotsueme/
- http://members.tripod.com/donotsueme/
- http://donotsueme.homepage.com
- http://www.homestead.com/donotsueme/ index.html
- http://donotsueme.freeservers.com/
- http://www.angelfire.com/punk/donotsueme/
- http://www.rz.uni-frankfurt.de/~marsie/
- http://209.178.22.9/protest/
- http://www.bard.org.il/~marc/dvd
- http://www.geocities.com/RainFor est/4360/decss.zip
- http://www.altern.com/tfagart/decss.zip
- http://www.itouch.net/~jm/dvd.html
- http://ils.unc.edu/inls183/resources
.shtml#DVD - http://avdira.cc.duth.gr/~kkonstan/css/
- http://www.multimania.com/sxpert/decss/
- http://www.posexperts.com.pl/peopl e/wrobell/css/
- http://www.koek.net/dvd/
- http://www.cyberchrist.org/freecss.html
- http://www.ozemail.com.au/~cybe rchrist/freecss.html
- http://www.planet.net.au/~coram/
- http://www.geek.co.il/css/
- http://www.datacomm.ch/adrien/decss/ index.html
- http://home.rmci.net/bert/fuckthelawyers/
- http://unimatrix.dyndns.org/fucklawyers/
- http://www.isn.net/~dsimeone/DeCSS.zip
- http://logical-solutions.com.au/DeCSS.zip
- http://www.sarahandcasey.com/decss/
- http://www.fsp.com/
- http://www.warren-wilson.edu/~echerry/dvd
- http://www.mafkees.com/dvd
- http://dB.org/dvd/
- http://dcwi.com/~wench/decss
- http://dvdcss.newmail.ru
- http://www.subcor.com
- http://www.frankw.net/decss
- http://danger-island.com/~dav/any.lawyer.who/quot
e s.this.url/gives.permission/for .his.residence.to.be.searched/any.bootleg.audio/vi deo/tape.found/nullifies.legal.and.moral .standing/ - http://www.fortunecity.com/vi ctorian/parkwood/95/DVD/
- http://www.asleep.net/dvd
- http://members.xoom.com/NiKeX
- http://www.geocit ies.com/ResearchTriangle/Station/2819/index.html
- http://www.execpc.com/~unicorn/dvdmirr or.htm
- http://members.xoom.com/chapter3/Mamma No.htm
- http://wiw.org/~drz/css/
- http://merlinjim.freeservers.com/dvd/
- http://www.visi.com/~adept/liberty
- http://mikedotd.penguinpowered.com/deccs
- http://www.ct2600.org/2600-DVD.html
- http://magic.hurrah.com/~fireball/dvd/
- http://www.jonhanson.com/dvd
- ftp://ftp.foon.net/pub/decss
- http://osiris.978.org/~brianr/css/
- http://earnestdesigns.com/dvd
- http://www.satl.com/~satlpop6/
- http://xempt.darpa.org:81/decss/
- ftp://cm-d0415.resnet.ucsc.edu/p ub/css-auth.tar.gz
- http://www.mit.edu/afs/sipb/user
/mycroft/css-auth/ - http://www.eyrie.demon.co.uk/derek/dvd/c ss
- http://ananke.hack.pl
- http://budice.ancients.net/www.free -dvd.org.lu/
- http://defiance.darktech.org/decss/
- http://kesagatame.tripod.com
- http://www.angelfire.com/pokemon/decss
- http://www.gnosis.cx/download/DeCSS.zip
- http://bone.powersurfr.com/DeCSS/
- http://wakeupthe.net/dvd/
- http://everest.yooniks.org/dvd
- http://cubicmetercrystal.com/decss/
- http://analyzethis.acmecity.com/triboro
/90/ - http://homepages.together.net/~ib nzahid/DeCSS.zip
- http://www.save2600.8m.com
- http://people.ne.mediaone.net/dantepsn/
- http://members.xoom.com/mxpxguy/dvd/
- http://decss.fall0ut.com
- http://vedaa.tripod.com/decss.html
- http://members.xoom.com/iox
- http://www.hackunlimited.com/dvd/
- http://hem.fyristorg.com/police/css.htm
- http://elknews.netpedia.net/dvd/
- http://www.idrive.com/decss/web
- http://quintessenz.at/q
- http://www.clug.com/~vodak/dvd/
- http://www.nacs.net/~vodak/dvd/
- http://ny2600.iwarp.com
- http://www.wpi.edu/~nassar/dvd/
- http://www.glue.umd.edu/~castongj
- http://www.geocities.com/cold_dvd/
- http://www.projectgamma.com/deccs/
- http://members.xoom.com/mogreen/decss/
- http://thrash.webjump.com/decss.zip
- http://www.angelfire.com/de2/decss/dec ss.htm
- http://www.krackdown.com/decss
- http://www.ithink.org/dvd/
- http://www.fortunecit y.com/skyscraper/motorola/1415/decss.htm
- http://chaz.fsgs.com/misc/DvD/
- http://www.linuxstart.com/~kv ance/projects/decss.html
- http://www.darkkingz.com/DeCSS.zip
- http://come.to/intelex
- http://ebmedia.net/dvd/
- http://www.geocities.com/decss_forever/
- http://revolution.3-cities.com/~spack/dv d/
- http://www.geocities.com/Sili conValley/Software/8762/
- http://members.xoom.com/s_o_sam/help.html
- http://smokering.org
- http://www.sent.freeserve.co.uk/css -auth.tar.gz
- http://dlsf.org
- http://home.rmci.net/bert/dvd
- http://thrash.webjump.com/decss.zip
- http://linux.uci.agh.edu.pl/~outlaw/ decss.html
- http://debian.mps.krakow.pl/mirror/css/
- http://www.fission.org/~mangino
- http://212.187.12.197/decss/
- http://www.clarkson.edu/~andrixjr
/decss/DeCSS.zip - http://www.geocities.com/Capitol Hill/1583/dvd.html
- http://members.xoom.com/freedecss/
- http://www.csd.net/~cgadd/dvd.htm
- http://www.members.home.net/normanlorrai n/
- http://home.swipnet.se/~w-18931/decss/
- http://home.soneraplaza.nl/qn/prive/v alhalla/
- http://www.robotslave.net
- http://www.angelfire.com/punk/freedom/
- http://www.corova.com/dvd/
- http://2600.dk/mirrors/css/
- http://dvdcrack.homepage.com
- http://www.copkiller.org
- http://www.worldcity.nl/~frank/dvd
- http://members.xoom.com/iamkeenan/master/
- http://www.adulation.net/css/
- http://homepage.interacces s.com/~mycroft/decss/DeCSS.zip
- http://underground.pl/dvd/
- http://members.xoom.com/nyc2600
- http://zerosoft.hypermart.net/warez/ DVDcrK.txt
- http://www.deforest.org/CSS
- http://nickd.org/decss
- http://www.xenoclast.demon.co.uk/main.ht ml
- http://www.ctol.net/~ross/css-auth.tar.gz
- http://www.xenoclast.demon.co.uk/main.ht ml
- http://www.ctol.net/~ross/css-auth.tar.gz
- http://www.geocities.com/SiliconV alley/File/3635/
- http://members.xoom.com/a1010_2000/
- http://decss.globalservice.hu/
- http://www.humpin.org/decss/DeCSS.zip and http://www.humpin.org/decss/decss.tar.gz