Viewing profile — twp
twp
HN member- Joined
- Sat, Oct 25, 2008, 2:55 PM UTC
- HN karma
- 975
- Public activity
- 223 items
- HN profile
- View on Hacker News ↗
About twp
Recent public activity
- story
- story
-
comment
Comment #47766014
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 …
-
comment
Comment #46344804
chezmoi has similar functionality, but it does install a binary on the target machine: https://www.chezmoi.io/reference/commands/ssh/
- story
-
comment
Comment #45886082
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 wil…
-
comment
Comment #45496462
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" -…
-
comment
Comment #45339579
Ah! Thank you! How can I update the story URL to point to GitHub's new dashboard feed?
-
comment
Comment #45339451
Original URL was https://github.com/dashboard-feed . Presumably some HN mod changed the URL to point to something different?
- story
- story
-
comment
Comment #45083143
> 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/ .…
-
comment
Comment #44851050
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 a…
-
comment
Comment #44815323
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 gitle…
-
comment
Comment #44815278
https://www.chezmoi.io/reference/commands/merge-all/ might help you here - it opens your preferred merge tool for the dotfiles that have drifted.
-
comment
Comment #44813707
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 …
-
comment
Comment #43348623
This is, without doubt, the greatest sequence of words on programming ever committed to magnetic storage.
-
comment
Comment #43325813
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 discussion…
-
comment
Comment #43320273
Google are aware of the problem and are working on a fix: https://www.reddit.com/r/Chromecast/comments/1j7caui/comment... Still very annoying.
-
comment
Comment #43175792
CLI tool to find duplicate files unbelievably quickly: https://github.com/twpayne/find-duplicates
-
comment
Comment #43031027
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…
- story
-
comment
Comment #41990530
[flagged]
-
comment
Comment #41959062
How can I stop this bullshit from ever affecting my life?
-
comment
Comment #41625664
Keep a broad perspective: https://pivot-to-ai.com/