Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
treeblah
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
treeblah
5mo ago
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, close the worktree,
2.
▲
by
treeblah
8mo ago
https://mgmarlow.com
3.
▲
by
treeblah
1y ago
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, which also se
4.
▲
by
treeblah
2y ago
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/star
5.
▲
by
treeblah
3y ago
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 appealing for new
6.
▲
by
treeblah
3y ago
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 '((types
7.
▲
by
treeblah
3y ago
Hm, what's your `(emacs-version)`? `package-vc-install' is only available in Emacs 29+.
8.
▲
by
treeblah
3y ago
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 already. I put t
9.
▲
by
treeblah
3y ago
https://mgmarlow.com Tons of Emacs posts recently since that's been top of mind for the last six months.
10.
▲
by
treeblah
3y ago
Grammarly posted an article a couple years ago about using Common Lisp: https://www.grammarly.com/blog/engineering/running-lisp-in-p...
11.
▲
by
treeblah
4y ago
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: https://emacs-lsp.github.io/lsp-mode/page
12.
▲
by
treeblah
4y ago
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 youtub
13.
▲
by
treeblah
4y ago
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 lsp-mode and the expe
14.
▲
by
treeblah
4y ago
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