HackerTrans
トップ新着トレンドコメント過去質問紹介求人

twp

no profile record

投稿

GitHub Actions broke caching on macOS

github.com
3 ポイント·投稿者 twp·8 か月前·0 コメント

GitHub replaces dashbord feed with AI shit?

github.com
4 ポイント·投稿者 twp·10 か月前·6 コメント

Improving My Dotfiles Posture

benprisby.com
1 ポイント·投稿者 twp·10 か月前·0 コメント

コメント

twp
·3 か月前·議論
AI reviews are flaky - maybe correct 80% of the time - and everyone hates flakiness.

AI code reviews easily double the work in reviewing: you have to both review the original code and the AI code review. The AI code review can be 80% correct, but you never know which 80% is correct and which 20% is garbage, so you have to review all the AI's comments.
twp
·7 か月前·議論
chezmoi has similar functionality, but it does install a binary on the target machine:

https://www.chezmoi.io/reference/commands/ssh/
twp
·8 か月前·議論
deepwiki.com is untrustworthy AI slop. A true cancer.

deepwiki.com's generated page on my project contains several glaring errors. I hate to think of the extra support burden I will have to bear because of deepwiki.com publishing wrong information.

I asked the authors of the site (Andrew Gao) to remove their page on my project, but they ignored my request.
twp
·9 か月前·議論
This is really cool and innovative thinking, but anything aerodynamic does not scale linearly. It's really easy to make something light fall slowly. Baby spiders use "ballooning" -- a single thread -- to fall so slowly that they can travel far in thermal updrafts.

What's missing here is any evidence that the same cool parachutes will work on anything of significant mass, e.g. a parcel weighing 2kg or an average human weighing 80kg.
twp
·10 か月前·議論
Ah! Thank you! How can I update the story URL to point to GitHub's new dashboard feed?
twp
·10 か月前·議論
Original URL was https://github.com/dashboard-feed.

Presumably some HN mod changed the URL to point to something different?
twp
·2 年前·議論
Keep a broad perspective: https://pivot-to-ai.com/
twp
·2 年前·議論
In my case, I have things like Github Personal Access Tokens stored in my password manager and then use chezmoi's templates to populate them in my dotfiles, for example:

https://github.com/twpayne/dotfiles/blob/master/home/dot_zsh...

This means that: 1. My secrets are safely stored in my password manager so I can share my dotfiles. 2. When I update the secret in my password manager it automatically gets updated in my dotfiles when I run `chezmoi apply`.
twp
·2 年前·議論
stow's approach of using symlinks is extremely limiting. For example, it means you can't have templates (for small machine-to-machine differences and secrets) or encrypted files. chezmoi does have a symlink mode, like stow, but using symlinks has multiple downsides: https://www.chezmoi.io/user-guide/frequently-asked-questions...

chezmoi was actually inspired by Puppet, not stow.

Source: me, I'm the author of chezmoi.
twp
·2 年前·議論
How do you handle differences between machines? How do you handle secrets? How do you run scripts?
twp
·2 年前·議論
Unfortunately there's no other way of doing this, except for adding a shell alias. See https://www.chezmoi.io/user-guide/frequently-asked-questions....
twp
·4 年前·議論
The availability of age as a Go library means that it's easy to embed age into other tools. For example chezmoi supports age encryption for your sensitive dotfiles, and you don't even have to install age on your machine to use it.

https://www.chezmoi.io/user-guide/encryption/age/

https://www.chezmoi.io/user-guide/encryption/