diff --git a/content/17-emacs-and-back-again.html b/content/17-emacs-and-back-again.html
index ca58652..8bbeb80 100644
--- a/content/17-emacs-and-back-again.html
+++ b/content/17-emacs-and-back-again.html
@@ -4,7 +4,7 @@
The primary tech stack at my job at the time was nearly all JVM Spring Boot based. The JVM and Spring frustrated me, the feedback loops were not great, and heavily tied to IDE's like intellij, and for all the benefits the JVM provided felt over abstracted, simple things were difficult, and difficult things were easy. Only if you knew the framework inside and out. I explored functional programming as an escape from the JVM OOP framework hell. Part of that journey led me to emacs. I thought I was slashing through the jungle away from object oriented programming, but I found myself on a journey stripping away layers of abstraction that made work a slog.
-That journey brought me to emacs, first with evil-mode spacemacs, and then next to a small-er homegrown set up, built up organically over a few years. I played with
common lispand
SLIME, switched from
helmto
ivy, switched between
lsp-modeto
eglot, configured my
evil-modekeybindings, learned new git tricks through
magit. At work, I wrote
goand
pythonand
terraform, all in emacs. I was really productive, the invisible string separating me from the tools I was using was fairly short and thin. +That journey brought me to emacs, first with evil-mode spacemacs, and then next to a small-er homegrown set up, built up organically over a few years. I played with
common lispand
SLIME, switched from
helmto
ivy, switched between
lsp-modeto
eglot, configured my
evil-modekeybindings, learned new git tricks through
magit. At work, I wrote
goand
pythonand
terraform, all in emacs. I was really productive, the invisible string separating me from the tools I was using was fairly short and thin.
elisp. Probably I'm coming back because the journey and exploration, to me, is more fulfilling than the destination. +Two layoffs later and now I'm coming back to emacs, not because it's the best editor out there, and not because I love writing
elisp. Probably I'm coming back because the journey and exploration, to me, is more fulfilling than the destination. diff --git a/posts/posts.go b/posts/posts.go index af414c1..7b05622 100644 --- a/posts/posts.go +++ b/posts/posts.go @@ -144,7 +144,7 @@ var ( Path: "notes/17-emacs-and-back-again.html", Title: "Emacs And Back Again", Posted: "2024-06-18", - Updated: "2024-06-18", + Updated: "2024-06-25", Tags: []string{"editor", "ide", "emacs", "code"}, } Posts = []Post{