HackerTrans
TopNewTrendsCommentsPastAskShowJobs

metabeard

no profile record

comments

metabeard
·5개월 전·discuss
Please post this. I'd love to play with it and, especially, see how fast it is.
metabeard
·9개월 전·discuss
If you disable internet access for the device at the router level, the ads, the autostarting tv, etc all go away.
metabeard
·12개월 전·discuss
Nope. They're so light that when they enter the airspace, they get sucked into the net (back) or blown away (front).
metabeard
·작년·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년 전·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
metabeard
·2년 전·discuss
S3 is acting as a backup, not a data store. The SQLite file is local to the app. This recent post discusses the tradeoffs in more detail and includes metrics. https://fractaledmind.github.io/2024/10/16/sqlite-supercharg...
metabeard
·2년 전·discuss
The search modal says, "Search by Algolia".