Read “英語のユーモアを磨く”

“英語のユーモアを磨く” is a book about humor in English. Learning humour, wordplay and related cases help me to understand different culture when I jump into them. For example, ice break in speech and conference in English are typical cases. Of course, my recent work is also relevant. The book brings me some insight. The humour is…More

Read “伝わる短い英語” – Plain English

I read a book about Plain English. The title was 伝わる短い英語―アメリカ、イギリス、カナダ、オーストラリア 政府公認 新しい世界基準. I expected it would help my work on business or OSS activities. Now, I think this book is proper for persons who haven’t learned technical writing or writing thesis to explain something clearly. If you already experienced them, maybe this book is not so…More

Read「Goならわかるシステムプログラミング」 – Golang

I read Goならわかるシステムプログラミング to catch up with Go in system layer. I do not have much experience in Go. Definitely I finished their tutorial, but have not experienced writing their code. Then, I needed to learn golang more to write code in production level. This book helped me to understand golang, especially network stuff, in…More

Read「質的研究入門」 – Qualitative Sozialforschung

This book is originally published as Germany, so I read this book in Japanese since if the english edition has mistakes in translations, I probably could not know them… The book was huge and not easy topic, so I’d like to leave a sentence in English where I got the most impressed. Around P.465. I…More

[Firefox] CDP for Firefox

Firefox has a remote debugger feature. https://docs.firefox-dev.tools/backend/protocol.html The debugger is available via socket or WebSocket when we launch a Firefox with –start-debugger-server argument like firefox –start-debugger-server ws:9090. Then, WebSocket clients can connect to it. But the command protocol is not CDP (Chrome DevTools Protocol). The format also Firefox specific (and not on the documentation well?)…More