Earlier quoted context omitted.
I also found https://class.coursera.org/crypto-010/lecture and https://class.coursera.org/crypto-preview/lecture but I think the first one is newer. There's also https://class.coursera.org/ml-003/lecture So I guess yours is newer. Found as well: https://class.coursera.org/automata/lecture https://class.coursera.org/hci/lecture https://class.coursera.org/pgm/lecture And others. I just did a Google site search: site:cl…
> https://class.coursera.org/crypto-010/lecture Speaking of this, I got an email about the following issue: The Coursera boneheads decide to do this. What does this mean for the crypto II class? DELAYED AGAIN! It's been delayed for YEARS. YEARS I say. Another delay because of asinine greed.
Coursera shuts access to old platform courses
231–240 of 277 posts
Re: Coursera shuts access to old platform courses
#232Worthwhile to point out that edX is a non-profit [1] unlike Coursera [2] and Udacity [3]. [1] https://www.edx.org/about-us [2] https://www.crunchbase.com/organization/coursera [3] https://www.crunchbase.com/organization/udacity
[1] https://www.edx.org/course/introduction-functional-programmi...
Re: Coursera shuts access to old platform courses
#233Earlier quoted context omitted.
Can someone get the archive team on this?
I don't think that would be legal. Coursera ToS definitely prohibits something like this. I can see a case for a torrent with the courses mysteriously appearing on some torrent site and someone linking it here, though. Man, those cheeky pirates! They can't leave anything alone. (I don't personally have bandwidth for something like that, sadly. Of course I'm also not a pirate.)
Re: Coursera shuts access to old platform courses
#234Earlier quoted context omitted.
You just don't get it. I can afford to pay for a MOOC and I would consider it, but there are millions of people who can't afford it. Coursera's about page used to say this: "committed to making the best education in the world freely available to any person who seeks it". Now they have removed every instance of the word "free" https://www.coursera.org/about/ Nothing wrong with being a for-profit company, but they went…
So? They have changed their business model. They're entitled to do so. If you care so much about the poor, you might as well subsidize a MOOC for them, instead of demanding Coursera to do so.
Re: Coursera shuts access to old platform courses
#235Earlier quoted context omitted.
you have to enroll in them and accept their honor rolls first. Does that work?
Not really. I was already enrolled and it didn't work, so not sure what happened.
https://drive.google.com/open?id=0B_H50uBwsok6ZGxzbjU0cUU0OW... https://drive.google.com/open?id=0B_H50uBwsok6d2w4YlVQcjNNSG...
hope it works :)
Re: Coursera shuts access to old platform courses
#236Earlier quoted context omitted.
Tested and successfully downloaded (about 30GB): - recsys-001 - hwswinterface-002 - eefun-001 - experiments-001 - gametheory-003 - crypto-010 - pgm - cariesmanagement-003 - algo2-003 - analyze-003 - audio-002 - ml-005 - sna-2012-001-staging - spatialcomputing-001 - organalysis-003 - compilers-004 - modelthinking-006 - ggp-003 - algo-009 - intrologic-005 - automata - linearopt-002 - matrix-002 Please add below this co…
Made a list of 220 courses that are still open for enrollment: https://docs.google.com/spreadsheets/d/1kaWxZG3krI83WfdzlExW... I will work on figuring out the slugs next. For you now, you will need to signup for the course and figure it out. You can also find the same the list on Class Central where you can filter by subjects or sort by rating: https://www.class-central.com/collection/coursera-old-stack
//////////Grab archived urls
var archived = document.getElementsByClassName("link-button primary"); var archivedUrls = []; var slugs = []; for (var i = 0; i
function getDatas(LLL){
$.ajax({
url: LLL,
dataType: 'text',
success: function (data) {
var re = /F[a-zA-Z0-9-]*-0\d{2}/;
var info = data.match(re)[0];
var fixeInfo = info.substring(1);
slugs.push(fixeInfo);
console.log(fixeInfo);
}
});
}
var ii = 0; // set your counter to 1function myLoop () { // create a loop function setTimeout(function () { // call a 3s setTimeout when the loop is called console.log(archivedUrls[ii]); getDatas(archivedUrls[ii]); ii++; // increment the counter if (ii myLoop(); // start the loop
Re: Coursera shuts access to old platform courses
#237Earlier quoted context omitted.
As someone else pointed out, that is not allowed by the TOS. But quite frankly... now that such content is not freely available anymore, I expect that to begin circulating on the p2p networks anyway.
Speaking of which: a few years ago there was quite awesome astronomy course, which I didn't have time to finish in real-time, and the content was deleted as soon as the course ended. I liked it wa-ay better than any other astronomy-ish stuff they had (and still have) later: it was more about actually modelling the celestial sphere and understanding the movement of the planets, than vaguely speaking about contents of…
Re: Coursera shuts access to old platform courses
#238Earlier quoted context omitted.
So why not share all the downloaded content through a p2p torrent network, rather than to keep them in our own servers to ourselves, so that everyone else benefits?
The Coursera TOS prohibit this. Specificaly, "You may download content from our Services only for your personal, non-commercial use, unless you obtain Coursera's written permission to otherwise use the content."[0] [0] - https://www.coursera.org/about/terms
An old saying I remember from my days in the ebook scene: "Those who want the knowledge will always find it."
Re: Coursera shuts access to old platform courses
#239Earlier quoted context omitted.
Tested and successfully downloaded (about 30GB): - recsys-001 - hwswinterface-002 - eefun-001 - experiments-001 - gametheory-003 - crypto-010 - pgm - cariesmanagement-003 - algo2-003 - analyze-003 - audio-002 - ml-005 - sna-2012-001-staging - spatialcomputing-001 - organalysis-003 - compilers-004 - modelthinking-006 - ggp-003 - algo-009 - intrologic-005 - automata - linearopt-002 - matrix-002 Please add below this co…
Made a list of 220 courses that are still open for enrollment: https://docs.google.com/spreadsheets/d/1kaWxZG3krI83WfdzlExW... I will work on figuring out the slugs next. For you now, you will need to signup for the course and figure it out. You can also find the same the list on Class Central where you can filter by subjects or sort by rating: https://www.class-central.com/collection/coursera-old-stack
Re: Coursera shuts access to old platform courses
#240Thanks for all the free courses for the last couple of years. I understand the need to be profitable and make this a real business so you don't have to fire all your good employees who have helped provide free education for so long.
I for one welcome what you are doing - as I understand that's is impossible to sustain a free model forever.
All the best!