Pura mañha @fiatjaf
elsat
elsat@habla.news
npub1zafc...26k5
Janitor
Pls bro. Just work bro.
Uno mas
Pls work
Offline test number three
One more offline test
@Daniel D’Aquino lets see how the offline mode works with posting
If its not a rabbit hole I dont want it.
I am grateful for this realization.
Happy Thanksgiving
Testing a thing
Tinkering with @Vitor Pamplona nip-17 crash report system from Amethyst, I received feedback from galaxy dev @hzrd149 on using nip-17 for crash reports.
A nip-44 without giftwraps is proposed for crash reports over nostr:
Looking for devs feedback who are crash report appreciators
cc @fiatjaf @rabble @Vitor Pamplona @jb55 @KernelKind @Daniel D’Aquino @Terry Yiu @hodlbod @Alex Gleason
GitHub
seeking review for crash report draft proposal · Issue #3 · alltheseas/Bugstr-TS
NIP-XX: Crash Report Events (draft / proposal) Status: Draft standalone proposal; may be revised or merged based on feedback. Abstract Defines a de...
#nostr
View quoted note →
Land of the free and the brave, 2025
View quoted note →
Censorship industrial complex report #🇩🇪
https://liber-net.org/wp-content/uploads/2025/11/de-report-en.pdf


What does #devstr think of the following format for a crash report?
{
"message": "string", // required
"stack": "string", // required
"timestamp": 1700000000, // required, seconds since epoch
"environment": "prod|staging", // required
"release": "1.2.3", // required
"appName": "Bugstr iOS", // required
"appVersion": "1.2.3", // required
"appId": "com.example.bugstr", // optional but recommended
"platform": "ios|android|web", // optional but recommended
"os": "iOS 17.5", // optional but recommended
"browser": "Safari 17.5", // optional (web only)
"device": "iPhone15,3", // optional (model identifier)
"build": "123", // optional
"extras": { "key": "value" } // optional arbitrary metadata
}