Slashdot Mirror


Stanford To Offer Free CS and Robotics Courses

DeviceGuru writes "Stanford University will soon begin offering a series of 10 free, online computer science and electrical engineering courses. Initial courses will provide an introduction to computer science and an introduction to field of robotics, among other topics. The courses, offered under the auspices of Stanford Engineering Everywhere (SEE), are nearly identical to standard courses offered to registered Stanford students and will comprise downloadable video lectures, handouts, assignments, exams, and transcripts. And get this: all the courses' materials are being released under the Attribution-Noncommercial-Share Alike 3.0 Unported license."

66 of 247 comments (clear)

  1. Hmm.... by russotto · · Score: 4, Interesting

    Does this mean one can now pad one's resume with "Studied at Stanford" or some such verbiage, without (much) guilt? Not an issue for me but for those newer to the field, it just might help...

    1. Re:Hmm.... by Antique+Geekmeister · · Score: 4, Funny

      It worked for both Presidents Bush.

    2. Re:Hmm.... by Gerzel · · Score: 3, Funny

      The first qualification to run for President or any high US office--and I suspect this goes for any current republic/democracy--is that the applicant have no capability to feel guilt what-so-ever.

    3. Re:Hmm.... by TooMuchToDo · · Score: 3, Insightful

      So if I take the local community college welding classes levels 1-4 (which I am, just because I'd like to learn Mig/Tig/Oxyacetylene welding/cutting) but don't take the final examination where they rate my work, I can't say I've studied the material? If the material is online, you've studied it, and have it down cold, than just like in most cases, the degree/transcript doesn't matter.

    4. Re:Hmm.... by TwilightXaos · · Score: 2, Funny

      Personally, I'd argue that you haven't "Studied at Stanford" unless Stanford can issue a transcript with your name & the courses you've taken.

      From TFS and TFA:

      Each course comprises downloadable video lectures, handouts, assignments, exams, and transcripts.

      Emphasis mine. I guess, personally, you could say you've "Studied at Stanford" if you take one of these courses.

  2. What a load of BS (CS) by bugeaterr · · Score: 4, Funny

    "The Fourier Transform and its Applications" WTF!!

    My employer's lawyers protect us from the liabilities of open source and I don't see the in-house tools I'm forced to use *anywhere* on Stanford's course listing!
    How *exactly* are we supposed to find people with expertise in our proprietary crap if no one out there is teaching it???
    Universities are soooo out of touch.

    1. Re:What a load of BS (CS) by Horar · · Score: 5, Insightful

      It's not the universities that are out of touch. It's your employers that are out of touch, and the multiple-choice generation of wannabe professionals who can't see past their first half-dozen paychecks. If you get the education that you appear to want, you'll be unemployable in five years.

      Take it from someone who's been in the industry for 30 years and still going strong... you can't learn too much theory because theory doesn't go out of fashion the way technology fads and acronyms do.

    2. Re:What a load of BS (CS) by temugen · · Score: 2, Informative

      You are being sarcastic, right? Most universities are out of touch and producing run-of-the-mill CS students BECAUSE they are under the impression that proprietary tools are all the students will need in the real world. Well, fortunately, the older schools like MIT realize that there is more to computing than just the top level proprietary software. Schools that teach low level languages, along with strong math, physics, and UNIX (due to the nature that it's embedded in nearly every device!) get my utmost respect.

    3. Re:What a load of BS (CS) by dmitriy88 · · Score: 2, Funny

      Guess I should keep my finger a bit farther from the reply key.

      looks like you failed

    4. Re:What a load of BS (CS) by Dishevel · · Score: 2, Insightful

      It's not the universities that are out of touch. It's your employers that are out of touch, and the multiple-choice generation of wannabe professionals who can't see past their first half-dozen paychecks. If you get the education that you appear to want, you'll be unemployable in five years.

      Take it from someone who's been in the industry for 30 years and still going strong... you can't learn too much theory because theory doesn't go out of fashion the way technology fads and acronyms do.

      Umm.... Whoosh...Really

      --
      Why is it so hard to only have politicians for a few years, then have them go away?
    5. Re:What a load of BS (CS) by Duffy13 · · Score: 5, Insightful

      Except that you tend to get the reverse situation also; I've met CS majors who couldn't make a simple top level user app in a relatively generic IDE.

      In principle I agree with your basic assessment, the core skills should be as you listed, but by no stretch should they be the limits of what is taught in colleges. From what undergrad programs I have seen you tend to get either one or the other, with a few exceptions here and there.

      I am personally a result of an undergraduate Software Engineering program that covered a portion of the CS curriculum, and to a lesser extent CE, along with just about everything else in the realm of top level programming from an SE point of view.

      In my opinion, software is one of the fields that benefits from the jack of all trades route and I believe more collegiate programs should follow this model.

      --
      "Now you know, and knowing is half the battle!"
    6. Re:What a load of BS (CS) by RockoTDF · · Score: 2, Insightful

      *cough* Java *cough*

      rant: I hate Java so much. Don't waste my time with GUIs, 10 years from now swing won't frigging matter. Some of us aren't going to be software engineers dammit! MIT has been using Lisp in some form for ages, I wish every other school in the country would take a page out of their book. Even Caltech teaches Java as their main language, which is surprising. My ideal curriculum would start with a semester of Python just to get students familiar with how programming works without worrying about the intricacies of a specific language. Then after that do Lisp or C/C++. Anything but Java.

      --
      There is more to science than physics!

      www.iomalfunction.blogspot.com
    7. Re:What a load of BS (CS) by syousef · · Score: 4, Interesting

      It's actually scary what the average slashdotter thinks makes a competent coder. When I suggested that I spent some spare time exploring and extrapolating FizzBuzz for fun (and testing!!! my solutions), I got called incompetent because it was an "uninteresting" problem. Instant gratification, instant results seem to be the flavour of the day...leading to poor untested code resulting from poor and/or incomplete analysis. I wonder how many "uninteresting" business problems some of these jokers would code poorly and/or incompletely without testing for the sake of saying they're quick and switched on.

      --
      These posts express my own personal views, not those of my employer
    8. Re:What a load of BS (CS) by randomc0de · · Score: 2, Insightful

      Lisp and Scheme are useless for learning Computer Science. There is one topic they can be used for - functional programming. This is not a useless topic, but it is not Computer Science. Data structures, compiler design, operating system design - all of these require vastly different languages than purely functional ones.

      C and Java are extremely powerful, robust languages. With just them you can do OOP, functional programming (what do you think the Lisp compiler is written in...), complex data structures, essentially anything. Lisp, Scheme, Haskell, and Erlang are domain-specific languages for domain-specific tasks. They should absolutely be taught, but only in certain courses. Computer Science departments must teach concepts, and those require languages flexible enough to express different paradigms.

      Finally, I apologize for actually using "paradigm" in a sentence. It's just the only word that fits.

      --
      Three rights make a left. Freedom of speech, freedom of the press, freedom of assembly.
    9. Re:What a load of BS (CS) by pkaeding · · Score: 5, Informative

      I'm afraid I have to disagree. Lisp and Scheme are excellent languages for beginning computer science students. Functional languages in general are great for beginners. Mutation is a difficult thing to wrap your head around when you are starting out; functional programming is much easier when you have no other exposure to programming.

      In high-school algebra, you learn that a function f(x) takes a single number as input, and returns another number. This idea of 'functions' translates perfectly to functional programming.

      Functional programming also teaches kids who may have limited experience in other languages to think differently. If you are used to loops, you learn recursion. If you have never used loops, recursion makes sense as a way to simplify a complex problem.

      I think that using C and Java to teach these concepts will introduce too much confusion, especially if these freshman students search Google when they get stuck with a problem. The solution on Google will be so much different that what they learned in class, and for a good reason.

    10. Re:What a load of BS (CS) by ultranova · · Score: 2, Insightful

      My ideal curriculum would start with a semester of Python just to get students familiar with how programming works without worrying about the intricacies of a specific language.

      No. Start them up with Basic - and I mean the good old line-number one, not one of these new ones with procedures. Once their programs grow beyond the point where GOTO is practical, introduce the concepts of procedures and stack; then show how these can be managed automatically by the computer in, for example, C. Then wait again for the programs grow to spaghetti stage before introducing objects, automatic memory management, etc.

      If you start with a modern language like Python, the students will never really understand why it has the features it has, because they've never run into the problems those features are intended to solve.

      Then after that do Lisp or C/C++. Anything but Java.

      Do you have some rational basis for your hatred for Java, or is it just a matter of taste ?

      --

      Forget magic. Any technology distinguishable from divine power is insufficiently advanced.

    11. Re:What a load of BS (CS) by randomc0de · · Score: 2, Interesting

      I should clarify things. I love functional programming, particularly agent based-modeling concepts (objects that are purely accessed via functional message passing). But it took me 4 years to learn this. I think people learning programming need to "cut their teeth" on simpler, less oriented programming languages. Like I said, it took me 2 hours of thinking for one Haskell function. The extreme typing of Haskell in particular is irksome for learning.

      That being said, beginners need to learn with something that will show them what everything is based on... i.e. the computer engineering side of things. The Glasgow Haskell Compiler was bootstrapped in the same manner every compiler is bootstrapped - it's written in C until it can compile itself.

      I absolutely think every C.S. major should learn Haskell, Scheme, and Python. Just not at first. You need to crawl before you walk, and C is crawling. You bootstrap yourself up with languages in the same manner as the languages themselves.

      --
      Three rights make a left. Freedom of speech, freedom of the press, freedom of assembly.
  3. Re:I'd be pissed. by PuritySyrup · · Score: 5, Funny

    No, no. Don't worry about it. To view the lecture video, you have to install Microsoft Silverlight. So in other words, the asking price is too high for many.

  4. Re:I'd be pissed. by Anonymous Coward · · Score: 5, Insightful

    I'd say an in-class experience, including talking with an instructor, graded homework, and the recognition (towards a degree) is quite a bit of value that ISN'T included in the online version.

    Their two different beasts.

  5. Re:I'd be pissed. by Skapare · · Score: 4, Informative

    RTFA! The freeloaders don't get Stanford credit for the free courses.

    --
    now we need to go OSS in diesel cars
  6. OpenSource University? by gsgriffin · · Score: 5, Insightful

    So what is better? Something free that everyone has access to or something that only the rich and privileged can attain? I would think that most \.ers would be cheering this since its akin to open source.

    --
    jsut athnoer menagiensls ltitle psrhae for you to dcoede. Why do we wtsae our tmie dnoig tihs?
    1. Re:OpenSource University? by zappepcs · · Score: 3, Insightful

      I'm cheering it. There are quite a few folks in the world that can neither attend the school, or afford it if they could attend physically. That said, they would love to have Stanford class material to learn from as part of their hobby ambitions. Hobbyists notoriously have a zero dollar budget and a zest for learning stuff. Even if it seems unlikely that you'd see Starbucks' employees logging on for a lecture during their lunch break, it's possible.

      Anything that educational institutes can do to generally raise the engineering awareness and savvy of the population is fulfilling their mission in a broad sense. I'm fully going to do these courses. I have more time than spare coin at the moment, and Stanford level courses are appreciated. Even if I got credit for them it would not affect my paycheck. What I know, and what I have accomplished do more to shape that number than anything I might have learned in school. When you are 24 that piece of paper is very important. When you put 10+ years on that, people are far more concerned with what you have done since graduation. Adding additional studies to your resume might sound hokey, but it shows what a lot of people want to see... effort, desire, and staying in-career with your interests.

      You might be a Windows system admin, but you only get to be a hero when you can also work on that new machine that the marketing guy set up and is now not working. Oh, yeah, it runs Linux. Specialists are passe' and the more you know how to deal with, the better you will deal with any one part of it. Continuing education is not a joke, and even this counts.

    2. Re:OpenSource University? by PCM2 · · Score: 4, Informative

      So what is better? Something free that everyone has access to or something that only the rich and privileged can attain? I would think that most \.ers would be cheering this since its akin to open source.

      To be fair to Stanford, it's not only the "rich and privileged" who have access to its degree programs. As of this year, Stanford no longer charges tuition for students whose family income is less than $100,000 per year. Most other "posh" American schools have similar programs -- Harvard, for example, waives tuition for families earning less than $60,000. In 2005, Yale announced that it would waive tuition for any musicians who wanted to pursue a Master's degree in music and were good enough to be accepted in the program. And so on.

      Education really doesn't put up as many barriers in America as people think. It's the people who are rich who put up the barriers, whether they're going to university or not.

      --
      Breakfast served all day!
    3. Re:OpenSource University? by Rakishi · · Score: 3, Insightful

      The problem is that, if your family makes $101,000, you're fucked.

      No you're not, you simply have to pay more than zero but not much more.

      That's all, of course, assuming you can get past their impossibly-high admissions standards.

      It's an elite school and the requirements are far from impossible given that people get in. Just because you couldn't make it in doesn't make it impossible. There are plenty of other schools with lower requirements including state schools and so on (granted you'd amusingly enough possibly pay more at said state schools).

  7. Re:I'd be pissed. by temugen · · Score: 2, Funny

    You mean you're not required to have a relative who attended Stanford in order to watch the lectures?

  8. Re:I'd be pissed. by knewter · · Score: 2, Interesting

    I just can't imagine why you'd be pissed. People taking a course for free obv. don't have access to the professors (80% of the value of college). Been through college yet? A weekend of talking over particularly complex math with a professor >> a year of watching online videos. And this is coming from a guy who LOVES MIT's open courseware.

    At any rate, sunk costs shouldn't affect decisions. You paid the money and got the education (hypothetically), so sound economic theory suggests you shouldn't care shit about what happens after that.

    --
    -knewter
  9. Re:I'd be pissed. by Molon+Lave · · Score: 4, Interesting

    What's the problem? If you read it a little more thoroughly you would see that they don't give any credit with the free classes. It doesn't hurt the paying students or lower the value of the actual degrees that paying students receive. I'm severely physically disabled and was unable to finish my EE degree back in 1993 because of health reasons. I doubt I'll ever go back to school. This is a great chance for me to at least finish educating myself, degree or no degree.

  10. $chool by Dgawld · · Score: 2, Insightful

    American Universities should be "open source", or at least 50% cheaper. Even then the average private school would still cost an average total of $80,000 USD (not including books, and the required spending money)

  11. Re:I'd be pissed. by goldsaturn · · Score: 3, Informative

    Nope, you can also get the video from YouTube, Itunes, Vyew (not working with Firefox 3.0), and WMV and MP4 video files that are being torrented. I feel like the bases are covered pretty well.

  12. MIT has many more... by fortapocalypse · · Score: 5, Informative

    Good info on Stanford. In addition, don't forget that MIT has had many more courses available for a good while now:

    http://ocw.mit.edu/OcwWeb/web/courses/courses/index.htm

    And many schools/universities have their material online. Try Google.

    Those with thin wallets and empty pocketbooks can get a decent education as long as they have the time, the will, and with free access to a computer (via public library for example).

    1. Re:MIT has many more... by hax0r_this · · Score: 3, Insightful

      Yes, but no one goes to school for an education, they go to school for a degree. I'm not saying thats how it should be, but thats just the sad truth of this country. I can go through and learn that material, same as a student at Stanford, I could outscore them on the test, but in the end they will get the job and I will be on the street because they paid.

    2. Re:MIT has many more... by Man+On+Pink+Corner · · Score: 2, Insightful

      I don't know. If I had a choice between hiring somebody who got a 4-year BSEE the usual way, versus somebody who couldn't afford school but who instead downloaded all the lectures and book .PDFs and absorbed equivalent knowledge from those, I'd take the autodidact any day of the week. That's how you hire the next Wozniak.

    3. Re:MIT has many more... by TooMuchToDo · · Score: 2, Interesting

      I run a small business, and when I interview/hire people, I prefer people who know the material without a degree. Anyone can throw 4 years away at a "higher education institution". I want someone who learned how to run on their own. I also don't pay them peanuts.

    4. Re:MIT has many more... by GuldKalle · · Score: 2, Interesting

      ...And then he turns out to be a good asset, and he gets some experience for his resume.
      Now you have the option of giving him a raise or letting your competitors have him. Yes, autodidact education forces you to take some alternative paths, but the point is that the paths are there.

      --
      What?
  13. Not consequent. by erlehmann · · Score: 2, Informative

    To view the course material, you need proprietary software or patented codecs - Silverlight ? Check. Flash ? Check. Itunes ? Check. WMV, MP4 ? Yepp.

    While this is truly an interesting development, I wish they would go the consequent route like Wikipedia (well, hopefully, (X)HTML5's video element will fix that).

    1. Re:Not consequent. by Steauengeglase · · Score: 2, Interesting

      Looking at the CC notice at the bottom of the page (to Share -- to copy, distribute, display, and perform the work and to Remix -- to make derivative works), I don't see why you can't re-encode it in an open format and redistribute it so long as you give credit where credit is deserved.

  14. Re:I'd be pissed. by Dahamma · · Score: 4, Informative

    Are you kidding? When I was at Stanford (a ways back now) most of the intro class lectures were big enough that non-students could easily sit in on any lectures if they wanted (and I would recognize several who did repeatedly - some of whom were clearly not "all there"). I bet you could even turn in the homework and take tests in many cases... and occasionally they'd probably be oblivious enough to grade it and give it back.

    I looked at the courses, and (scarily?) I recognize a few of the profs/lectures from over 15 years ago - they definitely picked some of the best for this program (the CS106A lecturer was my CS106A TA back then, but he was a fantastic TA ;)

    Anyway, as a former undergrad, I hope people do use this resource! The more quality education/teachers available to anyone who wants it the better.

  15. Re:I'd be pissed. by gardyloo · · Score: 4, Funny

    I'd say an in-class experience, including talking with an instructor, graded homework, and the recognition (towards a degree) is quite a bit of value that ISN'T included in the online version.

    Their two different beasts.

    Totally agreed. I see that someone learned his homonyms via an online course.

  16. Re:did anyone notice the levels of the course? by Jophiel04 · · Score: 3, Informative

    As an actual Stanford student, I can shed some light on this. The official statement from http://www.stanford.edu/dept/registrar/bulletin/4447.htm#main is:

    Stanford does not have a standard course catalog numbering system. Courses numbered from 1 through 99 are primarily for freshmen and sophomores. Courses numbered from 100 through 199 are primarily for juniors and seniors; some departments, however, offer courses numbered from 200 through 299 for juniors and seniors. Most courses numbered 200 and above are for graduate students; no graduate career course is numbered below 200, and all courses above 300 are for graduate students.

  17. IQ bell curve by eagl · · Score: 2, Insightful

    As slashdotters go ape over this sort of thing, one fact should be kept in mind...

    Slashdotters are largely made up of people on the far right side of the bell curve distribution of intelligence. Although our current federal government refuses to acknowledge that half of the people are "below average" and insists that everyone would benefit from a college education, the fact is that only a minority of people are actually capable of benefitting from the kind of advanced education Stanford can provide. The vast majority of people would be much better served with an education focused on practical application of the knowledge humanity has accumulated over the last couple thousand years.

    How many slashdotters actually associate on a daily basis with people who would have to stretch to achieve a 100 score on an IQ test? I would submit that very few of "us" associate regularly with "them", and therefore our attitudes towards the desirable nature of higher education is heavily biased by our own capabilities. A great number of people simply can not benefit by any level of exposure to a Stanford provided higher education, no matter what the cost or ease of access.

    We need to temper our response to these programs, and especially temper our response to government programs that attempt to force higher education goals onto the masses, by the realization that an awful lot of people would get a lot more out of a more practical approach to education instead of the current myth that everyone can earn an advanced degree if they were only given a fair shot. The average person couldn't graduate from Stanford no matter how fair of a shot they were given... That's why Stanford graduates are expected to rise above the average and achieve beyond the norm.

    1. Re:IQ bell curve by Creepy+Crawler · · Score: 2, Interesting

      And how do you say that one man, over the course of 8 years caused what the USA is today?

      Bush didn't cause the mortgage crisis.
      Bush didnt get companies to heavily finance subprime lending.
      Bush didnt encourage or discourage manufacturing sector to leave the country.

      Economically speaking, what is doing us in is the unspoken deal with China. Yes, Clinton did initiate it, but I believe he did in the best interests of the USA. We already had large portions of our manufacturing moving out of the country, so we needed cheaper goods to offset the lower average wages, China offered to make cheap goods (cheap in price and quality). We bought them up, and created a trade deficit. They hold our treasury bills in lien for our debt to China. If, they were to sell them on the open market... Well..

      Educationally speaking, we were already in the hole. Most of Europe encourages advanced education and pays for it. Higher wages due to education equal more tax revenue. Instead, our public universities jack prices up higher and higher, in that poor and middle class cannot afford them. These are supposedly public... They sure dont serve the public like the rest of the 1'st world nations do. And there's NCLB act. Even though Bush passed that recently, we still will not know the effects of it until 10-15 years. Might as well call it guinea pig nation.

      Structurally speaking, our roads are decrepit. We have the last remnants of a rail system that has been left in the dust for 30+ years. Our infrastructure to move things around are vehicles, and therefore petrol increases hurt everybody. We have no real public transportation, even in big cities. There is no transportation between cities. Our broadband and high speed interconnects are taken over by monopolies who wish nothing but to extract every cent without providing improvements.

      And even recently, we're seeing mergers in the financial market.In other words, companies are going bankrupt and they're merging to stave off future bankruptcies. I would make the unasserted claim that our country runs off of credit. If credit somehow becomes very scarce, our country will slow. Also, if we lose any more jobs, our country will falter.

      What country would want to come to a place with 3'rd world education, 3'rd world infrastructure, and a failing economics system?

      --
    2. Re:IQ bell curve by daemonburrito · · Score: 4, Insightful

      We need to temper our response to these programs [...]

      Why?

      What a strange response. I've read your comment three times now, and I still don't get it. That is, I don't get it because I'm giving you the benefit of the doubt; it seems like you're advocating for long-dead Social Darwinist tripe. But that couldn't possibly be the case, as you are one of those on the "right" side of the curve, right?

      You act as if this is your Harrison Bergeron fantasy (in which you are the protagonist, of course). This isn't the government forcing Stanford to admit cretins! It's just a school sharing part of their curricula on the web.

      If "you" are a member of "us", count me as a member of "them".

      Yay Stanford. Using the web to its potential for making civilization a little better for all of us. What's not to like? And what would we possibly have to gain by preventing people from learning?

    3. Re:IQ bell curve by goatherder23 · · Score: 4, Funny

      Slashdotters are largely made up of people on the far right side of the bell curve distribution of intelligence.

      Have you actually read any of the comments on slashdot?

    4. Re:IQ bell curve by eagl · · Score: 5, Insightful

      Simply by replying, and specifically by your spelling, you are NOT "them". You can benefit by a higher education that focuses not only on the practical application of our knowledge base that would be applicable in earning a respectable living doing a productive job (ie. a tech school), but on an education that uses theoretical considerations to go beyond simple application, towards synthesis that leads to new applications, new knowledge.

      A simple example is the requirement that algebra must be passed in order to get a high school diploma... I would argue that for a fairly significant portion of our society, passing an application-focused class such as auto shop is much more valuable and pertinent to graduating from high school than passing an algebra test. I grew up with a number of people who can't possibly grasp algebra, but who benefited greatly from various "tech school" high school courses, got their high school diplomas, and got decent jobs right out of school. They would have been very poorly abused by any system that required them to pass algebra to get their diploma, and they never would have graduated if the school system in place at the time had cut shop class in order to attempt to force these below average students to pass college-prep courses. They were much better served by being offered application-level courses that taught them practical skills that led directly to productive jobs.

      One friend of mine was particularly affected by the current philosophy that no student is "below average", and that all students deserve a college education. He got all the opportunities anyone could imagine including a free ride to a good university based on an intercollegiate athletic scholarship, and he was completely unsuited for the academic challenge. When he failed out of college, he found himself unsuited for any job other than fast-food shift supervisor because his high school refused to recognize that he was "below average", and refused to tailor his education towards something he could have actually used. He ended up with few practical skills since they forced him into math courses that he barely passed instead of letting him take skills-application courses, and was unable to get a job that paid well enough to support himself.

      That's what I'm talking about when I say as slashdotters we should temper our response to these education opportunities. They are not the answer to all our problems, because the vast majority of people in the US are incapable of benefitting from the and trying to tailor high school education to force the no-shit 50% of students who are "below average" to go to college, is a gross injustice. We need to recognize that an awful lot of people have absolutely no use for a Stanford level of education, and ensure that rather than trying to force them into a particular college-prep track that they are not prepared or capable of following, we should provide application-level educational opportunities that lead to jobs, not a future involving washing out of college and ending up on the street with a bruised ego and no practical education that they'll find useful in finding a job they can handle.

    5. Re:IQ bell curve by mdfst13 · · Score: 3, Interesting

      The reason why slashdotters go ape over this is that we might actually take a Stanford online course on robotics. That's why it's news for nerds. It's also worth noting that /. is probably heavy on Intuitive Thinkers, the kind of people who are good at math and not interested in teaching. As such, it is often hard for us to find good real world teachers (teachers tend to be Empiricals rather than Intuitives). Replacing teacher and book courses with online courses makes sense for us, since teachers are scarce in our subjects and we are online friendly.

      Now, if you want to talk about how we could change the educational system to be more supportive of people who aren't going to go to college, let's start with making it easier to leave school earlier. The typical schooling in the US is 12 years of 180 days each. Move that around a bit, and you can get the same 2160 days in ten years of 216 days each. No more summer vacation to work the farm (and forget what was learned last year), but still about five weeks of vacation (which could be spread around the year in addition to the current four weeks of holidays).

      For those who aren't going on to college, offer better apprenticeship programs. Companies will need to provide this, but the government can help with tax incentives and some adjustments to labor laws.

    6. Re:IQ bell curve by eagl · · Score: 2, Insightful

      I'm saying that an awful lot of people will not benefit from being forced into an educational track that leads to a bachelors degree, when they are not capable of achieving at that level. We must recognize that 50% of students are below average, and the education we offer them must be applicable to their future, not some fairy-tale future where everyone can pass differential equations and get a degree in aero engineering if they only had a fair chance. Guess what - even really smart people fail out of engineering degrees, and it is grossly unfair to the 50% "below average" people to force them into college prep courses.

      Our enthusiasm for the ability to audit Stanford courses for free is understandable, but we really should temper our response with the realization that there are a ton of people failing high school algebra right now that would benefit a lot more by being offered some technical courses that lead to jobs instead of online engineering or comp sci courses they can't possibly understand.

      I'm trying to not point fingers here, but the "no child left behind" program explicitly ignores the fact that not all students are equally capable, and that 50% of students are below average. These kids need to be offered programs that give them the education they need to succeed in LIFE, not an education they can't understand in order to prepare them for a college education they can't possibly graduate or benefit from.

      Those who go to Stanford with a reasonable expectation to graduate have already far surpassed the cut line - they are far on the right side of the bell curve, and it's very tough to imagine living life on the other side of the curve, let alone imagine what sort of education those people would benefit from. They need knowledge that leads to a JOB, not college prep courses or free Stanford engineering courses.

    7. Re:IQ bell curve by Rayban · · Score: 2, Funny

      The solution is obvious: we need to work hard to increase the number of students above average!

      --
      æeee!
    8. Re:IQ bell curve by daemonburrito · · Score: 3, Insightful

      I bet you say that to all the nerds... ;)

      I share some of your opinions, but I arrived at them from a different place. I've never feared greater access, but I have been saddened by our system's failures. I think these failures are more complex than the paradox of Lake Wobegon's test scores, though. Whatever the failures are, and whatever the details of the failures, it seems to me like putting material on the web is an excellent bypass.

      I think that the missing great students are still a bigger problem than an abundance of under-equipped students. Coping with some more of the latter is worth it to catch more of the former. In any case, putting this material on the web can feed the lonely minds of those that didn't make it, for reasons other than lack of intelligence.

      I totally agree with you about providing more of what you called application-level education; both for the lives of those who just need to learn a trade, and for the institutions who could put more effort into theoretical considerations. But I also get serious warm-and-fuzzies thinking about all humanity being able to access stuff like this someday.

    9. Re:IQ bell curve by WetFreud · · Score: 2, Insightful

      What??? I'm not exited because we can finally force graduate level engineering courses on the American masses. I'm exited because there may be someone in rural Sir Lanka or Cameroon or wherever else who can use this to make me a flying car. And I'm excited because in a few minutes I'll start watching my third Stanford CS course on the bus on my way to work. And I live in Norway.

    10. Re:IQ bell curve by Rakishi · · Score: 2, Informative

      This pertains to this topic how exactly? You're just as bad as the law makers because you seem to think that focusing on multiple issues is somehow inherently bad or impossible. Hyper focusing on whatever issue the "people" care about is how we end up in these cluster fucks to begin with. Not everything is supposed to be some sort of idiot one size fits all solution that in the end results in more damage than it solves. It seems that to you "we need to help the below average" == "fuck over many other people by ignoring their problems." These are separate discussion with separate problems and solutions, with very little real overlap.

      No one expects this to help the poor mentally disabled idiot who failed out of high school. It's not supposed to but there are many OTHER people who will benefit from them. If you want to help that idiot then go and post in some other discussion or what not.

    11. Re:IQ bell curve by DerCed · · Score: 2, Informative

      Of course you are right, but also consider people like me. I work in IT, but having not studied CS and living in Europe, the courses offered by a MIT and now Harvard enables me to learn and understand the theoretical underpinnings of CS from the comfort of my home. And I don't need a "certificate" afterwards, the personal and professional advantages I will gain from these courses will be reflected in my work skills.

      And I'm sure there are lots of others with a similar story like mine. For us, such courses are a gift from - insert any paradise-like place here - and I don't care if the "vast majority" does not have a chance in understanding it.

  18. Re:I'd be pissed. by torstenvl · · Score: 3, Funny

    Economic theory is almost always wrong when it predicts individual human behavior.

  19. Re:I'd be pissed. by oldhack · · Score: 4, Insightful

    Kid, we don't pay the fortune for fancy college's teaching materials, we pay the fortune for their paper with their stamp on it. Welcome to the real life.

    --
    Fuck systemd. Fuck Redhat. Fuck Soylent, too. Wait, scratch the last one.
  20. Re:I'd be pissed. by FTL · · Score: 5, Funny

    Their two different beasts.

    Totally agreed. I see that someone learned his homonyms via an online course.

    I concur. Someone learned their vocabulary via an online course. Their/There/They're are homophones (same sound). Polish/polish and read/read are homographs (same spelling). Bank/bank and stalk/stalk are homonyms (same sound and same spelling). Homonyms are both homographs and homophones.

    I attended my university linguistics courses in person.

    --
    Slashdot monitor for your Mozilla sidebar or Active Desktop.
  21. Re:I'd be pissed. by Metasquares · · Score: 3, Insightful

    Very much like life, there is a default purpose and a self-determined purpose to a university experience.

    Going to a university solely for the degree is like living solely for the purpose of having kids: you'd fulfill the purpose the system set out for you, but you'd miss out on any chance at developing and expressing your own goals.

  22. Re:Viewing a lecture requires installing Silverlig by TerranFury · · Score: 4, Informative

    Just a few lines lower on any page, there are links to view the same video in other formats including,

    1. Youtube

    2. iTunes

    3. Vyew

    4. WMV Torrent

    5. MP4 Torrent

    for instance, this MP4 torrent available from this page.

  23. Re:I'd be pissed. by TerranFury · · Score: 2, Insightful

    Trust me, this will in no way cheapen a Stanford degree. In fact, it will only generate more publicity for the school, and so increase its prestige (a little. It's up there to begin with.)

    (IANAWSIAW = I am not affiliated with Stanford in any way.)

  24. Spirit of a true university by engun · · Score: 3, Insightful

    This is in the spirit of a true university. A university is "supposed" to be a place for learning and furthering the knowledge acquired by humanity, not a money making scam or a means of positioning yourself in the dominance hierarchy.

    I'm glad that whatever the motivation, education is being opened up to bright, eager people who can't get access to the same quality of teaching as in Stanford/MIT etc. ADUni was also an attempt to do this same thing and really deserves kudos.

    Hope more comprehensive lecture material (including video lectures) are released eventually for other subjects too. Why fleece students when good universities can always earn money via grants and patents.

  25. 35! by commodoresloat · · Score: 4, Funny

    They also have to be 35.

    1. Re:35! by archkittens · · Score: 2, Funny

      They also have to have an IQ of 35.

      fixed

  26. Re:Viewing a lecture requires installing Silverlig by Rakishi · · Score: 2, Informative

    Not all the classes offer all the options, the natural language one is silverlight only.

  27. Re:I'd be pissed. by MadKeithV · · Score: 3, Funny

    Shouldn't it then be: "Their are a plural possessive pronoun" ?
    (;-))

  28. Re:I'd be pissed. by houghi · · Score: 2, Interesting
    --
    Don't fight for your country, if your country does not fight for you.
  29. Re:I'd be pissed. by oenone.ablaze · · Score: 2, Interesting

    Ah, all this hubbub makes me feel a bit guilty--as a Stanford undergrad I took a couple of these courses last year and didn't attend a single lecture. Only did the homework, showed up for the tests. Still got the credit and grade, though. Perhaps it's only fair that others will be able to learn more from these classes while not paying the $40K tuition that I had to suffer.

  30. Re:I'd be pissed. by Timothy+Brownawell · · Score: 3, Insightful

    Wait, so university is about credits and not about *learning*!?

    I think it's more about verified learning. When they give you course credits or a degree, they're saying "we know that Anonymous Coward is at least somewhat competent at X". And while knowledge may be free, verifying someone's level of knowledge takes work (if done right), and is rather expensive (partly because they can, partly because they need money just like everyone else).

  31. Re:I'd be pissed. by SilverJets · · Score: 3, Insightful

    The people paying get a degree. The people taking the free courses don't.

    Do you get angry when you buy a book and then find out your local library loans the same title out for free?