Will talk about Linux, plants, space, retro games, and anything else I find interesting.

Also mesa@piefed.social over on Piefed.

  • 26 Posts
  • 65 Comments
Joined 2 years ago
cake
Cake day: June 11th, 2023

help-circle




  • mesa@lemmy.worldOPtoTechnology@lemmy.worldRadicle - Federated(Probably closer to P2P) Git
    link
    fedilink
    English
    arrow-up
    4
    arrow-down
    2
    ·
    edit-2
    3 hours ago

    It looks like it works VERY similar to magnet links. You get a link, you have a node that exists on the network that acts like P2P. Some interesting stuff on it.

    For those using Ubuntu/PopOS or any linux/mac distro:

    1. Go to the terminal and copy/paste curl -sSf https://radicle.xyz/install | sh (or remove the sh and check out the script yourself, it looked ok to me).
    2. Add in the new script within your bashrc. This may be different if your not using linux: source ~/.bashrc
    3. You should now have radicle installed. rad --version

    I was able to get this working after some new updates to the documentation made it much easier.

    You can use rad auth to make an identity. Afterwards you can see the details with rad self

    You can run a node here: rade node start. You may have to open up a port in order to get it working. I had to.

    Anyways it looks interesting. Im still trying to figure out where to get a list of repos/projects.

    I was able to pull down: rad clone rad:z3gqcJUoA1n9HaHKufZs5FCSGazv5

    Has anyone used it before? Any specific repos that look interesting to you? This is my first time being actually successful bringing being successful to getting a repo.






  • mesa@lemmy.worldtoFediverse@lemmy.worldBotKit 0.2.0 released
    link
    fedilink
    English
    arrow-up
    8
    ·
    edit-2
    9 hours ago

    Interesting:

    BotKit is a TypeScript framework for creating standalone ActivityPub bots that can interact with Mastodon, Misskey, and other fediverse platforms without the constraints of these existing platforms.

    I wish more open source projects would tell you what the thing does haha.