Technically, depending on how "share" is to be interpreted, this addition does not retroactively make existing projects infringing.
HN user
moritzruth
First you spread the disease, then you sell the cure.
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.
Those are intended to solve the problem at the OS layer, while Iroh (being a library) does it at the application layer.
I think in Hyprland it just works because floating windows stay on top by definition.
When was the last time you tried? What compositor?
Sounds like you were in Restricted Mode: https://zed.dev/blog/secure-by-default#whats-changing-restri...
No, Zed's extension API is very limited at the moment. In particular, it does not allow adding any new GUI elements.
They are not really forbidding the use of the name (unless they have registered a trademark), they probably simply want to avoid confusion.
we welcome the world
maga movement
greatidea,whoneedsspacesanyway
Yes, I do too, but the point they were trying to make is that "learning how to write code" is not the point of CS education, but only a side effect.
What do you think about BookBrainz?
You might be interested in https://www.iroh.computer/
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.
Gender is a social construct, biological sex is not. Confusingly, we use the same binary terms for both.
Why would it fail?
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.
IIRC that's also what is said in the video.
They rebranded to Vercel, most likely because Zeit turned out to not be a perfectly fine name.
Note that there is also a standard for JSON-based RPC systems, called JSON-RPC [0]. Not every JSON-based self-titled "RESTful" API uses JSON-RPC.
Ironically, the AAA "snacks" cost triple the amount the indie games cost.
What's wrong with Percy Jackson? What YA books can you recommend?
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).
Have you heard about facet?
This is its introduction post: https://fasterthanli.me/articles/introducing-facet-reflectio...
You have probably disabled WebGL in your browser.
That sounds beautiful.
In case you don't know, there is also BookBrainz: https://bookbrainz.org/
Ctrl+Return works quite well for me in IntelliJ.