Bookish. it's like redactle but for books. beta testing / bugs etc

Message Bookmarked
Bookmark Removed
Not all messages are displayed: show all messages (181 of them)

scrolling to words is less easy, because there are multiple hits. you can scroll to a tagged element, i think, but there may be many tagged elements. i can make it scroll to the first one, will have to think about the rest. (it is one of the redactle features i like)

koogs, Sunday, 5 June 2022 18:59 (one year ago) link

i've been adding a few more texts for the future but i keep coming across things i've not thought about - foreign letters, poems, hex-encoded entities.

koogs, Sunday, 5 June 2022 19:10 (one year ago) link

Got bookish #1 (I think?) in 3!

Tim, Sunday, 5 June 2022 19:34 (one year ago) link

oh, the one thing i forgot is to say which game was being played...

(the files are dated, games/20220605.js etc and it injects the relevant one which in turn sets 3 variables. gets around CORS and works with local files and servers)

if you look at http://www.koogy.clara.co.uk/bookish/games.html you can play older games.

need to look into zipping those files, they are about 10x bigger than i was expecting.

koogs, Sunday, 5 June 2022 19:45 (one year ago) link

I'm much more likely to play this than Redactle - good fun, even though it took me lots of guesses!

Jaq, Sunday, 5 June 2022 20:08 (one year ago) link

have added a game indicator.

given that this is all flat files, i wonder if i can get it to run from github pages, would save me having to ftp to my personal site.

koogs, Sunday, 5 June 2022 20:13 (one year ago) link

This was fun - thanks and well made!

I felt totally at sea trying to guess the words, to be honest - I was picking away at common words but still not forming any idea of themes or useful avenues to take further guesses in. I got there from a lucky bolt of inspiration regarding the lengths of what looked like (and was) the author's name, so removing/fudging the lengths would have totally screwed me, which is possibly fair but might also leave me totally without a way in, so I'm not sure how I feel about that!

Seconding Leee's suggestion that the way you can click on a successfully guessed word in Redactle and be taken to successive occurrences of it is very useful. No, I have no idea how that works; sorry if it's a lot of work...

a passing spacecadet, Sunday, 5 June 2022 22:55 (one year ago) link

looked excitedly just now to see if it's changed over automatically but it's not gone midnight UTC so it's still the same puzzle

can think of several ways of doing the redacting, some of which make counting impossible, some of which make it easier (in fact looking just now on the phone you can see the individual blocks). maybe have this as a choice.

there's a scrollintoview method on html now which will make highlighting easier, i think. just need to give each highlight a separate id...

and the game files are ~20k each or 50 to a megabyte so I'm not sure why I'm worried. will probably run out of books before space

apostrophes, how are they? currently you have to guess them, so you have to type "don't" or it won't match. one of the puzzles has one in the title. the alternative is ?????'? everywhere and having to guess s or t or ve separately which was worse. Gutenberg uses rsquo (right single quote) for them all which i have to change to ' manually, which is a pain (especially when there are proper lsquo / rsquo pairs in the file too)

koogs, Sunday, 5 June 2022 23:58 (one year ago) link

i didn't get yesterday's (the secret garden), i've read it at least twice but nearly 40 years ago! i guess the author names was probably a big hint but i couldn't think of any to match. struggling with today's too! i wonder what a good strategy is, i'm just typing in loads of common words...

buffalo tomozzarella (ledge), Monday, 6 June 2022 08:09 (one year ago) link

yeah, the standard full block character is wide so it tends to look larger. i'm trying to think of a way to make the blocks uncountable, maybe by making them images and maybe by making them word length +/- 1

don't obfuscate word length, it's a helpful tactic! does redactle use smaller blocks? it's definitely confusing when a huge looking word turns out to be four letters long.

buffalo tomozzarella (ledge), Monday, 6 June 2022 08:10 (one year ago) link

just got today's in 79 - saw what looked like a two letter character name and entered the first that came into my head, which was enough to give it away.

buffalo tomozzarella (ledge), Monday, 6 June 2022 08:13 (one year ago) link

> in 79

it does seem harder, except when the titles and authors are obvious - #### #### = moby dick, obv. maybe a middle way would be to obfuscate the titles, leave the rest alone.

i checked the block width and 20 blocks was as long as
123456780123456789012345
so 25% wider. i think i can change the letter spacing or use black on black letters rather than blocks.

koogs, Monday, 6 June 2022 08:32 (one year ago) link

just got bitten by the apostrophe as separate & redacted character for 20220601 - also it hasn't given me the win after guessing the full title.

buffalo tomozzarella (ledge), Monday, 6 June 2022 08:51 (one year ago) link

20220602 was quite fun, working out the style of narration and getting it from there - still took about 70.

buffalo tomozzarella (ledge), Monday, 6 June 2022 09:08 (one year ago) link

plans for storing state? i've lost progress a couple of times by accidentally pressing 'back'.

buffalo tomozzarella (ledge), Monday, 6 June 2022 09:09 (one year ago) link

Couple of thoughts. Be able to click on words you’ve successfully guessed rather than having to scroll through the page.

Secondly don’t know what I did but it cleared and reset my guesses. Fairly sure I didn’t hit back.

I didn’t solve it, but is it just the title or title and author?

Dan Worsley, Monday, 6 June 2022 10:39 (one year ago) link

> plans for storing state?

save points are for wimps. (i will try and add a warning about navigating away, that might be easiest. cookies probably require sending something and currrently it just updates the current page, doesn't re-request anything)

dan, jump to highlights is tonight's coding task, i think i have a way.

yeah, just the title. but i may've messed up and included a reserved word in the title which it won't let you guess and if you can't guess it it then you can't win, as ledge has pointed out. (but i thought i'd tested all the games?)

koogs, Monday, 6 June 2022 11:02 (one year ago) link

ha, yes, 20220601, it's not the apostrophe, it's the 'in'. i have plans to sort that (and save myself having to specify the title separately from the text - by parsing the h1 contents)

koogs, Monday, 6 June 2022 11:05 (one year ago) link

have fixed 20220601, although getting your browser to pick up the new file is surprisingly hard

koogs, Monday, 6 June 2022 12:51 (one year ago) link

Got this one in two - the two it took to type in the title. Mainly because of guessing the author's name - a three-letter middle name isn't that common, so Louisa May Alcott came to mind right away, and then it was just a matter of counting letters.

Lily Dale, Monday, 6 June 2022 18:08 (one year ago) link

oops sorry

Lily Dale, Monday, 6 June 2022 18:08 (one year ago) link

was obviously supposed to be spoiler tagged, sorry about that

Lily Dale, Monday, 6 June 2022 18:09 (one year ago) link

it's now mostly scrolling to highlight.

it needs to highlight both the current highlight and the related guess but that's harder than it sounds - because it means de-highlighting the previous value.

also realised that you can guess empty strings... 8(

0610 has 'façade' in it. do i dumb it down? would be unguessable otherwise, unless you type in the cedilla...

koogs, Monday, 6 June 2022 19:25 (one year ago) link

Fixed your spoiler tags, LD.

mod, Monday, 6 June 2022 19:27 (one year ago) link

- stopped the empty guesses.
- changed the redacted squares.
- now warns when you try and navigate away.
- title is now calculated from the contents of the h1 tag, which saves me a job and lessens the mistakes.
- added ghost text in input box
- introduced new harder-to-fix problems...

koogs, Monday, 6 June 2022 21:05 (one year ago) link

I didn't get today's despite getting about half the words including the first word of the title. I like the numbering redacted squares on highlight though!

dear confusion the catastrophe waitress (ledge), Tuesday, 7 June 2022 17:16 (one year ago) link

pure accident. i was hoping they wouldn't show (they are less clear on mac firefox i noticed)

yes, hard one today, not something i've read myself. and not one of the author's best known works. (or maybe it is, it's in the PG top 75 downloads at least.)

i noticed that there's no ?s in the text...

koogs, Tuesday, 7 June 2022 18:44 (one year ago) link

ok, not so much time tonight but... some changes:

entering 'answer please' as a guess will reveal the answer

now scrolls to the top when you win (whereas it used to scroll to the first instance of the new guess which was always the title, cutting off the WINNER message) ((i need to turn that off generally, it's not correct))

sets focus to textbox on load

koogs, Tuesday, 7 June 2022 20:38 (one year ago) link

#20220608 in 4, my first perfect :)

dear confusion the catastrophe waitress (ledge), Wednesday, 8 June 2022 07:56 (one year ago) link

Are the guesses case sensitive? I assume so as title only accepted it when capitalised.

Dan Worsley, Wednesday, 8 June 2022 07:59 (one year ago) link

not for me.

dear confusion the catastrophe waitress (ledge), Wednesday, 8 June 2022 08:02 (one year ago) link

no, everything goes through tolowercase before matching to catch words in titles and at the starts of lines

koogs, Wednesday, 8 June 2022 08:11 (one year ago) link

btw yesterday's was The Happy Prince by Oscar Wilde which is a short story - that was the entire thing iirc

koogs, Wednesday, 8 June 2022 08:24 (one year ago) link

not so obvious today. and again something i haven't read.

spent yesterday evening trying to get the layout better but despite my efforts it's still about 105% the size of the screen and things move about in bad ways. i wonder if it's whitespace after the divs?

also fixed ampersands and converted a couple more books into games. getting to the point where it needs a refactor though.

koogs, Thursday, 9 June 2022 06:44 (one year ago) link

#20220609 372 guesses! The era and location were pretty clear long before that so if I'd given more thought to possible authors I might have got it a lot sooner.

dear confusion the catastrophe waitress (ledge), Thursday, 9 June 2022 08:59 (one year ago) link

it's kinda of annoying that i don't get to try and solve them myself.

maybe when i've added a few more i'll be able to go back and do random backissues and not remember them.

koogs, Thursday, 9 June 2022 09:06 (one year ago) link

more damage today. oh well.

did a noddy, dynamic Previous page, which should update daily - http://www.koogy.clara.co.uk/bookish/previous.html

surprisingly it wasn't much code because the data class is clever enough to know that date - 10 is the previous month (although date - 0 is yesterday, somehow). uses a *string* compare to make sure it doesn't go back beyond 20220601, which is lol.

koogs, Thursday, 9 June 2022 21:17 (one year ago) link

Fun one today, got it in 70.

dear confusion the catastrophe waitress (ledge), Friday, 10 June 2022 07:50 (one year ago) link

Got it in the end, 217 guesses. Unlike Redactle, where you can try topics (book, country, animal etc) finding it a lot more difficult to narrow these down. Would like to see a lot of the two letter words (it, to, by….) filled in already.

Dan Worsley, Friday, 10 June 2022 09:19 (one year ago) link

yeah my first 20 or more guesses are usually pretty much the same - all two letter words, pronouns, is/can/have & conjugations, there, then, say, said, why where who etc...

dear confusion the catastrophe waitress (ledge), Friday, 10 June 2022 09:59 (one year ago) link

i was worried they would make the titles too obvious too often. but i could easily add some more. might do some analysis this weekend. (plan is to define enough games to fill out the rest of the month and then i can use that set as input)

koogs, Friday, 10 June 2022 10:23 (one year ago) link

227 today, cheated in the end when I got a half completed sentence. Would never have got it otherwise as I didn’t know the book or the author.

Dan Worsley, Saturday, 11 June 2022 08:47 (one year ago) link

these are all still from the top 75 downloads at project Gutenberg. yes, one i haven't read, but, oddly it was mentioned in the podcast i was listening to this morning.

koogs, Saturday, 11 June 2022 09:36 (one year ago) link

I got the authors name straight away, struggling to remember the title.

dear confusion the catastrophe waitress (ledge), Saturday, 11 June 2022 11:38 (one year ago) link

I remembered. definitely an odd entry for the top 75 and not one you could work out if you didn't know it.

dear confusion the catastrophe waitress (ledge), Saturday, 11 June 2022 13:16 (one year ago) link

the weekly top 100 or so can be a bit faddish, i find. and there are some obvious things that aren't in it.

anyway, i have another 20 games ready to go, another 20 or so downloaded and awaiting editing. another 20 things on my want-to-read list 8(

koogs, Saturday, 11 June 2022 15:53 (one year ago) link


1 6373 the
2 3757 and
3 3144 of
4 2730 to
5 2633 a
6 1876 in
7 1773 i
8 1523 he
9 1483 was
10 1358 it
11 1320 that
12 881 his
13 874 with
14 871 for
15 853 as
16 832 is
17 781 had
18 772 you
19 764 not
20 698 at
21 683 but
22 664 on
23 577 be
24 569 all
25 564 we
26 548 her
27 536 have
28 520 my
29 491 they
30 468 by
31 457 there
32 453 she
33 450 him
34 442 so
35 437 which
36 427 this
37 426 me
38 397 one
39 392 from
40 388 were
41 383 said
42 359 no
43 352 are
44 344 or
45 326 when
46 325 out
47 323 would
48 310 what
49 305 who
50 301 them

again i'm thinking about difficulty levels... top 45 for easy mode, 30 for medium, 15 for hard...

koogs, Sunday, 12 June 2022 12:41 (one year ago) link

yeah Carmilla, i guess the easy way in was the author's name, which is quite odd given the 4 words.

today's is easier

koogs, Sunday, 12 June 2022 12:43 (one year ago) link

I got today's in 7 after rattling off some two letter words without thinking, should've been a bit sharper.

dear confusion the catastrophe waitress (ledge), Sunday, 12 June 2022 12:48 (one year ago) link

> today's is easier

especially with the 30 free words now. 8(

koogs, Sunday, 12 June 2022 12:53 (one year ago) link

Today's is a game of guess the title even when you've guessed the title.

dear confusion the catastrophe waitress (ledge), Thursday, 21 July 2022 07:17 (one year ago) link

Well ok it wasn't that hard.

dear confusion the catastrophe waitress (ledge), Thursday, 21 July 2022 07:20 (one year ago) link

yeah, again made harder by hidden punctuation (c/f redactle unlimited where often 's' is a word because it splits on apostrophes). damned if you do, damned if you don't, really

and this way i can maybe use the later books as more games. or are they too obscure?


2.1 Volume One: Swann's Way
2.2 Volume Two: In the Shadow of Young Girls in Flower
2.3 Volume Three: The Guermantes Way
2.4 Volume Four: Sodom and Gomorrah
2.5 Volume Five: The Prisoner
2.6 Volume Six: The Fugitive
2.7 Volume Seven: Time Regained

not gonna happen...

koogs, Thursday, 21 July 2022 07:34 (one year ago) link

yeah I only got it because of the famous opening line.

dear confusion the catastrophe waitress (ledge), Thursday, 21 July 2022 09:25 (one year ago) link

tbh, it is the only part i've downloaded. and three years later i haven't started it...

koogs, Thursday, 21 July 2022 11:48 (one year ago) link

two weeks pass...

I never knew that book had that subtitle (or was written like that) so I didn't get today's. Though I've just realised the first word is one of the words I usually always guess, and didn't today. Is it children's book week or something? Two E Nesbitts then this.

dear confusion the catastrophe waitress (ledge), Wednesday, 10 August 2022 08:13 (one year ago) link

children's book 12-days iirc, in honour of school holidays (and because it gives me ideas of books to convert - after 2.5 months i'm struggling to think of suitably well-known things). pity about the nesbitts though, i'd've spread them out a bit if i'd noticed

koogs, Wednesday, 10 August 2022 08:23 (one year ago) link

i think there's some leeway on sub-titles because wikipedia has an even longer one

koogs, Wednesday, 10 August 2022 08:27 (one year ago) link

wait... autobiography? that'd need a large keyboard...

koogs, Wednesday, 10 August 2022 08:27 (one year ago) link

quill pen stuck in hoof surely

dear confusion the catastrophe waitress (ledge), Wednesday, 10 August 2022 09:15 (one year ago) link

the first editon cover page on wikipedia included another revelation that didn't make it into the PG version

koogs, Wednesday, 10 August 2022 10:12 (one year ago) link

three weeks pass...

new theme starts today. there's a curious part of project gutenberg that is a bit more contemporary and so this is taken from those.

i think that's > 100 i've done now and i'm really struggling for new ideas. that said, i can always revisit the old ones and choose different excerpts.

koogs, Tuesday, 6 September 2022 09:20 (one year ago) link

it also looks like i missed an hr tag 8(

koogs, Tuesday, 6 September 2022 09:42 (one year ago) link

How do you put possessive nouns in e.g. David's struggling to work out how to do that.

Dan Worsley, Tuesday, 6 September 2022 10:03 (one year ago) link

Haven't played in a while, holidays etc. Never heard of todays, nevertheless had no clue after 400 guesses that is wasSF.

ledge, Tuesday, 6 September 2022 10:06 (one year ago) link

> David's

apostrophe's were a problem because where they are used 'for quoted speech' they should appear unredacted but if i do that for "they're" or "david's" or whatever then it would split the word into two, meaning that "re" and "s" would be words. (redactle-unlimited does this, i don't like it)

the compromise was to use smart quotes, 6s / 9s, lsquo / rsquo, ‘ / ’ for quotes that i wanted in the text, straight quotes for the others. meaning you need to include the ' in your guess for things like "David's" and "they're"

but this is something that i have to do manually and i make mistakes. is there a specific example you are struggling with?

koogs, Tuesday, 6 September 2022 11:42 (one year ago) link

re the theme yeah, there seems to be a copyright loophole in that a lot of short stories previous published in Astounding or other pulpy mags from the 40s and 50s are public domain, wheras normally you'd see nothing after 1924. search for SF in gutenberg and you see *lots* of these, incl some very big names, alongside the hg wells and stuff. i've basically picked the most obvious of these for 10 or so authors, avoiding stuff that had unguessable stuff in the title, like "Thuvia, Maid of Mars"

koogs, Tuesday, 6 September 2022 11:54 (one year ago) link

It was the one a few days ago, got the title but couldn't input it. Forgotten what it was called.

Dan Worsley, Tuesday, 6 September 2022 13:51 (one year ago) link

https://acdean.github.io/bookish/index.html?0902 has an apostrophe in the title and seems to work ok. it's lady audley's secret

koogs, Tuesday, 6 September 2022 14:37 (one year ago) link

That's the one I couldn't complete, odd.

Dan Worsley, Tuesday, 6 September 2022 15:08 (one year ago) link

text seems small today. i don't know why

koogs, Thursday, 8 September 2022 18:40 (one year ago) link

Haven't got any of these batch, have scarcely heard of them let alone read them. Wonder if I'll have some luck with today's after revealing 12 Rocket ____! ___ __ Rocket _____! Rocket ________! Rocket ____! Rocket ________ for the ____-___! Rocket, Rocket, Rocket! ___!”

ledge, Thursday, 15 September 2022 08:19 (one year ago) link

https://www.ebooknetworking.net/books_detail-084873646X.html

(^ jokes)

turns out it's not the one in martian chronicles, just shares a name with it

(^ spoiler)

i've read a few of these. i think the first thing i did when i got the kobo was to look for free SF on PG

koogs, Thursday, 15 September 2022 11:16 (one year ago) link

I cheated. And then read it - not one for the ages.

ledge, Thursday, 15 September 2022 11:20 (one year ago) link

first non-gutenberg book tomorrow. am surprised they didn't have a copy, but i found one somewhere else.

prompted me to make some more changes to index.html - minimal instructions.

koogs, Sunday, 18 September 2022 13:04 (one year ago) link

I’ve got the title today I think, The Death of Ivan Ilyich but won’t take the last word. Any idea what I’m doing wrong.

Dan Worsley, Monday, 19 September 2022 11:58 (one year ago) link

i did notice variations in the spelling when i was trying to find a copy, mine has an extra t in it (the letter count would be a clue)

koogs, Monday, 19 September 2022 12:02 (one year ago) link

That makes sense, I did wonder if the spelling was wrong. Interestingly Wikipedia doesn’t suggest an alternative spelling.

Dan Worsley, Monday, 19 September 2022 12:48 (one year ago) link

it's the public domain translation from 1900 or so by Constance Barnett so it might be that. it's all over archive.org (albeit as scans)

koogs, Monday, 19 September 2022 13:46 (one year ago) link

two weeks pass...

got todays in three, (typed the title as one word instead of two), very memorable opening line.

ledge, Tuesday, 4 October 2022 07:54 (one year ago) link

i was surprised but that's how it is.

https://github.com/acdean/all_the_year_round/blob/master/atyr_1866_mugby_junction/1866_mugby_junction.txt

line 3109... that said, the toc has it as one word

koogs, Tuesday, 4 October 2022 12:32 (one year ago) link

oh, that's more spoiler-y than i imagined

koogs, Tuesday, 4 October 2022 12:32 (one year ago) link

Comes up as "something's gone wrong" for me today.

emil.y, Saturday, 8 October 2022 13:40 (one year ago) link

um, you might've run out. I've been putting them up only a few days in advance and whilst the laptop does have 1008 on it i may not have uploaded it.

koogs, Saturday, 8 October 2022 13:43 (one year ago) link

yeah, was exactly that. pushed now...

koogs, Saturday, 8 October 2022 14:12 (one year ago) link

Ah cool! I got it straight away but I think it might be one of those ones where the punctuation messes with it realising that you completed the title.

No worries if this is a project you don't want to be tied to forever, but I will say that I play daily and enjoy it a lot.

emil.y, Saturday, 8 October 2022 14:35 (one year ago) link

oh, you are right

i've typed in all the words in the title and it's still saying i have the following left to type:


Array [ "", "" ]

so, yes, a genuine bug (and i should've checked that). i do wonder if the other bug report from above is apple converting an input ' to the curly version, because i couldn't reproduce. but this isn't that.

october's theme has helped with any ennui i may've had given that i have more ideas than i have days. but, yeah, that's 130 i've done now...

koogs, Saturday, 8 October 2022 16:11 (one year ago) link

bug fixed - the opening and ending quotes confused it. the fix is to not add empty words to the title words list.

koogs, Saturday, 8 October 2022 16:19 (one year ago) link

three weeks pass...

rats, i thought i'd done up to the end of the month but there's a hole on the 28th -31st.

i've added one for today and 1101 - 1103, will try fill the gap appropriately later. (all october was horror stories of some stripe or other, including an entire week of vampire stories)

koogs, Monday, 31 October 2022 18:11 (one year ago) link

one month passes...

calamity. did a bunch of new games the other day and didn't push them so it's been broken the last week.

and i checked the 'previous games' page and there was a bug - using "+" to concat two numbers added them instead (which i didn't see when i wrote it because of the way i padded single digit mm and dd numbers which converted them to strings)

koogs, Wednesday, 21 December 2022 18:33 (one year ago) link

four months pass...

All the recent games come up "Something has gone wrong..."

INDEPENDENTS DAY BY STEVEN SPILBERG (President Keyes), Friday, 12 May 2023 13:55 (eleven months ago) link

yeah, i ran out of books / enthusiasm. there are about 10 month's-worth, so anything from 0601 to 1231 and 0101 to 03xx will work.

ie

https://acdean.github.io/bookish/index.html?0328

koogs, Friday, 12 May 2023 14:34 (eleven months ago) link

(0404 is the latest)

koogs, Friday, 12 May 2023 14:37 (eleven months ago) link

https://acdean.github.io/bookish/

ok, tidied that up now - if it can't find a game for 'today' then it'll link to the new archive page that lists all available games so you can choose.

if anyone has ideas for books to add then let me know. (the full list of 306 (spoilers!) is at https://acdean.github.io/bookish/titles.txt)

koogs, Sunday, 14 May 2023 13:49 (eleven months ago) link


You must be logged in to post. Please either login here, or if you are not registered, you may register here.