Thursday, May 22, 2025

Show HN: I made "Who's Hiring?" searchable using GPT and Metabase https://ift.tt/KVO6Djd

Show HN: I made "Who's Hiring?" searchable using GPT and Metabase I vibe-coded a small project that turns the “Ask HN: Who is hiring?” thread into searchable job data using OpenAI, PostgreSQL, and Metabase. It pulls the thread using the Hacker News API, uses GPT to extract fields like company, role, location, salary, and contact, stores everything in PostgreSQL, and spins up Metabase so you can explore and search the results. Right now it runs locally, but would anyone be interested if I built this out a bit more and made a public dashboard? https://ift.tt/jnql96f May 21, 2025 at 09:37PM

Wednesday, May 21, 2025

Show HN: I made IP-to-Geo location data library for developers https://ift.tt/Ylf5CZo

Show HN: I made IP-to-Geo location data library for developers I made this lib called Ip2Geo — it's a super-lightweight, type-safe library that lets you convert any IP into geolocation data. It's 100% free with unlimited uses—no catch. It works online only and runs on both the client and server. https://ift.tt/VSmP7v2 May 21, 2025 at 02:18AM

Show HN: We made an AI QA tester that uses VLMs to test your front-end https://ift.tt/YniFzyD

Show HN: We made an AI QA tester that uses VLMs to test your front-end Includes bug reports, session replay, and watching tests live. This is free to play with. Login-gate is just to prevent abuse (sorry!). https://ift.tt/mXc6AM5 May 21, 2025 at 12:22AM

Tuesday, May 20, 2025

Show HN: Visualization of job openings by US based employers https://ift.tt/H8KCPa6

Show HN: Visualization of job openings by US based employers Tiny vis project using d3. Data is from 100k job openings, categorized by k-means + GPT. https://ift.tt/MS1umaX May 20, 2025 at 01:05AM

Show HN: A native Hacker News reader with integrated todo/done tracking https://ift.tt/gAldXKD

Show HN: A native Hacker News reader with integrated todo/done tracking Hey HN! I'm excited to share a tool I've been working on - a native Hacker News reader built with Rust and egui. Here's a screenshot: https://ift.tt/TXCQpDk... . As a daily HN reader, I've always struggled with keeping track of interesting posts I want to read later. Browser tabs pile up, bookmarks get forgotten, and I lose track of what I've already read. I needed a way to: 1. Browse HN efficiently (across all sections - hot, new, show, ask, jobs, best) 2. Quickly mark posts as "todo" for later reading 3. Mark posts as "done" when finished 4. Filter and search effectively I couldn't find a tool that combined all these features, so I built one. It's been tremendously helpful for my own HN reading workflow, and I thought others might find it useful too. Features: - *Integrated todo tracking*: Mark stories as "todo" and "done" to manage your reading progress - *Search functionality*: Filter stories by keyword in title, domain, or author - *Multiple sections*: Browse all HN sections (hot, new, show, ask, jobs, best) - *Threaded comments*: View comments in a Reddit-like threaded format - *Dark/light mode*: Easy on the eyes in any environment - *Keyboard shortcuts*: Efficient navigation with keyboard-centric design (1-6 for tabs, Ctrl+F for search) - *Auto-loading*: Automatically loads more content when scrolling - *Color-coding*: Stories color-coded by score for easy scanning - *Native app*: Fast, responsive, and works offline with local caching Built with Rust and the egui UI framework, with SQLite for local storage. The app scrapes Hacker News HTML directly rather than using the official API to capture the full story context. Check out the GitHub repo ( https://ift.tt/vP76tIc ) for installation instructions and source code. Built and tested on macOS, Linux, and Windows. This started as a personal tool to solve my own HN reading habits, but I hope others find it useful too. The code is MIT licensed and I'd love your feedback, feature suggestions, or contributions! https://ift.tt/VbSTW1M May 19, 2025 at 11:53PM

Show HN: Windows 98 themed website in 1 HTML file for my post punk band https://ift.tt/k85vuBX

Show HN: Windows 98 themed website in 1 HTML file for my post punk band Here's the code: https://ift.tt/26S1JQP https://corp.band May 19, 2025 at 11:09PM

Monday, May 19, 2025

Show HN: adamsreview – better multi-agent PR reviews for Claude Code https://ift.tt/0MTlWQu

Show HN: adamsreview – better multi-agent PR reviews for Claude Code I built adamsreview, a Claude Code plugin that runs deeper, multi-stage...