back
user profile
nerdypepper
331karma·51submissions·June 18, 2019
recent activity (51 total)
comment
i am unable to access any repository on that website. for some, it complains that ssh or https URLs are not supported by my browser? and for others its just loading indefinitely with `Failed to load f…
comment
> gpg keys; if someone has your private key, they are you no matter where how would you rotate such a key and still convince everybody that you are still you? > Or in other words, what specifica…
comment
> But federated authorization is one of the things ActivityPub doesn't define, and leaves it to us to figure out. this is the key bit, atproto has this. sidecar services like knot can use serv…
comment
its linked in the original post as well, but here is an explanation of why activitypub is not a good fit for this problem, by the authors of ForgeFed themselves: https://forgefed.org/b…
comment
maybe, but tangled knots actually federate. you could contribute to repos on knot.ghostty.org and knot.tangled.org with the same account. no other platform permits one identity across instances.
comment
give tangled.org a go perhaps. its got the self-hostability that cgit/forgejo does and a the social bits that github does.
comment
tangled.org maybe?
comment
yes, thats right! when you submit a branch, you can choose to "stack" it, so the individual commits in the branch turn into separate PRs. these PRs evolve individually, can be merged individ…
comment
https://tangled.org does exactly what you want :) have a longer write up here: https://blog.tangled.org/stacking but we have "interdiffs", to view a delta from p…
comment
we have been stacking on tangled.org for a while now, you can see a few examples of stacks we have made here: https://tangled.org/tangled.org/core/pulls?state=merged&q=st…
comment
tangled.org supports native stacking with jujutsu, unlike github's implementation, you don't need to create a new branch per change: https://blog.tangled.org/stacking/ …
comment
y'all gotta throw this up on https://tangled.org ;)
comment
relatedly, i have been using literate haskell to document my advent of code journey this year: - day 5's solution for example: https://aoc.oppi.li/2.3-day-5.html#day-5 - literate…
comment
how is atuin doing what deltaDB does?
comment
no AP is not the right protocol for shared/collaborative systems, the creators of forgefed have the same thoughts: https://forgefed.org/blog/actor-programming/ .…
comment
https://tangled.sh ? social features via atprotocol, native jujutsu support, stacked PRs, interdiffs, light weight to selfhost, nix-based CI.…
comment
there's https://forgefed.org/ defined by the creators of forgejo. there is no complete implementation of the spec. from the last forgejo changelog, the "star" action ha…
comment
the only thing I really miss from GitHub is the social bits. it's super easy to stand up cgit etc. but you miss out on actual collab features, discover etc. I've moved the bulk of my repos f…