Recent Posts

Binding ACE editor with Rails form helper

1 minute read

ACE editor only can bind with a div container which means rails form helper can’t help when you want to bind with an attribute. I am going to work through my...

Adding a system call to Linux 3.14

4 minute read

There are plenty of blog posts about adding a system call to Linux 2.6, but they are out of date now. Here is a article about adding a system call to Linux 3...