42N3 on Nostr: dave is not correct here, to my knowledge Damus does not display a feed of current ...
dave is not correct here, to my knowledge Damus does not display a feed of current new profiles. Neither does Astral if it does something at all at the moment. Nostr Console might at least dispay the raw data - not very comfortable and also requires a download/build.
Of course it would be no rocket science to integrate such a feature, as profiles are just kind 0 notes posted to the relays.
If you check
https://nostrdebug.com/query?base64=eyJraW5kcyI6WzBdLCJzaW5jZSI6MTcyNTAwMTIwMCwidW50aWwiOjE3MjUwMTkyMDB9There is a profile stored every few minutes. To decide if it is new is not that easy as relays may drop older versions of the profile quickly. So a client had to check for any published profile event if there is an older event or the client has seen this account before.
Published at
2024-08-30 09:04:05Event JSON
{
"id": "3f8383d6e75030e61ec51bf89b53bb7df6fca3e0c807bedac689bce5e955cf6c",
"pubkey": "cc33d9331c022da690a714db2cfb57c36a7a09dbbc8d512d1375483e0347fdcc",
"created_at": 1725008645,
"kind": 1,
"tags": [
[
"e",
"046ac90ff7a10ac51b69be627de541038cb10e20aa511d32244b698d128d5dee",
"wss://nostr.oxtr.dev/",
"root"
],
[
"e",
"046ac90ff7a10ac51b69be627de541038cb10e20aa511d32244b698d128d5dee",
"wss://nostr.oxtr.dev/",
"reply"
],
[
"p",
"6c237d8b3b120251c38c230c06d9e48f0d3017657c5b65c8c36112eb15c52aeb",
"",
"mention"
]
],
"content": "dave is not correct here, to my knowledge Damus does not display a feed of current new profiles. Neither does Astral if it does something at all at the moment. Nostr Console might at least dispay the raw data - not very comfortable and also requires a download/build.\nOf course it would be no rocket science to integrate such a feature, as profiles are just kind 0 notes posted to the relays.\n\nIf you check https://nostrdebug.com/query?base64=eyJraW5kcyI6WzBdLCJzaW5jZSI6MTcyNTAwMTIwMCwidW50aWwiOjE3MjUwMTkyMDB9\n\nThere is a profile stored every few minutes. To decide if it is new is not that easy as relays may drop older versions of the profile quickly. So a client had to check for any published profile event if there is an older event or the client has seen this account before.",
"sig": "18ec1cf36b5b7d8058930a01a555b6e9e4feeb16179fc6729c7f032bf334a58f5b37aad129bcabc2e06268587bed630f039e99a7b9c99c3b509177d2869aaa8f"
}