<!-- Hide sidebar by default if the window is not so wide -->
Untitled
<untitled>
<!-- div, takes place and aligns the title to the left -->
X
<untitled>
<!-- div, takes place and aligns the title to the left -->
X
<!-- Asciidoctor output -->
welcome to the lunar town!
cargo install . will probably not work?
$ l is how we go forward …​
$ w is how we go back …​
$ z is OAuth and such…​
$ c is a shared calendar/agenda/meeting window stuff?
$ l chatter is a GPT chatbot lobby
<!-- MathJax -->
MathJax.Hub.Config({
messageStyle: "none",
tex2jax: {
inlineMath: [["\\(", "\\)"]],
displayMath: [["\\[", "\\]"]],
ignoreClass: "nostem|nolatexmath"
},
asciimath2jax: {
delimiters: [["\\$", "\\$"]],
ignoreClass: "nostem|noasciimath"
},
TeX: { equationNumbers: { autoNumber: "none" } }
})
MathJax.Hub.Register.StartupHook("AsciiMath Jax Ready", function () {
MathJax.InputJax.AsciiMath.postfilterHooks.Add(function (data, node) {
if ((node = data.script.parentNode) && (node = node.parentNode) && node.classList.contains('stemblock')) {
data.math.root.display = "block"
}
return data
})
})
<!-- Prism.js -->