Earlier quoted context omitted.
"Electron is horrible to deal with as an end-user" - this is not reflective of your average user at all. Most people are just happy to have an app that looks, acts and feels native.
The average end-user has less than 4GB of RAM and would struggle to run electron apps at all. They would get frustrated with the computer being slow but would not know who to blame. Aside from that, electron apps do not look, act or feel native.
Hyper 2, Electron based terminal
81–90 of 231 posts
Re: Hyper 2, Electron based terminal
#82I had high hopes for this project. Particularly considering the fact default terminal in Windows is a total crap and it seems Microsoft is not interested at all to fix the problems (yeah, I know, they are saying they are working on it but they haven’t delivered in 3 years, how hard it is to add unlimited scroll bar option? Or hide scroll bar?. I wish I could’ve run gnome-terminal in Windows.) Back to hyper. Hyper dis…
I'm surprised to hear that there are people who fully close and quit their terminal emulator.
Re: Hyper 2, Electron based terminal
#83Earlier quoted context omitted.
The problem is that your language choice is very limited. You can choose C++, no thanks, or Python which is very slow. There are no good options for languages or VMs on Qt in the Java/C#/VM/Jit range of the language performance spectrum.
There are no good options for languages or VMs on Qt in the Java/C#/VM/Jit range of the language performance spectrum. Qt had pretty good Java support with Qt Jambi. But nobody cared and they cancelled the product. https://en.wikipedia.org/wiki/Qt_Jambi
Re: Hyper 2, Electron based terminal
#84Interested to see how this compares in performance and resource usage with Alacritty[1] [1]: https://github.com/jwilm/alacritty
Re: Hyper 2, Electron based terminal
#85Earlier quoted context omitted.
What about good ol' QT?
The problem is that your language choice is very limited. You can choose C++, no thanks, or Python which is very slow. There are no good options for languages or VMs on Qt in the Java/C#/VM/Jit range of the language performance spectrum.
But pyqt apps are way faster than electron
Re: Hyper 2, Electron based terminal
#86Earlier quoted context omitted.
Good read. Thanks. And I agree: Electron is horrible to deal with as an end-user. I've been using Vim for some time and then decided to use VS Code. The integrations, plugins, and everything else were awesome, but man the 3-4GB of RAM was just crazy. Despite the fact my machine has 16GB of RAM, I'm dealing with quite a few VMs and Docker containers locally, so actually 16GB isn't a lot.
I've been using VSCode for years and it's been great, but I'm always looking for learning something new. I keep reading about Vim and last time I checked it seems SO complicated to use. I don't understand how it's so popular. Is it because it's blazing fast?
Re: Hyper 2, Electron based terminal
#87Re: Hyper 2, Electron based terminal
#88Hyper is the only proper terminal emulator on Windows. Time to upgrade.
Re: Hyper 2, Electron based terminal
#89Earlier quoted context omitted.
I've been using VSCode for years and it's been great, but I'm always looking for learning something new. I keep reading about Vim and last time I checked it seems SO complicated to use. I don't understand how it's so popular. Is it because it's blazing fast?
You can use vim keybindings in VSCode. It mostly works, except for more advanced stuff. Correct indentation when pasting is a pain in my opinion. And somehow I find the VSCode's multi-cursor feature so much more convenient than Vim's macros.
:set paste
:)Re: Hyper 2, Electron based terminal
#90I just can't stand Electron based applications at all. I can't stand JavaScript actually, but that's something different entirely. I'm really looking forward to learning Flutter ( https://flutter.io ) so I can finally do some mobile based application development in a cross platform manner without having to use JavaScript. Prior to Flutter I was considering Swift and Kotlin and just maintaining two code bases (and two…
I've been playing with Flutter and it seems pretty good. Dart isn't too hard to get your head around and isn't too annoying, although I do find myself disappointed that I have to learn yet another language for it. I don't have a particular problem with learning languages, but it's another speedbump on the way. And Dart is about a million times better than JS for the way I like to think about code.