Projects Publications Blog Linklog

Linklog

A curated collection of links and resources I have found over time.

Tags: #algorithms (8)#best-practices (9)#cli (4)#data (10)#data-science (7)#deep-learning (8)#diffusion (3)#library (11)#llm (10)#LLM (1)#markdown (2)#optimization (6)#physics (3)#python (27)#rust (7)#SQL (2)#statistics (4)#tools (7)#vcs (6)#web-dev (4)

May 2025

Week 19
  • zerowidth positive lookahead (zerowidth.com) - #vcs

    I'm still itching to try jujutsu in more details, but every time I dive in the documentation, I feel like I'm missing a piece. I've been wondering if I just need to "see it at work", see how someone actually uses it, especially from my perspective. This post is much closer to that and I found it useful.

February 2025

Week 9
  • Git Branching for Small Teams (victoria.dev) - #vcs

    A good git workflow for small teams. Reading it, it happens to be the one we use in my team, and I can confirm it's a very effective one!

Week 8
  • flywhl/logis (github.com) - #python#vcs#library

    An interesting library to record ML experiments metadata through commit messages. Even better, it supports a query language to find which commit satisfies a given criterion.

Week 7
  • jj init (v5.chriskrycho.com) - #vcs

    I've been more and more tempted by jujutsu as a drop-in replacement for git. Its default way to handle changes seems so sane compared to git. This article is a very thorough and accessible introduction to how it works, and it definitely nudged me further along the jj train.

  • How I Use Git Worktrees (matklad.github.io) - #vcs

    Useful example of a git worktree workflow. Worktrees help avoiding all the stashing and branch hopping a typical workflow would have. You can pull the repository multiple times on different branches and work on different features, review pull requests, run automated tests, etc..., without having to break your flow.

December 2024

Week 50
  • GitHub Actions by Example (www.actionsbyexample.com) - #vcs

    I always have to google Github actions format and snippets, or prompt an LLM for it. This is a collection of examples so you never have to google it again.

You can follow me via RSS. Switch theme.
© 2025 Nicolas Chagnet. All rights reserved.