Live data from Hacker News

Show HN: I made a modern web UI for Wikipedia

modernwiki.app

361–370 of 426 posts

Re: Show HN: I made a modern web UI for Wikipedia

#361

I am one of those people who actually like Wikipedia the way it is. It's what I hoped the web to become. But i am sure there are people who will appreciate your effort. Thank you for your work.

Wikipedia's style is almost perfect except for one thing that bugs me: the line width in desktop style is unlimited, meaning in a big window it can be hundreds of symbols long, which is pretty bad from the readability standpoint (https://baymard.com/blog/line-length-readability).

Re: Show HN: I made a modern web UI for Wikipedia

#363

Earlier quoted context omitted.

Whoa, I had no clue about these key-combos. So handy! Thanks!! For anyone curious, MS has a useful summary of how this works here: https://support.microsoft.com/en-us/windows/snap-your-window...

No problem, I did it by accident, and you can also drag the windows to the corners and overshoot to have them, top is full, left and right is half that side, the link you posted mentions that, I am actually surprised you never accidentally discovered either. I have that in KDE as well.

Also, double-clicking on a top or a bottom edge will v-maximize window, or resizing a window vertically and overshooting at the top or at the bottom of the screen.

Re: Show HN: I made a modern web UI for Wikipedia

#364

Earlier quoted context omitted.

I just used win+ arrow keys, never missed the resizing.

Whoa, I had no clue about these key-combos. So handy! Thanks!! For anyone curious, MS has a useful summary of how this works here: https://support.microsoft.com/en-us/windows/snap-your-window...

Thanks for giving me a name for this that I can search for to turn it off. There’s nothing more annoying in my day than when I drag a window from one monitor to the other, then the windows cuts it in half and sticks it to the side of my screen.

I never knew what windows called it before, so there was no way to get rid of it in settings.

Re: Show HN: I made a modern web UI for Wikipedia

#365

Why you need this permission "Read your browsing history"? I think you only need access to: "*://*.wikipedia.org/*"

FYI for any other extensions that do this, you can use the extension permissions to disallow them from running everywhere, and just give access to the site(s) where you want them to run. This doesn't require the devs to have done anything special — this functionality is built into Chrome. Weirdly, this is only available in Chromium browsers, not Firefox, at least last I checked.

Re: Show HN: I made a modern web UI for Wikipedia

#367

For folks who appreciate elements from this redesign, I'd love to humbly suggest checking out the Wikipedia iOS app from the Wikimedia Foundation. The app supports 4 reading themes, is privacy friendly, includes: truly private reading history, trending articles, a persistent TOC on iPad, on this day in history, language and multilingual support, in the news, random articles, bookmarking and folder-ing capabilities, a…

The multi language support always blows me away like being able to tab between your chosen languages when searching. Lots of simple innovations that make it clear yall put a lot of thought into it.

Re: Show HN: I made a modern web UI for Wikipedia

#368
I went in expecting to find something resembling fandom.com but was pleasantly suprised. It is more or less the Firefox reader mode but improved and optimised for Wikipedia and without hiding parts of the website. One issue: the background colour breaks on french pages, probably due to the other theme they are using. The one thing I miss is a quicker way to access other languages, I often read a page in multiple languages and having to scroll through the menu every time is slow.

Re: Show HN: I made a modern web UI for Wikipedia

#369

Earlier quoted context omitted.

This is hard and often done wrong- mobile phones are usually high dpi and have gotten quite large, so it can be hard to distinguish between a large phone and half a desktop screen. Some people get quite annoyed by being bumped into a mobile experience when you resize your window from fullscreen on a laptop.

I also get annoyed when I get bumped to the "mobile" "experience" even when I'm on a smartphone. With reactive design, "request desktop site" generally doesn't work, either. I really, REALLY prefer desktop mode for almost everything, relying on pinch to zoom.

> With reactive design, "request desktop site" generally doesn't work, either.

It shouldn't, because with proper reactive design therre are no "mobile" and "desktop" versions but only one version that adapts to the viewport size. If you want a larger viewport that should be solved at the browser level by providing the website with a larger viewport. Seems firefox behaves this way while chrome does something weird that increases the viewport a bit but then still "intelligently" scales some text.

Re: Show HN: I made a modern web UI for Wikipedia

#370
post #349

Earlier quoted context omitted.

Half of cutting the images is a space saving thing. Wikipedia is a pretty big website, and (like the rest of my web presence) I'm hosting the mirror on a single small consumer hardware server. I'm keeping all the wikipedia pages as compressed HTML, and if you look at the sources you'll see it's very bare bones, most pages are like 50 Kb, yet the total is still 21 Gb. I don't think I have the space or bandwidth for se…

Gotchya. All good then. Excellent work and insight :) Have you attempted to convert them to plain text and serve those? Or is there no real savings there?

Would probably lose more than you'd gain doing that. The HTML right now is so clean you can read it without a browser, almost looks like it might be hand written, while still preserving things like formulas and tables (which do need a browser).
Post reply on HN