From e86846bc1ec806c451c3a4afa1e927538769ebff Mon Sep 17 00:00:00 2001 From: Ayo Date: Tue, 7 Nov 2023 11:39:27 +0100 Subject: [PATCH] initial divergent tech draft --- Gemfile.lock | 1 + _posts/2023-11-07-divergent-tech.md | 12 ++++++++++++ 2 files changed, 13 insertions(+) create mode 100644 _posts/2023-11-07-divergent-tech.md diff --git a/Gemfile.lock b/Gemfile.lock index be2da1a..207a6a7 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -79,6 +79,7 @@ GEM PLATFORMS universal-darwin-21 universal-darwin-22 + universal-darwin-23 x64-mingw32 x86_64-darwin-20 x86_64-linux diff --git a/_posts/2023-11-07-divergent-tech.md b/_posts/2023-11-07-divergent-tech.md new file mode 100644 index 0000000..fc32153 --- /dev/null +++ b/_posts/2023-11-07-divergent-tech.md @@ -0,0 +1,12 @@ +--- +title: "Divergent Behavior in Tech, A.K.A. The Anti-Pattern" +permalink: /:title/ +description: "Or why we should celebrate thinking outside the box" +category: technology +--- + +If you've ever played the popular game "The Legend of Zelda: Breath of the Wild" or its more recent sequel "The Legend of Zelda: Tears of the Kingdom", you probably know what fun it is to be dropped in a sandbox with a few set of rules and tons of puzzles to solve. + +There's no reason not to try different approaches, and no gamer can tell another that there's only one right way to solve a dungeon or beat a boss. + +I've always thought the software industry could learn a lot from gamers, even though we supply them these games. \ No newline at end of file