Open source project / 06-07-2020 clask I made fast Web Application Framework in C++ similar to Flask on Python.
Open source project / 05-02-2020 Ported XNNPACK to Windows TensorFlow has a mechanism (delegate) called XNNPACK that delegates the execution of a graph to something else. But XNNPACK did not work on Windows. So I modified XNNPACK to work on Windows and sent a pull-request.
Open source project / 03-27-2020 golisp I wrote a simple Lisp interpreter. The purpose of this Lisp system is to reproduce Go's goroutine and channel on Lisp. In my implementation, I understood that go(lisp)routine and channel is useful in Lisp as well.
Open source project / 12-14-2019 vim-lsp-settings I made a Vim plugin that make Vim useful like Visual Studio Code. vim-lsp-settings is possible to install Language Server easily.
Speaking (conference/usergroups) / 12-08-2019 GDG DevFest Osaka 2019 I talked about why the programing language Go is useful and powerful.
Open source project / 09-10-2019 longcat I made a joke program that show looooooooooooong cat on terminal window. This works on Linux/Mac/Windows.