This repository has been archived by the owner on Feb 23, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
69 lines (59 loc) · 2.31 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
<!DOCTYPE HTML>
<html>
<head>
<title>Hidden Developer - Railworks2 submission</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="main.css" />
<link rel="icon" type="image/png" href="https://i.imgur.com/37KzZw6.png">
</head>
<body>
<!-- Banner -->
<section id="banner">
<h1>Are we in a simulation?</h1>
<p>A look at some of the concepts within Nick Bostrom's paper.</p>
</section>
<!-- One -->
<section id="one" class="wrapper">
<div class="inner">
<div class="flex flex-3">
<article>
<header>
<h3>Is there a computer powerful enough to run it?</h3>
</header>
<p>Well, a computer would have to simulate the power of every single person on Earth for it to work, this would require million, trillion, trillion, trillion operations per second to run. But that isn't possible, as we know.</p>
<footer>
</footer>
</article>
<article>
<header>
<h3>What if super advanced civilizations want to run simulations?</h3>
</header>
<p>To us, those civilizations are like Gods. For example, if we was a bug in a theme-park, the Gods would be the humans, the bug doesn't understand it. What's fun? What's a themepark? What's a holiday? Advanced civilizations might run simulations for fun or maybe as a form of science.</p>
<footer>
</footer>
</article>
<article>
<header>
<h3>What is there are thousands of simulations?</h3>
</header>
<p>If there are thosands of simulations, it's very highly likely that you are in one. Maybe it's all just a video game to them, like the Sims are to us, simulating billions of conscious beings.</p>
<footer>
</footer>
</article>
</div>
</div>
</section>
<!-- Footer -->
<footer id="footer">
<div class="inner">
<div class="flex">
<ul class="icons">
<li><a href="http://twitter.com/railworks2rblx"><span class="label"><img src="https://i.imgur.com/NpKoAnD.png" height="20" width="20"></img</span></a></li>
</ul>
</div>
</div>
<a href="https://www.simulation-argument.com/simulation.html">The raw paper</a>
</footer>
</body>
</html>