top | item 40438711

(no title)

crizzlenizzle | 1 year ago

Nice, I like lightweight and modern terminal emulators. Just installed kitty and compared it in a sloppy way to foot [0] (by running `xxd /dev/urandom` side-by-side) and foot appears to be faster.

[0] https://codeberg.org/dnkl/foot

discuss

order

Ferret7446|1 year ago

kitty is written in Python, which instantly lowers the ceiling for performance by an order of magnitude. I discarded it as an option in the past: the most important requirement for me is the terminal cannot crash, and I can't trust a Python program to do that.

lima|1 year ago

Much of kitty is written in C, particularly the (very fast) rendering pipeline.

FireInsight|1 year ago

I like Kitty graphics protocol, but never used it. Didn't know Kitty was python, always assumed it was compiled due to the reported speed benefits. Maybe I'd benefit from switch to foot since my setup is mostly wayland nowadays, extra startup speed would be great. Foot seems to also have working terminal clipboard integration with `micro` too.

majoe|1 year ago

Foot is really great. I often open terminals for executing single commands, so I appreciate its short startup time