An interesting and apparently well executed effort. But, to be honest, your arguments reek of ignorance. > This is an unfortunate outcome, since Yale’s copyright assertion muddles the argument that Yale’s actions violate Peter and Harry’s freedom of speech. No it doesn't. Whatever Yale's responsibilities in the freedom-of-speech realm may be, they are entirely ethical in nature, as freedom of speech in the legal sens…
Yale censored a student's course catalog site. I made an unblockable replacement
111–120 of 206 posts
Re: Yale censored a student's course catalog site. I made an unblockable replacement
#112"If Yale grants students access to data, the university does not have the right to specify exactly how students must view the data." I disagree strongly with this statement. If the data is owned by Yale, they do in fact have the right to specify exactly how students must view the data. Although it's frustrating to see copyright holders doing illogical or inefficient things with their copyrighted data, it is their rig…
No it isn't. There is no such right. Copyright holders want such a right, but they don't have it. The entire concept of copyright in the first place is artificial - there is no moral copyright. So the only rights you have are the ones copyright gives you, and no more. Not to mention there is no database right in the US, so they don't even have a copyright on the course database in the first place! (They do on the des…
Re: Yale censored a student's course catalog site. I made an unblockable replacement
#113Earlier quoted context omitted.
That function just retrieves the rating for one course, based on the course ID that the user has retrieved by searching for some courses. It is certainly requesting data from Yale's server, but I wouldn't call it scraping. To qualify as scraping (at least as I've done it), you'd have to iterate over all possible IDs and store the records in a database. For example, consider this basketball scraper: https://github.com…
Scraping = extracting data from a third-party website. Even if you had a site on a specific course, fetching data for a single resource, it's still scraping.
Re: Yale censored a student's course catalog site. I made an unblockable replacement
#114How did this make it onto Hacker News? Squabbles like this happen at every university (or at least the ones I have been to). Universities are often quite conservative places with a tendency to restrict student activity beyond what is sensible and students often fight back. This is a run of the mill occurrence.
(1) Replicating as a browser extension the functionality to which Yale objects qualifies as a damn good hack.
(2) The original issue is about internet freedom, a matter of concern to the HN community.
Re: Yale censored a student's course catalog site. I made an unblockable replacement
#115Earlier quoted context omitted.
You could read it that way, or you could say that this miniscule altercation between a student and the dean of an Ivy League university, both part of an elite group that knows little about the real struggles the rest of the world faces on a daily basis, has been elevated to something important while its not and it's been given way too much attention than it deserves. How many college campuses and universities in the…
> a spoiled kid living a cushioned life inside a cocoon Oh, I wasn't aware that you knew the author of blog post and software. Was he really very spoiled as a child? (I'm assuming you knew him, based on your comment, because surely you're not blanket-judging everyone who goes to a top-tier or Ivy League school as a coddled little brat with a silver spoon and an insular view of the world? Such a judgment would not eve…
Re: Yale censored a student's course catalog site. I made an unblockable replacement
#116Very cool, I love this approach as it is very similar to how my (now defunct) unedditreddit app worked and how a clever app called socialfixer for facebook works. Two thoughts. 1. You are not unblockable. My app was removed from the chrome app store after reddit complained, no review process, no appeals, good luck even communicating with google. Installing an app not from the appstore is almost impossible for a non-s…
Re: Yale censored a student's course catalog site. I made an unblockable replacement
#117Earlier quoted context omitted.
Scraping = extracting data from a third-party website. Even if you had a site on a specific course, fetching data for a single resource, it's still scraping.
Scraping = extracting data from a third-party website. That definition would seem to include some journalistic quotes.
Re: Yale censored a student's course catalog site. I made an unblockable replacement
#118An interesting and apparently well executed effort. But, to be honest, your arguments reek of ignorance. > This is an unfortunate outcome, since Yale’s copyright assertion muddles the argument that Yale’s actions violate Peter and Harry’s freedom of speech. No it doesn't. Whatever Yale's responsibilities in the freedom-of-speech realm may be, they are entirely ethical in nature, as freedom of speech in the legal sens…
Copyright doesn't protect from reuse of data, it's there to protect a particular artistic expression, a particular form if you like. I don't think the USA have anything akin to the European database rights?
Re: Yale censored a student's course catalog site. I made an unblockable replacement
#119Very cool, I love this approach as it is very similar to how my (now defunct) unedditreddit app worked and how a clever app called socialfixer for facebook works. Two thoughts. 1. You are not unblockable. My app was removed from the chrome app store after reddit complained, no review process, no appeals, good luck even communicating with google. Installing an app not from the appstore is almost impossible for a non-s…
I would post a video demonstrating step-by-step how to install non-approved apps in Chrome. Download the app. Open chrome://extensions. Tick Developer mode. Drag the app from your Download folder to the extensions page. Enjoy those nicely summarized ratings!
Actually, here are two existing videos on the subject:
https://www.youtube.com/watch?v=sf9mthhfzpY
https://www.youtube.com/watch?v=hVj_FJwI2Rw
Hopefully, if a user is savvy enough to get into Yale, those instructions would suffice.
Re: Yale censored a student's course catalog site. I made an unblockable replacement
#120Make it a userscript instead of a Chrome extension and then Google can't block it from their store because it will be distributed openly. http://http://userscripts.org/ http://userscripts.org/about/installing