โฉ– powrelay.xyz

day week month year all
332 hashes per byte
test2
Created at:
Fri Mar 28 10:45:56 UTC 2025
Kind:
1 Text note
Tags:
client getwired.app
nonce 47942 16
322 hashes per byte
i had a http server for a while, and mostly what i got was scanning on endpoints that do not match. when nginx returns 404 i dont think that consumes practically any cpu or bandwidth. if you are concerned that scraper will do any harm, your server sucks. make it secure then.
Created at:
Sun Mar 30 00:59:16 UTC 2025
Kind:
1 Text note
Tags:
client getwired.app
p ef89951501a7b1d762fb420004c3f27ba1cf6dbe3302b214694c0b93460df273
e 000009b0c3807a836f748ed588337db0acce7d1a6c67acca7443a17453b7cc7d
nonce 39815 18
320 hashes per byte
recently about half of blossom servers' certs expired on same day. idk if anyone cared to refresh them. also at least firefox had some retardation and required manual deletion of the invalid cert to get some cert working. well this is ssl so dont expect anything to work usually.
Created at:
Tue Apr 1 04:26:34 UTC 2025
Kind:
1 Text note
Tags:
client getwired.app
p 318c6318d90d80fc77b4c8dca160e17b94a7ab30aa7b01afbe76bb65de4b28e0
e 000005c8f1b8447a5bfb39aaadb24e058ff73e47a325d437a5781e26f3a7acb4
nonce 76275 18
318 hashes per byte
Example function synthesis using software 3.0 standard: Prompt: ``` following interface defines a program logic. implement the program in python. its not necessary to implement the interface itself, its for explanation purposes only. interface Calculator { float sum(float a, float b) float diff(float a, float b) float multiply(float a, float b) } ``` here is synthesis result by mistral-small:24b-instruct-2501-q4_K_M: ```python class Calculator: def sum(self, a: float, b: float) -> float: """Returns the sum of two floats.""" return a + b def diff(self, a: float, b: float) -> float: """Returns the difference between two floats.""" return a - b def multiply(self, a: float, b: float) -> float: """Returns the product of two floats.""" return a * b # Example usage: if __name__ == "__main__": calc = Calculator() # Sum result_sum = calc.sum(5.5, 3.2) print(f"Sum: {result_sum}") # Difference result_diff = calc.diff(10.0, 4.7) print(f"Difference: {result_diff}") # Product result_multiply = calc.multiply(6.8, 2.3) print(f"Product: {result_multiply}") ```
Created at:
Sat Mar 29 06:16:39 UTC 2025
Kind:
1 Text note
Tags:
client getwired.app
nonce 7935 18
293 hashes per byte
many of you have seen already collapse of under construction high rise in bangkok last friday #siamstr #earthquake https://image.nostr.build/1abc9ae86576a003a8e054ae7cc3769fe3a0ece2e506ee3c9482282794e59e3d.png https://image.nostr.build/e4b7ba8191d39f34742501177ad4e0636fe36859ca7bffa430b7fc31946100b5.png https://image.nostr.build/b869a3993d63be7b600a6b98ba920b2a2f6943a6025b39fdc7e5e75bf95e351b.png nope its not WTC7 from 25years ago , situation in myanmar near epicenter is more severe
Created at:
Sun Mar 30 01:10:04 UTC 2025
Kind:
1 Text note
Tags:
t siamstr
t earthquake
nonce 294090 18
283 hashes per byte
secret money goes hard https://m.primal.net/PgcQ.jpg
Created at:
Sat Mar 15 10:06:17 UTC 2025
Kind:
1 Text note
Tags:
e a69504c11e5bb3edee2b6993ff4366062b5f06581f44c918702fdcbabe32f4e2 root
e d313ba2fb0edac470f504b29b6457615a0763c00750e98a39de576d4ba11481a wss://relay.mostr.pub reply c21b1a6cdb247ccbd938dcb16b15a4fa382d00ffd7b12d5cbbad172a0cd4d170
p 0d7ceca9e000e711e263bc14a2216ab74968a9e903eba214a714300adede5a20
p c21b1a6cdb247ccbd938dcb16b15a4fa382d00ffd7b12d5cbbad172a0cd4d170
client moStard 31990:877308276be50ce9bafa7e5e374e4fcbf5e9859a21918f34baefd000746b7d35:1732044917
nonce 91166 16
274 hashes per byte
according to llm decompressing data and reading it from disk is faster than keeping gzipped data in ram and decompressing it: >data throughput for gzip decompression ... it typically ranges from 200-500 MB/s. >Typical read speed for a single binary file from an NVMe SSD is around 3-4 GB/s. however gzip still helps delivering compressed data through network and storing it if disk space is limited.
Created at:
Sun Mar 23 11:37:10 UTC 2025
Kind:
1 Text note
Tags:
nonce 140875 18
p 4ed39cf4917f865bb6b096f88ea19d0860813696cec47037dc39ea6d4594f2ee
e 0000195c1079b66679f96f6fe3266285760eb7cb8628c7809f74e763a2f1a7bc
nonce 187808 18
265 hashes per byte
thank you for this script. can you fuck off and give me 301? HTTP/2 200 date: Sun, 30 Mar 2025 01:38:04 GMT content-type: text/html; charset=utf-8 cache-control: no-cache cf-cache-status: DYNAMIC server: cloudflare <!DOCTYPE html> <html> <head> <title></title> <meta charset="UTF-8"/> <script type="text/javascript"> document.cookie = "ge_js_validator_27=@27@; path=/; max-age=1800;"; window.location.reload(); </script> </head> <body> </body> </html>
Created at:
Sun Mar 30 01:41:42 UTC 2025
Kind:
1 Text note
Tags:
client getwired.app
nonce 15464 18
259 hashes per byte
comparison to other search algorithms: vs string search: - beats string search with better performance and lower system requirements - looses in exact matching. tokens have no ordering, tokenization may loose some information. vs semantic search: - semantic search is based on language intepretation, ie it utilizes intepretative bias in ranking results. - tokenized bitwise search is unordered exact match algorithm and thus does not have any interpretative bias.
Created at:
Sat Mar 22 12:57:41 UTC 2025
Kind:
1 Text note
Tags:
nonce 372985 18
p 2ceedb4c35a9e265b57b91ee7a371f3dffe84c65f5deb22afd9faf520b066274
e 00001b08f24f2cae56f5234e04060031d125ff77b497b5df5427a22ac29d25ff
nonce 174464 18
251 hashes per byte
idea is simply that only interface is defined and sent with the software package. functions are synthesized on client side device at runtime. to guarantee predictable results, a software should define language model to be used for synthesis as well as any parameters that differs from defaults. now this allows any real time customization of software at runtime. for example end user may type to configuration prompt: "can you change the background to green", and software adapts in real time to change background green. or "can you make the layout two columns and take full screen width", and layout changes in real time to adapt to requirements.
Created at:
Sat Mar 29 06:22:36 UTC 2025
Kind:
1 Text note
Tags:
client getwired.app
nonce 324276 18
< prev 11 next >