Claims about “what comes after git” aside, I really like the idea of virtual branches. Worktrees have a pitfall IMO that they don’t allow you to test changes in a running local env, meaning I need to commit the changes,…
https://mgmarlow.com
I had a near identical approach for my blog but I recently moved to a headless CMS. The bugbear being that it wasn't easy to publish if I wasn't at my desktop. With a headless CMS, I auth through Github via my phone,…
Emacs 29 made getting started a lot easier IMO, my from-scratch configuration is pretty minimal and I use it everyday. To plug my own project, I built a "kickstart" equivalent (https://github.com/mgmarlow/start-emacs)…
I don't think so. I just think right now Vercel is very good at marketing and lots of new programmers and hopping on the NextJS train. There are tons of materials out there for building apps quickly and it's very…
I found this snippet in one of Mickey's earlier tree-sitter posts that works great. It does require searching through the tree-sitter repo to make sure your paths are correct: (setq treesit-language-source-alist…
Hm, what's your `(emacs-version)`? `package-vc-install' is only available in Emacs 29+.
Really happy to see this. I've been using Emacs 29+ for the past while and have enjoyed simplifying my configuration now that use-package is OOTB. I think now is a really excellent time to try Emacs if you haven't…
https://mgmarlow.com Tons of Emacs posts recently since that's been top of mind for the last six months.
Grammarly posted an article a couple years ago about using Common Lisp: https://www.grammarly.com/blog/engineering/running-lisp-in-p...
I use web-mode + typescript-language-server for React+TSX. Whether or not you choose to use eglot or lsp-mode, I'd still recommend following the lsp-mode performance guide:…
For me its been the questionable stewardship of vscode (https://github.com/omnisharp/omnisharp-vscode/issues/5276) driving me away from vscode and the Emacs from Scratch videos from the System Crafters youtube channel…
As far as out-of-the-box support, I think it works great. Much easier to configure than lsp-mode. However, for my uses with a Ruby/React+TSX setup the performance was lacking on a large codebase. I swapped back to…
There's no direct PDF, you have to build it yourself w/ TeX by cloning the repo: git clone https://git.savannah.gnu.org/git/c-intro-and-ref.git cd c-intro-and-ref/ make c.pdf
Claims about “what comes after git” aside, I really like the idea of virtual branches. Worktrees have a pitfall IMO that they don’t allow you to test changes in a running local env, meaning I need to commit the changes,…
https://mgmarlow.com
I had a near identical approach for my blog but I recently moved to a headless CMS. The bugbear being that it wasn't easy to publish if I wasn't at my desktop. With a headless CMS, I auth through Github via my phone,…
Emacs 29 made getting started a lot easier IMO, my from-scratch configuration is pretty minimal and I use it everyday. To plug my own project, I built a "kickstart" equivalent (https://github.com/mgmarlow/start-emacs)…
I don't think so. I just think right now Vercel is very good at marketing and lots of new programmers and hopping on the NextJS train. There are tons of materials out there for building apps quickly and it's very…
I found this snippet in one of Mickey's earlier tree-sitter posts that works great. It does require searching through the tree-sitter repo to make sure your paths are correct: (setq treesit-language-source-alist…
Hm, what's your `(emacs-version)`? `package-vc-install' is only available in Emacs 29+.
Really happy to see this. I've been using Emacs 29+ for the past while and have enjoyed simplifying my configuration now that use-package is OOTB. I think now is a really excellent time to try Emacs if you haven't…
https://mgmarlow.com Tons of Emacs posts recently since that's been top of mind for the last six months.
Grammarly posted an article a couple years ago about using Common Lisp: https://www.grammarly.com/blog/engineering/running-lisp-in-p...
I use web-mode + typescript-language-server for React+TSX. Whether or not you choose to use eglot or lsp-mode, I'd still recommend following the lsp-mode performance guide:…
For me its been the questionable stewardship of vscode (https://github.com/omnisharp/omnisharp-vscode/issues/5276) driving me away from vscode and the Emacs from Scratch videos from the System Crafters youtube channel…
As far as out-of-the-box support, I think it works great. Much easier to configure than lsp-mode. However, for my uses with a Ruby/React+TSX setup the performance was lacking on a large codebase. I swapped back to…
There's no direct PDF, you have to build it yourself w/ TeX by cloning the repo: git clone https://git.savannah.gnu.org/git/c-intro-and-ref.git cd c-intro-and-ref/ make c.pdf