Yale censored a student's course catalog site. I made an unblockable replacement
1–10 of 206 posts
Re: Yale censored a student's course catalog site. I made an unblockable replacement
#2Re: Yale censored a student's course catalog site. I made an unblockable replacement
#3Re: Yale censored a student's course catalog site. I made an unblockable replacement
#4Re: Yale censored a student's course catalog site. I made an unblockable replacement
#5Re: Yale censored a student's course catalog site. I made an unblockable replacement
#6Re: Yale censored a student's course catalog site. I made an unblockable replacement
#7Really clever response to clearly decouple the copyright issue from the freedom of speech issue. I'm curious to see how the university will react to this.
(And the counter to this is a server somewhere that the extension can send the PDF to, that runs pdftotext on linux... so he should prepare for that ...or just prepare to be expelled).
Re: Yale censored a student's course catalog site. I made an unblockable replacement
#8Re: Yale censored a student's course catalog site. I made an unblockable replacement
#9Really clever response to clearly decouple the copyright issue from the freedom of speech issue. I'm curious to see how the university will react to this.
The data will stop being presented in a form that's easily parsed. Instead, it'll be in PDFs rather than within text+HTML that this guy's extension can move around. (And the counter to this is a server somewhere that the extension can send the PDF to, that runs pdftotext on linux... so he should prepare for that ...or just prepare to be expelled).
Re: Yale censored a student's course catalog site. I made an unblockable replacement
#10> (3) not scraping or collecting Yale’s data
Yet in the code[0], there's a function called getRatingsForCourse() that makes an ajax call to url: "https://ybb.yale.edu/courses/" + id. How is this not scraping? Am I missing something here?
[0]: https://github.com/seanhaufler/banned-bluebook/blob/master/e...