Michał "phoe" Herda

Results 160 issues of Michał "phoe" Herda

![Zrzut ekranu z 2022-01-22 13-28-58](https://user-images.githubusercontent.com/15045546/150638555-496e4a8a-6566-4d31-9586-6f50d38c6426.png) Firefox 95 on Linux. It seems that the numbers are written in a fallback font rather than Telcontar itself. I can also observe this in...

[The Handbook](https://www.tecendil.com/tengwar-handbook/) begins with: ![Zrzut ekranu z 2022-01-22 09-52-25](https://user-images.githubusercontent.com/15045546/150631851-94e452b1-75a4-4dde-9ef8-ee2e1d6c55ec.png) I have questions about the double "o" on a short carrier though. Modern Tecendil places the second "o" above "k" *along...

![Zrzut ekranu z 2022-01-21 19-58-19](https://user-images.githubusercontent.com/15045546/150584595-6a354e93-ff33-49fa-9f7e-eb15fcbbbf2e.png) The "e" hangs above the silme. Shouldn't it be flipped around to a silme nunquerna since there's a tehta above it now?

http://www.chesscity.com/PDF/Sicilian_Dragon_Black_Attacks_ssd.pdf

This might be a shameless plug of sorts, but it seems that my book is getting good enough reviews to suggest it for people who'd like to (better) understand the...

http://aosabook.org/en/500L/an-event-driven-web-framework.html

http://www.lispworks.com/documentation/HyperSpec/Body/05_b.htm This is likely incorrect in the current naïve implementation of control flow operators. Write tests, fix revealed bugs.

No need to allocate them anew each time since that negatively affects performance; just mutate them and let them go on their way.

Currently each test makes a new set of instances at each execution; this kills efficiency because ideally you would only instantiate e.g. a Tagbody or a HandlerCase once and then...

``` 21:08 < theothor`> FWIW, https://dlmf.nist.gov/LaTeXML/ can parse the dpans repos with some tweaks. Returns xml, and can parse directly to html. It struggles with the table macros, but I...