Blog genesis

  • Published @ 2025/10/28 14:51 (GMT-3) / Modified @ 2025/11/05 18:02 (GMT-3)

  • Tags: meta, test

"The root of all evil"

The blog

Hello! Welcome to the first blog entry!!

I intend on filling this section of the website with random thoughts or ideas that i want to share with the world.

Also, just for having a permanent place to test the blog capabillities, i will put some random stuff down below. Feel free to check the source code if you are curious :p

Images

kyouko

Kyouko likes to read the blog too

This is a latex entry

Fourier transform

 F(\omega) = \int_{-\infty}^{\infty} f(t)e^{-i 2\pi \omega t} dt

This is a code block

for (const auto& [name, thing] : things) {
  std::cout << name << ", " << thing.value() << "\n";
}