© 2025 Jan Doskočil

Hello World

First post on this blog - english version.

Testing static mathematical formula rendering via KaTeX\KaTeX :

KL(y^y)=c=1My^clogy^cycJS(y^y)=12(KL(yy+y^2)+KL(y^y+y^2)) \begin{aligned} KL(\hat{y} || y) &= \sum_{c=1}^{M}\hat{y}_c \log{\frac{\hat{y}_c}{y_c}} \\ JS(\hat{y} || y) &= \frac{1}{2}(KL(y||\frac{y+\hat{y}}{2}) + KL(\hat{y}||\frac{y+\hat{y}}{2})) \end{aligned}

That seems to be working :) Now how about some codeblocks?

1
2
def func(arg):
    print(f"hello world {arg}")
1
2
3
int main(void) {
    printf("sus yo?\n");
}
1
2
3
printf 'go away\nbuzz off\nhello nice seeing you!\nhello2\n' | \
    sed -n '/hello/{p;q}' | \
    xargs cowsay
wassup?
how goes it?