wiki/2021-05-05-18-06-29.org
Gabriel Arazas edc686c25c Update wiki on various topics
This update is too large, I made too many notes on stuff. Nonetheless,
it is very nice to see progress. I've made note revisions on the
following topics:

- Learning
- Writing
- Various Linux-related stuff

I've yet to start learning illustration but I'll be starting tomorrow
for an update how do I keep in mind with those writings. There are still
a lot of things to be processed from the backlog with yet more notes on
learning but I keep having those perspectives whenever I practice so
ehhh... Better have those than nothing?

Furthermore, I've also updated the timestamp format. It is pretty simple
to update all of the notes with a couple of `sed` calls.

Aaaand, I've also changed the way how the assets stored with the folders
only leaving it up for the generated files instead of enforcing it on
every note. I create more visual aids and managing them is a pain for
each note. This restructuring frees me of that burden.
2021-07-20 19:52:43 +08:00

2.2 KiB

Start small and improve later

This is a very simple advice applicable on lots of places.

  • In speedrunning, when starting to learn the mechanics of the game, you may want to finish a whole run no matter how bad it is to get the bigger picture. This way, you'll know what techniques and tricks you find difficult and improve on it immediately.
  • When learning to program, you can start with solving one coding problem until you're now comfortable to take two. Then, with a couple of problems, you're now comfortable to take three and so on.
  • In Illustration, one often starts with a sketch with rough shapes and outlines. The details may then change in the later phases of the sketch. This can make immediate improvements especially when you found out the outcome does not fit with what you've visualized.
  • In learning a new skill, you start from the basic concepts. This is to build a foundation for complex topics and flexibility you need to create a solution.
  • In Writing, you often start with the outlines of the article or a story. You then fill the details for the point or scenario you're writing.

The point is to reach bigger advancements must come from somewhere even in the smallest amounts. roam:Consistency over time creates more progress. Once you get comfortable with the task you're supposed to do, you're now getting bigger results than you anticipated from doing one big task in a day. There is always on opportunity to improve things.

On the other hand, this gradual progression also presents itself on other areas.

  • Video games with well-designed tutorials introducing you to the game slowly building up to more complex levels.
  • Applications with well-designed tours 1 where it present limited aspects of an app enabling you to combine them and create more complex pieces.
  • Programming documentation often involves the simplest examples then letting you figure out how the rest of the stuff works.

1

Also known as an out-of-box experience.