Kovid is sort of an arrogant douchebag https://news.ycombinator.com/item?id=8213946
Kitty – GPU based terminal emulator
71–80 of 87 posts
Re: Kitty – GPU based terminal emulator
#72My progression has been st -> kitty -> ghostty. I wanted to love st, but found too many unpolished corners. Kitty was great, but it felt like the exact opposite of st. Very large and opinionated. ghostty, at least originally, was new and something between st and kitty. With claude code I wonder where the landscape of personalized software will land. st and others may be on to something in this era.
I recently switched back to kitty from ghostty. Ghostty was taking > 1s to boot, and I really don't have the time to debug it.
Re: Kitty – GPU based terminal emulator
#73My favorite aspect of kitty is the infinite scrollback. My scrollback is 10000 lines long and scrollback buffer itself can store 1 GB worth of history.[0] When you hit a certain shortcut, you can use any pager to search through the scrollback. It's all very fast. [0] https://github.com/siraben/dotfiles/blob/84225d914acd226863e...
Don’t most terminals offer this?
Re: Kitty – GPU based terminal emulator
#74Earlier quoted context omitted.
I'm on wayland. Kitty can be used as a layershell window. So you can build panels, taskbars, etc if you were so inclined. For example, you want fastfetch or htop as a live desktop background? Kitty can do that.
I'd like to introduce you to conky
Re: Kitty – GPU based terminal emulator
#75Earlier quoted context omitted.
> Kitty terminal can essentially replace a big part of a linux desktop environment, if you want it to. It's infinitely customizable AND has own opinions at the same time. i'm interested in this idea. can you expand on that? what functionality are you replacing? i don't currently use a DE and i get along pretty well doing most of my work in alacritty and firefox-esr. occasionally i drop into pcmanfm if i need a visual…
I'm on wayland. Kitty can be used as a layershell window. So you can build panels, taskbars, etc if you were so inclined. For example, you want fastfetch or htop as a live desktop background? Kitty can do that.
Re: Kitty – GPU based terminal emulator
#76My favorite aspect of kitty is the infinite scrollback. My scrollback is 10000 lines long and scrollback buffer itself can store 1 GB worth of history.[0] When you hit a certain shortcut, you can use any pager to search through the scrollback. It's all very fast. [0] https://github.com/siraben/dotfiles/blob/84225d914acd226863e...
Don’t most terminals offer this?
There are definitely some that don't, or don't make it configurable, which for me just gives me pretty strong incentive not to use them.
Re: Kitty – GPU based terminal emulator
#77Kovid is sort of an arrogant douchebag https://news.ycombinator.com/item?id=8213946
Re: Kitty – GPU based terminal emulator
#78My progression has been st -> kitty -> ghostty. I wanted to love st, but found too many unpolished corners. Kitty was great, but it felt like the exact opposite of st. Very large and opinionated. ghostty, at least originally, was new and something between st and kitty. With claude code I wonder where the landscape of personalized software will land. st and others may be on to something in this era.
I recently switched back to kitty from ghostty. Ghostty was taking > 1s to boot, and I really don't have the time to debug it.
Re: Kitty – GPU based terminal emulator
#79Re: Kitty – GPU based terminal emulator
#80Earlier quoted context omitted.
"console", "terminal" and "terminal emulator" all refer to the same thing. "shell" is the read-eval-print-loop interface you use to work in the terminal.
Please don't confuse the novices. A console is either a special kernel device or a UI subsystem; a terminal is a physical piece of kit; and a terminal emulator is an application that runs on a general purpose computer that emulates one of the aforementioned pieces of kit. * https://jdebp.uk/FGA/tui-console-and-terminal-paradigms.html * https://jdebp.uk/Softwares/nosh/guide/commands/freebsd-conso... * https://jdebp.uk…
Lol my man I don't think you're the right person to be taking advice from on how to not confuse people.