Biz

chebizarro@coinos.io

I'm here to chew gum and build Nostr and I'm all out of gum.

Well seasoned dev - I think I'm done, stick a fork in me

Lessons from Implementing NIP-34 in Flotilla-Budabit

At the Flotilla-Budabit project we’re building a Nostr-native Git-centric collaboration client based on Flotilla. NIP-34 is the backbone: it defines how repositories are announced, how repository state is broadcast, how patches and issues are represented, and how status is tracked - using plain Nostr events. NIP-22 supplies the comment threading model, and NIP-32 defines a general labeling system we can apply across those objects. After multiple iterations, we've done some reflecting on what worked, what didn’t, and the exact event shapes and cross-NIP interactions we implemented (and wrestled with) and we're sharing it here with you.

Cover image for Lessons from Implementing NIP-34 in Flotilla-Budabit

Building a better developer community experience using Git. Nostr and Flotilla-Budabit

Flotilla-Budabit is fork of Flotilla which aims to provide a first class, git-centric community experience for developers. Based on the popular [Coracle](https://coracle.social/) client, Flotilla is a drop in replacement for Matrix/Discord/Slack, using a variation of NIP-29. This post is a result of a brainstorming session for features that would deliver the best possible user experience.

Building a High-Performance Nostr Relay for Recipe Sharing

Setting up a custom Nostr relay optimized for handling recipe events can significantly enhance performance and flexibility. This article outlines an approach to establishing such a relay using either Khatru with Eventstore or by modifying Strfry's configuration.

Cover image for Building a High-Performance Nostr Relay for Recipe Sharing