most of the time normies are like crackheads for the algorithm anyway, so there's also that. you wouldn't expect much out of a friendship with someone who's got foil, lighter and waxy white stuff in his pocket either.
Login to reply
Replies (15)
have you tried to use nostr without the primal algo ? ye its wild out there

Smesh
A user-friendly Nostr client for exploring relay feeds
Intresting ive used the algo of primal for my frontend otherwise i would have ended up with porn on my app 😆
I was trying your frontend i was not even able to use the nip-46 or see a feed 😆
in.jemarte.dev
yeah, that's why jumble has a bunch of filters to stop that. simple i just use the follow feed anyway. relay feeds are boring actually. it's hard enough to dodge the primooool users everywhere. they are a plague like pinkhairs or girls staring at mobile phones instead of noticing you
Add some default relay 😆
Intresting i will look into it 👀
Oh wuw even the jumble app does not have a working nip-46 intresting
Nvm primal remote login is off
i mean everyone crave to have some form of attention on algo on any plaform kinda crazy
i never tested
bunker login works or not, but i also didn't change it. i think it does work. it's just flake technology in the first place, piled on top of javascript react hell.

Smesh
A user-friendly Nostr client for exploring relay feeds
extension login works just fine
Agree i made an working implementation so i have provable version that always work cause even some of the github libraries dont even have working oddly enough clave client work but not primal? I first found a dart version for nostr email 😂😂
i hate javascript. when i get back on the task in a few days i'll finish the moxie compiler and rebuild the smesh.lol pure wasm webworker isolated modules - 4 verifier workers, relay proxy worker, database worker, and of course the all important signer worker. all are isolated, no internal data is exported via the webworker interface, page worker asks for signatures from the signer worker. adding a signer mode for nip-46 is trivial. i suppose i should include a nip-07 interface as well, for those who would prefer to use a signer. i need to make a better signer too, just actually don't need to for security purposes with an isolated webworker, it's equally isolated from the page as an extension, but simpler.
in fact i should be able to build it with the legacy go-based tinygo fork of moxie any time. might do that tomorrow, but i think there is still some more wrinkles to iron out in the codegen. most of the crypto libraries are fixed now.