Earlier 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?
OpenWarp
91–100 of 159 posts
Re: OpenWarp
#921. 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.
Re: OpenWarp
#93Re: OpenWarp
#94This 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.
Re: OpenWarp
#95This 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.
what did you expect from vibe coding software
Re: OpenWarp
#96Earlier 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.
Re: OpenWarp
#97Earlier 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.
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. One of my use cases was just getting my homelab under control. So one of the first tasks I gave it was to go find everything that's running on these hosts, system services, docker compose, kube pods, etc. Builds an inventory, memory, todos.
Switches the script from "ai helps me launch more experiments to lose track of" to "organized and back under config management".
.pi/factotum/
├── active-profile
├── profiles
│ ├── club
│ │ ├── config.yaml
│ │ ├── inventory
│ │ │ └── hosts.yaml
│ │ └── todos
│ │ ├── 22a094a3.md
│ │ ├── 427ad844.md
│ │ ├── 4c185be7.md
│ │ ├── 4d0eea0f.md
│ │ └── bcf069a4.md
│ ├── examples
│ │ ├── config.yaml
│ │ └── inventory
│ │ └── hosts.yaml
│ └── local
│ ├── config.yaml
│ ├── inventory
│ │ └── hosts.yaml
│ ├── memories
│ │ ├── axel-services.md
│ │ ├── fran-mydiffuser.md
│ │ ├── fran-services.md
│ │ ├── ruffclus-cluster.md
│ │ └── ruffclus-paperless-ngx.md
│ └── todos
│ ├── 0f7fd63e.md
│ ├── 75c82ceb.md
│ ├── 9cb63594.md
│ ├── af33e08f.md
│ ├── ba490542.md
│ ├── c09c144f.md
│ ├── c5f7f8a8.md
│ └── d4c4b287.md
├── schemas
│ ├── PROJECT_ARCHITECTURE.md
│ └── project-architecture.yaml
├── task-templates
│ └── host-audit.yaml
└── tools
└── host_audit_runner.shRe: OpenWarp
#98This 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.
Re: OpenWarp
#99Earlier quoted context omitted.
What was the terminal app though and what was special about it that Ghostty didn't already provide? edit: Found this one article (via google) that talks about the terminal. I guess it was a terminal that you could "prompt" to do things and it would figure out the shell commands. https://thenewstack.io/developer-review-of-warp-for-windows-...
Off the top of my head: - The _block_ system where you could navigate up and down without scrolling the whole buffer rigidly - The tabbing system that actually works and doesn't feel clunky - The command prediction - The workflows (but that's now pretty much dead unless you really do not use AI)
I don't have to tweak my usage of the terminal depending which platform I'm on.
I just have to remember to use Ctrl+Shift for copy/paste on Windows/Linux.