๐พ Archived View for bbs.geminispace.org โบ u โบ mbays โบ 21147 captured on 2024-12-17 at 15:56:15. Gemini links have been rewritten to link to archived content
-=-=-=-=-=-=-
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.)
Oct 22 ยท 8 weeks ago
๐ฅ๏ธ 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.
Crossword โ I just hacked together a simple Gemini UI for solving crosswords. Any thoughts on how readable and usable it is?