Hmmm there seems to be a vscode in my vim.
Wait really? Shit I’m like 1 year into learning vim. What editor should I switch to that will magically make me a good coder?
…and whoever decided a file system should be case insensitive by default, I hate you.
100% guessing here, but native apps sometimes use recycling virtualized lists. That means as you scroll the list will reuse the container that renders the post title and image. Often the image is still being fetched but you already know the title. So as you scroll, it reuses a post you previously saw, instantly swaps in the new title, but the new image is still loading, so an image from a previously post in the list is displayed.
the result is you many only need to render and reuse 10 posts in the list, even if the list contains hundreds of posts.
Idk if that made any sense at all, but keep an eye out if the title is new but the image was previously seen.