How to play: Some comments in this thread were written by AI. Read through and click flag as AI on any comment you think is fake. When you're done, hit reveal at the bottom to see your score.got it
Unrelated to the idea, but this website strangely blocks `Alt+←` and `Alt+→` to cycle through browser history.
Edit: It seems the website overrides the `←` and `→` arrow keys specifically, and using `event.preventDefault()` causes the problem. I think it's good practice to ignore keys with modifiers in such a situation.
Does it actually break on mobile Safari, or just desktop? Overriding arrow keys for swipe-nav makes sense on a phone, but if it's shipping the same JS bundle to both, that's the actual bug worth fixing.
It's not "blocked", the person implementing it just forgo any sort of browser history usage when creating the website/"app", and the entire thing is controlled 100% in their own JS code. I guess author only had their specific mobile use in mind when creating it? Maybe swiping for back/forward works if you view it on the phone?
When I visit a bookstore, I will look for things I recognize/want. But I also will open random books and read the first page to see if anything hooks me. I try to come away from any bookstore visit with one book I've never heard of and may have never been recommended otherwise. This is a nice recreation of that experience (sans the paper smell).
reminds me of Amazon's "Search Inside the Book" back in 2003, minus the recommendation engine. worked because friction was near zero. same deal here, just prettier UI and faster load.
Would not recommend for fiction - at least not mass market fiction. But Mortimer probably felt those were not reading, and the method would work for him :-)
When I read How To Read a Book, I was quite impressed. In practice ... it's not very useful for the types of book I read. Likely better for deeper, philosophical books (including fiction of that category).
For a lot of fiction books, my rule is to read the first 50 pages. If I'm not engaged, move on. Life is short. I believe Stephen King also used that heuristic. It's fine if you miss out on some great books. You're not going to get to read all of them anyway.
Ignoring whether this is a good business, I feel like this is a pretty terrible way to judge a book. If it took off it would result in everyone just starting their book with a real hook, which only works for a small number of genres and only if nothing else needs to be setup before "hooking" (simple "nothing is unfamiliar" stories).
I've read plenty of books on recommendation that I think are great, but they were not the kind of books that could start with a hook I think.
But, the counterargument to this is if it helps people start books, then who cares if it is an effective strategy or not.
> But, the counterargument to this is if it helps people start books, [...].
It certainly doesn't. Not that it matters to people who love reading books, for they know judging a whole book by its first page(s), or based on some formula extracted from one of those silly self-improvement tomes, is just ridiculous (especially the latter reminiscent of "Pritchard's graph" from Dead Poets Society).
I think the reveal button is counted as an upvote for the book because it supposedly discovered my taste and it was based on th books I revealed, but not bookmarked.
And as for Frank Herbert's Dune, I gave it a try. I read the first two books, and was 20% of my way through the third when I realized that "No, this whole story is not going to get good ever."
Should have just stopped after a few pages of the first book :-)
A note for OP: the creation lake first page is an intro page that starts with "praise for creation lake" and lists a lot of author endorsements. You need to fix that
The button on the homepage is hardcoded to this book, which I find extremely strange. Why not choose a random book, and why pick such a confusing quote?
Clicked the link. Selected "Literary". First sample was quite good. Vaguely caught the name of the author. Closed page. Then decided to go back. Could not find the first sample which I decided I might want to read. Got just enough of the author name to get Google to find "Colson Whitehead" when I entered "Colston". The book was "Cool Machine". Went to borrow it from Sno-Isle.org. Placed a hold on the physical book. Number 51 in the hold line (all time record for my holds -- got plenty to read until its likely availability). Glad I found this site, but on my second visit did not find any "Literary" first pages that resonated. Blind luck. Good site idea though. HTH, NSC
Ran into this building a search feature — you can't judge relevance from a snippet alone, need full context. Ended up letting users toggle between snippet and full preview, way fewer "wait this isn't what I wanted" clicks.