EDEason Duinblog.functorcoder.com·Apr 12, 2024 · 4 min readComplex systems, Chaos and ecosystem part 1: the defiance to reductionismReductionism, a philosophy that seeks to handle complexity by breaking into parts, serves as the corner stone for industrial revolution and contemporary science. This top-down approach is also quite compatible with the social hierarchy that rich peop...01D
EDEason Duinblog.functorcoder.com·Mar 19, 2024 · 3 min readThe banality of life under capitalism in The Matrix Resurrections (The Matrix 4), part 1I recently listened to a summary of "Capital in the Twenty-First Century" and feel the Déjà vu to watched "The Matrix Resurrections" again. Piketty's controversial book delves into the historical analysis of wealth inequality and conclude statistical...00
EDEason Duinblog.functorcoder.com·Feb 21, 2023 · 4 min readAn incomplete guide to Scala 3 macros and Multi-stage programmingMacros, a form of metaprogramming,or more precisely Multi-stage programming, is a way to modify code as data during compile time. Thanks to this technique, programmers now have the power close to the compiler (although you can't change the syntax arb...00
EDEason Duinblog.functorcoder.com·Jan 31, 2023 · 2 min readMy first contribution to scala metals in 2023what's metals metals is the new Scala IDE with supreme support of Scala 3. Killer Features include worksheet : that eval code on the air instantly . In my opinion, this way of combining the Haskell REPL and python's jupyter notebook is taking functi...00