~carnotweat

FOSS , Web of Trust, OPENPGP Rust, Nix, and a few bits of Haskell Ocaml.

~carnotweat/hermitmesh-discuss

Mailing list for end-user discussion and questions related to the hermitmesh project.

Last active 5 days ago

~carnotweat/hermitmesh-devel

Mailing list for development discussion and patches related to the hermitmesh project. For help sending patches to this list, please consult git-send-email.io.

Last active 5 days ago

~carnotweat/hermitmesh-announce

Low-volume mailing list for announcements related to the hermitmesh project.

Last active 5 days ago

~carnotweat/hermitenv-discuss

Mailing list for end-user discussion and questions related to the hermitenv project.

Last active 2 months ago

~carnotweat/hermitenv-devel

Mailing list for development discussion and patches related to the hermitenv project. For help sending patches to this list, please consult git-send-email.io.

Last active 2 months ago

~carnotweat/hermitenv-announce

Low-volume mailing list for announcements related to the hermitenv project.

Last active 2 months ago

~carnotweat/deltanix

#HowTO

#/After/

  1. forking and adding the following public-inbox to your git config .. | grep sendmail
  2. amending commit and rebasing
git send-email --to=~carnotweat/deltanix@lists.sr.ht patches ${path-to-patch-file}
  1. sr.ht requires names to for
 ^[A-Za-z0-9._-]+$ [^1]
  1. In fzf ^2

#git config file

git config --get-regexp branch.${NAME}

#grep for pruning

  • get the list of the refs to be deleted first, if they need be pruned
git fetch --prune && git branch -r | awk "{print \$1}" | egrep -v -f /dev/fd/0 <(git branch -vv | grep origin) | awk "{print \$1}"
Last active 4 months ago

~carnotweat/public-inbox

#HowTO

#/After/

  1. forking and adding the following public-inbox to your git config .. | grep sendmail
  2. amending commit and rebasing
git send-email --to=~carnotweat/publix-inbox@lists.sr.ht patches ${path-to-patch-file}
  1. sr.ht requires names to for
 ^[A-Za-z0-9._-]+$ [^1]
  1. In fzf ^2

#git config file

git config --get-regexp branch.${NAME}

#grep for pruning

  • get the list of the refs to be deleted first, if they need be pruned
git fetch --prune && git branch -r | awk "{print \$1}" | egrep -v -f /dev/fd/0 <(git branch -vv | grep origin) | awk "{print \$1}"
Last active 4 months ago