2024-12-24, 16:55

Don’t mind me, just making some quick changes to this site, might even start posting again! This is a post to test the microposting feature I implemented hastily today. The goal is to use this similarly to something like Twitter 𝕏 for random thoughts and cool internet findings.

1 min · 48 words · Konstantinos Chousos

2024-12-24, 17:51

Just testing for multiple notes and the list sorting.

1 min · 9 words · Konstantinos Chousos

2025-01-05, 21:17

Infrastructure update: Migrated from KaTeX to MathJax for math rendering. Although MathJax is a bit slower to load,1 it supports referencing numbered equations and linking to them.2 The following in markdown: 1 2 3 4 5 6 7 8 $$ \begin{equation} \label{eq:1} C = W\log_{2} (1+\mathrm{SNR}) \end{equation} $$ See \eqref{eq:1}. will result in: $$ \begin{equation} \label{eq:1} C = W\log_{2} (1+\mathrm{SNR}) \end{equation} $$ See \eqref{eq:1}. If only I could somehow make Obsidian render the labeled equation without errors…...

1 min · 94 words · Konstantinos Chousos