โฉ– powrelay.xyz

day week month year all
371 hashes per byte
flashing #nerdminer https://nerdminer.satoshistore.io/ https://flasher.bitronics.store/ open in CHROME only after connecting NERDMINER using USB cable in PC SELECT correct version corresponding to your device hardware https://image.nostr.build/181ae24e1d30a63ea3fe019e43662e4b64dd19967b52ce3a44d7a09e1dbd953e.png
Created at:
Sat Mar 29 22:47:40 UTC 2025
Kind:
1 Text note
Tags:
t nerdminer
nonce 107932 18
352 hashes per byte
so far it seems model is better at following interface definition than im at writing interfaces :D ie. single typo in interface definition really shows. trying to more advanced DiscussionBoard interface.
Created at:
Sat Mar 29 07:36:20 UTC 2025
Kind:
1 Text note
Tags:
client getwired.app
p fea3cb980fb60e263a6d64c55ea2cb29b3aeb347043460b751cfa52f6c9891b7
e 00001b4107e98ba51f187650748183a2cab7a4da12b4974a3a088ba0a0b870a4
nonce 202627 18
350 hashes per byte
mistral was able to synthesize pretty good program. it follows interface definition very well, and possible improvements are probably simply question about interface definition rather than limitation of used llm.
Created at:
Sat Mar 29 07:43:35 UTC 2025
Kind:
1 Text note
Tags:
client getwired.app
p ccdb2ac00f28e38f0a7875e8cc570a1bf1f2d70484ed6316bb5d7970a3304ecb
e 000022fe166060d3f8b321d00fdf5e12ab3b3fa11909e91cfe12e50891742302
nonce 398178 18
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
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
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 4 next >