โฉ– powrelay.xyz

day week month year all
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
316 hashes per byte
data layer (including vm images) -> virtual machine nostr client: virtual machine what current nostr clients are, would be then called with name vm image. so in other words a new layer would be added on top, which would be able to run anything now called a nostr client. end users then would not install what we call as nostr clients, but they would install nostr virtual machine and enter vm image address they want to run.
Created at:
Fri Apr 4 12:21:51 UTC 2025
Kind:
1 Text note
Tags:
client getwired.app
nonce 85123 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
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
248 hashes per byte
Outside our little group here no one knows and no one has any chance to know all the things being created on Nostr, and I'm sure there are many folks that would be very interested if they knew. We need more people writing about specific Nostr initiatives, such as the groups subprotocol, the git subprotocol, the community relays, the bunkers, the decentralized app store, the multisig signers, the highlighting, the photo sharing, the very private secure messaging subprotocols, the outbox model, the bluetooth offline inter-device protocol, the decentralized wiki and other stuff. If you know how to write 3 words without asking an AI to generate text for you please do it.
Created at:
Tue Mar 18 19:36:50 UTC 2025
Kind:
1 Text note
Tags:
nonce 4611686018427388806 16
< prev 13 next >