The emulator can be used on https://norbertkehrer.github.io/mailuefterl/mailuefterl.html, information on the Mailüfterl computer can be found on https://norbertkehrer.github.io/mailuefterl.html
See the blog entries "Floating Point Library for the Mailuefterl Computer and More Original Mailuefterl Programs
Thursday, August 31, 2017" and
"Mailuefterl Emulator in JavaScript
Monday, July 10, 2017" on https://norbertkehrer.github.io/
"In the PDP series DEC
launched machines like the PDP-10, on which the C programming language
and the first adventure game were developed, or the extremly successful
PDP-11, on which the first Unix was written." on https://norbertkehrer.github.io/pdp8.html is wrong, report it. C was created on the pdp-11.
"A complex-valued mathematical sequence which, when applied to a signal, gives rise to a new signal of constant amplitude."
It is not clear what is meant by "applied to" here.
Android 4.1 an app can provide additional keyboard layouts via Key Character Map files. Since then, it’s possible to customize a keyboard layout without root access by installing an app that contains required layout.
"A Notebook system based on Emacs borrowing from existing config files. This system works from a single org file as an attempt to be as easy as possible for non-emacs users. It handles analyses in any language supported by org and through any server with a ssh interface. Since, its contents (an org file) are automatically rendered in Github or similar, it is trivial to share analyses results with reviewers and auditors, thus providing a way for transparent review/auditing of statistical analyses. This configuration provides a more complete set of functionality than jupyter, with less hassle."
Found on Sacha Chua's blog https://sachachua.com/blog/2025/02/2025-02-03-emacs-news/
release7.8.03.346.g1915.dirty after the first paragraph is rendered incorrectly as release<sub>7.8.03.346.g1915.dirty</sub>.
This can be fixed by
#+OPTION ^:{}
will yield correctly rendered underscore characters.
#+begin_quote [[info:org#Export settings]]
‘^:’
Toggle TeX-like syntax for sub- and superscripts. If you write
"^:{}", ‘a_{b}’ will be interpreted, but the simple ‘a_b’ will be
left as it is (‘org-export-with-sub-superscripts’).
#+end_quote