Comment by BeetleB

Comment by BeetleB 12 hours ago

4 replies

> Dozens of apps, thousands of lectures, and it turns out its not really a silver bullet.

Easy statement to make when you're not defining the silver bullet. Kind of like saying dieting turns out not to be a silver bullet.

I've used spaced repairing for over 6 years. It's been transformative for me.

0xDEAFBEAD 10 hours ago

What info did you memorize?

  • BeetleB 3 hours ago

    Basic undergrad statistics. This doesn't make me better at doing statistics, but now I can understand things I read. Whereas prior to SR, I had learned the material three separate times - always forgot because of lack of use. SR made it stick.

    Algorithms and data structures.

    Basics of HTML/CSS/JS. I'm not a frontend developer, but this was enough for me to (mostly) understand colleagues' JS code. And often I would inform him of one of the newer JS features he didn't know of (e.g. null coalescing operator). Does it make me a JS developer? No. But it ensures I'm not useless at it.

    Python 3.x new features. Simple things like "Stop using os.walk and use scandir instead".

    A whole lot of Emacs keybindings. I was a heavy Emacs user before SR, but this really helped take it to the next level (I now mostly rely on hydras, so I no longer memorize keystrokes, cut I can't deny its effectiveness).

    Some amount of elisp.

    Probably a whole lot more random miscellany I can't recall right now.

    Basically, what it does is let you retain information without usage. Prior to this, I would mostly retain only things I use (or had used) often.

    I was in university for over a decade. Took lots of notes. But they're useless if you don't review them. Some years after leaving university I stopped trying to learn anything technical unless I was putting it to immediate use. Why bother if you're going to forget?

    SR is what let me get back to studying for fun.