Live data from Hacker News

Using Anki to remember what you read

superorganizers.substack.com

131–140 of 313 posts

Re: Using Anki to remember what you read

#132
This will probably get down-voted by the hacker news crowd. Information aggregation from diverse sources to construct a comprehensive knowledge graph in our heads and hence further and deepen our understanding of this world and the context in which things happen can be a goal. But at some point, the methods we use to accomplish them can take more importance than the actual goal. The method is not the goal.

This is similar to how there are many rituals in every religion that people might follow without understanding the underlying concepts. The rituals are not the religion but we still see people mindlessly doing things that their ancestors did.

I would much prefer that we build systems that automatically create that knowledge graph objectively (like the wikipedia) and layer an AI system on top that will create new connections, even with brute force, that our minds in a lifetime cannot. This will not stop us from having opinions. People will still come to different conclusions based on the same underlying data but atleast the data and the surrounding context will be available to all.

Re: Using Anki to remember what you read

#133

Earlier quoted context omitted.

I use it for programming. My general rule is anytime i need to keep looking up some command, i just stick it in anki. Here are two python cards I added this week: What method do you use to format a datetime object in python: strftime() How do you create a new virtual env using python 3 python3 -m venv Those may seem stupid to you, but I was looking them up and now i do not need to. I also use them for other concepts…

Those are much closer to what I'd put in if I added Anki cards for programming than other things I've seen online. Nice and short. Why not just `new Promise((res, rej) => ..)` instead of intermediate facts like "an executor takes 2 arguments"? I don't think I'd be able to recall what's meant by 'an executor' without first recalling that snippet.

I noticed from using Anki so much for everything that when I include answers in other questions titles I learn the material better. Your comment would obviously be faster because it is less cards to add, but I think my brain would be more likely to forget the concept that way. Personal preference I guess.

Re: Using Anki to remember what you read

#135

Earlier quoted context omitted.

It is worth considering the cost, yes. My time isn't so optimised that 15 minutes each day on Anki is otherwise going to be spent on deep work. http://augmentingcognition.com/ltm.html This writeup estimates his usage of Anki is 4-7 minutes of review time for each card over 20 years. So, if it's worth taking 10 minutes to remember a fact, it's worth putting in Anki. (This writeup also explains it's not worth putting t…

I use it for programming. My general rule is anytime i need to keep looking up some command, i just stick it in anki. Here are two python cards I added this week: What method do you use to format a datetime object in python: strftime() How do you create a new virtual env using python 3 python3 -m venv Those may seem stupid to you, but I was looking them up and now i do not need to. I also use them for other concepts…

[deleted]

Re: Using Anki to remember what you read

#136

Earlier quoted context omitted.

I use it for programming. My general rule is anytime i need to keep looking up some command, i just stick it in anki. Here are two python cards I added this week: What method do you use to format a datetime object in python: strftime() How do you create a new virtual env using python 3 python3 -m venv Those may seem stupid to you, but I was looking them up and now i do not need to. I also use them for other concepts…

Those are much closer to what I'd put in if I added Anki cards for programming than other things I've seen online. Nice and short. Why not just `new Promise((res, rej) => ..)` instead of intermediate facts like "an executor takes 2 arguments"? I don't think I'd be able to recall what's meant by 'an executor' without first recalling that snippet.

For math/programming, it's better to keep it short in my experience. But for other things, like knowledge from books, I use both methods, here are some examples:

---- What happen to slaves in Africa after the slave trade was abolished by the America/UK in the early + mid 1800s?

simply led to a redeployment of the slaves, who were now used within Africa rather than in the Americas

“So the abolition of the slave trade, rather than making slavery in Africa wither away, simply led to a redeployment of the slaves, who were now used within Africa rather than in the Americas. Moreover, many of the political institutions the slave trade had wrought in the previous two centuries were unaltered and patterns of behavior persisted. For example, in Nigeria in the 1820s and ’30s the once-great Oyo Kingdom collapsed. It was undermined by civil wars and the rise of the Yoruba city-states, such as Illorin and Ibadan, that were directly involved in the slave trade, to its south. In the 1830s, the capital of Oyo was sacked, and after that the Yoruba cities contested power with Dahomey for regional dominance. They fought an almost continuous series of wars in the first half of the century, which generated a massive supply of slaves. Along with this went the normal rounds of kidnapping and condemnation by oracles and smaller-scale raiding. Kidnapping was such a problem in some parts of Nigeria that parents would not let their children play outside for fear they would be taken and sold into slavery.”

Excerpt From: Daron Acemoglu. “Why Nations Fail.” iBooks.

----

What are two reasons why large scale wars no longer occur ?

1. Price of war has gone up because of Atomic weapons. 2. Weath is no longer is physical goods (gold,etc) but in the minds of the citizen (Silicon Valley).

Scholars have sought to explain this happy development in more books and articles than you would ever want to read yourself, and they have identified several contributing factors. First and foremost, the price of war has gone up dramatically. The Nobel Peace Prize to end all peace prizes should have been given to Robert Oppenheimer and his fellow architects of the atomic bomb. Nuclear weapons have turned war between superpowers into collective suicide, and made it impossible to seek world domination by force of arms.

Secondly, while the price of war soared, its profits declined. For most of history, polities could enrich themselves by looting or annexing enemy territories. Most wealth consisted of material things like fields, cattle, slaves and gold, so it was easy to loot it or occupy it. Today, wealth consists mainly of human capital and organizational know-how. Consequently it is difficult to carry it off or conquer it by military force.

Harari, Yuval Noah. Sapiens (p. 372). Harper. Kindle Edition.

-----

Basically, I create cards with short answers but provide the context (usually the paragraph I found it in). This method works extremely well for remember everything you read. I could write a more technical blog post on this if people actually care and find this interesting.

Re: Using Anki to remember what you read

#138

Earlier quoted context omitted.

Do do the same thing this guy and do all the things you mentioned. I create cards on sundays only and i do anki every morning before i start working. It can be accomplished easily, sans children.

but that list is >8hrs of back to back chores (according to his estimates) for a non-work day without any of the ones your parent post mentions. I don't think that's realistic.

i missed that and i now agree.

Re: Using Anki to remember what you read

#140

Is it a sane thing to do (cram every bit of knowledge in your head)? I have a feeling that it's futile and could even be a bad thing for mental health and sanity.

It helps to read the article before commenting. The headline is overblowing it. He's not learning books by heart, just highlights some key facts he found valuable while reading and then reviews those and adds some of those go in a flashcard and zettelkasten system.

Impressive for doing it consistently but it's not learning entire books.

Post reply on HN