Recent Posts

Milestones in learning git/github

1 minute read

I have learned git/github since 2019. They have been great tools for me ever since I started my path. The article intend to show stages of my git/github disc...

Lựa chọn tuổi 18

4 minute read

“Hãy chọn đại học Khoa học Tự nhiên” - mảnh giấy với dòng chữ viết vội và vết mực còn mới nằm gọn trong tay. Hừm, có lẽ là một trò đùa vô ích của một người n...

Tips and tricks in Python (part 1)

3 minute read

Interesting utilities divmod(a, b) # built-in method returns tuple (a // b, a % b) np.isclose(a, b) # avoid numerical errors

An elementary math problem

less than 1 minute read

Long time ago, I created a table-based problem which requires technique of invariant to be solved. I’m pretty sure that my solution (at that time) was only a...