Live data from Hacker News

Judge a book by its first pages

uncovered.ink

41–45 of 45 posts

Re: Judge a book by its first pages

#42

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.

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?

you're attributing a lot of intent to the details of a site that is almost certainly 100% AI generated

Re: Judge a book by its first pages

#44

Earlier quoted context omitted.

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?

you're attributing a lot of intent to the details of a site that is almost certainly 100% AI generated

Still supposedly a human prompting stuff to happen in any case. Not to mention, I think you'd have to prompt against the model to avoid making URL routes in a 100% frontend application, leading me to believe the "missing" page navigation is intentional.
Post reply on HN