(I had closed the page because of the UI, but opened it again to do some keyword searches. I was glad to close it again. My stomach is still somewhat nauseated.)
MindWeb – A Computer Science Bachelor Curriculum
41–50 of 64 posts
Re: MindWeb – A Computer Science Bachelor Curriculum
#42As a cs-savvy person, I'd really love to see similar pages but for other fields. Computer science is probably one of the most over-documented fields. Everyone seems to have compiled a list of resources at least once in their life, like a rite of passage. I'd love to see open source curricula for Economics/Business, Physics, Music, Literature and other stuff.
However, I'd say most of the items are serious textbooks with a hefty price tag if you're going to try to buy new. You can pick up older editions for pretty good discounts, though.
Eventually I think we'll get there from a purely non-profit philanthropic perspective a la Khan Academy model. The problem is, as Khan has gotten bigger, they have lost some of what made it unique in the first place (topic, knowledge and mastery base has shifted to k-12 common core/ap alignment).
Coursera recently shifted all their comprehensive classes from free to some sort of $$ model. The one free comprehensive algorithms class from Princeton doesn't have the second half posted for many months. All these for-profit companies that start out free are destined to move to a pay per course model.
Re: MindWeb – A Computer Science Bachelor Curriculum
#43Earlier quoted context omitted.
i find it amazing that in 2017, a time when the internet has been fully realized and adopted by millions of people, there is no open source, universal textbook hosted anywhere. most people say that there is, and that its called wikipedia, but i dont think so. wikipedia is good for reference. its also good for learning if you are very intelligent and motivated. but for people who are not super intelligent or who have…
The thing about conceptual knowledge like computer science is there are many nuances to it and the only way to get a reasonably complete picture is to read from various sources told in different ways by different authors. What you are suggesting may seem like a good idea but humans will always try to be lazy when they can, and a universal free textbook make it almost too easy for them. In reality, everyone's gonna re…
Re: MindWeb – A Computer Science Bachelor Curriculum
#44As a cs-savvy person, I'd really love to see similar pages but for other fields. Computer science is probably one of the most over-documented fields. Everyone seems to have compiled a list of resources at least once in their life, like a rite of passage. I'd love to see open source curricula for Economics/Business, Physics, Music, Literature and other stuff.
This is free lecture notes online, but are best complemented with a textbook.
Re: MindWeb – A Computer Science Bachelor Curriculum
#45As a cs-savvy person, I'd really love to see similar pages but for other fields. Computer science is probably one of the most over-documented fields. Everyone seems to have compiled a list of resources at least once in their life, like a rite of passage. I'd love to see open source curricula for Economics/Business, Physics, Music, Literature and other stuff.
i find it amazing that in 2017, a time when the internet has been fully realized and adopted by millions of people, there is no open source, universal textbook hosted anywhere. most people say that there is, and that its called wikipedia, but i dont think so. wikipedia is good for reference. its also good for learning if you are very intelligent and motivated. but for people who are not super intelligent or who have…
Re: MindWeb – A Computer Science Bachelor Curriculum
#46As a cs-savvy person, I'd really love to see similar pages but for other fields. Computer science is probably one of the most over-documented fields. Everyone seems to have compiled a list of resources at least once in their life, like a rite of passage. I'd love to see open source curricula for Economics/Business, Physics, Music, Literature and other stuff.
I'd love to see one for philosophy. Yes, part of the point of studying philosophy is getting feedback from discussing ideas with others. But there's still a basic vocabulary and set of ideas everyone should learn simply so they realize their revolutionary ideas about reality and truth and beauty and so on have occurred to others, and have been discussed, probably for centuries if not millennia, and that the results o…
But it could totally be done for philosophy, there are some great lectures online covering enough that would be equivalent to a degree. It wouldn't be that hard to extend such a site to allow people to find small groups of people for philosophical discussions either.
Re: MindWeb – A Computer Science Bachelor Curriculum
#47These are the sort of resources I wish I had available when I was in high school. What a tremendous bounty we now have. Has anyone put together a list like this for a subject like chemistry?
Between chemicals, ventilation hoods, labware, and instruments, you'd probably spend a few million trying to teach yourself chemistry at home.
Re: MindWeb – A Computer Science Bachelor Curriculum
#48As a cs-savvy person, I'd really love to see similar pages but for other fields. Computer science is probably one of the most over-documented fields. Everyone seems to have compiled a list of resources at least once in their life, like a rite of passage. I'd love to see open source curricula for Economics/Business, Physics, Music, Literature and other stuff.
Re: MindWeb – A Computer Science Bachelor Curriculum
#49I've had a different idea for a while. What I've always wanted to do, and would do if I had unlimited time, is create a kind of tech-tree of various computer science concepts, organized into subjects/tracks/courses, with each vertex in the tree being a clear and concise 4-7 minute youtube video (with accompanying downloadable code if applicable). Note this wouldn't necessarily need to be a real tree as things such as e.g. machine learning would need backgrounds in both linear algebra and statistics.
Then you could learn from scratch by simply traversing down the tree. If you wanted to learn something, you could search it and determine where in the tree to start watching about it by where you feel like your knowledge ends. So if you're looking up np-completeness, but feel you don't understand the concepts of p and np, you can watch those videos first.
It would take a long time, though.
Re: MindWeb – A Computer Science Bachelor Curriculum
#50The problem with a website such as this one is that they just compile a list of content, each of which is quite large/involved, and throw it at you. Not only is this kind of overwhelming, but I wonder how many people actually use a page like this to construct a curriculum for themselves. I doubt it's very many at all. There's too much friction: you have to continue revisiting the page after you complete all of these…
It worked well but was a bit overwhelming. The other challenge was that many skills were interconnected and so the progression wasn’t strictly linear.