Notes on The Five Dysfunctions of a Team

genuine teamwork in most organizations remains as elusive as it has ever been. organizations fail to achieve teamwork because they unknowingly fall prey to five natural but dangerous pitfalls The Natural pitfalls absence of trust: unwillingness to be vulnerable within the group. fear of conflict: incapable of engaging in unfiltered and passionate debate of ideas. They resort to veiled discussions and guarded comments lack of commitment: team members rarely, if ever, buy in and commit to decisions, though they may feign aggrement during meetings....

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

Learning Julia, Line by Line

Cardsjl is a simple Julia package which demonstrate many interesting bits of the Julia Programming Language. Reading it is an enjoyable experience. The note I’ve writtend down is here: ...

<span title='2021-08-04 00:00:00 +0800 CST'>August 4, 2021</span>&nbsp;·&nbsp;poga

CHECKLIST FOR ORGANIZATIONAL HEALTH

...

<span title='2021-07-24 00:00:00 +0800 CST'>July 24, 2021</span>&nbsp;·&nbsp;poga

Common Lisp Local Project Development with Quicklisp

Probably the cleanest way to do it: (pushnew (truename "/projects/app/") ql:*local-project-directories* ) (ql:register-local-projects) (ql:quickload :app) From Use Quicklisp to load personal projects from arbitrary locations. Alternatively, you can create a symlink in ~/quicklisp/local-projects/.

<span title='2021-05-01 00:00:00 +0800 CST'>May 1, 2021</span>&nbsp;·&nbsp;poga

The Common Lisp Condition System

...

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

Concurrency in Clojure, Racket, and Gerbil Scheme

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

On Communication

Reading List. ...

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