Hi. I’m Myth.

Here are some thoughts of mine.

What is TurnKey


Turnkey Linux is a virtual appliance library that integrates and polishes the very best open source software into ready to use solutions. Each virtual appliance is optimized for ease of use and can be deployed in just a few minutes on bare metal, a virtual machine and in the cloud.

Read on →

Talking to PostgreSQL


PostgreSQL is a powerful object-relational database management system, provided under a flexible BSD-style license. PostgreSQL has bindings for many programming languages such as C, C++, Python, Java, PHP, Ruby and so on. It can be used to power anything from simple web applications to massive databases with millions of records.

Read on →

Peterson’s algorithm


Peterson’s algorithm is a concurrent programming algorithm for mutual exclusion that allows two processes to share a single-use resource without conflict.

Read on →

Mutex vs. Binary Semaphore


Mutices and semaphores are among the most basic tools in multithreaded programming. However few people know what is the difference between them.

Read on →

CSS for Markdown


Markdown is a formatting syntax for text that can be read by humans and can be easily converted to HTML. This CSS helps make target file prettierr when converting markdown file to other format.

Read on →