add table of contents (premable "toc: true", scuffed

This commit is contained in:
kurets 2023-04-01 15:39:34 +03:00
parent 4279f3ecd5
commit 9ca0faa29d
28 changed files with 325 additions and 334 deletions

View file

@ -15,3 +15,6 @@ pluralizelisttitles = false
[markup.goldmark] [markup.goldmark]
[markup.goldmark.renderer] [markup.goldmark.renderer]
unsafe = true unsafe = true
[markup.tableOfContents]
endLevel = 4
startLevel = 2

View file

@ -6,11 +6,11 @@ description: "This step by step guide will show you how to add meta description
tags: ['blog'] tags: ['blog']
--- ---
# Adding meta description in Hugo ## Adding meta description in Hugo
I assume you are using Luke Smith's theme - Lugo, if you are not, you'd have to find these files yourself (e.g. search using vscode). I assume you are using Luke Smith's theme - Lugo, if you are not, you'd have to find these files yourself (e.g. search using vscode).
## Setting a global meta description ### Setting a global meta description
1. Locate your config.toml or config.yaml file 1. Locate your config.toml or config.yaml file
@ -30,7 +30,7 @@ params:
It won't work just yet because you have to update the ```baseof.html``` file. It won't work just yet because you have to update the ```baseof.html``` file.
## Updating the baseof.html file ### Updating the baseof.html file
1. Locate baseof.html 1. Locate baseof.html
2. Add or change the meta description line with the following 2. Add or change the meta description line with the following
@ -40,7 +40,7 @@ It won't work just yet because you have to update the ```baseof.html``` file.
And now if you start your Hugo server locally with ```hugo serve --noHTTPCache``` and you right click on your page -> View Page Source -> Search for the meta description tag. It should match what you left in the config file. And now if you start your Hugo server locally with ```hugo serve --noHTTPCache``` and you right click on your page -> View Page Source -> Search for the meta description tag. It should match what you left in the config file.
## Replacing the global description with a custom one ### Replacing the global description with a custom one
1. Have a markdown file ready 1. Have a markdown file ready
2. In the preamble, add 2. In the preamble, add

View file

@ -3,10 +3,11 @@ title: "Multiple Index Pages in Hugo"
date: 2023-01-03T22:36:03+02:00 date: 2023-01-03T22:36:03+02:00
draft: false draft: false
tags: ["blog"] tags: ["blog"]
toc: true
--- ---
{{% center %}}
## This is how to create multiple index pages in Hugo ## This is how to create multiple index pages in Hugo
{{% /center %}}
I wanted to order [Hackbook](/hackbook) in reverse (i.e. oldest to newest) so that it's easier for the reader to start at the correct page. I wanted to order [Hackbook](/hackbook) in reverse (i.e. oldest to newest) so that it's easier for the reader to start at the correct page.
@ -48,13 +49,13 @@ I named my file order by oldest because I plan on reusing it in other places. Th
{{- end }} {{- end }}
``` ```
#### if you want to display the date on the left of the titles, you have to add **```datesinlist=true```** in your config.toml or **```datesinlist: true```** in your config.yaml If you want to display the date on the left of the titles, you have to add **```datesinlist=true```** in your config.toml or **```datesinlist: true```** in your config.yaml
You probably don't need **```enableGitInfo = true```** as that will crash your website, I have no idea what it does, you don't need it.
##### You probably don't need **```enableGitInfo = true```** as that will crash your website, I have no idea what it does, you don't need it.
{{% center %}}
## Using your custom _index.html ## Using your custom _index.html
{{% /center %}}
After creating your custom _index.html you'd use it as follows: After creating your custom _index.html you'd use it as follows:

View file

@ -5,7 +5,7 @@ draft: false
tags: ['blog'] tags: ['blog']
--- ---
# How to recover a lost anki streak ## How to recover a lost anki streak
Word for word copy paste of what fixed my issue. [Original post](https://www.reddit.com/r/Anki/comments/ndt6ag/comment/gycwiti/?utm_source=share&utm_medium=web2x&context=3) Word for word copy paste of what fixed my issue. [Original post](https://www.reddit.com/r/Anki/comments/ndt6ag/comment/gycwiti/?utm_source=share&utm_medium=web2x&context=3)

View file

@ -5,13 +5,13 @@ draft: false
tags: ['updates'] tags: ['updates']
--- ---
# Obligatory Hello World! ## Obligatory Hello World!
trying to see which hugo theme i like best trying to see which hugo theme i like best
had some issues with papermod and their css not working so for now i'll use lugo had some issues with papermod and their css not working so for now i'll use lugo
## stuff i like ### stuff i like
- touching grass and nature in general (wannabe farmer) - touching grass and nature in general (wannabe farmer)
- にっぽんese - にっぽんese

View file

@ -6,7 +6,7 @@ draft: false
{{% center %}} {{% center %}}
# <a href="/hackbook/hackbook.pdf">Click to download HackBookEasyPeasy (original pdf)</a> ## <a href="/hackbook/hackbook.pdf">Click to download HackBookEasyPeasy (original pdf)</a>
### EasyPeasyWay ### EasyPeasyWay
#### [https://sites.google.com/site/hackbookeasypeasy/home](https://sites.google.com/site/hackbookeasypeasy/home) #### [https://sites.google.com/site/hackbookeasypeasy/home](https://sites.google.com/site/hackbookeasypeasy/home)

View file

@ -6,6 +6,6 @@ layout: "hackbook/order-by-oldest"
--- ---
{{% center %}} {{% center %}}
# ![](/img/new_turning.gif) <a href="/hackbook/hackbook.pdf">Click to download the original pdf</a> ![](/img/new_turning.gif) ## ![](/img/new_turning.gif) <a href="/hackbook/hackbook.pdf">Click to download the original pdf</a> ![](/img/new_turning.gif)
# ![](/img/new_turning.gif) <a target="_blank" href="https://web.archive.org/web/20201014165025/https://sites.google.com/site/hackbookeasypeasy/">Archive of the original google sites webpage</a> ![](/img/new_turning.gif) ## ![](/img/new_turning.gif) <a target="_blank" href="https://web.archive.org/web/20201014165025/https://sites.google.com/site/hackbookeasypeasy/">Archive of the original google sites webpage</a> ![](/img/new_turning.gif)
{{% /center %}} {{% /center %}}

View file

@ -3,9 +3,10 @@ title: "Why the Technological System Will Destroy Itself"
date: 2023-04-01T14:24:10+03:00 date: 2023-04-01T14:24:10+03:00
draft: false draft: false
slug: "Why-the-Technological-System-Will-Destroy-Itself" slug: "Why-the-Technological-System-Will-Destroy-Itself"
toc: true
--- ---
# I. ## I.
Our discussion deals with self-propagating systems. By a self-propagating system (self-prop system for short) we mean a system that tends to promote its own survival and propagation. A system may propagate itself in either or both of two ways: The system may indefinitely increase its own size and/or power, or it may give rise to new systems that possess some of its own traits. Our discussion deals with self-propagating systems. By a self-propagating system (self-prop system for short) we mean a system that tends to promote its own survival and propagation. A system may propagate itself in either or both of two ways: The system may indefinitely increase its own size and/or power, or it may give rise to new systems that possess some of its own traits.
@ -113,7 +114,7 @@ According to Ray Kurzweil, one common explanation of the Fermi Paradox is “tha
Kurzweil would be right if the self-destruction of a civilization were merely a matter of chance. But there is nothing implausible about the foregoing explanation of the Fermi Paradox if there is a process common to all technologically advanced civilizations that consistently leads them to self-destruction. In this essay we have argued that there is such a process. Kurzweil would be right if the self-destruction of a civilization were merely a matter of chance. But there is nothing implausible about the foregoing explanation of the Fermi Paradox if there is a process common to all technologically advanced civilizations that consistently leads them to self-destruction. In this essay we have argued that there is such a process.
# II. ## II.
Our discussion of self-propagating systems merely describes in general and abstract terms what we see going on all around us in concrete form: Organizations, movements, ideologies are locked in an unremitting struggle for power. Those that fail to compete successfully are eliminated or subjugated.[^15] The struggle is almost exclusively for power in the short term; the competitors pay scant attention even to their own long-term survival,[^16] let alone to the welfare of the human race or of the biosphere. Thats why nuclear weapons have not been banned, emissions of carbon dioxide have not been reduced to a safe level, the Earths resources are being exploited at an utterly reckless rate, and no limitation has been placed on development of powerful but dangerous technologies. Our discussion of self-propagating systems merely describes in general and abstract terms what we see going on all around us in concrete form: Organizations, movements, ideologies are locked in an unremitting struggle for power. Those that fail to compete successfully are eliminated or subjugated.[^15] The struggle is almost exclusively for power in the short term; the competitors pay scant attention even to their own long-term survival,[^16] let alone to the welfare of the human race or of the biosphere. Thats why nuclear weapons have not been banned, emissions of carbon dioxide have not been reduced to a safe level, the Earths resources are being exploited at an utterly reckless rate, and no limitation has been placed on development of powerful but dangerous technologies.

View file

@ -2,7 +2,7 @@
title: "Industrial Society and Its Future " title: "Industrial Society and Its Future "
date: 2023-03-23T18:06:34+02:00 date: 2023-03-23T18:06:34+02:00
draft: false draft: false
nextprev: false toc: true
--- ---

View file

@ -772,9 +772,9 @@ Wired magazine.
<pubDate>Sat, 01 Apr 2023 14:24:10 +0300</pubDate> <pubDate>Sat, 01 Apr 2023 14:24:10 +0300</pubDate>
<guid>https://vodoraslo.xyz/library/ted-kaczynski/why-the-technological-system-will-destroy-itself/</guid> <guid>https://vodoraslo.xyz/library/ted-kaczynski/why-the-technological-system-will-destroy-itself/</guid>
<description>&lt;h1 id=&#34;i&#34;&gt;I. &lt;a class=&#34;anchor&#34; href=&#34;#i&#34;&gt; <description>&lt;h2 id=&#34;i&#34;&gt;I. &lt;a class=&#34;anchor&#34; href=&#34;#i&#34;&gt;
&lt;span class=&#34;spanForHeader&#34;&gt;#&lt;/span&gt; &lt;span class=&#34;spanForHeader&#34;&gt;#&lt;/span&gt;
&lt;/a&gt;&lt;/h1&gt;&lt;p&gt;Our discussion deals with self-propagating systems. By a self-propagating system (self-prop system for short) we mean a system that tends to promote its own survival and propagation. A system may propagate itself in either or both of two ways: The system may indefinitely increase its own size and/or power, or it may give rise to new systems that possess some of its own traits.&lt;/p&gt; &lt;/a&gt;&lt;/h2&gt;&lt;p&gt;Our discussion deals with self-propagating systems. By a self-propagating system (self-prop system for short) we mean a system that tends to promote its own survival and propagation. A system may propagate itself in either or both of two ways: The system may indefinitely increase its own size and/or power, or it may give rise to new systems that possess some of its own traits.&lt;/p&gt;
&lt;p&gt;The most obvious examples of self-propagating systems are biological organisms. Groups of biological organisms can also constitute self-prop systems; e.g., wolf packs and hives of honeybees. Particularly important for our purposes are self-prop systems that consist of groups of human beings. For example, nations, corporations, labor unions, and political parties; also some groups that are not clearly delimited and lack formal organization, such as schools of thought, social networks, and subcultures. Just as wolf packs and beehives are self-propagating without any conscious intention on the part of wolves or bees to propagate their packs or their hives, there is no reason why a human group cannot be self-propagating independently of any intention on the part of the individuals who comprise the group.&lt;/p&gt; &lt;p&gt;The most obvious examples of self-propagating systems are biological organisms. Groups of biological organisms can also constitute self-prop systems; e.g., wolf packs and hives of honeybees. Particularly important for our purposes are self-prop systems that consist of groups of human beings. For example, nations, corporations, labor unions, and political parties; also some groups that are not clearly delimited and lack formal organization, such as schools of thought, social networks, and subcultures. Just as wolf packs and beehives are self-propagating without any conscious intention on the part of wolves or bees to propagate their packs or their hives, there is no reason why a human group cannot be self-propagating independently of any intention on the part of the individuals who comprise the group.&lt;/p&gt;
&lt;p&gt;If A and B are systems of any kind (self-propagating or not), and if A is a functioning component of B, then we will call A a subsystem of B, and we will call B a supersystem of A. For example, in human hunting-and-gathering societies, individuals are members of bands, and bands often are organized into tribes. Individuals, bands, and tribes are all self-prop systems. The individual is a subsystem of the band, the band is a subsystem of the tribe, the tribe is a supersystem of each band that belongs to it, and each band is a supersystem of every individual who belongs to that band. It is also true that each individual is a subsystem of the tribe and that the tribe is a supersystem of every individual who belongs to a band that belongs to the tribe.&lt;/p&gt; &lt;p&gt;If A and B are systems of any kind (self-propagating or not), and if A is a functioning component of B, then we will call A a subsystem of B, and we will call B a supersystem of A. For example, in human hunting-and-gathering societies, individuals are members of bands, and bands often are organized into tribes. Individuals, bands, and tribes are all self-prop systems. The individual is a subsystem of the band, the band is a subsystem of the tribe, the tribe is a supersystem of each band that belongs to it, and each band is a supersystem of every individual who belongs to that band. It is also true that each individual is a subsystem of the tribe and that the tribe is a supersystem of every individual who belongs to a band that belongs to the tribe.&lt;/p&gt;
&lt;p&gt;The principle of natural selection is operative not only in biology, but in any environment in which self-propagating systems are present. The principle can be stated roughly as follows:&lt;/p&gt; &lt;p&gt;The principle of natural selection is operative not only in biology, but in any environment in which self-propagating systems are present. The principle can be stated roughly as follows:&lt;/p&gt;
@ -827,9 +827,9 @@ Wired magazine.
&lt;p&gt;The theory weve outline here provides a plausible explanation for the so-called “Fermi Paradox”. It is believed that there should be numerous planets on which technologically advanced civilizations have evolved, and which are not so remote from us that we could not by this time have detected the radio transmissions of those civilizations. The Fermi Paradox consists in the fact that our astronomers have never been able to detect any radio signals that seem to have originated form an intelligent extraterrestrial source.&lt;sup id=&#34;fnref:13&#34;&gt;&lt;a href=&#34;#fn:13&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;13&lt;/a&gt;&lt;/sup&gt;&lt;/p&gt; &lt;p&gt;The theory weve outline here provides a plausible explanation for the so-called “Fermi Paradox”. It is believed that there should be numerous planets on which technologically advanced civilizations have evolved, and which are not so remote from us that we could not by this time have detected the radio transmissions of those civilizations. The Fermi Paradox consists in the fact that our astronomers have never been able to detect any radio signals that seem to have originated form an intelligent extraterrestrial source.&lt;sup id=&#34;fnref:13&#34;&gt;&lt;a href=&#34;#fn:13&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;13&lt;/a&gt;&lt;/sup&gt;&lt;/p&gt;
&lt;p&gt;According to Ray Kurzweil, one common explanation of the Fermi Paradox is “that a civilization may obliterate itself once it reaches radio capability. This explanation might be acceptable if we were talking about only a few such civilizations, but [if such civilizations have been numerous], it is not credible to believe that every one of them destroyed itself.”&lt;sup id=&#34;fnref:14&#34;&gt;&lt;a href=&#34;#fn:14&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;14&lt;/a&gt;&lt;/sup&gt;&lt;/p&gt; &lt;p&gt;According to Ray Kurzweil, one common explanation of the Fermi Paradox is “that a civilization may obliterate itself once it reaches radio capability. This explanation might be acceptable if we were talking about only a few such civilizations, but [if such civilizations have been numerous], it is not credible to believe that every one of them destroyed itself.”&lt;sup id=&#34;fnref:14&#34;&gt;&lt;a href=&#34;#fn:14&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;14&lt;/a&gt;&lt;/sup&gt;&lt;/p&gt;
&lt;p&gt;Kurzweil would be right if the self-destruction of a civilization were merely a matter of chance. But there is nothing implausible about the foregoing explanation of the Fermi Paradox if there is a process common to all technologically advanced civilizations that consistently leads them to self-destruction. In this essay we have argued that there is such a process.&lt;/p&gt; &lt;p&gt;Kurzweil would be right if the self-destruction of a civilization were merely a matter of chance. But there is nothing implausible about the foregoing explanation of the Fermi Paradox if there is a process common to all technologically advanced civilizations that consistently leads them to self-destruction. In this essay we have argued that there is such a process.&lt;/p&gt;
&lt;h1 id=&#34;ii&#34;&gt;II. &lt;a class=&#34;anchor&#34; href=&#34;#ii&#34;&gt; &lt;h2 id=&#34;ii&#34;&gt;II. &lt;a class=&#34;anchor&#34; href=&#34;#ii&#34;&gt;
&lt;span class=&#34;spanForHeader&#34;&gt;#&lt;/span&gt; &lt;span class=&#34;spanForHeader&#34;&gt;#&lt;/span&gt;
&lt;/a&gt;&lt;/h1&gt;&lt;p&gt;Our discussion of self-propagating systems merely describes in general and abstract terms what we see going on all around us in concrete form: Organizations, movements, ideologies are locked in an unremitting struggle for power. Those that fail to compete successfully are eliminated or subjugated.&lt;sup id=&#34;fnref:15&#34;&gt;&lt;a href=&#34;#fn:15&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;15&lt;/a&gt;&lt;/sup&gt; The struggle is almost exclusively for power in the short term; the competitors pay scant attention even to their own long-term survival,&lt;sup id=&#34;fnref:16&#34;&gt;&lt;a href=&#34;#fn:16&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;16&lt;/a&gt;&lt;/sup&gt; let alone to the welfare of the human race or of the biosphere. Thats why nuclear weapons have not been banned, emissions of carbon dioxide have not been reduced to a safe level, the Earths resources are being exploited at an utterly reckless rate, and no limitation has been placed on development of powerful but dangerous technologies.&lt;/p&gt; &lt;/a&gt;&lt;/h2&gt;&lt;p&gt;Our discussion of self-propagating systems merely describes in general and abstract terms what we see going on all around us in concrete form: Organizations, movements, ideologies are locked in an unremitting struggle for power. Those that fail to compete successfully are eliminated or subjugated.&lt;sup id=&#34;fnref:15&#34;&gt;&lt;a href=&#34;#fn:15&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;15&lt;/a&gt;&lt;/sup&gt; The struggle is almost exclusively for power in the short term; the competitors pay scant attention even to their own long-term survival,&lt;sup id=&#34;fnref:16&#34;&gt;&lt;a href=&#34;#fn:16&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;16&lt;/a&gt;&lt;/sup&gt; let alone to the welfare of the human race or of the biosphere. Thats why nuclear weapons have not been banned, emissions of carbon dioxide have not been reduced to a safe level, the Earths resources are being exploited at an utterly reckless rate, and no limitation has been placed on development of powerful but dangerous technologies.&lt;/p&gt;
&lt;p&gt;The purpose of describing the process in general and abstract terms, as weve done here, is to show that what is happening to our world is not accidental; it is not the result of some chance conjunction of historical circumstances or of some flaw of character peculiar to human beings. Given the nature of self-propagating systems in general, the destructive process that we see today is made inevitable by a combination of two factors: the colossal power of modern technology and the availability of rapid transportation and communication between any two parts of the world.&lt;/p&gt; &lt;p&gt;The purpose of describing the process in general and abstract terms, as weve done here, is to show that what is happening to our world is not accidental; it is not the result of some chance conjunction of historical circumstances or of some flaw of character peculiar to human beings. Given the nature of self-propagating systems in general, the destructive process that we see today is made inevitable by a combination of two factors: the colossal power of modern technology and the availability of rapid transportation and communication between any two parts of the world.&lt;/p&gt;
&lt;p&gt;Recognition of this may help us to avoid wasting time on naïve efforts to solve our current problems. For example, on efforts to teach people to conserve energy and resources. Such efforts accomplish nothing whatever.&lt;/p&gt; &lt;p&gt;Recognition of this may help us to avoid wasting time on naïve efforts to solve our current problems. For example, on efforts to teach people to conserve energy and resources. Such efforts accomplish nothing whatever.&lt;/p&gt;
&lt;p&gt;It seems amazing that those who advocate energy conservation havent noticed what happens: As soon as some energy is freed up by conservation, the technological world-system gobbles it up and demands more. No matter how much energy is provided, the system always expands rapidly until it is using all available energy, and then it demands still more. The same is true of other resources. The technological world-system infallibly expands until it reaches a limit imposed by an insufficiency of resources, and then it tries to push beyond that limit regardless of consequences.&lt;/p&gt; &lt;p&gt;It seems amazing that those who advocate energy conservation havent noticed what happens: As soon as some energy is freed up by conservation, the technological world-system gobbles it up and demands more. No matter how much energy is provided, the system always expands rapidly until it is using all available energy, and then it demands still more. The same is true of other resources. The technological world-system infallibly expands until it reaches a limit imposed by an insufficiency of resources, and then it tries to push beyond that limit regardless of consequences.&lt;/p&gt;
@ -1832,9 +1832,9 @@ Wired magazine.
<pubDate>Thu, 12 Jan 2023 21:34:30 +0200</pubDate> <pubDate>Thu, 12 Jan 2023 21:34:30 +0200</pubDate>
<guid>https://vodoraslo.xyz/blog/recover-lost-anki-streak/</guid> <guid>https://vodoraslo.xyz/blog/recover-lost-anki-streak/</guid>
<description>&lt;h1 id=&#34;how-to-recover-a-lost-anki-streak&#34;&gt;How to recover a lost anki streak &lt;a class=&#34;anchor&#34; href=&#34;#how-to-recover-a-lost-anki-streak&#34;&gt; <description>&lt;h2 id=&#34;how-to-recover-a-lost-anki-streak&#34;&gt;How to recover a lost anki streak &lt;a class=&#34;anchor&#34; href=&#34;#how-to-recover-a-lost-anki-streak&#34;&gt;
&lt;span class=&#34;spanForHeader&#34;&gt;#&lt;/span&gt; &lt;span class=&#34;spanForHeader&#34;&gt;#&lt;/span&gt;
&lt;/a&gt;&lt;/h1&gt;&lt;p&gt;Word for word copy paste of what fixed my issue. &lt;a href=&#34;https://www.reddit.com/r/Anki/comments/ndt6ag/comment/gycwiti/?utm_source=share&amp;amp;utm_medium=web2x&amp;amp;context=3&#34;&gt;Original post&lt;/a&gt;&lt;/p&gt; &lt;/a&gt;&lt;/h2&gt;&lt;p&gt;Word for word copy paste of what fixed my issue. &lt;a href=&#34;https://www.reddit.com/r/Anki/comments/ndt6ag/comment/gycwiti/?utm_source=share&amp;amp;utm_medium=web2x&amp;amp;context=3&#34;&gt;Original post&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;btw i had to create a seperate Custom Study for cards i had forgotten, i set it to 1 day, did one review and followed from step 7&lt;/em&gt;&lt;/p&gt; &lt;p&gt;&lt;em&gt;btw i had to create a seperate Custom Study for cards i had forgotten, i set it to 1 day, did one review and followed from step 7&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;Happened to me as well, idk why. But there is a way to cheat streaks:&lt;/p&gt; &lt;p&gt;Happened to me as well, idk why. But there is a way to cheat streaks:&lt;/p&gt;
&lt;ol&gt; &lt;ol&gt;
@ -1856,12 +1856,12 @@ Wired magazine.
<pubDate>Wed, 04 Jan 2023 22:52:24 +0200</pubDate> <pubDate>Wed, 04 Jan 2023 22:52:24 +0200</pubDate>
<guid>https://vodoraslo.xyz/blog/meta-description-in-hugo/</guid> <guid>https://vodoraslo.xyz/blog/meta-description-in-hugo/</guid>
<description>&lt;h1 id=&#34;adding-meta-description-in-hugo&#34;&gt;Adding meta description in Hugo &lt;a class=&#34;anchor&#34; href=&#34;#adding-meta-description-in-hugo&#34;&gt; <description>&lt;h2 id=&#34;adding-meta-description-in-hugo&#34;&gt;Adding meta description in Hugo &lt;a class=&#34;anchor&#34; href=&#34;#adding-meta-description-in-hugo&#34;&gt;
&lt;span class=&#34;spanForHeader&#34;&gt;#&lt;/span&gt; &lt;span class=&#34;spanForHeader&#34;&gt;#&lt;/span&gt;
&lt;/a&gt;&lt;/h1&gt;&lt;p&gt;I assume you are using Luke Smith&amp;rsquo;s theme - Lugo, if you are not, you&amp;rsquo;d have to find these files yourself (e.g. search using vscode).&lt;/p&gt; &lt;/a&gt;&lt;/h2&gt;&lt;p&gt;I assume you are using Luke Smith&amp;rsquo;s theme - Lugo, if you are not, you&amp;rsquo;d have to find these files yourself (e.g. search using vscode).&lt;/p&gt;
&lt;h2 id=&#34;setting-a-global-meta-description&#34;&gt;Setting a global meta description &lt;a class=&#34;anchor&#34; href=&#34;#setting-a-global-meta-description&#34;&gt; &lt;h3 id=&#34;setting-a-global-meta-description&#34;&gt;Setting a global meta description &lt;a class=&#34;anchor&#34; href=&#34;#setting-a-global-meta-description&#34;&gt;
&lt;span class=&#34;spanForHeader&#34;&gt;#&lt;/span&gt; &lt;span class=&#34;spanForHeader&#34;&gt;#&lt;/span&gt;
&lt;/a&gt;&lt;/h2&gt;&lt;ol&gt; &lt;/a&gt;&lt;/h3&gt;&lt;ol&gt;
&lt;li&gt;Locate your config.toml or config.yaml file&lt;/li&gt; &lt;li&gt;Locate your config.toml or config.yaml file&lt;/li&gt;
&lt;li&gt;Add the following line inside it&lt;/li&gt; &lt;li&gt;Add the following line inside it&lt;/li&gt;
&lt;/ol&gt; &lt;/ol&gt;
@ -1872,17 +1872,17 @@ Wired magazine.
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;&#34;&gt;&lt;code class=&#34;language-yaml&#34; data-lang=&#34;yaml&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#f92672&#34;&gt;params&lt;/span&gt;: &lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;&#34;&gt;&lt;code class=&#34;language-yaml&#34; data-lang=&#34;yaml&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#f92672&#34;&gt;params&lt;/span&gt;:
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt; &lt;span style=&#34;color:#f92672&#34;&gt;description&lt;/span&gt;: &lt;span style=&#34;color:#ae81ff&#34;&gt;The global meta description of your website&lt;/span&gt; &lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt; &lt;span style=&#34;color:#f92672&#34;&gt;description&lt;/span&gt;: &lt;span style=&#34;color:#ae81ff&#34;&gt;The global meta description of your website&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;It won&amp;rsquo;t work just yet because you have to update the &lt;code&gt;baseof.html&lt;/code&gt; file.&lt;/p&gt; &lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;It won&amp;rsquo;t work just yet because you have to update the &lt;code&gt;baseof.html&lt;/code&gt; file.&lt;/p&gt;
&lt;h2 id=&#34;updating-the-baseofhtml-file&#34;&gt;Updating the baseof.html file &lt;a class=&#34;anchor&#34; href=&#34;#updating-the-baseofhtml-file&#34;&gt; &lt;h3 id=&#34;updating-the-baseofhtml-file&#34;&gt;Updating the baseof.html file &lt;a class=&#34;anchor&#34; href=&#34;#updating-the-baseofhtml-file&#34;&gt;
&lt;span class=&#34;spanForHeader&#34;&gt;#&lt;/span&gt; &lt;span class=&#34;spanForHeader&#34;&gt;#&lt;/span&gt;
&lt;/a&gt;&lt;/h2&gt;&lt;ol&gt; &lt;/a&gt;&lt;/h3&gt;&lt;ol&gt;
&lt;li&gt;Locate baseof.html&lt;/li&gt; &lt;li&gt;Locate baseof.html&lt;/li&gt;
&lt;li&gt;Add or change the meta description line with the following&lt;/li&gt; &lt;li&gt;Add or change the meta description line with the following&lt;/li&gt;
&lt;/ol&gt; &lt;/ol&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;&#34;&gt;&lt;code class=&#34;language-html&#34; data-lang=&#34;html&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&amp;lt;&lt;span style=&#34;color:#f92672&#34;&gt;meta&lt;/span&gt; &lt;span style=&#34;color:#a6e22e&#34;&gt;name&lt;/span&gt;&lt;span style=&#34;color:#f92672&#34;&gt;=&lt;/span&gt;&lt;span style=&#34;color:#e6db74&#34;&gt;&amp;#34;description&amp;#34;&lt;/span&gt; &lt;span style=&#34;color:#a6e22e&#34;&gt;content&lt;/span&gt;&lt;span style=&#34;color:#f92672&#34;&gt;=&lt;/span&gt;&lt;span style=&#34;color:#e6db74&#34;&gt;&amp;#34;{{ if .Page.Params.description }}{{ .Page.Params.description }}{{ else if .Summary}}{{ .Summary }}{{else}}{{ .Site.Params.description}}{{ end }}&amp;#34;&lt;/span&gt;/&amp;gt; &lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;&#34;&gt;&lt;code class=&#34;language-html&#34; data-lang=&#34;html&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&amp;lt;&lt;span style=&#34;color:#f92672&#34;&gt;meta&lt;/span&gt; &lt;span style=&#34;color:#a6e22e&#34;&gt;name&lt;/span&gt;&lt;span style=&#34;color:#f92672&#34;&gt;=&lt;/span&gt;&lt;span style=&#34;color:#e6db74&#34;&gt;&amp;#34;description&amp;#34;&lt;/span&gt; &lt;span style=&#34;color:#a6e22e&#34;&gt;content&lt;/span&gt;&lt;span style=&#34;color:#f92672&#34;&gt;=&lt;/span&gt;&lt;span style=&#34;color:#e6db74&#34;&gt;&amp;#34;{{ if .Page.Params.description }}{{ .Page.Params.description }}{{ else if .Summary}}{{ .Summary }}{{else}}{{ .Site.Params.description}}{{ end }}&amp;#34;&lt;/span&gt;/&amp;gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;And now if you start your Hugo server locally with &lt;code&gt;hugo serve --noHTTPCache&lt;/code&gt; and you right click on your page -&amp;gt; View Page Source -&amp;gt; Search for the meta description tag. It should match what you left in the config file.&lt;/p&gt; &lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;And now if you start your Hugo server locally with &lt;code&gt;hugo serve --noHTTPCache&lt;/code&gt; and you right click on your page -&amp;gt; View Page Source -&amp;gt; Search for the meta description tag. It should match what you left in the config file.&lt;/p&gt;
&lt;h2 id=&#34;replacing-the-global-description-with-a-custom-one&#34;&gt;Replacing the global description with a custom one &lt;a class=&#34;anchor&#34; href=&#34;#replacing-the-global-description-with-a-custom-one&#34;&gt; &lt;h3 id=&#34;replacing-the-global-description-with-a-custom-one&#34;&gt;Replacing the global description with a custom one &lt;a class=&#34;anchor&#34; href=&#34;#replacing-the-global-description-with-a-custom-one&#34;&gt;
&lt;span class=&#34;spanForHeader&#34;&gt;#&lt;/span&gt; &lt;span class=&#34;spanForHeader&#34;&gt;#&lt;/span&gt;
&lt;/a&gt;&lt;/h2&gt;&lt;ol&gt; &lt;/a&gt;&lt;/h3&gt;&lt;ol&gt;
&lt;li&gt;Have a markdown file ready&lt;/li&gt; &lt;li&gt;Have a markdown file ready&lt;/li&gt;
&lt;li&gt;In the preamble, add&lt;/li&gt; &lt;li&gt;In the preamble, add&lt;/li&gt;
&lt;/ol&gt; &lt;/ol&gt;
@ -1899,11 +1899,9 @@ Wired magazine.
<pubDate>Tue, 03 Jan 2023 22:36:03 +0200</pubDate> <pubDate>Tue, 03 Jan 2023 22:36:03 +0200</pubDate>
<guid>https://vodoraslo.xyz/blog/multiple-index-pages-in-hugo/</guid> <guid>https://vodoraslo.xyz/blog/multiple-index-pages-in-hugo/</guid>
<description>&lt;div style=&#34;text-align: center;&#34;&gt; <description>&lt;h2 id=&#34;this-is-how-to-create-multiple-index-pages-in-hugo&#34;&gt;This is how to create multiple index pages in Hugo &lt;a class=&#34;anchor&#34; href=&#34;#this-is-how-to-create-multiple-index-pages-in-hugo&#34;&gt;
&lt;h2 id=&#34;this-is-how-to-create-multiple-index-pages-in-hugo&#34;&gt;This is how to create multiple index pages in Hugo &lt;a class=&#34;anchor&#34; href=&#34;#this-is-how-to-create-multiple-index-pages-in-hugo&#34;&gt;
&lt;span class=&#34;spanForHeader&#34;&gt;#&lt;/span&gt; &lt;span class=&#34;spanForHeader&#34;&gt;#&lt;/span&gt;
&lt;/a&gt;&lt;/h2&gt;&lt;/div&gt; &lt;/a&gt;&lt;/h2&gt;&lt;p&gt;I wanted to order &lt;a href=&#34;https://vodoraslo.xyz/hackbook&#34;&gt;Hackbook&lt;/a&gt; in reverse (i.e. oldest to newest) so that it&amp;rsquo;s easier for the reader to start at the correct page.&lt;/p&gt;
&lt;p&gt;I wanted to order &lt;a href=&#34;https://vodoraslo.xyz/hackbook&#34;&gt;Hackbook&lt;/a&gt; in reverse (i.e. oldest to newest) so that it&amp;rsquo;s easier for the reader to start at the correct page.&lt;/p&gt;
&lt;p&gt;I ran into the following problem - the default &lt;strong&gt;&lt;code&gt;list.html&lt;/code&gt;&lt;/strong&gt; does them from newest to oldest.&lt;/p&gt; &lt;p&gt;I ran into the following problem - the default &lt;strong&gt;&lt;code&gt;list.html&lt;/code&gt;&lt;/strong&gt; does them from newest to oldest.&lt;/p&gt;
&lt;p&gt;So I found &lt;a href=&#34;https://discourse.gohugo.io/t/two-home-pages/31312/9&#34;&gt;this forum post&lt;/a&gt; and I created a file in the &lt;strong&gt;&lt;code&gt;_default&lt;/code&gt;&lt;/strong&gt; directory as follows:&lt;/p&gt; &lt;p&gt;So I found &lt;a href=&#34;https://discourse.gohugo.io/t/two-home-pages/31312/9&#34;&gt;this forum post&lt;/a&gt; and I created a file in the &lt;strong&gt;&lt;code&gt;_default&lt;/code&gt;&lt;/strong&gt; directory as follows:&lt;/p&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;layouts &lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;layouts
@ -1935,15 +1933,11 @@ Wired magazine.
{{- end }} {{- end }}
&amp;lt;/ul&amp;gt; &amp;lt;/ul&amp;gt;
{{- end }} {{- end }}
&lt;/code&gt;&lt;/pre&gt;&lt;h4 id=&#34;if-you-want-to-display-the-date-on-the-left-of-the-titles-you-have-to-add-datesinlisttrue-in-your-configtoml-or-datesinlist-true-in-your-configyaml&#34;&gt;if you want to display the date on the left of the titles, you have to add &lt;strong&gt;&lt;code&gt;datesinlist=true&lt;/code&gt;&lt;/strong&gt; in your config.toml or &lt;strong&gt;&lt;code&gt;datesinlist: true&lt;/code&gt;&lt;/strong&gt; in your config.yaml &lt;a class=&#34;anchor&#34; href=&#34;#if-you-want-to-display-the-date-on-the-left-of-the-titles-you-have-to-add-datesinlisttrue-in-your-configtoml-or-datesinlist-true-in-your-configyaml&#34;&gt; &lt;/code&gt;&lt;/pre&gt;&lt;p&gt;If you want to display the date on the left of the titles, you have to add &lt;strong&gt;&lt;code&gt;datesinlist=true&lt;/code&gt;&lt;/strong&gt; in your config.toml or &lt;strong&gt;&lt;code&gt;datesinlist: true&lt;/code&gt;&lt;/strong&gt; in your config.yaml&lt;/p&gt;
&lt;span class=&#34;spanForHeader&#34;&gt;#&lt;/span&gt; &lt;p&gt;You probably don&amp;rsquo;t need &lt;strong&gt;&lt;code&gt;enableGitInfo = true&lt;/code&gt;&lt;/strong&gt; as that will crash your website, I have no idea what it does, you don&amp;rsquo;t need it.&lt;/p&gt;
&lt;/a&gt;&lt;/h4&gt;&lt;h5 id=&#34;you-probably-dont-need-enablegitinfo--true-as-that-will-crash-your-website-i-have-no-idea-what-it-does-you-dont-need-it&#34;&gt;You probably don&amp;rsquo;t need &lt;strong&gt;&lt;code&gt;enableGitInfo = true&lt;/code&gt;&lt;/strong&gt; as that will crash your website, I have no idea what it does, you don&amp;rsquo;t need it. &lt;a class=&#34;anchor&#34; href=&#34;#you-probably-dont-need-enablegitinfo--true-as-that-will-crash-your-website-i-have-no-idea-what-it-does-you-dont-need-it&#34;&gt;
&lt;span class=&#34;spanForHeader&#34;&gt;#&lt;/span&gt;
&lt;/a&gt;&lt;/h5&gt;&lt;div style=&#34;text-align: center;&#34;&gt;
&lt;h2 id=&#34;using-your-custom-_indexhtml&#34;&gt;Using your custom _index.html &lt;a class=&#34;anchor&#34; href=&#34;#using-your-custom-_indexhtml&#34;&gt; &lt;h2 id=&#34;using-your-custom-_indexhtml&#34;&gt;Using your custom _index.html &lt;a class=&#34;anchor&#34; href=&#34;#using-your-custom-_indexhtml&#34;&gt;
&lt;span class=&#34;spanForHeader&#34;&gt;#&lt;/span&gt; &lt;span class=&#34;spanForHeader&#34;&gt;#&lt;/span&gt;
&lt;/a&gt;&lt;/h2&gt;&lt;/div&gt; &lt;/a&gt;&lt;/h2&gt;&lt;p&gt;After creating your custom _index.html you&amp;rsquo;d use it as follows:&lt;/p&gt;
&lt;p&gt;After creating your custom _index.html you&amp;rsquo;d use it as follows:&lt;/p&gt;
&lt;ol&gt; &lt;ol&gt;
&lt;li&gt;Create an _index.md file in your desired directory&lt;/li&gt; &lt;li&gt;Create an _index.md file in your desired directory&lt;/li&gt;
&lt;li&gt;Add &lt;strong&gt;&lt;code&gt;layout: &amp;quot;hackbook/order-by-oldest&amp;quot;&lt;/code&gt;&lt;/strong&gt; to your preamble (if you named your folder and or file something else, you have to change it here)&lt;/li&gt; &lt;li&gt;Add &lt;strong&gt;&lt;code&gt;layout: &amp;quot;hackbook/order-by-oldest&amp;quot;&lt;/code&gt;&lt;/strong&gt; to your preamble (if you named your folder and or file something else, you have to change it here)&lt;/li&gt;
@ -4018,9 +4012,9 @@ porn and or masturbation&amp;#160;&lt;a href=&#34;#fnref:2&#34; class=&#34;footn
<guid>https://vodoraslo.xyz/library/hackbook/00-00-hackbookeasypeasy/</guid> <guid>https://vodoraslo.xyz/library/hackbook/00-00-hackbookeasypeasy/</guid>
<description>&lt;div style=&#34;text-align: center;&#34;&gt; <description>&lt;div style=&#34;text-align: center;&#34;&gt;
&lt;h1 id=&#34;a-hrefhackbookhackbookpdfclick-to-download-hackbookeasypeasy-original-pdfa&#34;&gt;&lt;a href=&#34;https://vodoraslo.xyz/hackbook/hackbook.pdf&#34;&gt;Click to download HackBookEasyPeasy (original pdf)&lt;/a&gt; &lt;a class=&#34;anchor&#34; href=&#34;#a-hrefhackbookhackbookpdfclick-to-download-hackbookeasypeasy-original-pdfa&#34;&gt; &lt;h2 id=&#34;a-hrefhackbookhackbookpdfclick-to-download-hackbookeasypeasy-original-pdfa&#34;&gt;&lt;a href=&#34;https://vodoraslo.xyz/hackbook/hackbook.pdf&#34;&gt;Click to download HackBookEasyPeasy (original pdf)&lt;/a&gt; &lt;a class=&#34;anchor&#34; href=&#34;#a-hrefhackbookhackbookpdfclick-to-download-hackbookeasypeasy-original-pdfa&#34;&gt;
&lt;span class=&#34;spanForHeader&#34;&gt;#&lt;/span&gt; &lt;span class=&#34;spanForHeader&#34;&gt;#&lt;/span&gt;
&lt;/a&gt;&lt;/h1&gt;&lt;h3 id=&#34;easypeasyway&#34;&gt;EasyPeasyWay &lt;a class=&#34;anchor&#34; href=&#34;#easypeasyway&#34;&gt; &lt;/a&gt;&lt;/h2&gt;&lt;h3 id=&#34;easypeasyway&#34;&gt;EasyPeasyWay &lt;a class=&#34;anchor&#34; href=&#34;#easypeasyway&#34;&gt;
&lt;span class=&#34;spanForHeader&#34;&gt;#&lt;/span&gt; &lt;span class=&#34;spanForHeader&#34;&gt;#&lt;/span&gt;
&lt;/a&gt;&lt;/h3&gt;&lt;h4 id=&#34;httpssitesgooglecomsitehackbookeasypeasyhomehttpssitesgooglecomsitehackbookeasypeasyhome&#34;&gt;&lt;a href=&#34;https://sites.google.com/site/hackbookeasypeasy/home&#34;&gt;https://sites.google.com/site/hackbookeasypeasy/home&lt;/a&gt; &lt;a class=&#34;anchor&#34; href=&#34;#httpssitesgooglecomsitehackbookeasypeasyhomehttpssitesgooglecomsitehackbookeasypeasyhome&#34;&gt; &lt;/a&gt;&lt;/h3&gt;&lt;h4 id=&#34;httpssitesgooglecomsitehackbookeasypeasyhomehttpssitesgooglecomsitehackbookeasypeasyhome&#34;&gt;&lt;a href=&#34;https://sites.google.com/site/hackbookeasypeasy/home&#34;&gt;https://sites.google.com/site/hackbookeasypeasy/home&lt;/a&gt; &lt;a class=&#34;anchor&#34; href=&#34;#httpssitesgooglecomsitehackbookeasypeasyhomehttpssitesgooglecomsitehackbookeasypeasyhome&#34;&gt;
&lt;span class=&#34;spanForHeader&#34;&gt;#&lt;/span&gt; &lt;span class=&#34;spanForHeader&#34;&gt;#&lt;/span&gt;
@ -4069,13 +4063,13 @@ formed does not list Internet pornography as one of the addictions that it provi
<pubDate>Sat, 17 Dec 2022 17:20:18 +0200</pubDate> <pubDate>Sat, 17 Dec 2022 17:20:18 +0200</pubDate>
<guid>https://vodoraslo.xyz/helloworld/</guid> <guid>https://vodoraslo.xyz/helloworld/</guid>
<description>&lt;h1 id=&#34;obligatory-hello-world&#34;&gt;Obligatory Hello World! &lt;a class=&#34;anchor&#34; href=&#34;#obligatory-hello-world&#34;&gt; <description>&lt;h2 id=&#34;obligatory-hello-world&#34;&gt;Obligatory Hello World! &lt;a class=&#34;anchor&#34; href=&#34;#obligatory-hello-world&#34;&gt;
&lt;span class=&#34;spanForHeader&#34;&gt;#&lt;/span&gt; &lt;span class=&#34;spanForHeader&#34;&gt;#&lt;/span&gt;
&lt;/a&gt;&lt;/h1&gt;&lt;p&gt;trying to see which hugo theme i like best&lt;/p&gt; &lt;/a&gt;&lt;/h2&gt;&lt;p&gt;trying to see which hugo theme i like best&lt;/p&gt;
&lt;p&gt;had some issues with papermod and their css not working so for now i&amp;rsquo;ll use lugo&lt;/p&gt; &lt;p&gt;had some issues with papermod and their css not working so for now i&amp;rsquo;ll use lugo&lt;/p&gt;
&lt;h2 id=&#34;stuff-i-like&#34;&gt;stuff i like &lt;a class=&#34;anchor&#34; href=&#34;#stuff-i-like&#34;&gt; &lt;h3 id=&#34;stuff-i-like&#34;&gt;stuff i like &lt;a class=&#34;anchor&#34; href=&#34;#stuff-i-like&#34;&gt;
&lt;span class=&#34;spanForHeader&#34;&gt;#&lt;/span&gt; &lt;span class=&#34;spanForHeader&#34;&gt;#&lt;/span&gt;
&lt;/a&gt;&lt;/h2&gt;&lt;ul&gt; &lt;/a&gt;&lt;/h3&gt;&lt;ul&gt;
&lt;li&gt;touching grass and nature in general (wannabe farmer)&lt;/li&gt; &lt;li&gt;touching grass and nature in general (wannabe farmer)&lt;/li&gt;
&lt;li&gt;にっぽんese &lt;li&gt;にっぽんese
&lt;ul&gt; &lt;ul&gt;

View file

@ -17,12 +17,12 @@
<header><h1 id="tag_Meta Description in Hugo">Meta Description in Hugo</h1></header> <header><h1 id="tag_Meta Description in Hugo">Meta Description in Hugo</h1></header>
<article> <article>
<h1 id="adding-meta-description-in-hugo">Adding meta description in Hugo <a class="anchor" href="#adding-meta-description-in-hugo"> <h2 id="adding-meta-description-in-hugo">Adding meta description in Hugo <a class="anchor" href="#adding-meta-description-in-hugo">
<span class="spanForHeader">#</span> <span class="spanForHeader">#</span>
</a></h1><p>I assume you are using Luke Smith&rsquo;s theme - Lugo, if you are not, you&rsquo;d have to find these files yourself (e.g. search using vscode).</p> </a></h2><p>I assume you are using Luke Smith&rsquo;s theme - Lugo, if you are not, you&rsquo;d have to find these files yourself (e.g. search using vscode).</p>
<h2 id="setting-a-global-meta-description">Setting a global meta description <a class="anchor" href="#setting-a-global-meta-description"> <h3 id="setting-a-global-meta-description">Setting a global meta description <a class="anchor" href="#setting-a-global-meta-description">
<span class="spanForHeader">#</span> <span class="spanForHeader">#</span>
</a></h2><ol> </a></h3><ol>
<li>Locate your config.toml or config.yaml file</li> <li>Locate your config.toml or config.yaml file</li>
<li>Add the following line inside it</li> <li>Add the following line inside it</li>
</ol> </ol>
@ -33,17 +33,17 @@
<div class="highlight"><pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-yaml" data-lang="yaml"><span style="display:flex;"><span><span style="color:#f92672">params</span>: <div class="highlight"><pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-yaml" data-lang="yaml"><span style="display:flex;"><span><span style="color:#f92672">params</span>:
</span></span><span style="display:flex;"><span> <span style="color:#f92672">description</span>: <span style="color:#ae81ff">The global meta description of your website</span> </span></span><span style="display:flex;"><span> <span style="color:#f92672">description</span>: <span style="color:#ae81ff">The global meta description of your website</span>
</span></span></code></pre></div><p>It won&rsquo;t work just yet because you have to update the <code>baseof.html</code> file.</p> </span></span></code></pre></div><p>It won&rsquo;t work just yet because you have to update the <code>baseof.html</code> file.</p>
<h2 id="updating-the-baseofhtml-file">Updating the baseof.html file <a class="anchor" href="#updating-the-baseofhtml-file"> <h3 id="updating-the-baseofhtml-file">Updating the baseof.html file <a class="anchor" href="#updating-the-baseofhtml-file">
<span class="spanForHeader">#</span> <span class="spanForHeader">#</span>
</a></h2><ol> </a></h3><ol>
<li>Locate baseof.html</li> <li>Locate baseof.html</li>
<li>Add or change the meta description line with the following</li> <li>Add or change the meta description line with the following</li>
</ol> </ol>
<div class="highlight"><pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-html" data-lang="html"><span style="display:flex;"><span>&lt;<span style="color:#f92672">meta</span> <span style="color:#a6e22e">name</span><span style="color:#f92672">=</span><span style="color:#e6db74">&#34;description&#34;</span> <span style="color:#a6e22e">content</span><span style="color:#f92672">=</span><span style="color:#e6db74">&#34;{{ if .Page.Params.description }}{{ .Page.Params.description }}{{ else if .Summary}}{{ .Summary }}{{else}}{{ .Site.Params.description}}{{ end }}&#34;</span>/&gt; <div class="highlight"><pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-html" data-lang="html"><span style="display:flex;"><span>&lt;<span style="color:#f92672">meta</span> <span style="color:#a6e22e">name</span><span style="color:#f92672">=</span><span style="color:#e6db74">&#34;description&#34;</span> <span style="color:#a6e22e">content</span><span style="color:#f92672">=</span><span style="color:#e6db74">&#34;{{ if .Page.Params.description }}{{ .Page.Params.description }}{{ else if .Summary}}{{ .Summary }}{{else}}{{ .Site.Params.description}}{{ end }}&#34;</span>/&gt;
</span></span></code></pre></div><p>And now if you start your Hugo server locally with <code>hugo serve --noHTTPCache</code> and you right click on your page -&gt; View Page Source -&gt; Search for the meta description tag. It should match what you left in the config file.</p> </span></span></code></pre></div><p>And now if you start your Hugo server locally with <code>hugo serve --noHTTPCache</code> and you right click on your page -&gt; View Page Source -&gt; Search for the meta description tag. It should match what you left in the config file.</p>
<h2 id="replacing-the-global-description-with-a-custom-one">Replacing the global description with a custom one <a class="anchor" href="#replacing-the-global-description-with-a-custom-one"> <h3 id="replacing-the-global-description-with-a-custom-one">Replacing the global description with a custom one <a class="anchor" href="#replacing-the-global-description-with-a-custom-one">
<span class="spanForHeader">#</span> <span class="spanForHeader">#</span>
</a></h2><ol> </a></h3><ol>
<li>Have a markdown file ready</li> <li>Have a markdown file ready</li>
<li>In the preamble, add</li> <li>In the preamble, add</li>
</ol> </ol>

View file

@ -20,11 +20,14 @@ layouts |----**_default** |-------**hackbook** |-----------**order-by-oldest."/>
<header><h1 id="tag_Multiple Index Pages in Hugo">Multiple Index Pages in Hugo</h1></header> <header><h1 id="tag_Multiple Index Pages in Hugo">Multiple Index Pages in Hugo</h1></header>
<article> <article>
<div style="text-align: center;"> Table Of Contents<nav id="TableOfContents">
<h2 id="this-is-how-to-create-multiple-index-pages-in-hugo">This is how to create multiple index pages in Hugo <a class="anchor" href="#this-is-how-to-create-multiple-index-pages-in-hugo"> <ul>
<li><a href="#this-is-how-to-create-multiple-index-pages-in-hugo">This is how to create multiple index pages in Hugo</a></li>
<li><a href="#using-your-custom-_indexhtml">Using your custom _index.html</a></li>
</ul>
</nav><h2 id="this-is-how-to-create-multiple-index-pages-in-hugo">This is how to create multiple index pages in Hugo <a class="anchor" href="#this-is-how-to-create-multiple-index-pages-in-hugo">
<span class="spanForHeader">#</span> <span class="spanForHeader">#</span>
</a></h2></div> </a></h2><p>I wanted to order <a href="/hackbook">Hackbook</a> in reverse (i.e. oldest to newest) so that it&rsquo;s easier for the reader to start at the correct page.</p>
<p>I wanted to order <a href="/hackbook">Hackbook</a> in reverse (i.e. oldest to newest) so that it&rsquo;s easier for the reader to start at the correct page.</p>
<p>I ran into the following problem - the default <strong><code>list.html</code></strong> does them from newest to oldest.</p> <p>I ran into the following problem - the default <strong><code>list.html</code></strong> does them from newest to oldest.</p>
<p>So I found <a href="https://discourse.gohugo.io/t/two-home-pages/31312/9">this forum post</a> and I created a file in the <strong><code>_default</code></strong> directory as follows:</p> <p>So I found <a href="https://discourse.gohugo.io/t/two-home-pages/31312/9">this forum post</a> and I created a file in the <strong><code>_default</code></strong> directory as follows:</p>
<pre tabindex="0"><code>layouts <pre tabindex="0"><code>layouts
@ -56,15 +59,11 @@ layouts |----**_default** |-------**hackbook** |-----------**order-by-oldest."/>
{{- end }} {{- end }}
&lt;/ul&gt; &lt;/ul&gt;
{{- end }} {{- end }}
</code></pre><h4 id="if-you-want-to-display-the-date-on-the-left-of-the-titles-you-have-to-add-datesinlisttrue-in-your-configtoml-or-datesinlist-true-in-your-configyaml">if you want to display the date on the left of the titles, you have to add <strong><code>datesinlist=true</code></strong> in your config.toml or <strong><code>datesinlist: true</code></strong> in your config.yaml <a class="anchor" href="#if-you-want-to-display-the-date-on-the-left-of-the-titles-you-have-to-add-datesinlisttrue-in-your-configtoml-or-datesinlist-true-in-your-configyaml"> </code></pre><p>If you want to display the date on the left of the titles, you have to add <strong><code>datesinlist=true</code></strong> in your config.toml or <strong><code>datesinlist: true</code></strong> in your config.yaml</p>
<span class="spanForHeader">#</span> <p>You probably don&rsquo;t need <strong><code>enableGitInfo = true</code></strong> as that will crash your website, I have no idea what it does, you don&rsquo;t need it.</p>
</a></h4><h5 id="you-probably-dont-need-enablegitinfo--true-as-that-will-crash-your-website-i-have-no-idea-what-it-does-you-dont-need-it">You probably don&rsquo;t need <strong><code>enableGitInfo = true</code></strong> as that will crash your website, I have no idea what it does, you don&rsquo;t need it. <a class="anchor" href="#you-probably-dont-need-enablegitinfo--true-as-that-will-crash-your-website-i-have-no-idea-what-it-does-you-dont-need-it">
<span class="spanForHeader">#</span>
</a></h5><div style="text-align: center;">
<h2 id="using-your-custom-_indexhtml">Using your custom _index.html <a class="anchor" href="#using-your-custom-_indexhtml"> <h2 id="using-your-custom-_indexhtml">Using your custom _index.html <a class="anchor" href="#using-your-custom-_indexhtml">
<span class="spanForHeader">#</span> <span class="spanForHeader">#</span>
</a></h2></div> </a></h2><p>After creating your custom _index.html you&rsquo;d use it as follows:</p>
<p>After creating your custom _index.html you&rsquo;d use it as follows:</p>
<ol> <ol>
<li>Create an _index.md file in your desired directory</li> <li>Create an _index.md file in your desired directory</li>
<li>Add <strong><code>layout: &quot;hackbook/order-by-oldest&quot;</code></strong> to your preamble (if you named your folder and or file something else, you have to change it here)</li> <li>Add <strong><code>layout: &quot;hackbook/order-by-oldest&quot;</code></strong> to your preamble (if you named your folder and or file something else, you have to change it here)</li>

View file

@ -20,9 +20,9 @@ Check what was the date when you broke your streak, aka the date of that day whe
<header><h1 id="tag_Recover Lost Anki Streak">Recover Lost Anki Streak</h1></header> <header><h1 id="tag_Recover Lost Anki Streak">Recover Lost Anki Streak</h1></header>
<article> <article>
<h1 id="how-to-recover-a-lost-anki-streak">How to recover a lost anki streak <a class="anchor" href="#how-to-recover-a-lost-anki-streak"> <h2 id="how-to-recover-a-lost-anki-streak">How to recover a lost anki streak <a class="anchor" href="#how-to-recover-a-lost-anki-streak">
<span class="spanForHeader">#</span> <span class="spanForHeader">#</span>
</a></h1><p>Word for word copy paste of what fixed my issue. <a href="https://www.reddit.com/r/Anki/comments/ndt6ag/comment/gycwiti/?utm_source=share&amp;utm_medium=web2x&amp;context=3">Original post</a></p> </a></h2><p>Word for word copy paste of what fixed my issue. <a href="https://www.reddit.com/r/Anki/comments/ndt6ag/comment/gycwiti/?utm_source=share&amp;utm_medium=web2x&amp;context=3">Original post</a></p>
<p><em>btw i had to create a seperate Custom Study for cards i had forgotten, i set it to 1 day, did one review and followed from step 7</em></p> <p><em>btw i had to create a seperate Custom Study for cards i had forgotten, i set it to 1 day, did one review and followed from step 7</em></p>
<p>Happened to me as well, idk why. But there is a way to cheat streaks:</p> <p>Happened to me as well, idk why. But there is a way to cheat streaks:</p>
<ol> <ol>

View file

@ -771,9 +771,9 @@ Wired magazine.
<pubDate>Sat, 01 Apr 2023 14:24:10 +0300</pubDate> <pubDate>Sat, 01 Apr 2023 14:24:10 +0300</pubDate>
<guid>https://vodoraslo.xyz/library/ted-kaczynski/why-the-technological-system-will-destroy-itself/</guid> <guid>https://vodoraslo.xyz/library/ted-kaczynski/why-the-technological-system-will-destroy-itself/</guid>
<description>&lt;h1 id=&#34;i&#34;&gt;I. &lt;a class=&#34;anchor&#34; href=&#34;#i&#34;&gt; <description>&lt;h2 id=&#34;i&#34;&gt;I. &lt;a class=&#34;anchor&#34; href=&#34;#i&#34;&gt;
&lt;span class=&#34;spanForHeader&#34;&gt;#&lt;/span&gt; &lt;span class=&#34;spanForHeader&#34;&gt;#&lt;/span&gt;
&lt;/a&gt;&lt;/h1&gt;&lt;p&gt;Our discussion deals with self-propagating systems. By a self-propagating system (self-prop system for short) we mean a system that tends to promote its own survival and propagation. A system may propagate itself in either or both of two ways: The system may indefinitely increase its own size and/or power, or it may give rise to new systems that possess some of its own traits.&lt;/p&gt; &lt;/a&gt;&lt;/h2&gt;&lt;p&gt;Our discussion deals with self-propagating systems. By a self-propagating system (self-prop system for short) we mean a system that tends to promote its own survival and propagation. A system may propagate itself in either or both of two ways: The system may indefinitely increase its own size and/or power, or it may give rise to new systems that possess some of its own traits.&lt;/p&gt;
&lt;p&gt;The most obvious examples of self-propagating systems are biological organisms. Groups of biological organisms can also constitute self-prop systems; e.g., wolf packs and hives of honeybees. Particularly important for our purposes are self-prop systems that consist of groups of human beings. For example, nations, corporations, labor unions, and political parties; also some groups that are not clearly delimited and lack formal organization, such as schools of thought, social networks, and subcultures. Just as wolf packs and beehives are self-propagating without any conscious intention on the part of wolves or bees to propagate their packs or their hives, there is no reason why a human group cannot be self-propagating independently of any intention on the part of the individuals who comprise the group.&lt;/p&gt; &lt;p&gt;The most obvious examples of self-propagating systems are biological organisms. Groups of biological organisms can also constitute self-prop systems; e.g., wolf packs and hives of honeybees. Particularly important for our purposes are self-prop systems that consist of groups of human beings. For example, nations, corporations, labor unions, and political parties; also some groups that are not clearly delimited and lack formal organization, such as schools of thought, social networks, and subcultures. Just as wolf packs and beehives are self-propagating without any conscious intention on the part of wolves or bees to propagate their packs or their hives, there is no reason why a human group cannot be self-propagating independently of any intention on the part of the individuals who comprise the group.&lt;/p&gt;
&lt;p&gt;If A and B are systems of any kind (self-propagating or not), and if A is a functioning component of B, then we will call A a subsystem of B, and we will call B a supersystem of A. For example, in human hunting-and-gathering societies, individuals are members of bands, and bands often are organized into tribes. Individuals, bands, and tribes are all self-prop systems. The individual is a subsystem of the band, the band is a subsystem of the tribe, the tribe is a supersystem of each band that belongs to it, and each band is a supersystem of every individual who belongs to that band. It is also true that each individual is a subsystem of the tribe and that the tribe is a supersystem of every individual who belongs to a band that belongs to the tribe.&lt;/p&gt; &lt;p&gt;If A and B are systems of any kind (self-propagating or not), and if A is a functioning component of B, then we will call A a subsystem of B, and we will call B a supersystem of A. For example, in human hunting-and-gathering societies, individuals are members of bands, and bands often are organized into tribes. Individuals, bands, and tribes are all self-prop systems. The individual is a subsystem of the band, the band is a subsystem of the tribe, the tribe is a supersystem of each band that belongs to it, and each band is a supersystem of every individual who belongs to that band. It is also true that each individual is a subsystem of the tribe and that the tribe is a supersystem of every individual who belongs to a band that belongs to the tribe.&lt;/p&gt;
&lt;p&gt;The principle of natural selection is operative not only in biology, but in any environment in which self-propagating systems are present. The principle can be stated roughly as follows:&lt;/p&gt; &lt;p&gt;The principle of natural selection is operative not only in biology, but in any environment in which self-propagating systems are present. The principle can be stated roughly as follows:&lt;/p&gt;
@ -826,9 +826,9 @@ Wired magazine.
&lt;p&gt;The theory weve outline here provides a plausible explanation for the so-called “Fermi Paradox”. It is believed that there should be numerous planets on which technologically advanced civilizations have evolved, and which are not so remote from us that we could not by this time have detected the radio transmissions of those civilizations. The Fermi Paradox consists in the fact that our astronomers have never been able to detect any radio signals that seem to have originated form an intelligent extraterrestrial source.&lt;sup id=&#34;fnref:13&#34;&gt;&lt;a href=&#34;#fn:13&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;13&lt;/a&gt;&lt;/sup&gt;&lt;/p&gt; &lt;p&gt;The theory weve outline here provides a plausible explanation for the so-called “Fermi Paradox”. It is believed that there should be numerous planets on which technologically advanced civilizations have evolved, and which are not so remote from us that we could not by this time have detected the radio transmissions of those civilizations. The Fermi Paradox consists in the fact that our astronomers have never been able to detect any radio signals that seem to have originated form an intelligent extraterrestrial source.&lt;sup id=&#34;fnref:13&#34;&gt;&lt;a href=&#34;#fn:13&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;13&lt;/a&gt;&lt;/sup&gt;&lt;/p&gt;
&lt;p&gt;According to Ray Kurzweil, one common explanation of the Fermi Paradox is “that a civilization may obliterate itself once it reaches radio capability. This explanation might be acceptable if we were talking about only a few such civilizations, but [if such civilizations have been numerous], it is not credible to believe that every one of them destroyed itself.”&lt;sup id=&#34;fnref:14&#34;&gt;&lt;a href=&#34;#fn:14&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;14&lt;/a&gt;&lt;/sup&gt;&lt;/p&gt; &lt;p&gt;According to Ray Kurzweil, one common explanation of the Fermi Paradox is “that a civilization may obliterate itself once it reaches radio capability. This explanation might be acceptable if we were talking about only a few such civilizations, but [if such civilizations have been numerous], it is not credible to believe that every one of them destroyed itself.”&lt;sup id=&#34;fnref:14&#34;&gt;&lt;a href=&#34;#fn:14&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;14&lt;/a&gt;&lt;/sup&gt;&lt;/p&gt;
&lt;p&gt;Kurzweil would be right if the self-destruction of a civilization were merely a matter of chance. But there is nothing implausible about the foregoing explanation of the Fermi Paradox if there is a process common to all technologically advanced civilizations that consistently leads them to self-destruction. In this essay we have argued that there is such a process.&lt;/p&gt; &lt;p&gt;Kurzweil would be right if the self-destruction of a civilization were merely a matter of chance. But there is nothing implausible about the foregoing explanation of the Fermi Paradox if there is a process common to all technologically advanced civilizations that consistently leads them to self-destruction. In this essay we have argued that there is such a process.&lt;/p&gt;
&lt;h1 id=&#34;ii&#34;&gt;II. &lt;a class=&#34;anchor&#34; href=&#34;#ii&#34;&gt; &lt;h2 id=&#34;ii&#34;&gt;II. &lt;a class=&#34;anchor&#34; href=&#34;#ii&#34;&gt;
&lt;span class=&#34;spanForHeader&#34;&gt;#&lt;/span&gt; &lt;span class=&#34;spanForHeader&#34;&gt;#&lt;/span&gt;
&lt;/a&gt;&lt;/h1&gt;&lt;p&gt;Our discussion of self-propagating systems merely describes in general and abstract terms what we see going on all around us in concrete form: Organizations, movements, ideologies are locked in an unremitting struggle for power. Those that fail to compete successfully are eliminated or subjugated.&lt;sup id=&#34;fnref:15&#34;&gt;&lt;a href=&#34;#fn:15&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;15&lt;/a&gt;&lt;/sup&gt; The struggle is almost exclusively for power in the short term; the competitors pay scant attention even to their own long-term survival,&lt;sup id=&#34;fnref:16&#34;&gt;&lt;a href=&#34;#fn:16&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;16&lt;/a&gt;&lt;/sup&gt; let alone to the welfare of the human race or of the biosphere. Thats why nuclear weapons have not been banned, emissions of carbon dioxide have not been reduced to a safe level, the Earths resources are being exploited at an utterly reckless rate, and no limitation has been placed on development of powerful but dangerous technologies.&lt;/p&gt; &lt;/a&gt;&lt;/h2&gt;&lt;p&gt;Our discussion of self-propagating systems merely describes in general and abstract terms what we see going on all around us in concrete form: Organizations, movements, ideologies are locked in an unremitting struggle for power. Those that fail to compete successfully are eliminated or subjugated.&lt;sup id=&#34;fnref:15&#34;&gt;&lt;a href=&#34;#fn:15&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;15&lt;/a&gt;&lt;/sup&gt; The struggle is almost exclusively for power in the short term; the competitors pay scant attention even to their own long-term survival,&lt;sup id=&#34;fnref:16&#34;&gt;&lt;a href=&#34;#fn:16&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;16&lt;/a&gt;&lt;/sup&gt; let alone to the welfare of the human race or of the biosphere. Thats why nuclear weapons have not been banned, emissions of carbon dioxide have not been reduced to a safe level, the Earths resources are being exploited at an utterly reckless rate, and no limitation has been placed on development of powerful but dangerous technologies.&lt;/p&gt;
&lt;p&gt;The purpose of describing the process in general and abstract terms, as weve done here, is to show that what is happening to our world is not accidental; it is not the result of some chance conjunction of historical circumstances or of some flaw of character peculiar to human beings. Given the nature of self-propagating systems in general, the destructive process that we see today is made inevitable by a combination of two factors: the colossal power of modern technology and the availability of rapid transportation and communication between any two parts of the world.&lt;/p&gt; &lt;p&gt;The purpose of describing the process in general and abstract terms, as weve done here, is to show that what is happening to our world is not accidental; it is not the result of some chance conjunction of historical circumstances or of some flaw of character peculiar to human beings. Given the nature of self-propagating systems in general, the destructive process that we see today is made inevitable by a combination of two factors: the colossal power of modern technology and the availability of rapid transportation and communication between any two parts of the world.&lt;/p&gt;
&lt;p&gt;Recognition of this may help us to avoid wasting time on naïve efforts to solve our current problems. For example, on efforts to teach people to conserve energy and resources. Such efforts accomplish nothing whatever.&lt;/p&gt; &lt;p&gt;Recognition of this may help us to avoid wasting time on naïve efforts to solve our current problems. For example, on efforts to teach people to conserve energy and resources. Such efforts accomplish nothing whatever.&lt;/p&gt;
&lt;p&gt;It seems amazing that those who advocate energy conservation havent noticed what happens: As soon as some energy is freed up by conservation, the technological world-system gobbles it up and demands more. No matter how much energy is provided, the system always expands rapidly until it is using all available energy, and then it demands still more. The same is true of other resources. The technological world-system infallibly expands until it reaches a limit imposed by an insufficiency of resources, and then it tries to push beyond that limit regardless of consequences.&lt;/p&gt; &lt;p&gt;It seems amazing that those who advocate energy conservation havent noticed what happens: As soon as some energy is freed up by conservation, the technological world-system gobbles it up and demands more. No matter how much energy is provided, the system always expands rapidly until it is using all available energy, and then it demands still more. The same is true of other resources. The technological world-system infallibly expands until it reaches a limit imposed by an insufficiency of resources, and then it tries to push beyond that limit regardless of consequences.&lt;/p&gt;
@ -1831,9 +1831,9 @@ Wired magazine.
<pubDate>Thu, 12 Jan 2023 21:34:30 +0200</pubDate> <pubDate>Thu, 12 Jan 2023 21:34:30 +0200</pubDate>
<guid>https://vodoraslo.xyz/blog/recover-lost-anki-streak/</guid> <guid>https://vodoraslo.xyz/blog/recover-lost-anki-streak/</guid>
<description>&lt;h1 id=&#34;how-to-recover-a-lost-anki-streak&#34;&gt;How to recover a lost anki streak &lt;a class=&#34;anchor&#34; href=&#34;#how-to-recover-a-lost-anki-streak&#34;&gt; <description>&lt;h2 id=&#34;how-to-recover-a-lost-anki-streak&#34;&gt;How to recover a lost anki streak &lt;a class=&#34;anchor&#34; href=&#34;#how-to-recover-a-lost-anki-streak&#34;&gt;
&lt;span class=&#34;spanForHeader&#34;&gt;#&lt;/span&gt; &lt;span class=&#34;spanForHeader&#34;&gt;#&lt;/span&gt;
&lt;/a&gt;&lt;/h1&gt;&lt;p&gt;Word for word copy paste of what fixed my issue. &lt;a href=&#34;https://www.reddit.com/r/Anki/comments/ndt6ag/comment/gycwiti/?utm_source=share&amp;amp;utm_medium=web2x&amp;amp;context=3&#34;&gt;Original post&lt;/a&gt;&lt;/p&gt; &lt;/a&gt;&lt;/h2&gt;&lt;p&gt;Word for word copy paste of what fixed my issue. &lt;a href=&#34;https://www.reddit.com/r/Anki/comments/ndt6ag/comment/gycwiti/?utm_source=share&amp;amp;utm_medium=web2x&amp;amp;context=3&#34;&gt;Original post&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;btw i had to create a seperate Custom Study for cards i had forgotten, i set it to 1 day, did one review and followed from step 7&lt;/em&gt;&lt;/p&gt; &lt;p&gt;&lt;em&gt;btw i had to create a seperate Custom Study for cards i had forgotten, i set it to 1 day, did one review and followed from step 7&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;Happened to me as well, idk why. But there is a way to cheat streaks:&lt;/p&gt; &lt;p&gt;Happened to me as well, idk why. But there is a way to cheat streaks:&lt;/p&gt;
&lt;ol&gt; &lt;ol&gt;
@ -1855,12 +1855,12 @@ Wired magazine.
<pubDate>Wed, 04 Jan 2023 22:52:24 +0200</pubDate> <pubDate>Wed, 04 Jan 2023 22:52:24 +0200</pubDate>
<guid>https://vodoraslo.xyz/blog/meta-description-in-hugo/</guid> <guid>https://vodoraslo.xyz/blog/meta-description-in-hugo/</guid>
<description>&lt;h1 id=&#34;adding-meta-description-in-hugo&#34;&gt;Adding meta description in Hugo &lt;a class=&#34;anchor&#34; href=&#34;#adding-meta-description-in-hugo&#34;&gt; <description>&lt;h2 id=&#34;adding-meta-description-in-hugo&#34;&gt;Adding meta description in Hugo &lt;a class=&#34;anchor&#34; href=&#34;#adding-meta-description-in-hugo&#34;&gt;
&lt;span class=&#34;spanForHeader&#34;&gt;#&lt;/span&gt; &lt;span class=&#34;spanForHeader&#34;&gt;#&lt;/span&gt;
&lt;/a&gt;&lt;/h1&gt;&lt;p&gt;I assume you are using Luke Smith&amp;rsquo;s theme - Lugo, if you are not, you&amp;rsquo;d have to find these files yourself (e.g. search using vscode).&lt;/p&gt; &lt;/a&gt;&lt;/h2&gt;&lt;p&gt;I assume you are using Luke Smith&amp;rsquo;s theme - Lugo, if you are not, you&amp;rsquo;d have to find these files yourself (e.g. search using vscode).&lt;/p&gt;
&lt;h2 id=&#34;setting-a-global-meta-description&#34;&gt;Setting a global meta description &lt;a class=&#34;anchor&#34; href=&#34;#setting-a-global-meta-description&#34;&gt; &lt;h3 id=&#34;setting-a-global-meta-description&#34;&gt;Setting a global meta description &lt;a class=&#34;anchor&#34; href=&#34;#setting-a-global-meta-description&#34;&gt;
&lt;span class=&#34;spanForHeader&#34;&gt;#&lt;/span&gt; &lt;span class=&#34;spanForHeader&#34;&gt;#&lt;/span&gt;
&lt;/a&gt;&lt;/h2&gt;&lt;ol&gt; &lt;/a&gt;&lt;/h3&gt;&lt;ol&gt;
&lt;li&gt;Locate your config.toml or config.yaml file&lt;/li&gt; &lt;li&gt;Locate your config.toml or config.yaml file&lt;/li&gt;
&lt;li&gt;Add the following line inside it&lt;/li&gt; &lt;li&gt;Add the following line inside it&lt;/li&gt;
&lt;/ol&gt; &lt;/ol&gt;
@ -1871,17 +1871,17 @@ Wired magazine.
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;&#34;&gt;&lt;code class=&#34;language-yaml&#34; data-lang=&#34;yaml&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#f92672&#34;&gt;params&lt;/span&gt;: &lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;&#34;&gt;&lt;code class=&#34;language-yaml&#34; data-lang=&#34;yaml&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#f92672&#34;&gt;params&lt;/span&gt;:
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt; &lt;span style=&#34;color:#f92672&#34;&gt;description&lt;/span&gt;: &lt;span style=&#34;color:#ae81ff&#34;&gt;The global meta description of your website&lt;/span&gt; &lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt; &lt;span style=&#34;color:#f92672&#34;&gt;description&lt;/span&gt;: &lt;span style=&#34;color:#ae81ff&#34;&gt;The global meta description of your website&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;It won&amp;rsquo;t work just yet because you have to update the &lt;code&gt;baseof.html&lt;/code&gt; file.&lt;/p&gt; &lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;It won&amp;rsquo;t work just yet because you have to update the &lt;code&gt;baseof.html&lt;/code&gt; file.&lt;/p&gt;
&lt;h2 id=&#34;updating-the-baseofhtml-file&#34;&gt;Updating the baseof.html file &lt;a class=&#34;anchor&#34; href=&#34;#updating-the-baseofhtml-file&#34;&gt; &lt;h3 id=&#34;updating-the-baseofhtml-file&#34;&gt;Updating the baseof.html file &lt;a class=&#34;anchor&#34; href=&#34;#updating-the-baseofhtml-file&#34;&gt;
&lt;span class=&#34;spanForHeader&#34;&gt;#&lt;/span&gt; &lt;span class=&#34;spanForHeader&#34;&gt;#&lt;/span&gt;
&lt;/a&gt;&lt;/h2&gt;&lt;ol&gt; &lt;/a&gt;&lt;/h3&gt;&lt;ol&gt;
&lt;li&gt;Locate baseof.html&lt;/li&gt; &lt;li&gt;Locate baseof.html&lt;/li&gt;
&lt;li&gt;Add or change the meta description line with the following&lt;/li&gt; &lt;li&gt;Add or change the meta description line with the following&lt;/li&gt;
&lt;/ol&gt; &lt;/ol&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;&#34;&gt;&lt;code class=&#34;language-html&#34; data-lang=&#34;html&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&amp;lt;&lt;span style=&#34;color:#f92672&#34;&gt;meta&lt;/span&gt; &lt;span style=&#34;color:#a6e22e&#34;&gt;name&lt;/span&gt;&lt;span style=&#34;color:#f92672&#34;&gt;=&lt;/span&gt;&lt;span style=&#34;color:#e6db74&#34;&gt;&amp;#34;description&amp;#34;&lt;/span&gt; &lt;span style=&#34;color:#a6e22e&#34;&gt;content&lt;/span&gt;&lt;span style=&#34;color:#f92672&#34;&gt;=&lt;/span&gt;&lt;span style=&#34;color:#e6db74&#34;&gt;&amp;#34;{{ if .Page.Params.description }}{{ .Page.Params.description }}{{ else if .Summary}}{{ .Summary }}{{else}}{{ .Site.Params.description}}{{ end }}&amp;#34;&lt;/span&gt;/&amp;gt; &lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;&#34;&gt;&lt;code class=&#34;language-html&#34; data-lang=&#34;html&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&amp;lt;&lt;span style=&#34;color:#f92672&#34;&gt;meta&lt;/span&gt; &lt;span style=&#34;color:#a6e22e&#34;&gt;name&lt;/span&gt;&lt;span style=&#34;color:#f92672&#34;&gt;=&lt;/span&gt;&lt;span style=&#34;color:#e6db74&#34;&gt;&amp;#34;description&amp;#34;&lt;/span&gt; &lt;span style=&#34;color:#a6e22e&#34;&gt;content&lt;/span&gt;&lt;span style=&#34;color:#f92672&#34;&gt;=&lt;/span&gt;&lt;span style=&#34;color:#e6db74&#34;&gt;&amp;#34;{{ if .Page.Params.description }}{{ .Page.Params.description }}{{ else if .Summary}}{{ .Summary }}{{else}}{{ .Site.Params.description}}{{ end }}&amp;#34;&lt;/span&gt;/&amp;gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;And now if you start your Hugo server locally with &lt;code&gt;hugo serve --noHTTPCache&lt;/code&gt; and you right click on your page -&amp;gt; View Page Source -&amp;gt; Search for the meta description tag. It should match what you left in the config file.&lt;/p&gt; &lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;And now if you start your Hugo server locally with &lt;code&gt;hugo serve --noHTTPCache&lt;/code&gt; and you right click on your page -&amp;gt; View Page Source -&amp;gt; Search for the meta description tag. It should match what you left in the config file.&lt;/p&gt;
&lt;h2 id=&#34;replacing-the-global-description-with-a-custom-one&#34;&gt;Replacing the global description with a custom one &lt;a class=&#34;anchor&#34; href=&#34;#replacing-the-global-description-with-a-custom-one&#34;&gt; &lt;h3 id=&#34;replacing-the-global-description-with-a-custom-one&#34;&gt;Replacing the global description with a custom one &lt;a class=&#34;anchor&#34; href=&#34;#replacing-the-global-description-with-a-custom-one&#34;&gt;
&lt;span class=&#34;spanForHeader&#34;&gt;#&lt;/span&gt; &lt;span class=&#34;spanForHeader&#34;&gt;#&lt;/span&gt;
&lt;/a&gt;&lt;/h2&gt;&lt;ol&gt; &lt;/a&gt;&lt;/h3&gt;&lt;ol&gt;
&lt;li&gt;Have a markdown file ready&lt;/li&gt; &lt;li&gt;Have a markdown file ready&lt;/li&gt;
&lt;li&gt;In the preamble, add&lt;/li&gt; &lt;li&gt;In the preamble, add&lt;/li&gt;
&lt;/ol&gt; &lt;/ol&gt;
@ -1898,11 +1898,9 @@ Wired magazine.
<pubDate>Tue, 03 Jan 2023 22:36:03 +0200</pubDate> <pubDate>Tue, 03 Jan 2023 22:36:03 +0200</pubDate>
<guid>https://vodoraslo.xyz/blog/multiple-index-pages-in-hugo/</guid> <guid>https://vodoraslo.xyz/blog/multiple-index-pages-in-hugo/</guid>
<description>&lt;div style=&#34;text-align: center;&#34;&gt; <description>&lt;h2 id=&#34;this-is-how-to-create-multiple-index-pages-in-hugo&#34;&gt;This is how to create multiple index pages in Hugo &lt;a class=&#34;anchor&#34; href=&#34;#this-is-how-to-create-multiple-index-pages-in-hugo&#34;&gt;
&lt;h2 id=&#34;this-is-how-to-create-multiple-index-pages-in-hugo&#34;&gt;This is how to create multiple index pages in Hugo &lt;a class=&#34;anchor&#34; href=&#34;#this-is-how-to-create-multiple-index-pages-in-hugo&#34;&gt;
&lt;span class=&#34;spanForHeader&#34;&gt;#&lt;/span&gt; &lt;span class=&#34;spanForHeader&#34;&gt;#&lt;/span&gt;
&lt;/a&gt;&lt;/h2&gt;&lt;/div&gt; &lt;/a&gt;&lt;/h2&gt;&lt;p&gt;I wanted to order &lt;a href=&#34;https://vodoraslo.xyz/hackbook&#34;&gt;Hackbook&lt;/a&gt; in reverse (i.e. oldest to newest) so that it&amp;rsquo;s easier for the reader to start at the correct page.&lt;/p&gt;
&lt;p&gt;I wanted to order &lt;a href=&#34;https://vodoraslo.xyz/hackbook&#34;&gt;Hackbook&lt;/a&gt; in reverse (i.e. oldest to newest) so that it&amp;rsquo;s easier for the reader to start at the correct page.&lt;/p&gt;
&lt;p&gt;I ran into the following problem - the default &lt;strong&gt;&lt;code&gt;list.html&lt;/code&gt;&lt;/strong&gt; does them from newest to oldest.&lt;/p&gt; &lt;p&gt;I ran into the following problem - the default &lt;strong&gt;&lt;code&gt;list.html&lt;/code&gt;&lt;/strong&gt; does them from newest to oldest.&lt;/p&gt;
&lt;p&gt;So I found &lt;a href=&#34;https://discourse.gohugo.io/t/two-home-pages/31312/9&#34;&gt;this forum post&lt;/a&gt; and I created a file in the &lt;strong&gt;&lt;code&gt;_default&lt;/code&gt;&lt;/strong&gt; directory as follows:&lt;/p&gt; &lt;p&gt;So I found &lt;a href=&#34;https://discourse.gohugo.io/t/two-home-pages/31312/9&#34;&gt;this forum post&lt;/a&gt; and I created a file in the &lt;strong&gt;&lt;code&gt;_default&lt;/code&gt;&lt;/strong&gt; directory as follows:&lt;/p&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;layouts &lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;layouts
@ -1934,15 +1932,11 @@ Wired magazine.
{{- end }} {{- end }}
&amp;lt;/ul&amp;gt; &amp;lt;/ul&amp;gt;
{{- end }} {{- end }}
&lt;/code&gt;&lt;/pre&gt;&lt;h4 id=&#34;if-you-want-to-display-the-date-on-the-left-of-the-titles-you-have-to-add-datesinlisttrue-in-your-configtoml-or-datesinlist-true-in-your-configyaml&#34;&gt;if you want to display the date on the left of the titles, you have to add &lt;strong&gt;&lt;code&gt;datesinlist=true&lt;/code&gt;&lt;/strong&gt; in your config.toml or &lt;strong&gt;&lt;code&gt;datesinlist: true&lt;/code&gt;&lt;/strong&gt; in your config.yaml &lt;a class=&#34;anchor&#34; href=&#34;#if-you-want-to-display-the-date-on-the-left-of-the-titles-you-have-to-add-datesinlisttrue-in-your-configtoml-or-datesinlist-true-in-your-configyaml&#34;&gt; &lt;/code&gt;&lt;/pre&gt;&lt;p&gt;If you want to display the date on the left of the titles, you have to add &lt;strong&gt;&lt;code&gt;datesinlist=true&lt;/code&gt;&lt;/strong&gt; in your config.toml or &lt;strong&gt;&lt;code&gt;datesinlist: true&lt;/code&gt;&lt;/strong&gt; in your config.yaml&lt;/p&gt;
&lt;span class=&#34;spanForHeader&#34;&gt;#&lt;/span&gt; &lt;p&gt;You probably don&amp;rsquo;t need &lt;strong&gt;&lt;code&gt;enableGitInfo = true&lt;/code&gt;&lt;/strong&gt; as that will crash your website, I have no idea what it does, you don&amp;rsquo;t need it.&lt;/p&gt;
&lt;/a&gt;&lt;/h4&gt;&lt;h5 id=&#34;you-probably-dont-need-enablegitinfo--true-as-that-will-crash-your-website-i-have-no-idea-what-it-does-you-dont-need-it&#34;&gt;You probably don&amp;rsquo;t need &lt;strong&gt;&lt;code&gt;enableGitInfo = true&lt;/code&gt;&lt;/strong&gt; as that will crash your website, I have no idea what it does, you don&amp;rsquo;t need it. &lt;a class=&#34;anchor&#34; href=&#34;#you-probably-dont-need-enablegitinfo--true-as-that-will-crash-your-website-i-have-no-idea-what-it-does-you-dont-need-it&#34;&gt;
&lt;span class=&#34;spanForHeader&#34;&gt;#&lt;/span&gt;
&lt;/a&gt;&lt;/h5&gt;&lt;div style=&#34;text-align: center;&#34;&gt;
&lt;h2 id=&#34;using-your-custom-_indexhtml&#34;&gt;Using your custom _index.html &lt;a class=&#34;anchor&#34; href=&#34;#using-your-custom-_indexhtml&#34;&gt; &lt;h2 id=&#34;using-your-custom-_indexhtml&#34;&gt;Using your custom _index.html &lt;a class=&#34;anchor&#34; href=&#34;#using-your-custom-_indexhtml&#34;&gt;
&lt;span class=&#34;spanForHeader&#34;&gt;#&lt;/span&gt; &lt;span class=&#34;spanForHeader&#34;&gt;#&lt;/span&gt;
&lt;/a&gt;&lt;/h2&gt;&lt;/div&gt; &lt;/a&gt;&lt;/h2&gt;&lt;p&gt;After creating your custom _index.html you&amp;rsquo;d use it as follows:&lt;/p&gt;
&lt;p&gt;After creating your custom _index.html you&amp;rsquo;d use it as follows:&lt;/p&gt;
&lt;ol&gt; &lt;ol&gt;
&lt;li&gt;Create an _index.md file in your desired directory&lt;/li&gt; &lt;li&gt;Create an _index.md file in your desired directory&lt;/li&gt;
&lt;li&gt;Add &lt;strong&gt;&lt;code&gt;layout: &amp;quot;hackbook/order-by-oldest&amp;quot;&lt;/code&gt;&lt;/strong&gt; to your preamble (if you named your folder and or file something else, you have to change it here)&lt;/li&gt; &lt;li&gt;Add &lt;strong&gt;&lt;code&gt;layout: &amp;quot;hackbook/order-by-oldest&amp;quot;&lt;/code&gt;&lt;/strong&gt; to your preamble (if you named your folder and or file something else, you have to change it here)&lt;/li&gt;
@ -4017,9 +4011,9 @@ porn and or masturbation&amp;#160;&lt;a href=&#34;#fnref:2&#34; class=&#34;footn
<guid>https://vodoraslo.xyz/library/hackbook/00-00-hackbookeasypeasy/</guid> <guid>https://vodoraslo.xyz/library/hackbook/00-00-hackbookeasypeasy/</guid>
<description>&lt;div style=&#34;text-align: center;&#34;&gt; <description>&lt;div style=&#34;text-align: center;&#34;&gt;
&lt;h1 id=&#34;a-hrefhackbookhackbookpdfclick-to-download-hackbookeasypeasy-original-pdfa&#34;&gt;&lt;a href=&#34;https://vodoraslo.xyz/hackbook/hackbook.pdf&#34;&gt;Click to download HackBookEasyPeasy (original pdf)&lt;/a&gt; &lt;a class=&#34;anchor&#34; href=&#34;#a-hrefhackbookhackbookpdfclick-to-download-hackbookeasypeasy-original-pdfa&#34;&gt; &lt;h2 id=&#34;a-hrefhackbookhackbookpdfclick-to-download-hackbookeasypeasy-original-pdfa&#34;&gt;&lt;a href=&#34;https://vodoraslo.xyz/hackbook/hackbook.pdf&#34;&gt;Click to download HackBookEasyPeasy (original pdf)&lt;/a&gt; &lt;a class=&#34;anchor&#34; href=&#34;#a-hrefhackbookhackbookpdfclick-to-download-hackbookeasypeasy-original-pdfa&#34;&gt;
&lt;span class=&#34;spanForHeader&#34;&gt;#&lt;/span&gt; &lt;span class=&#34;spanForHeader&#34;&gt;#&lt;/span&gt;
&lt;/a&gt;&lt;/h1&gt;&lt;h3 id=&#34;easypeasyway&#34;&gt;EasyPeasyWay &lt;a class=&#34;anchor&#34; href=&#34;#easypeasyway&#34;&gt; &lt;/a&gt;&lt;/h2&gt;&lt;h3 id=&#34;easypeasyway&#34;&gt;EasyPeasyWay &lt;a class=&#34;anchor&#34; href=&#34;#easypeasyway&#34;&gt;
&lt;span class=&#34;spanForHeader&#34;&gt;#&lt;/span&gt; &lt;span class=&#34;spanForHeader&#34;&gt;#&lt;/span&gt;
&lt;/a&gt;&lt;/h3&gt;&lt;h4 id=&#34;httpssitesgooglecomsitehackbookeasypeasyhomehttpssitesgooglecomsitehackbookeasypeasyhome&#34;&gt;&lt;a href=&#34;https://sites.google.com/site/hackbookeasypeasy/home&#34;&gt;https://sites.google.com/site/hackbookeasypeasy/home&lt;/a&gt; &lt;a class=&#34;anchor&#34; href=&#34;#httpssitesgooglecomsitehackbookeasypeasyhomehttpssitesgooglecomsitehackbookeasypeasyhome&#34;&gt; &lt;/a&gt;&lt;/h3&gt;&lt;h4 id=&#34;httpssitesgooglecomsitehackbookeasypeasyhomehttpssitesgooglecomsitehackbookeasypeasyhome&#34;&gt;&lt;a href=&#34;https://sites.google.com/site/hackbookeasypeasy/home&#34;&gt;https://sites.google.com/site/hackbookeasypeasy/home&lt;/a&gt; &lt;a class=&#34;anchor&#34; href=&#34;#httpssitesgooglecomsitehackbookeasypeasyhomehttpssitesgooglecomsitehackbookeasypeasyhome&#34;&gt;
&lt;span class=&#34;spanForHeader&#34;&gt;#&lt;/span&gt; &lt;span class=&#34;spanForHeader&#34;&gt;#&lt;/span&gt;
@ -4068,13 +4062,13 @@ formed does not list Internet pornography as one of the addictions that it provi
<pubDate>Sat, 17 Dec 2022 17:20:18 +0200</pubDate> <pubDate>Sat, 17 Dec 2022 17:20:18 +0200</pubDate>
<guid>https://vodoraslo.xyz/helloworld/</guid> <guid>https://vodoraslo.xyz/helloworld/</guid>
<description>&lt;h1 id=&#34;obligatory-hello-world&#34;&gt;Obligatory Hello World! &lt;a class=&#34;anchor&#34; href=&#34;#obligatory-hello-world&#34;&gt; <description>&lt;h2 id=&#34;obligatory-hello-world&#34;&gt;Obligatory Hello World! &lt;a class=&#34;anchor&#34; href=&#34;#obligatory-hello-world&#34;&gt;
&lt;span class=&#34;spanForHeader&#34;&gt;#&lt;/span&gt; &lt;span class=&#34;spanForHeader&#34;&gt;#&lt;/span&gt;
&lt;/a&gt;&lt;/h1&gt;&lt;p&gt;trying to see which hugo theme i like best&lt;/p&gt; &lt;/a&gt;&lt;/h2&gt;&lt;p&gt;trying to see which hugo theme i like best&lt;/p&gt;
&lt;p&gt;had some issues with papermod and their css not working so for now i&amp;rsquo;ll use lugo&lt;/p&gt; &lt;p&gt;had some issues with papermod and their css not working so for now i&amp;rsquo;ll use lugo&lt;/p&gt;
&lt;h2 id=&#34;stuff-i-like&#34;&gt;stuff i like &lt;a class=&#34;anchor&#34; href=&#34;#stuff-i-like&#34;&gt; &lt;h3 id=&#34;stuff-i-like&#34;&gt;stuff i like &lt;a class=&#34;anchor&#34; href=&#34;#stuff-i-like&#34;&gt;
&lt;span class=&#34;spanForHeader&#34;&gt;#&lt;/span&gt; &lt;span class=&#34;spanForHeader&#34;&gt;#&lt;/span&gt;
&lt;/a&gt;&lt;/h2&gt;&lt;ul&gt; &lt;/a&gt;&lt;/h3&gt;&lt;ul&gt;
&lt;li&gt;touching grass and nature in general (wannabe farmer)&lt;/li&gt; &lt;li&gt;touching grass and nature in general (wannabe farmer)&lt;/li&gt;
&lt;li&gt;にっぽんese &lt;li&gt;にっぽんese
&lt;ul&gt; &lt;ul&gt;

View file

@ -20,13 +20,13 @@ im adding this bit in just to check if the scuffed shell script i made actually
<header><h1 id="tag_Hello world">Hello world</h1></header> <header><h1 id="tag_Hello world">Hello world</h1></header>
<article> <article>
<h1 id="obligatory-hello-world">Obligatory Hello World! <a class="anchor" href="#obligatory-hello-world"> <h2 id="obligatory-hello-world">Obligatory Hello World! <a class="anchor" href="#obligatory-hello-world">
<span class="spanForHeader">#</span> <span class="spanForHeader">#</span>
</a></h1><p>trying to see which hugo theme i like best</p> </a></h2><p>trying to see which hugo theme i like best</p>
<p>had some issues with papermod and their css not working so for now i&rsquo;ll use lugo</p> <p>had some issues with papermod and their css not working so for now i&rsquo;ll use lugo</p>
<h2 id="stuff-i-like">stuff i like <a class="anchor" href="#stuff-i-like"> <h3 id="stuff-i-like">stuff i like <a class="anchor" href="#stuff-i-like">
<span class="spanForHeader">#</span> <span class="spanForHeader">#</span>
</a></h2><ul> </a></h3><ul>
<li>touching grass and nature in general (wannabe farmer)</li> <li>touching grass and nature in general (wannabe farmer)</li>
<li>にっぽんese <li>にっぽんese
<ul> <ul>

View file

@ -772,9 +772,9 @@ Wired magazine.
<pubDate>Sat, 01 Apr 2023 14:24:10 +0300</pubDate> <pubDate>Sat, 01 Apr 2023 14:24:10 +0300</pubDate>
<guid>https://vodoraslo.xyz/library/ted-kaczynski/why-the-technological-system-will-destroy-itself/</guid> <guid>https://vodoraslo.xyz/library/ted-kaczynski/why-the-technological-system-will-destroy-itself/</guid>
<description>&lt;h1 id=&#34;i&#34;&gt;I. &lt;a class=&#34;anchor&#34; href=&#34;#i&#34;&gt; <description>&lt;h2 id=&#34;i&#34;&gt;I. &lt;a class=&#34;anchor&#34; href=&#34;#i&#34;&gt;
&lt;span class=&#34;spanForHeader&#34;&gt;#&lt;/span&gt; &lt;span class=&#34;spanForHeader&#34;&gt;#&lt;/span&gt;
&lt;/a&gt;&lt;/h1&gt;&lt;p&gt;Our discussion deals with self-propagating systems. By a self-propagating system (self-prop system for short) we mean a system that tends to promote its own survival and propagation. A system may propagate itself in either or both of two ways: The system may indefinitely increase its own size and/or power, or it may give rise to new systems that possess some of its own traits.&lt;/p&gt; &lt;/a&gt;&lt;/h2&gt;&lt;p&gt;Our discussion deals with self-propagating systems. By a self-propagating system (self-prop system for short) we mean a system that tends to promote its own survival and propagation. A system may propagate itself in either or both of two ways: The system may indefinitely increase its own size and/or power, or it may give rise to new systems that possess some of its own traits.&lt;/p&gt;
&lt;p&gt;The most obvious examples of self-propagating systems are biological organisms. Groups of biological organisms can also constitute self-prop systems; e.g., wolf packs and hives of honeybees. Particularly important for our purposes are self-prop systems that consist of groups of human beings. For example, nations, corporations, labor unions, and political parties; also some groups that are not clearly delimited and lack formal organization, such as schools of thought, social networks, and subcultures. Just as wolf packs and beehives are self-propagating without any conscious intention on the part of wolves or bees to propagate their packs or their hives, there is no reason why a human group cannot be self-propagating independently of any intention on the part of the individuals who comprise the group.&lt;/p&gt; &lt;p&gt;The most obvious examples of self-propagating systems are biological organisms. Groups of biological organisms can also constitute self-prop systems; e.g., wolf packs and hives of honeybees. Particularly important for our purposes are self-prop systems that consist of groups of human beings. For example, nations, corporations, labor unions, and political parties; also some groups that are not clearly delimited and lack formal organization, such as schools of thought, social networks, and subcultures. Just as wolf packs and beehives are self-propagating without any conscious intention on the part of wolves or bees to propagate their packs or their hives, there is no reason why a human group cannot be self-propagating independently of any intention on the part of the individuals who comprise the group.&lt;/p&gt;
&lt;p&gt;If A and B are systems of any kind (self-propagating or not), and if A is a functioning component of B, then we will call A a subsystem of B, and we will call B a supersystem of A. For example, in human hunting-and-gathering societies, individuals are members of bands, and bands often are organized into tribes. Individuals, bands, and tribes are all self-prop systems. The individual is a subsystem of the band, the band is a subsystem of the tribe, the tribe is a supersystem of each band that belongs to it, and each band is a supersystem of every individual who belongs to that band. It is also true that each individual is a subsystem of the tribe and that the tribe is a supersystem of every individual who belongs to a band that belongs to the tribe.&lt;/p&gt; &lt;p&gt;If A and B are systems of any kind (self-propagating or not), and if A is a functioning component of B, then we will call A a subsystem of B, and we will call B a supersystem of A. For example, in human hunting-and-gathering societies, individuals are members of bands, and bands often are organized into tribes. Individuals, bands, and tribes are all self-prop systems. The individual is a subsystem of the band, the band is a subsystem of the tribe, the tribe is a supersystem of each band that belongs to it, and each band is a supersystem of every individual who belongs to that band. It is also true that each individual is a subsystem of the tribe and that the tribe is a supersystem of every individual who belongs to a band that belongs to the tribe.&lt;/p&gt;
&lt;p&gt;The principle of natural selection is operative not only in biology, but in any environment in which self-propagating systems are present. The principle can be stated roughly as follows:&lt;/p&gt; &lt;p&gt;The principle of natural selection is operative not only in biology, but in any environment in which self-propagating systems are present. The principle can be stated roughly as follows:&lt;/p&gt;
@ -827,9 +827,9 @@ Wired magazine.
&lt;p&gt;The theory weve outline here provides a plausible explanation for the so-called “Fermi Paradox”. It is believed that there should be numerous planets on which technologically advanced civilizations have evolved, and which are not so remote from us that we could not by this time have detected the radio transmissions of those civilizations. The Fermi Paradox consists in the fact that our astronomers have never been able to detect any radio signals that seem to have originated form an intelligent extraterrestrial source.&lt;sup id=&#34;fnref:13&#34;&gt;&lt;a href=&#34;#fn:13&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;13&lt;/a&gt;&lt;/sup&gt;&lt;/p&gt; &lt;p&gt;The theory weve outline here provides a plausible explanation for the so-called “Fermi Paradox”. It is believed that there should be numerous planets on which technologically advanced civilizations have evolved, and which are not so remote from us that we could not by this time have detected the radio transmissions of those civilizations. The Fermi Paradox consists in the fact that our astronomers have never been able to detect any radio signals that seem to have originated form an intelligent extraterrestrial source.&lt;sup id=&#34;fnref:13&#34;&gt;&lt;a href=&#34;#fn:13&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;13&lt;/a&gt;&lt;/sup&gt;&lt;/p&gt;
&lt;p&gt;According to Ray Kurzweil, one common explanation of the Fermi Paradox is “that a civilization may obliterate itself once it reaches radio capability. This explanation might be acceptable if we were talking about only a few such civilizations, but [if such civilizations have been numerous], it is not credible to believe that every one of them destroyed itself.”&lt;sup id=&#34;fnref:14&#34;&gt;&lt;a href=&#34;#fn:14&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;14&lt;/a&gt;&lt;/sup&gt;&lt;/p&gt; &lt;p&gt;According to Ray Kurzweil, one common explanation of the Fermi Paradox is “that a civilization may obliterate itself once it reaches radio capability. This explanation might be acceptable if we were talking about only a few such civilizations, but [if such civilizations have been numerous], it is not credible to believe that every one of them destroyed itself.”&lt;sup id=&#34;fnref:14&#34;&gt;&lt;a href=&#34;#fn:14&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;14&lt;/a&gt;&lt;/sup&gt;&lt;/p&gt;
&lt;p&gt;Kurzweil would be right if the self-destruction of a civilization were merely a matter of chance. But there is nothing implausible about the foregoing explanation of the Fermi Paradox if there is a process common to all technologically advanced civilizations that consistently leads them to self-destruction. In this essay we have argued that there is such a process.&lt;/p&gt; &lt;p&gt;Kurzweil would be right if the self-destruction of a civilization were merely a matter of chance. But there is nothing implausible about the foregoing explanation of the Fermi Paradox if there is a process common to all technologically advanced civilizations that consistently leads them to self-destruction. In this essay we have argued that there is such a process.&lt;/p&gt;
&lt;h1 id=&#34;ii&#34;&gt;II. &lt;a class=&#34;anchor&#34; href=&#34;#ii&#34;&gt; &lt;h2 id=&#34;ii&#34;&gt;II. &lt;a class=&#34;anchor&#34; href=&#34;#ii&#34;&gt;
&lt;span class=&#34;spanForHeader&#34;&gt;#&lt;/span&gt; &lt;span class=&#34;spanForHeader&#34;&gt;#&lt;/span&gt;
&lt;/a&gt;&lt;/h1&gt;&lt;p&gt;Our discussion of self-propagating systems merely describes in general and abstract terms what we see going on all around us in concrete form: Organizations, movements, ideologies are locked in an unremitting struggle for power. Those that fail to compete successfully are eliminated or subjugated.&lt;sup id=&#34;fnref:15&#34;&gt;&lt;a href=&#34;#fn:15&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;15&lt;/a&gt;&lt;/sup&gt; The struggle is almost exclusively for power in the short term; the competitors pay scant attention even to their own long-term survival,&lt;sup id=&#34;fnref:16&#34;&gt;&lt;a href=&#34;#fn:16&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;16&lt;/a&gt;&lt;/sup&gt; let alone to the welfare of the human race or of the biosphere. Thats why nuclear weapons have not been banned, emissions of carbon dioxide have not been reduced to a safe level, the Earths resources are being exploited at an utterly reckless rate, and no limitation has been placed on development of powerful but dangerous technologies.&lt;/p&gt; &lt;/a&gt;&lt;/h2&gt;&lt;p&gt;Our discussion of self-propagating systems merely describes in general and abstract terms what we see going on all around us in concrete form: Organizations, movements, ideologies are locked in an unremitting struggle for power. Those that fail to compete successfully are eliminated or subjugated.&lt;sup id=&#34;fnref:15&#34;&gt;&lt;a href=&#34;#fn:15&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;15&lt;/a&gt;&lt;/sup&gt; The struggle is almost exclusively for power in the short term; the competitors pay scant attention even to their own long-term survival,&lt;sup id=&#34;fnref:16&#34;&gt;&lt;a href=&#34;#fn:16&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;16&lt;/a&gt;&lt;/sup&gt; let alone to the welfare of the human race or of the biosphere. Thats why nuclear weapons have not been banned, emissions of carbon dioxide have not been reduced to a safe level, the Earths resources are being exploited at an utterly reckless rate, and no limitation has been placed on development of powerful but dangerous technologies.&lt;/p&gt;
&lt;p&gt;The purpose of describing the process in general and abstract terms, as weve done here, is to show that what is happening to our world is not accidental; it is not the result of some chance conjunction of historical circumstances or of some flaw of character peculiar to human beings. Given the nature of self-propagating systems in general, the destructive process that we see today is made inevitable by a combination of two factors: the colossal power of modern technology and the availability of rapid transportation and communication between any two parts of the world.&lt;/p&gt; &lt;p&gt;The purpose of describing the process in general and abstract terms, as weve done here, is to show that what is happening to our world is not accidental; it is not the result of some chance conjunction of historical circumstances or of some flaw of character peculiar to human beings. Given the nature of self-propagating systems in general, the destructive process that we see today is made inevitable by a combination of two factors: the colossal power of modern technology and the availability of rapid transportation and communication between any two parts of the world.&lt;/p&gt;
&lt;p&gt;Recognition of this may help us to avoid wasting time on naïve efforts to solve our current problems. For example, on efforts to teach people to conserve energy and resources. Such efforts accomplish nothing whatever.&lt;/p&gt; &lt;p&gt;Recognition of this may help us to avoid wasting time on naïve efforts to solve our current problems. For example, on efforts to teach people to conserve energy and resources. Such efforts accomplish nothing whatever.&lt;/p&gt;
&lt;p&gt;It seems amazing that those who advocate energy conservation havent noticed what happens: As soon as some energy is freed up by conservation, the technological world-system gobbles it up and demands more. No matter how much energy is provided, the system always expands rapidly until it is using all available energy, and then it demands still more. The same is true of other resources. The technological world-system infallibly expands until it reaches a limit imposed by an insufficiency of resources, and then it tries to push beyond that limit regardless of consequences.&lt;/p&gt; &lt;p&gt;It seems amazing that those who advocate energy conservation havent noticed what happens: As soon as some energy is freed up by conservation, the technological world-system gobbles it up and demands more. No matter how much energy is provided, the system always expands rapidly until it is using all available energy, and then it demands still more. The same is true of other resources. The technological world-system infallibly expands until it reaches a limit imposed by an insufficiency of resources, and then it tries to push beyond that limit regardless of consequences.&lt;/p&gt;
@ -1832,9 +1832,9 @@ Wired magazine.
<pubDate>Thu, 12 Jan 2023 21:34:30 +0200</pubDate> <pubDate>Thu, 12 Jan 2023 21:34:30 +0200</pubDate>
<guid>https://vodoraslo.xyz/blog/recover-lost-anki-streak/</guid> <guid>https://vodoraslo.xyz/blog/recover-lost-anki-streak/</guid>
<description>&lt;h1 id=&#34;how-to-recover-a-lost-anki-streak&#34;&gt;How to recover a lost anki streak &lt;a class=&#34;anchor&#34; href=&#34;#how-to-recover-a-lost-anki-streak&#34;&gt; <description>&lt;h2 id=&#34;how-to-recover-a-lost-anki-streak&#34;&gt;How to recover a lost anki streak &lt;a class=&#34;anchor&#34; href=&#34;#how-to-recover-a-lost-anki-streak&#34;&gt;
&lt;span class=&#34;spanForHeader&#34;&gt;#&lt;/span&gt; &lt;span class=&#34;spanForHeader&#34;&gt;#&lt;/span&gt;
&lt;/a&gt;&lt;/h1&gt;&lt;p&gt;Word for word copy paste of what fixed my issue. &lt;a href=&#34;https://www.reddit.com/r/Anki/comments/ndt6ag/comment/gycwiti/?utm_source=share&amp;amp;utm_medium=web2x&amp;amp;context=3&#34;&gt;Original post&lt;/a&gt;&lt;/p&gt; &lt;/a&gt;&lt;/h2&gt;&lt;p&gt;Word for word copy paste of what fixed my issue. &lt;a href=&#34;https://www.reddit.com/r/Anki/comments/ndt6ag/comment/gycwiti/?utm_source=share&amp;amp;utm_medium=web2x&amp;amp;context=3&#34;&gt;Original post&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;btw i had to create a seperate Custom Study for cards i had forgotten, i set it to 1 day, did one review and followed from step 7&lt;/em&gt;&lt;/p&gt; &lt;p&gt;&lt;em&gt;btw i had to create a seperate Custom Study for cards i had forgotten, i set it to 1 day, did one review and followed from step 7&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;Happened to me as well, idk why. But there is a way to cheat streaks:&lt;/p&gt; &lt;p&gt;Happened to me as well, idk why. But there is a way to cheat streaks:&lt;/p&gt;
&lt;ol&gt; &lt;ol&gt;
@ -1856,12 +1856,12 @@ Wired magazine.
<pubDate>Wed, 04 Jan 2023 22:52:24 +0200</pubDate> <pubDate>Wed, 04 Jan 2023 22:52:24 +0200</pubDate>
<guid>https://vodoraslo.xyz/blog/meta-description-in-hugo/</guid> <guid>https://vodoraslo.xyz/blog/meta-description-in-hugo/</guid>
<description>&lt;h1 id=&#34;adding-meta-description-in-hugo&#34;&gt;Adding meta description in Hugo &lt;a class=&#34;anchor&#34; href=&#34;#adding-meta-description-in-hugo&#34;&gt; <description>&lt;h2 id=&#34;adding-meta-description-in-hugo&#34;&gt;Adding meta description in Hugo &lt;a class=&#34;anchor&#34; href=&#34;#adding-meta-description-in-hugo&#34;&gt;
&lt;span class=&#34;spanForHeader&#34;&gt;#&lt;/span&gt; &lt;span class=&#34;spanForHeader&#34;&gt;#&lt;/span&gt;
&lt;/a&gt;&lt;/h1&gt;&lt;p&gt;I assume you are using Luke Smith&amp;rsquo;s theme - Lugo, if you are not, you&amp;rsquo;d have to find these files yourself (e.g. search using vscode).&lt;/p&gt; &lt;/a&gt;&lt;/h2&gt;&lt;p&gt;I assume you are using Luke Smith&amp;rsquo;s theme - Lugo, if you are not, you&amp;rsquo;d have to find these files yourself (e.g. search using vscode).&lt;/p&gt;
&lt;h2 id=&#34;setting-a-global-meta-description&#34;&gt;Setting a global meta description &lt;a class=&#34;anchor&#34; href=&#34;#setting-a-global-meta-description&#34;&gt; &lt;h3 id=&#34;setting-a-global-meta-description&#34;&gt;Setting a global meta description &lt;a class=&#34;anchor&#34; href=&#34;#setting-a-global-meta-description&#34;&gt;
&lt;span class=&#34;spanForHeader&#34;&gt;#&lt;/span&gt; &lt;span class=&#34;spanForHeader&#34;&gt;#&lt;/span&gt;
&lt;/a&gt;&lt;/h2&gt;&lt;ol&gt; &lt;/a&gt;&lt;/h3&gt;&lt;ol&gt;
&lt;li&gt;Locate your config.toml or config.yaml file&lt;/li&gt; &lt;li&gt;Locate your config.toml or config.yaml file&lt;/li&gt;
&lt;li&gt;Add the following line inside it&lt;/li&gt; &lt;li&gt;Add the following line inside it&lt;/li&gt;
&lt;/ol&gt; &lt;/ol&gt;
@ -1872,17 +1872,17 @@ Wired magazine.
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;&#34;&gt;&lt;code class=&#34;language-yaml&#34; data-lang=&#34;yaml&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#f92672&#34;&gt;params&lt;/span&gt;: &lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;&#34;&gt;&lt;code class=&#34;language-yaml&#34; data-lang=&#34;yaml&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#f92672&#34;&gt;params&lt;/span&gt;:
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt; &lt;span style=&#34;color:#f92672&#34;&gt;description&lt;/span&gt;: &lt;span style=&#34;color:#ae81ff&#34;&gt;The global meta description of your website&lt;/span&gt; &lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt; &lt;span style=&#34;color:#f92672&#34;&gt;description&lt;/span&gt;: &lt;span style=&#34;color:#ae81ff&#34;&gt;The global meta description of your website&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;It won&amp;rsquo;t work just yet because you have to update the &lt;code&gt;baseof.html&lt;/code&gt; file.&lt;/p&gt; &lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;It won&amp;rsquo;t work just yet because you have to update the &lt;code&gt;baseof.html&lt;/code&gt; file.&lt;/p&gt;
&lt;h2 id=&#34;updating-the-baseofhtml-file&#34;&gt;Updating the baseof.html file &lt;a class=&#34;anchor&#34; href=&#34;#updating-the-baseofhtml-file&#34;&gt; &lt;h3 id=&#34;updating-the-baseofhtml-file&#34;&gt;Updating the baseof.html file &lt;a class=&#34;anchor&#34; href=&#34;#updating-the-baseofhtml-file&#34;&gt;
&lt;span class=&#34;spanForHeader&#34;&gt;#&lt;/span&gt; &lt;span class=&#34;spanForHeader&#34;&gt;#&lt;/span&gt;
&lt;/a&gt;&lt;/h2&gt;&lt;ol&gt; &lt;/a&gt;&lt;/h3&gt;&lt;ol&gt;
&lt;li&gt;Locate baseof.html&lt;/li&gt; &lt;li&gt;Locate baseof.html&lt;/li&gt;
&lt;li&gt;Add or change the meta description line with the following&lt;/li&gt; &lt;li&gt;Add or change the meta description line with the following&lt;/li&gt;
&lt;/ol&gt; &lt;/ol&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;&#34;&gt;&lt;code class=&#34;language-html&#34; data-lang=&#34;html&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&amp;lt;&lt;span style=&#34;color:#f92672&#34;&gt;meta&lt;/span&gt; &lt;span style=&#34;color:#a6e22e&#34;&gt;name&lt;/span&gt;&lt;span style=&#34;color:#f92672&#34;&gt;=&lt;/span&gt;&lt;span style=&#34;color:#e6db74&#34;&gt;&amp;#34;description&amp;#34;&lt;/span&gt; &lt;span style=&#34;color:#a6e22e&#34;&gt;content&lt;/span&gt;&lt;span style=&#34;color:#f92672&#34;&gt;=&lt;/span&gt;&lt;span style=&#34;color:#e6db74&#34;&gt;&amp;#34;{{ if .Page.Params.description }}{{ .Page.Params.description }}{{ else if .Summary}}{{ .Summary }}{{else}}{{ .Site.Params.description}}{{ end }}&amp;#34;&lt;/span&gt;/&amp;gt; &lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;&#34;&gt;&lt;code class=&#34;language-html&#34; data-lang=&#34;html&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&amp;lt;&lt;span style=&#34;color:#f92672&#34;&gt;meta&lt;/span&gt; &lt;span style=&#34;color:#a6e22e&#34;&gt;name&lt;/span&gt;&lt;span style=&#34;color:#f92672&#34;&gt;=&lt;/span&gt;&lt;span style=&#34;color:#e6db74&#34;&gt;&amp;#34;description&amp;#34;&lt;/span&gt; &lt;span style=&#34;color:#a6e22e&#34;&gt;content&lt;/span&gt;&lt;span style=&#34;color:#f92672&#34;&gt;=&lt;/span&gt;&lt;span style=&#34;color:#e6db74&#34;&gt;&amp;#34;{{ if .Page.Params.description }}{{ .Page.Params.description }}{{ else if .Summary}}{{ .Summary }}{{else}}{{ .Site.Params.description}}{{ end }}&amp;#34;&lt;/span&gt;/&amp;gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;And now if you start your Hugo server locally with &lt;code&gt;hugo serve --noHTTPCache&lt;/code&gt; and you right click on your page -&amp;gt; View Page Source -&amp;gt; Search for the meta description tag. It should match what you left in the config file.&lt;/p&gt; &lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;And now if you start your Hugo server locally with &lt;code&gt;hugo serve --noHTTPCache&lt;/code&gt; and you right click on your page -&amp;gt; View Page Source -&amp;gt; Search for the meta description tag. It should match what you left in the config file.&lt;/p&gt;
&lt;h2 id=&#34;replacing-the-global-description-with-a-custom-one&#34;&gt;Replacing the global description with a custom one &lt;a class=&#34;anchor&#34; href=&#34;#replacing-the-global-description-with-a-custom-one&#34;&gt; &lt;h3 id=&#34;replacing-the-global-description-with-a-custom-one&#34;&gt;Replacing the global description with a custom one &lt;a class=&#34;anchor&#34; href=&#34;#replacing-the-global-description-with-a-custom-one&#34;&gt;
&lt;span class=&#34;spanForHeader&#34;&gt;#&lt;/span&gt; &lt;span class=&#34;spanForHeader&#34;&gt;#&lt;/span&gt;
&lt;/a&gt;&lt;/h2&gt;&lt;ol&gt; &lt;/a&gt;&lt;/h3&gt;&lt;ol&gt;
&lt;li&gt;Have a markdown file ready&lt;/li&gt; &lt;li&gt;Have a markdown file ready&lt;/li&gt;
&lt;li&gt;In the preamble, add&lt;/li&gt; &lt;li&gt;In the preamble, add&lt;/li&gt;
&lt;/ol&gt; &lt;/ol&gt;
@ -1899,11 +1899,9 @@ Wired magazine.
<pubDate>Tue, 03 Jan 2023 22:36:03 +0200</pubDate> <pubDate>Tue, 03 Jan 2023 22:36:03 +0200</pubDate>
<guid>https://vodoraslo.xyz/blog/multiple-index-pages-in-hugo/</guid> <guid>https://vodoraslo.xyz/blog/multiple-index-pages-in-hugo/</guid>
<description>&lt;div style=&#34;text-align: center;&#34;&gt; <description>&lt;h2 id=&#34;this-is-how-to-create-multiple-index-pages-in-hugo&#34;&gt;This is how to create multiple index pages in Hugo &lt;a class=&#34;anchor&#34; href=&#34;#this-is-how-to-create-multiple-index-pages-in-hugo&#34;&gt;
&lt;h2 id=&#34;this-is-how-to-create-multiple-index-pages-in-hugo&#34;&gt;This is how to create multiple index pages in Hugo &lt;a class=&#34;anchor&#34; href=&#34;#this-is-how-to-create-multiple-index-pages-in-hugo&#34;&gt;
&lt;span class=&#34;spanForHeader&#34;&gt;#&lt;/span&gt; &lt;span class=&#34;spanForHeader&#34;&gt;#&lt;/span&gt;
&lt;/a&gt;&lt;/h2&gt;&lt;/div&gt; &lt;/a&gt;&lt;/h2&gt;&lt;p&gt;I wanted to order &lt;a href=&#34;https://vodoraslo.xyz/hackbook&#34;&gt;Hackbook&lt;/a&gt; in reverse (i.e. oldest to newest) so that it&amp;rsquo;s easier for the reader to start at the correct page.&lt;/p&gt;
&lt;p&gt;I wanted to order &lt;a href=&#34;https://vodoraslo.xyz/hackbook&#34;&gt;Hackbook&lt;/a&gt; in reverse (i.e. oldest to newest) so that it&amp;rsquo;s easier for the reader to start at the correct page.&lt;/p&gt;
&lt;p&gt;I ran into the following problem - the default &lt;strong&gt;&lt;code&gt;list.html&lt;/code&gt;&lt;/strong&gt; does them from newest to oldest.&lt;/p&gt; &lt;p&gt;I ran into the following problem - the default &lt;strong&gt;&lt;code&gt;list.html&lt;/code&gt;&lt;/strong&gt; does them from newest to oldest.&lt;/p&gt;
&lt;p&gt;So I found &lt;a href=&#34;https://discourse.gohugo.io/t/two-home-pages/31312/9&#34;&gt;this forum post&lt;/a&gt; and I created a file in the &lt;strong&gt;&lt;code&gt;_default&lt;/code&gt;&lt;/strong&gt; directory as follows:&lt;/p&gt; &lt;p&gt;So I found &lt;a href=&#34;https://discourse.gohugo.io/t/two-home-pages/31312/9&#34;&gt;this forum post&lt;/a&gt; and I created a file in the &lt;strong&gt;&lt;code&gt;_default&lt;/code&gt;&lt;/strong&gt; directory as follows:&lt;/p&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;layouts &lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;layouts
@ -1935,15 +1933,11 @@ Wired magazine.
{{- end }} {{- end }}
&amp;lt;/ul&amp;gt; &amp;lt;/ul&amp;gt;
{{- end }} {{- end }}
&lt;/code&gt;&lt;/pre&gt;&lt;h4 id=&#34;if-you-want-to-display-the-date-on-the-left-of-the-titles-you-have-to-add-datesinlisttrue-in-your-configtoml-or-datesinlist-true-in-your-configyaml&#34;&gt;if you want to display the date on the left of the titles, you have to add &lt;strong&gt;&lt;code&gt;datesinlist=true&lt;/code&gt;&lt;/strong&gt; in your config.toml or &lt;strong&gt;&lt;code&gt;datesinlist: true&lt;/code&gt;&lt;/strong&gt; in your config.yaml &lt;a class=&#34;anchor&#34; href=&#34;#if-you-want-to-display-the-date-on-the-left-of-the-titles-you-have-to-add-datesinlisttrue-in-your-configtoml-or-datesinlist-true-in-your-configyaml&#34;&gt; &lt;/code&gt;&lt;/pre&gt;&lt;p&gt;If you want to display the date on the left of the titles, you have to add &lt;strong&gt;&lt;code&gt;datesinlist=true&lt;/code&gt;&lt;/strong&gt; in your config.toml or &lt;strong&gt;&lt;code&gt;datesinlist: true&lt;/code&gt;&lt;/strong&gt; in your config.yaml&lt;/p&gt;
&lt;span class=&#34;spanForHeader&#34;&gt;#&lt;/span&gt; &lt;p&gt;You probably don&amp;rsquo;t need &lt;strong&gt;&lt;code&gt;enableGitInfo = true&lt;/code&gt;&lt;/strong&gt; as that will crash your website, I have no idea what it does, you don&amp;rsquo;t need it.&lt;/p&gt;
&lt;/a&gt;&lt;/h4&gt;&lt;h5 id=&#34;you-probably-dont-need-enablegitinfo--true-as-that-will-crash-your-website-i-have-no-idea-what-it-does-you-dont-need-it&#34;&gt;You probably don&amp;rsquo;t need &lt;strong&gt;&lt;code&gt;enableGitInfo = true&lt;/code&gt;&lt;/strong&gt; as that will crash your website, I have no idea what it does, you don&amp;rsquo;t need it. &lt;a class=&#34;anchor&#34; href=&#34;#you-probably-dont-need-enablegitinfo--true-as-that-will-crash-your-website-i-have-no-idea-what-it-does-you-dont-need-it&#34;&gt;
&lt;span class=&#34;spanForHeader&#34;&gt;#&lt;/span&gt;
&lt;/a&gt;&lt;/h5&gt;&lt;div style=&#34;text-align: center;&#34;&gt;
&lt;h2 id=&#34;using-your-custom-_indexhtml&#34;&gt;Using your custom _index.html &lt;a class=&#34;anchor&#34; href=&#34;#using-your-custom-_indexhtml&#34;&gt; &lt;h2 id=&#34;using-your-custom-_indexhtml&#34;&gt;Using your custom _index.html &lt;a class=&#34;anchor&#34; href=&#34;#using-your-custom-_indexhtml&#34;&gt;
&lt;span class=&#34;spanForHeader&#34;&gt;#&lt;/span&gt; &lt;span class=&#34;spanForHeader&#34;&gt;#&lt;/span&gt;
&lt;/a&gt;&lt;/h2&gt;&lt;/div&gt; &lt;/a&gt;&lt;/h2&gt;&lt;p&gt;After creating your custom _index.html you&amp;rsquo;d use it as follows:&lt;/p&gt;
&lt;p&gt;After creating your custom _index.html you&amp;rsquo;d use it as follows:&lt;/p&gt;
&lt;ol&gt; &lt;ol&gt;
&lt;li&gt;Create an _index.md file in your desired directory&lt;/li&gt; &lt;li&gt;Create an _index.md file in your desired directory&lt;/li&gt;
&lt;li&gt;Add &lt;strong&gt;&lt;code&gt;layout: &amp;quot;hackbook/order-by-oldest&amp;quot;&lt;/code&gt;&lt;/strong&gt; to your preamble (if you named your folder and or file something else, you have to change it here)&lt;/li&gt; &lt;li&gt;Add &lt;strong&gt;&lt;code&gt;layout: &amp;quot;hackbook/order-by-oldest&amp;quot;&lt;/code&gt;&lt;/strong&gt; to your preamble (if you named your folder and or file something else, you have to change it here)&lt;/li&gt;
@ -4018,9 +4012,9 @@ porn and or masturbation&amp;#160;&lt;a href=&#34;#fnref:2&#34; class=&#34;footn
<guid>https://vodoraslo.xyz/library/hackbook/00-00-hackbookeasypeasy/</guid> <guid>https://vodoraslo.xyz/library/hackbook/00-00-hackbookeasypeasy/</guid>
<description>&lt;div style=&#34;text-align: center;&#34;&gt; <description>&lt;div style=&#34;text-align: center;&#34;&gt;
&lt;h1 id=&#34;a-hrefhackbookhackbookpdfclick-to-download-hackbookeasypeasy-original-pdfa&#34;&gt;&lt;a href=&#34;https://vodoraslo.xyz/hackbook/hackbook.pdf&#34;&gt;Click to download HackBookEasyPeasy (original pdf)&lt;/a&gt; &lt;a class=&#34;anchor&#34; href=&#34;#a-hrefhackbookhackbookpdfclick-to-download-hackbookeasypeasy-original-pdfa&#34;&gt; &lt;h2 id=&#34;a-hrefhackbookhackbookpdfclick-to-download-hackbookeasypeasy-original-pdfa&#34;&gt;&lt;a href=&#34;https://vodoraslo.xyz/hackbook/hackbook.pdf&#34;&gt;Click to download HackBookEasyPeasy (original pdf)&lt;/a&gt; &lt;a class=&#34;anchor&#34; href=&#34;#a-hrefhackbookhackbookpdfclick-to-download-hackbookeasypeasy-original-pdfa&#34;&gt;
&lt;span class=&#34;spanForHeader&#34;&gt;#&lt;/span&gt; &lt;span class=&#34;spanForHeader&#34;&gt;#&lt;/span&gt;
&lt;/a&gt;&lt;/h1&gt;&lt;h3 id=&#34;easypeasyway&#34;&gt;EasyPeasyWay &lt;a class=&#34;anchor&#34; href=&#34;#easypeasyway&#34;&gt; &lt;/a&gt;&lt;/h2&gt;&lt;h3 id=&#34;easypeasyway&#34;&gt;EasyPeasyWay &lt;a class=&#34;anchor&#34; href=&#34;#easypeasyway&#34;&gt;
&lt;span class=&#34;spanForHeader&#34;&gt;#&lt;/span&gt; &lt;span class=&#34;spanForHeader&#34;&gt;#&lt;/span&gt;
&lt;/a&gt;&lt;/h3&gt;&lt;h4 id=&#34;httpssitesgooglecomsitehackbookeasypeasyhomehttpssitesgooglecomsitehackbookeasypeasyhome&#34;&gt;&lt;a href=&#34;https://sites.google.com/site/hackbookeasypeasy/home&#34;&gt;https://sites.google.com/site/hackbookeasypeasy/home&lt;/a&gt; &lt;a class=&#34;anchor&#34; href=&#34;#httpssitesgooglecomsitehackbookeasypeasyhomehttpssitesgooglecomsitehackbookeasypeasyhome&#34;&gt; &lt;/a&gt;&lt;/h3&gt;&lt;h4 id=&#34;httpssitesgooglecomsitehackbookeasypeasyhomehttpssitesgooglecomsitehackbookeasypeasyhome&#34;&gt;&lt;a href=&#34;https://sites.google.com/site/hackbookeasypeasy/home&#34;&gt;https://sites.google.com/site/hackbookeasypeasy/home&lt;/a&gt; &lt;a class=&#34;anchor&#34; href=&#34;#httpssitesgooglecomsitehackbookeasypeasyhomehttpssitesgooglecomsitehackbookeasypeasyhome&#34;&gt;
&lt;span class=&#34;spanForHeader&#34;&gt;#&lt;/span&gt; &lt;span class=&#34;spanForHeader&#34;&gt;#&lt;/span&gt;
@ -4069,13 +4063,13 @@ formed does not list Internet pornography as one of the addictions that it provi
<pubDate>Sat, 17 Dec 2022 17:20:18 +0200</pubDate> <pubDate>Sat, 17 Dec 2022 17:20:18 +0200</pubDate>
<guid>https://vodoraslo.xyz/helloworld/</guid> <guid>https://vodoraslo.xyz/helloworld/</guid>
<description>&lt;h1 id=&#34;obligatory-hello-world&#34;&gt;Obligatory Hello World! &lt;a class=&#34;anchor&#34; href=&#34;#obligatory-hello-world&#34;&gt; <description>&lt;h2 id=&#34;obligatory-hello-world&#34;&gt;Obligatory Hello World! &lt;a class=&#34;anchor&#34; href=&#34;#obligatory-hello-world&#34;&gt;
&lt;span class=&#34;spanForHeader&#34;&gt;#&lt;/span&gt; &lt;span class=&#34;spanForHeader&#34;&gt;#&lt;/span&gt;
&lt;/a&gt;&lt;/h1&gt;&lt;p&gt;trying to see which hugo theme i like best&lt;/p&gt; &lt;/a&gt;&lt;/h2&gt;&lt;p&gt;trying to see which hugo theme i like best&lt;/p&gt;
&lt;p&gt;had some issues with papermod and their css not working so for now i&amp;rsquo;ll use lugo&lt;/p&gt; &lt;p&gt;had some issues with papermod and their css not working so for now i&amp;rsquo;ll use lugo&lt;/p&gt;
&lt;h2 id=&#34;stuff-i-like&#34;&gt;stuff i like &lt;a class=&#34;anchor&#34; href=&#34;#stuff-i-like&#34;&gt; &lt;h3 id=&#34;stuff-i-like&#34;&gt;stuff i like &lt;a class=&#34;anchor&#34; href=&#34;#stuff-i-like&#34;&gt;
&lt;span class=&#34;spanForHeader&#34;&gt;#&lt;/span&gt; &lt;span class=&#34;spanForHeader&#34;&gt;#&lt;/span&gt;
&lt;/a&gt;&lt;/h2&gt;&lt;ul&gt; &lt;/a&gt;&lt;/h3&gt;&lt;ul&gt;
&lt;li&gt;touching grass and nature in general (wannabe farmer)&lt;/li&gt; &lt;li&gt;touching grass and nature in general (wannabe farmer)&lt;/li&gt;
&lt;li&gt;にっぽんese &lt;li&gt;にっぽんese
&lt;ul&gt; &lt;ul&gt;

View file

@ -18,9 +18,9 @@ I hacked Allen Carrs book and his method of de-addiction to adapt it for PMO.
<article> <article>
<div style="text-align: center;"> <div style="text-align: center;">
<h1 id="a-hrefhackbookhackbookpdfclick-to-download-hackbookeasypeasy-original-pdfa"><a href="/hackbook/hackbook.pdf">Click to download HackBookEasyPeasy (original pdf)</a> <a class="anchor" href="#a-hrefhackbookhackbookpdfclick-to-download-hackbookeasypeasy-original-pdfa"> <h2 id="a-hrefhackbookhackbookpdfclick-to-download-hackbookeasypeasy-original-pdfa"><a href="/hackbook/hackbook.pdf">Click to download HackBookEasyPeasy (original pdf)</a> <a class="anchor" href="#a-hrefhackbookhackbookpdfclick-to-download-hackbookeasypeasy-original-pdfa">
<span class="spanForHeader">#</span> <span class="spanForHeader">#</span>
</a></h1><h3 id="easypeasyway">EasyPeasyWay <a class="anchor" href="#easypeasyway"> </a></h2><h3 id="easypeasyway">EasyPeasyWay <a class="anchor" href="#easypeasyway">
<span class="spanForHeader">#</span> <span class="spanForHeader">#</span>
</a></h3><h4 id="httpssitesgooglecomsitehackbookeasypeasyhomehttpssitesgooglecomsitehackbookeasypeasyhome"><a href="https://sites.google.com/site/hackbookeasypeasy/home">https://sites.google.com/site/hackbookeasypeasy/home</a> <a class="anchor" href="#httpssitesgooglecomsitehackbookeasypeasyhomehttpssitesgooglecomsitehackbookeasypeasyhome"> </a></h3><h4 id="httpssitesgooglecomsitehackbookeasypeasyhomehttpssitesgooglecomsitehackbookeasypeasyhome"><a href="https://sites.google.com/site/hackbookeasypeasy/home">https://sites.google.com/site/hackbookeasypeasy/home</a> <a class="anchor" href="#httpssitesgooglecomsitehackbookeasypeasyhomehttpssitesgooglecomsitehackbookeasypeasyhome">
<span class="spanForHeader">#</span> <span class="spanForHeader">#</span>

View file

@ -16,11 +16,11 @@
<header><h1 id="tag_Hackbook EasyPeasy - free yourself from pornography">Hackbook EasyPeasy - Free Yourself From Pornography</h1></header> <header><h1 id="tag_Hackbook EasyPeasy - free yourself from pornography">Hackbook EasyPeasy - Free Yourself From Pornography</h1></header>
<article> <article>
<div style="text-align: center;"> <div style="text-align: center;">
<h1 id="imgnew_turninggif-a-hrefhackbookhackbookpdfclick-to-download-the-original-pdfa-imgnew_turninggif"><img src="/img/new_turning.gif" alt=""> <a href="/hackbook/hackbook.pdf">Click to download the original pdf</a> <img src="/img/new_turning.gif" alt=""> <a class="anchor" href="#imgnew_turninggif-a-hrefhackbookhackbookpdfclick-to-download-the-original-pdfa-imgnew_turninggif"> <h2 id="imgnew_turninggif-a-hrefhackbookhackbookpdfclick-to-download-the-original-pdfa-imgnew_turninggif"><img src="/img/new_turning.gif" alt=""> <a href="/hackbook/hackbook.pdf">Click to download the original pdf</a> <img src="/img/new_turning.gif" alt=""> <a class="anchor" href="#imgnew_turninggif-a-hrefhackbookhackbookpdfclick-to-download-the-original-pdfa-imgnew_turninggif">
<span class="spanForHeader">#</span> <span class="spanForHeader">#</span>
</a></h1><h1 id="imgnew_turninggif-a-target_blank-hrefhttpswebarchiveorgweb20201014165025httpssitesgooglecomsitehackbookeasypeasyarchive-of-the-original-google-sites-webpagea-imgnew_turninggif"><img src="/img/new_turning.gif" alt=""> <a target="_blank" href="https://web.archive.org/web/20201014165025/https://sites.google.com/site/hackbookeasypeasy/">Archive of the original google sites webpage</a> <img src="/img/new_turning.gif" alt=""> <a class="anchor" href="#imgnew_turninggif-a-target_blank-hrefhttpswebarchiveorgweb20201014165025httpssitesgooglecomsitehackbookeasypeasyarchive-of-the-original-google-sites-webpagea-imgnew_turninggif"> </a></h2><h2 id="imgnew_turninggif-a-target_blank-hrefhttpswebarchiveorgweb20201014165025httpssitesgooglecomsitehackbookeasypeasyarchive-of-the-original-google-sites-webpagea-imgnew_turninggif"><img src="/img/new_turning.gif" alt=""> <a target="_blank" href="https://web.archive.org/web/20201014165025/https://sites.google.com/site/hackbookeasypeasy/">Archive of the original google sites webpage</a> <img src="/img/new_turning.gif" alt=""> <a class="anchor" href="#imgnew_turninggif-a-target_blank-hrefhttpswebarchiveorgweb20201014165025httpssitesgooglecomsitehackbookeasypeasyarchive-of-the-original-google-sites-webpagea-imgnew_turninggif">
<span class="spanForHeader">#</span> <span class="spanForHeader">#</span>
</a></h1></div> </a></h2></div>
<ul> <ul>
<li><time datetime="2022-12-19T22:01:36&#43;02:00">2022 Dec 19</time> &ndash; <a href="/library/hackbook/00-00-hackbookeasypeasy/">00-00 HackBook EasyPeasy</a></li> <li><time datetime="2022-12-19T22:01:36&#43;02:00">2022 Dec 19</time> &ndash; <a href="/library/hackbook/00-00-hackbookeasypeasy/">00-00 HackBook EasyPeasy</a></li>
<li><time datetime="2022-12-19T22:14:52&#43;02:00">2022 Dec 19</time> &ndash; <a href="/library/hackbook/01-01-preface/">01-01 Preface</a></li> <li><time datetime="2022-12-19T22:14:52&#43;02:00">2022 Dec 19</time> &ndash; <a href="/library/hackbook/01-01-preface/">01-01 Preface</a></li>

View file

@ -772,9 +772,9 @@ Wired magazine.
<pubDate>Sat, 01 Apr 2023 14:24:10 +0300</pubDate> <pubDate>Sat, 01 Apr 2023 14:24:10 +0300</pubDate>
<guid>https://vodoraslo.xyz/library/ted-kaczynski/why-the-technological-system-will-destroy-itself/</guid> <guid>https://vodoraslo.xyz/library/ted-kaczynski/why-the-technological-system-will-destroy-itself/</guid>
<description>&lt;h1 id=&#34;i&#34;&gt;I. &lt;a class=&#34;anchor&#34; href=&#34;#i&#34;&gt; <description>&lt;h2 id=&#34;i&#34;&gt;I. &lt;a class=&#34;anchor&#34; href=&#34;#i&#34;&gt;
&lt;span class=&#34;spanForHeader&#34;&gt;#&lt;/span&gt; &lt;span class=&#34;spanForHeader&#34;&gt;#&lt;/span&gt;
&lt;/a&gt;&lt;/h1&gt;&lt;p&gt;Our discussion deals with self-propagating systems. By a self-propagating system (self-prop system for short) we mean a system that tends to promote its own survival and propagation. A system may propagate itself in either or both of two ways: The system may indefinitely increase its own size and/or power, or it may give rise to new systems that possess some of its own traits.&lt;/p&gt; &lt;/a&gt;&lt;/h2&gt;&lt;p&gt;Our discussion deals with self-propagating systems. By a self-propagating system (self-prop system for short) we mean a system that tends to promote its own survival and propagation. A system may propagate itself in either or both of two ways: The system may indefinitely increase its own size and/or power, or it may give rise to new systems that possess some of its own traits.&lt;/p&gt;
&lt;p&gt;The most obvious examples of self-propagating systems are biological organisms. Groups of biological organisms can also constitute self-prop systems; e.g., wolf packs and hives of honeybees. Particularly important for our purposes are self-prop systems that consist of groups of human beings. For example, nations, corporations, labor unions, and political parties; also some groups that are not clearly delimited and lack formal organization, such as schools of thought, social networks, and subcultures. Just as wolf packs and beehives are self-propagating without any conscious intention on the part of wolves or bees to propagate their packs or their hives, there is no reason why a human group cannot be self-propagating independently of any intention on the part of the individuals who comprise the group.&lt;/p&gt; &lt;p&gt;The most obvious examples of self-propagating systems are biological organisms. Groups of biological organisms can also constitute self-prop systems; e.g., wolf packs and hives of honeybees. Particularly important for our purposes are self-prop systems that consist of groups of human beings. For example, nations, corporations, labor unions, and political parties; also some groups that are not clearly delimited and lack formal organization, such as schools of thought, social networks, and subcultures. Just as wolf packs and beehives are self-propagating without any conscious intention on the part of wolves or bees to propagate their packs or their hives, there is no reason why a human group cannot be self-propagating independently of any intention on the part of the individuals who comprise the group.&lt;/p&gt;
&lt;p&gt;If A and B are systems of any kind (self-propagating or not), and if A is a functioning component of B, then we will call A a subsystem of B, and we will call B a supersystem of A. For example, in human hunting-and-gathering societies, individuals are members of bands, and bands often are organized into tribes. Individuals, bands, and tribes are all self-prop systems. The individual is a subsystem of the band, the band is a subsystem of the tribe, the tribe is a supersystem of each band that belongs to it, and each band is a supersystem of every individual who belongs to that band. It is also true that each individual is a subsystem of the tribe and that the tribe is a supersystem of every individual who belongs to a band that belongs to the tribe.&lt;/p&gt; &lt;p&gt;If A and B are systems of any kind (self-propagating or not), and if A is a functioning component of B, then we will call A a subsystem of B, and we will call B a supersystem of A. For example, in human hunting-and-gathering societies, individuals are members of bands, and bands often are organized into tribes. Individuals, bands, and tribes are all self-prop systems. The individual is a subsystem of the band, the band is a subsystem of the tribe, the tribe is a supersystem of each band that belongs to it, and each band is a supersystem of every individual who belongs to that band. It is also true that each individual is a subsystem of the tribe and that the tribe is a supersystem of every individual who belongs to a band that belongs to the tribe.&lt;/p&gt;
&lt;p&gt;The principle of natural selection is operative not only in biology, but in any environment in which self-propagating systems are present. The principle can be stated roughly as follows:&lt;/p&gt; &lt;p&gt;The principle of natural selection is operative not only in biology, but in any environment in which self-propagating systems are present. The principle can be stated roughly as follows:&lt;/p&gt;
@ -827,9 +827,9 @@ Wired magazine.
&lt;p&gt;The theory weve outline here provides a plausible explanation for the so-called “Fermi Paradox”. It is believed that there should be numerous planets on which technologically advanced civilizations have evolved, and which are not so remote from us that we could not by this time have detected the radio transmissions of those civilizations. The Fermi Paradox consists in the fact that our astronomers have never been able to detect any radio signals that seem to have originated form an intelligent extraterrestrial source.&lt;sup id=&#34;fnref:13&#34;&gt;&lt;a href=&#34;#fn:13&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;13&lt;/a&gt;&lt;/sup&gt;&lt;/p&gt; &lt;p&gt;The theory weve outline here provides a plausible explanation for the so-called “Fermi Paradox”. It is believed that there should be numerous planets on which technologically advanced civilizations have evolved, and which are not so remote from us that we could not by this time have detected the radio transmissions of those civilizations. The Fermi Paradox consists in the fact that our astronomers have never been able to detect any radio signals that seem to have originated form an intelligent extraterrestrial source.&lt;sup id=&#34;fnref:13&#34;&gt;&lt;a href=&#34;#fn:13&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;13&lt;/a&gt;&lt;/sup&gt;&lt;/p&gt;
&lt;p&gt;According to Ray Kurzweil, one common explanation of the Fermi Paradox is “that a civilization may obliterate itself once it reaches radio capability. This explanation might be acceptable if we were talking about only a few such civilizations, but [if such civilizations have been numerous], it is not credible to believe that every one of them destroyed itself.”&lt;sup id=&#34;fnref:14&#34;&gt;&lt;a href=&#34;#fn:14&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;14&lt;/a&gt;&lt;/sup&gt;&lt;/p&gt; &lt;p&gt;According to Ray Kurzweil, one common explanation of the Fermi Paradox is “that a civilization may obliterate itself once it reaches radio capability. This explanation might be acceptable if we were talking about only a few such civilizations, but [if such civilizations have been numerous], it is not credible to believe that every one of them destroyed itself.”&lt;sup id=&#34;fnref:14&#34;&gt;&lt;a href=&#34;#fn:14&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;14&lt;/a&gt;&lt;/sup&gt;&lt;/p&gt;
&lt;p&gt;Kurzweil would be right if the self-destruction of a civilization were merely a matter of chance. But there is nothing implausible about the foregoing explanation of the Fermi Paradox if there is a process common to all technologically advanced civilizations that consistently leads them to self-destruction. In this essay we have argued that there is such a process.&lt;/p&gt; &lt;p&gt;Kurzweil would be right if the self-destruction of a civilization were merely a matter of chance. But there is nothing implausible about the foregoing explanation of the Fermi Paradox if there is a process common to all technologically advanced civilizations that consistently leads them to self-destruction. In this essay we have argued that there is such a process.&lt;/p&gt;
&lt;h1 id=&#34;ii&#34;&gt;II. &lt;a class=&#34;anchor&#34; href=&#34;#ii&#34;&gt; &lt;h2 id=&#34;ii&#34;&gt;II. &lt;a class=&#34;anchor&#34; href=&#34;#ii&#34;&gt;
&lt;span class=&#34;spanForHeader&#34;&gt;#&lt;/span&gt; &lt;span class=&#34;spanForHeader&#34;&gt;#&lt;/span&gt;
&lt;/a&gt;&lt;/h1&gt;&lt;p&gt;Our discussion of self-propagating systems merely describes in general and abstract terms what we see going on all around us in concrete form: Organizations, movements, ideologies are locked in an unremitting struggle for power. Those that fail to compete successfully are eliminated or subjugated.&lt;sup id=&#34;fnref:15&#34;&gt;&lt;a href=&#34;#fn:15&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;15&lt;/a&gt;&lt;/sup&gt; The struggle is almost exclusively for power in the short term; the competitors pay scant attention even to their own long-term survival,&lt;sup id=&#34;fnref:16&#34;&gt;&lt;a href=&#34;#fn:16&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;16&lt;/a&gt;&lt;/sup&gt; let alone to the welfare of the human race or of the biosphere. Thats why nuclear weapons have not been banned, emissions of carbon dioxide have not been reduced to a safe level, the Earths resources are being exploited at an utterly reckless rate, and no limitation has been placed on development of powerful but dangerous technologies.&lt;/p&gt; &lt;/a&gt;&lt;/h2&gt;&lt;p&gt;Our discussion of self-propagating systems merely describes in general and abstract terms what we see going on all around us in concrete form: Organizations, movements, ideologies are locked in an unremitting struggle for power. Those that fail to compete successfully are eliminated or subjugated.&lt;sup id=&#34;fnref:15&#34;&gt;&lt;a href=&#34;#fn:15&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;15&lt;/a&gt;&lt;/sup&gt; The struggle is almost exclusively for power in the short term; the competitors pay scant attention even to their own long-term survival,&lt;sup id=&#34;fnref:16&#34;&gt;&lt;a href=&#34;#fn:16&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;16&lt;/a&gt;&lt;/sup&gt; let alone to the welfare of the human race or of the biosphere. Thats why nuclear weapons have not been banned, emissions of carbon dioxide have not been reduced to a safe level, the Earths resources are being exploited at an utterly reckless rate, and no limitation has been placed on development of powerful but dangerous technologies.&lt;/p&gt;
&lt;p&gt;The purpose of describing the process in general and abstract terms, as weve done here, is to show that what is happening to our world is not accidental; it is not the result of some chance conjunction of historical circumstances or of some flaw of character peculiar to human beings. Given the nature of self-propagating systems in general, the destructive process that we see today is made inevitable by a combination of two factors: the colossal power of modern technology and the availability of rapid transportation and communication between any two parts of the world.&lt;/p&gt; &lt;p&gt;The purpose of describing the process in general and abstract terms, as weve done here, is to show that what is happening to our world is not accidental; it is not the result of some chance conjunction of historical circumstances or of some flaw of character peculiar to human beings. Given the nature of self-propagating systems in general, the destructive process that we see today is made inevitable by a combination of two factors: the colossal power of modern technology and the availability of rapid transportation and communication between any two parts of the world.&lt;/p&gt;
&lt;p&gt;Recognition of this may help us to avoid wasting time on naïve efforts to solve our current problems. For example, on efforts to teach people to conserve energy and resources. Such efforts accomplish nothing whatever.&lt;/p&gt; &lt;p&gt;Recognition of this may help us to avoid wasting time on naïve efforts to solve our current problems. For example, on efforts to teach people to conserve energy and resources. Such efforts accomplish nothing whatever.&lt;/p&gt;
&lt;p&gt;It seems amazing that those who advocate energy conservation havent noticed what happens: As soon as some energy is freed up by conservation, the technological world-system gobbles it up and demands more. No matter how much energy is provided, the system always expands rapidly until it is using all available energy, and then it demands still more. The same is true of other resources. The technological world-system infallibly expands until it reaches a limit imposed by an insufficiency of resources, and then it tries to push beyond that limit regardless of consequences.&lt;/p&gt; &lt;p&gt;It seems amazing that those who advocate energy conservation havent noticed what happens: As soon as some energy is freed up by conservation, the technological world-system gobbles it up and demands more. No matter how much energy is provided, the system always expands rapidly until it is using all available energy, and then it demands still more. The same is true of other resources. The technological world-system infallibly expands until it reaches a limit imposed by an insufficiency of resources, and then it tries to push beyond that limit regardless of consequences.&lt;/p&gt;
@ -1832,9 +1832,9 @@ Wired magazine.
<pubDate>Thu, 12 Jan 2023 21:34:30 +0200</pubDate> <pubDate>Thu, 12 Jan 2023 21:34:30 +0200</pubDate>
<guid>https://vodoraslo.xyz/blog/recover-lost-anki-streak/</guid> <guid>https://vodoraslo.xyz/blog/recover-lost-anki-streak/</guid>
<description>&lt;h1 id=&#34;how-to-recover-a-lost-anki-streak&#34;&gt;How to recover a lost anki streak &lt;a class=&#34;anchor&#34; href=&#34;#how-to-recover-a-lost-anki-streak&#34;&gt; <description>&lt;h2 id=&#34;how-to-recover-a-lost-anki-streak&#34;&gt;How to recover a lost anki streak &lt;a class=&#34;anchor&#34; href=&#34;#how-to-recover-a-lost-anki-streak&#34;&gt;
&lt;span class=&#34;spanForHeader&#34;&gt;#&lt;/span&gt; &lt;span class=&#34;spanForHeader&#34;&gt;#&lt;/span&gt;
&lt;/a&gt;&lt;/h1&gt;&lt;p&gt;Word for word copy paste of what fixed my issue. &lt;a href=&#34;https://www.reddit.com/r/Anki/comments/ndt6ag/comment/gycwiti/?utm_source=share&amp;amp;utm_medium=web2x&amp;amp;context=3&#34;&gt;Original post&lt;/a&gt;&lt;/p&gt; &lt;/a&gt;&lt;/h2&gt;&lt;p&gt;Word for word copy paste of what fixed my issue. &lt;a href=&#34;https://www.reddit.com/r/Anki/comments/ndt6ag/comment/gycwiti/?utm_source=share&amp;amp;utm_medium=web2x&amp;amp;context=3&#34;&gt;Original post&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;btw i had to create a seperate Custom Study for cards i had forgotten, i set it to 1 day, did one review and followed from step 7&lt;/em&gt;&lt;/p&gt; &lt;p&gt;&lt;em&gt;btw i had to create a seperate Custom Study for cards i had forgotten, i set it to 1 day, did one review and followed from step 7&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;Happened to me as well, idk why. But there is a way to cheat streaks:&lt;/p&gt; &lt;p&gt;Happened to me as well, idk why. But there is a way to cheat streaks:&lt;/p&gt;
&lt;ol&gt; &lt;ol&gt;
@ -1856,12 +1856,12 @@ Wired magazine.
<pubDate>Wed, 04 Jan 2023 22:52:24 +0200</pubDate> <pubDate>Wed, 04 Jan 2023 22:52:24 +0200</pubDate>
<guid>https://vodoraslo.xyz/blog/meta-description-in-hugo/</guid> <guid>https://vodoraslo.xyz/blog/meta-description-in-hugo/</guid>
<description>&lt;h1 id=&#34;adding-meta-description-in-hugo&#34;&gt;Adding meta description in Hugo &lt;a class=&#34;anchor&#34; href=&#34;#adding-meta-description-in-hugo&#34;&gt; <description>&lt;h2 id=&#34;adding-meta-description-in-hugo&#34;&gt;Adding meta description in Hugo &lt;a class=&#34;anchor&#34; href=&#34;#adding-meta-description-in-hugo&#34;&gt;
&lt;span class=&#34;spanForHeader&#34;&gt;#&lt;/span&gt; &lt;span class=&#34;spanForHeader&#34;&gt;#&lt;/span&gt;
&lt;/a&gt;&lt;/h1&gt;&lt;p&gt;I assume you are using Luke Smith&amp;rsquo;s theme - Lugo, if you are not, you&amp;rsquo;d have to find these files yourself (e.g. search using vscode).&lt;/p&gt; &lt;/a&gt;&lt;/h2&gt;&lt;p&gt;I assume you are using Luke Smith&amp;rsquo;s theme - Lugo, if you are not, you&amp;rsquo;d have to find these files yourself (e.g. search using vscode).&lt;/p&gt;
&lt;h2 id=&#34;setting-a-global-meta-description&#34;&gt;Setting a global meta description &lt;a class=&#34;anchor&#34; href=&#34;#setting-a-global-meta-description&#34;&gt; &lt;h3 id=&#34;setting-a-global-meta-description&#34;&gt;Setting a global meta description &lt;a class=&#34;anchor&#34; href=&#34;#setting-a-global-meta-description&#34;&gt;
&lt;span class=&#34;spanForHeader&#34;&gt;#&lt;/span&gt; &lt;span class=&#34;spanForHeader&#34;&gt;#&lt;/span&gt;
&lt;/a&gt;&lt;/h2&gt;&lt;ol&gt; &lt;/a&gt;&lt;/h3&gt;&lt;ol&gt;
&lt;li&gt;Locate your config.toml or config.yaml file&lt;/li&gt; &lt;li&gt;Locate your config.toml or config.yaml file&lt;/li&gt;
&lt;li&gt;Add the following line inside it&lt;/li&gt; &lt;li&gt;Add the following line inside it&lt;/li&gt;
&lt;/ol&gt; &lt;/ol&gt;
@ -1872,17 +1872,17 @@ Wired magazine.
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;&#34;&gt;&lt;code class=&#34;language-yaml&#34; data-lang=&#34;yaml&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#f92672&#34;&gt;params&lt;/span&gt;: &lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;&#34;&gt;&lt;code class=&#34;language-yaml&#34; data-lang=&#34;yaml&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#f92672&#34;&gt;params&lt;/span&gt;:
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt; &lt;span style=&#34;color:#f92672&#34;&gt;description&lt;/span&gt;: &lt;span style=&#34;color:#ae81ff&#34;&gt;The global meta description of your website&lt;/span&gt; &lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt; &lt;span style=&#34;color:#f92672&#34;&gt;description&lt;/span&gt;: &lt;span style=&#34;color:#ae81ff&#34;&gt;The global meta description of your website&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;It won&amp;rsquo;t work just yet because you have to update the &lt;code&gt;baseof.html&lt;/code&gt; file.&lt;/p&gt; &lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;It won&amp;rsquo;t work just yet because you have to update the &lt;code&gt;baseof.html&lt;/code&gt; file.&lt;/p&gt;
&lt;h2 id=&#34;updating-the-baseofhtml-file&#34;&gt;Updating the baseof.html file &lt;a class=&#34;anchor&#34; href=&#34;#updating-the-baseofhtml-file&#34;&gt; &lt;h3 id=&#34;updating-the-baseofhtml-file&#34;&gt;Updating the baseof.html file &lt;a class=&#34;anchor&#34; href=&#34;#updating-the-baseofhtml-file&#34;&gt;
&lt;span class=&#34;spanForHeader&#34;&gt;#&lt;/span&gt; &lt;span class=&#34;spanForHeader&#34;&gt;#&lt;/span&gt;
&lt;/a&gt;&lt;/h2&gt;&lt;ol&gt; &lt;/a&gt;&lt;/h3&gt;&lt;ol&gt;
&lt;li&gt;Locate baseof.html&lt;/li&gt; &lt;li&gt;Locate baseof.html&lt;/li&gt;
&lt;li&gt;Add or change the meta description line with the following&lt;/li&gt; &lt;li&gt;Add or change the meta description line with the following&lt;/li&gt;
&lt;/ol&gt; &lt;/ol&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;&#34;&gt;&lt;code class=&#34;language-html&#34; data-lang=&#34;html&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&amp;lt;&lt;span style=&#34;color:#f92672&#34;&gt;meta&lt;/span&gt; &lt;span style=&#34;color:#a6e22e&#34;&gt;name&lt;/span&gt;&lt;span style=&#34;color:#f92672&#34;&gt;=&lt;/span&gt;&lt;span style=&#34;color:#e6db74&#34;&gt;&amp;#34;description&amp;#34;&lt;/span&gt; &lt;span style=&#34;color:#a6e22e&#34;&gt;content&lt;/span&gt;&lt;span style=&#34;color:#f92672&#34;&gt;=&lt;/span&gt;&lt;span style=&#34;color:#e6db74&#34;&gt;&amp;#34;{{ if .Page.Params.description }}{{ .Page.Params.description }}{{ else if .Summary}}{{ .Summary }}{{else}}{{ .Site.Params.description}}{{ end }}&amp;#34;&lt;/span&gt;/&amp;gt; &lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;&#34;&gt;&lt;code class=&#34;language-html&#34; data-lang=&#34;html&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&amp;lt;&lt;span style=&#34;color:#f92672&#34;&gt;meta&lt;/span&gt; &lt;span style=&#34;color:#a6e22e&#34;&gt;name&lt;/span&gt;&lt;span style=&#34;color:#f92672&#34;&gt;=&lt;/span&gt;&lt;span style=&#34;color:#e6db74&#34;&gt;&amp;#34;description&amp;#34;&lt;/span&gt; &lt;span style=&#34;color:#a6e22e&#34;&gt;content&lt;/span&gt;&lt;span style=&#34;color:#f92672&#34;&gt;=&lt;/span&gt;&lt;span style=&#34;color:#e6db74&#34;&gt;&amp;#34;{{ if .Page.Params.description }}{{ .Page.Params.description }}{{ else if .Summary}}{{ .Summary }}{{else}}{{ .Site.Params.description}}{{ end }}&amp;#34;&lt;/span&gt;/&amp;gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;And now if you start your Hugo server locally with &lt;code&gt;hugo serve --noHTTPCache&lt;/code&gt; and you right click on your page -&amp;gt; View Page Source -&amp;gt; Search for the meta description tag. It should match what you left in the config file.&lt;/p&gt; &lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;And now if you start your Hugo server locally with &lt;code&gt;hugo serve --noHTTPCache&lt;/code&gt; and you right click on your page -&amp;gt; View Page Source -&amp;gt; Search for the meta description tag. It should match what you left in the config file.&lt;/p&gt;
&lt;h2 id=&#34;replacing-the-global-description-with-a-custom-one&#34;&gt;Replacing the global description with a custom one &lt;a class=&#34;anchor&#34; href=&#34;#replacing-the-global-description-with-a-custom-one&#34;&gt; &lt;h3 id=&#34;replacing-the-global-description-with-a-custom-one&#34;&gt;Replacing the global description with a custom one &lt;a class=&#34;anchor&#34; href=&#34;#replacing-the-global-description-with-a-custom-one&#34;&gt;
&lt;span class=&#34;spanForHeader&#34;&gt;#&lt;/span&gt; &lt;span class=&#34;spanForHeader&#34;&gt;#&lt;/span&gt;
&lt;/a&gt;&lt;/h2&gt;&lt;ol&gt; &lt;/a&gt;&lt;/h3&gt;&lt;ol&gt;
&lt;li&gt;Have a markdown file ready&lt;/li&gt; &lt;li&gt;Have a markdown file ready&lt;/li&gt;
&lt;li&gt;In the preamble, add&lt;/li&gt; &lt;li&gt;In the preamble, add&lt;/li&gt;
&lt;/ol&gt; &lt;/ol&gt;
@ -1899,11 +1899,9 @@ Wired magazine.
<pubDate>Tue, 03 Jan 2023 22:36:03 +0200</pubDate> <pubDate>Tue, 03 Jan 2023 22:36:03 +0200</pubDate>
<guid>https://vodoraslo.xyz/blog/multiple-index-pages-in-hugo/</guid> <guid>https://vodoraslo.xyz/blog/multiple-index-pages-in-hugo/</guid>
<description>&lt;div style=&#34;text-align: center;&#34;&gt; <description>&lt;h2 id=&#34;this-is-how-to-create-multiple-index-pages-in-hugo&#34;&gt;This is how to create multiple index pages in Hugo &lt;a class=&#34;anchor&#34; href=&#34;#this-is-how-to-create-multiple-index-pages-in-hugo&#34;&gt;
&lt;h2 id=&#34;this-is-how-to-create-multiple-index-pages-in-hugo&#34;&gt;This is how to create multiple index pages in Hugo &lt;a class=&#34;anchor&#34; href=&#34;#this-is-how-to-create-multiple-index-pages-in-hugo&#34;&gt;
&lt;span class=&#34;spanForHeader&#34;&gt;#&lt;/span&gt; &lt;span class=&#34;spanForHeader&#34;&gt;#&lt;/span&gt;
&lt;/a&gt;&lt;/h2&gt;&lt;/div&gt; &lt;/a&gt;&lt;/h2&gt;&lt;p&gt;I wanted to order &lt;a href=&#34;https://vodoraslo.xyz/hackbook&#34;&gt;Hackbook&lt;/a&gt; in reverse (i.e. oldest to newest) so that it&amp;rsquo;s easier for the reader to start at the correct page.&lt;/p&gt;
&lt;p&gt;I wanted to order &lt;a href=&#34;https://vodoraslo.xyz/hackbook&#34;&gt;Hackbook&lt;/a&gt; in reverse (i.e. oldest to newest) so that it&amp;rsquo;s easier for the reader to start at the correct page.&lt;/p&gt;
&lt;p&gt;I ran into the following problem - the default &lt;strong&gt;&lt;code&gt;list.html&lt;/code&gt;&lt;/strong&gt; does them from newest to oldest.&lt;/p&gt; &lt;p&gt;I ran into the following problem - the default &lt;strong&gt;&lt;code&gt;list.html&lt;/code&gt;&lt;/strong&gt; does them from newest to oldest.&lt;/p&gt;
&lt;p&gt;So I found &lt;a href=&#34;https://discourse.gohugo.io/t/two-home-pages/31312/9&#34;&gt;this forum post&lt;/a&gt; and I created a file in the &lt;strong&gt;&lt;code&gt;_default&lt;/code&gt;&lt;/strong&gt; directory as follows:&lt;/p&gt; &lt;p&gt;So I found &lt;a href=&#34;https://discourse.gohugo.io/t/two-home-pages/31312/9&#34;&gt;this forum post&lt;/a&gt; and I created a file in the &lt;strong&gt;&lt;code&gt;_default&lt;/code&gt;&lt;/strong&gt; directory as follows:&lt;/p&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;layouts &lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;layouts
@ -1935,15 +1933,11 @@ Wired magazine.
{{- end }} {{- end }}
&amp;lt;/ul&amp;gt; &amp;lt;/ul&amp;gt;
{{- end }} {{- end }}
&lt;/code&gt;&lt;/pre&gt;&lt;h4 id=&#34;if-you-want-to-display-the-date-on-the-left-of-the-titles-you-have-to-add-datesinlisttrue-in-your-configtoml-or-datesinlist-true-in-your-configyaml&#34;&gt;if you want to display the date on the left of the titles, you have to add &lt;strong&gt;&lt;code&gt;datesinlist=true&lt;/code&gt;&lt;/strong&gt; in your config.toml or &lt;strong&gt;&lt;code&gt;datesinlist: true&lt;/code&gt;&lt;/strong&gt; in your config.yaml &lt;a class=&#34;anchor&#34; href=&#34;#if-you-want-to-display-the-date-on-the-left-of-the-titles-you-have-to-add-datesinlisttrue-in-your-configtoml-or-datesinlist-true-in-your-configyaml&#34;&gt; &lt;/code&gt;&lt;/pre&gt;&lt;p&gt;If you want to display the date on the left of the titles, you have to add &lt;strong&gt;&lt;code&gt;datesinlist=true&lt;/code&gt;&lt;/strong&gt; in your config.toml or &lt;strong&gt;&lt;code&gt;datesinlist: true&lt;/code&gt;&lt;/strong&gt; in your config.yaml&lt;/p&gt;
&lt;span class=&#34;spanForHeader&#34;&gt;#&lt;/span&gt; &lt;p&gt;You probably don&amp;rsquo;t need &lt;strong&gt;&lt;code&gt;enableGitInfo = true&lt;/code&gt;&lt;/strong&gt; as that will crash your website, I have no idea what it does, you don&amp;rsquo;t need it.&lt;/p&gt;
&lt;/a&gt;&lt;/h4&gt;&lt;h5 id=&#34;you-probably-dont-need-enablegitinfo--true-as-that-will-crash-your-website-i-have-no-idea-what-it-does-you-dont-need-it&#34;&gt;You probably don&amp;rsquo;t need &lt;strong&gt;&lt;code&gt;enableGitInfo = true&lt;/code&gt;&lt;/strong&gt; as that will crash your website, I have no idea what it does, you don&amp;rsquo;t need it. &lt;a class=&#34;anchor&#34; href=&#34;#you-probably-dont-need-enablegitinfo--true-as-that-will-crash-your-website-i-have-no-idea-what-it-does-you-dont-need-it&#34;&gt;
&lt;span class=&#34;spanForHeader&#34;&gt;#&lt;/span&gt;
&lt;/a&gt;&lt;/h5&gt;&lt;div style=&#34;text-align: center;&#34;&gt;
&lt;h2 id=&#34;using-your-custom-_indexhtml&#34;&gt;Using your custom _index.html &lt;a class=&#34;anchor&#34; href=&#34;#using-your-custom-_indexhtml&#34;&gt; &lt;h2 id=&#34;using-your-custom-_indexhtml&#34;&gt;Using your custom _index.html &lt;a class=&#34;anchor&#34; href=&#34;#using-your-custom-_indexhtml&#34;&gt;
&lt;span class=&#34;spanForHeader&#34;&gt;#&lt;/span&gt; &lt;span class=&#34;spanForHeader&#34;&gt;#&lt;/span&gt;
&lt;/a&gt;&lt;/h2&gt;&lt;/div&gt; &lt;/a&gt;&lt;/h2&gt;&lt;p&gt;After creating your custom _index.html you&amp;rsquo;d use it as follows:&lt;/p&gt;
&lt;p&gt;After creating your custom _index.html you&amp;rsquo;d use it as follows:&lt;/p&gt;
&lt;ol&gt; &lt;ol&gt;
&lt;li&gt;Create an _index.md file in your desired directory&lt;/li&gt; &lt;li&gt;Create an _index.md file in your desired directory&lt;/li&gt;
&lt;li&gt;Add &lt;strong&gt;&lt;code&gt;layout: &amp;quot;hackbook/order-by-oldest&amp;quot;&lt;/code&gt;&lt;/strong&gt; to your preamble (if you named your folder and or file something else, you have to change it here)&lt;/li&gt; &lt;li&gt;Add &lt;strong&gt;&lt;code&gt;layout: &amp;quot;hackbook/order-by-oldest&amp;quot;&lt;/code&gt;&lt;/strong&gt; to your preamble (if you named your folder and or file something else, you have to change it here)&lt;/li&gt;
@ -4018,9 +4012,9 @@ porn and or masturbation&amp;#160;&lt;a href=&#34;#fnref:2&#34; class=&#34;footn
<guid>https://vodoraslo.xyz/library/hackbook/00-00-hackbookeasypeasy/</guid> <guid>https://vodoraslo.xyz/library/hackbook/00-00-hackbookeasypeasy/</guid>
<description>&lt;div style=&#34;text-align: center;&#34;&gt; <description>&lt;div style=&#34;text-align: center;&#34;&gt;
&lt;h1 id=&#34;a-hrefhackbookhackbookpdfclick-to-download-hackbookeasypeasy-original-pdfa&#34;&gt;&lt;a href=&#34;https://vodoraslo.xyz/hackbook/hackbook.pdf&#34;&gt;Click to download HackBookEasyPeasy (original pdf)&lt;/a&gt; &lt;a class=&#34;anchor&#34; href=&#34;#a-hrefhackbookhackbookpdfclick-to-download-hackbookeasypeasy-original-pdfa&#34;&gt; &lt;h2 id=&#34;a-hrefhackbookhackbookpdfclick-to-download-hackbookeasypeasy-original-pdfa&#34;&gt;&lt;a href=&#34;https://vodoraslo.xyz/hackbook/hackbook.pdf&#34;&gt;Click to download HackBookEasyPeasy (original pdf)&lt;/a&gt; &lt;a class=&#34;anchor&#34; href=&#34;#a-hrefhackbookhackbookpdfclick-to-download-hackbookeasypeasy-original-pdfa&#34;&gt;
&lt;span class=&#34;spanForHeader&#34;&gt;#&lt;/span&gt; &lt;span class=&#34;spanForHeader&#34;&gt;#&lt;/span&gt;
&lt;/a&gt;&lt;/h1&gt;&lt;h3 id=&#34;easypeasyway&#34;&gt;EasyPeasyWay &lt;a class=&#34;anchor&#34; href=&#34;#easypeasyway&#34;&gt; &lt;/a&gt;&lt;/h2&gt;&lt;h3 id=&#34;easypeasyway&#34;&gt;EasyPeasyWay &lt;a class=&#34;anchor&#34; href=&#34;#easypeasyway&#34;&gt;
&lt;span class=&#34;spanForHeader&#34;&gt;#&lt;/span&gt; &lt;span class=&#34;spanForHeader&#34;&gt;#&lt;/span&gt;
&lt;/a&gt;&lt;/h3&gt;&lt;h4 id=&#34;httpssitesgooglecomsitehackbookeasypeasyhomehttpssitesgooglecomsitehackbookeasypeasyhome&#34;&gt;&lt;a href=&#34;https://sites.google.com/site/hackbookeasypeasy/home&#34;&gt;https://sites.google.com/site/hackbookeasypeasy/home&lt;/a&gt; &lt;a class=&#34;anchor&#34; href=&#34;#httpssitesgooglecomsitehackbookeasypeasyhomehttpssitesgooglecomsitehackbookeasypeasyhome&#34;&gt; &lt;/a&gt;&lt;/h3&gt;&lt;h4 id=&#34;httpssitesgooglecomsitehackbookeasypeasyhomehttpssitesgooglecomsitehackbookeasypeasyhome&#34;&gt;&lt;a href=&#34;https://sites.google.com/site/hackbookeasypeasy/home&#34;&gt;https://sites.google.com/site/hackbookeasypeasy/home&lt;/a&gt; &lt;a class=&#34;anchor&#34; href=&#34;#httpssitesgooglecomsitehackbookeasypeasyhomehttpssitesgooglecomsitehackbookeasypeasyhome&#34;&gt;
&lt;span class=&#34;spanForHeader&#34;&gt;#&lt;/span&gt; &lt;span class=&#34;spanForHeader&#34;&gt;#&lt;/span&gt;
@ -4069,13 +4063,13 @@ formed does not list Internet pornography as one of the addictions that it provi
<pubDate>Sat, 17 Dec 2022 17:20:18 +0200</pubDate> <pubDate>Sat, 17 Dec 2022 17:20:18 +0200</pubDate>
<guid>https://vodoraslo.xyz/helloworld/</guid> <guid>https://vodoraslo.xyz/helloworld/</guid>
<description>&lt;h1 id=&#34;obligatory-hello-world&#34;&gt;Obligatory Hello World! &lt;a class=&#34;anchor&#34; href=&#34;#obligatory-hello-world&#34;&gt; <description>&lt;h2 id=&#34;obligatory-hello-world&#34;&gt;Obligatory Hello World! &lt;a class=&#34;anchor&#34; href=&#34;#obligatory-hello-world&#34;&gt;
&lt;span class=&#34;spanForHeader&#34;&gt;#&lt;/span&gt; &lt;span class=&#34;spanForHeader&#34;&gt;#&lt;/span&gt;
&lt;/a&gt;&lt;/h1&gt;&lt;p&gt;trying to see which hugo theme i like best&lt;/p&gt; &lt;/a&gt;&lt;/h2&gt;&lt;p&gt;trying to see which hugo theme i like best&lt;/p&gt;
&lt;p&gt;had some issues with papermod and their css not working so for now i&amp;rsquo;ll use lugo&lt;/p&gt; &lt;p&gt;had some issues with papermod and their css not working so for now i&amp;rsquo;ll use lugo&lt;/p&gt;
&lt;h2 id=&#34;stuff-i-like&#34;&gt;stuff i like &lt;a class=&#34;anchor&#34; href=&#34;#stuff-i-like&#34;&gt; &lt;h3 id=&#34;stuff-i-like&#34;&gt;stuff i like &lt;a class=&#34;anchor&#34; href=&#34;#stuff-i-like&#34;&gt;
&lt;span class=&#34;spanForHeader&#34;&gt;#&lt;/span&gt; &lt;span class=&#34;spanForHeader&#34;&gt;#&lt;/span&gt;
&lt;/a&gt;&lt;/h2&gt;&lt;ul&gt; &lt;/a&gt;&lt;/h3&gt;&lt;ul&gt;
&lt;li&gt;touching grass and nature in general (wannabe farmer)&lt;/li&gt; &lt;li&gt;touching grass and nature in general (wannabe farmer)&lt;/li&gt;
&lt;li&gt;にっぽんese &lt;li&gt;にっぽんese
&lt;ul&gt; &lt;ul&gt;

View file

@ -772,9 +772,9 @@ Wired magazine.
<pubDate>Sat, 01 Apr 2023 14:24:10 +0300</pubDate> <pubDate>Sat, 01 Apr 2023 14:24:10 +0300</pubDate>
<guid>https://vodoraslo.xyz/library/ted-kaczynski/why-the-technological-system-will-destroy-itself/</guid> <guid>https://vodoraslo.xyz/library/ted-kaczynski/why-the-technological-system-will-destroy-itself/</guid>
<description>&lt;h1 id=&#34;i&#34;&gt;I. &lt;a class=&#34;anchor&#34; href=&#34;#i&#34;&gt; <description>&lt;h2 id=&#34;i&#34;&gt;I. &lt;a class=&#34;anchor&#34; href=&#34;#i&#34;&gt;
&lt;span class=&#34;spanForHeader&#34;&gt;#&lt;/span&gt; &lt;span class=&#34;spanForHeader&#34;&gt;#&lt;/span&gt;
&lt;/a&gt;&lt;/h1&gt;&lt;p&gt;Our discussion deals with self-propagating systems. By a self-propagating system (self-prop system for short) we mean a system that tends to promote its own survival and propagation. A system may propagate itself in either or both of two ways: The system may indefinitely increase its own size and/or power, or it may give rise to new systems that possess some of its own traits.&lt;/p&gt; &lt;/a&gt;&lt;/h2&gt;&lt;p&gt;Our discussion deals with self-propagating systems. By a self-propagating system (self-prop system for short) we mean a system that tends to promote its own survival and propagation. A system may propagate itself in either or both of two ways: The system may indefinitely increase its own size and/or power, or it may give rise to new systems that possess some of its own traits.&lt;/p&gt;
&lt;p&gt;The most obvious examples of self-propagating systems are biological organisms. Groups of biological organisms can also constitute self-prop systems; e.g., wolf packs and hives of honeybees. Particularly important for our purposes are self-prop systems that consist of groups of human beings. For example, nations, corporations, labor unions, and political parties; also some groups that are not clearly delimited and lack formal organization, such as schools of thought, social networks, and subcultures. Just as wolf packs and beehives are self-propagating without any conscious intention on the part of wolves or bees to propagate their packs or their hives, there is no reason why a human group cannot be self-propagating independently of any intention on the part of the individuals who comprise the group.&lt;/p&gt; &lt;p&gt;The most obvious examples of self-propagating systems are biological organisms. Groups of biological organisms can also constitute self-prop systems; e.g., wolf packs and hives of honeybees. Particularly important for our purposes are self-prop systems that consist of groups of human beings. For example, nations, corporations, labor unions, and political parties; also some groups that are not clearly delimited and lack formal organization, such as schools of thought, social networks, and subcultures. Just as wolf packs and beehives are self-propagating without any conscious intention on the part of wolves or bees to propagate their packs or their hives, there is no reason why a human group cannot be self-propagating independently of any intention on the part of the individuals who comprise the group.&lt;/p&gt;
&lt;p&gt;If A and B are systems of any kind (self-propagating or not), and if A is a functioning component of B, then we will call A a subsystem of B, and we will call B a supersystem of A. For example, in human hunting-and-gathering societies, individuals are members of bands, and bands often are organized into tribes. Individuals, bands, and tribes are all self-prop systems. The individual is a subsystem of the band, the band is a subsystem of the tribe, the tribe is a supersystem of each band that belongs to it, and each band is a supersystem of every individual who belongs to that band. It is also true that each individual is a subsystem of the tribe and that the tribe is a supersystem of every individual who belongs to a band that belongs to the tribe.&lt;/p&gt; &lt;p&gt;If A and B are systems of any kind (self-propagating or not), and if A is a functioning component of B, then we will call A a subsystem of B, and we will call B a supersystem of A. For example, in human hunting-and-gathering societies, individuals are members of bands, and bands often are organized into tribes. Individuals, bands, and tribes are all self-prop systems. The individual is a subsystem of the band, the band is a subsystem of the tribe, the tribe is a supersystem of each band that belongs to it, and each band is a supersystem of every individual who belongs to that band. It is also true that each individual is a subsystem of the tribe and that the tribe is a supersystem of every individual who belongs to a band that belongs to the tribe.&lt;/p&gt;
&lt;p&gt;The principle of natural selection is operative not only in biology, but in any environment in which self-propagating systems are present. The principle can be stated roughly as follows:&lt;/p&gt; &lt;p&gt;The principle of natural selection is operative not only in biology, but in any environment in which self-propagating systems are present. The principle can be stated roughly as follows:&lt;/p&gt;
@ -827,9 +827,9 @@ Wired magazine.
&lt;p&gt;The theory weve outline here provides a plausible explanation for the so-called “Fermi Paradox”. It is believed that there should be numerous planets on which technologically advanced civilizations have evolved, and which are not so remote from us that we could not by this time have detected the radio transmissions of those civilizations. The Fermi Paradox consists in the fact that our astronomers have never been able to detect any radio signals that seem to have originated form an intelligent extraterrestrial source.&lt;sup id=&#34;fnref:13&#34;&gt;&lt;a href=&#34;#fn:13&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;13&lt;/a&gt;&lt;/sup&gt;&lt;/p&gt; &lt;p&gt;The theory weve outline here provides a plausible explanation for the so-called “Fermi Paradox”. It is believed that there should be numerous planets on which technologically advanced civilizations have evolved, and which are not so remote from us that we could not by this time have detected the radio transmissions of those civilizations. The Fermi Paradox consists in the fact that our astronomers have never been able to detect any radio signals that seem to have originated form an intelligent extraterrestrial source.&lt;sup id=&#34;fnref:13&#34;&gt;&lt;a href=&#34;#fn:13&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;13&lt;/a&gt;&lt;/sup&gt;&lt;/p&gt;
&lt;p&gt;According to Ray Kurzweil, one common explanation of the Fermi Paradox is “that a civilization may obliterate itself once it reaches radio capability. This explanation might be acceptable if we were talking about only a few such civilizations, but [if such civilizations have been numerous], it is not credible to believe that every one of them destroyed itself.”&lt;sup id=&#34;fnref:14&#34;&gt;&lt;a href=&#34;#fn:14&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;14&lt;/a&gt;&lt;/sup&gt;&lt;/p&gt; &lt;p&gt;According to Ray Kurzweil, one common explanation of the Fermi Paradox is “that a civilization may obliterate itself once it reaches radio capability. This explanation might be acceptable if we were talking about only a few such civilizations, but [if such civilizations have been numerous], it is not credible to believe that every one of them destroyed itself.”&lt;sup id=&#34;fnref:14&#34;&gt;&lt;a href=&#34;#fn:14&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;14&lt;/a&gt;&lt;/sup&gt;&lt;/p&gt;
&lt;p&gt;Kurzweil would be right if the self-destruction of a civilization were merely a matter of chance. But there is nothing implausible about the foregoing explanation of the Fermi Paradox if there is a process common to all technologically advanced civilizations that consistently leads them to self-destruction. In this essay we have argued that there is such a process.&lt;/p&gt; &lt;p&gt;Kurzweil would be right if the self-destruction of a civilization were merely a matter of chance. But there is nothing implausible about the foregoing explanation of the Fermi Paradox if there is a process common to all technologically advanced civilizations that consistently leads them to self-destruction. In this essay we have argued that there is such a process.&lt;/p&gt;
&lt;h1 id=&#34;ii&#34;&gt;II. &lt;a class=&#34;anchor&#34; href=&#34;#ii&#34;&gt; &lt;h2 id=&#34;ii&#34;&gt;II. &lt;a class=&#34;anchor&#34; href=&#34;#ii&#34;&gt;
&lt;span class=&#34;spanForHeader&#34;&gt;#&lt;/span&gt; &lt;span class=&#34;spanForHeader&#34;&gt;#&lt;/span&gt;
&lt;/a&gt;&lt;/h1&gt;&lt;p&gt;Our discussion of self-propagating systems merely describes in general and abstract terms what we see going on all around us in concrete form: Organizations, movements, ideologies are locked in an unremitting struggle for power. Those that fail to compete successfully are eliminated or subjugated.&lt;sup id=&#34;fnref:15&#34;&gt;&lt;a href=&#34;#fn:15&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;15&lt;/a&gt;&lt;/sup&gt; The struggle is almost exclusively for power in the short term; the competitors pay scant attention even to their own long-term survival,&lt;sup id=&#34;fnref:16&#34;&gt;&lt;a href=&#34;#fn:16&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;16&lt;/a&gt;&lt;/sup&gt; let alone to the welfare of the human race or of the biosphere. Thats why nuclear weapons have not been banned, emissions of carbon dioxide have not been reduced to a safe level, the Earths resources are being exploited at an utterly reckless rate, and no limitation has been placed on development of powerful but dangerous technologies.&lt;/p&gt; &lt;/a&gt;&lt;/h2&gt;&lt;p&gt;Our discussion of self-propagating systems merely describes in general and abstract terms what we see going on all around us in concrete form: Organizations, movements, ideologies are locked in an unremitting struggle for power. Those that fail to compete successfully are eliminated or subjugated.&lt;sup id=&#34;fnref:15&#34;&gt;&lt;a href=&#34;#fn:15&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;15&lt;/a&gt;&lt;/sup&gt; The struggle is almost exclusively for power in the short term; the competitors pay scant attention even to their own long-term survival,&lt;sup id=&#34;fnref:16&#34;&gt;&lt;a href=&#34;#fn:16&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;16&lt;/a&gt;&lt;/sup&gt; let alone to the welfare of the human race or of the biosphere. Thats why nuclear weapons have not been banned, emissions of carbon dioxide have not been reduced to a safe level, the Earths resources are being exploited at an utterly reckless rate, and no limitation has been placed on development of powerful but dangerous technologies.&lt;/p&gt;
&lt;p&gt;The purpose of describing the process in general and abstract terms, as weve done here, is to show that what is happening to our world is not accidental; it is not the result of some chance conjunction of historical circumstances or of some flaw of character peculiar to human beings. Given the nature of self-propagating systems in general, the destructive process that we see today is made inevitable by a combination of two factors: the colossal power of modern technology and the availability of rapid transportation and communication between any two parts of the world.&lt;/p&gt; &lt;p&gt;The purpose of describing the process in general and abstract terms, as weve done here, is to show that what is happening to our world is not accidental; it is not the result of some chance conjunction of historical circumstances or of some flaw of character peculiar to human beings. Given the nature of self-propagating systems in general, the destructive process that we see today is made inevitable by a combination of two factors: the colossal power of modern technology and the availability of rapid transportation and communication between any two parts of the world.&lt;/p&gt;
&lt;p&gt;Recognition of this may help us to avoid wasting time on naïve efforts to solve our current problems. For example, on efforts to teach people to conserve energy and resources. Such efforts accomplish nothing whatever.&lt;/p&gt; &lt;p&gt;Recognition of this may help us to avoid wasting time on naïve efforts to solve our current problems. For example, on efforts to teach people to conserve energy and resources. Such efforts accomplish nothing whatever.&lt;/p&gt;
&lt;p&gt;It seems amazing that those who advocate energy conservation havent noticed what happens: As soon as some energy is freed up by conservation, the technological world-system gobbles it up and demands more. No matter how much energy is provided, the system always expands rapidly until it is using all available energy, and then it demands still more. The same is true of other resources. The technological world-system infallibly expands until it reaches a limit imposed by an insufficiency of resources, and then it tries to push beyond that limit regardless of consequences.&lt;/p&gt; &lt;p&gt;It seems amazing that those who advocate energy conservation havent noticed what happens: As soon as some energy is freed up by conservation, the technological world-system gobbles it up and demands more. No matter how much energy is provided, the system always expands rapidly until it is using all available energy, and then it demands still more. The same is true of other resources. The technological world-system infallibly expands until it reaches a limit imposed by an insufficiency of resources, and then it tries to push beyond that limit regardless of consequences.&lt;/p&gt;
@ -1832,9 +1832,9 @@ Wired magazine.
<pubDate>Thu, 12 Jan 2023 21:34:30 +0200</pubDate> <pubDate>Thu, 12 Jan 2023 21:34:30 +0200</pubDate>
<guid>https://vodoraslo.xyz/blog/recover-lost-anki-streak/</guid> <guid>https://vodoraslo.xyz/blog/recover-lost-anki-streak/</guid>
<description>&lt;h1 id=&#34;how-to-recover-a-lost-anki-streak&#34;&gt;How to recover a lost anki streak &lt;a class=&#34;anchor&#34; href=&#34;#how-to-recover-a-lost-anki-streak&#34;&gt; <description>&lt;h2 id=&#34;how-to-recover-a-lost-anki-streak&#34;&gt;How to recover a lost anki streak &lt;a class=&#34;anchor&#34; href=&#34;#how-to-recover-a-lost-anki-streak&#34;&gt;
&lt;span class=&#34;spanForHeader&#34;&gt;#&lt;/span&gt; &lt;span class=&#34;spanForHeader&#34;&gt;#&lt;/span&gt;
&lt;/a&gt;&lt;/h1&gt;&lt;p&gt;Word for word copy paste of what fixed my issue. &lt;a href=&#34;https://www.reddit.com/r/Anki/comments/ndt6ag/comment/gycwiti/?utm_source=share&amp;amp;utm_medium=web2x&amp;amp;context=3&#34;&gt;Original post&lt;/a&gt;&lt;/p&gt; &lt;/a&gt;&lt;/h2&gt;&lt;p&gt;Word for word copy paste of what fixed my issue. &lt;a href=&#34;https://www.reddit.com/r/Anki/comments/ndt6ag/comment/gycwiti/?utm_source=share&amp;amp;utm_medium=web2x&amp;amp;context=3&#34;&gt;Original post&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;btw i had to create a seperate Custom Study for cards i had forgotten, i set it to 1 day, did one review and followed from step 7&lt;/em&gt;&lt;/p&gt; &lt;p&gt;&lt;em&gt;btw i had to create a seperate Custom Study for cards i had forgotten, i set it to 1 day, did one review and followed from step 7&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;Happened to me as well, idk why. But there is a way to cheat streaks:&lt;/p&gt; &lt;p&gt;Happened to me as well, idk why. But there is a way to cheat streaks:&lt;/p&gt;
&lt;ol&gt; &lt;ol&gt;
@ -1856,12 +1856,12 @@ Wired magazine.
<pubDate>Wed, 04 Jan 2023 22:52:24 +0200</pubDate> <pubDate>Wed, 04 Jan 2023 22:52:24 +0200</pubDate>
<guid>https://vodoraslo.xyz/blog/meta-description-in-hugo/</guid> <guid>https://vodoraslo.xyz/blog/meta-description-in-hugo/</guid>
<description>&lt;h1 id=&#34;adding-meta-description-in-hugo&#34;&gt;Adding meta description in Hugo &lt;a class=&#34;anchor&#34; href=&#34;#adding-meta-description-in-hugo&#34;&gt; <description>&lt;h2 id=&#34;adding-meta-description-in-hugo&#34;&gt;Adding meta description in Hugo &lt;a class=&#34;anchor&#34; href=&#34;#adding-meta-description-in-hugo&#34;&gt;
&lt;span class=&#34;spanForHeader&#34;&gt;#&lt;/span&gt; &lt;span class=&#34;spanForHeader&#34;&gt;#&lt;/span&gt;
&lt;/a&gt;&lt;/h1&gt;&lt;p&gt;I assume you are using Luke Smith&amp;rsquo;s theme - Lugo, if you are not, you&amp;rsquo;d have to find these files yourself (e.g. search using vscode).&lt;/p&gt; &lt;/a&gt;&lt;/h2&gt;&lt;p&gt;I assume you are using Luke Smith&amp;rsquo;s theme - Lugo, if you are not, you&amp;rsquo;d have to find these files yourself (e.g. search using vscode).&lt;/p&gt;
&lt;h2 id=&#34;setting-a-global-meta-description&#34;&gt;Setting a global meta description &lt;a class=&#34;anchor&#34; href=&#34;#setting-a-global-meta-description&#34;&gt; &lt;h3 id=&#34;setting-a-global-meta-description&#34;&gt;Setting a global meta description &lt;a class=&#34;anchor&#34; href=&#34;#setting-a-global-meta-description&#34;&gt;
&lt;span class=&#34;spanForHeader&#34;&gt;#&lt;/span&gt; &lt;span class=&#34;spanForHeader&#34;&gt;#&lt;/span&gt;
&lt;/a&gt;&lt;/h2&gt;&lt;ol&gt; &lt;/a&gt;&lt;/h3&gt;&lt;ol&gt;
&lt;li&gt;Locate your config.toml or config.yaml file&lt;/li&gt; &lt;li&gt;Locate your config.toml or config.yaml file&lt;/li&gt;
&lt;li&gt;Add the following line inside it&lt;/li&gt; &lt;li&gt;Add the following line inside it&lt;/li&gt;
&lt;/ol&gt; &lt;/ol&gt;
@ -1872,17 +1872,17 @@ Wired magazine.
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;&#34;&gt;&lt;code class=&#34;language-yaml&#34; data-lang=&#34;yaml&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#f92672&#34;&gt;params&lt;/span&gt;: &lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;&#34;&gt;&lt;code class=&#34;language-yaml&#34; data-lang=&#34;yaml&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#f92672&#34;&gt;params&lt;/span&gt;:
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt; &lt;span style=&#34;color:#f92672&#34;&gt;description&lt;/span&gt;: &lt;span style=&#34;color:#ae81ff&#34;&gt;The global meta description of your website&lt;/span&gt; &lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt; &lt;span style=&#34;color:#f92672&#34;&gt;description&lt;/span&gt;: &lt;span style=&#34;color:#ae81ff&#34;&gt;The global meta description of your website&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;It won&amp;rsquo;t work just yet because you have to update the &lt;code&gt;baseof.html&lt;/code&gt; file.&lt;/p&gt; &lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;It won&amp;rsquo;t work just yet because you have to update the &lt;code&gt;baseof.html&lt;/code&gt; file.&lt;/p&gt;
&lt;h2 id=&#34;updating-the-baseofhtml-file&#34;&gt;Updating the baseof.html file &lt;a class=&#34;anchor&#34; href=&#34;#updating-the-baseofhtml-file&#34;&gt; &lt;h3 id=&#34;updating-the-baseofhtml-file&#34;&gt;Updating the baseof.html file &lt;a class=&#34;anchor&#34; href=&#34;#updating-the-baseofhtml-file&#34;&gt;
&lt;span class=&#34;spanForHeader&#34;&gt;#&lt;/span&gt; &lt;span class=&#34;spanForHeader&#34;&gt;#&lt;/span&gt;
&lt;/a&gt;&lt;/h2&gt;&lt;ol&gt; &lt;/a&gt;&lt;/h3&gt;&lt;ol&gt;
&lt;li&gt;Locate baseof.html&lt;/li&gt; &lt;li&gt;Locate baseof.html&lt;/li&gt;
&lt;li&gt;Add or change the meta description line with the following&lt;/li&gt; &lt;li&gt;Add or change the meta description line with the following&lt;/li&gt;
&lt;/ol&gt; &lt;/ol&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;&#34;&gt;&lt;code class=&#34;language-html&#34; data-lang=&#34;html&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&amp;lt;&lt;span style=&#34;color:#f92672&#34;&gt;meta&lt;/span&gt; &lt;span style=&#34;color:#a6e22e&#34;&gt;name&lt;/span&gt;&lt;span style=&#34;color:#f92672&#34;&gt;=&lt;/span&gt;&lt;span style=&#34;color:#e6db74&#34;&gt;&amp;#34;description&amp;#34;&lt;/span&gt; &lt;span style=&#34;color:#a6e22e&#34;&gt;content&lt;/span&gt;&lt;span style=&#34;color:#f92672&#34;&gt;=&lt;/span&gt;&lt;span style=&#34;color:#e6db74&#34;&gt;&amp;#34;{{ if .Page.Params.description }}{{ .Page.Params.description }}{{ else if .Summary}}{{ .Summary }}{{else}}{{ .Site.Params.description}}{{ end }}&amp;#34;&lt;/span&gt;/&amp;gt; &lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;&#34;&gt;&lt;code class=&#34;language-html&#34; data-lang=&#34;html&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&amp;lt;&lt;span style=&#34;color:#f92672&#34;&gt;meta&lt;/span&gt; &lt;span style=&#34;color:#a6e22e&#34;&gt;name&lt;/span&gt;&lt;span style=&#34;color:#f92672&#34;&gt;=&lt;/span&gt;&lt;span style=&#34;color:#e6db74&#34;&gt;&amp;#34;description&amp;#34;&lt;/span&gt; &lt;span style=&#34;color:#a6e22e&#34;&gt;content&lt;/span&gt;&lt;span style=&#34;color:#f92672&#34;&gt;=&lt;/span&gt;&lt;span style=&#34;color:#e6db74&#34;&gt;&amp;#34;{{ if .Page.Params.description }}{{ .Page.Params.description }}{{ else if .Summary}}{{ .Summary }}{{else}}{{ .Site.Params.description}}{{ end }}&amp;#34;&lt;/span&gt;/&amp;gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;And now if you start your Hugo server locally with &lt;code&gt;hugo serve --noHTTPCache&lt;/code&gt; and you right click on your page -&amp;gt; View Page Source -&amp;gt; Search for the meta description tag. It should match what you left in the config file.&lt;/p&gt; &lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;And now if you start your Hugo server locally with &lt;code&gt;hugo serve --noHTTPCache&lt;/code&gt; and you right click on your page -&amp;gt; View Page Source -&amp;gt; Search for the meta description tag. It should match what you left in the config file.&lt;/p&gt;
&lt;h2 id=&#34;replacing-the-global-description-with-a-custom-one&#34;&gt;Replacing the global description with a custom one &lt;a class=&#34;anchor&#34; href=&#34;#replacing-the-global-description-with-a-custom-one&#34;&gt; &lt;h3 id=&#34;replacing-the-global-description-with-a-custom-one&#34;&gt;Replacing the global description with a custom one &lt;a class=&#34;anchor&#34; href=&#34;#replacing-the-global-description-with-a-custom-one&#34;&gt;
&lt;span class=&#34;spanForHeader&#34;&gt;#&lt;/span&gt; &lt;span class=&#34;spanForHeader&#34;&gt;#&lt;/span&gt;
&lt;/a&gt;&lt;/h2&gt;&lt;ol&gt; &lt;/a&gt;&lt;/h3&gt;&lt;ol&gt;
&lt;li&gt;Have a markdown file ready&lt;/li&gt; &lt;li&gt;Have a markdown file ready&lt;/li&gt;
&lt;li&gt;In the preamble, add&lt;/li&gt; &lt;li&gt;In the preamble, add&lt;/li&gt;
&lt;/ol&gt; &lt;/ol&gt;
@ -1899,11 +1899,9 @@ Wired magazine.
<pubDate>Tue, 03 Jan 2023 22:36:03 +0200</pubDate> <pubDate>Tue, 03 Jan 2023 22:36:03 +0200</pubDate>
<guid>https://vodoraslo.xyz/blog/multiple-index-pages-in-hugo/</guid> <guid>https://vodoraslo.xyz/blog/multiple-index-pages-in-hugo/</guid>
<description>&lt;div style=&#34;text-align: center;&#34;&gt; <description>&lt;h2 id=&#34;this-is-how-to-create-multiple-index-pages-in-hugo&#34;&gt;This is how to create multiple index pages in Hugo &lt;a class=&#34;anchor&#34; href=&#34;#this-is-how-to-create-multiple-index-pages-in-hugo&#34;&gt;
&lt;h2 id=&#34;this-is-how-to-create-multiple-index-pages-in-hugo&#34;&gt;This is how to create multiple index pages in Hugo &lt;a class=&#34;anchor&#34; href=&#34;#this-is-how-to-create-multiple-index-pages-in-hugo&#34;&gt;
&lt;span class=&#34;spanForHeader&#34;&gt;#&lt;/span&gt; &lt;span class=&#34;spanForHeader&#34;&gt;#&lt;/span&gt;
&lt;/a&gt;&lt;/h2&gt;&lt;/div&gt; &lt;/a&gt;&lt;/h2&gt;&lt;p&gt;I wanted to order &lt;a href=&#34;https://vodoraslo.xyz/hackbook&#34;&gt;Hackbook&lt;/a&gt; in reverse (i.e. oldest to newest) so that it&amp;rsquo;s easier for the reader to start at the correct page.&lt;/p&gt;
&lt;p&gt;I wanted to order &lt;a href=&#34;https://vodoraslo.xyz/hackbook&#34;&gt;Hackbook&lt;/a&gt; in reverse (i.e. oldest to newest) so that it&amp;rsquo;s easier for the reader to start at the correct page.&lt;/p&gt;
&lt;p&gt;I ran into the following problem - the default &lt;strong&gt;&lt;code&gt;list.html&lt;/code&gt;&lt;/strong&gt; does them from newest to oldest.&lt;/p&gt; &lt;p&gt;I ran into the following problem - the default &lt;strong&gt;&lt;code&gt;list.html&lt;/code&gt;&lt;/strong&gt; does them from newest to oldest.&lt;/p&gt;
&lt;p&gt;So I found &lt;a href=&#34;https://discourse.gohugo.io/t/two-home-pages/31312/9&#34;&gt;this forum post&lt;/a&gt; and I created a file in the &lt;strong&gt;&lt;code&gt;_default&lt;/code&gt;&lt;/strong&gt; directory as follows:&lt;/p&gt; &lt;p&gt;So I found &lt;a href=&#34;https://discourse.gohugo.io/t/two-home-pages/31312/9&#34;&gt;this forum post&lt;/a&gt; and I created a file in the &lt;strong&gt;&lt;code&gt;_default&lt;/code&gt;&lt;/strong&gt; directory as follows:&lt;/p&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;layouts &lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;layouts
@ -1935,15 +1933,11 @@ Wired magazine.
{{- end }} {{- end }}
&amp;lt;/ul&amp;gt; &amp;lt;/ul&amp;gt;
{{- end }} {{- end }}
&lt;/code&gt;&lt;/pre&gt;&lt;h4 id=&#34;if-you-want-to-display-the-date-on-the-left-of-the-titles-you-have-to-add-datesinlisttrue-in-your-configtoml-or-datesinlist-true-in-your-configyaml&#34;&gt;if you want to display the date on the left of the titles, you have to add &lt;strong&gt;&lt;code&gt;datesinlist=true&lt;/code&gt;&lt;/strong&gt; in your config.toml or &lt;strong&gt;&lt;code&gt;datesinlist: true&lt;/code&gt;&lt;/strong&gt; in your config.yaml &lt;a class=&#34;anchor&#34; href=&#34;#if-you-want-to-display-the-date-on-the-left-of-the-titles-you-have-to-add-datesinlisttrue-in-your-configtoml-or-datesinlist-true-in-your-configyaml&#34;&gt; &lt;/code&gt;&lt;/pre&gt;&lt;p&gt;If you want to display the date on the left of the titles, you have to add &lt;strong&gt;&lt;code&gt;datesinlist=true&lt;/code&gt;&lt;/strong&gt; in your config.toml or &lt;strong&gt;&lt;code&gt;datesinlist: true&lt;/code&gt;&lt;/strong&gt; in your config.yaml&lt;/p&gt;
&lt;span class=&#34;spanForHeader&#34;&gt;#&lt;/span&gt; &lt;p&gt;You probably don&amp;rsquo;t need &lt;strong&gt;&lt;code&gt;enableGitInfo = true&lt;/code&gt;&lt;/strong&gt; as that will crash your website, I have no idea what it does, you don&amp;rsquo;t need it.&lt;/p&gt;
&lt;/a&gt;&lt;/h4&gt;&lt;h5 id=&#34;you-probably-dont-need-enablegitinfo--true-as-that-will-crash-your-website-i-have-no-idea-what-it-does-you-dont-need-it&#34;&gt;You probably don&amp;rsquo;t need &lt;strong&gt;&lt;code&gt;enableGitInfo = true&lt;/code&gt;&lt;/strong&gt; as that will crash your website, I have no idea what it does, you don&amp;rsquo;t need it. &lt;a class=&#34;anchor&#34; href=&#34;#you-probably-dont-need-enablegitinfo--true-as-that-will-crash-your-website-i-have-no-idea-what-it-does-you-dont-need-it&#34;&gt;
&lt;span class=&#34;spanForHeader&#34;&gt;#&lt;/span&gt;
&lt;/a&gt;&lt;/h5&gt;&lt;div style=&#34;text-align: center;&#34;&gt;
&lt;h2 id=&#34;using-your-custom-_indexhtml&#34;&gt;Using your custom _index.html &lt;a class=&#34;anchor&#34; href=&#34;#using-your-custom-_indexhtml&#34;&gt; &lt;h2 id=&#34;using-your-custom-_indexhtml&#34;&gt;Using your custom _index.html &lt;a class=&#34;anchor&#34; href=&#34;#using-your-custom-_indexhtml&#34;&gt;
&lt;span class=&#34;spanForHeader&#34;&gt;#&lt;/span&gt; &lt;span class=&#34;spanForHeader&#34;&gt;#&lt;/span&gt;
&lt;/a&gt;&lt;/h2&gt;&lt;/div&gt; &lt;/a&gt;&lt;/h2&gt;&lt;p&gt;After creating your custom _index.html you&amp;rsquo;d use it as follows:&lt;/p&gt;
&lt;p&gt;After creating your custom _index.html you&amp;rsquo;d use it as follows:&lt;/p&gt;
&lt;ol&gt; &lt;ol&gt;
&lt;li&gt;Create an _index.md file in your desired directory&lt;/li&gt; &lt;li&gt;Create an _index.md file in your desired directory&lt;/li&gt;
&lt;li&gt;Add &lt;strong&gt;&lt;code&gt;layout: &amp;quot;hackbook/order-by-oldest&amp;quot;&lt;/code&gt;&lt;/strong&gt; to your preamble (if you named your folder and or file something else, you have to change it here)&lt;/li&gt; &lt;li&gt;Add &lt;strong&gt;&lt;code&gt;layout: &amp;quot;hackbook/order-by-oldest&amp;quot;&lt;/code&gt;&lt;/strong&gt; to your preamble (if you named your folder and or file something else, you have to change it here)&lt;/li&gt;
@ -4018,9 +4012,9 @@ porn and or masturbation&amp;#160;&lt;a href=&#34;#fnref:2&#34; class=&#34;footn
<guid>https://vodoraslo.xyz/library/hackbook/00-00-hackbookeasypeasy/</guid> <guid>https://vodoraslo.xyz/library/hackbook/00-00-hackbookeasypeasy/</guid>
<description>&lt;div style=&#34;text-align: center;&#34;&gt; <description>&lt;div style=&#34;text-align: center;&#34;&gt;
&lt;h1 id=&#34;a-hrefhackbookhackbookpdfclick-to-download-hackbookeasypeasy-original-pdfa&#34;&gt;&lt;a href=&#34;https://vodoraslo.xyz/hackbook/hackbook.pdf&#34;&gt;Click to download HackBookEasyPeasy (original pdf)&lt;/a&gt; &lt;a class=&#34;anchor&#34; href=&#34;#a-hrefhackbookhackbookpdfclick-to-download-hackbookeasypeasy-original-pdfa&#34;&gt; &lt;h2 id=&#34;a-hrefhackbookhackbookpdfclick-to-download-hackbookeasypeasy-original-pdfa&#34;&gt;&lt;a href=&#34;https://vodoraslo.xyz/hackbook/hackbook.pdf&#34;&gt;Click to download HackBookEasyPeasy (original pdf)&lt;/a&gt; &lt;a class=&#34;anchor&#34; href=&#34;#a-hrefhackbookhackbookpdfclick-to-download-hackbookeasypeasy-original-pdfa&#34;&gt;
&lt;span class=&#34;spanForHeader&#34;&gt;#&lt;/span&gt; &lt;span class=&#34;spanForHeader&#34;&gt;#&lt;/span&gt;
&lt;/a&gt;&lt;/h1&gt;&lt;h3 id=&#34;easypeasyway&#34;&gt;EasyPeasyWay &lt;a class=&#34;anchor&#34; href=&#34;#easypeasyway&#34;&gt; &lt;/a&gt;&lt;/h2&gt;&lt;h3 id=&#34;easypeasyway&#34;&gt;EasyPeasyWay &lt;a class=&#34;anchor&#34; href=&#34;#easypeasyway&#34;&gt;
&lt;span class=&#34;spanForHeader&#34;&gt;#&lt;/span&gt; &lt;span class=&#34;spanForHeader&#34;&gt;#&lt;/span&gt;
&lt;/a&gt;&lt;/h3&gt;&lt;h4 id=&#34;httpssitesgooglecomsitehackbookeasypeasyhomehttpssitesgooglecomsitehackbookeasypeasyhome&#34;&gt;&lt;a href=&#34;https://sites.google.com/site/hackbookeasypeasy/home&#34;&gt;https://sites.google.com/site/hackbookeasypeasy/home&lt;/a&gt; &lt;a class=&#34;anchor&#34; href=&#34;#httpssitesgooglecomsitehackbookeasypeasyhomehttpssitesgooglecomsitehackbookeasypeasyhome&#34;&gt; &lt;/a&gt;&lt;/h3&gt;&lt;h4 id=&#34;httpssitesgooglecomsitehackbookeasypeasyhomehttpssitesgooglecomsitehackbookeasypeasyhome&#34;&gt;&lt;a href=&#34;https://sites.google.com/site/hackbookeasypeasy/home&#34;&gt;https://sites.google.com/site/hackbookeasypeasy/home&lt;/a&gt; &lt;a class=&#34;anchor&#34; href=&#34;#httpssitesgooglecomsitehackbookeasypeasyhomehttpssitesgooglecomsitehackbookeasypeasyhome&#34;&gt;
&lt;span class=&#34;spanForHeader&#34;&gt;#&lt;/span&gt; &lt;span class=&#34;spanForHeader&#34;&gt;#&lt;/span&gt;
@ -4069,13 +4063,13 @@ formed does not list Internet pornography as one of the addictions that it provi
<pubDate>Sat, 17 Dec 2022 17:20:18 +0200</pubDate> <pubDate>Sat, 17 Dec 2022 17:20:18 +0200</pubDate>
<guid>https://vodoraslo.xyz/helloworld/</guid> <guid>https://vodoraslo.xyz/helloworld/</guid>
<description>&lt;h1 id=&#34;obligatory-hello-world&#34;&gt;Obligatory Hello World! &lt;a class=&#34;anchor&#34; href=&#34;#obligatory-hello-world&#34;&gt; <description>&lt;h2 id=&#34;obligatory-hello-world&#34;&gt;Obligatory Hello World! &lt;a class=&#34;anchor&#34; href=&#34;#obligatory-hello-world&#34;&gt;
&lt;span class=&#34;spanForHeader&#34;&gt;#&lt;/span&gt; &lt;span class=&#34;spanForHeader&#34;&gt;#&lt;/span&gt;
&lt;/a&gt;&lt;/h1&gt;&lt;p&gt;trying to see which hugo theme i like best&lt;/p&gt; &lt;/a&gt;&lt;/h2&gt;&lt;p&gt;trying to see which hugo theme i like best&lt;/p&gt;
&lt;p&gt;had some issues with papermod and their css not working so for now i&amp;rsquo;ll use lugo&lt;/p&gt; &lt;p&gt;had some issues with papermod and their css not working so for now i&amp;rsquo;ll use lugo&lt;/p&gt;
&lt;h2 id=&#34;stuff-i-like&#34;&gt;stuff i like &lt;a class=&#34;anchor&#34; href=&#34;#stuff-i-like&#34;&gt; &lt;h3 id=&#34;stuff-i-like&#34;&gt;stuff i like &lt;a class=&#34;anchor&#34; href=&#34;#stuff-i-like&#34;&gt;
&lt;span class=&#34;spanForHeader&#34;&gt;#&lt;/span&gt; &lt;span class=&#34;spanForHeader&#34;&gt;#&lt;/span&gt;
&lt;/a&gt;&lt;/h2&gt;&lt;ul&gt; &lt;/a&gt;&lt;/h3&gt;&lt;ul&gt;
&lt;li&gt;touching grass and nature in general (wannabe farmer)&lt;/li&gt; &lt;li&gt;touching grass and nature in general (wannabe farmer)&lt;/li&gt;
&lt;li&gt;にっぽんese &lt;li&gt;にっぽんese
&lt;ul&gt; &lt;ul&gt;

View file

@ -772,9 +772,9 @@ Wired magazine.
<pubDate>Sat, 01 Apr 2023 14:24:10 +0300</pubDate> <pubDate>Sat, 01 Apr 2023 14:24:10 +0300</pubDate>
<guid>https://vodoraslo.xyz/library/ted-kaczynski/why-the-technological-system-will-destroy-itself/</guid> <guid>https://vodoraslo.xyz/library/ted-kaczynski/why-the-technological-system-will-destroy-itself/</guid>
<description>&lt;h1 id=&#34;i&#34;&gt;I. &lt;a class=&#34;anchor&#34; href=&#34;#i&#34;&gt; <description>&lt;h2 id=&#34;i&#34;&gt;I. &lt;a class=&#34;anchor&#34; href=&#34;#i&#34;&gt;
&lt;span class=&#34;spanForHeader&#34;&gt;#&lt;/span&gt; &lt;span class=&#34;spanForHeader&#34;&gt;#&lt;/span&gt;
&lt;/a&gt;&lt;/h1&gt;&lt;p&gt;Our discussion deals with self-propagating systems. By a self-propagating system (self-prop system for short) we mean a system that tends to promote its own survival and propagation. A system may propagate itself in either or both of two ways: The system may indefinitely increase its own size and/or power, or it may give rise to new systems that possess some of its own traits.&lt;/p&gt; &lt;/a&gt;&lt;/h2&gt;&lt;p&gt;Our discussion deals with self-propagating systems. By a self-propagating system (self-prop system for short) we mean a system that tends to promote its own survival and propagation. A system may propagate itself in either or both of two ways: The system may indefinitely increase its own size and/or power, or it may give rise to new systems that possess some of its own traits.&lt;/p&gt;
&lt;p&gt;The most obvious examples of self-propagating systems are biological organisms. Groups of biological organisms can also constitute self-prop systems; e.g., wolf packs and hives of honeybees. Particularly important for our purposes are self-prop systems that consist of groups of human beings. For example, nations, corporations, labor unions, and political parties; also some groups that are not clearly delimited and lack formal organization, such as schools of thought, social networks, and subcultures. Just as wolf packs and beehives are self-propagating without any conscious intention on the part of wolves or bees to propagate their packs or their hives, there is no reason why a human group cannot be self-propagating independently of any intention on the part of the individuals who comprise the group.&lt;/p&gt; &lt;p&gt;The most obvious examples of self-propagating systems are biological organisms. Groups of biological organisms can also constitute self-prop systems; e.g., wolf packs and hives of honeybees. Particularly important for our purposes are self-prop systems that consist of groups of human beings. For example, nations, corporations, labor unions, and political parties; also some groups that are not clearly delimited and lack formal organization, such as schools of thought, social networks, and subcultures. Just as wolf packs and beehives are self-propagating without any conscious intention on the part of wolves or bees to propagate their packs or their hives, there is no reason why a human group cannot be self-propagating independently of any intention on the part of the individuals who comprise the group.&lt;/p&gt;
&lt;p&gt;If A and B are systems of any kind (self-propagating or not), and if A is a functioning component of B, then we will call A a subsystem of B, and we will call B a supersystem of A. For example, in human hunting-and-gathering societies, individuals are members of bands, and bands often are organized into tribes. Individuals, bands, and tribes are all self-prop systems. The individual is a subsystem of the band, the band is a subsystem of the tribe, the tribe is a supersystem of each band that belongs to it, and each band is a supersystem of every individual who belongs to that band. It is also true that each individual is a subsystem of the tribe and that the tribe is a supersystem of every individual who belongs to a band that belongs to the tribe.&lt;/p&gt; &lt;p&gt;If A and B are systems of any kind (self-propagating or not), and if A is a functioning component of B, then we will call A a subsystem of B, and we will call B a supersystem of A. For example, in human hunting-and-gathering societies, individuals are members of bands, and bands often are organized into tribes. Individuals, bands, and tribes are all self-prop systems. The individual is a subsystem of the band, the band is a subsystem of the tribe, the tribe is a supersystem of each band that belongs to it, and each band is a supersystem of every individual who belongs to that band. It is also true that each individual is a subsystem of the tribe and that the tribe is a supersystem of every individual who belongs to a band that belongs to the tribe.&lt;/p&gt;
&lt;p&gt;The principle of natural selection is operative not only in biology, but in any environment in which self-propagating systems are present. The principle can be stated roughly as follows:&lt;/p&gt; &lt;p&gt;The principle of natural selection is operative not only in biology, but in any environment in which self-propagating systems are present. The principle can be stated roughly as follows:&lt;/p&gt;
@ -827,9 +827,9 @@ Wired magazine.
&lt;p&gt;The theory weve outline here provides a plausible explanation for the so-called “Fermi Paradox”. It is believed that there should be numerous planets on which technologically advanced civilizations have evolved, and which are not so remote from us that we could not by this time have detected the radio transmissions of those civilizations. The Fermi Paradox consists in the fact that our astronomers have never been able to detect any radio signals that seem to have originated form an intelligent extraterrestrial source.&lt;sup id=&#34;fnref:13&#34;&gt;&lt;a href=&#34;#fn:13&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;13&lt;/a&gt;&lt;/sup&gt;&lt;/p&gt; &lt;p&gt;The theory weve outline here provides a plausible explanation for the so-called “Fermi Paradox”. It is believed that there should be numerous planets on which technologically advanced civilizations have evolved, and which are not so remote from us that we could not by this time have detected the radio transmissions of those civilizations. The Fermi Paradox consists in the fact that our astronomers have never been able to detect any radio signals that seem to have originated form an intelligent extraterrestrial source.&lt;sup id=&#34;fnref:13&#34;&gt;&lt;a href=&#34;#fn:13&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;13&lt;/a&gt;&lt;/sup&gt;&lt;/p&gt;
&lt;p&gt;According to Ray Kurzweil, one common explanation of the Fermi Paradox is “that a civilization may obliterate itself once it reaches radio capability. This explanation might be acceptable if we were talking about only a few such civilizations, but [if such civilizations have been numerous], it is not credible to believe that every one of them destroyed itself.”&lt;sup id=&#34;fnref:14&#34;&gt;&lt;a href=&#34;#fn:14&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;14&lt;/a&gt;&lt;/sup&gt;&lt;/p&gt; &lt;p&gt;According to Ray Kurzweil, one common explanation of the Fermi Paradox is “that a civilization may obliterate itself once it reaches radio capability. This explanation might be acceptable if we were talking about only a few such civilizations, but [if such civilizations have been numerous], it is not credible to believe that every one of them destroyed itself.”&lt;sup id=&#34;fnref:14&#34;&gt;&lt;a href=&#34;#fn:14&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;14&lt;/a&gt;&lt;/sup&gt;&lt;/p&gt;
&lt;p&gt;Kurzweil would be right if the self-destruction of a civilization were merely a matter of chance. But there is nothing implausible about the foregoing explanation of the Fermi Paradox if there is a process common to all technologically advanced civilizations that consistently leads them to self-destruction. In this essay we have argued that there is such a process.&lt;/p&gt; &lt;p&gt;Kurzweil would be right if the self-destruction of a civilization were merely a matter of chance. But there is nothing implausible about the foregoing explanation of the Fermi Paradox if there is a process common to all technologically advanced civilizations that consistently leads them to self-destruction. In this essay we have argued that there is such a process.&lt;/p&gt;
&lt;h1 id=&#34;ii&#34;&gt;II. &lt;a class=&#34;anchor&#34; href=&#34;#ii&#34;&gt; &lt;h2 id=&#34;ii&#34;&gt;II. &lt;a class=&#34;anchor&#34; href=&#34;#ii&#34;&gt;
&lt;span class=&#34;spanForHeader&#34;&gt;#&lt;/span&gt; &lt;span class=&#34;spanForHeader&#34;&gt;#&lt;/span&gt;
&lt;/a&gt;&lt;/h1&gt;&lt;p&gt;Our discussion of self-propagating systems merely describes in general and abstract terms what we see going on all around us in concrete form: Organizations, movements, ideologies are locked in an unremitting struggle for power. Those that fail to compete successfully are eliminated or subjugated.&lt;sup id=&#34;fnref:15&#34;&gt;&lt;a href=&#34;#fn:15&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;15&lt;/a&gt;&lt;/sup&gt; The struggle is almost exclusively for power in the short term; the competitors pay scant attention even to their own long-term survival,&lt;sup id=&#34;fnref:16&#34;&gt;&lt;a href=&#34;#fn:16&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;16&lt;/a&gt;&lt;/sup&gt; let alone to the welfare of the human race or of the biosphere. Thats why nuclear weapons have not been banned, emissions of carbon dioxide have not been reduced to a safe level, the Earths resources are being exploited at an utterly reckless rate, and no limitation has been placed on development of powerful but dangerous technologies.&lt;/p&gt; &lt;/a&gt;&lt;/h2&gt;&lt;p&gt;Our discussion of self-propagating systems merely describes in general and abstract terms what we see going on all around us in concrete form: Organizations, movements, ideologies are locked in an unremitting struggle for power. Those that fail to compete successfully are eliminated or subjugated.&lt;sup id=&#34;fnref:15&#34;&gt;&lt;a href=&#34;#fn:15&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;15&lt;/a&gt;&lt;/sup&gt; The struggle is almost exclusively for power in the short term; the competitors pay scant attention even to their own long-term survival,&lt;sup id=&#34;fnref:16&#34;&gt;&lt;a href=&#34;#fn:16&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;16&lt;/a&gt;&lt;/sup&gt; let alone to the welfare of the human race or of the biosphere. Thats why nuclear weapons have not been banned, emissions of carbon dioxide have not been reduced to a safe level, the Earths resources are being exploited at an utterly reckless rate, and no limitation has been placed on development of powerful but dangerous technologies.&lt;/p&gt;
&lt;p&gt;The purpose of describing the process in general and abstract terms, as weve done here, is to show that what is happening to our world is not accidental; it is not the result of some chance conjunction of historical circumstances or of some flaw of character peculiar to human beings. Given the nature of self-propagating systems in general, the destructive process that we see today is made inevitable by a combination of two factors: the colossal power of modern technology and the availability of rapid transportation and communication between any two parts of the world.&lt;/p&gt; &lt;p&gt;The purpose of describing the process in general and abstract terms, as weve done here, is to show that what is happening to our world is not accidental; it is not the result of some chance conjunction of historical circumstances or of some flaw of character peculiar to human beings. Given the nature of self-propagating systems in general, the destructive process that we see today is made inevitable by a combination of two factors: the colossal power of modern technology and the availability of rapid transportation and communication between any two parts of the world.&lt;/p&gt;
&lt;p&gt;Recognition of this may help us to avoid wasting time on naïve efforts to solve our current problems. For example, on efforts to teach people to conserve energy and resources. Such efforts accomplish nothing whatever.&lt;/p&gt; &lt;p&gt;Recognition of this may help us to avoid wasting time on naïve efforts to solve our current problems. For example, on efforts to teach people to conserve energy and resources. Such efforts accomplish nothing whatever.&lt;/p&gt;
&lt;p&gt;It seems amazing that those who advocate energy conservation havent noticed what happens: As soon as some energy is freed up by conservation, the technological world-system gobbles it up and demands more. No matter how much energy is provided, the system always expands rapidly until it is using all available energy, and then it demands still more. The same is true of other resources. The technological world-system infallibly expands until it reaches a limit imposed by an insufficiency of resources, and then it tries to push beyond that limit regardless of consequences.&lt;/p&gt; &lt;p&gt;It seems amazing that those who advocate energy conservation havent noticed what happens: As soon as some energy is freed up by conservation, the technological world-system gobbles it up and demands more. No matter how much energy is provided, the system always expands rapidly until it is using all available energy, and then it demands still more. The same is true of other resources. The technological world-system infallibly expands until it reaches a limit imposed by an insufficiency of resources, and then it tries to push beyond that limit regardless of consequences.&lt;/p&gt;
@ -1832,9 +1832,9 @@ Wired magazine.
<pubDate>Thu, 12 Jan 2023 21:34:30 +0200</pubDate> <pubDate>Thu, 12 Jan 2023 21:34:30 +0200</pubDate>
<guid>https://vodoraslo.xyz/blog/recover-lost-anki-streak/</guid> <guid>https://vodoraslo.xyz/blog/recover-lost-anki-streak/</guid>
<description>&lt;h1 id=&#34;how-to-recover-a-lost-anki-streak&#34;&gt;How to recover a lost anki streak &lt;a class=&#34;anchor&#34; href=&#34;#how-to-recover-a-lost-anki-streak&#34;&gt; <description>&lt;h2 id=&#34;how-to-recover-a-lost-anki-streak&#34;&gt;How to recover a lost anki streak &lt;a class=&#34;anchor&#34; href=&#34;#how-to-recover-a-lost-anki-streak&#34;&gt;
&lt;span class=&#34;spanForHeader&#34;&gt;#&lt;/span&gt; &lt;span class=&#34;spanForHeader&#34;&gt;#&lt;/span&gt;
&lt;/a&gt;&lt;/h1&gt;&lt;p&gt;Word for word copy paste of what fixed my issue. &lt;a href=&#34;https://www.reddit.com/r/Anki/comments/ndt6ag/comment/gycwiti/?utm_source=share&amp;amp;utm_medium=web2x&amp;amp;context=3&#34;&gt;Original post&lt;/a&gt;&lt;/p&gt; &lt;/a&gt;&lt;/h2&gt;&lt;p&gt;Word for word copy paste of what fixed my issue. &lt;a href=&#34;https://www.reddit.com/r/Anki/comments/ndt6ag/comment/gycwiti/?utm_source=share&amp;amp;utm_medium=web2x&amp;amp;context=3&#34;&gt;Original post&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;btw i had to create a seperate Custom Study for cards i had forgotten, i set it to 1 day, did one review and followed from step 7&lt;/em&gt;&lt;/p&gt; &lt;p&gt;&lt;em&gt;btw i had to create a seperate Custom Study for cards i had forgotten, i set it to 1 day, did one review and followed from step 7&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;Happened to me as well, idk why. But there is a way to cheat streaks:&lt;/p&gt; &lt;p&gt;Happened to me as well, idk why. But there is a way to cheat streaks:&lt;/p&gt;
&lt;ol&gt; &lt;ol&gt;
@ -1856,12 +1856,12 @@ Wired magazine.
<pubDate>Wed, 04 Jan 2023 22:52:24 +0200</pubDate> <pubDate>Wed, 04 Jan 2023 22:52:24 +0200</pubDate>
<guid>https://vodoraslo.xyz/blog/meta-description-in-hugo/</guid> <guid>https://vodoraslo.xyz/blog/meta-description-in-hugo/</guid>
<description>&lt;h1 id=&#34;adding-meta-description-in-hugo&#34;&gt;Adding meta description in Hugo &lt;a class=&#34;anchor&#34; href=&#34;#adding-meta-description-in-hugo&#34;&gt; <description>&lt;h2 id=&#34;adding-meta-description-in-hugo&#34;&gt;Adding meta description in Hugo &lt;a class=&#34;anchor&#34; href=&#34;#adding-meta-description-in-hugo&#34;&gt;
&lt;span class=&#34;spanForHeader&#34;&gt;#&lt;/span&gt; &lt;span class=&#34;spanForHeader&#34;&gt;#&lt;/span&gt;
&lt;/a&gt;&lt;/h1&gt;&lt;p&gt;I assume you are using Luke Smith&amp;rsquo;s theme - Lugo, if you are not, you&amp;rsquo;d have to find these files yourself (e.g. search using vscode).&lt;/p&gt; &lt;/a&gt;&lt;/h2&gt;&lt;p&gt;I assume you are using Luke Smith&amp;rsquo;s theme - Lugo, if you are not, you&amp;rsquo;d have to find these files yourself (e.g. search using vscode).&lt;/p&gt;
&lt;h2 id=&#34;setting-a-global-meta-description&#34;&gt;Setting a global meta description &lt;a class=&#34;anchor&#34; href=&#34;#setting-a-global-meta-description&#34;&gt; &lt;h3 id=&#34;setting-a-global-meta-description&#34;&gt;Setting a global meta description &lt;a class=&#34;anchor&#34; href=&#34;#setting-a-global-meta-description&#34;&gt;
&lt;span class=&#34;spanForHeader&#34;&gt;#&lt;/span&gt; &lt;span class=&#34;spanForHeader&#34;&gt;#&lt;/span&gt;
&lt;/a&gt;&lt;/h2&gt;&lt;ol&gt; &lt;/a&gt;&lt;/h3&gt;&lt;ol&gt;
&lt;li&gt;Locate your config.toml or config.yaml file&lt;/li&gt; &lt;li&gt;Locate your config.toml or config.yaml file&lt;/li&gt;
&lt;li&gt;Add the following line inside it&lt;/li&gt; &lt;li&gt;Add the following line inside it&lt;/li&gt;
&lt;/ol&gt; &lt;/ol&gt;
@ -1872,17 +1872,17 @@ Wired magazine.
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;&#34;&gt;&lt;code class=&#34;language-yaml&#34; data-lang=&#34;yaml&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#f92672&#34;&gt;params&lt;/span&gt;: &lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;&#34;&gt;&lt;code class=&#34;language-yaml&#34; data-lang=&#34;yaml&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#f92672&#34;&gt;params&lt;/span&gt;:
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt; &lt;span style=&#34;color:#f92672&#34;&gt;description&lt;/span&gt;: &lt;span style=&#34;color:#ae81ff&#34;&gt;The global meta description of your website&lt;/span&gt; &lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt; &lt;span style=&#34;color:#f92672&#34;&gt;description&lt;/span&gt;: &lt;span style=&#34;color:#ae81ff&#34;&gt;The global meta description of your website&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;It won&amp;rsquo;t work just yet because you have to update the &lt;code&gt;baseof.html&lt;/code&gt; file.&lt;/p&gt; &lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;It won&amp;rsquo;t work just yet because you have to update the &lt;code&gt;baseof.html&lt;/code&gt; file.&lt;/p&gt;
&lt;h2 id=&#34;updating-the-baseofhtml-file&#34;&gt;Updating the baseof.html file &lt;a class=&#34;anchor&#34; href=&#34;#updating-the-baseofhtml-file&#34;&gt; &lt;h3 id=&#34;updating-the-baseofhtml-file&#34;&gt;Updating the baseof.html file &lt;a class=&#34;anchor&#34; href=&#34;#updating-the-baseofhtml-file&#34;&gt;
&lt;span class=&#34;spanForHeader&#34;&gt;#&lt;/span&gt; &lt;span class=&#34;spanForHeader&#34;&gt;#&lt;/span&gt;
&lt;/a&gt;&lt;/h2&gt;&lt;ol&gt; &lt;/a&gt;&lt;/h3&gt;&lt;ol&gt;
&lt;li&gt;Locate baseof.html&lt;/li&gt; &lt;li&gt;Locate baseof.html&lt;/li&gt;
&lt;li&gt;Add or change the meta description line with the following&lt;/li&gt; &lt;li&gt;Add or change the meta description line with the following&lt;/li&gt;
&lt;/ol&gt; &lt;/ol&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;&#34;&gt;&lt;code class=&#34;language-html&#34; data-lang=&#34;html&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&amp;lt;&lt;span style=&#34;color:#f92672&#34;&gt;meta&lt;/span&gt; &lt;span style=&#34;color:#a6e22e&#34;&gt;name&lt;/span&gt;&lt;span style=&#34;color:#f92672&#34;&gt;=&lt;/span&gt;&lt;span style=&#34;color:#e6db74&#34;&gt;&amp;#34;description&amp;#34;&lt;/span&gt; &lt;span style=&#34;color:#a6e22e&#34;&gt;content&lt;/span&gt;&lt;span style=&#34;color:#f92672&#34;&gt;=&lt;/span&gt;&lt;span style=&#34;color:#e6db74&#34;&gt;&amp;#34;{{ if .Page.Params.description }}{{ .Page.Params.description }}{{ else if .Summary}}{{ .Summary }}{{else}}{{ .Site.Params.description}}{{ end }}&amp;#34;&lt;/span&gt;/&amp;gt; &lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;&#34;&gt;&lt;code class=&#34;language-html&#34; data-lang=&#34;html&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&amp;lt;&lt;span style=&#34;color:#f92672&#34;&gt;meta&lt;/span&gt; &lt;span style=&#34;color:#a6e22e&#34;&gt;name&lt;/span&gt;&lt;span style=&#34;color:#f92672&#34;&gt;=&lt;/span&gt;&lt;span style=&#34;color:#e6db74&#34;&gt;&amp;#34;description&amp;#34;&lt;/span&gt; &lt;span style=&#34;color:#a6e22e&#34;&gt;content&lt;/span&gt;&lt;span style=&#34;color:#f92672&#34;&gt;=&lt;/span&gt;&lt;span style=&#34;color:#e6db74&#34;&gt;&amp;#34;{{ if .Page.Params.description }}{{ .Page.Params.description }}{{ else if .Summary}}{{ .Summary }}{{else}}{{ .Site.Params.description}}{{ end }}&amp;#34;&lt;/span&gt;/&amp;gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;And now if you start your Hugo server locally with &lt;code&gt;hugo serve --noHTTPCache&lt;/code&gt; and you right click on your page -&amp;gt; View Page Source -&amp;gt; Search for the meta description tag. It should match what you left in the config file.&lt;/p&gt; &lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;And now if you start your Hugo server locally with &lt;code&gt;hugo serve --noHTTPCache&lt;/code&gt; and you right click on your page -&amp;gt; View Page Source -&amp;gt; Search for the meta description tag. It should match what you left in the config file.&lt;/p&gt;
&lt;h2 id=&#34;replacing-the-global-description-with-a-custom-one&#34;&gt;Replacing the global description with a custom one &lt;a class=&#34;anchor&#34; href=&#34;#replacing-the-global-description-with-a-custom-one&#34;&gt; &lt;h3 id=&#34;replacing-the-global-description-with-a-custom-one&#34;&gt;Replacing the global description with a custom one &lt;a class=&#34;anchor&#34; href=&#34;#replacing-the-global-description-with-a-custom-one&#34;&gt;
&lt;span class=&#34;spanForHeader&#34;&gt;#&lt;/span&gt; &lt;span class=&#34;spanForHeader&#34;&gt;#&lt;/span&gt;
&lt;/a&gt;&lt;/h2&gt;&lt;ol&gt; &lt;/a&gt;&lt;/h3&gt;&lt;ol&gt;
&lt;li&gt;Have a markdown file ready&lt;/li&gt; &lt;li&gt;Have a markdown file ready&lt;/li&gt;
&lt;li&gt;In the preamble, add&lt;/li&gt; &lt;li&gt;In the preamble, add&lt;/li&gt;
&lt;/ol&gt; &lt;/ol&gt;
@ -1899,11 +1899,9 @@ Wired magazine.
<pubDate>Tue, 03 Jan 2023 22:36:03 +0200</pubDate> <pubDate>Tue, 03 Jan 2023 22:36:03 +0200</pubDate>
<guid>https://vodoraslo.xyz/blog/multiple-index-pages-in-hugo/</guid> <guid>https://vodoraslo.xyz/blog/multiple-index-pages-in-hugo/</guid>
<description>&lt;div style=&#34;text-align: center;&#34;&gt; <description>&lt;h2 id=&#34;this-is-how-to-create-multiple-index-pages-in-hugo&#34;&gt;This is how to create multiple index pages in Hugo &lt;a class=&#34;anchor&#34; href=&#34;#this-is-how-to-create-multiple-index-pages-in-hugo&#34;&gt;
&lt;h2 id=&#34;this-is-how-to-create-multiple-index-pages-in-hugo&#34;&gt;This is how to create multiple index pages in Hugo &lt;a class=&#34;anchor&#34; href=&#34;#this-is-how-to-create-multiple-index-pages-in-hugo&#34;&gt;
&lt;span class=&#34;spanForHeader&#34;&gt;#&lt;/span&gt; &lt;span class=&#34;spanForHeader&#34;&gt;#&lt;/span&gt;
&lt;/a&gt;&lt;/h2&gt;&lt;/div&gt; &lt;/a&gt;&lt;/h2&gt;&lt;p&gt;I wanted to order &lt;a href=&#34;https://vodoraslo.xyz/hackbook&#34;&gt;Hackbook&lt;/a&gt; in reverse (i.e. oldest to newest) so that it&amp;rsquo;s easier for the reader to start at the correct page.&lt;/p&gt;
&lt;p&gt;I wanted to order &lt;a href=&#34;https://vodoraslo.xyz/hackbook&#34;&gt;Hackbook&lt;/a&gt; in reverse (i.e. oldest to newest) so that it&amp;rsquo;s easier for the reader to start at the correct page.&lt;/p&gt;
&lt;p&gt;I ran into the following problem - the default &lt;strong&gt;&lt;code&gt;list.html&lt;/code&gt;&lt;/strong&gt; does them from newest to oldest.&lt;/p&gt; &lt;p&gt;I ran into the following problem - the default &lt;strong&gt;&lt;code&gt;list.html&lt;/code&gt;&lt;/strong&gt; does them from newest to oldest.&lt;/p&gt;
&lt;p&gt;So I found &lt;a href=&#34;https://discourse.gohugo.io/t/two-home-pages/31312/9&#34;&gt;this forum post&lt;/a&gt; and I created a file in the &lt;strong&gt;&lt;code&gt;_default&lt;/code&gt;&lt;/strong&gt; directory as follows:&lt;/p&gt; &lt;p&gt;So I found &lt;a href=&#34;https://discourse.gohugo.io/t/two-home-pages/31312/9&#34;&gt;this forum post&lt;/a&gt; and I created a file in the &lt;strong&gt;&lt;code&gt;_default&lt;/code&gt;&lt;/strong&gt; directory as follows:&lt;/p&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;layouts &lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;layouts
@ -1935,15 +1933,11 @@ Wired magazine.
{{- end }} {{- end }}
&amp;lt;/ul&amp;gt; &amp;lt;/ul&amp;gt;
{{- end }} {{- end }}
&lt;/code&gt;&lt;/pre&gt;&lt;h4 id=&#34;if-you-want-to-display-the-date-on-the-left-of-the-titles-you-have-to-add-datesinlisttrue-in-your-configtoml-or-datesinlist-true-in-your-configyaml&#34;&gt;if you want to display the date on the left of the titles, you have to add &lt;strong&gt;&lt;code&gt;datesinlist=true&lt;/code&gt;&lt;/strong&gt; in your config.toml or &lt;strong&gt;&lt;code&gt;datesinlist: true&lt;/code&gt;&lt;/strong&gt; in your config.yaml &lt;a class=&#34;anchor&#34; href=&#34;#if-you-want-to-display-the-date-on-the-left-of-the-titles-you-have-to-add-datesinlisttrue-in-your-configtoml-or-datesinlist-true-in-your-configyaml&#34;&gt; &lt;/code&gt;&lt;/pre&gt;&lt;p&gt;If you want to display the date on the left of the titles, you have to add &lt;strong&gt;&lt;code&gt;datesinlist=true&lt;/code&gt;&lt;/strong&gt; in your config.toml or &lt;strong&gt;&lt;code&gt;datesinlist: true&lt;/code&gt;&lt;/strong&gt; in your config.yaml&lt;/p&gt;
&lt;span class=&#34;spanForHeader&#34;&gt;#&lt;/span&gt; &lt;p&gt;You probably don&amp;rsquo;t need &lt;strong&gt;&lt;code&gt;enableGitInfo = true&lt;/code&gt;&lt;/strong&gt; as that will crash your website, I have no idea what it does, you don&amp;rsquo;t need it.&lt;/p&gt;
&lt;/a&gt;&lt;/h4&gt;&lt;h5 id=&#34;you-probably-dont-need-enablegitinfo--true-as-that-will-crash-your-website-i-have-no-idea-what-it-does-you-dont-need-it&#34;&gt;You probably don&amp;rsquo;t need &lt;strong&gt;&lt;code&gt;enableGitInfo = true&lt;/code&gt;&lt;/strong&gt; as that will crash your website, I have no idea what it does, you don&amp;rsquo;t need it. &lt;a class=&#34;anchor&#34; href=&#34;#you-probably-dont-need-enablegitinfo--true-as-that-will-crash-your-website-i-have-no-idea-what-it-does-you-dont-need-it&#34;&gt;
&lt;span class=&#34;spanForHeader&#34;&gt;#&lt;/span&gt;
&lt;/a&gt;&lt;/h5&gt;&lt;div style=&#34;text-align: center;&#34;&gt;
&lt;h2 id=&#34;using-your-custom-_indexhtml&#34;&gt;Using your custom _index.html &lt;a class=&#34;anchor&#34; href=&#34;#using-your-custom-_indexhtml&#34;&gt; &lt;h2 id=&#34;using-your-custom-_indexhtml&#34;&gt;Using your custom _index.html &lt;a class=&#34;anchor&#34; href=&#34;#using-your-custom-_indexhtml&#34;&gt;
&lt;span class=&#34;spanForHeader&#34;&gt;#&lt;/span&gt; &lt;span class=&#34;spanForHeader&#34;&gt;#&lt;/span&gt;
&lt;/a&gt;&lt;/h2&gt;&lt;/div&gt; &lt;/a&gt;&lt;/h2&gt;&lt;p&gt;After creating your custom _index.html you&amp;rsquo;d use it as follows:&lt;/p&gt;
&lt;p&gt;After creating your custom _index.html you&amp;rsquo;d use it as follows:&lt;/p&gt;
&lt;ol&gt; &lt;ol&gt;
&lt;li&gt;Create an _index.md file in your desired directory&lt;/li&gt; &lt;li&gt;Create an _index.md file in your desired directory&lt;/li&gt;
&lt;li&gt;Add &lt;strong&gt;&lt;code&gt;layout: &amp;quot;hackbook/order-by-oldest&amp;quot;&lt;/code&gt;&lt;/strong&gt; to your preamble (if you named your folder and or file something else, you have to change it here)&lt;/li&gt; &lt;li&gt;Add &lt;strong&gt;&lt;code&gt;layout: &amp;quot;hackbook/order-by-oldest&amp;quot;&lt;/code&gt;&lt;/strong&gt; to your preamble (if you named your folder and or file something else, you have to change it here)&lt;/li&gt;
@ -4018,9 +4012,9 @@ porn and or masturbation&amp;#160;&lt;a href=&#34;#fnref:2&#34; class=&#34;footn
<guid>https://vodoraslo.xyz/library/hackbook/00-00-hackbookeasypeasy/</guid> <guid>https://vodoraslo.xyz/library/hackbook/00-00-hackbookeasypeasy/</guid>
<description>&lt;div style=&#34;text-align: center;&#34;&gt; <description>&lt;div style=&#34;text-align: center;&#34;&gt;
&lt;h1 id=&#34;a-hrefhackbookhackbookpdfclick-to-download-hackbookeasypeasy-original-pdfa&#34;&gt;&lt;a href=&#34;https://vodoraslo.xyz/hackbook/hackbook.pdf&#34;&gt;Click to download HackBookEasyPeasy (original pdf)&lt;/a&gt; &lt;a class=&#34;anchor&#34; href=&#34;#a-hrefhackbookhackbookpdfclick-to-download-hackbookeasypeasy-original-pdfa&#34;&gt; &lt;h2 id=&#34;a-hrefhackbookhackbookpdfclick-to-download-hackbookeasypeasy-original-pdfa&#34;&gt;&lt;a href=&#34;https://vodoraslo.xyz/hackbook/hackbook.pdf&#34;&gt;Click to download HackBookEasyPeasy (original pdf)&lt;/a&gt; &lt;a class=&#34;anchor&#34; href=&#34;#a-hrefhackbookhackbookpdfclick-to-download-hackbookeasypeasy-original-pdfa&#34;&gt;
&lt;span class=&#34;spanForHeader&#34;&gt;#&lt;/span&gt; &lt;span class=&#34;spanForHeader&#34;&gt;#&lt;/span&gt;
&lt;/a&gt;&lt;/h1&gt;&lt;h3 id=&#34;easypeasyway&#34;&gt;EasyPeasyWay &lt;a class=&#34;anchor&#34; href=&#34;#easypeasyway&#34;&gt; &lt;/a&gt;&lt;/h2&gt;&lt;h3 id=&#34;easypeasyway&#34;&gt;EasyPeasyWay &lt;a class=&#34;anchor&#34; href=&#34;#easypeasyway&#34;&gt;
&lt;span class=&#34;spanForHeader&#34;&gt;#&lt;/span&gt; &lt;span class=&#34;spanForHeader&#34;&gt;#&lt;/span&gt;
&lt;/a&gt;&lt;/h3&gt;&lt;h4 id=&#34;httpssitesgooglecomsitehackbookeasypeasyhomehttpssitesgooglecomsitehackbookeasypeasyhome&#34;&gt;&lt;a href=&#34;https://sites.google.com/site/hackbookeasypeasy/home&#34;&gt;https://sites.google.com/site/hackbookeasypeasy/home&lt;/a&gt; &lt;a class=&#34;anchor&#34; href=&#34;#httpssitesgooglecomsitehackbookeasypeasyhomehttpssitesgooglecomsitehackbookeasypeasyhome&#34;&gt; &lt;/a&gt;&lt;/h3&gt;&lt;h4 id=&#34;httpssitesgooglecomsitehackbookeasypeasyhomehttpssitesgooglecomsitehackbookeasypeasyhome&#34;&gt;&lt;a href=&#34;https://sites.google.com/site/hackbookeasypeasy/home&#34;&gt;https://sites.google.com/site/hackbookeasypeasy/home&lt;/a&gt; &lt;a class=&#34;anchor&#34; href=&#34;#httpssitesgooglecomsitehackbookeasypeasyhomehttpssitesgooglecomsitehackbookeasypeasyhome&#34;&gt;
&lt;span class=&#34;spanForHeader&#34;&gt;#&lt;/span&gt; &lt;span class=&#34;spanForHeader&#34;&gt;#&lt;/span&gt;
@ -4069,13 +4063,13 @@ formed does not list Internet pornography as one of the addictions that it provi
<pubDate>Sat, 17 Dec 2022 17:20:18 +0200</pubDate> <pubDate>Sat, 17 Dec 2022 17:20:18 +0200</pubDate>
<guid>https://vodoraslo.xyz/helloworld/</guid> <guid>https://vodoraslo.xyz/helloworld/</guid>
<description>&lt;h1 id=&#34;obligatory-hello-world&#34;&gt;Obligatory Hello World! &lt;a class=&#34;anchor&#34; href=&#34;#obligatory-hello-world&#34;&gt; <description>&lt;h2 id=&#34;obligatory-hello-world&#34;&gt;Obligatory Hello World! &lt;a class=&#34;anchor&#34; href=&#34;#obligatory-hello-world&#34;&gt;
&lt;span class=&#34;spanForHeader&#34;&gt;#&lt;/span&gt; &lt;span class=&#34;spanForHeader&#34;&gt;#&lt;/span&gt;
&lt;/a&gt;&lt;/h1&gt;&lt;p&gt;trying to see which hugo theme i like best&lt;/p&gt; &lt;/a&gt;&lt;/h2&gt;&lt;p&gt;trying to see which hugo theme i like best&lt;/p&gt;
&lt;p&gt;had some issues with papermod and their css not working so for now i&amp;rsquo;ll use lugo&lt;/p&gt; &lt;p&gt;had some issues with papermod and their css not working so for now i&amp;rsquo;ll use lugo&lt;/p&gt;
&lt;h2 id=&#34;stuff-i-like&#34;&gt;stuff i like &lt;a class=&#34;anchor&#34; href=&#34;#stuff-i-like&#34;&gt; &lt;h3 id=&#34;stuff-i-like&#34;&gt;stuff i like &lt;a class=&#34;anchor&#34; href=&#34;#stuff-i-like&#34;&gt;
&lt;span class=&#34;spanForHeader&#34;&gt;#&lt;/span&gt; &lt;span class=&#34;spanForHeader&#34;&gt;#&lt;/span&gt;
&lt;/a&gt;&lt;/h2&gt;&lt;ul&gt; &lt;/a&gt;&lt;/h3&gt;&lt;ul&gt;
&lt;li&gt;touching grass and nature in general (wannabe farmer)&lt;/li&gt; &lt;li&gt;touching grass and nature in general (wannabe farmer)&lt;/li&gt;
&lt;li&gt;にっぽんese &lt;li&gt;にっぽんese
&lt;ul&gt; &lt;ul&gt;

View file

@ -16,7 +16,37 @@
<header><h1 id="tag_Industrial Society and Its Future ">Industrial Society and Its Future </h1></header> <header><h1 id="tag_Industrial Society and Its Future ">Industrial Society and Its Future </h1></header>
<article> <article>
<h2 id="introduction">Introduction <a class="anchor" href="#introduction"> Table Of Contents<nav id="TableOfContents">
<ul>
<li><a href="#introduction">Introduction</a></li>
<li><a href="#the-psychology-of-modern-leftism">The Psychology of Modern Leftism</a></li>
<li><a href="#feelings-of-inferiority">Feelings of Inferiority</a></li>
<li><a href="#oversocialization">Oversocialization</a></li>
<li><a href="#the-power-process">The Power Process</a></li>
<li><a href="#surrogate-activities">Surrogate Activities</a></li>
<li><a href="#autonomy">Autonomy</a></li>
<li><a href="#sources-of-social-problems">Sources of Social Problems</a></li>
<li><a href="#disruption-of-the-power-process-in-modern-society">Disruption of the Power Process in Modern Society</a></li>
<li><a href="#how-some-people-adjust">How Some People Adjust</a></li>
<li><a href="#the-motives-of-scientists">The Motives of Scientists</a></li>
<li><a href="#the-nature-of-freedom">The Nature of Freedom</a></li>
<li><a href="#some-principles-of-history">Some Principles of History</a></li>
<li><a href="#industrial-technological-society-cannot-be-reformed">Industrial-Technological Society Cannot Be Reformed</a></li>
<li><a href="#restriction-of-freedom-is-unavoidable-in-industrial-society">Restriction of Freedom is Unavoidable in Industrial Society</a></li>
<li><a href="#the-bad-parts-of-technology-cannot-be-separated-from-the-good-parts">The “Bad” Parts of Technology Cannot Be Separated from the “Good” Parts</a></li>
<li><a href="#technology-is-a-more-powerful-social-force-than-the-aspiration-for-freedom">Technology is a More Powerful Social Force than the Aspiration for Freedom</a></li>
<li><a href="#simpler-social-problems-have-proved-intractable">Simpler Social Problems Have Proved Intractable</a></li>
<li><a href="#revolution-is-easier-than-reform">Revolution is Easier than Reform</a></li>
<li><a href="#control-of-human-behavior">Control of Human Behavior</a></li>
<li><a href="#human-race-at-a-crossroads">Human Race at a Crossroads</a></li>
<li><a href="#human-suffering">Human Suffering</a></li>
<li><a href="#the-future">The Future</a></li>
<li><a href="#strategy">Strategy</a></li>
<li><a href="#two-kinds-of-technology">Two Kinds of Technology</a></li>
<li><a href="#the-danger-of-leftism">The Danger of Leftism</a></li>
<li><a href="#final-note">Final Note</a></li>
</ul>
</nav><h2 id="introduction">Introduction <a class="anchor" href="#introduction">
<span class="spanForHeader">#</span> <span class="spanForHeader">#</span>
</a></h2><ol> </a></h2><ol>
<li> <li>
@ -938,6 +968,10 @@
</div> </div>
<div id="nextprev">
<a href="/blog/recover-lost-anki-streak/"><div id="prevart">Previous:<br>Recover Lost Anki Streak</div></a>
<a href="/library/ted-kaczynski/why-the-technological-system-will-destroy-itself/"><div id="nextart">Next:<br>Why the Technological System Will Destroy Itself</div></a>
</div>
<br><br> <br><br>
</article> </article>

View file

@ -17,9 +17,14 @@ The most obvious examples of self-propagating systems are biological organisms."
<header><h1 id="tag_Why the Technological System Will Destroy Itself">Why the Technological System Will Destroy Itself</h1></header> <header><h1 id="tag_Why the Technological System Will Destroy Itself">Why the Technological System Will Destroy Itself</h1></header>
<article> <article>
<h1 id="i">I. <a class="anchor" href="#i"> Table Of Contents<nav id="TableOfContents">
<ul>
<li><a href="#i">I.</a></li>
<li><a href="#ii">II.</a></li>
</ul>
</nav><h2 id="i">I. <a class="anchor" href="#i">
<span class="spanForHeader">#</span> <span class="spanForHeader">#</span>
</a></h1><p>Our discussion deals with self-propagating systems. By a self-propagating system (self-prop system for short) we mean a system that tends to promote its own survival and propagation. A system may propagate itself in either or both of two ways: The system may indefinitely increase its own size and/or power, or it may give rise to new systems that possess some of its own traits.</p> </a></h2><p>Our discussion deals with self-propagating systems. By a self-propagating system (self-prop system for short) we mean a system that tends to promote its own survival and propagation. A system may propagate itself in either or both of two ways: The system may indefinitely increase its own size and/or power, or it may give rise to new systems that possess some of its own traits.</p>
<p>The most obvious examples of self-propagating systems are biological organisms. Groups of biological organisms can also constitute self-prop systems; e.g., wolf packs and hives of honeybees. Particularly important for our purposes are self-prop systems that consist of groups of human beings. For example, nations, corporations, labor unions, and political parties; also some groups that are not clearly delimited and lack formal organization, such as schools of thought, social networks, and subcultures. Just as wolf packs and beehives are self-propagating without any conscious intention on the part of wolves or bees to propagate their packs or their hives, there is no reason why a human group cannot be self-propagating independently of any intention on the part of the individuals who comprise the group.</p> <p>The most obvious examples of self-propagating systems are biological organisms. Groups of biological organisms can also constitute self-prop systems; e.g., wolf packs and hives of honeybees. Particularly important for our purposes are self-prop systems that consist of groups of human beings. For example, nations, corporations, labor unions, and political parties; also some groups that are not clearly delimited and lack formal organization, such as schools of thought, social networks, and subcultures. Just as wolf packs and beehives are self-propagating without any conscious intention on the part of wolves or bees to propagate their packs or their hives, there is no reason why a human group cannot be self-propagating independently of any intention on the part of the individuals who comprise the group.</p>
<p>If A and B are systems of any kind (self-propagating or not), and if A is a functioning component of B, then we will call A a subsystem of B, and we will call B a supersystem of A. For example, in human hunting-and-gathering societies, individuals are members of bands, and bands often are organized into tribes. Individuals, bands, and tribes are all self-prop systems. The individual is a subsystem of the band, the band is a subsystem of the tribe, the tribe is a supersystem of each band that belongs to it, and each band is a supersystem of every individual who belongs to that band. It is also true that each individual is a subsystem of the tribe and that the tribe is a supersystem of every individual who belongs to a band that belongs to the tribe.</p> <p>If A and B are systems of any kind (self-propagating or not), and if A is a functioning component of B, then we will call A a subsystem of B, and we will call B a supersystem of A. For example, in human hunting-and-gathering societies, individuals are members of bands, and bands often are organized into tribes. Individuals, bands, and tribes are all self-prop systems. The individual is a subsystem of the band, the band is a subsystem of the tribe, the tribe is a supersystem of each band that belongs to it, and each band is a supersystem of every individual who belongs to that band. It is also true that each individual is a subsystem of the tribe and that the tribe is a supersystem of every individual who belongs to a band that belongs to the tribe.</p>
<p>The principle of natural selection is operative not only in biology, but in any environment in which self-propagating systems are present. The principle can be stated roughly as follows:</p> <p>The principle of natural selection is operative not only in biology, but in any environment in which self-propagating systems are present. The principle can be stated roughly as follows:</p>
@ -72,9 +77,9 @@ The most obvious examples of self-propagating systems are biological organisms."
<p>The theory weve outline here provides a plausible explanation for the so-called “Fermi Paradox”. It is believed that there should be numerous planets on which technologically advanced civilizations have evolved, and which are not so remote from us that we could not by this time have detected the radio transmissions of those civilizations. The Fermi Paradox consists in the fact that our astronomers have never been able to detect any radio signals that seem to have originated form an intelligent extraterrestrial source.<sup id="fnref:13"><a href="#fn:13" class="footnote-ref" role="doc-noteref">13</a></sup></p> <p>The theory weve outline here provides a plausible explanation for the so-called “Fermi Paradox”. It is believed that there should be numerous planets on which technologically advanced civilizations have evolved, and which are not so remote from us that we could not by this time have detected the radio transmissions of those civilizations. The Fermi Paradox consists in the fact that our astronomers have never been able to detect any radio signals that seem to have originated form an intelligent extraterrestrial source.<sup id="fnref:13"><a href="#fn:13" class="footnote-ref" role="doc-noteref">13</a></sup></p>
<p>According to Ray Kurzweil, one common explanation of the Fermi Paradox is “that a civilization may obliterate itself once it reaches radio capability. This explanation might be acceptable if we were talking about only a few such civilizations, but [if such civilizations have been numerous], it is not credible to believe that every one of them destroyed itself.”<sup id="fnref:14"><a href="#fn:14" class="footnote-ref" role="doc-noteref">14</a></sup></p> <p>According to Ray Kurzweil, one common explanation of the Fermi Paradox is “that a civilization may obliterate itself once it reaches radio capability. This explanation might be acceptable if we were talking about only a few such civilizations, but [if such civilizations have been numerous], it is not credible to believe that every one of them destroyed itself.”<sup id="fnref:14"><a href="#fn:14" class="footnote-ref" role="doc-noteref">14</a></sup></p>
<p>Kurzweil would be right if the self-destruction of a civilization were merely a matter of chance. But there is nothing implausible about the foregoing explanation of the Fermi Paradox if there is a process common to all technologically advanced civilizations that consistently leads them to self-destruction. In this essay we have argued that there is such a process.</p> <p>Kurzweil would be right if the self-destruction of a civilization were merely a matter of chance. But there is nothing implausible about the foregoing explanation of the Fermi Paradox if there is a process common to all technologically advanced civilizations that consistently leads them to self-destruction. In this essay we have argued that there is such a process.</p>
<h1 id="ii">II. <a class="anchor" href="#ii"> <h2 id="ii">II. <a class="anchor" href="#ii">
<span class="spanForHeader">#</span> <span class="spanForHeader">#</span>
</a></h1><p>Our discussion of self-propagating systems merely describes in general and abstract terms what we see going on all around us in concrete form: Organizations, movements, ideologies are locked in an unremitting struggle for power. Those that fail to compete successfully are eliminated or subjugated.<sup id="fnref:15"><a href="#fn:15" class="footnote-ref" role="doc-noteref">15</a></sup> The struggle is almost exclusively for power in the short term; the competitors pay scant attention even to their own long-term survival,<sup id="fnref:16"><a href="#fn:16" class="footnote-ref" role="doc-noteref">16</a></sup> let alone to the welfare of the human race or of the biosphere. Thats why nuclear weapons have not been banned, emissions of carbon dioxide have not been reduced to a safe level, the Earths resources are being exploited at an utterly reckless rate, and no limitation has been placed on development of powerful but dangerous technologies.</p> </a></h2><p>Our discussion of self-propagating systems merely describes in general and abstract terms what we see going on all around us in concrete form: Organizations, movements, ideologies are locked in an unremitting struggle for power. Those that fail to compete successfully are eliminated or subjugated.<sup id="fnref:15"><a href="#fn:15" class="footnote-ref" role="doc-noteref">15</a></sup> The struggle is almost exclusively for power in the short term; the competitors pay scant attention even to their own long-term survival,<sup id="fnref:16"><a href="#fn:16" class="footnote-ref" role="doc-noteref">16</a></sup> let alone to the welfare of the human race or of the biosphere. Thats why nuclear weapons have not been banned, emissions of carbon dioxide have not been reduced to a safe level, the Earths resources are being exploited at an utterly reckless rate, and no limitation has been placed on development of powerful but dangerous technologies.</p>
<p>The purpose of describing the process in general and abstract terms, as weve done here, is to show that what is happening to our world is not accidental; it is not the result of some chance conjunction of historical circumstances or of some flaw of character peculiar to human beings. Given the nature of self-propagating systems in general, the destructive process that we see today is made inevitable by a combination of two factors: the colossal power of modern technology and the availability of rapid transportation and communication between any two parts of the world.</p> <p>The purpose of describing the process in general and abstract terms, as weve done here, is to show that what is happening to our world is not accidental; it is not the result of some chance conjunction of historical circumstances or of some flaw of character peculiar to human beings. Given the nature of self-propagating systems in general, the destructive process that we see today is made inevitable by a combination of two factors: the colossal power of modern technology and the availability of rapid transportation and communication between any two parts of the world.</p>
<p>Recognition of this may help us to avoid wasting time on naïve efforts to solve our current problems. For example, on efforts to teach people to conserve energy and resources. Such efforts accomplish nothing whatever.</p> <p>Recognition of this may help us to avoid wasting time on naïve efforts to solve our current problems. For example, on efforts to teach people to conserve energy and resources. Such efforts accomplish nothing whatever.</p>
<p>It seems amazing that those who advocate energy conservation havent noticed what happens: As soon as some energy is freed up by conservation, the technological world-system gobbles it up and demands more. No matter how much energy is provided, the system always expands rapidly until it is using all available energy, and then it demands still more. The same is true of other resources. The technological world-system infallibly expands until it reaches a limit imposed by an insufficiency of resources, and then it tries to push beyond that limit regardless of consequences.</p> <p>It seems amazing that those who advocate energy conservation havent noticed what happens: As soon as some energy is freed up by conservation, the technological world-system gobbles it up and demands more. No matter how much energy is provided, the system always expands rapidly until it is using all available energy, and then it demands still more. The same is true of other resources. The technological world-system infallibly expands until it reaches a limit imposed by an insufficiency of resources, and then it tries to push beyond that limit regardless of consequences.</p>

View file

@ -772,9 +772,9 @@ Wired magazine.
<pubDate>Sat, 01 Apr 2023 14:24:10 +0300</pubDate> <pubDate>Sat, 01 Apr 2023 14:24:10 +0300</pubDate>
<guid>https://vodoraslo.xyz/library/ted-kaczynski/why-the-technological-system-will-destroy-itself/</guid> <guid>https://vodoraslo.xyz/library/ted-kaczynski/why-the-technological-system-will-destroy-itself/</guid>
<description>&lt;h1 id=&#34;i&#34;&gt;I. &lt;a class=&#34;anchor&#34; href=&#34;#i&#34;&gt; <description>&lt;h2 id=&#34;i&#34;&gt;I. &lt;a class=&#34;anchor&#34; href=&#34;#i&#34;&gt;
&lt;span class=&#34;spanForHeader&#34;&gt;#&lt;/span&gt; &lt;span class=&#34;spanForHeader&#34;&gt;#&lt;/span&gt;
&lt;/a&gt;&lt;/h1&gt;&lt;p&gt;Our discussion deals with self-propagating systems. By a self-propagating system (self-prop system for short) we mean a system that tends to promote its own survival and propagation. A system may propagate itself in either or both of two ways: The system may indefinitely increase its own size and/or power, or it may give rise to new systems that possess some of its own traits.&lt;/p&gt; &lt;/a&gt;&lt;/h2&gt;&lt;p&gt;Our discussion deals with self-propagating systems. By a self-propagating system (self-prop system for short) we mean a system that tends to promote its own survival and propagation. A system may propagate itself in either or both of two ways: The system may indefinitely increase its own size and/or power, or it may give rise to new systems that possess some of its own traits.&lt;/p&gt;
&lt;p&gt;The most obvious examples of self-propagating systems are biological organisms. Groups of biological organisms can also constitute self-prop systems; e.g., wolf packs and hives of honeybees. Particularly important for our purposes are self-prop systems that consist of groups of human beings. For example, nations, corporations, labor unions, and political parties; also some groups that are not clearly delimited and lack formal organization, such as schools of thought, social networks, and subcultures. Just as wolf packs and beehives are self-propagating without any conscious intention on the part of wolves or bees to propagate their packs or their hives, there is no reason why a human group cannot be self-propagating independently of any intention on the part of the individuals who comprise the group.&lt;/p&gt; &lt;p&gt;The most obvious examples of self-propagating systems are biological organisms. Groups of biological organisms can also constitute self-prop systems; e.g., wolf packs and hives of honeybees. Particularly important for our purposes are self-prop systems that consist of groups of human beings. For example, nations, corporations, labor unions, and political parties; also some groups that are not clearly delimited and lack formal organization, such as schools of thought, social networks, and subcultures. Just as wolf packs and beehives are self-propagating without any conscious intention on the part of wolves or bees to propagate their packs or their hives, there is no reason why a human group cannot be self-propagating independently of any intention on the part of the individuals who comprise the group.&lt;/p&gt;
&lt;p&gt;If A and B are systems of any kind (self-propagating or not), and if A is a functioning component of B, then we will call A a subsystem of B, and we will call B a supersystem of A. For example, in human hunting-and-gathering societies, individuals are members of bands, and bands often are organized into tribes. Individuals, bands, and tribes are all self-prop systems. The individual is a subsystem of the band, the band is a subsystem of the tribe, the tribe is a supersystem of each band that belongs to it, and each band is a supersystem of every individual who belongs to that band. It is also true that each individual is a subsystem of the tribe and that the tribe is a supersystem of every individual who belongs to a band that belongs to the tribe.&lt;/p&gt; &lt;p&gt;If A and B are systems of any kind (self-propagating or not), and if A is a functioning component of B, then we will call A a subsystem of B, and we will call B a supersystem of A. For example, in human hunting-and-gathering societies, individuals are members of bands, and bands often are organized into tribes. Individuals, bands, and tribes are all self-prop systems. The individual is a subsystem of the band, the band is a subsystem of the tribe, the tribe is a supersystem of each band that belongs to it, and each band is a supersystem of every individual who belongs to that band. It is also true that each individual is a subsystem of the tribe and that the tribe is a supersystem of every individual who belongs to a band that belongs to the tribe.&lt;/p&gt;
&lt;p&gt;The principle of natural selection is operative not only in biology, but in any environment in which self-propagating systems are present. The principle can be stated roughly as follows:&lt;/p&gt; &lt;p&gt;The principle of natural selection is operative not only in biology, but in any environment in which self-propagating systems are present. The principle can be stated roughly as follows:&lt;/p&gt;
@ -827,9 +827,9 @@ Wired magazine.
&lt;p&gt;The theory weve outline here provides a plausible explanation for the so-called “Fermi Paradox”. It is believed that there should be numerous planets on which technologically advanced civilizations have evolved, and which are not so remote from us that we could not by this time have detected the radio transmissions of those civilizations. The Fermi Paradox consists in the fact that our astronomers have never been able to detect any radio signals that seem to have originated form an intelligent extraterrestrial source.&lt;sup id=&#34;fnref:13&#34;&gt;&lt;a href=&#34;#fn:13&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;13&lt;/a&gt;&lt;/sup&gt;&lt;/p&gt; &lt;p&gt;The theory weve outline here provides a plausible explanation for the so-called “Fermi Paradox”. It is believed that there should be numerous planets on which technologically advanced civilizations have evolved, and which are not so remote from us that we could not by this time have detected the radio transmissions of those civilizations. The Fermi Paradox consists in the fact that our astronomers have never been able to detect any radio signals that seem to have originated form an intelligent extraterrestrial source.&lt;sup id=&#34;fnref:13&#34;&gt;&lt;a href=&#34;#fn:13&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;13&lt;/a&gt;&lt;/sup&gt;&lt;/p&gt;
&lt;p&gt;According to Ray Kurzweil, one common explanation of the Fermi Paradox is “that a civilization may obliterate itself once it reaches radio capability. This explanation might be acceptable if we were talking about only a few such civilizations, but [if such civilizations have been numerous], it is not credible to believe that every one of them destroyed itself.”&lt;sup id=&#34;fnref:14&#34;&gt;&lt;a href=&#34;#fn:14&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;14&lt;/a&gt;&lt;/sup&gt;&lt;/p&gt; &lt;p&gt;According to Ray Kurzweil, one common explanation of the Fermi Paradox is “that a civilization may obliterate itself once it reaches radio capability. This explanation might be acceptable if we were talking about only a few such civilizations, but [if such civilizations have been numerous], it is not credible to believe that every one of them destroyed itself.”&lt;sup id=&#34;fnref:14&#34;&gt;&lt;a href=&#34;#fn:14&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;14&lt;/a&gt;&lt;/sup&gt;&lt;/p&gt;
&lt;p&gt;Kurzweil would be right if the self-destruction of a civilization were merely a matter of chance. But there is nothing implausible about the foregoing explanation of the Fermi Paradox if there is a process common to all technologically advanced civilizations that consistently leads them to self-destruction. In this essay we have argued that there is such a process.&lt;/p&gt; &lt;p&gt;Kurzweil would be right if the self-destruction of a civilization were merely a matter of chance. But there is nothing implausible about the foregoing explanation of the Fermi Paradox if there is a process common to all technologically advanced civilizations that consistently leads them to self-destruction. In this essay we have argued that there is such a process.&lt;/p&gt;
&lt;h1 id=&#34;ii&#34;&gt;II. &lt;a class=&#34;anchor&#34; href=&#34;#ii&#34;&gt; &lt;h2 id=&#34;ii&#34;&gt;II. &lt;a class=&#34;anchor&#34; href=&#34;#ii&#34;&gt;
&lt;span class=&#34;spanForHeader&#34;&gt;#&lt;/span&gt; &lt;span class=&#34;spanForHeader&#34;&gt;#&lt;/span&gt;
&lt;/a&gt;&lt;/h1&gt;&lt;p&gt;Our discussion of self-propagating systems merely describes in general and abstract terms what we see going on all around us in concrete form: Organizations, movements, ideologies are locked in an unremitting struggle for power. Those that fail to compete successfully are eliminated or subjugated.&lt;sup id=&#34;fnref:15&#34;&gt;&lt;a href=&#34;#fn:15&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;15&lt;/a&gt;&lt;/sup&gt; The struggle is almost exclusively for power in the short term; the competitors pay scant attention even to their own long-term survival,&lt;sup id=&#34;fnref:16&#34;&gt;&lt;a href=&#34;#fn:16&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;16&lt;/a&gt;&lt;/sup&gt; let alone to the welfare of the human race or of the biosphere. Thats why nuclear weapons have not been banned, emissions of carbon dioxide have not been reduced to a safe level, the Earths resources are being exploited at an utterly reckless rate, and no limitation has been placed on development of powerful but dangerous technologies.&lt;/p&gt; &lt;/a&gt;&lt;/h2&gt;&lt;p&gt;Our discussion of self-propagating systems merely describes in general and abstract terms what we see going on all around us in concrete form: Organizations, movements, ideologies are locked in an unremitting struggle for power. Those that fail to compete successfully are eliminated or subjugated.&lt;sup id=&#34;fnref:15&#34;&gt;&lt;a href=&#34;#fn:15&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;15&lt;/a&gt;&lt;/sup&gt; The struggle is almost exclusively for power in the short term; the competitors pay scant attention even to their own long-term survival,&lt;sup id=&#34;fnref:16&#34;&gt;&lt;a href=&#34;#fn:16&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;16&lt;/a&gt;&lt;/sup&gt; let alone to the welfare of the human race or of the biosphere. Thats why nuclear weapons have not been banned, emissions of carbon dioxide have not been reduced to a safe level, the Earths resources are being exploited at an utterly reckless rate, and no limitation has been placed on development of powerful but dangerous technologies.&lt;/p&gt;
&lt;p&gt;The purpose of describing the process in general and abstract terms, as weve done here, is to show that what is happening to our world is not accidental; it is not the result of some chance conjunction of historical circumstances or of some flaw of character peculiar to human beings. Given the nature of self-propagating systems in general, the destructive process that we see today is made inevitable by a combination of two factors: the colossal power of modern technology and the availability of rapid transportation and communication between any two parts of the world.&lt;/p&gt; &lt;p&gt;The purpose of describing the process in general and abstract terms, as weve done here, is to show that what is happening to our world is not accidental; it is not the result of some chance conjunction of historical circumstances or of some flaw of character peculiar to human beings. Given the nature of self-propagating systems in general, the destructive process that we see today is made inevitable by a combination of two factors: the colossal power of modern technology and the availability of rapid transportation and communication between any two parts of the world.&lt;/p&gt;
&lt;p&gt;Recognition of this may help us to avoid wasting time on naïve efforts to solve our current problems. For example, on efforts to teach people to conserve energy and resources. Such efforts accomplish nothing whatever.&lt;/p&gt; &lt;p&gt;Recognition of this may help us to avoid wasting time on naïve efforts to solve our current problems. For example, on efforts to teach people to conserve energy and resources. Such efforts accomplish nothing whatever.&lt;/p&gt;
&lt;p&gt;It seems amazing that those who advocate energy conservation havent noticed what happens: As soon as some energy is freed up by conservation, the technological world-system gobbles it up and demands more. No matter how much energy is provided, the system always expands rapidly until it is using all available energy, and then it demands still more. The same is true of other resources. The technological world-system infallibly expands until it reaches a limit imposed by an insufficiency of resources, and then it tries to push beyond that limit regardless of consequences.&lt;/p&gt; &lt;p&gt;It seems amazing that those who advocate energy conservation havent noticed what happens: As soon as some energy is freed up by conservation, the technological world-system gobbles it up and demands more. No matter how much energy is provided, the system always expands rapidly until it is using all available energy, and then it demands still more. The same is true of other resources. The technological world-system infallibly expands until it reaches a limit imposed by an insufficiency of resources, and then it tries to push beyond that limit regardless of consequences.&lt;/p&gt;
@ -1832,9 +1832,9 @@ Wired magazine.
<pubDate>Thu, 12 Jan 2023 21:34:30 +0200</pubDate> <pubDate>Thu, 12 Jan 2023 21:34:30 +0200</pubDate>
<guid>https://vodoraslo.xyz/blog/recover-lost-anki-streak/</guid> <guid>https://vodoraslo.xyz/blog/recover-lost-anki-streak/</guid>
<description>&lt;h1 id=&#34;how-to-recover-a-lost-anki-streak&#34;&gt;How to recover a lost anki streak &lt;a class=&#34;anchor&#34; href=&#34;#how-to-recover-a-lost-anki-streak&#34;&gt; <description>&lt;h2 id=&#34;how-to-recover-a-lost-anki-streak&#34;&gt;How to recover a lost anki streak &lt;a class=&#34;anchor&#34; href=&#34;#how-to-recover-a-lost-anki-streak&#34;&gt;
&lt;span class=&#34;spanForHeader&#34;&gt;#&lt;/span&gt; &lt;span class=&#34;spanForHeader&#34;&gt;#&lt;/span&gt;
&lt;/a&gt;&lt;/h1&gt;&lt;p&gt;Word for word copy paste of what fixed my issue. &lt;a href=&#34;https://www.reddit.com/r/Anki/comments/ndt6ag/comment/gycwiti/?utm_source=share&amp;amp;utm_medium=web2x&amp;amp;context=3&#34;&gt;Original post&lt;/a&gt;&lt;/p&gt; &lt;/a&gt;&lt;/h2&gt;&lt;p&gt;Word for word copy paste of what fixed my issue. &lt;a href=&#34;https://www.reddit.com/r/Anki/comments/ndt6ag/comment/gycwiti/?utm_source=share&amp;amp;utm_medium=web2x&amp;amp;context=3&#34;&gt;Original post&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;btw i had to create a seperate Custom Study for cards i had forgotten, i set it to 1 day, did one review and followed from step 7&lt;/em&gt;&lt;/p&gt; &lt;p&gt;&lt;em&gt;btw i had to create a seperate Custom Study for cards i had forgotten, i set it to 1 day, did one review and followed from step 7&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;Happened to me as well, idk why. But there is a way to cheat streaks:&lt;/p&gt; &lt;p&gt;Happened to me as well, idk why. But there is a way to cheat streaks:&lt;/p&gt;
&lt;ol&gt; &lt;ol&gt;
@ -1856,12 +1856,12 @@ Wired magazine.
<pubDate>Wed, 04 Jan 2023 22:52:24 +0200</pubDate> <pubDate>Wed, 04 Jan 2023 22:52:24 +0200</pubDate>
<guid>https://vodoraslo.xyz/blog/meta-description-in-hugo/</guid> <guid>https://vodoraslo.xyz/blog/meta-description-in-hugo/</guid>
<description>&lt;h1 id=&#34;adding-meta-description-in-hugo&#34;&gt;Adding meta description in Hugo &lt;a class=&#34;anchor&#34; href=&#34;#adding-meta-description-in-hugo&#34;&gt; <description>&lt;h2 id=&#34;adding-meta-description-in-hugo&#34;&gt;Adding meta description in Hugo &lt;a class=&#34;anchor&#34; href=&#34;#adding-meta-description-in-hugo&#34;&gt;
&lt;span class=&#34;spanForHeader&#34;&gt;#&lt;/span&gt; &lt;span class=&#34;spanForHeader&#34;&gt;#&lt;/span&gt;
&lt;/a&gt;&lt;/h1&gt;&lt;p&gt;I assume you are using Luke Smith&amp;rsquo;s theme - Lugo, if you are not, you&amp;rsquo;d have to find these files yourself (e.g. search using vscode).&lt;/p&gt; &lt;/a&gt;&lt;/h2&gt;&lt;p&gt;I assume you are using Luke Smith&amp;rsquo;s theme - Lugo, if you are not, you&amp;rsquo;d have to find these files yourself (e.g. search using vscode).&lt;/p&gt;
&lt;h2 id=&#34;setting-a-global-meta-description&#34;&gt;Setting a global meta description &lt;a class=&#34;anchor&#34; href=&#34;#setting-a-global-meta-description&#34;&gt; &lt;h3 id=&#34;setting-a-global-meta-description&#34;&gt;Setting a global meta description &lt;a class=&#34;anchor&#34; href=&#34;#setting-a-global-meta-description&#34;&gt;
&lt;span class=&#34;spanForHeader&#34;&gt;#&lt;/span&gt; &lt;span class=&#34;spanForHeader&#34;&gt;#&lt;/span&gt;
&lt;/a&gt;&lt;/h2&gt;&lt;ol&gt; &lt;/a&gt;&lt;/h3&gt;&lt;ol&gt;
&lt;li&gt;Locate your config.toml or config.yaml file&lt;/li&gt; &lt;li&gt;Locate your config.toml or config.yaml file&lt;/li&gt;
&lt;li&gt;Add the following line inside it&lt;/li&gt; &lt;li&gt;Add the following line inside it&lt;/li&gt;
&lt;/ol&gt; &lt;/ol&gt;
@ -1872,17 +1872,17 @@ Wired magazine.
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;&#34;&gt;&lt;code class=&#34;language-yaml&#34; data-lang=&#34;yaml&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#f92672&#34;&gt;params&lt;/span&gt;: &lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;&#34;&gt;&lt;code class=&#34;language-yaml&#34; data-lang=&#34;yaml&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#f92672&#34;&gt;params&lt;/span&gt;:
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt; &lt;span style=&#34;color:#f92672&#34;&gt;description&lt;/span&gt;: &lt;span style=&#34;color:#ae81ff&#34;&gt;The global meta description of your website&lt;/span&gt; &lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt; &lt;span style=&#34;color:#f92672&#34;&gt;description&lt;/span&gt;: &lt;span style=&#34;color:#ae81ff&#34;&gt;The global meta description of your website&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;It won&amp;rsquo;t work just yet because you have to update the &lt;code&gt;baseof.html&lt;/code&gt; file.&lt;/p&gt; &lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;It won&amp;rsquo;t work just yet because you have to update the &lt;code&gt;baseof.html&lt;/code&gt; file.&lt;/p&gt;
&lt;h2 id=&#34;updating-the-baseofhtml-file&#34;&gt;Updating the baseof.html file &lt;a class=&#34;anchor&#34; href=&#34;#updating-the-baseofhtml-file&#34;&gt; &lt;h3 id=&#34;updating-the-baseofhtml-file&#34;&gt;Updating the baseof.html file &lt;a class=&#34;anchor&#34; href=&#34;#updating-the-baseofhtml-file&#34;&gt;
&lt;span class=&#34;spanForHeader&#34;&gt;#&lt;/span&gt; &lt;span class=&#34;spanForHeader&#34;&gt;#&lt;/span&gt;
&lt;/a&gt;&lt;/h2&gt;&lt;ol&gt; &lt;/a&gt;&lt;/h3&gt;&lt;ol&gt;
&lt;li&gt;Locate baseof.html&lt;/li&gt; &lt;li&gt;Locate baseof.html&lt;/li&gt;
&lt;li&gt;Add or change the meta description line with the following&lt;/li&gt; &lt;li&gt;Add or change the meta description line with the following&lt;/li&gt;
&lt;/ol&gt; &lt;/ol&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;&#34;&gt;&lt;code class=&#34;language-html&#34; data-lang=&#34;html&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&amp;lt;&lt;span style=&#34;color:#f92672&#34;&gt;meta&lt;/span&gt; &lt;span style=&#34;color:#a6e22e&#34;&gt;name&lt;/span&gt;&lt;span style=&#34;color:#f92672&#34;&gt;=&lt;/span&gt;&lt;span style=&#34;color:#e6db74&#34;&gt;&amp;#34;description&amp;#34;&lt;/span&gt; &lt;span style=&#34;color:#a6e22e&#34;&gt;content&lt;/span&gt;&lt;span style=&#34;color:#f92672&#34;&gt;=&lt;/span&gt;&lt;span style=&#34;color:#e6db74&#34;&gt;&amp;#34;{{ if .Page.Params.description }}{{ .Page.Params.description }}{{ else if .Summary}}{{ .Summary }}{{else}}{{ .Site.Params.description}}{{ end }}&amp;#34;&lt;/span&gt;/&amp;gt; &lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;&#34;&gt;&lt;code class=&#34;language-html&#34; data-lang=&#34;html&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&amp;lt;&lt;span style=&#34;color:#f92672&#34;&gt;meta&lt;/span&gt; &lt;span style=&#34;color:#a6e22e&#34;&gt;name&lt;/span&gt;&lt;span style=&#34;color:#f92672&#34;&gt;=&lt;/span&gt;&lt;span style=&#34;color:#e6db74&#34;&gt;&amp;#34;description&amp;#34;&lt;/span&gt; &lt;span style=&#34;color:#a6e22e&#34;&gt;content&lt;/span&gt;&lt;span style=&#34;color:#f92672&#34;&gt;=&lt;/span&gt;&lt;span style=&#34;color:#e6db74&#34;&gt;&amp;#34;{{ if .Page.Params.description }}{{ .Page.Params.description }}{{ else if .Summary}}{{ .Summary }}{{else}}{{ .Site.Params.description}}{{ end }}&amp;#34;&lt;/span&gt;/&amp;gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;And now if you start your Hugo server locally with &lt;code&gt;hugo serve --noHTTPCache&lt;/code&gt; and you right click on your page -&amp;gt; View Page Source -&amp;gt; Search for the meta description tag. It should match what you left in the config file.&lt;/p&gt; &lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;And now if you start your Hugo server locally with &lt;code&gt;hugo serve --noHTTPCache&lt;/code&gt; and you right click on your page -&amp;gt; View Page Source -&amp;gt; Search for the meta description tag. It should match what you left in the config file.&lt;/p&gt;
&lt;h2 id=&#34;replacing-the-global-description-with-a-custom-one&#34;&gt;Replacing the global description with a custom one &lt;a class=&#34;anchor&#34; href=&#34;#replacing-the-global-description-with-a-custom-one&#34;&gt; &lt;h3 id=&#34;replacing-the-global-description-with-a-custom-one&#34;&gt;Replacing the global description with a custom one &lt;a class=&#34;anchor&#34; href=&#34;#replacing-the-global-description-with-a-custom-one&#34;&gt;
&lt;span class=&#34;spanForHeader&#34;&gt;#&lt;/span&gt; &lt;span class=&#34;spanForHeader&#34;&gt;#&lt;/span&gt;
&lt;/a&gt;&lt;/h2&gt;&lt;ol&gt; &lt;/a&gt;&lt;/h3&gt;&lt;ol&gt;
&lt;li&gt;Have a markdown file ready&lt;/li&gt; &lt;li&gt;Have a markdown file ready&lt;/li&gt;
&lt;li&gt;In the preamble, add&lt;/li&gt; &lt;li&gt;In the preamble, add&lt;/li&gt;
&lt;/ol&gt; &lt;/ol&gt;
@ -1899,11 +1899,9 @@ Wired magazine.
<pubDate>Tue, 03 Jan 2023 22:36:03 +0200</pubDate> <pubDate>Tue, 03 Jan 2023 22:36:03 +0200</pubDate>
<guid>https://vodoraslo.xyz/blog/multiple-index-pages-in-hugo/</guid> <guid>https://vodoraslo.xyz/blog/multiple-index-pages-in-hugo/</guid>
<description>&lt;div style=&#34;text-align: center;&#34;&gt; <description>&lt;h2 id=&#34;this-is-how-to-create-multiple-index-pages-in-hugo&#34;&gt;This is how to create multiple index pages in Hugo &lt;a class=&#34;anchor&#34; href=&#34;#this-is-how-to-create-multiple-index-pages-in-hugo&#34;&gt;
&lt;h2 id=&#34;this-is-how-to-create-multiple-index-pages-in-hugo&#34;&gt;This is how to create multiple index pages in Hugo &lt;a class=&#34;anchor&#34; href=&#34;#this-is-how-to-create-multiple-index-pages-in-hugo&#34;&gt;
&lt;span class=&#34;spanForHeader&#34;&gt;#&lt;/span&gt; &lt;span class=&#34;spanForHeader&#34;&gt;#&lt;/span&gt;
&lt;/a&gt;&lt;/h2&gt;&lt;/div&gt; &lt;/a&gt;&lt;/h2&gt;&lt;p&gt;I wanted to order &lt;a href=&#34;https://vodoraslo.xyz/hackbook&#34;&gt;Hackbook&lt;/a&gt; in reverse (i.e. oldest to newest) so that it&amp;rsquo;s easier for the reader to start at the correct page.&lt;/p&gt;
&lt;p&gt;I wanted to order &lt;a href=&#34;https://vodoraslo.xyz/hackbook&#34;&gt;Hackbook&lt;/a&gt; in reverse (i.e. oldest to newest) so that it&amp;rsquo;s easier for the reader to start at the correct page.&lt;/p&gt;
&lt;p&gt;I ran into the following problem - the default &lt;strong&gt;&lt;code&gt;list.html&lt;/code&gt;&lt;/strong&gt; does them from newest to oldest.&lt;/p&gt; &lt;p&gt;I ran into the following problem - the default &lt;strong&gt;&lt;code&gt;list.html&lt;/code&gt;&lt;/strong&gt; does them from newest to oldest.&lt;/p&gt;
&lt;p&gt;So I found &lt;a href=&#34;https://discourse.gohugo.io/t/two-home-pages/31312/9&#34;&gt;this forum post&lt;/a&gt; and I created a file in the &lt;strong&gt;&lt;code&gt;_default&lt;/code&gt;&lt;/strong&gt; directory as follows:&lt;/p&gt; &lt;p&gt;So I found &lt;a href=&#34;https://discourse.gohugo.io/t/two-home-pages/31312/9&#34;&gt;this forum post&lt;/a&gt; and I created a file in the &lt;strong&gt;&lt;code&gt;_default&lt;/code&gt;&lt;/strong&gt; directory as follows:&lt;/p&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;layouts &lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;layouts
@ -1935,15 +1933,11 @@ Wired magazine.
{{- end }} {{- end }}
&amp;lt;/ul&amp;gt; &amp;lt;/ul&amp;gt;
{{- end }} {{- end }}
&lt;/code&gt;&lt;/pre&gt;&lt;h4 id=&#34;if-you-want-to-display-the-date-on-the-left-of-the-titles-you-have-to-add-datesinlisttrue-in-your-configtoml-or-datesinlist-true-in-your-configyaml&#34;&gt;if you want to display the date on the left of the titles, you have to add &lt;strong&gt;&lt;code&gt;datesinlist=true&lt;/code&gt;&lt;/strong&gt; in your config.toml or &lt;strong&gt;&lt;code&gt;datesinlist: true&lt;/code&gt;&lt;/strong&gt; in your config.yaml &lt;a class=&#34;anchor&#34; href=&#34;#if-you-want-to-display-the-date-on-the-left-of-the-titles-you-have-to-add-datesinlisttrue-in-your-configtoml-or-datesinlist-true-in-your-configyaml&#34;&gt; &lt;/code&gt;&lt;/pre&gt;&lt;p&gt;If you want to display the date on the left of the titles, you have to add &lt;strong&gt;&lt;code&gt;datesinlist=true&lt;/code&gt;&lt;/strong&gt; in your config.toml or &lt;strong&gt;&lt;code&gt;datesinlist: true&lt;/code&gt;&lt;/strong&gt; in your config.yaml&lt;/p&gt;
&lt;span class=&#34;spanForHeader&#34;&gt;#&lt;/span&gt; &lt;p&gt;You probably don&amp;rsquo;t need &lt;strong&gt;&lt;code&gt;enableGitInfo = true&lt;/code&gt;&lt;/strong&gt; as that will crash your website, I have no idea what it does, you don&amp;rsquo;t need it.&lt;/p&gt;
&lt;/a&gt;&lt;/h4&gt;&lt;h5 id=&#34;you-probably-dont-need-enablegitinfo--true-as-that-will-crash-your-website-i-have-no-idea-what-it-does-you-dont-need-it&#34;&gt;You probably don&amp;rsquo;t need &lt;strong&gt;&lt;code&gt;enableGitInfo = true&lt;/code&gt;&lt;/strong&gt; as that will crash your website, I have no idea what it does, you don&amp;rsquo;t need it. &lt;a class=&#34;anchor&#34; href=&#34;#you-probably-dont-need-enablegitinfo--true-as-that-will-crash-your-website-i-have-no-idea-what-it-does-you-dont-need-it&#34;&gt;
&lt;span class=&#34;spanForHeader&#34;&gt;#&lt;/span&gt;
&lt;/a&gt;&lt;/h5&gt;&lt;div style=&#34;text-align: center;&#34;&gt;
&lt;h2 id=&#34;using-your-custom-_indexhtml&#34;&gt;Using your custom _index.html &lt;a class=&#34;anchor&#34; href=&#34;#using-your-custom-_indexhtml&#34;&gt; &lt;h2 id=&#34;using-your-custom-_indexhtml&#34;&gt;Using your custom _index.html &lt;a class=&#34;anchor&#34; href=&#34;#using-your-custom-_indexhtml&#34;&gt;
&lt;span class=&#34;spanForHeader&#34;&gt;#&lt;/span&gt; &lt;span class=&#34;spanForHeader&#34;&gt;#&lt;/span&gt;
&lt;/a&gt;&lt;/h2&gt;&lt;/div&gt; &lt;/a&gt;&lt;/h2&gt;&lt;p&gt;After creating your custom _index.html you&amp;rsquo;d use it as follows:&lt;/p&gt;
&lt;p&gt;After creating your custom _index.html you&amp;rsquo;d use it as follows:&lt;/p&gt;
&lt;ol&gt; &lt;ol&gt;
&lt;li&gt;Create an _index.md file in your desired directory&lt;/li&gt; &lt;li&gt;Create an _index.md file in your desired directory&lt;/li&gt;
&lt;li&gt;Add &lt;strong&gt;&lt;code&gt;layout: &amp;quot;hackbook/order-by-oldest&amp;quot;&lt;/code&gt;&lt;/strong&gt; to your preamble (if you named your folder and or file something else, you have to change it here)&lt;/li&gt; &lt;li&gt;Add &lt;strong&gt;&lt;code&gt;layout: &amp;quot;hackbook/order-by-oldest&amp;quot;&lt;/code&gt;&lt;/strong&gt; to your preamble (if you named your folder and or file something else, you have to change it here)&lt;/li&gt;
@ -4018,9 +4012,9 @@ porn and or masturbation&amp;#160;&lt;a href=&#34;#fnref:2&#34; class=&#34;footn
<guid>https://vodoraslo.xyz/library/hackbook/00-00-hackbookeasypeasy/</guid> <guid>https://vodoraslo.xyz/library/hackbook/00-00-hackbookeasypeasy/</guid>
<description>&lt;div style=&#34;text-align: center;&#34;&gt; <description>&lt;div style=&#34;text-align: center;&#34;&gt;
&lt;h1 id=&#34;a-hrefhackbookhackbookpdfclick-to-download-hackbookeasypeasy-original-pdfa&#34;&gt;&lt;a href=&#34;https://vodoraslo.xyz/hackbook/hackbook.pdf&#34;&gt;Click to download HackBookEasyPeasy (original pdf)&lt;/a&gt; &lt;a class=&#34;anchor&#34; href=&#34;#a-hrefhackbookhackbookpdfclick-to-download-hackbookeasypeasy-original-pdfa&#34;&gt; &lt;h2 id=&#34;a-hrefhackbookhackbookpdfclick-to-download-hackbookeasypeasy-original-pdfa&#34;&gt;&lt;a href=&#34;https://vodoraslo.xyz/hackbook/hackbook.pdf&#34;&gt;Click to download HackBookEasyPeasy (original pdf)&lt;/a&gt; &lt;a class=&#34;anchor&#34; href=&#34;#a-hrefhackbookhackbookpdfclick-to-download-hackbookeasypeasy-original-pdfa&#34;&gt;
&lt;span class=&#34;spanForHeader&#34;&gt;#&lt;/span&gt; &lt;span class=&#34;spanForHeader&#34;&gt;#&lt;/span&gt;
&lt;/a&gt;&lt;/h1&gt;&lt;h3 id=&#34;easypeasyway&#34;&gt;EasyPeasyWay &lt;a class=&#34;anchor&#34; href=&#34;#easypeasyway&#34;&gt; &lt;/a&gt;&lt;/h2&gt;&lt;h3 id=&#34;easypeasyway&#34;&gt;EasyPeasyWay &lt;a class=&#34;anchor&#34; href=&#34;#easypeasyway&#34;&gt;
&lt;span class=&#34;spanForHeader&#34;&gt;#&lt;/span&gt; &lt;span class=&#34;spanForHeader&#34;&gt;#&lt;/span&gt;
&lt;/a&gt;&lt;/h3&gt;&lt;h4 id=&#34;httpssitesgooglecomsitehackbookeasypeasyhomehttpssitesgooglecomsitehackbookeasypeasyhome&#34;&gt;&lt;a href=&#34;https://sites.google.com/site/hackbookeasypeasy/home&#34;&gt;https://sites.google.com/site/hackbookeasypeasy/home&lt;/a&gt; &lt;a class=&#34;anchor&#34; href=&#34;#httpssitesgooglecomsitehackbookeasypeasyhomehttpssitesgooglecomsitehackbookeasypeasyhome&#34;&gt; &lt;/a&gt;&lt;/h3&gt;&lt;h4 id=&#34;httpssitesgooglecomsitehackbookeasypeasyhomehttpssitesgooglecomsitehackbookeasypeasyhome&#34;&gt;&lt;a href=&#34;https://sites.google.com/site/hackbookeasypeasy/home&#34;&gt;https://sites.google.com/site/hackbookeasypeasy/home&lt;/a&gt; &lt;a class=&#34;anchor&#34; href=&#34;#httpssitesgooglecomsitehackbookeasypeasyhomehttpssitesgooglecomsitehackbookeasypeasyhome&#34;&gt;
&lt;span class=&#34;spanForHeader&#34;&gt;#&lt;/span&gt; &lt;span class=&#34;spanForHeader&#34;&gt;#&lt;/span&gt;
@ -4069,13 +4063,13 @@ formed does not list Internet pornography as one of the addictions that it provi
<pubDate>Sat, 17 Dec 2022 17:20:18 +0200</pubDate> <pubDate>Sat, 17 Dec 2022 17:20:18 +0200</pubDate>
<guid>https://vodoraslo.xyz/helloworld/</guid> <guid>https://vodoraslo.xyz/helloworld/</guid>
<description>&lt;h1 id=&#34;obligatory-hello-world&#34;&gt;Obligatory Hello World! &lt;a class=&#34;anchor&#34; href=&#34;#obligatory-hello-world&#34;&gt; <description>&lt;h2 id=&#34;obligatory-hello-world&#34;&gt;Obligatory Hello World! &lt;a class=&#34;anchor&#34; href=&#34;#obligatory-hello-world&#34;&gt;
&lt;span class=&#34;spanForHeader&#34;&gt;#&lt;/span&gt; &lt;span class=&#34;spanForHeader&#34;&gt;#&lt;/span&gt;
&lt;/a&gt;&lt;/h1&gt;&lt;p&gt;trying to see which hugo theme i like best&lt;/p&gt; &lt;/a&gt;&lt;/h2&gt;&lt;p&gt;trying to see which hugo theme i like best&lt;/p&gt;
&lt;p&gt;had some issues with papermod and their css not working so for now i&amp;rsquo;ll use lugo&lt;/p&gt; &lt;p&gt;had some issues with papermod and their css not working so for now i&amp;rsquo;ll use lugo&lt;/p&gt;
&lt;h2 id=&#34;stuff-i-like&#34;&gt;stuff i like &lt;a class=&#34;anchor&#34; href=&#34;#stuff-i-like&#34;&gt; &lt;h3 id=&#34;stuff-i-like&#34;&gt;stuff i like &lt;a class=&#34;anchor&#34; href=&#34;#stuff-i-like&#34;&gt;
&lt;span class=&#34;spanForHeader&#34;&gt;#&lt;/span&gt; &lt;span class=&#34;spanForHeader&#34;&gt;#&lt;/span&gt;
&lt;/a&gt;&lt;/h2&gt;&lt;ul&gt; &lt;/a&gt;&lt;/h3&gt;&lt;ul&gt;
&lt;li&gt;touching grass and nature in general (wannabe farmer)&lt;/li&gt; &lt;li&gt;touching grass and nature in general (wannabe farmer)&lt;/li&gt;
&lt;li&gt;にっぽんese &lt;li&gt;にっぽんese
&lt;ul&gt; &lt;ul&gt;

View file

@ -772,9 +772,9 @@ Wired magazine.
<pubDate>Sat, 01 Apr 2023 14:24:10 +0300</pubDate> <pubDate>Sat, 01 Apr 2023 14:24:10 +0300</pubDate>
<guid>https://vodoraslo.xyz/library/ted-kaczynski/why-the-technological-system-will-destroy-itself/</guid> <guid>https://vodoraslo.xyz/library/ted-kaczynski/why-the-technological-system-will-destroy-itself/</guid>
<description>&lt;h1 id=&#34;i&#34;&gt;I. &lt;a class=&#34;anchor&#34; href=&#34;#i&#34;&gt; <description>&lt;h2 id=&#34;i&#34;&gt;I. &lt;a class=&#34;anchor&#34; href=&#34;#i&#34;&gt;
&lt;span class=&#34;spanForHeader&#34;&gt;#&lt;/span&gt; &lt;span class=&#34;spanForHeader&#34;&gt;#&lt;/span&gt;
&lt;/a&gt;&lt;/h1&gt;&lt;p&gt;Our discussion deals with self-propagating systems. By a self-propagating system (self-prop system for short) we mean a system that tends to promote its own survival and propagation. A system may propagate itself in either or both of two ways: The system may indefinitely increase its own size and/or power, or it may give rise to new systems that possess some of its own traits.&lt;/p&gt; &lt;/a&gt;&lt;/h2&gt;&lt;p&gt;Our discussion deals with self-propagating systems. By a self-propagating system (self-prop system for short) we mean a system that tends to promote its own survival and propagation. A system may propagate itself in either or both of two ways: The system may indefinitely increase its own size and/or power, or it may give rise to new systems that possess some of its own traits.&lt;/p&gt;
&lt;p&gt;The most obvious examples of self-propagating systems are biological organisms. Groups of biological organisms can also constitute self-prop systems; e.g., wolf packs and hives of honeybees. Particularly important for our purposes are self-prop systems that consist of groups of human beings. For example, nations, corporations, labor unions, and political parties; also some groups that are not clearly delimited and lack formal organization, such as schools of thought, social networks, and subcultures. Just as wolf packs and beehives are self-propagating without any conscious intention on the part of wolves or bees to propagate their packs or their hives, there is no reason why a human group cannot be self-propagating independently of any intention on the part of the individuals who comprise the group.&lt;/p&gt; &lt;p&gt;The most obvious examples of self-propagating systems are biological organisms. Groups of biological organisms can also constitute self-prop systems; e.g., wolf packs and hives of honeybees. Particularly important for our purposes are self-prop systems that consist of groups of human beings. For example, nations, corporations, labor unions, and political parties; also some groups that are not clearly delimited and lack formal organization, such as schools of thought, social networks, and subcultures. Just as wolf packs and beehives are self-propagating without any conscious intention on the part of wolves or bees to propagate their packs or their hives, there is no reason why a human group cannot be self-propagating independently of any intention on the part of the individuals who comprise the group.&lt;/p&gt;
&lt;p&gt;If A and B are systems of any kind (self-propagating or not), and if A is a functioning component of B, then we will call A a subsystem of B, and we will call B a supersystem of A. For example, in human hunting-and-gathering societies, individuals are members of bands, and bands often are organized into tribes. Individuals, bands, and tribes are all self-prop systems. The individual is a subsystem of the band, the band is a subsystem of the tribe, the tribe is a supersystem of each band that belongs to it, and each band is a supersystem of every individual who belongs to that band. It is also true that each individual is a subsystem of the tribe and that the tribe is a supersystem of every individual who belongs to a band that belongs to the tribe.&lt;/p&gt; &lt;p&gt;If A and B are systems of any kind (self-propagating or not), and if A is a functioning component of B, then we will call A a subsystem of B, and we will call B a supersystem of A. For example, in human hunting-and-gathering societies, individuals are members of bands, and bands often are organized into tribes. Individuals, bands, and tribes are all self-prop systems. The individual is a subsystem of the band, the band is a subsystem of the tribe, the tribe is a supersystem of each band that belongs to it, and each band is a supersystem of every individual who belongs to that band. It is also true that each individual is a subsystem of the tribe and that the tribe is a supersystem of every individual who belongs to a band that belongs to the tribe.&lt;/p&gt;
&lt;p&gt;The principle of natural selection is operative not only in biology, but in any environment in which self-propagating systems are present. The principle can be stated roughly as follows:&lt;/p&gt; &lt;p&gt;The principle of natural selection is operative not only in biology, but in any environment in which self-propagating systems are present. The principle can be stated roughly as follows:&lt;/p&gt;
@ -827,9 +827,9 @@ Wired magazine.
&lt;p&gt;The theory weve outline here provides a plausible explanation for the so-called “Fermi Paradox”. It is believed that there should be numerous planets on which technologically advanced civilizations have evolved, and which are not so remote from us that we could not by this time have detected the radio transmissions of those civilizations. The Fermi Paradox consists in the fact that our astronomers have never been able to detect any radio signals that seem to have originated form an intelligent extraterrestrial source.&lt;sup id=&#34;fnref:13&#34;&gt;&lt;a href=&#34;#fn:13&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;13&lt;/a&gt;&lt;/sup&gt;&lt;/p&gt; &lt;p&gt;The theory weve outline here provides a plausible explanation for the so-called “Fermi Paradox”. It is believed that there should be numerous planets on which technologically advanced civilizations have evolved, and which are not so remote from us that we could not by this time have detected the radio transmissions of those civilizations. The Fermi Paradox consists in the fact that our astronomers have never been able to detect any radio signals that seem to have originated form an intelligent extraterrestrial source.&lt;sup id=&#34;fnref:13&#34;&gt;&lt;a href=&#34;#fn:13&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;13&lt;/a&gt;&lt;/sup&gt;&lt;/p&gt;
&lt;p&gt;According to Ray Kurzweil, one common explanation of the Fermi Paradox is “that a civilization may obliterate itself once it reaches radio capability. This explanation might be acceptable if we were talking about only a few such civilizations, but [if such civilizations have been numerous], it is not credible to believe that every one of them destroyed itself.”&lt;sup id=&#34;fnref:14&#34;&gt;&lt;a href=&#34;#fn:14&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;14&lt;/a&gt;&lt;/sup&gt;&lt;/p&gt; &lt;p&gt;According to Ray Kurzweil, one common explanation of the Fermi Paradox is “that a civilization may obliterate itself once it reaches radio capability. This explanation might be acceptable if we were talking about only a few such civilizations, but [if such civilizations have been numerous], it is not credible to believe that every one of them destroyed itself.”&lt;sup id=&#34;fnref:14&#34;&gt;&lt;a href=&#34;#fn:14&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;14&lt;/a&gt;&lt;/sup&gt;&lt;/p&gt;
&lt;p&gt;Kurzweil would be right if the self-destruction of a civilization were merely a matter of chance. But there is nothing implausible about the foregoing explanation of the Fermi Paradox if there is a process common to all technologically advanced civilizations that consistently leads them to self-destruction. In this essay we have argued that there is such a process.&lt;/p&gt; &lt;p&gt;Kurzweil would be right if the self-destruction of a civilization were merely a matter of chance. But there is nothing implausible about the foregoing explanation of the Fermi Paradox if there is a process common to all technologically advanced civilizations that consistently leads them to self-destruction. In this essay we have argued that there is such a process.&lt;/p&gt;
&lt;h1 id=&#34;ii&#34;&gt;II. &lt;a class=&#34;anchor&#34; href=&#34;#ii&#34;&gt; &lt;h2 id=&#34;ii&#34;&gt;II. &lt;a class=&#34;anchor&#34; href=&#34;#ii&#34;&gt;
&lt;span class=&#34;spanForHeader&#34;&gt;#&lt;/span&gt; &lt;span class=&#34;spanForHeader&#34;&gt;#&lt;/span&gt;
&lt;/a&gt;&lt;/h1&gt;&lt;p&gt;Our discussion of self-propagating systems merely describes in general and abstract terms what we see going on all around us in concrete form: Organizations, movements, ideologies are locked in an unremitting struggle for power. Those that fail to compete successfully are eliminated or subjugated.&lt;sup id=&#34;fnref:15&#34;&gt;&lt;a href=&#34;#fn:15&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;15&lt;/a&gt;&lt;/sup&gt; The struggle is almost exclusively for power in the short term; the competitors pay scant attention even to their own long-term survival,&lt;sup id=&#34;fnref:16&#34;&gt;&lt;a href=&#34;#fn:16&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;16&lt;/a&gt;&lt;/sup&gt; let alone to the welfare of the human race or of the biosphere. Thats why nuclear weapons have not been banned, emissions of carbon dioxide have not been reduced to a safe level, the Earths resources are being exploited at an utterly reckless rate, and no limitation has been placed on development of powerful but dangerous technologies.&lt;/p&gt; &lt;/a&gt;&lt;/h2&gt;&lt;p&gt;Our discussion of self-propagating systems merely describes in general and abstract terms what we see going on all around us in concrete form: Organizations, movements, ideologies are locked in an unremitting struggle for power. Those that fail to compete successfully are eliminated or subjugated.&lt;sup id=&#34;fnref:15&#34;&gt;&lt;a href=&#34;#fn:15&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;15&lt;/a&gt;&lt;/sup&gt; The struggle is almost exclusively for power in the short term; the competitors pay scant attention even to their own long-term survival,&lt;sup id=&#34;fnref:16&#34;&gt;&lt;a href=&#34;#fn:16&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;16&lt;/a&gt;&lt;/sup&gt; let alone to the welfare of the human race or of the biosphere. Thats why nuclear weapons have not been banned, emissions of carbon dioxide have not been reduced to a safe level, the Earths resources are being exploited at an utterly reckless rate, and no limitation has been placed on development of powerful but dangerous technologies.&lt;/p&gt;
&lt;p&gt;The purpose of describing the process in general and abstract terms, as weve done here, is to show that what is happening to our world is not accidental; it is not the result of some chance conjunction of historical circumstances or of some flaw of character peculiar to human beings. Given the nature of self-propagating systems in general, the destructive process that we see today is made inevitable by a combination of two factors: the colossal power of modern technology and the availability of rapid transportation and communication between any two parts of the world.&lt;/p&gt; &lt;p&gt;The purpose of describing the process in general and abstract terms, as weve done here, is to show that what is happening to our world is not accidental; it is not the result of some chance conjunction of historical circumstances or of some flaw of character peculiar to human beings. Given the nature of self-propagating systems in general, the destructive process that we see today is made inevitable by a combination of two factors: the colossal power of modern technology and the availability of rapid transportation and communication between any two parts of the world.&lt;/p&gt;
&lt;p&gt;Recognition of this may help us to avoid wasting time on naïve efforts to solve our current problems. For example, on efforts to teach people to conserve energy and resources. Such efforts accomplish nothing whatever.&lt;/p&gt; &lt;p&gt;Recognition of this may help us to avoid wasting time on naïve efforts to solve our current problems. For example, on efforts to teach people to conserve energy and resources. Such efforts accomplish nothing whatever.&lt;/p&gt;
&lt;p&gt;It seems amazing that those who advocate energy conservation havent noticed what happens: As soon as some energy is freed up by conservation, the technological world-system gobbles it up and demands more. No matter how much energy is provided, the system always expands rapidly until it is using all available energy, and then it demands still more. The same is true of other resources. The technological world-system infallibly expands until it reaches a limit imposed by an insufficiency of resources, and then it tries to push beyond that limit regardless of consequences.&lt;/p&gt; &lt;p&gt;It seems amazing that those who advocate energy conservation havent noticed what happens: As soon as some energy is freed up by conservation, the technological world-system gobbles it up and demands more. No matter how much energy is provided, the system always expands rapidly until it is using all available energy, and then it demands still more. The same is true of other resources. The technological world-system infallibly expands until it reaches a limit imposed by an insufficiency of resources, and then it tries to push beyond that limit regardless of consequences.&lt;/p&gt;
@ -1832,9 +1832,9 @@ Wired magazine.
<pubDate>Thu, 12 Jan 2023 21:34:30 +0200</pubDate> <pubDate>Thu, 12 Jan 2023 21:34:30 +0200</pubDate>
<guid>https://vodoraslo.xyz/blog/recover-lost-anki-streak/</guid> <guid>https://vodoraslo.xyz/blog/recover-lost-anki-streak/</guid>
<description>&lt;h1 id=&#34;how-to-recover-a-lost-anki-streak&#34;&gt;How to recover a lost anki streak &lt;a class=&#34;anchor&#34; href=&#34;#how-to-recover-a-lost-anki-streak&#34;&gt; <description>&lt;h2 id=&#34;how-to-recover-a-lost-anki-streak&#34;&gt;How to recover a lost anki streak &lt;a class=&#34;anchor&#34; href=&#34;#how-to-recover-a-lost-anki-streak&#34;&gt;
&lt;span class=&#34;spanForHeader&#34;&gt;#&lt;/span&gt; &lt;span class=&#34;spanForHeader&#34;&gt;#&lt;/span&gt;
&lt;/a&gt;&lt;/h1&gt;&lt;p&gt;Word for word copy paste of what fixed my issue. &lt;a href=&#34;https://www.reddit.com/r/Anki/comments/ndt6ag/comment/gycwiti/?utm_source=share&amp;amp;utm_medium=web2x&amp;amp;context=3&#34;&gt;Original post&lt;/a&gt;&lt;/p&gt; &lt;/a&gt;&lt;/h2&gt;&lt;p&gt;Word for word copy paste of what fixed my issue. &lt;a href=&#34;https://www.reddit.com/r/Anki/comments/ndt6ag/comment/gycwiti/?utm_source=share&amp;amp;utm_medium=web2x&amp;amp;context=3&#34;&gt;Original post&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;btw i had to create a seperate Custom Study for cards i had forgotten, i set it to 1 day, did one review and followed from step 7&lt;/em&gt;&lt;/p&gt; &lt;p&gt;&lt;em&gt;btw i had to create a seperate Custom Study for cards i had forgotten, i set it to 1 day, did one review and followed from step 7&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;Happened to me as well, idk why. But there is a way to cheat streaks:&lt;/p&gt; &lt;p&gt;Happened to me as well, idk why. But there is a way to cheat streaks:&lt;/p&gt;
&lt;ol&gt; &lt;ol&gt;
@ -1856,12 +1856,12 @@ Wired magazine.
<pubDate>Wed, 04 Jan 2023 22:52:24 +0200</pubDate> <pubDate>Wed, 04 Jan 2023 22:52:24 +0200</pubDate>
<guid>https://vodoraslo.xyz/blog/meta-description-in-hugo/</guid> <guid>https://vodoraslo.xyz/blog/meta-description-in-hugo/</guid>
<description>&lt;h1 id=&#34;adding-meta-description-in-hugo&#34;&gt;Adding meta description in Hugo &lt;a class=&#34;anchor&#34; href=&#34;#adding-meta-description-in-hugo&#34;&gt; <description>&lt;h2 id=&#34;adding-meta-description-in-hugo&#34;&gt;Adding meta description in Hugo &lt;a class=&#34;anchor&#34; href=&#34;#adding-meta-description-in-hugo&#34;&gt;
&lt;span class=&#34;spanForHeader&#34;&gt;#&lt;/span&gt; &lt;span class=&#34;spanForHeader&#34;&gt;#&lt;/span&gt;
&lt;/a&gt;&lt;/h1&gt;&lt;p&gt;I assume you are using Luke Smith&amp;rsquo;s theme - Lugo, if you are not, you&amp;rsquo;d have to find these files yourself (e.g. search using vscode).&lt;/p&gt; &lt;/a&gt;&lt;/h2&gt;&lt;p&gt;I assume you are using Luke Smith&amp;rsquo;s theme - Lugo, if you are not, you&amp;rsquo;d have to find these files yourself (e.g. search using vscode).&lt;/p&gt;
&lt;h2 id=&#34;setting-a-global-meta-description&#34;&gt;Setting a global meta description &lt;a class=&#34;anchor&#34; href=&#34;#setting-a-global-meta-description&#34;&gt; &lt;h3 id=&#34;setting-a-global-meta-description&#34;&gt;Setting a global meta description &lt;a class=&#34;anchor&#34; href=&#34;#setting-a-global-meta-description&#34;&gt;
&lt;span class=&#34;spanForHeader&#34;&gt;#&lt;/span&gt; &lt;span class=&#34;spanForHeader&#34;&gt;#&lt;/span&gt;
&lt;/a&gt;&lt;/h2&gt;&lt;ol&gt; &lt;/a&gt;&lt;/h3&gt;&lt;ol&gt;
&lt;li&gt;Locate your config.toml or config.yaml file&lt;/li&gt; &lt;li&gt;Locate your config.toml or config.yaml file&lt;/li&gt;
&lt;li&gt;Add the following line inside it&lt;/li&gt; &lt;li&gt;Add the following line inside it&lt;/li&gt;
&lt;/ol&gt; &lt;/ol&gt;
@ -1872,17 +1872,17 @@ Wired magazine.
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;&#34;&gt;&lt;code class=&#34;language-yaml&#34; data-lang=&#34;yaml&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#f92672&#34;&gt;params&lt;/span&gt;: &lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;&#34;&gt;&lt;code class=&#34;language-yaml&#34; data-lang=&#34;yaml&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#f92672&#34;&gt;params&lt;/span&gt;:
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt; &lt;span style=&#34;color:#f92672&#34;&gt;description&lt;/span&gt;: &lt;span style=&#34;color:#ae81ff&#34;&gt;The global meta description of your website&lt;/span&gt; &lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt; &lt;span style=&#34;color:#f92672&#34;&gt;description&lt;/span&gt;: &lt;span style=&#34;color:#ae81ff&#34;&gt;The global meta description of your website&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;It won&amp;rsquo;t work just yet because you have to update the &lt;code&gt;baseof.html&lt;/code&gt; file.&lt;/p&gt; &lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;It won&amp;rsquo;t work just yet because you have to update the &lt;code&gt;baseof.html&lt;/code&gt; file.&lt;/p&gt;
&lt;h2 id=&#34;updating-the-baseofhtml-file&#34;&gt;Updating the baseof.html file &lt;a class=&#34;anchor&#34; href=&#34;#updating-the-baseofhtml-file&#34;&gt; &lt;h3 id=&#34;updating-the-baseofhtml-file&#34;&gt;Updating the baseof.html file &lt;a class=&#34;anchor&#34; href=&#34;#updating-the-baseofhtml-file&#34;&gt;
&lt;span class=&#34;spanForHeader&#34;&gt;#&lt;/span&gt; &lt;span class=&#34;spanForHeader&#34;&gt;#&lt;/span&gt;
&lt;/a&gt;&lt;/h2&gt;&lt;ol&gt; &lt;/a&gt;&lt;/h3&gt;&lt;ol&gt;
&lt;li&gt;Locate baseof.html&lt;/li&gt; &lt;li&gt;Locate baseof.html&lt;/li&gt;
&lt;li&gt;Add or change the meta description line with the following&lt;/li&gt; &lt;li&gt;Add or change the meta description line with the following&lt;/li&gt;
&lt;/ol&gt; &lt;/ol&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;&#34;&gt;&lt;code class=&#34;language-html&#34; data-lang=&#34;html&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&amp;lt;&lt;span style=&#34;color:#f92672&#34;&gt;meta&lt;/span&gt; &lt;span style=&#34;color:#a6e22e&#34;&gt;name&lt;/span&gt;&lt;span style=&#34;color:#f92672&#34;&gt;=&lt;/span&gt;&lt;span style=&#34;color:#e6db74&#34;&gt;&amp;#34;description&amp;#34;&lt;/span&gt; &lt;span style=&#34;color:#a6e22e&#34;&gt;content&lt;/span&gt;&lt;span style=&#34;color:#f92672&#34;&gt;=&lt;/span&gt;&lt;span style=&#34;color:#e6db74&#34;&gt;&amp;#34;{{ if .Page.Params.description }}{{ .Page.Params.description }}{{ else if .Summary}}{{ .Summary }}{{else}}{{ .Site.Params.description}}{{ end }}&amp;#34;&lt;/span&gt;/&amp;gt; &lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;&#34;&gt;&lt;code class=&#34;language-html&#34; data-lang=&#34;html&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&amp;lt;&lt;span style=&#34;color:#f92672&#34;&gt;meta&lt;/span&gt; &lt;span style=&#34;color:#a6e22e&#34;&gt;name&lt;/span&gt;&lt;span style=&#34;color:#f92672&#34;&gt;=&lt;/span&gt;&lt;span style=&#34;color:#e6db74&#34;&gt;&amp;#34;description&amp;#34;&lt;/span&gt; &lt;span style=&#34;color:#a6e22e&#34;&gt;content&lt;/span&gt;&lt;span style=&#34;color:#f92672&#34;&gt;=&lt;/span&gt;&lt;span style=&#34;color:#e6db74&#34;&gt;&amp;#34;{{ if .Page.Params.description }}{{ .Page.Params.description }}{{ else if .Summary}}{{ .Summary }}{{else}}{{ .Site.Params.description}}{{ end }}&amp;#34;&lt;/span&gt;/&amp;gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;And now if you start your Hugo server locally with &lt;code&gt;hugo serve --noHTTPCache&lt;/code&gt; and you right click on your page -&amp;gt; View Page Source -&amp;gt; Search for the meta description tag. It should match what you left in the config file.&lt;/p&gt; &lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;And now if you start your Hugo server locally with &lt;code&gt;hugo serve --noHTTPCache&lt;/code&gt; and you right click on your page -&amp;gt; View Page Source -&amp;gt; Search for the meta description tag. It should match what you left in the config file.&lt;/p&gt;
&lt;h2 id=&#34;replacing-the-global-description-with-a-custom-one&#34;&gt;Replacing the global description with a custom one &lt;a class=&#34;anchor&#34; href=&#34;#replacing-the-global-description-with-a-custom-one&#34;&gt; &lt;h3 id=&#34;replacing-the-global-description-with-a-custom-one&#34;&gt;Replacing the global description with a custom one &lt;a class=&#34;anchor&#34; href=&#34;#replacing-the-global-description-with-a-custom-one&#34;&gt;
&lt;span class=&#34;spanForHeader&#34;&gt;#&lt;/span&gt; &lt;span class=&#34;spanForHeader&#34;&gt;#&lt;/span&gt;
&lt;/a&gt;&lt;/h2&gt;&lt;ol&gt; &lt;/a&gt;&lt;/h3&gt;&lt;ol&gt;
&lt;li&gt;Have a markdown file ready&lt;/li&gt; &lt;li&gt;Have a markdown file ready&lt;/li&gt;
&lt;li&gt;In the preamble, add&lt;/li&gt; &lt;li&gt;In the preamble, add&lt;/li&gt;
&lt;/ol&gt; &lt;/ol&gt;
@ -1899,11 +1899,9 @@ Wired magazine.
<pubDate>Tue, 03 Jan 2023 22:36:03 +0200</pubDate> <pubDate>Tue, 03 Jan 2023 22:36:03 +0200</pubDate>
<guid>https://vodoraslo.xyz/blog/multiple-index-pages-in-hugo/</guid> <guid>https://vodoraslo.xyz/blog/multiple-index-pages-in-hugo/</guid>
<description>&lt;div style=&#34;text-align: center;&#34;&gt; <description>&lt;h2 id=&#34;this-is-how-to-create-multiple-index-pages-in-hugo&#34;&gt;This is how to create multiple index pages in Hugo &lt;a class=&#34;anchor&#34; href=&#34;#this-is-how-to-create-multiple-index-pages-in-hugo&#34;&gt;
&lt;h2 id=&#34;this-is-how-to-create-multiple-index-pages-in-hugo&#34;&gt;This is how to create multiple index pages in Hugo &lt;a class=&#34;anchor&#34; href=&#34;#this-is-how-to-create-multiple-index-pages-in-hugo&#34;&gt;
&lt;span class=&#34;spanForHeader&#34;&gt;#&lt;/span&gt; &lt;span class=&#34;spanForHeader&#34;&gt;#&lt;/span&gt;
&lt;/a&gt;&lt;/h2&gt;&lt;/div&gt; &lt;/a&gt;&lt;/h2&gt;&lt;p&gt;I wanted to order &lt;a href=&#34;https://vodoraslo.xyz/hackbook&#34;&gt;Hackbook&lt;/a&gt; in reverse (i.e. oldest to newest) so that it&amp;rsquo;s easier for the reader to start at the correct page.&lt;/p&gt;
&lt;p&gt;I wanted to order &lt;a href=&#34;https://vodoraslo.xyz/hackbook&#34;&gt;Hackbook&lt;/a&gt; in reverse (i.e. oldest to newest) so that it&amp;rsquo;s easier for the reader to start at the correct page.&lt;/p&gt;
&lt;p&gt;I ran into the following problem - the default &lt;strong&gt;&lt;code&gt;list.html&lt;/code&gt;&lt;/strong&gt; does them from newest to oldest.&lt;/p&gt; &lt;p&gt;I ran into the following problem - the default &lt;strong&gt;&lt;code&gt;list.html&lt;/code&gt;&lt;/strong&gt; does them from newest to oldest.&lt;/p&gt;
&lt;p&gt;So I found &lt;a href=&#34;https://discourse.gohugo.io/t/two-home-pages/31312/9&#34;&gt;this forum post&lt;/a&gt; and I created a file in the &lt;strong&gt;&lt;code&gt;_default&lt;/code&gt;&lt;/strong&gt; directory as follows:&lt;/p&gt; &lt;p&gt;So I found &lt;a href=&#34;https://discourse.gohugo.io/t/two-home-pages/31312/9&#34;&gt;this forum post&lt;/a&gt; and I created a file in the &lt;strong&gt;&lt;code&gt;_default&lt;/code&gt;&lt;/strong&gt; directory as follows:&lt;/p&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;layouts &lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;layouts
@ -1935,15 +1933,11 @@ Wired magazine.
{{- end }} {{- end }}
&amp;lt;/ul&amp;gt; &amp;lt;/ul&amp;gt;
{{- end }} {{- end }}
&lt;/code&gt;&lt;/pre&gt;&lt;h4 id=&#34;if-you-want-to-display-the-date-on-the-left-of-the-titles-you-have-to-add-datesinlisttrue-in-your-configtoml-or-datesinlist-true-in-your-configyaml&#34;&gt;if you want to display the date on the left of the titles, you have to add &lt;strong&gt;&lt;code&gt;datesinlist=true&lt;/code&gt;&lt;/strong&gt; in your config.toml or &lt;strong&gt;&lt;code&gt;datesinlist: true&lt;/code&gt;&lt;/strong&gt; in your config.yaml &lt;a class=&#34;anchor&#34; href=&#34;#if-you-want-to-display-the-date-on-the-left-of-the-titles-you-have-to-add-datesinlisttrue-in-your-configtoml-or-datesinlist-true-in-your-configyaml&#34;&gt; &lt;/code&gt;&lt;/pre&gt;&lt;p&gt;If you want to display the date on the left of the titles, you have to add &lt;strong&gt;&lt;code&gt;datesinlist=true&lt;/code&gt;&lt;/strong&gt; in your config.toml or &lt;strong&gt;&lt;code&gt;datesinlist: true&lt;/code&gt;&lt;/strong&gt; in your config.yaml&lt;/p&gt;
&lt;span class=&#34;spanForHeader&#34;&gt;#&lt;/span&gt; &lt;p&gt;You probably don&amp;rsquo;t need &lt;strong&gt;&lt;code&gt;enableGitInfo = true&lt;/code&gt;&lt;/strong&gt; as that will crash your website, I have no idea what it does, you don&amp;rsquo;t need it.&lt;/p&gt;
&lt;/a&gt;&lt;/h4&gt;&lt;h5 id=&#34;you-probably-dont-need-enablegitinfo--true-as-that-will-crash-your-website-i-have-no-idea-what-it-does-you-dont-need-it&#34;&gt;You probably don&amp;rsquo;t need &lt;strong&gt;&lt;code&gt;enableGitInfo = true&lt;/code&gt;&lt;/strong&gt; as that will crash your website, I have no idea what it does, you don&amp;rsquo;t need it. &lt;a class=&#34;anchor&#34; href=&#34;#you-probably-dont-need-enablegitinfo--true-as-that-will-crash-your-website-i-have-no-idea-what-it-does-you-dont-need-it&#34;&gt;
&lt;span class=&#34;spanForHeader&#34;&gt;#&lt;/span&gt;
&lt;/a&gt;&lt;/h5&gt;&lt;div style=&#34;text-align: center;&#34;&gt;
&lt;h2 id=&#34;using-your-custom-_indexhtml&#34;&gt;Using your custom _index.html &lt;a class=&#34;anchor&#34; href=&#34;#using-your-custom-_indexhtml&#34;&gt; &lt;h2 id=&#34;using-your-custom-_indexhtml&#34;&gt;Using your custom _index.html &lt;a class=&#34;anchor&#34; href=&#34;#using-your-custom-_indexhtml&#34;&gt;
&lt;span class=&#34;spanForHeader&#34;&gt;#&lt;/span&gt; &lt;span class=&#34;spanForHeader&#34;&gt;#&lt;/span&gt;
&lt;/a&gt;&lt;/h2&gt;&lt;/div&gt; &lt;/a&gt;&lt;/h2&gt;&lt;p&gt;After creating your custom _index.html you&amp;rsquo;d use it as follows:&lt;/p&gt;
&lt;p&gt;After creating your custom _index.html you&amp;rsquo;d use it as follows:&lt;/p&gt;
&lt;ol&gt; &lt;ol&gt;
&lt;li&gt;Create an _index.md file in your desired directory&lt;/li&gt; &lt;li&gt;Create an _index.md file in your desired directory&lt;/li&gt;
&lt;li&gt;Add &lt;strong&gt;&lt;code&gt;layout: &amp;quot;hackbook/order-by-oldest&amp;quot;&lt;/code&gt;&lt;/strong&gt; to your preamble (if you named your folder and or file something else, you have to change it here)&lt;/li&gt; &lt;li&gt;Add &lt;strong&gt;&lt;code&gt;layout: &amp;quot;hackbook/order-by-oldest&amp;quot;&lt;/code&gt;&lt;/strong&gt; to your preamble (if you named your folder and or file something else, you have to change it here)&lt;/li&gt;
@ -4018,9 +4012,9 @@ porn and or masturbation&amp;#160;&lt;a href=&#34;#fnref:2&#34; class=&#34;footn
<guid>https://vodoraslo.xyz/library/hackbook/00-00-hackbookeasypeasy/</guid> <guid>https://vodoraslo.xyz/library/hackbook/00-00-hackbookeasypeasy/</guid>
<description>&lt;div style=&#34;text-align: center;&#34;&gt; <description>&lt;div style=&#34;text-align: center;&#34;&gt;
&lt;h1 id=&#34;a-hrefhackbookhackbookpdfclick-to-download-hackbookeasypeasy-original-pdfa&#34;&gt;&lt;a href=&#34;https://vodoraslo.xyz/hackbook/hackbook.pdf&#34;&gt;Click to download HackBookEasyPeasy (original pdf)&lt;/a&gt; &lt;a class=&#34;anchor&#34; href=&#34;#a-hrefhackbookhackbookpdfclick-to-download-hackbookeasypeasy-original-pdfa&#34;&gt; &lt;h2 id=&#34;a-hrefhackbookhackbookpdfclick-to-download-hackbookeasypeasy-original-pdfa&#34;&gt;&lt;a href=&#34;https://vodoraslo.xyz/hackbook/hackbook.pdf&#34;&gt;Click to download HackBookEasyPeasy (original pdf)&lt;/a&gt; &lt;a class=&#34;anchor&#34; href=&#34;#a-hrefhackbookhackbookpdfclick-to-download-hackbookeasypeasy-original-pdfa&#34;&gt;
&lt;span class=&#34;spanForHeader&#34;&gt;#&lt;/span&gt; &lt;span class=&#34;spanForHeader&#34;&gt;#&lt;/span&gt;
&lt;/a&gt;&lt;/h1&gt;&lt;h3 id=&#34;easypeasyway&#34;&gt;EasyPeasyWay &lt;a class=&#34;anchor&#34; href=&#34;#easypeasyway&#34;&gt; &lt;/a&gt;&lt;/h2&gt;&lt;h3 id=&#34;easypeasyway&#34;&gt;EasyPeasyWay &lt;a class=&#34;anchor&#34; href=&#34;#easypeasyway&#34;&gt;
&lt;span class=&#34;spanForHeader&#34;&gt;#&lt;/span&gt; &lt;span class=&#34;spanForHeader&#34;&gt;#&lt;/span&gt;
&lt;/a&gt;&lt;/h3&gt;&lt;h4 id=&#34;httpssitesgooglecomsitehackbookeasypeasyhomehttpssitesgooglecomsitehackbookeasypeasyhome&#34;&gt;&lt;a href=&#34;https://sites.google.com/site/hackbookeasypeasy/home&#34;&gt;https://sites.google.com/site/hackbookeasypeasy/home&lt;/a&gt; &lt;a class=&#34;anchor&#34; href=&#34;#httpssitesgooglecomsitehackbookeasypeasyhomehttpssitesgooglecomsitehackbookeasypeasyhome&#34;&gt; &lt;/a&gt;&lt;/h3&gt;&lt;h4 id=&#34;httpssitesgooglecomsitehackbookeasypeasyhomehttpssitesgooglecomsitehackbookeasypeasyhome&#34;&gt;&lt;a href=&#34;https://sites.google.com/site/hackbookeasypeasy/home&#34;&gt;https://sites.google.com/site/hackbookeasypeasy/home&lt;/a&gt; &lt;a class=&#34;anchor&#34; href=&#34;#httpssitesgooglecomsitehackbookeasypeasyhomehttpssitesgooglecomsitehackbookeasypeasyhome&#34;&gt;
&lt;span class=&#34;spanForHeader&#34;&gt;#&lt;/span&gt; &lt;span class=&#34;spanForHeader&#34;&gt;#&lt;/span&gt;
@ -4069,13 +4063,13 @@ formed does not list Internet pornography as one of the addictions that it provi
<pubDate>Sat, 17 Dec 2022 17:20:18 +0200</pubDate> <pubDate>Sat, 17 Dec 2022 17:20:18 +0200</pubDate>
<guid>https://vodoraslo.xyz/helloworld/</guid> <guid>https://vodoraslo.xyz/helloworld/</guid>
<description>&lt;h1 id=&#34;obligatory-hello-world&#34;&gt;Obligatory Hello World! &lt;a class=&#34;anchor&#34; href=&#34;#obligatory-hello-world&#34;&gt; <description>&lt;h2 id=&#34;obligatory-hello-world&#34;&gt;Obligatory Hello World! &lt;a class=&#34;anchor&#34; href=&#34;#obligatory-hello-world&#34;&gt;
&lt;span class=&#34;spanForHeader&#34;&gt;#&lt;/span&gt; &lt;span class=&#34;spanForHeader&#34;&gt;#&lt;/span&gt;
&lt;/a&gt;&lt;/h1&gt;&lt;p&gt;trying to see which hugo theme i like best&lt;/p&gt; &lt;/a&gt;&lt;/h2&gt;&lt;p&gt;trying to see which hugo theme i like best&lt;/p&gt;
&lt;p&gt;had some issues with papermod and their css not working so for now i&amp;rsquo;ll use lugo&lt;/p&gt; &lt;p&gt;had some issues with papermod and their css not working so for now i&amp;rsquo;ll use lugo&lt;/p&gt;
&lt;h2 id=&#34;stuff-i-like&#34;&gt;stuff i like &lt;a class=&#34;anchor&#34; href=&#34;#stuff-i-like&#34;&gt; &lt;h3 id=&#34;stuff-i-like&#34;&gt;stuff i like &lt;a class=&#34;anchor&#34; href=&#34;#stuff-i-like&#34;&gt;
&lt;span class=&#34;spanForHeader&#34;&gt;#&lt;/span&gt; &lt;span class=&#34;spanForHeader&#34;&gt;#&lt;/span&gt;
&lt;/a&gt;&lt;/h2&gt;&lt;ul&gt; &lt;/a&gt;&lt;/h3&gt;&lt;ul&gt;
&lt;li&gt;touching grass and nature in general (wannabe farmer)&lt;/li&gt; &lt;li&gt;touching grass and nature in general (wannabe farmer)&lt;/li&gt;
&lt;li&gt;にっぽんese &lt;li&gt;にっぽんese
&lt;ul&gt; &lt;ul&gt;

View file

@ -772,9 +772,9 @@ Wired magazine.
<pubDate>Sat, 01 Apr 2023 14:24:10 +0300</pubDate> <pubDate>Sat, 01 Apr 2023 14:24:10 +0300</pubDate>
<guid>https://vodoraslo.xyz/library/ted-kaczynski/why-the-technological-system-will-destroy-itself/</guid> <guid>https://vodoraslo.xyz/library/ted-kaczynski/why-the-technological-system-will-destroy-itself/</guid>
<description>&lt;h1 id=&#34;i&#34;&gt;I. &lt;a class=&#34;anchor&#34; href=&#34;#i&#34;&gt; <description>&lt;h2 id=&#34;i&#34;&gt;I. &lt;a class=&#34;anchor&#34; href=&#34;#i&#34;&gt;
&lt;span class=&#34;spanForHeader&#34;&gt;#&lt;/span&gt; &lt;span class=&#34;spanForHeader&#34;&gt;#&lt;/span&gt;
&lt;/a&gt;&lt;/h1&gt;&lt;p&gt;Our discussion deals with self-propagating systems. By a self-propagating system (self-prop system for short) we mean a system that tends to promote its own survival and propagation. A system may propagate itself in either or both of two ways: The system may indefinitely increase its own size and/or power, or it may give rise to new systems that possess some of its own traits.&lt;/p&gt; &lt;/a&gt;&lt;/h2&gt;&lt;p&gt;Our discussion deals with self-propagating systems. By a self-propagating system (self-prop system for short) we mean a system that tends to promote its own survival and propagation. A system may propagate itself in either or both of two ways: The system may indefinitely increase its own size and/or power, or it may give rise to new systems that possess some of its own traits.&lt;/p&gt;
&lt;p&gt;The most obvious examples of self-propagating systems are biological organisms. Groups of biological organisms can also constitute self-prop systems; e.g., wolf packs and hives of honeybees. Particularly important for our purposes are self-prop systems that consist of groups of human beings. For example, nations, corporations, labor unions, and political parties; also some groups that are not clearly delimited and lack formal organization, such as schools of thought, social networks, and subcultures. Just as wolf packs and beehives are self-propagating without any conscious intention on the part of wolves or bees to propagate their packs or their hives, there is no reason why a human group cannot be self-propagating independently of any intention on the part of the individuals who comprise the group.&lt;/p&gt; &lt;p&gt;The most obvious examples of self-propagating systems are biological organisms. Groups of biological organisms can also constitute self-prop systems; e.g., wolf packs and hives of honeybees. Particularly important for our purposes are self-prop systems that consist of groups of human beings. For example, nations, corporations, labor unions, and political parties; also some groups that are not clearly delimited and lack formal organization, such as schools of thought, social networks, and subcultures. Just as wolf packs and beehives are self-propagating without any conscious intention on the part of wolves or bees to propagate their packs or their hives, there is no reason why a human group cannot be self-propagating independently of any intention on the part of the individuals who comprise the group.&lt;/p&gt;
&lt;p&gt;If A and B are systems of any kind (self-propagating or not), and if A is a functioning component of B, then we will call A a subsystem of B, and we will call B a supersystem of A. For example, in human hunting-and-gathering societies, individuals are members of bands, and bands often are organized into tribes. Individuals, bands, and tribes are all self-prop systems. The individual is a subsystem of the band, the band is a subsystem of the tribe, the tribe is a supersystem of each band that belongs to it, and each band is a supersystem of every individual who belongs to that band. It is also true that each individual is a subsystem of the tribe and that the tribe is a supersystem of every individual who belongs to a band that belongs to the tribe.&lt;/p&gt; &lt;p&gt;If A and B are systems of any kind (self-propagating or not), and if A is a functioning component of B, then we will call A a subsystem of B, and we will call B a supersystem of A. For example, in human hunting-and-gathering societies, individuals are members of bands, and bands often are organized into tribes. Individuals, bands, and tribes are all self-prop systems. The individual is a subsystem of the band, the band is a subsystem of the tribe, the tribe is a supersystem of each band that belongs to it, and each band is a supersystem of every individual who belongs to that band. It is also true that each individual is a subsystem of the tribe and that the tribe is a supersystem of every individual who belongs to a band that belongs to the tribe.&lt;/p&gt;
&lt;p&gt;The principle of natural selection is operative not only in biology, but in any environment in which self-propagating systems are present. The principle can be stated roughly as follows:&lt;/p&gt; &lt;p&gt;The principle of natural selection is operative not only in biology, but in any environment in which self-propagating systems are present. The principle can be stated roughly as follows:&lt;/p&gt;
@ -827,9 +827,9 @@ Wired magazine.
&lt;p&gt;The theory weve outline here provides a plausible explanation for the so-called “Fermi Paradox”. It is believed that there should be numerous planets on which technologically advanced civilizations have evolved, and which are not so remote from us that we could not by this time have detected the radio transmissions of those civilizations. The Fermi Paradox consists in the fact that our astronomers have never been able to detect any radio signals that seem to have originated form an intelligent extraterrestrial source.&lt;sup id=&#34;fnref:13&#34;&gt;&lt;a href=&#34;#fn:13&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;13&lt;/a&gt;&lt;/sup&gt;&lt;/p&gt; &lt;p&gt;The theory weve outline here provides a plausible explanation for the so-called “Fermi Paradox”. It is believed that there should be numerous planets on which technologically advanced civilizations have evolved, and which are not so remote from us that we could not by this time have detected the radio transmissions of those civilizations. The Fermi Paradox consists in the fact that our astronomers have never been able to detect any radio signals that seem to have originated form an intelligent extraterrestrial source.&lt;sup id=&#34;fnref:13&#34;&gt;&lt;a href=&#34;#fn:13&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;13&lt;/a&gt;&lt;/sup&gt;&lt;/p&gt;
&lt;p&gt;According to Ray Kurzweil, one common explanation of the Fermi Paradox is “that a civilization may obliterate itself once it reaches radio capability. This explanation might be acceptable if we were talking about only a few such civilizations, but [if such civilizations have been numerous], it is not credible to believe that every one of them destroyed itself.”&lt;sup id=&#34;fnref:14&#34;&gt;&lt;a href=&#34;#fn:14&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;14&lt;/a&gt;&lt;/sup&gt;&lt;/p&gt; &lt;p&gt;According to Ray Kurzweil, one common explanation of the Fermi Paradox is “that a civilization may obliterate itself once it reaches radio capability. This explanation might be acceptable if we were talking about only a few such civilizations, but [if such civilizations have been numerous], it is not credible to believe that every one of them destroyed itself.”&lt;sup id=&#34;fnref:14&#34;&gt;&lt;a href=&#34;#fn:14&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;14&lt;/a&gt;&lt;/sup&gt;&lt;/p&gt;
&lt;p&gt;Kurzweil would be right if the self-destruction of a civilization were merely a matter of chance. But there is nothing implausible about the foregoing explanation of the Fermi Paradox if there is a process common to all technologically advanced civilizations that consistently leads them to self-destruction. In this essay we have argued that there is such a process.&lt;/p&gt; &lt;p&gt;Kurzweil would be right if the self-destruction of a civilization were merely a matter of chance. But there is nothing implausible about the foregoing explanation of the Fermi Paradox if there is a process common to all technologically advanced civilizations that consistently leads them to self-destruction. In this essay we have argued that there is such a process.&lt;/p&gt;
&lt;h1 id=&#34;ii&#34;&gt;II. &lt;a class=&#34;anchor&#34; href=&#34;#ii&#34;&gt; &lt;h2 id=&#34;ii&#34;&gt;II. &lt;a class=&#34;anchor&#34; href=&#34;#ii&#34;&gt;
&lt;span class=&#34;spanForHeader&#34;&gt;#&lt;/span&gt; &lt;span class=&#34;spanForHeader&#34;&gt;#&lt;/span&gt;
&lt;/a&gt;&lt;/h1&gt;&lt;p&gt;Our discussion of self-propagating systems merely describes in general and abstract terms what we see going on all around us in concrete form: Organizations, movements, ideologies are locked in an unremitting struggle for power. Those that fail to compete successfully are eliminated or subjugated.&lt;sup id=&#34;fnref:15&#34;&gt;&lt;a href=&#34;#fn:15&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;15&lt;/a&gt;&lt;/sup&gt; The struggle is almost exclusively for power in the short term; the competitors pay scant attention even to their own long-term survival,&lt;sup id=&#34;fnref:16&#34;&gt;&lt;a href=&#34;#fn:16&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;16&lt;/a&gt;&lt;/sup&gt; let alone to the welfare of the human race or of the biosphere. Thats why nuclear weapons have not been banned, emissions of carbon dioxide have not been reduced to a safe level, the Earths resources are being exploited at an utterly reckless rate, and no limitation has been placed on development of powerful but dangerous technologies.&lt;/p&gt; &lt;/a&gt;&lt;/h2&gt;&lt;p&gt;Our discussion of self-propagating systems merely describes in general and abstract terms what we see going on all around us in concrete form: Organizations, movements, ideologies are locked in an unremitting struggle for power. Those that fail to compete successfully are eliminated or subjugated.&lt;sup id=&#34;fnref:15&#34;&gt;&lt;a href=&#34;#fn:15&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;15&lt;/a&gt;&lt;/sup&gt; The struggle is almost exclusively for power in the short term; the competitors pay scant attention even to their own long-term survival,&lt;sup id=&#34;fnref:16&#34;&gt;&lt;a href=&#34;#fn:16&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;16&lt;/a&gt;&lt;/sup&gt; let alone to the welfare of the human race or of the biosphere. Thats why nuclear weapons have not been banned, emissions of carbon dioxide have not been reduced to a safe level, the Earths resources are being exploited at an utterly reckless rate, and no limitation has been placed on development of powerful but dangerous technologies.&lt;/p&gt;
&lt;p&gt;The purpose of describing the process in general and abstract terms, as weve done here, is to show that what is happening to our world is not accidental; it is not the result of some chance conjunction of historical circumstances or of some flaw of character peculiar to human beings. Given the nature of self-propagating systems in general, the destructive process that we see today is made inevitable by a combination of two factors: the colossal power of modern technology and the availability of rapid transportation and communication between any two parts of the world.&lt;/p&gt; &lt;p&gt;The purpose of describing the process in general and abstract terms, as weve done here, is to show that what is happening to our world is not accidental; it is not the result of some chance conjunction of historical circumstances or of some flaw of character peculiar to human beings. Given the nature of self-propagating systems in general, the destructive process that we see today is made inevitable by a combination of two factors: the colossal power of modern technology and the availability of rapid transportation and communication between any two parts of the world.&lt;/p&gt;
&lt;p&gt;Recognition of this may help us to avoid wasting time on naïve efforts to solve our current problems. For example, on efforts to teach people to conserve energy and resources. Such efforts accomplish nothing whatever.&lt;/p&gt; &lt;p&gt;Recognition of this may help us to avoid wasting time on naïve efforts to solve our current problems. For example, on efforts to teach people to conserve energy and resources. Such efforts accomplish nothing whatever.&lt;/p&gt;
&lt;p&gt;It seems amazing that those who advocate energy conservation havent noticed what happens: As soon as some energy is freed up by conservation, the technological world-system gobbles it up and demands more. No matter how much energy is provided, the system always expands rapidly until it is using all available energy, and then it demands still more. The same is true of other resources. The technological world-system infallibly expands until it reaches a limit imposed by an insufficiency of resources, and then it tries to push beyond that limit regardless of consequences.&lt;/p&gt; &lt;p&gt;It seems amazing that those who advocate energy conservation havent noticed what happens: As soon as some energy is freed up by conservation, the technological world-system gobbles it up and demands more. No matter how much energy is provided, the system always expands rapidly until it is using all available energy, and then it demands still more. The same is true of other resources. The technological world-system infallibly expands until it reaches a limit imposed by an insufficiency of resources, and then it tries to push beyond that limit regardless of consequences.&lt;/p&gt;
@ -1832,9 +1832,9 @@ Wired magazine.
<pubDate>Thu, 12 Jan 2023 21:34:30 +0200</pubDate> <pubDate>Thu, 12 Jan 2023 21:34:30 +0200</pubDate>
<guid>https://vodoraslo.xyz/blog/recover-lost-anki-streak/</guid> <guid>https://vodoraslo.xyz/blog/recover-lost-anki-streak/</guid>
<description>&lt;h1 id=&#34;how-to-recover-a-lost-anki-streak&#34;&gt;How to recover a lost anki streak &lt;a class=&#34;anchor&#34; href=&#34;#how-to-recover-a-lost-anki-streak&#34;&gt; <description>&lt;h2 id=&#34;how-to-recover-a-lost-anki-streak&#34;&gt;How to recover a lost anki streak &lt;a class=&#34;anchor&#34; href=&#34;#how-to-recover-a-lost-anki-streak&#34;&gt;
&lt;span class=&#34;spanForHeader&#34;&gt;#&lt;/span&gt; &lt;span class=&#34;spanForHeader&#34;&gt;#&lt;/span&gt;
&lt;/a&gt;&lt;/h1&gt;&lt;p&gt;Word for word copy paste of what fixed my issue. &lt;a href=&#34;https://www.reddit.com/r/Anki/comments/ndt6ag/comment/gycwiti/?utm_source=share&amp;amp;utm_medium=web2x&amp;amp;context=3&#34;&gt;Original post&lt;/a&gt;&lt;/p&gt; &lt;/a&gt;&lt;/h2&gt;&lt;p&gt;Word for word copy paste of what fixed my issue. &lt;a href=&#34;https://www.reddit.com/r/Anki/comments/ndt6ag/comment/gycwiti/?utm_source=share&amp;amp;utm_medium=web2x&amp;amp;context=3&#34;&gt;Original post&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;btw i had to create a seperate Custom Study for cards i had forgotten, i set it to 1 day, did one review and followed from step 7&lt;/em&gt;&lt;/p&gt; &lt;p&gt;&lt;em&gt;btw i had to create a seperate Custom Study for cards i had forgotten, i set it to 1 day, did one review and followed from step 7&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;Happened to me as well, idk why. But there is a way to cheat streaks:&lt;/p&gt; &lt;p&gt;Happened to me as well, idk why. But there is a way to cheat streaks:&lt;/p&gt;
&lt;ol&gt; &lt;ol&gt;
@ -1856,12 +1856,12 @@ Wired magazine.
<pubDate>Wed, 04 Jan 2023 22:52:24 +0200</pubDate> <pubDate>Wed, 04 Jan 2023 22:52:24 +0200</pubDate>
<guid>https://vodoraslo.xyz/blog/meta-description-in-hugo/</guid> <guid>https://vodoraslo.xyz/blog/meta-description-in-hugo/</guid>
<description>&lt;h1 id=&#34;adding-meta-description-in-hugo&#34;&gt;Adding meta description in Hugo &lt;a class=&#34;anchor&#34; href=&#34;#adding-meta-description-in-hugo&#34;&gt; <description>&lt;h2 id=&#34;adding-meta-description-in-hugo&#34;&gt;Adding meta description in Hugo &lt;a class=&#34;anchor&#34; href=&#34;#adding-meta-description-in-hugo&#34;&gt;
&lt;span class=&#34;spanForHeader&#34;&gt;#&lt;/span&gt; &lt;span class=&#34;spanForHeader&#34;&gt;#&lt;/span&gt;
&lt;/a&gt;&lt;/h1&gt;&lt;p&gt;I assume you are using Luke Smith&amp;rsquo;s theme - Lugo, if you are not, you&amp;rsquo;d have to find these files yourself (e.g. search using vscode).&lt;/p&gt; &lt;/a&gt;&lt;/h2&gt;&lt;p&gt;I assume you are using Luke Smith&amp;rsquo;s theme - Lugo, if you are not, you&amp;rsquo;d have to find these files yourself (e.g. search using vscode).&lt;/p&gt;
&lt;h2 id=&#34;setting-a-global-meta-description&#34;&gt;Setting a global meta description &lt;a class=&#34;anchor&#34; href=&#34;#setting-a-global-meta-description&#34;&gt; &lt;h3 id=&#34;setting-a-global-meta-description&#34;&gt;Setting a global meta description &lt;a class=&#34;anchor&#34; href=&#34;#setting-a-global-meta-description&#34;&gt;
&lt;span class=&#34;spanForHeader&#34;&gt;#&lt;/span&gt; &lt;span class=&#34;spanForHeader&#34;&gt;#&lt;/span&gt;
&lt;/a&gt;&lt;/h2&gt;&lt;ol&gt; &lt;/a&gt;&lt;/h3&gt;&lt;ol&gt;
&lt;li&gt;Locate your config.toml or config.yaml file&lt;/li&gt; &lt;li&gt;Locate your config.toml or config.yaml file&lt;/li&gt;
&lt;li&gt;Add the following line inside it&lt;/li&gt; &lt;li&gt;Add the following line inside it&lt;/li&gt;
&lt;/ol&gt; &lt;/ol&gt;
@ -1872,17 +1872,17 @@ Wired magazine.
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;&#34;&gt;&lt;code class=&#34;language-yaml&#34; data-lang=&#34;yaml&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#f92672&#34;&gt;params&lt;/span&gt;: &lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;&#34;&gt;&lt;code class=&#34;language-yaml&#34; data-lang=&#34;yaml&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#f92672&#34;&gt;params&lt;/span&gt;:
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt; &lt;span style=&#34;color:#f92672&#34;&gt;description&lt;/span&gt;: &lt;span style=&#34;color:#ae81ff&#34;&gt;The global meta description of your website&lt;/span&gt; &lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt; &lt;span style=&#34;color:#f92672&#34;&gt;description&lt;/span&gt;: &lt;span style=&#34;color:#ae81ff&#34;&gt;The global meta description of your website&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;It won&amp;rsquo;t work just yet because you have to update the &lt;code&gt;baseof.html&lt;/code&gt; file.&lt;/p&gt; &lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;It won&amp;rsquo;t work just yet because you have to update the &lt;code&gt;baseof.html&lt;/code&gt; file.&lt;/p&gt;
&lt;h2 id=&#34;updating-the-baseofhtml-file&#34;&gt;Updating the baseof.html file &lt;a class=&#34;anchor&#34; href=&#34;#updating-the-baseofhtml-file&#34;&gt; &lt;h3 id=&#34;updating-the-baseofhtml-file&#34;&gt;Updating the baseof.html file &lt;a class=&#34;anchor&#34; href=&#34;#updating-the-baseofhtml-file&#34;&gt;
&lt;span class=&#34;spanForHeader&#34;&gt;#&lt;/span&gt; &lt;span class=&#34;spanForHeader&#34;&gt;#&lt;/span&gt;
&lt;/a&gt;&lt;/h2&gt;&lt;ol&gt; &lt;/a&gt;&lt;/h3&gt;&lt;ol&gt;
&lt;li&gt;Locate baseof.html&lt;/li&gt; &lt;li&gt;Locate baseof.html&lt;/li&gt;
&lt;li&gt;Add or change the meta description line with the following&lt;/li&gt; &lt;li&gt;Add or change the meta description line with the following&lt;/li&gt;
&lt;/ol&gt; &lt;/ol&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;&#34;&gt;&lt;code class=&#34;language-html&#34; data-lang=&#34;html&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&amp;lt;&lt;span style=&#34;color:#f92672&#34;&gt;meta&lt;/span&gt; &lt;span style=&#34;color:#a6e22e&#34;&gt;name&lt;/span&gt;&lt;span style=&#34;color:#f92672&#34;&gt;=&lt;/span&gt;&lt;span style=&#34;color:#e6db74&#34;&gt;&amp;#34;description&amp;#34;&lt;/span&gt; &lt;span style=&#34;color:#a6e22e&#34;&gt;content&lt;/span&gt;&lt;span style=&#34;color:#f92672&#34;&gt;=&lt;/span&gt;&lt;span style=&#34;color:#e6db74&#34;&gt;&amp;#34;{{ if .Page.Params.description }}{{ .Page.Params.description }}{{ else if .Summary}}{{ .Summary }}{{else}}{{ .Site.Params.description}}{{ end }}&amp;#34;&lt;/span&gt;/&amp;gt; &lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;&#34;&gt;&lt;code class=&#34;language-html&#34; data-lang=&#34;html&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&amp;lt;&lt;span style=&#34;color:#f92672&#34;&gt;meta&lt;/span&gt; &lt;span style=&#34;color:#a6e22e&#34;&gt;name&lt;/span&gt;&lt;span style=&#34;color:#f92672&#34;&gt;=&lt;/span&gt;&lt;span style=&#34;color:#e6db74&#34;&gt;&amp;#34;description&amp;#34;&lt;/span&gt; &lt;span style=&#34;color:#a6e22e&#34;&gt;content&lt;/span&gt;&lt;span style=&#34;color:#f92672&#34;&gt;=&lt;/span&gt;&lt;span style=&#34;color:#e6db74&#34;&gt;&amp;#34;{{ if .Page.Params.description }}{{ .Page.Params.description }}{{ else if .Summary}}{{ .Summary }}{{else}}{{ .Site.Params.description}}{{ end }}&amp;#34;&lt;/span&gt;/&amp;gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;And now if you start your Hugo server locally with &lt;code&gt;hugo serve --noHTTPCache&lt;/code&gt; and you right click on your page -&amp;gt; View Page Source -&amp;gt; Search for the meta description tag. It should match what you left in the config file.&lt;/p&gt; &lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;And now if you start your Hugo server locally with &lt;code&gt;hugo serve --noHTTPCache&lt;/code&gt; and you right click on your page -&amp;gt; View Page Source -&amp;gt; Search for the meta description tag. It should match what you left in the config file.&lt;/p&gt;
&lt;h2 id=&#34;replacing-the-global-description-with-a-custom-one&#34;&gt;Replacing the global description with a custom one &lt;a class=&#34;anchor&#34; href=&#34;#replacing-the-global-description-with-a-custom-one&#34;&gt; &lt;h3 id=&#34;replacing-the-global-description-with-a-custom-one&#34;&gt;Replacing the global description with a custom one &lt;a class=&#34;anchor&#34; href=&#34;#replacing-the-global-description-with-a-custom-one&#34;&gt;
&lt;span class=&#34;spanForHeader&#34;&gt;#&lt;/span&gt; &lt;span class=&#34;spanForHeader&#34;&gt;#&lt;/span&gt;
&lt;/a&gt;&lt;/h2&gt;&lt;ol&gt; &lt;/a&gt;&lt;/h3&gt;&lt;ol&gt;
&lt;li&gt;Have a markdown file ready&lt;/li&gt; &lt;li&gt;Have a markdown file ready&lt;/li&gt;
&lt;li&gt;In the preamble, add&lt;/li&gt; &lt;li&gt;In the preamble, add&lt;/li&gt;
&lt;/ol&gt; &lt;/ol&gt;
@ -1899,11 +1899,9 @@ Wired magazine.
<pubDate>Tue, 03 Jan 2023 22:36:03 +0200</pubDate> <pubDate>Tue, 03 Jan 2023 22:36:03 +0200</pubDate>
<guid>https://vodoraslo.xyz/blog/multiple-index-pages-in-hugo/</guid> <guid>https://vodoraslo.xyz/blog/multiple-index-pages-in-hugo/</guid>
<description>&lt;div style=&#34;text-align: center;&#34;&gt; <description>&lt;h2 id=&#34;this-is-how-to-create-multiple-index-pages-in-hugo&#34;&gt;This is how to create multiple index pages in Hugo &lt;a class=&#34;anchor&#34; href=&#34;#this-is-how-to-create-multiple-index-pages-in-hugo&#34;&gt;
&lt;h2 id=&#34;this-is-how-to-create-multiple-index-pages-in-hugo&#34;&gt;This is how to create multiple index pages in Hugo &lt;a class=&#34;anchor&#34; href=&#34;#this-is-how-to-create-multiple-index-pages-in-hugo&#34;&gt;
&lt;span class=&#34;spanForHeader&#34;&gt;#&lt;/span&gt; &lt;span class=&#34;spanForHeader&#34;&gt;#&lt;/span&gt;
&lt;/a&gt;&lt;/h2&gt;&lt;/div&gt; &lt;/a&gt;&lt;/h2&gt;&lt;p&gt;I wanted to order &lt;a href=&#34;https://vodoraslo.xyz/hackbook&#34;&gt;Hackbook&lt;/a&gt; in reverse (i.e. oldest to newest) so that it&amp;rsquo;s easier for the reader to start at the correct page.&lt;/p&gt;
&lt;p&gt;I wanted to order &lt;a href=&#34;https://vodoraslo.xyz/hackbook&#34;&gt;Hackbook&lt;/a&gt; in reverse (i.e. oldest to newest) so that it&amp;rsquo;s easier for the reader to start at the correct page.&lt;/p&gt;
&lt;p&gt;I ran into the following problem - the default &lt;strong&gt;&lt;code&gt;list.html&lt;/code&gt;&lt;/strong&gt; does them from newest to oldest.&lt;/p&gt; &lt;p&gt;I ran into the following problem - the default &lt;strong&gt;&lt;code&gt;list.html&lt;/code&gt;&lt;/strong&gt; does them from newest to oldest.&lt;/p&gt;
&lt;p&gt;So I found &lt;a href=&#34;https://discourse.gohugo.io/t/two-home-pages/31312/9&#34;&gt;this forum post&lt;/a&gt; and I created a file in the &lt;strong&gt;&lt;code&gt;_default&lt;/code&gt;&lt;/strong&gt; directory as follows:&lt;/p&gt; &lt;p&gt;So I found &lt;a href=&#34;https://discourse.gohugo.io/t/two-home-pages/31312/9&#34;&gt;this forum post&lt;/a&gt; and I created a file in the &lt;strong&gt;&lt;code&gt;_default&lt;/code&gt;&lt;/strong&gt; directory as follows:&lt;/p&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;layouts &lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;layouts
@ -1935,15 +1933,11 @@ Wired magazine.
{{- end }} {{- end }}
&amp;lt;/ul&amp;gt; &amp;lt;/ul&amp;gt;
{{- end }} {{- end }}
&lt;/code&gt;&lt;/pre&gt;&lt;h4 id=&#34;if-you-want-to-display-the-date-on-the-left-of-the-titles-you-have-to-add-datesinlisttrue-in-your-configtoml-or-datesinlist-true-in-your-configyaml&#34;&gt;if you want to display the date on the left of the titles, you have to add &lt;strong&gt;&lt;code&gt;datesinlist=true&lt;/code&gt;&lt;/strong&gt; in your config.toml or &lt;strong&gt;&lt;code&gt;datesinlist: true&lt;/code&gt;&lt;/strong&gt; in your config.yaml &lt;a class=&#34;anchor&#34; href=&#34;#if-you-want-to-display-the-date-on-the-left-of-the-titles-you-have-to-add-datesinlisttrue-in-your-configtoml-or-datesinlist-true-in-your-configyaml&#34;&gt; &lt;/code&gt;&lt;/pre&gt;&lt;p&gt;If you want to display the date on the left of the titles, you have to add &lt;strong&gt;&lt;code&gt;datesinlist=true&lt;/code&gt;&lt;/strong&gt; in your config.toml or &lt;strong&gt;&lt;code&gt;datesinlist: true&lt;/code&gt;&lt;/strong&gt; in your config.yaml&lt;/p&gt;
&lt;span class=&#34;spanForHeader&#34;&gt;#&lt;/span&gt; &lt;p&gt;You probably don&amp;rsquo;t need &lt;strong&gt;&lt;code&gt;enableGitInfo = true&lt;/code&gt;&lt;/strong&gt; as that will crash your website, I have no idea what it does, you don&amp;rsquo;t need it.&lt;/p&gt;
&lt;/a&gt;&lt;/h4&gt;&lt;h5 id=&#34;you-probably-dont-need-enablegitinfo--true-as-that-will-crash-your-website-i-have-no-idea-what-it-does-you-dont-need-it&#34;&gt;You probably don&amp;rsquo;t need &lt;strong&gt;&lt;code&gt;enableGitInfo = true&lt;/code&gt;&lt;/strong&gt; as that will crash your website, I have no idea what it does, you don&amp;rsquo;t need it. &lt;a class=&#34;anchor&#34; href=&#34;#you-probably-dont-need-enablegitinfo--true-as-that-will-crash-your-website-i-have-no-idea-what-it-does-you-dont-need-it&#34;&gt;
&lt;span class=&#34;spanForHeader&#34;&gt;#&lt;/span&gt;
&lt;/a&gt;&lt;/h5&gt;&lt;div style=&#34;text-align: center;&#34;&gt;
&lt;h2 id=&#34;using-your-custom-_indexhtml&#34;&gt;Using your custom _index.html &lt;a class=&#34;anchor&#34; href=&#34;#using-your-custom-_indexhtml&#34;&gt; &lt;h2 id=&#34;using-your-custom-_indexhtml&#34;&gt;Using your custom _index.html &lt;a class=&#34;anchor&#34; href=&#34;#using-your-custom-_indexhtml&#34;&gt;
&lt;span class=&#34;spanForHeader&#34;&gt;#&lt;/span&gt; &lt;span class=&#34;spanForHeader&#34;&gt;#&lt;/span&gt;
&lt;/a&gt;&lt;/h2&gt;&lt;/div&gt; &lt;/a&gt;&lt;/h2&gt;&lt;p&gt;After creating your custom _index.html you&amp;rsquo;d use it as follows:&lt;/p&gt;
&lt;p&gt;After creating your custom _index.html you&amp;rsquo;d use it as follows:&lt;/p&gt;
&lt;ol&gt; &lt;ol&gt;
&lt;li&gt;Create an _index.md file in your desired directory&lt;/li&gt; &lt;li&gt;Create an _index.md file in your desired directory&lt;/li&gt;
&lt;li&gt;Add &lt;strong&gt;&lt;code&gt;layout: &amp;quot;hackbook/order-by-oldest&amp;quot;&lt;/code&gt;&lt;/strong&gt; to your preamble (if you named your folder and or file something else, you have to change it here)&lt;/li&gt; &lt;li&gt;Add &lt;strong&gt;&lt;code&gt;layout: &amp;quot;hackbook/order-by-oldest&amp;quot;&lt;/code&gt;&lt;/strong&gt; to your preamble (if you named your folder and or file something else, you have to change it here)&lt;/li&gt;
@ -4018,9 +4012,9 @@ porn and or masturbation&amp;#160;&lt;a href=&#34;#fnref:2&#34; class=&#34;footn
<guid>https://vodoraslo.xyz/library/hackbook/00-00-hackbookeasypeasy/</guid> <guid>https://vodoraslo.xyz/library/hackbook/00-00-hackbookeasypeasy/</guid>
<description>&lt;div style=&#34;text-align: center;&#34;&gt; <description>&lt;div style=&#34;text-align: center;&#34;&gt;
&lt;h1 id=&#34;a-hrefhackbookhackbookpdfclick-to-download-hackbookeasypeasy-original-pdfa&#34;&gt;&lt;a href=&#34;https://vodoraslo.xyz/hackbook/hackbook.pdf&#34;&gt;Click to download HackBookEasyPeasy (original pdf)&lt;/a&gt; &lt;a class=&#34;anchor&#34; href=&#34;#a-hrefhackbookhackbookpdfclick-to-download-hackbookeasypeasy-original-pdfa&#34;&gt; &lt;h2 id=&#34;a-hrefhackbookhackbookpdfclick-to-download-hackbookeasypeasy-original-pdfa&#34;&gt;&lt;a href=&#34;https://vodoraslo.xyz/hackbook/hackbook.pdf&#34;&gt;Click to download HackBookEasyPeasy (original pdf)&lt;/a&gt; &lt;a class=&#34;anchor&#34; href=&#34;#a-hrefhackbookhackbookpdfclick-to-download-hackbookeasypeasy-original-pdfa&#34;&gt;
&lt;span class=&#34;spanForHeader&#34;&gt;#&lt;/span&gt; &lt;span class=&#34;spanForHeader&#34;&gt;#&lt;/span&gt;
&lt;/a&gt;&lt;/h1&gt;&lt;h3 id=&#34;easypeasyway&#34;&gt;EasyPeasyWay &lt;a class=&#34;anchor&#34; href=&#34;#easypeasyway&#34;&gt; &lt;/a&gt;&lt;/h2&gt;&lt;h3 id=&#34;easypeasyway&#34;&gt;EasyPeasyWay &lt;a class=&#34;anchor&#34; href=&#34;#easypeasyway&#34;&gt;
&lt;span class=&#34;spanForHeader&#34;&gt;#&lt;/span&gt; &lt;span class=&#34;spanForHeader&#34;&gt;#&lt;/span&gt;
&lt;/a&gt;&lt;/h3&gt;&lt;h4 id=&#34;httpssitesgooglecomsitehackbookeasypeasyhomehttpssitesgooglecomsitehackbookeasypeasyhome&#34;&gt;&lt;a href=&#34;https://sites.google.com/site/hackbookeasypeasy/home&#34;&gt;https://sites.google.com/site/hackbookeasypeasy/home&lt;/a&gt; &lt;a class=&#34;anchor&#34; href=&#34;#httpssitesgooglecomsitehackbookeasypeasyhomehttpssitesgooglecomsitehackbookeasypeasyhome&#34;&gt; &lt;/a&gt;&lt;/h3&gt;&lt;h4 id=&#34;httpssitesgooglecomsitehackbookeasypeasyhomehttpssitesgooglecomsitehackbookeasypeasyhome&#34;&gt;&lt;a href=&#34;https://sites.google.com/site/hackbookeasypeasy/home&#34;&gt;https://sites.google.com/site/hackbookeasypeasy/home&lt;/a&gt; &lt;a class=&#34;anchor&#34; href=&#34;#httpssitesgooglecomsitehackbookeasypeasyhomehttpssitesgooglecomsitehackbookeasypeasyhome&#34;&gt;
&lt;span class=&#34;spanForHeader&#34;&gt;#&lt;/span&gt; &lt;span class=&#34;spanForHeader&#34;&gt;#&lt;/span&gt;
@ -4069,13 +4063,13 @@ formed does not list Internet pornography as one of the addictions that it provi
<pubDate>Sat, 17 Dec 2022 17:20:18 +0200</pubDate> <pubDate>Sat, 17 Dec 2022 17:20:18 +0200</pubDate>
<guid>https://vodoraslo.xyz/helloworld/</guid> <guid>https://vodoraslo.xyz/helloworld/</guid>
<description>&lt;h1 id=&#34;obligatory-hello-world&#34;&gt;Obligatory Hello World! &lt;a class=&#34;anchor&#34; href=&#34;#obligatory-hello-world&#34;&gt; <description>&lt;h2 id=&#34;obligatory-hello-world&#34;&gt;Obligatory Hello World! &lt;a class=&#34;anchor&#34; href=&#34;#obligatory-hello-world&#34;&gt;
&lt;span class=&#34;spanForHeader&#34;&gt;#&lt;/span&gt; &lt;span class=&#34;spanForHeader&#34;&gt;#&lt;/span&gt;
&lt;/a&gt;&lt;/h1&gt;&lt;p&gt;trying to see which hugo theme i like best&lt;/p&gt; &lt;/a&gt;&lt;/h2&gt;&lt;p&gt;trying to see which hugo theme i like best&lt;/p&gt;
&lt;p&gt;had some issues with papermod and their css not working so for now i&amp;rsquo;ll use lugo&lt;/p&gt; &lt;p&gt;had some issues with papermod and their css not working so for now i&amp;rsquo;ll use lugo&lt;/p&gt;
&lt;h2 id=&#34;stuff-i-like&#34;&gt;stuff i like &lt;a class=&#34;anchor&#34; href=&#34;#stuff-i-like&#34;&gt; &lt;h3 id=&#34;stuff-i-like&#34;&gt;stuff i like &lt;a class=&#34;anchor&#34; href=&#34;#stuff-i-like&#34;&gt;
&lt;span class=&#34;spanForHeader&#34;&gt;#&lt;/span&gt; &lt;span class=&#34;spanForHeader&#34;&gt;#&lt;/span&gt;
&lt;/a&gt;&lt;/h2&gt;&lt;ul&gt; &lt;/a&gt;&lt;/h3&gt;&lt;ul&gt;
&lt;li&gt;touching grass and nature in general (wannabe farmer)&lt;/li&gt; &lt;li&gt;touching grass and nature in general (wannabe farmer)&lt;/li&gt;
&lt;li&gt;にっぽんese &lt;li&gt;にっぽんese
&lt;ul&gt; &lt;ul&gt;

View file

@ -20,6 +20,7 @@
<header><h1 id="tag_{{ .Title }}">{{ block "title" . }}{{ end }}</h1></header> <header><h1 id="tag_{{ .Title }}">{{ block "title" . }}{{ end }}</h1></header>
<article> <article>
{{ block "main" . }} {{ block "main" . }}
{{ if .Params.toc }}Table Of Contents{{ .TableOfContents }}{{end -}}
{{ .Content }} {{ .Content }}
{{ end }} {{ end }}
{{ if .Param "nextprev" }}{{ partial "nextprev.html" . -}}{{ end -}} {{ if .Param "nextprev" }}{{ partial "nextprev.html" . -}}{{ end -}}

View file

@ -0,0 +1 @@
<aside>{{ if .Page.TableOfContents }}{{ .Page.TableOfContents }}{{end -}}</aside>