I never got Zines. Beyond their cutesy art style, they generally don't seem particularly effective at conveying information in a somewhat concise manner. And if you don't want to be concise, why use such a very visual medium then and not just write an article?
Sir and/or Madam, I feel the need to inform you that you are, more than likely, quite ill-informed. Zines are a spectacular human achievement, worthy of your attention and respect. Or, were it otherwise, how do you explain this godamn amazing piece of work: https://www.alchemistowl.org/pocorgtfo/
How Do We Learn?
41–50 of 64 posts
Re: How Do We Learn?
#42Earlier quoted context omitted.
Sir and/or Madam, I feel the need to inform you that you are, more than likely, quite ill-informed. Zines are a spectacular human achievement, worthy of your attention and respect. Or, were it otherwise, how do you explain this godamn amazing piece of work: https://www.alchemistowl.org/pocorgtfo/
This is amazing. Thank you for sharing this!
Re: How Do We Learn?
#43Earlier quoted context omitted.
Sir and/or Madam, I feel the need to inform you that you are, more than likely, quite ill-informed. Zines are a spectacular human achievement, worthy of your attention and respect. Or, were it otherwise, how do you explain this godamn amazing piece of work: https://www.alchemistowl.org/pocorgtfo/
This looks hilarious and interesting. Reminds me of Diagram http://thediagram.com/ but PoC||GTFO seems a lot more programming specific?
Re: How Do We Learn?
#44This seems more like "How Do We Memorize?", as is taught and performed (poorly) in American schools. In contrast we learn by doing , by manipulating things or concepts.
That seems like a very engineering-skewed perspective on knowledge. I'm not sure how that advice could apply to a philosophy or sociology student. If doing means writing research papers, then that is going to be a hugely inefficient way to learn all the things they need to learn. They won't have the resources to write a paper on everything they read. Some of it needs to just go down the subconscious, rapidly and in l…
Do reading assignment, discuss/argue about it in class with a TA or professor to mediate and clarify stuff, maybe write a paper afterwards.
Engaging with the content is kind of a universal way to learn by doing.
Re: How Do We Learn?
#45Earlier quoted context omitted.
I've been reading the book Becoming Fluent, and it seems like a great introduction to the field. It's about how cognitive psychology can help adults learn a new language. However, from another angle, it's basically about using the idea of language learning to teach basic cognitive psychology. (My phd was in human memory, and I can't stop thinking about ways this book could be used as part of a cool learning course).
Can this work in learning a new programming language? I'm seeing parallels in that you'll need to recognize/encode patterns/syntax in both.
Greg Wilson (who founded Software Carpentry) has a great collection of thoughts on learning to program in general: http://third-bit.com/
Re: How Do We Learn?
#46Re: How Do We Learn?
#47I took a Coursera course titled Learning How to Learn[0] and found it really helpful as an intro class to this "field". It was also very practical. [0] https://www.coursera.org/learn/learning-how-to-learn
I've also taken this course, but would recommend those new to it just read the post here, which is a good summary: https://www.reddit.com/r/GetMotivated/comments/5950tm/text_i... .
Re: How Do We Learn?
#48This seems more like "How Do We Memorize?", as is taught and performed (poorly) in American schools. In contrast we learn by doing , by manipulating things or concepts.
This all makes sense in light of the "human cognitive architecture". Working memory is severely limited while long-term memory is effectively unlimited. Thus, committing things to long-term memory frees up the scarce resource of working memory. In fact, there are many studies which indicate that the key differentiator between experts and novices is that they have a huge long-term store of schemata which can be applied in the problem domain and allow more efficient representation and manipulation in working memory.
Re: How Do We Learn?
#49I never got Zines. Beyond their cutesy art style, they generally don't seem particularly effective at conveying information in a somewhat concise manner. And if you don't want to be concise, why use such a very visual medium then and not just write an article?
Re: How Do We Learn?
#50I don't mean to be rude and I am truly interested in this topic, but I must ask, is there a version of this that is readily legible? Fuzzy (out of focus) light grey text on a white background absolutely results in a headache for me when trying to read this.
My spaced repetition system requires that I copy ideas I want to recall. I'm sharing my summary of the main ideas in case they help you.
---
# Learning by Building Connection
New ideas have to connect with what’s already there — they cannot be stored, as if in a filing cabinet.
Throwing facts at people doesn’t work. You have to: * connect ideas to other ideas and everyday things
* understand an idea in multiple ways (e.g. words, visuals, etc.)
* once you make connections, you have to maintain them
* you don’t need to unlearn connections to make room for new ones
# Maintaining what you learned
Recalling is better for retention than re-reading. Spacing effect shows that we forget things quickly the first time we see it, but if you exert effort to recall things spaced over increasing intervals of time, you retain a lot more than if you were cramming.
# Learning through deep connections
You have to process ideas on a deep level to make them stick. A great way to learn something at a deeper level is to explain it to someone.