Are there any open source serverless platforms? It feels like something I ought to be able to run in Docker on my personal VMs, but I've not heard of anything.
(I appreciate the irony of serverless on your own server, but the programming model seems generally applicable.)
miniblog.
Related Posts
I try to name my git remotes as 'github' where applicable. It really helps readability of commands.
This is so common that I wish I could make this default (apparently the default remote name 'origin' isn't configurable in git).
Interesting discussion of inefficiencies in elisp bytecode during function calls: https://www.xemacs.org/Architecting-XEmacs/faster-elisp.html
(From the XEmacs site, but entirely applicable to GNU Emacs and Remacs too I think)
'Seven habits of effective text editing' by the vim author
https://moolenaar.net/habits.html (great article, and much of it applicable to Emacs too!)