TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: How to remember technical topics which you don’t use/refer everyday?

138 pointsby aecs99almost 3 years ago
There are a ton of topics I learn&#x2F;read on a daily basis. Some are out of my personal interest, some out of need (when interviewing).<p>I notice that after a while, without enough usage, these topics simply evaporate from my memory. I know the simple answer is to keep practicing.<p>I’m interested in knowing how different people do this. Looking for any tips, hacks, etc.

53 comments

DigitallyFidgetalmost 3 years ago
Teach it.<p>I don&#x27;t know why nobody else has suggested this.<p>If you want to learn, really learn something. Self educate, then teach it to someone else. You&#x27;ll have to really educate yourself on the subject, but once you do.. Blog post, Twitter, Youtube, Linked-In, or whatever platform you want to use. You&#x27;ll get corrections if you&#x27;re wrong about something, and hopefully a load of questions that will make you dig further into the topic. The process of teaching it will reinforce it into your memory as you present it in the way you understand, and the feedback you get will also strengthen your understanding even further. You&#x27;ll become much less likely to forget it over time.<p>But what if you&#x27;re like me, and you don&#x27;t have a social media presence or following to get any kind of feedback? Surely you have friends with similar interests, or know one of those people who likes soaking up knowledge like a sponge. You could use HN here to post something, or post to Reddit&#x27;s &quot;Today I Learned&quot;.<p>Inevitably, teaching something is the best way to learn more about that thing, and learning more about it is what will make it stick better.
评论 #31709613 未加载
drakonkaalmost 3 years ago
Sorry for the non-answer answer I&#x27;m about to give, but I don&#x27;t really think you should have to keep these things in memory. At some point it becomes a waste of memory space (at least that&#x27;s how I experience it).<p>There ARE some topics I want to remember, and those I try to put in writing. Both because it helps them stick in my mind for longer and because then I have a reference to go back to if I need a refresher. I use my own blog quite a bit to remember ways to do things that I may have figured out earlier and then forgotten.<p>But in terms of keeping things completely in memory: I have grown to think that, for a healthy mind, the things worth remembering are the things we remember. It&#x27;s _good_ to remember things you&#x27;re regularly using. If you&#x27;re not regularly using them, you may as well forget the details and refresh your memory later if needed. Of course the major caveat being that this is within reasonable limits and not a symptom of an illness or actual serious memory loss.<p>It is a balance, and losing my memory in general is one of my worst fears. I guess it is a matter of deciding if these topics are beginning to evaporate sooner than you&#x27;re comfortable with. Do they disappear after a day? A week? A year? If I start forgetting knowledge too quickly for my standards, that&#x27;s when I&#x27;ll get worried. It&#x27;s just a matter of deciding what &quot;too quickly&quot; is for us.
评论 #31707970 未加载
评论 #31711753 未加载
ubjalmost 3 years ago
Learn the basics of how human memory works, and techniques for making knowledge stick in long-term memory. Here&#x27;s a few resources that teach this at an approachable level:<p>[1] A Mind for Numbers (book): <a href="https:&#x2F;&#x2F;barbaraoakley.com&#x2F;books&#x2F;a-mind-for-numbers&#x2F;" rel="nofollow">https:&#x2F;&#x2F;barbaraoakley.com&#x2F;books&#x2F;a-mind-for-numbers&#x2F;</a><p>[2] Learning How To Learn (Coursera course): <a href="https:&#x2F;&#x2F;www.coursera.org&#x2F;learn&#x2F;learning-how-to-learn" rel="nofollow">https:&#x2F;&#x2F;www.coursera.org&#x2F;learn&#x2F;learning-how-to-learn</a><p>[3] Make It Stick (book): <a href="https:&#x2F;&#x2F;www.retrievalpractice.org&#x2F;make-it-stick" rel="nofollow">https:&#x2F;&#x2F;www.retrievalpractice.org&#x2F;make-it-stick</a><p>[4] Augmenting Long-Term Memory (blog post): <a href="http:&#x2F;&#x2F;augmentingcognition.com&#x2F;ltm.html" rel="nofollow">http:&#x2F;&#x2F;augmentingcognition.com&#x2F;ltm.html</a><p>[5] SuperMemo Guru (website): <a href="https:&#x2F;&#x2F;supermemo.guru&#x2F;wiki&#x2F;SuperMemo_Guru" rel="nofollow">https:&#x2F;&#x2F;supermemo.guru&#x2F;wiki&#x2F;SuperMemo_Guru</a><p>[6] Nelson Dellis (YouTube): <a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;channel&#x2F;UCnINhoHWuVjUDXp7dav5e3A" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;channel&#x2F;UCnINhoHWuVjUDXp7dav5e3A</a><p>I second the use of Anki--it&#x27;s a great tool. Other (non-free) options include SuperMemo and IDoRecall.
评论 #31707826 未加载
评论 #31709603 未加载
autoconfigalmost 3 years ago
Hey! As many have already mentioned in this thread, you might want to look into spaced repetition if you haven’t already. To summarize, it’s a simple algorithm that forces you to recall something at an increasing interval until it is committed to long term memory.<p>Anki is a popular app that uses spaced repetition. I personally wasn’t quite satisfied with any of the options out there so I decided to build a new app to solve this problem. Feel free to check it out: <a href="https:&#x2F;&#x2F;activerecall.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;activerecall.com&#x2F;</a> It allows you to create flashcards using a rich text editor with support for things such as code and latex blocks. I’m using it daily both to learn new software development concepts and for general knowledge.<p>Even with a spaced repetition-tool however there is a lot of nuance that goes into the process of acquiring new knowledge. A couple of pointers here:<p>1. It’s important to distinguish the learning step and the act of remembering what you’ve learned. Learning for example means using a new programming concept to the point where you understand it. Now that you have that context, you can encode it in the form of question and answer in a spaced repetition based system to ensure that you will remember what you’ve learned.<p>2. Some things that you want to remember are purely factual, while some require deeper understanding. In the latter case, you’ll want to structure your flashcards in a way that you’re solving a problem when answering it rather than just stating facts. This ensures that you’re actually remembering how to solve something rather than simply stating what the solution is.<p>3. Some things that seem like they are worth remembering when you first put them into your system will later turn out to be time sinks. Don’t be afraid to just get rid of them or keep them for reference (in my app you can “suspend” cards so that you can still search for them etc, essentially turning them into notes).<p>If you end up trying Active Recall out please feel free to reach out with any questions or if you just want to chat more about learning!
评论 #31721110 未加载
评论 #31713773 未加载
simonwalmost 3 years ago
Make notes, in private and in public.<p>I have a private &quot;notes&quot; repo on GitHub where I keep notes in the issues (the repo itself is empty). Any time I&#x27;m trying out a new piece of software I open an issue there, then add notes on the issue comments as I figure things out.<p>I use GitHub issues because they have excellent backups and they show up on GitHub search - plus there&#x27;s a really good API which I use to periodically export and backup my notes elsewhere.<p>If something fits the TIL format, I&#x27;ll turn my notes into a TIL and publish them on <a href="https:&#x2F;&#x2F;til.simonwillison.net" rel="nofollow">https:&#x2F;&#x2F;til.simonwillison.net</a> - that site uses the markdown format as GitHub issues, so publishing a TIL that started out as an issue comment only takes me a few minutes.
评论 #31710957 未加载
评论 #31710031 未加载
punnerudalmost 3 years ago
The goal should be to know what you don’t know, because you can’t ask questions about the things you don’t know that you don’t know.<p>So forgetting is ok, as long as you remember that there was something extra the next time you meet the same problem.
评论 #31708264 未加载
0xb0565e487almost 3 years ago
Memorization is most often useless. Focus on understanding instead.<p>You need to only retain information that can help you derive useful conclusions, and your mind is most likely smarter than you at that.
评论 #31708814 未加载
malikeralmost 3 years ago
I write cheatsheets. Just the bare minimum stuff needed to get things done. When I refer back to them it&#x27;s a lot faster than looking things up again in (e.g.) stackoverflow. My pandas cheatsheet gets probably too much use (damn that API).
sriram_malharalmost 3 years ago
Simply reading stuff is like passively watching TV&#x2F;youtube. It evaporates fast. Active learning involves your hands. Two techniques work well for me.<p>First, I write code to understand the essence of a piece of software (I have written basic TCP&#x2F;IP&#x2F;ARP stacks, a Java compiler, a virtual machine, a database, a neural net library etc). It is a joy to write code for an audience of one when you don&#x27;t have to worry about error handling!<p>The second is to add an entry to a diary recapping (in your own words)your own understanding of the topic. In my PhD days, I put everything in a single Word doc; I chose Word because I could draw diagrams in it, search with regexes, and the file was available offline. By the end, the file was thousands of pages long. Here&#x27;s what I had in it.<p>1. For every paper or blog post I read, I put the paper&#x27;s name, the URL, author&#x27;s name (in BibTex form, but that&#x27;s not germane to your issue). I captured my understanding of the paper (about half a page) and put together a list of questions for which I needed answers. There were some papers that went right above my head, so that entry was all questions. I had back and forward references to other entries in the form of embedded links. This exercise (it turned out) helped me smoke out scenarios that the paper had not mentioned. That becomes the basis for critiquing and comparing.<p>2. When my understanding of a topic improved, I would go back and fix some of the outstanding questions, along with a meta comment about what it was about my previous understanding that I couldn&#x27;t answer the question in the first place.<p>3. I had design ideas, little bits of code, benchmark results etc all in a single linear order. When my advisor asked what I was up to, I could quickly look up the log of entries.<p>It is ok to forget; no one can remember it all. Just capturing the essentials and being willing to work from first principles is good enough for most interviewers.
enasterosophesalmost 3 years ago
It sounds like an X-Y problem [1].<p>X: I want to be able to recall relevant information when it&#x27;s needed.<p>Y: How do I retain long-term memory of technical topics without practising them every day?<p>To solve X, it is sufficient to be able to reliably rediscover information as it is needed. Putting it into long-term memory stored inside your brain is just one layer of that.<p>Think of it like a computing architecture, where there are layers of data retention with trade-offs for speed vs reliability vs size. You don&#x27;t just have a CPU and RAM and a hard drive. A modern computer has various CPU caches, RAM, ssds and rotational drives, possibly combined with offsite storage, cloud storage, tape drives, cdroms and usb sticks.<p>They all have tradeoffs: RAM is pretty fast, but not as fast as CPU cache, but it holds a lot more than cache, but it doesn&#x27;t hold as much as an ssd, which in turn is a lot slower than RAM, but not as slow as a hdd, and meanwhile can hold a lot more than RAM, but (generally) not as much as that same hdd. You get the most from your computer by understanding these tradeoffs, not by trying to make your ssd do triple-duty as RAM+ssd+hdd.<p>Likewise, optimizing your brain doesn&#x27;t mean trying to force it to keep arbitrary technical data&#x2F;concepts only in long-term memory. Instead, you are already doing the right thing by keeping the information distributed across the internet, in books, in the brains of people who you teach and learn from, and knowing how to re-derive logically-deducible concepts from axioms, or rediscover data from first principals using experimentation and trial-and-error.<p>Let your brain do what it does best, which is act as a survival machine optimized for getting mates, finding food, and escaping lions.<p>Don&#x27;t hamstring that machine by giving it unrealistic goals like &quot;damnit you simply MUST be able to recall all relevant formulae for orbital mechanics and know how to write down the Navier-Stokes and Black-Scholes equations off the cuff and what is the full instruction set for the ARMv8-A architecture.&quot;<p>[1] <a href="https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;XY_problem" rel="nofollow">https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;XY_problem</a>
itqwertzalmost 3 years ago
Just be honest when talking about these things. No one knows everything, so people will appreciate the humility as well as the eagerness to adopt new tech.<p>Keep refreshing HN to keep up to date, but realize any engineer worth his salt can figure out new tech in a week or two. No need to be an expert.<p>Sometimes, the fate and knowledge of an engineer can be decided by PM ticket assignment. Side projects are good to keep you sharp, but don’t stress. Once you move to management or team lead, you’ll realize that a competent engineer will always deliver results.
lekealmost 3 years ago
I use this <a href="https:&#x2F;&#x2F;zim-wiki.org&#x2F;" rel="nofollow">https:&#x2F;&#x2F;zim-wiki.org&#x2F;</a><p>Take notes. Use the Search feature when you need to dig information out.
tedyoungalmost 3 years ago
I think your question &quot;how do I remember stuff I don&#x27;t use often&quot; is not a useful question to answer. Why do you need to remember things you don&#x27;t use often? You don&#x27;t.<p>Memory is not binary: you will have easier or harder access to things in your long-term memory. Those that you access more often, get easier. Those that you build up more complex structures around (understanding concepts underlying those concepts) make it easier to retrieve.<p>The more you learn and connect information, and generate it (by writing summaries, applying that information, etc.), the stronger that network of information becomes, which means that when you &quot;forget&quot; it (find it hard to retrieve), a quick skim about that topic will bring the whole network of information back to your conscious awareness.<p>If you want to build better knowledge networks in your brain, you have to (re-)generate that knowledge in different forms. Pick a &quot;node&quot; of that knowledge that&#x27;s a little fuzzy and learn more about it to clarify it. Draw diagrams of how that knowledge fits together.<p>Ultimately, constant retrieval of information, with restructuring and clarifying, will make it easier to get back when you need it.
评论 #31708864 未加载
wencalmost 3 years ago
I think you&#x27;re referring to &quot;bicycle skills&quot; [1], that is, skills that you need to pre-learn so that you can call upon them when you need to. (like knowing how to ride a bike on vacation -- you can&#x27;t learn it on the spot, so you would have needed to have pre-learned it. Swimming is another skill in the same ilk. Languages is another.).<p>For a lot of programmers, SQL is such a skill. Most programmers suck at SQL because they don&#x27;t use SQL often enough so they forget the syntax and have to recall it from scratch each time they need it. It&#x27;s a hidden disability in the software development world.<p>The answer is that you have to have learned the skill up to a certain level of proficiency before letting it go. You cannot get there by dabbling each time. There&#x27;s a minimum threshold after which the skill doesn&#x27;t simply evaporate from memory and recall is fast. But it takes a certain investment of time and effort.<p>[1] <a href="https:&#x2F;&#x2F;www.johndcook.com&#x2F;blog&#x2F;2012&#x2F;08&#x2F;01&#x2F;bicycle-skills&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.johndcook.com&#x2F;blog&#x2F;2012&#x2F;08&#x2F;01&#x2F;bicycle-skills&#x2F;</a>
sotualmost 3 years ago
I use flashcards with active recall style learning. There&#x27;s actually a great app I use called &quot;Active Recall&quot; that sets you up with this - you have to work a bit to get the cards you want but after you can refer back to them easily and it helps with memorization<p><a href="https:&#x2F;&#x2F;activerecall.com" rel="nofollow">https:&#x2F;&#x2F;activerecall.com</a> is their site
评论 #31709762 未加载
undowarealmost 3 years ago
A set of three foot pedals: one for screen recordings, another for instant replay, and another for quick voice notes.<p>Usage: mash the leftmost pedal to toggle recording the screen; mash the middle pedal to save off the past 30 seconds of my activity (usually along with me verbally narrating what I&#x27;m doing, an oddball habit that has paid dividends thanks to this config) and finally, push-to-talk (drops an .mp3 in the appropriate folder; I usually just have it work the same as the leftmost pedal (i.e. saving an .mkv which just so happens to have user audio) because I&#x27;m too lazy to bash-script ffmpeg and OBS is already open.<p>Hardware: I have a tri-pedal set, made by the same manufacturer documented in the &#x27;Vim Clutch&#x27; article here on HN (I&#x27;m too lazy to go find the URL but it will come up easily in a search.) The pedals are mapped to shortcuts in OBS for the functions described above.<p>Software: OBS Studio, Gnome desktop (NixOS), and Input Remapper. (More on this last one further down.)<p>Caveat: This currently only works under Xorg (not Wayland) because Wayland doesn&#x27;t let OBS grab shortcuts outside its own window (Wayland is <i>such</i> a Karen.) There&#x27;s a workaround that I&#x27;m working on, but it involves an OBS plugin called obs-websocket and a straightforward bit of Python scripting that I have nonetheless yet to finish, as well as Input Remapper (<a href="https:&#x2F;&#x2F;github.com&#x2F;sezanzeb&#x2F;input-remapper" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;sezanzeb&#x2F;input-remapper</a>) so Xorg it is for now.<p>For bonus points, I made the destination folder the &#x27;attachments&#x27; folder in my Obsidian vault. Then I can index them by subject, a task that is surprisingly entertaining, as links from topic pages in Obsidian.<p>Honestly. I don&#x27;t remember how I thought before. This is the perfect thinking machine.
lolivealmost 3 years ago
To me, you should rewrite your own version of the materials you have used to learn.<p>I do that in Obsidian, a personal knowledge management tool.<p>I copy&#x2F;paste contente from the web in interconnected notes, and once the contents are no longer in their original form, but transferred into my own read&#x2F;write notes, I refactor and reorganise them.<p>After a few refactors, some contents from different sources are now next to another in the same text. Or disappeared completely because another source has a « better » explanation. You can draw your own things, or add images from the web.<p>I think this process is a little bit like writing your own Wikipedia article.<p>The funny part is that when you come back to your notes later, you are astonished by the density of information connected together (just like Wikipedia).
znpyalmost 3 years ago
I have a personal private knowledge base, built using mediawiki.<p>It’s easy to add content to and supports code highlighting, images, files and all the nice things you’d see on wikipedia. And has a beautiful skin (template) with gorgeous typography that’s a joy to read.<p>I also use it for tech notes, among the other stuff.
kamrootalmost 3 years ago
I have had the same problem and I worked on it with a workflow of reading something today, making a note of it in a notebook (handwritten works best for me) and revising it the day after. The hand writing part makes me bio-mechanically engage with the material and finally reviewing my notes the next day forces spaced repetition. A nice side-effect is that after a few months when I am just flipping through my notebook I remember something that I had forgotten.<p>I use this for technical webpages that I read, business concepts (e.g. I am reading about `Yule’s Law of Complementarity` or new technical concepts (e.g. NestJS).<p>This works for me and I stumbled upon this workflow for myself after trying out a lot of other things that did not work for me.
kayodelycaonalmost 3 years ago
I leverage technology to replace memory. Details don’t matter if I know a thing exists and I’m good at finding things. Finding things is a far more useful skill to develop than memorization.<p>It is highly unlikely I’ll end up in a situation without cell signal, I carry an iPhone, Kindle Paperwhite, and a cellular iPad Mini (256gb) literally everywhere. (Handbags are awesome.)<p>On the off chance, I’m away from the internet and my kindle doesn’t have a useful book, I have all of Wikipedia and Wikitonary downloaded in Kiwix on my iPad Mini, downloaded PDFs in Dropbox, and a bunch of books in the D&amp;D Beyond app, and videos in Youtube, because why not.<p>Any thing I need to remember is in Apple Notes or Scrivener. (All my research for stories is in a project file.)
q3kalmost 3 years ago
I don’t. If I’m not actively using something then it just gets evicted from cache.<p>I generally remember the difficult&#x2F;weird parts that made initial learning slow, everything else I just re-learn as needed from the same sources that I used initially.
ilakshalmost 3 years ago
I know this will sound negative but I think the appropriate answer is that you are very misguided.<p>One thing to realize is that rapid technology deployment and improvements mean we must adapt our approach to learning and problem solving if we want to be effective.<p>With the internet and exponential increase in software development tools, the amount of information is massive. And of course, we now have Google and Stackoverflow etc. which are extremely effective ways to solve problems or very quickly refresh your memory on the exact details that are relevant.<p>If you operate as if those things haven&#x27;t changed, then you will not be effective.
digitalsanctumalmost 3 years ago
Prefer &quot;learning&quot; rather than &quot;remembering.&quot; I prefer learning by doing and teaching others which coincide with the best ways to learn something and be held accountable. I don&#x27;t remember where I first learned about learning but this pyramid gives a quick breakdown of which methods work best for retention [1].<p>[1] The Learning Pyramid: <a href="https:&#x2F;&#x2F;stephenslighthouse.com&#x2F;2010&#x2F;02&#x2F;26&#x2F;the-learning-pyramid&#x2F;" rel="nofollow">https:&#x2F;&#x2F;stephenslighthouse.com&#x2F;2010&#x2F;02&#x2F;26&#x2F;the-learning-pyram...</a>
评论 #31714475 未加载
dasil003almost 3 years ago
Spend 80% of your time building &#x2F; practicing, and 20% reading &#x2F; researching.<p>This doesn&#x27;t apply to everyone—if your goal is just the pursuit of knowledge then you can disregard this advice. For me though, the satisfaction and the cementing of knowledge comes from its application. Especially as I get older and realize the ephemeral and fleeting nature of body and mind, it just reinforces the need to be in the moment and cultivate focus on doing rather than optimizing against (or fighting!) my human limitations.
epguialmost 3 years ago
When you learn something more in depth, you are less likely to forget it.<p>When you learn other things adjacent to the topic at hand, but related in some way, you’re less likely to forget things as you build more and more of a frame of reference around it.<p>But either way, the key to remembering things for a very long time is spaced repetition. First you need to test your recall after a short period, then after a longer period, etc.<p>Memorization skills isn’t something you’re inherently good or bad at, or are born with: it’s a skill you can absolutely learn!
sbfeibishalmost 3 years ago
I have a Notes folder containing &#x27;subject&#x27; text files. Notes&#x2F;crypto.txt Notes&#x2F;docker.txt Notes&#x2F;equity.txt ... anything and everything one day I&#x27;ll divide them into subfolders Notes&#x2F;geopolitics&#x2F;zeihan.txt Notes&#x2F;programming&#x2F;languages&#x2F;rust.txt<p>if a text file isn&#x27;t good enough, or there needs to be an image embedded, I use other file types<p>And a Documents folder containing &#x27;subject&#x27; article files. Documents&#x2F;Programming&#x2F;Languages&#x2F;Rust ...
评论 #31708283 未加载
spencerchubbalmost 3 years ago
I really don&#x27;t think there is a way to get around repetition and practice. I am a competitive Rubik&#x27;s Cube solver, and memorizing algorithms for instant recall is a big aspect for obvious reasons. If I go a couple months, without practicing, I need to brush up on algs.<p>Moral of the story, it is possible to get to the point where stuff is in your memory for a couple months comfortably. But beyond that you will have to do a bit of memory maintenance.
hluskaalmost 3 years ago
I’m old and I do a combination of:<p>1.) Teach things that are really important to me.<p>2.) Google the rest.<p>Sadly, I don’t time to learn everything that I want and if I had the time I wouldn’t be able to retain it anyways.
joeman1000almost 3 years ago
I just don’t. I have to learn 4 subjects a semester, 12 weeks per subject, roughly 5 sub-topics per week. 240 almost useless chunks of info that I have to get examined on every 6 months. I would top myself if I kept it all in memory. I do my best to learn the concepts, then write my brief understanding in a note system (org-roam). I don’t have to remember any of the shit after I’m done with it.
pcbro141almost 3 years ago
Anki spaced repetition software
igetspamalmost 3 years ago
Don&#x27;t. Let them fade. Reread the docs when you need them. The amount of brain space you&#x27;d need to keep rarely used topics fresh is unimaginable. Relearning to ride a bike is easier than learning the first time (unless you&#x27;ve had a stroke). You&#x27;ll pick it up again. Learn for the sake of learning and let go. All you need to maintain is the references and meta data.
undefinedzeroalmost 3 years ago
I’ve given up staying up-to-date on everything and limited myself to things I can apply or are direct alternatives to technologies I use. Things like Meta’s approach to caching on Facebook and stuff are interesting but only really relevant for less than a dozen people and I reckon a waste of time for most others. If I skip that I can mull longer on the topics relevant for me.
gsaticalmost 3 years ago
Make good friends. The beauty of a university campus is subject matter experts on anything are close by.<p>I used to think that Internet would make this easier but it&#x27;s not the same as running into friends(with diff expertise) on campus everyday. You share your day to day probs. They share theirs. And connections across knowledge maps stored in different chimp brains happen.
water554almost 3 years ago
I don’t. I blast it all out of my mind with massive amounts of alcohol and cannabis and then look it up as needed.
jti107almost 3 years ago
flashcards works for me..there will be certain technical material that i need to know but not regularly use. i review it once every 1-2 months and i can recall about 80% of the material. the big break through for me was using blank poker cards to make the flashcards. 3-5 card sets can usually cover a books worth of material.<p>in the past i&#x27;ve tried digital apps like anki and quizlet but i&#x27;d inevitably get distracted. the point is to come up with a system of review that matches your personality. if you want to remember stuff long term the big supported by science is spaced repetition.<p>the other system that works but is much harder is to teach someone. pretending to teach a class also seems to work...point is to explain it at level that a new person would understand forces your mind to really delve into the topic.
FunnyBadgeralmost 3 years ago
For it I simply need to find them interesting. That causes me to spend time researching or studying them. And that means I have them at my finger-tips for conversation or application.<p>This may include downloading papers or buying textbooks or equipment to hack (when appropriate).
chxalmost 3 years ago
Post it on Stackoverflow. I can&#x27;t even count how many times I found myself in a situation where I had no idea what was going, googled and found the answer on SO&#x2F;SE written by myself. Sometimes as recent as two years ago, sometimes a decade ago.
评论 #31710437 未加载
martin-adamsalmost 3 years ago
I use the Zettelkasten method for tech notes. Even made a video on it a while back if you&#x27;re interested. <a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=jbvEJvTwllk" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=jbvEJvTwllk</a>
k__almost 3 years ago
I search on Google and find my own articles I wrote about those topics in the past.<p>Strange, but funny feeling.
giaouralmost 3 years ago
Take notes, even if you know you can remember the details without doing so. You can always search or refer back to your notes when you need to return to a topic, and I find that just opening the appropriate notebook jogs my memory
评论 #31708977 未加载
ameliusalmost 3 years ago
The answer is: you don&#x27;t have to remember it because tech changes too fast.<p>For example, knowing how to configure your network is useless if you only need to do it once every five years because (sadly) the UI will have changed anyway.
scotty79almost 3 years ago
I used to have a personal wiki for technical things I needed once and I might need again.<p>Whenever I learned how to do something new I wrote an instruction for future me with all the key information on how to perform this.
dmitriidalmost 3 years ago
If you don&#x27;t use it, you forget it. As simple as that. You will even forget your own native language if you don&#x27;t use it long enough.<p>There&#x27;s no other option for remembering things other than using them.
ibobevalmost 3 years ago
Take notes about the most important parts of what you learnt. That way when you have to recall a topic you don&#x27;t have to reread the whole book or tutorial but just your notes.
Slaughterhouse6almost 3 years ago
I take notes in a journal for this type of stuff since the odds are good I will lose the link to whatever it was or the old site will be gone the next time I look for it.
math_dandyalmost 3 years ago
Don’t sweat it. Learning something for the first time is hard and can be very slow. Relearning or refreshing one’s memory is significantly easier and much faster.
salawatalmost 3 years ago
I print them out on paper, then add them to my library. Brain just does the rest.
saagarjhaalmost 3 years ago
By keeping pointers to the content rather than the actual content ;)
atmosxalmost 3 years ago
I am fine re-learning. I believe it’s the optimal strategy.
nsonhaalmost 3 years ago
what is the problem when you brain forgets things that are not important at the time? Your brain is working as designed.
badinsiealmost 3 years ago
my brain determines what is relevant or irrelevant all on its own. the irrelevant stuff for sure gets thrown on the floor.
muskmuskalmost 3 years ago
Anki
tester756almost 3 years ago
jezz<p>I&#x27;ve never been sure which one is which - byte or bit<p>until I had to use them directly