I recently changed jobs and found myself in a position where I would need to do a lot of work on remote machines. Since I am Emacs user, the most common way to do this is using TRAMP (Transparent Remote access, Multiple Protcol). TRAMP is an Emacs package that let’s you treat a remote host like a local system, similar to VSCode Remote Development Extension. I had used TRAMP before and it tended to be slow.| coredumped.dev
If you live and breathe the terminal, then you are no doubt using a terminal multiplexer like GNU screen or tmux. But why not replace it with 100% all-natural Emacs? It can do everything your favorite multiplexer can do --- it can even edit text.| Mastering Emacs
I spend a lot of time thinking about development tools. In this article I want to discuss integrated development environments. These are programs that provide text editing (usually code) as well as a variety of features tailored to making the software development process smoother.| macoy.me