I want to contribute to nostr πŸ˜” but I'm a beginner dev with fluency in python but I've working experience only in legacy launguages πŸ˜₯

#opensource #dev #nostr

Reply to this note

Please Login to reply.

Discussion

Just log on, lerk, follow some folks and read/bookmark some notes.

You'll eventually find a way to contribute that jives with your heart.

Thank you. I really want to contribute something to this great project πŸ˜”πŸ‘

Followed. I think we’ll get along great. Do you use ChatGPT to code faster? I was building a a report creator recently and was floored by how efficient it was to use it.

Nostr needs more devs. Here's a Nostr python library. I can't wait to see what you build. https://github.com/jeffthibault/python-nostr

I forked it. Thanks, I'll make sure to put my learning to good use.

you can try play with the data on nostr since the protocol is so open.

I have been thinking how to do long-form recommendations and some spam problem. Though key word filter is easy but nostr currently cannot defence random generate accounts since it doesnt need any phone number/email/others to register

Thanks.

Does Nostr have any repository of data generated?I'm quite new to machine Learning and the only experience I've of working with data is on Kaggle on small datasets.

you can try play with the data on nostr since the protocol is so open.

I have been thinking how to do long-form recommendations and some spam problem. Though key word filter is easy but nostr currently cannot defence random generate accounts since it doesnt need any phone number/email/others to register

Thanks.

Does Nostr have any repository of data generated?I'm quite new to machine Learning and the only experience I've of working with data is on Kaggle on small datasets.

Each Nostr relay contains a record of many Nostr events. It’s worth perusing GitHub to see how it works. I’d guess there will be a way for you to query their dbs to set up your own relay that you can use for whatever