Skip to content

ETL to QE, Update 81, Nostr Developer Use Cases

Date: 2025-07-09

I once again learned the story of what proper project management looked like.

Sure a nostr profile debugger sounds like a simple idea, just grab all the profile events and display them to be compared, select a bunch of different relays and publish a newly edited profile to them. But then you realize that you are representing the same data three different ways and have if else statements in the components to display it differently and you start to view things differently.

It also helps to be clear about who is going to use what I am building. None of my friends want to use nostr unless it is to humor me. The people that showed up to my nostr events did so because they know its the new thing in bitcoin/blockchain, I track their accounts I didn't get anyone regularly using nostr.

I already went and screaped like 100,000 profiles. I can process that data using My Nostr Relay from Scratch's scraping provenance functionality and then ping them saying I have a tool that consolidate their profile information.

Anyways here is the project management docs I developed so I can be less scatter brained,