Dup Goto 📝

Advice_001

PT2/linux/learning 11-16 14:30:52
To Pop
29 lines, 218 words, 1234 chars Thursday 2023-11-16 14:30:52
  1. Learn to touch type. (google for somewhere to learn)
  2. Learn vim as your editor. (apt-get vim to get the full version. Look to neovim in future.)
  3. Learn languages: (w3schools or learnpython.org or whatever -- google)
    1. bash
    2. python
    3. html
    4. css
    5. javascript
    6. sql
    7. php
    8. c

Learning languages

The principle: Random Thing[r]

Taking notes

When you want to do things:

  1. Best is to just know, from memory.
  2. Second best is to have instructions in your notes. Take notes religiously.
  3. If you can't remember and it's not in your notes: put it in your notes first, then do it based on your notes.

Learning In General

  1. What you repeat, you remember.
  2. All you repeat, you remember.
  3. What is common to many things is repeated more, so you learn it more.
    1. So structure your interests so that they overlap.
  4. Optimise the common case: very common stuff wants to be second nature. Less common but frequent you want short notes and cheat sheets, and these suffice. Only for everything else should you have to even reach for Google.