habere-et-dispertire

Results 20 comments of habere-et-dispertire

I have seen the same issue. Firefox is using a new algorithm for colour vision deficiency simulations. The matrix transformation work it is based on appears to be freely available...

I tested the workaround for lualatex (taken from the excellent stackoverflow article above) by adding the following YAML to my pandoc defaults: ~~~ header-includes: - \pdfvariable suppressoptionalinfo \numexpr32+64+512\relax ~~~ The...

Aside: I did a quick test with `lualatex` (version 1.15.0, TeX Live 2022). The `suppressoptionalinfo` works unless a source file contains `\DTMcurrenttime` (and I imagine other time sensitive fields). This...

Personal names in poetry dedications are sometimes written as the first letter of the name and then a long dash (for privacy). With the current em-dash being too short, you...

I support this pragmatic suggestion which also avoids a term whose surface representation can be construed as speciesist.

The raku ASCII equivalents are a relatively new construction compared to the standard mathematical representations — so I lean towards dropping the parentheses for the more recognized form as they...

Raku intentionally has [a lot](https://docs.raku.org/routine-operator.html) ... [of operators](https://docs.raku.org/language/operators). Is each programming language going to have a stylistic set? I found two other raku operators with ASCII equivalents that visually mimic...

In raku, `` are used together as delimiters, called quote words. For example, an array of the addition and subtraction operators could look like: ~~~ my @operators = &infix:, &infix:...

Bumped into another one, the numeric comparison operator `` which is somewhat confusing to see rendered as a double left-right arrow.

For an old list of ASCII operators with Unicode equivalents (the so called Texas operators) see: https://github.com/Altai-man/p6-Texas-To-Uni/blob/master/lib/Texas/To/Uni.pm6