This is the most broken website I’ve ever visited on HN. From Safari on iOS: 1. Im getting non-English text 2. The size of my page is well beyond the width of my screen making it hard to scroll vertically 3. Constant popping/reflowing due to animations Trust this company with my credit card? I think not.
OpenWarp
101–110 of 159 posts
Re: OpenWarp
#102Re: OpenWarp
#103This is the most broken website I’ve ever visited on HN. From Safari on iOS: 1. Im getting non-English text 2. The size of my page is well beyond the width of my screen making it hard to scroll vertically 3. Constant popping/reflowing due to animations Trust this company with my credit card? I think not.
I don't see anything asking for a credit card.
Re: OpenWarp
#104Earlier quoted context omitted.
What about when SSHing to an external server, or working in a container?
Nanobot will happily ssh to a host and do things on it. I'm sure that's just a skill away for pi or opencode.
i would not trust bash execution of SSH because it can easily hallucinate local commands instead of remote.
Re: OpenWarp
#105Warp founder here. It's cool to see the community excitement here. Note that we are going to add bring-your-own-model directly into Warp. Would love interested folks to weigh in on the discussion here: https://github.com/warpdotdev/warp/discussions/9619
Re: OpenWarp
#106Earlier quoted context omitted.
Claude Code is very capable of making a terminal emulator with exactly (and only) the features you want. I did that for myself and it's now my daily driver. Has a few goodies I care about but nothing much else, and I have no intention of adding features for other people: https://github.com/cartermp/term
A personal Mac terminal emulator built for terminal-based AI work. How exactly does it help with "terminal-based AI work"?
Re: OpenWarp
#107Earlier quoted context omitted.
Nanobot will happily ssh to a host and do things on it. I'm sure that's just a skill away for pi or opencode.
Confirming that Pi can definitely handles this. I've written a harness "factotum" based on pi just for managing my homelab and my radio club's systems. Has absolutely no issue sshing into things remotely, running ansible/helm/kubectl/talosctl commands. There's a few skills, a and an extension to switch inventory. The extension is only needed because I want to switch between the two organizations. It's pretty slick. O…
Is there a way to use it like "The current directory is at `ssh server`" and have the agent work from there?
Re: OpenWarp
#108Earlier quoted context omitted.
Long overdue - I was all in a few years ago with Warp, but after the last couple of years of not addressing this need, I have moved on from Warp. I now DO NOT see the need to embed AI into the terminal when you can have all sorts of TUI doing the same job.
What about when SSHing to an external server, or working in a container?
Re: OpenWarp
#109Earlier quoted context omitted.
Nanobot will happily ssh to a host and do things on it. I'm sure that's just a skill away for pi or opencode.
so, to be clear, is it just doing random bash commands to runn ssh or is it a actual tool, eg, node-ssh command interface. i would not trust bash execution of SSH because it can easily hallucinate local commands instead of remote.
Why would it be more likely to hallucinate local commands instead of remote commands if it is in an active SSH session?
Re: OpenWarp
#110Earlier quoted context omitted.
Nanobot will happily ssh to a host and do things on it. I'm sure that's just a skill away for pi or opencode.
so, to be clear, is it just doing random bash commands to runn ssh or is it a actual tool, eg, node-ssh command interface. i would not trust bash execution of SSH because it can easily hallucinate local commands instead of remote.
Just tell it to use ssh from the shell. From there you can give it extra context to describe the target (if you know/care about it), or just let it loose and if the environment doesn't have what it expects it will "figure something out" - just the same as with your local env.
If there's some least common denominator you know about e.g. python it can streamline things if you tell it to just use that for everything.