Live data from Hacker News

Show HN: Warp, a Rust-based terminal

warp.dev

271–280 of 757 posts

Re: Show HN: Warp, a Rust-based terminal

#271
post #173

Earlier quoted context omitted.

Yeah, this is a known issue, unfortunately--but it's definitely something we want to fix as we improve Warp. See more information here where we chat with Casey about it: https://twitter.com/zachlloydtweets/status/14175482714432348...

> we should generally be at, or near, the performance of Alacritty > evidence that it’s not > Yeah, this is a known issue I don’t want to be critical, but which is it? If you know you are not anywhere near the performance, why say you are?

I don’t see the contradiction. They should be, but they aren’t.

Re: Show HN: Warp, a Rust-based terminal

#272

What does it offer that vterm doesn't?

Great question! Warp has many features that more traditional terminals don't have. Mainly:

- Blocks: we group commands and outputs together so it is easier to navigate through the terminal, and perform actions on the outputs [0]

- A text editor for the input: selections, cursor positioning, multiple cursors [1]

- Workflows which allows you to save and share hard-to-remember commands [2]

[0]https://docs.warp.dev/features/blocks

[1]https://docs.warp.dev/features/the-input-editor

[2]https://docs.warp.dev/features/workflows

Re: Show HN: Warp, a Rust-based terminal

#273
post #226

Earlier quoted context omitted.

Agree, this is a pretty bad deal breaker for me. Big business people doing short-sighted big business things, salivating at cramming a product full of telemetry. All without transparency around it? In a terminal of all things?? Indescribably off-putting and catastrophically damages my trust in the product and the CEO. EDIT: To be fair there is some transparency in the original post. I was looking through the landing…

or they actually listen to our feedback, remove forced telemetry, remove sign-in in the next release, then i'd be more happy to give their product another chance although no guarantee they'll not turn evil at some point in the future...

If they start out evil, then don't expect them to change.

Re: Show HN: Warp, a Rust-based terminal

#274
post #20

Wanted to give it a shot but got disappointed when I launched it and the following happened: - Outgoing request to googleapis.com - Outgoing request to segment.io - Outgoing request to sentry.io - Requires sign up (only via Github, mind you) I understand the first request is probably to get some dynamic configuration, even though I'd rather my terminal ship with static configuration. But then you have segment and sen…

> Warp is a blazingly fast, rust-based terminal reimagined from the ground up to work like a modern app.

Well, at least they didn't lie.

As of my personal position: I want less products in my computing environments, not more. I hope more people would ponder on possible ramifications of going in the opposite direction.

Re: Show HN: Warp, a Rust-based terminal

#275
post #185

The terminal is where I input my ssh passwords, my sudo passwords, crypto stuff, ssh keys and much more sensitive data. The fact that you even considered collecting stuff from me while using it is insane. I don't trust your promise to never "sell my data" and I don't trust that the next one which will buy your company when you decide to "exit" will do the same (I will when it's fully open source but that's not the ca…

[deleted]

Re: Show HN: Warp, a Rust-based terminal

#276
post #79
post #57

I use configured zsh which has majority of features mentioned above. It is integrated with fzf and also has autcompletions(with help description), autosuggestions,hints, file completions and more. You can see my zsh dotfiles below. https://github.com/varbhat/dotfiles/tree/main/dot_config/zsh I could even have enabled real time type ahead completions with this plugin but i haven't (because i don't need this feature) :…

https://news.ycombinator.com/item?id=9224

hahaha

Re: Show HN: Warp, a Rust-based terminal

#277
You want to collect usage data from my terminal? I'ma nope right outta there.

And I don't want to tie my github to this thing, i have all sorts of github accounts for legitimate reasons.

I would be glad pay a lifetime licence fee (maybe with a 30 day money back guarantee?) to check it out, but no way am i going to do a subscription model for my terminal.

Re: Show HN: Warp, a Rust-based terminal

#279
Why do I get the sinking feeling that the comments here are going to turn out to be like "No wireless. Less space than a Nomad. Lame."; and despite looking like the Juicero of terminal emulators now, Warp will be table stakes for any upcoming developer 10 years from now, who will be unable to fathom using a bare shell in xterm or even something like Kitty?

Re: Show HN: Warp, a Rust-based terminal

#280
post #210

Earlier quoted context omitted.

I doubt their compelling features will be in OSS terminals any time soon. I’ve wanted a terminal that has a decent multi line editor for years , and there’s nothing out there.

This stuff has been in the major shells for years, through excellent editor integration. For emacs and vi it's pretty much free. If you want to integrate with a different editor, it's totally doable. Most of the stuff sibling comment is referring to center around the feature: 'edit-and-execute-command' in bash. There is a similar incantation for zsh. I summon it with, 'ESC v' in both.

If I open an editor then my scrollback history isn't visible (or is in a separate window). Maybe vim and emacs offer this, but that's a big commitment just for a terminal. Warp has GUI-grade editing (mouse support, etc) with things like multiple cursors in a very nice interface.
Post reply on HN