cloudhead

@cloudhead

Joined on Nov 30, 2021

  • High score Ensure Radicle kicks arse (FT/PT) (++++)[++++] * Build something people loveMake the experience of using Radicle top notch and low friction Ensure our values are embedded in everything we build (sovereignty, privacy, security, etc.) Propose changes in CLI, protocol, storage, httpd, node, etc. as needed Implement some of these changes when they aren't better delegated Help create yearly roadmaps and revise roadmap every quarter Take over parts of the CLI (PT/FT) (++++)[+++++]
     Like  Bookmark
  • In this RIP, we define a major iteration of the Radicle network protocol and the various related sub-systems. We call it "Heartwood". The intent of this proposal is not to define a complete specification of the protocol, but to be a foundation for subsequent RIPs. Various aspects of the protocol, in particular around the issues of privacy, censorship resistance, peer misbehavior and DoS are left for future RIPs to expand on, and won't be tackled here. Additionally, details and specifics on the wire protocol, message formats, hash functions and encodings may be left out, to focus this proposal on the big ideas.
     Like  Bookmark
  • Ideas Hire a documentation engineer to help write docs, guides and do some community support Do documentation sprints: full focus day on docsVideo call (casual); write and discuss stuff Onboard Zlatan as a part-time advisor? Radicle team Heartwood (core stack) @cloudhead @slackcoder (engineer - CLI/node)
     Like  Bookmark
  • use std::collections::{BTreeSet, HashMap}; use std::ops::Deref; use radicle::crypto::Signer; use radicle::hash; use radicle::prelude::PublicKey; use radicle::{cob::Timestamp, crypto::Signature}; use serde::{Deserialize, Serialize}; pub type ChangeId = radicle::hash::Digest;
     Like  Bookmark