Most of the time, you don’t really need another MOOC
eugeneyan.com
Most of the time, you don’t really need another MOOC
1–10 of 116 posts
Re: Most of the time, you don’t really need another MOOC
#2The weird thing is that I am very well aware that tutorials only feel good because I see progress, but that progress is empty. I am aware that confronting a personal project really settles that knowledge in, but I still postpone personal projects whenever I think “I don’t really understand what this means, maybe I should just finish that online course and I’ll be ready”.
Also fighting perfection over progress is tough. “This is not the best way of doing it” is constantly in my head when trying to do thing, which is mental space that could be used towards figuring out the next step.
But I finally started, as stupid and useless as it may sound, I’m just making a counter in Java that stores that in a MySQL database.
Why? Idk, I am learning how to connect my program to a DB, the quirks to learn from that, and then I plan on doing this from a browser. I also plan on trying SQLite because MySQL is overkill, and so just by doing this simple thing I learn a bunch of things going down the rabbit hole.
Does anyone need an app with a button that just adds a number to a row? No, but the different aspects of getting that to run with no errors are what’s important to me.
Re: Most of the time, you don’t really need another MOOC
#3I like the occasional (as in, literally once a year) MOOC to see something completely outside my specific profession. But the only way to get good within my profession is hands-on activity.
It's similar to reading HN, or even ACM/IEEE articles. All of that stuff is for seeing new material, not for getting better at my bread and butter.
Re: Most of the time, you don’t really need another MOOC
#4What I miss is what I (almost) had in college: the chance to learn in depth not tied to a particular instrumental outcome.
Re: Most of the time, you don’t really need another MOOC
#5It also leads to a vastly different feeling, it's not knowing for the sake of knowing, it's know-how. It has social value.
ps: this brings a question, is there a way to teach that knowledge beside jumping in the pool ?
Re: Most of the time, you don’t really need another MOOC
#6What do I mean? Years ago, I learned to program iOS from the Big Nerd Ranch book. The most important thing I got out of that was learning enough about the Cocoa-Touch framework that I didn't try to fight the framework. You don't get that from JIT learning. How could you?
That said, at the end of the book the authors urged the reader to go and write programs — that that was the only way to learn, after mastering the fundamentals.
A beginner should place his or trust in an expert. The reason is that the big mistake beginners make, not knowing the fundamentals, is convincing themselves way too early that they have now grasped the fundamentals.
I don't think the author and I are at odds. I agree a person can get too comfortable with MOOCs, YouTube courses, etc. But at the start, there is no substitute. And the start lasts longer than you may think.
Re: Most of the time, you don’t really need another MOOC
#7Re: Most of the time, you don’t really need another MOOC
#8Re: Most of the time, you don’t really need another MOOC
#9As a noob, I feel this. The weird thing is that I am very well aware that tutorials only feel good because I see progress, but that progress is empty. I am aware that confronting a personal project really settles that knowledge in, but I still postpone personal projects whenever I think “I don’t really understand what this means, maybe I should just finish that online course and I’ll be ready”. Also fighting perfecti…
I agree. The struggle is real when trying to learn the "right" way to do something. However, progress can still happen (even if it is in the "wrong" direction). I'm okay scrapping a feature or even an entire project when trying something new. I've learned how not to do something and, more importantly, the reason behind that.
Re: Most of the time, you don’t really need another MOOC
#10I suppose in less niche areas it might be better to spend more time finding good tutorials, but even then, we learn much more when we do, not when we listen.