• 1 Post
  • 16 Comments
Joined 2 years ago
cake
Cake day: June 24th, 2023

help-circle






  • The docs are super unclear, and written for those not familiar with ActivityPub.

    In future, we hope to develop a deeper integration between your social web profile and followers <> and your public website and registered members. To start with, though, they operate independently from one another.

    Your social web profile and followers are separate to the rest of your site and memberships, so you can think of it as a new, additional distribution channel.

    Emphasis mine. I think the setup is basically federating links in Mastodon style. So if you have a post available as a subscription, it will prompt a login after clicking through.







  • I make tons of aliases. For instance my quick “got log” and “git log <branch[SS]>”:

    alias gl="git log --graph --abbrev-commit --no-decorate --date=format:'%Y-%m-%d %H:%M:%S' --format=format:'%C(8)%>|(16)%h  %C(7)%ad  %C(8)%<(16,trunc)%an  %C(auto)%d %>|(1)%s' --all"
    alias glb="git log --graph --abbrev-commit --no-decorate --date=format:'%Y-%m-%d %H:%M:%S' --format=format:'%C(8)%>|(16)%h  %C(7)%ad  %C(8)%<(16,trunc)%an  %C(auto)%d %>|(1)%s'"