Earlier quoted context omitted.
Can you reveal how you did that? EDIT: typo
Coursera has a course with exactly that title. The course can be found here https://www.coursera.org/learn/learning-how-to-learn . It is one of THE most popular courses on Coursera.
Ask HN: What things have richly rewarded the time invested in mastering them?
171–180 of 579 posts
Re: Ask HN: What things have richly rewarded the time invested in mastering them?
#172I wouldn't say I've mastered it, but after 4+ years of study and practice including several 5-7 day retreats I can honestly say I'm far more emotionally balanced, calmer, happier, more insightful, more confident and comfortable in my own skin, better at dealing with setbacks and difficulties, ...
There's many things that call themselves meditation and as far as I can tell the majority of them are legit. I'd advocate picking one large and well established school / method and sticking with it for a few years rather than attempting a breadth-first search of the space or going into some niche branch that really just has one charismatic instructor.
Re: Ask HN: What things have richly rewarded the time invested in mastering them?
#173Re: Ask HN: What things have richly rewarded the time invested in mastering them?
#174Re: Ask HN: What things have richly rewarded the time invested in mastering them?
#175Computer Science degree. Sure, lots of us "learnt" programming in our bedrooms or whatever by doing our own thing and messing about in whatever language. I went into my compsci degree arrogantly thinking that I pretty much knew how to code already so please just give me the bit of paper saying I have the degree and I'll be on my way thanks very much. I was very wrong. Although I was pretty good at the coding (or at l…
One of the biggest things one learns is the ability to self-teach. Unfortunately college charges a lot of time and money to learn via their chosen methodology which doesn't fit many people. At worst it can build a dependence on teacher-pupil classroom settings to learn new approaches, hence so many training sessions and stagnation in their absence. As a tautology, it's not that one approach is necessarily better than another, but we must remember that one approach is not necessarily better than another.
Re: Ask HN: What things have richly rewarded the time invested in mastering them?
#176Going to a gym two to three times a week for small group training sessions. In terms of investment, it is not as expensive as private training and it keeps you on track. The real investment is in you. Your most important asset is your ability to produce income. Having a healthier body helps maintain that ability. The damage that I do through typing is only barely counteracted by these training sessions. I don’t take…
I'd recommend calisthenics instead of going to a gym. Far less chances of getting injuries with bodyweight exercises. This book is a good start: https://www.reddit.com/r/overcominggravity
I found no evidence for this, arguments seems to boil down to an "appeal to nature". Many variations of bodyweight exercices are far from healthy for tendons (single arm push ups or single arm pull ups for example), even basic push ups are harder on the shoulders than dumbbell bench press.
If you keep the rep range above 15-20 the risk of injury is pretty minimal with weights.
With that said, bodyweight exercises can be a good alternative if you don't have access to a gym, or if you like to train outside on a playground. But be careful with some exercises because bodyweight != healthy.
Re: Ask HN: What things have richly rewarded the time invested in mastering them?
#177Computer Science degree. Sure, lots of us "learnt" programming in our bedrooms or whatever by doing our own thing and messing about in whatever language. I went into my compsci degree arrogantly thinking that I pretty much knew how to code already so please just give me the bit of paper saying I have the degree and I'll be on my way thanks very much. I was very wrong. Although I was pretty good at the coding (or at l…
I'd be interested in a few real world examples of these cases where you are able to apply the CS knowledge in your day job. Would you mind sharing one or two?
Knowing the common language and use cases for data structures is probably the one I lean on the most. Seeing the general shape and feel of a problem that needs a graph style solution or being aware that looping through a nested array is bad but that there are easy off the shelf solutions built into most languages to that problem is important. How else would I know that at the root objects in js, dicts in Python, maps in Java, C#, and Clojure are all backed by the samething and have similar properties or that those properties shape how you interact effectively and efficiently with those things?
Additionally it opens the world of acidemia to you by teaching you the conventions and tools you need to read and make sense of comp sci papers which let you stay at the cutting edge of your field if you want to, imagine being a machine learning engineer before Google made this huge push in ML, I tried when I first started college to grasp the ML stuff but most of it was beyond stuck in papers behind lots of calculus that I didn't have the time or desire to learn. My CS pushed me through Calc 1 and 2 so if I wanted to I could just brush up on that and push into ML.
It's hard to explain for a lot of people because in reality you can go it alone and do fine but it always be the case that your whole career you didn't get a CS education so you might have holes in your knowledge that you had no idea about. Additionally it lowers barriers to careers and gives you an incredible opportunity to build a social network of interesting people who in general will go on to do big things and you can leverage that social network for even more career gains.
I haven't even touched on the social aspects of college which you can dip into if you want or the fact that it gives you an opportunity to learn how to live on your own all of which are important but directly connected to CS but rather college as a whole.
TL;DR You don't know what you don't know but college helps you get those tools and teaches you s whole bunch of lessons along the way, but you can go it alone of you want.
Re: Ask HN: What things have richly rewarded the time invested in mastering them?
#178Learning Sanskrit. I have spent the last few years learning it and it's been tremendously rewarding. Sanskrit is a beautiful language. Learning it is a great mental challenge and gives great satisfaction (to me). Before learning Sanskrit I had never really pursued a hobby this seriously. Since I have been doing this I no longer feel like a machine who just goes to work, eats and sleeps. Before this, I used to feel gr…
Re: Ask HN: What things have richly rewarded the time invested in mastering them?
#179Common Lisp. I can't even begin to describe how much leverage I've gotten out of that over the years.