|
21 | 21 |
|
22 | 22 | const MONITOR =
|
23 | 23 | "cd18a5109bd5a3110e173331d873725dbf0c5bedc9357a3cc80ed7029b24e974";
|
24 |
| - const ONLINE_THRESHOLD = Math.round(Date.now() / 1000) - 60 * 60 * 2.1; |
| 24 | + const ONLINE_THRESHOLD = Math.round(Date.now() / 1000) - 60 * 60 * 4; |
25 | 25 |
|
26 | 26 | let currentRelayModal = null;
|
27 | 27 | let currentGenericModal = null;
|
|
558 | 558 | <p>
|
559 | 559 | With the advent of nostr, proprietary, centralized APIs are a relic of
|
560 | 560 | a bygone era, only clinged onto by those who wish to control the
|
561 |
| - future. It was obvious to me that relay data should be protocol level, |
562 |
| - as the proprietary, centralized control over this data could lead to |
563 |
| - centralization and censorship. By having the network data free and |
564 |
| - accessible over nostr, that can be provided by any number of monitors, |
565 |
| - we can cross-reference data to identify dark patterns, instead of |
566 |
| - allowing those dark patterns to go unnoticed, served over proprietary |
| 561 | + future. In late-2022 it was obvious to me that relay data should be protocol level, |
| 562 | + as the proprietary control over this data could lead to |
| 563 | + centralization and censorship. |
| 564 | + </p> |
| 565 | + <p> |
| 566 | + By liberating network data for free and making it |
| 567 | + accessible over nostr, there can be an open marketplace for data |
| 568 | + we can cross-reference. This can help to identify dark patterns, instead of |
| 569 | + allowing those dark patterns to go unnoticed, whgen served over proprietary |
567 | 570 | APIs.
|
568 | 571 | </p>
|
569 | 572 | <p>
|
570 | 573 | I've spent the better part of a year analyzing, understanding and
|
571 |
| - reporting on nostr relays. Contrary to the belief of some cats, relays <strong |
572 |
| - >are not just generalized data-warehouses.</strong |
573 |
| - > Just like your favorite nostr client, for better or worse, relays can |
574 |
| - be whatever the fuck you want them to be |
| 574 | + reporting on nostr relays. Contrary to the belief of some cats, relays <strong> |
| 575 | + are not just generalized data-warehouses.</strong> Just like your favorite |
| 576 | + nostr client, for better or worse, relays can be whatever the fuck you want them to be |
575 | 577 | </p>
|
576 | 578 | </div>
|
577 | 579 | </Modal>
|
|
0 commit comments