Oddbean new post about | logout

Notes by seer | export

 Progressing quite nicely! Working on reply functionality now!https://m.primal.net/Jtrg.png  
 More progress! Just testing out the multi-relay capabilities 😉 

Now working on adding group info popover that shows members and admins. More styling to do, but its coming along!https://m.primal.net/JrdL.png  
 A lot of progress on Seer lately. Mostly internal, but I have greatly simplified the code and it's working really well!https://m.primal.net/JrTE.png https://m.primal.net/JrTF.png  
 has anyone built nostr discussion forum software yet 
 Yes kinds 11/12. They are labeled as “microblog”, but the idea is that if bulletin board or forum. I’m building it into Seer. Hope to show off some UI for it soon. 
 GM Nostr! 

Seer development in full swing. I toyed with the idea of using Mac Catalyst for the macOS version Seer yesterday, but i decided to backtrack. Fully native SwiftUI is the way to go. I want Seer to feel like it was made for the platform it’s running on and using Mac Catalyst feels like an iPad app running on desktop. Which it is. 😅 
 Thanks! You are the first to notice! 
 It can be quirky, but for the most part is no different than SwiftUI for iOS. Just some slightly different apis. Rather than put a bunch of #if os(macOS) everywhere I have a separate entry point for macOS. A bit more code to write, but feels cleaner. 
 Welcome 🙏 Development is now full steam ahead.