💾 Archived View for bbs.geminispace.org › u › stack › 21107 captured on 2024-12-17 at 15:19:49. Gemini links have been rewritten to link to archived content
-=-=-=-=-=-=-
Looking good
Oct 21 · 8 weeks ago
🚀 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".
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.
Crossword — I just hacked together a simple Gemini UI for solving crosswords. Any thoughts on how readable and usable it is?