I just put live a daily logic puzzle, Clues by Sam. I've been working on it for a while now, mainly on the level generator. It was tricky to generate levels that are solvable using logic (no guessing needed), and also fun to solve (no crazy long deduction chains, but also not just obvious things). I'm sure the implementation still has some quirks on some devices, so would love to hear if you encounter issues! https:/…
Ask HN: What are you working on? (April 2025)
481–490 of 1001 posts
Re: Ask HN: What are you working on? (April 2025)
#482Re: Ask HN: What are you working on? (April 2025)
#483I’m working on Popgot ( https://popgot.com ), a tool that tracks unit prices (cost per ounce, sheet, pound) across Costco, Walmart, Target, and Amazon. It normalizes confusing listings (“family size”, “mega pack”, etc.) to surface the actual cheapest option for daily essentials. On top of that, it uses a lightweight AI model to read product descriptions and filter based on things like ingredients (e.g., flagging pean…
Re: Ask HN: What are you working on? (April 2025)
#484Primarily uses Claude Sonnet 3.7 and Gemini Pro 2.5. But you can choose other models too.
You can try it for free while I'm beta testing it here: https://lumosbuilder.com?ref=hn
Re: Ask HN: What are you working on? (April 2025)
#485Re: Ask HN: What are you working on? (April 2025)
#486I hit an OpenSearch bug this week where you can't get any browser based requests to work. Its due to zstd becoming a standard part of Accept-Encoding and OpenSearch not correctly supporting it so I wanted to install a browser plugin that modified the browser HTTP request headers to my servers.
I don't know about everyone else but I love that browser plugins are possible but I hate having to find them. Its mostly due to never knowing if you can trust a plugin and even if you find one, you have to worry about it being bought out in the future. With vibe coding I was able to build a browser extension in 45 minutes that had more features than I originally planned for.
I spend more time documenting the experience than building which is wild. If you are interesting you can look at the README in https://github.com/mattheimer/vibe-headers
But I left the experience with two thoughts.
Even seasoned developers will be using vibe coding in the future.
I think in the near future the browser plugin market will partially collapse because eventually browsers will build extensions themselves on the fly using natural language.
Re: Ask HN: What are you working on? (April 2025)
#487Resume builder 7 months ago, I was looking for a job and got frustrated with the current resume builders, so decided to build one exactly how I wanted a resume builder to be. - Free (like really free). - No signup, no login. - Has AI features to improve text. - Find jobs matching the resume. https://resumeyay.com
Maybe just an idea I think would be worth charging for to offset costs on yourself: if you could get a few accounts on different recruiting software packs (BambooHR, smartrecruiters, etc) and then let users test their resume with different recruiting software's AI filtering tools, that could help a ton of people. You'd have to make a lot of different job descriptions/postings in each one, but you could probably craft them all generically enough to fit most careers.
Once that's going, maybe a pay-per-use fee to test your resume that gives the paying user a couple unique recruiting links to a few job postings, and then use playwright or something to capture screenshots of their profile in the backend(s).
Re: Ask HN: What are you working on? (April 2025)
#488If you’re tired of bloated to-do and note-taking apps, give this a try. It's OSS, free and No sign-up.
Re: Ask HN: What are you working on? (April 2025)
#489https://drawbeats.com This is one of my long-standing passion projects, a simple web-based music sequencer built to have a very low barrier to entry.