漫画、作曲、ラップ、プログラミングをやっています。I am Keita Roimo: Manga Artist, Musician, Rapper, Software Engineer.
Monday, October 10, 2016
Sunday, October 9, 2016
Project Maturi: Maturi、全体の概要(要件定義Requirement)
Project Maturi: Maturi、全体の概要(要件定義Requirement): (1) 現状 EMPLOYEE(被雇用者)は、書類を作成や更新を行う際、一つのドキュメントあたりWの仕事(手間)をするとする。 そして、 Wを W' (作成そのもの)と W''(セルフチェック)に分解することができる。 W = W' ...
Saturday, October 8, 2016
オープンソースはじめました
https://github.com/keitaroemotion/maturi
自分にできることはこんなことしかないけど、大企業やブラック企業で、非効率な仕事を押し付けられて死にそうになっている全労働者が幸せになるような何か、を作りたいです。
興味があったら参加してみてください
コンセプトとして、
(1)マイクロソフト系の非常に機械処理のしにくいデータを Rubyの "yomu" というライブラリを使用して読み込みます
(2) レビュアーのおっさんの脳みそを、機械的に実装します(DSLとかパターンマッチングでアプローチ)
(3) 叱る
(4) 自動で量産しなきゃいけないところはある程度肩代わりしてあげる
これまで、コンパイラやインタプリタという概念はありましたが、それ以外の業務上のドキュメントを大規模に、本格的にレビューして怒ってくれるようなシステムは日の目を見ていない気がします、
そこで価値のないレビューやレビューバックの時間(無駄な工数稼ぎ、詐欺) が起こります。
経営者のあなた、変な外注に仕事渡して必要以上の経費を取られていませんか?
その残業、無駄じゃありませんか?
というわけでやります。
高橋まつりさん、ご冥福をお祈りします。
あなたのことは決して忘れません
今回はまつりさんに敬意を込めて、パワポから作っていきます。
(これをもっと前に作れなかったのが無念でならないが、第二第三の犠牲者は出したくないですね)
How to set up tmux pane resize option (OSX)
you gonna add below to your .tmux.conf file:
set-option -g prefix C-s
bind j resize-pane -U 2
bind k resize-pane -D 2
bind h resize-pane -L 2
bind l resize-pane -R 2
C means simply control-key.
in your .tmux.conf file.
then you gonna reload the tmux for it is not automatically going to be reloaded:
$ tmux source-file .tmux.conf
Finally,
If you push button [Control + s(meta key)] then [ j] , your pane is going to move upwards by 2 degrees.
Else, the same
set-option -g prefix C-s
bind j resize-pane -U 2
bind k resize-pane -D 2
bind h resize-pane -L 2
bind l resize-pane -R 2
C means simply control-key.
in your .tmux.conf file.
then you gonna reload the tmux for it is not automatically going to be reloaded:
$ tmux source-file .tmux.conf
Finally,
If you push button [Control + s(meta key)] then [ j] , your pane is going to move upwards by 2 degrees.
Else, the same
Subscribe to:
Posts (Atom)


