Explore Wikipedia's New Look
181–190 of 288 posts
Re: Explore Wikipedia's New Look
#182Re: Explore Wikipedia's New Look
#183My initial take: I actually like this a lot. The body text is narrower which makes for easier reading. The sidebar with an updating highlight of current place in document is really nice too. I don't mind the "wasted space": Wikipedia is primarily about reading, and any well typeset book or web page should have generous margins so the line length is not too long.
Why not just have multiple columns of text instead of half a screen of emptyness and stuff users rarely interact with? You could arrange the different wiki sections to be side by side.. in a dynamic responsive way depending on device/screen size
And with an arbitrary article length, multicol would require pagination, right?
Re: Explore Wikipedia's New Look
#184As of right now (UTC 4:50 am):
- Hanlon's Razor (new design) https://en.wikipedia.org/wiki/Hanlon%27s_razor
- Dunning-Kruger effect (old design) https://en.wikipedia.org/wiki/Dunning%E2%80%93Kruger_effect
Re: Explore Wikipedia's New Look
#185I don't know if they're rolling it out in phases or what, but the new design seems to work only on some articles. As of right now (UTC 4:50 am): - Hanlon's Razor (new design) https://en.wikipedia.org/wiki/Hanlon%27s_razor - Dunning-Kruger effect (old design) https://en.wikipedia.org/wiki/Dunning%E2%80%93Kruger_effect
Re: Explore Wikipedia's New Look
#186Earlier quoted context omitted.
> Lots of Wikipedia articles have become well-cited but that façade begins to break down as we dive into more niche topics. A lot of the time they're just making the citation up. Wikipedia's page on French toast says this: > The earliest known reference to French toast is in the Apicius, a collection of Latin recipes dating to the 1st century CE, where it is described as simply aliter dulcia 'another sweet dish.'[8]…
You can fix these errors if you want to. Anyone can edit Wikipedia.
Re: Explore Wikipedia's New Look
#187> Research has shown that limiting the width of longform text leads to a more comfortable reading experience, and better retention of the content itself. Is this actually true? I'm curious if anybody has sources for this and if it's a common UX practice. I tend to use wider windows than traditional 8:9 half-screens and this max-width practice drives me nuts.
I guess it depends on the person. I'm happy to accept that I'm strange, but I'd much rather read lines that mostly fill my screen with normal margins on each side than short lines in a long narrow column surrounded by an ocean of empty whitespace. I can't be the only one who feels this way. I have yet to buy a book where 90% of each page is blank and there's just a tiny column of words down the middle of the page.
I mean seriously, a 27" diagonal monitor is 24"x17". Do you routinely read on 12"x17" paper with near zero margin?
Re: Explore Wikipedia's New Look
#188My initial take: I actually like this a lot. The body text is narrower which makes for easier reading. The sidebar with an updating highlight of current place in document is really nice too. I don't mind the "wasted space": Wikipedia is primarily about reading, and any well typeset book or web page should have generous margins so the line length is not too long.
Re: Explore Wikipedia's New Look
#189Have been using this new theme since beta. I love the much cleaner look more than the previous one. One can always tune the CSS yourself at the user's preference near the theme selector. The only thing I need to adjust to my liking is to limit the line width: main#content { max-width: 40em; } For those who hate it: you will always have the option to switch back to the old theme. I really hope any website could be as…
Once upon a time, there was an initiative for websites to add a unique CSS ID to the tag so users could customize them with user stylesheets.
For example: for this website, and then users can apply CSS rules as they see fit via the user stylesheet.
Sadly, the initiative never took off and most browsers nowadays don't even know what a user stylesheet is.
Re: Explore Wikipedia's New Look
#190Have been using this new theme since beta. I love the much cleaner look more than the previous one. One can always tune the CSS yourself at the user's preference near the theme selector. The only thing I need to adjust to my liking is to limit the line width: main#content { max-width: 40em; } For those who hate it: you will always have the option to switch back to the old theme. I really hope any website could be as…
> you will always have the option to switch back to the old theme. The only issue is, you need to log in to do this. I don't want to have to log in to a website that I read, and never edit, to get rid of the giant distracting table of contents.
Basic customizations should never be blocked behind an accountgate.