Can I (yet) just press tab and have it inspect my PATH variable for completable items?
That is literally the only reason I gave up on it.
51–60 of 109 posts
Can I (yet) just press tab and have it inspect my PATH variable for completable items?
That is literally the only reason I gave up on it.
People on HN are so ludicrously out of touch. Yes we all wish we could live in Hackerville and spend all day tweaking config files to customize our ultra fast rendering OSS terminal emulators. In the real world most people are not using terminals for the sake of fooling around with config files, they are trying to accomplish real tasks. For these people, paying for a terminal or using something that is login-gated is…
> For these people, paying for a terminal or using something that is login-gated is completely fine Those people don't use a terminal.
I've now tried Warp twice (once off the back of this post). Switching back to iTerm2 again because of https://github.com/warpdotdev/Warp/issues/1811 I like the sound of the other two features (rich text editing and automatic AI commands) but the muscle-memory cost is too high.
I don't know what subculture of developers they're targeting, but I'm definitely not part of it. They should have known that a login on startup is completely unacceptable and detestable to an important segment of developers. Not less how they launched without Linux support. They have signalled to me, loud and clear, that their product is not for people like me, and I will never try it. Doesn't matter that they've rem…
Earlier quoted context omitted.
$25/month is “basically free”?
in the context of software engineering, yes.
Am I going insane? Why would you pay for this unless you have a workplace humiliation fetish?
ha - never heard of this so I downloaded it. Still get presented with a sign up screen but I guess before you couldn't skip? There is a skip option and when you click it it says "are you SURE you want to skip?" - isn't this a technical product for technical users? If they're trying to rehabilitate their image, I certainly can't see being patronizing is the answer. Only thing I'll be skipping is this software.
> isn't this a technical product for technical users? I would expect a technical user would be immediately skeptical at the value proposition. I can't even trust git to not break itself when I'm using it directly. Throwing in an LLM and natural language sounds like an express elevator to hell.
they did a reasonable job of integrating it with the terminal, of giving you explanations and clear points of review before taking any specific actions on your system, and in general i reasonably trust it won't do anything i don't expect or modify anything critical without asking first - that's been my experience thus far (no guarantees, it's an LLM after all)
for my entire career i've never been much of a bash person, i learn just enough to slice up some text file or something as needed, or put together a build process, and then it all leaves my brain because it's just not something i'm interested in. i used to lean on the tldr manpages pretty extensively when i needed to do a bunch of bulk file processing in the terminal or something.
the case where warp shines is the case where i'd have a folder of text files, or some data i wanted to parse and process real fast, and i'd be thinking "god, i could pull out my little bash reference, or i could throw together a quick python script to get this data in the state i need." i'd say it has an 85% first-time hit rate as far as "i need to modify this file in this way" or "i'd like you to find all the html tags in it with this attribute and extract the values into a list in a text file" or "can you convert all the HTML lists in this document to markdown lists" or "i just downloaded a huge CSV of logs can you just return the count of a certain token on each line in a newline-separated text file." just fast little things i'd either build a utility for, install a plugin for, or poke around online for a website to quickly do.
it's saved me a LOT of time in those cases. i went from only opening it when i wanted to use it for one of those cases to using it full time over the course of a few months and i am cautiously optimistic about it. i was not thrilled about the login requirement, and i'm glad they dropped it.
it also enables justified laziness - i'm doing something in ruby and i haven't used it in a long time, i'm just popping in for a minute - what command do i type to activate a virtual environment? i already know what i want to do, i just don't know the specific incantation off the top of my head. i can just type what i intend to do, and it reminds me of the answer and does it. easy. it also detected which virtual environment tool i'd installed years ago for me, so i got the correct one on the first try.
i obviously can't say whether "optimizing annoying one-off text-munging tasks" is worth the various tradeoffs and sharing data with the company, but it's the only LLM tool i've kept in my workflow after trialing it, and applied specifically to the cases it shines at it does a good enough job to be a time-saver (not my experience with copilot, cursor, so on.) i also wouldn't trust its output in a build process or anything that would be frequently run or impact production data. those are all strikes against it, to be fair.
just my two cents. i'm not gonna hard sell you on this at all - i'm not that passionate about it and only use the free tier - but it's probably the best case i've seen for "LLMs can help you in your job" out of every case i've seen.
I remember seeing this terminal emulator, deciding to give it a shot to see what the deal is, and being asked to sign in. I have never uninstalled a program faster in my life. I think I'll just stick to iTerm.
Genuinely curious because I feel like I'm missing something. I tried it again a while ago and still couldn't see anything I couldn't already do.
For those that have to bounce between Mac and Linux for work/personal reasons, I cannot recommend Kitty terminal enough. The main thing that's a big of a pain is you'll probably want to set up a scrollback pager (I use neovim as mine but vim works too) so you easily search the terminal output and copy/paste from it. I use # https://github.com/kovidgoyal/kitty/issues/719#issuecomment-... scrollback_pager nvim -u ~/.co…
Wezterm is also pretty good. It’s by far my favorite “new” terminal app I’ve tried.
Earlier quoted context omitted.
$25/month is “basically free”?
in the context of software engineering, yes.
From the absurdly CPU-intensive landing page it seems the novelty is mainly some network storage and an LLM-integration, things I already have several of in my terminals on my work computer. I switch over to them in the blink of an eye because my window manager is extremely responsive and keeping their output localised and not split up in a single pseudo-conversation in my current main terminal is a perk, not a bug.