https://offby1.website
4 posts
Tech
Subscribe via RSS
jj bookmark advance is a relatively new feature1 of Jujutsu that replaced the nearly ubiquitous jj tug alias that moved bookmarks to the "tip" of their respective commit DAGs. The way it works is by moving the matched bookmarks to the revset specified in revsets.bookmark-advance-to, which by default is @ -- ie, the current active commit. I find that to be unhelpful because I've often got unpushable commits in my history, so mine is a bit more involved: [revsets] bookmark-advance-to =…
I have developed a patten for local web development that I really like that gives me a few features that you can probably get with some full stack toolchain, but I’ve cobbled together out of a collection of open source components instead. It gives me TLS termination, nice domain names, and 100% local networking. I alluded to it indirectly in my last post about RFC 6761 domain names but I thought it worth expanding here. First, there are two software components that are relevant: traefik and…
How to use .localhost for fun and profit
Sharing shell tools habits between all of my hosts using chezmoi, building on a fantastic post by Mark