Readit News logoReadit News
krjt commented on Show HN: I made a modern web UI for Wikipedia   modernwiki.app/... · Posted by u/sjdz
azinman2 · 4 years ago
I want to use this. Looks really nice. I know there are people here who are crying for information density, but I’m not one of them. The majority of people will be happier when there’s room for content to breathe.

My one sadness— no Safari support! Safari has gotten better with its extensions API support.. is it just the the store that’s preventing you?

krjt · 4 years ago
If you want safari support, wikipedia.rehash [1] has the option to install as a per-user custom css on wikipedia, so the style can be automatically applied when you log into wikipedia. Hence it works on tablets as well. Its redesign is not as extensive as this project, but the goals are quite similar.

[1]: https://github.com/Krasjet/wikipedia.rehash#user-content-opt...

krjt commented on MathJax   mathjax.org... · Posted by u/tosh
thangalin · 5 years ago
> If you have the option to consider server-side equation rendering, your users may thank you.

I'm developing KeenWrite[0], a desktop-based text editor that provides real-time rendering of TeX. It has two TeX-related HTML export formats: SVG (no rendering for either client or server) or TeX (requires client-side rendering). Behind the scenes it uses a highly-optimized version of JMathTeX[1] that includes a custom renderer to handle translating math font glyphs into SVG paths.

[0]: https://github.com/DaveJarvis/keenwrite

[1]: https://github.com/DaveJarvis/JMathTeX

krjt · 5 years ago
I hooked up something similar when I was writing "julia as a cli calculator" [1], but it uses real TeX behind the scene, which gives me the opportunity to utilize existing TeX ecosystem such as TikZ and typography. Accessibility can be a problem, but I think it's possible to include some hints via the title attributes with some work.

I hope to see more server-side solutions. The customizability and client-side overhead (you only need to render once on the server, possibly with caching) is not something a client-side library can achieve.

[1]: https://krasjet.com/rnd.wlk/julia/

krjt commented on Julia as a CLI Calculator   krasjet.com/rnd.wlk/julia... · Posted by u/krjt
gen220 · 6 years ago
I have a tangential question related to styling (and I agree the styling for this site is wonderful).

When designing your personal/corporate website/blog, how much weight do you attribute to users whose browsers refuse to load remote fonts (by preference or otherwise)?

I ask because I've noticed recently that some websites (notably, many google sites) are unusable, because they depend on remotely-loaded icons, which are replaced with unreadably-stretched alt-text with unintended form factors.

On this blog, for example, the default preformatted-font didn't seem to be monospaced, and the result is that the "julia" name is rendered incorrectly.

All this is meant to ask, do you ever test your designs with browser-default fonts? If not/so, is this conscious? Why?

To be clear, I intend for this to be a survey, not an inquisition. I'm trying to understand this trend better.

For my own answer. At my place of work, in spite of an avowed obsession with accessibility, our designs are regularly sabotaged by browser-default fonts and poorly-rendered alt-text.

krjt · 6 years ago
It's just a small mistake in the CSS file :) Since Julia requires a ton of Unicode characters, I'm using a different monospace type from usual, so I forgot to put the fall back `monospace` at the end of `font-family`, but it's fixed now.
krjt commented on Julia as a CLI Calculator   krasjet.com/rnd.wlk/julia... · Posted by u/krjt
jaquers · 6 years ago
The typography in this post is beautiful (as well as the content), anybody know where this comes from? Did the author do it by hand or is it something off the shelf?

Asking for a friend...

krjt · 6 years ago
The styling is done from scratch.

For more information, see the colophon [1] and karasu [2].

[1]: https://krasjet.com/colophon/

[2]: https://github.com/Krasjet/karasu

u/krjt

KarmaCake day67June 4, 2020View Original