7 comments

[ 4.0 ms ] story [ 37.5 ms ] thread
Imported images from /r/earthporn are browseable at https://scenery.cx/

Note to blog author, the 'use IPFS' link ends up pointing to 127.0.0.1, which may or may not be what was intended?

Thanks for clicking! Clicking 'use IPFS' makes all the images point to the local IPFS gateway on 127.0.0.1:8080, so browser can get the images from people who pin (distribute) them, like in a bittorrent. But even if you installed it, it wouldn't work because currently I don't pin image files on IPFS. IPFS daemon consumes a lot of ram and cpu resources, so I decided to shut it down.
Thanks for the great series of posts on this topic!
OT:

The only thing I see when visiting the site is "An unexpected error has occurred.", despite transporting ~1.3MB of data and having all text content there in the ~5KB of initial html response... Why is web like this?! Why does it need to load highlight.js to show me the content of the page, especially since the code stuff is alrady in a <pre>?

highlight.js is for syntax highlighting (code looks pretty). I've just checked, in Chrome site works with js disabled