HackerTrans
TopNewTrendsCommentsPastAskShowJobs

aslatter

no profile record

comments

aslatter
·il y a 2 mois·discuss
What is this supposed to be about? The link looks like some sort of star-chart, but I don't see where to get an explanation.
aslatter
·il y a 10 mois·discuss
"As I remember London": https://world.hey.com/dhh/as-i-remember-london-e7d38e64
aslatter
·il y a 11 mois·discuss
tcc version 0.9.28rc returns "1", whatever that means.
aslatter
·il y a 2 ans·discuss
I didn't invent this, but I have a headless "config" checkout, and have a git-alias which sets my home-directory as the work-tree:

   git init --bare $HOME/.config/repo
   alias config='/usr/bin/git --git-dir=$HOME/.config/repo --work-tree=$HOME'
   config config --local status.showUntrackedFiles no
Then I can do things like "config add", "config commit", and "config push".
aslatter
·il y a 3 ans·discuss
I keep this clip open in a browser tab so I can go back to it from time-to-time: https://www.youtube.com/watch?v=X3NASGb5m8s

It's the same basic message from Jobs, but this time about Xerox.
aslatter
·il y a 3 ans·discuss
That is a pain, but the --update-refs argument to git-rebase helps somewhat: https://git-scm.com/docs/git-rebase#Documentation/git-rebase...