Show HN: I made a modern web UI for Wikipedia
111–120 of 426 posts
Re: Show HN: I made a modern web UI for Wikipedia
#112Re: Show HN: I made a modern web UI for Wikipedia
#113Earlier quoted context omitted.
I agree with you except the one pain point that Wikipedia still continues to use "m.*" sub-domains for displaying mobile content. I know most people exclusively use mobile these days but I use desktop browsers for reading more than 60% of the time and its really annoying to click on a Wikipedia link on HN/Reddit and having it open the mobile site on desktop. It's OK to use m.* subdomains instead of reactive design bu…
[flagged]
Re: Show HN: I made a modern web UI for Wikipedia
#114Earlier quoted context omitted.
This isn't so bad but consider new Reddit vs. old Reddit. If "new" were to become the only way to access Reddit, I would probably abandon it.
It is really annoying to be shown the new site so I just use mobile apps to read it now.
Re: Show HN: I made a modern web UI for Wikipedia
#115Earlier quoted context omitted.
Text becomes less readable at large widths. I sometimes use the mobile Wikipedia on desktop for that reason, especially on ultrawide monitors.
Just... don't make the browser window 34 inches across?
Having said that; Reader mode solves most of the above issues.
Re: Show HN: I made a modern web UI for Wikipedia
#116Please never ever use system-ui in your CSS. A classic article about why: https://infinnie.github.io/blog/2017/systemui.html In this particular case, it totally ruined the fonts of Wikipedia for East-Asian (CJK) Windows users. Just in case the article itself isn't convincing enough, below is a list of some websites that have tried "system-ui" and then reverted it semi-immediately: Facebook/bootstrap, GitHub, Twitter,…
Re: Show HN: I made a modern web UI for Wikipedia
#117Re: Show HN: I made a modern web UI for Wikipedia
#118There's also a small padding issue[1] next to the sidebar when the column width is set high.
Otherwise it looks pretty good.
[0]: https://jagger.co/downloads/modern-wiki-wide.png [1]: https://jagger.co/downloads/modern-wiki-padding.png
Re: Show HN: I made a modern web UI for Wikipedia
#119I hate to be the contrarian, but I'm confused by the positive remarks here. I find the interface looks like it was trying to force mobile design principles onto a desktop view. A lot of space seems wasted here and I can view less content at once. I don't find this useful personally.
You can find it not useful personally but still leave a positive comment for the creator who is sharing something they made with the community. "Subsidize what you want more of, tax what you want less of". If you want people to share their creations, be more encouraging/positive. If you don't want people to share their creations, be more critical/negative.
Re: Show HN: I made a modern web UI for Wikipedia
#120Earlier quoted context omitted.
I agree with you except the one pain point that Wikipedia still continues to use "m.*" sub-domains for displaying mobile content. I know most people exclusively use mobile these days but I use desktop browsers for reading more than 60% of the time and its really annoying to click on a Wikipedia link on HN/Reddit and having it open the mobile site on desktop. It's OK to use m.* subdomains instead of reactive design bu…
> It's OK to use m.* subdomains instead of reactive design but there should at least be redirects to the correct subdomains. I agree, although in the case of Wikipedia the "mobile" design is actually the one that is responsive. I want the "mobile" design on all browsers including my desktop. I believe you can actually set your default theme if you're logged into Wikipedia, but I don't know if their cookies eventually…