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".