EdLee wrote:
They like to think, Oh, I finally understand [insert your favorite: attack, invasion, sabaki, moyo, thickness, weakness, etc...]
It's not like that, at all.
[snip]
Most likely, what you experienced was a better understanding of 3rd vs. 4th line,
and this, together with many other improvements, helped you reach ~10k level,
which is nice.
Definitely, I agree with you. It's a very personal thing too. What helped me isn't necessarily the same concept that's going to help someone else. Nor is the specific thing that I picked up on the final thing to understand. Nor does everyone learn things in the same order.
I know it's really personal, which is why I wanted to chime in with my own thoughts on the matter. I remember when I was starting to learn Go, I was very confused by the height of extensions. I had literally zero understanding about why one would extend on the 3rd line versus the 4th. For me, all the talk about 4th line being for development, or favoring the center, these ideas were just too abstract to apply. Why not just put everything on the 4th line, I thought. The 4th line looks bigger. Bigger frameworks mean more territory. And why would you ever try to make a smaller territory when you could make a bigger one?
My first steps, before being able to understand anything about frameworks, were to understand that if you play this:
- Click Here To Show Diagram Code
[go]$$
$$ | . . . . . . . . . . . . . . . . . . . |
$$ | . . . O . . . . . , . . B . . X . . . |
$$ | . . . . . . . . . . . . . . . . . . . |
$$ | . . . . . . . . . . . . . . . . . . . |
$$ | . . . . . . . . . . . . . . . . . . . |
$$ ---------------------------------------[/go]
then you have to anticipate White may attack like so:
- Click Here To Show Diagram Code
[go]$$ The weakness of a 4th line extension
$$ | . . . . . . . . . . . . . . . . . . . |
$$ | . . . O . . . . , . . . B . . X . . . |
$$ | . . . . . . . . . . W . . . . . . . . |
$$ | . . . . . . . . . . . . . . . . . . . |
$$ | . . . . . . . . . . . . . . . . . . . |
$$ ---------------------------------------[/go]
White's stone is placed a knight's move away, one line lower, and is ready to take away your territory.
if you make a third line extension then you prevent this:
- Click Here To Show Diagram Code
[go]$$
$$ | . . . . . . . . . . . . . . . . . . . |
$$ | . . . O . . . . . , . . . . . X . . . |
$$ | . . . . . . . . . . . . B . . . . . . |
$$ | . . . . . . . . . . . . . . . . . . . |
$$ | . . . . . . . . . . . . . . . . . . . |
$$ ---------------------------------------[/go]
however if you extend further to the 4th line, it's bad shape
- Click Here To Show Diagram Code
[go]$$ The weakness of a 3d line extension
$$ | . . . . . . . . . . . . . . . . . . . |
$$ | . . . O . . . . . B . . . . . X . . . |
$$ | . . . . . . . . . . . . X . . . . . . |
$$ | . . . . . . . . . . . . . . . . . . . |
$$ | . . . . . . . . . . . . . . . . . . . |
$$ ---------------------------------------[/go]
This is all I was trying to get at. I realize it's not the final word on high vs low moves, but for me, it was the start.