• Convert to Spacemacs

    My main text editor is emacs currently. I have used for about 4 years. The first touch to emacs for me was a class on the exercise about programming language C/C++ and Scheme. At that time, emacs fit my hand and teach me the joy of programming. The extensibility of... [Read More]
  • Reading Drill

    The other day, I gave a presentation at #bq_sushi about Apache Drill. I had totally no experience of using Google BigQuery. But in this year I am very interested in SQL engine as a pipeline in lambda architecture. I have some knowledge and experience of realtime processing and batch layer... [Read More]
  • Drill Cookbook

    Recently I read Apache Drill documents, source code and paper. My major task and interest were focused on realtime processing and Hadoop resource management. So I have no knowledge about adhoc query platforms in spite of the fact that I am a big data developer.So in this chance I decided... [Read More]
  • Generate API doc with Sphinx

    Have you ever use Sphinx to create beautiful documentation in your project? Although I have heard about Sphinx and usefulness of it before, this is the first experience for me. In my case, I want to generate an API documentation of my python project. If you create API documentation by... [Read More]
  • 読む目的、読む手段

    最近英語を使って仕事をすることが多い。もともとソフトウェアのドキュメントは英語で書かれているから読むことは多かった。 でもここ最近はOSSのコミットも結構まじめにやるようになってきたし、毎日会って仕事を一緒にする人の中に日本語が話せない人がちょくちょく増えてきたからだと思う。(今の仕事はとても刺激的だ)昔から英語それ自体を勉強しようと思ったことはあんまりなくて、 必ず何かに使うからというモチベーションでいつも英語を学んできた。もともと本を読むのが好きだったし、世界にある文章のほとんどは英語で書かれていると知ってからはなおさら英語を読めるようになりたいと思ってきた。 [Read More]