HackerTrans
TopNewTrendsCommentsPastAskShowJobs

sciolizer

no profile record

comments

sciolizer
·2 माह पहले·discuss
You can't use a worktree without write access to the shared object database. You can use worktrees, or you can containerize your agents, but you can't do both.
sciolizer
·2 माह पहले·discuss
> hardlinks the index

I think you mean hardlinks the object database? The index (staging area) changes constantly. Not much point in hardlinking it.

Hardlinking the object database is the default behavior with you clone locally on linux. It's great for one-off clones such as CI/CD pipelines and agentic containers, but the benefit in terms of disk space saved is short-lived: as repos evolve independently, they replace their packfiles with new ones, and the new ones will not be hardlinked because they don't contain the same objects.

I like to keep bare repositories in dropbox, but I use `--no-hardlinks` when cloning, because before I did that, on one occasion, dropbox corrupted the bare repo, and my working repo was corrupted as a result.
sciolizer
·5 माह पहले·discuss
His Sarah Paine episodes have way more listeners than his normal fare. I doubt that's the whole story, but that's surely part of it.
sciolizer
·10 माह पहले·discuss
`man perl` and `man perlintro` are the easiest way to get started. Not sure about Raku.