💾 Archived View for bbs.geminispace.org â€ē u â€ē mbays â€ē 21029 captured on 2024-12-17 at 15:10:55. Gemini links have been rewritten to link to archived content

View Raw

More Information

-=-=-=-=-=-=-

Crossword

I just hacked together a simple Gemini UI for solving crosswords. Any thoughts on how readable and usable it is?

Crossword

🚀 mbays

Oct 20 · 8 weeks ago · 👍 skyjake, stack, dragfyre, soweli-iki

20 Comments ↓

đŸ–Ĩī¸ mrrobinhood5 ¡ Oct 20 at 14:39:

this is great. it's hard to read and lineup the words, but I'm not sure what it would look like with cell borders using | and _.

🚀 mbays [OP] · Oct 20 at 15:31:

@mrrobinhood5 I don't want to waste any lines, but I have now added '|' at the sides. I also spaced things out horizontally, which I think makes it quite a bit more readable. (To see the new version, you'll have to start a new session either by using a new client cert or quitting the current session)

☯ī¸ dragfyre ¡ Oct 20 at 16:20:

pretty good! one thing - for some reason that I couldn't figure out, some guessdd letters disappeared on me, and reverted back to *'s.

🚀 mbays [OP] · Oct 20 at 16:57:

@dragfyre Entering non-alphabetic characters in an answer (e.g. spaces) will reset those characters to '*'.

đŸ–Ĩī¸ mrrobinhood5 ¡ Oct 20 at 16:58:

@mbays that's the one! much nicer and cleaner, everything aligns and is easier on the eyes.

🚀 stack · Oct 20 at 22:58:

It is surprizingly workable!

Personally I find the border lines jarring. Maybe dimmer lines or the round-corner unicode border is worth the slight hassle.

Good job!

P.S. I really miss the ability to split the view-- something we could do in the 90's, for god's sakes!

🚀 mbays [OP] · Oct 20 at 23:29:

@stack Thanks, I'm surprised how playable it is too. I dropped the side bars. I also now have some scraping working, so there may even be multiple crosswords to play. What do you mean by "split the view"?

🚀 stack · Oct 20 at 23:53:

Having thought about it, I think it will look off-kilter without some framing, and I will again strongly recommend a full frame with rounded corners, dim/gray.

I was lamenting the inability to split the screen/window into two separately-scrollable and zoomable views, so I can see the puzzle and scroll the clues. Something Windows 95 could do but for some reason I can no longer do. Am I the only person who always wants to do that?

🕹ī¸ skyjake [...] ¡ Oct 21 at 04:05:

@stack Lagrange has supported split views since v1.4, and multiple windows since v1.11. Having the grid on the side in a split or window works well here.

The caveats are that on the phone the feature is disabled due to lack of space, and the same zoom level applies to all windows/tabs/splits.

☯ī¸ johano ¡ Oct 21 at 04:07:

I like it! one thing, it didn't seem to recognize when I had completed the puzzle...

đŸ–Ĩī¸ mrrobinhood5 ¡ Oct 21 at 04:18:

nice changes. maybe add ability to clear the whole word with an empty reply?

🚀 stack · Oct 21 at 23:38:

Looking good

🚀 mbays [OP] · Oct 21 at 23:47:

@johano Now you can check your solution once you're finished (or even earlier). I also added a box-drawing character border for stack, and it should now update each day to the latest Guardian Quick crossword (quit and restart to start the latest puzzle). One day I may add selection between multiple crosswords and saving partial solved states of them.

☯ī¸ dragfyre ¡ Oct 22 at 01:09:

@mbays nice! bookmarked.

☯ī¸ dragfyre ¡ Oct 22 at 05:08:

Got an "incomplete header" error just now after checking my correct answer and quitting. oops

🚀 mbays [OP] · Oct 22 at 23:34:

A slightly interesting point of copyright arises here. The way this works, I scrape the Guardian's website to obtain the day's crossword. IIUC, when my computer then presents the crossword to a user, I am redistributing it without permission, violating the Guardian's copyright. However, an analogous javascript-based system on the web could have the user download the information directly from the Guardian and do all processing on the user's machine, with no redistribution involved. So this seems to be a case where client-side vs server-side processing makes a crucial difference for copyright. (If anyone can see a reason why what I'm doing is actually permitted, I'd like to hear it! I assume the Guardian's crossword setters wouldn't actually object, and that there's no real chance of their lawyers coming after me, but still.)

đŸ–Ĩī¸ mrrobinhood5 ¡ Oct 23 at 00:11:

— https://github.com/doshea/nyt_crosswords

Why don't you just use an API or a GitHub repo?

Also you're not using for commercial gain, do maybe fair use for educational purposes?

🚀 mbays [OP] · Oct 23 at 09:26:

@mrrobinhood5 Thanks, I didn't know about the nyt_crosswords. Maybe I'll add them at some point. But they seem to have a lot of US-specific clues, so I'm not interested in solving them myself... the real point of this project was just to give myself a nice interface for solving the Guardian crosswords, I'm making it public only because I'm nice like that. ;) I don't know if taking the whole crossword rather than a snippet can count as "fair use".

☕ī¸ johan ¡ Oct 28 at 20:09:

thanks a lot for this, works like a charm and has me hooked :)

🚀 mbays [OP] · Oct 30 at 22:59:

@johan Thanks, that's nice to hear! @mrrobinhood5 I added a shortcut '#' to erase a clue, as well as a more useful version '|' which preserves letters from cross-clues. See the new help page for more.