Ask HN: What are you working on? (July 2025)
431–440 of 900 posts
Re: Ask HN: What are you working on? (July 2025)
#432When using developer AI agents like Claude Code, often they output, and use, .md files like CLAUDE.md, README.md, etc. You largely want to just read these, and if Claude updates them, read the latest version.
Other markdown apps incorporate editing, split screens, etc. I just wanted a neatly formatted read only view. And if you want to edit them, just use something specifically designed for that like Sublime Text, my viewer will instantly load with the updated file.
Anyway, check it out: search for "ViewMD" in the Mac App Store.
Re: Ask HN: What are you working on? (July 2025)
#433Re: Ask HN: What are you working on? (July 2025)
#434I think it might be better to go the other way, and have a pattern-matchey form generate the defmethods instead, but I need to gain tacit knowledge about it first.
Re: Ask HN: What are you working on? (July 2025)
#435When I read social spaces like Reddit or X, if the government has done anything contentious you get nothing more than strident left takes, or strident right takes on the topic. Neither of which is informative or helpful.
So I am setting up a site which uses AI which is specifically guided to be neutral and non-partisan, to analyse the government actions from the source documents.
It then generates: - a summary, - expected affects, - benefits, - disadvantages, and - ranks the action against 19 "things you care about" (e.g. defence, environment, civil liberties, religious protection, etc.)
The end result is quite compelling. For example here's the page that summarises all the actions which are most, and least, beneficial to individual liberties:
Re: Ask HN: What are you working on? (July 2025)
#436I've been building promptslice.com as a way to create, test, and optimize prompts + tools + context. I needed it when building agents for other use cases so I built it. Unlike Langsmith and some of the other prompt editors, this has a first class editor for your prompt with "Cursor style" chat where you can ask it to make tweaks, overhaul sections, optimize ambiguity, etc.
Re: Ask HN: What are you working on? (July 2025)
#437I've been working on a "businesses for sale" aggregation/search engine that sources data from all of the major "business for sale" type platforms in Australia and de-duplicates listings, extracts data like revenue/profit/etc, and normalises it all for quick browsing. I have a couple of family members and friends who are looking to buy businesses (separately), and it's been much more time-consuming than you'd expect j…
When a previous employer went bust, it was bought by the CEO after being listed by the administrator on an obscure website (ip-bid.com) which you have to make an account and log in to just to see the listings. There was only one bid. (I leave to the reader to speculate on the utility of a bid website without public listings, but such listings might represent good value compared to those advertised more widely). It ma…
This can be a reasonable place to go to look for distressed businesses/assets too and I've considered using them as a source with my aggregation/search engine, though they don't really have the same type of information as a business for sale listing so they fall somewhat outside of the main type of results that I otherwise display.
Other reasonable places I've seen too, though in incredibly low volumes (think 0-3 listings a month), are commercial auction houses/sites where they'll list a business for sale or the full assets of a business. The main issue with that it is that they're so low volume that I'm not sure it's worth spending the time ingesting them this early on while there's still many other larger listing sources.
Re: Ask HN: What are you working on? (July 2025)
#438Interestingly I found Claude Code to be the only LLM good at designing frontend, asking it to make it look better actually helps
Re: Ask HN: What are you working on? (July 2025)
#439I've been working on a "businesses for sale" aggregation/search engine that sources data from all of the major "business for sale" type platforms in Australia and de-duplicates listings, extracts data like revenue/profit/etc, and normalises it all for quick browsing. I have a couple of family members and friends who are looking to buy businesses (separately), and it's been much more time-consuming than you'd expect j…
Living in Australia and interested in buying a business, I can attest to biz4sale-type sites being a real problem.
Re: Ask HN: What are you working on? (July 2025)
#440I'm heads down building a workflow pipeline builder that executes Wasm Components as part of individual nodes within the pipeline. Think Zapier or n8n, but you either use existing processing nodes or upload your own code, written of course in any language that compiles to Wasm Components. It's week 2 but it works and it's live at https://pipestack.dev