←back to thread

422 points simedw | 7 comments | | HN request time: 0.908s | source | bottom
1. __MatrixMan__ ◴[] No.44434670[source]
It would be cool of it were smart enough to figure out whether it was necessary to rewrite the page on every visit. There's a large chunk of the web where one of us could visit once, rewrite to markdown, and then serve the cleaned up version to each other without requiring a distinct rebuild on each visit.
replies(4): >>44434746 #>>44434764 #>>44434785 #>>44436156 #
2. pmxi ◴[] No.44434746[source]
The author says this is for “personalized views using your own prompts.” Though, I suppose it’s still useful to cache the outputs for the default prompt.
replies(1): >>44434775 #
3. myfonj ◴[] No.44434764[source]
Each user have distinct needs, and has a distinct prior knowledge about the topic, so even the "raw" super clean source form will probably be eventually adjusted differently for most users.

But yes, having some global shared redundant P2P cache (of the "raw" data), like IPFS (?) could possibly help and save some processing power and help with availability and data preservation.

replies(1): >>44438227 #
4. __MatrixMan__ ◴[] No.44434775[source]
Or to cache the output for whatever prompt your peers think is most appropriate for that particular site.
5. simedw ◴[] No.44434785[source]
If the goal is to have a more consistent layout on each visit, I think we could save the last page's markdown and send it to the model as a one-shot example...
6. markstos ◴[] No.44436156[source]
Cache headers exist for servers to communicate to clients how long it safe to cache things for. The client could be updated to add a cache layer that respects cache headers.
7. __MatrixMan__ ◴[] No.44438227[source]
I imagine it sort of like a microscope. For any chunk of data that people bothered to annotate with prompts re: how it should be rendered you'd end up with two or three "lenses" that you could toggle between. Or, if the existing lenses don't do the trick, you could publish your own and, if your immediate peers find them useful, maybe your transitive peers will end up knowing about them as well.