hzrd149's avatar
hzrd149
_@hzrd149.com
npub1ye5p...knpr
JavaScript developer working on some nostr stuff - noStrudel https://nostrudel.ninja - Blossom https://github.com/hzrd149/blossom - Applesauce https://hzrd149.github.io/applesauce
hzrd149's avatar
hzrd149 6 months ago
Looking for some ideas here, I want to build a simple nostr app using applesauce and write a tutorial article for it. Ideally the app should be really simple and focused on a single aspect of nostr like displaying calendar events or showing user statuses etc #asknostr and @Derek Ross because you have to many ideas
hzrd149's avatar
hzrd149 6 months ago
#asknostr does anyone know of a generic collection of pre-built SQL queries that can be used to store events in a SQLite database? I'm not looking for an implementation I just want the queries or ways of building the queries. I'm trying to figure out the best way for noStrudel to use sqlite-wasm in the web and then native sqlite on mobile and possibly better-sqlite3 for node.js. all of these implementations are different and Id like to avoid having to re-write all the SQL myself bonus points if it supports FTS5
hzrd149's avatar
hzrd149 6 months ago
#asknostr where is the android version of bitch@ I lose the repo and its not on @Zapstore ๐Ÿ˜ž
hzrd149's avatar
hzrd149 6 months ago
So apparently if you include a #t=<seconds> in a mp3 url the browser will automatically set the player to that time... I'm sure this could be used to easily share clips from podcasts like this :) View quoted note โ†’
hzrd149's avatar
hzrd149 6 months ago
#asknostr anyone have a list of njump instances? I'd like to add an option to noStrudel to allow users to set their own or pick from some recommendations
hzrd149's avatar
hzrd149 6 months ago
For anyone using the `applesauce-relay` package. there is a breaking change coming in v3. The `publish` and authentication methods will return a Promise instead of an Observable. Should make it more intuitive to use for humans and AI since you won't need to wrap everything in `lastValueFrom` image
โ†‘