[dev] Any deamontools alternative for non-root environment?

2014-07-02 Thread Jihyun Yu
Hi, Is there any daemontools-like daemon management without root access? I have several scripts such as IRC bots, and some of them are still unstable so it stops once per several days. Now I'm running scripts on top of tmux, but restarting dead scripts, and even checking if scripts are running is

Re: [dev] Why do you use tmux/screen?

2014-06-30 Thread Jihyun Yu
I uses tmux for remote development. My main dev machine is on datacenter, and all my development environment is set on the machine. With tmux I can persist my dev session across various terminals, like my laptops, desktops, even on phone when there is an urgent issue. It also works well with remov

RE: [dev] Lightweight, non-bloated, fast image viewer?

2014-06-14 Thread Jihyun Yu
Hi, I wrote a simple image viewer about two weeks ago[1]. I changed my window manager to dwm several weeks ago, but I couldn't find a good image viewer, so I decided to write one. It's quite minimal, it can only display JPEG images, only supports fullscreen mode, there is no fancy resampling or ca