0%

The issue appear when I tried to build modmesh on my new Mac, abnormal behavior appeared in python version.

Read more »

Program counter(PC) 是與 processor 緊密合作的儲存裝置,從通電的剎那到斷電的剎那,processor反覆地執行 PC 所指向的 instruction,與更新 PC 去指向下一個instruction。

Read more »

程式被編譯成 machine instruction 後,此指令會從 memory 被複製至 processor 進行處理。然而這些複製資訊所需要的時間,遠遠慢於處理器處理資訊的時間(overhead),進而使得處理器沒辦法發揮它本身的效能,兩者之間的落差(processor-memory gap)也隨著半導體技術的發展而越來越大,而快取(cache)在這之中扮演了減少兩者差距的角色。

Read more »

These are some of the simulation works that I have done during my years trained as a Mechanical Engineer.

Read more »

前幾天嘗試在一個 Latex 作為主要語言的專案當中自動進行 lint check,就在這裡筆記一下學到的事情吧。

Read more »