top | item 31694485

(no title)

flipacholas | 3 years ago

Hi Hackernews, don't forget you can use the alternative edition without styles: https://classic.copetti.org/writings/consoles/xbox-360/

(works better with accessibility tools, like text to speech; and translators)

There are also new PDF and EPUB editions here: https://www.patreon.com/posts/67035520 (it's a public post, I just needed a place to upload those files without consuming my hosting's bandwidth).

If you spot a mistake, please log an issue on the repo (https://github.com/flipacholas/Architecture-of-consoles) so I can review it. Thanks!

discuss

order

gwern|3 years ago

One obvious thing you could do to conserve bandwidth is not do loading=auto but loading=lazy. You've got like 70 images in there which are going to download, but how many readers will scroll to the bottom and look at all 70? (Few.)

flipacholas|3 years ago

Oh, this is actually a bug of the html template, until now I've never realised it was happening. I've just fixed it, thanks.