Browser-based app that subscribes to the BlueSky Jetstream [1] and displays new posts that are semantically similar to a given query.<p>It spawns a bunch of Web Workers to compute embeddings for every post using MediaPipe Text Embedder [2], then compares cosine similarity to the embedding computed for some query text. It displays any posts that are semantically similar enough to the query, based on a similarity range slider the user controls.<p>It seems to work well on a MacBook Pro M2. On an iPhone 12 it can't keep up. A warning toast will popup if your device is falling behind.<p>[1] <a href="https://docs.bsky.app/blog/jetstream" rel="nofollow">https://docs.bsky.app/blog/jetstream</a><p>[2] <a href="https://ai.google.dev/edge/mediapipe/solutions/text/text_embedder/web_js" rel="nofollow">https://ai.google.dev/edge/mediapipe/solutions/text/text_emb...</a>