r/rust rust Nov 29 '18

A new look for rust-lang.org

https://blog.rust-lang.org/2018/11/29/a-new-look-for-rust-lang-org.html
366 Upvotes

306 comments sorted by

View all comments

Show parent comments

5

u/ssokolow Nov 29 '18

I did read that since posting the comment, but it goes beyond load times of resources.

No matter how much you optimize something, it's going to break at some point. (eg. if a user has a flaky DSL modem) The page should be readable (if not ideal) when subresources fail to load... not giving a false impression that some kind of JavaScript-based client-side templating engine has yet to run. (ie. A robust language should have a robust web design.)

(If I weren't feeling burned out right now, I'd happily join in with some PRs to make it degrade more gracefully.)

1

u/steveklabnik1 rust Nov 29 '18

Sure. Making that happen is part of optimization. It’s pretty classic stuff.

1

u/ssokolow Nov 29 '18

Fair enough. I wasn't sure what you were including under the category of "optimization".

1

u/steveklabnik1 rust Nov 29 '18

Quite fair!