-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f4b7bb1
commit d31f604
Showing
19 changed files
with
138 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
__site/assets/posts/2021/2021-10-17-fractal/code/fractal/output/complexmap.out
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
UndefVarError: update not defined | ||
UndefVarError: `update` not defined |
2 changes: 1 addition & 1 deletion
2
__site/assets/posts/2021/2021-10-17-fractal/code/fractal/output/complexmap2.out
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
UndefVarError: update not defined | ||
UndefVarError: `update` not defined |
2 changes: 1 addition & 1 deletion
2
__site/assets/posts/2021/2021-10-17-fractal/code/fractal/output/complexset.out
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
UndefVarError: update not defined | ||
UndefVarError: `update` not defined |
2 changes: 1 addition & 1 deletion
2
__site/assets/posts/2021/2021-10-17-fractal/code/fractal/output/itermap.out
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
UndefVarError: update not defined | ||
UndefVarError: `update` not defined |
2 changes: 1 addition & 1 deletion
2
__site/assets/posts/2021/2021-10-17-fractal/code/fractal/output/map2.out
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
UndefVarError: update not defined | ||
UndefVarError: `update` not defined |
2 changes: 1 addition & 1 deletion
2
__site/assets/posts/2021/2021-10-17-fractal/code/output/fractal.out
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
UndefVarError: Z100 not defined | ||
Failed to precompile Plots [91a5bcdd-55d7-5caf-9e0b-520d859cae80] to "/Users/michielstock/.julia/compiled/v1.9/Plots/jl_vLvKWF". |
2 changes: 1 addition & 1 deletion
2
__site/assets/posts/2021/2021-10-17-fractal/code/output/fractal2.out
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
UndefVarError: get_map not defined | ||
UndefVarError: `get_map` not defined |
2 changes: 1 addition & 1 deletion
2
__site/assets/posts/2021/2021-10-17-fractal/code/output/fractal3.out
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
UndefVarError: get_map not defined | ||
UndefVarError: `get_map` not defined |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
72 changes: 72 additions & 0 deletions
72
__site/posts/2023/2023-09-20-thinking_in_systems/index.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,72 @@ | ||
<!doctype html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
|
||
|
||
<link rel="stylesheet" href="/css/franklin.css"> | ||
<link rel="stylesheet" href="/css/tufte.css"> | ||
<link rel="stylesheet" href="/css/latex.css"> | ||
<link rel="stylesheet" href="/css/adjust.css"> <!-- sheet to overwrite some clashing styles --> | ||
<link rel="icon" href="/assets/favicon.png"> | ||
|
||
<title>Thinking in Systems: A Primer</title> | ||
</head> | ||
|
||
<script type="application/javascript"> | ||
var doNotTrack = false; | ||
if (!doNotTrack) { | ||
window.ga=window.ga||function(){(ga.q=ga.q||[]).push(arguments)};ga.l=+new Date; | ||
ga('create', 'UA-110926897-1', 'auto'); | ||
ga('send', 'pageview'); | ||
} | ||
</script> | ||
<script async src='https://www.google-analytics.com/analytics.js'></script> | ||
|
||
<body> | ||
<div id="layout"> | ||
<div id="menu"> | ||
<ul> | ||
<li><a href="/">Home</a></li> | ||
<li><a href="/CV/">CV</a></li> | ||
<li><a href="/research/">Research</a></li> | ||
<li><a href="/blog/">Blog</a></li> | ||
</ul> | ||
</div> | ||
<div id="main"> | ||
|
||
|
||
|
||
<!-- Content appended here --> | ||
<div class="franklin-content"> | ||
<h1 id="thinking_in_systems_a_primer"><a href="#thinking_in_systems_a_primer" class="header-anchor">Thinking in Systems: A Primer</a></h1> | ||
<p>author: Donella Meadows</p> | ||
<p>related books: <a href="/posts/2022/2022-03-20-how_the_world_really_works/">How the World Really Works</a>, <a href="/posts/2022/2022-01-07-antifragile/">Antifragile: Things That Gain From Disorder</a></p> | ||
<p><img src="https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1390169859i/3828902.jpg" alt="" /></p> | ||
<h2 id="the_main_take-away"><a href="#the_main_take-away" class="header-anchor">The main take-away</a></h2> | ||
<p>A system is a set of interconnected things in such a way that they produce their own behaviour. Outside forces can influence it, though internal feedback is more likely to drive it — a living cell, a forest or a city are good examples of systems. If we want to understand and manage such systems, it is better to act on the system rather than on external disturbances and perturbations. For example, to keep your garden free from pests, it is better to create enough diversity to provide niches for predators such as ladybugs rather than to try to eradicate them using pesticides directly. </p> | ||
<p>Systems that work well (strong economy, good farmland, productive research group) usually have the following properties:</p> | ||
<ol> | ||
<li><p>they are resilient and robust to changes;</p> | ||
</li> | ||
<li><p>they show a high degree of self-organization;</p> | ||
</li> | ||
<li><p>they are hierarchically organized.</p> | ||
</li> | ||
</ol> | ||
<p>When systems fail, there is usually also a system solution. For example, when dealing with the tragedy of the commons, you can change incentives by educating, regulating or privatizing.</p> | ||
<h2 id="who_is_this_for"><a href="#who_is_this_for" class="header-anchor">Who is this for?</a></h2> | ||
<p>For all scientists and engineers, the book gives new mental tools to understand the world around you. It is even helpful for investing, policy-making and management. It uses virtually no mathematics, so it is accessible to everyone. A gem!</p> | ||
<div class="page-foot"> | ||
<div class="copyright"> | ||
© Michiel Stock. Last modified: September 20, 2023. Website built with <a href="https://github.com/tlienart/Franklin.jl">Franklin.jl</a> and the <a href="https://julialang.org">Julia programming language</a>. | ||
</div> | ||
</div> | ||
</div><!-- CONTENT ENDS HERE --> | ||
</div> <!-- end of id=main --> | ||
</div> <!-- end of id=layout --> | ||
|
||
|
||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.