HackerTrans
TopNewTrendsCommentsPastAskShowJobs

metabeard

no profile record

comments

metabeard
·5 mesi fa·discuss
Please post this. I'd love to play with it and, especially, see how fast it is.
metabeard
·9 mesi fa·discuss
If you disable internet access for the device at the router level, the ads, the autostarting tv, etc all go away.
metabeard
·12 mesi fa·discuss
Nope. They're so light that when they enter the airspace, they get sucked into the net (back) or blown away (front).
metabeard
·anno scorso·discuss
This comment is the first result when searching "inconsistent comma clause 29 magna carta" on Google. Can you link to a source?
metabeard
·2 anni fa·discuss
I prefer to split work and personal repos into ~/dev for work and ~/src for personal.

  # file ~/.gitconfig
  [includeIf "gitdir:~/src/"]
  path = /Users/metabeard/.config/git/.gitconfig-personal
  [includeIf "gitdir:~/dev/"]
  path = /Users/metabeard/.config/git/.gitconfig-work
and

  # file .config/git/.gitconfig-personal and .config/git/.gitconfig-work
  # both are very similar with different email and signingkey
  [user]
    name = Meta Beard
    email = [email protected]
    signingkey = ssh-rsa xxx==

  [gpg]
    format = ssh

  [gpg "ssh"]
    program = "/Applications/1Password.app/Contents/MacOS/op-ssh-sign"

  [commit]
    gpgsign = true