I wrote this course, an introduction to using the command line: https://www.coursera.org/learn/unix
Ask HN: Recommend me a course on Coursera
101–110 of 142 posts
Re: Ask HN: Recommend me a course on Coursera
#102Re: Ask HN: Recommend me a course on Coursera
#103Build a Modern Computer from First Principles: From Nand to Tetris (Project-Centered Course) https://www.coursera.org/learn/build-a-computer and then part 2: https://www.coursera.org/learn/nand2tetris2 [Both courses are free] These are fantastic courses, by far the best MOOCs I have ever taken. I went into them knowing nothing about computer architecture, and by the end of the first course I was able to design a full…
I have to also mention nandgame.com here. Similar idea, but all presented as an interactive, browser-based game. Start with nand gates and build up to a functioning computer. You never get to tetris, but it's great and super easy to start playing/learning. Delightful.
Re: Ask HN: Recommend me a course on Coursera
#104Robert Sedgewick's courses, including Algorithms Part 1 and Part 2. https://www.coursera.org/instructor/~250165
Re: Ask HN: Recommend me a course on Coursera
#105I always wondered if there was a comprehensive way to understand how different fitness regimes and diets actually help or don't help. This course was amazing and helped my understand the fundamentals. A bit technical - goes into the basics of biology, but even without that information, this was a great course. The instructor is Dr. Robert S. Mazzeo, who has been studying, researching and teaching in the field of exercise science for over 40 years.
I have actually applied several of the principles in my workout regime and started to see the effects over the last few months. I highly recommend this one.
Re: Ask HN: Recommend me a course on Coursera
#106I wrote this course, an introduction to using the command line: https://www.coursera.org/learn/unix
The Missing Semester of Your CS Education - https://missing.csail.mit.edu/
Contents: Course overview + the shell, Shell Tools and Scripting Editors (Vim), Data Wrangling, Command-line Environment, Version Control (Git), Debugging and Profiling, Metaprogramming, Security and Cryptography
Re: Ask HN: Recommend me a course on Coursera
#107Coursera is great but you're going to miss a lot of opportunities by limiting yourself to just that platform. For instance, it hasn't been widely advertised, but you can essentially take Steven Pinker's 2020 course at Harvard on Rationale: https://stevenpinker.com/classes/rationality-gened-1066 There's upwards of 20 hours of video on this course alone. You don't get that kind of depth from most Coursera MOOCs. Furthe…
Looks great! Is this the rationality often mentioned (and propagated) on LessWrong, Slate Star Codex and similar?
Re: Ask HN: Recommend me a course on Coursera
#108I am taking the Modelling series( https://www.coursera.org/learn/basic-modeling ) and Discrete optimization( https://www.coursera.org/learn/discrete-optimization ). Great way to get your feet wet in the world of NP-hard problems.
I miss professor Pascal. I hope he will create a second course!
Re: Ask HN: Recommend me a course on Coursera
#109Earlier quoted context omitted.
not that good of a course, from someone who already did it
Care to explain why? Anyone else who did it care to chime in?
Re: Ask HN: Recommend me a course on Coursera
#110Let me recommend you an udacity course instead. This is hands down the best course I've ever taken in my life: AI for Trading https://www.udacity.com/course/ai-for-trading--nd880 Includes an introduction to finance/markets, and goes into strategies, multi-factor models, and deep learning. Great projects too!
Wait, how did you make both notes in org and HTML? Can you write org mode notes and compile them to HTML? Is that it? Or did you really write it twice? (I've never used Emacs)