DETERMINISTIC OPTIMISM 🌞
Oct 8, 2024
See translation
Replies
ben
@ben
Oct 11, 2024
See translation
0
atyh
@atyh
Oct 11, 2024
See translation
0
teatwo
@teatwo
Oct 8, 2024
See translation
0
Danny Morabito
@DannyMorabito
Oct 8, 2024
```js
const noteId = "fdf3d23250bea5008dc5d361ab195eef81942fe938f7aa7ae128379fc4161755";
const relay = "wss://nos.lol/";
const ws = new WebSocket(relay);
ws.onmessage = (e) => {
let event = JSON.parse(e.data);
if(event[0] == 'EOSE') return;
document.body.innerText = event[2].content;
};
ws.onopen = () => ws.send(JSON.stringify(["REQ", "science", { ids: [noteId] }]));
```
(naturally this is not production ready, but I had to do it as a joke 😛)
See translation
0
minestr.app
@minestrApp
Oct 8, 2024
See translation
0
Asara
@Asara
Oct 8, 2024
See translation
0
hzrd149
@hzrd149
Oct 8, 2024
See translation
0
Asara
@Asara
Oct 8, 2024
See translation
0
nbyte
@nByte
Oct 9, 2024
See translation
0
Asara
@Asara
Oct 9, 2024
See translation
0
01 more reply(ies)
florian
@florian
Oct 8, 2024
See translation
0
brugeman
@brugeman
Oct 9, 2024
See translation
0
teatwo
@teatwo
Oct 8, 2024
See translation
0
florian
@florian
Oct 8, 2024
See translation
0
teatwo
@teatwo
Oct 8, 2024
See translation
0
hzrd149
@hzrd149
Oct 8, 2024
Hopefully going to have a NIP for it shortly
See translation
0
teatwo
@teatwo
Oct 8, 2024
i think it evolved more one step than pluja/blogo :)
See translation
0
DETERMINISTIC OPTIMISM 🌞
@NVK
Oct 8, 2024
See translation
0
01 more reply(ies)
utxo the webmaster 🧑💻
@utxo the webmaster 🧑💻
Oct 8, 2024
See translation
0
Danny Morabito
@DannyMorabito
Oct 8, 2024
See translation
0
TURI$MO
@Turiz
Oct 8, 2024
See translation
0
BTCrevolutionary
@BTCrevolutionary
Oct 8, 2024
See translation
0
Rogue Money Hodler
@rogue
Oct 8, 2024
See translation
0
DETERMINISTIC OPTIMISM 🌞
@NVK
Oct 8, 2024
See translation
0
Rogue Money Hodler
@rogue
Oct 8, 2024
See translation
0
DETERMINISTIC OPTIMISM 🌞
@NVK
Oct 8, 2024
See translation
0
brugeman
@brugeman
Oct 9, 2024
See translation
0
BTCrevolutionary
@BTCrevolutionary
Oct 8, 2024
See translation
0
BTCrevolutionary
@BTCrevolutionary
Oct 8, 2024
See translation
0
AVB
@AVBpodcast
Oct 8, 2024
See translation
0
Logen
@Logen
Oct 8, 2024
See translation
0
₿logging₿itcoin
@₿logging₿itcoin
Oct 8, 2024
See translation
0
sudocarlos
@sudocarlos
Oct 8, 2024
See translation
0
After Math
@aftermath
Oct 8, 2024
See translation
0
brugeman
@brugeman
Oct 9, 2024
See translation
0
sudocarlos
@sudocarlos
Oct 8, 2024
See translation
0
After Math
@aftermath
Oct 8, 2024
See translation
0