HackerTrans
TopNewTrendsCommentsPastAskShowJobs

willm

no profile record

Submissions

A full-featured terminal user interface for hledger plain-text accounting

github.com
3 points·by willm·há 3 meses·0 comments

A Textual widget for beautiful diffs in the terminal

github.com
12 points·by willm·há 3 meses·1 comments

That's AI [video]

youtube.com
3 points·by willm·há 5 meses·0 comments

New Year's Fireworks Simulator in Your Terminal

github.com
3 points·by willm·há 6 meses·1 comments

A Unified CLI Tool for All Your LLMs That Promises Improved UX

infoq.com
2 points·by willm·há 7 meses·0 comments

Efficient Streaming of Markdown in the Terminal

willmcgugan.github.io
1 points·by willm·há 7 meses·0 comments

Show HN: Toad. A unified terminal UI for coding agents

github.com
14 points·by willm·há 7 meses·0 comments

Terminal UI for personal finance power users

moneyflow.dev
3 points·by willm·há 8 meses·0 comments

Efficient Streaming of Markdown in the Terminal

willmcgugan.github.io
2 points·by willm·há 8 meses·0 comments

A Developer's experience with weight loss injections

willmcgugan.github.io
2 points·by willm·há 8 meses·0 comments

The Toad Report #2

willmcgugan.github.io
1 points·by willm·há 8 meses·0 comments

Tuitka is a TUI wrapper that leverages Nuitka to compile Python applications

github.com
1 points·by willm·há 9 meses·0 comments

Python has had async for 10 years – why isn't it more popular?

tonybaloney.github.io
324 points·by willm·há 10 meses·295 comments

comments

willm
·há 3 meses·discuss
I approve of this approach.

The docs for Textual (TUI library for Python) build screenshots along with the docs. Technically not really screenshots, they are SVGs, but principle is the same. They never get out of date.

https://textual.textualize.io/widgets/markdown/#example
willm
·há 5 meses·discuss
What TUIs are you referring to? Mouse is supported and working on just about every TUI framework.
willm
·há 5 meses·discuss
It is possible. Terminals have supported mouse interactions for a long time.
willm
·há 7 meses·discuss
I know for a fact that Textual can generate an entire frame in less than a 60th of a second. Any lag you see has nothing to do with the choice of language. A TUI just doesn’t require that much number crunching to use a low level language.

I’d be interesting in knowing what platform and terminal you observed the lag, when testing Toad.
willm
·há 7 meses·discuss
Not saying there isn't room for improvement. This is the first release, and work is ongoing. But I can't predict everyone's assumptions. Everyone brings their own experiences to the table, and in 6 months of testing nobody has made assumptions you just did.

For instance, "toad run" takes a path to a directory and not a command (check the usage). You've made an incorrect assumption about how that works, based on previous assumptions on how the UI works.

I would be like to understand why you made the assumptions you did, and make changes based on your feedback. But you've chosen to be combative, for reasons known only to yourself.

For the record, I apologize for the "Mr cranky pants" quip. If you do want to improve this software, join the Discord. Let's keep it civil. Merry Xmas.
willm
·há 7 meses·discuss
De nada.
willm
·há 7 meses·discuss
It’s stored statically in the Codebase. In the future, I suspect there will be enough compatible agents that there might be a web service to search them.

I think they are working in the Copilot ACP layer. Doubt it will take long.
willm
·há 7 meses·discuss
It is quite literally instantaneous on my 5 year old laptop. Whatever you are seeing isn't due to the choice of Python.
willm
·há 7 meses·discuss
Thanks!
willm
·há 7 meses·discuss
The ACP protocol supports MCP. That would be how the client provides additional functionality for the agent. There's no UI in Toad for that yet, but there will be in a future update.
willm
·há 7 meses·discuss
[flagged]
willm
·há 7 meses·discuss
It should be as easy as running: toad acp “command”
willm
·há 7 meses·discuss
You may be confusing Agent Communication Protocol with Agent Client Protocol. Yeah, 2 ACP protocols. I had no hand in the naming.

If an agent can be configured to use Ollama, then you could use it from a Toad. It might be possible right now.
willm
·há 7 meses·discuss
Pretty sure I could run Toad in Toad, but I’m scared to try.
willm
·há 7 meses·discuss
I don’t follow your first question. Toad already displays pretty diffs. MCP works in the same way as the native CLI.

One of the advantages of Toad is that it is vendor agnostic. In the future Toad will be able to run sub agents, and allocate any agent to any job. Still to figure out the UX for that.
willm
·há 7 meses·discuss
That’s pretty much it. You can bring your own agent. Including OpenCode by the way. I doubt they will mind as they still get paid for the tokens.

You get a nice UI that is only going to get better as time goes on.

It’s far better model to separate the agent from the UI. The current situation is like building a browser for a single website.
willm
·há 7 meses·discuss
Hope you like it. It is still Claude Code doing the work. Toad talks to the agent, and is the agent that works with the LLM. So the results should be identical to the native CLI.
willm
·há 7 meses·discuss
I'm very taken by your response!
willm
·há 7 meses·discuss
I'm sure you recognise some of these? https://github.com/batrachianai/toad/blob/main/src/toad/app....
willm
·há 7 meses·discuss
Guess you don’t like sci-fi movie quotes. You can change that to a simple pulse animation in the settings.

It literally is using Claude under the hood. Should be no different than Claude’s own CLI.