Compare commits
No commits in common. "c63127f123f24940aa73df95f809444eaca84fb5" and "5048cb8806d522b9f926b8b546df44d810b1f182" have entirely different histories.
c63127f123
...
5048cb8806
2 changed files with 1 additions and 20 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
---
|
---
|
||||||
title: Emulating GOTO in Scheme with continuations
|
title: Emulating GOTO in Scheme with continuations
|
||||||
description: GOTO sucks and is evil and I hate it, but what if there were parentheses? `call/cc` is kinda like goto, so let’s use it to make goto.
|
description: GOTO sucks and is evil and I hate it, but what if there were parentheses? `call/cc` is kinda like goto, so let’s use it to make goto.
|
||||||
tags: post,medium
|
tags: post,short
|
||||||
date: 2026-02-18 14:28:46 -5
|
date: 2026-02-18 14:28:46 -5
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,19 +0,0 @@
|
||||||
---
|
|
||||||
title: The explanation of the Monty Hall problem that worked for me
|
|
||||||
description: >-
|
|
||||||
Say you pick door 1.
|
|
||||||
There is a ⅓ chance the car is behind door 1 and a ⅔ chance it is behind door 2 or 3.
|
|
||||||
Say the host reveals the goat is behind door 2.
|
|
||||||
There is still a ⅔ chance that the car is behind door 2 or 3, but you know it is not behind door 2.
|
|
||||||
Therefore, there is a ⅔ chance that the car is behind door 3.
|
|
||||||
So, switch.
|
|
||||||
tags: post,short
|
|
||||||
date: 2026-02-28 11:58:05 -5
|
|
||||||
---
|
|
||||||
|
|
||||||
<p>{props.description}</p>
|
|
||||||
|
|
||||||
## If you value the goat more than the car
|
|
||||||
Don’t switch.
|
|
||||||
However, even after taxes, you could sell the car to buy many goats.
|
|
||||||
Whatever floats your goat.
|
|
||||||
Loading…
Reference in a new issue