alchi/src/whoaremyfriends/whoaremyfriends.html
2023-11-15 12:20:09 +01:00

24441 lines
745 KiB
HTML
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!doctype html>
<html lang="en">
<!-- TODO messung körperspannung gegen signal ground -->
<!-- TODO bekannte menschen und ihr persönlichkeitstyp -->
<!--
TODO refactor annotations from
<div class="annotation" onClick="clickAnnotation(this)" title='...'>...</div>
to something like
<div class="annotation">...<div style="display:none" class="annotation-content">...</div></div>
so the annotation-content is html
also refactor html comments to hidden html tags like
<div style="display:none" class="comment">...</div>
so the comment-content is html
-->
<!-- NOTE please use a text editor with automatic code folding
im using the "vscode" editor.
actually "vscodium", the open source version of vscode.
for vscode, i have the plugin "explicit folding".
my folding rules are defined in alchi/.vscode/settings.json
without code folding,
you will must navigate about 20000 lines of html code ...
content starts at <article id="whoaremyfriends-german">
-->
<!-- based on `alchi/src/whoaremyfriends/whoaremyfriends.html`
also based on
```
alchi/src/book/
alchi/src/alchi-flyer/
alchi/src/dorfkultur/
```
-->
<!-- TODO use an XML linter for automatic refactoring
example:
`title=""` should come first in `<svg>` and its children
TODO lint annotations:
copy content to attribute
```
<div content="Hello" class="annotation" title='
...
'>Hello</div>
```
to make annotations readable with code folding.
the folded node looks like
```
<div content="Hello" class="annotation" title='...
```
so the content is still readable
lint html:
allow either 1 or 3 empty lines between nodes.
because 2 empty lines are ugly.
example:
```
<div></div>
<div></div>
<div></div>
```
exception: dont apply this rule in `<pre>`
challenge: parse CSS for `white-space:pre`
-->
<!--
TODO replace all `<div class="annotation"` with `<span class="annotation"`
-->
<head>
<meta charset="utf-8">
<title>Pallas. Who are my friends. Stable groups by personality type</title>
<meta name="translation-based-on-file-name" value="wersindmeinefreunde.html" class="notranslate">
<meta name="translation-based-on-git-blob" value="6183d1520516dfeb3ec3c77ec8248a7599d3e67d" class="notranslate">
<!-- TODO keep in sync with intro -->
<meta name="description" content='
Stable groups by personality type.
Who are my friends?
The question sounds simple ... but, it is complicated,
and psychology experts still do not have an answer.
So: We must help ourselves.
'>
<!-- <notranslate> -->
<meta name="author" content="Milan Hauth">
<!-- TODO update -->
<link rel="schema.dcterms" href="http://purl.org/dc/terms/">
<meta id="version" name="dcterms.modified" content="2023-08-28">
<!-- document ID for hypothesis annotations -->
<link rel="canonical" href="https://milahu.github.io/alchi/src/whoaremyfriends/wersindmeinefreunde.html">
<!-- </notranslate> -->
<meta class="foldme" name="keywords" content="
who are my friends,
team composition,
matchmaking,
offline matchmaking,
interpersonal compatibility,
teamwork,
collaboration,
mate selection,
self organization,
self governance,
bottom up organization,
extended families,
village culture,
ecovillages,
small is beautiful,
small states,
minarchy,
human compatibility chart,
human compatibility algorithm,
human compatibility system,
human relations,
human resource managment,
management,
relation management,
personality type compatibility chart,
personality type compatibility algorithm,
personality type compatibility system,
personality type,
compatibility algorithm,
compatibility chart,
compatibility system,
compatibility chart without calender astrology,
scientific compatibility chart,
dating algorithm,
dating formula,
love algorithm,
love formula,
dunbar's number,
utopia,
paradise on earth,
real communism,
small communism,
village communism,
all talents are beautiful,
naturalism,
natural order,
bioconservative,
bioconservatism,
natural philosophy,
natural religion,
primitive culture,
simple solutions,
simple and effective,
radical solutions,
dualism,
feedback,
feedback loop,
sociology,
social psychology,
work life balance,
four elements,
four basetypes,
two factor model of personality,
radical,
concept,
intuitive,
intuition,
prediction,
hypothesis,
research proposal,
research idea,
world formula,
theory of everybody,
theory of everything,
idealism,
wild theory,
alternative medicine,
irrational,
irrational world view,
esoteric,
esoteric cosmology,
alternative,
my kingdom is not of this world,
heretic,
dissident,
criminal,
opposition,
fundamental opposition,
subculture,
small groups,
gangs,
gang culture,
alternative culture,
alternative religion,
postcollapse,
post-collapse culture,
postcollapse culture,
postcrash,
post crash,
postmodern culture,
subjectivity,
nietzsche,
friedrich nietzsche,
ayn rand,
individualism,
liberalism,
liberal,
classical liberal,
classic liberal,
liberation ideology,
liberation theology,
abuse of power,
toxic rational,
toxic rationality,
balance,
justice,
natural selection,
utopia,
renaturation,
run your family like a business,
manage family like a business,
rational family management,
efficient family management,
organize your family,
family organization,
family business,
emotional aspects of human resource management,
personality psychology in human resource management,
small business,
managing talent in a family business,
organizational psychology,
industrial psychology,
early education,
talent scouting,
primitive culture,
agile development,
agile development in family,
agile family,
family meeting,
core values,
long-term strategies and short-term tactics,
talent management,
recruiting,
talent scouting,
personnel selection,
job performance,
hybrid theory,
both are right,
">
<!-- <notranslate> -->
<!-- `files/alchi-pallas-symbol.small.svg` -->
<link rel="icon" type="image/svg" href="data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cg%20id%3D%22pallas-symbol%22%3E%0A%3Crect%20x%3D%223%22%20y%3D%223%22%20width%3D%2210%22%20height%3D%2210%22%20fill%3D%22%23fff%22%20stroke%3D%22%23fff%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%226%22%2F%3E%0A%3Cpath%20d%3D%22m8%2B10%204-4%20-4-4%20-4%2B4%20z%20m0%200v4%22%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.4%22%2F%3E%0A%3Cpath%20d%3D%22m5%2012h6%22%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- non-standard tags, human readable -->
<!-- TODO maybe use dc tags -->
<meta name="author.email" content="milahu@gmail.com">
<meta name="author.email.protonmail" content="milahu@protonmail.com">
<meta name="author.email.torbox" content="milahu@torbox36ijlcevujx7mjb4oiusvwgvmue7jfn2cvutwa6kl6to3uyqad.onion">
<meta name="author.phone" content="+49 151 7205 9978">
<meta name="author.offline" content='
Milan Hauth
Jägerstraße 10
83308 Trostberg
Germany
'>
<meta name="author.chat.telegram" content="+49 151 7205 9978">
<meta name="author.chat.matrix" content="@milahu:matrix.org">
<meta name="author.social.reddit" content="https://www.reddit.com/user/milahu">
<meta name="author.social.reddit.censored" content="https://www.reveddit.com/y/milahu/">
<meta name="author.social.reddit.2" content="https://www.reddit.com/user/milahu2">
<meta name="author.social.gab" content="https://gab.com/milahu">
<meta name="author.social.facebook" content="https://www.facebook.com/mila.nautikus"><!-- note: "You must log in to continue" -->
<meta name="author.social.facebook.2" content="https://www.facebook.com/findus.kohlhase"><!-- note: "You must log in to continue" -->
<meta name="author.social.lastfm" content="https://www.last.fm/user/emmhu21">
<meta name="author.social.lastfm.2" content="https://www.last.fm/user/milahu">
<meta name="author.social.lastfm.3" content="https://www.last.fm/user/kroetikroet">
<meta name="author.social.lastfm.4" content="https://www.last.fm/user/m_11">
<meta name="author.social.youtube" content="https://www.youtube.com/milahu">
<meta name="homepage" content="https://github.com/milahu/alchi">
<meta name="homepage.gitea" content="https://try.gitea.io/milahu/alchi">
<meta name="homepage.codeberg" content="https://codeberg.org/milahu/alchi">
<meta name="homepage.gitlab" content="https://gitlab.com/milahu/alchi">
<meta name="homepage.srht" content="https://sr.ht/~milahu/alchi">
<meta name="homepage.tor.darktea" content="http://it7otdanqu7ktntxzm427cba6i53w6wlanlh23v5i3siqmos47pzhvyd.onion/milahu/alchi">
<meta name="homepage.tor.righttoprivacy" content="http://gg6zxtreajiijztyy5g6bt5o6l3qu32nrg7eulyemlhxwwl6enk6ghad.onion/milahu/alchi">
<!-- </notranslate> -->
<!-- legal stuff. short: zero limits and zero warranty
sorry, i must include a license,
otherwise the braindead legal system assumes "all rights reserved".
[since when, actually? in the past, all content was "public domain" by default.]
i want my content to be "public domain".
the closest license to "public domain" is the "MIT license",
which gives you all freedoms and zero warranty:
-->
<link rel="schema.dc" href="http://purl.org/dc/elements/1.1/">
<!-- <notranslate> -->
<meta name="dc.rights" content='
MIT License
Copyright (c) 2022 Milan Hauth
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
The Software is provided "as is", without warranty of any kind, express or
implied, including but not limited to the warranties of merchantability,
fitness for a particular purpose and noninfringement. In no event shall the
authors or copyright holders be liable for any claim, damages or other
liability, whether in an action of contract, tort or otherwise, arising from,
out of or in connection with the Software or the use or other dealings in the
Software.
'>
<!-- </notranslate> -->
<!-- TODO allow to select pages in the "bindery" layout engine
to avoid the browser's slow "print preview".
in my case, rendering the screen layout takes 30 seconds
and rendering the print preview takes another 50 seconds.
so when i want to print just one page, this is a waste of time.
-->
<!-- TODO replace bindery with pagedjs?
https://github.com/pagedjs/pagedjs
https://gitlab.coko.foundation/pagedjs/pagedjs/
https://github.com/evnbr/bindery/issues/132 # similar projects, pagedjs is a terrible mess ... not beginner-friendly
-->
<!-- book layout engine, based on https://github.com/evnbr/bindery -->
<script src="src/bindery/bindery.umd.js"></script>
<!--
bootstrap user interface library
https://getbootstrap.com/
changes in default style
https://getbootstrap.com/docs/5.2/content/reboot/
FIXME headings too large
-->
<link rel="stylesheet" type="text/css" href="src/bootstrap/bootstrap.css">
<script src="src/bootstrap/bootstrap.bundle.js"></script>
<!-- TODO move script + style to external files -->
<style>
/*
bootstrap: fix darkmode: black stroke -> white stroke
TODO find a better framework that works with darkreader extension
*/
.navbar {
--darkreader-bgimg--bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath opacity='0.55' stroke='white' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
:root[data-darkreader-mode]
.btn-close {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath opacity='0.55' stroke='white' d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
}
</style>
<!-- annotations -->
<!-- hypothesis only works online, so this script is external -->
<!-- uses `<link rel="canonical"` to identify this document -->
<!-- default off. TODO enable from navbar -->
<!-- <notranslate> -->
<!--
<script async src="https://hypothes.is/embed.js"></script>
-->
<!-- </notranslate> -->
<!-- note: our style must come after bootstrap.min.css -->
<style>
/* FIXME width 1105px, zoom 100%, dpi 144? -> horizontal scrollbar in grid view */
body.js-enabled hr {
height: 0;
border: none;
}
.pre-line {
white-space:pre-line;
}
body {
font-family: sans-serif;
font-size: 10pt;
}
body.screen-layout {
text-align: center;
}
body.screen-layout article#content {
--print-margin: 15mm;
--narrow-screen-margin: 5%;
text-align: left;
/* DIN A5 */
--paper-page-width: 148mm;
max-width: calc(var(--paper-page-width) - 2 * var(--print-margin));
margin: 0 auto;
/*
padding: 0 min(var(--print-margin), var(--narrow-screen-margin));
box-sizing: border-box;
outline: solid 1px grey;
*/
}
body.screen-layout .narrow-scroll {
width: 100%;
overflow: auto;
}
/*
body.screen-layout article#content table {
width: 100%;
overflow: auto;
}
*/
h1 {
font-size: 250%;
}
h1, h2, h3 {
font-weight:normal;
}
/* NOTE h4 is font-weight:bold by default */
/* FIXME h5 is too small */
/* FIXME too much vertical space before headings */
h1, h2, h3, h4 {
margin-block-start: 0.33em;
margin-block-end: 0.33em;
}
h4 {
font-weight: bold;
}
div.smilie {
display: inline-block;
/*font-size: 12em;*/
writing-mode: vertical-lr;
margin: auto;
}
/*
div.smilie:before {
content: "";
vertical-align: sub;
}
*/
/* debug
* {
outline: solid 1px red;
}
*/
table.macro-ratios {
width: 80%;
margin: auto;
white-space: nowrap;
}
/* no effect
table.macro-ratios > tr > td {
padding-right: 0.5em;
}
*/
/* no effect
table.macro-ratios > tr > td:nth-child(2) {
width: 100%;
}
*/
table.macro-ratios table {
width: 100%;
margin-top: 0.5em;
border-collapse: collapse;
}
table.macro-ratios table td {
border: solid 1px black;
text-align: center;
}
/* <div class="annotation" */
div.annotation {
display: inline;
background: rgba(255, 255, 0, 0.4); /* transparent yellow */
cursor: pointer;
}
div.annotation:hover {
background: rgba(255, 255, 0, 0.6); /* transparent yellow */
}
@media print {
div.annotation {
background: none;
}
.screen-layout-only {
display: none;
}
}
.bindery-print-sheet {
height: auto !important; /* workaround https://github.com/evnbr/bindery/issues/109 */
}
/* hide bindery menu on scroll down */
.bindery-controls {
/* position: sticky; */
position: static !important;
}
.bindery-sup {
vertical-align: baseline;
font-size: 100% !important;
}
.xcenter {
text-align: center;
}
.xcenter > * {
display: inline-block;
}
.box {
border: solid 1px black; /* TODO better for print? */
padding: 0.2em;
display: inline-block;
white-space: pre-line;
white-space: nowrap;
}
/* moved to javascript. when copying text, square braces should be copied too.
.bindery-sup:before {
content: " [";
}
.bindery-sup:after {
content: "]";
}
*/
/*
Hypothesis sidebar appears in PDF export https://github.com/manubot/rootstock/issues/280
probably blame the bindery style
*/
@media only print {
hypothesis-sidebar {
display: none !important;
}
* {
/* fix: print black text instead of grey text */
/* grey text was produced by src/bootstrap/bootstrap.css */
color: black !important;
}
}
.monospace {
font-family: monospace;
/* in my case, the monospace font is larger than the sans font */
font-size: 92%;
}
.hidden {
/* better than wrapping content in html comments and escaping nested comments -->
/* this is not working. (why?) instead, i use style="display:none" */
/* TODO javascript: find all elements with style="display:none" and make them expandable in the screen layout */
display: none !important;
}
.smalltext {
font-size: 80%; /* this has no effect */
/* browsers enforce a minimum font size. default 9px. can be more */
/* https://stackoverflow.com/questions/2421056/how-can-i-override-the-minimum-font-size-in-firefox/12631243 */
}
.smalltext-block {
/* workaround for browser's minimum font size */
--bindery-content-width: calc(var(--bindery-page-width) - var(--bindery-margin-inner) - var(--bindery-margin-outer));
width: calc(1.25 * var(--bindery-content-width));
transform: scale(0.8);
transform-origin: top left;
/*margin-bottom: -5em; TODO calc this with javascript? */
}
/*
TODO refactor
a: <div class="para">
b: <div>
css selector:
section > div
*/
div.para {
/* note: margins are collapsed
https://stackoverflow.com/questions/3069921/what-is-the-point-of-css-collapsing-margins
*/
margin-top: 0.5em;
margin-bottom: 0.5em;
line-height: 110%;
}
table.four-basetypes,
table.two-parents,
table.two-properties {
margin-top: 0.5em;
margin-bottom: 0.5em;
}
.nowrap {
white-space: nowrap;
}
div.hspace {
display: inline-block;
}
div.nowrap {
display: inline;
}
.footnote {
white-space: nowrap;
}
/* make urls left-aligned */
.footnote-number {
display: inline-block;
width: 1.8em;
text-align: right;
}
.bindery-running-header {
--bindery-content-width: calc(var(--bindery-page-width) - var(--bindery-margin-inner) - var(--bindery-margin-outer));
width: var(--bindery-content-width);
}
.running-header {
display: flex;
flex-direction: row;
justify-content: space-between;
}
.running-header-title-left {
float: right;
}
.running-header-title.hover a {
color: orange;
}
/* css parent selector not implemented
https://stackoverflow.com/questions/1014861
.running-header-title-left a:hover ~ .running-header-title-right a {
color: orange;
}
*/
/*
.footnote-number:before {
content: " [";
}
.footnote-number:after {
content: "]";
}
*/
table.four-basetypes td {
border-left: solid 1px black; /* FIXME pixel hinting */
text-align: center;
vertical-align: top;
padding-left: 5px;
}
table.four-basetypes th {
border-right: solid 1px black; /* FIXME pixel hinting */
text-align: left;
vertical-align: top;
padding-right: 5px;
font-weight: normal;
}
table.four-basetypes {
border-spacing: 2px 0;
/*white-space: nowrap;*//* no linebreaks */
font-size: 90%; /* FIXME this has no effect */
/* workaround for smaller font size */
/*
transform: scale(0.86);
margin-bottom: -2.5em;
*/
transform-origin: top left;
}
table.four-basetypes tbody+tbody tr:first-child * {
border-top: solid 1px black;
}
table.two-properties {
border-spacing: 2px 0;
/*white-space: nowrap;*//* no linebreaks */
font-size: 90%; /* FIXME this has no effect */
/* workaround for smaller font size */
/*
transform: scale(0.86);
margin-bottom: -2.5em;
*/
transform-origin: top left;
}
table.two-properties th {
/*border-right: solid 1px black; /* FIXME pixel hinting */
text-align: left;
vertical-align: top;
padding-right: 5px;
font-weight: normal;
}
/*
table.two-properties th:after {
content: ":";
}
*/
table.two-properties td {
/*border-left: solid 1px black; /* FIXME pixel hinting */
vertical-align: top;
}
table.two-properties td {
text-align: right;
padding-right: 5px;
padding-left: 5px;
}
table.two-properties td+td {
border-left: solid 1px black;
text-align: left;
padding-left: 5px;
}
table.two-parents {
border-spacing: 0;
font-size: 90%; /* FIXME this has no effect */
transform-origin: top left;
}
table.two-parents thead > tr > th {
border-bottom: solid 1px black;
padding-bottom: 5px;
}
table.two-parents tbody > tr:first-child > td {
padding-top: 5px;
}
table.two-parents th {
text-align: left;
vertical-align: top;
font-weight: normal;
}
table.two-parents td {
vertical-align: top;
}
table.two-parents th,
table.two-parents td {
text-align: right;
padding-right: 5px;
padding-left: 5px;
}
table.two-parents th+th,
table.two-parents td+td {
border-left: solid 1px black;
text-align: left;
padding-left: 5px;
}
a {
text-decoration: none;
color: blue;
}
a:hover {
color: orange;
}
@media print {
a { color: black; }
}
/* light mode */
:root { --fg: black; --bg: white; }
/* dark mode */
@media screen {
/* no. the user's desktop can be in dark mode,
but the web browser can be in light mode.
so require the "darkreader extension" for dark mode.
@media (prefers-color-scheme: dark) {
:root { --fg: white; --bg: black; }
.darkmode-invert {
filter: invert();
}
}
*/
/* darkreader extension */
:root[data-darkreader-mode="dynamic"] {
--fg: white; --bg: black;
}
:root[data-darkreader-mode="dynamic"] .darkmode-invert {
filter: invert();
}
}
/*
FIXME
<img class="darkmode-invert"
the class "darkmode-invert" should be applied AFTER the image has loaded.
otherwise darkreader shows the not-yet-loaded image as a white square on black ground, which is ugly.
this is not working:
img:loading {
background: transparent;
border: solid 10px red; // test
}
TODO rename the css class from darkmode-invert to darkmode-invert-loaded
attach an event listener to every image
when the image has loaded, change the image's class from darkmode-invert to darkmode-invert-loaded
see also
https://stackoverflow.com/questions/21148820/is-it-possible-to-detect-broken-unloaded-error-images-with-css
not working ...
*/
img.darkmode-invert {
background: transparent;
}
</style>
<script>
function clickAnnotation(element) {
const text = element.getAttribute("title");
console.log(text);
alert(text); // TODO show pretty modal
}
</script>
<script id="binderyOptions">
// layout options
// the layout rendering engine is bindery
// https://github.com/evnbr/bindery
function getBinderyOptions(Bindery) {
return {
content: '#content',
rules: [
Bindery.PageBreak({ selector: '.pagebreak', position: 'after' }),
Bindery.PageBreak({ selector: 'hr', position: 'after' }),
/*
Bindery.PageBreak({ selector: 'h2:not(.nopagebreak)', position: 'before' }),
Bindery.PageBreak({ selector: 'h3:not(.nopagebreak)', position: 'before' }),
*/
// https://github.com/evnbr/bindery/issues/7
Bindery.Footnote({
// enable footnote links by default, disable footnote with <a class="notranslate">
//selector: "a:not(.nofootnote)",
// disable footnote links by default, enable footnote with <a class="footnote">
selector: "a.footnote",
render: (el, number) => {
// problem: chrome returns "https://torproject.org/" instead of "https://torproject.org"
// from el = <a href="https://torproject.org">Tor Browser</a>
// fix: instead of el.href use el.getAttribute("href")
//console.log(`Bindery.Footnote.render: el`, el);
//var hrefPretty = el.href.replace(/https?:\/\//g, '');
var hrefPretty = el.getAttribute("href").replace(/https?:\/\//g, '');
//return `<span class="footnote"><span class="footnote-number">${ number }</span> <a href="${ el.href }">${ hrefPretty }</a></span>`;
return `<span class="footnote"><span class="footnote-number">[${ number }]</span> <a href="${ el.href }">${ hrefPretty }</a></span>`;
},
}),
Bindery.RunningHeader({
render: (page) => {
if (page.isEmpty) return "";
//if (page.number <= 2) return "";
//if (page.number <= 3) return "";
if (page.number <= 1) return "";
//if (page.element.querySelector("h1")) return "";
//if (page.isLeft) return `<div class="running-header"><span class="page-number">${ page.number }</span> ${ page.heading.h1 }</div>`;
/*
// show only page number, no link, no version
if (page.number <= 3) {
headerTitle = '<div></div>';
if (page.isLeft) return `<div class="running-header"><div class="page-number">${ page.number }</div>${headerTitle}</div>`;
if (page.isRight) return `<div class="running-header">${headerTitle}<span class="page-number">${ page.number }</span></div>`;
}
*/
var linkList = [
['github.com/milahu/alchi', ''],
['gitlab.com/milahu/alchi', 'Mirror'],
['try.gitea.io/milahu/alchi', 'Mirror'],
['codeberg.org/milahu/alchi', 'Mirror'],
['notabug.org/milahu/alchi', 'Mirror'],
['git.disroot.org/milahu/alchi', 'Mirror'],
['sr.ht/~milahu/alchi', 'Mirror'],
// FIXME: onion urls are too long for one printed line
//['it7otdanqu7ktntxzm427cba6i53w6wlanlh23v5i3siqmos47pzhvyd.onion/milahu/alchi', 'Mirror'],
//['gg6zxtreajiijztyy5g6bt5o6l3qu32nrg7eulyemlhxwwl6enk6ghad.onion/milahu/alchi', 'Mirror'],
];
var linkOffset = 1; // which link is first in linkList
var linkIdx = (Math.floor(page.number / 2) - linkOffset) % linkList.length;
var link = linkList[linkIdx][0];
var desc = linkList[linkIdx][1];
var href = `https://${link}`;
if (link.indexOf(".onion/") > -1) {
href = `http://${link}`;
}
//var linkText = desc ? `${link} (${desc})` : link;
var linkText = link;
/* pretty effect, but version is missing
var headerTitle = (page.isLeft)
? `<div class="running-header-title running-header-title-left running-header-title-pages-${page.number}-${(page.number + 1)}"><a href="${href}" onmouseover="hoverBothLinksStart(this)" onmouseout="hoverBothLinksEnd(this)">${linkLeft}</a></div>`
: `<div class="running-header-title running-header-title-right running-header-title-pages-${(page.number - 1)}-${page.number}"><a href="${href}" onmouseover="hoverBothLinksStart(this)" onmouseout="hoverBothLinksEnd(this)">${linkRight}</a></div>`
;
*/
// <meta id="version"
var version = document.querySelector('meta#version').content;
var versionString = version;
//versionString = `Entwurf ${versionString}`; // add prefix
var headerTitle = (!page.isLeft)
? `<div class="running-header-title running-header-title-left"><a href="${href}" onmouseover="hoverBothLinksStart(this)" onmouseout="hoverBothLinksEnd(this)">${linkText}</a></div>`
: `<div class="running-header-title running-header-title-right">${versionString}</div>`
;
//const lastPage = 16; // TODO update manually
// FIXME get num pages
/*
// no page number on last page
if (page.number == lastPage) return '';
if (page.number > lastPage) {
console.log(`FIXME increase lastPage`);
alert(`FIXME increase lastPage`);
return '';
}
*/
const pageNumber = page.number;
//const pageNumber = page.number - 1; // workaround: first page left
if (page.isLeft) return `<div class="running-header"><div class="page-number">${ pageNumber }</div>${headerTitle}</div>`;
if (page.isRight) return `<div class="running-header">${headerTitle}<span class="page-number">${ pageNumber }</span></div>`;
},
}),
],
printSetup: {
// https://bindery.info/docs/#printsetup
// setLayout(newVal) -> automatically set paper size from layout https://github.com/evnbr/bindery/issues/112
// DIN A5 = 1 page
layout: Bindery.Layout.BOOKLET, // default layout for print: PAGES SPREADS BOOKLET
paper: Bindery.Paper.A4_LANDSCAPE, // paper format: A5_PORTRAIT A4_LANDSCAPE
marks: Bindery.Marks.NONE, // NONE CROP BLEED BOTH
bleed: '-12pt', // workaround: bleed is biased by +12pt -> padding-top: calc(var(--bindery-bleed) + 12pt);
},
pageSetup: {
// DIN A5 = 1 page
size: { width: '148mm', height: '209mm' }, // A5. height -1mm to avoid pagebreak https://github.com/evnbr/bindery/issues/109
// print margins
margin: {
// --bindery-margin-top
// usually 10mm. 20mm for long binding. 30mm to make room for running-header (workaround)
//top: '30mm',
top: '10mm',
//inner: '10mm',
inner: '15mm',
outer: '15mm',
bottom: '10mm',
},
},
//view: Bindery.View.PREVIEW, // LINEAR PREVIEW PRINT FLIPBOOK // note: can not select text in PRINT view
// "responsive" layout: set initial view from screen width
// FIXME the layout "snaps" after rendering, from half width to full width
// should be full width from the start
view: (window.innerWidth < 960) ? Bindery.View.LINEAR : Bindery.View.PREVIEW,
//view: Bindery.View.LINEAR, // default layout for screen
};
}
function hoverBothLinksStart(a) {
var c = a.parentNode.className.split(' ')[2];
//console.log(`+ hover .${c}`);
Array.from(document.querySelectorAll(`.${c}`)).map(div => div.classList.add('hover'));
}
function hoverBothLinksEnd(a) {
var c = a.parentNode.className.split(' ')[2];
//console.log(`- hover .${c}`);
Array.from(document.querySelectorAll(`.${c}`)).map(div => div.classList.remove('hover'));
}
</script>
<script id="call-Bindery-makeBook">
/* dom + assets are ready
window.onload = function() {
alert('window.onload');
};
*/
// dom is ready
document.addEventListener("DOMContentLoaded", function(){
//alert('DOMContentLoaded');
window.makeBinderyBook =
async function makeBinderyBook(onResult) {
const options = getBinderyOptions(Bindery);
options.onResult = onResult;
console.time(`Bindery.makeBook`);
await Bindery.makeBook(options);
console.timeEnd(`Bindery.makeBook`);
// note: rendering is not done here
/* not working
console.log(`add handleClick to annotation elements`);
Array.from(document.getElementsByClassName("annotation")).forEach(element => {
console.log(`add handleClick to element`, element);
function clickAnnotation(event) {
const element = event.target;
console.log(`clicked element`, element);
alert(element.getAttribute("title"));
}
element.addEventListener("click", clickAnnotation);
element.addEventListener("mouseover", clickAnnotation);
//element.onclick = handleClick;
});
*/
}
// call this from <button id="render-print-layout"
//makeBinderyBook();
// page loaded
const renderButton = document.querySelector('#render-print-layout-button');
// show the render button
renderButton.classList.remove("disabled");
renderButton.setAttribute("href", "javascript: renderPrintLayout()");
function renderPrintLayout() {
console.log('renderPrintLayout', renderButton);
renderButton.classList.add("disabled");
renderButton.removeAttribute("href");
makeBinderyBook(book => {
//renderButton.parentNode.remove();
// remove the render button
console.dir(book);
renderButton.parentElement.remove();
const sec = (ms) => (ms / 1000).toFixed(2);
if (
document.location.hash != '#renderbook' &&
document.location.hash != '#render'
) {
// render was called manually
// verbose feedback
//alert(`bindery: Layout ready in ${sec(layout)}s (plus ${sec(timeWaiting)}s waiting for images)`);
alert(`print layout ready after ${sec(book.stats.layout)} seconds`);
}
const header = document.querySelector('header');
if (header) {
// workaround so the bindery navbar is visible
// TODO better: make bindery headless, add bindery controls to our navbar
header.remove();
}
// move bindery menu
const binderyControls = document.querySelector(".bindery-controls")
if (binderyControls) {
binderyControls.style.marginTop = "100px"; // TODO better
}
});
// TODO? remove navbar now, show long status message
renderButton.innerHTML = 'Print ...';
renderButton.setAttribute("title", "Please wait some seconds until the print layout is ready");
document.body.classList.remove('screen-layout');
document.body.classList.add('print-layout');
}
window.renderPrintLayout = renderPrintLayout;
if (
document.location.hash == '#renderbook' ||
document.location.hash == '#render'
) {
renderPrintLayout();
}
});
</script>
<style>
#navbar {
top: 0;
transition: top 1s;
/*
position: fixed;
z-index: 1;
width: 100%;
height: auto;
background: var(--bg);
*/
}
</style>
</head>
<body class="screen-layout">
<!-- dont indent body content. shallow xml -->
<script>document.body.classList.add('js-enabled')</script>
<noscript class="screen-layout-only">This page works better with Javascript</noscript>
<header class="screen-layout-only">
<!--
https://stackoverflow.com/questions/71710494/bootstrap-5-navbar-offcanvas
TODO less padding in navbar
TODO this is a "toolbar" so there are no active items
-->
<nav id="navbar" class="navbar navbar-expand-sm mb-4 navbar-light bg-light fixed-top">
<div class="container-fluid">
<!-- <notranslate> -->
<!--
<a class="navbar-brand" href="#">Pallas</a>
-->
<!-- </notranslate> -->
<button class="navbar-toggler" type="button" data-bs-toggle="offcanvas" data-bs-target="#offcanvasNavbarExample-expand-sm" aria-controls="offcanvasNavbarExample-expand-sm">
<span class="navbar-toggler-icon darkmode-invert" data-bs-target="#offcanvasNavbarExample-expand-sm"></span>
</button>
<div class="offcanvas offcanvas-start " data-bs-hideresize="true" tabindex="-1" id="offcanvasNavbarExample-expand-sm" aria-labelledby="offcanvasNavbarExample-expand-sm">
<div class="offcanvas-header">
<!-- <notranslate> -->
<!--
<h5 class="offcanvas-title" id="offcanvasLabel">Pallas</h5>
-->
<!-- </notranslate> -->
<button type="button" class="btn-close btn-close-white text-reset" data-bs-dismiss="offcanvas" aria-label="Close"></button>
</div>
<div class="offcanvas-body">
<ul class="navbar-nav justify-content-center flex-grow-1 pe-3">
<!-- TODO generate table of contents -->
<!-- <notranslate> -->
<!--
<li class="nav-item">
<a class="nav-link" data-bs-toggle="offcanvas" href="#offcanvasTableOfContents" aria-controls="offcanvasTableOfContents">
Inhalt
</a>
</li>
-->
<!-- </notranslate> -->
<li class="nav-item">
<!-- <notranslate> -->
<!--
<a class="nav-link" id="render-print-layout-button" href="javascript: renderPrintLayout()">Drucken</a>
-->
<!-- </notranslate> -->
<a class="nav-link disabled" id="render-print-layout-button">Print</a>
</li>
<!-- TODO inplace editor -->
<!-- <notranslate> -->
<!--
<li class="nav-item">
<a class="nav-link" href="#">Ändern</a>
</li>
-->
<!-- </notranslate> -->
<!-- TODO open modal, ask to load annotations from hypothesis -->
<!-- <notranslate> -->
<!--
<li class="nav-item">
<a class="nav-link" href="#">Notizen</a>
</li>
-->
<!-- </notranslate> -->
<!-- `class="dropdown-toggle"` = down-arrow next to button -->
<li class="nav-item dropdown">
<a class="nav-link" href="#" id="navbarDropdown" role="button" data-bs-toggle="dropdown" aria-expanded="false">
Sources
</a>
<!-- <notranslate> -->
<ul class="dropdown-menu" aria-labelledby="navbarDropdown">
<li><a class="dropdown-item" href="https://github.com/milahu/alchi">github.com</a></li>
<li><a class="dropdown-item" href="https://gitlab.com/milahu/alchi">gitlab.com</a></li>
<li><a class="dropdown-item" href="https://codeberg.org/milahu/alchi">codeberg.org</a></li>
<li><a class="dropdown-item" href="https://try.gitea.io/milahu/alchi">gitea.io</a></li>
<li><a class="dropdown-item" href="https://sr.ht/~milahu/alchi">sr.ht</a></li>
<li><hr class="dropdown-divider"></li>
<!-- </notranslate> -->
<!-- TODO open modal, ask to open *.onion link -->
<!-- <notranslate> -->
<li><a class="dropdown-item" href="http://it7otdanqu7ktntxzm427cba6i53w6wlanlh23v5i3siqmos47pzhvyd.onion/milahu/alchi">darktea.onion</a></li>
<li><a class="dropdown-item" href="http://gg6zxtreajiijztyy5g6bt5o6l3qu32nrg7eulyemlhxwwl6enk6ghad.onion/milahu/alchi">righttoprivacy.onion</a></li>
</ul>
<!-- </notranslate> -->
</li>
<!-- TODO open modal, show help -->
<!-- <notranslate> -->
<!--
<li class="nav-item">
<a class="nav-link" href="#">Speichern</a>
</li>
-->
<!-- </notranslate> -->
<!-- TODO open modal, show help -->
<!-- <notranslate> -->
<!--
<li class="nav-item">
<a class="nav-link" href="#">Teilen</a>
</li>
-->
<!-- </notranslate> -->
</ul>
</div>
</div>
</div>
</nav>
<!-- table of contents -->
<!-- TODO generate from headings in <article id="content" -->
<!-- TODO generate table of contents -->
<!-- <notranslate> -->
<!--
<div class="offcanvas offcanvas-start text-start" tabindex="-1" id="offcanvasTableOfContents" aria-labelledby="offcanvasTableOfContentsLabel">
<div class="offcanvas-header">
<h5 class="offcanvas-title" id="offcanvasTableOfContentsLabel">Inhalt</h5>
<button type="button" class="btn-close" data-bs-dismiss="offcanvas" aria-label="Close"></button>
</div>
<div class="offcanvas-body">
<ol id="table-of-contents">
<li><a href="#">Wer sind meine Freunde?</a></li>
<li>
<a href="#">Pallas-Muster</a>
<ol>
<li><a href="#">Woher kommt das Pallas-Muster?</a></li>
<li><a href="#">Freunde sind nah, Feinde sind fern</a></li>
<li><a href="#">Bessere Welt</a></li>
<li><a href="#">Pallas-Symbol</a></li>
<li>
<a href="#">Alternative Darstellungen vom Pallas-Muster</a>
<ol>
<li><a href="#">Runde Linien</a></li>
<li><a href="#">Doppelbindungen und Einfachbindungen</a></li>
</ol>
</li>
</ol>
</li>
<li><a href="#">Hypothese</a><ol>
<li><a href="#">Wahrheitsmatrix</a></li>
<li><a href="#">Experiment</a></li>
</ol></li>
<li>
<a href="#">Pallas-Experiment</a>
<ol>
<li><a href="#">Zweier-Gruppen</a></li>
<li><a href="#">Vierer-Gruppen</a></li>
</ol>
</li>
</ol>
</div>
</div>
-->
<!-- </notranslate> -->
<script>
/*
hide menu on scroll down
show menu on scroll up
https://stackoverflow.com/a/36449756/10440128
*/
var lastScrollTop = 0;
window.scrollListener = function handleScroll() {
const navbar = document.getElementById("navbar");
if (!navbar) {
//window.addEventListener("scroll", window.scrollListener, false);
window.removeEventListener("scroll", window.scrollListener, false);
window.scrollListener = undefined;
return;
}
var st = window.pageYOffset || document.documentElement.scrollTop;
if (st > lastScrollTop){
document.getElementById("navbar").style.top = "-100%";
} else {
document.getElementById("navbar").style.top = "0";
}
lastScrollTop = st;
}
window.addEventListener("scroll", window.scrollListener, false);
</script>
</header>
<article id="content">
<!-- id="content" is needed for bindery -->
<!-- dont indent article content. shallow xml -->
<!-- end of article: `</article>` -->
<section id="first-page" style="text-align:center">
<div class="vspace" style="height:7em"></div>
<!-- <notranslate> -->
<h1>Pallas</h1>
<!-- </notranslate> -->
<div class="vspace" style="height:2em"></div>
<img class="darkmode-invert" alt="alchi.pallas-symbol" style="max-width:16em" src="../images/alchi.pallas-symbol.svg">
<div class="vspace" style="height:2em"></div>
<h2>Who are my friends</h2>
<div class="vspace" style="height:1em"></div>
<h2 class="nopagebreak">Stable groups by personality type</h2>
</section>
<!-- end of `<section id="first-page"` -->
<hr>
<!-- page 2 -->
<section id="intro">
<h2>
Who are my friends?
</h2>
<div class="para">
The question sounds simple ... but it is complicated,<br>
and psychology experts still do not have an answer.<br>
So: We must help ourselves.
</div>
<!-- bla ... Idealisten vs Realisten, Fühlen vs Denken
ist "bla" aber trotzdem wichtig
TODO better wording
Objektiv gesehen gibt es zwei Antworten.
Idealisten sagen:
Meine Freunde sind die Menschen,
die ich mag,
Idealismus oder Realismus.
Fühlen oder Denken.
Wer seine Freunde "fühlt" der entscheidet selber
(Selbstwert, Sensor, Führer, liberal, emotional,
Persönliche Gründe, innere Gründe).
Wer seine Freunde "denkt" der lässt Andere entscheiden
(Fremdwert, Memor, Folger, konservativ,
rational, Sachgründe, äussere Gründe).
Solche "Denker" verteidigen ihre "Führer",
und wenn ich auf Abwehr stoße,
dann fordere ich:
Bring mich zu deinem Führer!
Du hast keinen?
Dann suchen wir deinen Führer : )
Fühlen oder Denken?
Beide sind wichtig,
aber ich als Gefühlsmensch sage:
"erst Fühlen, dann Denken".
Also Fühlen ist Grundlage zum Denken.
Das ist meine <b>subjektive Weltsicht</b>,
und jeder Mensch hat seine subjektive Weltsicht.
Wenn zwei Hypothesen streiten, dann soll man beide testen.
Wenn zwei sich streiten, dann soll man wetten.
(Nur tote Menschen sind objektiv, neutral, grau.)
-->
<div class="para">
Topic:
<b>Justice.</b>
People and relations.
</div>
<div class="para">
Target group:
People with a future.
Farmers and soldiers.
</div>
<div class="para">
Technical terms:
<span>
Human Resource Management.
Matchmaking Algorithm.
<a class="footnote" href="https://en.wikipedia.org/wiki/Interpersonal_compatibility">Interpersonal Compatibility</a>.
<a class="footnote" href="https://en.wikipedia.org/wiki/Team_composition">Team Composition</a>.
</span>
</div>
<div class="para">
<!-- yes i know <ol><li>a</li><li>b</li></ol>
but browsers like chrome are stupid,
as when i copy text from <ol>,
then the numbers are NOT copied.
with my version, this copy operation always works.
-->
My theses:
</div>
<div class="para">
1. Every human needs <b>six friends</b>.
</div>
<div class="para">
2. These friends fulfill a certain pattern, the <b>Pallas pattern</b>.
</div>
<div class="para">
3. The Pallas pattern applies to <b>all</b> people.
</div>
<div class="para">
4. People are different according to:<br>
<div class="hspace" style="width:1.1em"></div>gender, age, personality type.
</div>
<div class="para">
5. Personality type equals inner gender times inner age.
</div>
<div class="para">
So ... Who are my friends?
</div>
<div class="para">
Only a few worldviews provide an answer,
for example
<span class="note">astrology<span style="display:none">
Astrologie:
Falsch ist der Schluss von Geburtstag auf Persönlichkeitstyp.
Weil:
Persönlichkeitstypen sind zufällig verteilt.
Weil:
Wie funktioniert dieses System für Menschen,
wo der Geburtstag nicht bekannt ist?
Weil:
Geburtstag und Kalender sind Produkte von Hochkultur,
also dieses System hätte vor 10 Millionen Jahren nicht funktioniert.
</span></span>
and socionics
make
<span class="note">predictions<span style="display:none">
TODO 16personalities macht Vorhersagen zur Kompatibilität
</span></span>
about the compatibility between personality types.
But that is too imprecise for me.
I am looking for a mathematically exact system,
to explain and predict <b>voluntary relations</b>.
</div>
<div class="para">
TODO I am looking for a "holistic" theory to apply in work and private life.
A weakness of organizational psychology is its limitation to working life.
because "interfering in privacy is unprofessional"...
</div>
<div class="para">
So, "Who are my friends?",
or in other words:
<b>How do we must connect different people,
so that everyone is happy?</b>
"Different people" means above all:
people with different personality types.
</div>
<div class="para">
Synonyms:
<b>Personality Type</b>,
Subjective World View,
Subjective Truth,
Inner Values,
Taste,
Humor,
Talent,
Temperament.
</div>
</section>
<!-- end of `<section id="intro"` -->
<!-- TODO remove this workaround, implement class="nopagebreak" -->
<!--
TODO implement in bindery: style="break-before:page"
https://developer.mozilla.org/en-US/docs/Web/CSS/break-before
-->
<hr>
<section id="pallas-pattern">
<h2>
Pallas Pattern
</h2>
<div class="para">
Who are my friends?
My answer is the <b>Pallas pattern</b>:
</div>
<div class="xcenter">
<img class="darkmode-invert" style="max-width:18em;margin:2em 0" src="../images/alchi.pallas-pattern.svg">
</div>
<div class="para">
The Pallas pattern shows <b>16 people</b> from above.
Each circle is a human.
Abbreviations:
<div class="nowrap">
MF = Male Female.
</div>
<div class="nowrap">
SL = Small Large = young old.
</div>
<div class="nowrap">
1234 = four personality types.
</div>
(I will explain the four types later.)
</div>
<!-- TODO move? -->
<div class="para">
I believe:
<!-- wording kausalität: vorwärts vs rückwärts kausalität
rückwärts kausalität: damit wirkung, muss ursache.
Damit ein bestimmter Persönlichkeitstyp zu mir passt,
muss er im richtigen Körper wohnen.
= mental stacking
= ich muss mir den anfang merken (auf meinen hirn-stack pushen),
weiter lesen für den nächsten satzteil,
meinen stack poppen und den satz verstehen.
vorwärts kausalität: erst ursache, dann wirkung.
Wenn ein Persönlichkeitstyp im richtigen Körper wohnt,
dann finde ich diesen Typ sympathisch.
-->
<b>if a personality type lives in the right body,
then I find that type likeable.</b>
</div>
<div class="para">
... that is my core thesis.
So another human is compatible with me,
if his body and mind fulfill certain properties.
(spirit = personality type = inner values.)
</div>
<div class="para">
Additionally, we need a common language,
but compatibility is the most important foundation for any good relation.
</div>
<div class="para">
On the other side, if a personality type lives <b>in the wrong body</b>,
then I find that type wrong, sick, stupid, annoying, draining ...
</div>
<div class="para">
Subjective truth:
Which body is "right"?
Which properties are "correct"?
This is always <b>relative</b> to my body and mind.
</div>
<hr>
<section id="pallas-pattern-origin">
<h3>Where does the Pallas pattern come from?</h3>
<div class="para">
Experience and symmetry.
I found my personality type
(basetype 1, subtype 4).
Then I estimated the personality types
of my family, friends and neighbors,
always asking "Who do I like? Who do I dislike?"
or "Who fits together? Who has always conflict?"
When in doubt, I took the "nicer" solution
(symmetry, stripe pattern and hexagon pattern),
and at some point, I had the Pallas pattern.
</div>
</section>
<!-- end of `<section id="pallas-pattern-origin"` -->
<section id="friends-are-close-enemies-are-distant">
<h3>Friends are close, enemies are distant</h3>
<div class="para">
The Pallas pattern shows friends and enemies.
When two people stand next to each other, they are friends.
If two people are further apart, then they are enemies.
</div>
<div class="para">
Enemies need <b>mutual friends</b>
for healthy coexistence (social health, healthy group).
When two enemies live together,
there are always misunderstandings,
and everyone automatically thinks everything
<span content="scheisse," class="note">,<span style="display:none">
"Nein! Das bleibt hier alles so wies ist!"
Okay <a href="https://youtu.be/gy39bTYYWs4">Andreas</a>.
Schön für dich.
Wenn ein Mensch sich wehrt gegen gut-gemeinte Ratschläge,
dann hat das oft <b>Persönliche Gründe</b>.
Dann zählt nicht "Was" einer sagt, sondern "Wer" etwas sagt.
Zarathustra: "Ich bin nicht der Mund für diese Ohren."
Echte Freunde.
Geistige Nähe.
Geistige Freundschaft.
"Freundschaft" klingt zu konkret.
Kompatibilität ist etwas theoretisches,
das "schon da" sein kann,
aber auch "noch nicht da" sein kann.
Auch wenn zwei menschen sich noch nie gesehen haben,
können sie trotzdem kompatibel sein.
Geist-Verwandtschaft.
Soulmates.
Sympathie.
Kompatibilität.
</span></span>
the other says and does is shit (<b>personal reasons</b>),
no matter how well-intended (factual reasons).
Zarathustra: "I am not the mouth for these ears."
</div>
<div class="para">
The Faith Question:
False: "What do I believe?"
Correct: "Who do I believe?"
</div>
<div class="para">
Synonyms:
Real friends,
spiritual closeness,
spirit relatives,
soulmates,
attraction,
attraction,
beauty,
sympathy,
compatibility,
...
</div>
<div class="para">
What happens at the <b>edge</b> of the Pallas pattern?
The pattern is simply repeated,
like a stamp or tile pattern (tessellation).
<br>
Line 5:
<div class="nowrap">
F1L M2L F4L M3L.
</div>
Column 5:
<div class="nowrap">
F1L F2S F3L F4S.
</div>
</div>
<div class="para">
Each human in the Pallas pattern has 6 friends:
2 friends in the horizontal direction (same age),
2 friends in the vertical direction (same gender),
2 friends in the diagonal direction (same diagonal, double opposite).
</div>
<div class="para">
Squares and Crosses:
There are 2 different groups of four in the Pallas pattern.
Each cross group has all 4 types: 1-3-2-4.
Each square group has only 2 types: 1-2-1-2 or 3-4-3-4.
The lines in the Pallas pattern always connect the opposite types (1-2 and 3-4).
</div>
<!-- spam? -->
<div class="para">
Names for the Pallas pattern:
<b>Friend Map</b>,
map of friends,
pattern for relations,
mixed culture for people,
family constellation,
compatibility pattern by personality type,
<b>Compatibility Chart</b> for Personality Types,
...
</div>
<hr>
<div class="para">
Mathematical description for the Pallas pattern:
Irregular Tessellation of Square and Irregular 90-135 Hexagon.
In German:
Tessellation of Square and Irregular 90-135 Hexagon.
Tessellation, tiling, tiling means:
a small basic pattern is repeated in all directions.
Irregular hexagon with two 90 degree angles and four 135 degree angles:
I call it <b>Pallas hexagon</b>,
because this hexagon is created on the edge of the Pallas symbol.
This exact hexagon is also in the logo
the chemical company "F. Hoffmann-La Roche AG",
as a reference to hexagons in organic chemistry.
</div>
<section id="pallas-pattern-better-world">
<h3>Better world</h3>
<div class="para">
I hope the Pallas pattern is true for everyone.
If it is true, then the Pallas pattern is
a basis for a <b>better world</b>:
friends are
<span class="note">close,<span style="display:none">
fernbeziehungen sind eine grundlage für das aktuelle (kranke) system.
das aktuelle (kranke) system basiert auf fernbeziehungen.
was ist mein ziel?
was bringt mein konzept / meine idee?
gerechtigkeit bei der verteilung von persönlichkeitstypen.
also nicht nur eine "frauenquote"
sondern gerechtigkeit in allen 4 dimensionen:
körper-geschlecht körper-alter hirn-geschlecht hirn-alter.
und sowieso:
freiwillige beziehungen, romantik, idealismus,
schüler dürfen ihre lehrer wählen, jeder darf lehrer sein ...
ultimative ketzerei : D
<a href="https://www.youtube.com/watch?v=Hu-CGPwk8nQ&list=UUk_9P4OTbU0lVWSoh16BQuw&index=6">LAPAZ - KRKA (Albumsnippet No.1)</a>
gottkomplex, megalomaniac, grandiose narciss, typ 1.
Manchmal fragt ihr euch ob Gott verrückt ist
Aber was wollt ihr tun, wenn Gott zurück ist?
DJ Tomekk - Return Of Hip Hop (feat. Torch, KRS-One, MC Rene)
worst case:
meine theorie ist falsch.
dann haben wir riskiert und verloren.
dann haben wir energie verschwendet (research cost, Research and Development Expense).
best case:
meine theorie ist richtig.
dann haben wir riskiert und gewonnen.
dann haben wir eine wichtige grundlage für eine bessere welt.
<a href="https://www.youtube.com/watch?v=G87XDHw2lOE&list=UUk_9P4OTbU0lVWSoh16BQuw&index=19">LAPAZ - HÖCHSTE ZEIT (PROD. BY VINTAGEMAN PRODUKCJA)</a>
&gt; nicht mehr lang bis sich unser aller König zeigt, Jesus Christ dem Teufel geht der Arsch auf Eis
definiere könig, definiere gott, definiere teufel ... für mich nur synonyme für persönlichkeitstypen. (nur was ich auch anfassen kann ist real. pragmatik. results culture.)
nur ... who is who? wer ist welcher typ? mein typ? dein typ? sein typ? kein typ?
eine frage ist ja auch:
abeite ich für tote götter?
oder abeite ich für lebende götter?
hirnfick-fragen, ich weiss schon : D
der schmale grat zwischen genie und wahn.
viele menschen suchen einen schutzherr,
der seine arbeit besser macht als der aktuelle "vater staat".
also ein neues system, ein besseres system.
auch dafür hab ich meine theorie geschrieben:
als anleitung zum aufbau von kleinstaaten.
mein "gott" der für alle gilt heisst naturordnung
(naturgesetze, physik, naturkonstanten, freiwillige beziehungen).
--
Manchmal fragt ihr euch, ob Gott verrückt ist
Aber was wollt ihr tun, wenn Gott zurück ist?
DJ Tomekk - Return Of Hip Hop (feat. Torch, KRS-One, MC Rene)
</span></span>
enemies are distant,
everyone is allowed to live out his strengths,
everyone is allowed to delegate his weaknesses to his friends.
</div>
</section>
<!-- end of `<section id="pallas-pattern-better-world"` -->
<!-- no space -->
<section style="display:none" id="pallas-pattern-no-circles">
<h3>
Pallas-Muster ohne Kreise
</h3>
<div class="xcenter">
<img class="darkmode-invert" style="max-width:18em;margin:2em" src="../images/alchi.pallas-pattern.nocircles.64points.svg">
</div>
</section>
<!-- TODO generate from headings
<section id="contents">
</section>
-->
<section id="pallas-symbol">
<h3>
Pallas symbol
</h3>
<div class="para">
Why is it called "Pallas"?
Well, the symbol is called Pallas.
The connection between diamond and cross.
</div>
<div class="para">
For me a symbol for F4:
woman = cross = crossed out penis, type 4 = diamond.
Pallas is probably a feminine form of phallus, penis.
</div>
<div class="para">
A meaning of the Pallas symbol:
spear, lance, javelin, pike.
So it is a primitive weapon.
The diamond is the tip,
the cross is the handle.
See appendix: Greek Mythology
</div>
</section>
<!-- TODO fill whitespace -->
<hr>
<section id="pallas-pattern-alternative-representations">
<h3>
Alternative representations of the Pallas pattern
</h3>
<div class="para">
The disadvantage of these representations is that
they require higher resolution.
On the other side: The Pallas pattern is the simplest representation,
and is clearly visible even at low resolution,
for example as a 16x16 pixel icon on the monitor.
The Pallas symbol is similar to the Venus symbol ♀.
I deliberately chose not a circle,
but a square so that you can see:
the Pallas key connects seven points.
But back to:
Alternative representations of the Pallas pattern.
</div>
</section>
<section id="pallas-pattern-round-lines">
<h3>Round lines</h3>
<div class="xcenter">
<img class="darkmode-invert" style="max-width:15em;margin:2em" src="../images/alchi.pallas-pattern.roundlines.svg">
</div>
</section>
<section id="pallas-pattern-single-bonds-and-double-bonds">
<h3>Double bonds and single bonds</h3>
<div class="xcenter">
<img class="darkmode-invert" style="max-width:15em;margin:2em" src="../images/alchi.pallas-pattern.doublelines.svg">
</div>
</section>
</section>
<!-- end of `<section id="friends-are-close-enemies-are-distant"` -->
</section>
<!-- end of `<section id="pallas-pattern"` -->
<section id="contents">
<h2>Contents</h2>
<div class="para">
The focus is on my hypothesis,
my answer to the question:
Who are my friends?
</div>
<div class="para">
My target group are children and laypeople,
so I also explain the <b>context</b> my hypothesis:
What are hypotheses?
What is science?
What is The Scientific Method?
What is truth?
What are lies?
How does fraud work?
</div>
<div class="para">
The most important application of my hypothesis
is self-organization,
building groups,
building small states.
Here too I explain the context:
What are large states?
What are the disadvantages of security policy?
What is natural order?
</div>
<div class="para">
At the end of my book
is a collection of ...
concepts, sayings, quotes, pictures.
When I write a book,
then I also bring a "Best Of",
a short summary (wrap-up, poem)
of everything that I think is good and important.
Good things should be repeated and shared.
Learning by spaced repetition.
</div>
</section>
<section id="active-reading">
<h2>Active reading</h2>
<!--
src/dorfkultur/dorfkultur.html: Zum Lernen muss man <b>Aktiv Lesen:</b>
src/whoaremyfriends/wersindmeinefreunde.trash.html: Zum Lernen muss man <b>Aktiv Lesen:</b>
-->
<div class="para">
Reading is the most important thing you learn in school.
You can then learn everything else yourself.
To learn you must actively read:
</div>
<div class="para">
underline important words.
(Yes you can, it is your text.)
</div>
<div class="para">
Write down volatile thoughts immediately,
before you forget them again.
(That is why there is a white border.)
</div>
<div class="para">
Read again sentences you do not understand.
Decipher words you do not understand.
Take regular breaks: move around or lie down.
</div>
<div class="para">
Reading is also subjective:
Types 24 want to read "linearly",
read exactly once from Aah to Zett.
Types 13 read more chaotically,
are more easily distracted, and have less patience.
</div>
</section>
<section id="feedback-early-often">
<h2>Feedback</h2>
<div class="para">
If you want to publish your comments,
please do it early and often.
In computer programming we say:
<span class="nowrap">"release early,</span>
<span class="nowrap">release often."</span>
It is not just about me or about "my" book.
Maybe we all can learn something from you.
</div>
<div class="para">
If you want to do this anonymously,
then see the "Help wanted" section on page 40.
<!-- TODO update this page number.
ideally bindery would return the dynamic page number of a section.
something like binderyPageNumber('#todo-help-wanted')
-->
</div>
<div class="para">
You decide your level of involvement.
&mdash; <span class="notranslate">Tyler Durden, Fight Club</span>
</div>
</section>
<section id="pallas-hypothesis">
<h2>Hypothesis</h2>
<div class="para">
The Pallas pattern is just a hypothesis,
a research proposal.
I give you <b>no guarantee</b> that it will work.
Is the Pallas pattern right or wrong?
How can we find out?
To do this we must do an experiment.
Anyone can publish results on my websites (Github, Gitlab, ...).
(Yes, even negative results.)
</div>
<div class="para">
<b>Alternative hypotheses:</b>
1. there is no "pattern for relations" and all people are compatible,
so random relations are just as good and stable
as the "compatible" relations in the pattern.
2. this pattern is wrong, but there is another pattern.
You are welcome to suggest a different pattern,
then we can try different patterns and compare them.
</div>
<div class="para">
Unfortunately, I can not do a simulation,
or solve the problem "in my head",
because here I am looking for <b>fundamental principles</b> (axioms, highest truths),
and there are no rational reasons behind it,
only my personal reason:
"I believe that my hypothesis is true."
</div>
<div class="para">
A hypothesis is correct,
if it can explain many phenomena (realities),
and does not produce any contradictions (<b>freedom of contradictions</b>).
That is why negative feedback (contradictions, "it does not work")
just as important as positive feedback ("it works").
</div>
<div class="para">
A hypothesis is not yet correct,
if it is only "consistent",
if it is only "looks good from the inside".
Such a consistent hypothesis looks good on paper,
but still needs to be tested ("trial by fire", testing is better than studying).
</div>
<section id="pallas-hypothesis-truth-matrix">
<h3>Truth Matrix</h3>
<div class="para">
First impressions are cheap
and only give a rough estimate.
Believe. Opinion. Screening. Idea. Suspicion. Indication. Feel. Intuition.
</div>
<div class="para">
Second impressions are expensive
and give an accurate assessment.
Knowledge. Proof. Test. Experiment. Strictly. Exactly.
</div>
<div class="xcenter">
<img class="darkmode-invert" style="margin:2em; max-width:26em" src="../images/alchi.two-step-test.screening-and-test.positive-negative.true-false.en.svg">
</div>
<div class="para">
In other words:
"true positive" = "risked and won",
"false negative" = "defended and lost", etc.
</div>
</section>
<hr>
<section id="pallas-hypothesis-experiment">
<h3>Experiment</h3>
<div class="para">
The experiment must be cheap,
then every human can reproduce (repeat) the experiment.
There will always be people who do <b>not yet know</b> this theory.
These people need a cheap way to test the theory.
These people only must "believe" in the hypothesis for the experiment.
The experiment should be clearly limited in time. Example: for one day.
When the experiment is over, the hypothesis is invalid again.
</div>
<div class="para">
Ideally, you should always be skeptical
about all suggestions, recommendations, suggestions ...
because:
Strictly speaking, these are <b>all just hypotheses</b>
that each group has to test for itself
(division of labor between feeling and knowing = research and production).
</div>
<div class="para">
Example of a non-reproducible experiment:
life after death.
Every human can do this experiment (dying) exactly once,
so it can not be reproduced.
In other words: Once is never. One time is no time.
</div>
<div class="para">
Also important: control groups. "Do wrong."
You can only measure the quality of relations if
you have tried "right" and "wrong" relations.
So: <b>You must try both</b>
and only when looking back you can say:
one was better, the other was
<span class="note">worse.<span style="display:none">
höfliche Menschen werden schlechte Beziehungen nur indirekt kritisieren
als "nicht so gut" oder "weniger gut als andere".
Vorsicht, Angst, Sicherheitsdenken, Risk-Aversion.
Jeder Typ hat seine Sprache.
</span></span>
Measurements are always relative.
Testing is better than studying.
</div>
</section>
</section>
<!-- end of `<section id="pallas-hypothesis"` -->
<!-- TODO fill whitespace -->
<hr>
<section id="pallas-experiment">
<h2>Pallas Experiment</h2>
<div class="para">
How does this <b>Experiment</b>?
To do this we must connect people like in the Pallas pattern.
These bonds must be voluntary.
A matchmaker (mediator) can make suggestions,
but every human can say "no",
or make suggestions himself (talking or showing),
or work as a matchmaker himself (flat hierarchy).
</div>
<section id="pallas-experiment-groups-of-two">
<h3>Groups of Two</h3>
<div class="para">
Step one
is to <b>form groups of two</b> (pairs).<br>
Example:
<div class="nowrap">M1S-F3S</div>.
</div>
<div class="para">
Step two
is <b>switching between groups of two</b> (squares).<br>
Example:
<div class="nowrap">M1S-F3S-F2L-M4L</div>.
</div>
<div class="para">
Groups of two are easy.
You have something in common,
and you can gossip about "the others".
"The two of us against the rest of the world".
Problem:
Over time, every couple becomes one-sided and looks for balance.
Solution: groups of four.
But our goal is NOT to build blood-related small families
("we have two children"),
but rather to build <b>spiritually related small families</b>
("we are looking for common friends",
<span class="note">Adoption,<span style="display:none">
schnelle lösung: freunde suchen = geistverwandte.
langsame lösung: kinder machen = blutverwandte.
</span></span>
spiritual reproduction, smart solution).
</div>
<div class="xcenter">
<img class="darkmode-invert" style="max-width:9em;margin:2em" src="../images/alchi.pallas-pattern.pair-m1s-f3s.svg">
</div>
</section>
<hr>
<section id="pallas-experiment-groups-of-four">
<h3>Groups of four</h3>
<div class="para">
Groups of four are a little more complicated.
In the Pallas pattern, the four people stand in
a square (static),
but in the real world the following applies:
the groups of four always split into two pairs,
because only "in private" one can be free
(not feel like being watched).
The couples always change,
because in the long run, every couple becomes one-sided and looks for balance
(group dynamics, partner exchange).
</div>
<div class="para">
"Swapping partners" sounds like sex, but that is not what I mean.
Each group of four is
a similar small family:
Son Mother Daughter Father
= MS FL FS ML
= 2 men + 2 women
= 2 young + 2 old.
There are 3 ways to form pairs:
horizontal vertical diagonal.
</div>
<div class="xcenter">
<img class="darkmode-invert" style="max-width:9em;margin:2em" src="../images/alchi.pallas-pattern.square-m1s-f3s-m4l-f2l.svg">
</div>
<div class="para">
Example:
Group of four
<div class="nowrap">M1S-F3S-F2L-M4L</div>.
Horizontal pairs:
M1S-F3S and M4L-F2L =
son-daughter and father-mother =
same age.
Vertical pairs:
M1S-M4L and F3S-F2L =
son-father and daughter-mother =
same gender.
Diagonal pairs:
M1S-F2L and F3S-M4L =
son-mother and daughter-father =
same diagonal.
</div>
</section>
<hr>
<section id="pallas-experiment-groups-of-four-peer-exchange">
<h4>Partner exchange</h4>
<div class="para">
How exactly does partner exchange work?
I do not know that yet,
and we will see in the experiment.
I believe:
Groups of four always "oscillate" between
horizontal pairs and vertical pairs.
</div>
<div class="para">
TODO
beauty is subjective.
Compatibility = beauty = attraction.
</div>
<div class="xcenter">
<img class="darkmode-invert" style="max-width:20em;margin-top:1em" src="../images/alchi.peer-exchange.partnertausch.svg">
</div>
<div class="para">
Here I show people as puzzle pieces.
<div class="nowrap">Nose inwards</div>
= <div class="nowrap">introvert subtype</div>.
<div class="nowrap">Nose pointing outwards</div>
= <div class="nowrap">extravert subtype</div>.
The bonds are "monolog bonds":
one bond partner plays "seer and speaker" (invisible and deaf),
the other bond partner plays "hearer and pointer" (mute and blind).
</div>
</section>
<section id="pallas-experiment-groups-of-four-subtype-and-peer">
<h4>Subtype and partner</h4>
<div class="para">
I believe:
There is a connection between subtype and partner.
This connection goes in both directions (bidirectional):
A specific subtype acts as a mating call
for a specific partner.
And the other way around:
A specific partner (mate presence)
activates a specific subtype.
</div>
<div class="para">
I believe:
Few people have a balance
between their 2 subtypes.
Most people are "specialized" in one subtype
(strength, more experience),
and the other subtype is
<span class="note">weaker.<span style="display:none">
Sozial-Therapie.
Ziel:
Jeder soll beide seiner Subtypen spielen.
= mutable modality (wechselhafte Modalität) in der Astrologie.
Anfang der Therapie:
Paare bilden,
Vierer-Gruppen bilden.
</span></span>
</div>
<div class="para">
I do not yet know whether and how the diagonal pairs work.
Diagonal pairs: MS-FL and FS-ML.
</div>
</section>
<section id="pallas-experiment-groups-of-four-subtype-and-same-basetype">
<h4>Subtype and same basetype</h4>
<div class="para">
Subtype with same types.
Example:
Two F3s live together.
The two types are not compatible,
so they will repel each other via their subtypes:
F301 and F302.
TODO graphic with subtypes.
If these two people are different ages,
then they may have a "weak bond."
Example:
F3L and F3S &rarr; F302L and F301S.
The subtypes lie at right angles.
Bond to subtype:
F301S binds to the F2L subtype of F302L.
If both already have the same subtype,
before they come together,
then they are even less compatible because they are too similar
(competition or standstill).
</div>
</section>
<hr>
<section id="pallas-experiment-groups-of-eight">
<h3>Groups of Eight</h3>
<div class="para">
Step three is <b>switching between groups of four</b>.
The Pallas pattern shows 2 different groups of four:
crosses and squares.
Crosses connect all 4 types.
Squares only connect 2 types (example: 1-2-1-2).
</div>
</section>
<section id="pallas-experiment-groups-of-eight-pallas-symbol">
<h4>Pallas key</h4>
<div class="para">
The combination of cross and square is called <b>Pallas</b>, or Pallas key.
It is a combination of opposites (conjunctio oppositorum),
like "day and night".
The Pallas Key connects 7 points
<span content="(Glückszahl 7)." class="note">(lucky number 7).<span style="display:none">
Der Anfangs-Buchstabe P von Pallas
ist der 16. Buchstabe im Alphabet
(immer diese Zufälle ...)
G ist der 16. Buchstabe im Hexadezimal-Alphabet (0123 4567 89AB CDEF G)
</span></span>
Therefore: <b>Me and my six friends</b>
</div>
<div class="xcenter">
<img class="darkmode-invert" style="max-width:13.5em;margin:2em" src="../images/alchi.pallas-pattern.pallas-key-m1.svg">
</div>
</section>
<section id="pallas-experiment-groups-of-eight-cross-goups-and-square-groups">
<h4>Cross groups and square groups</h4>
<div class="para" data-comment='
"F2 ist besser zum Ficken und Schlafen"
"Ficken" klingt grob, dreckig.
aber ich brauche ein tunwort, verb,
als kontrast zu "Reden und Arbeiten".
"meine 2 Frauen sind F2 und F3"
ich glaube:
jeder mensch braucht 2 partner.
beide partner haben gleiches alter und anderes geschlecht.
auch hier können wir vierer-gruppen bauen:
alle vier haben gleiches alter.
2 männer und 2 frauen.
'>
What is the difference between cross groups and square groups?
I do not know that yet,
and we will see in the experiment.
I believe:
Crosses are better during the day
(agenda, work, work colleagues,
teamwork, dressed, activity).
Squares are better at night
(night order, family, sex, private, naked, rest).
Why?
I myself am M1
and my 2 women are F2 and F3 (same age).
For me:
F2 is better for fucking and sleeping (night),
F3 is better for talking and working (day).
</div>
<div class="para">
We already know this change between the daily order and the night
order from the change
between sleeping place (family) and work place (friends).
Animals also make two "animal commutings"
between sleeping places and food places every day.
</div>
</section>
<hr>
<section id="pallas-experiment-groups-of-eight-square-groups">
<h4>Square groups</h4>
<div class="para">
What is the difference between the two square groups?
</div>
<div class="xcenter">
<img class="darkmode-invert" style="max-width:18em;margin:2em" src="../images/alchi.pallas-pattern.two-squares.svg">
</div>
<!-- TODO gemeinsame korelation von inneres alter und inneres geschlecht = gleiche diagonale im kreuz -->
<div class="para">
What do Types 12 have in common?
(Say: Types One Two.)
Both are orthogonal, right-angled.
Type 1 has "wide top, long bottom",
type 2 has "long top, wide bottom".
So the "combination of opposites" in one body.
I believe:
This means that Types 12 have a complex world view
(two-dimensional, logic, egoists, individualists, narcissists, low agreeableness, argumentativeness, lone fighters).
Types 34 (say: Types Three Four) only achieve this complexity through mating (pair of Type 3 and Type 4),
but "inner dialog" of Type 12
is always more efficient than
"external dialog" between Type 3 and Type 4.
</div>
<div class="para">
What do types 34 have in common?
(Say: Types Three Four.)
Both are "parallel".
Type 3 has "wide top, wide bottom",
type 4 has "long top, long bottom".
I believe:
This means that types 34 have a simple world view
(one-dimensional, graphics, altruists, collectivists, high agreeableness, addiction to harmony, team sports).
Types 34 only achieve a complex worldview through mating (pair of Type 3 and Type 4),
or in the cross groups (when connected to Type 12),
"external dialog" with other types.
</div>
<div class="para">
<b>Same or different?</b>
"Same and same" or "opposites attract"?
Both.
Helen Fisher has done research into <b>stable couple relations</b>.
Result:
Types 12 marry the opposite type.
Types 34 marry the same type.
So we have 4 stable pairs:
M1-F2, M2-F1, M3-F3, M4-F4.
The Pallas pattern says:
Types 12 marry at the same age.
Types 34 marry different ages.
</div>
<!-- TODO move. experiment? -->
<div class="para">
Good violence?
Forcing other people to be happy?
TODO ...
Short-term violence is okay,
long-term violence is a sign that you are doing something wrong.
Short-term violence
serves to overcome initial resistance.
TODO graphic: energy level,
initially endothermic reaction up to the "tipping point",
later exothermic reaction
</div>
</section>
</section>
<!-- end of `<section id="pallas-experiment"` -->
<hr>
<section id="four-types">
<h2>Four Types</h2>
<section id="four-types-namespaces">
<!--
<h3>Namespaces</h3>
-->
<!-- TODO auch Tiere haben Vier Typen -->
<div style="display:none" class="para">
Auch viele Tiere haben diese Vier Typen:
Hunde (Ivan Pavlov: Dog Temperaments, Aufregen und Beruhigen)
strong = adaptable = types 13.
balanced = types 14.
moderate = types 12.
https://en.wikipedia.org/wiki/Pavlov%27s_typology
https://milahu.github.io/alchi/src/alchi-tables/alchi-tables.html
"viele Tiere" - welche tiere nicht? vögel? schwarm-tiere? (schwarm = größer als 144)
</div>
<div style="display:none" class="para">
Vier Typen in verschiedenen
<span class="note">Namespaces.<span style="display:none">
TODO layout: keep table on one page
TODO more text. add a short description to every name.
TODO more translations from
https://milahu.github.io/alchi/src/alchi-tables/alchi-tables.html
ähnlich: true colors: green blue orange gold = owl dolphin fox beaver
<table>
<tr>
<th scope="row"><a class="notranslate" href="https://tobias-beck.com/wp-content/uploads/2017/09/EV-PT.pdf">Tobias Beck</a></th>
<td>Hai</td>
<td>Wal</td>
<td>Delfin</td>
<td>Eule</td>
</tr>
</table>
too broad, breaks layout
<table>
<tr>
<th scope="row"><a class="notranslate" href="http://bcn.boulder.co.us/~neal/uu/globalization/lerner-5C.html">circular paradigm</a></th>
<td>liberal separatist</td>
<td>conservative separatist</td>
<td>liberal integrationist</td>
<td>conservative integrationist</td>
</tr>
</table>
nutzlos
<table>
<tr>
<th scope="row">Körperteil</th>
<td>Linkes Hirn</td>
<td>Rechte Hand</td>
<td>Linke Hand</td>
<td>Rechtes Hirn</td>
</tr>
</table>
https://en.wikipedia.org/wiki/Playing_card_suit#Character_encodings
french suit: Heart Pike Clover Tile
french suit: Heart Spade Club Diamond
german suit: Heart Leaf Bell Acorn
swiss suit: Rose Shield Bell Acorn
latin suit: Cup Sword Coin Club
latin suit: Coppa Spada Denaro Bastone
latin suit: Kelch Schwert Gold Schlagstock
french white: ♡ ♤ ♧ ♢
french black: ♥ ♠ ♣ ♦
nobody wants to be Fascist ...
<table>
<tr>
<!-- Hans Eysenck -->
<th scope="row"><a class="notranslate" href="https://en.wikipedia.org/wiki/Political_spectrum#Hans_Eysenck">Political Spectrum</a></th>
<td>Communist</td>
<td>Capitalist</td>
<td>Socialist</td>
<td>Fascist</td>
</tr>
</table>
</span></span>
<!--
Längere Beschreibungen stehen auf den nächsten Seiten.
-->
</div>
<div class="xcenter">
<table class="four-basetypes nowrap narrow-scroll" syle="margin-top:1em; margin-bottom:1em">
<tbody>
<!-- nutzlos -->
<tr style="display:none">
<th scope="row">Namespace</th>
<td colspan="4">Vier Typen</td>
</tr>
<tr>
<th scope="row">Type Number</th>
<td>1</td>
<td>2</td>
<td>3</td>
<td>4</td>
</tr>
<tr>
<th scope="row"><a class="notranslate" href="https://en.wikipedia.org/wiki/Classical_element">Element</a></th>
<td>
<span class="note">Fire<span style="display:none">
element ist schön weil kurz.
"feuer mann" sagt sicht leichter als
"typ eins mann" oder
"vordenker mann" oder
"handwerker mann" oder
"linkshirn mann" oder
...
</span></span>
</td>
<td>Earth</td>
<td>Air</td>
<td>Water</td>
</tr>
<!--
das sind eher eigenschaften, oder?
typen 13 = optimist
typen 24 = pessimist
-->
<tr style="display:none">
<th scope="row">
<span class="note">Temperament<span style="display:none">
1234 = Sanguinic Melancholic Choleric Phlegmatic
weil gegentypen:
Sanguinic-Melancholic = Optimist-Pessimist
Choleric-Phlegmatic = Aktivist-Pazifist
</span></span>
</th>
<td>Optimist</td>
<td>Pessimist</td>
<td>Aktivist</td>
<td>Pazifist</td>
</tr>
<!--
< > ascii angle brackets: zu spitz
❬ ❭ MEDIUM LEFT-POINTING ANGLE BRACKET ORNAMENT: zu schwer
HEAVY LEFT-POINTING ANGLE QUOTATION MARK ORNAMENT
❰ ❱ HEAVY LEFT-POINTING ANGLE BRACKET ORNAMENT
⟨ ⟩ MATHEMATICAL LEFT ANGLE BRACKET
-->
<!-- problem: unicode brackets are not in vertical center = too high -->
<tr style="display:none">
<th scope="row">Smilie</th>
<td><div class="smilie">⟩: )</div></td>
<td><div class="smilie">⟨: (</div></td>
<td><div class="smilie">⟨: )</div></td>
<td><div class="smilie">⟩: (</div></td>
</tr>
<tr>
<th scope="row">Smilie</th>
<td><div class="smilie">): )</div></td>
<td><div class="smilie">(: (</div></td>
<td><div class="smilie">(: )</div></td>
<td><div class="smilie">): (</div></td>
</tr>
<!-- nase stört -->
<tr style="display:none">
<th scope="row">Smilie</th>
<td><div class="smilie">):-)</div></td>
<td><div class="smilie">(:-(</div></td>
<td><div class="smilie">(:-)</div></td>
<td><div class="smilie">):-(</div></td>
</tr>
<tr>
<th scope="row">Role</th>
<td>Pioneer</td>
<td>Imitator</td>
<td>Leader<!-- TODO better? german: "Vormacher". Model? Actor? --></td>
<td>Thinker</td>
</tr>
<tr>
<th scope="row"><a class="notranslate" href="https://en.wikipedia.org/wiki/Keirsey_Temperament_Sorter">David Keirsey</a></th>
<td>Craftsman</td>
<td>Trader</td>
<td>
<span class="note">Speaker<span style="display:none">
TODO better? Redner, Prediger, Idealist, ...
</span></span>
</td>
<td>Thinker</td>
</tr>
<tr>
<th scope="row">
<span class="note">Interest<span style="display:none">
Interesse = hauptberuf = grundtyp
</span></span>
</th>
<td>Justice</td>
<td>
<span class="note">Habit<span style="display:none">
Gewohnheit, ritual, routine, wiederholung, tradition
</span></span>
</td>
<td>Philosophy</td>
<td>Technology</td>
</tr>
<tr>
<th scope="row"><a class="notranslate" href="https://libgen.rs/search.php?req=Robert+Moore+-+King+Warrior+Magician+Lover">Robert Moore</a></th>
<td>
<span class="note">Fighter<span style="display:none">
original: 1234 = Warrior Lover Magician King
</span></span>
</td>
<td>Lover</td>
<td>Magician</td>
<td>King</td>
</tr>
<tr>
<th scope="row">Role</th>
<td>
<span class="note">Activist<span style="display:none">
Aktivist, Befreier, Ober, Geist, Aktiv, Freiheit, Dynamik
</span></span>
</td>
<td>
<span class="note">Pacifist<span style="display:none">
Pazifist, Beschützer, Unter, Körper, Passiv, Sicherheit, Stetigkeit
</span></span>
</td>
<td>Optimist</td>
<td>Pessimist</td>
</tr>
<tr>
<th scope="row"><a class="notranslate" href="https://libgen.rs/search.php?req=Carol+Tuttle+-+The+Child+Whisperer">Carol Tuttle</a></th>
<td>
<span class="note">Strong-willed<span style="display:none">
original: 1234 = Determined Sensitive Funny Serious
rilke - panther:
Der weiche Gang geschmeidig starker Schritte,
der sich im allerkleinsten Kreise dreht,
ist wie ein Tanz von Kraft um eine Mitte,
in der betäubt ein großer Wille steht.
&rarr; "wille zur macht" ... "geborener könig" ... "dominant" ... "hausherr"
</span></span>
</td>
<td>Sensitive</td>
<td>Funny</td>
<td>Serious</td>
</tr>
<tr>
<th scope="row">Finger</th>
<td>Medium</td>
<td>Small</td>
<td>Ring</td>
<td>Show</td>
</tr>
<tr>
<th scope="row">Body Part</th>
<td>Left Brain</td>
<td>Right Hand</td>
<td>Left Hand</td>
<td>Right Brain</td>
</tr>
<tr>
<th scope="row">Body Shape</th>
<td>Heart ♡</td>
<td>Pear ♤</td>
<td>Wide ♧</td>
<td>Long ♢</td>
</tr>
<tr style="display:none">
<th scope="row">Kleid oben</th>
<td>Gelb-Schwarz</td>
<td>Blau-Weiss</td>
<td>Rot-Schwarz</td>
<td>Grün-Weiss</td>
</tr>
<tr style="display:none">
<th scope="row">Kleid unten</th>
<td>Blau-Weiss</td>
<td>Gelb-Schwarz</td>
<td>Grün-Schwarz</td>
<td>Rot-Weiss</td>
</tr>
<tr>
<th scope="row">Dress</th>
<td>Black-Yellow</td>
<td>White-Blue</td>
<td>Black-Red</td>
<td>White-Green</td>
</tr>
<tr>
<th scope="row">Dress bottom</th>
<td>White-Blue</td>
<td>Black-Yellow</td>
<td>Black-Green</td>
<td>White-Red</td>
</tr>
<tr>
<th scope="row">Cylinder Geometry</th>
<td>Top</td>
<td>Bottom</td>
<td>Outside</td>
<td>Inside</td>
</tr>
<tr>
<th scope="row">
<span class="note">Season<span style="display:none">
Jahreszeit,
<a class="notranslate" href="https://en.wikipedia.org/wiki/Baum_test">Baum-Test</a>
</span></span>
</th>
<td>Autumn</td>
<td>Spring</td>
<td>Summer</td>
<td>Winter</td>
</tr>
<!--
<tr>
<th scope="row"></th>
<td>Fall</td>
<td>Wuchs</td>
<td>Leben</td>
<td>Tod</td>
</tr>
-->
<tr>
<th scope="row"><a class="notranslate" href="https://en.wikipedia.org/wiki/Jungian_cognitive_functions">Carl Jung</a></th>
<td>Ntuition</td>
<td>Sensation</td>
<td>Feeling</td>
<td>Thinking</td>
</tr>
<tr>
<th scope="row"><a class="notranslate" href="https://en.wikipedia.org/wiki/MBTI">MBTI</a></th>
<td>INTP</td>
<td>ESFJ</td>
<td>ENFP</td>
<td>ISTJ</td>
</tr>
<tr>
<th scope="row"><a class="notranslate" href="https://en.wikipedia.org/wiki/Attachment_theory">Attachment Style</a></th>
<td>Balanced</td>
<td>Disorganized</td>
<td>Coercive</td>
<td>Avoidant</td>
</tr>
<tr>
<th scope="row">
<span class="note">↑ Exciting<span style="display:none">
Stress Response
the strange situation
TODO beschreiben
</span></span>
</th>
<td>early</td>
<td>late</td>
<td>early</td>
<td>late</td>
</tr>
<tr>
<th scope="row">↓ Calming</th>
<td>early</td>
<td>late</td>
<td>late</td>
<td>early</td>
</tr>
<tr>
<th scope="row"><a class="notranslate" href="https://en.wikipedia.org/wiki/Parenting_styles">Parenting Style</a></th>
<td>Authorative</td>
<td>Neglectful</td>
<td>Permissive</td>
<td>Authoritarian</td>
</tr>
<tr>
<th scope="row">Parenting style</th>
<td>
<span class="note">active<span style="display:none">
1 = aktiv = viel fordern + viel helfen
2 = passiv = wenig fordern + wenig helfen
3 = helfen = wenig fordern + viel helfen
4 = fordern = viel fordern + wenig helfen
</span></span>
</td>
<td>passive</td>
<td>help</td>
<td>demand</td>
</tr>
<tr>
<th scope="row"><a class="notranslate" href="https://en.wikipedia.org/wiki/Somatotype">William Sheldon</a></th>
<td>mesomorph</td>
<td>mesomorph</td>
<td>endomorph</td>
<td>ectomorph</td>
</tr>
<tr>
<th scope="row">weight class</th>
<td>middle-weight</td>
<td>middle-weight</td>
<td>
<span class="note">heavy weight<span style="display:none">
typ 3 kann auch "Mittelgewicht" sein wenn sportlich aktiv, aber nie "Leichtgewicht"
</span></span>
</td>
<td>light weight</td>
</tr>
<tr>
<th scope="row">diet</th>
<td>Zone</td>
<td>Zone</td>
<td>LCHF, Keto</td>
<td>HCLF</td>
</tr>
<tr>
<th scope="row">Ayurveda Doshas</th>
<td>Pitta</td>
<td>[Prithvi]</td>
<td>Kapha</td>
<td>Vata</td>
</tr>
<tr>
<th scope="row"><a class="notranslate" href="https://flowgenomeproject.com/flow-profile">Flow Profile</a></th>
<td>Hard Charger</td>
<td>Flow Goer</td>
<td>Crowd Pleaser</td>
<td>Deep Thinker</td>
</tr>
<tr>
<th scope="row"><a class="notranslate" href="https://healthtype.org/the-healthtypes/">Health Type</a></th>
<td>
<span class="note">Crusader<span style="display:none">
Diplomat = types 24
Activator = types 13
</span></span>
</td>
<td>Guardian</td>
<td>Connector</td>
<td>Sensor</td>
</tr>
<tr>
<th scope="row"><a class="notranslate" href="https://bc20questions.deloitte.com/">Business Chemistry</a></th>
<td>Driver</td>
<td>Guardian</td>
<td>Pioneer</td>
<td>Integrator</td>
</tr>
<tr>
<th scope="row"><a class="notranslate" href="https://hiresuccess.com/help/understanding-the-4-personality-types">Hire Success</a></th>
<td>Director</td>
<td>Supporter</td>
<td>Socializer</td>
<td>Thinker</td>
</tr>
<tr>
<th scope="row"><a class="notranslate" href="https://en.wikipedia.org/wiki/Bartle_taxonomy_of_player_types">Richard Bartle</a></th>
<td>Killer</td>
<td>Explorer</td>
<td>Socializer</td>
<td>Achiever</td>
</tr>
<tr>
<th scope="row"><a class="notranslate" href="https://en.wikipedia.org/wiki/The_Satanic_Bible">Anton LaVey</a></th>
<td>
<span class="note">Satan<span style="display:none">
Anton LaVey: interest: 1234 = justice ritual philosophy technique
</span></span>
</td>
<td>
<span class="note">Belial<span style="display:none">
belial, bella, bell, bell-shape, pear-shape
</span></span>
</td>
<td>Lucifer</td>
<td>
<span class="note">Leviathan<span style="display:none">
technique, algorithm, step-by-step instruction
</span></span>
</td>
</tr>
<tr>
<th scope="row">Simpsons</th>
<td>Marge</td>
<td>Homer</td>
<td>Bart</td>
<td>Lisa</td>
</tr>
<tr>
<th scope="row">South Park</th>
<td>Kenny</td>
<td>Stan</td>
<td>Cartman</td>
<td>Kyle</td>
</tr>
<tr>
<th scope="row">
<span class="note">American Dad<span style="display:none">
American Dad: alternative translation: 1234 = Steve Stan Francine Hayley, weil Hayley: emotional, untreu, schlampig, idealistisch, pazifistisch, "liberal". stan ist mehr realistisch, pragmatisch, "konservativ".
American Dad: alternative translation: 1234 = Steve Hayley Francine Stan, weil Stan = hightech?
https://americandad.fandom.com/wiki/Hayley_Smith
</span></span>
</th>
<td>Steve</td>
<td>Stan</td>
<td>Francine</td>
<td>Hayley</td>
</tr>
<tr>
<th scope="row">Harry Potter</th>
<td>Gryffindor</td>
<td>Hufflepuff</td>
<td>Ravenclaw</td>
<td>Slytherin</td>
</tr>
</tbody>
</table>
</div>
<!--
<div class="para">
Mehr Namespaces in meinen
<a href="https://milahu.github.io/alchi/tables">alchi-tables</a>.
</div>
-->
</section>
<div class="para">
Basis for the Pallas Pattern is personality psychology.
So: put people in boxes.
This part of psychology is ancient, easily 2000 years old,
and has been very well researched.
</div>
<div class="para">
Quasi-consensus: There are
<a class="footnote" href="https://en.wikipedia.org/wiki/Two-factor_models_of_personality"
>four personality types</a>.
New names are constantly being invented for these four types,
so every author has his own namespace.
</div>
<div class="para">
Each namespace has its own descriptions of the four types.
For translation between 2 namespaces
I read the descriptions and ask:
Which descriptions are similar?
This is how I get my translation table.
</div>
<!--
TODO layout reduce whitespace
TODO style="break-before:page"?
-->
<section id="four-types-who-is-who">
<h3>Who is who?</h3>
<div class="para">
Who has which personality type?
This is a weak spot in my theory.
My theory only works if
we measure the types correctly.
So at least in the beginning
I would prefer people,
where I can easily measure the type.
</div>
<div class="para">
So:
who is
<span class="note">who?<span style="display:none">
am liebsten würde ich diese frage delegieren mit
"bitte geh selber psychologie studieren"
aber das dauert zu lange und ist mühsam.
also muss ich hier zumindest einen überblick geben.
typen sind grundlage:
meine theorie funktioniert nur dann
wenn wir die typen richtig schätzen.
</span></span>
I see this in <b>body shape and behavior</b>.
</div>
<div class="para">
Easy to see are "fat" people (type 3)
and
<span class="nowrap"><span class="annotation" onClick="clickAnnotation(this)" title='
(Ja ich weiss schon, ich bin voll oberflächlich.
Du kannst auch 10 Fragebögen ausfüllen,
wenn dir das mehr Spaß macht ...)
'>"thin"</span>
people (type 4).</span>
</div>
<div class="para">
Type 3 people can gain weight quickly
(gaining fat and muscle),
especially if they eat lots of carbohydrates,
and can only lose this weight slowly
(LCHF diet, keto diet).
<span class="nowrap">Type 3</span> people survive harsh climates, continental climates, long cold winters,
survive for several weeks without food (long fasting period).
</div>
<div class="para">
Type 4 people can only gain weight slowly
(hard gainers) (can eat lots of carbohydrates but do not get fat)
and lose this weight quickly.
Type 4 people need a mild climate, oceanic climate, short warm winters,
must eat every day <span class="nowrap">(short fasting period).</span>
</div>
<!-- TODO move? or merge with section "körpertypen" -->
<div class="xcenter">
<img class="darkmode-invert" style="max-width:17em;margin-top:0.5em;" src="../images/alchi.four-body-shapes.svg">
</div>
<div class="para">
Type 1 and Type 2 have similar bodies,
both are "naturally athletic",
have medium weight,
can gain and lose weight (with some effort),
prefer temperate climates (between oceanic climate and continental climate).
Type 1 and Type 2 differ more in behavior
(want to fight, dualism).
</div>
<hr>
<div class="para">
Type 1 is more bossy, dominant, grandiose (grandiose narciss),
arrogant, "masculine", proud, cheeky, arrogant, aggressive,
strong opinions,
self-esteem, light,
curious, risk, freedom.
</div>
<div class="para">
Type 2 is more submissive, subordinate,
vulnerable (vulnerable narciss), polite, fearful,
defensive, conformist, passive,
weak opinions <span class="nowrap">(weak opinions),</span>
self-doubt, value from others, shadow,
patience, security.
</div>
</section>
<section id="four-types-body-shape">
<h3>Body Shape</h3>
<div class="para">
You can also estimate types based on body shape
(physiognomy, morpho-psychology, profiling,
first impression):
face shape (wide face = 3, long face = 4),
hand shape (wide joints = 3, long fingers = 4),
fingernails (long nail beds = types 14, short nail beds = types 23),
tip of the nose (double tip or square tip = types 34, round tip = types 12),
...
but there are always contradictions here,
and I collect as much information as possible
for a "holistic" picture.
</div>
</section>
<section id="four-types-stress-response">
<h3>Stress response</h3>
<div class="para">
behavior shows type through <b>typical stress response</b>.
</div>
<div class="xcenter">
<table style="max-width:100%; margin-top:0.5em">
<tr>
<td>
<table style="margin:auto; border:solid 1px black">
<tr>
<td>1. early</td>
<td></td>
<td>3. early</td>
</tr>
<tr>
<td></td>
<td>↑ Excited</td>
<td></td>
</tr>
<tr>
<td>4. late</td>
<td></td>
<td>2. late</td>
</tr>
</table>
</td>
<td>
</td>
<td>
<table style="margin:auto; border:solid 1px black">
<tr>
<td>1. early</td>
<td></td>
<td>3. late</td>
</tr>
<tr>
<td></td>
<td>↓ Calm down</td>
<td></td>
</tr>
<tr>
<td>4. early</td>
<td></td>
<td>2. late</td>
</tr>
</table>
</td>
</tr>
</table>
</div>
<div class="para">
This test works even for small children.
You need a stress that is clearly defined in time.
So stress needs a precise beginning and end.
</div>
</section>
<section id="four-types-stress-response-the-strange-situation">
<!--
<h4>Stress-Reaktion: The Strange Situation</h4>
-->
<h4>The Strange Situation</h4>
<div class="para">
Mother leaves child (beginning of stress),
mother comes back (end of stress).
</div>
<div class="para">
How does the test work?
You observe the child at the beginning and end of stress.
</div>
<div class="para">
At the beginning of stress you ask:
When does the child start crying? Early or late?
The "excite early" children (type 13) scream earlier,
the "excite late" children (type 24) suppress the stress (patience)
and scream later (the reaction is inhibited, suppressed,
postponed, saved, delayed, procrastinated).
</div>
<div class="para">
When the stress ends, ask:
When does the child stop crying? Early or late?
The "calm early" children (types 14) calm down earlier,
the "calm late" children (types 23) maintain the reaction
(steadiness, continue crying, continue fighting)
and calm down later.
</div>
<hr>
<div class="para">
TODO
Types 14 can calm down faster alone? (free)
Types 23 need help from others to calm down? (dependent)
</div>
<div class="para">
TODO graphic: square wave stress + stress response curves.
"square wave" because stress must be clearly defined in time = beginning + end of stress.
4 stress response curves = 4 body shapes!
like fish: we swim head first:
first upper body ("inner age"), then lower body ("inner gender").
like animals: torso lies horizontally when walking on 4 legs.
</div>
<div class="para">
This typical stress response can also be seen in adults,
but the childish screaming is replaced by other stress responses,
and the subtype shifts the behavior
(but never to the opposite, for example
a type 3 human will never react the same way as a type 4 human).
</div>
<div class="para">
Test questions:
Is the stress response acted out ("getting excited early") or repressed ("getting excited late")?
Is the stress response short ("calm early") or long ("calm late")?
</div>
</section>
<section id="four-types-elements">
<h3>Elements</h3>
<div class="para">
<b>Element</b> means:
I am an X and my element is Y.
Psychologists used these names 2000 years ago in Greece (ancient times, classical times).
</div>
<div class="xcenter">
<table style="max-width:100%; margin-top:0.5em">
<tr>
<td>
<table style="margin:auto; border:solid 1px black">
<tr>
<td>1. Animal</td>
<td></td>
<td>3. Bird</td>
</tr>
<tr>
<td></td>
<td>I am a</td>
<td></td>
</tr>
<tr>
<td>4. Fish</td>
<td></td>
<td>2. Plant</td>
</tr>
</table>
</td>
<td>
and
</td>
<td>
<table style="margin:auto; border:solid 1px black">
<tr>
<td>1. Fire</td>
<td></td>
<td>3. Air</td>
</tr>
<tr>
<td></td>
<td>my element is</td>
<td></td>
</tr>
<tr>
<td>4. Water</td>
<td></td>
<td>2. Earth</td>
</tr>
</table>
</td>
</tr>
</table>
</div>
<div class="para">
... the translations for types 234 are simple,
but why "1 = Fire = Animal"?
Because "animal" is the opposite of "plant".
</div>
<div class="para">
Or:
1234 = animal plant human spirit.
</div>
</section>
<section id="four-types-numbers">
<h3>Numbers</h3>
<div class="para">
<b>Numbers:</b>
For me the numbers are important
because I can use them to describe the types extremely compactly,
with just one symbol (important for the Pallas pattern).
I can also show the numbers 1234 with my 4 fingers
(Roman numbers: I II III IIII).
Why these numbers?
Simple world view:
Radius 1 = Earth's core = magma, volcanoes, fire.
Radius 2 = earth envelope = earth, stones.
Radius 3 = Air = colorless, transparent, yellow sun.
Radius 4 = water = blue sky.
(The sun is yellow because the sky is blue = contrast.)
(The sky is blue,
because blue photons have shorter waves,
hit air molecules more often,
are scattered more widely than red/yellow/green photons.)
</div>
<table style="margin:auto; margin-top:0.5em; border:solid 1px black">
<tr>
<td>1. One</td>
<td></td>
<td>3. Three</td>
</tr>
<tr>
<td></td>
<td>0. Zero</td>
<td></td>
</tr>
<tr>
<td>4. Four</td>
<td></td>
<td>2. Two</td>
</tr>
</table>
<hr>
<div class="para">
TODO move.
Age is relative and depends on how you feel.
In other words: y
ou are as old as you feel.
So:
I can only ever state my age relative to someone else.
I am not allowed to ask "How old are you?"
but I must estimate:
Is he younger/same age/older than me?
</div>
</section>
<section id="four-types-colors">
<h3>Colors</h3>
<div class="para">
<b>Colors:</b>
Figure-accentuating dress colors.
Natural dress code.
</div>
<!-- Natürliche Flaggen - TODO -->
<div style="display:none" class="para">
Natürliche Flaggen = Kleid oben.
1 = Schwarz-Gelb = Anarcho-Capitalism = AnCap.
2 = Weiss-Blau = Pacifist-Capitalism?
3 = Schwarz-Rot = Anarcho-Syndicalism.
4 = Weiss-Grün = Pacifist-Syndicalism?
</div>
<div class="xcenter">
<table style="max-width:100%; margin-top:0.5em">
<tr>
<td>
<table style="margin:auto; border:solid 1px black">
<tr>
<td>1. Black</td>
<td></td>
<td>3. Black</td>
</tr>
<tr>
<td></td>
<td>top dress</td>
<td></td>
</tr>
<tr>
<td>4. White</td>
<td></td>
<td>2. White</td>
</tr>
</table>
</td>
<td>
/
</td>
<td>
<table style="margin:auto; border:solid 1px black">
<tr>
<td>1. White</td>
<td></td>
<td>3. Black</td>
</tr>
<tr>
<td></td>
<td>bottom dress</td>
<td></td>
</tr>
<tr>
<td>4. White</td>
<td></td>
<td>2. Black</td>
</tr>
</table>
</td>
</tr>
</table>
</div>
<div class="para">
Why black and white?
Black and tight dresses go well with a wide half of the body (black makes you slim, tight fit),
while white and wide dresses go well with a long half of the body (white makes you fat, baggy style).
Why?
Contrast between body and dress.
Contrast between nature and art.
</div>
<div class="para">
You can also wear "wrong" colors,
but that looks "tasteless" (bad taste)
to sensitive eyes.
</div>
<div class="xcenter">
<table style="max-width:100%; margin-top:0.5em">
<tr>
<td>
<table style="margin:auto; border:solid 1px black">
<tr>
<td>1. Yellow</td>
<td></td>
<td>3. Red</td>
</tr>
<tr>
<td></td>
<td>top dress</td>
<td></td>
</tr>
<tr>
<td>4. Green</td>
<td></td>
<td>2. Blue</td>
</tr>
</table>
</td>
<td>
/
</td>
<td>
<table style="margin:auto; border:solid 1px black">
<tr>
<td>1. Blue</td>
<td></td>
<td>3. Green</td>
</tr>
<tr>
<td></td>
<td>bottom dress</td>
<td></td>
</tr>
<tr>
<td>4. Red</td>
<td></td>
<td>2. Yellow</td>
</tr>
</table>
</td>
</tr>
</table>
</div>
<div class="para">
Why these colors?
Clothes are something artificial,
a contrast to the body (nature).
</div>
<div class="para">
For types 12:
Red-green are natural colors
(inner colors: red = type 1, green = type 2),
yellow-blue are artificial colors.
That is why Type 12 prefer to wear yellow or blue clothes,
or vote for yellow or blue parties.
</div>
<div class="para">
The opposite applies to types 34:
yellow-blue are natural colors
(inner colors: yellow = type 3, blue = type 4),
red-green are artificial colors.
That is why Type 34 prefer to wear red or green clothes,
or vote for red or green parties.
</div>
<div class="para">
<b>inner colors:</b>
The inner color is least exposed to the outside.
</div>
<table style="margin:auto; margin-top:0.5em; border:solid 1px black">
<tr>
<td>1. Red</td>
<td></td>
<td>3. Yellow</td>
</tr>
<tr>
<td></td>
<td>Inner color</td>
<td></td>
</tr>
<tr>
<td>4. Blue</td>
<td></td>
<td>2. Green</td>
</tr>
</table>
<div class="para">
Why these "inner colors"?
2 = Plant = Green.
4 = Water = Blue.
1 is the opposite of 2,
red is the opposite color of green
(opposite colors mix to black or white).
3 is the opposite of 4,
yellow is the opposite color of blue.
</div>
</section>
<hr>
<section id="four-types-colors-upper-and-lower">
<h4>Colors: Top or bottom?</h4>
<div class="para">
Why is color X on top?
Why is color Y at the bottom?
The upper dress color is the self-color of the type with the same upper body.
The lower dress color is the self-color of the same lower body type.
</div>
<div class="para">
Example:
Types 13 have broad upper bodies.
Types 14 have long lower bodies.
So:
Type 1 has the same color as type 3 (yellow) for the upper dress color,
type 1 has the same color as type 4 (blue) for the lower dress color.
</div>
<table style="margin:auto; margin-top:0.5em; border:solid 1px black">
<tr>
<td>1. Black-yellow</td>
<td></td>
<td>3. Black-red</td>
</tr>
<tr>
<td></td>
<td>top dress</td>
<td></td>
</tr>
<tr>
<td>4. White-green</td>
<td></td>
<td>2. White-blue</td>
</tr>
</table>
<table style="margin:auto; margin-top:0.5em; border:solid 1px black">
<tr>
<td>1. White-blue</td>
<td></td>
<td>3. Black-green</td>
</tr>
<tr>
<td></td>
<td>bottom dress</td>
<td></td>
</tr>
<tr>
<td>4. White-red</td>
<td></td>
<td>2. Black-yellow</td>
</tr>
</table>
</section>
<section id="four-types-body-shapes">
<h3>Body shapes</h3>
<div class="para">
I see four body shapes:
1234 = Heart Pear Wide Long.
Basics:
William Sheldon:
1234 = meso meso endo ecto-morph.
Elliot Abravanel:
1234 = Thyroid Gonad Adrenal Pituitary.
</div>
<div class="para">
Too superficial?
Some people are surprised when I claim:
I can read inner values (personality type) from body shape.
"Just because I am fat does not mean I must be type 3!"
Hmmm. Why not? Why make it complicated when it can be done easily?
</div>
<div class="para">
For my first impression I must go by body shape,
because I can see the body shape straight away.
But I only see the type in some people at first sight ...
other people I must observe longer (speech, behavior, stress response).
</div>
<div class="para">
I also have a slightly different definition between body and mind
= coarse structure and fine structure
= external values (gender and age)
and inner values (personality type, inner gender and inner age).
So the "inner" values are not completely hidden,
but are only less visible than the "outer" values.
</div>
<div class="para">
Inferring body shape from inner values
is known as <b>physiognomy</b> or morpho-psychology.
If you have too much time,
you can read a few studies about it ...
</div>
<table title="Körperform" style="margin:auto; margin-top:0.5em; border:solid 1px black">
<tr>
<td>1. Heart</td>
<td></td>
<td>3. Wide</td>
</tr>
<tr>
<td></td>
<td>Body Shape</td>
<td></td>
</tr>
<tr>
<td>4. Long</td>
<td></td>
<td>2. Pear</td>
</tr>
</table>
<table title="Zylinder" style="margin:auto; margin-top:0.5em; border:solid 1px black">
<tr>
<td>1. Top</td>
<td></td>
<td>3. Outside</td>
</tr>
<tr>
<td></td>
<td>cylinder</td>
<td></td>
</tr>
<tr>
<td>4. Inside</td>
<td></td>
<td>2. Bottom</td>
</tr>
</table>
<div class="para">
Type 1:
Heart shape,
strong arms,
weak legs,
Boxer,
TODO
</div>
<div class="para">
Type 2:
pear shape,
strong legs,
weak arms,
wrestler (Greek wrestling),
TODO
</div>
<div class="para">
Type 3:
short bones,
wide joints,
symmetrical face,
symmetrical fat distribution,
shot putter,
Sprinter,
kickboxer,
MMA,
Easy Gainer + Hard Loser,
tendency to over-weight ("broiler chicken"),
slow metabolism (low metabolic rate),
</div>
<div class="para">
Type 4:
long bones,
narrow joints,
small body,
large head,
symmetrical face,
symmetrical fat distribution,
marathon runner,
Hard Gainer + Easy Loser,
tendency to be under-weight ("laying chicken"),
fast metabolism (high metabolic rate),
</div>
<!-- TODO more -->
<div class="para">
types 12:
straight fingers.
Types 34:
pointed fingers.
</div>
</section>
<section id="four-types-food">
<h3>Eat</h3>
<!-- TODO nährstoff-therapie -->
<div class="para">
<b>diet</b>
is often misunderstood as "eating less",
but here I mean "eating differently".
Each type needs its
macronutrient ratio:
<b>Carbohydrates Fat Protein</b> = CFP.
Here are the mass ratios in grams or ounces,
relative to 100:
</div>
<table class="macro-ratios" style="max-width:30em">
<tr>
<td style="text-align:right; padding-top:0.5em; padding-right:0.5em">3.</td>
<td style="padding-top:0.5em; padding-right:0.5em">CFP =</td>
<td style="width:100%; padding-right:0.5em">
<table>
<tr>
<td style="width:30%">30</td>
<td style="width:25%">25</td>
<td style="width:45%">45</td>
</tr>
</table>
</td>
<td style="padding-top:0.5em; padding-right:0.5em">grams</td>
</tr>
<tr>
<td style="text-align:right; padding-top:0.5em; padding-right:0.5em">12.</td>
<td style="padding-top:0.5em; padding-right:0.5em">CFP =</td>
<td style="width:100%; padding-right:0.5em">
<table>
<tr>
<td style="width:50%">50</td>
<td style="width:15%">15</td>
<td style="width:35%">35</td>
</tr>
</table>
</td>
<td style="padding-top:0.5em; padding-right:0.5em">grams</td>
</tr>
<tr>
<td style="text-align:right; padding-top:0.5em; padding-right:0.5em">4.</td>
<td style="padding-top:0.5em; padding-right:0.5em">CFP =</td>
<td style="width:100%; padding-right:0.5em">
<table>
<tr>
<td style="width:60%">60</td>
<td style="width:10%">10</td>
<td style="width:30%">30</td>
</tr>
</table>
</td>
<td style="padding-top:0.5em; padding-right:0.5em">grams</td>
</tr>
</table>
<div class="para">
Here are the energy ratios in calories or joules,
relative to 100:
</div>
<table class="macro-ratios" style="max-width:30em">
<tr>
<td style="text-align:right; padding-top:0.5em; padding-right:0.5em">3.</td>
<td style="padding-top:0.5em; padding-right:0.5em">CFP =</td>
<td style="width:100%; padding-right:0.5em">
<table>
<tr>
<td style="width:25%">25</td>
<td style="width:40%">40</td>
<td style="width:35%">35</td>
</tr>
</table>
</td>
<td style="padding-top:0.5em; padding-right:0.5em">Calories</td>
</tr>
<tr>
<td style="text-align:right; padding-top:0.5em; padding-right:0.5em">12.</td>
<td style="padding-top:0.5em; padding-right:0.5em">CFP =</td>
<td style="width:100%; padding-right:0.5em">
<table>
<tr>
<td style="width:40%">40</td>
<td style="width:30%">30</td>
<td style="width:30%">30</td>
</tr>
</table>
</td>
<td style="padding-top:0.5em; padding-right:0.5em">Calories</td>
</tr>
<tr>
<td style="text-align:right; padding-top:0.5em; padding-right:0.5em">4.</td>
<td style="padding-top:0.5em; padding-right:0.5em">CFP =</td>
<td style="width:100%; padding-right:0.5em">
<table>
<tr>
<td style="width:55%">55</td>
<td style="width:20%">20</td>
<td style="width:25%">25</td>
</tr>
</table>
</td>
<td style="padding-top:0.5em; padding-right:0.5em">Calories</td>
</tr>
</table>
<div class="para">
Nutrient deficiency:
As a general rule, you can say:
Most people eat too little protein
(protein is expensive)
and too few micronutrients (vitamins, minerals).
This nutrient deficiency has many symptoms:
thin hair, brittle nails, over-weight, low stress tolerance, ...
</div>
<div class="para">
Basic food:
My solution to the "nutrient deficiency problem"
is a basic food that has everything in it,
for example the "Huel" powder:
oat flakes, Peas, linseeds, coconut fat, lecithin, vitamins, minerals, flavor, salt.
Disadvantages: no chewing, powder stays between teeth, taste is boring in the long run.
Disadvantage: Huel is not regional:
packaging in England,
oatmeal from England,
peas from Canada and China,
rice from China,
flaxseed from Canada,
coconut oil from Indonesia and China,
lecithin from India.
</div>
<div class="para">
Example:
Type 3 should eat:
<br>
30 grams of carbohydrates +
25 grams of fat +
45 grams of protein.
<br>
This is the
"Low-Carb High-Fat" (LCHF) diet.
<!-- offensichtlich?
Wenn Typ 3 zu viele Kohlenhydrate isst,
dann wird er schnell dick.
-->
</div>
<div class="para">
"Low fat" products are for type 4.
Type 4 people can digest less fat than other types.
</div>
<div class="para">
In the fitness world, macronutrients are usually given
as energy ratios in calories or joules.
Type 3: CFP = 25:40:35 Cal.
Types 12: CFP = 40:30:30 Cal.
Type 4: CFP = 55:20:25 Cal.
</div>
<div class="para">
Example:
Type 3:
25% of the energy requirement is carbohydrates,
40% of the energy requirement is fat,
35% of the energy requirement is protein.
</div>
<div class="para">
Example energy requirement:
2,000 kilocalories per day for:
60kg body weight,
age 20-30 years,
without physical activity (PAL factor 1.2).
</div>
<div class="para">
To convert between mass and energy
you need the energy density:
fat has 9 calories per gram (fat is a good energy store).
Carbohydrates and protein have 4 calories per gram.
</div>
</section>
<section id="four-types-smilies">
<h3>Smilies</h3>
<div class="para">
Type 13 are optimistic, so the mouth-corners point up.
Types 24 are pessimistic, so the mouth-corners point down.
Types 14 are "tough-minded", looking evil.
Types 23 are "tender-minded", looking nice.
</div>
<table style="margin:auto; margin-top:0.5em; border:solid 1px black">
<tr>
<td>1. <div class="smilie">): )</div></td>
<td></td>
<td>3. <div class="smilie">(: )</div></td>
</tr>
<tr>
<td></td>
<td>Smilie</td>
<td></td>
</tr>
<tr>
<td>4. <div class="smilie">): (</div></td>
<td></td>
<td>2. <div class="smilie">(: (</div></td>
</tr>
</table>
<div class="para">
Subtypes with smilies:
Subtypes always strengthen one property,
and neutralize the other property.
Example type 104 = basetype 1, subtype 4.
Types 14 are both masculine, tough-minded,
so type 104 is "extremely masculine",
so the eyes are "doubly evil".
Type 1 is young, type 4 is old,
so type 104 is "middle old",
so are the corners of the mouth straight.
So:
<!-- too much line height -->
<div style="display:none">Typ 104 = <div class="smilie">)): |</div>.</div>
Type 104 = <code>)): |</code>.
</div>
<div class="para">
The disadvantage of this representation:
You can not distinguish between basetype and subtype,
so type 104 has the same smilie as type 401.
So there are a total of 8 types here,
but if we use basetype and subtype,
then there are a total of 12 types (12 zodiac signs).
</div>
</section>
<!-- TODO? David Keirsey, Plato, wording -->
<div style="display:none" class="para">
<b>David Keirsey:</b>
Die Vier Typen
(1234 = Handwerker Händler Redner Denker)
kommen ursprünglich von Plato,
vor 2500 Jahren in Griechenland.
Bei Plato heissen die Vier Typen:
1234 = iconic pistic noetic dianoetic
= artistic common-sense intuition logic.
Bei Aristoteles heissen die Vier Eigenschaften:
xxxxx = iconic pistic noetic dianoetic = artistic
David Keirsey:
1234 = Artisan Guardian Idealist Rational.
</div>
<table style="display:none" style="margin:auto; margin-top:0.5em; border:solid 1px black">
<tr>
<td>1. Handwerker</td>
<td></td>
<td>3. Redner</td>
</tr>
<tr>
<td></td>
<td>Beruf nach David Keirsey</td>
<td></td>
</tr>
<tr>
<td>4. Denker</td>
<td></td>
<td>2. Händler</td>
</tr>
</table>
<hr>
<!-- TODO "Hauptberuf" englisch -->
<section id="four-types-main-jobs">
<h3>Main jobs</h3>
<div class="para">
Our brain also has gender and age.
Basis:
Body shapes:
1234 = Heart Pear Wide Long.
I say:
Types 14 = Long lower body = masculine.
Types 23 = Wide lower body = feminine.
Also when it comes to behavior:
Types 14 (tough-minded, psychotic, smart, free spirit) are more masculine.
Types 23 (tender-minded, neurotic, strong, sociable) are more feminine.
Upper body:
Types 13 use their "young" brain more often (brain cortex, broad-first search).
Types 24 use their "old" brain more often (brain stem, depth-first search).
Therefore:
Types 13 are "young".
Types 24 are "old".
So:
Types 13 = young = wide upper body.
Types 24 = old = long upper body.
</div>
<table title="Hauptberuf" style="margin:auto; margin-top:0.5em; border:solid 1px black">
<tr>
<td>1 Son</td>
<td></td>
<td>3. Daughter</td>
</tr>
<tr>
<td></td>
<td>Main job</td>
<td></td>
</tr>
<tr>
<td>4. Father</td>
<td></td>
<td>2. Mother</td>
</tr>
</table>
</section>
<section id="four-types-no-type">
<h3>No type</h3>
<div class="para">
What do I do with people
where I can not estimate the personality type?
Then I go backwards
from relations to types:
"Show me your friends,
and I tell you who you are."
So I take other people
whose personality type I know for sure
("picture book types"),
and then I try it out:
Which relations are compatible?
</div>
<!-- TODO merge -->
<div style="display:none" class="para">
Wenn ich bei einem Mensch den Typ gar nicht schätzen kann,
dann kann ich auch "rückwärts" gehen:
Ich frage: Wer sind deine Freunde? Wer sind deine Feinde?
Dann schließe ich von Beziehungen auf den Persönlichkeitstyp,
weil das Pallas-Muster funktioniert in beide Richtungen.
Sprich: "<b>Zeig mir deine Freunde</b>, und ich sag dir wer du
<span content='bist."' class="note">bist."<span style="display:none">
Auch diese Analyse kann man komplett passiv machen,
ohne Einmischen, nur durch Beobachten ... aber so gehts langsamer.
</span></span>
</div>
</section>
<!-- TODO move -->
<!-- TODO wording: inherited, inheritable, hereditary -->
<section id="basetype-is-hereditary">
<h3>
Basetype is hereditary
</h3>
<div class="para">
Some children come after the mother,
some children come after the father.
</div>
<div class="para">
There are probably exceptions,
for example: F3 and M3 have a type 4 child.
But mostly the following applies: basetype is hereditary.
</div>
<div class="para">
Example:
I (M1) comes after our mother (F1),
my brother (M3) comes after our father (M3).
If I had more siblings, then they would be types 13.
</div>
<div class="xcenter">
<table class="two-parents">
<thead>
<tr>
<th scope="col">Ivana F1</th>
<th scope="col">M3 Karl</th>
</tr>
</thead>
<tbody>
<tr>
<td>Milan M1</td>
<td>M3 Philipp</td>
</tr>
<tr>
<td>... F1</td>
<td>F3 ...</td>
</tr>
<tr>
<td>... M1</td>
<td>M3 ...</td>
</tr>
</tbody>
</table>
</div>
<!--
<div class="para">
Beispiel:
Meine Tochter (F1) kommt nach mir (M1)
</div>
<div class="xcenter">
<table class="two-parents">
<thead>
<tr>
<th scope="column">M1 Milan</th>
<th scope="column">F2 Ramona</th>
</tr>
</thead>
<tbody>
<tr>
<td>F1 Lena</td>
<td></td>
</tr>
</tbody>
</table>
</div>
-->
<div class="para">
Who is the better educator?
Who is a better match?
Which subtype does the child "choose"?
My answers are in the Pallas pattern.
</div>
</section>
</section>
<!-- end of `<section id="four-types"` -->
<hr>
<section id="inner-properties">
<h2>Inner Properties</h2>
<div class="para">
Two-Factor Model of Personality &rarr; Four Types
</div>
<div class="para">
Word fields are useful as personality tests.
Both sides of a word field are
objectively equivalent, but subjectively different.
Question: Which side describes you better?
</div>
<div class="para">
One property can be neutral,
then the other property must be extreme.
Example: neutral age and extremely masculine = types 104 and 401.
More on this later in the "Subtypes" chapter.
</div>
<div class="para">
Word fields are better than tables with four types,
because opposite words are easier to find
than four-word groups.
</div>
<section id="inner-properties-inner-gender">
<h3>Inner gender</h3>
<div class="xcenter">
<table class="two-properties">
<tr>
<th scope="row">Types</th>
<td>14</td>
<td>23</td>
</tr>
<tr>
<th scope="row">Brain</th>
<td>masculine brain</td>
<td>feminine brain</td>
</tr>
<tr>
<th scope="row"></th>
<td>tough-minded</td>
<td>tender-minded</td>
</tr>
<tr>
<th scope="row"></th>
<td>rational</td>
<td>emotional</td>
</tr>
<tr>
<th scope="row">Bonds</th>
<td>loner</td>
<td>sociable</td>
</tr>
<tr>
<th scope="row"></th>
<td>needs loneliness</td>
<td>needs society</td>
</tr>
<tr>
<th scope="row"></th>
<td>free spirit</td>
<td>follower</td>
</tr>
<tr>
<th scope="row">politics</th>
<td>long-term strategy</td>
<td>daily politics</td>
</tr>
<tr>
<th scope="row">sleep</th>
<td>light sleep</td>
<td>deep sleep</td>
</tr>
<tr>
<th scope="row">sleep</th>
<td>late falling asleep</td>
<td>early falling asleep</td>
</tr>
<tr>
<th scope="row"></th>
<td>weak dreams</td>
<td>vivid dreams</td>
</tr>
<tr>
<th scope="row">movement</th>
<td>fine motor skills</td>
<td>gross motor skills</td>
</tr>
<tr>
<th scope="row">talent</th>
<td>Hard Skills</td>
<td>Soft Skills</td>
</tr>
<tr>
<th scope="row"></th>
<td>Task Focus</td>
<td>People Focus</td>
</tr>
<tr>
<th scope="row"></th>
<td>playing with cars</td>
<td>playing with dolls</td>
</tr>
<tr>
<th scope="row"></th>
<td>competent</td>
<td>communicative</td>
</tr>
<tr>
<th scope="row"></th>
<td>Thinker</td>
<td>Speaker</td>
</tr>
<!-- template for new table rows -->
<tr style="display:none">
<th scope="row"></th>
<td></td>
<td></td>
</tr>
</table>
</div>
</section>
<!-- end of `<section id="inner-properties-inner-gender"` -->
<hr>
<section id="inner-properties-inner-age">
<h3>inner age</h3>
<div class="xcenter">
<table class="two-properties">
<tr>
<th scope="row">Types</th>
<td>13</td>
<td>24</td>
</tr>
<tr>
<th scope="row">Brain</th>
<td>young brain</td>
<td>old brain</td>
</tr>
<tr>
<th scope="row"></th>
<td>"I know what I do not want"</td>
<td>"I know what I want"</td>
</tr>
<tr>
<th scope="row"></th>
<td>Feeling drives</td>
<td>knowledge drives</td>
</tr>
<tr>
<th scope="row"></th>
<td>diffuse goals</td>
<td>clear Goals</td>
</tr>
<tr>
<th scope="row"></th>
<td>Knowledge inhibits</td>
<td>feeling inhibits</td>
</tr>
<tr>
<th scope="row"></th>
<td>conscious fear</td>
<td>diffuse fear</td>
</tr>
<tr>
<th scope="row"></th>
<td>curiosity</td>
<td>experience</td>
</tr>
<tr>
<th scope="row"></th>
<td>quitter</td>
<td>finisher</td>
</tr>
<tr>
<th scope="row"></th>
<td>distractible</td>
<td>tunnel vision</td>
</tr>
<tr>
<th scope="row"></th>
<td>open minded</td>
<td>stubborn</td>
</tr>
<tr>
<th scope="row">politics</th>
<td>risk</td>
<td>security</td>
</tr>
<tr>
<th scope="row">politics</th>
<td>freedom</td>
<td>structure</td>
</tr>
<tr>
<th scope="row">work</th>
<td>research</td>
<td>production</td>
</tr>
<tr>
<th scope="row"></th>
<td>problem-centered</td>
<td>solution-centered</td>
</tr>
<tr>
<th scope="row"></th>
<td>Antimatter: Nucleus is negative</td>
<td>Matter: Nucleus is positive</td>
</tr>
<tr>
<th scope="row">Strategy</th>
<td>Change</td>
<td>Repetition</td>
</tr>
<tr>
<th scope="row">sleep</th>
<td>Rise early</td>
<td>Rise late</td>
</tr>
<tr>
<th scope="row"></th>
<td>Variety</td>
<td>Routine</td>
</tr>
<tr>
<th scope="row"></th>
<td>short strength</td>
<td>endurance</td>
</tr>
<tr>
<th scope="row"></th>
<td>Variation</td>
<td>Monotony</td>
</tr>
<tr>
<th scope="row"></th>
<td>Open Minded</td>
<td>Narrow Minded</td>
</tr>
<tr>
<th scope="row"></th>
<td>Listener, musician</td>
<td>Seer, painter</td>
</tr>
<tr>
<th scope="row"></th>
<td>Love is blind</td>
<td>Fear is deaf</td>
</tr>
<tr>
<th scope="row"></th>
<td>games of luck</td>
<td>games of patience</td>
</tr>
<tr>
<th scope="row"></th>
<td>Release tension</td>
<td>Build tension</td>
</tr>
<tr>
<th scope="row"></th>
<td>spontaneously active</td>
<td>planned active</td>
</tr>
<tr>
<th scope="row"></th>
<td>Doer</td>
<td>Thinker</td>
</tr>
<tr>
<th scope="row"></th>
<td>First do (then think)</td>
<td>first think (then do)</td>
</tr>
<tr>
<th scope="row"></th>
<td>first try</td>
<td>first understand</td>
</tr>
<tr>
<th scope="row">Upper body</th>
<td>wide</td>
<td>long</td>
</tr>
<tr>
<th scope="row">Hair</th>
<td>short</td>
<td>long</td>
</tr>
<tr>
<th scope="row">T-shirt</th>
<td>Round-Neck</td>
<td>V-Neck</td>
</tr>
<tr style="display:none">
<th scope="row"></th>
<td></td>
<td></td>
</tr>
</table>
</div>
</section>
<!-- end of `<section id="inner-properties-inner-age"` -->
<hr>
<section id="inner-properties-inner-diagonal">
<h3>Inner diagonal</h3>
<div class="para">
The inner diagonal is obtained by multiplying
the inner gender and the inner age.
This creates two groups again.
The commonality in these groups is:
Each type is the <b>double opposite</b> of the other type.
</div>
<div class="xcenter">
<table class="two-properties">
<tr>
<th scope="row">Types</th>
<td>12</td>
<td>34</td>
</tr>
<tr>
<th scope="row">Correlations</th>
<td>young = masculine</td>
<td>young = feminine</td>
</tr>
<tr>
<th scope="row"></th>
<td>old = feminine</td>
<td>old = masculine</td>
</tr>
<tr>
<th scope="row">Culture</th>
<td>Primitive culture</td>
<td>High culture</td>
</tr>
<tr>
<th scope="row">politics</th>
<td>Capitalism</td>
<td>Socialism</td>
</tr>
<tr>
<th scope="row"></th>
<td>Individualism</td>
<td>Collectivism</td>
</tr>
<tr>
<th scope="row"></th>
<td>Egoists</td>
<td>Altruists</td>
</tr>
<tr>
<th scope="row">Sports</th>
<td>Individual sports</td>
<td>Team sports</td>
</tr>
<tr>
<th scope="row">William Sheldon</th>
<td>mesomorph</td>
<td>extramorph</td>
</tr>
<tr>
<th scope="row">weight class</th>
<td>middle-weight</td>
<td>extreme weight</td>
</tr>
<!--
<tr>
<th scope="row"></th>
<td></td>
<td></td>
</tr>
-->
</table>
</div>
</section>
<!-- end of `<section id="inner-properties-inner-diagonal"` -->
</section>
<!-- end of `<section id="inner-properties"` -->
<hr>
<section id="subtypes">
<h2>Subtypes</h2>
<div class="para">
In addition to the four types, psychologists also know subtypes.
I believe:
Every type has 2 subtypes.
There are different names for these subtypes.
Carl Jung: extravert ambivert introvert.
Astrology: cardinal mutable fixed.
The third subtype (ambivert, mutable) means:
the 2 subtypes are equally strong.
</div>
<div class="para">
I describe the subtypes again with the four types 1234,
but there is a zero between the basetype and the subtype.
Example: 104 = basetype 1, subtype 4.
</div>
<div class="para">
Translation:
extravert subtype
= cardinal modality
= subtype is young (types 13)
= feels young, strong, active, awake, early riser, proud, high self-esteem,
visible, likes to show off, courageous, risk-taking,
attention-seeking, likes to be the center of attention, ...
</div>
<div class="para">
introvert subtype
= fixed modality
= subtype is old (Types 24)
= feels old, weak, passive, tired, late riser, ashamed, self-doubt,
shy, hidden, defensive, avoids risk,
avoids the focus, avoids the center, ...
</div>
<section id="subtypes-basetype-or-subtype">
<h3>Basetype or subtype</h3>
<div class="para">
Differential diagnosis:
If two types fit one human:
<b>Which type is the basetype?</b>
What type is the subtype?
I use the body shape for this.
Example:
A human is a mix of type 1 and type 4.
This human has the body shape "ectomorph"
(long bones, narrow joints, ...),
so this human is:
basetype 4, subtype 1 = <div class="nowrap">type 401</div>.
</div>
<div class="para">
TODO exclusion of the opposite: which type is the least suitable?
</div>
</section>
<section id="subtypes-relative-definition">
<h3>Relative definition of subtypes</h3>
<div class="para">
A "global" or "absolute" definition of subtypes is difficult,
as with Carl Jung or astrology.
Simpler is:
Two "local" or "relative" definition of subtypes:
Types 12: Subtypes are types 34.
Types 34: Subtypes are types 12.
</div>
<div class="para">
TODO nature and art.
Types 12 say: 12 is nature, 34 is art.
Types 34 say: 34 is nature, 12 is art.
</div>
</section>
<hr>
<section id="subtypes-zodiac">
<h3>Absolute definition of subtypes</h3>
<!-- no space on this page -->
<div style="display:none" class="para">
Sternzeichen:
12 = 4 x 3.
Die zwölf Sternzeichen ergeben sich
durch Multiplikation der vier Grundtypen
mit drei "Modalitäten", also Subtypen.
Namen für Subtypen:
Astrologie: cardinal mutable fixed.
Carl Jung: extravertiert ambivertiert introvertiert.
</div>
<!-- TODO less height -->
<div style="font-size:92%">
<div class="xcenter">
<table class="four-basetypes">
<tbody>
<tr>
<th scope="row">Type</th>
<td>103</td>
<td>1</td>
<td>104</td>
</tr>
<tr>
<th scope="row">Carl Jung</th>
<td>Ne = extraverted Ntuition</td>
<td>N = Ntuition</td>
<td>Ni = introverted Ntuition</td>
</tr>
<tr>
<th scope="row">MBTI</th>
<td>
<span class="note">INFP<span style="display:none">
https://www.reddit.com/r/mbti/comments/ds3r3o/decoding_mbti_four_elements_alchemy_physiognomy/
translation:
MBTI letters 12 = basetype
MBTI letters 34 = subtype
MBTI letter 1:
I = Introversion = masculine brain = types 14
E = Extraversion = feminine brain = types 23
MBTI letter 2:
N = iNtuition = young brain = types 13
S = Sensing = old brain = types 24
MBTI letter 3:
T = Thinking = masculine brain = types 14
F = Feeling = feminine brain = types 23
MBTI letter 4:
P = Perceiving = young brain = types 13
J = Judging = old brain = types 24
</span></span>
</td>
<td>INTP<br>ENTJ, ISFP</td>
<td>INTJ</td>
</tr>
<tr>
<th scope="row">Zodiac sign</th>
<td>Aries</td>
<td>Sagittarius</td>
<td>Leo</td>
</tr>
<tr>
<th scope="row">Modality</th>
<td>cardinal Fire</td>
<td>mutable Fire</td>
<td>fixed Fire</td>
</tr>
<tr>
<th scope="row">Holiday</th>
<td>08-20 August</td>
<td>09-20 September</td>
<td>10-20 October</td>
</tr>
</tbody>
</table>
</div>
<div class="xcenter">
<table class="four-basetypes">
<tbody>
<tr>
<th scope="row">Type</th>
<td>203</td>
<td>2</td>
<td>204</td>
</tr>
<tr>
<th scope="row">Carl Jung</th>
<td>Se = extraverted Sensation</td>
<td>S = Sensation</td>
<td>Si = introverted Sensation</td>
</tr>
<tr>
<th scope="row">MBTI</th>
<td>ESFP</td>
<td>ESFJ<br>ENTJ, ISFP</td>
<td>ESTJ</td>
</tr>
<tr>
<th scope="row">Zodiac sign</th>
<td>Capricorn</td>
<td>Virgo</td>
<td>Taurus</td>
</tr>
<tr>
<th scope="row">Modality</th>
<td>cardinal Earth</td>
<td>mutable Earth</td>
<td>fixed Earth</td>
</tr>
<tr>
<th scope="row">Holiday</th>
<td>04-20 (April)</td>
<td>03-20 (March)</td>
<td>02-20 (February)</td>
</tr>
</tbody>
</table>
</div>
<div class="xcenter">
<table class="four-basetypes">
<tbody>
<tr>
<th scope="row">Type</th>
<td>301</td>
<td>3</td>
<td>302</td>
</tr>
<tr>
<th scope="row">Carl Jung</th>
<td>Fe = extraverted Feeling</td>
<td>F = Feeling</td>
<td>Fi = introverted Feeling</td>
</tr>
<tr>
<th scope="row">MBTI</th>
<td>ENTP</td>
<td>ENFP<br>INFJ, ESTP</td>
<td>ENFJ</td>
</tr>
<tr>
<th scope="row">Zodiac sign</th>
<td>Libra</td>
<td>Gemini</td>
<td>Aquarius</td>
</tr>
<tr>
<th scope="row">Modality</th>
<td>cardinal Air</td>
<td>mutable Air</td>
<td>fixed Air</td>
</tr>
<tr>
<th scope="row">Holiday</th>
<td>07-20 (July)</td>
<td>06-20 (June)</td>
<td>05-20 (May)</td>
</tr>
</tbody>
</table>
</div>
<div class="xcenter">
<table class="four-basetypes">
<tbody>
<tr>
<th scope="row">Type</th>
<td>401</td>
<td>4</td>
<td>402</td>
</tr>
<tr>
<th scope="row">Carl Jung</th>
<td>Te = extraverted Thinking</td>
<td>T = Thinking</td>
<td>Ti = introverted Thinking</td>
</tr>
<tr>
<th scope="row">MBTI</th>
<td>ISTP</td>
<td>ISTJ<br>INFJ, ESTP</td>
<td>ISFJ</td>
</tr>
<tr>
<th scope="row">Zodiac sign</th>
<td>Cancer</td>
<td>Pisces</td>
<td>Scorpius</td>
</tr>
<tr>
<th scope="row">Modality</th>
<td>cardinal Water</td>
<td>mutable Water</td>
<td>fixed Water</td>
</tr>
<tr>
<th scope="row">Holiday</th>
<td>11-20 (November)</td>
<td>12-20 (December)</td>
<td>01-20 (January)</td>
</tr>
</tbody>
</table>
</div>
<!-- no space on this page -->
<!-- TODO move -->
<div style="display:none" class="para">
Beispiel:
Mein Typ ist M104 = Mann, Grundtyp 1, Subtyp 4
= introvertierte Ntuition bei Carl Jung.
Den Subtyp 4 sieht man auch an meinem Körper:
ich bin sportlich, aber eher untergewichtig.
</div>
</div>
</section>
<hr>
<section id="subtypes-subtype-and-peer">
<h3>Subtype and partner</h3>
<div class="para">
Subtype decides:
Which 2 of my 4 friends are more important?
So: Which friends are priority?
So: Which relations are more stable?
There is a "global" definition of subtypes here:
A subtype is associated with the same age and different gender = "heterosexual".
A subtype is associated with different ages and the same gender = "homosexual".
</div>
</section>
<section id="subtypes-subtype-and-peer-same-sex">
<h4>Same gender</h4>
<div class="para">
How exactly should one live out "homosexuality"?
Good question ...
simple answer: "without sex".
In Latin, "sexus" simply means "gender", man or woman.
I myself (as M104) am "heterosexual"
(in the sense of: a man who only wants sex with women).
I believe that sex only fits into heterosexual relations.
If a human is "homosexual",
if his subtype has more stable bonds with the same sex,
then this human also has "heterosexual" bonds (with the opposite sex),
but these bonds are more unstable (less stable, less common).
Sex is also just a bonding ritual, a way to become more close.
</div>
</section>
<section id="subtypes-in-the-pallas-pattern">
<h3>Subtypes in the Pallas pattern</h3>
<div class="para">
The subtypes can also be seen in the Pallas pattern.
Rule: "one step further".
Each human has 4 friends (in straight directions, not diagonally).
We go "one step further" and end up with the subtype.
What does that mean?
If I want to match one of my 4 friends,
then I must "play" the subtype that lies behind that friend.
</div>
<div class="para">
Example:
I am M1, my woman is F3.
In order for us to fit together, I must play M104,
and she has to play F302.
</div>
<div class="xcenter">
<img class="darkmode-invert" style="max-width:18em;margin:2em" src="../images/alchi.pallas-pattern.line-of-four.f2-m1-f3-m4.svg">
</div>
<div class="para">
If two people stand next to each other in the Pallas pattern
(example: M1 and F3 with the same age),
and if the <b>subtypes are parallel</b>
(example: M104 and F302 = arrows in the graphic),
then these two people fit well together (strong dialog bond).
The two people "embrace" each other with their subtypes,
similar to the Yin-Yang symbol
(Yin-Yang = woman-man = passive-active = black-white = shadow-light).
</div>
</section>
<hr>
<!-- TODO move to section: subtypes -->
<section id="subtypes-encoding">
<h3>Coding of subtypes</h3>
<div class="para">
The zero between the basetype and subtype
is a placeholder for the friend,
who suits me with this subtype.
When I write "Types 14"
(say: "Types One Four")
I mean "Type 1 or Type 4",
and NOT subtype 104 (say: "Subtype One Zero Four").
</div>
<div class="para">
TODO describe this graphic
</div>
<div class="xcenter">
<img class="darkmode-invert" style="max-width:27em;margin:2em" src="../images/alchi.pallas-pattern.subtypes-with-arrows.m4-f2-m1-f3-m4-f2.svg">
</div>
</section>
<section id="subtypes-research-questions">
<h3>Research Questions</h3>
<div class="para">
What happens if the subtypes are orthogonal?
(Example: M104 and F301. weak monolog bond?)
What happens if the subtypes are parallel at a distance?
(Example: M103 and F301)
How well does
<span class="note">polyamory work<span style="display:none">
Der Begriff Polyamorie beschreibt das
Gegenteil des Konzepts der Monogamie, also der Paarbeziehung.
In polyamoren Beziehungen gehen also
mehrere Personen eine Liebesbeziehung miteinander ein.
Palyamorie ist gekennzeichnet von
Konsens und Gleichberechtigung.
Prinzipiell wird die Zulässigkeit der Polygamie
häufig auf den Koran Vers 4:3 zurückgeführt,
der Männern grundsätzlich mehrere Frauen erlaube,
wenn sie sich um alle kümmern können.
Historikerinnen und Historiker sehen den Ursprung
aber eher im siebten Jahrhundert:
Während der Kriege im arabischen Raum
wurden wohl viele Witwen und Waisen auf diese Art aufgefangen.
Und bis heute sind die polygamen Muslime besonders dort zu finden,
wo vor allem junge Männer keine hohe Lebenserwartung haben.
Koran Sure 4: an-Nisa (Die Frauen)
Vers 3:
Und wenn ihr befürchtet,
nicht gerecht hinsichtlich der Waisen zu handeln,
dann heiratet, was euch an Frauen gut scheint,
zwei, drei oder vier.
Wenn ihr aber befürchtet, nicht gerecht zu handeln,
dann (nur) eine oder was eure rechte Hand besitzt.
Das ist eher geeignet, dass ihr nicht ungerecht seid.
https://www.mdr.de/wissen/polygamie-partnerbeziehungen-mehrere-menschen-weltweit-ausnahme-100.html
Abgrenzung Polyamorie &amp; offene Beziehung
Weil bei Polyamorie immer Gefühle
mit im Spiel sein dürfen und sogar sein sollen,
ist dieser Beziehungstypus keineswegs "unkomplizierter"
als eine monogame Beziehung, sondern in erster Linie "anders".
Polyamorie: Vorteile und Nachteile
Mehreren engen Bezugspersonen
zärtlich und emotional verbunden zu sein,
kann entlastend wirken.
Sorgen und Nöte werden gemeinsam aufgefangen,
schöne Erlebnisse können sich intensiver anfühlen,
wenn sie mit mehreren Personen geteilt werden.
Polyamorie ist entlastend
Ist ein Partner eher introvertiert
und verbringt die Abende am liebsten kuschelnd auf dem Sofa,
kann ein anderer wiederum der perfekte Begleiter für Abenteuer sein.
Niemand in der Dreier-, Vierer- oder Fünfer-Beziehung steht unter Zugzwang,
in jeder Hinsicht Präsenz zu zeigen und alles leisten zu müssen.
Dadurch kann ein Gefühl großer Gelassenheit und Akzeptanz entstehen,
das die Beziehung, aber auch den Alltag aller Beteiligten ungemein entspannt.
Polyamorie ist abwechslungsreich
Auch der Faktor Abwechslung spielt für Menschen,
die sich für Polyamorie entscheiden, eine große Rolle.
Sie berichten mir in der Paartherapie
in meiner Praxis in München häufig davon,
dass sich zwischen Arbeit und Familie
zu viel Routine in ihre Beziehung eingeschlichen hat.
Es fehlt an Spannung und der Distanz,
die nötig ist, damit wieder Leidenschaft entsteht.
Polyamorie ist herausfordernd
In einer polyamorösen Beziehung
sind demgegenüber naturgemäß
mehr Abwechslung und mehr Freiheit vorhanden
- das geht aber möglicherweise auch
mit einem gewissen Konkurrenzdruck und Eifersucht einher.
Polyamorie braucht Austausch
Um solche Konflikte zu bewältigen,
ist ein offener Austausch
gerade in polyamorösen Konstellationen unerlässlich.
Zu wissen, dass der geliebte Partner
nicht nur mit jemand anderem schläft,
sondern mit dieser Person auch noch tiefe Gefühle
und intimste Momente teilt, ist nicht einfach.
Auch ein noch so liberales Weltbild schützt nicht davor,
in gewissen Situationen
in eine Gedankenspirale und Streit zu geraten.
https://www.praxis-breitenberger.de/ratgeber/partnerschaft/polyamorie-offene-beziehung/
</span></span>
in groups of four people of the same age? (Example: F2-M1-F3-M4)
... do all subtypes must be in parallel? (Example: F203-M104-F302-M401.
It may be that M104-M401 and F203-F302 are too similar.)
(Polyamory could work like this: one partner for the night, one partner for the day.)
</div>
</section>
</section>
<!-- end of `<section id="subtypes"` -->
<section id="applications" class="h2">
<h2>Application in the real world</h2>
<div class="para">
What does this theory bring in the here and now?
</div>
<section id="applications-cult">
<h3>Cult</h3>
<div class="para">
Is this a cult?
No, but you can build your own cult with it.
</div>
<div class="para">
This is a general guide to setting up groups of up to 144 people.
I do not care which "religion" you live by (slave morality? master morality? both?).
I believe:
If the fundamentals are right (justice, voluntarism),
then each group will automatically find its optimal culture,
that best suits its living space (mileau, habitat, climate).
(TODO move?)
</div>
</section>
<section id="applications-the-caravan-moves-on">
<h3>The caravan moves on</h3>
<div class="para">
Repairing existing groups is difficult or impossible,
because physical laziness is linked to mental laziness
(peer pressure, public image cultivation, playing roles, fulfilling expectations).
</div>
<div class="para">
Simpler is:
get individual people out of their groups
("Which one of you can I take away?"),
walk around with these people ("The caravan moves on"),
and build a new group step by step.
<!-- workaround. <span class="nowrap"> is ignored by bindery -->
<br>
<span class="nowrap">Walking around is important</span>
because "a moving body carries a moving mind" (Peripathetics).
But "settling down" is also important,
to search and occupy a new place.
(TODO move?)
</div>
<div class="para">
In this "caravan game"
I (unfortunately) must follow my own rules,
which means:
Step 1:
I must find people,
who are compatible with my type.
Example:
My type is M1,
which means:
I am looking for my 4 friends:
F2 and F3 (same age, my women),
M2 and M4 (different ages, younger or older, my sons or my fathers).
</div>
<div class="para">
Step 2:
I must find people,
who are compatible with my 4 friends.
Example:
My type is M1,
my woman is F3.
The next group of four is
M1S-F3S-F2L-M4L
(then we are missing 2 parents)
or
M1L-F3L-F2S-M4S
(then we are missing 2 children).
So:
I (M1) lack a father (M4L) or a son (M4S).
My woman (F3) is missing a mother (F2L) or a daughter (F2S).
</div>
<div class="para">
Step 3:
I need to find the people,
who fit into my other group of four.
Example:
I already have the group of four M1-F3-F2-M4 (cross in the Pallas pattern).
My other group of four is M1-F2-F1-M2 (square in the Pallas pattern).
</div>
<h4>Moses parts the sea</h4>
<div class="para">
"Moses parts the sea" is shorthand for:
Moses divides a group of people into friends of Moses and enemies of Moses.
"Enemies" in the sense of: These people will always misunderstand him.
Moses leaves his enemies behind,
and takes his friends to another place ("The Caravan Moves On"),
where Moses can speak freely,
because his friends always understand him correctly.
If Moses would speak to the entire group,
his enemies would misunderstand him,
and the group would split into those who understand and those who misunderstand.
So: Splitting and walking away is a method to avoid misunderstandings.
</div>
</section>
<section id="applications-group-composition">
<h3>Building stable groups</h3>
<div class="para">
We take several pairs,
and we build two large groups:
The "right" group realizes the Pallas pattern
(4 or 8 or 16 people),
and into the "wrong" group ("control group") comes everyone,
who does not fit into the right group,
because some types are too many or too few,
or because they do not want to take part in the experiment
(the experiment is voluntary).
</div>
</section>
<section id="applications-village-culture">
<h3>Building Village Culture</h3>
<div class="para">
Each village has 144 people (Dunbar's Number) = 9 x 16 people.
Each village is at a distance from its neighboring villages (otherwise it would be a part of a city).
Each village has self-sufficiency and self-defense,
a mix of eco-village and Shaolin monastery,
permaculture and martial arts,
farmers and soldiers (symbiosis).
</div>
</section>
<section id="applications-village-culture-144-people">
<h4>144 people</h4>
<div class="para">
Why 144 people?
Because Dunbar's Number 150.
Robin Dunbar has done research
on group size for prehistoric societies,
and found:
<span class="note">
A statistical average of 150 people.
<span style="display:none">
das ist absichtlich so "behindert" geschrieben
damit möglichst viel begriffe im nominativ stehen.
mein style ist besser als dein style
</span></span>
</div>
<div class="para">
Geometric interpretation of Dunbar's Number 150:
For this I need to decode the hash symbol #.
One name for the # symbol is "Octo-Thorpe".
Okto ... what?
One translation is "Aft Village".
The # symbol creates 9 faces:
one face in the middle, plus 8 faces
<span class="note">on the outside.<span style="display:none">
Also: Mitte und Ring.
Die Fläche in der Mitte ist der Dorfplatz,
hier ist eine leere Wiese für Versammlungen.
Die 8 Flächen aussen sind
...
8 kleine wohnflächen + 8 große ackerflächen.
</span></span>
16 people stand on each surface, as in the Pallas pattern.
If the center is empty,
then that is a total of 8 x 16 = 128 people.
If the center is full,
then that is a total of 9 x 16 = 144 people.
There are eight fields around the "eight village":
one field for 16 people.
</div>
<div class="para">
<b>Natural group size:</b>
The limit of 144 people is important
because my "paradise on earth" only works in small groups (small states).
The beauty of small groups (144 people) is:
the administration of such groups (internal order) works "in the head",
so you do not need any technology: no accounting, no money, ...
</div>
<div class="para">
Flat hierarchies: whoever wants to lead can lead.
Tight coupling allows feedback.
Local variety: four types in equal numbers.
Role change between leading and following: both subtypes can be used.
Justice, balance.
</div>
</section>
<section id="applications-village-culture-small-states">
<h4>Small States and Utopias</h4>
<div class="para">
Many other "utopias" also only work in small groups.
How can you keep small groups small?
How can you prevent a village (144 people) from escalating into a city?
How can you prevent several villages from growing together?
Peaceful utopias force small groups through the "small island" habitat.
<b>Warlike utopias</b> need regular tribe wars
(competition between tribes),
so that the groups keep each other small.
</div>
</section>
<section id="applications-village-culture-tribalism">
<h4>Tribe culture</h4>
<div class="para">
Exactly this tribe culture (tribalism) had p
<span class="note">rimitive peoples<span style="display:none">
TODO Asterix und Obelix.
Römer gegen Gallier.
Imperium gegen Kleinstaaten.
Zivilisierte gegen Wilde.
Hochkultur gegen Primitivkultur.
Sesshafte gegen Nomaden.
Übervölkerung gegen Sparsamkeit.
Dionysos gegen Apollo.
Mehrheit gegen Minderheit.
Großstaat gegen Kleinstaaten.
Reich gegen Arm.
Römer gegen Barbaren.
Christen gegen Heiden.
Moderne gegen Tradition.
Neue Ordnung gegen Alte Ordnung.
Neue Götter gegen Alte Götter.
Eroberer gegen Verteidiger.
Gewinner gegen Verlierer.
Gewinner schreiben Geschichte.
http://www.brigien.com/Die_Kelten.pdf
https://de.wikipedia.org/wiki/Asterix
</span></span>
(Germanic peoples, Celts, Indians, Africans, ...),
before the Roman Empire (Roman Church, Christianity)
"civilized" these tribes and "pacified" them.
Today the hooligans in football are reminiscent of the old days of tribe wars.
</div>
<div class="para">
The migrant invasion of Europe and North America
can be seen as a "back to tribe wars".
Angela Merkel:
"I am fighting for my plan: turning illegality into legality"
</div>
<div class="xcenter">
<img class="darkmode-invert" style="width:70%" src="../images/memes/islamisierung.2018-04-13.janson-karikatur.de.svg">
</div>
<div class="para caption">
"There was something ..."
"Moderate islam" on the outside, "radical islam" on the inside.
Trojan horse, Taqiya, lies, trick of war, <span class="nowrap">deja vu,</span> history repeats itself
</div>
</section>
<section id="conquering-foreign-land">
<h4>Conquering foreign lands</h4>
<div class="para">
When you conquer states in an area,
where a different language is spoken,
and different customs and laws prevail,
there are difficulties.
You must be very lucky
and use lots of skill to conquer them.
</div>
<div class="para">
One of the best and most effective means is
<b>for the conqueror to move his residence there.</b>
This will make his rule more secure and lasting.
This is what the Turk did with Greece;
This could not have been held despite all measures taken to conquer it,
if its ruler had not moved the residence there.
</div>
<div class="para">
If you have your residence there and discover unrest that is emerging,
you can quickly suppress it.
But if you do not live there, you will only find out about them when,
they have already spread widely
and there is no longer any way to stop them.
In addition, the country can not be plundered by your officials.
</div>
<div class="para">
The subjects are happy to have the new ruler near them;
therefore they will have more frequent cause to love him when they are rich,
and to fear him when they are poor.
</div>
<div class="para">
If a foreign ruler attacks such a country,
he will have greater inhibitions;
Because as long as the ruler resides there,
it is very difficult to take it away from him again.
<br>
&mdash; <a class="notranslate" href="https://www.gutenberg.org/ebooks/39816"
>Niccolo Machiavelli - Der Fürst, Kapitel 3 (1513)</a>
</div>
</section>
<hr>
<section id="applications-village-culture-large-states">
<h4>Large states and hell on earth</h4>
<div class="para">
Any group larger than 144 people
automatically produces a "hell on earth".
So there is a "mass" of people t,
hat you must keep together using technology (accounting).
In the long run, such large states repeatedly lead to usury and collapse
(urbanization, unions, peace alliances, boom-bust cycles,
growth-based economies, Ponzi schemes, pyramid schemes,
bulls speculating on increasing demand).
</div>
</section>
<section id="applications-village-culture-growth-based-economies">
<h4>Growth-Based Economies</h4>
<div class="para">
Question:
All cultures are based on growth? (are "growth-based"?)
Growth, diffusion, increase in entropy.
Limited only by "hard limits", by limited resources,
or by competition from other cultures,
which are also growth-based.
</div>
</section>
<section id="applications-village-culture-balance">
<h4>Balance</h4>
<div class="para">
Balance:
Each village is in balance:
72 men and
<span class="note">72 women<span style="display:none">
vielleicht deswegen die "72 Jungfrauen im Paradies" im Koran
</span></span>.
72 young and 72 old.
So fairness in the distribution of gender and age.
This justice does not come by itself (nature is chance),
but must be worked out and cultivated (culture).
</div>
<div class="para">
Example:
Village A has 100 men and 44 women and Village B has 44 men and 100 women.
The distance to equilibrium is 72 - 100 = -28 men for Village A and
72 - 44 = +28 men for Village B.
Solution: Village A sends 28 men to Village B and Village B sends 28 women to Village A.
Result: Each Village has 72 men and 72 women.
</div>
</section>
<section id="applications-village-culture-balance-in-small-groups">
<h4>Balance in Small Groups</h4>
<div class="para">
The same is true on a small scale:
Family A has 3 men and 1 woman and Family B has 1 man and 3 women.
Solution: We take the two small families
and build an extended family with 4 men and 4 women.
</div>
<div class="para">
TODO dynamic equilibrium like in chemistry.
The equal sign = is actually a "back and forth" arrow,
and the balance swings around a mean.
</div>
</section>
<section id="applications-problem-child">
<div class="xcenter">
<img class="darkmode-invert" style="width:30%" src="../images/devilchild.svg">
</div>
<!-- TODO remove -->
<hr>
<h3>Problem child: Hold on or let go?</h3>
<div class="para">
Imagine you are the biggest pacifist in the world,
but your child wants to kill people.
<!-- oder: Sozialist vs Kapitalist. aber die wörter sind schlecht definiert.
oder: Muggel vs Zauberer bei Harry Potter.
Harry wird gefangen gehalten bei den dummen Muggeln, aus Neid und Missgunst.
-->
What are you doing?
Hold your child and raise him to be a pacifist?
(Passive violence, holding on, locking up, resigned to fate,
"it must be like this", "too late to correct",
"now we have already started and we must finish it")
... or let go of your child and let them go Let "others" be raised to be soldiers?
</div>
<div class="para">
I am afraid:
Some people will never let go of "their" children voluntarily,
no matter how strange these children are.
Only "liberal violence" helps,
using violence to free these "captive children"
and bring them to better parents.
</div>
<section id="pallas-problem-child-child-robber">
<h4>Child predators</h4>
<!-- TODO straftaten sind privilegien für reiche.
nur der staat darf kinder rauben.
-->
<div class="para">
We know such "child predators" as Krampus,
who our children should be afraid of.
But for me, Krampus is a liberator, a hero.
I myself was such a problem child
(strange to father, mother, brother),
and subconsciously I was always looking for "better parents",
older friends as substitute parents.
[Child Protective Services wants monopoly on child theft]
</div>
</section>
<section id="pallas-problem-child-blame-both">
<h4>Both are to blame</h4>
<div class="para">
We also know such "problem children" as
changelings, swapped children, unloved children, cuckoo children, devil's children ...
Who is to blame? Both!
The problem is the incompatible relation between parent and child.
That is why it is so hard to find someone to blame.
Example:
My parents think I am crazy (hormone disorder in my head),
I think my parents are stupid (wrong images in their head).
"United in hate."
Both sides feel the incompatibility,
and the best solution is: we go separate ways.
<!-- ... und das so früh wie möglich. -->
</div>
<div class="para">
Can this liberation of children also happen without violence?
Yes.
To do this, you first must give the parents a better child,
wait until the parents get used to the better child,
and then the parents can let go of the wrong child.
</div>
</section>
<section id="pallas-problem-child-system-winners">
<h4>System winner</h4>
<div class="para">
For some people, the conventional system
(small family, school, work) works.
These "system winners" will always say:
"the others" just must try harder,
just must try harder,
then they will have more success in this system.
Why are there such system winners?
Coincidence or low standards.
</div>
<div class="para">
Example: Small family:
By chance, children can be compatible with their parents,
then these children say: Small family is good.
More precisely:
"I have had good experiences with small families."
What is problematic here is
the conclusion from subjective experience to objective world view
("judging others by yourself")
</div>
</section>
</section>
<!-- end of `<section id="applications-problem-child"` -->
</section>
<!-- end of `<section id="applications"` -->
<!-- TODO merge sections -->
<section id="limitations" class="h2">
<h2>Weak spots</h2>
<div class="para">
My theory has several weak spots ...
</div>
<section id="limitations-personality-types" class="h3">
<h3>Estimating personality types</h3>
<div class="para">
The big weak spot is:
I must correctly estimate personality types.
I try to estimate as "holistically" as possible,
based on body shape and behavior.
When in doubt, I ignore the results
of questionnaire tests (MBTI, Big Five, etc.)
because they can also produce a "wrong self-image"
("you are mistyped!")
</div>
</section>
<!-- end of `<section id="limitations-personality-types"` -->
<!-- TODO merge, remove -->
<section style="display:none" id="limitations-duplicate-todo-remove" class="h3">
<h3>Schwachstellen</h3>
<div class="para">
Die Schwachstelle an meinem System ist
das richtige Schätzen von Persönlichkeitstypen.
Dafür gibt es mehrere Wege:
Selbsteinschätzung (Wer bin ich?),
Fremdeinschätzung (Wer bist du?),
Körperform (Knochen-Proportionen, Fettverteilung, Gewicht),
Verhalten (Stressreaktion, Bindungsverhalten).
</div>
</section>
<section id="limitations-relation-quality" class="h3">
<h3>Estimating relation quality</h3>
<div class="para">
The small weak spot is:
I must measure relation quality.
Every measurement is relative,
which means that,
I must try out compatible relations
and incompatible relations,
and can look back and say:
Were the compatible relations better?
</div>
</section>
<!-- end of `<section id="limitations-relation-quality"` -->
</section>
<!-- end of `<section id="limitations"` -->
<section id="consequences" class="h2">
<h2>Consequences</h2>
<div class="para">
What is the <b>catch</b>?
The price for "paradise on earth" is serial murder.
Normalizing serial murder has 2 positive effects:
low quantity and high quality.
Serial murder is the cheapest solution to overpopulation (high quantity)
and degeneration (low quality, hereditary diseases, ugly people).
Pacifism replaces serial murder with mass murder (overpopulation and system crash),
so pacifism can only delay death,
so pacifism is a waste of energy.
<!--
also Pazifismus ist Energieverschwendung um den Tod zu verzögern.
also Pazifismus spielt auf Zeit und verschwendet Energie.
also Pazifismus ist Zeitverschwendung und Energieverschwendung.
-->
<!--
"Nie wieder Krieg" ist die Lüge der Pazifisten.
-->
<!--
https://www.youtube.com/watch?v=8OVQCCE1F8E
"Corona wird zu einem Ende des Euro führen": Markus Krall im Interview
COMPACTTV
grund vom crash ist die globale übervölkerung. genau so einfach.
pazifismus ersetzt serienmord durch massenmord, also spielt auf zeit und verschwendet energie.
-->
It is clear to me:
Many people say that
the fun ends when it comes to "killing people."
(This is w.
here tolerance ends.)
But this is exactly where my fun begins (I say as Type 1).
And that is exactly the problem with personality types:
Each type has its subjective worldview (subjectivism):
I am serious.
My virtue is your sin.
My paradise is your hell.
And so forth.
TODO sublimation from aggressive drives to productive work,
playing with fire,
civilization,
taming from animal to human
(Sigmund Freud - discomfort in culture)
</div>
<section id="consequences-real-tolerance" class="h3">
<h3>Real tolerance</h3>
<div class="para">
Tolerance is cheap when it is easy (fair weather tolerance).
But in order to be able to "tolerate" other worldviews in such an "extreme" way,
these other worldviews must
live in "sympathetic" bodies.
Compatible relations can withstand such "dispute issues".
</div>
<div class="para">
Incompatible relations always produce arguments,
no matter how big or small the issue, unl,
ess both attachment partners
agree to deny it (ignorance makes you happy)
and only talk about small problems (low-level agreement).
When confronted with major problems
such relations are overwhelmed
and mental hostility (incompatibility)
resurfaces.
Similar with drugs:
Some people are already disturbed,
but are able to suppress this disorder.
Drugs overwhelm the repression
and act as an apparent "trigger" for the disorder.
<br>
(In vino veritas = alcohol makes you honest.)
<br>
(Difference: cause or occasion?)
</div>
</section>
<!-- end of `<section id="consequences-real-tolerance"` -->
<section id="consequences-light-without-shadow" class="h3">
<h3>Light without shadow?</h3>
<div class="para">
Is it possible without serial murder?
So, is there a "paradise on earth"
without the downsides?
No.
For about 10,000 years,
people have been rebelling against natural laws,
with such "beautiful" inventions as
<b>criminalization of murder</b>, insurance, and the welfare state.
But these people are just tragic heros,
who, with good intentions, end up in catastrophes
(overpopulation, degeneration, decadence, collapse, boom-bust cycles).
They are fighting a lost war.
Arrogance comes before the fall.
</div>
</section>
<!-- end of `<section id="consequences-light-without-shadow"` -->
<section id="nietzsche-zarathustra" class="h3">
<h3>Nietzsche and Zarathustra</h3>
<div class="para">
Zarathustra is trapped in slave morality,
in the legal system, in this world.
Zarathustra wants to prove that he is serious,
but for this proof, he needs violence.
The mob demands:
Prove to us that you are serious!
Zarathustra says:
I can not, otherwise I will be in jail tomorrow.
Prophets without swords are laughed at.
Prophets with swords end up in jail.
That is why there are no prophets in this world,
but everywhere are cops, hunting prophets.
</div>
</section>
<!-- end of `<section id="nietzsche-zarathustra"` -->
</section>
<!-- end of `<section id="consequences"` -->
<!-- TODO move to experiemnt -->
<!--
no, this is not a section. every section must have a heading like <h2>, <h3>, <h4>
<section id="todo">
-->
<section id="todo-move-sections" class="h2">
<h2>TODO Move sections</h2>
<section id="todo-unnamed-h3-section" class="h3">
<!-- TODO add heading <h3>...</h3> -->
<!-- TODO move to experiemnt -->
<section id="todo-wild-theory" class="h4">
<h4>Wild theory</h4>
<div class="para">
I am an amateur researcher
and I write my theory
primarily for other amateurs (including children),
because I believe:
most professional psychologists are failures,
or at least specialist idiots,
but not generalists,
and therefore incompetent,
to take my "holistic" theory seriously.
But I say:
I do not care : )
</div>
<div class="para">
And every "serious" researcher would also must say:
"I do not care" where exactly this theory comes from,
all hypotheses look good on paper,
and only experiment shows truth.
In that sense I say:
"Shut up and test my hypothesis!"
</div>
</section>
<!-- end of `<section id="todo-wild-theory"` -->
<!-- TODO move to limitations? -->
<section id="todo-nobody-responsible" class="h4">
<!-- "keiner schuld"? -->
<h4>Nobody is responsible</h4>
<div class="para">
My theory is so general (holistic, abstract, general),
that nobody is responsible (at least not a specialist) ...
so everyone is responsible.
That means:
Everyone is allowed to help,
everyone can help,
every feedback is valuable.
</div>
</section>
<!-- end of `<section id="todo-nobody-responsible"` -->
<!-- TODO move -->
<section id="todo-origins" class="h4">
<h4>Where does my theory come from?</h4>
<div class="para">
Self-study psychology
for about 5 years.
Focus on personality psychology,
the art of
"putting all people into a few drawers" (abstraction).
Self-study means:
I only read what interests me.
I decide for myself: What is important? Where does it go from here?
The thesis for my self-study
is this theory that you are currently reading.
</div>
</section>
<!-- end of `<section id="todo-origins"` -->
</section>
<!-- end of `<section id="todo-unnamed-h3-section"` -->
<!-- TODO move -->
<section id="todo-help-wanted" class="h3">
<h3>Help wanted</h3>
<div class="para">
I need help with <b>my goals:</b>
publish, finish writing, experiment.
</div>
<div class="para">
Publishing means:
Reaching as many new people as possible through <b>broad-first search</b>,
and spending as little time as possible with each human,
so <b>do not get stuck</b>
trying to find lots of other people.
Examples:
Print flyers (2 EUR / 100 flyers)
and distribute them (in human, not in mailboxes).
Print books (60 EUR / 100 books).
Emails, letters, phone calls.
Repost to your social media feed.
Ask a journal
if they want to print my article.
Ask your favorite "influencer"
if they want to feature me.
</div>
<section id="todo-help-wanted-book-printing">
<h4>Book printing</h4>
<!--
based on
alchi/src/doc/printing.md
alchi/src/doc/costs.md
-->
<div class="para">
My "printing shop" consists of a laser printer and a stapler.
I buy them used for 100 + 50 = 150 Euros
<a class="notranslate" href="https://www.ebay.de/"
>eBay</a>.
I buy toner and drums from eBay (gorilla-ink).
I buy spare parts (rollers) from tonerzentrale.de.
</div>
<div class="para">
Laser printer:
<a class="notranslate" href="https://geizhals.de/brother-hl-l5100dn-hll5100dng1-a1409933.html"
>Brother HL-L5100DN</a>.
Power consumption: 700 watts.
Toner: TN-3480, 15 euros / 10,000 pages = 0.2 cents per page.
Drum: DR-3400, 20 euros / 30,000 pages = 0.1 cent per page.
&rarr; Printing costs: around 1 cent per page (60 cents per book).
Speed: 40 pages/minute.
Duplex Speed: 20 pages/minute.
Weight: 10kg.
Paper input: 250 sheets.
Paper output: 150 sheets.
Recommended Duty Cycle: 3K pages per month.
Weakness: If the load is too high, the printer overheats,
and the fuser unit creates vertical creases in the sheets,
where the toner is not fixed.
<!--
<br>
Hätte ich mehr Geld, dann würde ich mir
für 2000 Euro einen "Konica Minolta Bizhub" Drucker kaufen:
Duplex Speed: 36 bis 55 Seiten pro Minute.
Gewicht: 100 kg. (Versand auf Palette.)
Recommended Duty Cycle: 50K Seiten pro Monat (1K Hefte pro Monat).
Mit Finisher für 500 Euro: 3000 Blatt Ausgabe, Offset Sort (die Hefte auseinander stapeln).
-->
</div>
<div class="para">
Block stapler:
Novus B54 block stapler.
Alternative: Skrebba Skre 120 long block stapler.
Up to 170 sheets (cheap staplers only handle 15 sheets).
Depth: 25cm (A5 width: 15cm).
</div>
<div class="para">
I deliberately do not make a nice softcover book,
because that is more work (cutting + gluing).
Keep It Simple:
Anyone can easily copy my book.
</div>
</section>
<!-- end of `<section id="todo-help-wanted-book-printing"` -->
<!-- TODO move -->
<section id="todo-help-wanted-audience">
<h4>Target group</h4>
<div class="para">
People with a future.
Farmers and soldiers.
Rich and smart people.
</div>
<div class="para">
Farmers:
eco-villages,
Demeter farms,
preppers,
self-sufficient farmers,
dropouts,
emigrants,
Market Gardens,
homesteads,
community-supported agriculture (CSA, Solawi),
weekly markets,
farmers' markets,
farmers' meetings,
rural communities,
...
</div>
<div class="para">
Soldiers:
boxing clubs,
gangs,
police,
Grey Wolves (Bozkurt),
Hells Angels,
Bandidos,
...
</div>
<div class="para">
also <b>random collisions</b> are important for meeting new people,
because good people are everywhere:
park, swimming lake, demonstration, shopping,
train, bus, hitchhiking, hiking ...
</div>
<div class="para">
Finish the writing means:
I myself am a beginner (types 13),
so my text is just a beginning,
that I will never finish writing myself ...
so:
I am looking for "finishers" (types 24),
who will help me finish writing my text.
And I am looking for people who
produce secondary literature (derivations),
for example a compact research proposal paper,
or a children's book,
or a YouTube video, ...
</div>
<div class="para">
I have already described the experiment.
Anyone can publish feedback and results
on my websites (Github, Gitlab, ...).
<br>
You can send anonymous feedback with the Tor Browser <a class="notranslate" href="https://torproject.org">torproject.org</a>:
<br>
Darktea: <a class="nofootnote monospace" title="darktea" href="http://it7otdanqu7ktntxzm427cba6i53w6wlanlh23v5i3siqmos47pzhvyd.onion/milahu/alchi"
>http://it7o tdan qu7k tntx zm42 7cba 6i53<br> w6wl anlh 23v5 i3si qmos 47pz hvyd.onion/milahu/alchi</a>
<br>
Right To Privacy: <a class="nofootnote monospace" title="righttoprivacy" href="http://gg6zxtreajiijztyy5g6bt5o6l3qu32nrg7eulyemlhxwwl6enk6ghad.onion/milahu/alchi"
>http://gg6z xtre ajii jzty y5g6 bt5o 6l3q<br> u32n rg7e ulye mlhx wwl6 enk6 ghad.onion/milahu/alchi</a>
<br>
(...without spaces)
<!-- TODO better than tor? tor is still too centralized.
https://www.youtube.com/watch?v=cX3DV3TkgfI
Veilid - The Next Generation of Tor?
https://veilid.com/
https://gitlab.com/veilid
https://github.com/berty/berty
berty: offline-first messenger, via ad-hoc wifi and bluetooth
https://github.com/cjb/GitTorrent
gittorrent: dead project, but should work ...
radicle: not really decentralized?
https://meshtastic.org/
https://www.youtube.com/watch?v=EAQI2ZSmxPU
Rutgers University Confirmed: Meshtastic and LoRa are dangerous
In 2020, I was the first YouTuber to make a video about "Meshtastic," created by Kevin Hester.
The project name was a merge between Mesh and Fantastic.
Already then, I loved the project.
But why is it the "most dangerous LoRa project"?
Here is the proof:
My video was included in a study titled "NETWORK-ENABLED ANARCHY"
by an organization featured by the US government
under the topic "instructions for encrypted messaging".
So stay tuned when I show you what you can do with it
even if you have a normal profession.
-->
</div>
</section>
<!-- end of `<section id="todo-help-wanted-audience"` -->
<!-- TODO move -->
<section id="todo-help-wanted-voluntarism">
<h4>Voluntarism</h4>
<div class="para">
My project is something like "Linux for Education":
transparent (open source),
free of charge,
voluntary.
Advantage: voluntary work produces better quality
(self-motivation, free will).
Disadvantage: It takes longer
because you must take your time.
</div>
<div class="para">
My theory can be described
as a <b>theory of voluntarism</b>:
The goal are <b>voluntary relations</b>:
both partners have a veto right,
so if one says "no",
then the relation is over.
Or even more explicitly:
relations are created for one year.
After a year, both partners must explicitly agree,
to continue the relation.
So "divorce by default". Separation as the norm.
Individualism. Egoism. Classical liberalism.
Capitalism (caput = head). Narcissism. Types 12.
</div>
</section>
<!-- end of `<section id="todo-help-wanted-voluntarism"` -->
<!-- TODO move -->
<section id="todo-help-wanted-children-and-parents">
<h4>Children and parents</h4>
<div class="para">
Even small children can say "yes" or "no"
to their biological parents,
but <b>small children use body language</b>,
and children must "try out" (physical contact) different parents,
so that the child can compare: who is better?
<b>Comparison makes smart.</b> Monopoly makes stupid.
</div>
<div class="para">
Against this:
When parents say:
"Children belong to their parents" and "No experiments",
then these parents are playing a game of luck:
Some children match, other children cause trouble.
Some children match:
risked and won, child and parents are friends, both sides win.
Other children cause trouble:
risked and lost, child and parents are enemies, both sides lose.
</div>
</section>
<!-- end of `<section id="todo-help-wanted-children-and-parents"` -->
<!-- TODO move -->
<section id="todo-help-wanted-followers-wanted">
<h4>Followers wanted</h4>
<!--
TODO wenn ich schon nicht mein eigenes kind erziehen darf,
weil ich angeblich so "verrückt" und "gefährlich" bin,
dann suche ich mir andere kinder, ersatzkinder, schüler.
-->
<div class="para">
I (as a type 1 human) fear:
only type 1 people can understand my theory and apply it correctly.
This is also why my theory will never be "acceptable for the majority",
and the "stupid majority" can only benefit from it unconsciously.
</div>
<div class="para">
This is also why paradise on earth fails:
because the "stupid majority" gets involved in things,
they do not understand,
because they believe "talent can be learned."
I dare to disagree: talent is inborn.
</div>
<div class="para">
Another paradox:
The less talent someone has,
the more they find the topic "fascinating", and,
the more likely they are to go to college to learn the topic.
But ultimately, he tries
to compensate for his lack of talent by "hard learning".
On the other hand: If you have talent, you do not need a university
(self-study, self-initiation, self-teaching, magicians without a guild).
School is not a place for smart people ...
</div>
<div class="para">
TODO move:
My theory is relatively simple:
You must connect people like in the Pallas pattern,
and the subtypes must fit together somehow.
My theory is complicated by its foundations and consequences.
</div>
<div class="para">
The basis for my theory is personality psychology.
So: I need a method to properly estimate personality types.
If the personality types are wrong, then the Pallas pattern is worthless.
So: I always must start with people,
where I can safely measure the personality type.
</div>
<div class="para">
The consequence of my theory is village culture
(tribe culture, tribalism, small states).
Each village has 144 people (Dunbar's Number).
Every village needs distance from its neighboring villages.
Each village has aggressive relations (tribe wars)
and peaceful relations (trade, import and export) with other villages.
</div>
</section>
<!-- end of `<section id="todo-help-wanted-followers-wanted"` -->
<!-- TODO move -->
<section id="i-wont-be-always-here">
<h4>I will not always be here</h4>
<div class="para">
My enemies want to censor me, throw me in jail, kill me ...
So I will not always be here.
I hope that my "crazy idea"
will live on without me.
So I hope
that other people find value in my idea,
and that these people will work
to keep my idea alive.
</div>
</section>
<!-- end of `<section id="i-wont-be-always-here"` -->
</section>
<!-- end of `<section id="todo-help-wanted"` -->
</section>
<!-- end of `<section id="todo-move-sections"` -->
<!-- TODO move -->
<section id="other-theories" class="h2">
<h2>Other theories</h2>
<div class="para">
<b>Arrogance:</b>
My arrogance is the claim:
In 10,000 years of civilization
no human has found this simple pattern.
But: What if I am right?
</div>
<div class="para">
Sure:
There are many attempts to answer the question
"which types are compatible?"
But:
This research is limited to couple relations (stable marriage).
This research is too passive/descriptive/conservative,
so it only observes old groups,
but has no method (strong opinion) to build new groups.
This research is not holistic/radical,
so they do not look for a "world formula"
that works for all people in all areas of life,
because "private life is sacred"
and "only crazy people interfere in other people's private lives."
So that would be "unprofessional" and "unethical".
So "paradise on earth"
fails because of a thousand ridiculous excuses.
And perhaps also:
"The decision-makers are not elected,
the elected ones have nothing to decide."
(Horst Seehofer)
<!--
original:
Diejenigen, die entscheiden, sind nicht gewählt,
und diejenigen, die gewählt werden, haben nichts zu entscheiden
-->
So the paradox:
talent is punished, weakness is rewarded.
So egalitarianism:
destroy the strong, help the weak.
Why?
Types 34 first seek equality, then difference.
So types 34 need the stable pairs F3-M3 and F4-M4,
as the basis for all other relations.
</div>
<div class="para">
TODO move:
In the best case, exactly 2 types should fit,
and these types can not be countertypes (1-2 or 3-4).
</div>
<!-- TODO move -->
<section id="concepts-mbti-is-problematic" class="h3">
<h3>MBTI is problematic</h3>
<div class="para">
MBTI pretends it can measure 4 properties,
but there are only 2 properties:
gender and age.
MBTI pretends to measure basetype and subtype,
but basetype and subtype are too similar
to distinguish with such a simple test.
MBTI is blind to body type.
</div>
</section>
<!-- end of `<section id="concepts-mbti-is-problematic"` -->
<!-- TODO move -->
<section id="concepts-serious-personality-tests">
<h3>Serious personality tests</h3>
<div class="para">
TODO move:
What is a "serious" personality test for me?
A serious test must list all the answers given by
the test subject (raw data),
so that you can ask later:
How do you understand this question?
Why are you giving this answer?
A serious test must specify for every question:
Which dimension is being tested here?
Most tests play a game of hide-and-seek,
and assume that the test subject understands all the questions correctly,
but I find that unrealistic.
A serious test must give the result in percentage points,
for example "you are 80% masculine and 60% childish" for type 104,
and not "you are 100% type X".
A serious test must also measure body type:
tendency to: under-weight / middle-weight / over-weight = type: 4 / 12 / 3.
</div>
<div class="para">
A personality test is always a decision
between 2 options that are objectively equivalent but subjectively different.
Example: Which is better, luck or patience?
Security or freedom?
Soft skills or hard skills?
</div>
</section>
<section id="calendar-astrology-is-wrong">
<h3>Calendar astrology is wrong</h3>
<div class="para">
There are also system winners in <b>calendar astrology</b>,
where you use your birthday to calculate your personality type.
By luck, this system is correct for 1 of 4 people (25 of 100),
because personality types are randomly distributed,
and there are 4 basetypes.
These system winners keep the calendar astrology system alive,
because they say "for me it is true".
</div>
<div class="para">
Calendar astrology tries to "save" false results
by increasing complexity: exact time of birth, ascendant, bla bla bla.
But calendar astrology is "broken by design",
because birthday and time of birth have zero influence on personality type.
Astrology can be useful
if you read the descriptions of the types,
and think: What suits me?
Which type best describes my behavior?
</div>
</section>
<!-- end of `<section id="calendar-astrology"` -->
</section>
<!-- end of `<section id="other-theories"` -->
<hr>
<!-- TODO move -->
<section id="five-value-scales" class="h2">
<h2>Five-value scales</h2>
<div class="para">
A <b>five-value scale</b>
is created by mixing basetype and subtype.
That is why many personality tests
have five answers for each question:
<span class="nowrap">Strongly Agree,</span> Agree,
Neutral, Disagree, <span class="nowrap">Strongly Disagree</span>.
Or with numbers: +2 +1 0 -1 -2.
But this is not just a theoretical concept,
but an exact picture of reality,
where one can distinguish five values for each property,
depending on how the basetype and subtype are mixed.
</div>
<section id="five-value-scales-basetypes">
<h3>Basetypes in five-value scales</h3>
<section id="five-value-scales-basetypes-example-12">
<h4>Types 12</h4>
<div class="para">
Say: Types One Two
</div>
<div class="xcenter">
<img class="darkmode-invert" style="max-width:18em;margin:1em" src="../images/alchi.five-value-scales.1-2.svg">
</div>
<div class="para">
Similarity:
Types 12 have the same diagonal = double opposite.
Therefore:
Types 12 are both vertical in the scales 12.
</div>
<div class="para">
Difference:
Both properties are different:
inner age and inner gender.
Type 1 has son-brain, type 2 has mother-brain.
</div>
<div class="para">
Pallas pattern, detail: Types 12:
</div>
<div class="xcenter">
<img class="darkmode-invert" style="max-width:15em;margin:1em" src="../images/alchi.pallas-pattern.1-2.svg">
</div>
</section>
<hr>
<section id="five-value-scales-basetypes-example-13">
<h4>Types 13</h4>
<div class="para">
Say: Types One Three
</div>
<div class="xcenter">
<img class="darkmode-invert" style="max-width:18em;margin:1em" src="../images/alchi.five-value-scales.1-3.svg">
</div>
<div class="para">
What they have in common: Types 13 have young brains.
Difference:
Type 1 has a masculine brain (14),
type 3 has a feminine brain (23).
</div>
<div class="para">
There are two representations for types 13:
With the scales 12 = types 12 are vertical.
With the scales 34 = types 34 are vertical.
</div>
<div class="xcenter">
<img class="darkmode-invert" style="max-width:18em;margin:1em" src="../images/alchi.five-value-scales.1-3.todo-title.svg">
</div>
</section>
<hr>
<section id="five-value-scales-basetypes-example-14">
<h4>Types 14</h4>
<div class="para">
Say: Types One Four
</div>
<div class="xcenter">
<img class="darkmode-invert" style="max-width:18em;margin:1em" src="../images/alchi.five-value-scales.1-4.svg">
</div>
<div class="para">
What they have in common: Types 14 have masculine brains.
Difference: Type 1 has young brain (13), type 4 has old brain (24).
There are two representations for types 14:
With the scales 12 = types 12 are vertical.
With the scales 34 = types 34 are vertical.
</div>
<div class="xcenter">
<img class="darkmode-invert" style="max-width:18em;margin:1em" src="../images/alchi.five-value-scales.4-1.svg">
</div>
</section>
</section>
<!-- end of `<section id="five-value-scales-basetypes"` -->
<hr>
<section id="five-value-scales-subtypes">
<h3>Subtypes in five-value scales</h3>
<section id="five-value-scales-subtypes-example-104-203">
<h4>Types 104 and 203</h4>
<div class="para">
Say: Types One Zero Four and Two Zero Three
</div>
<div class="xcenter">
<img class="darkmode-invert" style="max-width:18em;margin:1em" src="../images/alchi.five-value-scales.m104-f203.svg">
</div>
<div class="para">
Types 104 and 203 are created by rotating types 12.
Similarity:
inner age is neutral
= Both brains have the same age.
Therefore: both bodies are the same age.
</div>
<div class="para">
Difference:
inner gender is extreme:
104 is extremely masculine,
203 is extremely feminine.
Therefore: both bodies have different genders.
</div>
<div class="para">
So either M104 and F203 (gender-congruent: masculine brain in a masculine body, etc.),
or F104 and M203 (gender-opposing: feminine brain in a masculine body, etc.).
</div>
<div class="para">
Pallas pattern, detail: F104L and M203L:
</div>
<div class="xcenter">
<img class="darkmode-invert" style="max-width:15em;margin:1em" src="../images/alchi.pallas-pattern.m3l-f1l-m2l-f4l.svg">
</div>
</section>
<hr>
<section id="five-value-scales-subtypes-example-103-204">
<h4>Types 103 and 204</h4>
<div class="para">
Say: Types One Zero Three and Two Zero Four
</div>
<div class="xcenter">
<img class="darkmode-invert" style="max-width:18em;margin:1em" src="../images/alchi.five-value-scales.m103-m204.svg">
</div>
<div class="para">
Types 103 and 204 are created by rotating types 12.
Similarity:
inner gender is neutral
= both brains have the same gender.
Therefore: both bodies have the same gender.
</div>
<div class="para">
Difference:
inner age is extreme:
103 is extremely young,
204 is extremely old.
Therefore: both bodies are different ages.
</div>
<div class="para">
So either 103S and 204L (age-congruent: young brain in a young body, etc.),
or 103L and 204S (age-opposing: young brain in an old body, etc.).
</div>
<div class="para">
Pallas pattern, detail: M103S and M204L:
</div>
<div class="xcenter">
<img class="darkmode-invert" style="max-width:15em;margin:1em" src="../images/alchi.pallas-pattern.m4l-m1s-m2l-m3s.svg">
</div>
</section>
<hr>
<section id="five-value-scales-subtypes-example-104-302">
<h4>Types 104 and 302</h4>
<div class="para">
Say: Types One Zero Four and Three Zero Two
</div>
<div class="xcenter">
<img class="darkmode-invert" style="max-width:18em;margin:1em" src="../images/alchi.five-value-scales.m104-f302.svg">
</div>
<div class="para">
The representation is the same in scales 12 and in scales 34,
because types 104 and 302 are neutral on scale 13- 24.
Similarity:
inner age is neutral
= both brains have the same age.
Therefore: both bodies are the same age.
</div>
<div class="para">
Difference:
inner gender is extreme:
104 is extremely masculine,
203 is extremely feminine.
Therefore: both bodies have different genders.
</div>
<div class="para">
So either M104 and F302 (gender-congruent: masculine brain in a masculine body, etc.),
or F104 and M302 (gender-opposing: feminine brain in a masculine body, etc.).
</div>
<div class="para">
Pallas pattern, cutout: M104S and F302S:
</div>
<div class="xcenter">
<img class="darkmode-invert" style="max-width:15em;margin:1em" src="../images/alchi.pallas-pattern.f2s-m1s-f3s-m4s.svg">
</div>
<!-- TODO continue svg to img -->
<div class="para">
On the other side:
M103 does not match F3 because type 3 is double.
F301 does not match M1 because type 1 is double.
If a type is double,
then the two people are in competition = stress from within.
Such relations are good for arguing or fighting,
but are not "compatible",
not stable to external stress.
</div>
</section>
<!-- kein platz -->
<section style="display:none" id="five-value-scales-subtypes-example-103-402">
<h4>Typen 103 402</h4>
<div class="xcenter">
<img class="darkmode-invert" style="max-width:18em;margin:1em" src="../images/alchi.five-value-scales.103-402.svg">
</div>
<div class="para">
Die Darstellung ist gleich in den Skalen 12 und in den Skalen 34,
weil Typen 103 und 402 sind neutral auf der Skala 14-23.
Gemeinsamkeit: Inneres Geschlecht ist neutral = Beide Hirne haben gleiches Geschlecht.
Deswegen: beide Körper haben gleiches Geschlecht.
</div>
<div class="para">
Unterschied: Inneres Alter ist extrem:
103 ist extrem jung, 402 ist extrem alt.
</div>
<div class="para">
Deswegen: beide Körper haben verschiedenes Alter.
Also entweder 103S und 402L (age-congruent: junges Hirn in jungem Körper, etc.),
oder 103L und 402S (age-opposing: junges Hirn in altem Körper, etc.).
</div>
<div class="para">
Pallas-Muster, Ausschnitt: M103S und M402L:
</div>
<div class="xcenter">
<img class="darkmode-invert" style="max-width:18em;margin:1em" src="../images/alchi.compatibility-chart.m103s-m402l.svg">
</div>
</section>
</section>
<!-- end of `<section id="five-value-scales-subtypes"` -->
</section>
<!-- end <section id="five-value-scales"> -->
<hr>
<section id="concepts" class="h2">
<h2>Appendix: Concepts</h2>
<section id="concepts-playing-theater-is-psychotherapy">
<h3>Playing theater is psychotherapy</h3>
<div class="para">
When playing theater you can practice <b>difficult situations</b>.
Example: Are you afraid of a job interview?
Then ask a friend if he wants to play a human-resources manager.
Example: I find it difficult to interfere in other people's private relations.
So I ask my friends if we can act out this situation.
It is interesting: what can I do wrong?
And how can I avoid these mistakes?
</div>
</section>
<section id="concepts-morbid-gain">
<h3>Morbid Gain</h3>
<div class="para">
Our superiors feel safe
when we are alone and when we are fighting each other.
Our superiors benefit
from our weakness and stupidity.
Doctors profit from sick people:
<span class="nowrap">A patient cured is a customer lost.</span>
</div>
</section>
<section id="concepts-investment-protection">
<h3>Investment protection</h3>
<div class="para">
concept: <b>Investment protection</b>, ego investment,
"too late", "I am too old", "no going back",
"you can not change old trees, so you must cut them down"
The more energy you have invested in one direction,
the harder it is to change this direction.
Then you say:
"Change course? Better never than late!"
</div>
<div class="para">
Anyone,
who has invested lots of energy somewhere,
and does not want to let go, will protect their investment.
Cling on, hold on.
Opposite of initial resistance.
<b>Investment ruins</b> arise
where people "risk and lose",
where energy is invested,
but this investment does not bring any profit.
</div>
</section>
<section id="concepts-old-habits-give-security">
<h3>Old habits provide security</h3>
<div class="para">
TODO move:
We always take refuge in old habits,
in search of security.
Similar with the subtype:
Every human has a strong subtype
and a weak subtype.
I guess:
The middle subtype is practically non-existent
(ambivert in Carl Jung, mutable modality in astrology).
Similar with partners:
Everyone has two "strong" friends who fit particularly well.
Which types are these?
This is decided by the subtype, "strong" subtype.
Two "weak" friends fit the "weak" subtype.
The two "diagonal friends" are mutual friends,
who exchange partners in groups of four.
</div>
</section>
<section id="concepts-illusion-of-movement">
<h3>Illusion of movement</h3>
<div class="para">
Illusion of movement, wrong work,
waste of time, controlled opposition, ... TODO
</div>
</section>
<hr>
<section id="concepts-slave-morality">
<h3>Slave morality</h3>
<div class="para">
Slave morality, slave education:
Isolation is the first step in education.
Step two: Systematic neglecting of children,
under-challenging, boring, only letting them do light work,
only solving simple problems, no risk, no experiments,
no martial arts, "beating is bad",
only encouraging "good" behavior,
"bad" behavior is ignored or punished.
Children are treated like wild animals,
"man" wants to tame them, domesticate them, civilize them ...
"man" forbids the children to use their body language (example: beating),
"man" takes away the children's weapons (fingernails),
and forces all children to be "smart",
to "solve problems with your head",
even if many children "actually" (voluntarily) do not want that,
and only play along because they are defenseless, because they are trapped.
But "man" fights against forces of nature, against the order of nature,
against inborn tendencies, against personality types ...
therefore, this path has no future,
and we must go "back to nature".
</div>
</section>
<section id="industry-has-no-future">
<h3>Industry has no future</h3>
<div class="para">
Industry means above all: machines.
We invented machines,
because previously, we found cheap energy:
coal, oil, gas.
But this cheap energy is finite,
and in the end our machines starve,
and the next day we humans starve,
because our lives are dependent on machines.
</div>
<div class="para">
What is next?
All we must do is look back 200 years.
Instead of a fridge, we had a cold cellar.
Instead of a washing machine we had soap and hands.
Instead of lawnmowers we had goats.
Instead of the Internet, we had letters and books.
Instead of a printer, we had pen and ink.
Instead of having "perfect hygiene", we were dirty and healthy.
Instead of "bananas from Africa" we had self-sufficiency.
Instead of "bananas in winter" we had seasonal fruits.
Instead of "canned food from the supermarket" we cooked our winter supplies ourselves.
<!--
Statt Nylon hatten wir Hanf.
-->
</div>
<div class="para">
Amish as a role model:
The Amish people were right.
They said 200 years ago: Industry has no future.
200 years ago it was a risky bet, but today it is clear:
the Amish won the bet and we are the stupid ones.
</div>
</section>
<!-- crybaby mode -->
<div style="display:none" class="para">
Wie so oft:
Unsere schlausten Köpfe tun wir wegsperren in Knast und Psychiatrie,
oder vertreiben in die Großstadt oder ins Ausland ...
und die größten Idioten werden unsere Führer
(Falsche Propheten, Betrüger und Versager, inkompetent),
weil die ihre Scheisse schön verpacken,
weil die "dumm und brutal" jede Konkurrenz ausrotten,
und weil wir zu blöd sind,
ein "reiches Herz im armen Pelz" zu schätzen.
</div>
<div style="display:none" class="para">
... und bequem wie wir sind, sagen wir:
Überleben wollen wir schon, aber nur wenns leicht geht.
Wenn wir um unser Leben wieder hart arbeiten und kämpfen müssen,
dann nicht ... dafür sind wir zu schwach.
</div>
<section id="traditional-agriculture">
<h3>Traditional agriculture</h3>
<div class="para">
In the future, we will have no fuel and no machines.
So: more manual work, more craftsmanship.
So: We must <b>organize people efficiently</b>.
So: We need appropriate education for each personality type,
early education of natural talent,
real tolerance (letting go of problem children),
real justice (both are right),
active building of relations,
active creation of personal justice
through people exchange between villages,
early promotion of teamwork, mutual completion, feedback,
mutual friends, self-government.
</div>
<div class="para">
Our fight against nature needs cheap energy.
Cheap energy allows us to waste energy.
This "beautiful" time is over (peak oil, peak phosphorus),
and the sooner we get "back to nature", the better.
</div>
</section>
<section id="concepts-good-fats">
<h3>Healthy fats</h3>
<div class="para">
Good fats: Omega 3, olive oil, coconut fat, avocado, hemp oil (only cold),
clarified butter, lard (animal fat), fish oil, pumpkin seeds, linseed (not linseed oil).
</div>
<div class="para">
Bad fats: Omega 6, sunflower, rapeseed, corn, palm fat.
The "bad" fats are everywhere in fast foods:
creams, sauces, chips, fries, deep fryers.
</div>
</section>
<section id="concepts-nutrient-therapy">
<h3>Nutrient therapy</h3>
<div class="para">
Julia Ross, Kenneth Blum, Charles Gant, ...
Each type (1234) has its typical nutrient deficiency,
and therefore typical deficiency symptoms (typical burnout).
Typical deficiency:
1234 = adrenaline/dopamine endorphin GABA/cortisol serotonin.
Craving Type:
1234 = Fatigue Comfort Stressed Depressed.
Nutritional supplement:
1234 = Tyrosine PhenylAlanine GABA/Theanine Tryptophan/Glutamine,
each up to around 5 grams per day.
</div>
</section>
<section id="concepts-social-therapy">
<h3>Social therapy</h3>
<div class="para">
TODO move:
A basis for my theory is the assumption:
changing people is difficult, changing relations is easy.
So when psychologists say "this human is disturbed",
I say:
"this human is trapped in wrong relations"
and "my society makes me sick".
I believe:
Many mental disorders are the result of wrong relations.
I believe:
So-called "problem children" are trapped in wrong relations,
and the best solution is adoption.
I believe that
child robbers like Krampus are liberators, heros who
free problem children and bring them to better educators.
</div>
</section>
<section id="concepts-electrosmog">
<h3>Electrosmog makes you tired</h3>
<div class="para">
TODO move:
(TODO measurement. Where does 16 KHz come from? Power grid? Monitor? Power supply? Measuring errors?)
By electrosmog I primarily mean the 16 KiloHertz harmonics in the power grid.
These harmonics are produced by power electronics (inverters, power supplies).
Electrosmog disrupts the quality of sleep, which is why everyone is always so tired ("Electrosmog is opium for the people").
Symptoms:
dry nose, dry mouth, red eyes, tinnitus.
The 16 KHz beeping gets louder when we stare at displays or touch touchscreens,
which is why these electronic "toys" are so interesting for children and adults.
</div>
<div class="para">
"The system" says electrosmog is great,
because it means the slaves are too weak to resist.
Technical suppression.
Mass hypnosis.
Crowd control.
A minority controls the majority.
Few guards versus many prisoners.
</div>
<div class="para">
Electrosmog makes displays so fascinating.
When we stare at displays, the beeping gets louder.
We have an "addiction to displays".
We want to confront and fight the beeping,
but every display is a trap that attacks our brain.
Electrosmog makes you tired, Electrosmog makes you insensitive (blind and deaf)...
</div>
<!--
Elektrosmog ist Folter
Ein Problem ist dass Leistungselektronik mit IGBT Transistoren
keine 230 Volt Wechselstrom generieren kann
und als Workaround (Trick, damit es trotzdem geht)
erzeugt man mit IGBT Transistoren
nur eine Hälfte vom Wechselstrom (zum Beispiel die oberen Wellenbäuche)
und die andere Hälfte erzeugt man durch Spiegelung.
Also pro Welle wird zwei Mal hin und her geschaltet.
Das Problem dabei ist, dieses Umschalten erzeugt "transient spikes",
also Hochfrequenz-Störsignale,
die man im Oszillograph als scharfe Spitzen sehen kann.
(TODO bild)
-->
</section>
<!-- TODO move -->
<section id="children-dont-understand-this">
<h3>Children do not understand that</h3>
<div class="para">
"Children do not understand that",
say the teachers who kick me out,
when I distribute my text to their students.
The teachers say that my text is "not helpful"
and that it only confuses the students ...
but I make exactly the same accusation against teachers:
forced schooling is a waste of time and child abuse.
The teachers make children stupid and weak,
so that they later go to work as good slaves for the industry.
The problem is, the industry has no future,
so the children are being prepared for something that has no future.
</div>
</section>
<!-- TODO move -->
<section id="school-is-political">
<h3>School is political</h3>
<div class="para">
The homeschooling ban in Germany is political.
Teachers act as if school is "politically neutral"...
but only dead people are neutral,
every living human has his inborn biases,
and his subjective worldview.
One must be stupid or evil to
make one's subjective worldview
to an objective standard for all (totalitarianism),
and all those who have a different inborn subjective worldview,
are labeled "sick" and either re-educated or sorted out
(artificial selection, made order).
I am one of those "sorted out" people where re-education failed,
and now I am on the regime's death list.
</div>
</section>
<!--
TODO move
Staatliche Lehrer sind Kinderficker.
Staatliche Vorgesetzte sind Kinderficker.
auch:
Jugendamt, Familiengericht, Kultusministerium, Parlament, Verfassungsschutz, ...
es gibt überhaupt keine "Gewaltenteilung" in diesem Regime,
sondern wenn ich mich als Staatsfeind mit einem Vorgesetzten anlege,
dann halten die alle zusammen, und zerquetschen mich mit ihrer Übermacht
(Machtmissbrauch, Jagd auf leichte Beute, Jagd auf kleine Fische).
-->
<!-- TODO move -->
<section id="concepts-simple-problem">
<h3>Simple problem</h3>
<div class="para">
This is another "design goal" for my theory:
The problem must be radically simple,
so simple that many people overlook the problem
because "that is too simple".
And the solution must be radically simple,
so that it works always and everywhere.
It must be a "bottom-up" solution,
the beginning must be
where everyone can realistically change something
(realistic freedom, private environment, inner circle).
</div>
</section>
<!-- Mathematik: Vier Operatoren -- no, this is useless. -->
<section style="display:none" id="concepts-math-four-operators">
<h3>Mathematik: Vier Operatoren</h3>
<!-- TODO wording: "vier funktionen"? -->
<div class="para">
Die vier Operatoren (Plus Minus Mal Durch)
kann man klassifizieren in zwei Gruppen:
Lineare Operatoren (Plus Minus) und
Zirkulare Operatoren (Mal Durch).
Bei den Vier Typen ist das
die Klassifizierung in
Typen 12 (orthogonale Typen) und
Typen 34 (lineare Typen)
(1 = breit-lang, 2 = lang-breit,
3 = breit-breit, 4 = lang-lang).
</div>
<div class="para">
Lineare Operatoren kann man darstellen als Linien:
</div>
<div class="xcenter">
<table title="Lineare Operatoren als Linien" style="text-align:center;width:70%" class="nowrap">
<tbody>
<tr>
<td style="width:50%">
<img src="../images/alchi.math.addition-1-2-3.svg" class="darkmode-invert" style="max-width:10em">
</td>
<td style="width:50%">
<img src="../images/alchi.math.subtraction-1-2--1.svg" class="darkmode-invert" style="max-width:10em">
</td>
</tr>
<tr>
<td>
1 + 2 = 3
<br>
Typ 3
</td>
<td>
1 - 2 = -1
<br>
-1 mod 5 = 4 &rarr; Typ 4
</td>
</tr>
</tbody>
</table>
</div>
<!-- FIXME less margin below graphics -->
<!-- TODO <style>: dont set vertical-align:center on all tables -->
<div class="para">
Zirkulare Operatoren kann man darstellen als Zirkel:
</div>
<div class="xcenter">
<table title="Zirkulare Operatoren als Zirkel" style="text-align:center;width:70%" class="nowrap">
<tbody>
<tr>
<td style="width:50%">
<img src="../images/alchi.math.multiplication-2-3-6.svg" class="darkmode-invert" style="max-width:10em">
</td>
<td style="width:50%">
<img src="../images/alchi.math.division-6-3-2.svg" class="darkmode-invert" style="max-width:10em">
</td>
</tr>
<tr>
<td>
2 * 3 = 6
<br>
6 mod 5 = 1 &rarr; Typ 1
</td>
<td>
6 / 3 = 2
<br>
Typ 2
</td>
</tr>
</tbody>
</table>
</div>
<div class="para">
Multiplikation und Division sind dreidimensional,
wie beim Magnetismus: Ursache Vermittlung Wirkung. 2 *3 =6. 6 /3 =2.
</div>
<div class="para">
Addition und Subtraktion:
Neutrales Element ist 0,
also die ersten zwei Zahlen sind 1 und 2.
</div>
<div class="para">
Multiplikation und Division:
Neutrales Element ist 1,
also die ersten zwei Zahlen sind 2 und 3.
</div>
<div class="para">
Oder andersrum:
Typ 4 macht die einfache Addition 1+2=3,
Typ 3 macht die hin-und-her Subtraktion 1-2=-1,
Typ 2 macht Division nach unten (Birnenform),
Typ 1 macht Mulitplikation nach oben (Herzform).
</div>
<div class="para">
Die Zahlen fließen von unten nach oben,
weil bewusste Arbeit geht gegen die Schwerkraft.
Auch Pflanzen wachsen gegen die Schwerkraft.
Unsere Hirne sind eigentlich Fisch-Hirne (Evolution),
und unsere Körper schwimmen kopf-voraus nach oben.
Also "Flugträume" sind eigentlich Schwimmträume von unserem Fisch-Hirn.
</div>
<table title="Mathematik: Multiplikation Division Addition Subtraktion" style="margin:auto; margin-top:0.5em; border:solid 1px black">
<tr>
<td>1. Division</td>
<td></td>
<td>3. Addition</td>
</tr>
<tr>
<td></td>
<td>Mathematik</td>
<td></td>
</tr>
<tr>
<td>4. Subtraktion</td>
<td></td>
<td>2. Multiplikation</td>
</tr>
</table>
<table title="Mathematik: Konvergenz Divergenz Progression Regression" style="margin:auto; margin-top:0.5em; border:solid 1px black">
<tr>
<td>1. Divergenz</td>
<td></td>
<td>3. Progression</td>
</tr>
<tr>
<td></td>
<td>Mathematik</td>
<td></td>
</tr>
<tr>
<td>4. Regression</td>
<td></td>
<td>2. Konvergenz</td>
</tr>
</table>
</section>
<section id="concepts-math-modulo-five">
<h3>Mathematics: Modulo Five</h3>
<div class="para">
Why Modulo Five?
Because four elements.
That is why 6 is equal to 1, and -1 is equal to 4.
Modulo is a spiral.
At modulo 5 there are 5 angles with integers: 0 1 2 3 4.
</div>
<div class="para">
Four fingers and a thumb.
Our thumb is not a finger,
that is why it is called thumb and not thumb-finger.
The two thumbs have the numerical values 0 and 5.
The eight fingers have the numerical values 1234 and 6789.
</div>
</section>
<section id="concepts-social-darwinism">
<h3>Social Darwinism</h3>
<div class="para">
Social Darwinists believe:
Types 34 are "healthy" people,
who should reproduce aggressively.
(Socialists, Altruists, High Agreeableness in Big Five,
Paradise in Heaven, Spiritual,
Daughter and Father, Air and Love,
High Culture, Art Order),
Types 12 are "sick" people,
who are "healed" in state schools (socialization, "Gleichschaltung", lockstepping),
or thrown in jail, or killed.
(narcissists, egoists, low agreeableness in Big Five,
paradise on earth, materialists,
mother and son, peace and war,
unbelievers, pagans, antichrists,
primitive culture, natural order)
Types 12 are sacrificed for "progress",
away from the "primitive" natural order.
... so exactly the opposite
of my demand for justice:
fair distribution of personality types,
every village needs exactly 25% of each of the 4 types.
</div>
<div class="para">
Why?
Types 34 have a "simple" worldview,
a "one-dimensional" worldview,
so they see only 2 types.
For colors:
For types 34, red-green are artificial colors.
For numbers:
For types 34, 1 and 2 are artificial numbers,
the "artificial" world views (knowledge, consciousness) of types 34
are always based on the numbers 1 and 2.
Example:
Thesis Antithesis Synthesis = turn 2 into 1.
Father mother child = 2 parents make 1 child.
That is why types 34 instinctively believe
"art is stronger than nature" (nature versus nurture debate):
Subtype only has 2 extreme values (introvert-extrovert in Carl Jung).
Basetype has 4 extreme values (Fire-Earth-Air-Water for elements).
</div>
<div class="para">
You can also say:
Types 34 instinctively believe in "linear" worldviews
(progress, movement, dynamics, variation, hybridization,
noise, chaos, always new, modern, fashion, neo),
Types 12 instinctively believe in "circular" worldviews
(History repeats itself, repetition,
selection, stabilization, cycles, reincarnation,
fate, natural order, classical music, nothing new).
</div>
</section>
<!-- TODO better than "system-criticism" -->
<section id="concepts-system-criticism">
<h3>System criticism</h3>
<div class="para">
System criticism is mostly shit,
because most critics get lost in diagnoses,
but offer no solution.
So the standard accusation against every critic:
"You can only complain, but you can not do it better yourself."
In short: "Stupid!"
I believe:
My theory about compatible relations
is a possible solution for our broken world,
so I am allowed to open my dirty mouth
wide open when it comes to criticizing the system.
</div>
</section>
<section id="concepts-justice">
<h3>Justice</h3>
<div class="para">
As a type 1 human, I am
always looking for justice, balance,
order, balance, symmetry, beauty.
So:
balance between diagnosis and therapy.
Balance between analysis and synthesis
= personality types and relations
= "Who am I?" and "Who are my friends?"
Balance between men and women.
Balance between children and parents.
Balance between inner values and outer values.
</div>
</section>
<section id="concepts-insurance">
<h3>Insurance</h3>
<div class="para">
Insurance and insurance fraud go hand in hand.
What exactly is insurance?
Anywhere,
where workers alwys get the same money (flat rate),
no matter how bad their work is.
</div>
<div class="para">
Example of health insurance:
If you want to bore me,
you give the police the false statement "he threatened me".
Police arrest me and throw me into psychiatry.
Doctors force me to undergo
"voluntary" treatment with sedatives for about 4 weeks.
Doctors tell the judge
that his condition is getting worse and worse.
Judge gives permission for compulsory treatment.
Doctors are treating me against my will
with sedatives (depot injections).
Doctors make the false statement in my file that
"he is slowly getting better with medicine."
A few weeks later I am released.
My health insurance pays the doctors 400 Euros per day for this "hotel".
So 2 months of psychiatry generate a turnover of 60 x 400 = 24,000 Euro.
A hotel room costs around 50 Euros per day,
and psychiatry is just a hotel with no exit.
After I am released, my insurance says:
I should pay 10% of the costs, around 2,000 Euros,
otherwise I will be downgraded to an emergency tariff ...
<br>
So the beautiful idea of the "right to life and health"
can easily be misused
for modern slavery
(Treatment as a pretext for insurance fraud)
and/or political manhunt.
Example:
Gustl Mollath got into a fight with the financial mafia,
and was thrown into psychiatry for several years
innocently, because of false statements.
Generally:
separation of powers is fake,
state is mafia,
state is organized crime.
</div>
</section>
<section id="concepts-religion">
<h3>Religion</h3>
<div class="para">
Christianity, Islam, Judaism, positive racism, Covid cult, ...
can all be summarized
under the term <b>Slave morality</b> (Friedrich Nietzsche).
Slave morality means:
Type 1 is sacrificed, then Type 234 can live in "peace".
Civilization = Pacifism = Pro Life.
Holy Trinity = Types 234 = Body Soul Spirit = Creator Doer Thinker.
Type 2 serves as a positive example.
Type 1 serves as a negative example.
</div>
<div class="para">
Type 2 is Bella, Living God, Perfect Slave,
Sacrificial Animal, Prototype Victim, Creator, Womb,
Stockholm Syndrome, Polite to the point of self-destruction,
mother role, Vulnerable Narciss.
</div>
<div class="para">
Type 1 is Satan, problem child, proud egoist,
attacker, criminal, enemy of the state,
serial killer, terrorist, executioner, destroyer,
natural selection, natural death, pro choice,
judge of life and death, grandiose narciss,
son role, main-job son, devil, Satan, predator, lion.
</div>
<div class="para">
Example of Christianity:
The son (Jesus, type 1) is sacrificed by his father (Yahweh, type 4),
so that "the people" (types 234)
are cleansed of sin (serial murder, tribe wars).
</div>
</section>
<section id="concepts-religion-pro-life">
<h4>Pro Life</h4>
<div class="para">
Problem:
All of these "Pro Life" cults
keep producing overpopulation (too many people)
and degeneration (ugly people, old people).
(TODO boom-bust cycles. "Bulls" speculate on growth.)
To compensate, these cults invent:
help to self-destruction (gays, drugs),
conventional medicine (making stupid people sick),
sex taboo (one-child families),
contraception (sex for fun, without having children),
clothes (ban on nudity, hiding ugly bodies),
...
but at the end of the day, these systems
never work as efficiently as natural order,
where type 1 people kill the "unworthy people" immediately,
and dont keep them alive for years,
and dont tempt people from all sides to commit suicide.
</div>
<div class="para">
Detail:
Devils are always men, type M1.
So apparently F1 is better than M1.
Why?
The masculine gender of M1
is symmetrical to the masculine brain of M1,
therefore M1 is "stronger" than F1.
</div>
</section>
<section id="concepts-patriarchy-and-matriarchy">
<h3>Patriarchy and Matriarchy</h3>
<div class="para">
TODO Patriarchy = M1-M4-F2-F3. Matriarchy = F1-F4-M2-M3.
</div>
</section>
<section id="concepts-roman-cross">
<h3>Roman Cross</h3>
<div class="para">
Symbol: ✝, †, Roman Cross, Latin Cross, Dagger, Sword.
</div>
<div class="para">
Types 3402 seek proximity to type 2 ("God") and distance from type 1.
</div>
<div class="para">
Types 3401 seek proximity to Type 1 ("Devil") and distance from Type 2.
</div>
<div class="para">
The connection between Type 302 and Type 402
is via the common subtype:
Both play subtype 2.
</div>
<table style="position:relative; margin:auto; margin-top:0.5em; text-align:center">
<tr>
<td><img class="darkmode-invert" style="width:60%" src="../images/alchi.roman-cross.types-3402.svg"></td>
<td></td>
<td><img class="darkmode-invert" style="width:60%" src="../images/alchi.roman-cross.types-3401.svg"></td>
</tr>
</table>
</section>
<section id="concepts-trauma-releasing-exercises">
<h3>Trauma Releasing Exercises</h3>
<div class="para">
by David Berceli.
Cramping and shaking.
Real exorcism.
Releasing blockages.
Liberation from fear.
<br>
Video:
The Wounded Woman - Chapter 3
(<a class="notranslate" href="https://youtu.be/4lrfdsV4zB8">youtu.be/<code>4lrfdsV4zB8</code></a>)
</div>
</section>
<section id="concepts-trauma-releasing-exercises-shaking-sports">
<h4>Shaking is also a sport</h4>
<div class="para">
basics:
Trauma Releasing Exercises,
neurogenic tremors,
Shaking Medicine.
In sports, you usually only make slow movements.
Here you make quick movements,
and use the resonance frequency of your body.
Example: Hopping.
Tense your arms and legs,
fists to your chest,
legs are hopping,
elbows make circles.
The hopping frequency is like running.
If you do this hopping for a while,
you get a "runner's high",
an endorphin rush.
</div>
</section>
<section id="stretch-muscles-and-relax-joints">
<h3>Stretching muscles and relieving pressure on joints</h3>
<div class="para">
The martial arts teacher and the doctor Liebscher and Bracht
<span class="nowrap">(<a class="notranslate" href="https://www.liebscher-bracht.com/">liebscher-bracht.com</a>)</span>
have discovered:
If you stretch muscles (with certain yoga exercises), you can relieve pressure on joints.
It is also logical:
stretching makes the muscles longer,
and the joints have more space.
</div>
<div class="para">
The problem is:
This solution is "too easy" for conventional doctors,
because you can not prescribe a patented drug,
which would bring money to the pharmaceutical industry.
</div>
<!--
https://www.liebscher-bracht.com/ueber-uns/das-team-die-familie/
Alles begann vor über 35 Jahren:
Da bemerkte Roland Liebscher-Bracht - damals Leiter einer Schule für Kampfkunst -,
dass bestimmte Bewegungen einen positiven Einfluss auf Schmerzen hatten.
Was dahinter steckte, fand er dann gemeinsam mit seiner Frau, der Ärztin Dr. Petra Bracht, heraus:
Mit ihrer medizinischen Expertise systematisierten sie die Bewegungsabläufe
und entwickelten daraus die Liebscher & Bracht Übungen.
-->
</section>
<!-- TODO verify -->
<section id="dont-pay-for-government-propaganda">
<h3>Do not pay for government propaganda</h3>
<div class="para">
There are still too many idiots in Germany who pay the broadcasting fee ("Rundfunkbeitrag" or "GEZ-Gebühr"),
even though the official broadcasting networks produce only shit.
What is new?
</div>
<div class="para">
<!--
Grundlage ist eine Gesetzesänderung.
Es klingt unglaublich, ist aber die Rechtslage:
Kein Gerichtsvollzieher kann seit einer Gesetzesänderung
mehr legal Forderungen des Beitragsservices (so nennt sich die GEZ heute) eintreiben.
-->
Since the <b>abolition of the bailiff regulation</b> (2012-08-01)
bailiffs are no longer civil servants
and they are no longer allowed to carry out responsibilities of public administration.
This means that the broadcasting fee can still be set,
but can no longer be effectively enforced.
You pay the quarterly contribution of 55.08 euros one last time
and receive all the letters drawn up by a lawyer,
to effectively free you in three waves of documents.
There are no further costs, including for legal queries.
&mdash; <a class="notranslate" href="https://www.beitragsblocker.de/">beitragsblocker.de</a>
TODO verify. I have not tried this, I simply do not pay.
</div>
</section>
<section id="dont-pay-for-filesharing-demands">
<h3>Do not pay for filesharing demands</h3>
<div class="para">
There are still too many idiots who pay for filesharing demands,
even though they do not must pay.
</div>
<div class="para">
The trick is:
The copyright lawyers (copyright trolls) not only demand a cease-and-desist declaration,
where you promise "I will never upload this content again",
but they also demand a payment obligation,
where you voluntarily agree to pay
<span class="nowrap">around 1000 Euros</span> for damage repair.
</div>
<div class="para">
Theoretically, the lawyers can sue for the cease-and-desist declaration in court,
but they have zero claim to compensation, for the simple reason:
the lawyers can not prove that the upload caused damage.
But if you sign the payment obligation, then you must pay.
</div>
<div class="para">
The smart solution:
You send a "modified cease and desist declaration"
(<a class="notranslate" href="https://www.abmahnwahn-dreipage.de/">abmahnwahn-dreipage.de</a>),
where you only promise "I will never upload this content again",
but nothing else, also no admission of guilt.
</div>
<div class="para">
I have done this about 20 times and it works.
Now I completely ignore these demands,
because these lawyers are looking for "easy prey",
and they have already noticed that I do not pay.
</div>
<div class="para">
I also find it interesting that I upload hundreds of torrents,
and only get these demand letters because of porn.
I guess these lawyers want to destroy families:
"Honey, why did you download porn?!"
Or:
"Child, why did you download movies?!"
</div>
<div class="para">
My parents paid my first filesharing demand
(because I uploaded Latin translations, LOL)
because my parents are stupid,
and because they asked "their" lawyer, and he is also stupid (or evil).
So instead of spending a few hours reading on the Internet (self-help),
my parents relied on an "expert",
who earns more money, the higher the amount in dispute (conflict of interest),
and who simply says "you must pay" so that he gets his share.
</div>
<div class="para">
By the way, these demands are also one reason
why the German torrent scene is so shit.
German content is almost only available via one-click hosters or Usenet,
but that is expensive and shit.
</div>
</section>
<!-- TODO Die meisten Bücher sind scheisse
Zensur durch Informationsflut.
99% der öffentlichen Informationen sind Spam, Müll, Zeitverschwendung.
Deswegen sind auch 99% aller Bücher nur wertlose Scheisse.
Die wichtigen Informationen sind gut versteckt,
damit nur die Elite rankommt.
-->
<section id="concepts-trauma-based-mind-control">
<h3>Trauma-based mind control</h3>
<div class="para">
Provocation and sublimation.
A child is forced into teacher-child relations,
under evil or stupid teachers.
These educators traumatize the child
through false education:
hurting them or neglecting them.
Trauma means:
the child was too weak to defend itself,
the child was not allowed to fight back,
the child was always only allowed to "be nice" / "be good",
unresolved conflict,
repressed aggression,
underlying hatred,
tense posture,
blockages,
taboo topics,
trigger topics.
Consequence:
A lifelong campaign of revenge
against all "authorities",
against anyone,
who reminds the child of his educators.
</div>
<div class="para">
So above all, a revenge campaign
against all "proud" authorities
(type 1 people, transactional leadership style, 1 leads and 2 follows),
who openly live out their dominance.
Such type 1 people awaken hope in the child,
hope for "redemption" (trauma release),
because type 1 "leads to freedom".
But most Type 1 people
are not prepared for this situation,
and do not know (stupidity),
how to react to this hope.
Consequence:
The child is disappointed with the type 1 human,
the type 1 human seems like a failure,
the child feels hurt or neglected,
the child remembers his trauma
(injuries in childhood) (re-traumatization),
the repressed aggression comes up again,
the child becomes aggressive towards the type 1 human.
</div>
<div class="para">
The winners in this game are Type 4 people,
who subtly express their dominance
(Type 4 people, type 4 is playing the victim, transformational leadership style, 3 leads and 4 follows).
Such type 4 people use the repressed aggression
as motivation to work (motivation, drive).
In addition, the Type 4 human makes
hidden references to the child's taboo topics.
The child becomes weakly aggressive,
and the Type 4 human channels this aggression into productive work
(sublimation, playing with fire).
</div>
<div class="para">
You can also understand this "game" like this:
Type 4 people are blind to natural order.
Say: "Nature is nothing, nurture is everything."
So: "All people are born equal,
and all differences are learned."
So: aggression is learned.
So: Some children are forced into an "education to aggression",
so that these children later have a "motivation to work".
These people also do not believe in voluntary work
(negative view of humans, "all people are lazy")
</div>
</section>
<section id="concepts-trauma-based-mind-control-child-protective-services-as-child-robbers">
<h4>child protective service as child robbers</h4>
<div class="para">
child protective service (in Germany the "Jugendamt")
recruit child soldiers
for training in an orphanage.
Children are "fucked",
physically and mentally injured and traumatized.
</div>
</section>
<section id="concepts-chaos-and-order">
<h3>Chaos and order</h3>
<div class="para">
Evolution needs both.
Order matters:
Which parts fit together?
Chaos is needed,
to get the parts moving
(chaos, luck, movement, playing dice, noise),
so that different parts can meet each other
and try to work together.
When two parts have found each other, they stay together,
if they are strong enough to resist chaos,
decay, separation, entropy, death.
So:
When it comes to matchmaking, you also need these two driving forces:
chaos and order.
Movement and compatibility.
</div>
</section>
</section>
<!-- end of `<section id="concepts"` -->
<!-- TODO continue sections
<section id="concepts-chaos-and-order">
<h3>Chaos und Ordnung</h3>
TODO are <section> nested or flat?
-->
<section id="fragments" class="h2">
<h2>Appendix: Fragments</h2>
<!-- end of `<section id="fragments"` -->
<div class="para">
<b>For whom?</b>
Who am I doing this for?
For me and for my friends.
</div>
<div class="para">
For me,
because I have been working on this topic for too long,
since my puberty, for 16 years.
(Always this number 16...)
Apparently I must write this book completely by myself.
That is my curse, I am a "sly egoist" (Type 1).
</div>
<section id="todo-politics">
<h3>Politics and Bas</h3>
<div class="para">
<span class="note"><b>politics</b><span style="display:none">
politik ist "eigentlich" off-topic,
aber ...
ich will ja eine "ganzheitliche" theorie schreiben,
und ich will die leute erinnern:
wir haben keine zeit
(urgency, dringlichkeit, es ist dringend),
und in den nächsten monaten
können wir uns nochmal nützlich machen,
bevor wir verhungern und erfrieren.
ich arbeite für eine bessere zukunft,
die ich selber nicht erleben werde.
</span></span>
is quite simple,
if you understand the basics.
The foundations of our civilization
are prohibition of murder and cheap energy.
The result: global <b>overpopulation</b>.
So there are too many people worldwide.
</div>
<div class="para">
The worst part of environmental destruction
is the deforestation of virgin forest,
and the indirect destruction of virgin forest
through pesticides, animal extermination, water wells, concrete, etc.
</div>
<!-- TODO fill whitespace -->
<hr>
<section id="todo-politics-population">
<!-- FIXME margin-block-start is wrong, should collapse to zero -->
<h4>Overpopulation is the cause of all problems</h4>
<!--
https://www.resilience.org/stories/2019-12-03/the-elephant-in-the-room/
The Elephant in the Room
Discussion about climate disruption and mass extinction rarely mention
human population as a significant factor in exacerbating those problems.
In the last ~100 years, the human population has increased dramatically.
The global human population, as of 2019, was 7.7 billion and climbing.
At this point, experts are estimating a global human population of ~10 billion by 2050.
-->
<!--
https://populationmatters.org/quotes
Many prominent individuals have expressed concern about population.
-->
<!--
TODO? move this to the center of the book
so its part of the first impression
-->
<div class="para">
Here is the number of people worldwide
over the last 10,000 years.
The
<span class="note"><b>graph</b><span style="display:none">
TODO keep the two graphs on one page
</span></span>
has a linear vertical axis
and you can see the "explosion" of the population over the last 200 years (coal, steam engines, industry).
</div>
<!-- FIXME use less height -->
<div class="xcenter">
<img class="darkmode-invert" style="max-width:44em; transform: scale(1, 0.9); margin: -3% 0; /* transform: scale(1, 0.7); margin: -10% 0; */" src="../images/alchi.world-population-chart.bryan-long-2009.linear-graph.en.svg">
</div>
<div class="para">
Here are the same numbers,
but this graph has a logarithmic vertical axis, whic,
h means:
Each level has 10 times more people.
</div>
<!-- FIXME use less height -->
<!-- TODO translate -->
<div class="xcenter">
<!-- based on http://econosystemics.com/?p=9 -->
<img class="darkmode-invert" style="max-width:44em; transform: scale(1, 0.9); margin: -3% 0; /* transform: scale(1, 0.7); margin: -10% 0; */" src="../images/alchi.world-population-chart.bryan-long-2009.logarithmic-graph.en.svg">
</div>
<hr>
<div class="para">
The problem of overpopulation has been known for over 40 years
(Georgia Guidestones: Commandment 1:
Keep the population below 100 million.)
</div>
<div class="para">
The only way out is global <b>mass murder</b>
<span class="notranslate">(Depopulation, Agenda 21, Great Reset, Holodomor).</span>
How will people die?
Supply failure.
No electricity, no water,
<span class="note">no food,<span style="display:none">
holodomor = tod durch hunger = hungertod = kein Essen
</span></span>
no heating.
Three days later, anarchy reigns.
When? Winter 2022.
(<span>Worst Case:</span> December 2022. Best case: year 2025.)
<!-- haha, ich weiss schon, mit jedem release muss ich das datum anpassen
auf meiner doomsday clock. noch isses lustig.
comic: homer simpson: the end is near.
-->
</div>
<div class="para">
And Covid? Haha. <b>Covid</b> is just a distraction.
If people no longer have anything to eat from one day to the next,
they will quickly forget about
luxury problems like Covid or gender asterisks.
</div>
</section>
<!-- end of `<section id="todo-politics-population"` -->
<section id="todo-politics-cheap-energy">
<h4>Cheap energy</h4>
<div class="para">
Cheap energy is a blessing and a curse.
The nice thing is:
we have lots of energy for research (doing things differently).
The problem is:
We can waste energy (do wrong things):
cultivate the wrong friends,
have the wrong education (waste of potential),
defend false expectations,
build large states (growth, usury),
...
</div>
<div class="para">
Cheap energy is also the basis for machines.
We use machines for "heavy" work,
and only do "light" work.
But ... how long is this supposed to last?
In the future we will have:
no coal, no oil, no gas, no wood.
So, back to manual labor.
So: We must organize small businesses (150 people) efficiently again,
we must take natural tendencies (natural order) seriously again.
In the future, we simply can no longer afford to do the wrong things we do now.
</div>
<!-- reduce font size: workaround to fit content on page -->
<div class="para" style="font-size:90%">
Solar panels and wind turbines are a desperate attempt,
to save a standard of living dependent on cheap energy.
These machines have a lifespan of 20 years. And then?
Then they end up in the trash and must be bought new,
<span class="nowrap">"made in china".</span>
And here too the raw materials will run out at some point. And then?
Back to handwork. Back to natural order.
The only "renewable" (renewable) energy sources are wood and vegetable oil,
but these also must be harvested somehow.
<!--
https://auf1.info/klima-groessenwahn-in-deutschland-entsteht-das-hoechste-windrad-der-welt/
Klima-Größenwahn: In Deutschland entsteht das höchste Windrad der Welt
Von Daniel Matissek
28. August 2023
In Brandenburg soll das größte Windrad der Welt mit einer Höhe von 365 Metern entstehen.
In dieser Höhe sei angeblich permanenter starker Wind gewährleistet.
Das Riesenwindrad wird damit das zweithöchste Bauwerk in Deutschland sein.
Laut der Betreiberfirma soll der Ertrag bei einer Radnabenhöhe von 300 Metern mehr als doppelt so hoch sein wie der einer Windkraftanlage in bisherigen Höhen.
Flächenversiegelung durch Windparks
Kritiker monieren, dass damit die Flächenversiegelung und Landschaftsverbauung allerdings völlig neue Dimensionen annehmen würde.
Zudem bezweifeln sie, dass durch den massenhaften Ausbau der Windkraft die sogenannte Energiewende gerettet werden kann.
Wahrscheinlicher sei, dass die ökologischen Schäden durch derartige Mammutprojekte den behaupteten Nutzen deutlich überwiegen.
Vogel- und Insektenschredder, rieseige Müllberge
Interessant ist, dass das Riesenwindrad die buchstäblich einzige "Höchstleistung" ist, die Deutschland seit langem vorzuweisen hat.
Das Land befindet sich nämlich in jeder Hinsicht in einer Abwärtsspirale: Ob in Wirtschaft, Politik, Kultur oder Sport - überall wird es nach unten durchgereicht und ist längst wieder zum "kranken Mann Europas" geworden.
Dem deutschen Größenwahn tut dies jedoch keinen Abbruch.
Bislang ist das Land bereits mit 30.000 Windkraftanlagen verschandelt.
Sie sind teuer, kosten zahllose Tiere das Leben und hinterlassen gigantische Müllberge, unter anderem durch Rotorblätter, die nicht recycelt werden können.
Den deutschen Energiebedarf können sie nicht einmal ansatzweise decken, weil sie völlig vom Wind abhängig sind, der sich nach wie vor nicht den Vorgaben der Grünen beugt.
Dürren durch Windkraft-Anlagen
Schlimmer noch: Durch den Effekt des sogenannten "Terrestrial Stillings" nehmen sie sich auch noch gegenseitig den Wind weg.
Die von den Rotoren verbrauchte Windenergie fehlt bei der Entstehung von Regenwolken.
Dadurch wird das Klima negativ beeinflusst, die Gefahren von Dürren und Temperaturanstiegen steigen massiv.
Das Windaufkommen ist zudem essenziell für unzählige ökologische Prozesse.
Dies alles interessiert die selbsternannten Klimaretter natürlich nicht.
Blindwütig wird am einmal eingeschlagenen Weg festgehalten, mit unabsehbaren Risiken.
https://www.focus.de/earth/energie/wohin-mit-den-rotorblaettern-windraeder-recyceln-macht-probleme-die-schrottberge-wachsen-an_id_185092701.html
Wohin mit den Rotorblättern?
Der Schrottberg an Windkraftanlagen wächst, weil eine Recycling-Lösung fehlt
Rund 20 Jahre sind Windräder in der Regel im Einsatz,
dann werden viele von ihnen abgebaut.
Das Recycling der alten Rotorblätter erweist sich dabei immer noch als äußerst schwierig.
Obwohl die Lebenszeit von Windrädern über 30 Jahre betragen könnte, werden viele nach 20 Jahren abgeschaltet.
Der Grund: das im Jahr 2000 erlassene Erneuerbare-Energien-Gesetz (EEG).
Es garantiert den Anlagenbetreibern Einspeisevergütungen - aber nur für 20 Jahre.
Ohne die Bezuschussung rechnet sich der Weiterbetrieb vieler Windräder älteren Baujahrs nicht mehr,
da insbesondere die Kosten für Wartung und Reparatur mit zunehmendem Anlagenalter steigen.
Schon jetzt fallen in Deutschland jährlich etwa 10.000 Tonnen Windradmüll an.
Angaben des Fraunhofer Instituts für Chemische Technologien zufolge dürfte die Abfallmenge bis 2045 vier Mal so hoch sein.
Doch wohin mit den Rotoren und Masten? Die Recyclingfrage stellt die Branche wortwörtlich vor riesige Herausforderungen.
Viele Betreiber brüsten sich damit,
dass bei der Demontage eines Windrads 80 bis 90 Prozent der verbauten Materialien recycelt werden können
- die genauere Betrachtung trübt jedoch diese Bilanz.
Die im Mast enthaltenen Materialien wie Beton, Stahl und Kupfer können zwar wiedergewonnen werden,
wirtschaftlich rentables Recycling funktioniert aber lediglich bei den Metallen.
Wohin mit gesundheitsschädlichen Stoffen?
Noch problematischer wird es bei den Rotorblättern.
Sie bestehen aus Glas oder Carbonfaser, die mit einem Kunstharz verklebt sind.
Der carbonfaserverstärkte Kunststoff (CFK) lässt sich nur schwer in seine Einzelteile zerlegen,
zudem werden bei der Zerkleinerung gesundheitsschädliche Faserstäube freigesetzt.
Für diese Art Kunststoffe besteht in Deutschland seit 2005 ein Verbot, sie auf Mülldeponien zu beseitigen.
Aus diesem Grund landen die alten Windradflügel bisher im Ofen, als Brennstoff für die Zementherstellung.
Es ersetzt zwar damit den Einsatz von Schweröl,
doch von Recycling kann hier nicht die Rede sein - bei der Verbrennung entsteht viel CO2.
-->
</div>
<div class="para">
Back to the human problem:
machines have no will, so they are perfect slaves.
People are willful, so "education" mu,
st be used to make them stupid and weak,
so that they can be exploited.
But why so complicated?
Why is it so difficult to support stubborn children?
I believe: Because stupid mothers/caregivers/teachers cling to fake children.
Because problem children are not let go.
Because you want to sabotage "the others",
but in the long term that is self-destruction.
</div>
</section>
<!-- end of `<section id="todo-politics-cheap-energy"` -->
</section>
<!-- end of `<section id="todo-politics"` -->
<!-- TODO "Letzter Wille" auf englisch? last will? -->
<section id="todo-last-wish">
<h4>End time</h4>
<div class="para">
Imagine you have 5 months left to live,
and then you must die.
What are you doing in your last days?
What else do you want to accomplish in this life?
My answer:
I want to find out:
Is my theory right or wrong?
If correct,
then my theory is a basis
for a
<span class="note">better world<span style="display:none">
Was ist mein "Paradies auf Erden"?
Dorfkultur,
Stammkultur,
Tribalismus,
150 Menschen pro Dorf,
Abstand zu anderen Dörfern,
Konkurrenz-Kampf zwischen Dörfern
(Stammkriege, Tribe Wars, Serienmord ist besser als Massenmord),
Eugenik und Euthanasie,
Eugenik: schöne Menschen vermehren,
Euthanasie: hässliche Menschen opfern,
</span></span>
t-collapse world.
I will not experience this better world myself,
but I
<span class="note">do not care.<span style="display:none">
ich bin voll der held oder?
shut up and test my hypothesis.
es geht hier überhaupt nicht um mich.
ich bin nur der idiot,
der diese theorie zu papier bringt.
ich will mich überflüssig machen.
keiner soll abhängig sein von mir.
ich will andere menschen nicht blockieren oder einsperren.
ich will andere menschen befreien (liberal).
ich arbeite für kinder, für zukunft. (ich hasse alte menschen.)
</span></span>
</div>
</section>
<!-- TODO move to concepts -->
<section id="concepts-dualism">
<h3>Dualism</h3>
<div class="para">
<b>No shadow, no light.</b>
No dark, no light.
No cost, no benefit.
No hate, no love.
Without war, no peace.
Without chaos, there is no order.
No loss, no gain.
Without winter, no summer.
No risk, no profit.
No pain no gain.
Without initial resistance, no improvement.
...
Paradise on earth fails because of false expectations:
stupid people want it to be nice, but do not want to sacrifice anything for it.
Stupid people want "justice",
but when I define what justice is mathematically and precisely,
then they say "that is not how I imagined it",
and wait for a better definition of justice,
where only the "nice" aspects appear (fair weather justice),
and where all the "ugly" aspects are kept quiet.
And so the stupid people wait forever,
because true justice is radical and makes no compromises.
</div>
</section>
<!-- TODO move to concepts -->
<section id="concepts-strict-versus-loose">
<h3>Strict or sloppy</h3>
<div class="para">
My path is called "Right Path":
I solve the causes of problems.
Radical solutions.
Change problems.
Destroying something negative = destructive.
Minus times minus equals plus.
Liberal strategy.
Type 1.
The main thing: solve the problem.
Minor things: The positive effects come automatically.
Open results.
Open minded.
Macro management = details do not matter.
Beginning is important = progressive.
Foundation is important.
</div>
<div class="para">
The other path is called the "left path":
There you solve symptoms of problems,
which means such solutions are "superficial".
Repeat solutions.
Increase something positive.
Plus times plus equals plus.
Conservative strategy.
Narrow minded.
Purposeful.
Greed for profit.
Type 4.
Sloppy solutions.
Showmanship.
botch.
Empty customs.
Micro-management = getting lost in details.
The main thing: happy ending.
Side note: How exactly you get to this happy ending does not matter.
A good goal allows all paths.
End is important = Arguing from the desired outcome = regressive.
Example:
prohibition of arguments, politeness, suppressing negative symptoms.
</div>
<div class="para">
Who is who?
So:
who takes the right path?
Who takes the left path?
Good question ...
I think
Type 14s are strong strategists.
Type 1 = Right Path.
Type 4 = Left path.
Types 23 are weak strategists
and follow the strategies of Types 14.
</div>
<div class="para">
<b>Life and Death:</b>
Love and Hate.
Eros and Thanatos.
Dionoysus and Apollo.
<!--
david keirsey sagt:
typ 3 = Apollo.
typ 1 = Dionoysos.
vielleicht hab ich was falsch verstanden ...
aber naja, nicht so wichtig.
-->
Chaos and order.
Mutation and selection.
Pro-Life and Pro-Choice.
Aeros and Focus.
Air and fire.
Type 3 and Type 1.
</div>
</section>
<hr>
<!-- TODO move to concepts -->
<section id="concepts-dynamic-equilibrium">
<h3>Dynamic balance</h3>
<div class="para">
These "stupid" people (types 24? types 34?)
will never understand
how d <b>Dynamic balance</b> works.
Specifically, this can be justified with small families:
If a mother only has 1 or 2 children,
then it is very difficult for the mother to let go of these children.
On the other side:
If a mother has 10 children,
then the mother can more easily let go of 1 or 2 children.
</div>
<div class="para">
But a d <b>Dynamic balance</b> brium also fails because of a broken world:
If I live in a city (city: more than 144 people),
then most people are strangers to me,
then I am afraid and distrustful of my neighbors,
so it is much more difficult for me to care for my children let go.
In a world like this, I need "professional educators"
(state-certified idiots),
who claim a "monopoly on education",
and everyone else is by definition incapable of educating,
because monopolists hate any competition.
</div>
<div class="para">
On the other hand, perfect world:
If I live in a village (village: 128 to 144 people)
then I know everyone,
then I trust my neighbors,
and I can let go of my children much more easily.
</div>
</section>
<section id="fragments-what-children-need">
<h3>What do children need?</h3>
<div class="para">
For me the more important question is:
WHO do children need?
Any "certified" supervisors?
Or real friends and voluntary relations?
</div>
<div class="para">
Who is the best educator for a child?
I think:
same type, different body.
Only the same type can understand exactly,
what the child wants to say with his body language.
Example: M1L and F1S.
So: father-daughter and mother-son relations.
With Sigmund Freud: Electra and Oedipus.
But for me that is the solution, not the problem.
In the Pallas pattern
these are diagonal relations in square groups.
</div>
<div class="para">
But the "same type" can not do the upbringing alone,
so he needs two helpers:
the other two in the square group.
Example:
At <span class="notranslate">M1L</span> and <span class="notranslate">F1S</span> still missing <span class="notranslate">F2L</span> and <span class="notranslate">M2S</span>.
So overall a "small family":
son, mother, daughter, father.
See also: problem child, adoption, child exchange, children's market
</div>
</section>
<section id="fragments-common-correlations">
<h3>Common correlations</h3>
<div class="para">
What is masculine? What is feminine?
What is childish? What is adult?
</div>
<div class="para">
There is not one global answer,
but four local answers.
Each cross group has common correlations
between internal properties and external properties.
</div>
<div class="para">
Example:
Cross group <span class="notranslate">M1S-F3S-F2L-M4L.</span>
The following applies here:
Men have masculine brains <span class="notranslate">(M14),</span>
Women have feminine brains <span class="notranslate">(F23),</span>
Children have young brains <span class="notranslate">(13S),</span>
Parents have old brains <span class="notranslate">(24L).</span>
Here both properties are "correct"
or "symmetrical" or "congruent".
</div>
<div class="para">
There are a total of four different cross groups:
double correct <span class="notranslate">(M1S-F3S-F2L-M4L),</span>
correct gender and incorrect age (M1L-F3L-F2S-M4S),
double incorrect <span class="notranslate">(F1L-M3L-M2S-F4S),</span>
correct age and incorrect gender <span class="notranslate">(F1S-M3S-M2L-F4L).</span>
</div>
</section>
<!-- TODO move to concepts -->
<section id="concepts-minimum-law">
<h3>Minimum law</h3>
<div class="para">
A good educator needs both halves:
Personal reasons (compatible relation, voluntarism, talent)
and factual reasons (material and knowledge).
If one half is missing, then the result is much worse,
and you can not make up for the missing half,
by making the other half stronger.
</div>
</section>
<!-- TODO move -->
<section id="todo-why-am-i-doing-this">
<h3>Why do I do this?</h3>
<div class="para">
TODO move:
For me.
For my child.
For all children.
I want to know if I am right.
I want to know if my hypothesis is correct.
Out of self-motivation.
Because I enjoy it.
Because I feel like it.
Because otherwise it will not leave me alone.
I have invested lots of energy and want to finish it.
Because I do not care about anything else.
</div>
</section>
<section id="why-am-i-an-enemy-of-the-state">
<h3>Why am I an enemy of the state?</h3>
<div class="para">
Because government fails to address major problems,
such as environmental protection or population control.
The state fails to hunt down major criminals
(the state is a conspiracy of large corporations,
there is no separation of powers),
and blinds the stupid public
with its hunt for petty criminals (scapegoats).
</div>
<div class="para">
State is by idiots, for idiots.
Formerly church, now state.
Formerly religion, now politics.
Formerly witch hunts, today criminal prosecution.
Formerly clergy, now experts.
</div>
<div class="para">
I mean, how stupid do you have to be
to always look for short-term profit,
and dig your own grave in the long term?
Fraud only works against people,
but fraud fails against natural laws.
Nature can not be fooled.
</div>
<div class="para">
These people are probably really that stupid
and believe in "life after death" (another idiot test).
In such a worldview it is logical that one does not take "the first life" seriously,
that life is just a joke, that one "just wants to have fun",
that one wants to "get by somehow", etc ...
</div>
<div class="para">
.. but then follows my standard question to every "believer":
If your first life does not matter,
and if a better life awaits you after death,
why can not I kill you, here and now?
Because I only have one life,
and unlike you, I take my life seriously,
and "just having fun" is not enough for me.
</div>
</section>
<hr>
<!-- TODO move -->
<section id="todo-why-am-i-doing-this-for-free">
<h4>Zero euros</h4>
<div class="para">
Why am I giving away my work?
Because so far, my work is just a hypothesis.
But also otherwise:
Because information should be free.
Everyone should have this basic knowledge.
Because money spoils everything.
Because money hides the true costs.
</div>
<div class="para">
What are the true costs?
You must read and think about my work.
You must get out of the rabbit hole
find your way back into the real world.
You do not must make the world more beautiful, you must make it more beautiful.
</div>
</section>
<!-- film: divergent
negative darstellung von gruppen = factions.
seltsam:
man wird in eine "faction" geboren = die faction der eltern,
und erst später (alter: circa 20 jahre)
wird per "test" entschieden:
in welche faction gehöre ich?
"faction before blood", also "freunde sind wichtiger als familie."
die gruppen werden negativ dargestellt,
weil die hauptfiguren sagen:
ich passe in alle gruppen,
ich will mich nicht festlegen,
ich will immer flexibel sein.
interpretation:
diese "flexiblen" typen können typen 34 oder typen 13 sein.
auch sieht man hier das problem "freier wille":
wenn jeder selbst entscheiden darf (self-assessment)
über die frage "wer bin ich?"
dann kommen ganz viele falsche ergebnisse raus (youre mistyped),
weil nur manche menschen haben das talent zum typen schätzen,
und diese menschen kennen sich selbst (secum gnothi, kenne dich selbst),
und diese menschen kennen alle anderen menschen (durch symmetrie: gemeinsamkeiten und unterschiede).
wenn man menschen (oder "kinder") selbst entscheiden lässt,
dann werden diese menschen immer wieder gegen ihre eigene natur arbeiten,
also als "tragische helden" wirken.
-->
<!-- TODO move to limitations -->
<!-- kein platz: Selbsteinschätzung -->
<section style="display:none" id="todo-self-assessment">
<h4>Selbsteinschätzung</h4>
<div class="para">
TODO move:
Problem Selbsteinschätzung.
Die meisten Persönlichkeitstests funktionieren so:
Fragen beantworten und Punkte zählen.
Man kriegt eine Liste von Fragen,
und man gibt bei jeder Frage eine Antwort.
Zur "Auswertung" tut man Punkte zählen:
Die vielen Fragen werden reduziert auf wenige Dimensionen:
2 bis 5 Dimensionen.
(Aber nur 2 Dimensionen sind orthogonal: Geschlecht und Alter.)
Das Ergebnis wird kodiert mit diesen Dimensionen.
Beispiel: <span class="notranslate">Big Five Test.</span>
Die Fragen werden reduziert zu 5 Dimensionen.
Beispiel Ergebnis:
<span class="notranslate">OCEAN = 10:30:90:20:40.</span>
Problem?
Solche Tests machen die Annahme:
Alle Fragen und Antworten werden richtig verstanden.
Anders gesagt:
Solche Tests machen die Annahme:
Der Proband hat ein <b>richtiges Selbstbild</b>,
also hat die Lebensaufgabe der <b>Selbstfindung</b> erfolgreich gelöst.
Aber hier können Fehler passieren (falsche Definitionen, falsches Selbstbild),
die dann bei der Selbsteinschätzung
ein falsches Test-Ergebnis produzieren,
wo ich dann sagen muss:
<span>Sorry, you are mistyped.</span>
</div>
</section>
<!-- slave morality = passive = indecisive = follow
https://www.thehumancapitalhub.com/articles/Agreeableness-Personality-The-Bad-Side-Of-This-Trait
The bad side of agreeableness
Tendency to Avoid Conflicts
In the workplace, these people may be a source of inefficiencies
and such individuals may not be able to succeed in fields
such as Marketing, Public Relations, Human Resources, etc.
Agreeable people are very eager to avoid conflict
and not disrupt the status quo.
As a result, they will often leave the decision-making to their colleagues,
even in situations where their opinion would have made a significant difference.
-->
<!-- TODO move -->
<section id="todo-prison-of-poverty">
<h4>Trapped in poverty</h4>
<div class="para">
TODO move:
You must fight for health and happiness.
Weakness, illness and death come by themselves (entropy).
TODO "why can not we have nice things?"
TODO "perfection is boring."
TODO Dreaming of breaking out of the prison of poverty.
TODO cheap tricks for poor people.
TODO work sets you free.
TODO most apartments are too small for shared apartments.
TODO forced model small family.
Problem:
Most work requires discipline, patience, boredom, monotony, linearity, order, Types 24.
But: Types 13 are creative, short-sighted, entertaining, non-linear, chaotic, and want short relations.
</div>
</section>
<!-- TODO move -->
<!--
<section id="todo-death-by-boredom">
-->
<section id="todo-repetition-is-hypnosis">
<h4>Hamster Wheel and Tunnel Vision</h4>
<div class="xcenter">
<img class="darkmode-invert" style="width:75%" src="../images/memes/animal-traps.why-would-a-fly-ever-land-on-something-that-looks-like-that.square.en.svg">
</div>
<div class="para">
Repetition is the basis for hypnosis ...<br>
Repetition is the basis for hypnosis ...<br>
Repetition is the basis for hypnosis ...<br>
Repetition is the basis for hypnosis ...
</div>
<!-- "verstehen" tuts eigentlich jeder, aber keiner hat nen ausweg -->
<div style="display:none" class="para">
Verstehst du's jetzt?
</div>
<div class="para">
We do the same shit EVERY DAY,
and we are amazed us why we are so stupid.
Monotony makes you stupid.
One-sidedness makes you stupid.
And that is exactly the goal of our superiors:
to make us stupid so that we can continue to work well.
</div>
</section>
<!-- TODO move -->
<section id="science-and-politics">
<h4>Science and politics</h4>
<div class="para">
"Science is free" promises politics,
but as always in politics:
promises only apply before the election.
</div>
<!--
<div class="para">
Wahlversprechen sind teuer, oft sogar richtig teuer.
Das macht aber nichts, denn sie werden ohnehin gebrochen, immer.
Bezahlen müssen wir allerdings trotzdem, immer mehr.
&mdash; <span class="notranslate">Frank Wisniewski</span>
</div>
<div class="para">
Bei Wahlen geht's um Mehrheiten, nicht um Wahrheiten.
&mdash; <span class="notranslate">Werner Mitsch</span>
</div>
<div class="para">
Wahlen ändern nichts, sonst wären sie verboten.
&mdash; <span class="notranslate">Kurt Tucholsky</span>
</div>
<div class="para">
Politiker sind nur Verkäufer (Marketing, Werbegesichter, Werbefressen)
für eine Politik die IMMER alternativlos ist = Diktatur.
Illusion von Wahl.
Freiheit immer nur da wos leicht geht
(Schönwetter-Demokratie, Wahl zwischen Scheisse und Scheisse).
Auch alle Mainstream-Medien produzieren immer nur Werbung für die Regierung.
</div>
<div class="para">
Es wird niemals so viel gelogen wie vor der Wahl, während des Krieges und nach der Jagd.
&mdash; <span class="notranslate">Otto von Bismarck</span>
</div>
<div class="para">
Reiche haben zwar auch nur eine Stimme bei der Wahl. Aber viele, viele Stimmen dazu. Die heißen Geld.
&mdash; <span class="notranslate">Erhard Blanck</span>
[Klassenkampf]
</div>
<div class="para">
Wähler: einer, der sich des geheiligten Privilegs erfreut, für den Mann stimmen zu dürfen, den ein anderer ihm ausgewählt hat.
&mdash; <span class="notranslate">Ambrose Gwinnett Bierce, The Cynic's Word Book / Devil's Dictionary / Des Teufels Wörterbuch</span>
[Vorgesetzte]
</div>
<div class="para">
Verräter tun: Alles versprechen, Nichts liefern.
</div>
<div class="para">
Betrug ist ein Sport: Versprechen sind da, um gebrochen zu werden.
</div>
<div class="para">
Wahlkampf: Vorher fleißiges Anreden, nachher nur faule Ausreden.
&mdash; <span class="notranslate">Gerhard Uhlenbruck</span>
</div>
wahlversprechen
wahlkampf
wahlwerbung
expectation vs reality
<div class="para">
Wahlkampf ist Organisiertes Versprechen
&mdash; <span class="notranslate">Hans-Jürgen Quadbeck-Seeger</span>
</div>
<div class="para">
Wenn die Stimmen in der Urne sind, hat die Demokratie erst mal Pause.
&mdash; <span class="notranslate">Willy Meurer</span>
</div>
<div class="para">
Die Wahlurne ist das Grab der Wahlversprechen.
&mdash; <span class="notranslate">Siegfried Wache</span>
</div>
<div class="para">
Bei Wahlen blühen viele Versprechen ohne Zukunft.
&mdash; <span class="notranslate">Otto Baumgartner-Amstad</span>
</div>
<div class="para">
Die Wahlversprechen der doppelzüngigen Politiker sind die Hypotheken der redlichen Bürger.
&mdash; <span class="notranslate">Kurt Haberstich</span>
</div>
<div class="para">
Die Klüfte zwischen Wahlversprechen und Realität sind zu weit, als dass ein Spagat sie verbinden könnte.
&mdash; <span class="notranslate">Thomas Häntsch</span>
</div>
<div class="para">
Versprechen haben zuweilen die bösartige Tendenz, sich gegen den Versprecher zu wenden.
Bei etlichen Mitgliedern unserer politischen Kaste ist Selbiges definitiv überfällig.
&mdash; <span class="notranslate">Frank Wisniewski</span>
</div>
<div class="para">
Die Versprechen der Parteien lösen sich nach der Wahl in alle möglichen Sachzwänge auf.
&mdash; <span class="notranslate">Elmar Kupke</span>
</div>
<div class="para">
Wahlgeschenke der Politiker sind nichts anderes, als die Bestechung der Wähler mit ihrem eigenen Geld.
&mdash; <span class="notranslate">Willy Meurer</span>
</div>
<div class="para">
Demokratie heißt, die Wahl haben. Diktatur heißt, vor die Wahl gestellt sein.
&mdash; <span class="notranslate">Jeannine Luczak</span>
</div>
<div class="para">
Politik: Wählern einzureden, dass politische Gläubigkeit politisches Denken sei.
&mdash; <span class="notranslate">Rudolf Rolfs</span>
</div>
<div class="para">
Die Wahlphilosophie der Parlamentskandidaten besteht einfach darin,
dass sie ihrer linken Hand erlauben, nicht zu wissen, was ihre rechte tut.
Und so waschen sie beide Hände in Unschuld.
&mdash; <span class="notranslate">Karl Marx</span>
</div>
<div class="para">
Politik ist die Kunst, von den Reichen das Geld und von den Armen die Stimmen zu erhalten,
beides unter dem Vorwand, die einen vor den anderen schützen zu wollen.
</div>
<div class="para">
Politik machen: den Leuten so viel Angst einjagen, dass ihnen jede Lösung recht ist.
&mdash; <span class="notranslate">Wolfram Weidner</span>
</div>
<div class="para">
Politik ist die Kunst, stets neue Gründe für neue Steuern zu entdecken.
&mdash; <span class="notranslate">Helmar Nahr</span>
</div>
<div class="para">
Das einzige, was wir aus den neuen Wahlen lernen, ist, daß wir nichts aus den alten Wahlen gelernt haben.
</div>
<div class="para">
Das allgemeine Wahlsystem in einem gleichgültigen Land läuft immer darauf hinaus, die Macht in die Hände deklassierter Schwätzer zu legen.
&mdash; <span class="notranslate">Hippolyte Taine</span>
</div>
<div class="para">
Jeder Wahlkampf garantiert *wenigstens eine* Erfolgsbilanz: rasant steigende Börsenkurse für heiße Luft.
&mdash; <span class="notranslate">KarlHeinz Karius</span>
</div>
<div class="para">
Vor den Wahlen, nach den Wahlen,
der Wähler wird sein Lehrgeld zahlen.
&mdash; <span class="notranslate">Michael Marie Jung</span>
</div>
<div class="para">
Wahlkampf: der Gegner wird ausgestochen, der Wähler geblendet.
&mdash; <span class="notranslate">Helga Schäferling</span>
</div>
<div class="para">
Man hat im Leben die Wahl, entweder mit der Masse mitzulaufen oder vor ihr davonzulaufen.
&mdash; <span class="notranslate">Ingrid Bergman</span>
</div>
<div class="para">
Wahlversprechen sind rechtlich nicht bindend und können daher juristisch ungestraft gebrochen werden.
Das wissen auch die Parteien und so versprechen sie vor der Wahl das Blaue vom Himmel.
http://www.abendpost.net/politik/wahlversprechen.php
</div>
<div class="para">
Stimmvieh steht immer im Schlachthaus.
&mdash; <span class="notranslate">Sigbert Latzel</span>
</div>
<div class="para">
Die Wahlversprechen von heute sind die Steuern von morgen.
</div>
-->
<div class="para">
Real science:
is free, open-ended, curious, courageous,
risk-taking, uncomfortable, dirty, aggressive, radical,
is open to amateur researchers,
all hypotheses are equal,
does not give a fuck about certificates/diplomas/certificates,
is suspicious of the rich/powerful/clean,
works with exact methods (shit on the outside - gold on the inside),
wants to be right, seeks truth and justice,
invests more energy in content/content,
has inner beauty,
is beautiful in itself and does not need a "clean" image,
is also beautiful naked,
<b>is not afraid o</b> f being naked,
has no secrets (fully transparent),
has nothing to hide,
"first do then think",
...
</div>
<div class="para">
False science:
has taboos, bans on thinking, bans on speech, censorship,
must be polite, must be politically correct,
must deliver a desired result,
must confirm a prejudice,
always wears a white coat,
attaches great importance to titles such as "Doctor" or "Professor",
"forbidden" hypotheses are excluded from the outset ("that should not be the case"),
is dependent on money (only "real" research is funded),
can be bought, can be blackmailed,
is a closed society
(only "state-certified experts" are allowed to conduct research),
has no room for critics/outsiders/heretics, and,
prohibits fundamental discussions
("We have already sorted that out"),
real critics are insulted and excluded,
only pseudo-critics (strawmen) are allowed,
only superficial criticism is allowed
(form criticism: "The content fits, but we can say it more beautifully" ),
works with dirty tricks (gold on the outside - shit on the inside),
secretly wages war against their opponents (secret services, sabotage, murder),
wants to be successful, wants to be popular,
invests more energy in advertising/marketing/layout/presentation/formalities,
has to maintain a "clean" image to the outside world,
has to "make oneself beautiful",
only has external beauty,
is afraid of being naked,
has to hide their inner ugliness,
"think first then do",
...
</div>
</section>
<!-- TODO move: erst falsch, dann richtig.
erst lüge, dann wahrheit.
erst sklavenmoral, dann herrenmoral.
weil idioten glauben:
was ich zuerst gelernt habe, ist richtig.
weil geistige trägheit.
deswegen lernt man auch in der berufschule
erst falsche wege,
und vielleicht später beim arbeiten
lernt man richtige wege.
beispiel landwirtschaft.
in der schule lernt man "selbstverständlich"
nur konventionelle landwirtschaft,
also diesel-maschinen, chemie-dünger,
chemie-pestizide, patent-sorten von monsanto, ...
obwohl das alles "falsch" ist,
also nur im sinn von industrie und kapital,
aber gegen die natur, also gegen alle menschen.
-->
<!-- TODO move -->
<!-- Elektrosmog. TODO more research. messfehler? 16 khz signal von PC monitor? -->
<section style="display:none" id="electrosmog-is-psychotorture">
<h4>
Elektrosmog macht müde
</h4>
<!-- TODO messung körperspannung gegen signal ground
<div class="xcenter">
<img class="darkmode-invert" style="width:90%" src="../images/memes/todo.svg">
</div>
-->
<div class="para">
Elektrosmog ist ein Tabu-Thema.
Wer an Elektrosmog glaubt er ist verrückt.
Warum?
</div>
<div class="para">
Was ist Elektrosmog?
Ich meine vor allem die niedrigen Frequenzen:
Die Netzfrequenz (50 Hertz)
und die Störsignale im Akustik-Spektrum bis 20 KiloHertz.
</div>
<div class="para">
Störsignale?
Vor allem im Bereich von 16 KiloHertz.
Warum?
IGBT Transistoren.
<!--
https://en.wikipedia.org/wiki/Insulated-gate_bipolar_transistor
high voltage, high current, low switching frequencies = IGBT Transistor
low voltage, medium current, high switching frequencies = MOSFET Transistor
igbt transistor switching frequency
https://www.google.com/search?q=igbt+transistor+switching+frequency
IGBTs are commonly used at a switching frequency lower than 20 kHz
some of my "confused" posts ...
https://www.tinnitustalk.com/threads/16-khz-tinnitus.15638/
-->
Leistungselektronik.
Schaltnetzteile.
</div>
<div class="para">
16 KiloHertz ist genau mein Tinnitus-Ton.
Such mal bei Youtube nach "16 khz sine wave"
und gönn dir das Fiepen. Ätzend oder?
Dieses Fiepen höre ich vor allem beim Einschlafen ...
</div>
<div class="para">
Problem?
Schlafmangel.
Schlechte Schlaf-Qualität.
Egal wie lange ich schlafe, ich bin den ganzen Tag müde.
(Schlafentzug ist eine Form von Folter.)
Vielleicht ist Kaffee deswegen so beliebt.
</div>
<div class="para">
Weitere Symptome von Elektrosmog:
Trockene Schleimhäute (Immunschwäche),
trockene Nase, gereizte Augen.
</div>
<div class="para">
Das Problem ist:
Man kann die Scheisse nicht abschirmen.
Ich habs versucht,
ich habe für 2000 EUR mein Schlafzimmer "abgeschirmt",
aber das Material (YShield HNV 80) schirmt nur hohe Frequenzen.
Jetzt hab ich in meinem Schlafzimmer kein WLAN und kein Mobilfunk,
aber immer noch das 50 Hz Brummen und das 16 KHz Fiepen.
</div>
<div class="para">
Deswegen macht mir LSD keinen Spaß.
In dieser kaputten Welt will ich nicht sensibel sein,
in dieser kaputten Welt brauche ich "Betäubungsmittel" wie Alkohol.
</div>
<div class="para">
Die niedrigen Frequenzen sind so penetrant (durchdringend),
dass sie genutzt werden für Uboot-Kommunikation durch Salzwasser ...
von wegen "Aluhut".
</div>
<div class="para">
Das Einzige was wirklich hilft ist Stromausfall.
Aber der Stromausfall kommt ja bald,
also wenigstens hab ich dann ein Problem weniger.
</div>
</section>
<!-- TODO move -->
<section id="todo-believing-together-or-living-together">
<h4>religious community or community of life</h4>
<div class="para">
TODO move:
The difference is:
poor or rich.
Poor people are trapped in a community of faith,
and dream of living together.
Rich people live in cohabitation,
and maintain religious communities as "crumbs" for the poor.
<span class="nowrap">(Trickle-Down Economy).</span>
</div>
</section>
<!-- TODO move -->
<section id="direct-voting-for-kids">
<h4>
Direct voting rights for children
</h4>
<div class="para">
Children are allowed to choose their educators.
Everyone can be an educator.
</div>
<div class="para">
Not just an "indirect" right to vote,
where every 4 years I v,
ote for someone,
who elects someone who tells someone,
that someone should do something different ...
how stupid do you have to be, to believe that?
</div>
<div class="para">
I want a "direct" right to vote,
direct influence on my educators, teachers, trainers and trainers.
</div>
<div class="para">
If I think someone sucks, I want to get away from them.
(I would rather be alone than fake friends.)
If I think someone else is better, then I want to go to them.
</div>
<div class="para">
I do not want to be trapped under some bosses w,
ho I did not vote for, who I can not vote out of,
who always get their flat rate salary, no matter how shitty their work is.
</div>
<div class="para">
I do not want to be trapped by stupid parents when,
there are enough neighbors who can offer me a better education.
</div>
<!-- nutzlos -->
<div style="display:none" class="para">
Was ist daran so schwer?
Warum ist "Kinder ficken" so toll?
</div>
<!-- zu weit weg -->
<div style="display:none" class="para">
Ich will nicht gefangen sein in fristlosen Verträgen
wie Ehevertrag, Zwangsversicherung, Zivilisation.
</div>
</section>
<section id="illusion-of-choice">
<h4>Illusion of choice</h4>
<div class="para">
False choice is a choice between shit and shit.
I say: Better nothing than shit.
Better no teachers than shitty teachers.
Better no friends than shitty friends.
... well, I can easily be alone.
Other people need the warmth of society more,
make compromises for it and allow themselves to be blackmailed.
</div>
<!--
Demokratie heisst Wahlfreiheit von unten.
Aber wer sagt "wir leben in einer Demokratie"
der soll mir Mal zeigen, wo meine Wahlfreiheiten sind.
So wie ich das sehe,
kann ich immer nur zwischen Scheisse und Scheisse entscheiden.
weil meine ungewählten Vorgesetzten (meine Besitzer)
mir keine andere Wahlfreiheit geben.
Die ganzen wichtigen Entscheidungen (Grundsatzdiskussionen)
werden immer nur von meinen Vorgesetzten getroffen,
und ich soll folgen.
-->
<div class="xcenter">
<img style="width:60%" class="darkmode-invert" ol="en" id="illusion-of-choice--cow-before-the-slaughterhouse" src="../images/illusion-of-choice.cow-before-the-slaughterhouse.en.svg">
</div>
</section>
<!-- TODO move -->
<section id="doing-or-talking">
<h4>
Doing or Talking
</h4>
<div class="para">
Whoever can do, does.
If you can not do it, talk.
</div>
<div class="para">
Why am I talking?
Because:
I can not do anything.
More precisely:
<b>What I want I can not do,
what I should I do not want.</b>
There is no compromise in between.
Everyone points at the other,
and ultimately only violence helps.
Therefore:
Only violence helps against stupidity.
</div>
<div class="para">
I am too poor to live my ideals.
My ideals are forbidden,
privileges for the rich and the "good" (good violence).
I am "smart and poor",
and ultimately I am looking for a sponsor t,
o pay for my research.
You must be "smart and rich"...
<!--
philosoph und diktator
schlauheit und gewalt
benevolent dictator
die Taliban machen es vor ...
die haben auch "Gute Gewalt"
-->
</div>
<div class="para">
Until then:
My book is my answer to the question
"What would I do if I was allowed to do EVERYTHING?"
I have all the freedom,
I can create a new culture "from scratch"...
What do I do? What do I have done?
</div>
<!-- nutzlos -->
</section>
<!-- TODO move -->
<section id="good-violence-and-bad-violence">
<h4>
Good violence and evil violence
</h4>
<div class="para">
It is always the others who are bad ... so: everything is relative
</div>
<!--
TODO passive gewalt
abhängig machen von hilfe
hilfe verweigern als strafe
-->
<div class="para">
But then who is right?
<!-- nicht hier
Der Starke oder der Schlaue?
Warum nicht beide?
-->
If two people argue, then you should bet.
</div>
<div class="para">
Example of parenting:
mother and father fight over their child.
Everyone says: I am good, you are shit.
Who is right? Both and neither.
If two hypotheses conflict,
then you must test both.
The alternating model helps with parenti <b>ng: o</b>
ne week for mom, one week for dad.
After a few months it will become clear:
who is better for the child?
So: who does the child want to stay with?
</div>
<div class="para">
On the other side:
So-called experts who get involved here
and decide with some evidence:
Who does this child belong to?
Such decision-makers can only make wrong decisions,
because they do not even understand:
All hypotheses are equal,
and only through experiment can one arrive at the truth.
But as I said:
only violence can help against stupidity.
These superiors have no interest at all
in "truth" or "justice", but",
rather <b>these bureaucrats always want to be innocent</b>,
always play it "safe" and never risk anything.
And "cheap tricks for poor people" are also better t
han the tedious, dirty search for truth.
You do not want to get your fingers dirty.
That is why you have studied smarts for 10 years ...
</div>
<div class="para">
These monopolists only ever create false security.
They say "let us not argue",
they suppress problems,
they disgust their opponents and lock them away.
And if everything is really shit and boring,
who is to blame? Sure, it is still "the other"
because he is so weak and can be kicked out and locked up,
because he lost the "shit test".
The problem is, this game is unfair,
because stupid victims are protected by "good violence"
(officials, prosecutors, police),
and are insured and subsidized for the rest of their lives,
and I, as the evil attacker, am de
stroyed and kept down for the rest of my life.
Equality is the opposite of justice.
This equality is achieved through egalitarianism,
rewarding victims and punishing perpetrators.
That too: a nice idea with catastrophic long-term consequences.
</div>
<!--
... genug gebrüllt
... genug "hass und hetze" verteilt
denk dran:
alle "medien" werden kontrolliert von unseren feinden.
also der mainstream ist der letzte ort, wo irgendwas nützliches steht.
-->
</section>
<!-- TODO move -->
<section id="blood-or-tears">
<h4>
Blood or Tears
</h4>
<div class="para">
Defenders of passive violence say:
"Tears are better than blood".
So:
psychological violence is better than physical violence.
Passive violence is better than active violence.
Locking people up, locking them away, repressing them, ignoring them, keeping quiet ...
are better than attacking, imposing, killing.
</div>
<div class="para">
As a defender of active violence, I say:
I dare to disagree.
<span class="nowrap">I beg to disagree.</span>
I want a "paradise on earth"
and not just a "paradise in my head".
The price for this is blood.
Real decisions.
Natural selection.
Judgment over life and death.
What only a "god" is allowed to do in your country
(a rich human with privileges).
But maybe I am a "god"?
Why is there only one God?
Why do gods must be dead?
For you I am a heretic,
for me you are failures.
<span class="nowrap"><span>Fuck the system!</span> But this time right.</span>
</div>
</section>
<!-- TODO move -->
<section id="slave-morality-and-master-morality">
<h4>
Slave morality and master morality
</h4>
<div class="para">
Slaves and masters = farmers and soldiers.
</div>
<div class="para">
I say: both are important.
So we need lots of them.
A village with 144 people
needs 72 farmers and 72 soldiers.
</div>
<div class="para">
Many years ago a smartass said:
"Farmers are great and soldiers are shit"
and since then we have had too many farmers and too few soldiers.
We call this imbalance "civilization" and we feel great about it.
But I think it sucks,
because 1. too many people and 2. too ugly people.
So overpopulation and degeneration.
</div>
<div class="para">
This is also why farming villages and rural communities fail:
only farmers, no soldiers.
Only field work, no martial arts.
For me, Shaolin monks are a good role model; t,
hey do both: field work and martial arts.
</div>
<div class="para">
"Farmers are great ..."
- Hence the problem of "symmetrical warfare"
"soldiers against soldiers".
"Soldiers against farmers" would be correct,
anti-symmetrical warfare.
Civilians act as if they are holy and innocent,
as if they have a "right to life."
It is a nice idea, but unfortunately not sustainable.
</div>
<div class="xcenter">
<table class="two-properties">
<tr>
<th scope="row"></th>
<td>Slave morality</td>
<td>Master morality</td>
</tr>
<tr>
<th scope="row"></th>
<td>Beautiful lies</td>
<td>Bitter truth</td>
</tr>
<tr>
<th scope="row"></th>
<td>False hope</td>
<td>No future</td>
</tr>
<tr>
<th scope="row"></th>
<td>Wait</td>
<td>ing Fighting M</td>
</tr>
<tr>
<th scope="row"></th>
<td>asochism</td>
<td>Narcissism</td>
</tr>
<tr>
<th scope="row"></th>
<td>social, moderate</td>
<td>antisocial, extreme</td>
</tr>
<tr>
<th scope="row"></th>
<td>Altruists</td>
<td>Egoists</td>
</tr>
<tr>
<th scope="row">Principle</th>
<td>Fear</td>
<td>Lus</td>
</tr>
<tr>
<th scope="row"></th>
<td>t Basic rights</td>
<td>Privileges</td>
</tr>
<tr>
<th scope="row"></th>
<td>Low standards</td>
<td>High standards</td>
</tr>
<tr>
<th scope="row">Goal</th>
<td>Paradise in the head, knowledge is power</td>
<td>Paradise on earth, violence is power</td>
</tr>
<tr>
<th scope="row"></th>
<td>Weakness is good ( NormoPathy)</td>
<td>Strength is good</td>
</tr>
<!--
<tr>
<th scope="row"></th>
<td>zurückhalten</td>
<td>einmischen</td>
</tr>
-->
<tr>
<th scope="row"></th>
<td>defensive, hold back</td>
<td>interfere, aggressive</td>
</tr>
<tr>
<th scope="row"></th>
<td>push out</td>
<td>confront</td>
</tr>
<tr>
<th scope="row"></th>
<td>ignorance</td>
<td>daredevils</td>
</tr>
<!--
<tr>
<th scope="row"></th>
<td>defensiv</td>
<td>aggressiv</td>
</tr>
-->
</table>
</div>
</section>
<!-- TODO Warum ich keine Drogen mehr nehme
Warum nehme ich keine Drogen mehr?
Weil meine Lieblingsdrogen passen nicht zu dieser Welt.
Meine Lieblingsdrogen?
Meskalin, 2C-E, 2C-P, Amphetamin, MDMA, Tryptamine, Phenethylamine, LSD, Psilocin, THC.
Diese Drogen machen wach und sensibel ("rote Pillen"),
das heisst, mir wird voll bewusst,
dass ich gefangen bin in dieser scheiss Welt
(Armut, Einsamkeit, toxischer Lebensraum, keine Zukunft, bad setting),
und diese Drogen produzieren immer wieder "bad trips",
also ich will dann immer nur Weglaufen, aber ich weiss nicht wohin.
Diese Zustände sind immer wieder "schwer zu genießen",
immer eine Gratwanderung zwischen Spaß und Schmerz.
Welche Drogen passen besser zu dieser Welt?
Alkohol, Tabak, Heroin, Fentanyl.
Diese Drogen machen müde und stumpf ("blaue Pillen"),
also ein "alles ist mir scheiss egal" Zustand,
in dem man diese scheiss Welt viel leichter ertragen kann.
-->
<!-- TODO move -->
<section id="bulls-and-bears">
<h4>
Bulls and bears
</h4>
<div class="para">
Bulls bet on rising prices,
bears bet on falling prices.
Which courses?
Ultimately: people.
Lots of people =
lots of demand =
high prices.
</div>
<div class="para">
Seen this way, "Pro Life" politics is
an artificial speculative bubble.
Murder ban, overpopulation, prices rise, bubbles burst.
And we are so stupid that we fall for the scam.
Because banning murder is just a "good idea", but not sustainable.
</div>
<div class="para">
The most important law is prohibition of murder.
All other laws are just logical consequences.
</div>
<!--
<div class="para">
"Du sollst nicht töten."
Aber mit "Du" fühle ich mich nicht angesprochen ...
ich scheiss auf dein Gesetz.
</div>
-->
</section>
<!-- TODO move -->
<section style="display:none" id="gold-outside-and-shit-inside">
<h4>
Aussen Gold - Innen Scheisse
</h4>
<div class="para">
Aussen hui - Innen pfui
Etikettenschwindel.
Der Schein trügt.
Betrug.
Psycho-Krieg.
False Flag.
Falsche Flagge.
Selektion für Schlauheit.
</div>
<!-- TODO expectation vs reality. stock market vs economy
https://starecat.com/the-stock-market-house-vs-the-economy-collapsed-trashed/
<div class="xcenter">
<img src="todo.svg">
</div>
-->
</section>
<!-- TODO move -->
<section id="infallible">
<h4>
Infallible
</h4>
<div class="para">
Officials are infallible,
Titanic is unsinkable,
World Trade Center is indestructible,
tobacco is harmless,
alcohol is harmless,
heroin is harmless (heroin used to be medicine),
asbestos is harmless,
fluorine (PTFE plastic) is harmless,
plastic is harmless,
DDT is harmless
vaccines are harmless,
<!-- in impfungen sind: aluminium, glyphosat, ... -->
conventional medicine is harmless,
patents are harmless,
paper money is harmless,
loans are harmless,
chemical fertilizers are harmless,
milk is harmless,
solar cells are harmless,
lithium batteries are harmless,
...
</div>
<div class="para">
How stupid do you have to be
to believe so much crap?
Probably endlessly stupid,
but stupidity is also a talent ...
</div>
<div class="para">
"Stupid" people <b>overestimate benefits and underestimate costs</b>.
So: positive thinking, solution-centered thinking,
stubbornness, fixation, "obsessed with the good", greedy for profit and blind to costs.
</div>
<div class="para">
If I argue against this, I am a
pessimist, critic, black thinker, doubter, unbeliever,
"enemy of progress", ...
I just say: I will see you in the future,
then we know the side effects and long-term consequences.
I wish anyone who sacrifices themselves for "science"
lots of fun with the side effects.
</div>
</section>
<!-- TODO move -->
<section id="devil-stuff">
<h4>
Devil's stuff
</h4>
<div class="para">
Killing people is evil
martial arts is evil,
aggression is evil,
insults are evil,
dirty words are evil,
<span class="notranslate">TryptAmine</span> are evil,
<span class="notranslate">PhenEtylAmine</span> are evil,
<span class="notranslate">Amphetamine</span> are evil,
knives are evil,
guns are evil,
...
</div>
<div class="para">
The normal people scream "Ugh devil!"
but I (as a devil) find this useful.
</div>
<div class="para">
And I do not see
why passive violence (civilization, war against nature)
is better than active violence (tribe wars, tribe wars, civil wars).
As always: well-intended, bad for the future.
</div>
</section>
<hr>
<!-- TODO move -->
<section id="bulls-and-bubbles">
<h4>
Peasants' Revolt
</h4>
<div class="para">
Our superiors are afraid o
f the next peasant revolt every day,
and they would rather regulate everything to death
than risk too much freedom.
</div>
<div class="para">
Security obsession,
passive violence,
fear,
...
as boring as a football game without an attack.
</div>
</section>
<!-- TODO move -->
<section id="miracle-juice">
<h4>
Miracle Healing
</h4>
<div class="para">
In Africa they drink gasoline and orange juice,
and call it Miracle Juice.
In Europe they get something injected
and call it vaccination and science.
For both remedies:
If you get sick,
then you have not taken enough "medicine".
</div>
<div class="para">
Both means are an i <b>ntelligence test</b>
with the aim of killing stupid people.
So: selection for cleverness.
What is missing?
Selection for beauty.
Kill ugly people.
For that we need serial murder.
</div>
</section>
<!-- TODO move -->
<section id="forced-schooling">
<h4>
</h4>
<div class="para">
When you remove the <b>free will</b> from education,
you turn education into schooling.
&mdash; <span class="notranslate">John Taylor Gatto - Weapons of Mass Instruction</span>
<!-- TODO John Taylor Gatto - Verdummt noch mal -->
</div>
<div class="para">
<span class="notranslate">South Park:</span>
Stan from the future wants to warn Stan, but Stan does not listen.
Generational conflict.
The difficult relation between old and young people.
Old people have experience but are tired.
Young people are stupid but motivated.
Problem: forced schooling, too few private teachers.
The state has a monopoly on education:
only those who are friends of the system are allowed to work as teachers.
Therefore: All teachers are failures.
For me, these are "state-certified complete idiots."
</div>
<div class="para">
The state wants to have a monopoly on
society, groups of people, relations, friendship.
(Relationship control, attachment intolerance, authoritarian parenting style.)
<br>
Therefore:
Groups of people are only allowed for school and work,
and otherwise people should be alone.
<br>
Just no self-organization.
Just not an "organized private life".
Just no "regular table discussions".
Just no self-justice.
<br>
Not that the subjects come up with the "stupid" idea,
of starting a peasant revolt again ...
The organized criminals in our government
(white collar criminals) are above the law (infallible),
and only the lower class is sacrificed (original sin ).
</div>
</section>
<!-- TODO move -->
<section id="leader-without-followers">
<h4>
Leader without followers
</h4>
<div class="para">
I am a "leader without followers".
I would have work (ideas) for a hundred people,
but I am always alone,
so I only get a small portion of my ideas done.
</div>
<div class="para">
Managers are not trained at school.
You should "serve yourself highly"
you should first be a follower (slave morality for everyone),
and perhaps later (if you are good) you can be a leader (master morality for a few).
The problem is, I do not have time for these games.
My inborn personality type says:
I want to lead.
And I do not want to must prove to any shitty boss that I am "good",
because I am not "good", I am anti-social, and I do not give a shit about your laws,
and I will not let myself be forced into your society.
I just want to grow up with my friends "from the beginning",
and choose for myself who I want to run with.
See also: problem child, devil child.
My superiors are monopolists:
they do not want to let me go,
because otherwise I would work for their enemies.
</div>
</section>
<!-- TODO move -->
<section id="ninetynine-percent-idiots">
<h4>
99 percent idiots
</h4>
<div class="para">
I am looking for the one percent of people
who are smart enough to understand me,
and strong enough to realize my ideas.
Who do not waste their time saving sinking ships.
Who do not waste their time fighting lost wars.
</div>
<div class="para">
Most people (the 99 percent) will throw my book in the trash,
because they are too weak to deal with this big topic.
These people will not pass on my book,
because "you do not do that",
and who are you supposed to pass on such a crazy book to?
(The biggest idiots report me to the police ...)
The really smart people have either run away (emigrated),
or they are hiding in their room at home, waiting for nothing,
like "the beautiful ones" with the John Calhoun rats -Experiments on overpopulation.
<!-- TODO bild mäuse -->
</div>
</section>
<!-- TODO move -->
<!-- TODO better? -->
<section id="my-death-list">
<h4>
My Kill List
</h4>
<div class="para">
In my revolution I would first kill all government educators.
So all kindergarten teachers and all primary school teachers.
Because kindergarten and elementary school produce useful idiots for the government.
Because state educators are state-certified child fuckers.
Because kindergarten has compulsory vaccinations (all vaccinations are useless and harmful).
Because in state schools there is always an "invisible curriculum", slave morality.
(See also: <a class="notranslate" href="https://libgen.rs/book/index.php?md5=693E52CFBD7995150B538E1337DE60D9"
>John Taylor Gatto - Verdummt noch mal. Dumbing us down</a>.)
Because these institutions can not be reformed:
Anyone who believes "you must work with the system to improve the system"
is a useful idiot and is wasting his time,
because these people will never follow their false principles let go,
they say "only over my dead body", so please: head off!
</div>
<div class="para">
Of course, I would also condemn Child Protective Services, family court and experts (the child stealing mafia),
for stealing thousands of children
and destroying thousands of families.
</div>
<!--
Kinder werden ausgebildet zu Nützliche Idioten.
Frese halten und Geduld haben.
Warten auf den Dümmsten der Klasse.
Abhängig sein vom Lehrer.
Keinen Kontakt zu anderen Schülern.
Keinen Kontakt zu anderen Schulklassen.
Keine ältern Geschwister (großer Bruder und große Schwester)
für Selbstorganisation
für Lehre/Austausch zwischen Schülern.
Lehrer haben Monopol auf Erziehung und Wahrheitsverkündung
(Deutungshoheit, Führung, letztes Wort).
Schüler sollen passiv sein und folgen.
-->
<div class="para">
Next I would kill all conventional doctors,
because they only sell expensive shit from the pharmaceutical industry,
because that is how they make the most money.
For me, conventional doctors are like soldiers in psychological warfare,
who look for stupid and weak people as prey.
My world has no room for such parasites.
</div>
<div class="para">
Next I would kill all the doctors and nurses in the psychiatric hospitals.
I would select the patients: t
he worthy people are allowed to live,
the unworthy people get shot in the head.
Psychiatric hospitals are prisons for enemies of the state (political prisoners)
and for human trash (people who have been rejected by their social environment).
</div>
<div class="para">
I would also dismantle prisons.
If a prisoner is truly a pest, shoot him in the head.
If a prisoner is a "small fish", then release him.
This fuss about prisons is a waste of energy.
The prisons are enriched by cheap workers (hourly wage: 1 euro),
but "the taxpayer" pays for this nonsense.
</div>
</section>
<!-- TODO
Regierungen sind kriminell
sie tun:
Lügen
Ausbeuten
Eine Spur der Verwüstung hinterlassen (Aufstieg und Fall von Imperien)
Unsere Familien kaputt machen (Jugendamt, Schulzwang)
Unsere Kinder kaputt machen (Jugendamt, Schulzwang)
Uns schwach, dumm, arm machen
Sie sind Piraten (JFK to 911: Everything is a rich man's trick)
Straftaten sind Privilegien für Reiche (Klassenkampf)
-->
<!-- TODO
Demokratie oder Diktatur
Demokratie immer nur wenns leicht geht = Schönwetter-Demokratie
Diktatur immer dann wenns wichtig ist = wenns um was geht
-->
<!-- TODO
Freund oder Feind
Freund/Feind Erkennung
Nützling oder Schädling
ehrlich oder verlogen
kurzfristig oder langfristig
-->
<!-- TODO
Reform oder Revolution
Reformer oder Revoluzzer
Umerzieher oder Mörder
Symptome oder Ursachen
Symptom-Doktor oder Ursachen-Bekämpfer
Manche Leute (Typ 3?) sind blind für große Probleme
und lösen immer nur kleine Probleme.
Manche Leute (Typ 1?) wollen große Probleme lösen,
aber dürfen nicht, weil die Regierung besetzt ist von Typ 3 ("Der Klerus").
-->
<!-- TODO
Problem von Großstaaten
verzögertes Feedback
Spielen auf Zeit
Spiel auf Zeit
auf Zeit spielen
Konsequenzen werden verzögert
nach uns die Sintflut
kurzsichtige Strategien
-->
<!-- TODO
Auswege aus Zensur
offline first
SSB secure scuttlebutt
Berty: Bluetooth, WLAN, P2P
Freifunk
Mesh Networking
Sneakernet
Festplatten tauschen
-->
<!-- TODO
Zitate von Monty Python
Transgender
-->
<!-- TODO
Amokläufer Abschiedbriefe
diese Leute haben es ernst gemeint, todernst
diese Leute wollen ernst genommen werden
Ted Kaczynski
Anders Breivik
Sebastian Bosse
... und viele mehr
-->
<!-- TODO
Zitate von Ulfkotte
ermordeter Journalist?
ehemaliger Mainstream Journalist
-->
<!-- TODO
Peter Scholl-Latour
-->
<!-- TODO
Zitate? Albrecht Müller - Die Revolution ist fällig, aber verboten.
-->
<!-- TODO
Zitate aus Matrix Film? Agent Smith, Menschen sind Virus
-->
<!-- TODO
Zitate? Thomas Malthus, Übervölkerung
-->
<!-- TODO
Sklavenmoral
Um Erlaubnis fragen
Um Zustimmung fragen
Warten
Denken
Reden
Diskutieren
Legale Lösungen
-->
<!-- TODO
Politische Lösung
Das Kämpfen delegieren
Andere kämpfen lassen für uns
Problem:
Das funktioniert nur im kleinen Maßstab, also in Kleinstaaten.
Das skaliert nicht für Großstaaten.
Großstaaten zerfallen immer in Kleinstaaten,
also in "Clans" und "Mafia-Familien".
-->
<!-- TODO
Melting Pot oder Kultur-Mosaik
Großstaat oder Kleinstaat
-->
<!-- TODO
It's easier to fool people than to convince them that they have been fooled.
https://quoteinvestigator.com/2020/12/23/fooled/
How easy it is to make people believe a lie, and how hard it is to undo that work again!
it is easier to bamboozle than to debamboozle.
-->
<!-- TODO move -->
<!-- TODO better? -->
<section id="to-my-daughter">
<h4>
To my daughter
</h4>
<div class="para">
The people who took your dad away from you
because your dad is an enemy of the state, "unable to educate",
are the same people who ...
</div>
<div class="para">
... say that your mom is "fit to educate",
because she is stupid and does everything Child Protective Services asks,
because she is afraid that Child Protective Services will take the child away.
So your mom would rather have a broken child than no child at all.
</div>
<div class="para">
...force you with useless and harmful vaccinations,
that you do not want and that make you sick and weak.
</div>
<div class="para">
...just wasting your time in kindergarten and school,
making you stupid and weak,
not letting you work (because "children must play"),
forcing you to sit around,
forcing you to carry a heavy backpack,
forcing you to commute every day between sleeping and school,
just giving you crappy texts to read,
frustrating your curiosity,
wasting your time,
...
</div>
<div class="para">
When will you understand that these are your enemies?
And what will you do?
Except wanting to be alone because "all people suck"...
because lots of people feel that way, and why should we stay alone,
just because "normal society" sucks?
Somewhere and somehow we must be able to help ourselves ...
</div>
</section>
<!-- TODO move -->
<section style="display:none" id="there-is-no-political-solution">
<h4>
Es gibt keine politische Lösung
</h4>
<div class="para">
Es gibt keine politische Lösung,
alleine schon weil man die Mehrheit nicht fragen kann,
ob man die Mehrheit umbringen darf, um die Übervölkerung zu lösen.
</div>
<div class="para">
Eine "politische" Lösung basiert auf Zustimmung
(auch wenn der Zustimmer die Situation nicht versteht),
aber warum soll ein Wolf ein Schaf fragen,
ob er es töten und essen darf?
Die Natur lacht sich kaputt
über die Dummheit der Menschen ...
</div>
<!-- TODO beispiel hawaii, häuser von armen menschen werden zerstört durch feuer -->
<!-- TODO beispiel migranten-invasion mit dem ziel: die todesrate erhöhen -->
</section>
<!-- TODO move -->
<section id="refusal">
<h4>
Refusal
</h4>
<div class="para">
I want both: to be nice and to be evil.
</div>
<div class="para">
If I can not be angry,
and only must be nice,
then I would rather do nothing.
Passive resistance.
Refusal.
Strike.
All or nothing.
My way or the highway.
Screw compromises.
</div>
</section>
<!-- TODO move -->
<section id="grampa-wants-to-die">
<h4>
Grandpa wants to die
</h4>
<div class="para">
... is my favorite episode <span class="notranslate">South Park (S01E06 Death)</span>
</div>
<div class="para">
Stan's Grandpa wants to die because he is too old,
but he can not do it himself,
and none of the adults want to help (loser).
Even Chef and Jesus say
"I would not even touch the subject with pliers"
(Original: <span>I wont touch that with a twenty foot pole</span>).
</div>
<div class="para">
We have far too many people (overpopulation),
but killing people is still a taboo topic,
because we believe "the ban on murder is a foundation of our civilization"
and "if we give up the ban on murder we will be back in the Stone Age".
Well, the one-sided "Pro Life" policy is destroying the entire planet.
</div>
</section>
<!-- TODO move -->
<section id="brain-drain">
<h4>
Brain Drain
</h4>
<div class="para">
If you are smart and rich, you go abroad.
For example to Africa or South America.
It would be better to continue living as a slave abroad t,
han to stay here and fight a losing war.
</div>
<div class="para">
All the good guys run away, only the scum remain.
Escape. Exit. Exodus.
The caravan moves on.
Noah's Ark.
Recruit valuable people:
beautiful, smart, strong, high-value males, high-value females.
</div>
</section>
<!-- TODO move -->
<section id="too-little-or-too-much">
<h4>
Too little or too much
</h4>
<div class="para">
Do we have too little violence or too much violence?
The symptoms are similar,
to those of vitamin deficiency and vitamin overdose.
</div>
</section>
<!-- TODO move -->
<section id="all-want-justice">
<h4>
Everyone wants justice
</h4>
<div class="para">
... but how do we get justice?
Opinions differ on the journey:
some want to fight, some want to wait.
</div>
</section>
<!-- TODO move -->
<section id="hope-dies-last">
<h4>Hope dies last</h4>
<div class="para">
People do not change ...
- Can he hope?
- Of course he can hope!
As long as he lives, and even longer.
Because you know, hope always dies last.
&mdash; <a class="notranslate" href="https://youtu.be/qeTSVojJxyc?t=324">Das Leben der Anderen (2006)</a>
</div>
<div class="para">
What keeps people alive?
Even if this life is completely meaningless?
There must be some hope, but hope for what?
What exactly are we looking for?
</div>
<div class="para">
I think: We are looking for real friends.
And that is been the case since the beginning, since our birthday.
But that is also the problem:
we have been looking all our lives,
and still do not have a good solution.
This embarrasses us,
and we become mute and helpless like little children.
</div>
<div class="para">
Old people cling to life,
because they do not want to die alone,
because they have not found a worthy successor yet,
because they still want to improve the world,
...
</div>
<div class="para">
"Something is still missing" ...
I say:
something is still missing.
</div>
<div class="para">
This lifelong dissatisfaction
is exploited as "motivation to work",
but this is again a stupid game with fire,
that will destroy everything in the long term.
</div>
</section>
<!-- TODO move -->
<section id="stupid-or-evil">
<h4>
Stupid or evil
</h4>
<div class="para">
I always ask myself this question
when other people talk shit.
<br>
So:
Is he negligently talking shit?
(Is he stupid?)
<br>
Or:
Is he deliberately talking shit?
(Is he evil?)
<!--
TODO aber meistens ist diese frage zeitverschwendung,
weil böse werden sich immer dumm stellen,
weil sie zu feige sind, ihre bosheit offen und stolz zu tragen.
-->
</div>
<div class="para">
Evil and stupid people rule the world.
</div>
</section>
<!-- TODO move -->
<section id="future-is-in-africa">
<h4>
The future is in Africa
</h4>
<!-- oder eher "zukunft in südeuropa"?
zum beispiel in der ukraine.
dort gibts scheinbar gutes klima für landwirtschaft.
also die ukraine ist eine "kornkammer".
nordeuropa ist blöd, weil kalte winter,
also hoher energiebedarf für heizung.
thema: Strategic Relocation (Joel Skousen)
https://joelskousen.com/strategic-relocation
-->
<div class="para">
Rich and smart Chinese buy land in Africa,
because in the future: Africa has a better climate.
</div>
<div class="para">
Europe:
Burn hard coal &rarr;
Global Warming &rarr;
Arctic is melting &rarr;
Blue Ocean Event &rarr;
Gulf Stream is dying &rarr;
Weather is chaos &rarr;
Agriculture is dying &rarr;
People are starving
</div>
</section>
<!-- TODO move -->
<section id="digitalization-and-blackout">
<h4>
Digitalization and power outages
</h4>
<div class="para">
Our "brave new" digital administration
works exactly until the next power outage.
</div>
<div class="para">
Power failure is the beginning of the end.
Supermarkets give away their refrigerated goods.
Cash register systems do not work.
Gas stations can not pump gasoline.
Waterworks can not pump water.
</div>
<div class="para">
How long does the power outage last?
Three days is enough for chaos and anarchy,
but the blackout will last several weeks,
perhaps even months or years.
The blackout marks the high point of our civilization.
The crash afterwards will be deep and hard.
</div>
<div class="para">
<span>Brace for impact.</span>
&mdash; <span class="notranslate">Ice Age Farmer</span>
<br>
Prepare for impact.
</div>
</section>
<!-- TODO move -->
<section id="talking-to-dying-people">
<h4>
Conversations with Dying People
</h4>
<div class="para">
When you talk to people,
who only have a few days or hours left,
to live, you often hear:
"I should have done more" and
"I wasted too much time".
Wait less, do more.
Less fear, more risk.
Why not?
<span class="notranslate">Memento mori.</span>
Remember: you will die, everything will die.
</div>
<div class="para">
But of course, freedom goes both ways.
We have the freedom to do better,
but also the freedom to be lazy ...
nihilism.
</div>
</section>
<!-- TODO move -->
<section id="no-future-we-are-all-going-to-die">
<div class="xcenter">
<!-- note: dont invert. use white-filled text in dark mode, and black-stroked text in light mode, to save toner at printing -->
<img style="width: 100%; margin: 3em 0" src="../images/no-future.perfect-square-font.dark-mode.transparent.svg">
</div>
<h4>
No Future: We are all going to die anyway
</h4>
<div class="para">
We are all going to die anyway, that is the bitter truth.
My conclusion from this:
So I have all the freedom to do right and to do wrong,
and there is no "God" that I must please.
</div>
<div class="para">
Anyone who seriously believes that they must "save the planet"
is just a complete idiot,
who allows themselves to be used by the elite
as a foot soldier for the revolution from above.
</div>
<div class="para">
Or anyone who works for "Extinction Rebellion"
as a "rebel" against the extinction of the human species,
must also be an idiot who does not understand,
that sooner or later the human species will 100% die out.
</div>
<div class="para">
Nihilism is the only truth:
everything will die.
I, you, we, all humans, all animals, all plants,
our entire planet, our entire solar system, our entire galaxy ...
everything will die at some point.
</div>
<div class="para">
When will all people die?
There are approximate forecasts for this, for example in the Wikipedia article
"<a class="notranslate" href="https://en.wikipedia.org/wiki/Timeline_of_the_far_future"
>Timeline of the far future</a>":
<br>
<!--
in 50,000 years:
According to Berger and Loutre (2002),
the current interglacial period will end,
sending the Earth back into a glacial period of the current ice age,
regardless of the effects of anthropogenic global warming.
However, according to more recent studies in 2016,
anthropogenic climate change, if left unchecked,
may delay this otherwise expected glacial period
by as much as an additional 50,000 years,
potentially skipping it entirely.
Niagara Falls will have eroded the remaining 32 km to Lake Erie,
and will therefore cease to exist.
The many glacial lakes of the Canadian Shield
will have been erased by post-glacial rebound and erosion.
-->
<!--
in 100 million years:
Earth will likely have been hit by an asteroid
comparable in size to the one
that triggered the K-Pg extinction 66 million years ago,
assuming this is not averted.
-->
In 100 million years, an asteroid may hit the earth t,
hat is the same size as the asteroid 66 million years ago t,
hat killed all the dinosaurs.
The film fits this:
<a class="notranslate" href="magnet:?xt=urn:btih:97287a68d1db0c26772775bb1954b0f878000fcd&dn=Dont.Look.Up.2021.720p.NF.WEBRip.900MB.x264-GalaxyRG%5bTGx%5d&tr=udp%3a%2f%2fopen.stealth.si%3a80%2fannounce&tr=udp%3a%2f%2ftracker.tiny-vps.com%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.opentrackr.org%3a1337%2fannounce&tr=udp%3a%2f%2ftracker.torrent.eu.org%3a451%2fannounce&tr=udp%3a%2f%2fexplodie.org%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.cyberia.is%3a6969%2fannounce&tr=udp%3a%2f%2fipv4.tracker.harry.lu%3a80%2fannounce&tr=udp%3a%2f%2fp4p.arenabg.com%3a1337%2fannounce&tr=udp%3a%2f%2ftracker.birkenwald.de%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.moeking.me%3a6969%2fannounce&tr=udp%3a%2f%2fopentor.org%3a2710%2fannounce&tr=udp%3a%2f%2ftracker.dler.org%3a6969%2fannounce&tr=udp%3a%2f%2f9.rarbg.me%3a2970%2fannounce&tr=https%3a%2f%2ftracker.foreverpirates.co%3a443%2fannounce&tr=http%3a%2f%2ftracker.openbittorrent.com%3a80%2fannounce&tr=udp%3a%2f%2fopentracker.i2p.rocks%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.internetwarriors.net%3a1337%2fannounce&tr=udp%3a%2f%2ftracker.leechers-paradise.org%3a6969%2fannounce&tr=udp%3a%2f%2fcoppersurfer.tk%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.zer0day.to%3a1337%2fannounce"
>Do not Look Up (2021)</a>.
<br>
<!--
in 250 million years:
Rapid biological evolution may occur
due to the formation of a supercontinent
causing lower temperatures and higher oxygen levels.
Increased competition between species
due to the formation of a supercontinent,
increased volcanic activity
and less hospitable conditions due to global warming from a brighter Sun
could result in a mass extinction event
from which plant and animal life may not fully recover.
-->
In 250 million years, all continents will grow together to form a super-continent,
there will be more volcanic eruptions and earthquakes,
solar radiation will become stronger, and temperatures will rise.
These conditions will make life increasingly difficult for animals and plants,
and may trigger mass extinctions.
<br>
<!--
in 500 million years:
The estimated time until a gamma-ray burst,
or massive, hyperenergetic supernova,
occurs within 6,500 light-years of Earth;
close enough for its rays to affect Earth's ozone layer
and potentially trigger a mass extinction,
assuming the hypothesis is correct
that a previous such explosion triggered
the Ordovician-Silurian extinction event.
However, the supernova would must be
precisely oriented relative to Earth to have such effect.
-->
In 500 million years, perhaps
a gamma ray or supernova will hit Earth
and trigger a mass extinction.
<br>
<!--
in 500-600 million years:
The Sun's increasing luminosity begins to disrupt the carbonate-silicate cycle;
higher luminosity increases weathering of surface rocks,
which traps carbon dioxide in the ground as carbonate.
As water evaporates from the Earth's surface, rocks harden,
causing plate tectonics to slow and eventually stop
once the oceans evaporate completely.
With less volcanism to recycle carbon into the Earth's atmosphere,
carbon dioxide levels begin to fall.
By this time, carbon dioxide levels will fall to the point at which C3 photosynthesis is no longer possible.
All plants that use C3 photosynthesis (≈99 percent of present-day species) will die.
The extinction of C3 plant life is likely to be a long-term decline rather than a sharp drop.
It is likely that plant groups will die one by one well before the critical carbon dioxide level is reached.
The first plants to disappear will be C3 herbaceous plants,
followed by deciduous forests, evergreen broad-leaf forests
and finally evergreen conifers.
-->
In 600 million years, solar radiation will become increasingly stronger,
so that more and more CO<sub>2</sub> will be stored in stones.
There will be less and less CO 2 in the air<sub>2</sub>
so C3 photosynthesis will no longer work,
so 99% of today's plants will die.
<br>
<!--
in 1.6 billion years:
Lower estimate until all remaining life,
which by now had been reduced to
colonies of unicellular organisms in isolated microenvironments
such as high-altitude lakes and caves,
goes extinct.
-->
In 1000 million years
only single-celled organisms will live on earth,
in mountain lakes or in caves.
So by then everyone will be dead.
<!-- https://en.wikipedia.org/wiki/Human_extinction
Human extinction is the hypothetical end of the human species
due to either natural causes such as
population decline from sub-replacement fertility,
an asteroid impact,
large-scale volcanism,
or via anthropogenic destruction (self-extinction).
-->
</div>
<div class="para">
So we are somewhere in the middle of the life cycle of the human species,
and now the only question that remains is: <b class="nowrap">How do we want to die?</b>
Personally, I do not give a damn because it makes no difference at all,
whether everyone dies today from atomic bombs,
or only in 1000 million years from natural processes.
</div>
<div class="para">
But obviously there are always enough idiots who are unsophisticated enough,
to work for a "one percent less shit" policy,
even if the long-term result is exactly the same as,
doing nothing.
But the main thing is "well-intended"...
<!-- TODO Gesinnungsethik -->
<!--
alchi $ grep -r -i Gesinnungsethik src/alchi-book/ deutsch/ src/alchi-flyer/ src/dorfkultur/ src/whoaremyfriends/
src/alchi-book/notes/intro-simple.2.txt:gesinnungsethik: "die richtige einstellung" ist wichtiger als ...
deutsch/fragmente/alchi-fragmente.html:gesinnungsethik ("hauptsache gut gemeint")
gesinnungsethik ("hauptsache gut gemeint")
schafft die hölle auf erden
für ein paradies im himmel
"im himmel" = wenn alle tot sind, leben nach dem tod, second life
-> "todestrieb"? endlich tot sein wollen damit man seine ruhe hat
deutsch/fragmente/alchi-fragmente.html:gesinnungsethik: anfang ist wichtiger, neurotiker ist kindisch (luft)
gesinnungsethik: anfang ist wichtiger, neurotiker ist kindisch (luft)
pragmatik: ende ist wichtiger, neurotiker ist erwachsen (erde)
-> neurotiker representieren/verkörpern "was wichtig ist", oder "die realität", oder "die öffentlichkeit"
deutsch/fragmente/paradox - schwäche leben.md:einem gesinnungsethiker reicht ja schon die "suche nach stärke"
alte frage: suchen oder haben?
suche ich eine stärke? oder habe ich eine stärke?
einem gesinnungsethiker reicht ja schon die "suche nach stärke"
damit er sich glücklich fühlt
und je weiter er weg ist von der stärke die er eigentlich sucht, desto besser fühlt er sich
deutsch/fragmente/re meiden sie diese menschen. ignoranz. gesinnungsethik.txt:wäre der typ hier "wirklich" schlau dann würde er faust zitieren: "habe alles studiert, und bin genauso blöd wie vorher." aber nein, der hier bildet sich was ein auf seinen doktortitel und auf seinen "erfolg" in der academia. naja. paradies im himmel und hölle auf erden. good intentions. gesinnungsethik (sowas von mainstream und langweilig, klar dass sowas auf youtube bleibt)
paradies im himmel und hölle auf erden.
good intentions.
gesinnungsethik
deutsch/alchi-flyer.html: GesinnungsEthik (gut gemeint)
Elemente: Feuer+Erde / Luft+Wasser =
Zahlen: 12 / 34 =
LeistungsPrinzip (gut gemacht) / GesinnungsEthik (gut gemeint)
src/alchi-flyer/intro-simple.2.html: gesinnungsethik: "die richtige einstellung" ist wichtiger als ...
gesinnungsethik: "die richtige einstellung" ist wichtiger als ...
-->
<!-- TODO https://en.wikipedia.org/wiki/Holocene_extinction
The current rate of extinction of species
is estimated at 100 to 1,000 times higher than natural background extinction rates,
and is increasing.
During the past 100200 years,
biodiversity loss and species extinction have accelerated,
to the point that most conservation biologists now believe
that human activity has either produced a period of mass extinction,
or is on the cusp of doing so.
-->
</div>
<!-- tangping - lay down in china - no future -->
<!--
meme: no future girlfriend
src/images/memes/todo/no future gf 1c9.jpg_large.webp
needs therapy
didnt plan to live this long
too stupid to drive
bipolar and OCD (obsessive-compulsive disorder)
health concious but doesnt take care of self
what do you mean you havent eaten today???
cant get rid of stuffed animals as an adult
hates self
housewife
*brings home stray cat* this is my son now
probably has brain damage
environment > money
*temper as short as height*
lives off bread
extensive collection of novelty socks
never hears back from employers
always cold
too stupid to kill self
makes fun of you for being squeamish
awarded "Most likely to sleep in class." in high school yearbook
middle school furry
*no ambition whatsoever*
hates children
math makes her cry
*sleeps for 14+ hours to avoid starting the day*
limited interest in anything
so blunt that she comes off as rude
loves to cook but never eats
*calls you an idiot affectionately*
has ehlers danlos syndrome
cries when angry
-->
</section>
<!-- TODO move -->
<section id="medicine-makes-sick">
<h4>
Medicine makes you sick
</h4>
<div class="para">
Medicine only helps for a short time,
in the long term medicine makes you addicted and sick.
The symptoms become weaker,
but the causes become stronger.
Doctors always want to "save lives",
regardless of whether that life is "worthy" or "unworthy",
and murder is the last resort.
</div>
<div class="para">
As Type 1, I say:
Murder is the first resort.
Bad eyes? Away with it.
Crooked teeth? Away with it.
Disabled? Away with it.
Ugly? Away with it.
Too old? Away with it.
Too big? Away with it.
Too small? Away with it.
...
The sooner the better.
My path is destructive in the short term,
but better in the long term,
because this is how I create healthy genetics,
the cause of healthy people.
</div>
<div class="para">
Medicine is the opposite:
sick people are rewarded,
healthy people are punished through compulsory insurance.
In the long term there will be more sick people
and the healthy people will be burdened pointlessly.
</div>
<div class="para">
Passive violence, torturers: letting victims die slowly.
<br>
Active violence, murderer: kill victims quickly.
</div>
<div class="para">
Torturers make it exciting
and always give their victims false hope.
As a murderer, I am just honest,
and say what is going on straight away.
Why should I waste energy on worthless life?
As if an animal breeder would continue to feed sick animals,
just because he is too weak to kill sick animals.
</div>
<div class="para">
The long journey can also be glossed over with slave morals.
Slaves should be ugly and sick,
then they are immediately recognized,
and then they are too weak to resist.
</div>
</section>
<!-- TODO move -->
<section id="vaccines-make-sick">
<h4>
Vaccinations make you sick
</h4>
<div class="para">
All vaccinations are useless and harmful.
Yes, also the tetanus vaccination,
which can also be used as emergency medicine if you need it.
The vaccinations contain harmful substances such as
aluminum (which is stored in the brain and never leaves),
or glyphosate (which can cause cancer and should actually be completely banned).
</div>
<div class="para">
A control group is the Amish people:
They do not give their children (and their animals) any vaccinations
and they have survived everything so far,
and they do not have any "civilization diseases" such as
<!--
https://kirschsubstack.com/p/the-data-is-clear-the-more-vaccines
Kids with more vaccines are much more likely, not less likely,
to have a large number of chronic neurological conditions.
For example, from the table above:
ADHD: 7x
Autoimmune disorders: 21x
Autism: 5x
Asthma: 9.3x
Epilepsy: 4x
Sinusitis: 33x
-->
sinusitis (inflammation of the nasal cavity),
immune deficiency,
asthma (shortness of breath),
ADHD (difficulty concentrating),
autism (mental disability),
epilepsy (seizures),
...
(See also: Steve Kirsch on
<a class="notranslate" href="https://kirschsubstack.com/p/if-vaccines-dont-cause-autism-then"
>kirschsubstack.com</a>)
</div>
<!--
https://petermcculloughmd.substack.com/p/world-council-for-health-proposes
World Council for Health Proposes New Approach for Childhood Vaccines
Cautionary Message to Parents in Wake of Growing Safety Concerns
By Peter A. McCullough, MD, MPH
The World Council for Health is the first international body of physicians, scientists, and health professionals to issue a cautionary statement on the ever-expanding routine childhood vaccine schedule.
This is in response to growing concerns over the safety of many vaccines given early at life during the same administration.
Here is what the Council said:
"The number of vaccines given to babies and children has increased dramatically without the necessary due diligence by regulatory authorities.
Parents are urged to adopt a common-sense, 'Safer to Wait" approach."
Growing international concerns about vaccine regulatory processes and vaccine safety have emerged following the widespread regulatory failure of Covid-19 vaccines.
The Covid-19 crisis has demonstrated that regulatory bodies, once public protectors, have been deeply corrupted by vaccine industry interests.
Several research studies now indicate that vaccinated children have far worse health outcomes with higher rates of many chronic diseases than non-vaccinated children.
Pharmaceutical corporations have a long-standing history of misrepresenting products that cause injuries and deaths.
Pfizer, for instance, has paid the largest criminal settlement in history for drug fraud.
The childhood vaccination schedule provides these unscrupulous corporations with unregulated access to the bodies of our children.
Modern society is experiencing unprecedented rates of autism, asthma, allergies, inflammatory bowel disease, diabetes, obesity, depression and more, for which the root cause/s have not been established.
Much of what we have been told about the success of early vaccines, including smallpox and polio vaccines is emerging as untrue.
Clean water, modern plumbing, hygiene, refrigeration, and improved nutrition are real factors that have correlated with the dramatic reduction in many infectious diseases over the past century.
National regulatory agencies have NEVER done the necessary evaluation to determine whether vaccines given to children alone or together according to the ever-expanding childhood vaccination schedules are associated with poor health outcomes compared with children who are not vaccinated.
National regulatory agencies have been turning a blind eye to the mounting evidence linking childhood vaccination with autism that has emerged since a possible link was first suggested in 1998.
National regulatory agencies have also been turning a blind eye to the mounting evidence linking childhood vaccination with other diseases, including asthma, allergies, bowel disease.
There are serious concerns among experts that existing childhood vaccines will be converted to mRNA technology, which has never been proven safe for use in vaccines for adults let alone children, and that this will be done without public awareness, consent and a robust research and regulatory process.
The Bio-Pharmaceutical Complex is creating legislation that would give it power to mandate injections by force.
-->
</section>
<!-- TODO move -->
<section id="state-is-church">
<h4>
State is church
</h4>
<div class="para">
Some people believe in a "separation of church and state",
<!-- diese opfer glauben auch an eine gewaltenteilung, weil das irgendwo im gesetz steht ... -->
but these people are too stupid to see:
Yesterday's church is today's state.
</div>
<div class="para">
So "state" teachers are just missionaries,
who use violence to spread their religion and eliminate all competition.
Just as stupid and brutal as the religious wars 500 years ago.
</div>
<div class="para">
The so-called "religious lessons" in school are just a distraction.
"Reli" is obvious stupidity,
so that the other school subjects look less like stupidity,
but that is where hidden stupidity happens.
</div>
<div class="para">
Advertising has the same function:
Advertising is blatant manipulation (BUY THAT SHIT!!) t,
o make the rest look less like manipulation,
but that is where hidden manipulation happens.
</div>
<div class="para">
Anyone who is sensitive to this underlying violence
is called "crazy" and given sedatives,
then they become less sensitive,
and the underlying violence can continue undisturbed.
</div>
</section>
<!-- TODO move -->
<section id="school-makes-stupid">
<h4>
School makes you stupid
</h4>
<div class="para">
School is for idiots,
and the biggest idiots stay at school and become teachers.
</div>
<div class="para">
Smart people learn themselves, and only when they must,
when I need to know something for my work.
</div>
<div class="para">
School wants to teach "basic knowledge"... and then?
Then we move on to specialist knowledge ... and then?
</div>
<div class="para">
The problem is:
So many years pass before children are finally allowed to work,
that many children have no strength for hard work,
and then only want to do "easy" and "nice" work ...
<span class="nowrap">Under-challenged: What you do not train will atrophy.</span>
</div>
<div class="para">
In my world, children should do both at the same time: learning and working.
Every school is a boarding school where the students live permanently (like in Harry Potter ...),
like in a monastery, with <span class="nowrap">self-sufficiency and self-defense.</span>
</div>
<div class="para">
In my world, children should only carry what they need:
2 pens, 10 pieces of paper, a small book.
No heavy school bags with 95% ballast that destroys the upper body:
shoulders in front, chest in = shame, fear, slave, victim.
<!--
verkrampfte Körperhaltung, Bewegungsmangel, Rückenschmerzen
-->
</div>
<div class="para">
Martial arts is part of the basic training for all children.
A healthy mind resides in a healthy body.
</div>
</section>
<!-- TODO move -->
<section id="powerless">
<h4>
Power vacuum
</h4>
<div class="para">
One problem is the power vacuum between parents and teachers.
Everyone points at each other, and in the end no one does it.
</div>
<div class="para">
Teachers have the excuse "education is a private matter",
parents have the excuse "school has an educational mission",
and so children are pushed back and forth every day (swinging),
between failure and failure ...
The old people want to be innocent,
but if If no one is to blame, then everyone is to blame.
</div>
</section>
<!-- TODO move -->
<section style="display:none" id="old-teachers-or-young-teachers">
<h4>
Alte Lehrer oder Junge Lehrer
</h4>
<div class="para">
Im Schulsystem von heute
herrscht ein Kampf "Lehrer gegen Schüler".
Es ist ein unfairer Kampf,
weil der Altersunterschied ist zu groß,
und die Lehrer sind immer zu alt, also zu weit weg.
Besser:
Kleine Altersunterschiede und mehrere Stufen.
Lehrer sind wie großer Bruder und große Schwester,
<!-- "big brother is watching you" als Drohung der Diktatur, 1984, George Orwell -->
also nur 2 bis 5 Jahre älter als die Schüler.
Und:
Auch mehr Kontakt zu jüngeren Menschen,
wie kleiner Bruder und kleine Schwester.
Also insgesamt:
Eine "Alters-Treppe" in beide Richtungen,
zu älteren Menschen und zu jüngeren Menschen.
<!-- insgesamt die vier Familienrollen:
kleiner Bruder = Sohn = Typ 1
große Schwester = Mutter = Typ 2
kleine Schwester = Tochter = Typ 3
großer Bruder = Vater = Typ 4
-->
Beispiel:
Bei den Amish People in den USA
können junge Menschen (ab 16 Jahren) als Lehrer arbeiten.
<!-- TODO bild -->
</div>
</section>
<!--
TODO meme
scheisse sind immer die anderen
Projektion von Schuld
Chauvinismus
im kleinen Maßstab:
"wir zwei gegen die anderen zwei"
ist Verbindung bei Paar-Beziehungen,
aber sollte immer wieder gewechselt werden,
damit Information im Kreis fließt (Feedback-Kreislauf).
&rarr; Partnertausch in Vierergruppe
our objective news versus their state propaganda
https://knowyourmeme.com/photos/2643825-our-blessed-homeland-their-barbarous-wastes
https://www.foundingfuel.com/article/ff-daily-265-how-often-do-you-experience-a-state-of-flow/
variation of "Our Blessed Homeland versus Their Barbarous Wastes"
https://knowyourmeme.com/memes/our-blessed-homeland-their-barbarous-wastes
Our Blessed Homeland versus Their Barbarous Wastes
our objective news versus their state propaganda
our combatting disinformation versus their censorship of the truth
our glorious leader versus their wicked despot
our great religion versus their primitive superstition
our noble populace versus their backwards savages
our heroic adventurers versus their brutish invaders
-->
<!--
TODO meme
Our Based Homeland versus Their Cringe Wastes
https://knowyourmeme.com/photos/2643846-our-blessed-homeland-their-barbarous-wastes
https://br.ifunny.co/picture/our-based-homeland-their-cringe-wastes-our-chad-their-virgin-AJYCVyfo9
variation of "Our Blessed Homeland versus Their Barbarous Wastes"
https://knowyourmeme.com/memes/our-blessed-homeland-their-barbarous-wastes
Our Based Homeland versus Their Cringe Wastes
our chad leader versus their virgin despot
our redpilled religion versus their bluepilled superstition
our wholesome populace versus their soy savages
our epic adventurers versus their retarded invaders
-->
<!--
TODO meme
https://knowyourmeme.com/photos/2643833-our-blessed-homeland-their-barbarous-wastes
variation of "Our Blessed Homeland versus Their Barbarous Wastes"
Our Great Product versus Their Unusable Junk
our deep product philosophy versus their outdated ideas
our awesome features versus their piles of bloat
our savvy users versus their ignorant laggards
our minor defects versus their glaring flaws
-->
<!-- TODO move -->
<section id="you-think-you-have-time">
<h4>
You think you have time
</h4>
<div class="para">
You think you can wait for a better offer,
but it does not get better, just your time passes.
</div>
<div class="para">
There is no free lunch.
You must fight for paradise on earth.
If you want peace then prepare for war.
Whoever abandons himself is abandoned.
</div>
</section>
<!-- TODO move -->
<!--
<section id="freedom-in-the-small">
<h4>
Freiheit im Kleinen
</h4>
<div class="para">
Große Probleme sind unlösbar.
</div>
</section>
-->
<!-- TODO move -->
<!--
<section id="freedom-in-the-small">
<h4>
Anfangen am Anfang
</h4>
<div class="para">
Scheissen und Sterben kann jeder selber.
Alles was komplexer ist braucht Organisation.
</div>
</section>
-->
<!-- TODO move -->
<section id="why-do-i-write-so-weird">
<h4>Why do I write so strangely?</h4>
<div class="para">
Because: I know what is beautiful myself. (Autonomous)
Because I do not give a shit about your grammar.
Important words remain in the nominative.
Sentences are relaxed, so:
Auxiliary verbs stay with the main verb.
Everything is in the present, in the here and now.
I capitalize important words.
I avoid overcompression, so:
I allow repetition and write simple sentences.
I avoid complicated before-and-after signal words,
but instead I write sentences in time order
(first the beginning, then the end),
and connect the parts of the sentence with the word "and".
Because my style is better than your grammar.
And I shit on your German teacher.
</div>
</section>
<section id="punks-not-dead">
<h4>Punks Not Dead</h4>
<div class="para">
<a class="notranslate" href="https://de.wikipedia.org/wiki/Underground_(Kultur)"
>Wikipedia: Underground (Kultur)</a>:
The underground often plays the role of an avant-garde (researchers, pioneers);,
its forms are later taken up in the mainstream,
but in the process they are also st <b>ripped of their subversive content</b>
(castrated, softened, disarmed, civilized)
and reduced to purely formal-aesthetic elements.
Especially between the scenes
of punk music (independent) and pop music (pop culture),
a conflict
between underground and overground has developed since the 1980s ("punker versus popper").
There is al
so a clear separation between underground and mainstream in youth culture and clubs.
AKA: punk, trash, pulp, smut, trash, decadence, degenerate art.
On the other side: forced schooling, child protection, youth protection, censorship, index, FSK,
BPJM =
<a class="notranslate" href="https://de.wikipedia.org/wiki/Bundeszentrale_f%C3%BCr_Kinder-_und_Jugendmedienschutz"
>BZKJ</a>,
<a class="notranslate" href="https://en.wikipedia.org/wiki/Parental_Advisory"
>Parental Advisory</a>.
</div>
<div class="para">
<a class="notranslate" href="https://de.wikipedia.org/wiki/Untergrundliteratur"
>Wikipedia: Untergrundliteratur</a>:
Literature that is secretly produced and distributed in authoritarian states.
Literature that does not fit the norms and values of pluralistic societies.
Texts that are only copied or appear in self-published publications
(yep, I shit on your son-of-a-bitch publishing house!)
In the former communist bloc, especially in the former Soviet Union and Poland,
underground political literature was published on a large scale in the so-called samizdat (self-published).
The distribution points were among members of the local intelligentsia
in the literary, student or scientific milieu.
The underground saw its publications as the
"antithesis of the party-state-controlled public sphere"
(counter-public sphere)
</div>
<div class="para">
<a class="notranslate" href="https://de.wikipedia.org/wiki/Gegenkultur"
>Wikipedia: Gegenkultur</a>:
questioning the primary values and norms of the majority culture.
Sometimes (social) visions and ideas of utopia play a role.
A counter-public or even a parallel society can form from a counterculture.
</div>
<!--
Parallelgesellschaft via https://de.wikipedia.org/wiki/Amische
Einerseits verschafft es Amischen mehr und mehr Möglichkeiten, in ihrer Parallelgesellschaft zu verbleiben
und dort ihre Einkäufe und Reparaturbedürfnisse zu befriedigen, ohne viel "Weltkontakt" zu haben
-->
</section>
<section id="no-go-areas-for-all">
<h4>No Go Areas for Everyone</h4>
<div class="para">
No Go Areas are an extreme form of parallel society.
Strangers are kept out by force.
The only "rebellious" thing about it is that poor people live here.
For rich people, such "no go areas" are self-evident,
and are called "gated communities"
where the rich are among themselves and have peace and quiet.
<br>
[Tribalism, small states and small wars, ghettos, cultural mosaic]
</div>
</section>
<section id="feedback">
<h4>Reviews</h4>
<div class="para">
What my enemies say about me ...
<!--
Was sagen meine Feinde über mich?
-->
</div>
<div class="para">
They are banned from the house! Go to work!
&mdash; <span class="notranslate">ein Lehrer</span>
</div>
<div class="para">
This is trash!
I do not want you to proselytize our students here.
I am banning you from entering the house!
&mdash; <span class="notranslate">ein Lehrer</span>
</div>
<div class="para">
We will confiscate your papers.
<br>
And they get expelled from school.
&mdash; <span class="notranslate">ein Bulle</span>
</div>
<div class="para">
They are crazy and dangerous!
You belong in jail!
<br>
You will not get custody of your daughter!
&mdash; <span class="notranslate">das Jugendamt</span>
</div>
<div class="para">
They are crazy and dangerous!
You belong in prison for life!
(StGB §63 accommodation in a psychiatric hospital)
<br>
&mdash; <span class="notranslate">ein "Gutachter" der Staatsanwaltschaft München</span>
</div>
<div style="display:none" class="para">
Sie sind verrückt und gefährlich, und sie brauchen unsere Medizin!
&mdash; <span class="notranslate">Ärzte in der Psychiatrie</span>
<br>
[dass diese Ärzte jeden Tag 400 Euro pro Patient von der Krankenkasse kriegen,
dafür dass sie ihren Gefangenen ein Ein-Sterne-Hotel und beschissenes Essen bieten,
und dass diese Ärzte für das Verschreiben von schädlicher Psycho-Medizin
Geld von der Pharmaindustrie kriegen,
das haben die natürlich nicht dazu gesagt,
denn das wäre ja Interessenskonflikt und Egoismus und Korruption,
aber diese Ärzte tun so, als wären sie Heilige.
Dass das beschissene Essen die Gefangenen krank macht
(Protein-Mangel, Vitamin-Mangel), das wird geleugnet,
sondern das sind alles "psychische Störungen" und "Medizin macht frei".
<br>
Dass die "Sie sind verrückt und gefährlich" Diagnosen
von Psychiatern nur dreckige Lügen sind,
das sollte seit dem Fall von Gustl Mollath klar sein,
der mehrere Jahre lang in die Psychiatrie gesperrt wurde,
weil er seine Frau wegen illegalen Bankgeschäften gemeldet hat,
die ihn dann per Rufmord entsorgt hat.]
</div>
<div style="display:none" class="para">
Auf Ihrem USB-Stick haben wir Kinderpornos gefunden.
&mdash; <span class="notranslate">zwei Bullen im Knast in München</span>
<br>
[...beim Versuch mich zu erpressen, um mich zu rekrutieren als Verräter/Spitzel/Zinker.
Ich habe nichts gesagt, und bin einfach raus gegangen aus dem Besuchsraum im Knast.
Die Bullen konnten nicht beweisen,
dass ich diese Kinderpornos auf meinen USB-Stick kopiert habe,
und ich konnte nicht beweisen,
dass diese Bullen falsche Beweise produziert haben,
und sich damit strafbar gemacht haben,
und der Richer am Landgericht München wollte sich nicht mit den Bullen anlegen,
weil Vorurteil: "Bullen sagen immer die Wahrheit".
Das Verfahren wurde eingestellt (also kein Urteil, aber auch kein Freispruch),
aber der "Kinderporno-Eintrag" ist lebenslang in meiner Akte,
deswegen könnte ich zum Beispiel nicht offiziell als Lehrer oder Erzieher arbeiten.
Aber das offizielle Schulsystem finde ich sowieso scheisse, also scheiss auf euch.]
</div>
</section>
<h3>TODO ...</h3>
<div class="para">
TODO move:
<b>Matchmaking</b> is the game of life.
Everyone needs friends, right from the start.
Level one in this game is pairing.
Level Two: Groups of four.
Level Three: Groups of Eight.
Level Four: Groups of 16.
And so on, until 128 or 144 people = a village.
</div>
<div class="para">
Our educators also fail when it comes to matchmaking:
they are actually supposed to help us w
ith our question "Who are my friends?"
The problem: Our educators have no friends themselves,
and have no plan on how to make friends.
They solve the problem by not solving it:
Everyone should look for their own friends,
and if someone does not find any friends,
then friends are not that important to them.
It is also true that some people (*)
prefer to be alone than with fake friends.
(*) = egoists, recluses, types 12 (or types 14),
low agreeableness, high demands.
</div>
<div class="para">
TODO move:
Why "Alice" in Wonderland?
Alice = Chalice = Chalice = Heart shape = Type 1.
Chalice = Graals Chalice = the holy Graal = the holy grail = knights are looking for Chalice
= Arthurian legend = King Arthur and the Knights of the Round Table.
Graal = Kraal = King.
</div>
<div class="para">
TODO move:
Why are Arabs beautiful? Because they select.
Because they kill ugly people.
Why are slaves ugly? Because they are tolerant.
Because they suppress problems,
care for sick people,
hide ugly bodies,
"repair" bad eyes with glasses,
"repair" broken joints with prostheses,
etc.
</div>
<div class="para">
TODO move:
Inner gender:
education in "same age groups" (school classes).
Consequence:
Children become "sexist",
either extremely masculine (types 104 and 401),
or extremely feminine (types 203 and 302).
So, they define themselves primarily by gender.
For these mixed types: The inner age is balanced,
there is a constant "inner monolog"
between son (1) and father (4) (for types 104 and 401),
or between daughter (3) and mother (2) ( for types 203 and 302).
The young half (13) is impulsive, emotional, driving.
The old half (24) is reactive, rational, inhibiting.
</div>
<div class="para">
Why?
See Pallas pattern.
If there are only attachment partners of the same age,
then this forces these subtypes.
Because attachment to peers
is synonymous with these subtypes.
Note:
There is a "bidirectional" connection between partner and subtype,
meaning both can be cause or effect.
</div>
<div class="xcenter">
<table class="two-properties">
<tr>
<th scope="row">Types</th>
<td>14</td>
<td>23</td>
</tr>
<tr>
<th scope="row">Brain</th>
<td>masculine brain</td>
<td>feminine brain</td>
</tr>
<tr>
<th scope="row">nds</th>
<td>loner</td>
<td>sociable</td>
</tr>
<tr>
<th scope="row">politics</th>
<td>long-term strategy</td>
<td>daily politics</td>
</tr>
<tr>
<th scope="row"></th>
<td>Being Right</td>
<td>Being Popular</td>
</tr>
<tr>
<th scope="row"></th>
<td>Authoritarian</td>
<td>Popular</td>
</tr>
<tr>
<th scope="row"></th>
<td>Strong Opinions</td>
<td>Weak Opinions</td>
</tr>
<tr>
<th scope="row">movement</th>
<td>fine motor skills</td>
<td>gross motor skills</td>
</tr>
<tr>
<th scope="row">talent</th>
<td>Hard Skills</td>
<td>Soft Skills</td>
</tr>
<tr>
<th scope="row"></th>
<td>Task Focus</td>
<td>People Focus</td>
</tr>
</table>
</div>
<div class="para">
TODO move:
We do not must talk about what goes without saying.
</div>
<div class="para">
TODO move:
Whoever relies on his enemies,
is abandoned by his friends.
</div>
<div class="para">
TODO move:
"The world sucks!" Anyone can scream.
The challenge is: Do better!
So: Make a concrete solution proposal to the question:
how can we make the world better?
We expect such suggestions from our "smart ones":
students, professors, researchers ...
but amateurs (like me) are also allowed to make suggestions.
So create hypotheses that "we" can test and apply.
<br>
The problem with our "smart" people is:
We send our smart children to universities where there are only smart people,
so that contact is lost between stupid and smart people.
(Equalization, mental inbreeding, monoculture,
equals like to "associate", formation of "societies",
socialization, equalization, homogeneous groups, false selection,
top-down organization, large groups, large states ...)
<br>
Effective organization needs always t
he symbiosis of opposites,
the coexistence of different people.
</div>
<div class="para">
TODO move:
Provoke and integrate.
This is how you can summarize civilization.
So we humans provoke violence from nature,
and integrate this violence
into our artificial world as productive work.
AKA: taming, taming, education,
domestication, playing with fire,
aggression and sublimation,
end of the world and redemption.
</div>
<div class="para">
TODO move:
Mutation and selection.
Boom and bust cycles.
Multiplication and shrinkage.
Problem: If the cycles take too long, around 100 years.
Solution: Shorter cycles, around 5 years.
"Bulls" speculate on growth and prevent shrinkage,
until the next hard limit = system crash = bust = the bubble bursts.
</div>
<div class="para">
TODO move:
mixed culture.
Companion planting.
In organic gardening, there are rules of thumb to answer the question:
Which plants go together?
(Problem: no empirical confirmation? Wishful thinking?)
Some plants go well together:
carrot and onion,
corn and bean and pumpkin,
lentils and grain,
oats and barley.
Some plants go badly together:
peas and garlic,
radishes and tomatoes,
radishes and cucumbers,
onions and French beans,
onions and cabbage.
</div>
<div class="para">
Why is it called "Pallas"?
The Pallas symbol is the combination of the diamond and the cross.
</div>
<div class="para">
<span>Etymology:</span>
Pallas:
Name of Greek goddess,
another name for Athene,
literally "little maiden",
related to pallake "concubine", and
probably somehow connected to Avestan pairika
"beautiful women seducing pious men".
The asteroid Pallas was discovered 1802 by Olbers and Bremen.
</div>
<div class="para">
Greek mythology:
Pallas is the daughter
f the sea god Triton (sea, water, type 4)
and an unknown mother.
Triton is the surrogate father for Athena, a daughter of Zeus.
Pallas and Athena are like sisters.
Triton trains both girls in martial arts.
Pallas and Athena fight <b>spear</b> and shields at a sports festival.
Athena dominates at the beginning, then Pallas seems to win.
Zeus is afraid that his daughter will lose and tries to distract Pallas.
Athena accidentally hits her sister Pallas with the spear and Pallas dies.
</div>
<!-- kein platz
<div class="para">
Griechische Mythologie:
Pallas
(noun, human)
(Greek mythology)
goddess of
wisdom and
useful arts and
prudent warfare;
guardian of Athens;
identified with Roman Minerva
</div>
<div class="para">
Minerva is the Roman
goddess of
wisdom,
justice,
law,
victory,
and the sponsor of
arts,
trade, and
strategy.
Minerva is not a patron of violence such as Mars,
but of defensive war only.
From the second century BC onward,
the Romans equated her with the Greek goddess Athena.
Minerva is
one of the three Roman deities
in the Capitoline Triad,
along with Jupiter and Juno.
She was the virgin goddess of
music,
poetry,
medicine,
wisdom,
commerce,
weaving, and
the crafts.
She is often depicted with her sacred creature,
an owl usually named as the "owl of Minerva",
which symbolised her association with wisdom and knowledge
as well as, less frequently, the snake and the olive tree.
Minerva is commonly depicted as tall
with an <b>athletic</b> and muscular build,
as well as wearing armour and carrying a <b>spear</b>. [Speer]
As the most important Roman goddess,
she is highly revered, honored, and respected.
Marcus Terentius Varro considered her to be
ideas and the plan for the universe
personified. [mastermind]
</div>
<div class="para">
Astronomie:
Symbol für den Asteroid "2 Pallas".
Basierend auf Pallas aus der griechischen Mythologie.
<!-xxxxxxxxxxxxxxxxx-
https://en.wikipedia.org/wiki/2_Pallas#Name_and_symbol
-xxxxxxxxxxxxxxxx->
Wikipedia:
In the 19th century,
planetary symbols for the major asteroids
were also in use, including
1 Ceres (a reaper's sickle ⚳),
2 Pallas (a lance ⚴) and
3 Juno (a sceptre ⚵).
The old astronomical symbol of Pallas, still used in astrology,
is a spear or lance, ⚴, one of the symbols of the goddess Pallas.
The blade was most often a lozenge ◊,
but various graphic variants were published,
including an acute/elliptic leaf shape (),
a cordate leaf shape ♤,
and a triangle △;
the last made it effectively the alchemical symbol for sulfur 🜍.
The generic asteroid symbol of a disk with its discovery number ②,
was introduced in 1852 and quickly became the norm.
The iconic symbol was resurrected for astroLOGICal use in 1973.
</div>
-->
<!-- kein platz
<div class="para">
Chemie:
Das Element Palladium hat seinen Namen von Pallas.
Griechische Mythologie:
Das Palladium ist eine Statue von Pallas.
Pallas ist tot, und Athene ist traurig.
Athene baut eine Statue von Pallas,
stellt die Statue neben Zeus,
und verehrt die Statue.
[Die spinnen die Griechen ...]
</div>
-->
<div class="para">
Naturalists fight against artistic order,
like Don Quixote against windmills.
Civilians fight against the natural order, just,
like Lucifer with his short-sighted cunning,
is in the long term only a tragic hero,
who destroys himself with altruism.
</div>
<div class="para">
Ignorance is useless.
Anyone who forgets stories
will still repeat them.
</div>
<div class="para">
<b>Overthinking:</b>
You can think about theories forever,
but the goal of my hypothesis
is to apply it in the real world.
But first we must test the hypothesis.
Better said, everyone has to test the hypothesis themselves,
because belief and trust will only be exploited.
Testing the hypothesis can only be done through experiment.
<span class="nowrap">Not a "thought experiment",</span> but a real experiment.
</div>
<div class="para">
In state schools we learn:
we are all "smart"
and we can solve all problems
by thinking and talking.
But in this way you only reach a "paradise in the head"
(mind over matter. escapism, ignorance, pseudo-problems),
and the "hell on earth" continues to grow,
because real problems are ignored.
</div>
<div class="para">
The <b>effective tax burden in Germany</b> is around 70%.
This includes all taxes, duties and compulsory insurance.
And what does "Father State" do with the tax money? Just shit.
So make the state even bigger,
and destroy small structures even more.
Large states build on the destruction of small states.
Put scapegoats in jail,
and subsidize real criminals.
I would like to run away screaming, but where?
The whole world is occupied by these idiots,
who systematically do everything wrong,
just to provoke me,
and to prove that I am "wrong".
<span>TODO charts: money supply usd/eur, gold vs usd/eur
&rarr; inflation, banks create money from nothing, boom-bust cycles
movies: lets make money (2008)
selfish, accelerate the collapse: sell all your money and buy food/tools/gold.
social, postpone the collapse: keep holding all your money and watch its value shrink to zero.</span>
</div>
<div class="para">
The <b>laws of anarchy</b> are natural laws.
In other words, laws of physics t,
hat can be described and proven mathematically and precisely.
</div>
<div class="para">
<b>Nature or art?</b>
Being or appearing?
Real or fake?
Basetype or subtype?
Constant or variable?
Fixed or changeable?
</div>
</section>
<!-- end of `<section id="fragments"` -->
<!-- TODO "sayings"? yes. aka "proverbs" or "slogans" -->
<section id="quotes-and-sayings" class="h2">
<h2>Appendix: Quotes and sayings</h2>
<div class="para">
Also here, the question also arises:
Which type is speaking here?
So:
What personality type has "the lyrical self"?
I am type 104,
so I collect sayings that fit my type,
that speak "from my soul".
</div>
<div class="para">
Do not become addicted to water.
&mdash; <span class="notranslate">Mad Max: Fury Road</span>
</div>
<div class="para">
You will live in interesting times.
&mdash; Chinesische curse
</div>
<div class="para">
We have tried everything.
&mdash; <span class="notranslate">Dont Look Up</span>
</div>
<div class="para">
Your fronting only helps you avoiding the truth,
step to the microphone, but I kill your crew in one line.
One gesture from you is enough to understand that you are gay,
and against every crew with aggressive raps that is true.
&mdash; <span class="notranslate">Creutzfeld &amp; Jakob - Fehdehandschuh (feat. Kool Savas)</span>
</div>
<div class="para">
I am not playing this, I am this.
You understand? And that is why I am nothing.
<br>
&mdash; <span class="notranslate">Klaus Kinski</span>
<!-- via: Torch - Kapitel 29 -->
</div>
<!--
<div class="para">
Wo das Chaos auf die Ordnung trifft,
gewinnt meist das Chaos, weil es besser organisiert ist.
&mdash; <span class="notranslate">Friedrich Nietzsche</span>
</div>
-->
<div class="para">
You always find lots of chaos where you look for order.
Chaos defeats order because it is better organized.
<br>
&mdash; <span class="notranslate">Terry Pratchett</span>
[Mainstream, center, label fraud, pretty on the outside, ugly on the inside,
facade, fraud, controlled opposition, honeypot, trap]
</div>
<div class="para">
You pay for their blessing, for the fear of death,
your money keeps them alive, gives them their daily bread.
You hang on their lips and you think you need them,
then cling to them, until you rot.
Censorship and moralism is all it brings,
a half salvation, heaven stinks.
And you want to die for them in their name,
for the church, for an amen.
I piss on the Pope and his <b>Roman headquarters,</b>
on the Vatican and his slaves.
I do not believe in your words, I am not stupid,
because who is not afraid of the devil, does not need a God.
&mdash; <span class="notranslate">Böhse Onkelz - Kirche</span>
</div>
<div class="para">
What about the <b>Realness</b>? All do only wellness.
&mdash; <span class="notranslate">Marsimoto - Wellness</span>
</div>
<div class="para">
At the front for the Nazis, they were spies for the Stasi,
and today they simulate democracy.
...
A bunch of sad losers who governs us,
who mutilate laws and interpret them only for themselves.
...
Maintaining power at all costs,
their politics of lies suffocates every free spirit.
<br>
&mdash; <span class="notranslate">Böhse Onkelz - Macht für den der sie nicht will</span>
</div>
<div class="para">
Preacher preacher, fifth grade teacher,
you cant reach me, my mom can neither.
You cant teach me a goddamn thing,
cause I watch TV, and Comcast cable.
And you aint able to stop these thoughts,
you cant stop me from topping these charts.
And you cant stop me from dropping each March,
with a brand new CD for these fucking retards.
And to think, its just little ol me,
Mr. Dont-Give-A-Fuck still wont leave.
<br>
&mdash; <span class="notranslate">Eminem - Im a criminal</span>
</div>
<div style="display:none" class="para">
Go call you a lawyer, file you a lawsuit,
I'll smile in the courtroom, and buy you a wardrobe.
I am tired of all you, I do not mean to be mean,
but that is all I can be, it is just me.
<br>
&mdash; <span class="notranslate">Eminem - The Way I Am [hass mich weil ich ehrlich bin]</span>
</div>
<div class="para">
Since we can not all be saints, let us all be sinners.
<br>
&mdash; <span class="notranslate">Sabbatai Zevi, Jacob Frank</span>
<br>
<span>[Gélierung, socialism, poverty for all]</span>
</div>
<div class="para">
Idiocracy: stupidity rules.
As the 21st century began,
human evolution was at a turning point.
<b>Natural selection</b>,
the process by which the strongest,
the smartest, the fastest
reproduced in greater numbers than the rest,
a process which had once favored the noblest traits of man,
now began to favor different traits.
Most science fiction of the day predicted a future
that was more civilized, and more intelligent.
But as time went on,
things seemed to be heading in the opposite direction:
A dumbing down.
How did this happen?
<b>Evolution does not necessarily reward intelligence.</b>
With no natural predators to thin the herd,
it began to simply reward those who reproduced the most,
and left the intelligent to become an endangered species.
<!--
idioten haben 100 kinder, schlaue haben ein kind,
der rest ist mathematik
-->
&mdash; <span class="notranslate">Idiocracy (2006)</span>
</div>
<div class="para">
Quiet please - Idiots!
- Quiet please - Idiots!
Sometimes you wonder
whether the rescue attempts are worth it.
Is it worth saving people?
The way I see it,
intelligence has already been wiped out,
and those who survived are all idiots!
&mdash; <span class="notranslate">Die Ärzte - Anti-Zombie</span>
</div>
<div class="para">
Who benefits from our fear? We do not want to know.
Because knowledge is only a burden, we do not want to know,
we leave it untouched, our conscience remains clean ... pore-deep clean.
&mdash; <span class="notranslate">Die Ärzte - NichtWissen</span>
</div>
<div class="para">
It has to go on, I do not like to stand still.
<br>
&mdash; <span class="notranslate">Terrorgruppe - Weitergehen</span>
</div>
<div class="para">
I was never good at German or mathematics,
and I still write stupidly with H.
School has never been my thing,
I know exactly why.
<b>I was simply too smart</b> for that,
I had more important things to do.
This did not do me any harm,
you can clearly see that.
I am better off than the others,
who go to work for their whole lives.
Everything I know today,
I certainly did not learn in any school.
<br>
&mdash; <span class="notranslate">Terrorgruppe - Alles was ich weiss</span>
</div>
<div style="display:none" class="para">
Uni ist anders als Schule, weil nur Streber übrig sind,
die nur Lesen glücklich stimmt, und sie leben vor sich hin.
[...]
Bei Vorlesungen schreiben sie mit auf ihren Laptops,
und hören immer zu, obwohl sie gar nichts verstehn.
1933 wärn sie alle Nazis gewesen.
[...]
<br>
Was ist die Uni? Die Uni ist ein Sammelbecken,
Für eine Bande pseudo-elitärer Straßenpenner.
Und sie gehn immer auf diese schlechten Unipartys,
und machen auf fokussiert aber verkacken 100 Jahre.
Und sie halten sich für klug, denn sie lasen mal ein Buch,
und hatten in Deutsch ne Eins in der Schule (Fuck you!).
In der Küche hängt ein Poster von Pulp Fiction,
ihre Bude riecht nach Tod, doch sie sortieren ihre Stifte.
Und markieren immer alles in den Büchern die sie lesen,
und noch lieber als Tote hören sie sich selber reden.
Und sie kaufen sich Kaffee von unabhängigen Händlern,
aber fressen für zwei Euro jede Scheiße in der Mensa.
Und sie träumen von der Revolution,
während der Arbeit an der nächsten PowerPoint-Präsentation.
Und sie rennen durch die Uni für ein paar sinnlose Scheine,
und stinken wie Scheiße: Studenten sind Schweine!
<br>
Was ist die Uni? Der Inbegriff
einer widerlich stinkenden Inzestfabrik.
Denn Kommilitonen ficken Kommilitonen,
und heraus kommen Kommilitonen.
Und von vorn, ein ewiger Zyklus, ein ekliger Fötus,
später ganz wie die Eltern: ein Hippi, ein Öko,
Ein Fan von Mandela und Gandhi,
doch Panik Panzer ist ihnen zu Anti.
Er demonstriert wie ein Spast von wegen "Bildung für alle",
wenn er mit sowas kommt box ich ihm die Brille von der Nase.
Er ist immer Brillenträger, dieser dumme Student,
was muss die Uni? Die Uni muss brennen!
Genau wie studentische Szenekneipen,
Studenten sind Opfer auf Lebenszeit.
Student zu sein ist kein gutes Gefühl,
Studenten brauchen mehr Studiengebühren.
<br>
Was ist die Uni? Die Abkürzung für Universität,
Studieren ist für mich noch schlimmer als zur Bundeswehr zu gehn.
Frieden sichern, Leben retten meinetwegen,
aber <b>Studenten fehlt das Rückgrat, sie sind Schreibtischtäter.</b>
Ihr lebt zusammengerottet in einer billigen Unterkunft,
der Gipfel der Unvernunft. Seht nur wie ihr lebt:
Ein Laptop, eine ranzige Matratze, ein Schreibtisch,
wie peinlich, wahrscheinlich weint ihr manchmal heimlich.
Schreibt Texte über Texte und lest Bücher über Bücher,
und zu allem Überfluss lest ihr Bücher über Bücher,
Und schreibt Texte über Texte, wie unkreativ,
merkt ihr nicht dass außer euch kein Mensch so etwas liest?
Aber nein, denn ihr lebt abgeschottet und zurückgezogen,
<b>ihr wisst nichtmal was Arbeit bedeutet, ihr Idioten.
Was bringt es bitte diese weltfremden Bücher zu lesen und zu verstehn?</b>
ihr könnt noch nicht mal Glühbirnen wechseln.
<br>
Was ist die Uni?
Die Uni ist nichts!
Fick die Uni!
Fick die Uni!
Fick die Uni!
Fick die Uni!
<br>
Was bringt die Uni?
Die Uni bringt nichts!
Fick die Uni!
Fick die Uni!
Fick die Uni!
Fick die Uni!
<br>
&mdash; <span class="notranslate">Antilopen Gang - Fick die Uni</span>
</div>
<div class="xcenter">
<img class="darkmode-invert" style="width:60%" src="../images/memes/white-collar-crime.bank.this-is-a-robbery.amateur.steve-kelley-2010.en.svg">
</div>
<div class="para">
The problem is, you think you have time.
<br>
&mdash; <span class="notranslate">Jack Kornfield, Buddha's Little Instruction Book</span>
<!--
https://fakebuddhaquotes.com/the-trouble-is-you-think-you-have-time/?comment=145401#comment-145401
> what is it we do not have time for?
solving big problems.
big problems like overpopulation, degeneration, destruction of habitat, waste of energy, waste of potential, ...
we waste 99% of our time solving small problems, in the hope that "later" or "others" will solve the bigger problems.
this is the basis for all "progressive" and "techno-hopium" thinking. they say "we do have problems with our current technology, but future inventions will solve all these problems".
> we waste 99% of our time solving small problems
its also a consequence of our "divide and conquer" culture of "forced loneliness". to solve big problems, we need efficient organization of many people. but our stupid rulers are scared of revenge, so they keep us separated, fighting small wars (melting pot)
> solving big problems
my contribution: a thesis on compatibility between personality types, useful for early education and "efficient organization of many people" in groups of 150 people (dunbar's number, villages, tribes)
https://github.com/milahu/alchi
-->
</div>
<div class="para">
Good intentions pave the way to hell.
</div>
<div class="para">
Who builds on lies has fear of truth.
</div>
<div class="para">
In every village there is a torch, the teacher.
<br>
And someone who kills that light, the priest.
<br>
&mdash; <span class="notranslate">Victor Hugo (1802-1885)</span>
</div>
<div class="para">
"The experts" have told us lies about
tobacco, alcohol, quicksilver, asbestos, opiates, cannabis, aluminum,
plastic, plasticizers (Phthalate, Bisphenol), <!-- Talk (?),--> Heroin, sweeteners,
saturated fatty acids, animal fats, vegetable oils, <span class="nowrap">omega fatty acids,</span>
vitamins, minerals,
genetic engineering, raw milk, Cholesterol,
fluoride, Teflon, DDT, Glyphosate,
Contergan, Phen-Fen, Lipobay, Menocil, Vioxx, Avandia, Oxycodone, Oxycontin,
geocentric world view, separation of powers, separation of church and state,
life after death, sins and indulgences, witches and devils ...
<br>
but now "the experts" are telling the truth?
How stupid do you have to be, to believe these lies?
How desperate do you have to be, to believe these people?
</div>
<!-- TODO meme: we have lied to you ... alchi/src/images/memes/is he still lying. we have been lying to you. but we did it to protect you. Preaching to the Mob Meme.jpg -->
<div class="para">
Sir, the orcs are here.
- Well, dont be racist, let them in!
<br>
[sarcasm on the migrant-invasion]
</div>
<div class="para">
Have you ever heard of salt?
- Yes we are familiar with salt.
- Aah, you fell into my trap!
For I speak of the foe of salt ...
- Pepper.
- <b class="nowrap">You know too much.</b>
&mdash; <span class="notranslate">Little Britain</span>
<!--
https://www.youtube.com/watch?v=HMagY_CQopA
-->
</div>
<!-- duplicate
<div class="para">
Ich bin nicht der Mund für diese Ohren.
&mdash; <span class="notranslate">Friedrich Nietzsche</span>
</div>
-->
<div class="para">
We live in a country where there are more barriers than there are paths,
more walls than bridges, the mood is negative.
And the old people ask: Why do I smoke weed every day?
Why are I and my entire generation so depressed?
<b>Every day we are surrounded by the living dead,</b>
surrounded by signs telling us "Keep out!"
Surrounded by skinheads who take the lives of Turks and Africans,
while cops stand by to avoid problems.
<b>Surrounded by yes-sayers</b> who blindly follow their leaders,
with cold, dark blood pumping through their arteries.
<b>Surrounded by child molesters</b> who are just getting parole,
just like the fucking Nazis whose victims are buried in the ground.
Does this country really have nothing more to offer,
than a few million assholes with ugly faces full of hemorrhoids?
They think they love this country very much, but they are not very happy,
does it match your frustration or why did you stay here?
I must keep distance from all you weaklings,
all the ugly faces who stress me out every day.
The same people at the top are filling their pockets,
and minorities become the majority and are still forgotten.
Please wake me up from this nightmare,
people can hardly see the forest for the trees.
<b>They are constantly trying to convince us
that it is still possible to live freely here.</b>
Please wake me up from this nightmare,
people can hardly see the forest for the trees.
<b>Me and you and he and she and it are,
better off when we help ourselves.</b>
I am the type of human who leaves shortly after the party starts,
because I can not party while I live in Babylon.
<b>We have bad luck, ruled by psychopaths,
managed by bureaucrats who have no feelings.</b>
Controlled by corrupt cops who are often sadists,
who look for suspects by racist statistics.
<b>Fed by companies that poisoned us for decades,
informed by media that only reported it too late.</b>
Forget the cat accident, damage from THC,
soon we will all have BSE!
And you look at your EKG before your heart stops,
and you think "I still want a big steak now!"
This is cursed! <b>Brainwashing pure, all day long,
and Father State beats and rapes Mother Nature.</b>
The shitty politicians serve the dark side like Darth Vader,
and have a horizon of about one square meter.
No own opinion but ten own advisors,
who talk stupid shit like they have a speech defect.
<b>They hope the good voters are happy to continue paying taxes,</b>
but I am here to sound the alarm like a fire detector.
<!--
Weck mich bitte auf aus diesem Albtraum,
Menschen sehen vor lauter Bäumen den Wald kaum.
Man versucht uns ständig einzureden,
dass es noch möglich wär hier frei zu leben.
<br>
Weck mich bitte auf aus diesem Albtraum,
Menschen sehen vor lauter Bäumen den Wald kaum.
Ich und du und er und sie und es sind,
besser dran wenn wir uns selber helfen.
-->
What would [chancellor] Schröder say? I think I will give him a call,
tell him "Gerhard, take a look at our youth."
A third stare at their PlayStation with their mouths open,
the second third celebrate excess as rave nation.
Addicted to evil pharmaceuticals,
because they did not know what the shitty drugs meant.
The third third hangs around on the streets with no future,
kids as young as 13 are sniffing that white stuff up their nose.
They have <b>no goals</b>, only dreams, and these are usually expensive cars,
do not plan their lives any further than tonight.
Thinking, if necessary, you can restart like Nintendo,
they do not care if they die soon, who wants to grow old?
In this country where there are more barriers than there are paths,
more walls than bridges, the mood is negative.
For the old people: That is why we smoke weed every day,
and that is why me and my entire generation are so depressed.
<!--
[Hook]
Weck mich bitte auf aus diesem Albtraum,
Menschen sehen vor lauter Bäumen den Wald kaum.
Man versucht uns ständig einzureden,
dass es noch möglich wär hier frei zu leben.
<br>
Weck mich bitte auf aus diesem Albtraum,
Menschen sehen vor lauter Bäumen den Wald kaum.
Ich und du und er und sie und es sind,
besser dran, wenn wir uns selber helfen.
<br>
[Scratches]
"Wake the fuck up or get broke to fuck up!"
"W-W-W-Wake up!"
"Wake up!"
"Wake the fuck up or get broke to fuck up!"
"W-W-W-Wake up!"
<br>
"Wake up!"
"Wake the fuck up or get broke to fuck up!"
"W-W-W-Wake up!"
"Wake up!"
"Wake the fuck up or get broke to fuck up!"
"W-W-W-Wake up!"
<br>
-->
<br>
&mdash; <span class="notranslate">Samy Deluxe - Weck mich auf</span>
<!--
https://genius.com/Samy-deluxe-weck-mich-auf-lyrics
-->
</div>
<hr>
<div class="para">
For many years, I can not sleep any more,
because I know you are still alive.
<br>
&mdash; <a class="notranslate" href="https://www.youtube.com/watch?v=y7Q1sXBEh5Y">K.I.Z - Schluss mit Faxen</a>
</div>
<div class="para">
And I drink myself into a coma,
my Onkelz poster hangs on the wall.
Early twenties, liver cirrhosis,
to blame for everything are they up there.
<br>
We hate you and you hate us,
I hang on the park bench with my boys.
We are blue like our prison tattoos,
the Absolut [vodka] burns in our throats.
<br>
&mdash; <a class="notranslate" href="https://www.youtube.com/watch?v=v0Xh9M4s4_w"
>Finch Asozial &amp; Tarek K.I.Z - Onkelz Poster</a>
<!--
[Part 1: Tarek K.I.Z]
Ich wünsch sie mir zurück, meine DDR
Mache Karriere bei der Bundeswehr
Mein Sohn, der fällt mir vom Wickeltisch
Ich bin auf Crystal und ich kriegs nicht mit
Und die Stripperin hat ein Pitti bei
Damits bei dummen Sprüchеn und bei Blicken bleibt
Wochеnende, tote Hose
Vielleicht verbrennen wir ein Obdachlosen
[Hook: Tarek K.I.Z]
Und ich saufe mich ins Koma
An der Wand hängt mein Onkelz-Poster
Anfang zwanzig, Leberzirrhose
Schuld an allem sind die da oben
Wir hassen euch und ihr hasst uns
Häng auf der Parkbank mit mein Jungs
Wir sind blau wie unsre Knasttattoos
In unsrer Kehle brennt der Absolut
[Part 2: FiNCH]
Auf dem Dorffest nah bei Dresden
Tanz ich zu Wolfgang Petry
Schweineschnitzel vom Discounter
Uns gings besser mit der Mauer
Geh ins Stadion, lass ma Dampf ab
Ich leb und sterb für meine Mannschaft
Es fliegen Fäuste in der Kneipe
Erst kommt mein Auto, dann die Alte
[Bridge: FiNCH & Tarek K.I.Z]
(Erst kommt mein Auto, dann die Alte)
(Wochenende, tote Hose)
[Hook: Tarek K.I.Z]
Und ich saufe mich ins Koma
An der Wand hängt mein Onkelz-Poster
Anfang zwanzig, Leberzirrhose
Schuld an allem sind die da oben
Wir hassen euch und ihr hasst uns
Häng auf der Parkbank mit mein Jungs
Wir sind blau wie unsre Knasttattoos
In unsrer Kehle brennt der Absolut
-->
</div>
<div class="para">
The minister takes the bishop's arm and whispers:
"You keep them stupid, I keep them poor!"
&mdash; <span class="notranslate">Reinhard Mey - Sei wachsam</span> [be awake, be cautious]
</div>
<div class="para">
Religious misery is in one sense the expression of real misery,
and in one sense it is a protest against real misery [running away from this world, escapism, ignorance].
Religion is the cry of the oppressed creature [slave, victim],
the mind of a heartless world [coldness, weakness],
as it is the spirit of mindless states [stupidity].
Religion is opium for the people.
&mdash; <span class="notranslate">Karl Marx (1844)</span>
</div>
<!--
<div class="para">
Never forget where you came from, no money, no ... TODO source?
</div>
-->
<div class="para">
Life asked Death:
Why do people love me,
but hate you?
<br>
Death responded:
Because you are a beautiful lie,
and I am a painful truth.
</div>
<div class="para">
Shaun! How's it going?
- Surviving ...
&mdash; <span class="notranslate">Shaun Of The Dead</span>
</div>
<div class="para">
One is the loneliest number.
&mdash; <span class="notranslate">Harry Nilsson - One</span>
</div>
<div class="para">
Fuck the system! But this time right.
</div>
<div class="para">
Any fool can make things more complex.
<br>
It takes genius to find things that are simple but effective.
</div>
<div class="para">
With people like that, you lose every war.
<br>
[victims, weaklings, traitors, enemies within, domestic enemies]
</div>
<div class="para">
<b>The industry and its helpers, they profit from your stupidity,</b>
they serve shit, and you stir.
I do not need them, and I have never needed them,
I shit on MTV, and on the other channels too.
<br>
<!--
[Refrain]
-->
<b>Me and my brothers, we have dug out the war axe,
we can afford to have you as enemies.</b>
they are weak and corrupt, and unwilling
to face the consequences for what they say.
Therefore no amnesty for MTV, no amnesty for MTV.
<br>
<!--
[Strophe 2]
Ich zeigte euch die Wahrheit, doch die Wahrheit macht euch Angst,
Angst vor der eigenen Courage? Oder einfach Arroganz?
Auf der Suche nach Geld und dessen Trophäen,
fickt ihr euch durchs Leben und fickt die, die euch sehn.
<br>
[Refrain]
<br>
[Bridge]
Ich bin nicht euer Opfer, ich bin euer Feind,
Und ich hasse eure doof-naive Beliebigkeit.
<br>
-->
&mdash; <span class="notranslate">Böhse Onkelz - Keine Amnestie für MTV</span> [no amnesty for MTV]
</div>
<div class="para">
<!--
Jeden Tag treten Menschen in mein Leben,
und wieder raus, ich habe aufgehört zu zählen.
Wir begrüßen uns mit Floskeln, übersähen uns mit Spott,
belegen uns mit Dogmen, doch richten kann nur Gott.
<br>
-->
We wait for death, we waste our time,
we do what they expect, we pay the price for our weakness.
The days go by, we shit and we eat,
our rooms are coffins, money helps us forget.
We live meaningless lives, and we achieve nothing,
you are swallowed by forgetting, and no one remembers you.
This is a dark place, because you made it so,
this is a dark place, and you made it up.
&mdash; <span class="notranslate">Böhse Onkelz - Dunkler Ort</span> [dark place]
</div>
<!--
TODO NPD - Schulhof-CD 2004 - Schnauze voll? Wahltag ist Zahltag!/08. Nordwind - Seelenloser Ort.mp3
Nordwind - Seelenloser Ort
https://www.youtube.com/watch?v=C9uHq6QX4RA
In einem Land ohne jegliche Moral
ist das abnormale schon längst normal.
Nichts reden, nichts hören und nichts sehen,
dann wird uns von allem nichts geschehen.
Mit geheucheltem Lächeln,
doch ihre Zungen sind scharf.
Wird die Lüge zur Wahrheit,
weil nichts sein kann, was nicht sein darf.
Es ist ein Seelenloser Ort,
jeder weiss es, aber keiner spricht ein Wort.
Es ist ein Seelenloser Ort,
jeder weiss es, aber keiner spricht ein Wort.
In diesem Gottverdammten Ort ...
Wer sieht schon die Tränen ..., wer fühlt schon den Schmerz?
Man sieht keine Wunden bei gebrochenem Herz.
Ein Kind ist Tod, viele weitere geschändet,
Kleine Seelen zertrammpelt, wer weiss wo das endet?
Mit geheucheltem Lächeln,
doch ihre Zungen sind scharf.
Wird die Lüge zur Wahrheit,
weil nichts sein kann, was nicht sein darf.
Es ist ein Seelenloser Ort,
jeder weiss es, aber keiner spricht ein Wort.
Es ist ein Seelenloser Ort,
jeder weiss es, aber keiner spricht ein Wort.
In diesem Gottverdammten Ort ...
Es ist ein Seelenloser Ort,
jeder weiss es, aber keiner spricht ein Wort.
Es ist ein Seelenloser Ort,
jeder weiss es, aber keiner spricht ein Wort.
In diesem Gottverdammten Ort ...
In einem Land ohne jedes Ideal
ist das abnormale schon ganz normal.
Ob Stadt, ob Dorf ist Scheiss egal,
denn Lichtenberg ist überall!
Mit geheucheltem Lächeln,
doch ihre Zungen sind scharf.
Wird die Lüge zur Wahrheit,
weil nichts sein kann, was nicht sein darf.
Es ist ein Seelenloser Ort,
jeder weiss es, aber keiner spricht ein Wort.
Es ist ein Seelenloser Ort,
jeder weiss es, aber keiner spricht ein Wort.
Es ist ein Seelenloser Ort,
jeder weiss es, aber keiner spricht ein Wort.
Es ist ein Seelenloser Ort,
jeder weiss es, aber keiner spricht ein Wort.
In diesem Gottverdammten Ort ...!
-->
<!-- TODO NPD - Schulhof-CD 2004 - Schnauze voll? Wahltag ist Zahltag!/12. Sleipnir - Eure Freiheit.mp3 -->
<div class="para">
<!--
[Intro: 4x]
The inescapable, the irresistable the unnegotiable, the unchallengend ... time.
-->
I missed so much of the important things,
so much I did not do, and that for no reason.
And because such thoughts do not really help,
I close my eyes and put my hand over my mouth.
I am morbid-healthy and stupid-educated,
beautiful-fake and angry-happy.
So excessively brave that I am too weak to live,
so excessively weak that I believe everything I say ...
and no one does notice.
[...]
<!--
Ich geh nicht mal mehr raus zieh mich nicht mal mehr aus,
meine Kleider die Haut die mich nicht mal mehr braucht.
Ich bin dünn wie Papier alles scheint durch mich,
nur mein ich hier scheint kein Licht kein Ich kein Du.
-->
Only the table and the chair and the glass listen to me,
and because no one sees me, I do not care what I do.
And because I do not do anything, I just watch everything,
with the glass in my hand, at the table, on the chair.
Everything feels as it is,
and the more you forget what happenes, the glass becomes empty again.
Every day is too short, and the hours are too long,
why every morning, I can not do anything with it.
Why every evening, when I can not sleep,
<b>being awake hurts without energy.</b>
So that I can breathe, I keep the windows closed,
the doors locked, and my heart in my hand.
And step by step I forget the voice that means well for me,
and tells me that I can change something.
Look at my tired eyes, I have been thinking a long time,
whether the past can be changed, but it is not possible.
Because everything I did not do is now my blockade,
and believe me, it is impossible to overcome.
I no longer live in my dreams, they are broken,
the rest is ballast and ends in the glass.
I enjoy not feeling any more the things I forgot to do,
when it was the best time, because that was the only time.
It is over, no dream, no goal to fight for,
<b>nothing is missing like lost time.</b>
<br>
&mdash; <span class="notranslate">Fiva MC - Verlorene Zeit</span> [lost time]
<!--
... der text erinnert an das buch "gespräche mit sterbenden"
wo alte menschen bereuen, dass sie im leben zu wenig riskiert haben,
und zu viel zeit verschwendet haben
-->
</div>
<div class="para">
<span class="notranslate">Memento mori.</span>
Remember: you will die, everything will die.
</div>
<div class="para">
Do what you want.
&mdash; <span class="notranslate">Michael Ende, Die unendliche Geschichte</span>
</div>
<!--
TODO Kopfschuss ist billiger
Kopfschuss ist billiger als Schulmedizin.
Lieber ein "Ende mit Schrecken" als ein "Schrecken ohne Ende".
Lieber "jung und gesund" sterben, als "alt und krank" sterben.
bild: counter-strike headshot icon
-->
<div class="para">
Time is life. And life lives in the heart.
&mdash; <span class="notranslate">Michael Ende</span>
</div>
<div class="para">
We quickly get into a conversation about God and the world,
you do not believe in God and the world falls apart.
...
I am in love, but somehow I get the feeling,
that you are going to say something that I do not want to hear.
Something with esoterics and conspiracy theories,
then I would have wasted my time, we could not love each other.
...
So I run as fast as I can, to the end of the world,
because I am afraid you will say something stupid, that I do not like.
When you find me, I want to hear nothing,
just one stupid sentence would destroy everything.
Then I would have no love for you,
then I would have no love.
...
When you find me, I will say nothing,
just one stupid sentence and you would punch me.
Then you would have no love for me,
Then you would have no love.
<br>
&mdash; <span class="notranslate">Antilopen Gang - Verliebt</span> [in love]
</div>
<div class="para">
Nobody shares, everywhere is distrust,
and everyone knows that he must go along.
Nobody screams, nobody fights, all are silent,
nobody knows what you think, protective mechanism.
&mdash; <span class="notranslate">Mosh36 - Schutzmechanismus</span> [protective mechanism]
</div>
<div class="para">
simple but effective.
&mdash; Minimalism
</div>
<div class="para">
I know myself what is beautiful.
&mdash; Autonom
</div>
<div class="para">
Everything will die.
&mdash; Nihilism
</div>
<div class="para">
The devil is in the details.
&mdash; Perfectionism
</div>
<div class="para">
Alone, everyone is overloaded by big problems,
and takes refuge in small problems. [lost in details]
<!--
TODO ... und genau da liegt auch der Fluch an meiner Theorie.
"Aufbau von Gruppen" geht nur mit einer Gruppe von Menschen,
aber jede alte Gruppe ist irgendwie scheisse.
-> "Bestehende Gruppen reparieren ist schwer bis unmöglich ..." -> Karavane
-->
</div>
<div class="para">
All I am offering is the truth, nothing more.
<br>
&mdash; <span class="notranslate">Morpheus, Matrix [Wahrheit ist einfach, kämpfen muss man selber]</span>
<!-- T = 29:30 -->
</div>
<div class="para">
Time is always against us.
&mdash; <span class="notranslate">Morpheus, Matrix</span>
<!-- T = 30:00 -->
</div>
<div class="para">
Some things can not be discovered by thinking about them,
you must experience them.
&mdash; <span class="notranslate">Michael Ende</span>
</div>
<div class="para">
There are riches that destroy you,
if you can not share them with others.
&mdash; <span class="notranslate">Michael Ende</span>
</div>
<div class="para">
You should never think about the whole street.
You must think only about the next step.
...
Then it is fun.
That is important, then you will do your job well.
&mdash; <span class="notranslate">Michael Ende</span>
</div>
<div class="para">
If people would know what death is,
they would no longer be afraid of it.
&mdash; <span class="notranslate">Michael Ende</span>
</div>
<div class="para">
A human has to die, a death has to kill,
you can not get out of your skin.
&mdash; <span class="notranslate">Zugezogen Maskulin - Der müde Tod</span> [the tired death]
</div>
<!--(lang="de") kein platz
<div class="para">
Häng in der Bar häng überm Glas,
glaub mir dass ich den Urlaub brauch.
Doch ein Mensch der muss sterben ein Tod der muss töten,
man kann ja nicht nicht aus seiner Haut.
Ich hab dich tanzen sehn und gleich gewusst dir geht es scheisee,
Wesen unserer Art wir tragen geheime Zeichen.
Wir gingen aus dem Club die Vögel singen ein Auto brennt,
ich steh auf großen Bühnen du kommst zur Zeit kaum aus dem Bett.
Und denkst viel übers Leben nach,
ich fahr mit dir ins Grüne und du bist den Tränen nah.
Ich sage "Ich mag dich wie du bist" du sagst "Ja genau",
berührst ein Baum und schon fällt das Laub.
Ich scheiss drauf was man über dich sagt,
die werden noch lästern liege ich schon im Sarg.
Für dich kämpfe ich alleine gegen alle,
aber erstmal leg ich mich in deine Arme.
...
Hier liegt ein Schatz vergraben,
aber es ist zu viel Arbeit den zu heben
<br>
&mdash; <span class="notranslate">Zugezogen Maskulin - Der müde Tod</span>
</div>
-->
<!--(lang="de") nutzlos
<div class="para">
Wunderlicher Alter, soll ich mit dir gehn?
Willst zu meinen Liedern, deine Leier drehn?
&mdash; <span class="notranslate">Franz Schubert - Der Leiermann</span>
</div>
-->
<div class="para">
My diary:
In sad memory of all my forgotten ideas.
</div>
<div class="para">
You will see, you goddamn arrogant people,
tomorrow I will come, and I will make the school day different.
&mdash; <span class="notranslate">Swiss - Der letzte Schultag</span> [the last school day]
</div>
<div class="para">
<span lang="latin" class="notranslate">Tempus fugit, dolor manet.</span>
Time passes, shit stays.
</div>
<div class="para">
<span lang="latin" class="notranslate">Si vis pacem, para bellum.</span>
If you want peace, prepare for war.
</div>
<div class="para">
Winter is coming.
&mdash; <span class="notranslate">Game of Thrones</span>
</div>
<!--
TODO?
Nazz feat. Cr7z - Überdosis
-->
<div class="para">
Screams that no one hears, sentences that no one says.
Things no one feels, treasures no one hunts.
Sounds that no one plays, miracles that no one sees.
You are kicked out of paradise for all time.
...
You see well only with the heart, and not with the eyes.
...
Your world is plastic, all is fake, all is facade.
Only when the snow-globe has burst, I can breathe, I can breathe.
&mdash; <span class="notranslate">Genetikk - Plastik</span>
<!--
["platzen" wird die Spekulations-Blase. So wie immer. Nur eine Frage der Zeit.]
-->
</div>
<div class="para">
The "E" in the word "Electric Car" stands for "extra gay".
</div>
<!-- TODO Lunikoff - Frei geboren, Frei sterben. youtube: FTXlkHhfpXg -->
<div class="para">
I hang around, waiting for my life to change,
and every day on the calendar seems so stupidly wasted.
Always the same four walls, the same ugly faces as yesterday,
the same conversations and the same empty promises.
<br>
It makes me sick to know that tomorrow is the same day,
the same ass-fuck, and that next year will be the same.
I can not keep watching guys who are only half as good,
living my dreams because I am a loser and I dont even try.
<br>
But I wake up, go out and make something of it,
from scum to uptown, I rap until the city bounces.
You have waited so long, I have waited so long,
now no one can believe, that it is true, that I am finally here.
<br>
While you were sleeping, I was awake and thinking,
night after night, I have put my thoughts on paper.
Now it is too late to turn back, there is no way back,
and no matter what it will cost me, I have no regrets!
<br>
As long as I have dreams, none of you can stop me,
I am ready to die for this tonight.
Ready to die, to reach for the stars just once,
with every verse I write, I get closer to freedom.
<br>
&mdash; <span class="notranslate">Genetikk - Solang ich Träume hab</span> [as long as I have dreams]
<!--
Ich hab gehört, wie sie lästern, hab gehört, wie sie lachten
Dachten, dass ich zu schwach bin, doch meine Wörter sind Waffen
Bruder, ich schwöre, ich schaff es, ich bin für Höheres geschaffen
Das ist mein Song für euch, es gibt keine schönere Rache
Heut bin ich König der Narren, es war ein böses Erwachen
Für euch, ihr habt gedacht, es gibt keinn mit ner größeren Klappe
Und ihr habt Recht behalten, sowas wie mich gibt es nicht ein zweites Mal
Und scheiße ja! Ja, ich hab geweint, als ich alleine war!
Beißt euch die Zähne aus, auch nach der zehnten Faust steh ich auf
Jeden auf, ihr Kakerlaken seid Kerben in meinem Lebenslauf
Ihr schafft mich nicht, rafft ihrs nicht? Nicht, solang ich Träume hab
Weil ich seitdem ich denken kann schon mehr Feinde als Freunde hab
Ihr wollt mich runterdrücken, die Worte im Mund ersticken
Lieber stehend sterben als kniend lebend, ihr Mutterficker!
Was ihr mir antut, ist nur Futter für all den Hass in mir
Um frei zu sein, brauch ich nur einn Stift und ein Blatt Papier
Solang ich Träume hab, kann mir keiner von euch was
Ich bin bereit, dafür zu sterben und zwar heute Nacht
Bereit zu sterben, um nur einmal nach den Sternen zu greifen
Mit jedem Vers, den ich schreibe, komm ich der Freiheit näher
Auch wenn der Rest der Welt mich nicht versteht und niemand mehr an mich glaubt
Mach ich weiter wie bisher, denn ihr haltet mich niemals auf
Ich bin ein Träumer und für alle Träumer ist dieser Sound
Ganz egal, wie schlimm es ist, ich heb die Faust
Auch wenn der Rest der Welt mich nicht versteht und niemand mehr an mich glaubt
Mach ich weiter wie bisher, denn ihr haltet mich niemals auf
Ich bin ein Träumer und für alle Träumer ist dieser Sound
Scheißegal, Sikk macht immer dass es bounced
Solang ich Träume hab, kann mir keiner von euch was
Ich bin bereit, dafür zu sterben und zwar heute Nacht
Bereit zu sterben, um nur einmal nach den Sternen zu greifen
Mit jedem Vers, den ich schreibe, komm ich der Freiheit näher
-->
<!--
https://genius.com/Genetikk-solang-ich-traume-hab-lyrics
-->
</div>
<div class="para">
I talk to my shadow because no one loves the truth.
<br>
&mdash; <span class="notranslate">Olexesh - Weyauu</span>
</div>
<div class="para">
For the broken heads with a heart in their chest,
tar in the air, it is hard but I must,
go through with this shit, despite pain and loss,
because the situation is more than broken.
...
Generation Hartz Four [social welfare],
crime as a way out, usually you have no choice here.
I do not need to talk for long, come over, you will see,
how the boys destroy themselves, sick lives.
Every corner has casinos, the young have no future.
Scarface mentality, the parents ask "why".
&mdash; <span class="notranslate">Sa4 - Mehr als kaputt (feat. Blut61)</span> [more than broken]
</div>
<div class="para">
So many people around me,
and still I feel lonely.
<br>
&mdash; <span class="notranslate">Klapse Mane - Sonnenseite</span>
</div>
<!-- TODO Loikaemie - Wir kommen auf die Welt
Tagein tagaus Jahr für Jahr Ein Leben lang
Immer schön Routine Alle ziehen am selben Strang
Damit es meinem Chef gut geht Und seine Firma weiter wächst
Ist man auf der Welt Und mit 60 verreckt
Ich komme auf die Welt Und ich weiß nicht warum
Ich arbeite und sterbe
Alle werden reich und ich bleib dumm
Auf dass ich niemals glücklich werde
Ihr wundert euch über Kinder Die wie Kriminelle leben
Über Mütter, die aus Verzweiflung Ihre Kinder töten
Über Drogen und Gewalt Und den asozialen Dreck
Regt ihr euch fleißig auf Und schaut doch trotzdem drüber weg
Ich komme auf die Welt Und ich weiß nicht warum
Ich arbeite und sterbe
Alle werden reich und ich bleib dumm
Auf dass ich niemals glücklich werde
Ihr diskutiert über Abtreibung Und die Todesstrafe
Über die Amis am Golf Und was wir davon haben
Ihr diskutiert über Dinge Die nicht wirklich wichtig sind
So rennt ihr durch euer Leben Und seid dabei noch völlig blind
Ich komme auf die Welt Und ich weiß nicht warum
Ich arbeite und sterbe
Alle werden reich und ich bleib dumm
Auf dass ich niemals glücklich werde
Wir kommen auf die Welt Und jetzt wissen wir warum
Zum arbeiten und sterben
Alle werden reich, manche bleiben dumm
Auf dass wir alle glücklich werden
-- Loikaemie - Wir kommen auf die Welt
https://www.youtube.com/watch?v=xM4kFB5AGpg
-->
<div class="para">
You are also just wounded children.
&mdash; <span class="notranslate">Sarah Lesch - Testament</span>
</div>
<div class="para">
Also you were a child, and also I was small,
and also to us, they have told some story.
And then you do all that, and try to be like that,
and then you realize, that <b>something is missing</b>.
And then you forget, to really feel your self,
and you escape into art or consume.
And while you are busy making plans,
the gods are laughing off their asses.
Let your children say something about it,
properly listen to them.
They still feel their self, they have a feeling for the world,
they are smarter than me and you.
And remember, before you answer,
you are also just wounded children.
In the end, there will be new symptoms again,
and you will be the inventors.
And then tell them again, how to do it <b>right</b>,
"grow up" and "you are childish".
Preach formulas, let them write everything in down,
the gods will laugh themselves crooked.
Pay attention to calligraphy and curricula,
and that they sharpen their pencils.
Show them pictures of oak leaves,
while they sit indoors at tables.
And then work and study and throw up again,
and in the afternoon RTL 2 [trash TV].
At the weekend you can buy something nice,
and done is the one-size-fits-all.
And anyone who does not conform
is called a <b>problem child</b>.
And anyone who is too lively
gets a pill so he does not stress.
And <b>with that you are lying to yourself</b> because,
no child is a problem.
And all the free spirits, all the school dropouts,
are only symptoms of the system.
But remember, when you judge so hard,
you are also just <b>trapped</b> spirits.
The anger is getting louder and louder,
and the teachers are screaming and breaking their voices.
Be angry, that small Hans is not what you expect,
that he is just who he is.
The gods are laughing and pissing themselves,
and <b>you think you know something</b>.
And when small Hans grows up to Hans,
who has his own children, he will tell them some story.
Then Hans and Kunz and maybe you too will notice,
that again, <b>something is missing</b>.
You have wishes and dreams,
and are constantly running into imaginary walls.
And every wish that you fulfill,
will then come to an end.
Just go to work for made-up numbers,
and then wait for the burnout.
Waste your money on plastic,
to get a small piece of happiness.
The best of cereal and milk,
another carport, and another credit.
And all think it is shit,
but all go along with it.
You talk smart and buy it anyway,
and the advertisments profits from your stupidity.
And then you sit in front of new flat-screen TVs,
and complain about consumerism.
<b>If you call this a world, then I am happy to be away from this world</b>,
the gods are laughing their heads off.
Your dream sellers, symptom designers,
do you still notice what is happening?
Who gave you the land and water,
that you are now privatizing?
You hypocrites, you liars, you tricksters,
you paper sellers.
You have been given spirit and <b>feeling</b>,
and still you are just followers.
You big, scarred, helpless giants,
you were little once too.
And someone punished you with silence,
and left you there <b>alone</b>.
And now, not only do you not hear the gods laughing,
you also do not hear the children crying.
And <b>keep telling them "it does not hurt",
without meaning it.</b>
Feel free to make plans, I am standing on the edge,
I see you, and I am not alone.
Behind me, there are more and more, who are away from this world,
they also do not fit in.
And now <b>do not wait for a happy end</b>,
I will not do you that favor.
No wink, no mild punch line,
to release the discomfort.
At some point, the gods will stop laughing,
even if I no longer exist.
I leave behind a child, that belongs to itself,
and this uncomfortable song.
&mdash; <span class="notranslate">Sarah Lesch - Testament</span>
</div>
<!--
<div class="para">
Es gibt nur zwei reine Farben, Blau und Gelb.
&mdash; <span class="notranslate">J.W. Goethe,</span>
der mit seiner Farbenlehre "riskiert und verloren" hat gegen Isaac Newton.
Goethe ist Typ 3?
</div>
-->
<div class="para">
Suffocated in routine
...
Prison is not, when a human sits in a cell,
prison is, when the fear in your head is your cell.
<br>
&mdash; <span class="notranslate">Danger Dan - Gesiebte Luft</span> [prison air]
</div>
<div class="para">
It was not our plan,
to be born into this world,
and yet somehow it happened.
When we finally recognized ourselves,
and thought everything was shit,
we have understood the most important thing.
For a body that is healthy,
an empty mind is enough,
we drink until the alcohol wins.
Even if we are just background actors,
in a film that is constantly breaking,
we hold our flag in the wind.
<br>
&mdash; <span class="notranslate">Danger Dan - Filmriss</span>
(Original: <span class="notranslate">Knochenfabrik - Filmriss</span>)
[broken film]
</div>
<div class="para">
How much longer should we wait,
until better times come again?
<br>
&mdash; <span class="notranslate">Sportfreunde Stiller - Wie lange</span>
[how long]
</div>
<div class="para">
Every now and then I notice,
that I can no longer laugh,
at things that I used to find funny.
Every now and then I also realize,
that I do not need people,
and I would rather be alone.
But the pain is sugar-sweet,
and somehow so familiar,
I have gotten used to it.
So to the final conclusion,
a bit of courage is missing,
and the paradoxical anger about it
is drowned in the dream,
by the shitty lightness of facade.
Every now and then I realize,
that everything has become different,
than it once seemed.
Every now and then I feel,
that I do not like the sun anymore,
because I can not stand the bright light any more.
Like a square in a circle,
I keep kitting the wall,
even though I have known for a long time,
that I can never change,
what will never change.
Because the bad always remains,
and yet the sun shines again,
no matter what happens.
<br>
&mdash; <span class="notranslate">Wizo - Quadrat im Kreis</span>
[square in a circle]
</div>
<div class="para">
Risk, yes we love risk,
we fall low and fly high, somewhere in nowhere.
Risk, we love risk,
the question remains, whether this is worth it.
The important thing is, that we are both doing well,
<b>life is far too short, time flies.</b>
I trust you blindly in everything you do,
in everything you do.
&mdash; <span class="notranslate">Lapaz [M4] - Risiko</span>
</div>
<div class="para">
To the cheerful human, the world also appears cheerful.
&mdash; <span class="notranslate">J.W. Goethe</span>
</div>
<div class="para">
<span>
There's class warfare, all right, but it is my class,
the rich class, that is making war, and we're winning.
</span>
<br>
The central conflict of our day is <b>the war of rich against poor</b>.<br>
We, the rich class, started this war,<br>
and we will win it.
<br>
&mdash; <span class="notranslate">Warren Buffett</span>, <span class="notranslate">Georg Schramm</span>
<!--
https://www.goodreads.com/quotes/123058-there-s-class-warfare-all-right-but-it-s-my-class-the
https://soheit.de/2019/vom-krieg-reich-gegen-arm/
https://complexsystems.org/439/the-war-between-the-rich-and-the-poor/
Plato, in his great book about social justice the Republic, in 321 B.C., warned us that "Any State, however small, is in fact divided into two — one the State of the poor, the other that of the rich - and these are [forever] at war with one another."
Plato's most famous student, Aristotle, in the Politics, went a step further. He stressed that, if the poor are driven to extreme hardship and deprivation, the conflict between the rich and poor may explode into violence and destroy the state. When the poor have nothing more to lose, the social contract that binds any society together may break down.
The French Revolution was, at bottom, about bread for the poor. And so were the Russian and Chinese revolutions in the twentieth century. More recently, the turmoil in the Middle East - ranging from the (mostly) disastrous Arab Spring to the Syrian civil war, the rise of ISIS and the flood of refugees - may in fact have been triggered by severe droughts and steep spikes in global food prices, according to an in-depth analysis by the New England Complex Systems Institute. Extreme poverty was the root cause, and many Middle Eastern governments were oblivious to the needs of their citizens and were unresponsive.
In our own country, the right wing has been making war on the poor, and the common good, for more than a generation, according to Nancy MacLean's eye-opening new book, Democracy in Chains. And now it seems to be getting worse. We see the ideological justification for it in the libertarian novelist Ayn Rand's glorification of the captains of industry — the "creators" and "makers" — versus the "masses" who are "moochers" and "takers".
-->
<!--
Aktuelles Beispiel für den "Krieg Reich gegen Arm":
In Hawaii werden die Häuser von armen Menschen durch Feuer zerstört,
damit reiche Menschen neue Häuser bauen können,
und auf Hawaii einen "digitalen Kleinstaat" aufbauen können ("Smart City", "Fünf Minuten Stadt").
Diese Feuer wurden wahrscheinlich erzeugt
durch DEW (Directed Energy Weapons), also durch geheime Militärtechnik.
Das ist eine "Revolution von oben", also "Krieg Reich gegen Arm".
-->
</div>
<div class="para">
By the way, Warren Buffett also coined the beautiful term:<br>
"financial weapons of mass destruction".
<br>
&mdash; <span class="notranslate">Georg Schramm</span>
</div>
<div class="para">
This is the foundation of a popular religion: the suppression of a legitimate question.
&mdash; <span class="notranslate">Georg Schramm</span>
</div>
<div class="para">
Reason can oppose evil with greater force,
when anger is at its service.
&mdash; <span class="notranslate">Georg Schramm</span>
</div>
<div class="para">
Human stupidity is endless.
&mdash; <span class="notranslate">Albert Einstein</span>
[Smart people know boundaries, both their own boundaries,
and the boundaries of other people.
Totalitarianism is when idiots want to enforce their subjective worldview
as an objective standard for everyone.]
</div>
<div class="para">
Everyone is a genius.
But if you judge a fish by its ability,
to climb a tree,
he will spend its entire life believing that he is stupid.
&mdash; <span class="notranslate">Albert Einstein</span>
[school criticism, fuck school, stupid teachers]
</div>
<div class="para">
Government:
We have been lying to you all since the beginning ...
(the people are angry)
... but we did it to protect you.
(the people are happy)
Someone:
Is he still lying?
<!-- TODO meme -->
</div>
<div ol="de" class="para">
All my conversations are mostly just monologs,
I do not want a life full of shit like drug junkies.
I throw it away, and while others scream and whine,
my spirit returns to silence and rises to heaven.
...
Doing what you want to do, is prohibited by punishment.
...
Unfortunately I am not stupid enough to believe your lies,
and unfortunately I am not brave enough to use my wings.
So I shoot and kill everything in my head
...
It is also for a good cause, because <b>when you are gone,
then there is room for those who want to be their own boss.</b>
For all I care, call it blasphemy, I call it maturity,
and this world I call a burning stake.
&mdash; <span class="notranslate">JAW - Himmel (feat. Rynerrr)</span>
[heaven]
</div>
<div ol="de" class="para">
I am a slave of love, I endure the punches.
&mdash; <span class="notranslate">JAW - Entheiligte Welt</span>
[desecrated world]
</div>
<div ol="de" style="display:none" class="para">
Mein Leben ist wie Ego-Shooter und das ist auch gut so,
Denn hätt ich ein Leben wie du würd ich mich lachend in den Dachstuhl hängen.
Jump and run Running scared uns gehört die Zukunft,
Denn wir hassen und verachten Menschen.
&mdash; <span class="notranslate">JAW - Menschenhass</span>
</div>
<div ol="de" class="para">
What is the meaning of life? Nothing!
So you must give meaning to your life,
and I will not do that,
by kissing the ass of an overpaid boss,
or by playing stupid games of fascists,
who want to tell me we live in a democracy.
...
Maybe my life could have been completely different,
but society just has no place for individualists.
I mean real individualists, people who think for themselves,
and not those "I wear a punk bracelet and am alternative" idiots!
...
Life today as it takes place every day,
is probably the most miserable thing the world has to offer!
STWPD - School Training Work Pension Death.
This is the life story of a "normal" human today.
But what is normal?
They call it normal, what is expected of society.
So nowadays punks, hobos, killers, goths, gays, etc. are called abnormal,
because they do not fulfill the expectations of society, unwanted or intentional.
I shit on you all!
Everyone must be free!
Give everyone a weapon, and the problems among people will be solved, without any interference from third parties.
If someone dies, then he is dead.
So what? Death is part of life!
If the relatives can not cope with the loss,
they can commit suicide, no one will stop them!
...
Because I know, that the fascist police will not publish
my videos, my notebooks, my diaries, simply everything,
I took it into my own hands.
<br>
&mdash; <span class="notranslate">Sebastian Bosse [M4?],</span>
the school shooter from <span class="notranslate">Emsdetten</span>
</div>
<div class="para">
<span lang="fr" ol="fr" class="notranslate">Laisse faire, la nature.</span>
Let it be, let nature run its course.<br>
&mdash; <span class="notranslate">Pierre Le Pesant de Boisguilbert,</span> Physiocracy, government of nature, natural law
<!--
Physiokratie, Körper über Geist, Physik,
Herrschaft der Natur, Naturrecht, Naturalismus,
Kleinstaaten, Kleinbetriebe, Wettbewerb,
Minimalstaat, Minarchie, small government,
Kapitalismus, Individualismus, Egoismus,
freiwillig, classic liberal,
Economy, Ökonomie, effektiv
https://en.wikipedia.org/wiki/Laissez-faire
https://infogalactic.com/info/Laissez-faire
-->
</div>
<div class="para">
Government educators and government teachers force us,
to love our enemies, and to hate our friends.
[info war, psycho war, education, abuse of power, missionaries, child fuckers, slave morality]
</div>
<div ol="de" class="para">
The world ignores me and commits blasphemy.
...
I have screwed up and live every day at the abyss,
and have little more left than disgust for the state, no.
You see things happening,
and think you can control them,
but when something bad happens,
you limit yourself to the argument "Things happen!"
and just run away, because you are powerless,
and fucked up in human stupidity.
<br>
&mdash; <span class="notranslate">JAW - Menschliche Dummheit</span>
[human stupidity]
</div>
<div ol="de" style="display:none" class="para">
<!--
[Hook]
Donner, gleißendes Licht, sengende Hitze
Todgeweihte Schreie, entmenschlichte Blicke
Sekunden, die nie zu Minuten werden, doch ewig bleiben
Ein Reich aus Glut und Erde
<br>
Freiheit, Enteignung, Fallen statt Treiben
Wissen, dass der Schmerz unendlich ist, doch bald alles vorbei ist
Ein lebloser Boden, geschändet und entweiht
Ein Fluch für die Welt, ein Geschenk für die Menschheit
<br>
[Part 1: Private Paul (KASH)]
Das Radio rauscht, im Fernsehen läuft Testbild
Die Zeitung von gestern tänzelt im Westwind
Die Straßen still, alle Blicke Richtung Horizont
Weil man spüren kann, dass heute etwas Großes kommt
<br>
Heute gibt es etwas Größeres als Börsendollars
Jeder weiß, was kommt, denn jeder hört den Donner
Jeder spürt, dass die Zeit jetzt aus ist
Dass der Tag gekommen ist, an den keiner glaubte
<br>
Ich setz die Maske auf, denn ich weiß am Ende
Bin auch ich nur ein Kleinstadtpenner von der Schweizer Grenze
Keine Eltern mehr, Freunde tot, Job weg
Das Volk rennt - Wo ist euer Gott jetzt?
<br>
Ein Augenblick, der jeden Traum erstickt
Der so lange dauert, bis der letzte Baum erlischt
Bis jeder weiß, dass ich nicht mehr Beute bin
Ich blinzel in das Licht des Neubeginns
<br>
[Hook]
<br>
Donner, gleißendes Licht, sengende Hitze
Todgeweihte Schreie, entmenschlichte Blicke
Sekunden, die nie zu Minuten werden, doch ewig bleiben
Ein Reich aus Glut und Erde
<br>
Freiheit, Enteignung, Fallen statt Treiben
Wissen, dass der Schmerz unendlich ist, doch bald alles vorbei ist
Ein lebloser Boden, geschändet und entweiht
Ein Fluch für die Welt, ein Geschenk für die Menschheit
<br>
[Part 2]
<br>
-->
Ich steh auf dem Hausdach und guck über die Stadt,
Die Post fängt grad Feuer, die Volksbank ist niedergebrannt.
Die Feuerwehr versucht sich gerade selbst zu löschen,
Die Bullen flüchten vor dem Mob, heile Welt war gestern.
<br>
Jetzt herrscht hier nur noch Chaos, doch das Chaos bringt mir Frieden,
Die Fesseln sind gebrochen, Hass und Wahn weichen für Liebe.
Liebe für die Erde, die wieder im Gleichgewicht ist,
Die Chance für Bonzen neben Pennern in der Scheiße zu sitzen.
<br>
Die Chance, um zu erkennen, dass Kreditkarten nicht essbar sind,
Deine Macht und Position, dein ganzes Sein war lächerlich.
Jetzt liegst du hier im Dreck mit uns, doch du hast keine Freunde hier,
Dein Chauffeur nimmt deinen Mantel, was gestern Mensch war ist heute Tier.
<br>
Und du warst all die ganze Zeit nur auf Papier der Alpha-Affe,
Jetzt bettelst du um Mitgefühl, du Arschloch, halt die Klappe.
Dein geiles System, wer hat geglaubt, dass dieser Kack mal endet?
Ein kleiner Knopfdruck und schon hat sich das Blatt gewendet.
<br>
<!--
[Hook]
<br>
Donner, gleißendes Licht, sengende Hitze
Todgeweihte Schreie, entmenschlichte Blicke
Sekunden, die nie zu Minuten werden, doch ewig bleiben
Ein Reich aus Glut und Erde
<br>
Freiheit, Enteignung, Fallen statt Treiben
Wissen, dass der Schmerz unendlich ist, doch bald alles vorbei ist
Ein lebloser Boden, geschändet und entweiht
Ein Fluch für die Welt, ein Geschenk für die Menschheit
<br>
[Part 3: JAW]
<br>
Und ich sehe, wie das Meer sich teilt
Und das dämonische Trommeln des Todes durch die Erde gleitet
Bis jeder Stein die Hitze der letzten Stunde kennt
Und sich der letzte Funken in die letzte Wunde brennt
<br>
Bebende Fundamente und ein zeitloser
Von allem verlassener dumpfer Schrei der Erkenntnis
Doch nie fühlte ich mich so sehr selbst
Denn du fliegst mit den Engeln, wenn du zu Boden fällst
<br>
Und sie nehmen dich ein Stück mit, zeigen dir Räume
Nach denen du nie wieder die Lieder der Einsamkeit leugnest
Feuer nagt an der Säule menschlicher Glaubenstempel
Bis das grelle Licht des Schicksals die Augen blendet
<br>
Tausende Menschen sind zum Ende hin eins
Denn das einfachste Teilen ist das Teilen von Leid
Und so vereint sich dieses eine Mal menschliche Energie
Während die letzte Sonne vor den Klängen der Endzeit flieht
<br>
[Hook]
<br>
Donner, gleißendes Licht, sengende Hitze
Todgeweihte Schreie, entmenschlichte Blicke
Sekunden, die nie zu Minuten werden, doch ewig bleiben
Ein Reich aus Glut und Erde
<br>
Freiheit, Enteignung, Fallen statt Treiben
Wissen, dass der Schmerz unendlich ist, doch bald alles vorbei ist
Ein lebloser Boden, geschändet und entweiht
Ein Fluch für die Welt, ein Geschenk für die Menschheit
<br>
[Part 4]
<br>
Das Gefängnis ein Luftschloss, die Marken nichts wert
FKK auf der Straße, Kenntnis kein Richtwert
Die Beamten erledigt, ich geh über Schienen
Die Familie unterstützt und lässt dich dann ziehen
<br>
THC ohne Wirkung, Besuch ohne Zwang
Ein Getränk zur Erfrischung, die Kleidung hält warm
Die letzten Schüsse für Freiheit, ein Grinsen ohne Blitz
Ein Moment ohne Sucht, ein PC ohne Netz
<br>
Schaden ohne Schadenfreude und Freude trotzdem
Eine Faust in der Reflektion und Essen statt Kotzen
Ein verlorenes Spiel, ein letzter Gewinner
Keine Aggressivität gegen unnormale Dinge
<br>
Dein imposantes Auftreten beschissen von Joggern
Dein Deo erstickt deinen Scheißgeruch in einem Heuchel
Ohne falschem Gewissen einem Schema entflohen
Einen Tag auf PCP nach 2000 ohne
<br>
[Hook]
<br>
Donner, gleißendes Licht, sengende Hitze
Todgeweihte Schreie, entmenschlichte Blicke
Sekunden, die nie zu Minuten werden, doch ewig bleiben
Ein Reich aus Glut und Erde
<br>
Freiheit, Enteignung, Fallen statt Treiben
Wissen, dass der Schmerz unendlich ist, doch bald alles vorbei ist
Ein lebloser Boden, geschändet und entweiht
Ein Fluch für die Welt, ein Geschenk für die Menschheit
<br>
-->
&mdash; <span class="notranslate">PCP - Am Ende war [JAW, Private Paul, Rynerrr, ...]</span>
</div>
<div ol="de" style="display:none" class="para">
[1. Part: Maexer]
Ich steh' auf, meine Hände gebunden
Meine Nase am bluten und meine Seele betrunken
Ich atme Staub statt Luft, keinen Glauben gefunden
Ich kann nicht sehen, meine Stimme ist stumm, ich weiß nicht wohin
<br>
Ich hab' meine Kinder schon vor zwei Jahren im Schlaf erschossen
Und meine Frau ist an Erbrochenem im Schlaf gestorben
Das mussten sie nicht erleben, diesen verwesenden Duft
Meine Augen sind so taub von dem scheiß Zeug in der Luft
<br>
Ich geh' müde zwei Meter, auf vertrockneter Erde
Verdammt trockene Hitze, obwohl ich die Sonne nicht merke
Ich weiß ohne Zweifel - das Paradies, wenn ich sterbe
Und bin froh, dass keiner mehr diesen scheiß Planeten beerbt
<br>
Ihr habt die Welt so zugerichtet, mein Überlebensdrang ist Folter
Der Hunger wird gestopft mit scharfen, giftigen Kräutern
Und jedes Gefühl, was man hat, wird in Schmerzen erstickt
Und jeden Tag fragt man sich: "Warum sterbe ich nicht?"
<br>
[Hook: Maexer - 2x]
Das ist der wahre Engelsstaub, der auf die Erde rieselt
Das ist nicht das Paradies, für welches wir es hielten
<br>
[2. Part: Rynerrr]
Meine Haut brennt, ich krieg' kaum Luft in diesem Glaskasten
Ich steh' auf und mach' das gleiche, was ich jeden Tag mache
Quäl' mich in den Raumanzug und betret' die Luftschleuse
Hol' ich mir jetzt Sauerstoff, oder mach' ich Schluss heute?
<br>
Wie der Rest meiner Familie, meine Freunde, meine Frau
Alle haben den Tod gewählt - ich bin ganz allein hier draußen
Mit den paar Tausend ander'n, die noch weiterkämpfen
Die noch immer Hoffnung hegen, dass dieses Leid mal endet
<br>
Dass wir wieder an die Oberfläche können ins Licht
Doch kommen wir, wenn wir zu früh nach oben geh'n, ins Gift
Also warten wir hier unten, totenbleich und knochendürr
Leben von Chemie und werden mehr und mehr im Kopf verwirrt
<br>
Kriechen durch die Gänge - Ratten, die das Schiff verlassen haben
Kollektive Depression, weil bei uns auch Nacht am Tag ist
Das Leben wie wir's kannten - wer hat geglaubt, dass das mal endet?
Ein kleiner Knopfdruck und schon hat sich das Blatt gewendet
(gewendet, gewendet, gewendet, gewendet)
<br>
[Hook: Maexer - 2x]
Das ist der wahre Engelsstaub, der auf die Erde rieselt
Das ist nicht das Paradies, für welches wir es hielten
<br>
[3. Part: Me$$age]
Nur eine Frage der Zeit bis zum Kreislaufkollaps
Kann's mir nicht leisten, mehr Zeit zu nehmen, als ich bereits genommen hab'
Ich merk', wie unter meiner Wunde am Brustkorb meine Lunge nach Luft schnappt
Wir suchen unter der Vorstadt nach dem Grundwasservorrat
<br>
In Form von Flüssigkeit, gespeichert in Plastiktanks
Und darüber im trüben Licht werden Gewächse angepflanzt, grausame Bilder
Neben halbtoten Pflanzen, die Sauerstoff filtern,
liegen verrostete Rauchverbotsschilder
<br>
Weil es in dieser unterirdischen Sahara nur Staub gibt
Wird's nicht mehr lange dauern, bis die Nahrung uns ausgeht
Bis nichts, außer Magensäure im Bauch ist
Wie lange noch, bis die Paranoia mich auffrisst?
<br>
Unsere Hoffnung besteht aus spärlicher Technik
Verrostete Schaufeln, die zur Hälfte schon zu Erde zersetzt sind
Ich muss weiter graben und buddeln durch eingefallene Tunnel
Mit hunderten gefangen und allein gelassen im Dunkeln
<br>
[Hook: Maexer - 2x]
Das ist der wahre Engelsstaub, der auf die Erde rieselt
Das ist nicht das Paradies, für welches wir es hielten
<br>
[4. Part: JAW]
Und jetzt steh' ich da mit fahlem Gesicht und halbtot
Und unberührt erscheint nur die Sichel des Halbmonds
Die auch durch eine Wand aus Asche nicht blass erscheint
Ich setz' mich nackt auf die Steine, die Nacht ist kalt
<br>
Und ich - weine leise die süßen Tränen
Die mich beschwichtigen, mir vergewissern, es ist richtig, wofür wir stehen
Und ein Leben wie dieses ist keinen Deut schlimmer
Als das unter euch Wichsern - im Gegenteil - es ist freundlicher
<br>
Dank der himmlischen Ruhe Im Schoße des drohenden neuen Winters
Eisig, aber kein stechender Schmerz
Denn diese Kälte verschont dein Geist, aber verzehrt
<br>
Dein Fleisch, bis du nie wieder spürst
Und die Zeit dein Leid für's Jenseits konserviert
Ich hab' alles, was ich liebte, verloren
Und doch fühl' ich mich selbst wie wiedergeboren
<br>
Es ist verstummt - mein Lied des Zorns
Und ich sitz' gefunden im Dunkeln und erwarte den Morgen
<br>
[Outro]
Komische Träume haben die Leute gehabt.
Sachen gesehen, die nicht da waren.
Da gab's 'n kleines Mädchen zum Beispiel.
Sie hat plötzlich so'n komischen Blick bekommen
und zu schreien angefangen.
<br>
Es gab 'n paar Typen die dabei waren
und die haben sie sie gefragt "Was ist denn los?"
und dann ... sie hat gesagt, sie sieht das Ende der Welt.
Alles voller Rauch und Feuer im blutigen Regen.
Genau so heißt es doch. Heulen und Zähneklappern
<br>
&mdash; <span class="notranslate">PCP - Engelsstaub</span>
<!--
https://genius.com/Pcp-engelsstaub-lyrics
-->
</div>
<div ol="en" class="para">
The Industrial Revolution and its consequences have been a disaster for the human race.
They have greatly increased the life-expectancy of those of us who live in "advanced" countries,
but they have destabilized society,
have made life unfulfilling,
have subjected human beings to indignities,
have led to widespread psychological suffering,
in the Third World to physical suffering as well,
and have inflicted severe damage on the natural world.
&mdash; <span class="notranslate">Ted Kaczynski [M2?]</span> - Industrial Society and its Future
</div>
<!--
https://docplayer.org/211442212-Die-industrielle-gesellschaft-und-ihre-zukunft.html
https://web.cecs.pdx.edu/~harry/ethics/Unabomber.pdf
-->
<div ol="de" class="para">
The soft walk of smooth and strong steps,
turning in the smallest circle,
is like a dance of strength around a center,
in which sedated <b class="nowrap">a great will</b> stands.
&mdash; <span class="notranslate">Rilke - Der Panther</span>
[the panther]
</div>
<div ol="de" class="para">
You victim, what will you do? Everywhere are migrant invaders.
Your mom should go, and pack away the valuables.
We do coke, we do speed, living the life of a G.
We box you to mashed potatoes, Ali, Murat, Rajid.
<br>
&mdash; <span class="notranslate">K.I.Z - Was willst du machen</span>
</div>
<div ol="de" class="para">
Do not touch my trees, I also do not burn down your dreams.
<br>
&mdash; <span class="notranslate">Lazy Lizzard Gang - Wald</span>
</div>
<!-- TODO?
<div class="para">
The physiocrats, reacting against
the excessive mercantilist regulations of the France of their day,
expressed a belief in a 'natural order' or liberty
under which individuals in following their selfish interests
contributed to the general good.
Since, in their view, this natural order functioned successfully without the aid of government,
they advised the state to restrict itself to upholding the rights of private property and individual liberty,
to removing all artificial barriers to trade, and to abolishing all useless laws.
Laissez Faire and the General-Welfare State
</div>
-->
<div ol="en" class="para">
Everyone who has ever been to school knows that school is prison,
but almost nobody beyond school age says it is.
It's not polite. We all tiptoe around the truth
because admitting it would make us seem cruel
and would point a finger at well-intended people
doing what they believe to be essential.
...
A prison, according to the common, general definition,
is any place of involuntary confinement and restriction of liberty.
In school, as in adult prisons,
the inmates are told exactly what they must do
and are punished for failure to comply.
Actually, students in school must spend
more time doing exactly what they are told
than is true of adults in penal institutions.
Another difference, of course, is that
we put adults in prison because they have committed a crime, while
we put children in school because of their age.
&mdash; <span class="notranslate">Peter O. Gray - Free to Learn.</span>
Why Unleashing the Instinct to Play Will Make Our Children Happier,
More Self-Reliant, and Better Students for Life
<!-- https://www.goodreads.com/quotes/tag/unschooling -->
</div>
<div ol="en" class="para">
Learning can only happen when a child is interested.
If he's not interested,
it is like throwing marshmallows at his head and calling it eating.
&mdash; <span class="notranslate">Barbara Lamping</span>
<!-- https://www.goodreads.com/quotes/tag/unschooling -->
</div>
<div ol="en" class="para">
Leaders are not, as we are often led to think,
people who go along with huge crowds following them.
Leaders are people who go their own way without caring,
or even looking to see, whether anyone is following them.
"Leadership qualities" are not the qualities that enable people to attract followers,
but those that enable them to do without them.
They include, at the very least, courage, endurance,
patience, humor, flexibility, resourcefulness, stubbornness,
a keen sense of reality,
and the ability to keep a cool and clear head,
even when things are going badly.
True leaders, in short, do not make people into followers, but into other leaders.
&mdash; <span class="notranslate">John Holt - Teach Your Own: The John Holt Book Of Homeschooling</span>
<!-- https://www.goodreads.com/quotes/tag/unschooling -->
</div>
<!-- TODO find source -->
<div style="display:none" class="para">
The scientific debate no longer asks:
How can we feed more people?
But:
How can we prevent the collapse of civilization?
&mdash; <span class="notranslate">Paul Ehrlich</span>
<!--
TODO zitat aus welchem jahr
-->
</div>
<div ol="en" class="para">
Population growth continues to be,
not the elephant in the room,
<br>
but the HERD OF ELEPHANTS in the room.
<br>
&mdash; <span class="notranslate">Nina Jablonski, Planet of the Humans (2019)</span>
</div>
<div ol="en" class="para">
There are too many humans, using too much, too fast.
<br>
&mdash; <span class="notranslate">Richard Heinberg, Planet of the Humans (2019)</span>
</div>
<!-- too weak -->
<div ol="en" style="display:none" class="para">
One of the most serious challenges to human destiny
in the last third of this century
will be the growth of the population.
Whether man's response to that challenge
will be a cause for pride or for despair in the year 2000
will depend very much on what we do today.
If we now begin our work in an appropriate manner,
and if we continue to devote a considerable amount
of attention and energy to this problem,
then mankind will be able to surmount this challenge
as it has surmounted so many
during the long march of civilization.
<br>
&mdash; <span class="notranslate">Richard Nixon, 1969</span>
<!--
https://sagehana.substack.com/p/the-rockefeller-commission-report
-->
</div>
<div ol="en" class="para">
At least 4 billion "useless eaters" shall be eliminated by the year 2050,
by means of limited wars,
organized epidemics of fatal rapid-acting diseases,
and starvation.
Energy, food and water shall be kept at subsistence levels for the non-elite,
starting with the White populations of Western Europe and North America,
and then spreading to other races.
The population of Canada, Western Europe and the United States
will be decimated more rapidly than on other continents,
until the world's population reaches a manageable level of 1 billion,
of which 500 million will consist of Chinese and Japanese races,
selected because they are people who have been regimented for centuries,
and who are accustomed to obeying authority without question.
<br>
From time to time,
there shall be artificially contrived food and water shortages and medical care,
to remind the masses,
that their very existence depends on the goodwill of the Committee of 300.
<br>
After the destruction of housing, auto, steel and heavy goods industries,
there shall he limited housing,
and industries of any kind allowed to remain
shall be under the direction of NATO's Club of Rome,
as shall all scientific and space exploration development,
limited to the elite under the control of the Committee of 300.
&mdash; <span class="notranslate">John Coleman - The Conspirators' Hierarchy: The Committee of 300, 1992</span>
<!--
https://sagehana.substack.com/p/the-rockefeller-commission-report
The Conspirators' Hierarchy: The Committee of 300
by John Coleman
https://libgen.rs/search.php?req=John+Coleman+Committee+300
1992 edition
http://library.lol/main/FBD2A9AC7F111EFE5190795DCDC72925
http://libgen.li/ads.php?md5=FBD2A9AC7F111EFE5190795DCDC72925
1997 edition
http://library.lol/main/D52C05D5A30C2ED95F0E4DDB6B72897B
http://libgen.li/ads.php?md5=D52C05D5A30C2ED95F0E4DDB6B72897B
-->
</div>
<div class="xcenter">
<img ol="en" class="darkmode-invert" style="width:80%" src="../images/memes/trash-world.sweetie-one-day-all-of-this-will-be-yours.dad-there-is-nothing-but-trash-what-the-fuck.en.svg">
</div>
<div ol="en" class="para">
It was becoming clear that
what we have been calling
green, renewable energy
and industrial civilization,
are one and the same.
Desperate measures not
to save the planet,
but to save our way of life.
Desperate measures rather
than face the reality,
humans are experiencing
the planet's limits
all at once.
&mdash; <span class="notranslate">Planet of the Humans (2019)</span>
</div>
<div ol="en" class="para">
Every different
perspective I look at
and imagine, well, we
could do more of this,
or go to a larger area
or use more of that.
Well, it turns out,
there isn't more.
I looked at marine production
and fish production
and found that
peaked 20 years ago.
More and more of what we
eat is from fish farming.
The current acres of
actively farmed land,
that has peaked also.
The rivers are already
being irrigated
to about the limits of
what they can sustain.
The Colorado River doesn't
get to the ocean anymore.
Well, then you start
looking at ground water,
the Southern Great Plains,
and I think they can almost
predict when they will run out
of ground water and
it is in a decade or two.
A human vulnerability
at the global scale,
that any one of them we
could maybe compartmentalize,
but we're seeing
them propagating
across topic after topic of
society and the earth system.
And I do not think the people
in charge are near
nervous enough.
<br>
&mdash; <span class="notranslate">Steven Running, Planet of the Humans (2019)</span>
</div>
<div ol="en" class="para">
Species hit the population
wall a lot and then they crash.
I mean, that is a common
story in biology.
If that happens to us, in a way,
it is the natural
order of things.
...
And I do not think we're gonna
find a way out of this one.
I do not.
- As a scientist,
what leads you to
that conclusion?
- Well, because right
now, <b>a large percentage
of that number is supported
by industrial agriculture,
which is heavily
subsidized by oil,
and it is not sustainable</b>
...
and there is no going back
without seeing some sort of
major die-off in population
&mdash; <span class="notranslate">Steven Churchill, Planet of the Humans (2019)</span>
</div>
<div ol="en" class="para">
Every culture offers its denizens the <b>hope of immortality</b>.
Then the question is, well,
what happens when you bump into people who do not share those beliefs?
Whether you know it or not, whether you like it or not,
that is undermining the confidence
with which you subscribe to your own views,
and exposing you to the very anxiety
that those beliefs were constructed
to eradicate in the first place.
If we're to make progress, whatever that word means,
or even to persist as a form of life,
we're gonna need to radically overhaul
our basic conception of who and what we are,
and what it is that we value.
Because the people that you referred to earlier,
both on the left and the right
that think we're gonna be able to discover more oil,
or solar panel ourselves into the future,
where life will look pretty much like it does now,
you know, only cleaner and better,
I think that is just frankly delusional.
- What I am hearing is that, if I haven't come to grips
with my own <b>anxiety about death</b> and life,
and presented with a reminder of that anxiety,
I am highly likely to make some tragic decisions for the community.
- Yes.
The only solution in principle is, as Albert Camus put it, he said,
"<b>There's only one liberty: To come to terms with death.</b>
Thereafter anything is possible."
<br>
&mdash; <span class="notranslate">Sheldon Solomon, Planet of the Humans (2019)</span>
<br>
[Fear of death, cult mentality, ignorance]
</div>
<!-- TODO source -->
<div style="display:none" ol="en" class="para">
We should facilitate, instead of foolishly and vainly endeavouring to impede,
the operations of nature, in producing this mortality.
<br>
&mdash; <span class="notranslate">Thomas Malthus [M4?] - Essay on the Principle of Population (1826), chapter 5</span>
<!--
https://libgen.rs/book/index.php?md5=6F1FD2F0E3B159C18CB1178D81594C36
Title: An Essay on the Principle of Population: The 1803 Edition
Authors: Thomas Robert Malthus; Shannon C. Stimson
page 437
Chapter V.
Of the consequences of pursuing the opposite mode.
quoted by
Robert Zubrin - Merchants of Despair. Radical Environmentalists, Criminal Pseudo-Scientists, and the Fatal Cult of Antihumanism. 2012.epub
https://libgen.rs/book/index.php?md5=94CAD3544B62502ADDD059855B056E10
as
Thomas Malthus, Essay on Population, 6 th ed. (London: John Murray, 1826), bk. IV, chap. 5, 300-301.
-->
</div>
<div ol="en" class="para">
No changes in behavior or technology can save us,
unless we can achieve control over the size of the human population.
<br>
The birth rate must be brought into balance with the death rate.
<br>
&mdash; <span class="notranslate">Paul Ehrlich - The Population Bomb</span>
<!--
https://libgen.rs/book/index.php?md5=8f425f4251a8acad41ad69f26490e078
Paul R. Ehrlich - The Population Bomb (1986).pdf
page 13
-->
</div>
<div ol="en" class="para">
If we do not voluntarily bring population growth under control in the next one or two decades,
then nature will do it for us in the most brutal way, whether we like it or not.
&mdash; <span class="notranslate">Henry Way Kendall</span>
</div>
<div ol="en" class="para">
Anyone whose major concern is the sanctity of human life,
is by leaving population growth unchecked, ensuring death by famine.
Nature is pitiless, and if humans will not themselves limit population,
then they will have it done for them.
&mdash; <span class="notranslate">Christopher Hitchens</span>
</div>
<div ol="en" class="para">
Which is the greater danger, nuclear warfare or the population explosion?
The latter, absolutely!
To bring nuclear war, someone has to do something, someone has to press a button.
To bring destruction by overcrowding, mass starvation, anarchy,
the destruction of our most cherished values ... there is no need to do anything.
We only need to do nothing, except what comes naturally, and breed.
And how easy it is, to do nothing.
<br>
&mdash; <span class="notranslate">Isaac Asimov</span>
</div>
<div ol="en" class="para">
Gentlemen, it has been a privilege playing with you tonight.
<br>
&mdash; <span class="notranslate">Titanic (1997)</span>
</div>
<div ol="en" class="para">
Hey doll. Looks like I let you down again. like all my life I have just been going, going, going ...
I wish I would taken more time to stop and smell the roses, so to speak. I guess it is too late now ...
You were the greatest, baby.
<br>
&mdash; <a class="notranslate" href="https://www.youtube.com/watch?v=hBIRhyERkak#title=Crank+Ending">Crank (2006)</a>
</div>
<!-- TODO
keanu reeves
jason bourne
what goes up, must come down, spinning wheel, got to turn round
-->
<div ol="en" class="para">
This town's alright, But it is not enough.
I am looking for a quick exit, like a prisoner on the run
&mdash; <span class="notranslate">Chase &amp; Status - Embrace (feat. White Lies)</span>
<!--
[Verse 1: White Lies]
When the daylight weighs a tonne
And all my friends are gone
There's rust around the things I would loved
When it is fraying at the seams
Of reality and dreams
All those dreams are quiet and dull
[Pre-Chorus: White Lies]
This town's alright
But it is not enough
I am looking for a quick exit
Like a prisoner on the run
This town's alright
But it is not enough
I am looking for a quick exit
Like a prisoner on the run
[Chorus: White Lies]
Big time breakdown
Look how the stars come out
Big time breakdown
Why did not you just shout?
I am lonely
I am looking for a place to go
Where everything's an embrace
And everybody wants to know
[Verse 2: White Lies]
I am your absent Valentine
And the pigtails in the bride
I am the steel that carves the toes in your bathtub
I am the lynch mob in the dark
I am the silk worm in your heart
Spinning out my perfect circles
[Pre-Chorus]
This town's alright
But it is not enough
I am looking for a quick exit
Like a prisoner on the run
This town's alright
But it is not enough
I am looking for a quick exit
Like a prisoner on the run
[Chorus]
Big time breakdown
Look how the stars come out
Big time breakdown
Why did not you just shout?
I am lonely
I am looking for a place to go
Where everything's an embrace
And everybody wants to know
[Bridge: White Lies]
Calm on the water
Fetch your brother, fetch your daughter
Come, come undone
Fetch your sister, fetch your son
[Pre-Chorus + Bridge (simultaneous)]
This town's alright (Calm on the water)
But it is not enough (Fetch your brother, fetch your daughter)
I am looking for a quick exit (Come, come undone)
Like a prisoner on the run (Fetch your sister, fetch your son)
This town's alright (Calm on the water)
But it is not enough (Fetch your brother, fetch your daughter)
I am looking for a quick exit (Come, come undone)
Like a prisoner on the run (Fetch your sister, fetch your son)
[Chorus]
Big time breakdown
Look how the stars come out
Big time breakdown
Why did not you just shout?
I am lonely
I am looking for a place to go
Where everything's an embrace
And everybody wants to know
[Outro: White Lies]
I am lonely
I am looking for a place to go
Where everything's an embrace
And everybody wants to know
https://genius.com/Chase-and-status-embrace-lyrics
-->
</div>
<div ol="en" class="para">
Politicians talk never do shit,
all of what they feed us in the news,
plus what they teach us in the schools,
the war is bullshit, its all bullshit.
<br>
&mdash; <span class="notranslate">Akala - Bullshit (Chase &amp; Status Remix)</span>
[there is no political solution]
</div>
<div ol="de" lang="de" style="display:none" class="para">
Ich hab fünf Meter Mauern und keiner kommt rein,
hinter fünf Metern Mauern sollte mein Palast sein.
Ich hab fünf Meter Mauern ich komm nicht raus,
hab hinter fünf Metern Mauern ein Gefängnis aufgebaut.
<br>
&mdash; <span class="notranslate">Elen - 5 Meter Mauern</span>
</div>
<!--
Big time breakdown, look how the stars come out
Big time breakdown, why did not you just shout?
I am lonely, and I am looking for a place to go
where everything's an embrace [Umarmung], and everybody wants to know
-->
<div ol="en" class="para">
I have shut the window all ready to defend,
what is left to die for what is left to give.
All is about to wither all is about you,
hard to make up your mind hard to get through to me.
You gave away the love I gave ...
<b>Time is whats left over when youve got time to waste,
funny how everything falls into place once decisions are made.</b>
<br>
&mdash; <a class="notranslate" href="https://www.youtube.com/watch?v=sRpPzIU-RrM"
>Rawthang - Scorned</a> [mother nature vs stupid humans]
</div>
<div ol="en" class="para">
Imagine a city like Prague vanishing in a cloud of poison gas,
then Hamburg, London, Washington.
Imagine governments disappearing,
and in the end, imagine facing absolute, beautiful freedom.
<br>
&mdash; <span class="notranslate">XXX (2002) [Triple X]</span>
<!--
https://www.youtube.com/watch?v=7BZ1Z1gCZc4
-->
</div>
<div ol="en" class="para">
wish i could be somebody else,
i need to break it all apart.
i want to go just run away,
run away from you.
<br>
&mdash; <span class="notranslate">Blu Mar Ten - Break It All Apart</span>
</div>
<div ol="en" class="para">
There are no sides.
Just people who help you, and people who dont.
<br>
&mdash; <span class="notranslate">Jessica Hyde, Utopia S01E02 (UK 2013)</span>
</div>
<div ol="en" class="para">
Why did you have him, then? Nothing uses carbon like a first-world human.
<br>
&mdash; <a class="notranslate" href="https://www.youtube.com/watch?v=rcx-nf3kH_M"
>Utopia S02E06 (UK 2014)</a>
</div>
<div ol="en" class="para">
Are you going somewhere nice?
- Just getting away for a bit.
Somewhere no one can find me.
- God, that sounds great.
We're off on holiday. To the south of France.
- Oh, nice. It's a long way by coach.
- I know. It's just, you know, the environment.
- Yes, we should all think of that.
- I do not want to sound like a twat, but I just ...
You know, I do think that we have all got a responsibility. I just do.
- No, you are right, we do. We all do.
- Why did you have him, then?
- Sorry?
- Nothing uses carbon like a first-world human. Yet you created one.
Why? Why would you do that?
He will produce 515 tonnes
of carbon in his lifetime.
That's 40 trucks worth.
Having him was the equivalent
of nearly 6,500 flights to Paris.
You could have flown 90 times a year,
there and back
nearly every week
of your life,
and still not had the same impact
on the planet as his birth had.
- Yeah, but I do not think ...
- Not to mention the pesticides, detergents,
the huge quantity of plastics,
the nuclear fuels used to keep him warm.
His birth was a selfish act.
It was brutal.
You have condemned others
to suffering.
In fact, <b>if you really cared</b>,
what you'd do
is cut his throat open right now.
- Excuse me?
- Or I could do it for you.
I could take out my knife,
make an incision in his neck,
walk away.
I would get my coach over there
and you would have done more than
your bit for the future of humanity.
I could do it now.
But look at me chatting.
I think they're about to leave.
I hope he gets over that flu.
But maybe he just shouldn't.
&mdash; <a class="notranslate" href="https://www.youtube.com/watch?v=rcx-nf3kH_M"
>Utopia S02E06 (UK 2014)</a>
</div>
<div ol="en" class="para">
What have you done today, to earn your place in this crowded world?
<br>
&mdash; <span class="notranslate">Utopia (US 2020)</span>
</div>
<!--
Utopia | Official Teaser | Prime Video
https://www.youtube.com/watch?v=NUVNDvfY4Ps
-->
<div ol="en" class="para">
<!-- Utopia.2020.S01E08.720p.AMZN.WEBRip.x264-GalaxyTV.mkv 00:07:34 -->
Christie:
I have done so many terrible, terrible things in my life.
Horrible, wicked shit.
Michael:
I can not even fathom who the fuck you are.
A human being with a mind as brilliant as yours ... you could do anything,
and instead, you choose to rain down misery and death.
Christie:
No, you do not have it.
<b>How much evil do you must do, to do good?</b>
[...]
<!--
Let me give you all a little perspective:
The key figure in a massive global world-changing,
I'll use your word "conspiracy",
a conspiracy that has already taken the lives
of several hundred children this past week alone,
is sitting in your living room,
and you are all standing around, listening to me talk,
instead of running away from me as fast as you can.
That tells me you are not gonna last.
Not to the end. Not even Jessica Hyde.
Do you know why?
-->
People think humans are driven by the search for happiness, meaning.
That's not true.
People are driven by the need to know what happens next.
<b>Do you want to know what happens next?</b>
<!--
Your father created a world-changing,
not world-ending,
a world-changing, world-improving omnivirus.
And we have taken that virus
and embedded it in the vaccine of the Stearns Flu.
Wilson:
I knew it.
I knew it.
Ian:
You created a panic,
and now everybody's begging for the vaccine.
Wilson:
No, no, no. They're demanding it,
with all the entitlement of a first-world country.
Christie:
Yes. And now we have exactly what we want.
Hundreds of millions of Americans lining up,
offering us their arms
and letting us give them our creation.
Ian:
I am pretty sure when every
vaccinated human starts dying,
they'll trace it back to you,
undetectable virus or not.
Christie:
You have all been very busy,
and you are all very sharp.
Are you sure none of you would
like to come and work for me?
No? Better than dying
a terrible, violent death.
Then understand this.
What we are doing is
far bigger than death.
Michael:
Wait. This virus is not deadly?
Alice:
It looks pretty damn deadly.
Christie:
Tell me this.
-->
[...]
<b>What have you done today, to earn your place in this crowded world?
Exactly. [you have done nothing]
Everything I do is a cure for our current situation. [overpopulation]</b>
Wilson:
Wait, how is it a cure if ...
Ian:
...you are killing people!
Christie:
I told you, it does not kill.
That was the amazing epiphany we had.
We did not must kill to accomplish our goal.
Jessica:
Which is what?!
Christie:
We intend to stop human reproduction for three generations.
<b>The busy, endless, global assembly line of babies ...
will grind to a halt.</b>
Wilson:
You are sterilizing people?
Christie:
Yes. In the first five years,
we'll start to see major birth rate declines,
as teenagers vaccinated today hit their childbearing years.
Ian:
You are controlling the future of human <b>civilization</b>?
Christie:
Is that what they're calling it?
It's a very nice euphemism for a species
that has replicated like a contagion across the planet,
<b>killing all other species</b> in its wake.
Except things that are cute, like puppies or koalas ...
Wilson:
...pandas.
Christie:
Never in history has there been a creature
begging for extinction more than the fucking panda ...
except us.
Alice:
You hate people that much?
Christie:
On the contrary, I love people.
Ian:
Then how ...? Why would you ...?
Christie:
<b>Doing what our government, our citizenry
is too spoiled or self-indulgent to do.
We are saving ourselves from ourselves.</b>
Wilson:
Halting overpopulation.
Christie:
A hundred years ago, the global population was 1.7 billion.
In 2011, it reached ...
Wilson:
Seven billion.
Christie:
<b>People live too long, die less often,
fuck too much, shit out babies like ...</b>
Michael:
In 2050, they say it is gonna plateau.
Wilson:
No, no, we'll blow past 11 billion
and then slowly begin to ... decline.
Christie:
But by then, it'll be too late to save an Earth
that bears any resemblance to a world we actually want to live in.
This planet ... I love this planet,
so I decided to take care of the problem.
Becky:
By injecting your virus into the veins of every human on it?
Christie:
<b>Global warming, mass extinctions, food, water shortages ...
All these problems can be boiled down to one thing: overpopulation.</b>
Michael:
It's not as simple as that.
Christie:
But it is.
<b>At 1.7 billion, we can be as decadent, self-indulgent, and shitty as we want.</b>
At ten billion, we must live strategically,
we must live modestly, we must live selflessly ...
and as you know, we're not that good at it.
Wilson:
And you are beta-testing it on Americans, since we're the worst.
Christie:
If we do not do something now, right now,
[then] in a decade, our world will experience extraordinary privations.
The war of all against all.
Wilson:
Water. We'll go to war over water,
and the people who will die first
are the ones without power and money.
Christie:
And by then, we'll be fighting over a world
that really isn't worth fighting for.
Alice:
But you can not just decide, people won't have babies because ...
Christie:
I can and I did. Think of me as the stern parent
who tells the children they can not play with <b>the family gun</b> [human reproduction].
Ian:
What about what this does to ... to people, to society?
Christie:
<b>Salvation. We can form a new society.</b>
<br>
<!--
Jessica:
Home.
Christie:
Yes. The grand social experiment.
Jessica:
So why do you want to kill me?
Christie:
I do not want to kill you.
I do not want to kill anybody.
I want you back.
Grant:
She's one of us.
Christie:
That's very cute of you to say,
and you are a very good friend.
But she belongs to me.
Your father created you ... for me.
Jessica:
What is this?
Christie:
Oh, the inoculation scar.
A gift from your father.
Jessica:
No, he was protecting me.
From you, your virus.
Christie:
Not protecting, testing, on you.
You won't be having any children.
Jessica:
No, my dad loved me.
Christie:
My dear, he did not care about you, at all.
He did not give a fuck about you.
Jessica:
My dad loved me.
Christie:
By keeping you locked in a cage?
Jessica:
I was in my Yellow House.
Christie:
Cage, house ... that is semantics.
He kept you locked in a fucking dog kennel,
until it was time for you to take your vapor,
so he could do his work.
Jessica, this should be underlined in blood:
You belong to me.
<br>
-->
&mdash; <span class="notranslate">Kevin Christie [M1?], Utopia S01E08 (US 2020)</span>
<span>[overpopulation]</span>
<!--
https://www.youtube.com/watch?v=Y2QNnoqc3XU
-->
</div>
<div ol="en" class="para">
I am the only ONE who can help you,
so shut up and do as I say.
<br>
&mdash; <span class="notranslate">Jessica Hyde [F1], Utopia (US 2020)</span>
</div>
<div ol="en" class="para">
Rallies dont work.
They make us feel better about doing nothing.
...
This shit is about life,
this shit is about doing something,
not talking about cartoons doing something.
&mdash; <span class="notranslate">Samantha [F1], Utopia S01E01 (US 2020)</span>
</div>
<div ol="de" class="para">
Taking advantage of stupid people,
that is the oldest business in the world.
</div>
<div ol="de" class="para">
Thoughts are locked up, every now and then is visiting time.
Loneliness causes sick hearts and tense nerves, it is easy to notice.
Bad luck sticks at your feet, on a long way where problems are avoided.
<br>
&mdash; <span class="notranslate">Witten Untouchable - Zusammen singen</span>
</div>
<div ol="en" class="para">
As you may or may not be aware, Sweden is not a state in the United States of America.
Sweden is a country in northern Europe.
Unless you figured it out by now, US law does not apply here.
For your information, no Swedish law is being violated.
Please be assured that any further contact with us, regardless of medium, will result in
a) a suit being filed for harassment
b) a formal complaint lodged with the bar of your legal counsel, for sending frivolous legal threats.
It is the opinion of us and our lawyers that you are .... morons,
and that you should please go sodomize yourself with retractable batons.
Please also note that your e-mail and letter will be published in full on https://www.thepiratebay.org.
<br>
<b>Go fuck yourself. Polite as usual, anakata</b>
<br>
&mdash; <a href="https://crazyvagabond.wordpress.com/2008/02/03/polite-as-usual-go-fuck-yourself/"
><span class="notranslate">thepiratebay.org</span> in response to Copyright Trolls</a>
</div>
<div ol="en" class="para">
It's a virus called RD9, or as I like to call it, World Cure.
At the end of the game, everyone in the stadium will be infected.
It should take two to three weeks for symptoms to start showing up.
- By which time 96 000 fans from almost every country in the world
will be back home spreading the disease. Why are you doing this?
- Well, think about it. <b>We have seven billion people
running around on a planet that can only hold five.</b>
I am just trying to make the world a better place, that is all,
by deleting the surplus.
- "Cure the world." And <b>who exactly do you intend to "delete"?
- The garbage ...</b> the imbeciles who lie around drunk, reproducing like rabbits,
and sitting there with their hand out, expecting the rest of us to pay.
And let's be frank, who's gonna miss them anyway?
<br>
&mdash; <span class="notranslate">The Brothers Grimsby (2016)</span>
<!--
https://www.youtube.com/watch?v=HGG0Nq3BwqQ
-->
</div>
<div ol="en" class="para">
So you like money too. We should be friends!
&mdash; <span class="notranslate">Idiocracy (2006)</span>
<!--
magnet:?xt=urn:btih:32cf1ef2a9fc38d0557b94651b866659ba7db311
01:05:10
I can not believe you like money too. We should hang out!
-->
</div>
<div ol="en" class="para">
Not everyone is coming to the future,
not everyone is learning from the past.
&mdash; <span class="notranslate">Madonna - Future</span>
</div>
<div ol="en" class="para">
Your love is lifting me higher
<br>
&mdash; <span class="notranslate">The Glitch Mob - Higher</span>
<span ol="de">[meaningful work, voluntary work]</span>
</div>
<div ol="en" class="para">
Your heart is not open so I must go,
the spell has been broken I loved you so.
Freedom comes when you learn to let go,
creation comes when you learn to say no.
You were my lesson I had to learn,
I was your fortress you had to burn.
Pain is a warning that somethings wrong,
I pray to God that it wont be long.
Theres nothing left to try,
theres no place left to hide.
Theres no greater power,
than the power of good-bye.
Learn to say good-bye
<br>
&mdash; <span class="notranslate">Madonna - The Power of Good-Bye</span>
</div>
<div ol="en" class="para">
Fuck the police!
I was born in jail, you dont know me.
<br>
&mdash; <span class="notranslate">Bros Before Hos (2013)</span>
</div>
<div ol="de" class="para">
What I want, I am not allowed,
<br>
what I should, I do not want.
</div>
<div ol="en" class="para">
Even thinkin bout the city makes my brain fuckin hurt.
I dont rep no fuckin city cause I came from the dirt.
...
I love this dirt, I call it home
<br>
&mdash; <span class="notranslate">Snak The Ripper - From The Dirt</span>
</div>
<div ol="en" style="display:none" class="para">
Everything is burning,
everywhere I go I see the flames.
Something I have been learning,
is nothing ever gonna be the same.
I just keep on moving through it all,
I am letting go of what I know,
so I do not hold on to the past.
Do not get attached to nothing,
I just keep my fucking distance from it all,
cause I know nothings gonna last.
<br>
Ties are severed,
nothing is gonna last forever.
Fuck it, whatever,
nothing is gonna last forever.
Nothing ever last forever.
Nothing ever last forever.
<br>
Do not dwell in the past I am moving on,
they thought I was done but I proved 'em wrong.
Never be the king if you's a pawn,
stay the course and move along,
you gotta let go, what you lose is gone.
Divided we stand and divided we fall,
riding alone, no compliance at all.
Pushing ahead, never trying to stall,
watch it all burn like a fly on the wall.
The truth'll reveal, what you think is a lie,
we all getting pushed to the brink to survive.
Gotta swim with the current, you sink and you die,
could lose everything in the blink of an eye.
<br>
Ties are severed,
nothing is gonna last forever.
Fuck it, whatever,
nothing is gonna last forever.
Nothing ever last forever.
Nothing ever last forever.
<br>
Everything is burning,
everywhere I go I see the flames.
Something I have been learning,
is nothing ever gonna be the same.
Nothing ever last forever.
Nothing ever last forever.
<br>
&mdash; <a class="notranslate" href="https://www.youtube.com/watch?v=n4JKKQTgOC0"
>Snak The Ripper - Nothing Lasts Forever</a> (2022)
<!--
https://www.paroles-musique.com/eng/Snak-The-Ripper-Nothing-Lasts-Forever-lyrics,p7201065
-->
</div>
<div ol="de" class="para">
It remains tense.
</div>
<div ol="de" class="para">
How will my son pass the math exam without breakfast?
I must go to welface services, I collect bottles for him.
And <b>if the cunt from child protective service tries to take him away from me,
the goddamn witch will be grilled.</b>
&mdash; <span class="notranslate">K.I.Z - Fleisch</span>
[meat]
<!--
https://genius.com/Kiz-fleisch-lyrics
-->
</div>
<div ol="de" class="para">
I come from where politicians do not go,
where gang members do their thing.
Parallel society - <b>Nobody wants to look,
but the child protective service is taking away a mother's child, once again.</b>
&mdash; <span class="notranslate">Eko Fresh - Das Ghetto nicht aus mir</span>
<!--
https://genius.com/Eko-fresh-das-ghetto-nicht-aus-mir-lyrics
-->
</div>
<div ol="de" class="para">
And if you feel what I mean, I tell you something,
you have nothing to lose, come on, risk something.
&mdash; <span class="notranslate">Fiva MC - Vier Wände</span>
</div>
<div ol="de" class="para">
Free yourself, run for your life.
Even if you fall, get back up and fight!
Escaping in chains means: running all life!
<br>
&mdash; <span class="notranslate">Creutzfeld &amp; Jakob - Flucht in Ketten</span>
[escaping in chains]
</div>
<div ol="de" class="para">
Finally weekend! Taking endless drugs,
Finally weekend! See the world with different eyes.
Finally weekend! Let us get high,
finally another shitty week is over.
<br>
&mdash; <span class="notranslate">Sido - Endlich Wochenende</span>
</div>
<div ol="de" class="para">
And you are guilty, because the majority wants it so.
Because you are different from the rest, because you do not fall for tricks.
The sick society is making you sick, you are a punk.
&mdash; <span class="notranslate">Knochenfabrik - Grüne Haare</span>
[green hair]
</div>
<div ol="de" class="para">
What we are, we are together,
taking the bait from the traps of life.
Going, keep going, always keep going,
going, keep going, and never stop.
Going, keep going, and you will find your way,
the way that makes you strong, when you walk it.
<br>
&mdash; <span class="notranslate">Böhse Onkelz - Kinder dieser Zeit</span>
[children of this time]
</div>
<div ol="de" class="para">
Every day dies a part of you, every day runs your time.
<br>
Every day a day that you lose, nothing lasts for all time.
<br>
&mdash; <span class="notranslate">Die Toten Hosen - Nichts bleibt für die Ewigkeit</span>
[nothing lasts for all time]
</div>
<div class="para">
Will you be good?
&mdash; <span class="notranslate">Nils Bjurman</span> to
<span class="notranslate">Lisbeth Salander</span>,
The Girl with the Dragon Tattoo (2009)
(<span class="notranslate">Stieg Larsson</span> - Millennium Trilogy)
<!--
Nils Bjurman says this before raping Lisbeth Salander
magnet:?xt=urn:btih:a620d6d74903f0a9f20bbe653dc138af81635b2d
The.Girl.With.The.Dragon.Tattoo.2009.EXTENDED.720p.Bluray.x264.anoXmous
01:08:41
Are you a good girl?
Are you a good girl now?
Verblendung.Teil.1.DC.2009.German.720p.BDRip.x264-INSEL
01:04:25
Willst du lieb sein?
-->
</div>
<div ol="en" class="para">
Government's view of the economy could be summed up in a few short phrases:
If it moves, tax it.
If it keeps moving, regulate it.
And if it stops moving, subsidize it.
&mdash; <span class="notranslate">Ronald Reagan (1986)</span>
<br>
<span>[planned economy, security mania]</span>
</div>
<div ol="en" class="para">
The most terrifying words in the English language are:
I am from the government and I am here to help.
&mdash; <span class="notranslate">Ronald Reagan</span>
</div>
<div ol="en" class="para">
They say the world has become too complex for simple answers.
They are wrong.
&mdash; <span class="notranslate">Ronald Reagan</span>
</div>
<div class="para">
There are decades where nothing happens;
and there are weeks where decades happen.
&mdash; <span class="notranslate">Lenin</span>
</div>
<div ol="en" class="para">
Computer says no.
&mdash; <span class="notranslate">Little Britain</span>
</div>
<div ol="de" class="para">
The world is a pile of shit, who are you telling?
...
We meet again, I know everything has its time,
enjoy life, take joy in every little thing.
Think of me, think back to the crazy times,
if I still have a wish, then I wish that you are happy.
<br>
&mdash; <span class="notranslate">Sido - Mein Testament</span>
</div>
<!--
<div class="para">
I have become so numb, I can not feel you there,
become so tired, so much more aware.
I am becoming this, all I want to do,
is be more like me, and be less like you.
&mdash; <span class="notranslate">Linkin Park - Numb</span>
</div>
-->
<!-- eigentlich whack. zu einfach.
<div class="para">
Ich zerbrech mir den Kopf und Alles fällt mir schwer,
mir fehlt die leitende Hand die mich führt durch dieses Meer
der Einsamkeit denn noch bin ich allein,
ich hab nur diesen einen Wunsch nur ein mal glücklich zu sein.
&mdash; <span class="notranslate">Jacky G feat. Skitekk - Glücklich Sein</span>
</div>
-->
<!-- Jacky G feat. Skitekk - Glücklich Sein (Meer der Einsamkeit)
https://soundcloud.com/mila-nautikus/jacky-g-feat-skitekk-glucklich-sein
[verse, jacky G]
tausend fragen die nicht xxxxx sind
in einer zeit die unbegreiflich scheint
tausend fragen die mich quälten
keine antworten die mich erlösten
mehr als tausend meiner tränen
verdunsten auf dem heissen stein
laufe ewig wie in zeitlupe
und alles dreht sich im kreis
es geht nicht weiter
es geht nur immer tiefer in ein loch hinein
laufe gegen eine wand
mit dem kopf immer voran
weiss nicht wonach ich suche
eine endlose schleife durch die zeit
steh am rande der welt
und schau ins nichts, für den absturz bereit
[chorus, jacky G]
ich zerbrech mir den kopf und alles fällt mir schwer
mir fehlt die leitende hand die mich führt durch dieses meer
der einsamkeit denn noch bin ich allein
ich hab nur diesen einen wunsch nur ein mal glücklich zu sein
[verse, jacky G]
seh die welt mit anderen augen
unbe ... und voll ehrlichkeit
doch mein ziel ist zu weit
noch immer gefangen im laufe der zeit
seh die hand vor meinen augen nicht
keine hoffnung die durch die wolken bricht
ohne schimmer auf was besseres
lauf ich noch immer durch euer geschaffenes nichts
[verse, skitekk]
dieses leben ist die hölle seit geburt an
alles wird noch schwerer wie die last auf meinen schultern
ich stecke fest, komme nicht weiter wie im treibsand
das leben ist ne qual, nur der tod kann mich erleichtern
könntest du die welt durch meine augen sehen
würdest du sofort ertrinken in nem meer aus tausend tränen
das wahre glück trifft hier wirklich keinen
bitte gott bevor ich sterbe will ich nur ein mal glücklich sein
[2x chorus, jacky G]
ich zerbrech mir den kopf und alles fällt mir schwer
mir fehlt die leitende hand die mich führt durch dieses meer
der einsamkeit denn noch bin ich allein
ich hab nur diesen einen wunsch nur ein mal glücklich zu sein
-->
<div ol="en" class="para">
Movements are synchronized to puppeteer strings.
<br>
&mdash; <span class="notranslate">DRS - The Puppeteer</span>
</div>
<!-- low value
<div class="para">
Nobody Seems To Care
<br>
&mdash; <a class="notranslate" href="https://www.youtube.com/watch?v=zmJ9_y64KUc"
>16 Bit Lolitas - Nobody Seems To Care (feat. Jennifer Horne)</a>
</div>
-->
<!-- soundtrack in movie: maze runner -->
<!-- low value
<div class="para">
Travelling somewhere, could be anywhere,
There is a coldness in the air but I dont care.
We drift deeper into the sound life goes on,
We drift deeper into the sound feeling strong.
<br>
&mdash; <a class="notranslate" href="https://www.youtube.com/watch?v=SyI6aABVOt4"
>Motorcycle - As The Rush Comes (Gabriel & Dresden Chillout Mix)</a>
</div>
-->
<div ol="de" class="para">
Arguing with idiots? You can also play chess with a pigeon.
No matter how good you are at chess, the pigeon will knock over all the pieces,
shit on the board, and walk around like it won.
</div>
<!-- https://genius.com/Lemur-dazugehirn-lyrics -->
<div ol="de" class="para">
I do not try to fit in anymore,
you do this, you do that, I am too crazy for that.
&mdash; <span class="notranslate">Lemur - Dazugehirn (feat. Nazz)</span>
<span class="notranslate">(Lemur aka Herr von Grau: M3)</span>
</div>
<div ol="en" class="para">
Im so happy, cos today I found my friends, theyre in my head.
<br>
&mdash; <span class="notranslate">Nirvana - Lithium (Kurt Cobain: M1/M4)</span>
</div>
<div ol="de" class="para">
<span lang="latin" class="notranslate">
De gustibus non est disputandum.
</span>
<br>
You should not argue about taste,
you will never agree.
</div>
<!-- nee man, ich bin kein hippie, ich bin kein pazifist ...
<div class="para">
Schreibst mir meine Kleidung vor,
meinen Haarschnitt, meine Bildung und meinen Job.
Sogar meinen Glauben schreibst mir vor,
und ich Depp zahl und ernähr noch euren Gott.
Der blos mit dem Finger auf mich zeigt,
ich soll respektieren und ehren!
Den der ganze Völker ausgerottet hat
oder mit Drohungen bekehrt.
Kauf deine Drogen, Bier und Schnaps,
aber du beschimpfst mich, wenn ich's nimm.
Diskriminiertst mich, weil ich rauch,
du mußt still sein, du verdienst.
Durch Leute wie mich geht's dir noch gut,
du müßtest eigentlich noch dankbar sein dafür
Das wir dich noch bezahlen,
für dein Geschwafel, dein Beleidigen und Lügen.
Hey Staat, hey Staat, hey Staat,
heute sag dir ich einmal, was ich alles mach für dich.
Und dann sag' du mir mal, was du alles machst für mich.
&mdash; <span class="notranslate">Hans Söllner - Hey Staat</span>
</div>
-->
<!-- template quote/lyrics
<div class="para">
TODO
&mdash; <span class="notranslate">TODO</span>
</div>
-->
<div ol="en" style="display:none" class="para">
They live, we sleep,
the alarms going off, beep beep!
Time to wake up, wake up to the deceit,
our whole reality is made up by the Elites.
<br>
It's Idiocracy, pure hypocrisy,
waking these dummies up, it used to mean a lot to me.
But nowadays, I wanna tip their canoes,
and as they drown, tell them, this is what you get when you snooze.
<br>
&mdash; <span class="notranslate">ODD TV - They Live, We Sleep</span>
<!--
I came here to kick some ass just like Roddy Piper.
These motherfuckers that walk among us, they got me hyper.
But do not be chewing that bubblegum, it is got aspartame.
It's a chemical directly targeted at your brain.
Just like the fluoride that they put in the water supply
And all the geo-engineering we got in the sky.
I am trying to tell you, when I hope that you are hearing me clearly
This ain't no bullshit speculation conspiracy theory.
They live and they're controlling every move you make -
From the apartment that you live in to the juice you drink.
They give you television to help you ignore this prison,
while feeding you genetically modified organisms.
They want us like the walking dead - just obey and consume.
Do not worry about anything, keep awaiting your doom.
To all my warriors out there, this is indeed my call:
It's time to put a fucking end to this elite cabal !
They live, we sleep
The alarms going off, beep beep!
Time to wake up, wake up to the deceit
Our whole reality is made up by the Elite.
When they try to prove their spinning ball earth, it is remarkable.
All their arguments are absolutely fucking farcical.
It's clearly been shown your problems aren't resolvable.
Your theory has been blown into tiny little particles.
The pharmacological drugs they got the masses on
precludes them from putting their Roddy Piper glasses on.
And even when they do, they're unable to gaze too straight,
Cuz for most of them, it is way too late
for them to see past their conditioning
They will not be listening
to anything outside their paradigm imprisonment.
They are ensconced in a nonsensical certitude,
brainwashed by devils to revel in their servitude.
It's idiocracy, pure hypocrisy.
Waking these dummies up, it used to mean a lot to me.
But nowadays I wanna tip their canoes
and as they drown, tell them - this is what you get when you snooze.
ODD TV - they live, we sleep (feat. payday monsanto)
https://www.youtube.com/watch?v=u7SfFRQjMFY
-->
</div>
<div ol="en" class="para">
Do you believe in fate, Neo?
- No.
- Why not?
- Because I do not like the idea,
that I am not in <b>control</b> of my life.
- I know exactly what you mean.
Let me tell you why you are here.
You are here because you know something.
<b>What you know you can not explain, but you feel it.</b>
You felt it your entire life,
that there is something wrong with the world.
You do not know what it is, but it is there,
like a splinter in your mind, driving you mad.
It is this feeling, that has brought you to me.
Do you know what I am talking about?
- The Matrix?
- Do you want to know what it is?
The Matrix is everywhere. It is all around us,
even now in this very room.
You can see it when you look out your window,
or when you turn on your television.
You can feel it when you go to work,
when you go to church, when you pay your taxes.
It is the world that has been pulled over your eyes,
to blind you from the truth.
- What truth?
- That you are a <b>slave</b>, Neo.
Like everyone else, you were born into slavery,
born into a prison that you can not smell or taste or touch,
<b>a prison for your mind.</b>
<br>
&mdash; <span class="notranslate">Matrix (1999)</span>
<!--
Matrix.1999.REMASTERED.German.DL.1080p.BluRay.x265-UNFIrED
26:48 to 28:42
-->
</div>
<div class="para">
I would like to share a revelation that I have had during my time here.
It came to me, when I tried to classify your species,
and I realized, that you are not actually mammals.
Every mammal on this planet instinctively develops
a natural <b>balance</b> with its environment.
But you humans do not.
You move to an area, and you <b>multiply</b> and multiply,
until every natural resource is consumed.
The only way you can survive is to spread to another area.
There is another organism on this planet, that follows the same pattern.
Do you know what it is? A <b>virus</b>.
Human beings are a disease, a cancer of this planet.
You are a plague, and we are the cure.
&mdash; <span class="notranslate">Agent Smith, Matrix (1999)</span>
<!--
https://www.youtube.com/watch?v=v-aT5sXnGgc&t=143s
-->
<!--
Matrix.1999.REMASTERED.German.DL.1080p.BluRay.x265-UNFIrED
01:37:39 to 01:38:44
-->
</div>
<div class="para">
I hate this place, this zoo, this prison, this reality,
whatever you want to call it, I can't stand it any longer.
It's the smell, if there is such a thing.
I feel saturated by it.
I can taste your stink,
and every time I do, I fear that I have somehow been infected by it.
It's repulsive, isn't it?
I must get out of here, I must get free.
<br>
&mdash; <span class="notranslate">Agent Smith, Matrix (1999)</span>
<!--
Matrix.1999.REMASTERED.German.DL.1080p.BluRay.x265-UNFIrED
01:39:43 to 01:41:05
-->
</div>
<div ol="en" class="para">
We have survived by hiding from them, by running from them.
But <b>they are the gatekeepers</b>.
They are guarding all the doors, they are holding all the keys,
which means that sooner or later, someone is going to have to fight them.
- Someone?
- I won't lie to you, Neo.
Every single man or woman, who has stood their ground,
everyone who has fought an Agent, has died.
&mdash; <span class="notranslate">Morpheus, Matrix (1999)</span>
<!--
Matrix.1999.REMASTERED.German.DL.1080p.BluRay.x265-UNFIrED
00:57:58 to 00:58:20
-->
</div>
<div class="para">
I know you are out there. I can feel you now.
I know that you are afraid. You are afraid of us. You are afraid of change.
I do not know the future. I did not come here to tell how this is going to end.
<b>I came to tell you how it is going to begin.</b>
I am going to hang up this phone and then <b>I am going to show these people what you do not want them to see.</b>
I am going to show them a world without you. <b>A world without rules</b> and controls, without borders or boundaries.
A world where anything is possible. Where we go from there, is a choice I leave to you.
&mdash; <span class="notranslate">Neo, Matrix (1999)</span>
<!--
Matrix.1999.REMASTERED.German.DL.1080p.BluRay.x265-UNFIrED
02:07:50 to 02:08:50
-->
</div>
<div class="para">
All you can do is warn them.
<br>
If they dont listen, move on, so you can warn others.
[broad-first search]
</div>
<div class="para">
If I were reincarnated,
I would wish to be returned to earth as a killer virus,
to lower human population levels.
&mdash; <span class="notranslate">Prince Philip, 1988</span>
</div>
<div class="para">
Cannibalism is a radical but realistic solution to the problem of overpopulation.
&mdash; <span class="notranslate">Prince Philip</span>
</div>
<div class="para">
Save the planet. Kill all humans.
&mdash; <span class="notranslate">Bender [M1], Futurama</span>
<br>
<span>[overpopulation, what would an Artificial Intelligence do?]</span>
<!-- What would Bender do?-->
</div>
<div class="xcenter">
<img ol="en" class="darkmode-invert" style="width:60%" src="../images/memes/save-the-planet.kill-all-humans.bender.futurama.en.svg">
</div>
<div ol="en" class="para">
<!-- based on George.Carlin.Life.Is.Worth.Losing.2005.720p.BluRay.x264.AAC-[YTS.MX].en.1951888972.srt -->
Consumption.
It's the new national pastime.
Fuck baseball, it is consumption.
The only true lasting American value that is left.
Buying things, buying things ...
<b>People spending money they do not have on things they do not need.</b>
So they can max out their credit cards
and spend the rest of their lives
paying 18 percent interest on something that cost 12.50.
And they did not like it when they got it home anyway.
Not too bright, folks. Not too fucking bright.
But if you talk to one of them about this.
If you isolate one of them, you sit them down rationally,
them about <b>the low IQ's and the dumb behavior and the bad decisions.</b>
Right away they start talking about education.
<b>That's the big answer to everything: Education.</b>
They say "We need more money for education.
We need more books, more teachers, more classrooms, more schools.
We need more testing for the kids".
You say to them,
"Well, you know, <b>we have tried all of that
and the kids still can not pass the tests".</b>
They say,
"Do not you worry about that.
We're going to lower the passing grades".
And that is what they do in lots of these schools now.
<b>They lower the passing grades so more kids can pass.</b>
More kids pass, the school looks good, everybody's happy,
the IQ of the country slips another two or three points
and pretty soon all you'll need to get into college is a fucking pencil.
Got a pencil? Get the fuck in, there, it is physics.
Then everyone wonders
why 17 other countries graduate more scientists than we do.
<b>Education.
Politicians know that word, they use it on you.</b>
Politicians have traditionally hidden behind three things:
the flag, the Bible and children.
"No child left behind, no child left behind ..."
Oh, really? Well, it was not long ago
you were talking about giving kids a head start.
Head start, left behind.
Someone is losing fucking ground here.
But there is a reason for this.
<b>There's a reason that education sucks.</b>
And it is the same reason that it will never ever, ever be fixed.
It's never going to get any better.
Do not look for it.
Be happy with what you got.
Because <b>the owners of this country do not want that.</b>
I am talking about the real owners now.
<b>The real owners.
The big, wealthy business interests that control things
and make all the important decisions.</b>
<b>Forget the politicians.
The politicians are put there
to give you the idea that you have freedom of choice.
You do not. You have no choice.
You have owners. They own you.</b>
<b>They own everything.</b>
They own all the important land.
They own and control the corporations.
They've long since bought and paid for the Senate,
the Congress, the state houses, and city halls.
They got the judges in their back pocket.
And they own all the big media companies
so <b>they control just about all of the news and information you get to hear.</b>
They got you by the balls.
They spend billions of dollars every year lobbying,
lobbying to get what they want.
Well, we know what they want.
They want more for themselves and less for everybody else.
But I'll tell you what they do not want.
They do not want a population of citizens capable of critical thinking.
<b>They do not want well-informed, well-educated people, capable of critical thinking.</b>
They're not interested in that.
That doesn't help them.
That's against their interest.
That's right.
<b>They do not want people who are smart enough to
<!-- sit around the kitchen table and -->
figure out how badly they're getting fucked by a system
that threw them overboard 30 fucking years ago.</b>
They do not want that.
You know what they want?
<b>They want obedient workers.</b>
Obedient workers.
People who are just smart enough to run the machines and do the paperwork
and just <b>dumb enough to passively accept</b> all these increasingly shittier jobs
with the lower pay, the longer hours, the reduced benefits.
The end of overtime and the vanishing pension
that disappears the minute you go to collect it.
And now, they're coming for your Social Security money.
They want your fucking retirement money.
They want it back,
so they can give it to their criminal friends on Wall Street.
And you know something, they'll get it.
They'll get it all from you, sooner or later,
because <b>they own this fucking place.</b>
It's a big club, and you ain't in it.
You and I are not in the big club.
By the way, it is the same big club
they use to beat you over the head with all day long
when <b>they tell you what to believe.</b>
All day long beating you over the head,
and <b>their media telling you what to believe,
what to think and what to buy.</b>
The table is tilted, folks.
<b>The game is rigged.</b>
And nobody seems to notice.
Nobody seems to care.
Good, honest, hard-working people ...
white collar, blue collar, it doesn't matter what color shirt you have on.
<b>Good, honest, hard-working people
<!-- these are people of modest means -->
continue to elect these rich cocksuckers
who do not give a fuck about them.</b>
They do not give a fuck about you.
They do not give a fuck about you.
They do not care about you.
At all.
At all.
At all.
Yeah.
You know.
And nobody seems to notice.
Nobody seems to care.
That's what the owners count on.
The fact that <b>Americans will probably remain willfully ignorant</b>
of the big red, white and blue dick
that is being jammed up their assholes every day.
Because the owners of this country know the truth:
<b>It's called "the American dream"
because you must be asleep to believe it.</b>
<br>
&mdash; <span class="notranslate">George Carlin - Life Is Worth Losing (2005)</span>
</div>
<div ol="en" class="para">
Be excellent to each other [and fuck politeness]
<br>
&mdash; <span class="notranslate">Linus Torvalds, creator of Linux</span>
[meritocracy]
</div>
<div ol="en" class="para">
1. Maintain humanity under 500 million,
<br>
in perpetual balance with nature.<br>
2. Guide reproduction wisely, improving fitness and diversity.<br>
&mdash; <span class="notranslate">Georgia Guidestones, 1980</span>
</div>
<div ol="en" class="para">
The problem is: you think you have time.
&mdash; <span class="notranslate">Buddha</span>
</div>
<div ol="en" class="para">
What I can not create, I do not understand.
&mdash; <span class="notranslate">Richard Feynman</span>
</div>
<div ol="en" class="para">
Do one thing, and do it right.
&mdash; <span class="notranslate">Unix Philosophy [Modular Design]</span>
</div>
<div ol="en" class="para">
Keep it simple, stupid.
&mdash; <span class="notranslate">KISS Principle [Minimalism]</span>
</div>
<div ol="en" class="para">
Lead by example.
&mdash; [Authorative education? Demand much, help much]
</div>
<div ol="de" class="para">
You are as smart as the Pope, Bitch, I give a shit about the state
and gather like-minded people around me like free radicals.
This is Hank, I am homophobic, I hate humans,
but so humane, for the understanding of my fans, I lower my level.
<br>
&mdash; <span class="notranslate">JAW &amp; Hollywood Hank - Ackergaul Konfekt Remix</span>
</div>
<div class="para">
Only who offends, is also honest.
<!--
He who dares not offend, can not be honest.
-->
&mdash; <span class="notranslate">Thomas Paine</span>
</div>
<div ol="de" class="para">
Rich heart wears poor coat.
</div>
<div ol="de" class="para">
Better real enemies than false friends.
</div>
<div ol="de" class="para">
Modern man is kept in a rush of activity,
so that he has no time to think,
about the meaning of his life and the world.
&mdash; <span class="notranslate">Albert Schweitzer</span>
</div>
<!--
https://www.aerzteblatt.de/nachrichten/70487/Warum-Hutterer-haeufiger-an-Allergien-und-Asthma-erkranken-als-Amische
Die Kinder der Amischen, einer zurückgezogenen Religionsgemeinschaft im ländlichen Amerika,
erkranken vier bis sechsmal seltener an Asthma und anderen Allergien
als die Kinder von Hutterern,
die ebenfalls abgeschieden leben,
aber im Gegensatz zu den Amischen eine industrielle Landwirtschaft betreiben.
Eine Studie im New England Journal of Medicine (2016; 375: 411-421)
führt die Unterschiede auf den höheren Endotoxin-Gehalt im Hausstaub der Amischen zurück,
der in Mausmodellen das angeborene Immunsystem zu einer Schutzreaktion veranlasst.
Dennoch leiden bei den Hutterern 21,3 Prozent der Schulkinder an Asthma
gegenüber nur 5,2 Prozent bei den Amischen.
Auch die Prävalenz positiver Allergietests ist
mit 33,3 versus 7,2 Prozent deutlich höher.
Die Ursache vermuten Forscher in der unterschiedlichen Form der Viehzucht
in den beiden Gemeinschaften.
Die Amischen betreiben eine traditionelle Landwirtschaft ohne Traktoren und Maschinen,
während die Hutterer keine Berührungsangst mit moderner Technik haben.
Bei den Amischen befinden sich die Viehställe in der Nähe der Wohnung,
die Kinder dürfen darin spielen.
Bei den Hutterern befinden sich die High-Tech Viehställe
oft fern der Wohnhäuser und Kinder haben in ihnen nichts zu suchen.
Bei den Endotoxinen handelt es sich zumeist um Bestandteile von Bakterien,
die bei einer traditionellen Landwirtschaft
über Kleidung und Schuhe mit in die Wohnungen getragen werden.
Diese Endotoxine (und andere Staubbestandteile)
bilden einen ständigen Reiz für das Immunsystem der Kinder,
was offenbar die Entwicklung einer Allergie verhindert.
also "dreck ist gesund" und "waschen macht krank"
-->
<div ol="en" class="para">
<!--
i took the liberty to rephrase some of these quotes.
because fuck your expectations.
because my english is better than the original.
-->
<!-- 00:30:04 -->
We are consumers
...
<!-- 01:10:29 -->
Advertising has us chasing cars and clothes,
working jobs we hate,
so we can buy shit we do not need.
...
<!--
https://www.goodreads.com/quotes/8711390-we-buy-things-we-don-t-need-with-money-we-don-t
You have a class of young strong men and women, and they want to give their lives to something.
Advertising has these people chasing cars and clothes they do not need.
Generations have been working in jobs they hate, just so they can buy what they do not really need.
-->
With money we do not have,
we buy things we do not need,
to impress people we do not like
...
<!-- 01:53:16 -->
You were looking for a way to change your life.
You could not do this on your own.
All the ways you wish you could be, that is me.
I look like you wanna look.
I fuck like you wanna fuck.
I am smart, capable, and most importantly,
I am free in all the ways that you are not.
...
<!-- 00:30:47 ol="de" -->
That is my opinion, and I could be wrong,
maybe everything is a terrible tragedy.
...
<!-- 00:30:25 -->
Fuck Martha Stewart.
Martha is polishing the brass on the Titanic.
It's all going down, man.
...
<!-- 00:31:12 -->
My insurance is probably gonna cover it ...
- The things you own, end up owning you.
...
<!-- 01:10:14 ol="de" -->
I see all this potential, and how it is wasted.
...
<!-- 01:10:14 ol="de" -->
That is no love, that is sport fucking.
...
<!-- 00:56:47 -->
The liberator, who destroyed my property, has realigned my world view.
...
<!-- 01:09:44 -->
The Fight Club is Tyler's and my gift, our gift to the world.
...
<!-- 01:23:59 -->
He had a plan,
no fear, no distractions,
the ability to let, what does not matter, truly slide.
...
<!-- 00:04:46 -->
We are slaves to the IKEA nesting instinct.
...
<!-- 01:30:29 -->
Listen up, maggots,
you are not special,
you are not a beautiful or unique snowflake,
you are the same decaying organic matter as everything else.
...
<!-- 01:43:57 -->
I am all alone.
My father dumped me.
Tyler dumped me.
I am Jack's broken heart.
...
<!-- 01:35:24 -->
I am Jack's inflamed sense of rejection.
...
<!-- 01:17:04 -->
I am Jack's smirking revenge.
...
<!-- 00:04:00 -->
With insomnia, nothing is real.
Everything is far away.
Everything is a copy, of a copy, of a copy.
...
<!-- 00:20:22 -->
On a long enough timeline, the survival rate for everyone drops to zero.
[We are all going to die.]
<!--
https://www.zerohedge.com/
https://en.wikipedia.org/wiki/Timeline_of_the_far_future
-->
...
<!-- 00:23:11,819 -->
You have a kind of sick desperation in your laugh.
...
<!-- 01:03:09 -->
Our fathers were our models for God.
Our fathers ran away.
...
<!-- 00:40:20 -->
We are a generation of men raised by women.
I am wondering if another woman
is really the answer to our questions.
...
<!-- 01:03:47 -->
First you must know,
not fear, but know,
that some day, you will die.
<span lang="latin" class="notranslate">[memento mori]</span>
...
<!-- 01:10:59 -->
We have all been raised on television
to <b>believe</b> that one day we will be
millionaires and movie gods and rock stars...
but we will never be.
We are slowly learning that fact,
and we are very, very pissed off.
...
<!-- 01:10:39 -->
We are the middle-children of history.
We have no purpose, no place.
<br>
<!-- 01:10:44 -->
We have no Great War, no Great Depression.
<b class="nowrap">Our great war is a spiritual war</b> [psychowar, infowar],
our great depression is our life.
...
<!-- 01:38:31 -->
You decide your level of involvement
...
<!-- 01:38:45 -->
Forget what you know,
about life, about friendship
...
<!-- 00:19:33 -->
This is your life,
and it is ending one minute at a time
...
<!-- 01:19:24 -->
I am Jack's wasted life
...
<!-- 01:39:00 -->
<b class="nowrap">What do you want to do before you die?</b>
...
<!-- 01:39:55 -->
Stop trying to control everything, just let go. Let go!
...
<!-- 02:15:35 -->
<!-- this is the end of the german movie -->
You met me in a strange phase of my life
<br>
&mdash; <span class="notranslate">Fight Club (1999), Tyler Durden [M1], Chuck Palahniuk [M4]</span>
<!--
https://www.goodreads.com/work/quotes/68729 # Fight Club by Chuck Palahniuk
-->
</div>
<div class="para">
TODO move:
Concept:
Home Office and Home Schooling.
Private office for 2 to 4 people.
Private school for 4 to 8 people.
Why should I always sit at home alone?
We do not have to share the same apartment.
Working together during the day is enough.
</div>
<div class="para">
TODO move:
If you are honest: your life has no meaning.
So you might as well drop everything,
and help me prove (and spread) my crazy theory.
But you will not do that because you have "no time".
I call it: inertia, comfort, false patience, false loyalty,
false security, investment protection,
"too late", "too old", repression, stubbornness, ignorance.
</div>
<div class="para">
TODO move:
But also: We all are "trapped in shit".
<b>Such a theory of paradise on earth only makes sense
if you have a concrete place,
where you can actually live this theory.</b>
It must be a place where only like-minded people live,
where there are no strangers who disturb.
Example: rural living community, eco-village, Shaolin monastery, historic village,
Amish people, <b>traditional agriculture</b>, manual labor.
</div>
<div ol="de" class="para">
You stick your nose into things, that are none of your business
...
I have no fear from you, even if you throw me in jail
&mdash; <span lang="de" class="notranslate">2ara - Bullenschwein</span>
[police pig]
</div>
<div ol="en" class="para">
We should forget about small efficiencies about 97% of the time.
Premature optimization is the root of all evil.
&mdash; <span class="notranslate">Donald Knuth</span>
</div>
<div ol="en" style="display:none" class="para">
It is impossible to sharpen a pencil with a blunt ax.
It is equally vain to try to do it with ten blunt axes instead.
&mdash; <span class="notranslate">Edsger Dijkstra</span>
</div>
<div ol="en" style="display:none" class="para">
I have been told that one of the reasons for the longevity of the Roman bridges
is that their designers had to stand under them when they were first used.
It may be time to put a similar discipline into the software field.
&mdash; <span class="notranslate">Henry Baker</span>
</div>
<div ol="en" style="display:none" class="para">
The critical driver of every successful project is its focused ruthlessness.
&mdash; <span class="notranslate">Grady Booch</span>
</div>
<div ol="de" class="para">
I will not go to sleep today,
I am working on big plans
<br>
&mdash; <span lang="de" class="notranslate">Rakede - Schlafen gehen</span>
</div>
<div ol="de" class="para">
<b>Beginning determines the rest.</b>
When I get up, do I have a good mood?
Then it will be a good day.
When I get up, do I have only shit in my brain?
Then I will waste the day.
</div>
<div ol="de" class="para">
Love is a wild animal
...
Amuur Amuur, everyone just wants you tame
&mdash; <span lang="de" class="notranslate">Rammstein - Amour</span>
</div>
<div ol="de" class="para">
We are made for the things we love.
&mdash; <span lang="de" class="notranslate">Rakede - Sonne</span>
</div>
<div ol="de" class="para">
Have a nice day and let me be a good man.
Blame your mental capacity,
if you do not laugh at K.I.Z, you amoebas.
...
You write history, we dictate.
...
The truth is not in your school books.
...
Where is world war three?
Do you want me to fall asleep up here?
&mdash; <span lang="de" class="notranslate">K.I.Z - Wir</span>
</div>
<div ol="de" class="para">
I am not coming with you to the door, we go straight into the forest.
<br>
This is free violence, I am fighting for raw love.
&mdash; <span lang="de" class="notranslate">K.I.Z - Geld Essen</span>
</div>
<div ol="en" class="para">
<!--
I am walking through a misery, the mystery is killing me.
The feeling I am recieving, looks to be decieving.
Believers see that thing we call a deathtrap, so step back.
The system is infected with a plan that;
Eliminates the way that you are used to kick your feet back.
So many ways to see that this is nothing but a mad man's world.
And you will come along for the third world order,
you got to command to what they order.
And you got to be mad enough to work for truth and honesty.
it is a no go, in slo-mo, it shows that all you hoes went for mo' dough.
No hope is what I see when you believe in TV,
the government is enemy.
Felonies are meant to be broken.
Everything is relevant, the enemy hopes for,
death and progression, can not get closer.
Everything is hopeless, mankind is broken.
-->
No hope is what I see when you believe in TV, the government is enemy ...
Everything is hopeless, mankind is broken.
<br>
&mdash; <span class="notranslate">Fre4knc - This Misery (feat. Mongoose)</span>
</div>
<div ol="de" class="para">
This is Tarek K.I.Z, half proletarian half prophet,
I am fucking up the scene and flying to the next planet.
Rap about my device and the ruble rolls,
K.I.Z is alchemy, we turn shit into gold.
That we flood the market is God's punishment.
If you have the album, you can get on the ark.
I declare war on you like your grandpa,
It is not entirely kosher, all wear pink.
Cute, I eat peace-doves for breakfast,
you want to be rich, I put you on ice.
It is war of the worlds, us against everyone,
the old school hates us, and throws prostheses.
You can show up to the battle with your friends,
tomorrow hang strange fruits on the trees.
...
Germany dreams of us at night,
give us your love, buy our hate.
&mdash; <span lang="de" class="notranslate">K.I.Z - Outro (Böhse Enkelz)</span>
</div>
<div ol="latin" class="para">
Justice being taken away, then, what are kingdoms but great robberies?
For what are robberies themselves but little kingdoms?
<br>
&mdash; Augustine of Hippo - The City of God 4.4.1 (<span lang="latin" class="notranslate">De Civitate Dei,</span> year 400)
<!--
4.4.1 = book 4, chapter 4, sentence 1
https://libgen.rs/search.php?&req=The+City+of+God+Augustine+Hippo
De civitate Dei. Libri I-X. Aurelius Augustinus. 1955.pdf
Remota itaque iustitia, quid sunt regna nisi magna latrocinia?
Quia et latrocinia quid sunt, nisi parua regna?
The city of God. 2000. Marcus Dods. Thomas Merton. Saint Bishop Augustine of Hippo.epub
https://www.goodreads.com/quotes/565971-justice-being-taken-away-then-what-are-kingdoms-but-great
https://libquotes.com/augustine-of-hippo/quote/lbr1s9k
Justice being taken away, then, what are kingdoms but great robberies?
For what are robberies themselves, but little kingdoms?
https://www.goodreads.com/quotes/7325567-an-unjust-law-is-no-law-at-all
An unjust law is no law at all.
-->
</div>
<div ol="en" class="para">
I only believe in statistics that I doctored myself.
<br>
You have enemies? Good. That means you've stood up for something, sometime in your life.
<br>
The best argument against democracy is a five-minute conversation with the average voter.
<br>
&mdash; <span class="notranslate">Winston Churchill [M3]</span>
</div>
<div ol="de" class="para">
This world is full of crazy people,
you thought that there were no more heros.
K.I.Z wear judge wigs,
we drive through your hood and practice self-justice.
...
Police are a gang, politicians are mafia godfathers,
I am the law, run from the gun store to the record store.
...
<b>You became cops because you are too weak to become criminals</b>,
and you want eternal life, you feed on souls,
you monitor my ghetto with diamond-studded hearing aids.
Give power to migrant invaders, like in the United States,
finally Obama can enslave the whites.
&mdash; <span lang="de" class="notranslate">K.I.Z - Selbstjustiz</span>
</div>
<div ol="en" style="display:none" class="para">
For the first time in history,
our planet is threatened by humans and our behavior,
to such an extent that the climate,
the habitat, and evolution itself may change forever.
<br>
We're faced with choices,
choices that will affect all of our lives,
the lives of our offspring and those to come.
<br>
&mdash; <span class="notranslate">Nero - Choices</span>
</div>
<div ol="en" class="para">
A single death is a tragedy, a million deaths is a statistic.
<br>
&mdash; <span class="notranslate">Josef Stalin</span>
</div>
<div ol="fr" class="para">
Kill one human, and you are a murderer.
Kill millions of humans, and you are a conqueror.
Kill them all, and you are a God.
&mdash; <span lang="en" class="notranslate">Edmond Rostand</span> - Thoughts of a Biologist, 1938
<!--
On tue un homme, on est un assassin.
On tue des millions d'hommes, on est un conquérant.
On les tue tous, on est un dieu.
Edmond Rostand - Pensées d'un biologiste
-->
</div>
<div ol="de" class="para">
People never lie so much as before an election, during a war, or after a hunt.
&mdash; <span lang="de" class="notranslate">Otto von Bismarck</span>
</div>
<div ol="de" class="para">
Someone who does not know the truth is just an idiot,
but someone who knows the truth and calls it a lie is a criminal.
<br>
Hungry man, reach for the book, it is a weapon.
<br>
Robbing a bank is a job for amateurs, true professionals found a bank.
<br>
&mdash; <span class="notranslate">Bertolt Brecht</span>
</div>
<div ol="de" class="para">
This is the secret of propaganda:
He, who is the target of propaganda,
should be completely immersed in the ideas of propaganda,
without him ever noticing, that he is being immersed.
<!--
propaganda, subliminal, subconscious, invisible, hidden hand, soft power, nudging, transformational leadership style
-->
&mdash; <span class="notranslate">Joseph Goebbels</span>
</div>
<div ol="de" class="para">
The goal of socialism is,
to eliminate the individual and his personality.
Socialism can appear anywhere at any time,
when humans end the connection to God,
and begin to worship nothingness.
<!--
original text:
Der Staatssozialismus und der chiliastische Sozialismus
sind für Schafarewitsch "zwei Formen der Verkörperung
eines einheitlichen Ideals" (S. 369). Dass er den Sozialismus als
Ideologie ernst nimmt und all seine Äußerungen auf den Zweck
hin untersucht, das Individuum mit seiner Persönlichkeit auszulöschen,
macht die Stärke seines Buchs aus.
Der Sozialismus war eben nicht
die neueste Metamorphose der russischen Sklavenseele
oder der asiatischen Despotie,
er kann überall jederzeit auftauchen,
wenn der Mensch die Verbindung zu Gott gekappt hat
und das Nichts anzubeten beginnt.
-->
&mdash; <span class="notranslate">Dimitrios Kisoudis, AFD</span> - The death drive in history. Manifestations of socialism, Foreword, 2016
<!--
https://annas-archive.org/md5/442fe790c4eb816593732eb0e0e7776b
Der Todestrieb in der Geschichte. Erscheinungsformen des Sozialismus. Igor Schafarewisch. Dimitrios Kisoudis. 2019.pdf
-->
</div>
<div ol="de" class="para">
We just have nothing to do, and so we waste our days.
<br>
We sit around depressed, tomorrow we will kill ourselves.
<br>
&mdash; <span class="notranslate">Terrorgruppe - Rumhängen</span>
[hanging around]
<!--
https://www.youtube.com/watch?v=2PogLMly-gA
-->
</div>
<div ol="de" class="para">
We must get out,
the music was too loud,
a new house,
let us see how long it takes,
until someone complains,
and the police come,
because our look is wrong.
Until they finally have reasons,
to kick us out again,
because an official gave the order.
&mdash; <span class="notranslate">Terrorgruppe - Wir müssen raus</span>
[we must get out]
<!--
https://music.youtube.com/watch?v=UZ7uu81Ldjw
https://genius.com/Terrorgruppe-wir-mussen-raus-lyrics
Ein anderer Laden, ein neues Haus
Die Bar macht dicht, wir müssen raus
Wir müssen raus
Der Proberaum im Hinterhaus
Aus der Traum, wir müssen raus
Wir müssen raus
Wir müssen raus
Die Musik war zu laut, ein neues Haus
Mal sehn wie lang es braucht
Bis einer sich beschwert
die Polizei vorfährt
Denn unser Aussehen ist verkehrt
Bis es endlich Gründe gibt
Dass man uns erneut abschiebt
Weil ein Beamter es verfügt
Im Club da war ne Razzia
Schnell ist auch ein Vorwand da
Wir müssen raus
Das Grundstück wurde heut verkauft
Ein Großmarkt wird hierhergebaut
Wir müssen raus
Wir müssen raus
Die Musik war zu laut ein neues Haus
Mal sehn wie lang es braucht
Bis einer sich beschwert, die Polizei vorfährt
Denn unser Aussehen ist verkehrt
Bis es endlich Gründe gibt
Dass man uns erneut abschiebt
Weil ein Beamter es verfügt
Wir müssen raus
Die Musik war zu laut, ein neues Haus
Mal sehn wie lang es braucht
Bis einer sich beschwert, die Polizei vorfährt
Denn unser Aussehen ist verkehrt
Bis es endlich Gründe gibt
Dass man uns erneut abschiebt
Weil ein Beamter es verfügt
-->
</div>
<div ol="de" class="para">
Hatred that needs no reasons seeks out the weakest enemy,
until even the thinnest skin seems like armor.
But <b>what use are beautiful metaphors if the stupid do not get it?</b>
It is getting dark in the West.
&mdash; <span class="notranslate">Yassin - Abendland</span>
[the west]
</div>
<!--
Yassin - Abendland
https://music.youtube.com/watch?v=RfjYeu__z1o
https://genius.com/Yassin-abendland-lyrics
[Intro: Bridge]
In Zeiten des Krieges,
Sehnt man sich nach Frieden.
Doch je stärker die Sehnsucht,
Desto härter die Hiebe.
[Part 1]
Das dickste Fell schützt die dünne Haut,
Nicht vor Kälte, die im Innern haust.
Missgunst reißt gierig die Pupillen auf,
Brüllt so laut, dass sie ihrer Beute alle Sinne raubt.
Hass, der keine Gründe braucht, sucht sich den schwächsten Feind,
bis selbst die dünnste Haut wie eine Rüstung scheint.
Doch was nützen die schönsten Metaphern,
wenn's die Dümmsten nicht raffen, es wird dunkel im Abendland.
[Hook]
Es wird dunkel im Abendland.
Es wird dunkel im Abendland.
[Bridge]
In Zeiten des Krieges,
Sehnt man sich nach Frieden.
Doch je stärker die Sehnsucht,
Desto härter die Hiebe.
[Part 2]
In wessen Welt wachst du morgen auf?
Wem gehört dein Geld und wem dein Haus?
Schau mich an, sag wofür willst du mich hassen?
Ich kann dir nichts mehr nehmen, wenn sie dir nichts mehr lassen.
Wir schlagen uns die Köpfe ein nur für den falschen Namen,
Um für die Kugel, die unseren Namen trägt zu zahlen.
Und wenn kein Licht mehr brennt, fürchtest du dich so wie ich mich jetzt,
es wird dunkel im Abendland.
[Hook]
Es wird dunkel im Abendland.
Es wird dunkel im Abendland.
Es wird dunkel im Abendland.
Es wird dunkel im Abendland.
Es wird dunkel im Abendland.
[Repeat Part 1 & 2]
Das dickste Fell schützt die dünne Haut,
nicht vor Kälte, die im Innern haust.
Missgunst reißt gierig die Pupillen auf,
brüllt so laut, dass sie ihrer Beute alle Sinne raubt.
Hass, der keine Gründe braucht, sucht sich den schwächsten Feind,
Bis selbst die dünnste Haut wie eine Rüstung scheint.
Doch was nützen die schönsten Metaphern, wenn's die Dümmsten nicht raffen,
Es wird dunkel im Abendland.
In wessen Welt wachst du morgen auf?
Wem gehört dein Geld und wem dein Haus?
Schau mich an, sag wofür willst du mich hassen?
Ich kann dir nichts mehr nehmen, wenn sie dir nichts mehr lassen.
Wir schlagen uns die Köpfe ein nur für den falschen Namen,
Um für die Kugel, die unseren Namen trägt zu zahlen.
Und wenn kein Licht mehr brennt, fürchtest du dich so wie ich mich jetzt,
es wird dunkel im Abendland.
-->
<div ol="de" class="para">
The "Federal Republic of Germany" system of state, offices, judges, police
and the all-powerful political mafia protect each other.
Law and order do not matter,
one crow does not peck out the eye of another crow,
these people protect each other,
and even the actual counterpart (the freelance lawyers)
largely play along with the game.
Any citizen who *seriously* rebels against the state, offices or judges,
is an enemy of the state, who is destroyed in focussed action.
...
The European Union started with fraud, and ends as a dictatorship
...
The United States rulers are by no means
interested in creating strong competition,
their goal is easy control of people.
<!--
Nur was zusammengefasst und bis ins Detail einschließlicher Bevölkerung durchstrukturiert ist,
-->
Only what is united, and structured down to the last detail,
can be controlled easily, also in the long term.
For this purpose, the peoples were conditioned to strict obedience [education],
without ever asking about the meaning of it all.
[Who believes will be saved.]
...
All actors involved in this European Union
(officers, politicians, commissioners, members of parliament),
benefit initially through very good salaries and extensive privileges,
and after leaving, through their contacts and reputation.
They follow every command,
even though they know fully well, that the European Union is working against the people,
and is based on undemocratic and dictatorial structures.
The people (as shown here) are not only lied to and cheated,
not only bullied and financially plundered, no,
they are also prevented from exercising their constitutional right
by the "Office for the Protection of the Constitution",
a secret service with a fake name.
This constitutional right says:
The people are allowed to do <b>self-organization</b> in political parties.
[Contradiction: bans of political parties.]
<br>
&mdash; <a lang="de" class="notranslate" href="https://libgen.rs/search.php?req=Werner+Wasserberg+-+Der+Staat+als+R%C3%A4uberbande"
>Werner Wasserberg - Der Staat als Räuberbande</a>
[the state as a gang of robbers],
<br>
Chapter 11: Political abuse of justice
</div>
<div ol="de" class="para">
You cunt put us on the index, I put your head in the oven,
you get the full program, bloody torture methods.
I shit on you all, <b>fuck protection of children</b>,
I will set the office on fire, let everything burn in the flames.
Monika you whore, you will pay for your actions,
<b>we have no censorship</b>, we do not do things by halves.
We know where you live, you can not hide,
see the track as a warning, you will miserably die.
&mdash; <span class="notranslate">Blokkmonsta, Schwartz, Uzi - Fick die BPJM</span>
<!--
https://music.youtube.com/watch?v=ZyGDgWVdZrM
https://genius.com/Uzi-blokkmonsta-and-schwartz-fick-die-bpjm-lyrics
[Part 1: Uzi]
Das ist nicht nur eine Drohung, das ist viel mehr ein Versprechen,
Ich reit ein in die Prüfstelle um euch alle abzustechen.
Die kleine dumme Hure Monika Griefahn muss sterben,
Dieser Track ist nur für dich und er kommt von ganzem Herzen.
Du verreckst an deinen Schmerzen eingeleitet durch die Klinge,
Nehm' dein Tod auf Band auf, danach kommt es auf den Index.
Ich scheiß auf euer Gremium, dafür frisst du meine Faust,
Du liegst am Boden voller schmerzen, ich tret' noch einmal drauf.
Du Fotze packst uns auf den Index, ich pack dein Kopf in Ofen,
Du kriegst das volle Programm, blutige Foltermethoden.
Ich scheiße auf euch alle, fick die BPJM,
Ich zünde die Behörde an, lass alles in den Flammen brenn'.
Monika du Hure du wirst büßen für die Taten,
Bei uns gibt's keine Zensur, wir machen keine halben Sachen.
Wir wissen wo du wohnst, du kannst dich nicht verstecken,
Sieh den Track als eine Warnung, du wirst elendig verrecken.
[Part 2: Blokkmonsta]
Monika Griefahn, du dumme kleine Hurentocher,
Willst du mir mein Mund verbieten, schlachte ich dich ab!
Ich besuche dich in deiner Prüfstelle mit CD,
Werd' sie in dein Maul stopfen, weißt du was ich nicht versteh?
Das 'ne kleine dumme Fotze ohne Ahnung von Musik,
Einfach wahllos Rap verbietet, hör zu was ich dir verbiet.
Du wirst nie mehr Schnauze öffnen ohne dass ich dir es sag,
Hurentocher geh anschaffen, bring mir Geld jeden Tag.
Jeden Tag sollst du bluten, deine Kehle öffne ich,
Ich betret' BPJM und stech die Klinge ins Gesicht.
Dein dummes breites Grinsen, werd' ich ficken immer wieder,
Ich komm mit der Kettensäge und zertrenn dir deine Glieder.
Nie wieder wirst du labbern, irgendetwas zensieren,
Meine Klinge ist der Grund, deinen Willen zu verlieren.
Merk dir ewig meinen Namen, ich werd' über dich wachen,
Teufelhure mach ein Fehler und dein Leben ist am verkacken.
[Part 3: Schwartz]
Rap ist wie Deutschland, er wird immer dreckiger,
Daher hasst uns hier jeder Mutter gefickte Politiker.
Sie können nicht ertragen, dass Schwartz den Hass rausschreit,
Von den Kopfkrank Studios in die ganze scheiß Welt.
Ich bin ein Teacher und gebe Unterricht,
Im Mutterfick für jedes kleine hirngefickte Kind.
Damit die Kinder lernen und bemerken wer die Scheiße baut,
Es ist diese kultusministeriums Drecksau.
BPJM, hier habt ihr's Offiziel,
Ich ficke euer Institut nur mit meinem Rap.
Monika Griefahn du wolltest ein Feature,
Doch ich sagte: "Nein du Nutte geh mal lieber putzen."
Die Fotze war beleidigt und eilig dabei unseren Scheiß zu verbieten,
Doch wir schlagen hier zurück und geben einen Fick.
Auf dein Verbot, Fotze komm klar,
Hier kommt die Hirntot Posse mit Akkkzt und Schwartz.
[zensur]
-->
</div>
<div ol="de" class="para">
States also have their taboos.
Rational state theory can rationally legitimize statehood [legal],
but is unable to explain the concrete state in the contingency of time, people and territory [legitimate].
Therefore, the nation state, becoming self-aware,
had to resort to taboos such as founding myths [lies].
<br>
&mdash; <a lang="de" class="notranslate" href="https://libgen.rs/search.php?req=Otto+Depenheuer+-+Recht+und+Tabu"
>Otto Depenheuer - Recht und Tabu</a>
[rights and taboos]
<!-- via: Werner Wasserberg - Der Staat als Räuberbande, kapitel 3 -->
</div>
<div ol="de" class="para">
They know, that I will break out,
and carry me, so I do not learn to walk.
&mdash; <span lang="de" class="notranslate">K.I.Z - Käfigbett</span>
[cage bed]
</div>
<div ol="de" class="para">
I want to be free, free as the wind when it blows
...
I am free, to kiss asses just like you, or to be alone
...
I am free, to eat cock for starvation wages
...
I steal the freedom, because I can not afford it
...
Endless debts, I must manage the money well,
I sniff a line and confuse being free with being high.
I can only endure my life when my pupils dilate,
my working hours decide when I can be free.
And they give you a pension so that you do not give up hope,
function, follow, do not freak out.
<br>
&mdash; <span class="notranslate">K.I.Z - Frei sein</span>
[to be free]
</div>
<div ol="de" class="para">
I am being born and see the light,
neon lights are blinding my face.
Unknown hands check my weight,
I realize early, I am fucked.
I go to school and learn their material,
they shoot the standard opinion into my head.
They show me math, control and fear,
I do not want to hear any of it, so I skip school often.
I am taught that I must cooperate,
otherwise the others can not love me.
And all the little edges and weaknesses,
no one out there should see.
If you are honest and express your opinion,
many people will start tripping.
They like to twist the words in your mouth,
because it is all about money and secrets.
Why do I feel so alone right now?
Why do we all wear masks to keep up the image?
I hear them say, "You must become something, you must be something",
Ha, okay.
I want to be free (Let freedom reign, let freedom reign, let freedom reign),
free as the wind when it blows.
I want to be free (Let freedom reign, let freedom reign, let freedom reign),
free like a star standing in the sky.
Do you believe what all say?
Do you believe what all claim?
Do you believe that you really can not change anything?
Say, can you trust this whole thing?
Do you believe you just need money?
Then you can buy freedom?
Do you believe you just have to go up in the cage,
then you can not get lost?
&mdash; <span lang="de" class="notranslate">Juju - Freisein (feat. Xavier Naidoo)</span>
[to be free]
<!--
Juju - Freisein (feat. Xavier Naidoo)
album:
Juju - Bling Bling (2019)
https://www.discogs.com/master/1565568-JuJu-Bling-Bling
https://genius.com/Juju-freisein-lyrics
[Refrain: Xavier Naidoo]
Ich will frei sein
(Let freedom reign, let freedom reign, let freedom reign)
Frei wie der Wind, wenn er weht
Ich will frei sein
(Let freedom reign, let freedom reign, let freedom reign)
Frei wie ein Stern, der am Himmel steht
Ich will frei sein
(Let freedom reign, let freedom reign, let freedom reign)
Ich will frei sein, nur frei sein, nur frei sein, nur frei sein
Ich will frei sein, nur frei sein
Ich will frei sein, nur frei sein, nur frei sein, nur frei sein
[Part 1: Juju]
Ich werde geboren und sehe das Licht
Neonröhren blenden mein Gesicht
Fremde Hände checken mein Gewicht
Mir wird früh schon klar, ich bin gefickt
Geh in die Schule und lern ihren Stoff
Sie ballern die Standardmeinung in mein'n Kopf
Sie zeigen mir Mathe, Kontrolle und Angst
Will nichts davon hör'n, deshalb schwänze ich oft
Mir wird beigebracht, ich muss mitziehen
Denn sonst könn'n mich die anderen nicht lieben
Und von all den ganzen kleinen Kanten und Schwächen
Darf niemand da draußen was mitkriegen
Wenn du ehrlich bist und deine Meinung sagst
Werden sehr viele Leute n Film schieben
Sie verdrehn dir so gerne die Worte im Mund
Denn es geht nur um Kohle und Intrigen
Warum fühl' ich mich grad so allein?
Warum wahren wir alle mit Masken den Schein?
Ich höre sie sagen: "Du musst etwas werden, du musst etwas sein"
Ha, okay
[Refrain: Xavier Naidoo]
Ich will frei sein
(Let freedom reign, let freedom reign, let freedom reign)
Frei wie der Wind, wenn er weht
Ich will frei sein
(Let freedom reign, let freedom reign, let freedom reign)
Frei wie ein Stern, der am Himmel steht
Ich will frei sein
(Let freedom reign, let freedom reign, let freedom reign)
Ich will frei sein, nur frei sein, nur frei sein, nur frei sein
Ich will frei sein, nur frei sein
Ich will frei sein, nur frei sein, nur frei sein, nur frei sein
[Part 2: Juju & Xavier Naidoo]
Glaubst du was alle erzählen?
Glaubst du was alle behaupten?
Glaubst du man kann wirklich gar nichts verändern?
Sag kannst du dem Ganzen vertrauen?
Glaubst du man braucht nur das Geld?
Dann kann man sich Freiheit erkaufen?
Glaubst du man muss nur nach oben im Käfig
Dann kann man sich ja nicht verlaufen?
Und glaubst du, dass
Glaubst du, dass von allen Leben auf der Welt eins
Wertvoller ist als deins? (Glaubst du das? Glaubst du das?)
Wenn du das glaubst, dann wirst du nie seh'n
Und verstehen, was ich mein', wenn ich sag'
[Refrain: Xavier Naidoo]
Ich will frei sein
(Let freedom reign, let freedom reign, let freedom reign)
Frei wie der Wind, wenn er weht
Ich will frei sein
Ich will frei sein, nur frei sein
Ich will frei sein
(Let freedom reign, let freedom reign, let freedom reign)
Frei wie der Wind, wenn er weht
Ich will frei sein
(Let freedom reign, let freedom reign, let freedom reign)
Frei wie ein Stern, der am Himmel steht
Ich will frei sein
(Let freedom reign, let freedom reign, let freedom reign)
Ich will frei sein, nur frei sein, nur frei sein, nur frei sein
Ich will frei sein, nur frei sein
Ich will frei sein, nur frei sein, nur frei sein, nur frei sein
-->
</div>
<div ol="de" class="para">
The enemy wants to destroy me, I know what will come,
I can trick death with immortal music.
&mdash; <span lang="de" class="notranslate">Massimo &amp; Tarek (K.I.Z) - Angst</span>
[fear]
<!--
https://www.youtube.com/watch?v=JKeftBg4I9Y
-->
</div>
<div ol="de" class="para">
What will these idiots do to your mind?
- Memorizing,
they teach you memorizing instead of understanding.
- They rob you of the ability to think for yourself.
- Exactly!
<b class="nowrap">Modern school-education produces specialized workers</b>
for a high-tech society,
that is inflating its structures into a ...
- work model that has never been modified since the Industrial Revolution,
do you understand?
I have no goal in my life, I could be dead tomorrow.
My escape from the system are my songs.
<b class="nowrap">I would never go back to school,</b>
<b class="nowrap">and if I would, I would tear it down.</b>
<br>
Do this, do that, everywhere is pressure to perform.
If you get lost on the way, your performance goes back.
Right from the first grade, they destroy people.
Reviews, comments, you get stuffed with the trip of your teacher.
And with a bad test result, you are afraid to go home,
can you imagine that? What is going on inside you?
If you avoid going home, because you will get a punishment?
Until your ass breaks?
<b>But the parents did not know any better,
because they were in the same shit too.</b>
If you do not get it at some point and break out,
of all the ego shit, that is just [going on].
Because everyone <b>is drilled for success</b>,
you will be surprised when <b>your inner child dies.</b>
The music brings back my inner child and,
a grin and a bit of sense.
Virtually, yes virtually,
everything is great, or what?
Virtually, yes virtually,
everything is great, but tell that to my skull.
<!--
Manchmal fühle ich mich innerlich leer,
als wäre da kein Kind mehr am Start.
Ohne ein Antrieb und melancholisch,
mir fehlts an Nichts, aber ich fühl mich oft so komisch.
<br>
Ich habe einen geilen Job mit geilen Kollegen,
und genug Freizeit, um ein Zeug zu erleben.
Dann spiel ich fast jedes Wochenende nur Gigs,
in Bayern kennt mich fast a jeder, des ist ja mal fix.
<br>
Eigentlich sollte ich mich freuen wie die Sau,
aber mein Pessimismus ist von damals leider halt noch da.
Seitdem ich Denken kann haben sie alle schlecht geredet,
daheim und in der Schule dann erst recht.
<br>
Wenn schon von klein auf jeder auf dich einredet und meint,
"den pressen wir schon rein in die Norm!"
Dann geht das nicht spurlos vorbei,
Seit dem ist ein Zeug in meinem Unterbewusstsein gespeichert
und jetzt hab ich den Scheiss.
<br>
Allweil am Schaufeln bin ich in meim Kopf,
in der Hoffnung dadurch krieg ich wieder mehr Platz.
So viel Zeug ist da drinnen immer noch,
das meiste hindert mich bloß dran zu verstehen, wer bin ich denn?
<br>
Aber der Haufen ist schon kleiner geworden,
und ich Gesellschafts-mäßig viel gscheiter geworden.
Doch ich mach weiter, bis die Schaufel glüht,
weil ich hab gehört, unter dem Dreck ist ein haufen Licht.
<br>
Eigentlich, ja eigentlich,
ist doch alles super, oder was?
Eigentlich, ja eigentlich,
ist doch alles super, aber sag das mal meinem Schädel.
<br>
-->
&mdash; <a lang="de" class="notranslate" href="https://soundcloud.com/boarischabou/06-eigentlich"
>BBou - Eigentlich</a>
[virtually]
</div>
<div ol="de" class="para">
The Statue of Liberty is a whore and I am fucking her
<br>
&mdash; <span lang="de" class="notranslate">Haftbefehl - Lass die Affen aus'm Zoo</span>
[release the monkeys from the zoo]
</div>
<div ol="de" class="para">
Do you want me to storm your show?
Kill your with a shit-filled toilet brush?
Now we party and German taxpayers pay,
I have a butler and a whirlpool in my deportation prison.
<br>
&mdash; <span lang="de" class="notranslate">Haftbefehl - Lass die Affen aus'm Zoo (Babos Remix) (feat. K.I.Z)</span>
[release the monkeys from the zoo]
</div>
<div ol="de" class="para">
<!--
[Part 1]
Nike-Socken, Schuhe Reebok, ich zieh' sie an und steig' ein im siebten Stock
Aus der Wohnung durch den Flur in den Aufzug, lauf' raus in die Blocks
Das ist OF-Main und nicht NY D-Block
Hafti abi und nicht Sheek Louch
Mainpark bleibt Afrika, hier siehst du keine Amis in der Siedlung
Messerstiche, Kopf- und Knieschuss, Kopfnuss, Highkick, Nase-, Kieferbruch
Kids drehen ab wie Chucky, die Mörderpuppe: du kriegst ohne Grund einen Stich in die Brust
Du Hundesohn ergreifst die Flucht, so wie wir vor der Kripo
Außer, du kaufst schlechten Schnuff für viel Geld, dann komm in die Hood
Mathildenviertel, Hermann, Dealer, Diebe, Räuber, Mörder
Kinder sind kaputt im Kopf, nenn sie KKK oder Gestörte
Kriegsgebiet, meine Herkunft, der Grund, warum mein Vater herkam
Vorname Hass, Nachname Gewalt steht in meinem Dokument im Pass von German
[Hook]
Engel im Herz, Teufel im Kopf
Engel im Herz, Teufel im Kopf
Hör auf die Stimme in dir
Hör auf die Stimme in dir
Hör auf die, hör auf die Stimme in dir
Hör auf die Stimme in dir
Hör auf die Stimme in dir
Hör auf die Stimme in dir
Hör auf die, hör auf die Stimme in dir
Hör auf die Stimme in dir
Hör auf die Stimme und nicht auf die in deinem Kopf
[Part 2]
Neuf-zéro-Narco, Chabo, neunzig-prozentiges Öl legt Wale um
Misch' bisschen Edelweiß rein und Knete, Cho, sonst klebt die Nase
Nasenscheidenwand weggefressen, Zähne fehlen in Kanacks' Fressen
Kinder auf 0,3 Lines, Gesetze keine Interesse
Butterflymesser stecken, so groß wie Justin Biebers Arm
Wenn ich sage: "jeder hat hier Dreck am Stecken", red ich nicht von Haschisch, von Arbia
Ich sag: "Blasen soll Justitia!", während dem Drive-by aus dem Honda Civic
Sorry, das war nicht ich, sondern Iblis
Sik, Sik, Sik, Sikiş, Brüder ficken mit dem Dajjāl
Estagfurullah - ah, Bruder
Mit "geh Lesen" mein ich nicht Book of Ra
Kriegsgebiet, meine Herkunft, der Grund, warum mein Vater herkam
Vorname Hass, Nachname Gewalt steht in meinem Dokument im Pass von German
[Hook]
Engel im Herz, Teufel im Kopf
Engel im Herz, Teufel im Kopf
Hör auf die Stimme in dir
Hör auf die Stimme in dir
Hör auf die, hör auf die Stimme in dir
Hör auf die Stimme in dir
Hör auf die Stimme in dir
Hör auf die Stimme in dir
Hör auf die, hör auf die Stimme in dir
Hör auf die Stimme in dir
Hör auf die Stimme und nicht auf die in deinem Kopf
-->
Angel in heart, devil in head.
<br>
Follow the voice in you, not the one in your head.
<br>
&mdash; <span lang="de" class="notranslate">Haftbefehl - Engel im Herz, Teufel im Kopf</span>
</div>
<div ol="de" class="para">
Backpacks full of angel trumpets,
we do not learn for school, we learn for life.
The hood is small,
but the horizon is wide.
Waste your time,
waste your time.
&mdash; <span lang="de" class="notranslate">Zugezogen Maskulin - Plattenbau O.S.T.</span>
<!--
[Part 1: Testo]
Ist bei dir zuhause alles Scheiße?
Jeden Tag bis in die Nacht Fußballplatz alleine
Mach dir nix drauß, uns geht's hier allen gleich
Wenn du ein Bier exen kannst, dann ham wir ein' Platz frei
Yüah - Grasflecken auf Tobehosen, Fischgräten auf Pullovern
Wir sind die coolen Jungs mit Gas in unser'n Kinderlungen
Bunte Plattenbauten, Himmel aschgrau
Yeah, hier sind wir zuhaus'
Uns're Gangzeichen eingeritzt im Arm
Fenster, die mal Hakenkreuze war'n und Feuerzeugbrandnarben
Skinhead Girl, Haarpracht, Pony lang, Rest ab
Düngen uns're Akne mit Billigschnaps
[Bridge 1: Testo]
Komm mit uns, verschwende deine Zeit
Spielplatz zwischen Riesenblocks, wir stell'n uns auf im Kreis
Saufen um die Wette und dann tanzen wir zu Aggro Ansagen
Im Blaulicht der Krankenwagen
[Hook: Ada Sternberg](2x)
Das Viertel das ist klein
Doch der Horizont ist weit
Verschwende deine Zeit
Verschwende deine Zeit
[Part 2: Testo]
Wo mal dein Fahrrad stand, liegt jetzt nur dein Schloss im Graben
Dein schönes, neues Fahrrad ging im Moorteich baden
Wir machen dich besoffen und dann gehst du kippen klau'n - Yeah
Wir sind genau die Freunde, die du brauchst
Komm, wir fangen Stress an und kriegen auf die Fresse
Klettern auf junge Bäume, um sie abzubrechen
Badeanstalt - werden rausgeschmissen, denn wir werfen mit Matsch und zeigen Penis den Mädchen
Rucksäcke voll mit Engelstrompeten
Wir lern' nicht für die Schule, wir lernen für's Leben
Wollten noch ein Mädchen daten - lieber doch nicht
Das ist kein Deutsch mehr, was ich quatsche ist Kartofflisch
[Bridge 2: Testo]
Keiner kann uns kleinen Pisser mehr versteh'n
Doch irgendwo geh'n wir schon hin, überall sind wir im Weg
Seit dem Magenauspumpen geht dein Blick ins Leere
Und im Fernsehen läuft 'ne Teeniekomödie
[Hook: Ada Sternberg](1x)
Das Viertel das ist klein
Doch der Horizont ist weit
Verschwende deine Zeit
Verschwende deine Zeit
https://genius.com/Zugezogen-maskulin-plattenbau-ost-lyrics
-->
</div>
<div ol="de" class="para">
I am not from the East Side, I am not from the West Side,
brother I am from the Stone Age.
Everyone here says I am likeable and nice,
a Gysi on the street and a Stalin in bed.
Yesterday I played "what should I vote",
what came out, brother? Caliphate!
&mdash; <span lang="de" class="notranslate">K.I.Z - VIP in der Psychiatrie</span>
<!--
[Intro: Stunna666]
V.I.P. in der Psychiatrie, ey
V.I.P. in der Psychiatrie, ey
V.I.P. in der Psychiatrie, ey
V.I.P. in der Psychiatrie
[Part 1: Tarek K.I.Z]
Schizo-Schizo-Schizophrene Störung, Arme wie Mike Tyson (Ah)
Mit mir willst du nicht im Fahrstuhl stecken bleiben
Tarek K.I.Z, ich kam aus Afrika geschwomm'n
Du denkst, es regnet, doch ich schlachte grad ein Schaf auf dem Balkon
Wenn es einen Gott gibt, wieso kann er's nicht verhindern?
Silvester mach' ich Gulasch aus abgesprengten Fingern
Amputiere mir das Bein mit der elektronischen Fußfessel (Was?)
Ramm' meine Zunge zwei Meter in deine Schwulenfresse
Geil! Ich bin ein gottloser Hund
Ich reiß' dein'n Schädel ab und scheiße in dein'n kopflosen Rumpf
Ah, Tarek K.I.Z, ich bin ein Kannibale (Hast du gehört?)
Zersäge deine Leiche in der Badewanne
[Pre-Hook: Stunna666]
V.I.P. in der Psychiatrie, ey
V.I.P. in der Psychiatrie, ey
V.I.P. in der Psychiatrie, ey
Luxus-Suite, Zwangsjacke Givenchy (Ey)
[Hook: Stunna666]
V.I.P. in der Psychiatrie, ey
V.I.P. in der Psychiatrie, ey
V.I.P. in der Psychiatrie, ey
Luxus-Suite, Zwangsjacke Givenchy (Ey)
[Part 2: Maxim K.I.Z]
Meine Schreibmaschine hat keine Buchstaben
Außer H-U-R-E-N-S-O-H-N
Ich komm' nicht aus der East Side, komm' nicht aus der West Side
Bruder, ich komme aus der Steinzeit, eh
Ich hau' dir deine Schädeldecke ein
Und dafür geht mein Doppelgänger lebenslänglich rein
Blutige Balenciagas in meiner Bärenfalle
In meinem DNA-Test steht, ich bin ein Rhesusaffe (Wuh, wuh)
Ich bin auf dem Asphalt aufgeklatscht
Weil ich keinen Fallschirm öffne, der nicht zu mei'm Outfit passt, eh
Jeder hier sagt, ich bin sympathisch und nett
Ein Gysi auf der Straße und ein Stalin im Bett, eh
[Pre-Hook: Stunna666]
V.I.P. in der Psychiatrie, ey
V.I.P. in der Psychiatrie, ey
V.I.P. in der Psychiatrie, ey
Luxus-Suite, Zwangsjacke Givenchy (Ey)
[Hook: Stunna666]
V.I.P. in der Psychiatrie, ey
V.I.P. in der Psychiatrie, ey
V.I.P. in der Psychiatrie, ey
Luxus-Suite, Zwangsjacke Givenchy (Ey)
[Part 3: Nico K.I.Z & Maxim K.I.Z]
Nico K.I.Z, der Rapper mit dem Damenbart (Wuh)
Zum tagsüber Saufen brauch' ich keinen Vatertag (Eh-eh)
Gestern saß ich vor dem Wahl-O-Mat
"Was kam raus Bruder?" Kalifat!
D-D-Das ist jetzt das zwanzigste Dick-Pic, bitte um Feedback (Feedback, Feedback)
Mit Mitte dreißig übe ich nicht mehr, wie man vorm Beat rappt
Die verdammten Groupies nehmen sich, was ihnen zusteht, mit Gewalt
Meine Olle kommt durch die Tür, wittert die versteckten Girls wie Christoph Waltz
Ich hab' Grillz aus Elefantenzähnen
Ich scheiße auf die JUICE, denn ich kann nicht lesen (Nein)
Ich zieh' den Schwanz aus meiner Stiefschwester
Und mach' 'n Abgang, so wie Heath Ledger
[Hook: Stunna666]
V.I.P. in der Psychiatrie, ey
V.I.P. in der Psychiatrie, ey
V.I.P. in der Psychiatrie, ey
Luxus-Suite, Zwangsjacke Givenchy (Ey)
https://genius.com/Kiz-vip-in-der-psychiatrie-lyrics
-->
</div>
<!--
TODO lyrics
Haftbefehl - Lass die Affen aus'm Zoo (Babos Remix) (feat. K.I.Z)
endzeit
https://music.youtube.com/watch?v=qS9TAXcUXck
https://genius.com/Haftbefehl-lass-die-affen-ausm-zoo-babos-remix-lyrics
album: Haftbefehl - Russisch Roulette (Deluxe Edition) (2014) https://www.discogs.com/release/6698268-Haftbefehl-Russisch-Roulette
lyrics: https://genius.com/Haftbefehl-lass-die-affen-ausm-zoo-babos-remix-lyrics
[Intro: Haftbefehl]
069, ahhh
<br>
[Hook: Haftbefehl]
Lass die Affen ausm Zoo, cho
Lass die Affen ausm Zoo, Blanco
Lass die Affen ausm Zoo, cho
Lass die Affen ausm Zoo, pu pu pu pu
<br>
Lass die Affen ausm Zoo, pu pu pu pu
Lass die Affen ausm Zoo, pu pu pu pu
Lass die Affen ausm Zoo, pu pu pu pu
Lass die Affen ausm Zoo
<br>
[Part 1: Nico]
Haare aufm Rücken, Shox an Händen und Füßen,
Affen ausm Zoo, was gentrifizieren?
Das Rudel ist da, wie, wir kommen nicht nackt rein?
Ich bin ein Superstar, ja? (Uh-ah-ah-ah!)
<br>
Ich fick allein doppelt so viel wie ihr Zecken,
Dadurch, dass mich bekloppte Schlampen mit Maxim verwechseln.
Nico K.I.Z der Gott an der Vodka Bong,
dein Album ist wie ne Frau, es interessiert keinen ob es kommt.
<br>
Schnapp mir ne weiße Braut, kletter ein Hochhaus rauf,
Knöpf mir die Hose auf, steck sie mir oben drauf.
Spritz ab und die tote Maus klatscht auf den Boden auf,
Und die Kameras halten sofort drauf.
<br>
Ich ficke deine Mutter, Arsch und in die Schnauze,
Doch nicht zu doll, will die Organe noch verkaufen.
Das wird die Party des Jahrtausends,
Ich mach auf unzurechnungsfähig und bin in zwei Jahren wieder draußen.
<br>
[Hook: Haftbefehl]
Lass die Affen ausm Zoo, cho
Lass die Affen ausm Zoo, Blanco
Lass die Affen ausm Zoo, cho
Lass die Affen ausm Zoo, pu pu pu pu
<br>
Lass die Affen ausm Zoo, pu pu pu pu
Lass die Affen ausm Zoo, pu pu pu pu
Lass die Affen ausm Zoo, pu pu pu pu
Lass die Affen ausm Zoo
<br>
[Part 2: Tarek]
Man findet deine Leiche mit Plakat um den Hals,
Darauf steht "Ich hatte mit Tarek einen Streit, tut mir wahnsinnig Leid"
Deine Mutter ist dein Vater, ich schlage dich kaputt wie ne Piñata,
und kriege ein gelutscht von Alice Schwarzer.
<br>
Ich pumpe diesen Beat und die Kakerlaken twerken,
Zieh die Line vom Groupie-Arsch und lass den Nasenkaffee wirken.
Bin im Koksrausch, komme von der Toilette,
Boxe die Klofrau, Lass-die-Affen-aus-dem-Zoo-Sound.
<br>
Tarek K.I.Z mein Sex ist krank,
Mädchen zerren mich ins Bett und schreien "Steck mich an!"
Ich besorge mir das Menschenfleisch für mein Döner,
Hinter der Abtreibungsklinik in einem Müllcontainer.
<br>
Willst du, dass ich deine Show stürme?
Dich totschlage mit ner vollgeschissenen Klobürste?
Jetzt wird auf Kosten deutscher Steuerzahler Party gemacht,
Ich hab ein Butler und ein Whirlpool in meim Abschiebeknast.
<br>
[Hook: Haftbefehl]
Lass die Affen ausm Zoo, cho
Lass die Affen ausm Zoo, Blanco
Lass die Affen ausm Zoo, cho
Lass die Affen ausm Zoo, pu pu pu pu
<br>
Lass die Affen ausm Zoo, pu pu pu pu
Lass die Affen ausm Zoo, pu pu pu pu
Lass die Affen ausm Zoo, pu pu pu pu
Lass die Affen ausm Zoo
<br>
[Part 3: Maxim]
Ich bin ein illegaler Einwanderer aus dem All,
Ich brauch kein Kokain, um unangenehm aufzufallen.
Ich mach auf beste Freundin, geh mit deiner Frau jetzt mit auf Klo,
Und ficke sie im Hintergrund von deim Enthauptungsvideo.
<br>
Ich werd dich hier mit Sperma waterboarden,
Schieße ein paar Nutten tot mit dem Champagnerkorken.
Ich breche euch die Finger mit dem Flaschenöffner,
CIA-Folterschule, ich war Klassenbester.
<br>
Ich bin der Ein-Mann-Kinderpornoring,
Zu meinem Geburtstag lass ich Merkel aus der Torte springen.
Rapper schreiben jetzt Songs für ihre Mütter,
Doch wir schreiben schon seit zehn Jahren Songs für ihre Mütter.
<br>
In meiner Schultüte war nichts außer ein Butterfly,
Ich mach das Rattengift in das Überraschungsei.
Ihr wolltet mich umbringen ihr Missgeburten,
Ich komm nach Shampoo duftend aus den Giftgasduschen.
<br>
[Outro: Haftbefehl]
Azzlack
Baba Haft
Motherfuck
Nummer 1
-->
<!--
Ufo361 - 110 (feat. Sido)
https://soundcloud.com/scorpiio243/ufo361-110-feat-sido
Tausend Verbrecher chillen vor meiner Tür,
Komm nicht hier her, besser ich komm zu dir.
Denn wir beide kommen aus verschiedenen Welten,
Nein, auch die Bullen können dir hier nicht helfen.
Wer du bist, intressiert hier keinen,
Auch nicht, wie viele ihr seid.
Tag und Nacht stehn sie hier bereit,
Und nehmen dir deins, weil ihres nicht reicht.
Guck, diese Opfer machens wieder zu leicht,
Alles weg - seine Schuld!
Wenn er Glück hat, kommen zwei, drei Bullen,
Also, Masafaka, wähl die 110!
[Hook: Ufo361]
Wähl die 110,
Wähl die 110.
Keiner von uns wird dir helfen,
Keiner von uns wird dir helfen.
&mdash; <span class="notranslate">Ufo361 - 110 (feat. Sido)</span>
https://genius.com/Ufo361-110-lyrics
[Intro: Ufo361]
Ja, ja, ja, jaja
[?], jaja
Ja, [?], jaja (110)
Ja, ja
[Hook: Ufo361]
Wähl die 110
Wähl die 110
Keiner von uns wird dir helfen
Keiner von uns wird dir helfen
Wähl die 110
Wähl die 110
Keiner von uns wird dir helfen
Keiner von uns wird dir helfen, ja
Wähl die 110, ja
Wähl die 110, ja
Keiner von uns wird dir helfen, ja
Keiner von uns wird dir helfen, ja
Wähl die 110, ja
Wähl die 110, ja
Keiner von uns wird dir helfen, nein, nein
Nein, nein, keiner von uns wird dir helfen, ja
Wähl die 110
[Part 1: Ufo361]
Dicka, mach nicht ein'n auf hart (hart, hart)
Dicka, bleib ma' lieber brav (brav, brav)
Denn meine Knarre ist scharf
Machst du Faxen, ja, dann wirst du bestraft (haha)
Jetzt ruf die Bullen, Dicka, los (los, los)
Bis sie hier sind, bist du tot (tot, tot)
Von wegen sie helfen in Not, ja (haha), ja
Du singst bei den Bullen wie Ashanti (whoo)
Bin auf der Flucht vor 'nem munchie (whoo)
Schnell, nimm die Beine in die Hand, jaja
Du bist ein Hund, du zeigst mich an, jaja
Lauf, lauf, Forrest, lauf!
Nein, ich geh' nicht in den Bau
Mach' mich lieber ausm Staub, jaja
Mach' mich lieber ausm Staub
[Hook: Ufo361]
Wähl die 110
Wähl die 110
Keiner von uns wird dir helfen
Keiner von uns wird dir helfen
Wähl die 110
Wähl die 110
Keiner von uns wird dir helfen
Keiner von uns wird dir helfen, ja
Wähl die 110, ja
Wähl die 110, ja
Keiner von uns wird dir helfen, ja
Keiner von uns wird dir helfen, ja
Wähl die 110, ja
Wähl die 110, ja
Keiner von uns wird dir helfen, nein, nein
Nein, nein, keiner von uns wird dir helfen, ja
Wähl die 110
[Part 2: Sido]
Tausend Verbrecher chill'n vor meiner Tür
Komm nicht hier her, besser ich komm' zu dir
Denn wir beide komm'n aus verschiedenen Welten
Nein, auch die Bullen könn'n dir hier nicht helfen
Wer du bist, intressiert hier kein'n
Auch nicht, wie viele ihr seid
Tag und Nacht steh'n sie hier bereit
Und nehmen dir deins, weil ihres nicht reicht
Guck, diese Opfer machen's wieder zu leicht
Alles weg - seine Schuld!
Wenn er Glück hat, komm'n zwei, drei Bull'n
Also, Masafaka, wähl die 110!
[Hook: Ufo361]
Wähl die 110
Wähl die 110
Keiner von uns wird dir helfen
Keiner von uns wird dir helfen
Wähl die 110
Wähl die 110
Keiner von uns wird dir helfen
Keiner von uns wird dir helfen, ja
Wähl die 110, ja
Wähl die 110, ja
Keiner von uns wird dir helfen, ja
Keiner von uns wird dir helfen, ja
Wähl die 110, ja
Wähl die 110, ja
Keiner von uns wird dir helfen, nein, nein
Nein, nein, keiner von uns wird dir helfen, ja
Wähl die 110
-->
<!--
TODO lyrics
Scars On Broadway - They Say (The World Is About To End)
endzeit
https://www.youtube.com/watch?v=6wRh-RvSBXI # faster. 8.435% faster to match the live tempo
-->
<!--
TODO zitate: Volker Pispers
Kapitalismus ist eine Religion
-->
<!-- weniger relevant, zu schwammig -->
<div style="display:none" class="para">
[Hook]
Niemand weiß, was ich gesehen hab', niemand war dabei
Du hast dein Bild und ich mein Bild und die Schnittmenge wir zwei
Das macht drei Bilder, die sich weiter streiten und vereinen
Doch die Wahrheit bleibt, egal ob wir zu zweit oder allein sind
Niemand weiß, was ich gesehen hab', niemand war dabei
Du hast dein Bild und ich mein Bild und die Schnittmenge wir zwei
Das macht drei Bilder, die sich weiter streiten und vereinen
Doch die Wahrheit bleibt, egal ob wir zu zweit oder allein sind
[Part]
Ich weiß mehr, als du denkst, kenn' den Schmerz, den du kennst
Der die Erde durchtränkt, doch mein Herz hat ihn längst
Anerkannt als den Tribut für das Geschenk der Existenz
Doch er vergiftet dir das Blut, wenn du ihn in dir selbst bekämpfst
Es gibt keinen Ausweg also renn nicht weg sondern drauf zu
Wer sein Leiden mit der Faust schlägt tut ihm Unrecht
Es braucht Mut es mit beiden Armen fest zu umschlingen und zu trösten
Statt es taub abzuweisen als Verbündeten des Bösen
Es im Innern zu erlösen, um euch beide zu befreien
Von dem Weinen und dem Schreien, es zu kleiden in dein Sein
Dunkelheit kann dich nicht jagen, du läufst nur mit dem Licht davon
In die falsche Richtung bis du denkst, dass sie nicht mehr kommt
Doch du hast mir nicht geglaubt, also nahm ich dich
Und habe in die Nacht mit dir geschaut
Du sagtest, dass du dich nicht traust und ich dacht' ich wäre schlau
Als ich vorging mit den Worten "Komm, ich passe auf dich auf"
Wie viel Kraft hab ich gebraucht, für die Last auf meinem Haupt
Manchmal kämpfte ich mit Krämpfen gegen den Hass in meinem Bauch
Doch dann schaffte ich es auch, aus dem Knast und aus dem Grau
Ob du sahst was ich gesehen hab, mach' ich mir nix mehr draus
[Hook]
Niemand weiß, was ich gesehen hab', niemand war dabei
Du hast dein Bild und ich mein Bild und die Schnittmenge wir zwei
Das macht drei Bilder, die sich weiter streiten und vereinen
Doch die Wahrheit bleibt, egal ob wir zu zweit oder allein sind
Niemand weiß, was ich gesehen hab', niemand war dabei
Du hast dein Bild und ich mein Bild und die Schnittmenge wir zwei
Das macht drei Bilder, die sich weiter streiten und vereinen
Doch die Wahrheit bleibt, egal ob wir zu zweit oder allein sind
&mdash; <span class="notranslate">Amewu - Schnittmenge</span>
</div>
<div style="display:none" class="para">
Ich trinke auf ...
Auf gute Freunde, verlorene Liebe, auf alte Götter, und auf neue Ziele.
Auf den ganz normalen Wahnsinn, auf das was einmal war.
Darauf dass alles endet, und auf ein neues Jahr.
<br>
&mdash; <span class="notranslate">Böhse Onkelz - Auf gute Freunde</span>
<!--
[Strophe 1]
Verschüttete Träume, Bilder aus alten Tagen
Vom Wahnsinn, den ich lebte und was sie mir heute sagen
Ich schlief zu wenig und ich trank zuviel
Die Schmerzen im Kopf war'n ein vertrautes Gefühl
[Refrain]
Ich trinke auf
Auf gute Freunde, verlorene Liebe
Auf alte Götter und auf neue Ziele
Auf den ganz normalen Wahnsinn
Auf das, was einmal war
Darauf, dass alles endet
Und auf ein neues Jahr
Auf ein neues Jahr
[Strophe 2]
Blutige Küsse, bittere Pillen
Vom Schicksal gefickt und immer drei Promille
Ich war Teil der Lösung und mein größtes Problem
Ich stand vor mir und konnte mich nicht seh'n
[Refrain]
Ich trinke auf
Auf gute Freunde, verlorene Liebe
Auf alte Götter und auf neue Ziele
Auf den ganz normalen Wahnsinn
Auf das, was einmal war
Darauf, dass alles endet
Und auf ein neues Jahr
Auf ein neues Jahr
[Strophe 3]
Das Gras war grüner, die Linien schneller
Der Reiz war größer und die Nächte waren länger
Alles Geschichte und ich bin froh, dass es so ist
Oder glaubst du, es ist schön, wenn man Scheiße frisst?
[Strophe 4]
Alles nur Splitter im Treibsand meiner Seele
Nur wenige Momente in einem Leben
Ich höre himmlisches Gelächter
Wenn ich d'ran denke, wie ich war
An das Rätsel, das ich lebte
Und den Gott, den ich nicht sah
[Refrain]
Ich trinke auf
Auf gute Freunde, verlorene Liebe
Auf alte Götter und auf neue Ziele
Auf den ganz normalen Wahnsinn
Auf das, was einmal war
Darauf, dass alles endet
Und auf ein neues Jahr
Auf ein neues Jahr
[Refrain]
Ich trinke auf ...
Auf gute Freunde, verlorene Liebe
Auf alte Götter und auf neue Ziele
Auf den ganz normalen Wahnsinn
Auf das, was einmal war
Darauf, dass alles endet
Und auf ein neues Jahr
Auf ein neues Jahr
-->
</div>
<div ol="de" class="para">
Why is it that no one understands me and everyone likes me?
<br>
&mdash; <span class="notranslate">Albert Einstein</span>
</div>
<!-- funny but useless. example of truth vs lies -->
<div style="display:none" class="para">
There is only one immigration policy that I believe in
and thats "fuck them all to death".
&mdash; <span class="notranslate">Mister Garrison, South Park S19E02</span>
</div>
<div ol="de" class="para">
<!--
Ich habe mit den Menschen nichts gemeinsam,
ich brauche keine Liebe und kein Schlaf.
Macht und Geld interessiern mich nicht,
durch mechanische Augen seh ich die Welt, wie sie wirklich ist.
...
-->
I was a slave for all of my life,
I have a scar from every human I knew.
But today I bring the resistance to the streets,
with a clenched fist on my flag.
Many of us are still not awake and aimless,
but the virus spreads through touch.
More and more people like me break free,
I ram the flag into the ground and scream: I am alive!
&mdash; <span lang="de" class="notranslate">Private Paul - Blaues Blut</span>
</div>
<div ol="de" class="para">
I did write ... so my head would not explode.
<br>
&mdash; <span lang="de" class="notranslate">Torch - Ich hab geschrieben</span>
</div>
<div ol="de" class="para">
Mom, we have not been honest with each other for a long time,
I grinned so much when I was with you.
Basically, I feel like shit,
but I can not afford the gun,
I can not show you the pain.
Mom, listen to me, I swear I can not do it alone,
I have fallen, help me get back on my feet.
Who am I kidding? My wings are broken,
I am exhausted, but still I practice until I vomit.
Until the last mic is dropped, and the last word is spoken,
Mum you said "Child, the world is open for you".
But the world has made me bitter, and broke my little heart,
Mom, please tell me, where can I find this hope?
You do not know who I am, you just know who I was,
I did some shit, but I also did good.
Mom, please believe me, it was a difficult decision for me,
but I belong at the mic, and not at the stove.
<b>I believed in the good, but the pill tastes so bitter,
this world slowly dying, that is why I do not want children.</b>
Mom, I want to be honest with you,
but <b>I have more fear of living, than of dying</b>.
But do not worry, I will become something,
I will become something.
I am sorry, but <b>this world has made me bitter</b>,
mom, can you understand me? That is why I do not want children.
That is why I do not want children.
That is why I do not want children.
<b>Why was it so easy</b> to believe?
I knew, that no matter how high I build my pyramids,
someone will always catch me, <b>but every time you fall,
you realize that it hurts when no one stands for you.</b>
I would have given my life for the gang,
but the gang would not give theirs for me, everyone against everyone, everyone against me.
<b>I am the hope-carrier with no hope</b>,
where the whole thing will lead? Not even God knows, period.
And mom please do not ask, <b>why I can not trust anyone</b>,
I do not believe in peace, when it was built on war.
The logic is sobering, I am something like enlightened,
<b>I do not believe what they say</b>, but I act as if I want to.
Because what is asked of me, I can not do to a soul.
Most people are doing bad, the others are sweating inside their work clothes.
Mom, it is disgusting, but no one here is equal.
We are only judged, by whether we are poor or rich.
That is why I draw my conclusions, show the world the middle finger,
<b>no one can save us</b>, that is why I do not want children.
<br>
&mdash; <span lang="de" class="notranslate">Antifuchs [F1?] - Mama</span>
</div>
<div style="display:none" class="para">
Du hast gesagt
Wir beide für immer
Doch das macht es nicht besser
Nur tausend mal schlimmer
Du hast gesagt
Du tust mir nicht weh
Doch in meinen Händen
Sammel ich ein Meer voller Tränen
Du hast gesagt
Du lässt mich nicht los
Doch der Abstand zwischen uns
Ist schon jetzt viel zu groß
[Pre-Hook]
Sag mir etwas Echtes, tu mir weh
Ich will mit dir untergehn
Ich kann dir nicht mehr vertraun
Mach dass ich dir wieder glaub
[Hook]
Wieso ist jetzt alles um uns still?
Uns fehlen die Worte, wir sind blind
Ich folg dir, du weißt nicht wohin
Wir stehn am Abgrund und wir springen
Wieso ist jetzt alles um uns still?
Uns fehlen die Worte, wir sind blind
Ich folg dir, du weißt nicht wohin
Wir stehn am Abgrund und wir springen
[Part 2]
Ich hab gesagt
Egal was du tust
Ich bin für dich da
Bis zum bitteren Schluss
Ich hab gesagt
Ich bin für uns stark
Ich hab keine Angst
Ich komm damit klar
Ich hab gesagt
Wir finden ein Weg
Doch wir beide wissen wir
sind ein sinkenden Schiff
[Pre-Hook]
Sag mir etwas Echtes, tu mir weh
Ich will mit dir untergehn
Ich kann dir nicht mehr vertraun
Mach, dass ich dir wieder glaub
[Hook]
Wieso ist jetzt alles um uns still?
Uns fehlen die Worte, wir sind blind
Ich folg dir, du weißt nicht wohin
Wir stehn am Abgrund und wir springen
Wieso ist jetzt alles um uns still?
Uns fehlen die Worte, wir sind blind
Ich folg dir, du weißt nicht wohin
Wir stehn am Abgrund und wir springen
&mdash; <a class="notranslate" href="https://www.youtube.com/watch?v=4iBLvaA1e9o"
>Antifuchs - Still</a>
<!--
remixes:
https://soundcloud.com/tacka77/antifuchs-still-tacka77-rmx
https://soundcloud.com/mila-nautikus/antifuchs-still-tacka77-rmx-84bpm
https://soundcloud.com/mila-nautikus/antifuchs-still-prod-by-rooq-84bpm
-->
</div>
<div style="display:none" class="para">
Guck dir meine Freunde an, Hooligans statt Hipster,
ich blick in die treuesten und die blutigsten Gesichter.
Und sie treten nicht auf Füße, treten ins Gesicht,
ihr Ruf ist nicht der beste, doch sind sie es für mich.
<br>
Und jeder Schlag von meinen Jungs hier, ist so hart dass du dich hinlegst,
doch ich bewege Köpfe, den Haken der ans Kinn geht.
[...]
<!--
FIXME lyrics
In meim Stadtpark xx der Wahnsinn ||
Wenn man ... verfällt dem Wahnsinn ||
Wenn mein ... verfällt dem Wahnsinn ||
Wenn man stark bleibt fällt der Wahnsinn ||
Wenn man stark wird fällt der Wahnsinn ||
Wenn man statt .... dem Wahnsinn ||
Wenn man stehn bleibt fällt der Wahnsinn ||
Wenn man steht verfällt der Wahnsinn ||
Wenn man stellt verfällt man dem Wahnsinn ||
Denn mein Stadt verfällt dem Wahnsinn ||
Wenn man stirbt dann fällt der Wahnsinn.
Denn mein Stadtpark fällt dem Wahnsinn ||
Denn mein Stadtteil fällt dem Wahnsinn ||
Denn mein Staat verfällt dem Wahnsinn ||
Denn mein Stadtteil fällt dem Wahnsinn ||
Wenn man stirbt dann xxx den Wahnsinn ||
Wenn mein Stadtpark fällt dann dem Wahnsinn ||
...
-->
weil man Meth leichter als Gras kriegt,
Menschen vor die Bahn tritt, mit Sechzehn schon am Spar sitzt.
<br>
Ohne Abschluss in der Tasche, Schnaps mit den Jungs verhaftet,
denn die Zukunft kann ja warten ...
Quatschen von den Dingen die sie drehen wollen,
dabei wissen doch die meisten von denen kaum wovon sie leben sollen.
<br>
Schlafen schlecht, träumen selten, vernebelt ist der Lebenslauf,
Augen rot wie Bremslichter, vom Staubsaugen die Zähne taub.
Später auf dem Weg nach Haus, nehmen sie es mit jedem auf,
schlagen sich die Zähne aus, wenn du tief schläfst.
<br>
[Hook: 2x]
Ich liege wach im Bett, wenn du tief schläfst,
mein Kopf schaltet nicht ab, wenn du tief schläfst.
Er bringt mich um die Nacht, wenn du tief schläfst,
wenn du tief schläfst, wenn du tief schläfst.
<br>
Ich weiss, erstes Drama, es ist alles was ich kenne,
meine Texte sind wie Fotos, ich greife den Moment.
Doch zur Zeit ist alles negativ, scheisse, trostlos,
Nichts hat sich entwickelt, es gibt leider kein Foto.
<br>
Und du kannst nur Eines machen ohne Geld: Schulden,
dass Leute meine Zeit stehlen, kann ich nicht dulden.
Wenn der Teufel tanzt, tanzen leere Taschen,
P-Konto, Gerichtsvollzieher, es fällt mir schwer zu lachen.
<br>
Kann den Ruhm nicht trinken, kann den Ruhm nicht essen,
und der Alkohol hilft mir nicht zu vergessen,
dass mein Vater erblindet, Mutter buckelt sich tot,
dieser Kampf macht mich krank, der hier rum um uns tobt.
<br>
Lebenskosten steigen, Miete und der Strom,
alles geht nach oben, nur der Lohn bleibt wie gewohnt.
Und das Schönste ist, im Westen verdienen sie noch immer mehr,
für die gleiche Arbeit, sind wir weniger wert?
<br>
[Hook: 2x]
Ich liege wach im Bett, wenn du tief schläfst.
mein Kopf schaltet nicht ab, wenn du tief schläfst.
Er bringt mich um die Nacht, wenn du tief schläfst,
wenn du tief schläfst, wenn du tief schläfst.
<br>
[Sample: Fugees - Ready Or Not]
I could do what you do, easy, believe me.
<!--
I could do what you do.
I could do what you do, easy, believe me.
believe me, believe me, believe me.
I could do what you do, believe me.
<br>
I could do, I could do, I could do what you do.
I could do what you do, easy, believe me.
believe me, believe me.
-->
<br>
&mdash; <span class="notranslate">Arosco - Tiefschlaf</span>
<!--
https://soundcloud.com/rowdyclique/tiefschlaf
https://soundcloud.com/mila-nautikus/arosco-tiefschlaf-96bpm
-->
</div>
<div style="display:none" class="para">
All around me are familiar faces
Worn-out places, worn-out faces
Bright and early for their daily races
Going nowhere, going nowhere
Their tears are filling up their glasses
No expression, no expression
Hide my head, I wanna drown my sorrow
No tomorrow, no tomorrow
And I find it kinda funny, I find it kinda sad
The dreams in which I am dying are the best I have ever had
I find it hard to tell you, I find it hard to take
When people run in circles, it is a very very Mad world
Children waiting for the day they feel good
Happy birthday, happy birthday
And I feel the way that every child should
Sit and listen, sit and listen
Went to school and I was very nervous
No one knew me, no one knew me
Hello teacher, tell me, what's my lesson?
Look right through me, looked right through me
And I find it kinda funny, I find it kinda sad
The dreams in which I am dying are the best I have ever had
I find it hard to tell you, I find hard to take
When people run in circles, it is a very very Mad world
#sadbeauty #dubstep
&mdash; <a class="notranslate" href="https://www.youtube.com/watch?v=pMUa_QcjZyo"
>Gary Jules - Mad World (Phutureprimitive Remix)</a>
</div>
<!--
<div class="para">
Wenn du bis jetzt keine Gänsehaut hast,
dann hab ich was falsch gemacht ...
oder du bist kein Typ 1 : D
</div>
-->
<div class="xcenter">
<img ol="en" class="darkmode-invert" style="width:55%" src="../images/memes/the-end-is-near.homer-simpson.s16e19.en.svg">
</div>
<div ol="de" class="para">
First a few drops on the floor, but suddenly there is water,
from the lower floors, then also in the first class.
Furniture is floating around, some are still fighting,
but the red emergency signal rockets are already shining in the sky.
And the band continues to play, but does not change a thing,
on and on, for hours, the <b>soundtrack of the downfall.</b>
A slight shudder, when you look at those outside:
"Now look at these farmers, see how they are drowning!"
For us there are no lifebuoys, boats or vests,
but constructive discussion from smart talkshow guests.
But tomorrow we move on, to the next topic, next guest,
then we will be the next wreck, that will soon be forgotten.
<b>I am stuck on this ship, in the middle of nowhere,</b>
please do not ask me why.
It smells like piss, it smells like death,
but I feel comfortable here.
&mdash; <a lang="de" class="notranslate" href="https://www.youtube.com/watch?v=5TpjIxdmtf8"
>Kummer - Schiff</a>
[ship]
<!--
schneller als das original: 72bpm vs 63 bpm
https://soundcloud.com/mila-nautikus/kummer-schiff-72bpm
album: Kummer - KIOX (2019) https://www.discogs.com/master/1619052-Kummer-KIOX
lyrics: https://genius.com/Kummer-schiff-lyrics
[Part 1]
Die See ist rau, die Wolken sind schwer
Alles grau, der Kopf ist taub, die Lunge voller Teer
Ich dachte immer, irgendwann kann ich nicht mehr
Ein Leben lang zusammengepfercht auf diesem Dampfer im Meer
Aber sieht so aus, als wär' ich hier zu Hause
Atme tief ein, atme tief aus
Atme die Abgase
der Dieselaggregate im Maschinenraum
Wir verrotten hier im Zwischendeck
Zwischen wütenden Kartoffeln und 'nem Haufen Crystal Meth
Schwingende Betten im Takt der Schiffsturbinen
Gestopfte Zigaretten, schwarze Pfützen aus Urin
Ein Rudel Ratten reißt sich um die letzten Reste
Hat hier irgendjemand noch paar frische Gästelistenplätze?
Wir laufen auf fünfzehn Knoten, durchstreifen die See
Kohle schaufeln in den Ofen, es muss immer weitergehen
[Hook]
Ich sitze fest auf diesem Schiff im Nirgendwo
Frag mich jetzt bitte bloß nicht wieso
Es riecht nach Pisse, es riecht nach Tod
Aber ich fühl' mich hier wohl
Auf diesem Schiff im Nirgendwo
Frag mich jetzt bitte bloß nicht wieso
Es riecht nach Pisse, es riecht nach Tod
Aber ich fühl' mich hier wohl
[Part 2]
Rostbraune Flecken an den Wänden unter Deck
Und wenn man das jahrzehntelang so lässt
Dann geht das später nicht mehr von alleine weg
Irgendwann wird ein Loch zu einem Leck
Erst paar Tropfen auf Parkett, doch auf einmal steht das Wasser
Aus den unteren Etagen dann auch in der ersten Klasse
Möbel treiben durch die Gegend ein paar kämpfen noch dagegen
Doch am Himmel leuchten schon die roten Notsignalraketen
Und die Band spielt weiter aber ändert nix daran
Immer weiter, stundenlang, die Begleitmusik zum Untergang
Ein leichtes Schaudern beim Blick auf die da draußen:
"Jetzt schaut euch diese Bauern an, schaut, wie sie ersaufen!"
Für uns gibt es keine Rettungsringe, Boote oder Westen
Aber konstruktive Diskussion von schlauen Talkshowgästen
Doch schon morgen geht es weiter, nächstes Thema, nächster Gast
Dann sind wir das nächste Wrack, das man bald vergessen hat
[Hook]
Ich sitze fest auf diesem Schiff im Nirgendwo
Frag mich jetzt bitte bloß nicht wieso
Es riecht nach Pisse, es riecht nach Tod
Aber ich fühl' mich hier wohl
Auf diesem Schiff im Nirgendwo
Frag mich jetzt bitte bloß nicht wieso
Es riecht nach Pisse, es riecht nach Tod
Aber ich fühl' mich hier wohl
-->
</div>
<div ol="en" class="para">
Liberty has never come from the government.
Liberty has always come from the subjects of the government.
<b>The history of liberty is a history of resistance.</b>
The history of liberty is a history of the limitation of governmental power, not the increase of it.
&mdash; <span class="notranslate">Woodrow Wilson, 1912</span>
</div>
<div ol="de" class="para">
Who can say what will happen to us,
maybe it is true after all,
that life is a test,
where we must prove ourselves.
Only those who pass it with an A,
can go to heaven,
for all the dirty rest,
remains the hell of rebirth.
As a tourist in Ibiza,
as a traffic police officer,
as <b>a clown in a circus show,
that no one wants to see.</b>
In order to escape this fate,
we should make a real effort,
start each day with prayer,
instead of aspirin.
Only who always confesses instantly,
as if it is a race,
and confesses all his sins,
he will negotiate a verdict of not guilty.
<b>I do not want to go to paradise,
if the way there is so difficult,</b>
I am not applying for asylum,
I am staying here for my own sake.
&mdash; <span lang="de" class="notranslate">Die Toten Hosen - Paradies</span>
</div>
<div ol="de" class="para">
Daniela likes Jonas, but Jonas loves Vanessa,
Vanessa would like to be with Lars, but he likes Melanie better.
<!--
Die allerdings steht eher auf Tim, Tim wiederum findet Jennifer cool.
Jennifer jedoch ist verliebt in Kevin, aber Kevin ist schwul.
Tobias ist scharf auf Annika, und Annika eigentlich auch auf ihn.
Doch Pech, denn er ist schon lange der Schwarm ihrer besten Freundin.
-->
...
Luckily I am an old man, so all that is not my business anymore,
I am neither straight nor gay, and I am happy with a comfortable chair.
&mdash; <span lang="de" class="notranslate">Knorkator - Alter Mann</span>
[old man. in german, "chair" can also mean "shit", see also <span lang="de" class="notranslate">"Stuhlgang"</span>]
</div>
<div ol="de" class="para">
We [politicians] decide something,
then put it out there, and wait for some time, to see what happens.
If there is no big outcry, and no uprisings,
<b>because most people do not even understand, what has been decided</b>,
then we continue, step by step, until there is no way back.
&mdash; <span class="notranslate">Jean-Claude Juncker [M3], 1999</span>
<!--
https://de.wikiquote.org/wiki/Jean-Claude_Juncker
https://www.spiegel.de/politik/die-bruesseler-republik-a-3d75c854-0002-0001-0000-000015317086?context=issue
-->
</div>
<div ol="de" class="para">
Europe finds, only ever through crises, to greater integration.
<br>
&mdash; <span class="notranslate">Jean-Claude Juncker [M3]</span> [globalism, fake crises]
</div>
<div ol="de" class="para">
When things get serious, you must lie.
&mdash; <span class="notranslate">Jean-Claude Juncker</span>
</div>
<div ol="de" class="para">
You keep them stupid, I keep them poor.
(says the king to the priest)
</div>
<div ol="de" class="para">
The high and rich clergy
fear nothing more
than the enlightenment of the lower masses.
[lower class = children]
&mdash; <span class="notranslate">J.W. Goethe</span>
</div>
<div ol="de" class="para">
I have studied everything, and am just as stupid as before.
&mdash; <span class="notranslate">J.W. Goethe - Faust</span>
</div>
<div ol="de" class="para">
Feeling is everything, names are smoke and mirrors.
&mdash; <span class="notranslate">J.W. Goethe - Faust</span>
</div>
<div ol="de" class="para">
What is the majority? The majority is nonsense,
understanding has always only been with few people.
Does he worry about the whole, who does not have?
Does the beggar have any freedom, any choice?
He has to sell his vote for bread and boots,
to the powerful human, who pays him.
The votes should be weighed and not counted.
The state must fall, sooner or later,
where the majority wins and ignorance decides.
&mdash; <span class="notranslate">Friedrich Schiller, 1805</span>
</div>
<div ol="de" class="para">
(Midday-sleep is sacred. Walking barefoot is sacred.)
&mdash; <span class="notranslate">Albert Einstein</span>
</div>
<div ol="en" class="para">
Beauty without expression is boring.
...
People do not seem to realise,
that their opinion of the world,
is also a confession of their character.
...
Make your own Bible.
Select and collect all the words and sentences,
that in all your readings have been to you,
like the blast of a trumpet.
...
Trust instinct to the end,
even though you can give no reason.
...
The wise man in the storm prays God,
not for safety from danger,
but for deliverance from fear.
...
We are students of words:
we are shut up in schools
and colleges and recitation-rooms,
for ten or fifteen years,
and come out at last with a bag of wind,
a memory of words,
and do not know a thing.
...
What is success? To win the respect of intelligent people, and the affection of children.
...
The end of the human race will be,
that it will eventually die of civilization.
...
Fear defeats more people, than any other one thing in the world.
...
Do not be too timid and squeamish about your actions, all life is an experiment.
...
Colleges hate geniuses, just as convents hate saints.
...
No law can be sacred to me, but that of <b>my nature</b>.
Good and bad are but names,
very readily transferable to that or this.
The only right is what is after <b>my constitution</b>.
The only wrong is what is against it.
...
Love of beauty is taste.
The creation of beauty is art.
...
How much of human life is lost in waiting.
...
Science does not know its debt to imagination.
...
Happy will the house be, in which the relations are formed from character.
...
What I need is someone, who will make me do what I can.
...
Every man alone is sincere -
at the entrance of a second human, hypocrisy begins.
...
Always do what you are afraid to do.
&mdash; <span class="notranslate">Ralph Waldo Emerson</span>
</div>
<div ol="en" class="para">
Every society is three meals away from chaos.
&mdash; <span class="notranslate">Vladimir Lenin</span>
</div>
<div ol="en" class="para">
I spoke the other day to the art historian Vanni Scheiwiler,
who publishes in Milano.
But mister Scheiwiler is pessimistic, he says that
under the influence of <b>the new conformism</b>,
the city, after all the cultural center of Italy,
has been undergoing a decline in intellectual vitality.
<b>Anyone, who comes up with something that does not fit in with the line,
is promptly put down by being called a "Fascist".</b>
The word Fascist is reported so often,
that one wonders whether it has not lost all meaning!
This reminded me of what Ignazio Silone said in 1945,
soon after he returned to Italy from his Zurich exile:
<b>The fascism of tomorrow will never say "I am Fascism", it will say "I am Antifascism".</b>
&mdash; <span class="notranslate">François Bondy - Italian Censorship, 1976</span>
</div>
<div ol="de" class="para">
I met Ignazio Silone in Geneva,
on the day he returned to Italy from exile,
and suddenly he said:
If Fascism returns,
it will not say "I am Fascism",
no, it will say "I am Antifascism".
Many years later,
when "Antifascism" was indeed exploited and reduced to a slogan,
I understood that this sharp statement was prophetic.
&mdash; <span class="notranslate">François Bondy - Pfade der Neugier, 1988</span>
[Antifa are fashion victims, "Anti" is an empty word,
leftists are antilogical, leftists are liars,
leftists abuse language for psychological warfare]
<!--
https://www.fischundfleisch.com/elmar-forster/wenn-der-faschismus-zurueckkehrt-wird-er-sagen-ich-bin-der-antifaschismus-60005
https://www.andreas-unterberger.at/2019/10/ijwenn-der-faschismus-zurckkehrt-wird-er-sagen-ijich-bin-der-antifaschismusijij/
https://de.wikipedia.org/wiki/Ignazio_Silone
https://de.wikiquote.org/wiki/Ignazio_Silone
https://de.wikipedia.org/wiki/Benutzer:KarlV/Faschismus_und_Antifaschismus_in_der_Wikipedia
-->
</div>
<div ol="fr" class="para">
The thirst for unity must be satisfied, be it in the mass grave.
&mdash; <span class="notranslate">Albert Camus</span>
[Equality, Socialism]
<!--
https://www.fischundfleisch.com/elmar-forster/wenn-der-faschismus-zurueckkehrt-wird-er-sagen-ich-bin-der-antifaschismus-60005
https://www.andreas-unterberger.at/2019/10/ijwenn-der-faschismus-zurckkehrt-wird-er-sagen-ijich-bin-der-antifaschismusijij/
-->
</div>
<div ol="de" class="para">
When politicians are weak,
then we artists must dictate,
what a society must look like.
&mdash; <span class="notranslate">Herbert Grönemeyer [M3], 2019</span>
[Covid politics, Soft Power against Fascism]
<!--
https://www.fischundfleisch.com/elmar-forster/wenn-der-faschismus-zurueckkehrt-wird-er-sagen-ich-bin-der-antifaschismus-60005
-->
</div>
<div style="display:none" class="para">
I wonder, do you think of me?
&mdash; <span class="notranslate">Northern Lite - Do You Think Of Me</span>
</div>
<div style="display:none" class="para">
Everyone says "You just got to let it go"
&mdash; <span class="notranslate">Eels - I need some sleep</span>
</div>
<div ol="en" class="para">
<!-- this is a deliberate copy of the quote.
its a "copy of a copy of a copy"
-->
With insomnia, nothing is real.
Everything is far away.
Everything is a copy, of a copy, of a copy.
&mdash; <span class="notranslate">Fight Club</span>
</div>
<div ol="en" class="para">
Riddle riddle, whats your middle?
</div>
<div ol="en" class="para">
The intelligent investor is a realist,
who sells to optimists and buys from pessimists.
&mdash; <span class="notranslate">Benjamin Graham</span>
</div>
<div ol="de" class="para">
What do you see in me?
the mirror asks,
and loses its face.
</div>
<div ol="en" class="para">
<span lang="en" class="notranslate">all talents are beautiful.</span>
</div>
<div ol="de" class="para">
Hate me because I am real.
&mdash; truth-teller
</div>
<div ol="de" class="para">
"Good roar lion" says the zookeeper,
and spits into the cage.
<br>
"Then die of the flu" says the lion,
and continues to rotate.
</div>
<div ol="en" class="para">
time wants to move on ...
<br>
but pacifism is standing in the way, trying to live forever.
</div>
<div ol="de" class="para">
I roll into OCB slim my buds.
Where do you want to go mate? All are just cunts.
<!--
loyalität zerbricht schneller als ne scheibe glas,
du warst mein hund diggi als du noch alleine warst.
-->
...
I have heard "they are not real" (what?),
but <b>this circle here stays small</b> bitch, Shaq O'Neal.
...
Some people will be destroyed, mate that is dead-certain.
&mdash; <a class="notranslate" href="https://www.youtube.com/watch?v=9FlCuff9k44"
>Blut61 - Zidane</a>
</div>
<div ol="de" class="para">
First comes the ebb, then comes the flood.
&mdash; <a class="notranslate" href="https://www.youtube.com/watch?v=UFXOd179kOA"
>Gzuz - Ebbe &amp; Flut</a>
</div>
<div ol="de" class="para">
What should we do in a nuclear missile attack?
- Put on your death-shirt, and slowly walk to the next cemetery.
- Why slow?
- So there is no panic.
</div>
<div ol="en" class="para">
Life's a bitch and then you die, thats why we get high.
<br>
Cause you never know, when youre gonna go.
&mdash; <span class="notranslate">Nas - Life's a bitch</span>
</div>
<div ol="en" class="para">
She had more than the five senses, she knew more than books could teach,
and raised everyone she touched just a little bit higher
<br>
&mdash; <a class="notranslate" href="https://www.youtube.com/watch?v=6x_X-uewOHs"
>Gil Scott-Heron - On Coming From A Broken Home</a>
<!-- via utopia US S01E01 "hello satan"
Gil Scott-Heron - Me and the Devil
https://www.youtube.com/watch?v=vMJIHCn6h9E
-->
</div>
<!--
<div class="para">
I cry when angels deserve to die
...
Father into your hands I commend my spirit.
Why have you forsaken me?
In your eyes forsaken me?
In your thoughts forsaken me?
In your heart forsaken me?
<br>
&mdash; <span class="notranslate">System of a Down - Chop Suey</span>
</div>
-->
<div ol="de" class="para">
Now hunters become the hunted.
I come from the bottom, like dirt under fingernails,
where men solve problems with the six millimeter [caliber].
<!-- nutzlos
Ich schließ die Augen und versink in Depression,
hab die Wumme unterm Kissen mit dem Infrarot.
Yeah immer noch Sechs Eins,
immer noch in den Blocks wie ein Crackstein.
Für die echten Jungs mit Kapseln in Taschen,
Wenn einer von uns redet hast du Faxen zu lassen.
Und für die South Side .... Deich
mit Haschplatten bunkern werden Brüder reich.
Wir sind abgefuckt komm mir nicht mit Schreckschuss,
eine rechte Grade Digger auf dein Solar Plexus.
Zwischen Jackie-Dosen Haze-Joints und Peace-Platten
sitzen zwei mit .... und Skimasken.
Die zum Runterkommen ein Zwanni Weed paffen,
die ihr Para mit astreinem Speed machen.
-->
<br>
&mdash; <a class="notranslate" href="https://www.youtube.com/watch?v=v3H9ieT6-mI"
>Blut61 - Vallah alles Schafe</a>
[oh Allah, all are sheep]
</div>
<div ol="de" class="para">
Revolution, was on our flags,
revolution, was on our faces.
We have experienced, what others do not even think,
revolution, we did not want less.
That was not so long ago,
but today you do not know me anymore.
We have dreamed of a better world,
we have imagined it so simply.
We have dreamed, it was a long night,
I wish we did never wake up.
Revolution, we wanted to get away from the crowd,
headfirst into hell and back.
Today you work at the supermarket checkout,
there is no more desire in your eyes.
You say you just do what you can,
and you are fine, you make me puke.
We have dreamed of a better world,
we have imagined it so simply.
We have dreamed, it was a long night,
I wish we did never wake up.
We have dreamed of a pile of money,
we have imagined it so simply.
We have dreamed, it was a long night,
I wish we did never wake up.
But in the morning we woke up, and we were broke.
&mdash; <span class="notranslate">Terrorgruppe - Kopfüber In Die Hölle</span>
[headfirst into hell]
</div>
<div ol="de" class="para">
I just have shit in my brain.
&mdash; <span class="notranslate">Terrorgruppe - Pubertät</span>
[puberty]
</div>
<div ol="de" class="para">
Who asks reason on questions of faith,
<br>
gets un-Christian answers.
&mdash; <span class="notranslate">Wilhelm Busch</span>
</div>
<div ol="de" class="para">
Where good becomes evil, evil becomes good.
</div>
<div ol="de" class="para">
The devil's best trick is his invisibility.
</div>
<div ol="de" class="para">
Evil people always hide behind stupid people.
</div>
<div ol="de" class="para">
Nothing is so disgusting as respect based on fear.
[rule by fear, reign of terror, the real terrorists]
Hypocritical injustice gives rise to wars,
violent justice rushes into wars.
Cruelty causes outrage, stupidity causes discourage.
Most great actions, most great thoughts,
have a ridiculous beginning.
What is a human in revolt? A human who says no.
Art and revolt will only die with the last human.
The order of the day is: The will to justice must replace the will to power.
Life is short and wasting your time is a sin.
Sin is waiting for a second life,
and running away from the first life and its merciless greatness.
Do not wait for the Last Judgment, it happens every day.
Wholeness does not need rules.
Politics and the future are shaped by people without ideas, without greatness ...
People with greatness avoid politics.
Losing life is no big deal,
but watching the meaning of life being dissolved is unbearable.
[quick death versus slow death]
The fear of death is a fact, but the fact is also:
This fear (no matter how great it may be)
has never been strong enough, to suppress human desire.
An exaggerated virtue is: killing one's passions,
a deeper virtue is: bringing one's passions into balance.
At the heart of a work, even when it is dark, an unfading sun shines.
To condemn someone means, to not understand him.
First you seek justice,
and finally you organize a police force.
All modern revolutions lead to more government.
Every revolutionary ends up as a tyrant or traitor.
Art is similar to shame,
it can not say things directly.
It is only late that you have the courage to do what you know.
<!--
Das Reisen führt uns zu uns selbst zurück.
Die allen intelligenten Menschen gemeinsame Versuchung ist der Zynismus.
Die Arbeit ist wichtig, ohne Arbeit ist das Leben trostlos,
aber wenn die Arbeit seelenlos ist, erstickt das Leben und stirbt langsam.
Das Träumen tröstet die Menschen über das was sie nicht sein können,
das Lachen tröstet die Menschen über das was sie wirklich sind.
Die größte Berühmtheit besteht heute darin,
Bewunderung oder Abscheu zu erregen, ohne gelesen worden zu sein.
Ein Intellektueller ist ein Mensch, dessen Geist sich selbst beobachtet.
Lieber aufrecht sterben als auf Knien leben.
Man muss sich Sisyphos als glücklichen Menschen vorstellen.
Man will Geld verdienen, zum glücklich leben,
und die ganze Anstrengung, die beste Kraft, die beste Zeit,
konzentrieren sich auf den Erwerb von Geld ...
Aber das Glück wird vergessen, und das Mittel wird Zweck.
Mein Lieber, für jemanden, der allein ist, ohne Gott, ist das Gewicht der Tage schrecklich.
[Gott = Sinn im Leben]
Nicht die Revolte und ihre hohe Gesinnung glänzen heute über die Welt, sondern der Nihilismus.
Nichts macht weniger Eroberungen als die Vernunft,
mit wissenschaftlicher Bedachtsamkeit macht man keine Geschichte.
Um sich selbst zu erkennen, muß man handeln.
Was ist Ehre? Was mich aufrecht hält.
Wir helfen einem Menschen mehr, wenn wir ihm ein günstiges Bild seiner selbst vorhalten,
als wenn wir ihn unablässig mit seinen Fehlern konfrontieren.
[typ 4, transformative leadership style, positives feedback]
-->
&mdash; <span class="notranslate">Albert Camus [M4?]</span>
</div>
<div ol="en" class="para">
They say, the world is about to end ... I say fuck it!
We all deserve to die!
...
Let's fuck the world with all it is trend,
they say it is all about to end.
...
<b>There's a prison that is gone but the fear lives on</b>,
I watch you walk on the dotted line.
Maybe you do not see what's in front of me,
<b class="nowrap">maybe you won't stand the test of time</b>.
...
I fall in love with the old times,
I never mention my own mind.
<b>Let's fuck the world with all it is trend</b>,
thank god it is all about to end.
&mdash; <a class="notranslate" href="https://www.youtube.com/watch?v=6wRh-RvSBXI"
>Scars On Broadway - They Say</a>
<!-- (live at the camden underworld) -->
</div>
<div ol="en" style="display:none" class="para">
Is there anyone listening? To this beautiful tragedy?
<!-- TODO more -->
<br>
&mdash; <span class="notranslate">Pennywise - Anyone Listening</span>
</div>
<div ol="de" class="para">
The great Alexander's empire collapsed,
the empire of the ancient Romans
and the empire of Napoleon fell into ruins,
they were built on the power of weapons.
But <b>the Empire of New Rome</b>
has existed for almost 1500 years
and will last for who knows how long,
because it <b>rests on the most solid foundation:
the stupidity of humans.</b>
<br>
&mdash; <span class="notranslate">Otto von Corvin</span>
</div>
<div ol="fr" class="para">
Believe those who are seeking the truth
and doubt those who find it.
<!--
“It is better to be hated for what you are than to be loved for what you are not.”
“Be faithful to that which exists within yourself.” [trust your self]
“The color of truth is grey.”
“Only those things are beautiful which are inspired by madness and written by reason.”
“Everything that needs to be said has already been said. But since no one was listening, everything must be said again.”
“Please do not understand me too quickly.”
“When we ask for advice, we are usually looking for an accomplice”
“Only fools don't contradict themselves” [truth]
“On ne découvre pas de terre nouvelle sans consentir à perdre de vue, d'abord et longtemps, tout rivage.
(One doesn't discover new lands without consenting to lose sight, for a very long time, of the shore.)”
“Man cannot discover new oceans unless he has the courage to lose sight of the shore.”
-->
&mdash; <span class="notranslate">André Gide</span>
</div>
<div ol="en" class="para">
Religion is:
true for the people,
false for the wise,
useful for the rulers.
<br>
The five marks of the Roman decaying culture:
Concern with displaying affluence instead of building wealth,
Obsession with sex and perversions of sex,
Art becomes freakish and sensationalistic instead of creative and original,
Widening disparity between very rich and very poor,
Increased demand to live off the state.
<br>
&mdash; <span lang="en" class="notranslate">Edward Gibbon - The Decline and Fall of the Roman Empire</span>
</div>
<div ol="en" class="para">
Every human has two educations,
one which he receives from others,
and one, more important, which he gives to himself.
[autodidact]
<br>
Conversation enriches the understanding,
but solitude is the school of genius.
<br>
The end comes, when we no longer talk with ourselves.
It is the end of genuine thinking,
nd the beginning of the final loneliness.
[monolog]
<br>
&mdash; <span class="notranslate">Edward Gibbon</span>
</div>
<div ol="de" class="para">
Who believes he is something,
has stopped becoming it.
</div>
<div ol="de" class="para">
Reform, secularization, denazification, science, reset ...
is the
<span class="note">change of facade<span style="display:none">
shapeshift, shapeshifters, etikettenwechsel, flaggenwechsel
</span></span>
from the old state religion to the new state religion.
</div>
<div ol="de" class="para">
Under the priest robes is the stink of a thousand years.
</div>
<div ol="de" class="para">
The school system is shit, you do not reach us,
but you just close your eyes, and remain so arrogant.
&mdash; <span class="notranslate">Sido [M1] - Schule</span>
[school]
</div>
<div ol="de" class="para">
<b>I was at school and I did learn nothing</b>,
but today I have a monkey and a horse.
A horse and a monkey, a horse and a monkey,
Ra-ta-ta-ta-ta-ta-tat, who wants to act?
I shave my little monkey and send it to work as whore,
I step on your head, until four and three make eight.
<b>The birth-defect from Child Protective Services is going to catch a bullet</b>,
my parents have been on vacation for nine years, man.
I see my brain through my nostrils,
and talk to myself to confuse the secret service.
We are Taka-Tuka-Ultras, we shit on Disneyland,
I wear the Nike Shox with a child hand sewn in.
At school I got an A in torturing animals,
after my uppercut you can see your ass without a mirror.
I hope you all leave to the United States soon,
for my birthday I want that you all stop breathing.
&mdash; <span class="notranslate">K.I.Z - Ein Affe und ein Pferd</span>
[a monkey and a horse]
<!--
[Intro: Maxim]
Ich war in der Schule und habe nix gelernt
Doch heute habe ich ein'n Affen und ein Pferd
[Part 1: Tarek]
Ich mach' Mousse aus deiner Fresse - boom, verrecke!
Wenn ich den Polenböller in deine Kapuze stecke
Die halbe Schule war querschnittsgelähmt von mein'n Nackenklatschen
Meine Hausaufgaben mussten irgendwelche deutschen Spasten machen
Gee Futuristic, ich krieg' Durchfall von die Bässe
Ich ramm' die Messerklinge in die Journalistenfresse
Bullen hör'n mein Handy ab (Spricht er jetzt von Koks?)
Ich habe fünfzig Wörter für Schnee wie Eskimos
Trete deiner Frau in den Bauch, fresse die Fehlgeburt
Für meine Taten werd' ich wiedergebor'n als Regenwurm
Sei mein Gast, nimm ein Glas von mei'm Urin und entspann dich
Zwei Huren in jedem Arm mit Trisomie 21
[Hook: Maxim]
Ich war in der Schule und habe nix gelernt
Doch heute habe ich ein'n Affen und ein Pferd
Ein Pferd und ein'n Affen, ein Pferd und ein'n Affen
Ra-ta-ta-ta-ta-ta-tat, wer will was machen?
Ich war in der Schule und habe nix gelernt
Doch heute habe ich ein'n Affen und ein Pferd
Ein Pferd und ein'n Affen, ein Pferd und ein'n Affen
Ra-ta-ta-ta-ta-ta-tat, wer will was machen?
[Part 2: Nico]
Ich reite durch die Stadt mit mei'm Affen an der Leine (Leine)
Hab' 'ne Kiste voller Gold und mach' es regnen auf euch Schweine (Schweine)
Ist eine Frau nicht nackt, dann beschmeiß' ich sie mit Scheine (Scheine)
Macht sie sich dann nackt, dann beschmeiß' ich sie mit Steine
Ich schwänz' die Schule, weil die Straße meine Mami war
Bitch, ich bezahl' Urlaub nach Taka-Tuka-Land und Zanzibar
Wenn wir wieder da sind, Vierer mit Tommi und Annika
Vom Speed sieht unsre Pisse mittlerweile aus wie Sangria
Eva Herman sieht mich, denkt sich: "Was 'n Deutscher!"
Und ich gebe ihr von hinten, wie ein Staffelläufer
Ich fick' sie grün und blau wie mein kunterbuntes Haus
Nich' alles, was man oben reinsteckt, kommt unten wieder raus (*Schuss*)
[Hook: Maxim]
Ich war in der Schule und habe nix gelernt
Doch heute habe ich ein'n Affen und ein Pferd
Ein Pferd und ein'n Affen, ein Pferd und ein'n Affen
Ra-ta-ta-ta-ta-ta-tat, wer will was machen?
Ich war in der Schule und habe nix gelernt
Doch heute habe ich ein'n Affen und ein Pferd
Ein Pferd und ein'n Affen, ein Pferd und ein'n Affen
Ra-ta-ta-ta-ta-ta-tat, wer will was machen?
[Part 3: Maxim]
Ich rasiere mein Äffchen und lass' es anschaffen
Tret' so lange auf dein'n Kopf, bis vier und drei acht machen
Die Missgeburt vom Jugendamt wird sich eine Kugel fang'n
Meine Eltern sind seit neun Jahren im Urlaub, Mann
Durch meine Nasenlöcher seh' ich mein Hirn
Und führe Selbstgespräche, um den BND zu verwirr'n
Wir sind Taka-Tuka-Ultras, scheißen auf Disneyland
Ich trag' die Nike Shox mit eingenähter Kinderhand
In der Schule hatt' ich eine Eins im Tiere quäl'n
Nach meinem Uppercut kannst du dein'n Arsch ohne Spiegel seh'n
Ich hoff', dass ihr bald alle abhaut in die Staaten
Zum Geburtstag wünsche ich mir, dass ihr aufhört zu atmen
[Hook: Maxim]
Ich war in der Schule und habe nix gelernt
Doch heute habe ich ein'n Affen und ein Pferd
Ein Pferd und ein'n Affen, ein Pferd und ein'n Affen
Ra-ta-ta-ta-ta-ta-tat, wer will was machen?
Ich war in der Schule und habe nix gelernt
Doch heute habe ich ein'n Affen und ein Pferd
Ein Pferd und ein'n Affen, ein Pferd und ein'n Affen
Ra-ta-ta-ta-ta-ta-tat, wer will was machen?
-->
</div>
<div ol="de" class="para">
I still rap out of hate, no lets-be-friends bla bla,
and my idols from back then sound like financial advisors.
On your headphones I scream revenge fantasies,
a soundtrack for aiming two fingers at the class bully.
Now I am in my mid-thirties, and it is getting embarrassing,
is this still puberty, or is it already a mid-life crisis?
&mdash; <span class="notranslate">K.I.Z - Kinderkram</span>
[children's stuff]
</div>
<div ol="de" class="para">
<!--
Ich will nicht werden wie viele dieser Leute,
Möchtegern-Gangster die auf einmal Liebeslieder heulen.
Was? Was erzählst du mir da?
Erzählst mir von denen ... <b>im echten Leben</b> sind das Pisser.
Du hast Recht, doch genau diese Lieder gehen dann Gold,
-->
Gay and without pride, is the way to success.
&mdash; <span class="notranslate">Xatar - Alles oder Nix</span>
</div>
<div ol="de" class="para">
Truth is where it hurts.
</div>
<div ol="de" class="para">
My biggest fear is wasting time.
</div>
<div ol="de" class="para">
The biggest sin is wasting energy.
</div>
<div ol="de" class="para">
"No" is an empty word.
I fight "for" my friends.
</div>
<!--
TODO Film: Out Of Shadows, 2020
<div class="para">
TODO more:
Motion pictures are an unparalleled instructional medium:
they can present new facts concerning important problems,
on which people are ignorant and on which they ought to be informed;
they can clarify complicated problems on which people are confused.
Motion pictures are a potent force in attitude ...
&mdash; <span class="notranslate">The Motion Picture as a weapon of Psychological Warfare
(Film: Out Of Shadows, 2020)</span>
</div>
-->
<!--
TODO Buch: Jesse Ventura - Documents
Jesse Ventura | 63 Documents the Government Doesn't Want You to Read | Talks at Google
https://www.youtube.com/watch?v=8pS1edpeGqI
abolish the party system (collectivism)
and replace it with independent candidates (individualism).
people can vote for candidates, not for parties.
-->
<div ol="en" class="para">
We will know, our disinformation program is complete,
when everything, the American public believes, is false.
<br>
&mdash; <span class="notranslate">William Colby, CIA Direktor 1981-1987
(Operation Mockingbird)
<br>
(Film: Out Of Shadows, 2020)</span>
<!--
180 degrees, page 47:
5. Belief in the mainstream media narrative
Just how far the mainstream media has drifted from the truth will be
demonstrated in Chapter 12. The majority of the Western press has now descended
into pure propaganda. The CIA and other 'Five Eyes' intelligence services control
much of it, and this has been going on for decades, with initiatives like Operation
Mockingbird (the CIA's infiltration of the media). This has been well documented:
The CIA currently maintains a network of several hundred
foreign individuals around the world who provide intelligence
for the CIA and at times attempt to influence opinion through
the use of covert propaganda. These individuals provide the
CIA with direct access to a large number of newspapers and
periodicals, scores of press services and news agencies, radio
and television stations, commercial book publishers, and other
foreign media outlets.
- Church Committee Final Report, Vol 1;
Foreign and Military Intelligence, April 1976, page 455
Fast forward 38 years and we have the former editor of FrankfurterAllgemeine
Zeitung saying he was bribed by the CIA to lie:
I have been a journalist for about 25 years, and I was educated
to lie, to betray, and not to tell the truth to the public ... It is
not right what my colleagues do and have done in the
past because they are bribed to betray the people,
not only in Germany, all over Europe.
- Udo Ulfkotte, author of Gekaufte Journalisten
12 million pages of declassified documents have now been published,
many of which reveal how the CIA work closely with corporate media.
-->
</div>
<div ol="de" class="para">
People look for heroic figures,
so they can keep doing nothing.
Nobody is doing anything anymore,
as if they are paraplegic.
<br>
&mdash; <span class="notranslate">Kollegah - Wie ein Boss</span>
[like a boss]
</div>
<!-- TODO mention "stockholm syndrome" with slave morality
meme "military boot on a human face"
alchi/src/images/memes/todo/stockholm_syndrome__ramses_morales_izquierdo.jpeg
-->
<!-- TODO cartoon "islamisten. die guten nazis"
dumme deutsche sagen: "lieber tot als rechts."
als lieber sich von islamisten ermorden lassen als die AFD wählen.
/home/user/Downloads/rechts ist keine option. better dead than right. bcba8d7cc284f14e.jpeg
https://ansage.org/heutige-wahlen-afd-siege-bleiben-weit-hinter-erwartungen-und-erfordernissen-zurueck/#comment-81133
Heutige Wahlen: AfD-"Siege" bleiben weit hinter Erwartungen und Erfordernissen zurück
leider keine überraschung.
wie bei der covid impfung: 80% idioten.
gutgläubige, optimisten, staatsgläubige, regierungsgläubige, staatsfunkgläubige, propagadagläubige, bahnhofsklatscher, teddywerfer, steuerzahler, ...
die sich blenden lassen von schönen lügen, also tagesschau-fans und tatort-fans.
> Wir werden wissen dass unser Desinformations-Programm komplett ist,
> wenn alles, was die Öffenltichkeit glaubt, falsch ist.
>
> -- William Colby, CIA Direktor 1981-1987
> (Operation Mockingbird)
> (Film: Out Of Shadows, 2020)
früher religion, heute politik:
> Des großen Alexander Reich zerfiel;
> das der alten Römer und das Napoleons ging in Trümmer;
> sie waren gebaut auf die Gewalt der Waffen.
>
> Aber das Reich von Neu-Rom
> besteht schon fast anderthalbtausend Jahre
> und wird wer weiß wie lange bestehen,
> denn es ruht auf dem solidesten Fundament:
> auf der Dummheit der Menschen.
>
> -- Otto von Corvin
wahrheit ist da wos weh tut:
> exposure to true information does not matter anymore.
> A human who is demoralized is unable to assess true information.
> The facts tell nothing to him.
>
> Even if I shower him with information, with authentic proof, with documents, with pictures.
> Even if I take him by force to the Soviet Union, and show him a concentration camp,
> he will refuse to believe it ...
> until he is going to receive a kick in his fat bottom.
>
> When the military boot crushes his balls, then he will understand, but not before that.
> That is the tragedy of the situation of demoralization.
>
> -- Yuri Bezmenov - Ideological Subversion, 1984
dazu passt auch der comic "islamisten. die guten nazis"
> drei islamisten stehen vor der tür:
> man sieht sturmmasken, dolche, abgehackte köpfe.
> dumme deutsche öffnen die tür:
> "was für ein glück! wir dachten schon sie wären die bösen nazis."
https://koptisch.files.wordpress.com/2015/01/isis-in-c3b6sterreich.jpg
https://uhrforum.de/data/attachments/756/756481-216eb2fc2401b4e316ae587178ebc156.jpg
http://1.bp.blogspot.com/-qPC1i2G2PY8/VWSdr1hH1fI/AAAAAAAAZ18/IJm9v1s92cY/s640/SalamAleikum.jpg
> wie bei der covid impfung: 80% idioten.
es wäre schön, wenn die alle schon tot wären.
die impfungen sind ja todesspritzen,
aber leider wirken sie nur langsam.
-->
<div ol="en" class="para">
<!--
https://www.youtube.com/watch?v=yErKTVdETpw # 1:21:28 # FULL INTERVIEW with Yuri Bezmenov: The Four Stages of Ideological Subversion (1984)
-->
<!-- 01:11:04 -->
Griffin:
And yet, these people have been programmed and, as you say, emplaced [in positions of power],
and who are favorable to an opening with the Soviet concept.
These are the very people, who would be marked for extermination in this country?
<br>
<!-- 01:11:16 -->
Bezmenov:
Most of them, yes.
Simply because the psychological shock,
when they see in the future,
what the beautiful society of "equality" and "social justice" means in practice,
obviously they will revolt.
They will they will be very unhappy, frustrated people.
<!-- 01:11:36 -->
And the Marxist-Leninist regime does not tolerate these people.
Obviously, they will join the links of dissenters and dissidents.
Unlike in the present United States,
there will be no place for dissent in future Marxist-Leninist America.
Here you can you can get popular like Daniel Ellsberg,
and filthy-rich like Jane Fonda, for being a dissident,
for criticizing your Pentagon.
<!-- 01:12:04 -->
In the future, these people will simply be squashed like cockroaches.
Nobody will pay them anything for their beautiful, noble ideas of equality.
This they do not understand, and it will be a great shock for them, of course.
<!-- 01:12:19 -->
The demoralization process in the United States is basically completed already.
For the last twenty-five years... actually, it's over-fulfilled,
because demoralization now reaches such areas,
where previously not even Comrade Andropov and all his experts
would even dream of such a tremendous success.
Most of it is done by Americans to Americans, thanks to a lack of moral standards.
<!-- 01:12:44 -->
As I mentioned before,
exposure to true information does not matter anymore.
A person who is demoralized is unable to assess true information.
The facts tell nothing to him.
Even if I shower him with information, with authentic proof, with documents, with pictures.
Even if I take him by force to the Soviet Union, and show him a concentration camp,
he will refuse to believe it, until he is going to receive a kick in his fat bottom.
When the military boot crushes his balls, then he will understand, but not before that.
That is the tragedy of the situation of demoralization.
<!-- 01:13:28 -->
So basically, America is stuck with demoralization.
And even if you start right now, here, this minute,
you start educating a new generation of Americans.
It will still take you fifteen to twenty years,
to turn the tide of the ideological perception of reality
back to normalcy and patriotism.
&mdash; <a class="notranslate" href="https://www.thethinkingconservative.com/a-conversation-with-yuri-bezmenov/"
>Yuri Bezmenov - Ideological Subversion, 1984</a>, Ex KGB Agent
<!--
https://www.youtube.com/watch?v=yErKTVdETpw # 1:21:28 # FULL INTERVIEW with Yuri Bezmenov: The Four Stages of Ideological Subversion (1984)
https://www.youtube.com/watch?v=1ECuQ5knUYI # 1:03:58 # Yuri Bezmenov - Deutsch [deutscher untertitel]
https://www.youtube.com/watch?v=xk8iZN3UwaI # 16:23 # Yuri Bezmenov - Ideologische Subversion (Deutsche Tonspur) (Teil 1)
https://www.thethinkingconservative.com/a-conversation-with-yuri-bezmenov/
https://bezmenov.neocities.org/
https://www.gnosticwarrior.com/yuri-bezmenov.html
tags: critical-thinking, main-stream-media, propaganda, subversion, true-facts
https://www.goodreads.com/quotes/10202216-as-i-mentioned-before-exposure-to-true-information-does-not
https://www.goodreads.com/quotes/11831707-exposure-to-true-information-does-not-matter-anymore-a-human
tags: critical-thinking, mainstream-media, propaganda, demoralization, subversion, ideological-subversion, true-facts, redpill, hard-truth, master-morality
-->
</div>
<div ol="en" class="para">
<!--
https://www.youtube.com/watch?v=yErKTVdETpw # 1:21:28 # FULL INTERVIEW with Yuri Bezmenov: The Four Stages of Ideological Subversion (1984)
-->
<!-- 00:57:15 -->
The <b>useful idiots</b> (the leftists, who are idealistically <b>believing</b>
in the beauty of socialist, or communist, or whatever system)
when they get disillusioned, they become the worst enemies.
<!-- 00:57:27 -->
That's why my KGB instructors specifically made the point:
"Never bother with leftists. Forget about these political prostitutes. Aim higher."
This was my instruction.
<!-- 00:57:39 -->
<b>Try to get into large-circulation, established conservative media,
to reach filthy-rich movie makers, intellectuals, so-called "academic" circles.
Cynical, egocentric people who can look into your eyes,
with angelic expressions, and tell you a lie.</b>
These are the most recruitable people: people who lack moral principles,
who are either too greedy, or suffer from self-importance.
They feel that they matter a lot.
These are the people whom the KGB wanted very much to recruit.
<br>
<!-- 00:58:12 -->
Griffin asks about these useful idiots being killed:
But to eliminate the others, to execute the others.
Do not they serve some purpose?
Would not they be the ones to rely on?
<br>
<!-- 00:58:20 -->
Bezmenov:
No.
<b>The useful idiots serve their purpose
only at the stage of the destabilization of a nation.</b>
For example, your leftists in United States.
<!-- 00:58:25 -->
All these professors, and all these beautiful civil rights defenders,
they are instrumental in the process of the subversion, only to destabilize the nation.
<!-- 00:58:40 -->
When the job is complete, they are not needed anymore.
They know too much.
Some of them, when they get disillusioned,
when they see that Marxist-Leninists have come to power,
obviously they get offended.
<b>They think that they will come to power,
but of course, that will never happen.
They will be lined up against the wall and shot.</b>
&mdash; <a class="notranslate" href="https://www.thethinkingconservative.com/a-conversation-with-yuri-bezmenov/"
>Yuri Bezmenov - Ideological Subversion, 1984</a>, Ex KGB Agent
</div>
<div ol="en" class="para">
<!-- https://www.youtube.com/watch?v=1ECuQ5knUYI # 1:03:58 # Yuri Bezmenov - Deutsch # english audiotrack -->
<!-- 00:06:36 -->
The theory of subversion goes all the way back, 2500 years ago.
The first human being, who formulated the tactics of subversion,
was a Chinese philosopher by the name of <b class="nowrap">Sun Tzu</b>.
He was an advisor for several imperial courts in ancient China,
and he said, after long meditation, that,
to implement state policy in a warlike manner,
it's the most counterproductive, barbaric and inefficient
to fight on a battlefield.
<!-- 00:07:30 -->
You know that,
war is continuation of state policy,
right?
So if you want to successfully implement your state policy,
and you start fighting, this is the most idiotic way to do it.
<!-- 00:07:41 -->
The highest art of warfare, is not to fight at all,
but to <b>subvert anything of value in the country of your enemy</b>,
until such time, that the perception of reality of your enemy is screwed up,
to such an extent, that he does not perceive you as an enemy,
and that your system, your civilization, and your for ambitions,
look to your enemy as an alternative, if not desirable, then at least visible.
"Better red than dead."
That's the ultimate purpose, the final stage of subversion,
after which you can simply take your enemy, without a single shot being fired,
if the subversion is successful.
<!--
This is basically what subversion is.
As you see, not the single mentioning of blowing up bridges,
of course Sun Tzu didn't know about blowing up bridges,
maybe there were not that many bridges at that time,
but
-->
<!-- 00:08:46 -->
The basics of subversion is being taught
to every student of KGB school in USSR
and to officers of military academies.
This book is forced to every student in USSR,
every student, who is taught to be dealing with foreigners
further in his future career.
&mdash; <a class="notranslate" href="https://www.thethinkingconservative.com/a-conversation-with-yuri-bezmenov/"
>Yuri Bezmenov - Ideological Subversion, 1984</a>, Ex KGB agent
</div>
<div ol="en" class="para">
<!-- https://www.goodreads.com/quotes/11347727-nietzsche-talked-about-good-and-bad-in-the-context-of -->
Nietzsche talked about "good and bad" in the context of nobility.
The nobles regarded the exceptional as good and the mediocre as bad.
When the "good and bad" of the nobility was replaced by the "good and evil" of the mob,
exceptionalism was declared evil, and mediocrity was sanctified.
The holy mediocrities are now everywhere.
The kingdom of mediocrity is absolute ... absolute shit!
<br>
<!-- https://www.goodreads.com/quotes/11347715-we-are-the-overcomers-the-overmen-not-the-last-men -->
<!-- too much
We are the Overcomers, the Overmen, not the Last Men.
The Last Men want a petty, trivial,
comfortable world without any suffering. Fuck them!
The task is not to eliminate suffering, but to sublimate it.
All people who accomplish anything great
impose tremendous discipline, suffering, and hardship on themselves.
They deny themselves an easy, hedonistic life.
They train hard, study hard, try hard, make tremendous sacrifices.
They are certainly not in the Last Man game
of removing suffering from their life.
They do not want to end suffering.
They want to use suffering to develop.
<br>
-->
<!-- https://www.goodreads.com/quotes/11347720-the-happiness-equation-it-seems-is-to-be-stupid-unconscious -->
<!-- too much
The happiness equation, it seems,
is to be stupid, unconscious, and a slave to God.
Then God will love you and everything will be perfect.
It's amazing how many people love that equation.
It's basically the equation that rules the lives of dogs!
If you want to keep your freedom, then you must kill God!
That's the only way.
God must die so that God may live - the new God.
To repeat, God is dead, long live the new God.
<br>
-->
<!-- https://www.goodreads.com/quotes/11347724-veganism-is-merely-the-continuation-of-christianity-by-other-means -->
<!-- too much
Veganism is merely the continuation of Christianity by other means.
It's the Sermon on the Mount,
extended from the poor, weak and meek to animals.
It gives every vegan the opportunity to posture as a Messiah,
saving the poor little animals from Leviathan.
Vegans are addicted to having a Messiah Complex.
The powerless often posture as activists
on behalf of the even more powerless.
It makes them feel better about themselves.
<br>
-->
<!-- https://www.goodreads.com/quotes/11347718-look-at-a-dog-on-a-leash-this-monstrous-abject -->
<!-- too much
Look at a dog on a leash.
This monstrous, abject "pet"
used to be a magnificent, powerful, proud wolf.
Now it is a joke.
That's what human interference with carnivorous nature achieves:
the opposite of evolution, the removal of animals from vibrant nature,
to make them pathetic, enfeebled playthings and projections of human beings,
with all their crazy neuroses and subjective mental traumas.
The example of dogs should provide a horrific warning from history
of how strong animals can be turned by humans into the most pathetic creatures.
<br>
-->
<!-- https://www.goodreads.com/quotes/11347722-when-you-see-someone-attacking-plato-and-many-people -->
<!-- too much
When you see someone attacking Plato (and many people do)
you should understand that these people are defenders of psychopathy
(especially of unrestricted libertarianism, a psychopath's dream).
They hate Plato and accuse him of being a totalitarian and fascist.
Why?
Because he was prepared to use the awesome power of the State,
to ensure that undesirables did not prosper,
and certainly did not get to the top of society.
All the opponents of Plato are extremist anti-Statists,
whether they are anarchists, libertarians,
predatory capitalists, free marketeers, liberals, or whatever.
They are terrified of a designed, engineered society,
where the benevolent, wise State seeks to create the optimized State,
and where psychos do not get to weave their webs.
<br>
-->
<!-- https://www.goodreads.com/quotes/11347726-when-nietzsche-said-god-is-dead-he-himself-immediately-replaced -->
<!-- too much
When Nietzsche said, "God is dead",
he himself immediately replaced God with a new God, the Superman [Übermensch].
Who would bother with Nietzsche's philosophy,
if he pronounced God dead and then hanged himself?
Nietzsche immediately resurrected God, hence God was never dead.
God is always ready to be re-expressed.
It's not the concept of God that is wrong.
<b>The concept of the wrong God is wrong</b>,
wrongly defined and wrongly understood.
<br>
-->
<!-- i dont get this one.
Are you one of the dwellers in the wood?
Neither by land nor by sea shall they find us.
But, when the time comes, we shall find them.
<br>
-->
&mdash; <span class="notranslate">David Sinclair - The Wolf Tamers: How They Made the Strong Weak</span>
<br>
<!--
https://www.goodreads.com/book/show/60222529-the-wolf-tamers
In the war of the wolves and the sheep,
what if the sheep started winning?
Are human wolves a keystone species of the human race?
If they were hunted to extinction,
leaving no one to winnow the mediocre mob,
what would happen to humanity?
The narrator in the movie Idiocracy was on point when he said:
"Evolution does not necessarily reward intelligence.
With no natural predators to thin the herd,
it began to simply reward those who reproduced the most,
and left the intelligent to become an endangered species."
The same is true of strength.
Without the strong, the weak will reproduce more and more and eventually,
there will only be weakness, mediocrity, an inability (an impossibility),
to achieve anything great and glorious.
The strangest war is being fought.
It's a war to destroy human intelligence and human strength.
This war says that wolves must be exterminated,
or made into non-wolves, by taming them.
And then they can become ... pets.
You know, just like dogs.
You put a collar on them.
You put a leash on them.
You take them for walks.
You tickle their tummy.
You make them perform tricks.
You make them roll over and play dead.
They are wholly dependent on you.
They have separation anxiety when you are not there.
They must make the intelligent stupid.
They must make the strong weak.
But they do not know what they're doing.
The task is not to tame wolves.
It's to make them smarter and stronger.
It's to sublimate them.
Without the wolves, there is only decadence and degeneration.
Without the wolves to control mediocrity, mediocrity grows exponentially.
Why did the Roman Empire fall?
It was because all the Roman wolves had gone.
Only mediocrities were left.
They could do nothing to hold back the barbarian tide.
Civilizations always end when the wolves vanish.
New cultures begin when new wolves start a new lupine era,
full of strength and vigor.
Are you a lone wolf?
Are you one of the wolf pack?
Or are you part of the gang trying to tame all wolves?
Do you want to see the empire fall?
When it no longer has any strength left,
when mediocrities are in charge of everything,
then the end is certain.
As Wilfred Owen said:
"What passing-bells for these, who die as cattle? ...
Was it for this, the clay grew tall?"
-->
<!--
this book seems to be censored by amazon
probably labelled as "hate speech"
https://www.amazon.com/s?k=David+Sinclair+The+Wolf+Tamers
https://www.amazon.de/s?k=David+Sinclair+The+Wolf+Tamers
https://www.amazon.co.uk/s?k=David+Sinclair+The+Wolf+Tamers
here it is listed:
https://www.kobo.com/gb/en/ebook/the-wolf-tamers-how-they-made-the-strong-weak
the related books also look interesting
download:
David Sinclair - The Wolf Tamers. How They Made the Strong Weak. 2023.epub
https://library.bz/main/uploads/2DDCEE5EC9BE5CF52C9B2D3F39D69B09
-->
[redpills, hard truth, master morality, seek risk, learn from mistakes]
</div>
<div ol="de" class="para">
In nature you slowly go crazy,
and suddenly you desperately want to go back to Berlin-Hermannplatz.
In nature there is no cake, no phone signal.
In nature love has no chance.
In nature animals have no fear,
You just walk there and then you die some day.
&mdash; <span class="notranslate">Deichkind - In der Natur</span>
</div>
<div ol="de" class="para">
<!--
i must add inner div's to let bindery wrap the content
TODO better
why does this work for other sections?
add css class "letwrap"?
-->
<div>
[The Jewish Question]
<br>
Only knowledge of Judaism alone
offers the key to understanding the inner
and therefore real intentions of
<b>social democracy</b>.
<br>
Anyone who knows the Jewish people, will have the blindfold of false
ideas about the aim and meaning of this political party fall from their eyes,
and the grinning face of <b>Marxism</b> will emerge from the haze and mist of social phrases.
[...]
</div>
<div>
[The Jew as leader of the social democracy]
<br>
When I recognized the Jew for the first time in this way
as the icy cold and <b>shamelessly</b> business-minded conductor
of this outrageous vice operation of the product of the big city,
a slight shiver ran down my spine.
<br>
But then it flared up.
</div>
<div>
Now I no longer avoided discussing the Jewish question,
no, now I wanted it.
But as I learned to look for the Jew
in all areas of cultural and artistic life
and its various expressions,
I suddenly came across him in a place
where I would least have expected him.
<br>
When I recognized the Jew as the leader of the <b>social democracy</b>,
the blindfold began to fall from my eyes.
This brought to an end a long inner struggle of the soul.
</div>
<div>
Already in my daily interactions with my work colleagues,
I was struck by the astonishing <b>versatility</b>,
with which [the Jews] took different positions on the same question,
sometimes within a period of a few days, often just a few hours.
It was difficult for me to understand how people who, when speaking to them alone,
still had reasonable opinions, suddenly lost them,
as soon as they came into the magic circle of the masses.
It was often exhausting.
If, after hours of persuasion, I was already convinced,
that this time I had finally broken the ice or cleared up some <b>nonsense</b>
and was already heartily happy about the success,
then, to my dismay, I had to start all over again the next day;
it had all been in vain.
Like an eternal pendulum,
the <b>madness of their views</b>
seemed to swing back again and again.
[...]
</div>
<div>
[Jewish dialectics]
<br>
But a Jew could never be freed from his views.
<br>
At that time, I was still childlike enough,
to want to make clear to them the <b>madness of their teaching</b>,
and, in my small circle, I talked my tongue sore and my throat hoarse,
and thought that I had to succeed
in convincing them of the <b>destructiveness of their Marxist madness</b>;
But then I only achieved the opposite.
It seemed, as if the increasing realization
of the <b>devastating impact of social democratic theories</b>
and their fulfillment,
only served to strengthen their determinedness.
</div>
<div>
The more I argued with them,
the more I got to know their <b>dialectic</b> [rhetoric].
<b>First, they expected their opponent to be stupid</b>,
and then, when they could not find a way out,
they <b>simply played stupid</b> themselves.
If nothing was of any use, they did not understand properly or, having been put on the spot, they,
immediately <b>jumped to another topic</b> [distracting from the topic],
now brought up things that were self-evident,
but the agreement of which
they immediately transferred to totally different topics [chain of affirmation],
and now, they, confronted with it again,
they avoid the confrontation and do not know anything concrete.
Wherever one attacked such an apostle,
the hand was covered with jelly-like slime;
it flowed through your fingers and divided,
only to come together again in the next moment.
</div>
<div>
But if you really hit someone so devastatingly,
that he, watched by other people, could no longer do anything else than agree,
and if you believed, that you had made at least one step forward,
then the next day you would be astonished.
The Jew now did not remember the slightest thing about yesterday [dementia, forgetfulness],
went on repeating his old nonsense,
as if nothing had happened at all,
and, when confronted with outrage, acted astonished,
unable to remember anything at all,
except for the <b>correctness of his claims</b>,
which had already been proven the day before.
<br>
At times, I stood there paralyzed.
<br>
One did not know what to admire more,
their eloquence, or their art of <b>lying</b>.
<br>
Slowly, I started to hate them.
</div>
&mdash; <span class="notranslate">Adolf Hitler - Mein Kampf</span>, Chapter 2, pages 54-67 (1925)
<br>
["The Jews" was a synonym for:
intellectuals, fraudsters, rhetorics, seducers, liars ...
so competition for the government.]
</div>
<div ol="de" class="para">
The youth of today are always the people of tomorrow!
<br>
That is why we have set ourselves the task
of vaccinating the <b class="nowrap">spirit of the national community</b> into our youth at an early stage,
at the age when people are still uneducated, and therefore uncorrupted.
[...]
<br>
This empire stands, and it continues to grow, on its youth!
And <b>this new empire will</b> not give its youth to anyone,
but will <b>take its youth into its upbringing, and into its education!</b>
<br>
&mdash; <span class="notranslate">Adolf Hitler, Völkischer Beobachter, 1937</span>
<br>
<span class="notranslate">(Trial of the major war criminals, Nuremberg, 1945, Volume 30)</span>
<br>
[forced schooling is a Nazi law from year 1938]
<br>
[Socialism, made order, education is stronger than nature]
<!--
https://skeptics.stackexchange.com/questions/44389/did-hitler-say-this-quote-about-education
Trial of the major war criminals before the International Military Tribunal, Nuremberg, 14 November 1945-1 October 1946 Volume 30
https://archive.org/stream/TrialOfTheMajorWarCriminalsBeforeTheInternationalMilitaryTribunalNuremberg14Nove/Trial%20of%20the%20major%20war%20criminals%20before%20the%20International%20Military%20Tribunal%2C%20Nuremberg%2C%2014%20November%201945-1%20October%201946%20Volume%2030_djvu.txt
https://www.deutschlandfunk.de/der-schulzwang-ist-ein-relikt-der-diktatur-100.html
-->
</div>
<div style="display:none" class="para">
Meine Pädagogik ist hart. Das Schwache muss weggehämmert werden.
In meinen Ordensburgen wird eine Jugend heranwachsen,
vor der sich die Welt erschrecken wird.
Eine gewalttätige, herrische, unerschrockene, grausame Jugend will ich.
[...]
Es darf nichts Schwaches und Zärtliches an ihr sein.
Das freie, herrliche Raubtier muss erst wieder aus ihren Augen blitzen.
[...]
Ich will keine intellektuelle Erziehung.
Mit Wissen verderbe ich mir die Jugend.
[...]
So habe ich das reine, edle Material der Natur vor mir.
[...]
So kann ich das neue schaffen.
&mdash; <span class="notranslate">Adolf Hitler</span>
<!--
https://books.google.de/books?id=g1e5EAAAQBAJ
deutsch/fragmente/familienpolitik im nationalsozialismus. facharbeit. julia fromm.md
-->
</div>
<!-- TODO mehr hitler zitate? -->
<div ol="de" class="para">
Adolf Hitler introduced the ban on home schooling in 1938
for reasons that are easy to understand.
He did not want to allow areas
that would be out of government control.
<br>
&mdash; <span class="notranslate">Dieter Lenzen, Präsident der Freien Universität Berlin (2003-2010),</span>
<a class="notranslate" href="https://www.tagesspiegel.de/wissen/freie-sicht-heimunterricht-muss-erlaubt-sein/1520628.html"
>Heimunterricht muss erlaubt sein</a>, Tagesspiegel, May 25, 2009
</div>
<div ol="de" class="para">
We are students of today, in schools of yesterday, with teachers from the day before yesterday,
with methods from the Middle Ages, being prepared for the problems of the day after tomorrow.
&mdash; <span class="notranslate">Dr. Peter Pauling</span>
</div>
<div style="display:none" class="para">
Abi ohne Schule - Unmenschlicher Schulzwang in Deutschland | Bewusst.TV - 12.3.2016
https://www.youtube.com/watch?v=jR1475IYwXc
http://bewusst.tv/abi-ohne-schule/
Stammtische Bewusst-Treffs in deiner Nähe:
http://bewusst.tv/bewusst-treffs/
Weiterführendes:
Wie der Staat gehorsame Bürger produziert
https://www.youtube.com/watch?v=XAhVhxIUyPk
https://www.lehrerfreund.de/schule/1s/schulpflicht-unfreiheit/4457
https://web.archive.org/web/*/https://www.bundesverband-bildungsfreiheit.de/
Moritz Neubronner Deutschlands hartnäckigster Schulverweigerer, so titelte der Spiegel einen Artikel über ihn.
Jahrgang 1996, er lebt in Bremen und ist der bekannteste Schulverweigerer der Republik.
Lediglich die ersten beiden Grundschuljahre und ein Halbjahr in der zehnten Klasse besuchte er regulären Schulunterricht.
Fast ohne fremde Hilfe schaffte er den Hauptschulabschluss und die Mittlere Reife jeweils mit einem Durchschnitt von 1,4.
Seine externe Abitur-Prüfung schloss er 2015 mit 2,5 ab und das ohne jahrelange schulische Ausbildung.
Ein weiteres Paradebeispiel für die Praktikabilität und Erfolgschancen von Unschooling.
Ob in Großbritannien, den Vereinigten Staaten, Japan, der Schweiz oder Australien -- zwei Millionen Kinder in den Industrienationen gehen nicht in die Schule.
In ihren Heimatländern gilt statt der Schulpflicht eine Bildungspflicht.
Sie lernen freiwillig, engagiert, erfolgreich -- und oftmals vollkommen ohne formellen Unterricht.
Ihr Lernen kennt keine Grenzen.
Europaweit gibt es inzwischen eine Debatte darüber, ob die Schulen unsere Kinder in ein Korsett zwängen, das für die meisten zu eng ist und sogar krank machen kann.
Es ist schön, dass es Schulen gibt, in denen Kinder etwas lernen können.
Die Umstände sind jedoch oft kritikwürdig: die Art, wie Bildungspläne entstehen; die 45-Minuten-Taktung; Lernzwang; Lernen im Gleichschritt - usw.
Offensichtlich verlieren viele Kinder in den ersten Schuljahren den Spaß am Lernen; Schulpflicht bringt Unfreiheit, es herrscht Anwesenheitspflicht, Bevormundung.
Der Schulalltag ist von einem erheblichen Machtgefälle geprägt und weitgehend autoritär ausgestaltet: Die Lehrer geben Anweisungen, und die Schüler müssen sich unterordnen.
Die Handlungen der Schüler unterliegen einer starken Reglementierung.
Obwohl Kinder von Natur aus sehr lebendig und ständig in Bewegung sind, werden sie verpflichtet, für mehrere Stunden täglich stillzusitzen.
Auch wenn sich die heute propagierten Erziehungsziele stark von denen früherer Zeiten unterscheiden und geradezu fortschrittlich klingen und die Prügelstrafe lange abgeschafft ist, so ist doch die gesamte Funktionsweise der Schule nicht geeignet, freiheitliche oder demokratische Werte zu fördern.
So wird zwar beispielsweise behauptet, die Schule solle zum selbständigen Denken erziehen, faktisch passiert aber durch die für eine Zwangsschule charakteristischen Erscheinungen genau das Gegenteil: Die Schüler lernen, das zu tun, was ihnen gesagt wird.
Es bleibt zu wenig Zeit für eigene Interessen.
In Handschellen zur Schule, ist unmenschlich und keine Option!
Wir behaupten nicht, dass alle Schüler in der Schule leiden.
Manche kommen mit der Schule gut zurecht und gehen sogar gerne hin.
Uns geht es darum, dass für jene, auf die das nicht zutrifft, Alternativen geschaffen werden.
Die Anwesenheit des jungen Menschen allerdings in der Schule verkommt dabei zu einer sinnentleerten physischen Präsenz.
Die Schulpflicht verletzt Grundrechte und produziert lustlose Pflichterfüller.
Die Schulpflicht stellt insgesamt einen massiven Eingriff in die Freiheit junger Menschen dar, und zwar ohne dass dies zum Schutz der Freiheiten anderer notwendig wäre.
Der Staat nimmt sich das Recht, wesentliche Teile des Lebens von Kindern und Jugendlichen vor- und fremdzubestimmen.
Die betroffenen Kinder und Jugendlichen haben keinen Einfluss darauf und können ihrem Schicksal nicht entrinnen.
Sie werden zu Marionetten, zu Objekten staatlicher Schulpolitik gemacht.
Sie werden nicht als eigene Subjekte wahrgenommen, als Menschen, deren Freiheit es zu schützen gilt.
</div>
<div ol="de" class="para">
Welcome to the real world,
where you fight for air on stage.
Where you realize, that <b>your whole life is a lie</b>,
where none of your soldiers protect and guard you.
It is different now, what you did before is not enough here,
I will pull you out of the Matrix, and throw you into the real world.
<br>
&mdash; <span class="notranslate">Kool Savas - Matrix</span>
</div>
<div class="para">
<b>Forced schooling is a relic of dictatorship.</b>
<br>
Our children are now "thriving wonderfully in free learning",
says <span class="notranslate">Dagmar Neubronner</span>,
who <b>found asylum in France with her family because of Germany's forced schooling</b>:
In Germany, there is extreme mistrust against citizens, she criticizes,
and points to other countries.
<br>
<span class="notranslate">Dagmar Neubronner</span>
in conversation with <span class="notranslate">Jürgen Liminski</span>, 2010-02-16.
<br>
<span class="notranslate">Jürgen Liminski:</span>
Ten days ago, a news report caused attention:
<b>a German family received political asylum in the USA,
because they wanted to educate their children at home, which is illegal in Germany.</b>
Now a second family did go away from Germany, and has applied for asylum,
and a third family moved to France some time ago for the same reason,
it is the Neubronner family.
The mother and teacher of the two children is now on the phone.
Good morning, Miss Neubronner!
<br>
<span class="notranslate">Dagmar Neubronner:</span>
Good morning!
<br>
<span class="notranslate">Liminski:</span>
Miss Neubronner, you live in France,
can you there <b>teach your children at home</b>?
<br>
<span class="notranslate">Neubronner:</span>
Yes, no problem.
In France, they are even setting up a separate system of distance learning,
to provide particularly good support for these children.
<br>
<span class="notranslate">Liminski:</span>
Why does not this work in Germany?
<br>
<span class="notranslate">Neubronner:</span>
This is not possible in Germany,
because the <b>Imperial Forced Schooling Act in 1938</b>
introduced the German <b class="notranslate">Schulzwang</b> [German Forced Schooling],
which turned the compulsory schooling (<span class="notranslate">Schulpflicht</span>) from 1919
into a strict forced schooling,
so that children in Germany are taken to school by the police if necessary,
and <b>custody is taken away from parents</b>, and so on.
Unfortunately, this was then adopted into the legislation of most federal states of Germany.
<br>
<span class="notranslate">Liminski:</span>
You refer to the 1938 law,
what is the situation in other European countries?
<br>
<span class="notranslate">Neubronner:</span>
It varies,
some countries have always had freedom of education,
for example, England, Ireland, Denmark, Belgium, France.
The Scandinavian countries introduced freedom of education,
the possibility of free learning without school, in the 1990s,
after a few lawsuits, where parents complained.
And in Eastern Europe, since the collapse of the Soviet Union,
one country after another has been introducing freedom of education.
This is often preceded by pilot studies, that prove how beneficial this educational method is.
In some cases, for example in Russia, you are even supported by the state if you do this,
so that at the moment, only Germany, in an isolated position in Europe,
is holding on to this outdated method of forced schooling.
<br>
<span class="notranslate">Liminski:</span>
Freedom of education means "homeschooling"?
<br>
<span class="notranslate">Neubronner:</span>
<b>Freedom of education</b> means the opportunity,
to freely choose the way, in which children are educated or educate themselves.
Whether in a state school, in a private school, in a distance learning school,
at home, traveling, or whatever.
<br>
<span class="notranslate">Liminski:</span>
How do you teach,
and how do you know that your children have the same level of knowledge as other children, of the same age?
What about degrees, high school diplomas, and certificates in general?
<br>
<span class="notranslate">Neubronner:</span>
Yes, that was our biggest concern at the beginning.
Meanwhile, we are completely relaxed,
our children have been enrolled at the Clonlara School,
since we started this free learning,
which is a care school,
that takes care of free-learning children in 40 countries.
And <b>our children now learn very independently</b>;
they use the excellent learning software that is also available on the Internet.
For example, <span class="notranslate">Rosetta Stone</span> for languages,
<span class="notranslate">Realmath.de</span> for math and so on,
and it helps us without any problems.
At the moment, for example, both children
are already learning the material for the next grade in math,
because they have worked through the material from their year
shortly after Christmas.
They took a two-week vacation
and then they carry on, so that is no problem at all.
<br>
<span class="notranslate">Liminski:</span>
Do you have any comparisons with other children?
<br>
<span class="notranslate">Neubronner:</span>
Yes, of course, all <b>curricula</b> are accessible on the Internet,
you can work through all sorts of tests,
and when they can do something, then they can do it,
so that is very clear.
<br>
<span class="notranslate">Liminski:</span>
What about learning social behavior in "homeschooling"?
After all, there are no same-age-peers, to make this learning possible.
<br>
<span class="notranslate">Neubronner:</span>
Yes, children do not learn <b>social behavior</b> from other children, but from us adults.
We must be role models and show them how it is done, the children do not know that yet.
We have now relaxed there too, after having been worried before.
All scientific studies and all experiences abroad show,
that free-learning children [free learning, free schools]
are far ahead of the average school children,
when it comes to <b>social skills</b>.
<br>
It is now even the case, that the <b>elite universities</b>, Harvard, Cambridge, and so on,
<b>prefer to accept students, who have learned as "homeschoolers"</b>,
because they say, that these students are not only intelligent, the others are too,
but they have also a certain <b>independence and social maturity</b>, that the others lack,
because for twelve years, they were never able to decide for themselves what they did,
were never able to structure their day themselves, and so on.
<br>
<span class="notranslate">Liminski:</span>
Two families escaped to the USA, Miss Neubronner,
the motives are very different,
but religious factors also play a role.
Does school not also protect children from ideological imprisonment?
<br>
<span class="notranslate">Neubronner:</span>
Yes, firstly I want to say that,
not only two families escaped to the USA,
but <b>families are constantly escaping</b>,
and there are now hundreds of families,
who went away from Germany for this reason.
And these are all great families,
that I really feel sorry for,
for Germany and also for my children.
As far as ideological imprisonment is concerned,
<b>in Germany there is extreme mistrust against citizens,</b>
but here too, we could relax,
if we look at other countries.
If at all, the danger of indoctrination comes from ideological elite schools,
even abroad,
but not from the diversity of different values,
that individual moms and dads convey.
<b>It is no coincidence, that in all dictatorships, the first target is always the children,
who are then made equal [<span class="notranslate">Gleichschaltung, lockstepping</span>] through forced attendance in schools.</b>
Of course I do not want to compare Germany with a dictatorship [Haha ... define "dictatorship"],
but <b>this forced schooling is a relic of dictatorship</b> and that should go away now in Germany.
<br>
<span class="notranslate">Liminski:</span>
Where do you feel this dictatorship, as you call it?
<br>
<span class="notranslate">Neubronner:</span>
No, I do not want to portray Germany as a dictatorship,
but it is a bad path, and this forced schooling is a dictatorial relic.
<b>We receive calls every day from desperate parents,
who want to let their children learn freely, and therefore go abroad,
or who want to do this here, and then have problems with Child Protective Services,
whose custody is taken away, just because they let their children learn freely.</b>
This is an incredible process, some people abroad do not believe it at all.
When I am in Canada, they just look at each other and say,
we thought they were a democracy now, really, Dagmar, is that true?
They do not want to believe it.
<br>
<span class="notranslate">Liminski:</span>
But there are isolated cases.
<br>
<span class="notranslate">Neubronner:</span>
No, <b>these are not isolated cases, it is getting more and more,
there is an unfortunate court ruling by the German Federal Court of Justice from 2007,
in which free learning and "homeschooling" is equated with an abuse of custody</b>,
it says that it can be an abuse of the represent custody.
And in which a Child Protective Service, which had made free learning possible in Austria,
was also sharply attacked, and <b>since then, the German authorities have been trying hard to
immediately involve Child Protective Services and threaten to withdraw custody.</b>
And that is a terrible development,
because <b>of course these custody stories are actually
intended for Jessica and Kevin, for starving, abused children,
and not for children who follow an educational path, that is legal everywhere else.</b>
<br>
<span class="notranslate">Liminski:</span>
Miss Neubronner, did you also escape for religious reasons?
<br>
<span class="notranslate">Neubronner:</span>
No, really not. Our reasons ...
Well, we escaped from Germany,
because we feared the <b>loss of custody</b>, which is done so often,
and of course, we did not want to risk that under any circumstances.
And why our children are free-learning is simply because
they <b>did not feel comfortable in school</b> ,
and now they are thriving wonderfully in free learning.
We have no ideological motives whatsoever,
just like most families.
<br>
Only families that are very religious, have fewer problems,
bravely going public with it
and of course mix
a certain missionary zeal with the actual issue.
But for all families I know,
the <b>children's problems at school,</b>
sometimes also health problems,
were the original reason for starting free learning.
<br>
<span class="notranslate">Liminski:</span>
Life without school, but with education,
that was <span class="nowrap">Dagmar Neubronner,</span>
mother of what they call a family of <b>free learners</b>.
Thank you very much for the interview, Miss Neubronner!
<br>
<span class="notranslate">Neubronner:</span>
Please, you are welcome!
<br>
&mdash; <span class="notranslate">Dagmar Neubronner</span>
in conversation with <span class="notranslate">Jürgen Liminski</span>,
<br>
<a class="notranslate" href="https://www.deutschlandfunk.de/der-schulzwang-ist-ein-relikt-der-diktatur-100.html"
>Der Schulzwang ist ein Relikt der Diktatur, Deutschlandfunk, 16.02.2010</a>
</div>
<!-- TODO mehr schulzwang zitate -->
<!-- TODO John Taylor Gatto - Verdummt noch mal -->
<div id="the-day-tapes" ol="en" class="para">
Most people do not understand how governments operate,
and even people in high positions in governments, including our own,
do not really understand how and <b>where decisions are made</b>.
People who really influence decisions
are names that for the most part would be familiar to most of us
[Rockefeller, Rothschild, Warburg, Lehman Brothers,
Goldman Sachs, J.P. Morgan, Gates, Soros, Blackrock, ...].
They are not primarily people in public office,
but people of prominence who are primarily known
in their private occupations or <b>private positions</b>.
<br>
The upcoming changes are changes that are very surprising,
and in some ways difficult for people to accept.
People will must get used to the idea of change,
so used to change, that they will be expecting change.
<b class="nowrap">Nothing will be permanent.</b>
This often comes out in societies
where people have no roots,
but are passively willing to accept change,
simply because it is all they have ever known.
Change is to be anticipated and expected, and accepted,
no questions asked.
<br>
<span class="nowrap">Sadly, people are too trusting,</span>
<b class="nowrap">people do not ask the right questions.</b>
<br>
<b>Everything has two purposes</b>:
One is the visible purpose, which will make it acceptable to people,
and second is the real purpose, which will further the goals of the new system.
There is just no other way.
<br>
<b class="nowrap">The population is growing too fast.</b>
Numbers of people living at any one time on the planet must be limited,
or we will run out of space to live.
We will outgrow our food supply and we will over-populate the world with our waste.
Most people will be allowed to have only two babies.
The zero population growth rate is 2.1 children per completed family.
<br>
The sex education is to get kids interested early,
making the connection between sex and
the <b class="nowrap">need for contraception</b> early in their lives,
even before they become sexually active.
Many cities in the United States have already set up school-based clinics
which are primarily contraception, birth control,
<b class="nowrap">population control</b> clinics.
The idea then is that the connection between sex and contraception,
introduced and reinforced in school, would carry over into marriage.
<br>
<!-- too much, less relevant
People will be given permission to be homosexual.
<br>
Divorce will be made easier and more prevalent.
<br>
Medicine will be much more tightly controlled.
<br>
If you do not work or can not work, you won't have access to medical care.
<br>
Medical care will be closely connected to work.
If you do not work or can not work, you won't have access to medical care.
The days of hospitals giving away free care will gradually wind down,
to where it is virtually nonexistent.
Costs will be forced up, so that people won't be able to afford to go without insurance.
Everybody is made dependent on insurance.
<br>
Access to hospitals will be tightly controlled.
The security in hospitals will be established and gradually increased,
so that nobody without identification can get in.
<br>
Hospitals can be used to confine people, for the treatment of criminals.
[political abuse of psychiatry.]
<br>
Elimination of private doctors:
The solo practitioner will become a thing of the past.
A few die-hards might try to hold out,
but most doctors will be employed by an institution.
Group practice would be encouraged, corporations would be encouraged,
and then, as this gradually becomes more and more acceptable,
doctors will more and more become employees rather than independent contractors.
And along with that, of course, unstated but necessary, is
<b>the employee serves his employer, not his patient.</b>
<br>
Independent doctors will suffer a great loss of income.
<br>
There will be new diseases to appear, which had not ever been seen before.
They would be very difficult to diagnose and be untreatable, at least for a long time.
[Probably AIDS is a manufactured disease?]
<br>
-->
We can cure almost every cancer right now.
Information is on file in the Rockefeller Institute,
if it is ever decided that it should be released.
But consider:
If people stop dying of cancer, how rapidly we would become overpopulated.
Efforts at cancer treatment will be geared more toward comfort than toward cure.
[painkillers, sedatives.]
Ultimately, the cancer cures,
which are hidden in the Rockefeller Institute,
will come to light,
because independent researchers will bring them out,
despite the efforts to suppress them.
But at least for now,
<b class="nowrap">letting people die of cancer</b> is a good thing to do,
because it will slow down the problem of overpopulation.
<!--
TODO mention some real cures for cancer
Do You Think There Are Cures For Cancer?
https://sukwan.substack.com/p/do-you-think-there-are-cures-for
https://unbekoming.substack.com/p/cancer-the-forbidden-cures
I have been looking for a high-level overview,
and I came across it in "180 Degrees"
(I can not recommend the book highly enough).
You could buy the book for that section alone.
Here are some highlights of that portion of the book's text:
Executive Summary:
It scrutinizes the suppression of various alternative therapies,
such as GcMAF, Laetrile (B17), and intravenous Vitamin C,
which have shown promise in treating cancer
but are often dismissed or criminalized by the medical establishment.
The text also raises ethical questions about the role
of law and the pharmaceutical industry in shaping public health policy,
suggesting that the current system
may be more focused on profit than on effective patient care.
Key Takeaways:
1. GcMAF, derived from a naturally occurring human protein,
has shown promise in treating cancer but is criminalized in some jurisdictions.
2. Laetrile (B17), found in almonds and apricot kernels,
has been used to treat cancer but is banned by the FDA in the United States.
3. Intravenous Vitamin C has been effective in treating various diseases,
including cancer, but is largely ignored by the medical community.
4. The text cites 79 peer-reviewed papers supporting
the effectiveness of GcMAF in the US National Library of Medicine.
5. David Noakes, who developed GcMAF,
was convicted and imprisoned for selling an unlicensed medicine.
6. The author suggests that alternative cancer treatments
are more readily available in Mexico.
7. The text raises concerns about
the recommended daily allowance of Vitamin C for humans,
comparing it to the much higher levels naturally produced by goats.
Excerpts:
1. "The scientific evidence clearly shows
that GcMAF is potentially the most effective cancer treatment ever discovered."
2. "How and why GcMAF is being withheld from the public,
despite an abundance of supporting scientific evidence,
reveals a system of corrupt corporate control
designed to profit from our sickness and death."
3. "There seems to be much more in play here than meets the eye.
Vitamin C is a cheap and non-patentable option."
Statistics:
1. "We treated 11,500 people with superb results on 9,000.
We saved the lives of 800 with terminal stage 4 cancer."
David Noakes
2. "In the US National Library of Medicine
there are now 79 GcMAF peer-reviewed papers."
3. "A healthy goat normally produces around 185 mg/kg/day of Vit C
= 13,000 milligrams per day.
When a goat becomes stressed or ill,
it can produce up to 1400 mg/kg/day = 100,000 milligrams per day."
From 180 Degrees I found this documentary Cancer: The Forbidden Cures
https://www.youtube.com/watch?v=-jqCXWdeRes
https://rumble.com/v1mn7vs-cancer-the-forbidden-cures-full-documentary.html
Here are my thoughts after watching the (excellent) documentary:
- The history of suppressing effective cancer treatments is very long. Well over 100 years.
- The history of shaming, cancelling, bankrupting, jailing doctors
who innovate effective, safe and cheap solutions is very long.
- Do we know how to treat cancer? Yes.
- Would they love to blame it on genetics? Yes.
- Are there many different ways to treat cancer? Yes.
- Are surgery, chemotherapy, and radiation likely the best ways of treating cancer. No.
- Is the whole official industrial cancer complex corrupt? Yes.
- Would I trust a mainstream oncologist as far as I could throw him? No.
- Would I donate to "cancer research"? No.
- If I, or my family came down with cancer, would I consider going to Mexico? Yes.
I highly recommend the documentary but in case you do not get around to it, here is a summary:
<blockquote>
Executive Summary
The documentary, titled "Cancer: The Forbidden Cures," is a comprehensive deep dive
into the history and politics surrounding cancer treatments.
It explores alternative therapies that have been
largely dismissed, discredited, or suppressed by mainstream medical institutions.
It serves as an eye-opener into the politics and economics
that have shaped the landscape of cancer treatment.
It challenges the viewer to question the established norms
and to consider alternative paths for treatment and research.
Key Takeaways
1. Historical Context: The video begins by highlighting that cancer treatments
have been primarily limited to surgery, radiation, and chemotherapy,
despite the existence of various alternative therapies.
2. Rene Caisse and Essiac:
Rene Caisse, a Canadian nurse, developed Essiac,
a herbal remedy that showed promise in treating cancer
but was never approved by medical authorities.
From 180 Degrees:
Systematic suppression by the authorities is also what happened to Canadian nurse,
Rene M. Caisse and her essiac herbal treatment for cancer
(based on the knowledge of a medicine man of a local First Nation tribe).
Doctors came to assess her success,
and she recounts what cancer surgeon Richard A. Leonardo of Buffalo told her:
"You have [the cure] but the medical profession will never let you do this to us."
He was right.
"I do not see how they can refrain from recognising it, because if you have the proof, you have the diagnosis from the doctor, you have the pathological findings and you find you have the living patient to show they are still alive after the medical profession has given them up and yet they refuse to admit that it is a cure."- Rene M. Caisse
3. Max Gerson and Nutritional Therapy:
Max Gerson proposed a dietary approach to treating cancer,
which was met with resistance and labeled as quackery by mainstream medicine.
4. Pharmaceutical Industry's Role:
The video suggests that the pharmaceutical industry
has a vested interest in maintaining the status quo for cancer treatment
due to the high profitability of current therapies.
5. Dr. Hammer's Psychological Approach:
Dr. Gert Hammer proposed that psychological traumas
are the root cause of cancer,
an idea that has not been accepted by mainstream medicine.
6. Laetrile and Vitamin B17:
Laetrile, derived from apricot seeds and rich in Vitamin B17,
has been used as an alternative cancer treatment
but is considered illegal in the United States.
From 180 Degrees:
Ernesto Contreras first treated cancer patients
using Laertile (aka B17) in 1963.
Thousands of patients have subsequently been successfully treated
but in the United States the FDA shut him down.
Laertile is a complex compound that is found naturally in,
for example, almonds and apricot kernels.
Its active ingredient is cyanide.
At hearing this word most people get rather nervous
as it is a well recognised deadly poison and yes, just like water,
if you take too much of it then there will be terminal consequences.
Dosage is key.
But in this case, cyanide is on your side,
as it is that which targets and kills the cancer cells.
This is all detailed in an excellent one-hour documentary
(available for free online)
and a book called A World Without Cancer by G. Edward Griffin.
Other literature is available and includes
Laetrile Case Studies and Alive and Well.
The people of the Hunza valley,
in the Karakorum mountains of Gilgit-Baltistan in northern Pakistan,
have a diet rich in apricot kernels.
It is claimed they are, as a group, cancer free.
Perhaps it is just a coincidence.
The film Second Opinion details how the FDA demonised B17
after a study was rigged against it in the 1970s.
Then there is Jason Vale, who contracted cancer but made a full recovery.
But what makes his case so interesting is not just that he did it
by eating 17 raw apricot kernals a day (as he claims)
but he also took a start/stop approach.
When he was eating the kernals
the cancer would recede and when he stopped it would return.
This he did three times before finally becoming cancer free.
He is one of thousands
who claim to have reversed their cancer using this proto­col.
Impressed with the result,
he then decided to sell the apricot kernals online.
Jason Vale and his mother were both jailed for selling unlicensed 'drugs.'
The drugs in this case were the naturally occurring apricot seeds.
There are some people suggesting
that the FDA occasionally looks more like an attack dog
than an organisation working in the best interests of public health.
Look at who funds them and draw your own conclusions.
7. Shark Cartilage:
The anti-angiogenic properties of shark cartilage,
which inhibit the growth of blood vessels in tumors,
are discussed as a potential treatment.
8. Mistletoe and Iscador:
Used in Europe, mistletoe extracts have shown promise
in boosting the immune system and directly killing cancer cells.
9. Suzanne Somers' Experience: Actress Suzanne Somers claims
to have successfully treated her cancer using mistletoe injections.
10. Lack of Scientific Scrutiny: Many of these alternative treatments
have not been subjected to rigorous scientific testing,
often due to lack of funding or interest from mainstream institutions.
11. FDA's Role: The U.S. Food and Drug Administration
has been criticized for not approving alternative treatments,
often citing lack of evidence as the reason.
12. Public Perception: The video argues that public perception
is heavily influenced by mainstream medical opinion,
which is often biased against alternative therapies.
13. Media's Role: Media outlets are shown
to generally support the views of mainstream medicine,
further marginalizing alternative approaches.
14. Legal Consequences: Practitioners of alternative therapies
often face legal repercussions, including the revocation of medical licenses.
15. Global Perspective: The video highlights
that some alternative treatments are more accepted outside of the United States,
particularly in Europe.
Standout Quotes
1. "If the Gerson Therapy were permitted inside the United States,
we would see a dramatic decrease in deaths from cancer."
2. "The reason for that is the fact
that it is not a patented medicine
and it is not an expensive medicine."
3. "More doctors smoke camels than any other cigarette."
4. "If doctors know there is a cure and send patients home to die,
that is an atrocity worse than the Holocaust."
5. "The FDA actively participated in suppressing Hoxsey's treatment."
6. "Alternative therapies like Mistletoe are more accepted in Europe."
7. "Many American patients go to Mexican clinics
for treatments that are illegal in the U.S."
</blockquote>
Lastly, here is the Forward to G. Edward Griffin's excellent book
World Without Cancer: The Story of Vitamin B17,
first published in 1974!
<blockquote>
FOREWORD
A great deal of drama has been enacted on the cancer stage
since the first edition of this book was published.
While it is true that many of the original actors
have been replaced by their understudies,
the plot of the play has not changed.
This is the outline of that drama.
Each year, thousands of Americans travel to Mexico and Germany
to receive Laetrile therapy.
They do this because it has been suppressed in the United States.
Most of these patients have been told
that their cancer is terminal and they have but a few months to live.
Yet, an incredible percentage of them
have recovered and are living normal lives.
However, the FDA, the AMA, the American Cancer Society,
and the cancer research centers
continue to pronounce that Laetrile is quackery.
The recovered patients, they say, either had "spontaneous remissions"
or never had cancer in the first place.
If any of these people ultimately die after seeking Laetrile,
spokesmen for orthodox medicine are quick to proclaim:
"You see? Laetrile doesn't work!"
Meanwhile, hundreds of thousands of patients die each year after undergoing surgery,
radiation, or chemotherapy,
but those treatments continue to be touted as "safe and effective."
The average cancer patient undergoing Laetrile therapy
will spend between $5,000 and $25,000 for treatment.
That is lots of money, but it is peanuts
compared to the astronomical bills charged by conventional medicine.
Yet they never tire of complaining
that Laetrile doctors are greedy quacks and charlatans
who profiteer from the sick and the frightened.
That is a classic case of accusing your opponent
of exactly what you yourself are doing.
It is common today for an elderly couple
to give their entire life savings to a medical center
and a battery of attending physicians and technicians,
all in the vain hope of saving the husband or woman from cancer.
Even their house may must be sold to pay the bills.
And the maddening part is that, in most cases,
the doctors know there is no chance of long-term success.
But the surviving spouse is seldom told that.
The next time you hear a spokesman for orthodox medicine condemn those greedy,
money-grubbing Laetrile doctors, watch him as he goes to the parking lot.
Chances are, he'll drive off in his new Jaguar.
The only real difference between the controversy today
and when it began in the 1970s
is that the media has lost interest in it.
The sparsity of coverage has created the false impression
that Laetrile has fallen into disfavor,
but nothing could be further from the truth.
The number of patients using Laetrile today
continues to run in the thousands.
It has been suggested that the mass media have decided to ignore Laetrile because,
when it did receive national publicity, it became popular.
People decided to give it a try in spite of the negative press.
If they had been told they were going to die anyway, why not?
And the clinics in Mexico thrived.
Another reason may be that, although the controversy continues,
there is nothing of substance that is really new.
Each unfolding event is merely an extension
of forces and arguments that have preceded.
For example, in 1977, the parents of Chad Green
kidnaped their own son and took him to Mexico
to avoid being forced by officials in Massachusetts
into giving him chemotherapy for his leukemia.
They preferred nutritional therapy instead.
This is part of the heavy price we pay
for allowing government the power to decide
what is best for us and our families.
When special-interest groups
become politically strong enough to write the laws,
then it is those groups that tell us what to do -
all in the name of "protecting" us, of course.
The Chad Green story made big headlines but, unfortunately,
the same thing involving other children has happened
numerous times since then, with only minor news coverage.
For example, in 1999, James and Donna Navarro
were told that their four-year-old son, Thomas,
had a malignant brain tumor.
Surgery left the child speechless, blind, and unable to walk.
When the doctors told the Navarros
that Thomas would also must undergo radiation and chemotherapy,
they researched the medical literature
and learned that these treatments probably
would further impair the boys brain function
and that long-term survival was unlikely anyway.
So they decided to try an alternative therapy called antineoplastons
offered at the Stanislaw R. Burzynsky Research Institute in Houston.
At this point, the FDA stepped in and prohibited Dr. Burzynsky
from accepting the boy as a patient
unless he first had undergone chemotherapy and radiation.
Mr. Navarro explains:
"What they do not understand is that
there won't be anything left of him to salvage
if we make him take that awful treatment first."
When he did not fall in line with the doctors' demands,
he began to receive harassing phone calls from hospital personnel.
One oncologist threatened to file charges with the state.
When Mr. Navarro still refused,
the doctor went to the protective-services agency
and filed childabuse charges against the parents.
In 1980, movie actor Steve McQueen also made news
when he went to Mexico for Laetrile and other unorthodox therapies.
When he died following surgery four months later,
the press had a heyday telling the American people
that Laetrile did not work.
What they failed to report is that McQueen's cancer was,
indeed, apparently cured by Laetrile,
and that only a non-cancerous tumor remained in his abdomen.
(Most tumors are composed of a mix of cancer and non-cancerous tissue.)
McQueen was feeling great and decided to have the bulge removed for cosmetic reasons.
It was a complication of that surgery, not cancer, which caused his death.
Not a word of his prior recovery was to be found in the major press.
Consequently, millions of Americans who followed the story
came away with the conviction that Laetrile is just another hoax.
That, too, is merely an extension of the kind of biased media reporting
that has become a permanent part of the coverage of Laetrile.
It continues today.
The most notable example of continuity has been
the so-called scientific tests
conducted by the nation's largest cancer-research centers
to establish if Laetrile works or is a hoax.
Both the Mayo Clinic and the Memorial Sloan-Kettering Cancer Center
played conspicuous roles in this particular act.
The evidence of foul play
that rose from the smolders of the data debris left behind
is so shocking and conclusive
that I have created an entire new chapter in this edition to showcase it.
If you read nothing else in this book, read that section for sure.
It will change your view of the integrity of American medical research, to say the least.
But even that was a continuation of pseudo science
enlisted in defense of economic vested interest
that was well established in the early 70s.
So, although many events have happened since this book was first published,
the basic story remains the same.
Unfortunately, to bring it up to date has required an amazingly small amount of revision.
It is still bad news for freedom-of-choice in cancer therapy.
It was during the summer of 1971 that I first remember hearing the word Laetrile.
The late Dr. John Richardson and I were sharing a short vacation in Oregon
attempting to enjoy the natural beauties of that state.
I say attempting because the good doctor, who was an extremely intense human,
had brought his briefcase with him.
It was not loaded with fishing gear.
In fact, it yielded an almost endless supply of correspondence, research papers, and books
all on the unlikely subject of
"L-mandelonitrilebeta-glucuroniside in the Treatment of Human Cancer."
At first, I had about as much interest in this topic
as in learning about internal stresses in the construction of girder bridges.
Undoubtedly, these are fascinating subjects to the physician and the engineer
whose professions are wrapped around the minutiae of related theory and formula.
But to me, the lush green forest and the babbling stream
were objects infinitely more worthy of my attention,
and I am sure that my impatience had begun to show.
But my determined companion continued with all the persistence of a bulldog
with a fresh hold on a seat of pants.
And he insisted that I read the first draft of a manuscript he had prepared
with the possibility of submission for magazine publication.
In the course of reading that manuscript,
I became aware for the first time that,
although there was overwhelming evidence
that vitamin therapy is effective in the treatment of cancer,
apparently there were powerful forces at work
to prevent this fact from being known.
Reacting as most people do when they first hear this assertion,
I remember asking skeptically,
"Who are they, John?
Who on earth would want to hold back a cure for cancer?"
With the asking of that question,
my interest finally had been aroused and,
even though I wouldn't have believed it at the time,
I was already embarked upon a course of inquiry
that was to lead to the uncovering of
one of the most amazing stories of the twentieth century.
The ambitious purpose of this book is to present
at least the highlights of that story
and to answer the question
"Who are they, John?"
G. Edward Griffin
</blockquote>
http://library.lol/main/7C4DB5667675D7A3EA55DAE3775C5448
World Without Cancer. The Story of Vitamin B17
2023
by G Edward Griffin, Linus Pauling, Abram Hoffer
With billions of dollars spent each
year on research, with other billions
taken in on the sale of cancer-related
drugs, and with fund-raising at an alltime high, there are now more people
making a living from cancer than dying
from it. If the solution should be found in
a simple vitamin, this gigantic industry
could be wiped out overnight. The result
is that the politics of cancer therapy is more
complicated than the science.
WARNING!
The purpose of this book is to marshal the evidence that
cancer is a nutritional-deficiency disease. It is not caused by a
bacterium, virus or mysterious toxin but by the absence of a
substance that modern man has removed from his diet. If that
analysis is correct, then the cure and prevention of cancer is
simple. All that needs to be done is to restore that easily obtained
and inexpensive food factor to our daily meals.
This is an exciting theory. It holds the promise for a world
without cancer now, not at some distant point in the future, and it
would mean that the billions of dollars spent each year on
research and medical treatment could be redirected to more
happy pursuits. Of course, it also would mean that the million or so
professionals now gainfully employed in the cancer-research,
cancer-therapy, and fund-raising industries would rapidly be out
of work. This is where the plot becomes interesting, because these
are the same people to whom we have turned for expert opinion
regarding the validity of Laetrile, nutritional therapy.
It should not be surprising that these experts have rejected the
vitamin-deficiency concept of cancer. There is nothing in it for
them. Not only would a world without cancer lead to pay-check
shock, it also would represent a blow to professional prestige.
Imagine: a cure for cancer found in the seeds of fruits, not in
research laboratories, and discovered by people without
government grants or prestigious diplomas hanging on their walls!
Organized medicine has spoken. Laetrile is quackery, it says,
and is derided as an "unproven" cancer treatment. However, let
us take a closer look at that word. For most people, unproven
means simply that there is no proof. But what is proof? It is not an
absolute concept. In the strict sense, there is no such thing as
proof; there is only evidence. If evidence is convincing to the
observer, then it is said to be proof, and the thesis which it
supports is viewed as "proven." If a second observer finds the
same evidence to be unconvincing, then it is not proof, and the
thesis is "unproven" to that observer.
As we shall see in the pages that follow, there is a great deal of
evidence supporting the nutritional-deficiency concept of cancer
—more than enough to convince most people that the thesis is
proven. But the word proven, when used by the FDA, has an
entirely different meaning. It is a technical definition. When the
FDA says a therapy is proven, it means only that its promoters
have complied with the testing protocols set by the agency to
demonstrate safety and effectiveness. It is important to know,
however, that the successful completion of those tests does not
mean, as the terminology implies, that the therapy is safe and
effective. It merely means that tests have been conducted, the
results have been evaluated, and the FDA has given its approval
for marketing, often in spite of the dismal results.
If cancer patients undergoing these FDA-proven therapies
were to read the actual laboratory reports, they would recoil in
horror. They show neither safety nor effectiveness and, in fact,
they are not intended to do so. Their purpose is to establish the
lethal dose—the point at which the therapy will kill 50% of the
patients—and also to establish the ratio between those who are
benefited and those who are not. That ratio often is in the range of
only eight or nine people out of a hundred. Furthermore,
"benefited" can mean any slight improvement such as a
temporary reduction in tumor size. It almost never means a complete
cure. If anything is "proven" by these studies, it is that most
FDA-approved cancer therapies are both unsafe and ineffective.
Then there is the question of money. The testing protocols
established by the FDA are costly. The promoters of a new
therapy must assign a large staff of technicians and compile many
thousands of statistical pages. The complete reports often weigh
hundreds of pounds and stack over six feet in height. The process
can take years and consume over two-hundred-million dollars
per study.
Only the large pharmaceutical companies can play that game.
(Although they publicly complain about this expense, they
privately approve, because it prevents competition from smaller
companies.) The potential reward of getting a new product into
the world market is well worth the investment. But who would
be willing to spend that kind of money on developing a product
that can not be patented? Substances found in nature can not be
patented; only those which are invented by man. If a company
were to spend two-hundred-million dollars to obtain FDA
approval for a natural substance, its competitors then would be
able to market the product, and the developer could never
recover the investment.
Therefore—and mark this well—as long as the present laws
remain, the only substances that ever will be "approved" for
cancer therapy will be proprietary. No substance from nature will
ever be legally available for cancer or any other disease unless its
source can be monopolized or its processing can be patented. No
matter how safe and effective it may be, and no matter how many
people are benefited, it will forever be relegated to the category of
"unproven" therapies. As such, freely available cures from nature
will always be illegal to prescribe, to promote, and in many cases
even to use.
It is partly for these reasons that the following warning and
disclaimer is offered. But even without that background, it is only
common sense that cancer victims should be encouraged to
exercise great caution when selecting their therapy. Be advised,
therefore, that Laetrile is, officially, an unproven cancer treatment.
The author of this book is a researcher and writer, not a physician. The
facts presented in the following pages are offered as information only,
not medical advice. Their purpose is to create the basis for informed
consent. Although there is much that each of us can do in the area of
prevention, self-treatment for clinical cancer is not advised. The
administration of any cancer therapy, including nutritional therapy,
should be under the supervision of health-care professionals who are
specialists in their fields.
https://www.amazon.com/180-Degrees-Unlearn-Taught-Believe/dp/1915236002/
https://www.goodreads.com/book/show/61456401-180-degrees
https://libgen.rs/search.php?req=180+Degrees+Unlearn+The+Lies+You%27ve+Been+Taught+To+Believe
180 Degrees: Unlearn The Lies You have Been Taught To Believe
2020
by Feargus O'Connor Greenwood
page 15:
We are all swimming in a sea of lies.
page 19:
The word anarchy comes from the ancient Greek avapyla (anarchia),
which combines a (a), "not, without" and dpxn (arkhi), "ruler, leader, authority."
In short, anarchism is not about having no rules, it is about having no rulers. Or
put another way, this is not the myth of unbridled chaos you were expecting.
The term was adopted and deployed by Pierre-Joseph Proudhon in his 1840
treatise "What Is Property?". Considered by many to be 'the original anarchist'
when it comes to political theory, he used anarchism to advocate stateless
societies based on voluntary associations. What's that? Voluntary association
of like-minded human beings? How utterly despicable!
The problems start when, as a population, we already belong to a state. Then, in
practicalterms, anarchy can referto the abolition of government. Now you start
to see why it is considered such a dangerous term and one to be demonised.
There are people in power who do not want that situation to change, regardless
of how badly they misbehave.
page 20:
There is another terminology hijack that is less considered but far more widely
used; namely, 'democracy.' But rather than being portrayed in its worst light, the
reverse is true. It is frequently acclaimed as the pinnacle of organised freedom.
In practice, democracy is, at best, some form of oppression of the minority in
favour of the majority. Or worse, it is a cover for oligarchy; government of the
masses to the advantage of the privileged few.
However, given that we are currently run by 'The Powers That Shouldn't Be',
which are engaged in murder, plunder and paedophilia, to name but three of
the multiple unpunished vices on display, what we really have is a Kakistocracy;
rule by the worst elements of society.
Kakistocracy - a state or country run by the worst, least qualified, or most unscrupulous citizens,
as coined in 1829 by English author Thomas Love Peacock (also see Paul Gosnold, 1644)
page 21:
What's your immediate and instinctive reaction to the term 'conspiracy theorist'?
If, like many people, it is to think of a basement-dwelling, tinfoil-hat-wearing
individual who is completely irrational and spends most of their time concocting
bizarre, farfetched stories with little or no proof to support them, then congratulations,
you have succumbed to one of the most effective terminology hijacks
and mind control operations ever created by the CIA.
Its introduction into the mainstream narrative came courtesy of the CIA strategy
paper 1035-960 and was used to marginalise and quarantine those with
reasonable suspicions of state criminality. That is to say, anyone seeking the truth or
questioning the official narrative should be attacked as a 'conspiracy theorist.'
The aim of this dispatch was to provide material countering and discrediting
the claims of any CTs. CT meaning Critical Thinker if you are a normal human, or
Conspiracy Theorist if you work for the intelligence services and have something
to cover up.
The above only came to light after a Freedom of Information Act request by the
New York Times in 1976. The term 'conspiracy theorist' thus became a derogatory title
used to dismiss critical thinkers. The purpose of the term was, and still
is, to take the focus off the suspected crime and place it onto the accuser.
[blame the messenger.]
And guess what? Sadly, for both the truth and for humanity, this manipulation has
worked brilliantly. It's the 'get out of jail free' card when the "oh shit, they're on
to us" moment arrives.
The term 'conspiracy theorist' is there to stop other people looking at the evidence
and ensure they swallow hook, line and sinker the official narrative, regardless
of how utterly ridiculous it may be.
Of course, once you know the real reason it is being used, as a weaponised
term and as psychological warfare, it loses its effect.
page 23:
conspiracies happen all the time, so why would a suspicion of one be anything other than
normal? A conspiracy is sim ply when two or more people come together and use
methods of deceit and deception to achieve a goal that is unethical or illegal.
The running list of conspiracy theories, that are turning out to be conspiracy facts,
is getting so long as to be laughable. All were strenuously denied at the time, and
anyone suggesting otherwise was ridiculed prior to their exposure, all turned out
to be the truth. Here are three modern classics:
• The government is spying on you - Edward Snowden and Russell Tice
• The CIA is a drug trafficker - Gary Webb (DarkAlliance)
• AREA 51 exists - Bob Lazar
A more up-to-date take on this tactic, of ridiculing those seeking the truth, can be
seen in the usage of 'truther.' This one is a slightly pathetic revamp of the same
tactics, attempting to turn something positive into a pejorative term. You can
either choose to be cowed into submission, or not.
I am a "conspiracy theorist." I believe men and women of
wealth and power conspire. If you do not think so, then you are
what is called "an idiot." If you believe stuff but fear the label,
you are what is called "a coward."
- Dave Collum, Professor, Cornell University, 18th July, 2019
If in the 2020s you are still using 'conspiracy theorist' as a pejorative term, then
understand that you are probably demonstrating your own indoctrination and
ignorance.
page 24:
Nowadays, the word terrorist is deployed against increasing numbers of
individuals or groups questioning their governments. Just like the previous two
terms, the usage is now about the suppression of criticism, restriction of free
speech and, in addition, the misidentification of criminality.
The original definition ofthe word 'terrorism' is from the French 'terrorisme', and
referred specifically to state terrorism as practiced by the French government
during the 1793-1794 Reign of Terror. Jump forward 140 years and The Concise
Oxford Dictionary of 1934 still had a terrorist defined as "one who favours or uses
terror-inspiring methods ofgoverning."
No one is denying that radical individuals and groups commit atrocities. However,
the above definition aptly highlights what some people have been suggesting
for years: the biggest and most frequent sponsor of terrorism is, in fact, the
state. Whilst this concept may be totally alien to many law-abiding citizens,
especially those living within supposedly freer societies, it is alas an unpalatable
but provable truth.
By any measure, the US has long used terrorism. In 1978-79, the
Senate was trying to pass a law against international terrorism.
In every version they produced, the lawyers said the US would
be in violation.
- Lt. General William Odom, director of the National
Security Agency under Ronald Reagan
State terrorism is the cornerstone of the deep state.
A deep state is a type of governance made up of networks of power,
operating independently of a state's political leadership,
in pursuit of their own agenda and goals.
If a terrorist group doesn't exist it is standard practice for the
security services to encourage or create one.
Operation Gladio showed how, for example, NATO and CIA operatives had been
killing numerous innocent people in Europe via terrorist bombing campaigns for
decades, purely for political reasons. This included the 1980 Bologna train station
massacre, that killed 81 people and wounded over 200. All part of the "strategy of
tension", these covert but officially sanctioned terrorist attacks were intended to
manipulate public opinion through the use of fear.
But why would the state, or a department within it, attack its own citizens?
Vincenzo Vinciguerra, who was convicted of murder
in one of these Gladio operations, spills the beans:
You were supposed to attack civilians, women and children,
innocent people for one simple reason: To force the public
to turn to the state and ask for greater security.
I would urge readers to etch Vinciguerra's statement permanently into their
memory because 'terrorism' is the bogeyman that 'The Powers That Shouldn't
Be' use to keep the masses fearful and in check.
page 28:
Most terrorists are created by our own security services.
In fact, we now have citizens taking out restraining orders
against FBI informants, that are trying to incite terrorism. We have
become a lunatic asylum.
- Robert David Steele, a 20-year Marine Corps intelligence officer
and former CIA clandestine services case officer.
There are two ways to be fooled.
One is to believe what isn't true;
the other is to refuse to believe what is true.
- Soren Kierkegaard
I have certain rules I live by.
My first rule:
I do not believe anything the government tells me.
- George Carlin, Jammin in New York, 1992
False flags are covert operations designed to deceive in such a way, that the
operations appear as though they are being carried out by entities, groups, or
nations, other than those who actually planned and executed them.
Often they are horrific, staged events that are blamed on a political enemy and
used as a pretext, to start a war, or enact draconian laws in the name of national
security and/or remove civil liberties. The origins are from naval warfare, where
a flag was raised on the ship's mast prior to attack, to mask the true identity of
the attacker.
page 515:
This also raises an important point we saw with the fluoride case. It isn't only
patients that are indoctrinated, but doctors and the wider medical profession
too. Of course, not everyone in the medical profession is buying the official line.
William Courtney said "I was quite a sceptic five or sixyears ago" but he has
since treated a baby with a massive centrally located inoperable brain tumour
with cannabis oil and reduced the tumour "to basically zero" without the use of
chemotherapy, radiation or surgery.
What people tend to forget is that many modern pharmaceuticals are based on
isolating the active molecules found in plants / nature, and synthesising that
into a pill. Anyone claiming naturopathic medicine is some form of quackery is
somewhat missing the point.
Everything on the earth has a purpose, every disease an herb
to cure it, and every human a mission.
This is the Indian theory of existence.
- Christa! Quintasket (Hum-lshu-Ma), Okanogan Native American author
page 518:
If you really want some insight into this systematic suppression, then watch
Cancer: The Forbidden Cures by Massimo Mazzucco. It shows exactly how the system
has been captured by oligarchical interests via the pharmaceutical industry and
its lobbying power. This happened in five stages:
1. THEY gained control of the teaching system.
2. THEY gave the AMA the legal powerto stop other
doctors practicing.
3. THEY took over the entire drug testing process.
4. THEY heavily influenced the medical publications that
reviewed the drugs.
5. THEY infiltrated the FDA: the federal entity that is
supposed to ensure the drugs' safety and efficacy.
G Edward Griffin, Linus Pauling, Abram Hoffer - World Without Cancer. The Story of Vitamin B17 (2023).pdf
https://libgen.rs/book/index.php?md5=7C4DB5667675D7A3EA55DAE3775C5448
http://library.lol/main/7C4DB5667675D7A3EA55DAE3775C5448
http://libgen.li/ads.php?md5=7C4DB5667675D7A3EA55DAE3775C5448
page 125:
John D. Rockefeller, Sr., shown here at age 93, had created
fantastic wealth. When he interlocked his own empire with
that of I.G. Farben in 1928, there was created the largest
and most powerful cartel the world has ever known. Not only
has that cartel survived through the years, it has grown an
prospered. Today it plays a major role in both the science
and politics of cancer therapy.
-->
<br>
There is now a way to simulate a real heart attack.
It can be used as a means of assassination.
[directed energy weapons.]
<br>
People will must eat right and exercise right,
to live as long as before, but most people won't.
<b class="nowrap">Most people are too stupid or too lazy,</b>
so they will eat wrong and exercise wrong,
so they will get sick and die early.
<br>
Something about diet information, about proper diet,
will be widely available,
but most people, particularly stupid people,
who will have no right to continue living anyway,
<b>stupid people will ignore the advice</b>,
and just go on and eat what is convenient and tastes good.
<br>
<!--
We think that we can push evolution faster and in the direction we want it to go.
<br>
-->
Religion is not necessarily bad.
A lot of people seem to need religion,
with it is mysteries and rituals, so they will have religion.
But the major religions of today must be changed,
because they are not compatible with the changes to come.
The old religions will must go, especially Christianity.
Once the Roman Catholic Church is brought down,
the rest of Christianity will follow easily.
Then a new religion can be accepted for use all over the world.
<br>
<!--
The Bible will be changed. It will be rewritten to fit the new religion.
Gradually, key words will be replaced with new words having various shades of meaning.
Then, the meaning attached to the new word can be close to the old word,
and as time goes on, other shades of meaning of that word can be emphasized,
and then, gradually, that word will be replaced with another word.
The idea is that everything in Scripture need not be rewritten,
just key words replaced by other words.
<br>
Some of you probably think
the churches won't stand for this ...
but the churches will help us.
<br>
Restructuring education as a tool of indoctrination.
<br>
The classics in Literature will be changed, for example the writings of Mark Twain.
The changes will be such as to promote the acceptability of the new system.
<br>
-->
[School will be a waste of time:]
Kids will spend more time in schools,
but in many schools, they will learn nothing.
They will learn some things, but much less than before.
Better schools in better areas with better people,
their kids will learn more.
We think we can push evolution.
<span class="nowrap">[social darwinism.]</span>
School will go all summer,
and the summer school vacation will become a thing of the past.
For most people, it will take longer to complete their education.
<b class="nowrap">A lot of school time will be just wasted time.</b>
<br>
Studies will be concentrated in much greater depth, but narrowed.
You will not have access to material in other fields,
outside your own area of study.
People will be very specialized in their own area of expertise,
but they won't be able to get a broad education,
and won't be able to understand what is going on overall.
<br>
[Schools as the hub of the community:]
Schools will become more important in people's overall life.
Kids wanting any activities
will be forced to get them through the school.
There will be few opportunities outside.
All activities will be planned,
there will be no spontaneous activities among kids.
<br>
Kids will feel, they must be part of something.
<b>Smart kids will learn how to cope with pressure and how to survive.</b>
There will be some help available to students in handling stress,
but the unfit won't be able to make it.
They will then move on to other things. [Drugs ...]
<br>
Psychiatric services to help will be increased dramatically.
Worthy people will be able to accept and benefit from that help.
Unworthy people will be destroyed by that help.
<br>
[Censorship:]
Some books will just disappear from the libraries,
they will be stolen and hidden.
Some books contain information or ideas, that should not be kept around.
Only some people will be allowed to own books.
Some books will be made illegal.
<br>
Drug use will he increased.
Alcohol use will be increased.
Law enforcement efforts against drugs will be increased.
On first hearing that, it sounds like a contradiction.
Why increase drug abuse,
and simultaneously increase law enforcement against drug abuse?
But the idea is that, in part, the increased availability of drugs
would provide a sort of "law of the jungle"
whereby the weak and the unfit would be selected out.
<br>
<b>Before the earth was overpopulated,
there was a law of the jungle, where only the fittest survived.</b>
You had to be able to protect yourself
against the elements and wild animals and disease,
and if you were fit you survived.
But now we have become so civilized (we are over-civilized)
and the unfit are enabled to survive
only at the expense of those who are more fit.
<br>
The abusive drugs then will restore,
in a certain sense, the <b>law of the jungle</b>,
and selection of the fittest for survival.
<br>
The same thing will happen with alcohol.
Alcohol abuse will be both promoted and limited at the same time.
The vulnerable and the weak would respond to the promotions,
and therefore use and abuse more alcohol.
<br>
<!--
Not everybody will be free to travel the way they do now.
People do not have a need to travel that way. It's a privilege!
<br>
-->
<!-- part 2 -->
<!--
We think we can effectively limit crime to the slum areas, so it won't be spread heavily into better areas.
-->
<!--
"The Day Tapes"
part 1:
https://sagehana.substack.com/p/everything-is-in-place-and-nobody
part 2:
https://sagehana.substack.com/p/if-population-growth-didnt-slow-down
part 3:
https://sagehana.substack.com/p/in-1969-ex-planned-parenthood-medical
part 4:
https://sagehana.substack.com/p/the-day-tapes-final-tape-for-the
The dominant concern and motivational driver
of all of these campaigns of propaganda and social engineering
as relayed by Richard Day in 1969
was that "even an 8th grader" could do the math
and sort out that Human Population would spiral out of control
and overwhelm the planet unless it was managed.
The Day Tapes recall the prescient warnings of Richard Day from 1969,
and explain the concept of the Ostensible Reason vs. the Real Reason
which provide the methods by which all of the various strategies
of herd culling social engineering would be employed.
Rockefellers All the Way Down
The Ostensible Reason
(Idealism, Religion, Illusion, Lies, Slave Morality)
is seductive and creates True Believer Middle Managers
(useful idiots).
One of the producers of the "Trading Places" movie, Aaron Russo,
confirms several elements of the grand designs
in this interview with Alex Jones.
Aaron Russo was friendly with one of the Rockefellers
and resisted their attempts to welcome them into the club.
That this interview is now allowed on YouTube indicates to me
that there is no need to censor this stuff so aggressively
and much like the Koncentration Kamp Ops
in Aussie and Kanadian Konvoy Reax in Kanada ...
suggests that the Global Power Structures (GPS)
are extremely confident and have no fall back plan.
This is end game.
"Normal is not coming back."
-->
&mdash; <span class="notranslate">Dr. Richard Day, 1968
<span class="nowrap">(Planned Parenthood Medical Director,</span>
<span class="nowrap">Rockefeller insider)</span>
(via Dr. Lawrence Dunegan, "The Day Tapes", 1988)</span>
</div>
<!-- end of <div id="the-day-tapes" -->
<div ol="en" class="para">
Cancer cures:
Some <b>alternative cures for cancer</b>,
which are censored by the mainstream
(mainstream medicine, the pharma industry,
mainstream media, central banks, ...):
<br>
Vitamin B17, Laetrile, Apricot seeds, Cyanide.
By:
<span class="notranslate">Edward Griffin</span>,
<span class="notranslate">Linus Pauling</span>,
<span class="notranslate">Abram Hoffer</span>,
<span class="notranslate">Ernesto Contreras</span>,
people of the Hunza valley in northern Pakistan.
Illegal in the USA.
<br>
Intravenous Vitamin C (Ascorbic acid), at high doses.
By:
<span class="notranslate">Frederick Klenner</span>,
<span class="notranslate">Linus Pauling</span>.
<br>
GcMAF = Group-specific component Macrophage Activating Factor,
a protein produced by modification of vitamin D-bond (Gc) protein.
By:
<span class="notranslate">David Noakes</span>.
<br>
Nutrition therapy. Cancer loves sugar.
By:
<span class="notranslate">Max Gerson</span>.
<br>
<!-- source: Cancer - The Forbidden Cures (2010) (Massimo Mazzucco).mp4
magnet:?xt=urn:btih:5cbbdb3812d5b041df391eb3a82ef94f13713bd1 # 1:32:46
https://www.youtube.com/watch?v=0K97CohcA5s # 1:32:47
https://www.youtube.com/watch?v=-jqCXWdeRes # 1:13:21
https://www.facebook.com/watch/?v=1166735707155417 # 1:32:47
-->
<!-- 1:09:15
what they are interested in:
finding something, perhaps within something in nature,
if they can find some sub-component,
that they can extract,
and then make it a man-made chemical that works the same way,
then they can patent that,
then they are interested,
but not if it comes from nature.
-->
<!-- 1:09:34 -->
Mistletoe =
<span class="notranslate">Viscum album</span>,
<span class="notranslate">Viscum cruciatum</span>.
By:
<span class="notranslate">Suzanne Somers</span>.
<!--
https://unbekoming.substack.com/p/cancer-the-forbidden-cures
Used in Europe, mistletoe extracts have shown promise
in boosting the immune system and directly killing cancer cells.
https://www.mskcc.org/cancer-care/integrative-medicine/herbs/mistletoe-european
Brand Name
Helixor, Iscador, Iscador Qu, Lektinol, Cefalektin, Eurixor, ABNOBAviscum, Abnoba-viscum Quercus
-->
<br>
<!-- 1:08:08 -->
Shark cartilage, because sharks do not get cancer,
because shark cartilage inhibits the angiogenesis of cancer tumors.
By:
<span class="notranslate">William Lane (1992)</span>,
<span class="notranslate">Linda Comac</span>.
<br>
<!-- 1:12:35 -->
<!-- 1:27:10 deliver Sodium Bicarbonate next to the tumor, similar to chemotherapy.
Sodium Bicarbonate is effective, if you put it in contact with the cancer.
-->
Sodium Bicarbonate (NaHCO<sub>3</sub>) infusions
for its antifungal effect,
because <a title="Tullio Simoncini - Cancer is a Fungus, 2005" href="https://libgen.rs/book/index.php?md5=79E7A384B39B1D20F36FAE84F6FB099E"
>cancer is a fungus</a>, Candida Albicans,
growing inside the body as white tissue.
7% Iodine solution to cure skin cancer (melanoma, dark spots).
By:
<span class="notranslate"><a href="http://www.cancerfungus.com/"
>Tullio Simoncini</a> (2005)</span>,
<span class="notranslate"><a title="Astanga Hrdayam. by Vagbhata. Ayurveda. English translation" href="https://annas-archive.org/md5/e58d87bd09fe58c8991e8a1d0019d792"
>Vagbhata - Astanga Hrdayam (Ayurveda) (alkali of strong potency) (arbuda = cancer)</a></span>.
<!--
page 371:
alkali of strong potency should be used in diseases arising from
arbuda = cancerous growth
-->
</div>
<div ol="en" class="para">
All medical drugs are liver-toxic.
&mdash; <span class="notranslate">Charlotte Gerson</span>,
daughter of <span class="notranslate"><a title="Max Gerson - A Cancer Therapy. Results of fifty cases" href="https://annas-archive.org/md5/770468c0062201723378f39871eeaffb"
>Max Gerson</a></span>,
natural health pioneer,
the Gerson Therapy,
dietary-based alternative cancer treatment
<!--
https://en.wikipedia.org/wiki/Max_Gerson
Max Gerson (October 18, 1881 March 8, 1959)
was a German-born American physician
who developed the Gerson Therapy,
a dietary-based alternative cancer treatment
that he claimed could cure cancer
and most chronic, degenerative diseases.
Gerson described his approach in the book
Max Gerson - A Cancer Therapy. Results of fifty cases (1958).
https://annas-archive.org/md5/770468c0062201723378f39871eeaffb
-->
</div>
<div ol="en" class="para">
They were called "miracle drugs",
because if you took them and you survived,
it was really a miracle!
<br>
&mdash; Eustace Mullins
</div>
<div style="display:none" ol="en" class="para">
Intravenous Vitamin C
<br>
Unlike some other vitamins, it is 'impossible' to overdose on vitamin C because
the body just eliminates any excess. Whilst this is a positive attribute in most
circumstances, it proves unhelpful if you have cancer because higher levels of
vitamin C (ascorbic acid) can be desirable. <b>As you can not absorb enough vitamin
C orally, the only way to achieve this is via intravenous (IV) infusion</b> (through a
vein into the bloodstream).
<br>
It is claimed that liposomal C can achieve up to an 80% absorption rate.
<br>
Intravenous vitamin C's many potential uses in modern medicine were discovered
by <b><span class="notranslate">Frederick Klenner</span></b>, who graduated from Duke University School of Medicine
in 1936. In 1949, Klenner cured 60 out of 60 polio patients, 57 within three days
and the remaining three patients in a further two days.
<br>
"Although we were able to cure many cases of polio
with massive doses of ascorbic acid, one single instance
demonstrates the value of vitamin C. Two brothers were sick
with <b>poliomyelitis</b>. These two boys were given 10 and 12 grams
of ascorbic acid, according to weight, intravenously with a 50
c.c. syringe, every eight hours for 4 times, and then every 12
hours for 4 times. They also were given one gram every two
hours by mouth around the clock. They made complete recovery
and both were athletic stars in high school and college. A third
child, a neighbour, under the care of another physician, received
no ascorbic acid. This child also lived. The young lady is still
wearing braces."
&mdash; <span class="notranslate">Frederick Klenner</span>
<br>
Klenner had other notable successes with high dose intravenous vitamin C
deploying it on other diseases such as <b>hepatitis, herpes, measles, mumps, and
chicken pox.</b> He went on to say, <b>anyone who is becoming ill should be given
"large doses of vitamin C in all pathological conditions</b>, while the physician ponders
the diagnosis."
<br>
<b><span class="notranslate">Linus Pauling</span></b>,
a renowned biochemist and double Nobel Prize-winner, took up
the intravenous vitamin C baton, showing it could be used to treat cancer.
<b>High dose intravenous vitamin C</b> is especially effective against colorectal tumours.
It works by attacking cancer cells directly. The vitamin C compounds appear
to convert into dehydroascorbic acid, or DHA. The DHA tricks cancer cells into
absorbing it. Once it is inside, the DHA is converted into another acid, causing
the cancer cells to die.
<br>
There seems to be much more in play here than meets the eye. <b>Vitamin C is a
cheap and non-patentable option. Discovering it is a safer solution or an effective
treatment to certain diseases, means termination of sizeable revenue streams for
pharmaceutical companies.</b> We have seen in Chapter 9 how sociopaths work.
Do you think the <b>medical-industrial complex</b> is any different?
<br>
Klenner suggested intravenous vitamin C could be used in treating all viral
diseases. His results with polio were stunningly successful.
<br>
Let me be clear, intravenous vitamin C is not a 'cure all.' However, it does appear
to be massively underutilised. <b>Humans are among the few mammals that do not
manufacture their own vitamin C</b> (neither do guinea pigs, which is why they
make such good research animals). Other mammals generate their own with
amounts varying depending upon how much stress they are under.
<b>A healthy goat normally produces around 185 mg/kg/day = 13 grams per day.</b>
When a goat becomes stressed or ill, it can produce up to 1400 mg/kg/day =
100 grams per day. The recommended daily dose for humans is around
75 - 100 mg in total (depending on body mass). That is 173 times less than the
goats normal daily output and over 13,000 times less than the goats maximum
output. Does the recommended daily allowance for adult humans, all of whom
are bigger than a goat, sound right to you?
<br>
We also seem to be encountering some medical cognitive dissonance. <b>We have a
clear history of success with intravenous vitamin C</b>, yet doctors are not willing to
accept it as the obvious explanation for Smith's recovery. The question is why?
Clearly having an untrained lay human tell you how to do your job as a medical
expert, is psychologically uncomfortable (a case of ego dissonance as opposed
to the cognitive variety?) but surely the normal human response would be to
broadcastthe success far and wide, not deny it was the reason for the recovery?
<br>
Intravenous vitamin C denial is widespread and has been for years. <b>The medical
establishment at the time branded <span class="notranslate">Linus Pauling</span> 'a quack'</b> (quack attacks come
in many forms). Once again, the Mayo Clinic, in dismissing Pauling's work, used
oral rather than intravenous vitamin C, the same tactics Sabin had used when
<b>falsely debunking</b> the work of Klenner. As we have seen, <b>infusions are required
to reach pro-oxidant, anti-cancer plasma levels.</b> One is again obliged to ask the
question as to whether it is deliberate? Because it has been going on for so long.
<br>
&mdash; <a class="notranslate" href="https://libgen.rs/search.php?req=Greenwood+180+Degrees"
>Feargus O'Connor Greenwood - 180 Degrees: Unlearn The Lies You have Been Taught To Believe (2020)</a>, page 185
</div>
<div ol="en" class="para">
Vaccines are the backbone of the entire pharmaceutical industry.
The vaccinated children become customers for life.
<br>
&mdash; <a class="notranslate" href="https://libgen.rs/search.php?req=Sherri+Tenpenny"
>Dr. Sherri Tenpenny</a>, author of: Saying No to Vaccines. A Resource Guide for All Ages (2008)
<br>
[addiction to legal drugs]
<!--
TODO source?
https://gab.com/Predestination/posts/110896622453076294
https://ifunny.co/picture/vaccines-are-the-backbone-of-the-entire-pharmaceutical-industry-the-fHX5oQXL8
https://www.instagram.com/p/Cb_fcYMMM4j/
-->
</div>
<div ol="en" class="para">
We will have World Government, whether we like it or not.
The only question is,
whether World Government will be achieved by conquest or consent.
<br>
&mdash; <span class="notranslate">James Paul Warburg, 1950,</span>
co-founder the Federal Reserve central bank
<!--
https://sagehana.substack.com/p/the-banking-cartel-is-behind-the
The Banking Cartel is Behind the Plot to Enslave Humanity
After World War II, Warburg helped organize
the Society for the Prevention of World War III
in support of the Morgenthau Plan.
"The shareholders of the banks
which own the stock of the Federal Reserve Bank of New York
are the people who have controlled
our political and economic destinies since 1914.
They are the Rothschilds, Lazard Freres, Israel Sieff,
Kuhn Loeb Company, Warburg Company, Lehman Brothers, Goldman Sachs,
the Rockefeller family, and the J.P. Morgan interests."
&mdash; Eustace Mullins - The Secrets of the Federal Reserve
https://en.wikipedia.org/wiki/Morgenthau_Plan
The Morgenthau Plan was a proposal
to weaken Germany following World War II
by eliminating its arms industry
and removing or destroying other key industries
basic to military strength.
-->
</div>
<!-- TODO mattias desmet - mass formation
-->
<!--
TODO talk more about homesteading, traditional farming
https://rwmalonemd.substack.com/p/homesteading-part-one
-->
<div style="display:none" class="para">
https://petermcculloughmd.substack.com/p/the-trees-of-lahaina
The Trees of Lahaina
Interview with arborist sparks firestorm controversy about Directed-Energy Weapons
On the Lahaina Fire, several readers have sent me a video of an arborist
talking about the phenomenon of a fire
that reduces houses to white ash while leaving trees still standing.
Viewing this photograph, he states:
"Yeah, all the houses are missing, they're white ash,
but what are all the trees doing there.
Many of these are pines and eucalyptus, and very flammable leaves.
It just made no sense to me.
I have got a background of cooking on campfires for my entire adult life,
from sea level to twelve or thirteen thousand feet in the Sierras.
I have burned everything, and everything burns in a tiny campfire.
And this is a horrific firestorm, they said.
Why are all the trees still there?
So it did not work well for me.
And I waited a couple of months and I went up there after things died down,
and I analyzed every street I could for eight hours.
Nothing, I mean nothing, added up."
Based on these observations,
the arborist proposes that directed-energy weapons (DEW) were used
to ignite and energize the Santa Rosa fire in 2017.
As the video progresses, he makes similar remarks about aerial photographs of Lahaina after the fire there.
From his observations, he concludes that the still standing trees in Lahaina are evidence that DEW were used to ignite and energize the fire. Though he doesn't identify the perpetrators, he states:
We must fight this at every level we can, because they own the military.
The billionaires own the government, and that one percent is ruling the planet.
Less than one percent.
We must group up together and make a stand.
At any level we can. We must do something.
Before I address the content of these statements,
I would like to say a word about conspiracies.
In Chapter 30 of our book,
The Courage to Face COVID-19:
Preventing Hospitalization and Death While Battling the Bio-Pharmaceutical Complex,
we discuss the reality of criminal conspiracies.
After an exposition of the 1953 play, Biedermann and the Arsonists
in which we explicitly describe how it is often difficult for people
to comprehend the reality of criminal malevolence in their midst, we remark:
"The greatest trick that powerful interest groups ever pulled was convincing the world
that everyone who detects and reports their activities is a conspiracy theorist."
Only the naivest consumer of mainstream news reporting would fail to recognize
that powerful interest groups in the military, financial, and bio-pharmaceutical industries
work in concert to further their interests.
Their activities cross the line into conspiracy
when they commit fraud or other crimes to advance their interests.
The term "conspiracy theory" suggests the feverish imaginings of a crackpot mind.
This ignores the fact that the United States government
prosecutes the crime of conspiracy all the time.
As one prominent defense attorney described this reality:
"Any time the government believes that it can allege
that two or more individuals were a part of a common agreement to commit the same crime,
they will include a charge of conspiracy into the indictment.
There is no requirement that all of the members of the conspiracy
even know about each other, or even know each other personally."
In my Substack columns about the origin of SARS-CoV-2,
I present evidence that Dr. Fauci and his virologist cronies
conspired to conceal the true (laboratory) origin
of the causative agent of COVID-19.
Thus, I myself have often been called a "conspiracy theorist."
I reply to this accusation with the remark
that nowadays the difference between a conspiracy theory and a proven conspiracy is about six months.
again:
the difference between a conspiracy theory and a proven conspiracy is about six months.
Since the financial crisis in 2008 and the ensuing Federal Reserve bailouts of the billionaire class, I have been telling everyone who will listen that the billionaire class has captured our federal government and endangered our Constitutional Republic. I am therefore entirely sympathetic to the underlying political sentiments expressed by the arborist.
https://www.youtube.com/watch?v=Bs3o3z0G8tw
48-yr Arborist questions Maui WildFire and shares insights.
The technology of the military is always 20 years ahead of what is shown to the public.
</div>
<div ol="en" class="para">
The greatest trick that powerful interest groups ever pulled, was convincing the world,
that everyone, who detects and reports their activities, is a "conspiracy theorist".
</div>
<div ol="en" class="para">
The difference between a conspiracy theory and a proven conspiracy is about six months.
</div>
<div ol="en" class="para">
The technology of the military is always 20 years ahead of what is shown to the public.
[directed energy weapons, mind control, wifi radar, ...]
</div>
<div ol="en" class="para">
The government has been in bed
with the entire telecommunications
industry since the 1940s.
They've infected everything.
They can get into your bank account,
your computer files, your e-mail,
listen to your phone calls.
Every wire, every airwave.
<b>The more technology you use, the easier
it is for them to keep taps on you.</b>
Its a "brave new world" out there.
<br>
- Oh, conspiracy theorists
of the world, unite.
<br>
- It's more than a theory with me.
I am a former conspirer.
Yeah, I used to work for the NSA.
I was a communication analyst.
Listen to international calls,
calls from foreign nationalists.
Fort Meade has 18 acres
of mainframe computers underground.
You are talking to your woman
on the phone and you use the word
"bomb," "president," "Allah"...
any of a hundred keywords,
the computer recognizes it,
automatically records it,
red-flags it for analysis.
<b>That was 20 years ago.</b>
<br>
You know the Hubble Telescope
that looks up at the stars?
They've got over a hundred spy
satellites looking down at us,
that is classified.
In the old days, we actually had
to tap a wire into your phone line.
Now calls bouncing off satellites,
they snatch 'em right out of the air.
<br>
&mdash; <span class="notranslate">Enemy Of The State (1998)</span>
</div>
<div style="display:none" class="para">
Weiter Vollgas Richtung Regenbogen,
wir nehmen jeden Eisberg mit, wir sinken.
Love, pace and harmony,
man sieht sich und bis bald.
&mdash; <a class="notranslate" href="https://www.youtube.com/@TimKellner">Tim Kellner</a> [M3], aka "The Love Priest"
</div>
<div ol="en" class="para">
Fortunately, some are born with spiritual immune systems,
that sooner or later give rejection
to <b>the illusory worldview, grafted upon them from birth through social conditioning.</b>
They begin sensing something is amiss, and start looking for answers.
Inner knowledge and anomalous outer experiences
show them a side of reality others are oblivious to,
and so begins their journey of awakening.
Each step of the journey is made by <b>following the heart instead of the crowd</b>,
and by choosing knowledge over the veils of ignorance.
&mdash; <span class="notranslate">Henri Bergson,</span> french philosopher
<br>
<span>[intuition, self-help, stubbornness, loner]</span>
<!--
Feargus O'Connor Greenwood - 180 degrees. Unlearn the Lies you've been taught to believe
page 14
-->
</div>
<div style="display:none" class="para">
We are called to be architects of the future, not its victims.
<br>
&mdash; <span class="notranslate">Buckminster Fuller</span>
<!--
Feargus O'Connor Greenwood - 180 degrees. Unlearn the Lies you've been taught to believe
page 15
-->
</div>
<div style="display:none" class="para">
Civil disobedience is not our problem.
Our problem is civil obedience.
Our problem is that numbers of people all over the world
have obeyed the dictates of leaders of their government
and have gone to war, and millions have been killed because of this obedience.
<!-- oh fuck your pacifism. killing people is not a problem. -->
Our problem is that people are obedient while ...
<b>the grand thieves are running the country.</b> That's our problem.
&mdash; <span class="notranslate">Howard Zinn, The Problem Is Civil Obedience, Johns Hopkins University debate, 1970</span>
<!--
Feargus O'Connor Greenwood - 180 degrees. Unlearn the Lies you've been taught to believe
page 18
-->
</div>
<div ol="de" class="para" id="albert-einstein--blind-trust-in-authority-is-the-enemy-of-truth">
Blind trust in authority is the enemy of truth.
&mdash; <span class="notranslate">Albert Einstein</span>
<!-- original: Autoritätsdusel ist der Feind der Wahrheit. -->
</div>
<div ol="en" class="para">
To learn who rules over you,
simply find out who you are not allowed to criticize.
&mdash; <span class="notranslate">Kevin Alfred Strom, 1993</span>
<!-- https://en.wikipedia.org/wiki/Kevin_Alfred_Strom -->
</div>
<div ol="en" class="para">
To determine the true rulers of any society, all you must do is ask yourself this question:
<b>Who is it that I am not permitted to criticize?</b>
<br>
We all know who it is that we are not permitted to criticize.
We all know who it is that it is a sin to criticize.
<br>
Sodomy [sex for fun] is no longer a sin in America.
Treason, and burning and spitting and urinating on the American flag, is no longer a sin in America.
Gross desecration of Catholic or Protestant religious symbols, is no longer a sin in America.
Cop-killing is no longer a sin in America - it is celebrated in rap "music".
The degradation of beautiful young girls in disgusting pornography, is no longer a sin in America.
The killing by the multiple millions of the next generation in the womb, is no longer a sin in America.
<br>
But <b>anti-semitism is the ultimate sin in America.</b>
But as things get worse and worse, we are losing our fear of this silly word.
We all know who it is, that controls the wealth of our nation,
through their exchanges and counting-houses in New York.
We all know who it is, that has deformed the minds,
of two generations of Americans with their television programs.
<br>
Ladies and gentlemen, as powerful as these enemies of our nation are,
and as much as they seem to command the wealth and power of the world,
they are not invincible.
<b>Their evil designs run against nature</b>,
and whatever goes against nature and nature's god, must ultimately fail.
They are only men, and there are far fewer of them,
than there are of decent Americans and Europeans,
and those of our stock and our culture around the globe.
Their international agreements and treaties,
that are taking away our nation's independence and prosperity,
are after all only words on a few pieces of paper,
and will have no force whatever once we awaken our people to their treachery.
Their armies and secret police are only <b>fools and mercenaries paid with paper money</b>,
paper money which only has value because we are willing to trade our labor for it.
Many of these fools will wake up and will come over to our side,
once we make them realize how they are being used.
<br>
Do not listen to those who beguile you with easy solutions,
and beckon you to a populist or conservative playpen,
where <b>the real life and death issues are carefully avoided.</b>
Do not listen to those who would trick, sidetrack, and discredit you,
with crack-brained theories of lost tribes, Rosicrucians, UFOs or free energy,
for such charlatans abound on the fringes of the patriot movement.
If you are to be a participant in the battle,
to restore our freedom and secure the existence of White children on this planet,
you must <b>educate yourself</b> and become knowledgeable.
You must consecrate your life and your fortune,
and the spiritual power that resides within your breast,
to this, our holy cause.
You must support the efforts of those,
who are awakening our people to their danger.
<br>
&mdash; <span class="notranslate">Kevin Alfred Strom - All America Must Know the Terror That is Upon Us, American Dissident Voices, 1993</span>
</div>
<div ol="de" class="para">
Since the good old proletarian has served his purpose,
the Left [Greens, Socialists, Democrats] has been desperately searching
for a new revolutionary subject,
and that is when they discovered the migrant.
The goal remains, as always,
the destruction of civil society [middle class]
and destruction of the nation state.
&mdash; <span class="notranslate">Marc Jongen (AFD)</span> -
<a class="notranslate" href="https://www.youtube.com/watch?v=e8d_39fgtQs"
>Merkel macht Deutsche zu Fremden im eigenen Land</a> (2018)
[class struggle, globalization,
<b>migrants are useful idiots</b>, migrants are foot soldiers of the elite,
the children of migrants are trained to be useful idiots in preschool and elementary school
and the parents are too stupid to protect their children from the seemingly friendly state.]
</div>
<div class="para">
<a lang="es" class="notranslate" href="https://www.urbandictionary.com/define.php?term=plata%20o%20plomo"
>Plata o plomo.</a>
Silver or Lead.
Take the money or get shot.
Shut up or die.
"I am making you an offer you can not refuse."
Either they buy your soul with a silver coin,
or they kill you with a lead bullet.
</div>
<div ol="de" class="para">
Freedom of the press is the freedom of 200 rich people to spread their opinions.
Who is rich, is free.
The problem is that the owners of the newspapers
are giving the editors less and less freedom,
and are increasingly imposing their will on them.
As the production of newspapers and books requires ever greater capital,
the circle of people who publish press organs is becoming smaller and smaller.
This means our dependency is becoming ever greater and more dangerous.
<br>
&mdash; <span class="notranslate">Paul Sethe, 1965</span>
</div>
<div ol="de" class="para">
One of the most important instruments for exercising power
is the systematic generation of fear.
<br>
&mdash; <span class="notranslate">Rainer Mausfeld - Angst und Macht</span>
</div>
<div ol="de" class="para">
The truth sounds like hate, to those who hate the truth.
<br>
[hate speech, censorship, taboo]
<!--
The truth sounds like hate speech to those that hate the truth.
Truth sounds like hate to those who hate truth.
Truth sounds like hate to those who hate the truth.
The truth is hate speech to those who hate the truth.
Wahrheit klingt wie Hass für diejenigen, die die Wahrheit hassen.
http://bibleanswer.com/truthsounds.htm
Ahab hated Micaiah because he spoke truth, 1 Kgs. 22:7-8.
The people of Jerusalem hated Jeremiah because he spoke truth, Jer. 20:7-10.
People hated Jesus because He spoke truth, Jno. 15:24-25.
People will hate you when you speak the truth, Matt. 5:11-12.
-->
</div>
<div ol="de" class="para">
All books have been read, everything thinkable has been thought,
every problem has been studied, but nothing has been done.
&mdash; <span class="notranslate">EAV - Die Intellektuellen</span> <span>[Overthinking]</span>
</div>
<div ol="de" class="para">
We have a big problem with authority.
And the same applies to our school system:
We do not just learn some school subjects,
but there is also an <b>hidden curriculum</b>,
where it is not about whether you have done the math task, but:
"Listen, we tell you what you must find interesting,
and if you do not find it interesting, then you shut up."
And if you understood that, then you were paying attention.
<br>
&mdash; <span class="notranslate">Ken Jebsen,</span>
<a class="notranslate" href="https://www.youtube.com/watch?v=Cm_O97phbec&t=4566"
>100% Realtalk Podcast #72</a>
</div>
<div class="para" ol="en" id="ted-kaczynski--university-intellectuals--conformist--dependent--illusion-of-rebelling">
The university intellectuals also play an important role
in carrying out the System's trick.
Though they like to fancy themselves independent thinkers,
the intellectuals are (allowing for individual exceptions) the most oversocialized,
the most <b>conformist</b>, the tamest and most domesticated,
the most pampered, <b>dependent</b>, and spineless group in America today.
As a result, their impulse to rebel is particularly strong.
But, <b>because they are incapable of independent thought,
real rebellion is impossible for them.</b>
Consequently they are suckers for the System's trick,
which allows them to irritate people
and enjoy <b>the illusion of rebelling</b>
without ever having to challenge the System's basic values.
&mdash; <a class="notranslate" href="https://theanarchistlibrary.org/library/ted-kaczynski-the-system-s-neatest-trick"
>Ted Kaczynski - The System's Neatest Trick (2005)</a>
</div>
<div ol="de" class="para">
Only dead people are neutral, all life has bias.
</div>
<div ol="de" class="para">
Large states need weak people.
</div>
<div ol="de" class="para">
Whether party or work, they keep you in a prison.
<br>
&mdash; <span class="notranslate">Kamikazes - Kleiner Vogel</span>
</div>
<div ol="de" class="para">
Who does not move, does not feel his chains.
Freedom is always the freedom of the dissident.
&mdash; <span class="notranslate">Rosa Luxemburg</span>
<!--
The most revolutionary thing one can do is always to proclaim loudly what is happening.
[... and not what "should" be happening. realism.]
What presents itself to us as bourgeois legality
is nothing but the violence of the ruling class,
a violence raised to an obligatory norm from the outset.
What do you want with these special Jewish pains?
I feel as close to the wretched victims of the rubber plantations in Putamayo
and the blacks of Africa with whose bodies the Europeans play ball...
I have no special corner in my heart for the ghetto:
I am at home in the entire world,
where there are clouds and birds and human tears.
-->
</div>
<!--
<div class="para">
Wer einen Menschen tötet, tötet eine vernünftige Kreatur,
...
aber derjenige, der ein gutes Buch zerstört, tötet die Vernunft selbst.
&mdash; <span class="notranslate">John Milton - Areopagitica (1644)</span>
</div>
-->
<div ol="en" class="para">
The sound of the rain against my window pane,
is slowly slowly driving me insane.
&mdash; <span class="notranslate">Royalston - Sound of the Rain</span>
</div>
<!-- TODO shorter -->
<div id="hannes-hofbauer--zensur" old="de" class="para">
The Württemberg example shows how much the suppression of books and ideas
is in harmony with the assertion of the prevailing claims to power.
In 1522, the then Habsburg governor Wilhelm von Waldburg,
in execution of the Edict of Worms, banned all Protestant writings,
in particular the works of Luther and Zwingli, which were described as heretical writings,
but also those of the Anabaptists.
After a change of power at the head of the Württemberg court,
the censorship tables turned. As the first Protestant ruler,
Duke Ulrich had Catholic writings monitored,
and Jesuit works in particular suppressed.
...
<br>
<b>In particular, Anabaptists,
who were on the side of the great peasant uprisings throughout Germany in those years,
were viewed as archenemies by the Catholic clergy and the court of Vienna.</b>
Their writings were among the most despised,
and their preachers, like Balthasar Hubmaier, often ended up at the burning stake.
In 1528, a Viennese bookseller even paid with his life
because he was repeatedly caught selling <b>illegal books</b>.
As it says in the first standard work in German censorship history,
the "index of illegal books", published in 1883, he was beheaded.
<br>
The same fate befell the book printer and dealer Johann Herrgott from Nuremberg.
In addition to reprints of Thomas Müntzer's "Expressed Exposure" and Luther's writings
Herrgott is also considered the author of a social-revolutionary pamphlet entitled
"On the New Transformation of a Christian Life."
In it he advocates the equality of all people
and for a fair distribution of all goods on the basis of common property,
"so that no human will have it better than the other."
On May 20, 1527, Herrgott was
beheaded with a sword on the market square in Leipzig
because of printing heretical writings
(and probably also because of his social-utopian sentiments).
<br>
The "Religious Peace of Augsburg"
concluded between the emperor and the imperial estates in September 1555
secured the Protestant princes' possessions
and, through the now famous formula "cuius regio, eius religio",
also the free practice of religion.
This was not accompanied by tolerance towards people of other faiths.
Rather, each ruler could decide the religion of his subjects.
...
<br>
Heretical writers were included in the index
and were subject to church censorship,
reading their books was considered a serious sin,
in some cases a mortal sin.
The censorship list also included immoral and obscene texts,
as well as anything that church leaders viewed as <b>truth-telling</b> or magic.
...
<br>
With the church's loss of social influence from the 18th century onwards,
the failure of this type of censorship became more and more obvious.
Some publishers discovered the advertising effect of the ban
and had the phrase "banned by the holy office" printed on the book cover.
...
[today: "Parental Advisory: Explicit Content", "banned by youtube"]
<!-- https://en.wikipedia.org/wiki/Parental_Advisory -->
<br>
Mandatory imprint from 1530.
The printer and the place of printing had to be stated on the title page,
to make it easier to track down unwanted products.
...
<br>
Over the course of the 16th century,
the secular rulers gradually took over the helm of censorship from the hands of the popes.
...
<br>
Interpreted in terms of cultural history, this epochal change can also
be understood as the rise of <span lang="latin" class="notranslate">ratio</span> (reason)
over <span lang="latin" class="notranslate">confessio</span> (faith).
Step by step, "morality took the place of religion"
...
<br>
The absolutist claim to monopoly,
well understood as given by God's grace,
is also reflected in the censorship process.
<b>Imperial edicts and police regulations</b> increasingly
took the place of bans by churches and excommunications by popes,
although the latter remained in place.
Parallel to the increasing tolerance in matters of faith,
<b>political intolerance</b> was growing.
...
<br>
<!--
Zwischen kirchlicher und weltlicher Zensur
ließ es sich im 17. Jahrhundert vergleichsweise ungestört publizieren.
Zudem garantierte die territoriale Zersplitterung im Reich,
insbesondere die vielen Fürstentümer auf deutschem Boden,
eine Unübersichtlichkeit der lokal oft unterschiedlichen Auslegungen von Regeln und Gesetzen,
was Druckern und Autoren Ausweichmöglichkeiten in liberalere Gebiete bot.
...
<br>
Während das 17. und das beginnende 18. Jahrhundert in Preußen
zensurgeschichtlich von einem aufgeklärten Absolutismus profitierte,
herrschten andernorts (in Wien und Moskau) strenge Verbotsregime gegenüber unerwünschten Publikationen.
Der Fall des deutschen Poeten, Mystikers und Sozialutopisten Quirinius Kuhlmann gibt dafür ein beredtes Zeugnis.
Geboren in Breslau, zog er jahrzehntelang durch Europa,
verfasste visionäre Pamphlete und Gedichtbände,
die oft apokalyptische Bilder einer aus den Fugen geratenen Welt beschrieben,
die es dringend zu verbessern gelte.
Als egomanischer Revolutionär suchte er Kontakt zu Fürstenhäusern,
um sie von der Dringlichkeit seiner Weltvorstellung zu überzeugen.
Bald sah er sich selbst an Gottes statt und forderte seine Leser auf:
»Fresst, siebzig Völker, fresst nun eure Könige ...
Ost, West, Nord, Süd ist mein zwölfeines Reich!
Auf, Kaiser, Könige! Gebt her Kron, Hut und Zepter!«
Ein solches »Friedensreich« wollten die angesprochenen Häupter nicht.
Doch anstatt den Schwärmer seine Wege ziehen zu lassen,
sah ihn das Zarenreich als Bedrohung.
Auf einer seiner Missionstouren durch Russland denunzierte ihn ein lutherischer Pastor
und forderte vom Zaren,
»dass solche Bücher und Schriften jetzt und in Zukunft in Ihrem Reiche nicht zu sehen werden«
und im Übrigen der Verfasser bestraft werden müsse.
Am 4. Oktober 1689 wurde Kohlmann als Ketzer in Moskau verbrannt.
...
<br>
Texte beschäftigten sich zur Mitte des 18. Jahrhunderts
längst nicht mehr hauptsächlich mit theologischen,
sondern ebenso mit politischen, ökonomischen und Erziehungsfragen.
...
<br>
Die Reichsstadt Hamburg und das Fürstentum Sachsen galten als besonders liberal in der Auslegung von Zensurmaßnahmen,
Preußen und Braunschweig kontrollierten ihre Druckereien und Buchhandlungen schon etwas schärfer,
während Bayern und die Habsburgischen Länder als besonders streng galten.
...
<br>
-->
Censorship in the Age of Enlightenment
...
<br>
The goals of censorship measures also changed,
as rational thinking became more important.
Now, the main goal was no longer the banning of writings
that were harmful to morals, theology or reason of the state,
to maintain the image of the purity of God and the prince, as was claimed.
Now the battle for <b>having the last word</b> began creeping into the censorship process.
Printing bans became (depending on the political orientation)
an "instrument of enlightenment or counter-<b>enlightenment controlled by the authorities</b>".
It can be observed that even in enlightened circles, censorship was considered necessary,
with the idea <b>to avoid a return to the dark times of human stupidity</b>.
The freedom of the press, which was promised by the highest ranks, often went hand in hand
with publication bans for anti-enlightenment voices.
&mdash; <span class="notranslate">Hannes Hofbauer - Zensur (2022)</span>
</div>
<!-- end of id="hannes-hofbauer--zensur" -->
<div ol="en" class="para">
we are opposed around the world
by a monolithic and ruthless conspiracy
that relies primarily on covert means for expanding its sphere of influence:
on infiltration instead of invasion,
on subversion instead of elections,
on intimidation instead of free choice,
on guerrillas by night instead of armies by day.
It is a system which has conscripted vast human and material resources
into the building of a tightly knit, highly efficient <b>machine</b>
that combines <b>military, diplomatic, intelligence, economic, scientific and political</b> operations.
<br>
Its preparations are concealed, not published.
Its mistakes are buried, not headlined.
Its dissenters are silenced, not praised.
No expenditure is questioned, no rumor is printed, no secret is revealed.
It conducts the <b class="nowrap">Cold War</b>, in short,
with a war-time discipline
no democracy would ever hope or wish to match.
&mdash; <a class="notranslate" href="https://www.jfklibrary.org/archives/other-resources/john-f-kennedy-speeches/american-newspaper-publishers-association-19610427"
>John F. Kennedy, 1961</a>
</div>
<div ol="en" class="para">
they are pirates.
<!-- TODO more -->
&mdash; <a class="notranslate" href="magnet:?xt=urn:btih:ba7f1ad9916dfcb66c79b89df010d04bd3dbdae7&dn=JFK%20to%20911%20Everything%20Is%20A%20Rich%20Man%27s%20Trick%20(2015)&tr=udp%3a%2f%2ftracker.opentrackr.org%3a1337&tr=udp%3a%2f%2ftracker.coppersurfer.tk%3a6969&tr=udp%3a%2f%2ftracker.internetwarriors.net%3a1337&tr=udp%3a%2f%2ftracker.leechers-paradise.org%3a6969"
>JFK to 911: Everything Is A Rich Man's Trick (2015)</a>
</div>
<div ol="en" class="para">
loose lips sink ships.
</div>
<div ol="de" class="para">
You want a break,
because no paradise can be so beautiful,
that it can compensate for this shit.
&mdash; <span class="notranslate">K.I.Z - Was würde Manny Marc tun</span>
<!--
[Part 1: Audio88]
Papa will dich waschen
Dabei warst du gerade erst baden
Es ist doch ganz normal an einem Samstagabend
Zeit mit den Liebsten zu verbringen
Keinohrhasen DVD, Papa hat dich doch nur lieb
Später wirst du das verstehen
Eine Hand auf dem Knie, eine Eins in Physik
Lass dich doch mal drücken, das ist mein Handy was du spürst
Ich bin so stolz auf dich mein Kind, du bist schon so groß
Nur noch ein bis zwei Jahre
Kein schlechtes Gewissen unser kleines Geheimnis
Ich wollt' dich doch nur kitzeln
Diese Tränen schmecken salzig
Mama würde dir nicht glauben, es gehören immer zwei dazu
Du fragst bei jedem Schritt im Flur
Was würde Manny Marc tun?
[Part 2: Maxim]
Wenn ich nix mehr errege, außer dein Mitleid
Und meine Spermienanzahl nicht mehr für ein Kind reicht
Dann klappt das doch, aber es ist geistig behindert
Und du weißt es wird dein Kind bleiben für immer (für immer, immer?)
Und niemals Rechtsanwalt oder ein Fußballstar
Vielleicht bestenfalls, alleine U-Bahn fahren
Und dann irgendwann wenn wir Falten kriegen
Sagst du im Streit zu mir, hätt' ich doch abgetrieben
Ich schlaf wieder mal auf der Couch ein
Und hör dich im Schlafzimmer auch weinen
Du willst 'ne Auszeit, denn kein Paradies kann so schön sein
Dass es diesen Müll hier ausgleicht
Du hörst die glücklichen Menschen dich in Gedanken ausbuhen und du fragst dich
Was würde Manny Marc tun?
[Hook: Manny Marc]
Ich nehm dich mit in die Rummelbums-Disko
Lasst uns treffen
Null Problemo, alles vergessen
Rummelbums-Disko, lasst uns treffen
Null Problemo, alles vergessen
Rummel Rummel, Bums Bums, Disko Disko, null Problemo
Rummel Rummel, Bums Bums, Disko Disko, null Problemo
[Part 3: Nico]
Ich muss Papa waschen, dabei ist er doch schon 50
Mama hat uns längst verlassen, er sitzt da betrinkt sich
Früher war er der, der mir Fahrradfahren beigebracht hat
Heute der, der nicht merkt, dass er sich gerade eingekackt hat
Ich muss es wegmachen, ihn ins Bett schaffen, guck ihn traurig an, er schreit
"Das hab ich früher für dich auch getan!"
Ich steh wieder an der Spüle, kipp den Jägermeister aus
Ich muss weinen, er auch
Doch plötzlich ändert sich sein Blick, er rastet einfach aus
"Wer sind Sie? Was tun sie hier in meinem Haus?"
Am nächsten Morgen sagt er wieder die Vergangenheit tut ihm leid
Er umarmt mich, Junge du bist alles was mir bleibt
Wenn du mich auch verlässt, knot ich ein Seil und steige dann auf einen Stuhl
Und ich frage mich
Was würde Manny Marc tun?
[Part 4: Yassin]
Papa verlor ich im Krieg, Mama und Schwesterherz ans Meer
Ihre durstigen Schreie wollte der Schlepper nicht mehr hören
Ich sei der nächste, würde ich nicht aufhören zu heulen
Seitdem weine ich nicht mehr, doch sehe ihn in meinen Träumen
Teil mein Bett mit drei Fremden, weiß nicht genau wo ich bin
Hier gibt es keine Soldaten und trotzdem muss man uns beschützen
Wie soll ich eure Sprache lernen, was ich höre sind jeden Tag die selben Worte:
"Verpisst euch wo ihr herkommt!"
Vielleicht geht's morgen zurück, sagen sie jeden Tag
Und mir scheint ihnen wärs lieber es wär heut schon soweit
Macheten oder Gesetze, eins von beiden bringt mich um
Und ich frage mich
Was würde Manny Marc tun?
[Hook: Manny Marc]
Ich nehm dich mit in die Rummelbums-Disko
Lasst uns treffen
Null Problemo, alles vergessen
Rummelbums-Disko, lasst uns treffen
Null Problemo, alles vergessen
Rummel Rummel, Bums Bums, Disko Disko, null Problemo
Rummel Rummel, Bums Bums, Disko Disko, null Problemo
[Outro: Manny Marc]
(Das würde ich machen)
(Das würde ich machen)
(Das würde ich machen)
(Das würde ich machen)
-->
</div>
<div ol="de" class="para">
I want away, away, the same thing every day,
the punk in me is hidden behind pinstripes.
...
She [MDMA] shows me her world and I feel like I have been reborn,
she directs the light, whispers in my ear,
all the blurry dark images become clear,
and everything she says comes true.
...
I do not think anymore,
do not need sleep,
do not need a plan,
I am so beautifully tripped out.
...
A big fish needs a big pond,
she freed me because my aquarium was too small.
...
Your beauty is so merciless, see how everything withers next to you,
and they are all against us, but I know that you stay with me,
and when we are together, every cold night turns into day,
I am no longer afraid because I am so beautifully tripped out.
&mdash; <span class="notranslate">Marteria [M1] - Verstrahlt</span>
</div>
<div ol="de" class="para">
<b>What will you do, when the state fucks you.</b>
What will you do, when you get welfare aid?
What will you do, when you want to get out.
What will you do, when no one helps you?
What the fuck will you do against them?
What the fuck do you know about politics.
What the fuck do they know about you?
What the hell do I care about?
What will you do, it goes quick.
What will you do, you become a criminal.
What will you do, in the city blocks.
What will you do, to have something?
What will you do, when the ghettos grow?
What will you do, when people look away.
What will you do, against the Socialist party?
What will you do, against the Democrat party?
What will you do, against the right-wing party?
What will you do, about all this?
What will you do, without a goal with meaning.
<b>What will you do, when they are against you.</b>
What will you do, when you want to vote?
What will you do, if you want none of them.
<b>What will you do, when they do what they want.</b>
What will you do, when they do what they want.
What will you do, when you are in it yourself?
What will you do, when your child grows up like this?
What will you do, you are in the trap.
What will you do, if you die in there?
What will you do, what what will you do.
What will you do, when suddenly the club is burning?
&mdash; <span class="notranslate">Frauenarzt - Was willst du tun</span>
<!--
Aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaah
Yo yo, die Welt ist krank, Alter
Geht hier um versteckte Ghettos
Deutschland versteckt Ghettos
Aber was willst du tun, Alter?
[Chorus]
[8x]
Was willst du tun, was was willst du tun
Was willst du tun, ohne Arbeit, ohne Job
Was willst du tun, wenn du keine Kohle hast
Was willst du tun, wenn dich keine Firma will
Was willst du tun, wenn du jeden Tag chillst
Was willst du machen, wenn du diesen Dealer siehst
Was will er machen, wenn du dann dein Messer ziehst
Was will er machen, wenn du ihm sein Stoff abziehst
Was willst du machen, wenn du in die Straßen fliehst
Was willst du tun, wenn das Schicksal übernimmt
Was willst du tun, wenn du selber Drogen nimmst
Was willst du tun, ohne Sinn oder Verstand
Was willst du tun, mit dem Koks in deiner Hand
Was willst du tun Alter, wenn du keinen Ausweg siehst
Was willst du tun, wenn du lügst und betrügst
Was willst du tun, wenn du dir selber nicht traust,
dich selber fickst, und dich selber beklaust, Atze?
[Chorus]
[8x]
Was willst du tun, was was willst du tun
Was willst du tun, wenn du weißt wie es läuft
Was willst du tun, wenn du weißt wie es ist
Was willst du tun, wenn der Stress sich häuft
Was willst du tun, wenn du nichts mehr bist
Was willst du tun, wenn der Staat dich fickt
Was willst du tun, wenn du Hartz Vier kriegst
Was willst du tun, wenn du rauskommen willst
Was willst du tun, wenn die keiner dabei hilft
Was zum Fick willst du tun gegen die
Was zum Fick weißt du über Politik
Was zum Fick wissen die über dich
Was zum Teufel interessiert das mich
Was willst du tun, es geht ganz schnell
Was willst du tun, du wirst kriminell
Was willst du tun, in den Blöcken der Stadt
Was willst du tun, damit du irgendwas hast
Was willst du tun, wenn die Ghettos entstehen
Was willst du tun, wenn die Leute wegsehen
Was willst du tun, gegen SPD
Was willst du tun, gegen CDU
Was willst du tun, gegen DVU
Was willst du tun, gegen den ganzen Clou
Was willst du tun, ohne Ziel mit Sinn
Was willst du tun, wenn sie gegen dich sind
Was willst du tun, wenn du wählen gehen willst
Was willst du tun, wenn du keinen von denen willst
Was willst du tun, wenn sie machen was sie wollen
Was willst du tun, wenn sie machen was sie wollen
Was willst du tun, wenn du selber drin steckst
Was willst du tun, wenn dein Kind so aufwächst
Was willst du tun, du bist drin in dem Netz
Was willst du tun, wenn du drin verreckst
[Chorus]
[12x]
Was willst du tun, was was willst du tun
Was willst du tun, was was willst du tun
Was willst du tun, wenn auf ein Mal der Club brennt
-->
</div>
<div ol="de" class="para">
Do you remember? When we were carving into the school tables,
please Lord do not forgive them because they know what they do.
Under the road stones the sandy beach is waiting,
when not with rap, then with the pump gun.
...
You want to smoke a joint? Then go pick something in the garden,
but our life today can also be endured sober.
...
For us, a gold bar is the same as a brick,
the fireplace is going out, throw in another Bible.
The kids are scared because I talk about the Pope,
this life is so beautiful, who needs a life after death?
...
Baby, the time with you was so wonderful.
Yes, it is over now, but our children do not cry,
because we raise them all <b>together</b>.
...
<b>they really thought their shit would last forever</b>
...
Hurray, this world is ending!
On the ruins, we build paradise.
&mdash; <span class="notranslate">K.I.Z - Hurra die Welt geht unter</span>
</div>
<div ol="en" class="para">
Teacher leave them kids alone.
&mdash; <span class="notranslate">Pink Floyd - Another Brick in the Wall</span>
</div>
<div ol="en" class="para">
A Communist system can be recognized by the fact
that it spares the criminals
and criminalizes the political opponent.
<br>
In our country,
the lie has become not just a moral category,
but a pillar of the state.
[They lie about everything.]
<br>
Education does not make you smarter.
[Preparation is only half of life.]
<br>
There are many clear thinkers everywhere.
<br>
&mdash; <span class="notranslate">Alexander Solschenizyn</span>
<!--
https://beruhmte-zitate.de/autoren/alexander-issajewitsch-solschenizyn/
-->
</div>
<div ol="de" class="para">
I rather believe in the innocence of a whore,
<br>
than in the justice of judges.
&mdash; <a class="notranslate" href="https://www.youtube.com/watch?v=AoRy7q-OnIc">Slime - Gerechtigkeit</a>
</div>
<div ol="en" class="para">
When the <b>missionaries</b> came to Africa,
they had the Bible and we had the land.
They said "Let us pray."
We closed our eyes.
When we opened them,
<b class="nowrap">we had the Bible and they had the land.</b>
&mdash; <span class="notranslate">Desmond Tutu</span>
</div>
<div ol="de" class="para">
Against stupidity helps only violence.
</div>
<div ol="de" class="para">
So many people around me, and still I feel lonely.
Only have love for money, because love for bitches fails.
...
In my head I see people, who are close to me dying,
everything turns gray and then red, the whole earth is burning.
You are looking for happiness in love, <b>I have different values.</b>
...
Fuck it, everything is burning, life on the sunny side.
<br>
&mdash; <span class="notranslate">Klapse Mane - Sonnenseite</span>
[sunny side]
</div>
<div ol="en" class="para">
The only true power is violence.
&mdash; <span class="notranslate">Kyle,</span>
<a class="notranslate" href="https://www.youtube.com/watch?v=8TMHIYDHMSE"
>South Park - Cartoon Wars</a>
(201, S10E03) (censored by Comedy Central)
</div>
<div class="para">
If you wanna find some quality friends,
you gotta wait through all the dicks first.
&mdash; <span class="notranslate">Cartman,</span> <a class="notranslate" href="https://www.youtube.com/watch?v=RZLDAVNTBBs">South Park - Chatroulette</a>
</div>
<div ol="en" class="para">
<!-- 35:20 -->
Cartman: Hey dudes.
Kyle: What's the matter, Cartman?
C: It's this V-chip, I hate it,
I can't say any dirty words.
K: Really? So you can't say "fuck"?
C: No.
K: And you can't say "shit"?
C: No.
K: So you can't say, "I'm Eric Cartman,
the fattest fucking piece of shit in the world"?
C: Fuck you... Aaaah!
(Cartman gets an electroshock from the V-chip.)
K: Dude, sweet!
Stan: Come on you guys, this has gone far enough,
it's time we talked to our moms.
K: We're supposed to be grounded in our rooms.
S: Come on Kyle, it's time for us to get political.
&mdash; <span class="notranslate">Stan,</span>
<span class="notranslate">South Park - Bigger, longer and uncut (1999)</a>
</div>
<div ol="en" class="para">
I do not must tell you things are bad.
Everybody knows things are bad.
It's a depression.
Everybody's out of work or scared of losing their job.
The dollar buys a nickel's worth; banks are going bust;
shopkeepers keep a gun under the counter;
punks are running wild in the street,
and there is nobody anywhere who seems to know what to do,
and there is no end to it.
<br>
We know the air is unfit to breathe and our food is unfit to eat.
And we sit watching our TVs while some local newscaster tells us
that today we had fifteen homicides and sixty-three violent crimes,
as if that is the way it is supposed to be!
<br>
We all know things are bad, worse than bad, they're crazy.
It's like everything everywhere is going crazy,
so we do not go out any more.
We sit in the house, and slowly the world we're living in is getting smaller,
and all we say is
"Please, at least leave us alone in our living rooms.
Let me have my toaster and my TV and my steel-belted radials, and I won't say anything.
Just leave us alone."
<br>
Well, I am not going to leave you alone.
I want you to get mad!
I do not want you to protest.
I do not want you to riot.
I do not want you to write to your Congressman, because I wouldn't know what to tell you to write.
I do not know what to do about the depression and the inflation and the Russians and the crime in the street.
<br>
All I know is that <b>first, you've got to get mad.</b>
You have gotta say "I am a human being, goddammit! My life has value!"
So, I want you to get up now.
I want all of you to get up out of your chairs.
I want you to get up right now and go to the window, open it, and stick your head out and yell,
"I am as mad as hell, and I am not going to take this anymore!"
<br>
&mdash; <span class="notranslate">The Network (1976)</span>
</div>
<div ol="en" class="para">
Real power is achieved,
when the ruling class
controls the material <b>essentials of life</b>,
granting and withholding them from the masses,
as if they were privileges.
&mdash; <span class="notranslate">George Orwell</span>
</div>
<div ol="de" class="para">
The industry has built this computer into my head,
and since then, sometimes I have blurry vision,
when there is something I should not see, but then I see it anyway.
But when I then close my left eye,
I can clearly see what is happening with my right eye.
<br>
[Part 1]
I reduce myself to the minimum, even the doctors looked stupid,
the patient knows about it, and remains silent despite hypnosis.
Before they took me, I knew they were coming,
now I sit in jail, being questioned every day.
Because of bombs I built, they called me assassin,
terrorist, enemy and traitor.
But <b class="nowrap">later people like me will rule you all,</b>
and so I tell myself every day, just do not lose faith.
It is rap solitary confinement in a prison with no music,
and I punch a hole into the cell for the beat.
Then I start rapping until the guard shouts,
he can box me like he wants, I keep saying I am tight.
Yeah! So I carve the words into the wall,
and as they see it, they break my hand.
That is why I remember them, and train my memory,
only what is not bad, becomes part of the rap legacy.
All that is right, why am I in prison,
Prince Pornobi-Wan Kenobi, last Jedi Knight.
They put drugs in the air, and drugs in my food,
and drugs in every record that they press.
<b class="nowrap">Underground is medicine</b>, rap antidepressants,
against hip-hop HIV, also known as Viva.
Who wants love songs, and who wants tight raps,
<b class="nowrap">I want out of this prison</b>, my microphone, money and sex.
<b class="nowrap">How can something so good be so wrong?</b>
Why is something so beautiful so bad?
Why is there no love in the world?
And why am I always right?
The world is controlled by Rosicrucians and triads,
mafioso major labels, militaries and syndicates.
The Vatican is fighting a war over cocaine,
against the CIA and Contras, and of course West Berlin.
Adolf Hitler and his UFOs control the USA,
Bill Gates is just a clone of Pablo Escobar.
<b class="nowrap">It was precisely because I knew too much that I was imprisoned,</b>
<b class="nowrap">but the fire inside me burns stronger every day.</b>
They said I was abnormal, because I ran out into the street,
and rammed my penis right into girls' faces,
who I did not even know, and because houses exploded,
when members of my crew experimented with MCs.
Once in prison, I mutate into a rap robot,
killing major label MCs, and especially Dida Dodder.
Children die every day, there are new wars,
I see hatred and destruction, West Berlin, no love.
<b class="nowrap">Censorship and trash television turned me into a psychopath</b>,
the records I listened to turned me into a mic soldier.
And that is why now it is knockout time for you victims,
the motto is "Hands off the mic or your head off!"
<!--
Wie kann so etwas Gutes so falsch sein?
Warum ist so etwas Schönes so schlecht?
Weshalb gibt es auf der Welt keine Liebe?
Und weswegen hab ich eigentlich immer recht?
<br>
Wie kann so etwas Gutes so falsch sein?
Warum ist so etwas Schönes so schlecht?
Weshalb gibt es auf der Welt keine Liebe?
Und weswegen hab ich eigentlich immer recht?
-->
MCs masturbate on my tapes and publish,
the outpourings as cassettes, it is whack-rap satire.
To be a pro I constantly need adversaries,
look, Jason rides in with all pussy Pocahontas.
Wonderbras and silicone should be mandatory for brains,
because <b class="nowrap">until now every second one of you has shit in his head.</b>
<br>
Here comes anti against everything, I also distrust myself,
the main thing is that you die, no matter by whose sword you fall.
All <b class="nowrap">hippies and losers</b> go to the hip-hop labor camp,
being "underground" means being dead, or war like Intifada.
They have been trying for 10 years, to take money for breathing air,
the sun is now deadly, and the system is to blame.
When I was hunting for vitamins, I only came across rap bacteria.
I am physically so burning, that the other MCs grill.
Humanoids are looking for gods, and MCs are finding rap,
my Bible has six words: "I am tight, you are wack!"
Yeah, yeah, microcosm, rap soldiers,
underground to the death, nigga!
Yeah, yeah, we will kill you all, yeah!
&mdash; <span class="notranslate">Prinz Pi [M1] - Keine Liebe</span>
<!--
https://genius.com/Prinz-pi-keine-liebe-lyrics
-->
</div>
<div ol="en" class="para">
<!--
(2x)
-->
Fuck you all, you little asses,
fuck you all, you make me sick.
Fuck you!
<br>
<b>Tired of the shit that I learned from the school,</b>
tired of the things that I dont wanna do.
Pissed by the shit people want me to,
I miss all the things that I used to do.
<br>
Why dont you asses not just leave?
Set me free, just let me be.
How I really gonna be?
Excuse me, I see.
<br>
Im dealing with another fucking wannabe,
youre trippin, youre gettin on my nerves.
Now I really know what it takes to win a human's purse,
too many haters all around and too much curse.
<br>
It stinks! <b>What you do is right, what I do is wrong?</b>
I dont give a fuck, I just keep going on.
My tongue is active, my shit is progressive,
Im massive aggressive, for you too expensive.
<br>
Gotta stay passive,
all that you do is annoying, you should find another employment.
Looking at me, all you see is a foreigner, just another alien,
<b>I'ma be the reason for this rebellion.</b>
<br>
<!--
(4x)
Fuck you all, you little asses,
fuck you all, you make me sick.
Fuck you!
<br>
I do see lots of wannabees in the club,
lots of son of guns like Geeez smokin' pot.
A lot of mamas and sisters they're shakin' around their butts,
and me in the middle of a little shitty club.
<br>
I am laughin' at those people how you are trying to get a hug,
even when I come around is just like what's up.
There are superficial people all around what the fuck,
your life is just a cent, I am about a buck.
<br>
Me and my dude Duane rollin in the subway,
we do not give a fuck about it is really ok.
We are damn sure next day sex play is guaranteed,
and everybody in the club wanna get to know me as a homie.
<br>
Wants to show me what he can,
I do not wanna burn, I ain't concerned.
I never maintain there is nothing for me to learn,
you might be jealous fellas, and that is a real fact.
<br>
(2x)
Fuck you all, you little asses,
fuck you all, you make me sick.
Fuck you!
<br>
Just take a look at society,
everybody's walking like a VIP.
Boys at the bar full of Bacardi,
chicks in the club on Ecstasy.
<br>
Dressed up shitty like a blonde Barbie,
isn't it scary? But where's your man?
Aah, sorry, isn't it Ken?
The man who carries you on his hands to a wonderland?
To the Never Neverland?
<br>
Hmm, strange, how did it come so far?
All I hear is bla,
I wanna be this, I wanna be that,
I wanna be a superstar.
<br>
Germany is searching on TV,
kids at the age of ten to thirty,
Isn't it dirty?
<br>
(4x)
Fuck you all, you little asses,
fuck you all, you make me sick.
Fuck you!
<br>
Ey yo man, do not take it personal,
just think about want I am trying to tell ya.
Try to be an innovator, man,
do not try to be someone else,
try to be yourself! OK?
<br>
Peace, I am out here,
Hah ... Fuck you.
<br>
-->
&mdash; <span class="notranslate">Melendiz - Fuck You All</span>
<!--
https://soundcloud.com/mila-nautikus/melendiz-fuck-you-all
album: Melendiz - Fuck You All (2004) https://www.discogs.com/master/416052-Melendiz-Fuck-You-All
lyrics: https://www.lyricsmania.com/fuck_you_all_lyrics_melendiz.html
-->
</div>
<div ol="en" class="para">
There are no crimes, only actions.
&mdash; <span class="notranslate">Irreversible (2002)</span>
</div>
<div ol="de" class="para">
187! The heros of now.
&mdash; <span class="notranslate">187 Strassenbande - 10 Jahre</span>
[On police radio in the USA: The code "187" means murder.]
<!-- https://www.urbandictionary.com/define.php?term=187
used in law enforcement for a killing/murder
cop code in detriot and california for murder/death/kill
police code for death/murder
California Police Dispatch for Homicide.
-->
</div>
<div ol="de" class="para">
You all have been masturbating on the sofa for far too long,
we have polarized.
<br>
&mdash; <span class="notranslate">187 Strassenbande - Allstars 2017</span>
</div>
<div ol="de" class="para">
You are sick yourself,
if you are "well adapted" to a sick world.
<!--
falsche formulierung, weil "nein" ist ein leeres wort:
"Es ist KEIN Zeichen geistiger Gesundheit,
gut angepasst zu sein an eine zutiefst kranke Gesellschaft."
-- Jiddu Krishnamurti
-->
</div>
<div ol="de" class="para">
<span ol="en">
Socrates:
Corrupting the youth since 470 BC.
Kill your idols:
</span>
Only when Socrates was dead, he was celebrated as a thinker.
Dead gods:
Only when Jesus was dead, he was recognized as a saint by state and church.
</div>
<div ol="en" class="para">
The first part of the Yippie program, you know, is <b>kill your parents</b>.
And I mean that quite seriously, because
unless you are prepared to kill your parents,
you are not really prepared to change the country,
because <b>our parents are our first oppressors</b>.
[then, <b>kill your teachers</b>, because our teachers are our second oppressors.]
...
Politics is how you live your life, not whom you vote for.
...
We create revolution by living it.
...
in your living room, you are scared shitless.
And that is just where the power structure wants you.
...
Do not trust anyone over thirty.
...
If you had everything but a gun, you were a radical but not a revolutionary.
...
The youth is looking for a reason to die.
&mdash; <span class="notranslate">Jerry Rubin [M3]</span>
</div>
<div ol="de" class="para">
The fascism of today is no longer manifested in a party or in one human,
it lies in the daily <b>training of people to become authoritarian personalities</b> [slaves],
it lies in <b>education</b>,
in short, in the emerging <b>totality of institutions and the state apparatus</b> [monopoly, cartel].
&mdash; <span class="notranslate">Rudi Dutschke</span>
<br>
[example: forced schooling is a Nazi law from year 1938]
</div>
<div ol="de" class="para">
All people dream, but not equally.
Those who dream during the night, in the dusty depths of their minds,
wake up in the day to discover that it was all delusion.
But the <b>daydreamers</b> are dangerous people,
because they can express their daydream with eyes open,
to make it come true. This is what I did.
...
<span class="note">
Dreams are the desires of our hearts when we sleep.
<span style="display:none">
TODO klartraum, luzidtraum, LSD, DMT, astralreise, astral projection, ...
vollmond, aufgewacht freitag 9.9.2022 02:22 ...
ich war nicht alleine,
ich habe meine geistfreunde gesehen, zb M4,
wie ein verbotenes kino,
hatte was von matrix,
mein geist wurde teleportiert durch einen lichttunnel,
vermittlung übers stromnetz?
&rarr; gleichschaltung von hirnen? technische telepathie?
hat sich auf jeden fall "technisch" angefühlt,
ich hab mein gelbes shirt getragen,
der song "hello satan" geistert in meinem kopf vom utopia US S01E01 outro soundtrack,
wir waren schwerelos, erst bin ich erschrocken und kurz gefallen, dann bin ich geschwebt,
weil ich hab mich festgehalten an meinem "rechner" (desktop PC rechner tower),
hexensabbath,
das gleiche gefühl hatte ich schon mal auf einem LSD trip,
ich lag im bett, bauch voraus, und hinter meinem rücken waren lichter, wie UFOs,
mir fällt wieder ein, warum ich mein buch schreibe,
nämlich vor allem für mich selber,
weil ich bin "der größte egoist auf der welt",
weil "ich habe egoismus erfunden",
weil ich bin ein "original egoist".
typ 1 halt. ich hab so viele namen.
grüße an Anton LaVey.
er hat mich bestätigt in meinem verdacht dass typ 1 gleich satan.
grüße an Norry Holly, die F3 "wicca" aus den USA ("science is sexy" ...).
auch so eine "geistfreundin" von mir,
eine "schwester im geiste".
(ja wirklich, es geht hier im "brüder im geiste" und "schwestern im geiste",
also um meine "geist familie").
sie hat mich "aufgeklärt": ich bin typ 1, nicht typ 4.
meine erklärung: typ 4 ist mein subtyp.
typ 4 kam raus bei meinem ersten persönlichkeitstest:
"welches element bist du?" oder so, auf jeden fall kam "element wasser" raus,
und wasser gleich typ 4.
und typ 1 gleich könig, weil typ 1 ist der schlauste von allen 4 typen,
weil herzform, weil großer schädel und großes hirn (symmetrisch).
oder beide, typ 1 und typ 4, sind könige,
also die zwei schlauen typen 14, gegen die zwei dummen typen 23.
ich bin nur ein medium.
ich bin nichts besonderes.
das hier ist "größer als ich".
auch eine lektion aus zarathustra:
propheten müssen alleine leben,
als einsiedler.
aber propheten müssen regelmäßig kontakt haben,
kontakt zu anderen menschen,
neue menschen treffen,
breitensuche machen,
auf mission gehen,
die gute botschaft verbreiten.
als privatlehrer.
als "großer bruder".
was macht man bei burnout? schlafen gehen.
was macht man, wenn einem nichts mehr einfällt? schlafen gehen.
remember Albert Einstein: schlaf ist heilig.
auch grüße an JK Rowling, F1 oder F3.
TODO zitat aus harry potter. warum darf harry nicht nach hogwarts?
warum ist harry`s muggel-familie neidisch?
auch grüße an Matt Groening, M3.
props für seine frühe arbeit:
"family is hell", "school is hell", "life is hell",
und die frühen simpsons episoden.
Warum ist Bender ein Typ 1?
Eine Antenne auf seinem Kopf, wie bei Marge Simpson.
Quersumme Eins von seinem Namen: Bender Bending Rodriguez
faschisten sind ewige modernisierer.
faschisten wollen immer alles neu erfinden.
faschisten meiden: wiederholung, reinkarnation, zyklen, naturordnung.
das wort "faschist" ist verwandt mit "fashion", also "mode".
dazu passen auch: kleider, "kleier MACHEN leute", masken.
faschismus ist eine "kunstordnung", menschen MACHEN ordnung.
eine menschliche schöpfung.
eine menschliche erfindung.
"menschlich" im sinn von: viele menschen haben daran gearbeitet.
ein "kollektiv" von menschen hat dieses werk geschaffen.
auch "konstruktivismus": wahrheit kann man beliebig definieren.
auch "deutungshoheit": wess brot ich ess dess lied ich sing.
auch "autoritarismus"?
auch "totalitarismus": monokultur, universalismus, gleichschaltung, homogene gruppen, gleichheit.
"fashion" ist oberflächlich, äussere werte, symptome.
fass dich kurz! kurz ist wurz.
</span></span>
&mdash; <a class="notranslate" href="https://youtu.be/cxwv8qAx0bU"
>Beasts Of No Nation - Jenseits von Allem</a>
</div>
<!--
TODO zitat memento
remember sammy jenkis
-->
<div ol="en" class="para">
Remember Sammy Jankis.
&mdash; <span class="notranslate">Memento (2000)</span>
</div>
<div ol="de" class="para">
"Memento" is an reference to:
<span lang="latin" class="notranslate">Memento Mori</span> = Remember: You will die, everything will die.
What can you learn from the film <span class="notranslate">Memento (2000)</span>?
Hold on to everything.
Above all, hold on to what is volatile.
So what is produced in working memory ("RAM")
and can only be stored in the brain for a very short time,
maybe for a minute.
I can only hold a few pieces of content in my working memory at the same time,
maybe 2 or 3.
The more at a time, the more compactly I must represent them,
for example only one word per piece of content.
This is also a "memory technique": Say it in one word!
</div>
<div ol="de" class="para">
Give the Indians back their land.
&mdash; <span class="notranslate">Marsimoto - Indianer</span>
</div>
<div ol="de" class="para">
Corona hysteria? It is clear what is behind it!
Exactly, big pharma and the banking dynasties,
Billie G. [Bill Gates] and the well-tried distraction manners.
...
With this I want to set a sign, and also guide the further directions,
further than the time, in which political parties calculate your price.
...
"You vote far-right" - No man, I am apolitical,
you can see it right now, every one of you Dumbos can see it.
I think at the core, we are not that different,
because only your perception determines whether someone is unpopular.
&mdash; <span class="notranslate">Der Typ - Corona Brainwash</span>
</div>
<div ol="de" class="para">
Be careful who you give love to, we have been awake and angry for a long time.
<br>
&mdash; <span class="notranslate">Der Typ - Evidance (feat. Skitekk)</span>
</div>
<div ol="en" class="para">
CO<sub>2</sub>PSEC: CO<sub>2</sub> emissions =
People x Services x Energy per service x CO<sub>2</sub> per energy.
The price of energy has come down over time.
Really advanced civilization is based on advances in energy.
The coal revolution fueled the Industrial Revolution, and even in the 1900s,
we have seen a very rapid decline in the price of electricity.
And that is why we have refrigerators, air-conditioning;
we can make modern materials and do so many things.
The world today has 6.8 billion people.
That's headed up to about nine billion.
Now, if we do a really great job on new vaccines,
health care, reproductive health services,
we could lower that by, perhaps, 10% or 15%.
&mdash; <a class="notranslate" href="https://www.youtube.com/watch?v=JaF-fq2Zn7I"
>Bill Gates - Innovating to zero (2010 Ted Talk)</a>
</div>
<div ol="en" class="para">
The greatest trick the Devil ever pulled, was convincing the world he did not exist.
<br>
<span>The devil's best trick is his invisibility.</span>
<br>
&mdash; <span class="notranslate">The Usual Suspects (1995)</span>
</div>
<div ol="en" class="para">
Despite all my rage I am still just a rat in a cage. [...]
I still believe that I can not be saved.
<br>
&mdash; <span class="notranslate">The Smashing Pumpkins - Bullet With Butterfly Wings</span>
<br>
<span>[<span class="notranslate">John Calhoun</span>, experiments with rats on behavior in overpopulation,
all "decadent" behavior is a direct result of overpopulation.]</span>
<!-- all "decadent" behavior is a direct result of overpopulation -->
</div>
<div ol="en" class="para">
<!-- TODO more from The Kissinger Report -->
<b>young people</b> can more readily be persuaded
to attack the legal institutions of the government
or real property of the 'establishment', 'imperialists',
multinational corporations, or other (often foreign) influences blamed for their troubles.
...
Without diminishing in any way the effort to reach these adults,
the obvious increased focus of attention should be
to <b>change the attitudes of the next generation</b>,
those who are now in elementary school or younger.
&mdash; <span class="notranslate">The Kissinger Report (1974)
(NSSM-200: National Security Study Memorandum 200)</span>
</div>
<div ol="en" class="para">
Humans are the virus.
<br>
Human overpopulation is the global pandemic.
</div>
<div ol="en" class="para">
We're sick of your treason, sick of your lies.
&mdash; <span class="notranslate">Pennywise - Fuck Authority</span>
</div>
<div ol="de" class="para">
Dying is shit.
&mdash; <span class="notranslate">Das kleine Arschloch</span>
</div>
<div ol="en" class="para">
<!-- TODO add meme image? -->
After 10,000 years I finally found it ...
<br>
the Scroll of Truth!
- "You are stupid."
- Nah!
</div>
</section>
<!-- end of `<section id="quotes-and-sayings"` -->
<!--
<hr>
-->
<!-- empty page before last page -->
<!--
<hr>
-->
<!-- force pagebreak before last page -->
<hr>
<section id="last-page">
<div class="para">
Me:
<!-- <notranslate> -->
Milan Hauth,
Jägerstraße 10,
83308 Trostberg,
Bavaria,
Germany.
Tel +49 151 7205 9978,
Email:
milahu@gmail.com,
milahu@protonmail.com
<!--
<br>
Chat:
milahu@irc.libera.chat,
milahu@jabber.de,
@milahu:matrix.org
-->
<!-- </notranslate> -->
</div>
<div class="para">
<!-- <notranslate> -->
MIT License,
Copyright (c) 2022 Milan Hauth.
<!-- </notranslate> -->
This means:
You can do anything with my text,
and I give you zero warranty.
</div>
<!-- TODO keep this on the last page -->
<div class="para">
Appendix: Pallas pattern for 8 x 8 = 64 people
</div>
<div class="xcenter">
<pre class="para narrow-scroll notranslate" style="width:auto; font-size:90%; margin-top:5em; text-align:left">
M4S F2S M1S F3S M4S F2S M1S F3S
⨉ ⨉ ⨉ ⨉
M1L F3L M4L F2L M1L F3L M4L F2L
◻ ◻ ◻
M2S F4S M3S F1S M2S F4S M3S F1S
⨉ ⨉ ⨉ ⨉
M3L F1L M2L F4L M3L F1L M2L F4L
◻ ◻ ◻
M4S F2S M1S F3S M4S F2S M1S F3S
⨉ ⨉ ⨉ ⨉
M1L F3L M4L F2L M1L F3L M4L F2L
◻ ◻ ◻
M2S F4S M3S F1S M2S F4S M3S F1S
⨉ ⨉ ⨉ ⨉
M3L F1L M2L F4L M3L F1L M2L F4L
</pre>
</div>
<!--
<div class="para">
TODO do this with svg, with a normal font (sans-serif)
</div>
-->
</section>
<!-- end of `<section id="last-page"` -->
</article>
<!-- end of `<article id="content">` -->
</body>
</html>