diff --git a/content/posts/a-shadow-at-the-end-of-the-tunnel.md b/content/posts/a-shadow-at-the-end-of-the-tunnel.md index ea721ea..25e65c3 100644 --- a/content/posts/a-shadow-at-the-end-of-the-tunnel.md +++ b/content/posts/a-shadow-at-the-end-of-the-tunnel.md @@ -7,7 +7,7 @@ description="A campaign setting" tags = ["campaign", "campaign-setting", "introduction"] +++ -This is the name of my new campaign setting, that I through my players in, recently. In this, and the following posts, I'm going to describe details of this setting, hoping, that it might inspire someone. +This is the name of my new campaign setting, that I've thrown my players in, recently. In this, and the following posts, I'm going to describe details of this setting, hoping, that it might inspire someone. The setting is trying to be rather realistic, but don't worry: It still includes Hyperspace travel (yeah!). It is set in a bit over 300 years from now. Humanity has expanded over multiple solar systems but settlements are still comparatively small. Most habitable places outside of Terra are moons around gas giants in the habitable zone of their host stars, or they are completely artificial. Despite the many simple alien life forms that have been found, no intelligences are among it, as it seems. Humanity is still alone in the universe. diff --git a/public/atom.xml b/public/atom.xml index 4b32136..77e7da9 100644 --- a/public/atom.xml +++ b/public/atom.xml @@ -13,7 +13,7 @@ 2023-02-02T15:45:00+00:00 https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/ - <p>This is the name of my new campaign setting, that I through my players in, recently. In this, and the following posts, I'm going to describe details of this setting, hoping, that it might inspire someone.</p> + <p>This is the name of my new campaign setting, that I've thrown my players in, recently. In this, and the following posts, I'm going to describe details of this setting, hoping, that it might inspire someone.</p> <p>The setting is trying to be rather realistic, but don't worry: It still includes Hyperspace travel (yeah!). It is set in a bit over 300 years from now. Humanity has expanded over multiple solar systems but settlements are still comparatively small. Most habitable places outside of Terra are moons around gas giants in the habitable zone of their host stars, or they are completely artificial. Despite the many simple alien life forms that have been found, no intelligences are among it, as it seems. Humanity is still alone in the universe.</p> <p>Intelligent machines are used for most labour. Lots of things are automated and cheap. Sometimes though, human labour is even cheaper, if just far enough from well regulated areas. That is, as long as you are not a criminal. Or worse: in dept of a big coorparation with high social score.</p> <p>Anyway. This post focusses on the history of the campaign world:</p> diff --git a/public/main.css b/public/main.css index 127a417..b250921 100644 --- a/public/main.css +++ b/public/main.css @@ -1 +1 @@ -@font-face{font-family:'Open Sans';src:url("/fonts/IBM_Plex_Mono/IBMPlexMono-Regular.ttf")}.cards{display:grid;grid-template-columns:repeat(auto-fill, minmax(300px, 1fr));grid-template-rows:auto;gap:24px;padding:12px 0}.card{min-height:100px;background:var(--bg-2);border:2px solid var(--border-color);border-radius:10px;overflow:hidden}.card-info{padding:0 24px 24px 24px}.card-title{margin-top:0.7em}.card-image{border:unset;width:100%}.card-image-placeholder{height:12px;width:100%}.card-description{margin-top:0.5em;overflow:hidden}@media all and (max-width: 720px){.cards{gap:18px}}.bloglist-table-row{padding:2%;background-color:var(--navbar-color);border-radius:5px;transition:300ms;width:28%;margin-right:1%;margin-top:3%}.bloglist-container{display:flex;flex-wrap:wrap}.bloglist-table-row:hover{box-shadow:2px 5px var(--border-color)}.bloglist-links{text-decoration:none}.bloglist-table-row-data{padding:10px}.bloglist-table-row-date{font-size:12px}@media only screen and (max-width: 600px){.bloglist-table-row{width:100%}}code{background-color:var(--bg-1);padding:0.1em 0.2em;border-radius:5px;border:1px solid var(--border-color)}pre{border-radius:5px;border:1px solid var(--border-color);line-height:1.4;overflow-x:auto;padding:1em}pre code{background-color:transparent;color:inherit;font-size:100%;padding:0;border:0}pre{font-family:var(--code-font);position:relative;-webkit-overflow-scrolling:touch}pre code[class*="language-"]{-webkit-overflow-scrolling:touch}pre code[class*="language-"]::before{background:black;border-radius:0 0 0.25rem 0.25rem;color:white;font-size:12px;letter-spacing:0.025rem;padding:0.1rem 0.5rem;position:absolute;right:0.1rem;margin-top:0.1rem;text-align:right;text-transform:uppercase;top:0}pre code[class="language-javaScript"]::before,pre code[class="language-js"]::before{content:"js";background:#f7df1e;color:black}pre code[class*="language-yml"]::before,pre code[class*="language-yaml"]::before{content:"yaml";background:#f71e6a;color:white}pre code[class*="language-shell"]::before,pre code[class*="language-bash"]::before,pre code[class*="language-sh"]::before{content:"shell";background:green;color:white}pre code[class*="language-json"]::before{content:"json";background:dodgerblue;color:#000000}pre code[class*="language-python"]::before,pre code[class*="language-py"]::before{content:"py";background:blue;color:yellow}pre code[class*="language-css"]::before{content:"css";background:cyan;color:black}pre code[class*="language-go"]::before{content:"Go";background:cyan;color:royalblue}pre code[class*="language-md"]::before,pre code[class*="language-md"]::before{content:"Markdown";background:royalblue;color:whitesmoke}pre code[class*="language-rust"]::before,pre code[class*="language-rs"]::before{content:"rust";background:#fff8f6;color:#ff4647}.page-header{margin:4rem 0px 1rem 0px;font-size:3em;line-height:100%;font-family:var(--header-font)}.centered-header{font-family:var(--header-font);position:absolute;top:40%;left:50%;transform:translate(-50%, -50%);text-align:center;font-size:1em}body>header{width:100%;height:3rem;background-color:var(--navbar-color)}.navbar{max-width:var(--max-layout-width);display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;padding:1em 0;margin:0 auto}@media only screen and (max-width: 1000px){.navbar{max-width:var(--normal-layout-width)}.nav-navs{margin:0 auto;display:flex;justify-content:center;align-items:center}}@media only screen and (max-width: 600px){.navbar{max-width:var(--medium-layout-width)}}@media only screen and (max-width: 300px){.navbar{max-width:var(--small-layout-width)}}.nav-links{text-decoration:none;color:var(--text-color);padding:5px;border-radius:5px;transition:transform .2s ease-out, background .3s ease, color .3s ease}.nav-links:hover{color:var(--links);background-color:var(--secondary-color);transform:translateY(0.5em)}header .main{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:12px;font-size:1.5rem;margin-bottom:10px}.nav-navs img{border:none}.home-title{display:inline-block;padding:.25em 1em;font-size:1.6em;color:var(--links);background-color:var(--secondary-color)}.socials{flex-grow:0;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:flex-start;align-items:flex-end;gap:6px;height:2em}.social{border-bottom:unset;background-image:unset;padding:2px}.social>img{border:unset;width:24px;height:24px}.meta{color:var(--meta-color);letter-spacing:-0.5px}[data-theme="dark"] .social>img{filter:invert(1)}img{border:3px solid #ececec;max-width:100%}figure{box-sizing:border-box;display:inline-block;margin:0;max-width:100%}figure img{max-height:500px}@media screen and (min-width: 600px){figure{padding:0 40px}}figure h4{font-size:1rem;margin:0;margin-bottom:1em}figure h4::before{content:"↳ "}svg{max-height:15px}.primary-color{color:var(--primary-color)}.draft-label{color:var(--hover-color);text-decoration:none;padding:2px 4px;border-radius:4px;margin-left:6px;background-color:var(--primary-color)}::-moz-selection{background:var(--primary-color);color:var(--hover-color);text-shadow:none}::selection{background:var(--primary-color);color:var(--hover-color)}p{line-height:1.5}hr{border:0;border-top:3px solid var(--border-color);margin:1em 0}blockquote{border-left:3px solid var(--border-color);color:#737373;margin:0;padding-left:1em}a{color:var(--text-color);text-decoration-color:var(--links);font-weight:600}a:hover{background-color:var(--primary-color);color:var(--hover-color)}@media screen and (max-width: 600px){.list>ul{margin:0;padding:0}}table{border-spacing:0;border-collapse:collapse}table th{padding:6px 13px;border:1px solid #dfe2e5;font-size:large}table td{padding:6px 13px;border:1px solid #dfe2e5}#banner-container-home{display:flex;width:100%;margin:20px auto;align-items:center;justify-content:center}.image-container-home{position:relative;width:30%;overflow:hidden;border-radius:10px}#home-banner-text{width:70%;font-size:1.1em;line-height:200%;padding-right:5%}.banner-home-img{border-radius:50%;border:none}@media only screen and (max-width: 600px){#banner-container-home{display:block;margin:0 auto}.image-container-home{width:95%;height:50vh}#home-banner-text{width:95%}}footer{height:3rem;border-top:1px solid var(--light-border-color);background-color:var(--navbar-color);font-family:var(--post-font-family);text-align:center;line-height:3}.theme-switcher{top:-13px;width:50px;height:20px;position:relative;cursor:pointer;margin:0 auto}.theme-switcher .background{width:50px;height:20px;background-color:var(--input-back);border-radius:30px}.theme-switcher .switch{box-shadow:0 1px 3px 0 rgba(0,0,0,0.1),0 1px 2px 0 rgba(0,0,0,0.06);height:30px;width:30px;background-color:var(--input-color);position:absolute;top:-5px;left:0px;border-radius:50%;transition:all 0.3s ease-in-out;display:flex;justify-content:center;align-items:center}.theme-switcher .switch img{width:60%;height:auto;position:absolute;transition:all 0.2s ease-in-out;border:none}.theme-switcher .switch .sun{opacity:0}.theme-switcher .switch .moon{opacity:1}.theme-switcher input{display:none}.theme-switcher input:checked+.switch{left:20px}.theme-switcher input:checked+.switch .sun{opacity:1}.theme-switcher input:checked+.switch .moon{opacity:0}.logo{position:fixed;display:-webkit-box;display:-ms-flexbox;display:flex;left:10px;top:10px;flex-direction:row;z-index:1000}.logo a{display:block;height:30px;width:auto;cursor:pointer;margin-right:10px}.logo a img{height:100%;width:auto}:root{--max-layout-width:900px;--normal-layout-width:600px;--medium-layout-width:350px;--small-layout-width:200px;font-family:'Roboto Mono', monospace;line-height:180%;--bg-0: #121212;--bg-1: rgba(255, 255, 255, 5%);--bg-2: rgba(23, 23, 23, 100%);--primary-color: #5053ef;--hover-color: white;--background-color:#29292e;--navbar-color:#222226;--secondary-color:#1b1b20;--highlights: #b35a5a;--links: #7de1ff;--text-color: #f2f2f2;--code: #ef476f;--border-color: #111;--light-border-color: rgba(255, 255, 255, 0.1);--input-back: #4b4a4a;--input-color: #294797;--meta-color: rgb(198, 197, 197)}[data-theme="light"]{--bg-0: #fff;--bg-1: #f2f2f2;--bg-2: #fefefe;--hover-color: white;--background-color:#fff;--navbar-color:#e3e3e3;--text-color: #222226;--border-color: rgb(114, 114, 114);--light-border-color: rgba(255, 255, 255, 0.1);--input-back: #161616;--input-color: #294797;--input-back: rgb(158, 158, 158);--input-color: #fbec48;--meta-color: rgb(53, 53, 53)}html{background-color:var(--background-color);color:var(--text-color);line-height:1.6em}body{margin:0;padding:0}.content{max-width:var(--max-layout-width);margin:3rem auto 1rem;padding:0 24px;word-wrap:break-word;min-height:calc(100vh - 10rem - 1px)}@media only screen and (max-width: 1000px){.content{max-width:var(--normal-layout-width)}}@media only screen and (max-width: 600px){.content{max-width:var(--medium-layout-width)}}@media only screen and (max-width: 300px){.content{max-width:var(--small-layout-width)}}@media all and (min-width: 640px){html{font-size:16.5px}}@media all and (min-width: 720px){html{font-size:17px}}@media all and (min-width: 960px){html{font-size:18px}} +@font-face{font-family:'Open Sans';src:url("/fonts/IBM_Plex_Mono/IBMPlexMono-Regular.ttf")}.cards{display:grid;grid-template-columns:repeat(auto-fill, minmax(300px, 1fr));grid-template-rows:auto;gap:24px;padding:12px 0}.card{min-height:100px;background:var(--bg-2);border:2px solid var(--border-color);border-radius:10px;overflow:hidden}.card-info{padding:0 24px 24px 24px}.card-title{margin-top:0.7em}.card-image{border:unset;width:100%}.card-image-placeholder{height:12px;width:100%}.card-description{margin-top:0.5em;overflow:hidden}@media all and (max-width: 720px){.cards{gap:18px}}.bloglist-table-row{padding:2%;background-color:var(--navbar-color);border-radius:5px;transition:300ms;width:28%;margin-right:1%;margin-top:3%}.bloglist-container{display:flex;flex-wrap:wrap}.bloglist-table-row:hover{box-shadow:2px 5px var(--border-color)}.bloglist-links{text-decoration:none}.bloglist-table-row-data{padding:10px}.bloglist-table-row-date{font-size:12px}@media only screen and (max-width: 600px){.bloglist-table-row{width:100%}}code{background-color:var(--bg-1);padding:0.1em 0.2em;border-radius:5px;border:1px solid var(--border-color)}pre{border-radius:5px;border:1px solid var(--border-color);line-height:1.4;overflow-x:auto;padding:1em}pre code{background-color:transparent;color:inherit;font-size:100%;padding:0;border:0}pre{font-family:var(--code-font);position:relative;-webkit-overflow-scrolling:touch}pre code[class*="language-"]{-webkit-overflow-scrolling:touch}pre code[class*="language-"]::before{background:black;border-radius:0 0 0.25rem 0.25rem;color:white;font-size:12px;letter-spacing:0.025rem;padding:0.1rem 0.5rem;position:absolute;right:0.1rem;margin-top:0.1rem;text-align:right;text-transform:uppercase;top:0}pre code[class="language-javaScript"]::before,pre code[class="language-js"]::before{content:"js";background:#f7df1e;color:black}pre code[class*="language-yml"]::before,pre code[class*="language-yaml"]::before{content:"yaml";background:#f71e6a;color:white}pre code[class*="language-shell"]::before,pre code[class*="language-bash"]::before,pre code[class*="language-sh"]::before{content:"shell";background:green;color:white}pre code[class*="language-json"]::before{content:"json";background:dodgerblue;color:#000000}pre code[class*="language-python"]::before,pre code[class*="language-py"]::before{content:"py";background:blue;color:yellow}pre code[class*="language-css"]::before{content:"css";background:cyan;color:black}pre code[class*="language-go"]::before{content:"Go";background:cyan;color:royalblue}pre code[class*="language-md"]::before,pre code[class*="language-md"]::before{content:"Markdown";background:royalblue;color:whitesmoke}pre code[class*="language-rust"]::before,pre code[class*="language-rs"]::before{content:"rust";background:#fff8f6;color:#ff4647}.page-header{margin:4rem 0px 1rem 0px;font-size:3em;line-height:100%;font-family:var(--header-font)}.centered-header{font-family:var(--header-font);position:absolute;top:40%;left:50%;transform:translate(-50%, -50%);text-align:center;font-size:1em}body>header{width:100%;height:3rem;background-color:var(--navbar-color)}.navbar{max-width:var(--max-layout-width);display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;padding:1em 0;margin:0 auto}@media only screen and (max-width: 1000px){.navbar{max-width:var(--normal-layout-width)}.nav-navs{margin:0 auto;display:flex;justify-content:center;align-items:center}}@media only screen and (max-width: 600px){.navbar{max-width:var(--medium-layout-width)}}@media only screen and (max-width: 300px){.navbar{max-width:var(--small-layout-width)}}.nav-links{text-decoration:none;color:var(--text-color);padding:5px;border-radius:5px;transition:transform .2s ease-out, background .3s ease, color .3s ease}.nav-links:hover{color:var(--links);background-color:var(--secondary-color);transform:translateY(0.5em)}header .main{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:12px;font-size:1.5rem;margin-bottom:10px}.nav-navs img{border:none}.home-title{display:inline-block;padding:.25em 1em;font-size:1.6em;color:var(--links);background-color:var(--secondary-color)}.socials{flex-grow:0;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:flex-start;align-items:flex-end;gap:6px;height:2em}.social{border-bottom:unset;background-image:unset;padding:2px}.social>img{border:unset;width:24px;height:24px}.meta{color:var(--meta-color);letter-spacing:-0.5px}[data-theme="dark"] .social>img{filter:invert(1)}@media (prefers-color-scheme: dark){.social>img{filter:invert(1)}}img{border:3px solid #ececec;max-width:100%}figure{box-sizing:border-box;display:inline-block;margin:0;max-width:100%}figure img{max-height:500px}@media screen and (min-width: 600px){figure{padding:0 40px}}figure h4{font-size:1rem;margin:0;margin-bottom:1em}figure h4::before{content:"↳ "}svg{max-height:15px}.primary-color{color:var(--primary-color)}.draft-label{color:var(--hover-color);text-decoration:none;padding:2px 4px;border-radius:4px;margin-left:6px;background-color:var(--primary-color)}::-moz-selection{background:var(--primary-color);color:var(--hover-color);text-shadow:none}::selection{background:var(--primary-color);color:var(--hover-color)}p{line-height:1.5}hr{border:0;border-top:3px solid var(--border-color);margin:1em 0}blockquote{border-left:3px solid var(--border-color);color:#737373;margin:0;padding-left:1em}a{color:var(--text-color);text-decoration-color:var(--links);font-weight:600}a:hover{background-color:var(--primary-color);color:var(--hover-color)}@media screen and (max-width: 600px){.list>ul{margin:0;padding:0}}table{border-spacing:0;border-collapse:collapse}table th{padding:6px 13px;border:1px solid #dfe2e5;font-size:large}table td{padding:6px 13px;border:1px solid #dfe2e5}#banner-container-home{display:flex;width:100%;margin:20px auto;align-items:center;justify-content:center}.image-container-home{position:relative;width:30%;overflow:hidden;border-radius:10px}#home-banner-text{width:70%;font-size:1.1em;line-height:200%;padding-right:5%}.banner-home-img{border-radius:50%;border:none}@media only screen and (max-width: 600px){#banner-container-home{display:block;margin:0 auto}.image-container-home{width:95%;height:50vh}#home-banner-text{width:95%}}footer{height:3rem;border-top:1px solid var(--light-border-color);background-color:var(--navbar-color);font-family:var(--post-font-family);text-align:center;line-height:3}.theme-switcher{top:-13px;width:50px;height:20px;position:relative;cursor:pointer;margin:0 auto}.theme-switcher .background{width:50px;height:20px;background-color:var(--input-back);border-radius:30px}.theme-switcher .switch{box-shadow:0 1px 3px 0 rgba(0,0,0,0.1),0 1px 2px 0 rgba(0,0,0,0.06);height:30px;width:30px;background-color:var(--input-color);position:absolute;top:-5px;left:0px;border-radius:50%;transition:all 0.3s ease-in-out;display:flex;justify-content:center;align-items:center}.theme-switcher .switch img{width:60%;height:auto;position:absolute;transition:all 0.2s ease-in-out;border:none}.theme-switcher .switch .sun{opacity:0}.theme-switcher .switch .moon{opacity:1}.theme-switcher input{display:none}.theme-switcher input:checked+.switch{left:20px}.theme-switcher input:checked+.switch .sun{opacity:1}.theme-switcher input:checked+.switch .moon{opacity:0}.logo{position:fixed;display:-webkit-box;display:-ms-flexbox;display:flex;left:10px;top:10px;flex-direction:row;z-index:1000}.logo a{display:block;height:30px;width:auto;cursor:pointer;margin-right:10px}.logo a img{height:100%;width:auto}:root{--max-layout-width:900px;--normal-layout-width:600px;--medium-layout-width:350px;--small-layout-width:200px;font-family:'Roboto Mono', monospace;line-height:180%;--bg-0: #121212;--bg-1: rgba(255, 255, 255, 5%);--bg-2: rgba(23, 23, 23, 100%);--primary-color: #5053ef;--hover-color: white;--background-color:#29292e;--navbar-color:#222226;--secondary-color:#1b1b20;--highlights: #b35a5a;--links: #7de1ff;--text-color: #f2f2f2;--code: #ef476f;--border-color: #111;--light-border-color: rgba(255, 255, 255, 0.1);--input-back: #4b4a4a;--input-color: #294797;--meta-color: rgb(198, 197, 197)}[data-theme="light"]{--bg-0: #fff;--bg-1: #f2f2f2;--bg-2: #fefefe;--hover-color: white;--background-color:#fff;--navbar-color:#e3e3e3;--text-color: #222226;--border-color: rgb(114, 114, 114);--light-border-color: rgba(255, 255, 255, 0.1);--input-back: #161616;--input-color: #294797;--input-back: rgb(158, 158, 158);--input-color: #fbec48;--meta-color: rgb(53, 53, 53)}html{background-color:var(--background-color);color:var(--text-color);line-height:1.6em}body{margin:0;padding:0}.content{max-width:var(--max-layout-width);margin:3rem auto 1rem;padding:0 24px;word-wrap:break-word;min-height:calc(100vh - 10rem - 1px)}@media only screen and (max-width: 1000px){.content{max-width:var(--normal-layout-width)}}@media only screen and (max-width: 600px){.content{max-width:var(--medium-layout-width)}}@media only screen and (max-width: 300px){.content{max-width:var(--small-layout-width)}}@media all and (min-width: 640px){html{font-size:16.5px}}@media all and (min-width: 720px){html{font-size:17px}}@media all and (min-width: 960px){html{font-size:18px}} diff --git a/public/posts/a-shadow-at-the-end-of-the-tunnel/index.html b/public/posts/a-shadow-at-the-end-of-the-tunnel/index.html index 20b5d1f..bb18c05 100644 --- a/public/posts/a-shadow-at-the-end-of-the-tunnel/index.html +++ b/public/posts/a-shadow-at-the-end-of-the-tunnel/index.html @@ -1 +1 @@ - A Shadow At The End Of The Tunnel

A Shadow At The End Of The Tunnel

692 words (4 minute read) posted on

This is the name of my new campaign setting, that I through my players in, recently. In this, and the following posts, I'm going to describe details of this setting, hoping, that it might inspire someone.

The setting is trying to be rather realistic, but don't worry: It still includes Hyperspace travel (yeah!). It is set in a bit over 300 years from now. Humanity has expanded over multiple solar systems but settlements are still comparatively small. Most habitable places outside of Terra are moons around gas giants in the habitable zone of their host stars, or they are completely artificial. Despite the many simple alien life forms that have been found, no intelligences are among it, as it seems. Humanity is still alone in the universe.

Intelligent machines are used for most labour. Lots of things are automated and cheap. Sometimes though, human labour is even cheaper, if just far enough from well regulated areas. That is, as long as you are not a criminal. Or worse: in dept of a big coorparation with high social score.

Anyway. This post focusses on the history of the campaign world:

History

First Expansion

(2030 — 2120)

For about one hundred years, humans dabbled around in the solar system. They built colonies on Earths moon, on Mars and floating in Venus’ atmosphere. Some probes were sent out to the surrounding star system, accelerated to relativistic speeds by lasers. The new data brought fascinating insights, but showed even more, that interstellar travel is hardly possible with any known means.

While people on earth slowly adapted to the now unstoppable climate change, the first colonies outside of earth became self-sustained.

Prosperous Era

(2120 — 2163)

With ever better technology, more efficient energy conversion and the incredible riches of the asteroid belt, humans moved more and more towards some kind of utopia. At least so they thought.

While things looked better and better on the outside, the riches still didn’t get spread evenly. Rich people still got ever richer, and with all the new technology also their possibilities for surveillance. One day, a group of hyper-rich people came together to lay the foundation for the Disruptive Court.

Second Expansion

(2163 — 2245)

A group of extremely rich and powerful people came together, with the plan to engrain their power into the fabric of humanity. They came up with the idea to secretly take over the AI controlled systems of the governments and corporations of the world. With their already extraordinary power and resources, they build a group of highly specialized AIs that worked together in tandem to become the most advanced, versatile and powerful AI system ever created. With its help, the Disruptive Court became the de-facto power of humanity. They controlled every machine, every decision and many of the implants that, by then, already have been common extensions to the human biology.

The Disruptive Court drove further expansion of humanity outwards, beyond the asteroid belt, and inwards, closer to the sun. New settlements on the gas giants moons and in their clouds brought even more prosperity. Research stations everywhere, even inside the sun, were built and brought tremendous scientific advances. New developments allowed for ever more energy to be controlled.

Third Expansion

(2245 — 2312)

In March 2245, something extraordinary happened on the COSP, or Chromosphere Observation and Science Platform, situated inside the chromosphere, the “coolest” layer inside the sun: High energy experiments, using the intense magnetic fields and the strong gravitational forces, lead to the discovery of what is now known as Hyperspace. Although complete understanding of it was, and still is, out of reach, it became clear very soon, that movement through hyperspace happens outside the boundaries of the physical reality. Only a few decades later, routine travel from one solar system to another was established. Humanity expanded further. Complex alien biomes were found, settlements around other stars were established.

What's next?

The upcoming posts will either reveal a bit more about the campaign setting or tell a story, that happened inside the world. I started carving out details about many things already, but not everything is polished and well thought-through, yet. Stay tuned.

©2023 Dan Tiskifer | Powered by Zola
\ No newline at end of file + A Shadow At The End Of The Tunnel

A Shadow At The End Of The Tunnel

692 words (4 minute read) posted on

This is the name of my new campaign setting, that I've thrown my players in, recently. In this, and the following posts, I'm going to describe details of this setting, hoping, that it might inspire someone.

The setting is trying to be rather realistic, but don't worry: It still includes Hyperspace travel (yeah!). It is set in a bit over 300 years from now. Humanity has expanded over multiple solar systems but settlements are still comparatively small. Most habitable places outside of Terra are moons around gas giants in the habitable zone of their host stars, or they are completely artificial. Despite the many simple alien life forms that have been found, no intelligences are among it, as it seems. Humanity is still alone in the universe.

Intelligent machines are used for most labour. Lots of things are automated and cheap. Sometimes though, human labour is even cheaper, if just far enough from well regulated areas. That is, as long as you are not a criminal. Or worse: in dept of a big coorparation with high social score.

Anyway. This post focusses on the history of the campaign world:

History

First Expansion

(2030 — 2120)

For about one hundred years, humans dabbled around in the solar system. They built colonies on Earths moon, on Mars and floating in Venus’ atmosphere. Some probes were sent out to the surrounding star system, accelerated to relativistic speeds by lasers. The new data brought fascinating insights, but showed even more, that interstellar travel is hardly possible with any known means.

While people on earth slowly adapted to the now unstoppable climate change, the first colonies outside of earth became self-sustained.

Prosperous Era

(2120 — 2163)

With ever better technology, more efficient energy conversion and the incredible riches of the asteroid belt, humans moved more and more towards some kind of utopia. At least so they thought.

While things looked better and better on the outside, the riches still didn’t get spread evenly. Rich people still got ever richer, and with all the new technology also their possibilities for surveillance. One day, a group of hyper-rich people came together to lay the foundation for the Disruptive Court.

Second Expansion

(2163 — 2245)

A group of extremely rich and powerful people came together, with the plan to engrain their power into the fabric of humanity. They came up with the idea to secretly take over the AI controlled systems of the governments and corporations of the world. With their already extraordinary power and resources, they build a group of highly specialized AIs that worked together in tandem to become the most advanced, versatile and powerful AI system ever created. With its help, the Disruptive Court became the de-facto power of humanity. They controlled every machine, every decision and many of the implants that, by then, already have been common extensions to the human biology.

The Disruptive Court drove further expansion of humanity outwards, beyond the asteroid belt, and inwards, closer to the sun. New settlements on the gas giants moons and in their clouds brought even more prosperity. Research stations everywhere, even inside the sun, were built and brought tremendous scientific advances. New developments allowed for ever more energy to be controlled.

Third Expansion

(2245 — 2312)

In March 2245, something extraordinary happened on the COSP, or Chromosphere Observation and Science Platform, situated inside the chromosphere, the “coolest” layer inside the sun: High energy experiments, using the intense magnetic fields and the strong gravitational forces, lead to the discovery of what is now known as Hyperspace. Although complete understanding of it was, and still is, out of reach, it became clear very soon, that movement through hyperspace happens outside the boundaries of the physical reality. Only a few decades later, routine travel from one solar system to another was established. Humanity expanded further. Complex alien biomes were found, settlements around other stars were established.

What's next?

The upcoming posts will either reveal a bit more about the campaign setting or tell a story, that happened inside the world. I started carving out details about many things already, but not everything is polished and well thought-through, yet. Stay tuned.

©2023 Dan Tiskifer | Powered by Zola
\ No newline at end of file diff --git a/public/search_index.en.js b/public/search_index.en.js index 3b9ef9a..856d41e 100644 --- a/public/search_index.en.js +++ b/public/search_index.en.js @@ -1 +1 @@ -window.searchIndex = {"fields":["title","body"],"pipeline":["trimmer","stopWordFilter","stemmer"],"ref":"id","version":"0.9.5","index":{"body":{"root":{"docs":{},"df":0,"2":{"docs":{},"df":0,"0":{"docs":{},"df":0,"3":{"docs":{},"df":0,"0":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}}},"1":{"docs":{},"df":0,"2":{"docs":{},"df":0,"0":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.4142135623730951}},"df":1}},"6":{"docs":{},"df":0,"3":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.4142135623730951}},"df":1}}},"2":{"docs":{},"df":0,"4":{"docs":{},"df":0,"5":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.7320508075688772}},"df":1}}},"3":{"docs":{},"df":0,"1":{"docs":{},"df":0,"2":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}}}},"3":{"docs":{},"df":0,"0":{"docs":{},"df":0,"0":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}}},"a":{"docs":{},"df":0,"c":{"docs":{},"df":0,"c":{"docs":{},"df":0,"e":{"docs":{},"df":0,"l":{"docs":{},"df":0,"e":{"docs":{},"df":0,"r":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}}}},"o":{"docs":{},"df":0,"u":{"docs":{},"df":0,"n":{"docs":{},"df":0,"t":{"docs":{"https://tiskifer.dk/about/":{"tf":1.0}},"df":1}}}}}},"d":{"docs":{},"df":0,"a":{"docs":{},"df":0,"p":{"docs":{},"df":0,"t":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}}},"d":{"docs":{},"df":0,"i":{"docs":{},"df":0,"t":{"docs":{"https://tiskifer.dk/posts/hello/":{"tf":1.0}},"df":1}}},"v":{"docs":{},"df":0,"a":{"docs":{},"df":0,"n":{"docs":{},"df":0,"c":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.4142135623730951}},"df":1}}},"e":{"docs":{},"df":0,"n":{"docs":{},"df":0,"t":{"docs":{},"df":0,"u":{"docs":{},"df":0,"r":{"docs":{"https://tiskifer.dk/posts/hello/":{"tf":1.0}},"df":1}}}}}}},"i":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.7320508075688772}},"df":1},"l":{"docs":{},"df":0,"i":{"docs":{},"df":0,"e":{"docs":{},"df":0,"n":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.4142135623730951}},"df":1}},"v":{"docs":{"https://tiskifer.dk/posts/hello/":{"tf":1.0}},"df":1}},"l":{"docs":{},"df":0,"o":{"docs":{},"df":0,"w":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}}},"o":{"docs":{},"df":0,"n":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}},"r":{"docs":{},"df":0,"e":{"docs":{},"df":0,"a":{"docs":{},"df":0,"d":{"docs":{},"df":0,"i":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.7320508075688772}},"df":1}}}}},"t":{"docs":{},"df":0,"e":{"docs":{},"df":0,"r":{"docs":{"https://tiskifer.dk/about/":{"tf":1.0}},"df":1}},"h":{"docs":{},"df":0,"o":{"docs":{},"df":0,"u":{"docs":{},"df":0,"g":{"docs":{},"df":0,"h":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}}}}}}},"n":{"docs":{},"df":0,"o":{"docs":{},"df":0,"t":{"docs":{},"df":0,"h":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}}},"y":{"docs":{},"df":0,"w":{"docs":{},"df":0,"a":{"docs":{},"df":0,"y":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}}}}},"r":{"docs":{},"df":0,"c":{"docs":{"https://tiskifer.dk/posts/hello/":{"tf":1.0}},"df":1},"e":{"docs":{},"df":0,"a":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}},"o":{"docs":{},"df":0,"u":{"docs":{},"df":0,"n":{"docs":{},"df":0,"d":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.7320508075688772}},"df":1}}}},"t":{"docs":{},"df":0,"i":{"docs":{},"df":0,"f":{"docs":{},"df":0,"i":{"docs":{},"df":0,"c":{"docs":{},"df":0,"i":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}}}}}}},"s":{"docs":{},"df":0,"t":{"docs":{},"df":0,"e":{"docs":{},"df":0,"r":{"docs":{},"df":0,"o":{"docs":{},"df":0,"i":{"docs":{},"df":0,"d":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.4142135623730951}},"df":1}}}}}}},"t":{"docs":{},"df":0,"m":{"docs":{},"df":0,"o":{"docs":{},"df":0,"s":{"docs":{},"df":0,"p":{"docs":{},"df":0,"h":{"docs":{},"df":0,"e":{"docs":{},"df":0,"r":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}}}}}}}},"u":{"docs":{},"df":0,"t":{"docs":{},"df":0,"o":{"docs":{},"df":0,"m":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}}}}},"b":{"docs":{},"df":0,"a":{"docs":{},"df":0,"d":{"docs":{},"df":0,"l":{"docs":{},"df":0,"i":{"docs":{"https://tiskifer.dk/posts/hello/":{"tf":1.0}},"df":1}}}},"e":{"docs":{},"df":0,"c":{"docs":{},"df":0,"a":{"docs":{},"df":0,"m":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.7320508075688772}},"df":1}},"o":{"docs":{},"df":0,"m":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}}},"l":{"docs":{},"df":0,"t":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.4142135623730951}},"df":1}},"t":{"docs":{},"df":0,"t":{"docs":{},"df":0,"e":{"docs":{},"df":0,"r":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.7320508075688772}},"df":1}}}},"y":{"docs":{},"df":0,"o":{"docs":{},"df":0,"n":{"docs":{},"df":0,"d":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}}}}},"i":{"docs":{},"df":0,"g":{"docs":{"https://tiskifer.dk/about/":{"tf":1.0},"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":2},"o":{"docs":{},"df":0,"l":{"docs":{},"df":0,"o":{"docs":{},"df":0,"g":{"docs":{},"df":0,"i":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}}}},"m":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}},"r":{"docs":{},"df":0,"t":{"docs":{},"df":0,"h":{"docs":{"https://tiskifer.dk/posts/hello/":{"tf":1.0}},"df":1}}},"t":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.4142135623730951}},"df":1}},"l":{"docs":{},"df":0,"o":{"docs":{},"df":0,"g":{"docs":{"https://tiskifer.dk/posts/hello/":{"tf":1.0}},"df":1}}},"o":{"docs":{},"df":0,"o":{"docs":{},"df":0,"k":{"docs":{"https://tiskifer.dk/posts/hello/":{"tf":1.0}},"df":1}},"u":{"docs":{},"df":0,"n":{"docs":{},"df":0,"d":{"docs":{},"df":0,"a":{"docs":{},"df":0,"r":{"docs":{},"df":0,"i":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}}}}}}},"r":{"docs":{},"df":0,"i":{"docs":{},"df":0,"n":{"docs":{},"df":0,"g":{"docs":{"https://tiskifer.dk/posts/hello/":{"tf":1.4142135623730951}},"df":1}}},"o":{"docs":{},"df":0,"u":{"docs":{},"df":0,"g":{"docs":{},"df":0,"h":{"docs":{},"df":0,"t":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.7320508075688772}},"df":1}}}}}},"u":{"docs":{},"df":0,"i":{"docs":{},"df":0,"l":{"docs":{},"df":0,"d":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1},"t":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.4142135623730951}},"df":1}}}}},"c":{"docs":{},"df":0,"a":{"docs":{},"df":0,"l":{"docs":{},"df":0,"l":{"docs":{"https://tiskifer.dk/about/":{"tf":1.0},"https://tiskifer.dk/posts/hello/":{"tf":1.0}},"df":2}},"m":{"docs":{},"df":0,"e":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.7320508075688772}},"df":1},"p":{"docs":{},"df":0,"a":{"docs":{},"df":0,"i":{"docs":{},"df":0,"g":{"docs":{},"df":0,"n":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.7320508075688772},"https://tiskifer.dk/posts/hello/":{"tf":1.7320508075688772}},"df":2}}}}}},"r":{"docs":{},"df":0,"v":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}}},"e":{"docs":{},"df":0,"r":{"docs":{},"df":0,"t":{"docs":{},"df":0,"a":{"docs":{},"df":0,"i":{"docs":{},"df":0,"n":{"docs":{"https://tiskifer.dk/posts/hello/":{"tf":1.0}},"df":1}}}}}},"h":{"docs":{},"df":0,"a":{"docs":{},"df":0,"n":{"docs":{},"df":0,"g":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}},"r":{"docs":{},"df":0,"a":{"docs":{},"df":0,"c":{"docs":{},"df":0,"t":{"docs":{"https://tiskifer.dk/posts/hello/":{"tf":1.0}},"df":1}}}}},"e":{"docs":{},"df":0,"a":{"docs":{},"df":0,"p":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1,"e":{"docs":{},"df":0,"r":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}}}}},"r":{"docs":{},"df":0,"o":{"docs":{},"df":0,"m":{"docs":{},"df":0,"o":{"docs":{},"df":0,"s":{"docs":{},"df":0,"p":{"docs":{},"df":0,"h":{"docs":{},"df":0,"e":{"docs":{},"df":0,"r":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.4142135623730951}},"df":1}}}}}}}}}},"l":{"docs":{},"df":0,"e":{"docs":{},"df":0,"a":{"docs":{},"df":0,"r":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}}},"i":{"docs":{},"df":0,"m":{"docs":{},"df":0,"a":{"docs":{},"df":0,"t":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}}}},"o":{"docs":{},"df":0,"s":{"docs":{},"df":0,"e":{"docs":{},"df":0,"r":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}}},"u":{"docs":{},"df":0,"d":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}}}},"o":{"docs":{},"df":0,"l":{"docs":{},"df":0,"o":{"docs":{},"df":0,"n":{"docs":{},"df":0,"i":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.4142135623730951}},"df":1}}}},"m":{"docs":{},"df":0,"m":{"docs":{},"df":0,"o":{"docs":{},"df":0,"n":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}}},"p":{"docs":{},"df":0,"a":{"docs":{},"df":0,"r":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}},"l":{"docs":{},"df":0,"e":{"docs":{},"df":0,"t":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.4142135623730951}},"df":1},"x":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}}}}},"n":{"docs":{},"df":0,"t":{"docs":{},"df":0,"e":{"docs":{},"df":0,"n":{"docs":{},"df":0,"t":{"docs":{"https://tiskifer.dk/posts/hello/":{"tf":1.0}},"df":1}}},"r":{"docs":{},"df":0,"o":{"docs":{},"df":0,"l":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.7320508075688772}},"df":1}}}},"v":{"docs":{},"df":0,"e":{"docs":{},"df":0,"r":{"docs":{},"df":0,"s":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}}}}},"o":{"docs":{},"df":0,"l":{"docs":{},"df":0,"e":{"docs":{},"df":0,"s":{"docs":{},"df":0,"t":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}}}},"r":{"docs":{},"df":0,"p":{"docs":{},"df":0,"a":{"docs":{},"df":0,"r":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}}}}},"r":{"docs":{},"df":0,"p":{"docs":{},"df":0,"o":{"docs":{},"df":0,"r":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}}}},"s":{"docs":{},"df":0,"p":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}},"u":{"docs":{},"df":0,"r":{"docs":{},"df":0,"t":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.7320508075688772}},"df":1}}}},"r":{"docs":{},"df":0,"e":{"docs":{},"df":0,"a":{"docs":{},"df":0,"t":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}}},"i":{"docs":{},"df":0,"m":{"docs":{},"df":0,"i":{"docs":{},"df":0,"n":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}}}}},"t":{"docs":{},"df":0,"h":{"docs":{},"df":0,"u":{"docs":{},"df":0,"l":{"docs":{},"df":0,"h":{"docs":{},"df":0,"u":{"docs":{"https://tiskifer.dk/about/":{"tf":1.0}},"df":1}}}}}},"u":{"docs":{},"df":0,"r":{"docs":{},"df":0,"r":{"docs":{},"df":0,"e":{"docs":{},"df":0,"n":{"docs":{},"df":0,"t":{"docs":{"https://tiskifer.dk/posts/hello/":{"tf":1.4142135623730951}},"df":1}}}}}}},"d":{"docs":{},"df":0,"a":{"docs":{},"df":0,"b":{"docs":{},"df":0,"b":{"docs":{},"df":0,"l":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}}},"n":{"docs":{"https://tiskifer.dk/about/":{"tf":2.0}},"df":1},"r":{"docs":{},"df":0,"k":{"docs":{"https://tiskifer.dk/about/":{"tf":1.0}},"df":1}},"t":{"docs":{},"df":0,"a":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}},"y":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0},"https://tiskifer.dk/posts/hello/":{"tf":1.0}},"df":2}},"e":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1,"c":{"docs":{},"df":0,"a":{"docs":{},"df":0,"d":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}},"i":{"docs":{},"df":0,"s":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}}},"p":{"docs":{},"df":0,"t":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}},"s":{"docs":{},"df":0,"c":{"docs":{},"df":0,"r":{"docs":{},"df":0,"i":{"docs":{},"df":0,"b":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}}}},"p":{"docs":{},"df":0,"i":{"docs":{},"df":0,"t":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}}}},"t":{"docs":{},"df":0,"a":{"docs":{},"df":0,"i":{"docs":{},"df":0,"l":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.4142135623730951}},"df":1}}}},"v":{"docs":{},"df":0,"e":{"docs":{},"df":0,"l":{"docs":{},"df":0,"o":{"docs":{},"df":0,"p":{"docs":{"https://tiskifer.dk/about/":{"tf":1.0},"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":2}}}}}},"i":{"docs":{},"df":0,"d":{"docs":{},"df":0,"n":{"docs":{},"df":0,"’":{"docs":{},"df":0,"t":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}}}},"s":{"docs":{},"df":0,"c":{"docs":{},"df":0,"o":{"docs":{},"df":0,"v":{"docs":{},"df":0,"e":{"docs":{},"df":0,"r":{"docs":{},"df":0,"i":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}}}}}},"r":{"docs":{},"df":0,"u":{"docs":{},"df":0,"p":{"docs":{},"df":0,"t":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.7320508075688772}},"df":1}}}}}},"o":{"docs":{},"df":0,"n":{"docs":{},"df":0,"'":{"docs":{},"df":0,"t":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}}},"w":{"docs":{},"df":0,"n":{"docs":{"https://tiskifer.dk/posts/hello/":{"tf":1.0}},"df":1}}},"r":{"docs":{},"df":0,"i":{"docs":{},"df":0,"v":{"docs":{},"df":0,"e":{"docs":{},"df":0,"t":{"docs":{},"df":0,"h":{"docs":{},"df":0,"r":{"docs":{},"df":0,"u":{"docs":{"https://tiskifer.dk/about/":{"tf":1.0}},"df":1}}}}}}},"o":{"docs":{},"df":0,"v":{"docs":{},"df":0,"e":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}}}}},"e":{"docs":{},"df":0,"a":{"docs":{},"df":0,"r":{"docs":{},"df":0,"t":{"docs":{},"df":0,"h":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.7320508075688772}},"df":1}}}},"f":{"docs":{},"df":0,"f":{"docs":{},"df":0,"i":{"docs":{},"df":0,"c":{"docs":{},"df":0,"i":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}}}}},"g":{"docs":{},"df":0,"o":{"docs":{"https://tiskifer.dk/about/":{"tf":1.0}},"df":1}},"n":{"docs":{},"df":0,"d":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1},"e":{"docs":{},"df":0,"r":{"docs":{},"df":0,"g":{"docs":{},"df":0,"i":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.7320508075688772}},"df":1}}}},"g":{"docs":{},"df":0,"r":{"docs":{},"df":0,"a":{"docs":{},"df":0,"i":{"docs":{},"df":0,"n":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}}}}},"j":{"docs":{},"df":0,"o":{"docs":{},"df":0,"y":{"docs":{"https://tiskifer.dk/posts/hello/":{"tf":1.0}},"df":1}}},"o":{"docs":{},"df":0,"u":{"docs":{},"df":0,"g":{"docs":{},"df":0,"h":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}}}}},"r":{"docs":{},"df":0,"a":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}},"s":{"docs":{},"df":0,"t":{"docs":{},"df":0,"a":{"docs":{},"df":0,"b":{"docs":{},"df":0,"l":{"docs":{},"df":0,"i":{"docs":{},"df":0,"s":{"docs":{},"df":0,"h":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.4142135623730951}},"df":1}}}}}}}},"v":{"docs":{},"df":0,"e":{"docs":{},"df":0,"n":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":2.0}},"df":1,"l":{"docs":{},"df":0,"i":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}},"t":{"docs":{"https://tiskifer.dk/posts/hello/":{"tf":1.0}},"df":1}},"r":{"docs":{},"df":0,"y":{"docs":{},"df":0,"o":{"docs":{},"df":0,"n":{"docs":{"https://tiskifer.dk/posts/hello/":{"tf":1.0}},"df":1}},"t":{"docs":{},"df":0,"h":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0},"https://tiskifer.dk/posts/hello/":{"tf":1.0}},"df":2}},"w":{"docs":{},"df":0,"h":{"docs":{},"df":0,"e":{"docs":{},"df":0,"r":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}}}}}}}},"x":{"docs":{},"df":0,"i":{"docs":{},"df":0,"s":{"docs":{},"df":0,"t":{"docs":{"https://tiskifer.dk/posts/hello/":{"tf":1.0}},"df":1}}},"p":{"docs":{},"df":0,"a":{"docs":{},"df":0,"n":{"docs":{},"df":0,"d":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.4142135623730951}},"df":1},"s":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":2.0}},"df":1}}},"e":{"docs":{},"df":0,"r":{"docs":{},"df":0,"i":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1,"e":{"docs":{},"df":0,"n":{"docs":{},"df":0,"c":{"docs":{"https://tiskifer.dk/about/":{"tf":1.0}},"df":1}}}}}}},"t":{"docs":{},"df":0,"e":{"docs":{},"df":0,"n":{"docs":{},"df":0,"s":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}}},"r":{"docs":{},"df":0,"a":{"docs":{},"df":0,"o":{"docs":{},"df":0,"r":{"docs":{},"df":0,"d":{"docs":{},"df":0,"i":{"docs":{},"df":0,"n":{"docs":{},"df":0,"a":{"docs":{},"df":0,"r":{"docs":{},"df":0,"i":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.4142135623730951}},"df":1}}}}}}}}},"e":{"docs":{},"df":0,"m":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}}}}}},"f":{"docs":{},"df":0,"a":{"docs":{},"df":0,"b":{"docs":{},"df":0,"r":{"docs":{},"df":0,"i":{"docs":{},"df":0,"c":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}}}},"c":{"docs":{},"df":0,"t":{"docs":{},"df":0,"o":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}}},"n":{"docs":{"https://tiskifer.dk/about/":{"tf":1.7320508075688772}},"df":1},"r":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1},"s":{"docs":{},"df":0,"c":{"docs":{},"df":0,"i":{"docs":{},"df":0,"n":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}}}},"v":{"docs":{},"df":0,"o":{"docs":{},"df":0,"r":{"docs":{},"df":0,"i":{"docs":{},"df":0,"t":{"docs":{"https://tiskifer.dk/about/":{"tf":1.0}},"df":1}}}}}},"e":{"docs":{},"df":0,"d":{"docs":{},"df":0,"i":{"docs":{},"df":0,"v":{"docs":{},"df":0,"e":{"docs":{},"df":0,"r":{"docs":{},"df":0,"s":{"docs":{"https://tiskifer.dk/about/":{"tf":1.0}},"df":1}}}}}},"w":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}},"i":{"docs":{"https://tiskifer.dk/about/":{"tf":1.0},"https://tiskifer.dk/posts/hello/":{"tf":1.0}},"df":2,"c":{"docs":{},"df":0,"t":{"docs":{},"df":0,"i":{"docs":{},"df":0,"o":{"docs":{},"df":0,"n":{"docs":{"https://tiskifer.dk/posts/hello/":{"tf":1.0}},"df":1}}}}},"e":{"docs":{},"df":0,"l":{"docs":{},"df":0,"d":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}}},"r":{"docs":{},"df":0,"s":{"docs":{},"df":0,"t":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.4142135623730951},"https://tiskifer.dk/posts/hello/":{"tf":1.0}},"df":2}}}},"l":{"docs":{},"df":0,"o":{"docs":{},"df":0,"a":{"docs":{},"df":0,"t":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}}}},"o":{"docs":{},"df":0,"c":{"docs":{},"df":0,"u":{"docs":{},"df":0,"s":{"docs":{},"df":0,"s":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0},"https://tiskifer.dk/posts/hello/":{"tf":1.0}},"df":2}}}},"l":{"docs":{},"df":0,"l":{"docs":{},"df":0,"o":{"docs":{},"df":0,"w":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}}}},"r":{"docs":{},"df":0,"c":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1},"m":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1,"a":{"docs":{},"df":0,"l":{"docs":{"https://tiskifer.dk/posts/hello/":{"tf":1.0}},"df":1}},"u":{"docs":{},"df":0,"l":{"docs":{"https://tiskifer.dk/posts/hello/":{"tf":1.0}},"df":1}}}},"u":{"docs":{},"df":0,"n":{"docs":{},"df":0,"d":{"docs":{"https://tiskifer.dk/about/":{"tf":1.0},"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.4142135623730951}},"df":2,"a":{"docs":{},"df":0,"t":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}}}}}},"u":{"docs":{},"df":0,"r":{"docs":{},"df":0,"t":{"docs":{},"df":0,"h":{"docs":{},"df":0,"e":{"docs":{},"df":0,"r":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.4142135623730951}},"df":1}}}}},"t":{"docs":{},"df":0,"u":{"docs":{},"df":0,"r":{"docs":{"https://tiskifer.dk/posts/hello/":{"tf":1.0}},"df":1}}}}},"g":{"docs":{},"df":0,"a":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.4142135623730951}},"df":1},"i":{"docs":{},"df":0,"a":{"docs":{},"df":0,"n":{"docs":{},"df":0,"t":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.4142135623730951}},"df":1}}},"v":{"docs":{},"df":0,"e":{"docs":{"https://tiskifer.dk/posts/hello/":{"tf":1.0}},"df":1}}},"o":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0},"https://tiskifer.dk/posts/hello/":{"tf":1.0}},"df":2,"v":{"docs":{},"df":0,"e":{"docs":{},"df":0,"r":{"docs":{},"df":0,"n":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}}}}},"r":{"docs":{},"df":0,"a":{"docs":{},"df":0,"d":{"docs":{},"df":0,"e":{"docs":{"https://tiskifer.dk/posts/hello/":{"tf":1.0}},"df":1}},"v":{"docs":{},"df":0,"i":{"docs":{},"df":0,"t":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}}}},"e":{"docs":{},"df":0,"e":{"docs":{},"df":0,"t":{"docs":{"https://tiskifer.dk/posts/hello/":{"tf":1.0}},"df":1}}},"o":{"docs":{},"df":0,"u":{"docs":{},"df":0,"p":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.7320508075688772}},"df":1}}}}},"h":{"docs":{},"df":0,"a":{"docs":{},"df":0,"b":{"docs":{},"df":0,"i":{"docs":{},"df":0,"t":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.4142135623730951}},"df":1}}},"n":{"docs":{},"df":0,"d":{"docs":{},"df":0,"l":{"docs":{"https://tiskifer.dk/about/":{"tf":1.0}},"df":1}}},"p":{"docs":{},"df":0,"p":{"docs":{},"df":0,"e":{"docs":{},"df":0,"n":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.7320508075688772}},"df":1}}}},"r":{"docs":{},"df":0,"d":{"docs":{"https://tiskifer.dk/posts/hello/":{"tf":1.0}},"df":1,"l":{"docs":{},"df":0,"i":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}}}}},"e":{"docs":{},"df":0,"l":{"docs":{},"df":0,"l":{"docs":{},"df":0,"o":{"docs":{"https://tiskifer.dk/posts/hello/":{"tf":1.0}},"df":1}},"p":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0},"https://tiskifer.dk/posts/hello/":{"tf":1.0}},"df":2}},"r":{"docs":{},"df":0,"e":{"docs":{"https://tiskifer.dk/posts/hello/":{"tf":1.0}},"df":1},"o":{"docs":{"https://tiskifer.dk/about/":{"tf":1.0}},"df":1}}},"i":{"docs":{},"df":0,"g":{"docs":{},"df":0,"h":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.4142135623730951}},"df":1,"l":{"docs":{},"df":0,"i":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0},"https://tiskifer.dk/posts/hello/":{"tf":1.0}},"df":2}}}},"s":{"docs":{},"df":0,"t":{"docs":{},"df":0,"o":{"docs":{},"df":0,"r":{"docs":{},"df":0,"i":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.4142135623730951}},"df":1}}}}}},"o":{"docs":{},"df":0,"m":{"docs":{},"df":0,"e":{"docs":{},"df":0,"p":{"docs":{},"df":0,"a":{"docs":{},"df":0,"g":{"docs":{"https://tiskifer.dk/about/":{"tf":1.0}},"df":1}}}}},"p":{"docs":{},"df":0,"e":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1,"f":{"docs":{},"df":0,"u":{"docs":{},"df":0,"l":{"docs":{},"df":0,"l":{"docs":{},"df":0,"i":{"docs":{"https://tiskifer.dk/posts/hello/":{"tf":1.0}},"df":1}}}}}}},"s":{"docs":{},"df":0,"t":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}}},"u":{"docs":{},"df":0,"m":{"docs":{},"df":0,"a":{"docs":{},"df":0,"n":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":3.1622776601683795}},"df":1}}},"n":{"docs":{},"df":0,"d":{"docs":{},"df":0,"r":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}}}},"y":{"docs":{},"df":0,"p":{"docs":{},"df":0,"e":{"docs":{},"df":0,"r":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1,"s":{"docs":{},"df":0,"p":{"docs":{},"df":0,"a":{"docs":{},"df":0,"c":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.7320508075688772}},"df":1}}}}}}}}},"i":{"docs":{},"df":0,"'":{"docs":{},"df":0,"m":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}},"d":{"docs":{},"df":0,"e":{"docs":{},"df":0,"a":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1,"l":{"docs":{},"df":0,"i":{"docs":{},"df":0,"s":{"docs":{},"df":0,"t":{"docs":{"https://tiskifer.dk/about/":{"tf":1.0}},"df":1}}}}}}},"m":{"docs":{},"df":0,"p":{"docs":{},"df":0,"l":{"docs":{},"df":0,"a":{"docs":{},"df":0,"n":{"docs":{},"df":0,"t":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}}}}}},"n":{"docs":{},"df":0,"c":{"docs":{},"df":0,"l":{"docs":{},"df":0,"u":{"docs":{},"df":0,"d":{"docs":{"https://tiskifer.dk/about/":{"tf":1.0},"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0},"https://tiskifer.dk/posts/hello/":{"tf":1.0}},"df":3}}},"r":{"docs":{},"df":0,"e":{"docs":{},"df":0,"d":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}}}},"e":{"docs":{},"df":0,"x":{"docs":{},"df":0,"p":{"docs":{},"df":0,"l":{"docs":{},"df":0,"i":{"docs":{},"df":0,"c":{"docs":{"https://tiskifer.dk/about/":{"tf":1.0}},"df":1}}}}}},"s":{"docs":{},"df":0,"i":{"docs":{},"df":0,"d":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":2.0}},"df":1},"g":{"docs":{},"df":0,"h":{"docs":{},"df":0,"t":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}}}},"p":{"docs":{},"df":0,"i":{"docs":{},"df":0,"r":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0},"https://tiskifer.dk/posts/hello/":{"tf":1.0}},"df":2}}}},"t":{"docs":{},"df":0,"e":{"docs":{},"df":0,"l":{"docs":{},"df":0,"l":{"docs":{},"df":0,"i":{"docs":{},"df":0,"g":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.4142135623730951}},"df":1}}}},"n":{"docs":{},"df":0,"s":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}},"r":{"docs":{},"df":0,"s":{"docs":{},"df":0,"t":{"docs":{},"df":0,"e":{"docs":{},"df":0,"l":{"docs":{},"df":0,"l":{"docs":{},"df":0,"a":{"docs":{},"df":0,"r":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}}}}}}}}},"r":{"docs":{},"df":0,"o":{"docs":{},"df":0,"d":{"docs":{},"df":0,"u":{"docs":{},"df":0,"c":{"docs":{},"df":0,"t":{"docs":{"https://tiskifer.dk/about/":{"tf":1.0}},"df":1}}}}}}},"w":{"docs":{},"df":0,"a":{"docs":{},"df":0,"r":{"docs":{},"df":0,"d":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}}}}},"t":{"docs":{},"df":0,"'":{"docs":{"https://tiskifer.dk/about/":{"tf":1.0}},"df":1},"c":{"docs":{},"df":0,"h":{"docs":{},"df":0,".":{"docs":{},"df":0,"i":{"docs":{},"df":0,"o":{"docs":{"https://tiskifer.dk/about/":{"tf":1.0}},"df":1}}}}}}},"j":{"docs":{},"df":0,"o":{"docs":{},"df":0,"t":{"docs":{"https://tiskifer.dk/posts/hello/":{"tf":1.0}},"df":1}}},"k":{"docs":{},"df":0,"0":{"docs":{},"df":0,"r":{"docs":{},"df":0,".":{"docs":{},"df":0,"i":{"docs":{},"df":0,"n":{"docs":{"https://tiskifer.dk/about/":{"tf":1.0}},"df":1}}}}},"i":{"docs":{},"df":0,"n":{"docs":{},"df":0,"d":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}}},"n":{"docs":{},"df":0,"o":{"docs":{},"df":0,"w":{"docs":{},"df":0,"n":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.4142135623730951}},"df":1}}}},"ö":{"docs":{},"df":0,"h":{"docs":{},"df":0,"r":{"docs":{},"df":0,"i":{"docs":{},"df":0,"n":{"docs":{},"df":0,"g":{"docs":{"https://tiskifer.dk/about/":{"tf":1.0}},"df":1}}}}}}},"l":{"docs":{},"df":0,"a":{"docs":{},"df":0,"b":{"docs":{},"df":0,"o":{"docs":{},"df":0,"u":{"docs":{},"df":0,"r":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.4142135623730951}},"df":1}}}},"s":{"docs":{},"df":0,"e":{"docs":{},"df":0,"r":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}}},"t":{"docs":{},"df":0,"e":{"docs":{},"df":0,"r":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}}},"y":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1,"e":{"docs":{},"df":0,"r":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}}}},"e":{"docs":{},"df":0,"a":{"docs":{},"df":0,"d":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}}},"i":{"docs":{},"df":0,"f":{"docs":{},"df":0,"e":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}},"s":{"docs":{},"df":0,"t":{"docs":{"https://tiskifer.dk/about/":{"tf":1.0}},"df":1}},"t":{"docs":{},"df":0,"e":{"docs":{"https://tiskifer.dk/about/":{"tf":1.0}},"df":1}}},"o":{"docs":{},"df":0,"g":{"docs":{"https://tiskifer.dk/posts/hello/":{"tf":1.0}},"df":1},"n":{"docs":{},"df":0,"g":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1,"r":{"docs":{},"df":0,"u":{"docs":{},"df":0,"n":{"docs":{"https://tiskifer.dk/posts/hello/":{"tf":1.0}},"df":1}}}}},"o":{"docs":{},"df":0,"k":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}},"t":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0},"https://tiskifer.dk/posts/hello/":{"tf":1.4142135623730951}},"df":2},"v":{"docs":{},"df":0,"e":{"docs":{"https://tiskifer.dk/about/":{"tf":1.0}},"df":1}}}},"m":{"docs":{},"df":0,"a":{"docs":{},"df":0,"c":{"docs":{},"df":0,"h":{"docs":{},"df":0,"i":{"docs":{},"df":0,"n":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.4142135623730951}},"df":1}}}},"g":{"docs":{},"df":0,"n":{"docs":{},"df":0,"e":{"docs":{},"df":0,"t":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}}}},"i":{"docs":{},"df":0,"n":{"docs":{"https://tiskifer.dk/posts/hello/":{"tf":1.0}},"df":1}},"n":{"docs":{},"df":0,"i":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.7320508075688772},"https://tiskifer.dk/posts/hello/":{"tf":1.0}},"df":2}},"r":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1,"c":{"docs":{},"df":0,"h":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}}},"s":{"docs":{},"df":0,"t":{"docs":{},"df":0,"o":{"docs":{},"df":0,"d":{"docs":{},"df":0,"o":{"docs":{},"df":0,"n":{"docs":{"https://tiskifer.dk/about/":{"tf":1.0}},"df":1}}}}}},"y":{"docs":{},"df":0,"b":{"docs":{"https://tiskifer.dk/posts/hello/":{"tf":1.4142135623730951}},"df":1}}},"e":{"docs":{},"df":0,"a":{"docs":{},"df":0,"n":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1,"t":{"docs":{},"df":0,"i":{"docs":{},"df":0,"m":{"docs":{"https://tiskifer.dk/posts/hello/":{"tf":1.0}},"df":1}}}}},"d":{"docs":{},"df":0,"i":{"docs":{},"df":0,"a":{"docs":{"https://tiskifer.dk/about/":{"tf":1.0}},"df":1}}}},"o":{"docs":{},"df":0,"o":{"docs":{},"df":0,"n":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.7320508075688772}},"df":1}},"r":{"docs":{},"df":0,"e":{"docs":{"https://tiskifer.dk/about/":{"tf":1.0},"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":2.6457513110645907},"https://tiskifer.dk/posts/hello/":{"tf":1.0}},"df":3}},"t":{"docs":{},"df":0,"h":{"docs":{},"df":0,"e":{"docs":{},"df":0,"r":{"docs":{},"df":0,"s":{"docs":{},"df":0,"h":{"docs":{},"df":0,"i":{"docs":{},"df":0,"p":{"docs":{"https://tiskifer.dk/about/":{"tf":1.0},"https://tiskifer.dk/posts/hello/":{"tf":1.4142135623730951}},"df":2}}}}}}}},"v":{"docs":{},"df":0,"e":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1,"m":{"docs":{},"df":0,"e":{"docs":{},"df":0,"n":{"docs":{},"df":0,"t":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}}}}}}},"u":{"docs":{},"df":0,"l":{"docs":{},"df":0,"t":{"docs":{},"df":0,"i":{"docs":{},"df":0,"p":{"docs":{},"df":0,"l":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}}}}}}},"n":{"docs":{},"df":0,"a":{"docs":{},"df":0,"m":{"docs":{},"df":0,"e":{"docs":{"https://tiskifer.dk/about/":{"tf":1.0},"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":2}}},"e":{"docs":{},"df":0,"w":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":2.23606797749979}},"df":1},"x":{"docs":{},"df":0,"t":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0},"https://tiskifer.dk/posts/hello/":{"tf":1.0}},"df":2}}},"o":{"docs":{},"df":0,"r":{"docs":{},"df":0,"m":{"docs":{},"df":0,"a":{"docs":{},"df":0,"l":{"docs":{"https://tiskifer.dk/about/":{"tf":1.0}},"df":1},"n":{"docs":{"https://tiskifer.dk/about/":{"tf":1.0}},"df":1}}}},"w":{"docs":{"https://tiskifer.dk/about/":{"tf":1.0},"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.7320508075688772}},"df":2}}},"o":{"docs":{},"df":0,"b":{"docs":{},"df":0,"s":{"docs":{},"df":0,"e":{"docs":{},"df":0,"r":{"docs":{},"df":0,"v":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}}}}},"n":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.7320508075688772},"https://tiskifer.dk/posts/hello/":{"tf":1.0}},"df":2},"r":{"docs":{},"df":0,"d":{"docs":{},"df":0,"e":{"docs":{},"df":0,"r":{"docs":{"https://tiskifer.dk/posts/hello/":{"tf":1.0}},"df":1}}},"g":{"docs":{},"df":0,"a":{"docs":{},"df":0,"n":{"docs":{"https://tiskifer.dk/posts/hello/":{"tf":1.0}},"df":1}}}},"u":{"docs":{},"df":0,"t":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.7320508075688772}},"df":1,"s":{"docs":{},"df":0,"i":{"docs":{},"df":0,"d":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":2.0}},"df":1}}},"w":{"docs":{},"df":0,"a":{"docs":{},"df":0,"r":{"docs":{},"df":0,"d":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}}}}}},"v":{"docs":{},"df":0,"e":{"docs":{},"df":0,"r":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.7320508075688772}},"df":1}}}},"p":{"docs":{},"df":0,"a":{"docs":{},"df":0,"g":{"docs":{},"df":0,"e":{"docs":{"https://tiskifer.dk/posts/hello/":{"tf":1.0}},"df":1}},"s":{"docs":{},"df":0,"s":{"docs":{},"df":0,"i":{"docs":{},"df":0,"o":{"docs":{},"df":0,"n":{"docs":{"https://tiskifer.dk/about/":{"tf":1.0}},"df":1}}}}}},"e":{"docs":{},"df":0,"o":{"docs":{},"df":0,"p":{"docs":{},"df":0,"l":{"docs":{"https://tiskifer.dk/about/":{"tf":1.0},"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":2.0}},"df":2}}}},"h":{"docs":{},"df":0,"y":{"docs":{},"df":0,"s":{"docs":{},"df":0,"i":{"docs":{},"df":0,"c":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}}}}},"l":{"docs":{},"df":0,"a":{"docs":{},"df":0,"c":{"docs":{},"df":0,"e":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0},"https://tiskifer.dk/posts/hello/":{"tf":1.0}},"df":2}},"n":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0},"https://tiskifer.dk/posts/hello/":{"tf":1.0}},"df":2},"t":{"docs":{},"df":0,"f":{"docs":{},"df":0,"o":{"docs":{},"df":0,"r":{"docs":{},"df":0,"m":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}}}}},"y":{"docs":{"https://tiskifer.dk/about/":{"tf":1.0}},"df":1,"e":{"docs":{},"df":0,"r":{"docs":{"https://tiskifer.dk/about/":{"tf":1.0},"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":2}}}}},"o":{"docs":{},"df":0,"l":{"docs":{},"df":0,"i":{"docs":{},"df":0,"s":{"docs":{},"df":0,"h":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}}}},"s":{"docs":{},"df":0,"s":{"docs":{},"df":0,"i":{"docs":{},"df":0,"b":{"docs":{},"df":0,"l":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.4142135623730951}},"df":1}}}},"t":{"docs":{"https://tiskifer.dk/posts/":{"tf":1.0},"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.7320508075688772},"https://tiskifer.dk/posts/hello/":{"tf":1.7320508075688772}},"df":3}},"w":{"docs":{},"df":0,"e":{"docs":{},"df":0,"r":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":2.23606797749979}},"df":1}}}},"r":{"docs":{},"df":0,"o":{"docs":{},"df":0,"b":{"docs":{},"df":0,"e":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}},"f":{"docs":{},"df":0,"e":{"docs":{},"df":0,"s":{"docs":{},"df":0,"s":{"docs":{},"df":0,"i":{"docs":{},"df":0,"o":{"docs":{},"df":0,"n":{"docs":{"https://tiskifer.dk/about/":{"tf":1.0}},"df":1}}}}}}},"j":{"docs":{},"df":0,"e":{"docs":{},"df":0,"c":{"docs":{},"df":0,"t":{"docs":{"https://tiskifer.dk/projects/":{"tf":1.0}},"df":1}}}},"s":{"docs":{},"df":0,"p":{"docs":{},"df":0,"e":{"docs":{},"df":0,"r":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.4142135623730951}},"df":1}}}}}},"u":{"docs":{},"df":0,"z":{"docs":{},"df":0,"z":{"docs":{},"df":0,"l":{"docs":{"https://tiskifer.dk/about/":{"tf":1.4142135623730951}},"df":1}}}}},"q":{"docs":{},"df":0,"u":{"docs":{},"df":0,"e":{"docs":{},"df":0,"s":{"docs":{},"df":0,"t":{"docs":{"https://tiskifer.dk/posts/hello/":{"tf":1.0}},"df":1}}}}},"r":{"docs":{},"df":0,"e":{"docs":{},"df":0,"a":{"docs":{},"df":0,"c":{"docs":{},"df":0,"h":{"docs":{"https://tiskifer.dk/about/":{"tf":1.4142135623730951},"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":2}},"l":{"docs":{"https://tiskifer.dk/about/":{"tf":1.4142135623730951}},"df":1,"i":{"docs":{},"df":0,"s":{"docs":{},"df":0,"t":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0},"https://tiskifer.dk/posts/hello/":{"tf":1.0}},"df":2}},"t":{"docs":{},"df":0,"i":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}}}}},"c":{"docs":{},"df":0,"e":{"docs":{},"df":0,"n":{"docs":{},"df":0,"t":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}}}},"g":{"docs":{},"df":0,"u":{"docs":{},"df":0,"l":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}}},"l":{"docs":{},"df":0,"a":{"docs":{},"df":0,"t":{"docs":{},"df":0,"i":{"docs":{},"df":0,"v":{"docs":{},"df":0,"i":{"docs":{},"df":0,"s":{"docs":{},"df":0,"t":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}}}}}}}},"s":{"docs":{},"df":0,"e":{"docs":{},"df":0,"a":{"docs":{},"df":0,"r":{"docs":{},"df":0,"c":{"docs":{},"df":0,"h":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}}}}},"o":{"docs":{},"df":0,"u":{"docs":{},"df":0,"r":{"docs":{},"df":0,"c":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}}}}},"t":{"docs":{},"df":0,"r":{"docs":{},"df":0,"o":{"docs":{"https://tiskifer.dk/posts/hello/":{"tf":1.0}},"df":1}}},"v":{"docs":{},"df":0,"e":{"docs":{},"df":0,"a":{"docs":{},"df":0,"l":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}}}}},"i":{"docs":{},"df":0,"c":{"docs":{},"df":0,"h":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":2.23606797749979}},"df":1,"e":{"docs":{},"df":0,"r":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}}}}},"o":{"docs":{},"df":0,"l":{"docs":{},"df":0,"e":{"docs":{"https://tiskifer.dk/about/":{"tf":1.0}},"df":1}},"u":{"docs":{},"df":0,"t":{"docs":{},"df":0,"i":{"docs":{},"df":0,"n":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}}}}},"p":{"docs":{},"df":0,"g":{"docs":{"https://tiskifer.dk/about/":{"tf":1.0}},"df":1,"@":{"docs":{},"df":0,"m":{"docs":{},"df":0,".":{"docs":{},"df":0,"k":{"docs":{},"df":0,"0":{"docs":{},"df":0,"r":{"docs":{},"df":0,".":{"docs":{},"df":0,"i":{"docs":{},"df":0,"n":{"docs":{"https://tiskifer.dk/about/":{"tf":1.0}},"df":1}}}}}}}}}}},"u":{"docs":{},"df":0,"l":{"docs":{},"df":0,"e":{"docs":{"https://tiskifer.dk/about/":{"tf":1.0}},"df":1}}}},"s":{"docs":{},"df":0,"c":{"docs":{},"df":0,"i":{"docs":{"https://tiskifer.dk/about/":{"tf":1.0},"https://tiskifer.dk/posts/hello/":{"tf":1.0}},"df":2,"e":{"docs":{},"df":0,"n":{"docs":{},"df":0,"c":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0},"https://tiskifer.dk/posts/hello/":{"tf":1.0}},"df":2},"t":{"docs":{},"df":0,"i":{"docs":{},"df":0,"f":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}}}}}},"o":{"docs":{},"df":0,"r":{"docs":{},"df":0,"e":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}}}},"e":{"docs":{},"df":0,"c":{"docs":{},"df":0,"o":{"docs":{},"df":0,"n":{"docs":{},"df":0,"d":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}}},"r":{"docs":{},"df":0,"e":{"docs":{},"df":0,"t":{"docs":{},"df":0,"l":{"docs":{},"df":0,"i":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}}}}}},"e":{"docs":{},"df":0,"m":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}},"l":{"docs":{},"df":0,"f":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}},"n":{"docs":{},"df":0,"t":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}},"t":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":2.23606797749979},"https://tiskifer.dk/posts/hello/":{"tf":1.4142135623730951}},"df":2,"t":{"docs":{},"df":0,"l":{"docs":{},"df":0,"e":{"docs":{},"df":0,"m":{"docs":{},"df":0,"e":{"docs":{},"df":0,"n":{"docs":{},"df":0,"t":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.7320508075688772}},"df":1}}}}}}}}},"h":{"docs":{},"df":0,"a":{"docs":{},"df":0,"d":{"docs":{},"df":0,"o":{"docs":{},"df":0,"w":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}}}},"o":{"docs":{},"df":0,"w":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}}},"i":{"docs":{},"df":0,"d":{"docs":{},"df":0,"e":{"docs":{"https://tiskifer.dk/posts/hello/":{"tf":1.0}},"df":1}},"m":{"docs":{},"df":0,"p":{"docs":{},"df":0,"l":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}}},"t":{"docs":{},"df":0,"u":{"docs":{},"df":0,"a":{"docs":{},"df":0,"t":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}}}}},"l":{"docs":{},"df":0,"o":{"docs":{},"df":0,"w":{"docs":{},"df":0,"l":{"docs":{},"df":0,"i":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}}}}},"m":{"docs":{},"df":0,"a":{"docs":{},"df":0,"l":{"docs":{},"df":0,"l":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}}}},"o":{"docs":{},"df":0,"c":{"docs":{},"df":0,"i":{"docs":{},"df":0,"a":{"docs":{},"df":0,"l":{"docs":{"https://tiskifer.dk/about/":{"tf":1.0},"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":2}}}},"l":{"docs":{},"df":0,"a":{"docs":{},"df":0,"r":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.7320508075688772}},"df":1}}},"m":{"docs":{},"df":0,"e":{"docs":{},"df":0,"o":{"docs":{},"df":0,"n":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}},"t":{"docs":{},"df":0,"h":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1},"i":{"docs":{},"df":0,"m":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}}}}},"o":{"docs":{},"df":0,"n":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}}},"p":{"docs":{},"df":0,"e":{"docs":{},"df":0,"c":{"docs":{},"df":0,"i":{"docs":{},"df":0,"a":{"docs":{},"df":0,"l":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}}}},"e":{"docs":{},"df":0,"d":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}}},"r":{"docs":{},"df":0,"e":{"docs":{},"df":0,"a":{"docs":{},"df":0,"d":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}}}}},"t":{"docs":{},"df":0,"a":{"docs":{},"df":0,"r":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.7320508075688772}},"df":1,"t":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0},"https://tiskifer.dk/posts/hello/":{"tf":1.0}},"df":2}},"t":{"docs":{},"df":0,"i":{"docs":{},"df":0,"o":{"docs":{},"df":0,"n":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}}}},"y":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0},"https://tiskifer.dk/posts/hello/":{"tf":1.0}},"df":2}},"i":{"docs":{},"df":0,"l":{"docs":{},"df":0,"l":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":2.449489742783178}},"df":1}}},"o":{"docs":{},"df":0,"r":{"docs":{},"df":0,"i":{"docs":{"https://tiskifer.dk/about/":{"tf":1.0},"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0},"https://tiskifer.dk/posts/hello/":{"tf":1.4142135623730951}},"df":3},"y":{"docs":{},"df":0,"w":{"docs":{},"df":0,"r":{"docs":{},"df":0,"i":{"docs":{},"df":0,"t":{"docs":{"https://tiskifer.dk/about/":{"tf":1.0}},"df":1}}}}}}},"r":{"docs":{},"df":0,"o":{"docs":{},"df":0,"n":{"docs":{},"df":0,"g":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}}}},"u":{"docs":{},"df":0,"f":{"docs":{},"df":0,"f":{"docs":{"https://tiskifer.dk/posts/hello/":{"tf":1.0}},"df":1}}}},"u":{"docs":{},"df":0,"n":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.7320508075688772}},"df":1},"r":{"docs":{},"df":0,"r":{"docs":{},"df":0,"o":{"docs":{},"df":0,"u":{"docs":{},"df":0,"n":{"docs":{},"df":0,"d":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}}}}},"v":{"docs":{},"df":0,"e":{"docs":{},"df":0,"i":{"docs":{},"df":0,"l":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}}}}},"s":{"docs":{},"df":0,"t":{"docs":{},"df":0,"a":{"docs":{},"df":0,"i":{"docs":{},"df":0,"n":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}}}}}},"y":{"docs":{},"df":0,"s":{"docs":{},"df":0,"t":{"docs":{},"df":0,"e":{"docs":{},"df":0,"m":{"docs":{"https://tiskifer.dk/about/":{"tf":1.4142135623730951},"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":2.449489742783178}},"df":2}}}}}},"t":{"docs":{},"df":0,"a":{"docs":{},"df":0,"b":{"docs":{},"df":0,"l":{"docs":{},"df":0,"e":{"docs":{},"df":0,"t":{"docs":{},"df":0,"o":{"docs":{},"df":0,"p":{"docs":{"https://tiskifer.dk/about/":{"tf":1.0}},"df":1}}}}}},"k":{"docs":{},"df":0,"e":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}},"n":{"docs":{},"df":0,"d":{"docs":{},"df":0,"e":{"docs":{},"df":0,"m":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}}}}},"e":{"docs":{},"df":0,"c":{"docs":{},"df":0,"h":{"docs":{},"df":0,"n":{"docs":{},"df":0,"o":{"docs":{},"df":0,"l":{"docs":{},"df":0,"o":{"docs":{},"df":0,"g":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.4142135623730951}},"df":1}}}}}}},"l":{"docs":{},"df":0,"l":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0},"https://tiskifer.dk/posts/hello/":{"tf":1.0}},"df":2}},"r":{"docs":{},"df":0,"r":{"docs":{},"df":0,"a":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}}}},"h":{"docs":{},"df":0,"i":{"docs":{},"df":0,"n":{"docs":{},"df":0,"g":{"docs":{"https://tiskifer.dk/about/":{"tf":1.0},"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.7320508075688772},"https://tiskifer.dk/posts/hello/":{"tf":1.0}},"df":3},"k":{"docs":{"https://tiskifer.dk/posts/hello/":{"tf":1.0}},"df":1}},"r":{"docs":{},"df":0,"d":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}}},"o":{"docs":{},"df":0,"u":{"docs":{},"df":0,"g":{"docs":{},"df":0,"h":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1,"t":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.4142135623730951}},"df":1}},"t":{"docs":{},"df":0,"h":{"docs":{"https://tiskifer.dk/posts/hello/":{"tf":1.0}},"df":1}}}}},"r":{"docs":{},"df":0,"o":{"docs":{},"df":0,"u":{"docs":{},"df":0,"g":{"docs":{},"df":0,"h":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.7320508075688772}},"df":1}}}}}},"i":{"docs":{},"df":0,"s":{"docs":{},"df":0,"k":{"docs":{},"df":0,"i":{"docs":{},"df":0,"f":{"docs":{"https://tiskifer.dk/about/":{"tf":1.4142135623730951}},"df":1}}}}},"o":{"docs":{},"df":0,"g":{"docs":{},"df":0,"e":{"docs":{},"df":0,"t":{"docs":{},"df":0,"h":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.7320508075688772}},"df":1}}}},"w":{"docs":{},"df":0,"a":{"docs":{},"df":0,"r":{"docs":{},"df":0,"d":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}}}}},"r":{"docs":{},"df":0,"a":{"docs":{},"df":0,"a":{"docs":{},"df":0,"a":{"docs":{},"df":0,"s":{"docs":{},"df":0,"h":{"docs":{"https://tiskifer.dk/posts/hello/":{"tf":1.0}},"df":1}}}},"v":{"docs":{},"df":0,"e":{"docs":{},"df":0,"l":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.7320508075688772}},"df":1}}}},"e":{"docs":{},"df":0,"m":{"docs":{},"df":0,"e":{"docs":{},"df":0,"n":{"docs":{},"df":0,"d":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}}}}},"i":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}},"t":{"docs":{},"df":0,"r":{"docs":{},"df":0,"p":{"docs":{},"df":0,"g":{"docs":{"https://tiskifer.dk/posts/hello/":{"tf":1.0}},"df":1}}}},"u":{"docs":{},"df":0,"n":{"docs":{},"df":0,"e":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1},"n":{"docs":{},"df":0,"e":{"docs":{},"df":0,"l":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}}}}}},"u":{"docs":{},"df":0,"n":{"docs":{},"df":0,"d":{"docs":{},"df":0,"e":{"docs":{},"df":0,"r":{"docs":{},"df":0,"s":{"docs":{},"df":0,"t":{"docs":{},"df":0,"a":{"docs":{},"df":0,"n":{"docs":{},"df":0,"d":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}}}}}}}},"i":{"docs":{},"df":0,"v":{"docs":{},"df":0,"e":{"docs":{},"df":0,"r":{"docs":{},"df":0,"s":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}}}}},"l":{"docs":{},"df":0,"i":{"docs":{},"df":0,"k":{"docs":{"https://tiskifer.dk/posts/hello/":{"tf":1.0}},"df":1}}},"s":{"docs":{},"df":0,"t":{"docs":{},"df":0,"o":{"docs":{},"df":0,"p":{"docs":{},"df":0,"p":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}}}}}},"p":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1,"c":{"docs":{},"df":0,"o":{"docs":{},"df":0,"m":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}}}},"s":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.4142135623730951},"https://tiskifer.dk/posts/hello/":{"tf":1.0}},"df":2},"t":{"docs":{},"df":0,"o":{"docs":{},"df":0,"p":{"docs":{},"df":0,"i":{"docs":{},"df":0,"a":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}}}}}},"v":{"docs":{},"df":0,"e":{"docs":{},"df":0,"n":{"docs":{},"df":0,"u":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}},"r":{"docs":{},"df":0,"i":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0},"https://tiskifer.dk/posts/hello/":{"tf":1.0}},"df":2},"s":{"docs":{},"df":0,"a":{"docs":{},"df":0,"t":{"docs":{},"df":0,"i":{"docs":{},"df":0,"l":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}}}}}}},"i":{"docs":{},"df":0,"a":{"docs":{"https://tiskifer.dk/about/":{"tf":1.0}},"df":1},"b":{"docs":{},"df":0,"e":{"docs":{"https://tiskifer.dk/posts/hello/":{"tf":1.0}},"df":1}}}},"w":{"docs":{},"df":0,"a":{"docs":{},"df":0,"n":{"docs":{},"df":0,"t":{"docs":{"https://tiskifer.dk/posts/hello/":{"tf":1.4142135623730951}},"df":1}}},"e":{"docs":{},"df":0,"b":{"docs":{"https://tiskifer.dk/about/":{"tf":1.0}},"df":1},"l":{"docs":{},"df":0,"l":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.4142135623730951},"https://tiskifer.dk/posts/hello/":{"tf":1.0}},"df":2}}},"h":{"docs":{},"df":0,"a":{"docs":{},"df":0,"t":{"docs":{},"df":0,"'":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}}}},"o":{"docs":{},"df":0,"n":{"docs":{},"df":0,"d":{"docs":{},"df":0,"e":{"docs":{},"df":0,"r":{"docs":{"https://tiskifer.dk/posts/hello/":{"tf":1.0}},"df":1}}}},"r":{"docs":{},"df":0,"k":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0},"https://tiskifer.dk/posts/hello/":{"tf":1.0}},"df":2},"l":{"docs":{},"df":0,"d":{"docs":{"https://tiskifer.dk/about/":{"tf":1.0},"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.7320508075688772},"https://tiskifer.dk/posts/hello/":{"tf":1.0}},"df":3}},"r":{"docs":{},"df":0,"i":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}},"s":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}}},"r":{"docs":{},"df":0,"i":{"docs":{},"df":0,"t":{"docs":{},"df":0,"e":{"docs":{"https://tiskifer.dk/about/":{"tf":1.0},"https://tiskifer.dk/posts/hello/":{"tf":1.0}},"df":2}}}}},"y":{"docs":{},"df":0,"e":{"docs":{},"df":0,"a":{"docs":{},"df":0,"h":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1},"r":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.4142135623730951}},"df":1}}}},"z":{"docs":{},"df":0,"o":{"docs":{},"df":0,"n":{"docs":{},"df":0,"e":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}}}}}},"title":{"root":{"docs":{},"df":0,"e":{"docs":{},"df":0,"n":{"docs":{},"df":0,"d":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}}},"f":{"docs":{},"df":0,"o":{"docs":{},"df":0,"r":{"docs":{},"df":0,"m":{"docs":{},"df":0,"a":{"docs":{},"df":0,"l":{"docs":{"https://tiskifer.dk/posts/hello/":{"tf":1.0}},"df":1}}}}}},"g":{"docs":{},"df":0,"r":{"docs":{},"df":0,"e":{"docs":{},"df":0,"e":{"docs":{},"df":0,"t":{"docs":{"https://tiskifer.dk/posts/hello/":{"tf":1.0}},"df":1}}}}},"i":{"docs":{},"df":0,"n":{"docs":{},"df":0,"t":{"docs":{},"df":0,"r":{"docs":{},"df":0,"o":{"docs":{},"df":0,"d":{"docs":{},"df":0,"u":{"docs":{},"df":0,"c":{"docs":{},"df":0,"t":{"docs":{"https://tiskifer.dk/about/":{"tf":1.0}},"df":1}}}}}}}}},"p":{"docs":{},"df":0,"o":{"docs":{},"df":0,"s":{"docs":{},"df":0,"t":{"docs":{"https://tiskifer.dk/posts/":{"tf":1.0}},"df":1}}},"r":{"docs":{},"df":0,"o":{"docs":{},"df":0,"j":{"docs":{},"df":0,"e":{"docs":{},"df":0,"c":{"docs":{},"df":0,"t":{"docs":{"https://tiskifer.dk/projects/":{"tf":1.0}},"df":1}}}}}}},"s":{"docs":{},"df":0,"h":{"docs":{},"df":0,"a":{"docs":{},"df":0,"d":{"docs":{},"df":0,"o":{"docs":{},"df":0,"w":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}}}}}},"t":{"docs":{},"df":0,"u":{"docs":{},"df":0,"n":{"docs":{},"df":0,"n":{"docs":{},"df":0,"e":{"docs":{},"df":0,"l":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}}}}}}}}},"documentStore":{"save":true,"docs":{"https://tiskifer.dk/":{"body":"","id":"https://tiskifer.dk/","title":""},"https://tiskifer.dk/about/":{"body":"Who is this?\nTabletop role playing fan, storywriter, puzzle fan, idealist. Loves rules-lite systems, that are not about heros, but normal people experiencing inexplicable things. Favorite systems include Mothership and Cthulhu Dark.\nHow can I reach Dan?\nDan can be reached via the Fediverse (some might call it Mastodon) handle @rpg@m.k0r.in or on itch.io and drivethru.\nSo, who is this, but for real now!?\nDan Tiskifer is the alter ego of Norman Köhring. They are big sci-fi RPG fans and have a passion for writing stories for their players.\nIn the real, professional world, they do web development. More can be found at their homepage k0r.in that also lists all the social media accounts.\nWhy that name? Dan? Tiskifer?!\nIt's a puzzle.\n","id":"https://tiskifer.dk/about/","title":"Introduction"},"https://tiskifer.dk/posts/":{"body":"","id":"https://tiskifer.dk/posts/","title":"Posts"},"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"body":"This is the name of my new campaign setting, that I through my players in, recently. In this, and the following posts, I'm going to describe details of this setting, hoping, that it might inspire someone.\nThe setting is trying to be rather realistic, but don't worry: It still includes Hyperspace travel (yeah!). It is set in a bit over 300 years from now. Humanity has expanded over multiple solar systems but settlements are still comparatively small. Most habitable places outside of Terra are moons around gas giants in the habitable zone of their host stars, or they are completely artificial. Despite the many simple alien life forms that have been found, no intelligences are among it, as it seems. Humanity is still alone in the universe.\nIntelligent machines are used for most labour. Lots of things are automated and cheap. Sometimes though, human labour is even cheaper, if just far enough from well regulated areas. That is, as long as you are not a criminal. Or worse: in dept of a big coorparation with high social score.\nAnyway. This post focusses on the history of the campaign world:\nHistory\nFirst Expansion\n(2030 — 2120)\nFor about one hundred years, humans dabbled around in the solar system. They built colonies on Earths moon, on Mars and floating in Venus’ atmosphere. Some probes were sent out to the surrounding star system, accelerated to relativistic speeds by lasers. The new data brought fascinating insights, but showed even more, that interstellar travel is hardly possible with any known means.\nWhile people on earth slowly adapted to the now unstoppable climate change, the first colonies outside of earth became self-sustained.\nProsperous Era\n(2120 — 2163)\nWith ever better technology, more efficient energy conversion and the incredible riches of the asteroid belt, humans moved more and more towards some kind of utopia. At least so they thought.\nWhile things looked better and better on the outside, the riches still didn’t get spread evenly. Rich people still got ever richer, and with all the new technology also their possibilities for surveillance. One day, a group of hyper-rich people came together to lay the foundation for the Disruptive Court.\nSecond Expansion\n(2163 — 2245)\nA group of extremely rich and powerful people came together, with the plan to engrain their power into the fabric of humanity. They came up with the idea to secretly take over the AI controlled systems of the governments and corporations of the world. With their already extraordinary power and resources, they build a group of highly specialized AIs that worked together in tandem to become the most advanced, versatile and powerful AI system ever created. With its help, the Disruptive Court became the de-facto power of humanity. They controlled every machine, every decision and many of the implants that, by then, already have been common extensions to the human biology.\nThe Disruptive Court drove further expansion of humanity outwards, beyond the asteroid belt, and inwards, closer to the sun. New settlements on the gas giants moons and in their clouds brought even more prosperity. Research stations everywhere, even inside the sun, were built and brought tremendous scientific advances. New developments allowed for ever more energy to be controlled.\nThird Expansion\n(2245 — 2312)\nIn March 2245, something extraordinary happened on the COSP, or Chromosphere Observation and Science Platform, situated inside the chromosphere, the “coolest” layer inside the sun:\nHigh energy experiments, using the intense magnetic fields and the strong gravitational forces, lead to the discovery of what is now known as Hyperspace. Although complete understanding of it was, and still is, out of reach, it became clear very soon, that movement through hyperspace happens outside the boundaries of the physical reality. Only a few decades later, routine travel from one solar system to another was established. Humanity expanded further. Complex alien biomes were found, settlements around other stars were established.\nWhat's next?\nThe upcoming posts will either reveal a bit more about the campaign setting or tell a story, that happened inside the world. I started carving out details about many things already, but not everything is polished and well thought-through, yet. Stay tuned.\n","id":"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/","title":"A Shadow At The End Of The Tunnel"},"https://tiskifer.dk/posts/hello/":{"body":"Hello everyone. This is my first post and I thougth I might as well tell you, what is going on here.\nHighly inspired by Traaash and other pages, I want to use this place for all the TTRPG things, I am currently thinking about, working on or planning. I started jotting a lot of stuff down and everything is very badly organized. Maybe I can bring this into order, by formulizing blog posts.\nI also want to log the events of my current (hopefully longrunning) Mothership campaign, that, one day, will maybe give birth to a book, including the campaign setting, its stories and characters, a main story arc, lots of side quests and additional content to help bring the world alive. Unlike many of the existing Mothership campaigns and adventures that have a retro-futurism vibe, my setting focusses on a certain grade of realistic science-fiction, some might call it \"hard sci-fi\". I will write more about it in my next post.\nIn the meantime, enjoy and stay wonderful.\n","id":"https://tiskifer.dk/posts/hello/","title":"Formal Greeting"},"https://tiskifer.dk/projects/":{"body":"","id":"https://tiskifer.dk/projects/","title":"Projects"}},"docInfo":{"https://tiskifer.dk/":{"body":0,"title":0},"https://tiskifer.dk/about/":{"body":71,"title":1},"https://tiskifer.dk/posts/":{"body":0,"title":1},"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"body":424,"title":3},"https://tiskifer.dk/posts/hello/":{"body":96,"title":2},"https://tiskifer.dk/projects/":{"body":0,"title":1}},"length":6},"lang":"English"}; \ No newline at end of file +window.searchIndex = {"fields":["title","body"],"pipeline":["trimmer","stopWordFilter","stemmer"],"ref":"id","version":"0.9.5","index":{"body":{"root":{"docs":{},"df":0,"2":{"docs":{},"df":0,"0":{"docs":{},"df":0,"3":{"docs":{},"df":0,"0":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}}},"1":{"docs":{},"df":0,"2":{"docs":{},"df":0,"0":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.4142135623730951}},"df":1}},"6":{"docs":{},"df":0,"3":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.4142135623730951}},"df":1}}},"2":{"docs":{},"df":0,"4":{"docs":{},"df":0,"5":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.7320508075688772}},"df":1}}},"3":{"docs":{},"df":0,"1":{"docs":{},"df":0,"2":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}}}},"3":{"docs":{},"df":0,"0":{"docs":{},"df":0,"0":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}}},"a":{"docs":{},"df":0,"c":{"docs":{},"df":0,"c":{"docs":{},"df":0,"e":{"docs":{},"df":0,"l":{"docs":{},"df":0,"e":{"docs":{},"df":0,"r":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}}}},"o":{"docs":{},"df":0,"u":{"docs":{},"df":0,"n":{"docs":{},"df":0,"t":{"docs":{"https://tiskifer.dk/about/":{"tf":1.0}},"df":1}}}}}},"d":{"docs":{},"df":0,"a":{"docs":{},"df":0,"p":{"docs":{},"df":0,"t":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}}},"d":{"docs":{},"df":0,"i":{"docs":{},"df":0,"t":{"docs":{"https://tiskifer.dk/posts/hello/":{"tf":1.0}},"df":1}}},"v":{"docs":{},"df":0,"a":{"docs":{},"df":0,"n":{"docs":{},"df":0,"c":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.4142135623730951}},"df":1}}},"e":{"docs":{},"df":0,"n":{"docs":{},"df":0,"t":{"docs":{},"df":0,"u":{"docs":{},"df":0,"r":{"docs":{"https://tiskifer.dk/posts/hello/":{"tf":1.0}},"df":1}}}}}}},"i":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.7320508075688772}},"df":1},"l":{"docs":{},"df":0,"i":{"docs":{},"df":0,"e":{"docs":{},"df":0,"n":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.4142135623730951}},"df":1}},"v":{"docs":{"https://tiskifer.dk/posts/hello/":{"tf":1.0}},"df":1}},"l":{"docs":{},"df":0,"o":{"docs":{},"df":0,"w":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}}},"o":{"docs":{},"df":0,"n":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}},"r":{"docs":{},"df":0,"e":{"docs":{},"df":0,"a":{"docs":{},"df":0,"d":{"docs":{},"df":0,"i":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.7320508075688772}},"df":1}}}}},"t":{"docs":{},"df":0,"e":{"docs":{},"df":0,"r":{"docs":{"https://tiskifer.dk/about/":{"tf":1.0}},"df":1}},"h":{"docs":{},"df":0,"o":{"docs":{},"df":0,"u":{"docs":{},"df":0,"g":{"docs":{},"df":0,"h":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}}}}}}},"n":{"docs":{},"df":0,"o":{"docs":{},"df":0,"t":{"docs":{},"df":0,"h":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}}},"y":{"docs":{},"df":0,"w":{"docs":{},"df":0,"a":{"docs":{},"df":0,"y":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}}}}},"r":{"docs":{},"df":0,"c":{"docs":{"https://tiskifer.dk/posts/hello/":{"tf":1.0}},"df":1},"e":{"docs":{},"df":0,"a":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}},"o":{"docs":{},"df":0,"u":{"docs":{},"df":0,"n":{"docs":{},"df":0,"d":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.7320508075688772}},"df":1}}}},"t":{"docs":{},"df":0,"i":{"docs":{},"df":0,"f":{"docs":{},"df":0,"i":{"docs":{},"df":0,"c":{"docs":{},"df":0,"i":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}}}}}}},"s":{"docs":{},"df":0,"t":{"docs":{},"df":0,"e":{"docs":{},"df":0,"r":{"docs":{},"df":0,"o":{"docs":{},"df":0,"i":{"docs":{},"df":0,"d":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.4142135623730951}},"df":1}}}}}}},"t":{"docs":{},"df":0,"m":{"docs":{},"df":0,"o":{"docs":{},"df":0,"s":{"docs":{},"df":0,"p":{"docs":{},"df":0,"h":{"docs":{},"df":0,"e":{"docs":{},"df":0,"r":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}}}}}}}},"u":{"docs":{},"df":0,"t":{"docs":{},"df":0,"o":{"docs":{},"df":0,"m":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}}}}},"b":{"docs":{},"df":0,"a":{"docs":{},"df":0,"d":{"docs":{},"df":0,"l":{"docs":{},"df":0,"i":{"docs":{"https://tiskifer.dk/posts/hello/":{"tf":1.0}},"df":1}}}},"e":{"docs":{},"df":0,"c":{"docs":{},"df":0,"a":{"docs":{},"df":0,"m":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.7320508075688772}},"df":1}},"o":{"docs":{},"df":0,"m":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}}},"l":{"docs":{},"df":0,"t":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.4142135623730951}},"df":1}},"t":{"docs":{},"df":0,"t":{"docs":{},"df":0,"e":{"docs":{},"df":0,"r":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.7320508075688772}},"df":1}}}},"y":{"docs":{},"df":0,"o":{"docs":{},"df":0,"n":{"docs":{},"df":0,"d":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}}}}},"i":{"docs":{},"df":0,"g":{"docs":{"https://tiskifer.dk/about/":{"tf":1.0},"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":2},"o":{"docs":{},"df":0,"l":{"docs":{},"df":0,"o":{"docs":{},"df":0,"g":{"docs":{},"df":0,"i":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}}}},"m":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}},"r":{"docs":{},"df":0,"t":{"docs":{},"df":0,"h":{"docs":{"https://tiskifer.dk/posts/hello/":{"tf":1.0}},"df":1}}},"t":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.4142135623730951}},"df":1}},"l":{"docs":{},"df":0,"o":{"docs":{},"df":0,"g":{"docs":{"https://tiskifer.dk/posts/hello/":{"tf":1.0}},"df":1}}},"o":{"docs":{},"df":0,"o":{"docs":{},"df":0,"k":{"docs":{"https://tiskifer.dk/posts/hello/":{"tf":1.0}},"df":1}},"u":{"docs":{},"df":0,"n":{"docs":{},"df":0,"d":{"docs":{},"df":0,"a":{"docs":{},"df":0,"r":{"docs":{},"df":0,"i":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}}}}}}},"r":{"docs":{},"df":0,"i":{"docs":{},"df":0,"n":{"docs":{},"df":0,"g":{"docs":{"https://tiskifer.dk/posts/hello/":{"tf":1.4142135623730951}},"df":1}}},"o":{"docs":{},"df":0,"u":{"docs":{},"df":0,"g":{"docs":{},"df":0,"h":{"docs":{},"df":0,"t":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.7320508075688772}},"df":1}}}}}},"u":{"docs":{},"df":0,"i":{"docs":{},"df":0,"l":{"docs":{},"df":0,"d":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1},"t":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.4142135623730951}},"df":1}}}}},"c":{"docs":{},"df":0,"a":{"docs":{},"df":0,"l":{"docs":{},"df":0,"l":{"docs":{"https://tiskifer.dk/about/":{"tf":1.0},"https://tiskifer.dk/posts/hello/":{"tf":1.0}},"df":2}},"m":{"docs":{},"df":0,"e":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.7320508075688772}},"df":1},"p":{"docs":{},"df":0,"a":{"docs":{},"df":0,"i":{"docs":{},"df":0,"g":{"docs":{},"df":0,"n":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.7320508075688772},"https://tiskifer.dk/posts/hello/":{"tf":1.7320508075688772}},"df":2}}}}}},"r":{"docs":{},"df":0,"v":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}}},"e":{"docs":{},"df":0,"r":{"docs":{},"df":0,"t":{"docs":{},"df":0,"a":{"docs":{},"df":0,"i":{"docs":{},"df":0,"n":{"docs":{"https://tiskifer.dk/posts/hello/":{"tf":1.0}},"df":1}}}}}},"h":{"docs":{},"df":0,"a":{"docs":{},"df":0,"n":{"docs":{},"df":0,"g":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}},"r":{"docs":{},"df":0,"a":{"docs":{},"df":0,"c":{"docs":{},"df":0,"t":{"docs":{"https://tiskifer.dk/posts/hello/":{"tf":1.0}},"df":1}}}}},"e":{"docs":{},"df":0,"a":{"docs":{},"df":0,"p":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1,"e":{"docs":{},"df":0,"r":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}}}}},"r":{"docs":{},"df":0,"o":{"docs":{},"df":0,"m":{"docs":{},"df":0,"o":{"docs":{},"df":0,"s":{"docs":{},"df":0,"p":{"docs":{},"df":0,"h":{"docs":{},"df":0,"e":{"docs":{},"df":0,"r":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.4142135623730951}},"df":1}}}}}}}}}},"l":{"docs":{},"df":0,"e":{"docs":{},"df":0,"a":{"docs":{},"df":0,"r":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}}},"i":{"docs":{},"df":0,"m":{"docs":{},"df":0,"a":{"docs":{},"df":0,"t":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}}}},"o":{"docs":{},"df":0,"s":{"docs":{},"df":0,"e":{"docs":{},"df":0,"r":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}}},"u":{"docs":{},"df":0,"d":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}}}},"o":{"docs":{},"df":0,"l":{"docs":{},"df":0,"o":{"docs":{},"df":0,"n":{"docs":{},"df":0,"i":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.4142135623730951}},"df":1}}}},"m":{"docs":{},"df":0,"m":{"docs":{},"df":0,"o":{"docs":{},"df":0,"n":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}}},"p":{"docs":{},"df":0,"a":{"docs":{},"df":0,"r":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}},"l":{"docs":{},"df":0,"e":{"docs":{},"df":0,"t":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.4142135623730951}},"df":1},"x":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}}}}},"n":{"docs":{},"df":0,"t":{"docs":{},"df":0,"e":{"docs":{},"df":0,"n":{"docs":{},"df":0,"t":{"docs":{"https://tiskifer.dk/posts/hello/":{"tf":1.0}},"df":1}}},"r":{"docs":{},"df":0,"o":{"docs":{},"df":0,"l":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.7320508075688772}},"df":1}}}},"v":{"docs":{},"df":0,"e":{"docs":{},"df":0,"r":{"docs":{},"df":0,"s":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}}}}},"o":{"docs":{},"df":0,"l":{"docs":{},"df":0,"e":{"docs":{},"df":0,"s":{"docs":{},"df":0,"t":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}}}},"r":{"docs":{},"df":0,"p":{"docs":{},"df":0,"a":{"docs":{},"df":0,"r":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}}}}},"r":{"docs":{},"df":0,"p":{"docs":{},"df":0,"o":{"docs":{},"df":0,"r":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}}}},"s":{"docs":{},"df":0,"p":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}},"u":{"docs":{},"df":0,"r":{"docs":{},"df":0,"t":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.7320508075688772}},"df":1}}}},"r":{"docs":{},"df":0,"e":{"docs":{},"df":0,"a":{"docs":{},"df":0,"t":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}}},"i":{"docs":{},"df":0,"m":{"docs":{},"df":0,"i":{"docs":{},"df":0,"n":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}}}}},"t":{"docs":{},"df":0,"h":{"docs":{},"df":0,"u":{"docs":{},"df":0,"l":{"docs":{},"df":0,"h":{"docs":{},"df":0,"u":{"docs":{"https://tiskifer.dk/about/":{"tf":1.0}},"df":1}}}}}},"u":{"docs":{},"df":0,"r":{"docs":{},"df":0,"r":{"docs":{},"df":0,"e":{"docs":{},"df":0,"n":{"docs":{},"df":0,"t":{"docs":{"https://tiskifer.dk/posts/hello/":{"tf":1.4142135623730951}},"df":1}}}}}}},"d":{"docs":{},"df":0,"a":{"docs":{},"df":0,"b":{"docs":{},"df":0,"b":{"docs":{},"df":0,"l":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}}},"n":{"docs":{"https://tiskifer.dk/about/":{"tf":2.0}},"df":1},"r":{"docs":{},"df":0,"k":{"docs":{"https://tiskifer.dk/about/":{"tf":1.0}},"df":1}},"t":{"docs":{},"df":0,"a":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}},"y":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0},"https://tiskifer.dk/posts/hello/":{"tf":1.0}},"df":2}},"e":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1,"c":{"docs":{},"df":0,"a":{"docs":{},"df":0,"d":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}},"i":{"docs":{},"df":0,"s":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}}},"p":{"docs":{},"df":0,"t":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}},"s":{"docs":{},"df":0,"c":{"docs":{},"df":0,"r":{"docs":{},"df":0,"i":{"docs":{},"df":0,"b":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}}}},"p":{"docs":{},"df":0,"i":{"docs":{},"df":0,"t":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}}}},"t":{"docs":{},"df":0,"a":{"docs":{},"df":0,"i":{"docs":{},"df":0,"l":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.4142135623730951}},"df":1}}}},"v":{"docs":{},"df":0,"e":{"docs":{},"df":0,"l":{"docs":{},"df":0,"o":{"docs":{},"df":0,"p":{"docs":{"https://tiskifer.dk/about/":{"tf":1.0},"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":2}}}}}},"i":{"docs":{},"df":0,"d":{"docs":{},"df":0,"n":{"docs":{},"df":0,"’":{"docs":{},"df":0,"t":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}}}},"s":{"docs":{},"df":0,"c":{"docs":{},"df":0,"o":{"docs":{},"df":0,"v":{"docs":{},"df":0,"e":{"docs":{},"df":0,"r":{"docs":{},"df":0,"i":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}}}}}},"r":{"docs":{},"df":0,"u":{"docs":{},"df":0,"p":{"docs":{},"df":0,"t":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.7320508075688772}},"df":1}}}}}},"o":{"docs":{},"df":0,"n":{"docs":{},"df":0,"'":{"docs":{},"df":0,"t":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}}},"w":{"docs":{},"df":0,"n":{"docs":{"https://tiskifer.dk/posts/hello/":{"tf":1.0}},"df":1}}},"r":{"docs":{},"df":0,"i":{"docs":{},"df":0,"v":{"docs":{},"df":0,"e":{"docs":{},"df":0,"t":{"docs":{},"df":0,"h":{"docs":{},"df":0,"r":{"docs":{},"df":0,"u":{"docs":{"https://tiskifer.dk/about/":{"tf":1.0}},"df":1}}}}}}},"o":{"docs":{},"df":0,"v":{"docs":{},"df":0,"e":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}}}}},"e":{"docs":{},"df":0,"a":{"docs":{},"df":0,"r":{"docs":{},"df":0,"t":{"docs":{},"df":0,"h":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.7320508075688772}},"df":1}}}},"f":{"docs":{},"df":0,"f":{"docs":{},"df":0,"i":{"docs":{},"df":0,"c":{"docs":{},"df":0,"i":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}}}}},"g":{"docs":{},"df":0,"o":{"docs":{"https://tiskifer.dk/about/":{"tf":1.0}},"df":1}},"n":{"docs":{},"df":0,"d":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1},"e":{"docs":{},"df":0,"r":{"docs":{},"df":0,"g":{"docs":{},"df":0,"i":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.7320508075688772}},"df":1}}}},"g":{"docs":{},"df":0,"r":{"docs":{},"df":0,"a":{"docs":{},"df":0,"i":{"docs":{},"df":0,"n":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}}}}},"j":{"docs":{},"df":0,"o":{"docs":{},"df":0,"y":{"docs":{"https://tiskifer.dk/posts/hello/":{"tf":1.0}},"df":1}}},"o":{"docs":{},"df":0,"u":{"docs":{},"df":0,"g":{"docs":{},"df":0,"h":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}}}}},"r":{"docs":{},"df":0,"a":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}},"s":{"docs":{},"df":0,"t":{"docs":{},"df":0,"a":{"docs":{},"df":0,"b":{"docs":{},"df":0,"l":{"docs":{},"df":0,"i":{"docs":{},"df":0,"s":{"docs":{},"df":0,"h":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.4142135623730951}},"df":1}}}}}}}},"v":{"docs":{},"df":0,"e":{"docs":{},"df":0,"n":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":2.0}},"df":1,"l":{"docs":{},"df":0,"i":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}},"t":{"docs":{"https://tiskifer.dk/posts/hello/":{"tf":1.0}},"df":1}},"r":{"docs":{},"df":0,"y":{"docs":{},"df":0,"o":{"docs":{},"df":0,"n":{"docs":{"https://tiskifer.dk/posts/hello/":{"tf":1.0}},"df":1}},"t":{"docs":{},"df":0,"h":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0},"https://tiskifer.dk/posts/hello/":{"tf":1.0}},"df":2}},"w":{"docs":{},"df":0,"h":{"docs":{},"df":0,"e":{"docs":{},"df":0,"r":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}}}}}}}},"x":{"docs":{},"df":0,"i":{"docs":{},"df":0,"s":{"docs":{},"df":0,"t":{"docs":{"https://tiskifer.dk/posts/hello/":{"tf":1.0}},"df":1}}},"p":{"docs":{},"df":0,"a":{"docs":{},"df":0,"n":{"docs":{},"df":0,"d":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.4142135623730951}},"df":1},"s":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":2.0}},"df":1}}},"e":{"docs":{},"df":0,"r":{"docs":{},"df":0,"i":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1,"e":{"docs":{},"df":0,"n":{"docs":{},"df":0,"c":{"docs":{"https://tiskifer.dk/about/":{"tf":1.0}},"df":1}}}}}}},"t":{"docs":{},"df":0,"e":{"docs":{},"df":0,"n":{"docs":{},"df":0,"s":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}}},"r":{"docs":{},"df":0,"a":{"docs":{},"df":0,"o":{"docs":{},"df":0,"r":{"docs":{},"df":0,"d":{"docs":{},"df":0,"i":{"docs":{},"df":0,"n":{"docs":{},"df":0,"a":{"docs":{},"df":0,"r":{"docs":{},"df":0,"i":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.4142135623730951}},"df":1}}}}}}}}},"e":{"docs":{},"df":0,"m":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}}}}}},"f":{"docs":{},"df":0,"a":{"docs":{},"df":0,"b":{"docs":{},"df":0,"r":{"docs":{},"df":0,"i":{"docs":{},"df":0,"c":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}}}},"c":{"docs":{},"df":0,"t":{"docs":{},"df":0,"o":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}}},"n":{"docs":{"https://tiskifer.dk/about/":{"tf":1.7320508075688772}},"df":1},"r":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1},"s":{"docs":{},"df":0,"c":{"docs":{},"df":0,"i":{"docs":{},"df":0,"n":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}}}},"v":{"docs":{},"df":0,"o":{"docs":{},"df":0,"r":{"docs":{},"df":0,"i":{"docs":{},"df":0,"t":{"docs":{"https://tiskifer.dk/about/":{"tf":1.0}},"df":1}}}}}},"e":{"docs":{},"df":0,"d":{"docs":{},"df":0,"i":{"docs":{},"df":0,"v":{"docs":{},"df":0,"e":{"docs":{},"df":0,"r":{"docs":{},"df":0,"s":{"docs":{"https://tiskifer.dk/about/":{"tf":1.0}},"df":1}}}}}},"w":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}},"i":{"docs":{"https://tiskifer.dk/about/":{"tf":1.0},"https://tiskifer.dk/posts/hello/":{"tf":1.0}},"df":2,"c":{"docs":{},"df":0,"t":{"docs":{},"df":0,"i":{"docs":{},"df":0,"o":{"docs":{},"df":0,"n":{"docs":{"https://tiskifer.dk/posts/hello/":{"tf":1.0}},"df":1}}}}},"e":{"docs":{},"df":0,"l":{"docs":{},"df":0,"d":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}}},"r":{"docs":{},"df":0,"s":{"docs":{},"df":0,"t":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.4142135623730951},"https://tiskifer.dk/posts/hello/":{"tf":1.0}},"df":2}}}},"l":{"docs":{},"df":0,"o":{"docs":{},"df":0,"a":{"docs":{},"df":0,"t":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}}}},"o":{"docs":{},"df":0,"c":{"docs":{},"df":0,"u":{"docs":{},"df":0,"s":{"docs":{},"df":0,"s":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0},"https://tiskifer.dk/posts/hello/":{"tf":1.0}},"df":2}}}},"l":{"docs":{},"df":0,"l":{"docs":{},"df":0,"o":{"docs":{},"df":0,"w":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}}}},"r":{"docs":{},"df":0,"c":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1},"m":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1,"a":{"docs":{},"df":0,"l":{"docs":{"https://tiskifer.dk/posts/hello/":{"tf":1.0}},"df":1}},"u":{"docs":{},"df":0,"l":{"docs":{"https://tiskifer.dk/posts/hello/":{"tf":1.0}},"df":1}}}},"u":{"docs":{},"df":0,"n":{"docs":{},"df":0,"d":{"docs":{"https://tiskifer.dk/about/":{"tf":1.0},"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.4142135623730951}},"df":2,"a":{"docs":{},"df":0,"t":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}}}}}},"u":{"docs":{},"df":0,"r":{"docs":{},"df":0,"t":{"docs":{},"df":0,"h":{"docs":{},"df":0,"e":{"docs":{},"df":0,"r":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.4142135623730951}},"df":1}}}}},"t":{"docs":{},"df":0,"u":{"docs":{},"df":0,"r":{"docs":{"https://tiskifer.dk/posts/hello/":{"tf":1.0}},"df":1}}}}},"g":{"docs":{},"df":0,"a":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.4142135623730951}},"df":1},"i":{"docs":{},"df":0,"a":{"docs":{},"df":0,"n":{"docs":{},"df":0,"t":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.4142135623730951}},"df":1}}},"v":{"docs":{},"df":0,"e":{"docs":{"https://tiskifer.dk/posts/hello/":{"tf":1.0}},"df":1}}},"o":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0},"https://tiskifer.dk/posts/hello/":{"tf":1.0}},"df":2,"v":{"docs":{},"df":0,"e":{"docs":{},"df":0,"r":{"docs":{},"df":0,"n":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}}}}},"r":{"docs":{},"df":0,"a":{"docs":{},"df":0,"d":{"docs":{},"df":0,"e":{"docs":{"https://tiskifer.dk/posts/hello/":{"tf":1.0}},"df":1}},"v":{"docs":{},"df":0,"i":{"docs":{},"df":0,"t":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}}}},"e":{"docs":{},"df":0,"e":{"docs":{},"df":0,"t":{"docs":{"https://tiskifer.dk/posts/hello/":{"tf":1.0}},"df":1}}},"o":{"docs":{},"df":0,"u":{"docs":{},"df":0,"p":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.7320508075688772}},"df":1}}}}},"h":{"docs":{},"df":0,"a":{"docs":{},"df":0,"b":{"docs":{},"df":0,"i":{"docs":{},"df":0,"t":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.4142135623730951}},"df":1}}},"n":{"docs":{},"df":0,"d":{"docs":{},"df":0,"l":{"docs":{"https://tiskifer.dk/about/":{"tf":1.0}},"df":1}}},"p":{"docs":{},"df":0,"p":{"docs":{},"df":0,"e":{"docs":{},"df":0,"n":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.7320508075688772}},"df":1}}}},"r":{"docs":{},"df":0,"d":{"docs":{"https://tiskifer.dk/posts/hello/":{"tf":1.0}},"df":1,"l":{"docs":{},"df":0,"i":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}}}}},"e":{"docs":{},"df":0,"l":{"docs":{},"df":0,"l":{"docs":{},"df":0,"o":{"docs":{"https://tiskifer.dk/posts/hello/":{"tf":1.0}},"df":1}},"p":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0},"https://tiskifer.dk/posts/hello/":{"tf":1.0}},"df":2}},"r":{"docs":{},"df":0,"e":{"docs":{"https://tiskifer.dk/posts/hello/":{"tf":1.0}},"df":1},"o":{"docs":{"https://tiskifer.dk/about/":{"tf":1.0}},"df":1}}},"i":{"docs":{},"df":0,"g":{"docs":{},"df":0,"h":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.4142135623730951}},"df":1,"l":{"docs":{},"df":0,"i":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0},"https://tiskifer.dk/posts/hello/":{"tf":1.0}},"df":2}}}},"s":{"docs":{},"df":0,"t":{"docs":{},"df":0,"o":{"docs":{},"df":0,"r":{"docs":{},"df":0,"i":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.4142135623730951}},"df":1}}}}}},"o":{"docs":{},"df":0,"m":{"docs":{},"df":0,"e":{"docs":{},"df":0,"p":{"docs":{},"df":0,"a":{"docs":{},"df":0,"g":{"docs":{"https://tiskifer.dk/about/":{"tf":1.0}},"df":1}}}}},"p":{"docs":{},"df":0,"e":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1,"f":{"docs":{},"df":0,"u":{"docs":{},"df":0,"l":{"docs":{},"df":0,"l":{"docs":{},"df":0,"i":{"docs":{"https://tiskifer.dk/posts/hello/":{"tf":1.0}},"df":1}}}}}}},"s":{"docs":{},"df":0,"t":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}}},"u":{"docs":{},"df":0,"m":{"docs":{},"df":0,"a":{"docs":{},"df":0,"n":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":3.1622776601683795}},"df":1}}},"n":{"docs":{},"df":0,"d":{"docs":{},"df":0,"r":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}}}},"y":{"docs":{},"df":0,"p":{"docs":{},"df":0,"e":{"docs":{},"df":0,"r":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1,"s":{"docs":{},"df":0,"p":{"docs":{},"df":0,"a":{"docs":{},"df":0,"c":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.7320508075688772}},"df":1}}}}}}}}},"i":{"docs":{},"df":0,"'":{"docs":{},"df":0,"m":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1},"v":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}},"d":{"docs":{},"df":0,"e":{"docs":{},"df":0,"a":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1,"l":{"docs":{},"df":0,"i":{"docs":{},"df":0,"s":{"docs":{},"df":0,"t":{"docs":{"https://tiskifer.dk/about/":{"tf":1.0}},"df":1}}}}}}},"m":{"docs":{},"df":0,"p":{"docs":{},"df":0,"l":{"docs":{},"df":0,"a":{"docs":{},"df":0,"n":{"docs":{},"df":0,"t":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}}}}}},"n":{"docs":{},"df":0,"c":{"docs":{},"df":0,"l":{"docs":{},"df":0,"u":{"docs":{},"df":0,"d":{"docs":{"https://tiskifer.dk/about/":{"tf":1.0},"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0},"https://tiskifer.dk/posts/hello/":{"tf":1.0}},"df":3}}},"r":{"docs":{},"df":0,"e":{"docs":{},"df":0,"d":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}}}},"e":{"docs":{},"df":0,"x":{"docs":{},"df":0,"p":{"docs":{},"df":0,"l":{"docs":{},"df":0,"i":{"docs":{},"df":0,"c":{"docs":{"https://tiskifer.dk/about/":{"tf":1.0}},"df":1}}}}}},"s":{"docs":{},"df":0,"i":{"docs":{},"df":0,"d":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":2.0}},"df":1},"g":{"docs":{},"df":0,"h":{"docs":{},"df":0,"t":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}}}},"p":{"docs":{},"df":0,"i":{"docs":{},"df":0,"r":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0},"https://tiskifer.dk/posts/hello/":{"tf":1.0}},"df":2}}}},"t":{"docs":{},"df":0,"e":{"docs":{},"df":0,"l":{"docs":{},"df":0,"l":{"docs":{},"df":0,"i":{"docs":{},"df":0,"g":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.4142135623730951}},"df":1}}}},"n":{"docs":{},"df":0,"s":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}},"r":{"docs":{},"df":0,"s":{"docs":{},"df":0,"t":{"docs":{},"df":0,"e":{"docs":{},"df":0,"l":{"docs":{},"df":0,"l":{"docs":{},"df":0,"a":{"docs":{},"df":0,"r":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}}}}}}}}},"r":{"docs":{},"df":0,"o":{"docs":{},"df":0,"d":{"docs":{},"df":0,"u":{"docs":{},"df":0,"c":{"docs":{},"df":0,"t":{"docs":{"https://tiskifer.dk/about/":{"tf":1.0}},"df":1}}}}}}},"w":{"docs":{},"df":0,"a":{"docs":{},"df":0,"r":{"docs":{},"df":0,"d":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}}}}},"t":{"docs":{},"df":0,"'":{"docs":{"https://tiskifer.dk/about/":{"tf":1.0}},"df":1},"c":{"docs":{},"df":0,"h":{"docs":{},"df":0,".":{"docs":{},"df":0,"i":{"docs":{},"df":0,"o":{"docs":{"https://tiskifer.dk/about/":{"tf":1.0}},"df":1}}}}}}},"j":{"docs":{},"df":0,"o":{"docs":{},"df":0,"t":{"docs":{"https://tiskifer.dk/posts/hello/":{"tf":1.0}},"df":1}}},"k":{"docs":{},"df":0,"0":{"docs":{},"df":0,"r":{"docs":{},"df":0,".":{"docs":{},"df":0,"i":{"docs":{},"df":0,"n":{"docs":{"https://tiskifer.dk/about/":{"tf":1.0}},"df":1}}}}},"i":{"docs":{},"df":0,"n":{"docs":{},"df":0,"d":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}}},"n":{"docs":{},"df":0,"o":{"docs":{},"df":0,"w":{"docs":{},"df":0,"n":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.4142135623730951}},"df":1}}}},"ö":{"docs":{},"df":0,"h":{"docs":{},"df":0,"r":{"docs":{},"df":0,"i":{"docs":{},"df":0,"n":{"docs":{},"df":0,"g":{"docs":{"https://tiskifer.dk/about/":{"tf":1.0}},"df":1}}}}}}},"l":{"docs":{},"df":0,"a":{"docs":{},"df":0,"b":{"docs":{},"df":0,"o":{"docs":{},"df":0,"u":{"docs":{},"df":0,"r":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.4142135623730951}},"df":1}}}},"s":{"docs":{},"df":0,"e":{"docs":{},"df":0,"r":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}}},"t":{"docs":{},"df":0,"e":{"docs":{},"df":0,"r":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}}},"y":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1,"e":{"docs":{},"df":0,"r":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}}}},"e":{"docs":{},"df":0,"a":{"docs":{},"df":0,"d":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}}},"i":{"docs":{},"df":0,"f":{"docs":{},"df":0,"e":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}},"s":{"docs":{},"df":0,"t":{"docs":{"https://tiskifer.dk/about/":{"tf":1.0}},"df":1}},"t":{"docs":{},"df":0,"e":{"docs":{"https://tiskifer.dk/about/":{"tf":1.0}},"df":1}}},"o":{"docs":{},"df":0,"g":{"docs":{"https://tiskifer.dk/posts/hello/":{"tf":1.0}},"df":1},"n":{"docs":{},"df":0,"g":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1,"r":{"docs":{},"df":0,"u":{"docs":{},"df":0,"n":{"docs":{"https://tiskifer.dk/posts/hello/":{"tf":1.0}},"df":1}}}}},"o":{"docs":{},"df":0,"k":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}},"t":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0},"https://tiskifer.dk/posts/hello/":{"tf":1.4142135623730951}},"df":2},"v":{"docs":{},"df":0,"e":{"docs":{"https://tiskifer.dk/about/":{"tf":1.0}},"df":1}}}},"m":{"docs":{},"df":0,"a":{"docs":{},"df":0,"c":{"docs":{},"df":0,"h":{"docs":{},"df":0,"i":{"docs":{},"df":0,"n":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.4142135623730951}},"df":1}}}},"g":{"docs":{},"df":0,"n":{"docs":{},"df":0,"e":{"docs":{},"df":0,"t":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}}}},"i":{"docs":{},"df":0,"n":{"docs":{"https://tiskifer.dk/posts/hello/":{"tf":1.0}},"df":1}},"n":{"docs":{},"df":0,"i":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.7320508075688772},"https://tiskifer.dk/posts/hello/":{"tf":1.0}},"df":2}},"r":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1,"c":{"docs":{},"df":0,"h":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}}},"s":{"docs":{},"df":0,"t":{"docs":{},"df":0,"o":{"docs":{},"df":0,"d":{"docs":{},"df":0,"o":{"docs":{},"df":0,"n":{"docs":{"https://tiskifer.dk/about/":{"tf":1.0}},"df":1}}}}}},"y":{"docs":{},"df":0,"b":{"docs":{"https://tiskifer.dk/posts/hello/":{"tf":1.4142135623730951}},"df":1}}},"e":{"docs":{},"df":0,"a":{"docs":{},"df":0,"n":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1,"t":{"docs":{},"df":0,"i":{"docs":{},"df":0,"m":{"docs":{"https://tiskifer.dk/posts/hello/":{"tf":1.0}},"df":1}}}}},"d":{"docs":{},"df":0,"i":{"docs":{},"df":0,"a":{"docs":{"https://tiskifer.dk/about/":{"tf":1.0}},"df":1}}}},"o":{"docs":{},"df":0,"o":{"docs":{},"df":0,"n":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.7320508075688772}},"df":1}},"r":{"docs":{},"df":0,"e":{"docs":{"https://tiskifer.dk/about/":{"tf":1.0},"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":2.6457513110645907},"https://tiskifer.dk/posts/hello/":{"tf":1.0}},"df":3}},"t":{"docs":{},"df":0,"h":{"docs":{},"df":0,"e":{"docs":{},"df":0,"r":{"docs":{},"df":0,"s":{"docs":{},"df":0,"h":{"docs":{},"df":0,"i":{"docs":{},"df":0,"p":{"docs":{"https://tiskifer.dk/about/":{"tf":1.0},"https://tiskifer.dk/posts/hello/":{"tf":1.4142135623730951}},"df":2}}}}}}}},"v":{"docs":{},"df":0,"e":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1,"m":{"docs":{},"df":0,"e":{"docs":{},"df":0,"n":{"docs":{},"df":0,"t":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}}}}}}},"u":{"docs":{},"df":0,"l":{"docs":{},"df":0,"t":{"docs":{},"df":0,"i":{"docs":{},"df":0,"p":{"docs":{},"df":0,"l":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}}}}}}},"n":{"docs":{},"df":0,"a":{"docs":{},"df":0,"m":{"docs":{},"df":0,"e":{"docs":{"https://tiskifer.dk/about/":{"tf":1.0},"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":2}}},"e":{"docs":{},"df":0,"w":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":2.23606797749979}},"df":1},"x":{"docs":{},"df":0,"t":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0},"https://tiskifer.dk/posts/hello/":{"tf":1.0}},"df":2}}},"o":{"docs":{},"df":0,"r":{"docs":{},"df":0,"m":{"docs":{},"df":0,"a":{"docs":{},"df":0,"l":{"docs":{"https://tiskifer.dk/about/":{"tf":1.0}},"df":1},"n":{"docs":{"https://tiskifer.dk/about/":{"tf":1.0}},"df":1}}}},"w":{"docs":{"https://tiskifer.dk/about/":{"tf":1.0},"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.7320508075688772}},"df":2}}},"o":{"docs":{},"df":0,"b":{"docs":{},"df":0,"s":{"docs":{},"df":0,"e":{"docs":{},"df":0,"r":{"docs":{},"df":0,"v":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}}}}},"n":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.7320508075688772},"https://tiskifer.dk/posts/hello/":{"tf":1.0}},"df":2},"r":{"docs":{},"df":0,"d":{"docs":{},"df":0,"e":{"docs":{},"df":0,"r":{"docs":{"https://tiskifer.dk/posts/hello/":{"tf":1.0}},"df":1}}},"g":{"docs":{},"df":0,"a":{"docs":{},"df":0,"n":{"docs":{"https://tiskifer.dk/posts/hello/":{"tf":1.0}},"df":1}}}},"u":{"docs":{},"df":0,"t":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.7320508075688772}},"df":1,"s":{"docs":{},"df":0,"i":{"docs":{},"df":0,"d":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":2.0}},"df":1}}},"w":{"docs":{},"df":0,"a":{"docs":{},"df":0,"r":{"docs":{},"df":0,"d":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}}}}}},"v":{"docs":{},"df":0,"e":{"docs":{},"df":0,"r":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.7320508075688772}},"df":1}}}},"p":{"docs":{},"df":0,"a":{"docs":{},"df":0,"g":{"docs":{},"df":0,"e":{"docs":{"https://tiskifer.dk/posts/hello/":{"tf":1.0}},"df":1}},"s":{"docs":{},"df":0,"s":{"docs":{},"df":0,"i":{"docs":{},"df":0,"o":{"docs":{},"df":0,"n":{"docs":{"https://tiskifer.dk/about/":{"tf":1.0}},"df":1}}}}}},"e":{"docs":{},"df":0,"o":{"docs":{},"df":0,"p":{"docs":{},"df":0,"l":{"docs":{"https://tiskifer.dk/about/":{"tf":1.0},"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":2.0}},"df":2}}}},"h":{"docs":{},"df":0,"y":{"docs":{},"df":0,"s":{"docs":{},"df":0,"i":{"docs":{},"df":0,"c":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}}}}},"l":{"docs":{},"df":0,"a":{"docs":{},"df":0,"c":{"docs":{},"df":0,"e":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0},"https://tiskifer.dk/posts/hello/":{"tf":1.0}},"df":2}},"n":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0},"https://tiskifer.dk/posts/hello/":{"tf":1.0}},"df":2},"t":{"docs":{},"df":0,"f":{"docs":{},"df":0,"o":{"docs":{},"df":0,"r":{"docs":{},"df":0,"m":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}}}}},"y":{"docs":{"https://tiskifer.dk/about/":{"tf":1.0}},"df":1,"e":{"docs":{},"df":0,"r":{"docs":{"https://tiskifer.dk/about/":{"tf":1.0},"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":2}}}}},"o":{"docs":{},"df":0,"l":{"docs":{},"df":0,"i":{"docs":{},"df":0,"s":{"docs":{},"df":0,"h":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}}}},"s":{"docs":{},"df":0,"s":{"docs":{},"df":0,"i":{"docs":{},"df":0,"b":{"docs":{},"df":0,"l":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.4142135623730951}},"df":1}}}},"t":{"docs":{"https://tiskifer.dk/posts/":{"tf":1.0},"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.7320508075688772},"https://tiskifer.dk/posts/hello/":{"tf":1.7320508075688772}},"df":3}},"w":{"docs":{},"df":0,"e":{"docs":{},"df":0,"r":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":2.23606797749979}},"df":1}}}},"r":{"docs":{},"df":0,"o":{"docs":{},"df":0,"b":{"docs":{},"df":0,"e":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}},"f":{"docs":{},"df":0,"e":{"docs":{},"df":0,"s":{"docs":{},"df":0,"s":{"docs":{},"df":0,"i":{"docs":{},"df":0,"o":{"docs":{},"df":0,"n":{"docs":{"https://tiskifer.dk/about/":{"tf":1.0}},"df":1}}}}}}},"j":{"docs":{},"df":0,"e":{"docs":{},"df":0,"c":{"docs":{},"df":0,"t":{"docs":{"https://tiskifer.dk/projects/":{"tf":1.0}},"df":1}}}},"s":{"docs":{},"df":0,"p":{"docs":{},"df":0,"e":{"docs":{},"df":0,"r":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.4142135623730951}},"df":1}}}}}},"u":{"docs":{},"df":0,"z":{"docs":{},"df":0,"z":{"docs":{},"df":0,"l":{"docs":{"https://tiskifer.dk/about/":{"tf":1.4142135623730951}},"df":1}}}}},"q":{"docs":{},"df":0,"u":{"docs":{},"df":0,"e":{"docs":{},"df":0,"s":{"docs":{},"df":0,"t":{"docs":{"https://tiskifer.dk/posts/hello/":{"tf":1.0}},"df":1}}}}},"r":{"docs":{},"df":0,"e":{"docs":{},"df":0,"a":{"docs":{},"df":0,"c":{"docs":{},"df":0,"h":{"docs":{"https://tiskifer.dk/about/":{"tf":1.4142135623730951},"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":2}},"l":{"docs":{"https://tiskifer.dk/about/":{"tf":1.4142135623730951}},"df":1,"i":{"docs":{},"df":0,"s":{"docs":{},"df":0,"t":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0},"https://tiskifer.dk/posts/hello/":{"tf":1.0}},"df":2}},"t":{"docs":{},"df":0,"i":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}}}}},"c":{"docs":{},"df":0,"e":{"docs":{},"df":0,"n":{"docs":{},"df":0,"t":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}}}},"g":{"docs":{},"df":0,"u":{"docs":{},"df":0,"l":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}}},"l":{"docs":{},"df":0,"a":{"docs":{},"df":0,"t":{"docs":{},"df":0,"i":{"docs":{},"df":0,"v":{"docs":{},"df":0,"i":{"docs":{},"df":0,"s":{"docs":{},"df":0,"t":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}}}}}}}},"s":{"docs":{},"df":0,"e":{"docs":{},"df":0,"a":{"docs":{},"df":0,"r":{"docs":{},"df":0,"c":{"docs":{},"df":0,"h":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}}}}},"o":{"docs":{},"df":0,"u":{"docs":{},"df":0,"r":{"docs":{},"df":0,"c":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}}}}},"t":{"docs":{},"df":0,"r":{"docs":{},"df":0,"o":{"docs":{"https://tiskifer.dk/posts/hello/":{"tf":1.0}},"df":1}}},"v":{"docs":{},"df":0,"e":{"docs":{},"df":0,"a":{"docs":{},"df":0,"l":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}}}}},"i":{"docs":{},"df":0,"c":{"docs":{},"df":0,"h":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":2.23606797749979}},"df":1,"e":{"docs":{},"df":0,"r":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}}}}},"o":{"docs":{},"df":0,"l":{"docs":{},"df":0,"e":{"docs":{"https://tiskifer.dk/about/":{"tf":1.0}},"df":1}},"u":{"docs":{},"df":0,"t":{"docs":{},"df":0,"i":{"docs":{},"df":0,"n":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}}}}},"p":{"docs":{},"df":0,"g":{"docs":{"https://tiskifer.dk/about/":{"tf":1.0}},"df":1,"@":{"docs":{},"df":0,"m":{"docs":{},"df":0,".":{"docs":{},"df":0,"k":{"docs":{},"df":0,"0":{"docs":{},"df":0,"r":{"docs":{},"df":0,".":{"docs":{},"df":0,"i":{"docs":{},"df":0,"n":{"docs":{"https://tiskifer.dk/about/":{"tf":1.0}},"df":1}}}}}}}}}}},"u":{"docs":{},"df":0,"l":{"docs":{},"df":0,"e":{"docs":{"https://tiskifer.dk/about/":{"tf":1.0}},"df":1}}}},"s":{"docs":{},"df":0,"c":{"docs":{},"df":0,"i":{"docs":{"https://tiskifer.dk/about/":{"tf":1.0},"https://tiskifer.dk/posts/hello/":{"tf":1.0}},"df":2,"e":{"docs":{},"df":0,"n":{"docs":{},"df":0,"c":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0},"https://tiskifer.dk/posts/hello/":{"tf":1.0}},"df":2},"t":{"docs":{},"df":0,"i":{"docs":{},"df":0,"f":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}}}}}},"o":{"docs":{},"df":0,"r":{"docs":{},"df":0,"e":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}}}},"e":{"docs":{},"df":0,"c":{"docs":{},"df":0,"o":{"docs":{},"df":0,"n":{"docs":{},"df":0,"d":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}}},"r":{"docs":{},"df":0,"e":{"docs":{},"df":0,"t":{"docs":{},"df":0,"l":{"docs":{},"df":0,"i":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}}}}}},"e":{"docs":{},"df":0,"m":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}},"l":{"docs":{},"df":0,"f":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}},"n":{"docs":{},"df":0,"t":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}},"t":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":2.23606797749979},"https://tiskifer.dk/posts/hello/":{"tf":1.4142135623730951}},"df":2,"t":{"docs":{},"df":0,"l":{"docs":{},"df":0,"e":{"docs":{},"df":0,"m":{"docs":{},"df":0,"e":{"docs":{},"df":0,"n":{"docs":{},"df":0,"t":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.7320508075688772}},"df":1}}}}}}}}},"h":{"docs":{},"df":0,"a":{"docs":{},"df":0,"d":{"docs":{},"df":0,"o":{"docs":{},"df":0,"w":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}}}},"o":{"docs":{},"df":0,"w":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}}},"i":{"docs":{},"df":0,"d":{"docs":{},"df":0,"e":{"docs":{"https://tiskifer.dk/posts/hello/":{"tf":1.0}},"df":1}},"m":{"docs":{},"df":0,"p":{"docs":{},"df":0,"l":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}}},"t":{"docs":{},"df":0,"u":{"docs":{},"df":0,"a":{"docs":{},"df":0,"t":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}}}}},"l":{"docs":{},"df":0,"o":{"docs":{},"df":0,"w":{"docs":{},"df":0,"l":{"docs":{},"df":0,"i":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}}}}},"m":{"docs":{},"df":0,"a":{"docs":{},"df":0,"l":{"docs":{},"df":0,"l":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}}}},"o":{"docs":{},"df":0,"c":{"docs":{},"df":0,"i":{"docs":{},"df":0,"a":{"docs":{},"df":0,"l":{"docs":{"https://tiskifer.dk/about/":{"tf":1.0},"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":2}}}},"l":{"docs":{},"df":0,"a":{"docs":{},"df":0,"r":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.7320508075688772}},"df":1}}},"m":{"docs":{},"df":0,"e":{"docs":{},"df":0,"o":{"docs":{},"df":0,"n":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}},"t":{"docs":{},"df":0,"h":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1},"i":{"docs":{},"df":0,"m":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}}}}},"o":{"docs":{},"df":0,"n":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}}},"p":{"docs":{},"df":0,"e":{"docs":{},"df":0,"c":{"docs":{},"df":0,"i":{"docs":{},"df":0,"a":{"docs":{},"df":0,"l":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}}}},"e":{"docs":{},"df":0,"d":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}}},"r":{"docs":{},"df":0,"e":{"docs":{},"df":0,"a":{"docs":{},"df":0,"d":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}}}}},"t":{"docs":{},"df":0,"a":{"docs":{},"df":0,"r":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.7320508075688772}},"df":1,"t":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0},"https://tiskifer.dk/posts/hello/":{"tf":1.0}},"df":2}},"t":{"docs":{},"df":0,"i":{"docs":{},"df":0,"o":{"docs":{},"df":0,"n":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}}}},"y":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0},"https://tiskifer.dk/posts/hello/":{"tf":1.0}},"df":2}},"i":{"docs":{},"df":0,"l":{"docs":{},"df":0,"l":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":2.449489742783178}},"df":1}}},"o":{"docs":{},"df":0,"r":{"docs":{},"df":0,"i":{"docs":{"https://tiskifer.dk/about/":{"tf":1.0},"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0},"https://tiskifer.dk/posts/hello/":{"tf":1.4142135623730951}},"df":3},"y":{"docs":{},"df":0,"w":{"docs":{},"df":0,"r":{"docs":{},"df":0,"i":{"docs":{},"df":0,"t":{"docs":{"https://tiskifer.dk/about/":{"tf":1.0}},"df":1}}}}}}},"r":{"docs":{},"df":0,"o":{"docs":{},"df":0,"n":{"docs":{},"df":0,"g":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}}}},"u":{"docs":{},"df":0,"f":{"docs":{},"df":0,"f":{"docs":{"https://tiskifer.dk/posts/hello/":{"tf":1.0}},"df":1}}}},"u":{"docs":{},"df":0,"n":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.7320508075688772}},"df":1},"r":{"docs":{},"df":0,"r":{"docs":{},"df":0,"o":{"docs":{},"df":0,"u":{"docs":{},"df":0,"n":{"docs":{},"df":0,"d":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}}}}},"v":{"docs":{},"df":0,"e":{"docs":{},"df":0,"i":{"docs":{},"df":0,"l":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}}}}},"s":{"docs":{},"df":0,"t":{"docs":{},"df":0,"a":{"docs":{},"df":0,"i":{"docs":{},"df":0,"n":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}}}}}},"y":{"docs":{},"df":0,"s":{"docs":{},"df":0,"t":{"docs":{},"df":0,"e":{"docs":{},"df":0,"m":{"docs":{"https://tiskifer.dk/about/":{"tf":1.4142135623730951},"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":2.449489742783178}},"df":2}}}}}},"t":{"docs":{},"df":0,"a":{"docs":{},"df":0,"b":{"docs":{},"df":0,"l":{"docs":{},"df":0,"e":{"docs":{},"df":0,"t":{"docs":{},"df":0,"o":{"docs":{},"df":0,"p":{"docs":{"https://tiskifer.dk/about/":{"tf":1.0}},"df":1}}}}}},"k":{"docs":{},"df":0,"e":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}},"n":{"docs":{},"df":0,"d":{"docs":{},"df":0,"e":{"docs":{},"df":0,"m":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}}}}},"e":{"docs":{},"df":0,"c":{"docs":{},"df":0,"h":{"docs":{},"df":0,"n":{"docs":{},"df":0,"o":{"docs":{},"df":0,"l":{"docs":{},"df":0,"o":{"docs":{},"df":0,"g":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.4142135623730951}},"df":1}}}}}}},"l":{"docs":{},"df":0,"l":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0},"https://tiskifer.dk/posts/hello/":{"tf":1.0}},"df":2}},"r":{"docs":{},"df":0,"r":{"docs":{},"df":0,"a":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}}}},"h":{"docs":{},"df":0,"i":{"docs":{},"df":0,"n":{"docs":{},"df":0,"g":{"docs":{"https://tiskifer.dk/about/":{"tf":1.0},"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.7320508075688772},"https://tiskifer.dk/posts/hello/":{"tf":1.0}},"df":3},"k":{"docs":{"https://tiskifer.dk/posts/hello/":{"tf":1.0}},"df":1}},"r":{"docs":{},"df":0,"d":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}}},"o":{"docs":{},"df":0,"u":{"docs":{},"df":0,"g":{"docs":{},"df":0,"h":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1,"t":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.4142135623730951}},"df":1}},"t":{"docs":{},"df":0,"h":{"docs":{"https://tiskifer.dk/posts/hello/":{"tf":1.0}},"df":1}}}}},"r":{"docs":{},"df":0,"o":{"docs":{},"df":0,"u":{"docs":{},"df":0,"g":{"docs":{},"df":0,"h":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.4142135623730951}},"df":1}}},"w":{"docs":{},"df":0,"n":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}}}}},"i":{"docs":{},"df":0,"s":{"docs":{},"df":0,"k":{"docs":{},"df":0,"i":{"docs":{},"df":0,"f":{"docs":{"https://tiskifer.dk/about/":{"tf":1.4142135623730951}},"df":1}}}}},"o":{"docs":{},"df":0,"g":{"docs":{},"df":0,"e":{"docs":{},"df":0,"t":{"docs":{},"df":0,"h":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.7320508075688772}},"df":1}}}},"w":{"docs":{},"df":0,"a":{"docs":{},"df":0,"r":{"docs":{},"df":0,"d":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}}}}},"r":{"docs":{},"df":0,"a":{"docs":{},"df":0,"a":{"docs":{},"df":0,"a":{"docs":{},"df":0,"s":{"docs":{},"df":0,"h":{"docs":{"https://tiskifer.dk/posts/hello/":{"tf":1.0}},"df":1}}}},"v":{"docs":{},"df":0,"e":{"docs":{},"df":0,"l":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.7320508075688772}},"df":1}}}},"e":{"docs":{},"df":0,"m":{"docs":{},"df":0,"e":{"docs":{},"df":0,"n":{"docs":{},"df":0,"d":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}}}}},"i":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}},"t":{"docs":{},"df":0,"r":{"docs":{},"df":0,"p":{"docs":{},"df":0,"g":{"docs":{"https://tiskifer.dk/posts/hello/":{"tf":1.0}},"df":1}}}},"u":{"docs":{},"df":0,"n":{"docs":{},"df":0,"e":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1},"n":{"docs":{},"df":0,"e":{"docs":{},"df":0,"l":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}}}}}},"u":{"docs":{},"df":0,"n":{"docs":{},"df":0,"d":{"docs":{},"df":0,"e":{"docs":{},"df":0,"r":{"docs":{},"df":0,"s":{"docs":{},"df":0,"t":{"docs":{},"df":0,"a":{"docs":{},"df":0,"n":{"docs":{},"df":0,"d":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}}}}}}}},"i":{"docs":{},"df":0,"v":{"docs":{},"df":0,"e":{"docs":{},"df":0,"r":{"docs":{},"df":0,"s":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}}}}},"l":{"docs":{},"df":0,"i":{"docs":{},"df":0,"k":{"docs":{"https://tiskifer.dk/posts/hello/":{"tf":1.0}},"df":1}}},"s":{"docs":{},"df":0,"t":{"docs":{},"df":0,"o":{"docs":{},"df":0,"p":{"docs":{},"df":0,"p":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}}}}}},"p":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1,"c":{"docs":{},"df":0,"o":{"docs":{},"df":0,"m":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}}}},"s":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.4142135623730951},"https://tiskifer.dk/posts/hello/":{"tf":1.0}},"df":2},"t":{"docs":{},"df":0,"o":{"docs":{},"df":0,"p":{"docs":{},"df":0,"i":{"docs":{},"df":0,"a":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}}}}}},"v":{"docs":{},"df":0,"e":{"docs":{},"df":0,"n":{"docs":{},"df":0,"u":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}},"r":{"docs":{},"df":0,"i":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0},"https://tiskifer.dk/posts/hello/":{"tf":1.0}},"df":2},"s":{"docs":{},"df":0,"a":{"docs":{},"df":0,"t":{"docs":{},"df":0,"i":{"docs":{},"df":0,"l":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}}}}}}},"i":{"docs":{},"df":0,"a":{"docs":{"https://tiskifer.dk/about/":{"tf":1.0}},"df":1},"b":{"docs":{},"df":0,"e":{"docs":{"https://tiskifer.dk/posts/hello/":{"tf":1.0}},"df":1}}}},"w":{"docs":{},"df":0,"a":{"docs":{},"df":0,"n":{"docs":{},"df":0,"t":{"docs":{"https://tiskifer.dk/posts/hello/":{"tf":1.4142135623730951}},"df":1}}},"e":{"docs":{},"df":0,"b":{"docs":{"https://tiskifer.dk/about/":{"tf":1.0}},"df":1},"l":{"docs":{},"df":0,"l":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.4142135623730951},"https://tiskifer.dk/posts/hello/":{"tf":1.0}},"df":2}}},"h":{"docs":{},"df":0,"a":{"docs":{},"df":0,"t":{"docs":{},"df":0,"'":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}}}},"o":{"docs":{},"df":0,"n":{"docs":{},"df":0,"d":{"docs":{},"df":0,"e":{"docs":{},"df":0,"r":{"docs":{"https://tiskifer.dk/posts/hello/":{"tf":1.0}},"df":1}}}},"r":{"docs":{},"df":0,"k":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0},"https://tiskifer.dk/posts/hello/":{"tf":1.0}},"df":2},"l":{"docs":{},"df":0,"d":{"docs":{"https://tiskifer.dk/about/":{"tf":1.0},"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.7320508075688772},"https://tiskifer.dk/posts/hello/":{"tf":1.0}},"df":3}},"r":{"docs":{},"df":0,"i":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}},"s":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}}},"r":{"docs":{},"df":0,"i":{"docs":{},"df":0,"t":{"docs":{},"df":0,"e":{"docs":{"https://tiskifer.dk/about/":{"tf":1.0},"https://tiskifer.dk/posts/hello/":{"tf":1.0}},"df":2}}}}},"y":{"docs":{},"df":0,"e":{"docs":{},"df":0,"a":{"docs":{},"df":0,"h":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1},"r":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.4142135623730951}},"df":1}}}},"z":{"docs":{},"df":0,"o":{"docs":{},"df":0,"n":{"docs":{},"df":0,"e":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}}}}}},"title":{"root":{"docs":{},"df":0,"e":{"docs":{},"df":0,"n":{"docs":{},"df":0,"d":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}}},"f":{"docs":{},"df":0,"o":{"docs":{},"df":0,"r":{"docs":{},"df":0,"m":{"docs":{},"df":0,"a":{"docs":{},"df":0,"l":{"docs":{"https://tiskifer.dk/posts/hello/":{"tf":1.0}},"df":1}}}}}},"g":{"docs":{},"df":0,"r":{"docs":{},"df":0,"e":{"docs":{},"df":0,"e":{"docs":{},"df":0,"t":{"docs":{"https://tiskifer.dk/posts/hello/":{"tf":1.0}},"df":1}}}}},"i":{"docs":{},"df":0,"n":{"docs":{},"df":0,"t":{"docs":{},"df":0,"r":{"docs":{},"df":0,"o":{"docs":{},"df":0,"d":{"docs":{},"df":0,"u":{"docs":{},"df":0,"c":{"docs":{},"df":0,"t":{"docs":{"https://tiskifer.dk/about/":{"tf":1.0}},"df":1}}}}}}}}},"p":{"docs":{},"df":0,"o":{"docs":{},"df":0,"s":{"docs":{},"df":0,"t":{"docs":{"https://tiskifer.dk/posts/":{"tf":1.0}},"df":1}}},"r":{"docs":{},"df":0,"o":{"docs":{},"df":0,"j":{"docs":{},"df":0,"e":{"docs":{},"df":0,"c":{"docs":{},"df":0,"t":{"docs":{"https://tiskifer.dk/projects/":{"tf":1.0}},"df":1}}}}}}},"s":{"docs":{},"df":0,"h":{"docs":{},"df":0,"a":{"docs":{},"df":0,"d":{"docs":{},"df":0,"o":{"docs":{},"df":0,"w":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}}}}}},"t":{"docs":{},"df":0,"u":{"docs":{},"df":0,"n":{"docs":{},"df":0,"n":{"docs":{},"df":0,"e":{"docs":{},"df":0,"l":{"docs":{"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"tf":1.0}},"df":1}}}}}}}}},"documentStore":{"save":true,"docs":{"https://tiskifer.dk/":{"body":"","id":"https://tiskifer.dk/","title":""},"https://tiskifer.dk/about/":{"body":"Who is this?\nTabletop role playing fan, storywriter, puzzle fan, idealist. Loves rules-lite systems, that are not about heros, but normal people experiencing inexplicable things. Favorite systems include Mothership and Cthulhu Dark.\nHow can I reach Dan?\nDan can be reached via the Fediverse (some might call it Mastodon) handle @rpg@m.k0r.in or on itch.io and drivethru.\nSo, who is this, but for real now!?\nDan Tiskifer is the alter ego of Norman Köhring. They are big sci-fi RPG fans and have a passion for writing stories for their players.\nIn the real, professional world, they do web development. More can be found at their homepage k0r.in that also lists all the social media accounts.\nWhy that name? Dan? Tiskifer?!\nIt's a puzzle.\n","id":"https://tiskifer.dk/about/","title":"Introduction"},"https://tiskifer.dk/posts/":{"body":"","id":"https://tiskifer.dk/posts/","title":"Posts"},"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"body":"This is the name of my new campaign setting, that I've thrown my players in, recently. In this, and the following posts, I'm going to describe details of this setting, hoping, that it might inspire someone.\nThe setting is trying to be rather realistic, but don't worry: It still includes Hyperspace travel (yeah!). It is set in a bit over 300 years from now. Humanity has expanded over multiple solar systems but settlements are still comparatively small. Most habitable places outside of Terra are moons around gas giants in the habitable zone of their host stars, or they are completely artificial. Despite the many simple alien life forms that have been found, no intelligences are among it, as it seems. Humanity is still alone in the universe.\nIntelligent machines are used for most labour. Lots of things are automated and cheap. Sometimes though, human labour is even cheaper, if just far enough from well regulated areas. That is, as long as you are not a criminal. Or worse: in dept of a big coorparation with high social score.\nAnyway. This post focusses on the history of the campaign world:\nHistory\nFirst Expansion\n(2030 — 2120)\nFor about one hundred years, humans dabbled around in the solar system. They built colonies on Earths moon, on Mars and floating in Venus’ atmosphere. Some probes were sent out to the surrounding star system, accelerated to relativistic speeds by lasers. The new data brought fascinating insights, but showed even more, that interstellar travel is hardly possible with any known means.\nWhile people on earth slowly adapted to the now unstoppable climate change, the first colonies outside of earth became self-sustained.\nProsperous Era\n(2120 — 2163)\nWith ever better technology, more efficient energy conversion and the incredible riches of the asteroid belt, humans moved more and more towards some kind of utopia. At least so they thought.\nWhile things looked better and better on the outside, the riches still didn’t get spread evenly. Rich people still got ever richer, and with all the new technology also their possibilities for surveillance. One day, a group of hyper-rich people came together to lay the foundation for the Disruptive Court.\nSecond Expansion\n(2163 — 2245)\nA group of extremely rich and powerful people came together, with the plan to engrain their power into the fabric of humanity. They came up with the idea to secretly take over the AI controlled systems of the governments and corporations of the world. With their already extraordinary power and resources, they build a group of highly specialized AIs that worked together in tandem to become the most advanced, versatile and powerful AI system ever created. With its help, the Disruptive Court became the de-facto power of humanity. They controlled every machine, every decision and many of the implants that, by then, already have been common extensions to the human biology.\nThe Disruptive Court drove further expansion of humanity outwards, beyond the asteroid belt, and inwards, closer to the sun. New settlements on the gas giants moons and in their clouds brought even more prosperity. Research stations everywhere, even inside the sun, were built and brought tremendous scientific advances. New developments allowed for ever more energy to be controlled.\nThird Expansion\n(2245 — 2312)\nIn March 2245, something extraordinary happened on the COSP, or Chromosphere Observation and Science Platform, situated inside the chromosphere, the “coolest” layer inside the sun:\nHigh energy experiments, using the intense magnetic fields and the strong gravitational forces, lead to the discovery of what is now known as Hyperspace. Although complete understanding of it was, and still is, out of reach, it became clear very soon, that movement through hyperspace happens outside the boundaries of the physical reality. Only a few decades later, routine travel from one solar system to another was established. Humanity expanded further. Complex alien biomes were found, settlements around other stars were established.\nWhat's next?\nThe upcoming posts will either reveal a bit more about the campaign setting or tell a story, that happened inside the world. I started carving out details about many things already, but not everything is polished and well thought-through, yet. Stay tuned.\n","id":"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/","title":"A Shadow At The End Of The Tunnel"},"https://tiskifer.dk/posts/hello/":{"body":"Hello everyone. This is my first post and I thougth I might as well tell you, what is going on here.\nHighly inspired by Traaash and other pages, I want to use this place for all the TTRPG things, I am currently thinking about, working on or planning. I started jotting a lot of stuff down and everything is very badly organized. Maybe I can bring this into order, by formulizing blog posts.\nI also want to log the events of my current (hopefully longrunning) Mothership campaign, that, one day, will maybe give birth to a book, including the campaign setting, its stories and characters, a main story arc, lots of side quests and additional content to help bring the world alive. Unlike many of the existing Mothership campaigns and adventures that have a retro-futurism vibe, my setting focusses on a certain grade of realistic science-fiction, some might call it \"hard sci-fi\". I will write more about it in my next post.\nIn the meantime, enjoy and stay wonderful.\n","id":"https://tiskifer.dk/posts/hello/","title":"Formal Greeting"},"https://tiskifer.dk/projects/":{"body":"","id":"https://tiskifer.dk/projects/","title":"Projects"}},"docInfo":{"https://tiskifer.dk/":{"body":0,"title":0},"https://tiskifer.dk/about/":{"body":71,"title":1},"https://tiskifer.dk/posts/":{"body":0,"title":1},"https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/":{"body":425,"title":3},"https://tiskifer.dk/posts/hello/":{"body":96,"title":2},"https://tiskifer.dk/projects/":{"body":0,"title":1}},"length":6},"lang":"English"}; \ No newline at end of file diff --git a/public/tags/campaign-setting/atom.xml b/public/tags/campaign-setting/atom.xml index 73b9a99..1fc8d7f 100644 --- a/public/tags/campaign-setting/atom.xml +++ b/public/tags/campaign-setting/atom.xml @@ -13,7 +13,7 @@ 2023-02-02T15:45:00+00:00 https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/ - <p>This is the name of my new campaign setting, that I through my players in, recently. In this, and the following posts, I'm going to describe details of this setting, hoping, that it might inspire someone.</p> + <p>This is the name of my new campaign setting, that I've thrown my players in, recently. In this, and the following posts, I'm going to describe details of this setting, hoping, that it might inspire someone.</p> <p>The setting is trying to be rather realistic, but don't worry: It still includes Hyperspace travel (yeah!). It is set in a bit over 300 years from now. Humanity has expanded over multiple solar systems but settlements are still comparatively small. Most habitable places outside of Terra are moons around gas giants in the habitable zone of their host stars, or they are completely artificial. Despite the many simple alien life forms that have been found, no intelligences are among it, as it seems. Humanity is still alone in the universe.</p> <p>Intelligent machines are used for most labour. Lots of things are automated and cheap. Sometimes though, human labour is even cheaper, if just far enough from well regulated areas. That is, as long as you are not a criminal. Or worse: in dept of a big coorparation with high social score.</p> <p>Anyway. This post focusses on the history of the campaign world:</p> diff --git a/public/tags/campaign/atom.xml b/public/tags/campaign/atom.xml index 260dfa0..de98420 100644 --- a/public/tags/campaign/atom.xml +++ b/public/tags/campaign/atom.xml @@ -13,7 +13,7 @@ 2023-02-02T15:45:00+00:00 https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/ - <p>This is the name of my new campaign setting, that I through my players in, recently. In this, and the following posts, I'm going to describe details of this setting, hoping, that it might inspire someone.</p> + <p>This is the name of my new campaign setting, that I've thrown my players in, recently. In this, and the following posts, I'm going to describe details of this setting, hoping, that it might inspire someone.</p> <p>The setting is trying to be rather realistic, but don't worry: It still includes Hyperspace travel (yeah!). It is set in a bit over 300 years from now. Humanity has expanded over multiple solar systems but settlements are still comparatively small. Most habitable places outside of Terra are moons around gas giants in the habitable zone of their host stars, or they are completely artificial. Despite the many simple alien life forms that have been found, no intelligences are among it, as it seems. Humanity is still alone in the universe.</p> <p>Intelligent machines are used for most labour. Lots of things are automated and cheap. Sometimes though, human labour is even cheaper, if just far enough from well regulated areas. That is, as long as you are not a criminal. Or worse: in dept of a big coorparation with high social score.</p> <p>Anyway. This post focusses on the history of the campaign world:</p> diff --git a/public/tags/introduction/atom.xml b/public/tags/introduction/atom.xml index 378c88b..0712926 100644 --- a/public/tags/introduction/atom.xml +++ b/public/tags/introduction/atom.xml @@ -13,7 +13,7 @@ 2023-02-02T15:45:00+00:00 https://tiskifer.dk/posts/a-shadow-at-the-end-of-the-tunnel/ - <p>This is the name of my new campaign setting, that I through my players in, recently. In this, and the following posts, I'm going to describe details of this setting, hoping, that it might inspire someone.</p> + <p>This is the name of my new campaign setting, that I've thrown my players in, recently. In this, and the following posts, I'm going to describe details of this setting, hoping, that it might inspire someone.</p> <p>The setting is trying to be rather realistic, but don't worry: It still includes Hyperspace travel (yeah!). It is set in a bit over 300 years from now. Humanity has expanded over multiple solar systems but settlements are still comparatively small. Most habitable places outside of Terra are moons around gas giants in the habitable zone of their host stars, or they are completely artificial. Despite the many simple alien life forms that have been found, no intelligences are among it, as it seems. Humanity is still alone in the universe.</p> <p>Intelligent machines are used for most labour. Lots of things are automated and cheap. Sometimes though, human labour is even cheaper, if just far enough from well regulated areas. That is, as long as you are not a criminal. Or worse: in dept of a big coorparation with high social score.</p> <p>Anyway. This post focusses on the history of the campaign world:</p>