HackerTrans
TopNewTrendsCommentsPastAskShowJobs

willm

no profile record

Submissions

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

github.com
3 points·by willm·قبل 3 أشهر·0 comments

A Textual widget for beautiful diffs in the terminal

github.com
12 points·by willm·قبل 3 أشهر·1 comments

That's AI [video]

youtube.com
3 points·by willm·قبل 5 أشهر·0 comments

New Year's Fireworks Simulator in Your Terminal

github.com
3 points·by willm·قبل 6 أشهر·1 comments

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

infoq.com
2 points·by willm·قبل 7 أشهر·0 comments

Efficient Streaming of Markdown in the Terminal

willmcgugan.github.io
1 points·by willm·قبل 7 أشهر·0 comments

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

github.com
14 points·by willm·قبل 7 أشهر·0 comments

Terminal UI for personal finance power users

moneyflow.dev
3 points·by willm·قبل 8 أشهر·0 comments

Efficient Streaming of Markdown in the Terminal

willmcgugan.github.io
2 points·by willm·قبل 8 أشهر·0 comments

A Developer's experience with weight loss injections

willmcgugan.github.io
2 points·by willm·قبل 8 أشهر·0 comments

The Toad Report #2

willmcgugan.github.io
1 points·by willm·قبل 8 أشهر·0 comments

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

github.com
1 points·by willm·قبل 9 أشهر·0 comments

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

tonybaloney.github.io
324 points·by willm·قبل 10 أشهر·295 comments

comments

willm
·قبل 3 أشهر·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
·قبل 5 أشهر·discuss
What TUIs are you referring to? Mouse is supported and working on just about every TUI framework.
willm
·قبل 5 أشهر·discuss
It is possible. Terminals have supported mouse interactions for a long time.
willm
·قبل 7 أشهر·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
·قبل 7 أشهر·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
·قبل 7 أشهر·discuss
De nada.
willm
·قبل 7 أشهر·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
·قبل 7 أشهر·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
·قبل 7 أشهر·discuss
Thanks!
willm
·قبل 7 أشهر·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
·قبل 7 أشهر·discuss
[flagged]
willm
·قبل 7 أشهر·discuss
It should be as easy as running: toad acp “command”
willm
·قبل 7 أشهر·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
·قبل 7 أشهر·discuss
Pretty sure I could run Toad in Toad, but I’m scared to try.
willm
·قبل 7 أشهر·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
·قبل 7 أشهر·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
·قبل 7 أشهر·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
·قبل 7 أشهر·discuss
I'm very taken by your response!
willm
·قبل 7 أشهر·discuss
I'm sure you recognise some of these? https://github.com/batrachianai/toad/blob/main/src/toad/app....
willm
·قبل 7 أشهر·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.