OGS site bad

OK, now that I have your attention, please review my game, thank you.

8 Likes

Move 43 shows you lost completely tracks on the game. Would have been good time to resign. Future moves don’t matter that much

1 Like

Interesting is how you failed on this side of the board in a hectic fight. If you have a look on your own i will try to answer any question you have.

1 Like

You mean move 193? Q8 felt right, but I didn’t play it, I don’t know why. I regret that more than 43.

192 is white move. Anyway, no, i m still on that 43 side

1 Like

193, my bad.

Consider that fight you put at the bottom. Figure back what you wanted and what result you got. AI suggestions are quite clear there you can use them. As a first step, you have to figure what happened there then we can discuss other choices This is where this game went out of control.

1 Like

Well since you asked so nicely :rofl:, here goes:

Mind you, I am far from a pro player, and am actually a bit rusty as I have not played much for a while, but here are my ideas to consider for future (not to take as universal truths).

Generally speaking, I would not say you have made too many big mistakes, but rather that a number of smaller mistakes added up.

I generally liked your direction of play (until late in the game), but what seemed the most prevalent issue to me, was one of shape. Not sure how much you have encountered the idea of shape yet, but to sum it up for you (or other players that might be reading this):

  • Generally speaking, most humans only read a few moves ahead, if that. We (as in amateur players) are not capable of visualizing multiple branching paths of several moves…
  • That means that while we try to chose a certain direction in which the game will evolve for us, we are rarely completely sure about what moves EXACTLY will form this future
  • To combat this uncertainty and create better chances for us in the future we often place the stones (roughly in the direction we want) to form certain shapes that we know from experience are easy to connect later/form strong connection/have potential to create eyes/etc. Depending on what we expect from the group.

A lot of times in your game I thought the idea was good, but you chose unsafe connections, etc to fulfill these ideas which is why it eventually fell apart a bit.

At the beginning it also seemed you were a bit reluctant to abandon a few stones and adapt, though it might have been something else. So just for the record, some stones are expendable :stuck_out_tongue:

4 Likes

Thank you :slight_smile:

In case you were wondering about some resources:

A while ago I made this VERY BASIC introduction to shapes:

If you preffer books this one is <3

And this is almost a legendary lecture everyone always recommended, but I never saw because it seemed too long and has bad audio (yes, I am spoiled) :smiley: But I am sure there must be something to it.

12 Likes

Here.

===============================
GPG Cheat sheet


A small guide to little things

Create a key

::

gpg --gen-key

Sign a file

::

gpg -u {KEY_ID} --clearsign <file_name>

Move a key-pair privately

  1. export the public and private keys and encrypt the pair::

    gpg --output - --export-secret-key {KEY_ID} | cat <(gpg --output - --export {KEY_ID}) - | gpg --armor --output keys.asc --symmetric --cipher-algo AES256

#. move the file (keys.asc) to the other computer.

#. import the key on the other computer::

gpg --no-use-agent --output - keys.asc | gpg --import

#. shred the file for good measure::

shred -n 3 -u keys.asc

Thanks to Dark Otter

:source: http://montemazuma.wordpress.com/2010/03/01/moving-a-gpg-key-privately/

Encrypt a file

::

gpg --output out.gpg --encrypt --recipient paul@example.com input

GPG a directory

Encrypt::

tar cfz - this/ | gpg --armor --output files.asc --symmetric --cipher-algo AES256

Decrypt::

gpg --no-use-agent --output - files.asc | tar xzf -

I must be missing something … This is relevant to this thread because?

2 Likes

I think it’s about as relevant to the thread as the message of the original poster is relevant to the subject of the forum thread.

New trick for gaining attention for a review request.
Wonder what Gia will think of for the next review request.

How about?

The world is flat

and so ...

is a go board, so pls review this game.

1 Like

thx for the tips


-----BEGIN PGP PUBLIC KEY BLOCK-----

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
GiZuLOAILEC4DojKdI42fIU=
=8S7w
-----END PGP PUBLIC KEY BLOCK-----
4 Likes

I thought most people agree with this though. Not like “ogs bad”

2 Likes

No idea what this is telling me, but the link is dead.

Try man gpg instead, those docs are pretty reliable

1 Like

Thanks. I think I have a slightly better idea what it’s all about now, although I’ve never bothered to find out the details of how public key encryption works. I wonder if there was any particular reason for the post? Should I now be worried about security when using (“bad”?) OGS?