Blog
2025.04.09MySQL vs PostgreSQL: 당신의 프로젝트에 맞는 선택은?
안녕하세요! 웹 개발이나 데이터 관리 프로젝트를 시작할 때, 어떤 데이터베이스를 선택해야 할지 고민되는 순간이 꼭 찾아옵니다. 수많은 옵션 중에서도 특히 MySQL과 PostgreSQL은 오랫동안 사랑받아 온 대표적인 오픈소스 관계형 데이터베이스 관리 시스템(RDBMS)이죠. 둘 다 강력하고 신뢰할 수 있지만, 각자의 강점과 특징이 뚜렷해서 프로젝트의 성격에 따라 더 적합한 선택지가 달라질 수 있습니다.
2025.03.07
Nimf 2025.03.07 Released
Hello. Nimf 2025.03.07 is released.
2025.02.12
저는 리눅스 프레임버퍼 콘솔 한글 입력기를 만들지 않겠습니다.
2025.02.19 업데이트
2024.08.22
Nimf 2024.08.22 Released
Hello. Nimf 2024.08.22 is released.
2024.08.10
Weak AVL Tree Implementation 5
I created a TreeMap that can store keys and values using WAVL. The source code is as follows:
2024.08.09
Weak AVL Tree Implementation 4
Simplification of the balance
function
2024.08.09
Weak AVL Tree Implementation 3
I’ll create a wrapper API for easy use.
2024.08.08
Weak AVL Tree Implementation 2
Weak AVL rule
2024.08.08
Weak AVL Tree Implementation 1
WAVL Tree is also called Weak AVL Tree or Rank Balanced Tree.
This is an implementation of https://riteme.site/blog/2016-4-10/rank-tree.html.
The algorithm in the above blog is as follows.
2024.07.18
I can't compile basu on OpenBSD.
I recently tried to create a nimf package for OpenBSD. There are quite a few libraries used in nimf. sunpinyin, rime, and basu are not in OpenBSD, so I had to create the packages myself. I succeeded in creating the sunpinyin and rime packages, but I failed in creating the basu package.