HN user

moritzruth

225 karma
Posts17
Comments74
View on HN
Iroh 1.0 1 month ago

I'm not affiliated. From what I understand, they provide an open-source implementation of the relay server: https://github.com/n0-computer/iroh/tree/main/iroh-relay (which may or may not be what they actually run as part of their hosted offering).

If you use their offering, you probably get some kind of web interface for metrics that isn't open-source.

Iroh 1.0 1 month ago

Those are intended to solve the problem at the OS layer, while Iroh (being a library) does it at the application layer.

Zed 1.0 3 months ago

No, Zed's extension API is very limited at the moment. In particular, it does not allow adding any new GUI elements.

Backing up Spotify 7 months ago

Creative people don't have motivation to produce if they can't make a living out of it.

That is simply not true. Most artists do what they do without ever seeing any money for it.

You don't really need the different IDEs. For example, you can install the Rust plugin and the TypeScript plugin in IntelliJ Ultimate, without needing RustRover and WebStorm.

IMU because you don't necessarily want the response body. The first promise resolves after the headers are received, the .json() promise resolves only after the full body is received (and JSON.parse'd, but that's sync anyway).