Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
twp
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
4 ms
·
1.
▲
The Unreadable Winter
(drlennecefer.substack.com)
2 points
by
twp
1mo ago
|
0 comments
2.
▲
Syncthing for Dotfiles: Sync vs. Manage
(sumguy.com)
17 points
by
twp
2mo ago
|
3 comments
3.
▲
by
twp
5mo ago
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% correc
4.
▲
by
twp
9mo ago
chezmoi has similar functionality, but it does install a binary on the target machine: https://www.chezmoi.io/reference/commands/ssh/
5.
▲
GitHub Actions broke caching on macOS
(github.com)
3 points
by
twp
10mo ago
|
0 comments
6.
▲
by
twp
10mo ago
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
7.
▲
by
twp
1y ago
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 t
8.
▲
by
twp
1y ago
Ah! Thank you! How can I update the story URL to point to GitHub's new dashboard feed?
9.
▲
by
twp
1y ago
Original URL was https://github.com/dashboard-feed . Presumably some HN mod changed the URL to point to something different?
10.
▲
GitHub replaces dashbord feed with AI shit?
(github.com)
4 points
by
twp
1y ago
|
6 comments
11.
▲
Improving My Dotfiles Posture
(benprisby.com)
1 points
by
twp
1y ago
|
0 comments
12.
▲
by
twp
1y ago
> I know my way around emacs. vimdiff is a foreign country. You don't have to use vimdiff. You can use any merge tool you want. See https://www.chezmoi.io/user-guide/tools/merge/ . > Often my change
13.
▲
by
twp
1y ago
Please can you open an issue or discussion for these questions on https://github.com/twpayne/chezmoi - this way more people will both be able to help and more people will see the answer.
14.
▲
by
twp
1y ago
chezmoi includes secret scanning from https://gitleaks.io/ by default to catch when you accidentally add a file with a secret in it. To be even more confident, you should add gitleaks as a git hook to your repo however.
15.
▲
by
twp
1y ago
https://www.chezmoi.io/reference/commands/merge-all/ might help you here - it opens your preferred merge tool for the dotfiles that have drifted.
16.
▲
by
twp
1y ago
It's not a question of share everything or share nothing - with https://chezmoi.io you can choose exactly what you want to share: * You can keep your entire dotfile repo secret by using any private git hosting, including yo
17.
▲
by
twp
2y ago
This is, without doubt, the greatest sequence of words on programming ever committed to magnetic storage.
18.
▲
by
twp
2y ago
As the maintainer of several popular open source projects (e.g. https://chezmoi.io ), the forms of help I appreciate the most are: * User support. Answering questions in discussions, social media, and GitHub issues. This helps on
19.
▲
by
twp
2y ago
Google are aware of the problem and are working on a fix: https://www.reddit.com/r/Chromecast/comments/1j7caui/comment... Still very annoying.
20.
▲
by
twp
2y ago
CLI tool to find duplicate files unbelievably quickly: https://github.com/twpayne/find-duplicates
21.
▲
by
twp
2y ago
Game of life implemented as sets in Clojure: (defn neighbors [[x y]] #{[(dec x) (dec y)] [(dec x) y] [(dec x) (inc y)] [ x (dec y)] [ x (inc y)] [(inc x) (dec y)] [(inc x) y] [(inc x) (inc y)]}) (defn count-n
22.
▲
Chezmoi adds policy on LLM-generated content to contributor guide
(github.com)
1 points
by
twp
2y ago
|
0 comments
23.
▲
by
twp
2y ago
How can I stop this bullshit from ever affecting my life?
24.
▲
by
twp
2y ago
Keep a broad perspective: https://pivot-to-ai.com/
25.
▲
Show HN: Generate Go structs from multiple JSON objects
(github.com)
1 points
by
twp
2y ago
|
0 comments
26.
▲
by
twp
2y ago
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/blo
27.
▲
by
twp
2y ago
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 us
28.
▲
by
twp
2y ago
How do you handle differences between machines? How do you handle secrets? How do you run scripts?
29.
▲
by
twp
2y ago
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... .
30.
▲
by
twp
2y ago
Some teams are using https://chezmoi.io to set up and maintain their developer's machines. It runs on Linux, macOS, and Windows. https://install.doctor/ is a higher level option which uses chezmoi.
More ›