TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Most of the time, you don’t really need another MOOC

194 点作者 7d7n超过 4 年前

43 条评论

mariodiana超过 4 年前
If you find a really good tutorial by programmers who are both excellent teachers and experienced in that particular field, it beats JIT learning on a personal project in one important respect. You get exposure to the One True Way of doing things.<p>What 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&#x27;t try to fight the framework. You don&#x27;t get that from JIT learning. How could you?<p>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.<p>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.<p>I don&#x27;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.
评论 #25932342 未加载
评论 #25933300 未加载
评论 #25932525 未加载
评论 #25932357 未加载
评论 #25932421 未加载
评论 #25933261 未加载
评论 #25936287 未加载
评论 #25933667 未加载
compacct27超过 4 年前
Anyone who&#x27;s professionally coding right now has one super-effective option that&#x27;s rarely talked about: Hire someone knowledgeable to walk you through what you&#x27;re learning.<p>I&#x27;ve been doing a heavy C++ project, and as a web developer, I was basically a walking footgun. I realized this early on, hired a total expert in the field (the guy has contributed to C++ standards committees before), and am Loving how smoothly this project is going thanks to learning from him. It&#x27;s incredibly fun.<p>I pay the guy $150&#x2F;hr in 10 hour chunks and get the most in-depth insight into what I&#x27;m doing, how to revise my code, what the code means in the first place, etc. It&#x27;s perfect if you know how to code but find yourself in a brand new domain. I still learn outside of our hour-long mentor sessions, of course.<p>Skip the MOOC, hire the teacher.<p>..and then also do the MOOC, honestly they&#x27;re pretty great.
评论 #25933028 未加载
评论 #25933339 未加载
评论 #25933508 未加载
评论 #25933334 未加载
评论 #25933406 未加载
评论 #25933047 未加载
评论 #25933168 未加载
评论 #25937300 未加载
评论 #25933302 未加载
culopatin超过 4 年前
As a noob, I feel this.<p>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”.<p>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.<p>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.<p>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.<p>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.
评论 #25932731 未加载
评论 #25932063 未加载
评论 #25932518 未加载
评论 #25932374 未加载
评论 #25932998 未加载
qntty超过 4 年前
Off topic, but I find it very off-putting when people write blog posts using &quot;we&quot;. Like speak for yourself, I have my own reasons for doing things. It&#x27;s to the point where I don&#x27;t even pay attention to what the person is saying because they&#x27;re being so presumptive in telling me what I think.<p>Which is weird, because I really enjoy the convention of using we in math.
评论 #25932370 未加载
评论 #25933215 未加载
angarg12超过 4 年前
Many years ago I used to be very proactive about my learning. I read tons of books, did MOOCs, tutorials, learnt new tools and frameworks...<p>What I found with time is that I forgot most of those. Except for the very basic and foundational concepts, anything that I haven&#x27;t kept practicing is almost gone. I can&#x27;t even remember most of the courses or books I&#x27;ve read.<p>Even worse, in some cases I ended up actually using that cool tool that I learnt 3 years ago. Guess what, now it is 2 major versions ahead and most of what I knew is useless anyway.<p>I love the reference to JIT learning in the article. This has been my primary way of learning for the past few years: wait until I&#x27;m facing a problem, and then put the effort to learn enough to solve it.<p>I still do some background explorative learning, but JIT is much more efficient and effective.
评论 #25932212 未加载
评论 #25932239 未加载
chrisaycock超过 4 年前
MOOCs are for introducing a <i>new</i> topic; they can&#x27;t make you an expert in anything.<p>I 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.<p>It&#x27;s similar to reading HN, or even ACM&#x2F;IEEE articles. All of that stuff is for seeing <i>new</i> material, not for getting better at my bread and butter.
MauranKilom超过 4 年前
&gt; &quot;Doing that MOOC&#x2F;Masters gives me a certificate that helps my resume.&quot;<p>I have to mirror an observation I&#x27;ve read on here that matches my retrospective view: Job applicants with multiple online course certificates tend to do poorly in technical interviews.<p>&lt;tangent&gt;<p>This may in part be a failing of our education systems. &quot;Be taught about something -&gt; write test -&gt; pass&#x2F;no pass&quot; is usually all there is, and this system of how knowledge is valued becomes ingrained in students. Sure, tests usually contain sections of &quot;applying&quot; the knowledge, but ultimately it&#x27;s still studying to <i>and because of</i> the test.<p>If you&#x27;re lucky enough to be both versed in a subject <i>and</i> visit a school that provides extra-curricular engagement on these subjects, you may get a glimpse of what it feels like to solve a challenge <i>because you want to</i>. Otherwise you have do that completely separately from whatever formal education you receive.<p>It has personally taken me many years and several key experiences <i>outside of school</i> to fully grok that presentations aren&#x27;t just condensing a topic you don&#x27;t care about into a scheme somebody else dictates, held in front of an audience that would rather be elsewhere. Or that playing music isn&#x27;t just about getting the notes and their volumes right. But <i>now</i> I deeply enjoy both. I would imagine that many are similarly stuck with a terrible mindset regarding learning or problem solving due to the way they were educated, even if they would find it exhilarating with the right frame of mind.<p>&lt;&#x2F;tangent&gt;<p>So yeah, show off your self-directed projects in your resume. Thrill your interviewers with the cool problems you tackled. Mention key challenges you overcame.<p>Without exaggerating too much, I would say online course certificates are as indicative of your technical abilities as a screenshot of a completed Tensorflow download. And that extends to the message you send if you include them in your application.
评论 #25934332 未加载
minimaxir超过 4 年前
I wrote a similar article 2 years ago (<a href="https:&#x2F;&#x2F;minimaxir.com&#x2F;2018&#x2F;10&#x2F;data-science-protips&#x2F;" rel="nofollow">https:&#x2F;&#x2F;minimaxir.com&#x2F;2018&#x2F;10&#x2F;data-science-protips&#x2F;</a>) arguing against MOOCs for learning data science&#x2F;machine learning skills, as they are not reflective of real world applications.<p>I&#x27;m all for personal projects especially in DS&#x2F;ML (it&#x27;s how I started my career in the field), but the unfortunate <i>reality</i> is that there&#x27;s really no way nowadays to learn the hard&#x2F;boring parts of DS&#x2F;ML without already having a DS&#x2F;ML job. Any attempts at an analogous MOOC&#x2F;YouTube would likely not be very popular.<p>That said, the DS&#x2F;ML job market 2 years later is even more competitive, and niche personal projects on your resume are no longer enough. Even after working as a data scientist for 3 years, I&#x27;m not confident I could get another DS&#x2F;ML job.
评论 #25932413 未加载
评论 #25933336 未加载
NickM超过 4 年前
Maybe this is true for some topics. Yeah, a lot of times you can pick up a new programming language by playing around with it. I don&#x27;t think most people will have much luck learning say, advanced mathematics by just futzing around and skimming Wikipedia though.<p>Even topics like ML (an example referenced by the original post) benefit greatly from an understanding of theory and fundamentals. Yeah maybe any random dev can hack together a model by downloading scikit-learn and throwing data at it, but you&#x27;ll probably get much better results if you take the time to learn about concepts like cross-validation, overfitting, etc.<p>The &quot;just do stuff&quot; attitude has its merits, but there&#x27;s also something to be said for working from first principles and learning some theory to back up your applied skills.
Gys超过 4 年前
MOOC in case you were wondering like me: <a href="https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Massive_open_online_course" rel="nofollow">https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Massive_open_online_course</a>
评论 #25932175 未加载
评论 #25932246 未加载
评论 #25932274 未加载
__mharrison__超过 4 年前
(Disclaimer: I make my living teaching)<p>Author is correct, most don&#x27;t complete MOOC&#x27;s (for various reasons).<p>However a good teacher is like a coach and will grease the skids for learning.<p>My experience teaching Python and Data Science at some of the biggest companies in the world is that you can be a professional and still have knowledge gaps. You don&#x27;t know what you don&#x27;t know. Once you fill in those gaps it can open many doors.<p>I elaborate a bit on my blog: <a href="https:&#x2F;&#x2F;www.metasnake.com&#x2F;blog&#x2F;learn-python-2021.html" rel="nofollow">https:&#x2F;&#x2F;www.metasnake.com&#x2F;blog&#x2F;learn-python-2021.html</a>
osoba超过 4 年前
Tbh any MOOC that &quot;needs only 2-4 hours a week&quot; is, by design, an entry level course and taking more of those won&#x27;t help you progress.<p>On the other hand, you shouldn&#x27;t lump together and dismiss all MOOCs as there are plenty of more advanced ones that will definitely make a difference. For example, 90% of MIT classes such as Intro to Statistics <a href="https:&#x2F;&#x2F;www.edx.org&#x2F;course&#x2F;fundamentals-of-statistics" rel="nofollow">https:&#x2F;&#x2F;www.edx.org&#x2F;course&#x2F;fundamentals-of-statistics</a> or CMU Deep Learning <a href="http:&#x2F;&#x2F;deeplearning.cs.cmu.edu&#x2F;" rel="nofollow">http:&#x2F;&#x2F;deeplearning.cs.cmu.edu&#x2F;</a>
Blackthorn超过 4 年前
TFA really only applies to basic new software topics. I&#x27;m doing a course in biochemistry right now. It&#x27;s literally the recording of a course taught at OSU that the professor was extremely generous to make and post on YouTube (thank you, Dr. Ahern!). I&#x27;m not sure how I&#x27;d ever learn biochemistry without it, seeing as I&#x27;m not in college anymore.
评论 #25932384 未加载
compscistd超过 4 年前
I think MOOCs are great for the thing you&#x27;ve been sorta kinda interested in but didn&#x27;t know where to start. Around the 0%-20% background-info ballpark. For me, my most successful MOOCs have been:<p>- CS50 at they very beginning of my career ~2015 that brought me to the fundamentals of CS and all that it can do in a very fun way.<p>- Jazz Appreciation from UTAustin (<a href="https:&#x2F;&#x2F;www.edx.org&#x2F;course&#x2F;jazz-appreciation-3" rel="nofollow">https:&#x2F;&#x2F;www.edx.org&#x2F;course&#x2F;jazz-appreciation-3</a>). I lived near a Jazz club and I often heard snippets of performances while walking by, but I felt like I needed a music background to really appreciate what I was hearing. I randomly spotted this course and I learned which eras of Jazz I like best, common themes in music, common instrument combinations, and the final project encouraged me to go listen to Jazz myself. It&#x27;s become a fun part of my life in a way that a short YouTube intro or just walking into the club wouldn&#x27;t have been able to inspire. Part of that was likely the predefined path it offered and Jeffrey Helmer&#x27;s enthusiasm for teaching the course.<p>Ultimately, MOOCs can very well be a way to procrastinate on a professional or personal level from just diving into the thing you already have the basics for. But it can just as easily be a way to open you up to something you never thought was in your wheelhouse in a structured path. Blog posts, documentation, and most YouTube videos are too static to serve an absolute beginner that needs questions answered early, consistently, and frequently.
yonif超过 4 年前
This post seems to be addressing a specific phenomena and I tend to agree. I don&#x27;t see the point in doing more than 1-2 introduction-level courses.<p>I&#x27;ll take this chance to recommend 2 phenomenal free MOOCs: 1. Nand2Tetris[1] which really nails giving the realization (of not understanding just HOW MUCH) complexity there is in the layers upon layers of abstractions programmers use.<p>2. An introduction to Logic[2] via programming course (by one of the authors of the previous MOOC, Noam Nissan), which introduces logic (an overview that ultimately ends with Godel&#x27;s completeness&#x2F;incompleteness) in a relatively (to the rigorous math) approachable manner. The one caveat is the book is still a work in progress, and it has many parts that are not well written.<p>[1]: <a href="https:&#x2F;&#x2F;www.nand2tetris.org&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.nand2tetris.org&#x2F;</a> [2]: <a href="https:&#x2F;&#x2F;www.logicthrupython.org&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.logicthrupython.org&#x2F;</a>
andrekandre超过 4 年前
&gt; Watching lecture videos isn’t learning—it’s passive consumption.<p>this x1000<p>watching something is more akin to entertainment, even if the contents are educational<p>videos are great for piquing interest and keeping motivation going, but the real learning is in the doing (which is hard and takes time)... there is no way around it
jamses超过 4 年前
I found early-on that MOOCs were terrible for learning because of the barriers they put up. Locked-in time schedules, a trend towards very short &quot;bitty&quot; and simplistic videos that don&#x27;t tend to offer any direction when they&#x27;re done.<p>Youtube lectures on the other hand have been immensely valuable, especially if you can find a relevant (university) reading list and&#x2F;or problem sets if they&#x27;re applicable. All you really need as a self-learner is someone to say &quot;head in this direction&quot;. After that I agree with op that finding something fun to do is the best way to learn.<p>On an aside, as a text highlighter (I highlight the text I&#x27;m reading), the javascript &quot;tweet this&quot; pop-up on this site is horrific.
duxup超过 4 年前
As someone who was largely self taught in the past 3 years, my biggest frustration with learning on the go online has been the flexibility of the code &#x2F; lack of contest with free online resources.<p>Yeah if I google how to build a widget to add to an application, I can find that. However, the widget is often so tightly coded that it couldn&#x27;t ever be useful, it doesn&#x27;t fit a given pattern or concept... it&#x27;s JUST that widget.<p>A widget that just adds +1 to a thing (an admittedly contrived example) might do the job for what I googled, but oh so often it is inflexible and doesn&#x27;t really teach me much about WHY it was coded the way it did... it just produced an outcome that I googled.
jimmyswimmy超过 4 年前
It had never occurred to me to wait for a class to teach me something. Just go out and learn it! If there are no references (books, wiki, blog, training resources) it&#x27;s great fun to go your own way and figure it out from scratch. Usually there are some shoulders to stand on and reading a quick paper is fine well spent, but in every niche area it&#x27;s best not to spend too long searching for that paper. Just do. Learn along the way.<p>I 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.
agumonkey超过 4 年前
I agree that MOOCs are very removed from the reality of building something. The unknown territory, the false starts, the unknown unknowns, gradual refinements, new requirements.. It&#x27;s a whole different field in itself. Which is adult&#x2F;pro life I guess.<p>It also leads to a vastly different feeling, it&#x27;s not knowing for the sake of knowing, it&#x27;s know-how. It has social value.<p>ps: this brings a question, is there a way to teach that knowledge beside jumping in the pool ?
calebkaiser超过 4 年前
In my personal experience, this isn&#x27;t a question of either&#x2F;or, it&#x27;s a question of order. That is, courses are fantastic, but most of the time, they&#x27;re more beneficial after you&#x27;ve done some JIT learning.<p>Fastai, who in my opinion create the best educational resources in the deep learning space, are a great example of this. They use a metaphor involving sports to explain their approach. You don&#x27;t learn to play a sport by pouring over rulebooks and studying professionals—you start playing. However, as you get a feel for the sport, you then find yourself in a position where learning a lot more about the theory of the game would make a huge difference to you, and that&#x27;s where courses come in. Similarly, they get you off the ground quickly with some basic intuitions around deep learning, give you a sandbox to do some JIT learning, and then begin layering in deeper concepts.<p>I&#x27;ve had similar experiences in my life, where taking graduate level courses was incredibly rewarding specifically in areas where I&#x27;d already spent a decent amount of time doing JIT learning—and arguably, where I&#x27;d reached a relative limit in how far JIT would take me.
nickjj超过 4 年前
I can&#x27;t speak for how other folks run courses but to me the value of a course is a combination of having well tested code to use and access to full time support.<p>If you bought a course on how to develop X with Y web framework and the course comes with lots of well written code, high test coverage and was extracted out of multiple real world projects that&#x27;s basically buying a time machine because it might take you 6+ months to write the same code from scratch and you won&#x27;t have the insights gathered from years of practical experience. Or even worse you might never get started because you get trapped by information paralysis.<p>I know a few people who have taken my <a href="https:&#x2F;&#x2F;buildasaasappwithflask.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;buildasaasappwithflask.com&#x2F;</a> course and built very successful businesses in less than a year. One of them is making $90,000 &#x2F; month and initially spent like 4 months customizing the code from the course to do what his service needed to do.<p>Note: The TL;DR on the above course is it&#x27;s not a course on how to find a SAAS app idea. It&#x27;s focused on how to build the SAAS app itself using Flask, Docker, Stripe, etc..
zanny超过 4 年前
I&#x27;ve picked up drawing in the last few years, probably because it occupies enough overlap with the centers of my brain I trained to code but also is outside the envelope enough to still feel like <i>something different</i> from my day job.<p>Its basically the same thing there too. Honestly you need both structured learning and lived experience in both, and probably in most skills in life. If you don&#x27;t have the structure you will meander aimlessly solving &quot;problems&quot; and &quot;getting better&quot; (at code or art) but never actually getting anywhere with it. If you only have the structure you will never be able to actually make anything truly new because you can&#x27;t solve the novel problems in the trenches.<p>Start something new with structure but <i>rapidly</i> push yourself to start using that regimented curriculum to make new stuff. And then when you enter a new problem domain (you learned Python and want to start doing networking or you know how to draw but want to paint) you switch back to a regimented curriculum to start till you get that 20% baseline knowledge to build off of again.
someday_somehow超过 4 年前
I spent over a 100 hours working through MOOCs and video tutorials over the past month only to find out that all I would learn at the end would be the basics that wouldn&#x27;t really be help if someone asked me to &#x27;go build&#x27;. I&#x27;d have the same feeling even after completing an advanced level course.<p>What we need are technical MOOCs that discuss what decisions to make when approaching a problem, evaluating trade-offs, what are the common practices you&#x27;d come across in a production environment and where the concept you learned fits in the big picture.<p>I haven&#x27;t found any MOOC that talks about the above in depth for web dev and the only youtuber I found who talks about this is TechLead but he mostly puts out 10 minute clips instead of complete tutorials.<p>I&#x27;ve gone back to books and I&#x27;m learning much more per time spent studying something.
评论 #25934224 未加载
lsalvatore超过 4 年前
This is as ridiculous as saying &quot;Stop watching videos&quot;. Everyone&#x27;s online courses and video content is completely different and unique to their level of experience. Most online courses hold your hand through building a project: that&#x27;s a good thing, for those who want that content.
tropicalrun超过 4 年前
I&#x27;m curious what people here think about building projects in remote teams as a strategy for learning software developer skills? Could also apply to other related roles like UX&#x2F;UI designers, product owners, etc.<p>Specifically, after a certain base skill level has been reached. Also, these teams would include deadlines, navigating git&#x2F;github, time management, communicating with others, etc.<p>Full-disclosure: I&#x27;m a part of a community &#x2F; startup that organizes such teams for learners. I don&#x27;t want to be spammy so will refrain from saying the name. It actually grew out of a MOOC forum to help with some of the issues mentioned in OP&#x27;s article. It ran for about 3 years free as a time-intensive side project, but switched to paid to reduce another common MOOC issue (ghosting).
afterwalk超过 4 年前
I personally alternate between taking courses and doing projects.<p>Doing all MOOC is bad for some of the reasons the articles covered. But doing all projects is also sub-optimal because sometimes it is hard to know what you don&#x27;t know. Balancing theory and practice works the best for me.
wayeq超过 4 年前
Just knowing the basics and then diving into tinkering risks wasting a lot of your time making mistakes that other people have already made and learned from.<p>If the point of the article is &quot;don&#x27;t do online course at the exclusion of everything else&quot;, that is just common sense.
omarhaneef超过 4 年前
What you can pick up from a video is a workflow you may not have though of. For example, I don&#x27;t think beginners have the unix console open logged into the database, while they have another window with the back end code, and then the developer tools open at the same time so they can debug the flow &quot;end to end&quot; unless they are taught to do so.<p>Sometime they may not think to think: why isn&#x27;t the data appearing? did that data even get read into the database? Do I have to open the dbase now to see? 5 minutes of watching someone do it can save you years of learning that workflow.
jonnycomputer超过 4 年前
For me the problem really is this: I want or need to do X, and to do that I need to know Y, which is a subset of knowledge domain Z, and I only really have time to learn Y. Sometimes I can get away with learning only Y, but most of the time not spending all that time learning Z means I&#x27;ve only thought I&#x27;ve learned Y, and as soon as something doesn&#x27;t work as expected, I&#x27;m stuck.<p>What I miss is what I (almost) had in college: the chance to learn in depth not tied to a particular instrumental outcome.
commandlinefan超过 4 年前
&gt; You just need to know enough to start; the rest you’ll pick up along the way.<p>Hmmm... I guess that&#x27;s technically true (and eventually you do need to start), but I&#x27;ve seen a lot of people continue to code in very inefficient ways because they actually don&#x27;t know that a better way even exists. If you&#x27;re not starting because you&#x27;re not done learning, you&#x27;re probably not doing it right, but if you&#x27;re done learning because you&#x27;ve started, you&#x27;re also not doing it right.
denver111797超过 4 年前
Depends on your learning style. Simple, free online tutorials followed by years on the job practice with real data is what got me into Data Science&#x2F;ML from scratch, ultimately running a ML team at a unicorn.<p>After reading thousands of Data Science&#x2F;ML resumes and doing a lot of hiring, I find too many MOOCs to be a negative. They may be good for learning, but padding them on a resume isn&#x27;t particularly valuable.
christiansakai超过 4 年前
I keep seeing some of my LinkedIn social circles people posting their &quot;Just finished &lt;insert X&gt; course&quot;. It is delusional. They hope to get noticed by people thus offer them a job?<p>Sometimes I just out of curiosity go into their profile to see, and true enough, all of them are unemployed and have too much bs on their LinkedIn.
utdiscant超过 4 年前
This is basically the reason we are building Eduflow (www.eduflow.com), a learning management system for active learning. Some things can and should be learned by a series of videos, but if you want to learn a real skill deeply, then you need to engage with the material in some way.
gennarro超过 4 年前
Pretty serious title mismatch here.
dinglefairy超过 4 年前
hrrmm, any suggestions on personal projects that will make mill-i-ons?<p>I&#x27;m half serious. like how can i make an algorithm that auto trades vwap starting with a $1000 account?<p>anyone have links for projects in; building your own receiver. building a laser. building a 4 story walk up multi family unit. building a particle accelerator programming a kernel from scratch how to get a super hot mail order Russian bride for free how to convert your car to hydrogen cell how to create your own cannabis genetics<p>i threw some in there to see if you&#x27;re paying attention, but maybe there should be a thread for cool projects [not just github like].
ksm1717超过 4 年前
Everyone knows these are 90% for credential building vs skills, why are they desirable for hirers? I feel like it creates some self fulfilling prophecy of “these credentials are useful because other people have them”.
评论 #25932311 未加载
AzzieElbab超过 4 年前
IMHO there are not enough advanced courses online and way too many beginner ones
drivingmenuts超过 4 年前
I can usually spend more time and effort coming up with something worth the time and effort than actually taking a course.
master_yoda_1超过 4 年前
I agree we have thousand of very basic machine learning moocs now a days. people are wasting lots of time on them.
dimmke超过 4 年前
I love the concept of &quot;Just-in-time learning&quot;. I think it applies to other things too.<p>In my personal life is when I am working on a large scope project, I tend to try to anticipate every single thing that I will have to do up front. But I&#x27;ve found I always miss something or misunderstand a requirement. It&#x27;s way more efficient to just do things as they come up, and I&#x27;m trying to switch to that method more often.<p>I definitely relate to taking some kind of programming related course and they teach you about something you will never use, that people rarely use in real world scenarios, but there&#x27;s still a pressure to make sure I fully understand it.
zhte415超过 4 年前
Stop doing click-bait titles.
mandeepj超过 4 年前
We should ban these personal rant posts like<p>1. Stop doing **<p>2. Why I don&#x27;t like **<p>3. You should not **<p>It&#x27;s your personal thing. Don&#x27;t like certain thing - try to do it your own way. Can&#x27;t do it then change your attitude.
评论 #25932540 未加载
评论 #25932522 未加载
评论 #25932700 未加载