171 pointsby icy7 days ago7 comments
  • snthpy6 days ago
    Thanks for this. Looks cool!

    I see you mentioned Radicle. What are the major differences compared to Radicle? Having read just the blog post I would guess it's the source of the identity as a start, so you can use users' existing atproto did s whereas Radicle has to bootstrap a whole new identity web.

  • 0x4FFC8F6 days ago
    Great work guys! Haven't had a chance to look into atproto and bluesky, but now because of tangled I will.
  • nanomonkey6 days ago
    Reminds me of git-ssb (git collaboration on top of Secure Scuttlebutt).

    https://github.com/hackergrrl/git-ssb-intro

  • imoverclocked6 days ago
    How does authorization work? Is everything pull-only or can you push to someone’s knot?
    • icy6 days ago
      Hey, you can indeed push to someone’s knot if they’ve invited you on it. The knot server will automatically populate your ssh pubkeys (if you’ve added them) allowing you to push. :)
  • xnxt6 days ago
    did you consider integrating atproto with Radicle? if no, why not?
    • nsteel6 days ago
      The second paragraph of their blog posts suggests Radicle doesn't support central identity. It's really hard to imagine one of the core concepts of Radicle bending (breaking) to allow that.
      • CGamesPlay6 days ago
        Building on this, I think Radicle would be described as "peer-to-peer", whereas something like Tangled is "federated". The article differentiates Tangled from other federated systems by saying that you can use a "centralized" ID using AT Protocol, but I don't know if the ID provider itself is centralized, centralized-but-self-hostable, or federated.
        • reticulan6 days ago
          atproto uses the DID system, which precedes it by a few years. at the moment, 99% of atproto users have a centralized id from the did:plc database, and a few dozen use did:web. no other DID methods are supported in the tooling yet afaik.
  • evanjrowley6 days ago
    I'd like to make a feature request for Dark Mode
  • linwangg6 days ago
    To attract new users, does Tangled plan to offer detailed documentation or migration tools from other Git platforms?