工程師的英文寫作能力

寫作能力一直是工程師實力一個很重要的指標。 能清楚的透過文字表達,在寫規格、文件時都很重要。在這個非同步的遠端工作時代,文字能力也幾乎直接代表了團隊合作的能力。 ...

<span title='2019-06-29 00:00:00 +0800 CST'>June 29, 2019</span>&nbsp;·&nbsp;poga

Go,七年後

從開始接觸 Go 到現在也已經過了 7 年了啊… 最近又有機會拿出 Go 出來寫寫,隨手寫一下感受。 ...

<span title='2019-04-29 00:00:00 +0800 CST'>April 29, 2019</span>&nbsp;·&nbsp;Poga Po

Notes on the Implementation of Lua 5.3

Notes on the Implementation on Lua 5.3 is a collection of my notes on the Lua 5.3 source code. It’s a mix of both high-level ideas and interesting details in the source code. ...

<span title='2019-02-26 00:00:00 +0800 CST'>February 26, 2019</span>&nbsp;·&nbsp;Poga Po

為什麼現代遊戲都要有一堆不同的貨幣在裡頭?

...

<span title='2019-01-05 03:52:57.053 +0000 UTC'>January 5, 2019</span>&nbsp;·&nbsp;poga

Analyze Streaming Data with Rust, Actix, and Lua

actix-lua provides a safe scripting environment for the actix framework with the Lua Programming Language. Here’s an example about what you can achieve with it. Hope you can try these ideas in your next project. ...

<span title='2018-10-12 00:00:00 +0800 CST'>October 12, 2018</span>&nbsp;·&nbsp;Poga Po

我選擇生產力工具的基準

先說結論,我用 OmniFocus 用了五年以上了,目前依然滿意。 ...

<span title='2018-09-27 00:00:00 +0800 CST'>September 27, 2018</span>&nbsp;·&nbsp;poga

如何整合 Rust 與 Lua

Photo by Anders Jildén on Unsplash 在系統中遷入一個動態輕巧的 scripting language 一直是個常見的設計。像 Rust 這樣的系統語言,雖然效能好,但是上手門檻較高。這時若是能遷入一個像 Lua 一樣動態型別,簡單易懂的語言,便能大幅提高系統彈性。 最近為了實做 actix-lua,研究了一下 Rust 跟 Lua 之間的介接,順便學了不少 Rust 跟 Lua 的設計,筆記在此。 ...

<span title='2018-09-03 23:30:04.764 +0000 UTC'>September 3, 2018</span>&nbsp;·&nbsp;poga

軟體設計模式 — Data-Oriented Design

Photo by Rebecca Oliver on Unsplash 遊戲開發對很多開發者來說是個陌生的領域。遊戲對於效能的極高要求跟規格的不確定性,產生出了許多特有的系統架構。Data-Oriented Design 便是個有趣的設計模式。 相較於其他設計模式,Data-Oriented Design 深受硬體快取(cache)架構影響。對於現代的高度 pipeline、高速的 CPU 架構而言,資料的存取方式對效能有非常大的影響。比起 L1、L2 cache,對主記憶體的一次存取帶來的是數百倍的效能損耗。為了避免太過抽象,就用個實際的例子來解釋吧。 ...

<span title='2018-07-16 06:19:38.744 +0000 UTC'>July 16, 2018</span>&nbsp;·&nbsp;poga

LuaJIT 實做探索 — NaN Tagging

一切都是為了效能 故事要從 boxed value 跟 unboxed value 說起。 ...

<span title='2018-04-18 00:00:00 +0800 CST'>April 18, 2018</span>&nbsp;·&nbsp;poga

Why Serverless

本文擷取、修訂自 2018.03.29 我在 iThome Serverless All-Star 的分享的逐字稿 究竟為什麼要用 Serverless 呢? ...

<span title='2018-02-06 00:00:00 +0800 CST'>February 6, 2018</span>&nbsp;·&nbsp;poga