Show HN: Filtering "Who's Hiring" with LLMs – native desktop app in Rust/egui
github.comEvery month "Who's Hiring" drops 300+ free-form listings. Inconsistent keywords - "US only", "United States candidates exclusively", and "on-site NYC" is semantically same if you're looking for a remote job from Europe, but term-based search allows them to slip through. The thread reorders on every reload, so you lose your place.
This is a solved problem if you just throw an LLM at it. Define your requirements, attach your resume, Gemini scores and ranks everything. Built in Rust with egui.
Bring your own Gemini key — no backend, no subscription. Desktop because some listings are walls of text and a scrollable cell in a scrollable table was the only UI that made sense.
No comments yet.