I run 2 "developers" and myself. Also with tmux, in 3 windows, but I just clone the repo for the 2 developers and then manually pull into my copy when I think it's done. I see various people/sites mentioning git worktrees. I know what it is, but how is it better?
git worktrees optimize how data is shared across multiple directories. So, you’re not cloning and duplicating a bunch of code on your machine and just referencing data from the original .git folder.
The only downsides I’ve seen:
1. For JS projects at least, you still need to npm install or yarn install for all packages. This can take a bit of time.
2. Potentially breaks if you have bespoke monorepo tooling that your infra team won’t accept updates for, why is this example so specific, I don’t know just accept my PR please. But I digress.
Coincidentally, I just posted this[1] earlier today where I made a simple change against a 210 LOC vs 1379 LOC file, comparing parameters: LOC, filename vs URL path for that webpage, playwright verification.
My question is how does the author get things done with $0.10 ? My simple example with the smaller file is $2 each.
I have been building a Bluesky+X cross-posting tool with Bluesky analytics — https://theblue.social for the last few months. 2nd time I've gone full indie in 30 years.
I started building this a few months ago and have iterated quite a bit. Want to know your feedback. Login (free) with Bluesky account after you create an app-specific password at https://bsky.app/settings/app-passwords.
(Initially scheduled posting was only for Bluesky, but I've recently added cross-posting to X because cross-posting seems the way to go and I wanted to try that hypothesis out).
> Aka someone wants to know if i'm over 18, someone needs to verify to that entity that im over 18.
> If i now trust a random company to verify me, someone now needs to trust that random company. As usual with Crypto/Bitcoin the trust anker issue is not solved as far as i know.
Chain of trust (i.e like HTTPS certs). You'll have to have trusted oracles any way for blockchains. No way around that.
reply