Viewing profile — lorenzleutgeb
lorenzleutgeb
HN member- Joined
- Mon, Jun 11, 2018, 6:05 PM UTC
- HN karma
- 121
- Public activity
- 33 items
- HN profile
- View on Hacker News ↗
About lorenzleutgeb
Socials: - bsky.app/profile/lorenz.leutgeb.xyz - https://lorenz.leutgeb.xyz
Interests: Open Source, Programming
---
[ my public key: https://keybase.io/lorenzleutgeb; my proof: https://keybase.io/lorenzleutgeb/sigs/IOrcOrzk60NWHqMSLNt_jjlRUvVpaXvMFotW3azU3sY ]
Recent public activity
-
comment
Comment #48305702
How does this not mention alternatives? Here: UnifiedPush.org And the author is also wrong that all notifications on my phone go via Google. Signal and Mastodon notifications are s…
-
comment
Comment #47945692
For the reason of hbsd moving, see https://bsd.network/@HardenedBSD/116437657126172879
-
comment
Comment #46739234
As Radicle is written in Rust, I was hoping for a way to use Kingfisher as a library, but did not find one. So I filed https://github.com/mongodb/kingfisher/issues/189 Of course, i…
-
comment
Comment #46738519
For the source code in the repository, conflicts must be merged by users (or their tools, like `mergiraf`), just like with any other Git repo containing source code. What might con…
-
comment
Comment #46736925
Where are you quoting from? Radicle implements so called "collaborative objects" (think: issues, patches, anything that multiple users collaborate on; except the source code itself…
-
comment
Comment #46736843
In the Radicle ecosystem, quite a few people like the idea to "seed" repos that they want to support. It means that you download the repo, and also announce to other nodes that you…
-
comment
Comment #46736733
> I keep thinking about people putting secrets up in github. You gave me an idea. For Radicle, we implemented a `git-remote-helper` (Git recognizes `rad://`-URIs and then wakes up …
-
comment
Comment #46736589
Check https://app.radicle.xyz/nodes/seed.rhizoma.dev/rad%3Az3yQUb9... What's tricky here is to do it in a way that GitHub users properly map to Radicle identities. We will get ther…
-
comment
Comment #46735682
A lot has changed. But also you must've checked it quite some time ago. It's not on the blockchain anymore since the "heartwood" iteration, which was announced 2023-04-18. Please t…
-
comment
Comment #46735647
It's a valid question, and in fact there's quite some interest in adding write features to the web app. The current version of Radicle was designed with one user per node in mind, …
-
comment
Comment #46735052
> If the internet is down and you want to onboard someone with say, a usb thumbdrive. All the data being synced is in a Git repo, which is in a directory on your filesystem we call…
-
comment
Comment #46734992
There's `rad sync status` which will show you (for a particular repository) which other nodes have echoed back to you that they have received and verified the most recent state of …
-
comment
Comment #46734881
Right. Radicle nodes out of the standard distribution would be kind enough to delete. On the technological level you cannot do more (also not really less, funnily enough). But it w…
-
comment
Comment #46734720
Tor only (SOCKS) or Tor and clearnet is easy. Yggdrasil only is also easy (just restrict access to your tun). Yggdrasil and clearnet requires you to ensure that outgoing traffic ta…
-
comment
Comment #46734623
Right. Radicle would be one way to connect all these Raspberry Pis in many pantries together, and have them replicate each others repos. It also enables others to send patches, wit…
-
comment
Comment #46734438
Currently, with Radicle still under active development, we already reach convergence times that are negligible for async collaboration (like working on code or issues). Working on …
-
comment
Comment #46734116
> is there a mirror adapter to push to a non-radicle node, such as Github or say, sourcehut? You can just add a remote for another repository. git remote add github git@github.com:…
-
comment
Comment #46733951
Radicle is a free software project, not a company or commercial product. Many other open source projects are also not monetizable in the narrow sense, and still manage to attract e…
-
comment
Comment #46733808
For CI, please refer to https://radicle-ci.liw.fi/ and https://radicle.xyz/2025/07/23/using-radicle-ci-for-developm...
-
comment
Comment #46733716
First, to make this clear: The Radicle network is not dependent on any blockchain technology, you can use it without holding any cryptocurrency/token. You do not need a wallet. You…
-
comment
Comment #46733362
Yes. Radicle also makes it easy to run behind Tor, see https://radicle.xyz/guides/user#4-embracing-the-onion and there are people that use it via Yggdrasil, see https://yggdrasil-n…
-
comment
Comment #46733243
Radicle is peer to peer. There are no "instances" or "servers" you interact with. The process that runs on your machine to synchronize changes across the network is the same as you…
-
comment
Comment #46733131
Tangled is built on top of the AT Protocol, and "mediates" between what they call "knots". Git servers. Their strength is to use AT Protocol to make communication across multiple G…
-
comment
Comment #46733113
No. Please refer to https://radicle.xyz/guides/user and read this to understand the concept of "policies". This should answer your question, but otherwise of course I am happy to e…
-
comment
Comment #46050638
What is the data you actually store when caching a successful test run? Do you store the hash of the expression which is the test, and a value with a semantics of "passed". Or do y…