PinnedTatsuo NomurainThe StartupImplement GDB Remote Debug Protocol Stub From Scratch (1)What is this?Sep 3, 2020Sep 3, 2020
Tatsuo NomuraLet’s Encrypt aAutoTLS pitfallsI fell into a couple of pitfalls when deploying a server with HTTPS support.Jun 1Jun 1
Tatsuo NomuraOpen port on mac for Go program running on VSCodeTLDR; Programs in ~/Desktop and some other ~/* sub directories don’t trigger firewall permission dialog.May 29May 29
Tatsuo Nomuraスクーリングメモ — 環境デザイン-II-3-平面表現今回は8.21–8.23の二日間のZoomを使った遠隔スクーリングでした。もともと通学の予定だったのですが、コロナの拡大により、遠隔に変更されました。平面表現II-2のように既存の建物の図面の書き写しとは違い、今回は条件に合わせて自分でプランを提案して製図する授業でした。テーマは…Aug 23, 2021Aug 23, 2021
Tatsuo Nomuraスクーリングメモ-環境デザイン-II-2-平面表現前回の立体表現に続いて、6.19–6.20の二日間スクーリングでルイス・カーンのフィッシャー邸の図面のトレースを行いました。前回同様時間との戦いで、またしても最後の方に時間が足りなくなってしまいました。CADに負けないくらい高い精度で図面を描こうと頑張っていたのもあって、家具など…Jun 23, 2021Jun 23, 2021
Tatsuo Nomuraスクーリングメモ — 環境デザイン Ⅰ-3 立体表現5.29–5.30の二日間のスクーリングでルイス・カーンのフィッシャー邸の1/100模型をつくりました。2日間はあっという間で、あとの方に行くほど時間が足りなくなりました。予め全体の作業を把握してから作業するとあとで焦らなくて済むと思います。以下に制作作業で気づいたことや気をつけ…May 31, 2021May 31, 2021
Tatsuo NomuraImplement GDB Remote Debug Protocol stub from scratch (6)We have implemented enough commands for GDB to work with the stub in the previous posts. It allows GDB to attach, step executes, examine…Sep 27, 2020Sep 27, 2020
Tatsuo NomuraImplement GDB Remote Debug Protocol stub from scratch (5)In the previous post, we introduced testing framework Jest and a logging library debug. No actual progress made in terms of protocol…Sep 22, 20201Sep 22, 20201
Tatsuo NomuraImplement GDB Remote Debug Protocol stub from scratch (4)In my previous post, we implemented the minimum required commands to attach a GDB, namely “?”, “g”, “G”, “m”, “M”, “s” and “c”. We can go…Sep 13, 2020Sep 13, 2020
Tatsuo NomuraImplement GDB Remote Debug Protocol stub from scratch (3)In the previous post, we were able to convince GDB that it is talking to a GDB Server and it retrieved register values from out GDB Server…Sep 7, 2020Sep 7, 2020