Finding similarities in New Yorker covers
Originally learned about image hashing and similarity comparison for product image searches. Decided to apply it to magazine covers. Thrasher covers: https://shoplurker.com/labs/thrasher-covers/
In plain words
This tool uses image hashing technology to find visual similarities across New Yorker magazine covers. Users can explore patterns and recurring design elements by comparing cover artwork. The maker adapted techniques originally developed for product image searching to analyze magazine covers, revealing compositional and stylistic relationships within the publication's archive. It's designed for anyone interested in visual design, magazine history, or exploring patterns in editorial imagery.
written from the facts on this page · September 2026
Does the same job
all alternatives →- IMI made a website to semantically search ArXiv papers2024 · papermatch.mitanshu.tech · ▲324
As a grad student (and an ADHDer), I had trouble doing literature review systematically. To combat this, I made a website that finds similar papers using the meaning of the thing I am looking for. I used MixedBread's [^1] embedding model to generate vectors from the abstracts. I store and search similar vectors using Milvus [^2] and finally use Gradio [^3] to serve the frontend. I update the vector database weekly by pulling the metadata dataset from Kaggle [^4]. To speed up the search process on my free oracle instance, I binarise the embeddings and use Hamming distance as a metric. I would…
- IMI mapped HN's favorite books with GPT-4o2024 · hnbooks.pieterma.es · ▲285
Hey HN! I love finding new books to read on here. I wanted to gather the most mentioned books and recreate the serendipity of physical browsing. I scraped 20k comments from HN threads related to reading, extracted the references and opinions using GPT-4o mini, and visualised their embeddings as a map. - OpenAI's embeddings were processed using UMAP and HDBSCAN. A direct 2D projection from the text embeddings didn't yield visually interesting results. Instead, HDBSCAN is first applied on a high-dimensional projection. Those clusters tend to correspond to different genres. The genre…

- IMI made a Pinterest clone using SigLIP image embeddings2024 · mood-amber.vercel.app · ▲98
Click an image to get similar images. I crawled Tumblr and used SigLIP to get vector embeddings for many images. When you click an image, it finds the most similar vector embeddings in the database, and returns the corresponding images.


More life & fun this month
the category →- TL
Life & fun · 10d ago · louisabraham.github.io



Photosynthesis fires two of your iPhone
Life & fun · 29d ago · photosynthesis.camera
- CCCreatium Coach▲320
Your multimedia mentor that takes you from mid to great
Life & fun · 11d ago · producthunt.creatium.info
SoloUno▲310Take control of hair pulling, nail biting & skin picking
Life & fun · 28d ago · solouno.io
Launched alongside, January 2026
the whole month →- IN
Hey HN! I wanted to share something I built over the last few weeks: isometric.nyc is a massive isometric pixel art map of NYC, built with nano banana and coding agents. I didn't write a single line of code. Of course no-code doesn't mean no-engineering. This project took a lot more manual labor than I'd hoped! I wrote a deep dive on the workflow and some thoughts about the future of AI coding and creativity: http://cannoneyed.com/projects/isometric-nyc
AI · Jan 2026 · cannoneyed.com




Automatic AI-powered code reviews the moment you open a PR
Dev tools · Jan 2026 · kilo.ai
