Earlier quoted context omitted.
I tried it for a week or so on Ashai. It was super fast. However the lack of tab support ended up being a dealbreaker. Multiple instances are ok, but I prefer tabs at the top of my application.
I suppose foot works best with a tiling window manager, it's also very often the default with swaywm
Foot – A fast, lightweight and minimalistic Wayland terminal emulator
121–130 of 140 posts
Re: Foot – A fast, lightweight and minimalistic Wayland terminal emulator
#122Re: Foot – A fast, lightweight and minimalistic Wayland terminal emulator
#123Foot has an opt-in server mode so that if you are used to running multiple terminals at once, you can save a little memory. Great for a low-end device. Of course, if the server is closed/crashes, you lose all the client terminals which can be annoying.
Does the server ever crash? I’ve been using foot in the “normal” mode and I don’t recall it ever having crashed.
Re: Foot – A fast, lightweight and minimalistic Wayland terminal emulator
#124As someone who has dabbled in terminal emulation (I was the maintainer of Console Telnet for Win32 twenty years ago), I have respect for someone who takes the time to optimize a terminal emulator by building a fast parser and being careful with screen updates. That used to be the only way to make a graphical program fast, but these days hardware is so fast you can render an entire scene before the next screen refresh…
libvte is a big reason that GNOME Terminal tends to be faster than competing terminal emulators, including xterm and rxvt. One of VTE's tricks is that it doesn't bother painting the screen if the contents are going to be overwritten in the next frame anyway; you can scroll through megabytes of data in fractions of a second this way. The idea that it's slow, that's new to me.
Re: Foot – A fast, lightweight and minimalistic Wayland terminal emulator
#125Foot has an opt-in server mode so that if you are used to running multiple terminals at once, you can save a little memory. Great for a low-end device. Of course, if the server is closed/crashes, you lose all the client terminals which can be annoying.
Does the server ever crash? I’ve been using foot in the “normal” mode and I don’t recall it ever having crashed.
PS: i am issue number 3 hueh
Re: Foot – A fast, lightweight and minimalistic Wayland terminal emulator
#126Re: Foot – A fast, lightweight and minimalistic Wayland terminal emulator
#127Earlier quoted context omitted.
Not sure what you mean by jank, but nothing else even comes close in my experience. Gnome feels clunky in comparison with stuff like missing server side decorations and lack of adaptive sync on top of that.
I don't doubt that people like KDE, I just cannot figure out why. Something to do with usage patterns, perhaps. I never liked the Windows 95+ style UIs, perhaps that's it. Also KDE seems to be always be riddled by display bugs that I get to experience. I use Gnome when the desktop is irrelevant, like for instance my gaming box. Sway for when I want to optimize developer experience.
Re: Foot – A fast, lightweight and minimalistic Wayland terminal emulator
#128Earlier quoted context omitted.
That’s because writing Java all but requires a giant, heavy ide. Like IntelliJ, eclipse or netbeans, and always has. Vim + lsp for basically any other sane language is good enough.
You can keep telling yourself that, it doesn't change the fact that IDEA beats any plain text editor for working with code in any language I've ever seriously tried. It's not just Java. I used vim/neovim for about a decade on and off, and then went all in on neovim for about a year (because I honestly wanted to see what's on the other side), forcing myself to believe that lie in spite of my experience screaming the o…
Maybe I don’t need my editor to “understand the entire project” because the code I work on is modular and self contained enough that it doesn’t matter.
When I need a big refactor, tests are usually there to help.
Of course, when you are working on a code base full of AbstractAutowiredFactoryBeanFactories the yea of course you are going to need some more involved tooling, because it’s impossible for a human to read.
Re: Foot – A fast, lightweight and minimalistic Wayland terminal emulator
#129Earlier quoted context omitted.
That’s because writing Java all but requires a giant, heavy ide. Like IntelliJ, eclipse or netbeans, and always has. Vim + lsp for basically any other sane language is good enough.
Just as much as going to the 10km away supermarket requires a car or public transport - you can walk if you want, but I will have already went home from shopping while you are still just started walking.
Re: Foot – A fast, lightweight and minimalistic Wayland terminal emulator
#130Earlier quoted context omitted.
Just as much as going to the 10km away supermarket requires a car or public transport - you can walk if you want, but I will have already went home from shopping while you are still just started walking.
Walking is good for you.