Starting to look like something...
#futr #nostr
Sascha-Oliver Prolić
_@futrnostr.com
npub18wxf...4xra
Christian, Working on futr nostr client, Junior Haskell developer for life
Whoever said progress is a slow process wasn't talking about me.
Progress on #futr - new features added daily now.
@PABLOF7z why is your 8th follow broken? Event id 044612271036e504b6c81c5c39ae5a320978a89c3c6c65cae275e4fcbec2d83e. Follow has pub key a6f436a59fdb5e23c757b1e30478742996c54413df777843e0a731af56a96eea, but I cannot import this pub key, because it's invalid. Or maybe it's by design you mess up your follow list so other clients may break? 😂
Ugly but working follow list. Don't worry, prettyfier is on the way #futr


sometimes it's really frustrating to face issues like this and spent 2-3 days on it to find out what the hell is going on. but on the flip-side, seeing this getting approved makes me happy again.
@fiatjaf thanks for encouraging me at the right time. this futr client will be awesome, I'll do my best.
GitHub
Add SchnorrSignature type with parsing and serialization by prolic · Pull Request #9 · haskell-bitcoin/libsecp256k1-haskell
Introduced SchnorrSignature type with parsing and serialization functions.
resolves #8
How's a typical day in the life of a nostr developer? Like this: 
GitHub
Add SchnorrSignature type with parsing and serialization by prolic · Pull Request #9 · haskell-bitcoin/libsecp256k1-haskell
Introduced SchnorrSignature type with parsing and serialization functions.
resolves #8
How do y'all have so much time posting? I'm busy coding all day long. #nostr
Quick update on futr: aside from a petty bug in event signing I discovered today, all relay communication is ready and you can edit your profile. Things are progressing fast! #haskell #futr
Update: #futr is now connecting to nostr relays.
GitHub
Effectful by prolic · Pull Request #24 · futrnostr/futr
The application is now an effectful computation.
Added modules:
EffectfulQML: Responsible for starting Qt event loop and firing signals on default...