Live data from Hacker News

Viewing profile — treeblah

treeblah

HN member
Joined
Sun, Feb 06, 2022, 7:32 PM UTC
HN karma
45
Public activity
14 items

About treeblah

No profile information was provided.

Recent public activity

  1. comment
    Comment #47716150

    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…

  2. comment
    Comment #46622518

    https://mgmarlow.com

  3. comment
    Comment #43773517

    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,…

  4. comment
    Comment #40041514

    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 ( ht…

  5. comment
    Comment #39073666

    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 bui…

  6. comment
    Comment #37510313

    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: (set…

  7. comment
    Comment #36957349

    Hm, what's your `(emacs-version)`? `package-vc-install' is only available in Emacs 29+.

  8. comment
    Comment #36933335

    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…

  9. comment
    Comment #36607973

    https://mgmarlow.com Tons of Emacs posts recently since that's been top of mind for the last six months.

  10. comment
    Comment #35830123

    Grammarly posted an article a couple years ago about using Common Lisp: https://www.grammarly.com/blog/engineering/running-lisp-in-p...

  11. comment
    Comment #33790363

    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:/…

  12. comment
    Comment #33789958

    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 f…

  13. comment
    Comment #33789704

    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 …

  14. comment
    Comment #32801916

    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