Norrin – Git/ diff control in Claude Code 3 by gagewoodard | 1 comments on Hacker News. You can now control diff inline, track files, and reject/ accept as you like in Claude Code. With this new tool you get Cursor-like control over your claude code agents making your code cleaner, you never get lost in changes, and can reduce your PR review time by more than half. https://norrin.dev
Ask HN: How should I convert Microsoft Word documents to Markdown? 4 by lkrubner | 3 comments on Hacker News. I took over a project that was built by an overseas team. They set up a data ingestion process. They have a step in the ingestion where they use Libre Office (in headless mode) to convert Microsoft Word documents to PDFs. Later we convert all PDFs to Markdown. They felt that it was best to convert everything to a PDF, and then convert all of the PDFs to Markdown. What I notice is that LibreOffice can create very complex PDFs when the Microsoft Word document has: 1. tables 2. multiple columns 3. strikethrough text I am thinking we should go straight from Microsoft Word to Markdown. What is the right software for that?