Damus
cipres profile picture
cipres
@cipres

https://npub1r3cnzta52fee26c83cnes8wvzkch3kud2kll67k402x04mttt26q0wfx0c.nsite.lol/

Having fun writing nostr projects.

xonos (3d nostr client): https://xonos.codeberg.page

disastr (nostr game SDK): https://codeberg.org/disastr/disastr

pongstr (multiplayer pong game): https://pongstr.codeberg.page

voistr (nostr p2p softphone): https://voistr.codeberg.page

paz (semantic nostr client that uses an RDF events store): https://pazstr.codeberg.page

nostralink (Linked Data for Nostr): https://nostralink.codeberg.page

caracal (Nostr client for Gemini): https://gitlab.com/cipres/caracal

ssnrelay (relay with pkdns): https://gitlab.com/cipres/ssnrelay

Relays (7)
  • wss://n.ok0.org/ – read
  • wss://nos.lol/ – read & write
  • wss://nostr.bitcoiner.social/ – read & write
  • wss://nostr.bitcoinplebs.de/ – write
  • wss://purplepag.es/ – write
  • wss://relay.damus.io/ – write
  • wss://relay.snort.social/ – write

Recent Notes

Fabio Krauss · 5w
That's cool! I built something too, will share soon. It will be cool to compare the approaches. Right now my problem is getting historical data. I managed to build a good enough event listener, but i...
cipres profile picture
Ok, interesting. I never thought about using SQL to query nostr events. Please share your queries :)

One thing about nostralink is that if there's some JSON in the content field of a nostr event, it unpacks the JSON, and that information is then serialized to RDF and into the events store, so you can then query it natively with SparQL. I even wrote a nostr client that uses nostralink: https://pazstr.codeberg.page/
Fabio Krauss · 5w
That's cool! I built something too, will share soon. It will be cool to compare the approaches. Right now my problem is getting historical data. I managed to build a good enough event listener, but it goes back only to a few days ago. So moving forward data will be stored, but data backwards is st...
sandwich · 10w
Hey, thanks for reaching out. Are you using a config of non-interactive with arguments? Tracking here: https://github.com/sandwichfarm/nsyte/issues/101
cipres profile picture
Sorry for late reply. In this particular case, i had a config file, and both title and description are in the JSON. I'll try to replicate the issue with a fresh site. When i publish from CI using -i and --no-config, i understand that the manifest will not have the title and description tags.

By the way, i'm working on this project: https://codeberg.org/ngemsite/ngemsite

Thanks a lot for your great work on nsite.
1
sandwich · 9w
cool! add it to awesome-nsite and nsite.run directories when you get the chance
Hazey · 9w
What is Gemini?