Author: hiro

0

Possibility of the future

I saw the video below in the Wired article. I was so surprised that someone came up with such a idea in 2009, and realized it is always very important to think like the...

Resume

Hiroaki Narita A Technical Artist in San Francisco, USA, has worked on Visual Effects in Film, Autonomous Driving System, Architecture design and Medical software industries   WORK EXPERIENCE 2022 – Present   Aurora Innovation,...

0

小学校で特別授業

日本に一時帰国した時、知り合いのリクエストで大阪にある石橋小学校で特別授業をしました。 聴衆は自分の経験でも最年少の小学3年生の児童達。 質疑応答しやすいように各ホームルームに回って、45分の授業を3セットしました。 子供のパワーってすごいです。しかも波があるのでそれをコントロールするのが大変。 改めてそれを毎日こなしてる先生方はすごいなと感じました。 小学校のウェブサイトで紹介された授業の様子

0

python scripts to exe

1)Download pyinstaller2.0. 2)Unzip to C: (or anywhere you want to install) *you may need to download pywin32 and install it. 3)Open cmd (in Windows) and give the command:  python Path\to\pyinstallerDirectory\pyinstaller.py Path\to\yourScript.py  e.g. python C:\pyinstaller-2.0\pyinstaller.py...