Hacker News

Show HN: Markdown Cleaner – clean AI-generated Markdown before pasting

Hacker News - Sun, 04/13/2025 - 1:18pm

If you ever paste AI-generated markdown into Google Docs (using the 'Paste as Markdown' option), you might have noticed that the formatting is not always perfect.

- Headings are often too deep: the top level headings use heading 2.

- Links are often long and ugly, which is annoying when they appear within the body of the document.

- Bulleted lists often use hyphens instead of asterisks (*) which means you get hyphens as bullets instead of circles/dots.

Comments URL: https://news.ycombinator.com/item?id=43674302

Points: 1

# Comments: 0

Categories: Hacker News

Datastar – The Hypermedia Framework

Hacker News - Sun, 04/13/2025 - 1:13pm

Article URL: https://data-star.dev/

Comments URL: https://news.ycombinator.com/item?id=43674271

Points: 1

# Comments: 1

Categories: Hacker News

Exwm: Emacs X Window Manager

Hacker News - Sun, 04/13/2025 - 1:08pm

Article URL: https://github.com/emacs-exwm/exwm

Comments URL: https://news.ycombinator.com/item?id=43674233

Points: 1

# Comments: 0

Categories: Hacker News

Cyberboss

Hacker News - Sun, 04/13/2025 - 1:05pm
Categories: Hacker News

Show HN: Navigator Mode (Like Claude Code) for Aider

Hacker News - Sun, 04/13/2025 - 1:00pm

Hullo folks!

Over the last two days, I've built out support for autonomy in Aider (a lot like Claude Code) that hybridizes with the rest of the app.

It's just implemented as a mode, so you can start Aider with `--navigator` or `/navigator` and ask it to do things.

It's fully able to...

- test out all of its tools, reverting its edits after it makes each one (https://asciinema.org/a/eqnvZ57O7nVWkpc15NYO1tMHx)

- rename just the relevant parts and publish itself to PyPI ( https://asciinema.org/a/9JtT7DKIRrtpylhUts0lr3EfY)

- ship new tools and features in itself

- work in long form akin to Claude Code, in all the ways that that tool does (though I haven't added MCP yet, though someone else has a PR out for that: https://github.com/Aider-AI/aider/pull/3672)

I love Claude Code but I really wanted something like this to be open source and tinker-able -- and because Aider is so wonderfully built, I felt that it's nicest to have this functionality in a tool that has had lots of other thought put into it already. Huge thanks to Paul Gauthier (HN user anotherpaulg) for Aider.

Because Aider's already an amazing platform even without the autonomy, it's very easy to interleave the rest of Aider's functionality with navigator mode. That means... web UI, watch mode (just leave a `# make this darker ai!` comment and Aider will do it) voice input, `/ask`, `/code` and `/architect`.

It works well with a variety of models, but I've found Gemini 2.5 Pro to be the strongest that I've tried, followed by 3.7 Sonnet. Fair warning, akin to Claude Code it can be expensive to run. I'm working on various ways of cutting that down at the moment.

Still lots to improve, but I'm using this all day every day at the moment, so I'll continue to update. :)

I never self-post, so this is an oddity for me, but folks have been asking after things like this, so I figured a quick post made sense.

---

So that people can try it out, I had it upload itself to PyPI as `navigator-mode`, until (and if!) the PR is accepted. Still use the `aider --navigator` command to run it!

After that I was paranoid, so I ran another session where I asked it, "We published this to PyPI. Can you check the distribution of navigator-mode and check that we didn't leak any secrets?"

It dutifully checked `pyproject.toml`, then went after `MANIFEST.in`, scanned a bunch of files and was able to confirm that (hopefully!) I didn't.

Comments URL: https://news.ycombinator.com/item?id=43674180

Points: 1

# Comments: 0

Categories: Hacker News

Pages