Hacker News new | ask | show | jobs
by flipacholas 1465 days 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!

1 comments

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.)
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.