Earlier quoted context omitted.
"Some people have asked why kitty does not perform better than terminal XXX in the test of sinking large amounts of data, such as catting a large text file. The answer is because this is not a goal for kitty. kitty deliberately throttles input parsing and output rendering to minimize resource usage while still being able to sink output faster than any real world program can produce it. Reducing CPU usage, and hence b…
That... doesn't make any sense.
Kitty – a fast, featureful, GPU based terminal emulator
111–120 of 323 posts
Re: Kitty – a fast, featureful, GPU based terminal emulator
#112I've been using Kitty for a month now. I really like it. It's slightly less usable out of the box than iTerm 2. The default shortcuts are very counterintuitive (no CMD T for new tab or CMD W to close tab). But editing the preferences is straightforward. I prefer it to iTerm because it's so. Damn. Fast. It's the only software (besides Sublime) I run on my laptop that actually feels like it's using the 40 years of tran…
From a marketing perspective I was wondering how did you discover it one month back? Product hunt? or here itself ?
Re: Kitty – a fast, featureful, GPU based terminal emulator
#113Re: Kitty – a fast, featureful, GPU based terminal emulator
#114Side note, the author's home page is an absolute relic from the past: https://kovidgoyal.net , including things like provisions for 56k modems, iframes, detection scripts for IE3 and AOL, and other gems. It even looks like he has his own pre-jquery compliance library written about 18 years ago: https://kovidgoyal.net/scripts/VisualDocumentAPI.js
Re: Kitty – a fast, featureful, GPU based terminal emulator
#115This is the real shit https://github.com/jwilm/alacritty
:(
Re: Kitty – a fast, featureful, GPU based terminal emulator
#116Why render with the GPU? I don't think I've seen a visually slow terminal emulator since 2000 and barely even in the 1990's. Text rendering is basically just blitting cached glyph bitmaps into a buffer, and CPUs have been more than overly fast doing that for eons. And CPU rendering has none of the compatibility problems/quirks that GPUs have. I can fire up a Gnome Terminal onto an unaccelerated Vesa X11 display if my…
I'm not sure if Kitty is using GPU specifically to minimize latency, but it would be a good reason.
Re: Kitty – a fast, featureful, GPU based terminal emulator
#117Why render with the GPU? I don't think I've seen a visually slow terminal emulator since 2000 and barely even in the 1990's. Text rendering is basically just blitting cached glyph bitmaps into a buffer, and CPUs have been more than overly fast doing that for eons. And CPU rendering has none of the compatibility problems/quirks that GPUs have. I can fire up a Gnome Terminal onto an unaccelerated Vesa X11 display if my…
Re: Kitty – a fast, featureful, GPU based terminal emulator
#118Although it has a lot less features than kitty and really is only usable with tmux (or GNU screen, whatever), it is more or less perfect for people who want their terminal to do just one thing and that one thing pretty fast.
Disclaimer: Haven't tried kitty yet and using alacritty for a nearly a year now.
Re: Kitty – a fast, featureful, GPU based terminal emulator
#119Re: Kitty – a fast, featureful, GPU based terminal emulator
#120I love this seemingly new tendency of re-building the most basic things with much better design choices than originally made in 90-s (or 70-s) — it's sometimes baffling how people are ok with using weird unintuitive tools all day every day, because it's always been this way and after spending a couple months on it everyone gets used to it. I mean, I love how user friendly (meaning configuration and all) kitty is out…
Just look at how often a new product - like this one - is compared to existing products on HN, and how many comments are about what features other products have that are dealbreakers.