Posts
Automatically Shut Down a Linux Machine If No One Logs In Within a Certain Time After Boot
Wrote a systemd service to automatically shut down a machine if no one logs in within a certain time after boot.
Posts
Elbow Method for k-means
Implemented the elbow method in C++ to estimate the number of clusters for k-means and verified its behavior.
Posts
k-means++
Implemented k-means++, an improved version of the k-means algorithm, in C++ and verified its behavior.
Posts
Implemented k-means in C++
Explored the behavior of k-means, perhaps the most well-known clustering algorithm, by implementing it in C++.
Posts
It’s Okay to Use #pragma once
#pragma once is non-standard, but it has an advantage. It’s OK to use this.
Posts
General Theory of Self-Reciprocal Functions in the Fourier Transform
This article discusses the general theory of self-reciprocal functions in the Fourier transform, particularly focusing on the eigenspaces of the Fourier transform.
Posts
An Example of a Self-Reciprocal Function in Fourier Transform
As an example of a self-reciprocal function in the Fourier transform, we introduce |t|^(-1/2).
Posts
On Avoiding Omissions in Mathematics
On the pursuit of truth and the importance of making concepts understandable to others.