shiawasehappylife

NO IMAGE

ハタチの終わりに

久しぶりに記事を書きます。 もうすぐ年齢が変わり、"ハタチ"という称号がなくなってしまうという事実に驚愕しています。 生存報告も兼ねて、最近どんなことをして生きているのか書きたいと思います。 今は、理学部の情報科学科というところで、情報科学を専攻しています。いわゆるコンピューターサイエンスと言われる分野です。ちょうど一年ほど前に専攻を決めてから、この専攻のことをたくさん勉強してきました。これについては後で追記しようと思います。 アルバイトでは、とある研究室でアルバイトさせていただいています。最近は忙しくてあまり行けていませんが、貴重な体験をたくさんさせて...

NO IMAGE

3S

Summer semester 2019 Click the link if you want to know more. PDF file that summarizes the class are linked. Mon 2: Operating System Mon 3, Mon4: System programming lab Tue 2: Discrete Mathematics Tue 3, Tue 4: Functional and logic programming lab Wed 2: Informational l...

NO IMAGE

Get Gmail data with Gmail API

How to do it  Gmail API's website tells us about how to send the http request to the gmail web application. Flow of writing code 1. Obtain information from my gmail First, I had to gain the authentication in order to send the http request to my account. flow = client.flow_from_clien...

NO IMAGE

Send Gmail with Gmail API

How to get authentication  1.Turn on the Gmail API In order to use gmail API, we need authentication. We could get it from the Gmail API page. We could gain the 'credential.json' file, which users and authentication information is written. 2. Install the API Run the following command in ...

NO IMAGE

ZigBee Protocol

Motivation I wrote this article because I need to know ZigBee protocol for the part time job. If I have to do it, I will write the article so that everyone can see it. What is ZigBee ZigBee is a low-power consumption, two-way wire-less communication. About radiation ZigBee use...

NO IMAGE

Cookpad hackathon

What it is I was invited to a hackathon opened in cookpad, which is a Japanese food tech company. It is well known as the recipe web site. What I did and my team did My team created a web application that recognize the picture of the foods and recommend the recipe whose ingredients are ...

NO IMAGE

Graphic Recording

Graphic recording is a way to write down what we think by using a picture. It is one of the ways consultants get a consensus. This is a note that I took in the class about graphic recording. Graphic Recording What is important is when to use it. In order to use it properly, we have to c...

NO IMAGE

非言語表現と言語表現そして数学

高校生から質問を受けることとして、「なんで数学の文章ってこんなに難しく書くのですか?」というものがある。この質問は多くの人が思っていることだろう。答えは簡単だ。 どんな人が解釈しても同じ物事を指すことができるようにするためだ。 なぜ、同じ解釈が重要視されるのか? その答えは「表現」を「非言語表現」と「言語表現」の二つに分けて解釈すると少し見えてくるのではないかと考えている。 表現とは、意思伝達を行うためのものである。ある人がある人へと物事を伝えたい時、それは発生する。伝達手段は五感を用いることが多い。 「非言語表現」とは、言葉を使わない表現方法である。一般...

NO IMAGE

AI for social good

What is AI for social good? "AI for social good" is an event held by Google. Participants try to create a product through an Ideathon and Hackathon. Participants are engineers and entrepreneurs who have plans to adopt AI. Sorry that I cannot talk and answer about the what I created, because of...