No love for MultiEdit? :(
IDEs we had 30 years ago and lost (2023)
441–450 of 607 posts
Re: IDEs we had 30 years ago and lost (2023)
#442Earlier quoted context omitted.
Vim was born in Amiga and Amiga OS came with some Emacs clone.
I surely don't remember such clone. As for where Vim was born, hardly matters, it was someone with UNIX culture background, that happened to own an Amiga.
Re: IDEs we had 30 years ago and lost (2023)
#443The only free solution back then in which you could have a free 32bit protected mode DPMI built-in. And a VESA linear frame buffer!!!
Good ol days :-D
Re: IDEs we had 30 years ago and lost (2023)
#444Earlier quoted context omitted.
Magit is really great, however, it can definitely be quite slow and buggy sometimes
I've been using Magit for years, and have never noticed any bugs. The interface is unique and takes a lot of getting used to. I did need to leverage my extensive experience with Git and Emacs to understand unexpected behaviour but the fault always lay with me. Given the implications of bugs in such a critical part of a developer's workflow, can you be more specific?
I mean, magit is not some perfect piece of software. Of course it has bugs, I just hit them quite a lot. The slowness is more annoying though. Sometimes it takes seconds to open magit after hitting C-x g
I've also had magit get stuck in a 100% CPU usage loop a couple times
Re: IDEs we had 30 years ago and lost (2023)
#445Edit: I think there is a lot of “do it because we can do it not because we benefit from it” in modern software. But fetishizing the past gets a bit silly. I do still remember getting plenty of useless documentation in old TP. And blasting through an interface that lags behind your typing is how you end up doing something completely unpredictable because one keystroke was a bit off.
Re: IDEs we had 30 years ago and lost (2023)
#446Earlier quoted context omitted.
Vim was born in Amiga and Amiga OS came with some Emacs clone.
I surely don't remember such clone. As for where Vim was born, hardly matters, it was someone with UNIX culture background, that happened to own an Amiga.
I think they mean MicroEmacs. Despite its name, it was not Emacs, but it had Emacs-like keyboard shortcuts, multiple buffers, and macros, which was quite neat for a free 1986 application on a home computer.
Re: IDEs we had 30 years ago and lost (2023)
#447Earlier quoted context omitted.
> How did the magit guy or people even come up with the data model? It's not all that different from a typical TUI interface. Magit isn't great because of the interface. It's great because the alternative (plain git) has such a crappy interface. Contrast principle and all.
Magit is pretty great because of transient, the model of showing what all the commands are. It's a very natural and easy UI affordance
Re: IDEs we had 30 years ago and lost (2023)
#448I think Emacs still does all of this; the argument the author makes is that it is "arcane", it just uses conventions he is not used to. It is however fully self-documented and interactive. For me the best textual interface I've ever used remains Magit in Emacs: https://magit.vc/ I wish more of Emacs was like it. I actually use emacs as my git clients even when I'm using a different IDE for whatever reason.
It's not about being arcane, it's about the lack of discoverability. Emacs and vi don't have (by default) affordances like a menu that enables a user to discover and learn the interface at their own pace. The learning curve is much smoother and allows for casual uses without having to pull a book each time.