Skip to content

Commit 7f7ca9b

Browse files
committed
increase online threshold
1 parent dbef93c commit 7f7ca9b

File tree

1 file changed

+13
-11
lines changed

1 file changed

+13
-11
lines changed

src/App.svelte

+13-11
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
2222
const MONITOR =
2323
"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;
2525
2626
let currentRelayModal = null;
2727
let currentGenericModal = null;
@@ -558,20 +558,22 @@
558558
<p>
559559
With the advent of nostr, proprietary, centralized APIs are a relic of
560560
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
567570
APIs.
568571
</p>
569572
<p>
570573
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
575577
</p>
576578
</div>
577579
</Modal>

0 commit comments

Comments
 (0)