HackerTrans
トップ新着トレンドコメント過去質問紹介求人

climate-code

no profile record

投稿

Game Developers Design Lessons

paradox-is-truth.com
1 ポイント·投稿者 climate-code·4 年前·0 コメント

Uncommon Bash Tricks

medium.com
2 ポイント·投稿者 climate-code·5 年前·3 コメント

コメント

climate-code
·4 年前·議論
The point isn't that everything is recursive - the point is that systems that are recursive / self-referential cause breakdowns in logic (they are incomplete).

This is a deep philosophical insight - it rhymes with the Buddhist idea of no-self - the problems that arise because we hold onto a false sense of self.
climate-code
·4 年前·議論
Energy efficiency is not a savior - increasing energy efficiency often leads to increases energy consumption, because of second & third order effects.

https://en.wikipedia.org/wiki/Jevons_paradox
climate-code
·5 年前·議論
So what is the correct way to think about refactoring?

Should code that is delivering results, but is hard for others to understand & work on be refactored?
climate-code
·5 年前·議論
I forgot to put the non-paywall link! It's here - https://medium.com/better-programming/3-uncommon-bash-tricks...
climate-code
·5 年前·議論
I wrote an article covering three Bash commands that I find very useful - parameter expansion, `$_` and quick substitution.

Many of you will already use these - hopefully it is useful to a few of you!