Egregoros

Signal feed

Timeline

Post

Remote status

Replies

3

@feld @HardenedBSD I believe it might just be the first enterprise OS on Radicle. Thanks to OpenBSD's Aaron Bieber (qbit), OpenBSD is likely the second. :-)

There's thousands of projects on the Radicle network, though, so I'm not sure if there are any hobbyist OSes. Would be an interesting exercise to periodically analyze/categorize the repos on the network.

Today, we learned that folks do NOT need to deploy a full #Radicle node to `git clone` or `git pull` our repos.

Instead, folks can use `git` normally, but use the Radicle web endpoint. For example, to clone the #HardenedBSD src tree, users can:

```
$ git clone https://rad.hardenedbsd.org/z2HLHXgL1xevBNQsf8BmQW7MpJmtm.git HardenedBSD-src
```

The only downside is that users who go this route will not be able to submit issues or patches via the normal Radicle way (since issues are created with `rad issue open`).