TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: SkySearch – realtime browser-based semantic search of Bluesky jetstream

2 pointsby rectalogicabout 1 month ago
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&#x27;t keep up. A warning toast will popup if your device is falling behind.<p>[1] <a href="https:&#x2F;&#x2F;docs.bsky.app&#x2F;blog&#x2F;jetstream" rel="nofollow">https:&#x2F;&#x2F;docs.bsky.app&#x2F;blog&#x2F;jetstream</a><p>[2] <a href="https:&#x2F;&#x2F;ai.google.dev&#x2F;edge&#x2F;mediapipe&#x2F;solutions&#x2F;text&#x2F;text_embedder&#x2F;web_js" rel="nofollow">https:&#x2F;&#x2F;ai.google.dev&#x2F;edge&#x2F;mediapipe&#x2F;solutions&#x2F;text&#x2F;text_emb...</a>

1 comment

rectalogicabout 1 month ago
Live demo <a href="https:&#x2F;&#x2F;rectalogic.com&#x2F;skysearch&#x2F;" rel="nofollow">https:&#x2F;&#x2F;rectalogic.com&#x2F;skysearch&#x2F;</a>