Life is too short for a slow terminal
31–40 of 98 posts
Re: Life is too short for a slow terminal
#32Speaking of slow, what I absolutely cannot comprehend is why ghostty is so popular. Despite being written in Zig it is very slow and a total CPU and memory hog. Just sitting there idle it’s pulling a constant 40% of my CPU? No thanks!
Re: Life is too short for a slow terminal
#33Apparently for some of the simplicity-produces-speed arguments, users have found complex/featurefull. tools that are still quick. I’m not sure how to evaluate this (I like simplicity just because it is easier to fit simple tools in my head) but we should note the counter argument (and applaud the follow-up).
Re: Life is too short for a slow terminal
#34Speaking of slow, what I absolutely cannot comprehend is why ghostty is so popular. Despite being written in Zig it is very slow and a total CPU and memory hog. Just sitting there idle it’s pulling a constant 40% of my CPU? No thanks!
I started using it expecting to love it, but in reality it didn't seem to gain me anything but in fact was worse in several major ways. Also less configurable than Iterm2. :/
Re: Life is too short for a slow terminal
#35As it turns out, avoiding unnecessary fork() is good hygiene everywhere.
Re: Life is too short for a slow terminal
#36Re: Life is too short for a slow terminal
#37Re: Life is too short for a slow terminal
#38Speaking of slow, what I absolutely cannot comprehend is why ghostty is so popular. Despite being written in Zig it is very slow and a total CPU and memory hog. Just sitting there idle it’s pulling a constant 40% of my CPU? No thanks!
I can't understand Ghostty either except as some kind of trendy memetic thing, the $GME of the TTY world.
Re: Life is too short for a slow terminal
#39I'm surprised people are still using nvm, considering it's impact on shell startup time. I can't recommend switching to mise highly enough: https://mise.en.dev/
Re: Life is too short for a slow terminal
#40Am I the weird one? I usually have 3/4 terminals open at a time and rarely open new ones. Terminal startup speed is a non-issue for me. The only thing I demand to be fast on my terminal is grep reverse search (ctrl+r) and of course typing a character. But if your terminal can't keep up with your typing speed there is something deeply wrong with it.