Earlier quoted context omitted.
He also advocate not using underline to denote links. In his practical typography book he practically hides all hyperlinks. I also find his redesigns of documentation pages uninviting to read. I find Butterick to be a passionate, opinionated, hard working, but ultimately a poor designer.
I agree. His book Practical Typography is very hard on the eyes, even looking at the text is uncomfortable. I think he fell into a trap of overdoing things. Like some people when they learn about what you can do with javascript and css add all sorts of annoying visual effects with no unified theme to the whole. They just enter some sort of trance and keep adding.
Pollen: the book is a program
71–80 of 97 posts
Re: Pollen: the book is a program
#72> I chose the lozenge as the command character because a) it appears in almost every font, b) it’s barely used in ordinary typesetting, c) it’s not used in any programming language that I know of, and d) its shape and color allow it to stand out easily in code without being distracting. > If you’re using DrRacket, you can use the Insert Command Char button at the top of the editing window to — you guessed it — insert…
It's perfectly fine if and only if you're on a Mac . It gets bad on every other platform.
Re: Pollen: the book is a program
#73This looks very cool. Have you (jdoliner or anyone else) used this to publish a book?
I respect his choices though and I hope future devices eliminate his typography and format concerns.
[1]: https://practicaltypography.com/why-theres-no-e-book-or-pdf....
Re: Pollen: the book is a program
#74It's interesting to see a somewhat widespread shift away from the separation of code, templates, styles, and text model of publishing things (mostly websites, but most publishing can be boiled down to that if you squint), where code/templates/style get merged into one. React does this. Pollen seemingly takes it even further and sticks the text in the code, too. Or, rather sticks the code in the text, I guess. It's a…
Re: Pollen: the book is a program
#75Earlier quoted context omitted.
> Racket by default also doesn’t use the keyword "lambda", but instead uses "λ". I'm not sure that's true: Welcome to Racket v6.10.1. > (define foo (lambda (x) (+ x 1))) > (foo 1) 2
As I mentioned, both are possible, but (λ ...) is strictly preferred.
In my current checkout of the codebase, I see the following:
~/src/racket/racket/share/pkgs$ ag lambda **/*.rkt | wc -l
1041
~/src/racket/racket/share/pkgs$ ag λ **/*.rkt | wc -l
163
Note also consistent usage of spelled-out lambda in the Racket style guide, https://docs.racket-lang.org/style/.Re: Pollen: the book is a program
#76This looks lovely and near perfect. But what happened to Docbook? I worry about tool longevity and thus ongoing editability of source assets. I imagine groff still might grind old tbl and nroff and docs into Postscript.
What, isn't everybody using DITA nowadays? /s
Re: Pollen: the book is a program
#77This looks lovely and near perfect. But what happened to Docbook? I worry about tool longevity and thus ongoing editability of source assets. I imagine groff still might grind old tbl and nroff and docs into Postscript.
Re: Pollen: the book is a program
#78Re: Pollen: the book is a program
#79The web browser display is very beautiful. But how would I go about seeing it offline? Is there a PDF sample of Pollen I can try on my eBook reader?