boreq on Nostr: This is a #nos-dev-diary from a mostly-backend-developer. - I attended ...
This is a #nos-dev-diary from a mostly-backend-developer.
- I attended https://p4p.space and I recommend checking out the projects linked on the website if you are into decentralised protocols
- we merged automatic file uploads to nostr.build so they will be available on testflight soon
- changed note rendering to trim leading and trailing whitespace and squash consecutive newlines
- fixed the notification service which was struggling with events that have tags with empty values on them
- I am trying to learn some iOS development since it is fun to contribute to the app directly
Previous:
- I attended https://p4p.space and I recommend checking out the projects linked on the website if you are into decentralised protocols
- we merged automatic file uploads to nostr.build so they will be available on testflight soon
- changed note rendering to trim leading and trailing whitespace and squash consecutive newlines
- fixed the notification service which was struggling with events that have tags with empty values on them
- I am trying to learn some iOS development since it is fun to contribute to the app directly
Previous:
quoting nevent1q…yzd6This is a #nos-dev-diary from a mostly-backend-developer.
I used to post those weekly updates on Secure Scuttlebutt and then I've never started doing it on nostr for some reason so here we go, time to fix this. This one is going to be short because it is easier to write them when you are up to date with posting them and still remember what you did.
- over the last couple of weeks we worked on and deployed a push notification service which helps Nos figure out when to grab new events when the app isn't open, as always the repo is public here https://github.com/planetary-social/nos-notification-service-go
- the -go suffix documents a failed attempt to do this in rust, but I want to revisit the language in the future as it seemed very interesting, it is just that this was my first rust project and it started taking too long
- I am currently working on adding automatic media uploads to the app to make posting images etc easier without having to open websites to upload them which is especially awkward on phones