โฉ– powrelay.xyz

day week month year all
190 hashes per byte
Someone collaborate with this man: nostr:nevent1qqsy54auq5sk538vs6yjln2x0xq4tu9yagulrna8y9fjgtm4e6tjn3gppemhxue69uhkummn9ekx7mp0qywhwumn8ghj7mn0wd68ytnzd96xxmmfdejhytnnda3kjctv9uq32amnwvaz7tmwdaehgu3wdau8gu3wv3jhvtc0msr5n
Created at:
Thu Feb 13 13:42:47 UTC 2025
Kind:
1 Text note
Tags:
q 4a57bc05216a44ec86892fcd46798155f0a4ea39f1cfa72153242f75ce9729c5 wss://nos.lol/
nonce 13835058055282216905 16
190 hashes per byte
> Aside from that, it's absolutely not "Zero Google" in any sense. When you say "not any" and meen "not all" this is false information. Assuming you meant to say "not all" it would be true.
Created at:
Mon Jul 21 16:48:28 UTC 2025
Kind:
1 Text note
Tags:
p 5468bceeb74ce35cb4173dcc9974bddac9e894a74bf3d44f9ca8b7554605c9ed wss://relay.mostr.pub/ GrapheneOS
e 000003e33af1437d2dcda30bb3fcedc6e57a6ecb30f21da83d53d1eff75ab55f wss://relay.damus.net/ root
e a78cea4a34808ac54a8ae0d3b0ab85eb5909a13348f3ed32601ca3e25f46f9f0 wss://relay.mostr.pub/ mention
q 8ea6068040ea49f88d3d2b92da69eff33a2b4ab0998e504bf051e1dbf290c029 wss://relay.mostr.pub/ mention
e 00002f6eecff338e8f269de984e216de775fa1c0a3a73427fa33574e63b698da wss://relay.damus.net/ mention
e 00001c5bda13af82bd5df96241d1a6584af6a2fabc531309dce8efd0de8b9584 wss://nos.lol/ reply b7cf9f42a796b091e843dce919d3ef4c0dc82e029452edf0bdbcdeb9ecb93e78
client Coracle 31990:97c70a44366a6535c145b333f973ea86dfdc2d7a99da618c40c64705ad98e322:1685968093690
nonce 297514 18
188 hashes per byte
I see this note in all relays under the sun, and it doesn't even have a "-" tag.
Created at:
Fri Feb 7 15:19:23 UTC 2025
Kind:
1 Text note
Tags:
p 8125b911ed0e94dbe3008a0be48cfe5cd0c0b05923cfff917ae7e87da8400883
e 2ffbabdfb9afd3c2480855448be1b2345b871db9cd4e2a0b9b003a9b84a1d96e wss://nostr.mom/ root 8125b911ed0e94dbe3008a0be48cfe5cd0c0b05923cfff917ae7e87da8400883
nonce 9223372036854792193 16
185 hashes per byte
Ok thank you for clarifying. I am confused. What would be the difference of republish and repost? Means republish, that I am not signing it? Just recently I was asked why I never repost. Maby this is why then ๐Ÿฅฒ
Created at:
Mon Aug 4 04:31:10 UTC 2025
Kind:
1 Text note
Tags:
p 97c70a44366a6535c145b333f973ea86dfdc2d7a99da618c40c64705ad98e322 wss://relay.damus.io/ hodlbod
p ee6ea13ab9fe5c4a68eaf9b1a34fe014a66b40117c50ee2a614f4cda959b6e74 daniel
e a3250fff67cb9e287c16dc06408e85fba23f66d550eacb5562f57f8cfddd2b52 wss://at.nostrworks.com/ root
e 5102337cdea3057a41d1bf0c73888fd46ca30a9ae96ad6b7be1e65cac28282c4 mention
e fc096ed32fbe642aada83c385557cd91abd02f167a9b88e1038300e9748cc01c mention
e 0000273ebaac73dddff9da43f37bb7ca988902df27aa881dae5618023a627d30 mention
e 2d6f445282cb14a8a49558e72c626025496caaace08a52013da3da9ff1b7a06b wss://relay.damus.io/ reply 97c70a44366a6535c145b333f973ea86dfdc2d7a99da618c40c64705ad98e322
client Coracle 31990:97c70a44366a6535c145b333f973ea86dfdc2d7a99da618c40c64705ad98e322:1685968093690
nonce 20306 18
184 hashes per byte
made my own pseudo random generator in 10 minutes to learn how they work. with quick glance it looks pretty random. // Hello 053d13fd06202f1108129b8b0d893c880a30b80e14c4da58146db3d313cd9d46 Hella 0e34dd5b002a16c905178f670c0bb67613e3f1fc0f2c7a5811a183d312678546 Tella 122932eb097f2bba056ee2af00150e9714ad1f8a0972e80302cba9b709a0d129 Tella Mella Hella Lella 029987e4037983a702fe4b6e09fc3d250d2bd0fc0915dc62125d2df012ab8330 // import sys def _rotate_right(num: int, shift: int, size: int = 32): return (num >> shift) | (num << size - shift) def generate_hash(message: bytearray) -> bytearray: vals = [0x1] * 8 for m in bytearray(message, 'ascii'): for i in range(0, len(vals)): vals[i] = _rotate_right(vals[i] + m * 2**18, 1+i) % 2**32 vals[i] = vals[i] % 0x34456 * 0x665 result = "" for v in vals: result += v.to_bytes(4, 'big').hex() return result if __name__ == "__main__": print(generate_hash(sys.argv[1]))
Created at:
Wed Feb 19 17:16:19 UTC 2025
Kind:
1 Text note
Tags:
nonce 90460 18
184 hashes per byte
because web standards go towards bullshit too fast, i guess the only solution is to fork firefox and fix the defaults. its impossible to embed http content on https website. alternative is to host nostr web apps on http domain by default. https doesnt scale for the simple fact that everyone needs a fucking icann domain and trusted ssl cert.
Created at:
Wed Dec 11 10:11:44 UTC 2024
Kind:
1 Text note
Tags:
nonce 134502 16
184 hashes per byte
I think it was disabled.
Created at:
Wed Nov 27 09:18:02 UTC 2024
Kind:
1 Text note
Tags:
p 7fa56f5d6962ab1e3cd424e758c3002b8665f7b0d8dcee9fe9e288d7751ac194
p 1b11ed41e815234599a52050a6a40c79bdd3bfa3d65e5d4a2c8d626698835d6d
e 2812e0b9b99c5aaf1ba55f8db22f023120f3d606b9df839c64ff64d1b72a2150 wss://nos.lol/ root 7fa56f5d6962ab1e3cd424e758c3002b8665f7b0d8dcee9fe9e288d7751ac194
nonce 13835058055282181465 16
183 hashes per byte
here is implementation of nostr data stream: // r="wss://nostr.data.haus" function send(){ key=`nostril --kind 1 2>&1 | grep -Pom1 "\S{64}"` eid="" messages=("this" "is" "a" "simple" "example" "of" "recursive" "data" "stream") for i in {8..0} do event=`nostril --envelope --sec $key $([ ${#eid} -gt 0 ] && echo "-e $eid") --kind 3434 --content "${messages[$i]}"` eid=`echo "$event" | jq -r .[1].id` echo "$event" | websocat -n1 "$r" done echo "event id for streaming: $eid" } function download(){ [ ${#1} -ne 64 ] && { echo "event id required" return } eid=$1 while true do event=`nostril-query -i $eid | websocat -n1 $r` echo "received packet: "`echo "$event" | jq -r .[2].content` eid=`echo "$event" | jq -r '.[2].tags[]|select(.[0]=="e")[1]'` [ ${#eid} -eq 0 ] && break done } [ "$1" == "send" ] && { send; exit; } [ "$1" == "dl" ] && { download "$2"; exit; } echo "Usage: " echo "./recursion.sh send" echo "./recursion.sh dl <id>" // output: ./recursion.sh send ["OK","71804acbd113cbc92db3dfa61ae4837d6b5a7d1f50367f4a01193145d25eeba3",true,""] ["OK","f0f69313a91eefd2f667131004944dcb9b15fa72ae1ff1d5f15ffd947ce92ebb",true,""] ["OK","0bcbc9033a1010a102af8d1a2c002429458ba1737aed70abeb191c562209f3db",true,""] ["OK","3b1f5e3f52a4850c5e5eb08f359614614ad95a9d9cf47747883d9358f0b16eb4",true,""] ["OK","03f5a1aab60ff2aeaac8ed71a78bb4032ff5c893422bb43b5c94da3a21213a8c",true,""] ["OK","5c5200cba9c0deed8a2a2b3ca7f2845cf6aee98b41dc1a0f9c76371be87badfd",true,""] ["OK","aa04b39e54915d74c1439c098f9b9c30122faf1a0947fafe12e7df799096bdfb",true,""] ["OK","ccb2564ae69cd640b2269f840d7868a004db2b1eac42db634f1434d15b199108",true,""] ["OK","aad5b4135a42858cba6fdd31118d0f5e5781f2aba571ce90a429482d656a47d7",true,""] event id for streaming: aad5b4135a42858cba6fdd31118d0f5e5781f2aba571ce90a429482d656a47d7 ./recursion.sh dl aad5b4135a42858cba6fdd31118d0f5e5781f2aba571ce90a429482d656a47d7 received packet: this received packet: is received packet: a received packet: simple received packet: example received packet: of received packet: recursive received packet: data received packet: stream // in real scenario, each word can be replaced with up to 50 kB base64 data.
Created at:
Sun Mar 9 02:12:37 UTC 2025
Kind:
1 Text note
Tags:
nonce 355632 18
181 hashes per byte
AjP7pg5BxzXAA8FeOvbbQbTrTFfByPi99b4h1sh9UlrjgzDzfe553qYOiiaKLQHVVdGDharSBQPDhxQLw2HO7ER5ehU3X0VPVV2J9GjBafa+zMOiB1KgMf+CMPVmfJw73SzIDs/v7MBEtFb0DRu88Eh4VvJ9RW+wuI1hlCfMAKCMgX4PXbRlO1NPYmWRlW4JAjrKy0SD26HJoPDfStEgXcVnQZF/vjnS7TIiA3pPRPEoB9byW7mL5QDmnIqbUfb5iTHD
Created at:
Wed Feb 12 13:28:28 UTC 2025
Kind:
1 Text note
Tags:
p 3ec4efe38316372daf996d9029d7ce11ac36579e9992ae6fe27f9993f27f423d
expiration 1739366918
nonce 198 16
181 hashes per byte
Saying what you think has not a lot of value in it self. You need to be able to reflect and be constructive to be able to have a net positive. Did never see or hear that from Tate. He is a simple criminal like many popular influencers. Seems there are many lost (mostly) men, which like criminal and vulgar behaviour. For me this is in no way good masculinity.
Created at:
Sat Jul 26 04:40:42 UTC 2025
Kind:
1 Text note
Tags:
p bdf02ee67066fdeba255e1ac77d67ad95048ded50eb885a01cab39156e4282df SHSS
p 1afe0c74e3d7784eba93a5e3fa554a6eeb01928d12739ae8ba4832786808e36d HODL
p 04c915daefee38317fa734444acee390a8269fe5810b2241e5e6dd343dfbecc9 wss://relay.primal.net/ ODELL
e e4acfb08c3148587391ba575f98d6bca23aade0be718c3b1453f0ff48ac6cdb3 wss://nos.lol/ root
e bf173c9ac1de3bddae09a288b7ec53c11c78ab6bb65b85161ab50c4bfd517fce mention
e 1a5f32913c3a39000046a937389a5106ab209ce8ef4e71f61fc9a7d9726dbdd3 reply bdf02ee67066fdeba255e1ac77d67ad95048ded50eb885a01cab39156e4282df
client Coracle 31990:97c70a44366a6535c145b333f973ea86dfdc2d7a99da618c40c64705ad98e322:1685968093690
nonce 94664 18
< prev 139 next >