Lyle Pratt

Results 66 comments of Lyle Pratt

Supposedly Apple allows this: https://www.meteor.com/blog/2014/10/02/Apple-hot-code-push-mobile Since I saw that stuff last week about meteor using this in production, I've been wanting to do the same with my Cordova apps. I...

I agree. However, there are many MD5 javascript libraries out there that are MIT licensed: https://github.com/blueimp/JavaScript-MD5 The code is straightforward. May just do something similar with an Angular module.

Just came here to explore if this was possible with nostream. We would implement this on Vida, if it were a thing, to make a paid relay. Happy to help!

I get `error: Database already open. Cannot acquire lock.` when I try to run various commands. Is this related? I see he had a similar error above.

agree that login with nostr offers a lot of wins! we implemented "Login With Nostr" on https://vida.page via a simple 2-Factor DM flow. it's a UX users are familiar with...

I have a little library I made with helper functions based on @fiatjaf's nostr-tools lib to make the flow easy. just need to clean it up and will publish if...

one way to clean this up from a UX perspective in clients would be to agree on a format for the DM that is sent so that clients could automatically...

I like the encoded payload idea. it's very similar to this idea I tried to explain here: https://twitter.com/lylepratt/status/1610829070928908288?s=46&t=HyWgoORCb6b2g5WZD7RRug "This is an idea for a NIP that would make it easy...

nice! awesome spec! Will work on implementing this.