Mindblown: a blog about philosophy.

  • 1Gbps FTTH

    This month, I changed FTTH Internet from 100Mbps to 1Gbps. The costs is almost same as the past line. To change the line, I had need to be witness in the construction, so I  couldn’t get time to attend DebConf 2015. According to Speedtest.net, I can get about 300 Mbps upstream bandwidth.

  • Jessie installer with kvm/serial console

    I tried to install Jessie on a brand-new virtual machine (kvm), but it has a problem about serial console login. At least, wheezy installer worked fine because it adds getty entry on /etc/inittab. Jessie uses systemd but no care about getty service for serial console. The probrem is reported as #769406. My solution is invoke […]

  • Travatar, an OpenSource statistical machine translation system

    Graham Neubig published “Travater“, an OpenSource statistical machine translation system and the demosite (http://ahclab.naist.jp/travatar/translator/). Graham said “It makes good result likely Google Translation.” Unfortunately, it seems to be crwoded, so I can’t get correct result (output “IO Error” dialog). Anyway, it is a good new for Japanese processing scene.

  • Weak ssh public keys in github

    A presentation slide, named “Attacking against 5 millions SSH public keys – 偶然にも500万個のSSH公開鍵を手に入れた俺たちは” is published, it is a lightning talk in “Edomae security seminar” in Jan 24, 2015.  He grabbed ssh public keys with  GitHub API (https://github.com/${user}.key), the API is obsoleted, but not closed. He found short (<= 512 bit) DSA/RSA keys and can solve prime decomposition 256bit […]

  • Use Module::Build::Tiny as Debian policy compliant

    I tried to make Google::API::Client deb package, it requires Module::Build::Tiny, and dh-make-perl don’t suppot it, so I worte a override code in debian/rules. [sourcecode] override_dh_auto_install: ./Build install –destdir=$$(pwd)/debian/$pkgname –installdirs=vendor [/sourcecode] More elegant answer should be to add Module::Build::Lite support to dh-make-perl. Update: This probrem is only wheezy, I don’t need such workaround on sid. Thank […]

  • New year 2015

    In Japan, winter holiday is a special for many people, they go back to their hometown, and take a time with family. Of cause, I do too. Last weekend I went back to Nagoya and now I still in there. Tomorrow I’ll go to Tokyo and work after this weekend. Many asian countries have same […]

  • 120th Tokyo area debian seminar

    I had attend 120th Tokyo area Debian seminar at Shinjuku. An attendee brought hp Jornada 780 and tried to install Debian, so I helped him. Using a kernel, boot loader and userland from “Lenny on j720” page and it worked fine, except PCMCIA NIC. His NIC is Corga PCC-TD is not listed in /etc/pcmcia/*. I […]

  • Met with a debian developer from Germany

    Last weekend, I (knok), Hideki (henrich) and Yutaka (gniibe) met with John Paul Adrian Glaubitz (glaubitz). In the past, I had met with another Germany developer Jens Schmalzing (jensen) in Japan. He was a good guy, but unfortunately he gone in 2005. I had an old OpenPGP key with his sign. It is a record of his […]

  • 10th Kernel/VM Explorers

    I attend 10th Kernel/VM Explorers (Japanese page) in Sun May 25 at Jinbocho, Tokyo as a audience. The event awards “The Most Insane Presentation” to @kanorimon. Her presetation was “Implement PDP-11 interpriter”. The implementation is written by Java, and it works to build UNIX V6 itself, yes it is really insane. She may be 19th […]

  • Add grammar.xml entries in LanguageTool

    At last weekend, I attended to Kanto LibreOffice Hackathon (Japanese). I could made two achieviements. Manpages for Namazu related commands Japanese rules for LanguageTool Any event is a good trigger for me.

Got any book recommendations?