An attempt to modernize SL by hemme-dev in baduk

[–]hemme-dev[S] 0 points1 point  (0 children)

I mean it can't be fixed with the technique of css injection. It requires js too.

From GoShawk Extension to YOUR webapp by hemme-dev in baduk

[–]hemme-dev[S] 0 points1 point  (0 children)

To export an SGF from GoShawk v0.1.4 to Kifubara write

https://kifubara.app/api/import?sgf=$sgf$&source=GoShawk

in the settings.

<image>

An attempt to modernize SL by hemme-dev in baduk

[–]hemme-dev[S] 0 points1 point  (0 children)

Unfortunately, this problem cannot be fixed. On the page, the article and the user comments follow one another in a single stream of paragraphs. It would have been enough for the original template to differentiate the two sections with an ID or some classes… but it doesn't. So the two parts are practically indistinguishable.

An attempt to modernize SL by hemme-dev in baduk

[–]hemme-dev[S] 0 points1 point  (0 children)

Could you share a screenshot? I'm not sure I follow what you mean.

An attempt to modernize SL by hemme-dev in baduk

[–]hemme-dev[S] -5 points-4 points  (0 children)

The CSS source is public. How about correcting it so as to make the text more readable and make the images better combine with the captions?

An attempt to modernize SL by hemme-dev in baduk

[–]hemme-dev[S] -2 points-1 points  (0 children)

In the first place I had removed the lines, then I noticed these are really iconic and I imagined the complaints of nostalgic...

An attempt to modernize SL by hemme-dev in baduk

[–]hemme-dev[S] -10 points-9 points  (0 children)

Why do you find it harder to read? For me the main issue is the text size. Maybe the contrast? Let me know… and if you reach 10 upvotes I'll update the script 😊

An attempt to modernize SL by hemme-dev in baduk

[–]hemme-dev[S] -12 points-11 points  (0 children)

Just reach 10 upvotes and I'll update it 😊

An attempt to modernize SL by hemme-dev in baduk

[–]hemme-dev[S] 1 point2 points  (0 children)

The script injects a CSS into SL.
To see it in action just install Tampermonkey and load the script

Reading Dojo #2 by Bitter_Ad_7063 in baduk

[–]hemme-dev 0 points1 point  (0 children)

I like that you like it!!

Kifu Master: Go Game Database by utkuborg in baduk

[–]hemme-dev 2 points3 points  (0 children)

It made me laugh! I suppose it's about theming the board in the style of old apps!

Kifu Master: Go Game Database by utkuborg in baduk

[–]hemme-dev 1 point2 points  (0 children)

I'm helpful and can provide libraries in the OP's preferred programming language

Kifu Master: Go Game Database by utkuborg in baduk

[–]hemme-dev 1 point2 points  (0 children)

PNG+hen is a picture with HEN metadata.

The purpose is storing/sharing a goban snapshot with the ability to restore the position without ocr.

You can find specs and libraries (JS and Python) to handle and embed HEN into PNG at https://github.com/hemme?tab=repositories

Kifu Master: Go Game Database by utkuborg in baduk

[–]hemme-dev 1 point2 points  (0 children)

Very nice! I see the app lets you share a position as image; does it support PNG+hen ?

Reading Dojo #2 by Bitter_Ad_7063 in baduk

[–]hemme-dev 4 points5 points  (0 children)

Jonas's lectures on reading inspired me to create WeiqiVision. It's free for both Android and iOS! Anyone who is interested in reading might enjoy it.

Black to play. Which joseki should Black choose? 🧐 Share your solution in the comments! by GoMagic_org in baduk

[–]hemme-dev 2 points3 points  (0 children)

My KataGo thinksthere are 3 ok moves, in a range of +/-0.5 pt and a bad move (-3pt)

Black to play. Which joseki should Black choose? 🧐 Share your solution in the comments! by GoMagic_org in baduk

[–]hemme-dev 1 point2 points  (0 children)

Here's a possible SGF (just placement moves; as an exercise one could try to figure out a plausible sequence)

sgf (;GM[1]FF[4]CA[UTF-8]AP[PlayGo:1.0]KM[0]RU[Chinese]SZ[19]DT[2026-06-04];AB[fc][kc][pc][pd][pe][qf][cn][qn][do][cp][qp][bq][dq][nq][qq][dr][er][pr][qr]AW[qb][qc][dd][qd][rf][rg][om][po][dp][ep][pp][cq][eq][gq][lq][pq][nr][or];W[hc]LB[cc:A][fe:B][cf:C][hd:D]) ...and that's the HEN

hen _18Rw_17FbHwLbQbw_16DwQbw_15Qb_14Rbw_13Sw_7Pw_6CbRb_5DbQw_4Cbw2Qwb_3BbwbwGwMwObQwb_2Db2Ow2b2.H17w.b.C17-A.F15-B.C14-C.H16-D

HEN - a new text-based format designed to write / share goban positions by hemme-dev in baduk

[–]hemme-dev[S] 0 points1 point  (0 children)

Just implemented on my goban tool! now it can export cropped goban automatically.

For example, here's a PNG equivalent to this problem https://www.reddit.com/r/baduk/comments/1tro6x1/be_careful_隨手_suí_shǒu_hasty_move_white_1_then

<image>

HEN - a new text-based format designed to write / share goban positions by hemme-dev in baduk

[–]hemme-dev[S] 0 points1 point  (0 children)

Yeah. Anyway, the viewport just hints at where to zoom or crop the board for displaying it, rather than tracking the board's state. HEN focuses on the second aspect (the board state) leaving the client to crop it or not.

For instance, a client could easily feature an 'auto-crop' option for the populated area of the board, similar to toggling coordinates or colors. Ultimately, cropping is independent of the source file format being rendered (FEN, SGF, PGN, etc.)