Live data from Hacker News

Good News: Craigslist drops exclusive license to your posts

eff.org

41–50 of 52 posts

Re: Good News: Craigslist drops exclusive license to your posts

#41
post #23

This is the first time I have seen EFF tap-dancing around issues that are important to its mission and I can't help but think that this arises from its relationship to Mr. Newmark. Craigslist has recently engaged in a lawyer-driven campaign to ensure that no third party can use any of the data posted to its site: 1. Quite apart from the "exclusive license" language that it recently added (and has now dropped), it had…

Asking Google to stop caching CL pages is probably not a real solution. There are plenty of other parties caching them.

From Squid/Varnish style proxies, to paid CDN's, to free CDNs. If you upload content to the web, and you do not put it behind access controls like a password, it gets copied.

It's the nature of the web.

Many sites have built businesses around caching. Not taking content from search engine caches, but caching content that users request through their proxy. The users have no idea they are using a proxy. They think they are making a request to "A" site, when really their request is being passed to "B" site and "A" site is caching the result. Then other users come along and request the same content from "A" site and they think, "Wow, this is fast. And 'A' site sure has lots of content."

What's strange is that guys like Craig Newmark have made a fortune running "B" site, yet they get extremely protective of their turf. They think they are _entitled_ to something. Not really. They are just lucky. Because anyone could provide the same "service". Users can get the same content (which incicentally "B" nor "A" site own) from a myriad of points on the network. The web is a vast copy machine.

There is no entitlement. These guys who have made a fortune should be thankful.

Just because you can afford lawyers does not mean you have to start suing people because you are annoyed by competitors and the lawyers advise you that indeed you can sue. They are rarely going to tell you you cannot sue. They can find something.

Copyright trolls like Righthaven are one example of egregiousness that comes to mind. But how about with the recent OpenDNS Paxfire lawsuit? Junk patent nonsense. Fighting over who gets to hijack NXDOMAINS. The suit was dropped of course. Meritless.

There are companies out there whose business consists of hijacking and manipulating traffic, whether DNS or HTTP, to show ads. And these guys think they are _entitled_ to something. Please.

They should be happy with what they get away with.

We need more Alsups and Posners. We need more adults in the room.

Re: Good News: Craigslist drops exclusive license to your posts

#43
maybe it has been discussed before (i didn't follow the craigslist discussions) but it's funny that craigslist does not have any robots.txt on it's city subdomains

i.e.: http://newyork.craigslist.org/mnh/sub/3195940666.html is hosted on http://newyork.craigslist.org/

but http://newyork.craigslist.org/robots.txt makes an HTTP 302 redirect to http://www.craigslist.org/robots.txt, but http://www.craigslist.org/robots.txt is only a valid robots.txt for http://www.craigslist.org, and not for http://newyork.craigslist.org/, as the host, protocol and port of the robots.txt file is an essential part of its validity range.

so basically newyork.craigslist.org does not have any robots.txt and can be crawled as you like.

if you want more about it, see https://developers.google.com/webmasters/control-crawl-index...

  >The directives listed in the robots.txt file apply only to 
  >the host, protocol and port number where the file is hosted.

Re: Good News: Craigslist drops exclusive license to your posts

#44
post #43

maybe it has been discussed before (i didn't follow the craigslist discussions) but it's funny that craigslist does not have any robots.txt on it's city subdomains i.e.: http://newyork.craigslist.org/mnh/sub/3195940666.html is hosted on http://newyork.craigslist.org/ but http://newyork.craigslist.org/robots.txt makes an HTTP 302 redirect to http://www.craigslist.org/robots.txt , but http://www.craigslist.org/robots.t…

Isn't the host still craigslist?

Re: Good News: Craigslist drops exclusive license to your posts

#45
post #23

This is the first time I have seen EFF tap-dancing around issues that are important to its mission and I can't help but think that this arises from its relationship to Mr. Newmark. Craigslist has recently engaged in a lawyer-driven campaign to ensure that no third party can use any of the data posted to its site: 1. Quite apart from the "exclusive license" language that it recently added (and has now dropped), it had…

grellas: your analysis of CL's behavior makes a lot of sense to me. However, I don't understand why you say the EFF was "tap-dancing around issues that are important to its mission."

While I agree the EFF should be concerned with companies asking for exclusive licensing to user posts, because its mission is to protect individuals' digital rights, I don't see why it should concern itself with whether companies make aggregate data cacheable, scrap-able, or API-accessible to other businesses.

CL makes money by aggregating data: it attracts buyers by aggregating all local listings in one place, and it attracts sellers by aggregating customer searches for local listings in one place. IMO the EFF has no business asking CL to give its product -- aggregate data -- away for free.

Please explain, how exactly is the EFF "tap-dancing" here?

Re: Good News: Craigslist drops exclusive license to your posts

#46
post #45
post #23

This is the first time I have seen EFF tap-dancing around issues that are important to its mission and I can't help but think that this arises from its relationship to Mr. Newmark. Craigslist has recently engaged in a lawyer-driven campaign to ensure that no third party can use any of the data posted to its site: 1. Quite apart from the "exclusive license" language that it recently added (and has now dropped), it had…

grellas: your analysis of CL's behavior makes a lot of sense to me. However, I don't understand why you say the EFF was "tap-dancing around issues that are important to its mission." While I agree the EFF should be concerned with companies asking for exclusive licensing to user posts, because its mission is to protect individuals' digital rights, I don't see why it should concern itself with whether companies make ag…

Thanks for your thoughtful comment.

I agree that EFF has no business asking CL to give away its product for free, nor do I think CL should be forced to do so for any reason.

By tap-dancing, I meant that EFF failed to discuss the legal issues in a way that it might, for example, have discussed the actions of a patent or copyright troll in making an outrageous attempt to disrupt internet norms through some indefensible legal artifice. In such a case, EFF would be the go-to site for an astute legal analysis delving into: (a) what was done, (b) why it is legally indefensible (if it arguably is), (c) the horrible policy implications of what was done, and (d) what the motives of the actor were in doing this and whether those motives could be justified for any reason.

As I read this post, I saw none of the normally sharp and even hard-hitting analysis that EFF would offer in such a case. An action that normally would call for outrage has instead received a very diplomatically worded critique from the EFF. That is all I meant by "tap-dancing." It is almost as much about tone as about substance but clearly this to me is not one of EFF's normal posts.

Re: Good News: Craigslist drops exclusive license to your posts

#47
post #43

maybe it has been discussed before (i didn't follow the craigslist discussions) but it's funny that craigslist does not have any robots.txt on it's city subdomains i.e.: http://newyork.craigslist.org/mnh/sub/3195940666.html is hosted on http://newyork.craigslist.org/ but http://newyork.craigslist.org/robots.txt makes an HTTP 302 redirect to http://www.craigslist.org/robots.txt , but http://www.craigslist.org/robots.t…

Saying that "newyork.craigslist.org does not have any robots.txt and can be crawled as you like" is false. Search engines follow redirects until valid robots.txt files are found. From that same document you linked:

3xx (redirection)

Redirects will generally be followed until a valid result can be found (or a loop is recognized). We will follow a limited number of redirect hops (RFC 1945 for HTTP/1.0 allows up to 5 hops) and then stop and treat it as a 404. Handling of robots.txt redirects to disallowed URLs is undefined and discouraged. Handling of logical redirects for the robots.txt file based on HTML content that returns 2xx (frames, JavaScript, or meta refresh-type redirects) is undefined and discouraged.

Re: Good News: Craigslist drops exclusive license to your posts

#48
post #46
post #45

Earlier quoted context omitted.

grellas: your analysis of CL's behavior makes a lot of sense to me. However, I don't understand why you say the EFF was "tap-dancing around issues that are important to its mission." While I agree the EFF should be concerned with companies asking for exclusive licensing to user posts, because its mission is to protect individuals' digital rights, I don't see why it should concern itself with whether companies make ag…

Thanks for your thoughtful comment. I agree that EFF has no business asking CL to give away its product for free, nor do I think CL should be forced to do so for any reason. By tap-dancing, I meant that EFF failed to discuss the legal issues in a way that it might, for example, have discussed the actions of a patent or copyright troll in making an outrageous attempt to disrupt internet norms through some indefensible…

Ah, I see your point, although I still don't agree with it.

The simplest explanation for the EFF's behavior is that in this case a confrontational stance was not necessary -- and in fact would have been counter-productive. CL has not only supported EFF values for a longtime, it also reversed the new user licensing terms very quickly. In other words, CL is very different from, and deserves different treatment than, a copyright or patent troll.

Had CL persisted with those insane end-user terms, I have no doubt the EFF would have taken an increasingly confrontational stance.

Thanks for the prompt response.

Re: Good News: Craigslist drops exclusive license to your posts

#49

If Craigslist claimed ownership of the content, wouldn't that make them responsible for the content and open them up to the lawsuits surrounding criminal activities initiated through a Craigslist posting?

This is exactly what I believe.

CDA: https://en.wikipedia.org/wiki/Section_230_of_the_Communicati...

Re: Good News: Craigslist drops exclusive license to your posts

#50
post #30

Earlier quoted context omitted.

CL has also removed themselves from search engines, so PadMapper can no longer use the google cache workaround. I don't think they can go back to scraping either, but I'm not certain of that aspect of it. This may be the real reason behind the change. Perhaps CL just doesn't need it any more.

That sucks, searching is how I double-checked dubious craigslist posts. Select a couple phrases and search google. If identical posts pop up under various other cities on craigslist, then I knew for sure it was spam/fraud.

Just one of the many ways third parties fix broken things on Craigslist. Things Craigslist refuses to recognize.
Post reply on HN