I found a small problem on your site (for me at least). For reference, I am running Firefox 3.5 on Gentoo. On a page like this, http://favstar.fm/users/asshuku, the Japanese kanji is being rendered like Chinese kanji.…
Here is a bash trick to easily detach any process from the shell it was started under. In this example I do it with xterm . $ xterm & $ jobs [1]+ stopped xterm & $ disown $ jobs $ You can close your current…
I found a small problem on your site (for me at least). For reference, I am running Firefox 3.5 on Gentoo. On a page like this, http://favstar.fm/users/asshuku, the Japanese kanji is being rendered like Chinese kanji.…
Here is a bash trick to easily detach any process from the shell it was started under. In this example I do it with xterm . $ xterm & $ jobs [1]+ stopped xterm & $ disown $ jobs $ You can close your current…