feat: add progress
This commit is contained in:
parent
15bfd62b9b
commit
61ff450abb
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
.secret/
|
45
.secret/nuclear-2022-10.squiggle
Normal file
45
.secret/nuclear-2022-10.squiggle
Normal file
|
@ -0,0 +1,45 @@
|
|||
// Helpers
|
||||
ss(arr) = SampleSet.fromList(arr)
|
||||
|
||||
// Nuclear ukraine
|
||||
rusiaUsesNuclearWeaponsInUkraine = ss([0.27, 0.04, 0.02, 0.001, 0.09, 0.08, 0.07])// <- fill-in
|
||||
// Note that the period of time is left unspecified
|
||||
|
||||
// Nuclear NATO
|
||||
escalationOutsideUkraineGivenUkraineWasNuked = ss([0.15, 0.09, 0.0013, 10^(-5), 0.01, 0.3, 0.05])// <- fill-in
|
||||
escalationToNATOUnconditional = rusiaUsesNuclearWeaponsInUkraine *
|
||||
escalationOutsideUkraineGivenUkraineWasNuked
|
||||
|
||||
// Nuclear NATO to nuclear London/Washington
|
||||
bigUKUSCityNukedGivenEscalationOutsideUkraine = ss([0.4, 0.15, 0.9985, 0.05, 0.02, 0.002, 0.5])// <- fill-in
|
||||
bigUKUSCityUnconditional = escalationToNATOUnconditional *
|
||||
bigUKUSCityNukedGivenEscalationOutsideUkraine
|
||||
|
||||
// Impact in lost hours
|
||||
remainlingLifeExpectancyInYears = 40 to 60 // <- change
|
||||
daysInYear= 365
|
||||
productiveHoursInDay = 6 to 18 // <- change
|
||||
ableToEscapeBefore = 0.5// <- fill-in
|
||||
proportionOfPeopleInLondonWhoDie = 0.7
|
||||
expectedLostHours = bigUKUSCityUnconditional *
|
||||
(1 - ableToEscapeBefore) *
|
||||
proportionOfPeopleInLondonWhoDie *
|
||||
remainlingLifeExpectancyInYears *
|
||||
daysInYear *
|
||||
productiveHoursInDay
|
||||
|
||||
// Probably good to also estimate idiosyncratic factors such as
|
||||
// - Increased or decreased productivity in a city
|
||||
// - Increased or decreased impact in a city
|
||||
// - Value assigned to surviving in a world after a nuclear winter
|
||||
// - ...
|
||||
|
||||
|
||||
// Display
|
||||
{
|
||||
rusiaUsesNuclearWeaponsInUkraine: rusiaUsesNuclearWeaponsInUkraine,
|
||||
escalationToNATOUnconditional: escalationToNATOUnconditional,
|
||||
bigUKUSCityUnconditional: bigUKUSCityUnconditional,
|
||||
expectedLostHours: expectedLostHours
|
||||
|
||||
}
|
|
@ -23,7 +23,7 @@
|
|||
% cat $h
|
||||
|
||||
%($"extraHeaders%)
|
||||
|
||||
<script data-isso="//comments.nunosempere.com/" src="//comments.nunosempere.com/js/embed.min.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
|
11
gossip/.comments/index.md
Normal file
11
gossip/.comments/index.md
Normal file
|
@ -0,0 +1,11 @@
|
|||
Example post with comments
|
||||
==========================
|
||||
|
||||
Bla bla
|
||||
|
||||
|
||||
---
|
||||
|
||||
<section id="isso-thread">
|
||||
<noscript>Javascript needs to be activated to view comments.</noscript>
|
||||
</section>
|
15
gossip/.subscribe/index.html
Normal file
15
gossip/.subscribe/index.html
Normal file
|
@ -0,0 +1,15 @@
|
|||
<form method="post" action="https://listmonk.nunosempere.com/subscription/form" class="listmonk-form">
|
||||
<div>
|
||||
<h3>Subscribe</h3>
|
||||
<input type="hidden" name="nonce" />
|
||||
<p><input type="email" name="email" required placeholder="E-mail" /></p>
|
||||
<p><input type="text" name="name" placeholder="Name (optional)" /></p>
|
||||
|
||||
<p>
|
||||
<input id="82ff8" type="checkbox" name="l" checked value="82ff889c-f9d9-4a45-bf9a-7e2696813021" />
|
||||
<label for="82ff8">nunosempere.com</label>
|
||||
</p>
|
||||
|
||||
<p><input type="submit" value="Subscribe" /></p>
|
||||
</div>
|
||||
</form>
|
BIN
sitemap.gz
BIN
sitemap.gz
Binary file not shown.
30
sitemap.txt
30
sitemap.txt
|
@ -201,6 +201,36 @@ https://nunosempere.com/blog/2022/08/20/
|
|||
https://nunosempere.com/blog/2022/08/20/fermi-introduction/
|
||||
https://nunosempere.com/blog/2022/08/31/
|
||||
https://nunosempere.com/blog/2022/08/31/on-cox-s-theorem-and-probabilistic-induction/
|
||||
https://nunosempere.com/blog/2022/09/
|
||||
https://nunosempere.com/blog/2022/09/02/
|
||||
https://nunosempere.com/blog/2022/09/02/simple-estimation-examples-in-squiggle/
|
||||
https://nunosempere.com/blog/2022/09/10/
|
||||
https://nunosempere.com/blog/2022/09/10/forecasting-newsletter-august-2022/
|
||||
https://nunosempere.com/blog/2022/09/11/
|
||||
https://nunosempere.com/blog/2022/09/11/salary-ranges-spain/
|
||||
https://nunosempere.com/blog/2022/09/12/
|
||||
https://nunosempere.com/blog/2022/09/12/an-experiment-eliciting-relative-estimates-for-open/
|
||||
https://nunosempere.com/blog/2022/09/15/
|
||||
https://nunosempere.com/blog/2022/09/15/use-distributions-to-more-parsimoniously-estimate-impact/
|
||||
https://nunosempere.com/blog/2022/09/19/
|
||||
https://nunosempere.com/blog/2022/09/19/utilitarianism-an-incomplete-approach/
|
||||
https://nunosempere.com/blog/2022/09/23/
|
||||
https://nunosempere.com/blog/2022/09/23/usd5k-challenge-to-quantify-the-impact-of-80-000-hours-top/
|
||||
https://nunosempere.com/blog/2022/09/28/
|
||||
https://nunosempere.com/blog/2022/09/28/granular-AMF/
|
||||
https://nunosempere.com/blog/2022/10/
|
||||
https://nunosempere.com/blog/2022/10/03/
|
||||
https://nunosempere.com/blog/2022/10/03/samotsvety-nuclear-risk-update-october-2022/
|
||||
https://nunosempere.com/blog/2022/10/10/
|
||||
https://nunosempere.com/blog/2022/10/10/five-slightly-more-hardcore-squiggle-models/
|
||||
https://nunosempere.com/blog/2022/10/12/
|
||||
https://nunosempere.com/blog/2022/10/12/forecasting-newsletter-september-2022/
|
||||
https://nunosempere.com/blog/2022/10/17/
|
||||
https://nunosempere.com/blog/2022/10/17/the-commons/
|
||||
https://nunosempere.com/blog/2022/10/21/
|
||||
https://nunosempere.com/blog/2022/10/21/brief-evaluations-of-top-10-billionnaires/
|
||||
https://nunosempere.com/blog/2022/10/27/
|
||||
https://nunosempere.com/blog/2022/10/27/are-flimsy-evaluations-worth-it/
|
||||
https://nunosempere.com/forecasting/
|
||||
https://nunosempere.com/gossip/
|
||||
https://nunosempere.com/misc/
|
||||
|
|
Loading…
Reference in New Issue
Block a user