Live data from Hacker News

iTerm2 3.5.0

iterm2.com

151–160 of 167 posts

Re: iTerm2 3.5.0

#151
post #133

Ghostty - a modern cross-platform very fast terminal written in Zig by non other than Mitchell Hashimoto of Hashicorp fame - is currently in private beta. Public release date is not set but seems to be in few months. BTW, getting into private beta is not difficult. I am using it as my daily driver and love it!

How do you get to private beta?

Re: iTerm2 3.5.0

#152
post #151
post #133

Ghostty - a modern cross-platform very fast terminal written in Zig by non other than Mitchell Hashimoto of Hashicorp fame - is currently in private beta. Public release date is not set but seems to be in few months. BTW, getting into private beta is not difficult. I am using it as my daily driver and love it!

How do you get to private beta?

You join the discord and either wait until a new batch of invites is given out or ask. I haven't done it myself but it doesn't seem too difficult.

Re: iTerm2 3.5.0

#154
post #139

Earlier quoted context omitted.

When you open Codecierge in the toolbar sidebar, it warns you with this: > Everything that happens in your terminal while Codecierge is running will be sent to OpenAI. Don't send them confidential information! And when you check the box "Run commands automatically" it shows you this popup: > This lets an AI completely control your computer. It could delete your files, do something stupid or dangerous, or lead to the…

> Don't send them confidential information! Most of what I do in a terminal is confidential. I find it scary and also funny that in the age of data laws, privacy policies, data leaks, etc, someone thought this is an acceptable workflow.

For someone working on their personal projects for which they can make decisions about visibility, why wouldn't it be an acceptable workflow?

Re: iTerm2 3.5.0

#155

Genuine question from iTerm users: which of its many, many features do you use most and find most valuable? I have always had it installed, but Terminal.app from macOS seems to have been enough for me. Maybe because I’m always using tmux anyway and that covers some of iTerm’s advantages. But I’m still curious about iTerm.

There's the tmux -CC control mode support that was mentioned, which combines best from both. Leader key support that arrived in this version might enable even greater Tmux integration.

I like how easy it has been to manage Unix terminal keys without giving up non-US keyboard altogether. Other Unix/Linux terminal stuff like middle click/tap paste. Search is good. Hotkey window ("Quake" mode") is a fun one, but never seem to remember to call it. Contrast adjustment to tweak themes for readability. Smart Selection for urls and the like.

But I've been an user for many years, so hard to look at the experience through features.

Re: iTerm2 3.5.0

#156
post #21

How does iTerm compare to Prompt from Panic for people who used both a lot? I just use the default terminal that comes with macOS but was considering trying one of these ones.

I switched back from Prompt to iTerm. Prompt is awfully nice but has enough bugs and rough edges (which I've reported to Panic so they can fix them) that I'm not yet comfortable with it as my daily driver.

Re: iTerm2 3.5.0

#157
post #28
post #23

Are we past the point of no return? Does all software need to have AI features now? I know it's opt-in, but just knowing it's there makes me not want to use this any more.

> Does all software need to have AI features now All software where it makes sense, yes. AI/LLM are a tool, especially efficient with text, so having terminal integration will be useful to some. Honestly if an AI can annotate some obscure command line errors with an explanation and a possible fix, I'm all for it. If an AI can help me generate jq filters, I'm all for it. If an AI can help me in any (non intrusive/obno…

Appreciate your response. In my opinion, I don't want my terminal to have AI integration. I don't like the idea of AI-generated code being a single key-press away from being sent to a remote server. Others may disagree with that opinion, which is fine too.

Re: iTerm2 3.5.0

#158
post #154
post #139

Earlier quoted context omitted.

> Don't send them confidential information! Most of what I do in a terminal is confidential. I find it scary and also funny that in the age of data laws, privacy policies, data leaks, etc, someone thought this is an acceptable workflow.

For someone working on their personal projects for which they can make decisions about visibility, why wouldn't it be an acceptable workflow?

Absolutely fine for that workflow.

Make sure to add a note to the project’s privacy policy that user data is sent to openai.

Re: iTerm2 3.5.0

#159
Hi! I’m the author. I wrote my thoughts on the AI furor here (in two unlinked parts because I’m apparently bad at computers):

https://techhub.social/@gnachman/112481098349565431

https://techhub.social/@gnachman/112481098800427110

I’m happy to discuss the tradeoffs.

There’s a change coming in the next dot release so managed environments can disable all generative ai features. I’ll keep an eye out for what others do in this regard to support enterprise users.

Re: iTerm2 3.5.0

#160
post #142

Earlier quoted context omitted.

It is exposed from Advanced tab under "URL for AI API". You do have to change the model name from the preselected and offered OpenAI GPT model names. Otherwise this AI API URL isn't used. Haven't yet tested with local OAI compatible model yet, though, but did manage to break it using bad address :)

How do you change the model name from the preselected and offered OpenAI GPT model names? I don't see the option to do so.

click the name instead of the dropdown arrow

Note that to make use of ollama, you'll have to wait for the next release or upgrade to a beta release --- while you can change the API right now it's using a newer format for the payload, that's fixed in the beta/next release.

Post reply on HN