Hacker News with Generative AI: Pagination

Hyrumtoken: A Go package to encrypt pagination tokens (github.com/ssoready)
hyrumtoken is a Go package to encrypt pagination tokens, so that your API clients can't depend on their contents, ordering, or any other characteristics.
Do not use offset for pagination (2014, updated 2021) (use-the-index-luke.com)
An alternative to cursor pagination (medium.com)