It is currently Thu May 01, 2025 6:17 am

All times are UTC - 8 hours [ DST ]




Post new topic Reply to topic  [ 14 posts ] 
Author Message
Offline
 Post subject: A GoChild Question (#1)
Post #1 Posted: Sat Mar 08, 2014 5:27 am 
Dies with sente

Posts: 74
Liked others: 14
Was liked: 12
It's under <Practice><Basic 900 Pack><Seal In><Question 20>

This module is about encapsulating/isolating your opponent.

The solution wants you to hit string of 4 on the head, then make a string of 3 on the third line. Why not a row of 2?

There is a problem posting the sgf code. The size of the board in GoChild is 11x11, but Eidego doesn't seem to support that size. So the original string of 4 black stones is supposed to be on line 4. Any suggestions how to deal with this?



Top
 Profile  
 
Offline
 Post subject: Re: A GoChild Question (#1)
Post #2 Posted: Sat Mar 08, 2014 7:01 am 
Dies with sente

Posts: 98
Location: Canada
Liked others: 14
Was liked: 9
Rank: OGS 1 kyu
KGS: KrazyV
Tygem: kaiou19
OGS: VincentCB
If I understand correctly, this is the solution from the website :
Click Here To Show Diagram Code
[go]$$B
$$ +-----------------------+
$$ | . . . . . . . . . . . |
$$ | . . . . . . . . . . . |
$$ | . . , . . . . . , . . |
$$ | . . . . . . . . . . . |
$$ | . . . . . . . . . . . |
$$ | . . . . . , . . . . . |
$$ | . . . . . . . . . . . |
$$ | . X X X X . . . . . . |
$$ | . O O O O 1 3 5 , . . |
$$ | . . . . . 2 4 . . . . |
$$ | . . . . . . . . . . . |
$$ +-----------------------+[/go]

You are asking why this doesn't work :
Click Here To Show Diagram Code
[go]$$B
$$ +-----------------------+
$$ | . . . . . . . . . . . |
$$ | . . . . . . . . . . . |
$$ | . . , . . . . . , . . |
$$ | . . . . . . . . . . . |
$$ | . . . . . . . . . . . |
$$ | . . . . . , . . . . . |
$$ | . . . . . . . . . . . |
$$ | . X X X X . . . . . . |
$$ | . O O O O 1 3 . , . . |
$$ | . . . . . 2 4 5 . . . |
$$ | . . . . . . . . . . . |
$$ +-----------------------+[/go]

The problem with :b5: above is that white can cut :
Click Here To Show Diagram Code
[go]$$B
$$ +-----------------------+
$$ | . . . . . . . . . . . |
$$ | . . . . . . . . . . . |
$$ | . . , . . . . . , . . |
$$ | . . . . . . . . . . . |
$$ | . . . . . . . . . . . |
$$ | . . . . . , . . . . . |
$$ | . . . . . . . . . . . |
$$ | . X X X X . . . . . . |
$$ | . O O O O 1 3 6 , . . |
$$ | . . . . . 2 4 5 . . . |
$$ | . . . . . . . . . . . |
$$ +-----------------------+[/go]

What happens next? Try to find out by yourself. The continuation is below.
:w6: threatens to capture :b5:. Black saves it. :w8: threatens to capture :b1: and :b3:. Black saves them. But :w10: captures the two stones below.
Click Here To Show Diagram Code
[go]$$B
$$ +-----------------------+
$$ | . . . . . . . . . . . |
$$ | . . . . . . . . . . . |
$$ | . . , . . . . . , . . |
$$ | . . . . . . . . . . . |
$$ | . . . . . . . . . . . |
$$ | . . . . . , . . . . . |
$$ | . . . . . . 9 . . . . |
$$ | . X X X X . . 8 . . . |
$$ | . O O O O 1 3 6 , 0 . |
$$ | . . . . . 2 4 5 7 . . |
$$ | . . . . . . . . . . . |
$$ +-----------------------+[/go]


This post by VincentCB was liked by 2 people: Bonobo, saxmaam
Top
 Profile  
 
Offline
 Post subject: Re: A GoChild Question (#1)
Post #3 Posted: Sat Mar 08, 2014 7:38 am 
Lives in sente

Posts: 1045
Liked others: 0
Was liked: 182
saxmaam wrote:
It's under <Practice><Basic 900 Pack><Seal In><Question 20>
This module is about encapsulating/isolating your opponent.

The solution wants you to hit string of 4 on the head, then make a string of 3 on the third line. Why not a row of 2?

There is a problem posting the sgf code. The size of the board in GoChild is 11x11, but Eidego doesn't seem to support that size. So the original string of 4 black stones is supposed to be on line 4. Any suggestions how to deal with this?


First, you moved the problem the wrong way to deal with the board size issue. Where the edges are is quite relevant. We can't properly address the original problem because of the direction you moved it relative the edge. That is perhaps the first beginner lesson here, "edges matter".

Top
 Profile  
 
Offline
 Post subject: Re: A GoChild Question (#1)
Post #4 Posted: Sat Mar 08, 2014 8:29 am 
Dies with sente

Posts: 74
Liked others: 14
Was liked: 12
Mike Novack wrote:
First, you moved the problem the wrong way to deal with the board size issue. Where the edges are is quite relevant. We can't properly address the original problem because of the direction you moved it relative the edge. That is perhaps the first beginner lesson here, "edges matter".


Thanks, Mike. I did know that much. But I don't know what the right way is. So I asked ...


This post by saxmaam was liked by: Bonobo
Top
 Profile  
 
Offline
 Post subject:
Post #5 Posted: Sat Mar 08, 2014 8:33 am 
Honinbo
User avatar

Posts: 8859
Location: Santa Barbara, CA
Liked others: 349
Was liked: 2076
GD Posts: 312
Hi saxmaam, to expand on what Mike said, Go is super specific:
Click Here To Show Diagram Code
[go]$$ Original question
$$ -----------------------------------------
$$ | . . . . . . . . . . . . . . . . . . . |
$$ | . . . . . . . . . . . . . . . . . . . |
$$ | . . . . . . . . . . . . . . . . . . . |
$$ | . . . , . . . . . , . . . . . , . . . |
$$ | . . . . . . . . . . . . . . . . . . . |
$$ | . . . . . . . . . . . . . . . . . . . |
$$ | . . . . . . . . . . . . . . . . . . . |
$$ | . . . . . . . . . . . . . . . . . . . |
$$ | . . . . . . . . . . . . . . . . . . . |
$$ | . . . , . . . . . , . . . . . , . . . |
$$ | . . . . . . . . . . . . . . . . . . . |
$$ | . . . . . . . . . . . . . . . . . . . |
$$ | . . . . . . . . . . . . . . . . . . . |
$$ | . . . . . . . . . . . . . . . . . . . |
$$ | . . . . . . . . . . . . . . . . . . . |
$$ | . X X X X . . . . , . . . . . , . . . |
$$ | . O O O O . . . . . . . . . . . . . . |
$$ | . . . . . . . . . . . . . . . . . . . |
$$ | . . . . . . . . . . . . . . . . . . . |
$$ -----------------------------------------[/go]

Click Here To Show Diagram Code
[go]$$ Your board
$$ -----------------------------------------
$$ | . . . . . . . . . . . . . . . . . . . |
$$ | . . . . . . . . . . . . . . . . . . . |
$$ | . . . . . . . . . . . . . . . . . . . |
$$ | . . . , . . . . . , . . . . . , . . . |
$$ | . . . . . . . . . . . . . . . . . . . |
$$ | . . . . . . . . . . . . . . . . . . . |
$$ | . . . . . . . . . . . . . . . . . . . |
$$ | . X X X X . . . . . . . . . . . . . . |
$$ | . O O O O . . . . . . . . . . . . . . |
$$ | . . . , . . . . . , . . . . . , . . . |
$$ | . . . . . . . . . . . . . . . . . . . |
$$ | . . . . . . . . . . . . . . . . . . . |
$$ | . . . . . . . . . . . . . . . . . . . |
$$ | . . . . . . . . . . . . . . . . . . . |
$$ | . . . . . . . . . . . . . . . . . . . |
$$ | . . . , . . . . . , . . . . . , . . . |
$$ | . . . . . . . . . . . . . . . . . . . |
$$ | . . . . . . . . . . . . . . . . . . . |
$$ | . . . . . . . . . . . . . . . . . . . |
$$ -----------------------------------------[/go]
The two boards are VERY different -- they have almost no connection to each other! :)

Top
 Profile  
 
Offline
 Post subject: Re: A GoChild Question (#1)
Post #6 Posted: Sat Mar 08, 2014 8:45 am 
Dies with sente

Posts: 74
Liked others: 14
Was liked: 12
VincentCB wrote:
What happens next? Try to find out by yourself. The continuation is below.


OK, I got it. I ran out a different unfavorable scenario. Thanks for playing this out for me.

Top
 Profile  
 
Offline
 Post subject: Re: A GoChild Question (#1)
Post #7 Posted: Sat Mar 08, 2014 11:04 am 
Oza

Posts: 2264
Liked others: 1180
Was liked: 553
I love how Vincent just answered his question, while the rest of you chuckleheads just berate him over something he didn't even do, and was out of his control -- if you look at his sgf, it is correct (11x11)


This post by xed_over was liked by 2 people: betterlife, Uberdude
Top
 Profile  
 
Offline
 Post subject: Re: A GoChild Question (#1)
Post #8 Posted: Sat Mar 08, 2014 11:47 am 
Judan

Posts: 6727
Location: Cambridge, UK
Liked others: 436
Was liked: 3720
Rank: UK 4 dan
KGS: Uberdude 4d
OGS: Uberdude 7d
xed_over wrote:
I love how Vincent just answered his question, while the rest of you chuckleheads just berate him over something he didn't even do, and was out of his control -- if you look at his sgf, it is correct (11x11)


Mike Novack wrote:
First, you moved the problem the wrong way to deal with the board size issue.


And were wrong in the berating...

Top
 Profile  
 
Offline
 Post subject: Re: A GoChild Question (#1)
Post #9 Posted: Sat Mar 08, 2014 1:25 pm 
Oza
User avatar

Posts: 2221
Location: Germany
Liked others: 8268
Was liked: 924
Rank: OGS 9k
OGS: trohde
Universal go server handle: trohde
OK, so we see that even when nice people try to correct others’ mistakes they sometimes make even larger mistakes … <shrug>

Happens to me all the time :lol:

So, can we pls move on instead of rubbing salt in respective wounds? ;-)


Peace, Tom

_________________
“The only difference between me and a madman is that I’m not mad.” — Salvador Dali ★ Play a slooooow correspondence game with me on OGS? :)

Top
 Profile  
 
Offline
 Post subject: Re: A GoChild Question (#1)
Post #10 Posted: Sat Mar 08, 2014 3:57 pm 
Lives in sente

Posts: 1045
Liked others: 0
Was liked: 182
I am sorry if I wasn't being clear enough.

I was trying to say that compared to any mistake in play with the given formation (with any particular formation) the mistake in not realizing that relocating several spaces away from the edge might (would) completely change the problem was more serious for a beginner. I was not referring to a mistake in the mechanics of trying to present the problem to us.

Top
 Profile  
 
Offline
 Post subject: Re: A GoChild Question (#1)
Post #11 Posted: Sun Mar 09, 2014 4:24 pm 
Dies with sente

Posts: 74
Liked others: 14
Was liked: 12
Mike Novack wrote:
I am sorry if I wasn't being clear enough.

I was trying to say that compared to any mistake in play with the given formation (with any particular formation) the mistake in not realizing that relocating several spaces away from the edge might (would) completely change the problem was more serious for a beginner. I was not referring to a mistake in the mechanics of trying to present the problem to us.


Mike, I totally realized the problem with the relocation. I was asking for help with that. I still am. Take a look at the original post.

Anyway, I think we are beating a dead horse here. I appreciate any and all sincere attempts to be helpful.

Best regards,

Susan


This post by saxmaam was liked by: Bonobo
Top
 Profile  
 
Offline
 Post subject:
Post #12 Posted: Sun Mar 09, 2014 5:16 pm 
Honinbo
User avatar

Posts: 8859
Location: Santa Barbara, CA
Liked others: 349
Was liked: 2076
GD Posts: 312
Hi Susan, if a certain board size doesn't work here, like 11x11, you can try another board size, like 13x13:


I just tested and found out these are currently not supported here: 11x11, 15x15, 17x17.

9x9 is supported here, but for this particular situation, 9x9 is too small:


This post by EdLee was liked by: Bonobo
Top
 Profile  
 
Offline
 Post subject: Re:
Post #13 Posted: Sun Mar 09, 2014 5:22 pm 
Dies with sente

Posts: 74
Liked others: 14
Was liked: 12
EdLee wrote:
Hi Susan, if a certain board size doesn't work here, like 11x11, you can try another board size, like 13x13


There's a thought. But doesn't the presence of the corner affect the solution to this particular problem?

Top
 Profile  
 
Offline
 Post subject:
Post #14 Posted: Sun Mar 09, 2014 5:24 pm 
Honinbo
User avatar

Posts: 8859
Location: Santa Barbara, CA
Liked others: 349
Was liked: 2076
GD Posts: 312
saxmaam wrote:
But doesn't the presence of the corner affect the solution to this particular problem?
Yes, good question. Exactly. For this particular shape, 9x9 is too small. :)

Susan, here is a somewhat related shape. Maybe you have already seen this joseki --


-- In this 3-3 joseki, notice :b9: -- it has a lot of similarity to the solution move of the original shape you posted.

Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 14 posts ] 

All times are UTC - 8 hours [ DST ]


Who is online

Users browsing this forum: No registered users and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group