Saransh Sharma

Results 21 comments of Saransh Sharma

No, not replacing, just adding. UIN is just a user identification number; 1. Unique namespaces that could be UIN can be stored on public DB like namecoin or other, associated...

> I still have no clue at all of what is being proposed here. I have made some changes , probably that will help

> I don't understand what is problematic about using public keys directly and what is the point of this UIN. I am probably missing something, but it looks you are...

> If you want to associate extra key information with a nostr pubkey you could just put it in the user profile (kind-0). having a generic format for tags that...

> sorry for my lack of understanding, but why not use the pubkey directly instead of this UIN? what properties does the UIN have that a pubkey doesn't? Can you...

Agreed , pubkey is a form of identity, but same with nostr pubkey they are not tied to any other identity also , since I can generate thousands of pubkey...

Alright the code here does the magic just needed to implement this ``` return NextResponse.rewrite( new URL(`/app${path === "/" ? "" : path}`, req.url), ); ```

We should optimise for the Kubernetes in general rather than aiming at just one provider?

Working on setting it up so that community can benefit from this template!

So, I need to work on the configuration part. That will be merged as config.toml , I am planning to add this in the config 1. Build and Dependency Setup...