HackerTrans
トップ新着トレンドコメント過去質問紹介求人

metabeard

no profile record

コメント

metabeard
·5 か月前·議論
Please post this. I'd love to play with it and, especially, see how fast it is.
metabeard
·9 か月前·議論
If you disable internet access for the device at the router level, the ads, the autostarting tv, etc all go away.
metabeard
·12 か月前·議論
Nope. They're so light that when they enter the airspace, they get sucked into the net (back) or blown away (front).
metabeard
·昨年·議論
This comment is the first result when searching "inconsistent comma clause 29 magna carta" on Google. Can you link to a source?
metabeard
·2 年前·議論
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 年前·議論
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 年前·議論
The search modal says, "Search by Algolia".