Megi Maeuntang at Uiseong Maneul Hwangto Megi, Bucheon
Lunch was megi maeuntang at Uiseong Maneul Hwangto Megi (의성마늘황토메기), out in Jakdong in Bucheon, just west of Seoul. What is it? Maeuntang (매운탕) is a …
Lunch was megi maeuntang at Uiseong Maneul Hwangto Megi (의성마늘황토메기), out in Jakdong in Bucheon, just west of Seoul. What is it? Maeuntang (매운탕) is a …

Installing and running Hadoop, then analyzing files with Spark. Done on OSX, written up in order from configuration to execution.
AWS ec2 servers block ssh access with a password by default. Let's edit the file below to allow it.
I use git a lot these days and I've always been confused about rebase vs merge.
Specify the target repository to restore, like below (when the current checkout is develop) If you don't specify a repository, it seems to revert…
I've been studying python lately, so as practice I made a simple program that checks every 10 seconds whether a webserver is dead.
Installing Python3 on CentOS 6. Command line to install 3.5.1 on centos 6.
When developing with Unity on Mac you usually code with MonoDevelop. But it doesn't support Korean, which was really annoying.
When tuning queries, run this first to see uncached results.
As in Test.java, you can execute a NamedQuery defined in orm.xml directly with the EntityManager..
Integrating Redis with Spring using spring-data-redis, from the dependency through configuration and the result.