add gitignored draft articles, add <details> to TOC, update css for nicer looking codeblocks and footnotes now have square brackets in html like [1] [2], add makefile

This commit is contained in:
kurets 2024-08-29 22:46:33 +03:00
parent 724666d881
commit f44ce3c593
Signed by: kurets
GPG key ID: EEB449C295BF5174
189 changed files with 1973 additions and 2122 deletions

1
.gitignore vendored Normal file
View file

@ -0,0 +1 @@
draftArticles

6
Makefile Normal file
View file

@ -0,0 +1,6 @@
serve:
hugo serve --noHTTPCache --ignoreCache --disableFastRender
build:
hugo --cleanDestinationDir
# https://stackoverflow.com/questions/61867548/hugo-detects-css-changes-but-output-doesnt-change

View file

@ -1,6 +1,6 @@
baseURL = 'https://vodoraslo.xyz/'
languageCode = 'en-us'
title = 'vodoraslo'
title = "vodoraslo's blog"
theme = 'lugo'
pluralizelisttitles = false
enableGitInfo = true
@ -21,6 +21,15 @@ enableGitInfo = true
startLevel = 2
[markup.highlight]
style = 'doom-one'
[markup.goldmark.extensions]
strikethrough = false
[markup.goldmark.extensions.extras.delete]
enable = true
[markup.goldmark.extensions.extras.subscript]
enable = true
[markup.goldmark.extensions.extras.superscript]
enable = true
[markup.goldmark.extensions.extras.mark]
enable = true
[taxonomies]
tag = 'tags'

View file

@ -1,6 +1,6 @@
---
title: "2024 Goals and Aspirations"
date: 2024-02-27T17:04:59+02:00
date: 2024-02-27T17:04:59+03:00
draft: false
---

View file

@ -1,6 +1,6 @@
---
title: "Hugo: Drafts Showing in Production"
date: 2024-03-17T17:53:39+02:00
date: 2024-03-17T17:53:39+03:00
draft: false
---

View file

@ -1,6 +1,6 @@
---
title: "Meta Description in Hugo"
date: 2023-01-04T22:52:24+02:00
date: 2023-01-04T22:52:24+03:00
draft: false
description: "This step by step guide will show you how to add meta description in your own Hugo site."
tags: ['blog']

View file

@ -1,6 +1,6 @@
---
title: "Multiple Index Pages in Hugo"
date: 2023-01-03T22:36:03+02:00
date: 2023-01-03T22:36:03+03:00
draft: false
tags: ["blog"]
toc: true

View file

@ -1,6 +1,6 @@
---
title: "Pluralization issues (Blogs instead of Blog)"
date: 2022-12-17T22:33:25+02:00
date: 2022-12-17T22:33:25+03:00
draft: false
tags: ['blog']
---

View file

@ -1,6 +1,6 @@
---
title: "Recover Lost Anki Streak"
date: 2023-01-12T21:34:30+02:00
date: 2023-01-12T21:34:30+03:00
draft: false
tags: ['blog']
---

View file

@ -1,6 +1,6 @@
---
title: "Hello world / About me"
date: 2022-12-17T17:20:18+02:00
date: 2022-12-17T17:20:18+03:00
draft: false
tags: ['updates']
---

View file

@ -1,6 +1,6 @@
---
title: "Yoinked some Css and updated the site"
date: 2022-12-27T14:24:24+02:00
date: 2022-12-27T14:24:24+03:00
draft: false
tags: ['updates']
description: "A tale as old as time - stealing css"

View file

@ -1,6 +1,6 @@
---
title: "00-00 HackBook EasyPeasy"
date: 2022-12-19T22:01:36+02:00
date: 2022-12-19T22:01:36+03:00
draft: false
tags: ["hackbook","library"]
---

View file

@ -1,6 +1,6 @@
---
title: "01-01 Preface"
date: 2022-12-19T22:14:52+02:00
date: 2022-12-19T22:14:52+03:00
draft: false
tags: ["hackbook","library"]
---

View file

@ -1,6 +1,6 @@
---
title: "01-02 Warning"
date: 2022-12-19T22:19:35+02:00
date: 2022-12-19T22:19:35+03:00
draft: false
tags: ["hackbook","library"]
---

View file

@ -1,6 +1,6 @@
---
title: "01-03 Fear"
date: 2022-12-19T22:23:44+02:00
date: 2022-12-19T22:23:44+03:00
draft: false
tags: ["hackbook","library"]
---

View file

@ -1,6 +1,6 @@
---
title: "02-01 Introduction"
date: 2022-12-19T22:27:57+02:00
date: 2022-12-19T22:27:57+03:00
draft: false
tags: ["hackbook","library"]
---

View file

@ -1,6 +1,6 @@
---
title: "02-02 Sister Kenny"
date: 2022-12-20T16:58:54+02:00
date: 2022-12-20T16:58:54+03:00
draft: false
tags: ["hackbook","library"]
---

View file

@ -1,6 +1,6 @@
---
title: "03-01 The Worst PMO Addict I Have Yet to Meet"
date: 2022-12-20T17:10:39+02:00
date: 2022-12-20T17:10:39+03:00
draft: false
tags: ["hackbook","library"]
---

View file

@ -1,6 +1,6 @@
---
title: "03-02 The Easy Method"
date: 2022-12-20T20:26:34+02:00
date: 2022-12-20T20:26:34+03:00
draft: false
tags: ["hackbook","library"]
---

View file

@ -1,6 +1,6 @@
---
title: "03-03 Why Is It Difficult to Stop?"
date: 2022-12-20T20:31:45+02:00
date: 2022-12-20T20:31:45+03:00
draft: false
tags: ["hackbook","library"]
---

View file

@ -1,6 +1,6 @@
---
title: "03-04 The Sinister Trap"
date: 2022-12-20T20:38:28+02:00
date: 2022-12-20T20:38:28+03:00
draft: false
tags: ["hackbook","library"]
---

View file

@ -1,6 +1,6 @@
---
title: "03-05 Why Do We Carry on With PMO"
date: 2022-12-20T20:42:16+02:00
date: 2022-12-20T20:42:16+03:00
draft: false
tags: ["hackbook","library"]
---

View file

@ -1,6 +1,6 @@
---
title: "03-06 Internet Porn"
date: 2022-12-20T20:44:00+02:00
date: 2022-12-20T20:44:00+03:00
draft: false
tags: ["hackbook","library"]
---

View file

@ -1,6 +1,6 @@
---
title: "03-07 Brainwashing and the Primitive Mechanism"
date: 2022-12-23T08:39:02+02:00
date: 2022-12-23T08:39:02+03:00
draft: false
tags: ["hackbook","library"]
---

View file

@ -1,6 +1,6 @@
---
title: "03-08 Relieving Withdrawal Pangs"
date: 2022-12-23T11:36:16+02:00
date: 2022-12-23T11:36:16+03:00
draft: false
tags: ["hackbook","library"]
---

View file

@ -1,6 +1,6 @@
---
title: "03-09 Stress"
date: 2022-12-23T11:38:59+02:00
date: 2022-12-23T11:38:59+03:00
draft: false
tags: ["hackbook","library"]
---

View file

@ -1,6 +1,6 @@
---
title: "03-10 Boredom"
date: 2022-12-23T11:40:46+02:00
date: 2022-12-23T11:40:46+03:00
draft: false
tags: ["hackbook","library"]
---

View file

@ -1,6 +1,6 @@
---
title: "03-11 Concentration"
date: 2022-12-23T11:42:13+02:00
date: 2022-12-23T11:42:13+03:00
draft: false
tags: ["hackbook","library"]
---

View file

@ -1,6 +1,6 @@
---
title: "03-12 Relaxation"
date: 2022-12-23T11:44:10+02:00
date: 2022-12-23T11:44:10+03:00
draft: false
tags: ["hackbook","library"]
---

View file

@ -1,6 +1,6 @@
---
title: "03-13 Social Night PMOing"
date: 2022-12-23T11:47:03+02:00
date: 2022-12-23T11:47:03+03:00
draft: false
tags: ["hackbook","library"]
---

View file

@ -1,6 +1,6 @@
---
title: "03-14 What Am I Giving Up?"
date: 2022-12-23T11:49:35+02:00
date: 2022-12-23T11:49:35+03:00
draft: false
tags: ["hackbook","library"]
---

View file

@ -1,6 +1,6 @@
---
title: "03-15 Self-Imposed Slavery"
date: 2022-12-23T12:06:39+02:00
date: 2022-12-23T12:06:39+03:00
draft: false
tags: ["hackbook","library"]
---

View file

@ -1,6 +1,6 @@
---
title: "03-16 I Will Save X Hours a Week"
date: 2022-12-23T12:08:55+02:00
date: 2022-12-23T12:08:55+03:00
draft: false
tags: ["hackbook","library"]
---

View file

@ -1,6 +1,6 @@
---
title: "03-17 Health"
date: 2022-12-23T12:12:31+02:00
date: 2022-12-23T12:12:31+03:00
draft: false
tags: ["hackbook","library"]
---

View file

@ -1,6 +1,6 @@
---
title: "03-18 Energy"
date: 2022-12-23T23:12:56+02:00
date: 2022-12-23T23:12:56+03:00
draft: false
tags: ["hackbook","library"]
---

View file

@ -1,6 +1,6 @@
---
title: "03-19 It Relaxes Me and Gives Me Confidence"
date: 2022-12-23T23:16:17+02:00
date: 2022-12-23T23:16:17+03:00
draft: false
tags: ["hackbook","library"]
---

View file

@ -1,6 +1,6 @@
---
title: "03-20 Those Sinister Black Shadows"
date: 2022-12-23T23:18:55+02:00
date: 2022-12-23T23:18:55+03:00
draft: false
tags: ["hackbook","library"]
---

View file

@ -1,6 +1,6 @@
---
title: "03-21-The Advantages of Being a PMOer"
date: 2022-12-23T23:20:40+02:00
date: 2022-12-23T23:20:40+03:00
draft: false
tags: ["hackbook","library"]
---

View file

@ -1,6 +1,6 @@
---
title: "03-22 The Willpower Method of Stopping"
date: 2022-12-23T23:20:42+02:00
date: 2022-12-23T23:20:42+03:00
draft: false
tags: ["hackbook","library"]
---

View file

@ -1,6 +1,6 @@
---
title: "03-23 Beware of Cutting Down"
date: 2022-12-23T23:28:58+02:00
date: 2022-12-23T23:28:58+03:00
draft: false
tags: ["hackbook","library"]
---

View file

@ -1,6 +1,6 @@
---
title: "03-24 Just One Peek"
date: 2022-12-23T23:35:22+02:00
date: 2022-12-23T23:35:22+03:00
draft: false
tags: ["hackbook","library"]
---

View file

@ -1,6 +1,6 @@
---
title: "03-25 Casual PMOers, Teenagers, Non PMOers"
date: 2022-12-23T23:40:22+02:00
date: 2022-12-23T23:40:22+03:00
draft: false
tags: ["hackbook","library"]
---

View file

@ -1,6 +1,6 @@
---
title: "03-26 The YouTube PMOer"
date: 2022-12-23T23:51:35+02:00
date: 2022-12-23T23:51:35+03:00
draft: false
tags: ["hackbook","library"]
---

View file

@ -1,6 +1,6 @@
---
title: "03-27 A Social Habit?"
date: 2022-12-23T23:54:03+02:00
date: 2022-12-23T23:54:03+03:00
draft: false
tags: ["hackbook","library"]
---

View file

@ -1,6 +1,6 @@
---
title: "03-28 Timing"
date: 2022-12-23T23:55:57+02:00
date: 2022-12-23T23:55:57+03:00
draft: false
tags: ["hackbook","library"]
---

View file

@ -1,6 +1,6 @@
---
title: "03-29 Will I Miss the Fun?"
date: 2022-12-24T00:01:03+02:00
date: 2022-12-24T00:01:03+03:00
draft: false
tags: ["hackbook","library"]
---

View file

@ -1,6 +1,6 @@
---
title: "03-30 Can I Compartmentalize?"
date: 2022-12-24T00:03:34+02:00
date: 2022-12-24T00:03:34+03:00
draft: false
tags: ["hackbook","library"]
---

View file

@ -1,6 +1,6 @@
---
title: "03-31 Avoid False Incentives"
date: 2022-12-24T00:05:14+02:00
date: 2022-12-24T00:05:14+03:00
draft: false
tags: ["hackbook","library"]
---

View file

@ -1,6 +1,6 @@
---
title: "03-32 The Easy Way to Stop"
date: 2022-12-24T00:07:43+02:00
date: 2022-12-24T00:07:43+03:00
draft: false
tags: ["hackbook","library"]
---

View file

@ -1,6 +1,6 @@
---
title: "03-33 The Withdrawal Period"
date: 2022-12-24T00:16:57+02:00
date: 2022-12-24T00:16:57+03:00
draft: false
tags: ["hackbook","library"]
---

View file

@ -1,6 +1,6 @@
---
title: "03-34 Just One Peek"
date: 2022-12-24T00:20:57+02:00
date: 2022-12-24T00:20:57+03:00
draft: false
tags: ["hackbook","library"]
---

View file

@ -1,6 +1,6 @@
---
title: "03-35 Will It Be Harder for Me?"
date: 2022-12-24T00:22:12+02:00
date: 2022-12-24T00:22:12+03:00
draft: false
tags: ["hackbook","library"]
---

View file

@ -1,6 +1,6 @@
---
title: "03-36 The Main Reasons for Failure"
date: 2022-12-24T00:23:39+02:00
date: 2022-12-24T00:23:39+03:00
draft: false
tags: ["hackbook","library"]
---

View file

@ -1,6 +1,6 @@
---
title: "03-37 Substitutes"
date: 2022-12-24T08:46:33+02:00
date: 2022-12-24T08:46:33+03:00
draft: false
tags: ["hackbook","library"]
---

View file

@ -1,6 +1,6 @@
---
title: "03-38 Should I Avoid Temptation Situations?"
date: 2022-12-24T09:10:40+02:00
date: 2022-12-24T09:10:40+03:00
draft: false
tags: ["hackbook","library"]
---

View file

@ -1,6 +1,6 @@
---
title: "03-39 The Moment of Revelation"
date: 2022-12-24T09:13:13+02:00
date: 2022-12-24T09:13:13+03:00
draft: false
tags: ["hackbook","library"]
---

View file

@ -1,6 +1,6 @@
---
title: "03-40 The Final Visit"
date: 2022-12-24T09:15:27+02:00
date: 2022-12-24T09:15:27+03:00
draft: false
tags: ["hackbook","library"]
---

View file

@ -1,6 +1,6 @@
---
title: "03-41 A Final Warning"
date: 2022-12-24T09:20:54+02:00
date: 2022-12-24T09:20:54+03:00
draft: false
tags: ["hackbook","library"]
---

View file

@ -1,6 +1,6 @@
---
title: "03-42 Feedback"
date: 2022-12-24T09:21:34+02:00
date: 2022-12-24T09:21:34+03:00
draft: false
tags: ["hackbook","library"]
---

View file

@ -1,6 +1,6 @@
---
title: "03-43 Help the PMOer Left on the Sinking Ship"
date: 2022-12-24T11:28:29+02:00
date: 2022-12-24T11:28:29+03:00
draft: false
tags: ["hackbook","library"]
---

View file

@ -1,6 +1,6 @@
---
title: "03-44 Advice to Non-PMOers"
date: 2022-12-24T11:31:13+02:00
date: 2022-12-24T11:31:13+03:00
draft: false
tags: ["hackbook","library"]
---

View file

@ -1,6 +1,6 @@
---
title: "03-45 Should I Tell My SO"
date: 2022-12-24T11:36:58+02:00
date: 2022-12-24T11:36:58+03:00
draft: false
tags: ["hackbook","library"]
---

View file

@ -1,6 +1,6 @@
---
title: "04-01 The Instructions"
date: 2022-12-24T12:13:26+02:00
date: 2022-12-24T12:13:26+03:00
draft: false
tags: ["hackbook","library"]
---

View file

@ -1,6 +1,6 @@
---
title: "04-02 REBT Coping Statements"
date: 2022-12-24T12:14:53+02:00
date: 2022-12-24T12:14:53+03:00
draft: false
tags: ["hackbook","library"]
---

View file

@ -1,6 +1,6 @@
---
title: "05-01 Scripts-01"
date: 2022-12-24T12:17:25+02:00
date: 2022-12-24T12:17:25+03:00
draft: false
tags: ["hackbook","library"]
---

View file

@ -1,6 +1,6 @@
---
title: "05-01 Scripts-02"
date: 2022-12-24T12:18:50+02:00
date: 2022-12-24T12:18:50+03:00
draft: false
tags: ["hackbook","library"]
---

View file

@ -1,6 +1,6 @@
---
title: "05-01 Scripts-03"
date: 2022-12-24T12:20:17+02:00
date: 2022-12-24T12:20:17+03:00
draft: false
tags: ["hackbook","library"]
---

View file

@ -1,6 +1,6 @@
---
title: "05-01 Scripts-04"
date: 2022-12-24T12:21:45+02:00
date: 2022-12-24T12:21:45+03:00
draft: false
tags: ["hackbook","library"]
---

View file

@ -1,6 +1,6 @@
---
title: "05-01 Scripts-05"
date: 2022-12-24T12:22:57+02:00
date: 2022-12-24T12:22:57+03:00
draft: false
tags: ["hackbook","library"]
---

View file

@ -1,6 +1,6 @@
---
title: "Fin"
date: 2022-12-24T12:23:54+02:00
date: 2022-12-24T12:23:54+03:00
draft: false
tags: ["hackbook","library"]
---

View file

@ -1,6 +1,6 @@
---
title: "Hackbook EasyPeasy - free yourself from pornography"
date: 2022-12-19T22:01:35+02:00
date: 2022-12-19T22:01:35+03:00
draft: false
layout: "hackbook/order-by-oldest"
---

View file

@ -1,5 +1,5 @@
---
title: "Ted Kaczynski's works"
date: 2023-03-23T18:05:37+02:00
date: 2023-03-23T18:05:37+03:00
draft: false
---

View file

@ -1,6 +1,6 @@
---
title: "Industrial Society and Its Future "
date: 2023-03-23T18:06:34+02:00
date: 2023-03-23T18:06:34+03:00
draft: false
toc: true
tags: ['Ted-Kaczynski','library']

View file

@ -1,6 +1,6 @@
---
title: "Blog"
date: 2022-12-26T14:24:24+02:00
date: 2022-12-26T14:24:24+03:00
---
Go back to the [Articles](/articles).

View file

@ -1,6 +1,6 @@
---
title: "Hackbook EasyPeasy - free yourself from pornography"
date: 2023-01-03T22:32:11+02:00
date: 2023-01-03T22:32:11+03:00
layout: "hackbook/order-by-oldest"
---

View file

@ -1,6 +1,6 @@
---
title: "Updates"
date: 2022-12-27T14:24:24+02:00
date: 2022-12-27T14:24:24+03:00
---
Go back to the [Articles](/articles).

View file

@ -1,10 +1,10 @@
<!DOCTYPE html>
<html lang="en" class="main-background-image">
<head>
<title>2024 Goals and Aspirations | vodoraslo</title>
<title>2024 Goals and Aspirations | vodoraslo&#39;s blog</title>
<link rel="canonical" href="https://vodoraslo.xyz/">
<link rel='alternate' type='application/rss+xml' title="vodoraslo RSS" href='/index.xml'>
<link rel='stylesheet' type='text/css' href='/style.css?v=1.0.0.11'>
<link rel='alternate' type='application/rss+xml' title="vodoraslo&#39;s blog RSS" href='/index.xml'>
<link rel='stylesheet' type='text/css' href='/style.css?v=1.0.0.12'>
<link rel="icon" href="/favicon.ico">
<meta name="description" content="kk hi it seems that i have neglected updating this site so i decided to share what i aspire to do in 2024 (even though its almost march):
summarized:
@ -24,7 +24,7 @@ read more update this site visually grow veggies 1. Read Read in Bulgarian Read
</div>
<p style="color: var(--muted_text);">Last updated: <time datetime="2024-03-03T10:12:24&#43;02:00" style="color: var(--muted_text);">2024年3月3日 (日)</time> <a href="/index.xml"><img src="/rss.svg" style="max-height:1.5em; float:right;" alt="RSS Feed" title="Subscribe via RSS for updates."></a> </p>
<p style="color: var(--muted_text);">Last updated: <time datetime="2024-03-03T10:12:24&#43;02:00" style="color: var(--muted_text);">2024年3月3日 (日)</time> </p>
<div class="post-content"><p>kk hi it seems that i have neglected updating this site so i decided to share what i aspire to do in 2024 (even though its almost march):</p>
<p>summarized:</p>
<ul>
@ -136,13 +136,11 @@ read more update this site visually grow veggies 1. Read Read in Bulgarian Read
<footer style="padding-top: 0.5em;">
<div style="padding-bottom: 0.2em; display: inline-block;"><a href="https://vodoraslo.xyz/articles">📜 Articles</a> <strong>&bull;</strong> <a href="https://vodoraslo.xyz/library">📚 Library</a> <strong>&bull;</strong> <a href="https://wiki.vodoraslo.xyz">🌐 Wiki</a> <strong>&bull;</strong> <a href="https://vodoraslo.xyz/index.xml">📰 RSS</a><hr></div>
<div style="padding-bottom: 0.2em; display: inline-block;"><a href="https://vodoraslo.xyz/articles" title="List of all my articles and writings.">📜 Articles</a> <strong>&bull;</strong> <a href="https://vodoraslo.xyz/library" title="My personal library.">📚 Library</a> <strong>&bull;</strong> <a href="https://wiki.vodoraslo.xyz" title="My personal Wiki page.">🌐 Wiki</a> <strong>&bull;</strong> <a href="https://vodoraslo.xyz/index.xml" title="Subscribe via RSS for updates.">📰 RSS</a><hr></div>
<div style="padding-bottom: 0.7em;" class="index-links"><a href="https://vodoraslo.xyz/">🏠 Homepage</a></div>
<div style="padding-bottom: 0.7em;" class="index-links"><a href="https://vodoraslo.xyz/" title="Return to the homepage.">🏠 Homepage</a></div>
</footer>
</body>

View file

@ -1,10 +1,10 @@
<!DOCTYPE html>
<html lang="en" class="main-background-image">
<head>
<title>How I Fixed My Synapse&#39;s Matrix Federation | vodoraslo</title>
<title>How I Fixed My Synapse&#39;s Matrix Federation | vodoraslo&#39;s blog</title>
<link rel="canonical" href="https://vodoraslo.xyz/">
<link rel='alternate' type='application/rss+xml' title="vodoraslo RSS" href='/index.xml'>
<link rel='stylesheet' type='text/css' href='/style.css?v=1.0.0.11'>
<link rel='alternate' type='application/rss+xml' title="vodoraslo&#39;s blog RSS" href='/index.xml'>
<link rel='stylesheet' type='text/css' href='/style.css?v=1.0.0.12'>
<link rel="icon" href="/favicon.ico">
<meta name="description" content="Federation issues I for the life of me couldn&rsquo;t get synapse&rsquo;s (matrix&rsquo;s) federation to work. It said that the encryption couldn&rsquo;t be trusted, i could join public rooms but i couldn&rsquo;t start any chats, i couldn&rsquo;t invite people to my rooms, i couldn&rsquo;t get invited to rooms.
How I fixed it Go to your homeserver.yaml file
@ -25,7 +25,7 @@ nano /etc/matrix-synapse/homeserver.yaml and go all the way to the bottom or sea
</div>
<p style="color: var(--muted_text);">Last updated: <time datetime="2023-05-14T14:33:48&#43;03:00" style="color: var(--muted_text);">2023年5月14日 (日)</time> <a href="/index.xml"><img src="/rss.svg" style="max-height:1.5em; float:right;" alt="RSS Feed" title="Subscribe via RSS for updates."></a> </p>
<p style="color: var(--muted_text);">Last updated: <time datetime="2023-05-14T14:33:48&#43;03:00" style="color: var(--muted_text);">2023年5月14日 (日)</time> </p>
<div class="post-content"><h2 id="federation-issues">Federation issues<a hidden class="anchor" aria-hidden="true" href="#federation-issues">#</a></h2>
<p>I for the life of me couldn&rsquo;t get synapse&rsquo;s (matrix&rsquo;s) federation to work. It said that the encryption couldn&rsquo;t be trusted, i could join public rooms but i couldn&rsquo;t start any chats, i couldn&rsquo;t invite people to my rooms, i couldn&rsquo;t get invited to rooms.</p>
<h2 id="how-i-fixed-it">How I fixed it<a hidden class="anchor" aria-hidden="true" href="#how-i-fixed-it">#</a></h2>
@ -64,13 +64,11 @@ nano /etc/matrix-synapse/homeserver.yaml and go all the way to the bottom or sea
<footer style="padding-top: 0.5em;">
<div style="padding-bottom: 0.2em; display: inline-block;"><a href="https://vodoraslo.xyz/articles">📜 Articles</a> <strong>&bull;</strong> <a href="https://vodoraslo.xyz/library">📚 Library</a> <strong>&bull;</strong> <a href="https://wiki.vodoraslo.xyz">🌐 Wiki</a> <strong>&bull;</strong> <a href="https://vodoraslo.xyz/index.xml">📰 RSS</a><hr></div>
<div style="padding-bottom: 0.2em; display: inline-block;"><a href="https://vodoraslo.xyz/articles" title="List of all my articles and writings.">📜 Articles</a> <strong>&bull;</strong> <a href="https://vodoraslo.xyz/library" title="My personal library.">📚 Library</a> <strong>&bull;</strong> <a href="https://wiki.vodoraslo.xyz" title="My personal Wiki page.">🌐 Wiki</a> <strong>&bull;</strong> <a href="https://vodoraslo.xyz/index.xml" title="Subscribe via RSS for updates.">📰 RSS</a><hr></div>
<div style="padding-bottom: 0.7em;" class="index-links"><a href="https://vodoraslo.xyz/">🏠 Homepage</a></div>
<div style="padding-bottom: 0.7em;" class="index-links"><a href="https://vodoraslo.xyz/" title="Return to the homepage.">🏠 Homepage</a></div>
</footer>
</body>

View file

@ -1,10 +1,10 @@
<!DOCTYPE html>
<html lang="en" class="main-background-image">
<head>
<title>Hugo: Drafts Showing in Production | vodoraslo</title>
<title>Hugo: Drafts Showing in Production | vodoraslo&#39;s blog</title>
<link rel="canonical" href="https://vodoraslo.xyz/">
<link rel='alternate' type='application/rss+xml' title="vodoraslo RSS" href='/index.xml'>
<link rel='stylesheet' type='text/css' href='/style.css?v=1.0.0.11'>
<link rel='alternate' type='application/rss+xml' title="vodoraslo&#39;s blog RSS" href='/index.xml'>
<link rel='stylesheet' type='text/css' href='/style.css?v=1.0.0.12'>
<link rel="icon" href="/favicon.ico">
<meta name="description" content="i had an issue with a draft page appearing on my site even after setting draft: true in the preamble
to fix it - build the website with
@ -24,7 +24,7 @@ hugo --cleanDestinationDir from https://discourse.gohugo.io/t/drafts-showing-in-
</div>
<p style="color: var(--muted_text);">Last updated: <time datetime="2024-03-17T17:53:39&#43;02:00" style="color: var(--muted_text);">2024年3月17日 (日)</time> <a href="/index.xml"><img src="/rss.svg" style="max-height:1.5em; float:right;" alt="RSS Feed" title="Subscribe via RSS for updates."></a> </p>
<p style="color: var(--muted_text);">Last updated: <time datetime="2024-03-17T17:57:34&#43;02:00" style="color: var(--muted_text);">2024年3月17日 (日)</time> </p>
<div class="post-content"><p>i had an issue with a draft page appearing on my site even after setting <code>draft: true</code> in the preamble</p>
<p>to fix it - build the website with</p>
@ -51,13 +51,11 @@ hugo --cleanDestinationDir from https://discourse.gohugo.io/t/drafts-showing-in-
<footer style="padding-top: 0.5em;">
<div style="padding-bottom: 0.2em; display: inline-block;"><a href="https://vodoraslo.xyz/articles">📜 Articles</a> <strong>&bull;</strong> <a href="https://vodoraslo.xyz/library">📚 Library</a> <strong>&bull;</strong> <a href="https://wiki.vodoraslo.xyz">🌐 Wiki</a> <strong>&bull;</strong> <a href="https://vodoraslo.xyz/index.xml">📰 RSS</a><hr></div>
<div style="padding-bottom: 0.2em; display: inline-block;"><a href="https://vodoraslo.xyz/articles" title="List of all my articles and writings.">📜 Articles</a> <strong>&bull;</strong> <a href="https://vodoraslo.xyz/library" title="My personal library.">📚 Library</a> <strong>&bull;</strong> <a href="https://wiki.vodoraslo.xyz" title="My personal Wiki page.">🌐 Wiki</a> <strong>&bull;</strong> <a href="https://vodoraslo.xyz/index.xml" title="Subscribe via RSS for updates.">📰 RSS</a><hr></div>
<div style="padding-bottom: 0.7em;" class="index-links"><a href="https://vodoraslo.xyz/">🏠 Homepage</a></div>
<div style="padding-bottom: 0.7em;" class="index-links"><a href="https://vodoraslo.xyz/" title="Return to the homepage.">🏠 Homepage</a></div>
</footer>
</body>

View file

@ -1,10 +1,10 @@
<!DOCTYPE html>
<html lang="en" class="main-background-image">
<head>
<title>Meta Description in Hugo | vodoraslo</title>
<title>Meta Description in Hugo | vodoraslo&#39;s blog</title>
<link rel="canonical" href="https://vodoraslo.xyz/">
<link rel='alternate' type='application/rss+xml' title="vodoraslo RSS" href='/index.xml'>
<link rel='stylesheet' type='text/css' href='/style.css?v=1.0.0.11'>
<link rel='alternate' type='application/rss+xml' title="vodoraslo&#39;s blog RSS" href='/index.xml'>
<link rel='stylesheet' type='text/css' href='/style.css?v=1.0.0.12'>
<link rel="icon" href="/favicon.ico">
<meta name="description" content="This step by step guide will show you how to add meta description in your own Hugo site."/>
<meta name="keywords" content="blog">
@ -23,7 +23,7 @@
</div>
<p style="color: var(--muted_text);">Last updated: <time datetime="2023-05-14T14:33:48&#43;03:00" style="color: var(--muted_text);">2023年5月14日 (日)</time> <a href="/index.xml"><img src="/rss.svg" style="max-height:1.5em; float:right;" alt="RSS Feed" title="Subscribe via RSS for updates."></a> </p>
<p style="color: var(--muted_text);">Last updated: <time datetime="2023-05-14T14:33:48&#43;03:00" style="color: var(--muted_text);">2023年5月14日 (日)</time> </p>
<div class="post-content"><h2 id="adding-meta-description-in-hugo">Adding meta description in Hugo<a hidden class="anchor" aria-hidden="true" href="#adding-meta-description-in-hugo">#</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>
<h3 id="setting-a-global-meta-description">Setting a global meta description<a hidden class="anchor" aria-hidden="true" href="#setting-a-global-meta-description">#</a></h3>
@ -98,13 +98,11 @@
<footer style="padding-top: 0.5em;">
<div style="padding-bottom: 0.2em; display: inline-block;"><a href="https://vodoraslo.xyz/articles">📜 Articles</a> <strong>&bull;</strong> <a href="https://vodoraslo.xyz/library">📚 Library</a> <strong>&bull;</strong> <a href="https://wiki.vodoraslo.xyz">🌐 Wiki</a> <strong>&bull;</strong> <a href="https://vodoraslo.xyz/index.xml">📰 RSS</a><hr></div>
<div style="padding-bottom: 0.2em; display: inline-block;"><a href="https://vodoraslo.xyz/articles" title="List of all my articles and writings.">📜 Articles</a> <strong>&bull;</strong> <a href="https://vodoraslo.xyz/library" title="My personal library.">📚 Library</a> <strong>&bull;</strong> <a href="https://wiki.vodoraslo.xyz" title="My personal Wiki page.">🌐 Wiki</a> <strong>&bull;</strong> <a href="https://vodoraslo.xyz/index.xml" title="Subscribe via RSS for updates.">📰 RSS</a><hr></div>
<div style="padding-bottom: 0.7em;" class="index-links"><a href="https://vodoraslo.xyz/">🏠 Homepage</a></div>
<div style="padding-bottom: 0.7em;" class="index-links"><a href="https://vodoraslo.xyz/" title="Return to the homepage.">🏠 Homepage</a></div>
</footer>
</body>

View file

@ -1,10 +1,10 @@
<!DOCTYPE html>
<html lang="en" class="main-background-image">
<head>
<title>Multiple Index Pages in Hugo | vodoraslo</title>
<title>Multiple Index Pages in Hugo | vodoraslo&#39;s blog</title>
<link rel="canonical" href="https://vodoraslo.xyz/">
<link rel='alternate' type='application/rss+xml' title="vodoraslo RSS" href='/index.xml'>
<link rel='stylesheet' type='text/css' href='/style.css?v=1.0.0.11'>
<link rel='alternate' type='application/rss+xml' title="vodoraslo&#39;s blog RSS" href='/index.xml'>
<link rel='stylesheet' type='text/css' href='/style.css?v=1.0.0.12'>
<link rel="icon" href="/favicon.ico">
<meta name="description" content="This is how to create multiple index pages in Hugo I wanted to order Hackbook in reverse (i.e. oldest to newest) so that it&rsquo;s easier for the reader to start at the correct page.
I ran into the following problem - the default list.html does them from newest to oldest.
@ -26,12 +26,12 @@ layouts |----**_default** |-------**hackbook** |-----------**order-by-oldest."/>
</div>
<p style="color: var(--muted_text);">Last updated: <time datetime="2023-05-14T14:33:48&#43;03:00" style="color: var(--muted_text);">2023年5月14日 (日)</time> <a href="/index.xml"><img src="/rss.svg" style="max-height:1.5em; float:right;" alt="RSS Feed" title="Subscribe via RSS for updates."></a> </p>Table Of Contents:<nav id="TableOfContents">
<p style="color: var(--muted_text);">Last updated: <time datetime="2023-05-14T14:33:48&#43;03:00" style="color: var(--muted_text);">2023年5月14日 (日)</time> </p><details><summary><strong>Table Of Contents:</strong></summary><nav id="TableOfContents">
<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>
</nav></details>
<div class="post-content"><h2 id="this-is-how-to-create-multiple-index-pages-in-hugo">This is how to create multiple index pages in Hugo<a hidden class="anchor" aria-hidden="true" href="#this-is-how-to-create-multiple-index-pages-in-hugo">#</a></h2>
<p>I wanted to order <a href="/library/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 <code>list.html</code> does them from newest to oldest.</p>
@ -166,13 +166,11 @@ enableGitInfo = true</code></pre>
<footer style="padding-top: 0.5em;">
<div style="padding-bottom: 0.2em; display: inline-block;"><a href="https://vodoraslo.xyz/articles">📜 Articles</a> <strong>&bull;</strong> <a href="https://vodoraslo.xyz/library">📚 Library</a> <strong>&bull;</strong> <a href="https://wiki.vodoraslo.xyz">🌐 Wiki</a> <strong>&bull;</strong> <a href="https://vodoraslo.xyz/index.xml">📰 RSS</a><hr></div>
<div style="padding-bottom: 0.2em; display: inline-block;"><a href="https://vodoraslo.xyz/articles" title="List of all my articles and writings.">📜 Articles</a> <strong>&bull;</strong> <a href="https://vodoraslo.xyz/library" title="My personal library.">📚 Library</a> <strong>&bull;</strong> <a href="https://wiki.vodoraslo.xyz" title="My personal Wiki page.">🌐 Wiki</a> <strong>&bull;</strong> <a href="https://vodoraslo.xyz/index.xml" title="Subscribe via RSS for updates.">📰 RSS</a><hr></div>
<div style="padding-bottom: 0.7em;" class="index-links"><a href="https://vodoraslo.xyz/">🏠 Homepage</a></div>
<div style="padding-bottom: 0.7em;" class="index-links"><a href="https://vodoraslo.xyz/" title="Return to the homepage.">🏠 Homepage</a></div>
</footer>
</body>

View file

@ -1,10 +1,10 @@
<!DOCTYPE html>
<html lang="en" class="main-background-image">
<head>
<title>Pluralization Issues (Blogs Instead of Blog) | vodoraslo</title>
<title>Pluralization Issues (Blogs Instead of Blog) | vodoraslo&#39;s blog</title>
<link rel="canonical" href="https://vodoraslo.xyz/">
<link rel='alternate' type='application/rss+xml' title="vodoraslo RSS" href='/index.xml'>
<link rel='stylesheet' type='text/css' href='/style.css?v=1.0.0.11'>
<link rel='alternate' type='application/rss+xml' title="vodoraslo&#39;s blog RSS" href='/index.xml'>
<link rel='stylesheet' type='text/css' href='/style.css?v=1.0.0.12'>
<link rel="icon" href="/favicon.ico">
<meta name="description" content="this is my first entry and i&rsquo;m already having issues lol So I wanted to make a quick entry, see how it looks like and I stumbled upon this issue of hugo pluralzing Blog into Blogs
You can fix this in config.toml with the following line
@ -25,7 +25,7 @@ pluralizelisttitles = false "/>
</div>
<p style="color: var(--muted_text);">Last updated: <time datetime="2023-05-14T14:33:48&#43;03:00" style="color: var(--muted_text);">2023年5月14日 (日)</time> <a href="/index.xml"><img src="/rss.svg" style="max-height:1.5em; float:right;" alt="RSS Feed" title="Subscribe via RSS for updates."></a> </p>
<p style="color: var(--muted_text);">Last updated: <time datetime="2023-05-14T14:33:48&#43;03:00" style="color: var(--muted_text);">2023年5月14日 (日)</time> </p>
<div class="post-content"><h3 id="this-is-my-first-entry-and-im-already-having-issues-lol">this is my first entry and i&rsquo;m already having issues lol<a hidden class="anchor" aria-hidden="true" href="#this-is-my-first-entry-and-im-already-having-issues-lol">#</a></h3>
<p>So I wanted to make a quick entry, see how it looks like and I stumbled upon this issue of hugo pluralzing Blog into Blogs</p>
<p>You can fix this in config.toml with the following line</p>
@ -56,13 +56,11 @@ pluralizelisttitles = false "/>
<footer style="padding-top: 0.5em;">
<div style="padding-bottom: 0.2em; display: inline-block;"><a href="https://vodoraslo.xyz/articles">📜 Articles</a> <strong>&bull;</strong> <a href="https://vodoraslo.xyz/library">📚 Library</a> <strong>&bull;</strong> <a href="https://wiki.vodoraslo.xyz">🌐 Wiki</a> <strong>&bull;</strong> <a href="https://vodoraslo.xyz/index.xml">📰 RSS</a><hr></div>
<div style="padding-bottom: 0.2em; display: inline-block;"><a href="https://vodoraslo.xyz/articles" title="List of all my articles and writings.">📜 Articles</a> <strong>&bull;</strong> <a href="https://vodoraslo.xyz/library" title="My personal library.">📚 Library</a> <strong>&bull;</strong> <a href="https://wiki.vodoraslo.xyz" title="My personal Wiki page.">🌐 Wiki</a> <strong>&bull;</strong> <a href="https://vodoraslo.xyz/index.xml" title="Subscribe via RSS for updates.">📰 RSS</a><hr></div>
<div style="padding-bottom: 0.7em;" class="index-links"><a href="https://vodoraslo.xyz/">🏠 Homepage</a></div>
<div style="padding-bottom: 0.7em;" class="index-links"><a href="https://vodoraslo.xyz/" title="Return to the homepage.">🏠 Homepage</a></div>
</footer>
</body>

View file

@ -1,10 +1,10 @@
<!DOCTYPE html>
<html lang="en" class="main-background-image">
<head>
<title>Recover Lost Anki Streak | vodoraslo</title>
<title>Recover Lost Anki Streak | vodoraslo&#39;s blog</title>
<link rel="canonical" href="https://vodoraslo.xyz/">
<link rel='alternate' type='application/rss+xml' title="vodoraslo RSS" href='/index.xml'>
<link rel='stylesheet' type='text/css' href='/style.css?v=1.0.0.11'>
<link rel='alternate' type='application/rss+xml' title="vodoraslo&#39;s blog RSS" href='/index.xml'>
<link rel='stylesheet' type='text/css' href='/style.css?v=1.0.0.12'>
<link rel="icon" href="/favicon.ico">
<meta name="description" content="How to recover a lost anki streak Word for word copy paste of what fixed my issue. Original post
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
@ -26,7 +26,7 @@ Check what was the date when you broke your streak, aka the date of that day whe
</div>
<p style="color: var(--muted_text);">Last updated: <time datetime="2023-05-14T14:33:48&#43;03:00" style="color: var(--muted_text);">2023年5月14日 (日)</time> <a href="/index.xml"><img src="/rss.svg" style="max-height:1.5em; float:right;" alt="RSS Feed" title="Subscribe via RSS for updates."></a> </p>
<p style="color: var(--muted_text);">Last updated: <time datetime="2023-05-14T14:33:48&#43;03:00" style="color: var(--muted_text);">2023年5月14日 (日)</time> </p>
<div class="post-content"><h2 id="how-to-recover-a-lost-anki-streak">How to recover a lost anki streak<a hidden class="anchor" aria-hidden="true" href="#how-to-recover-a-lost-anki-streak">#</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>
@ -61,13 +61,11 @@ Check what was the date when you broke your streak, aka the date of that day whe
<footer style="padding-top: 0.5em;">
<div style="padding-bottom: 0.2em; display: inline-block;"><a href="https://vodoraslo.xyz/articles">📜 Articles</a> <strong>&bull;</strong> <a href="https://vodoraslo.xyz/library">📚 Library</a> <strong>&bull;</strong> <a href="https://wiki.vodoraslo.xyz">🌐 Wiki</a> <strong>&bull;</strong> <a href="https://vodoraslo.xyz/index.xml">📰 RSS</a><hr></div>
<div style="padding-bottom: 0.2em; display: inline-block;"><a href="https://vodoraslo.xyz/articles" title="List of all my articles and writings.">📜 Articles</a> <strong>&bull;</strong> <a href="https://vodoraslo.xyz/library" title="My personal library.">📚 Library</a> <strong>&bull;</strong> <a href="https://wiki.vodoraslo.xyz" title="My personal Wiki page.">🌐 Wiki</a> <strong>&bull;</strong> <a href="https://vodoraslo.xyz/index.xml" title="Subscribe via RSS for updates.">📰 RSS</a><hr></div>
<div style="padding-bottom: 0.7em;" class="index-links"><a href="https://vodoraslo.xyz/">🏠 Homepage</a></div>
<div style="padding-bottom: 0.7em;" class="index-links"><a href="https://vodoraslo.xyz/" title="Return to the homepage.">🏠 Homepage</a></div>
</footer>
</body>

View file

@ -1,10 +1,10 @@
<!DOCTYPE html>
<html lang="en" class="main-background-image">
<head>
<title>Articles | vodoraslo</title>
<title>Articles | vodoraslo&#39;s blog</title>
<link rel="canonical" href="https://vodoraslo.xyz/">
<link rel='alternate' type='application/rss+xml' title="vodoraslo RSS" href='/index.xml'>
<link rel='stylesheet' type='text/css' href='/style.css?v=1.0.0.11'>
<link rel='alternate' type='application/rss+xml' title="vodoraslo&#39;s blog RSS" href='/index.xml'>
<link rel='stylesheet' type='text/css' href='/style.css?v=1.0.0.12'>
<link rel="icon" href="/favicon.ico">
<meta name="description" content=" Topics
blog (5) hackbook (59) library (74) ted-kaczynski (15) updates (3) "/>
@ -38,16 +38,16 @@ blog (5) hackbook (59) library (74) ted-kaczynski (15) updates (3) "/>
</ul>
</div>
<ul>
<li class="index-links"><time datetime="2024-03-17T17:53:39&#43;02:00">2024 Mar 17</time> &ndash; <a href="/articles/blog/hugo-drafts-showing-in-production/">Hugo: Drafts Showing in Production</a></li>
<li class="index-links"><time datetime="2024-02-27T17:04:59&#43;02:00">2024 Feb 27</time> &ndash; <a href="/articles/blog/2024-goals/">2024 Goals and Aspirations</a></li>
<li class="index-links"><time datetime="2024-03-17T17:53:39&#43;03:00">2024 Mar 17</time> &ndash; <a href="/articles/blog/hugo-drafts-showing-in-production/">Hugo: Drafts Showing in Production</a></li>
<li class="index-links"><time datetime="2024-02-27T17:04:59&#43;03:00">2024 Feb 27</time> &ndash; <a href="/articles/blog/2024-goals/">2024 Goals and Aspirations</a></li>
<li class="index-links"><time datetime="2023-05-04T10:12:26&#43;03:00">2023 May 04</time> &ndash; <a href="/articles/blog/how-i-fixed-my-synapse-matrix-federation/">How I Fixed My Synapse&#39;s Matrix Federation</a></li>
<li class="index-links"><time datetime="2023-04-05T16:58:44&#43;03:00">2023 Apr 05</time> &ndash; <a href="/articles/updates/updated-the-css-again/">Updated the Css Again (prefers-color-scheme)</a></li>
<li class="index-links"><time datetime="2023-01-12T21:34:30&#43;02:00">2023 Jan 12</time> &ndash; <a href="/articles/blog/recover-lost-anki-streak/">Recover Lost Anki Streak</a></li>
<li class="index-links"><time datetime="2023-01-04T22:52:24&#43;02:00">2023 Jan 04</time> &ndash; <a href="/articles/blog/meta-description-in-hugo/">Meta Description in Hugo</a></li>
<li class="index-links"><time datetime="2023-01-03T22:36:03&#43;02:00">2023 Jan 03</time> &ndash; <a href="/articles/blog/multiple-index-pages-in-hugo/">Multiple Index Pages in Hugo</a></li>
<li class="index-links"><time datetime="2022-12-27T14:24:24&#43;02:00">2022 Dec 27</time> &ndash; <a href="/articles/updates/yoinked-css/">Yoinked some Css and updated the site</a></li>
<li class="index-links"><time datetime="2022-12-17T22:33:25&#43;02:00">2022 Dec 17</time> &ndash; <a href="/articles/blog/pluralization-issues/">Pluralization issues (Blogs instead of Blog)</a></li>
<li class="index-links"><time datetime="2022-12-17T17:20:18&#43;02:00">2022 Dec 17</time> &ndash; <a href="/articles/updates/helloworld/">Hello world / About me</a></li>
<li class="index-links"><time datetime="2023-01-12T21:34:30&#43;03:00">2023 Jan 12</time> &ndash; <a href="/articles/blog/recover-lost-anki-streak/">Recover Lost Anki Streak</a></li>
<li class="index-links"><time datetime="2023-01-04T22:52:24&#43;03:00">2023 Jan 04</time> &ndash; <a href="/articles/blog/meta-description-in-hugo/">Meta Description in Hugo</a></li>
<li class="index-links"><time datetime="2023-01-03T22:36:03&#43;03:00">2023 Jan 03</time> &ndash; <a href="/articles/blog/multiple-index-pages-in-hugo/">Multiple Index Pages in Hugo</a></li>
<li class="index-links"><time datetime="2022-12-27T14:24:24&#43;03:00">2022 Dec 27</time> &ndash; <a href="/articles/updates/yoinked-css/">Yoinked some Css and updated the site</a></li>
<li class="index-links"><time datetime="2022-12-17T22:33:25&#43;03:00">2022 Dec 17</time> &ndash; <a href="/articles/blog/pluralization-issues/">Pluralization issues (Blogs instead of Blog)</a></li>
<li class="index-links"><time datetime="2022-12-17T17:20:18&#43;03:00">2022 Dec 17</time> &ndash; <a href="/articles/updates/helloworld/">Hello world / About me</a></li>
</ul>
@ -64,13 +64,11 @@ blog (5) hackbook (59) library (74) ted-kaczynski (15) updates (3) "/>
<footer style="padding-top: 0.5em;">
<div style="padding-bottom: 0.2em; display: inline-block;"><a href="https://vodoraslo.xyz/articles">📜 Articles</a> <strong>&bull;</strong> <a href="https://vodoraslo.xyz/library">📚 Library</a> <strong>&bull;</strong> <a href="https://wiki.vodoraslo.xyz">🌐 Wiki</a> <strong>&bull;</strong> <a href="https://vodoraslo.xyz/index.xml">📰 RSS</a><hr></div>
<div style="padding-bottom: 0.2em; display: inline-block;"><a href="https://vodoraslo.xyz/articles" title="List of all my articles and writings.">📜 Articles</a> <strong>&bull;</strong> <a href="https://vodoraslo.xyz/library" title="My personal library.">📚 Library</a> <strong>&bull;</strong> <a href="https://wiki.vodoraslo.xyz" title="My personal Wiki page.">🌐 Wiki</a> <strong>&bull;</strong> <a href="https://vodoraslo.xyz/index.xml" title="Subscribe via RSS for updates.">📰 RSS</a><hr></div>
<div style="padding-bottom: 0.7em;" class="index-links"><a href="https://vodoraslo.xyz/">🏠 Homepage</a></div>
<div style="padding-bottom: 0.7em;" class="index-links"><a href="https://vodoraslo.xyz/" title="Return to the homepage.">🏠 Homepage</a></div>
</footer>
</body>

View file

@ -1,8 +1,8 @@
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>vodoraslo</title>
<title>vodoraslo&#39;s blog</title>
<link>https://vodoraslo.xyz/articles/</link>
<description>Recent content in Articles on vodoraslo</description>
<description>Recent content in Articles on vodoraslo&#39;s blog</description>
<generator>Hugo -- gohugo.io</generator>
<language>en-us</language>
@ -12,7 +12,7 @@
<item>
<title>Hugo: Drafts Showing in Production</title>
<link>https://vodoraslo.xyz/articles/blog/hugo-drafts-showing-in-production/</link>
<pubDate>Sun, 17 Mar 2024 17:53:39 +0200</pubDate>
<pubDate>Sun, 17 Mar 2024 17:53:39 +0300</pubDate>
<guid>https://vodoraslo.xyz/articles/blog/hugo-drafts-showing-in-production/</guid>
<description>&lt;p&gt;i had an issue with a draft page appearing on my site even after setting &lt;code&gt;draft: true&lt;/code&gt; in the preamble&lt;/p&gt;
@ -30,7 +30,7 @@
<item>
<title>2024 Goals and Aspirations</title>
<link>https://vodoraslo.xyz/articles/blog/2024-goals/</link>
<pubDate>Tue, 27 Feb 2024 17:04:59 +0200</pubDate>
<pubDate>Tue, 27 Feb 2024 17:04:59 +0300</pubDate>
<guid>https://vodoraslo.xyz/articles/blog/2024-goals/</guid>
<description>&lt;p&gt;kk hi it seems that i have neglected updating this site so i decided to share what i aspire to do in 2024 (even though its almost march):&lt;/p&gt;
@ -2227,7 +2227,7 @@ List of Works Cited&lt;/p&gt;
<item>
<title>Industrial Society and Its Future </title>
<link>https://vodoraslo.xyz/library/ted-kaczynski/industrial-society-and-its-future/</link>
<pubDate>Thu, 23 Mar 2023 18:06:34 +0200</pubDate>
<pubDate>Thu, 23 Mar 2023 18:06:34 +0300</pubDate>
<guid>https://vodoraslo.xyz/library/ted-kaczynski/industrial-society-and-its-future/</guid>
<description>&lt;h2 id=&#34;introduction&#34;&gt;Introduction&lt;/h2&gt;
@ -3129,7 +3129,7 @@ List of Works Cited&lt;/p&gt;
<item>
<title>Recover Lost Anki Streak</title>
<link>https://vodoraslo.xyz/articles/blog/recover-lost-anki-streak/</link>
<pubDate>Thu, 12 Jan 2023 21:34:30 +0200</pubDate>
<pubDate>Thu, 12 Jan 2023 21:34:30 +0300</pubDate>
<guid>https://vodoraslo.xyz/articles/blog/recover-lost-anki-streak/</guid>
<description>&lt;h2 id=&#34;how-to-recover-a-lost-anki-streak&#34;&gt;How to recover a lost anki streak&lt;/h2&gt;
@ -3152,7 +3152,7 @@ List of Works Cited&lt;/p&gt;
<item>
<title>Meta Description in Hugo</title>
<link>https://vodoraslo.xyz/articles/blog/meta-description-in-hugo/</link>
<pubDate>Wed, 04 Jan 2023 22:52:24 +0200</pubDate>
<pubDate>Wed, 04 Jan 2023 22:52:24 +0300</pubDate>
<guid>https://vodoraslo.xyz/articles/blog/meta-description-in-hugo/</guid>
<description>&lt;h2 id=&#34;adding-meta-description-in-hugo&#34;&gt;Adding meta description in Hugo&lt;/h2&gt;
@ -3215,7 +3215,7 @@ List of Works Cited&lt;/p&gt;
<item>
<title>Multiple Index Pages in Hugo</title>
<link>https://vodoraslo.xyz/articles/blog/multiple-index-pages-in-hugo/</link>
<pubDate>Tue, 03 Jan 2023 22:36:03 +0200</pubDate>
<pubDate>Tue, 03 Jan 2023 22:36:03 +0300</pubDate>
<guid>https://vodoraslo.xyz/articles/blog/multiple-index-pages-in-hugo/</guid>
<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;/h2&gt;
@ -3338,7 +3338,7 @@ enableGitInfo = true&lt;/code&gt;&lt;/pre&gt;
<item>
<title>Yoinked some Css and updated the site</title>
<link>https://vodoraslo.xyz/articles/updates/yoinked-css/</link>
<pubDate>Tue, 27 Dec 2022 14:24:24 +0200</pubDate>
<pubDate>Tue, 27 Dec 2022 14:24:24 +0300</pubDate>
<guid>https://vodoraslo.xyz/articles/updates/yoinked-css/</guid>
<description>&lt;p&gt;yoinked lukes css and updated the site, its basically his colors for the headers and my cyan anchor links.. very pretty much wow&lt;/p&gt;
@ -3348,7 +3348,7 @@ enableGitInfo = true&lt;/code&gt;&lt;/pre&gt;
<item>
<title>Fin</title>
<link>https://vodoraslo.xyz/library/hackbook/fin/</link>
<pubDate>Sat, 24 Dec 2022 12:23:54 +0200</pubDate>
<pubDate>Sat, 24 Dec 2022 12:23:54 +0300</pubDate>
<guid>https://vodoraslo.xyz/library/hackbook/fin/</guid>
<description>&lt;div style=&#34;text-align: center;&#34;&gt;
@ -3366,7 +3366,7 @@ enableGitInfo = true&lt;/code&gt;&lt;/pre&gt;
<item>
<title>05-01 Scripts-05</title>
<link>https://vodoraslo.xyz/library/hackbook/05-01-scripts-05/</link>
<pubDate>Sat, 24 Dec 2022 12:22:57 +0200</pubDate>
<pubDate>Sat, 24 Dec 2022 12:22:57 +0300</pubDate>
<guid>https://vodoraslo.xyz/library/hackbook/05-01-scripts-05/</guid>
<description>&lt;h2 id=&#34;scripts-05&#34;&gt;Scripts-05&lt;/h2&gt;
@ -3383,7 +3383,7 @@ enableGitInfo = true&lt;/code&gt;&lt;/pre&gt;
<item>
<title>05-01 Scripts-04</title>
<link>https://vodoraslo.xyz/library/hackbook/05-01-scripts-04/</link>
<pubDate>Sat, 24 Dec 2022 12:21:45 +0200</pubDate>
<pubDate>Sat, 24 Dec 2022 12:21:45 +0300</pubDate>
<guid>https://vodoraslo.xyz/library/hackbook/05-01-scripts-04/</guid>
<description>&lt;h2 id=&#34;scripts-04&#34;&gt;Scripts-04&lt;/h2&gt;
@ -3404,7 +3404,7 @@ enableGitInfo = true&lt;/code&gt;&lt;/pre&gt;
<item>
<title>05-01 Scripts-03</title>
<link>https://vodoraslo.xyz/library/hackbook/05-01-scripts-03/</link>
<pubDate>Sat, 24 Dec 2022 12:20:17 +0200</pubDate>
<pubDate>Sat, 24 Dec 2022 12:20:17 +0300</pubDate>
<guid>https://vodoraslo.xyz/library/hackbook/05-01-scripts-03/</guid>
<description>&lt;h2 id=&#34;scripts-03&#34;&gt;Scripts-03&lt;/h2&gt;
@ -3426,7 +3426,7 @@ enableGitInfo = true&lt;/code&gt;&lt;/pre&gt;
<item>
<title>05-01 Scripts-02</title>
<link>https://vodoraslo.xyz/library/hackbook/05-01-scripts-02/</link>
<pubDate>Sat, 24 Dec 2022 12:18:50 +0200</pubDate>
<pubDate>Sat, 24 Dec 2022 12:18:50 +0300</pubDate>
<guid>https://vodoraslo.xyz/library/hackbook/05-01-scripts-02/</guid>
<description>&lt;h2 id=&#34;scripts-02&#34;&gt;Scripts-02&lt;/h2&gt;
@ -3449,7 +3449,7 @@ enableGitInfo = true&lt;/code&gt;&lt;/pre&gt;
<item>
<title>05-01 Scripts-01</title>
<link>https://vodoraslo.xyz/library/hackbook/05-01-scripts-01/</link>
<pubDate>Sat, 24 Dec 2022 12:17:25 +0200</pubDate>
<pubDate>Sat, 24 Dec 2022 12:17:25 +0300</pubDate>
<guid>https://vodoraslo.xyz/library/hackbook/05-01-scripts-01/</guid>
<description>&lt;h2 id=&#34;scripts-01&#34;&gt;Scripts-01&lt;/h2&gt;
@ -3473,7 +3473,7 @@ enableGitInfo = true&lt;/code&gt;&lt;/pre&gt;
<item>
<title>04-02 REBT Coping Statements</title>
<link>https://vodoraslo.xyz/library/hackbook/04-02-rebt-coping-statements/</link>
<pubDate>Sat, 24 Dec 2022 12:14:53 +0200</pubDate>
<pubDate>Sat, 24 Dec 2022 12:14:53 +0300</pubDate>
<guid>https://vodoraslo.xyz/library/hackbook/04-02-rebt-coping-statements/</guid>
<description>&lt;h2 id=&#34;rebt-coping-statements&#34;&gt;REBT Coping Statements&lt;/h2&gt;
@ -3504,7 +3504,7 @@ enableGitInfo = true&lt;/code&gt;&lt;/pre&gt;
<item>
<title>04-01 The Instructions</title>
<link>https://vodoraslo.xyz/library/hackbook/04-01-the-instructions/</link>
<pubDate>Sat, 24 Dec 2022 12:13:26 +0200</pubDate>
<pubDate>Sat, 24 Dec 2022 12:13:26 +0300</pubDate>
<guid>https://vodoraslo.xyz/library/hackbook/04-01-the-instructions/</guid>
<description>&lt;h2 id=&#34;the-instructions&#34;&gt;The Instructions&lt;/h2&gt;
@ -3548,7 +3548,7 @@ strains of life.&lt;/li&gt;
<item>
<title>03-45 Should I Tell My SO</title>
<link>https://vodoraslo.xyz/library/hackbook/03-45-should-i-tell-my-so/</link>
<pubDate>Sat, 24 Dec 2022 11:36:58 +0200</pubDate>
<pubDate>Sat, 24 Dec 2022 11:36:58 +0300</pubDate>
<guid>https://vodoraslo.xyz/library/hackbook/03-45-should-i-tell-my-so/</guid>
<description>&lt;h2 id=&#34;should-i-tell-my-so&#34;&gt;Should I Tell My SO&lt;/h2&gt;
@ -3568,7 +3568,7 @@ strains of life.&lt;/li&gt;
<item>
<title>03-44 Advice to Non-PMOers</title>
<link>https://vodoraslo.xyz/library/hackbook/03-44-advice-to-non-pmoers/</link>
<pubDate>Sat, 24 Dec 2022 11:31:13 +0200</pubDate>
<pubDate>Sat, 24 Dec 2022 11:31:13 +0300</pubDate>
<guid>https://vodoraslo.xyz/library/hackbook/03-44-advice-to-non-pmoers/</guid>
<description>&lt;h2 id=&#34;advice-to-non-pmoers&#34;&gt;Advice to Non-PMOers&lt;/h2&gt;
@ -3614,7 +3614,7 @@ strains of life.&lt;/li&gt;
<item>
<title>03-43 Help the PMOer Left on the Sinking Ship</title>
<link>https://vodoraslo.xyz/library/hackbook/03-43-help-the-pmoer-left-on-the-sinking-ship/</link>
<pubDate>Sat, 24 Dec 2022 11:28:29 +0200</pubDate>
<pubDate>Sat, 24 Dec 2022 11:28:29 +0300</pubDate>
<guid>https://vodoraslo.xyz/library/hackbook/03-43-help-the-pmoer-left-on-the-sinking-ship/</guid>
<description>&lt;h2 id=&#34;help-the-pmoer-left-on-the-sinking-ship&#34;&gt;Help the PMOer Left on the Sinking Ship&lt;/h2&gt;
@ -3639,7 +3639,7 @@ strains of life.&lt;/li&gt;
<item>
<title>03-42 Feedback</title>
<link>https://vodoraslo.xyz/library/hackbook/03-42-feedback/</link>
<pubDate>Sat, 24 Dec 2022 09:21:34 +0200</pubDate>
<pubDate>Sat, 24 Dec 2022 09:21:34 +0300</pubDate>
<guid>https://vodoraslo.xyz/library/hackbook/03-42-feedback/</guid>
<description>&lt;h2 id=&#34;feedback&#34;&gt;Feedback&lt;/h2&gt;
@ -3733,7 +3733,7 @@ strains of life.&lt;/li&gt;
<item>
<title>03-41 A Final Warning</title>
<link>https://vodoraslo.xyz/library/hackbook/03-41-a-final-warning/</link>
<pubDate>Sat, 24 Dec 2022 09:20:54 +0200</pubDate>
<pubDate>Sat, 24 Dec 2022 09:20:54 +0300</pubDate>
<guid>https://vodoraslo.xyz/library/hackbook/03-41-a-final-warning/</guid>
<description>&lt;h2 id=&#34;a-final-warning&#34;&gt;A Final Warning&lt;/h2&gt;
@ -3751,7 +3751,7 @@ strains of life.&lt;/li&gt;
<item>
<title>03-40 The Final Visit</title>
<link>https://vodoraslo.xyz/library/hackbook/03-40-the-final-visit/</link>
<pubDate>Sat, 24 Dec 2022 09:15:27 +0200</pubDate>
<pubDate>Sat, 24 Dec 2022 09:15:27 +0300</pubDate>
<guid>https://vodoraslo.xyz/library/hackbook/03-40-the-final-visit/</guid>
<description>&lt;h2 id=&#34;the-final-visit&#34;&gt;The Final Visit&lt;/h2&gt;
@ -3808,7 +3808,7 @@ sites in my life again.”&lt;sup id=&#34;fnref:1&#34;&gt;&lt;a href=&#34;#fn:1&
<item>
<title>03-39 The Moment of Revelation</title>
<link>https://vodoraslo.xyz/library/hackbook/03-39-the-moment-of-revelation/</link>
<pubDate>Sat, 24 Dec 2022 09:13:13 +0200</pubDate>
<pubDate>Sat, 24 Dec 2022 09:13:13 +0300</pubDate>
<guid>https://vodoraslo.xyz/library/hackbook/03-39-the-moment-of-revelation/</guid>
<description>&lt;h2 id=&#34;the-moment-of-revelation&#34;&gt;The Moment of Revelation&lt;/h2&gt;
@ -3834,7 +3834,7 @@ sites in my life again.”&lt;sup id=&#34;fnref:1&#34;&gt;&lt;a href=&#34;#fn:1&
<item>
<title>03-38 Should I Avoid Temptation Situations?</title>
<link>https://vodoraslo.xyz/library/hackbook/03-38-should-i-avoid-temptation-situations/</link>
<pubDate>Sat, 24 Dec 2022 09:10:40 +0200</pubDate>
<pubDate>Sat, 24 Dec 2022 09:10:40 +0300</pubDate>
<guid>https://vodoraslo.xyz/library/hackbook/03-38-should-i-avoid-temptation-situations/</guid>
<description>&lt;h2 id=&#34;should-i-avoid-temptation-situations&#34;&gt;Should I Avoid Temptation Situations?&lt;/h2&gt;
@ -3870,7 +3870,7 @@ will be helpful suggestions, I repeat that it is fear that keeps us to PMO all o
<item>
<title>03-37 Substitutes</title>
<link>https://vodoraslo.xyz/library/hackbook/03-37-substitutes/</link>
<pubDate>Sat, 24 Dec 2022 08:46:33 +0200</pubDate>
<pubDate>Sat, 24 Dec 2022 08:46:33 +0300</pubDate>
<guid>https://vodoraslo.xyz/library/hackbook/03-37-substitutes/</guid>
<description>&lt;h2 id=&#34;substitutes&#34;&gt;Substitutes&lt;/h2&gt;
@ -3913,7 +3913,7 @@ when you were a PMOer. Just think, how can you possibly cure an addict of addict
<item>
<title>03-36 The Main Reasons for Failure</title>
<link>https://vodoraslo.xyz/library/hackbook/03-36-the-main-reasons-for-failure/</link>
<pubDate>Sat, 24 Dec 2022 00:23:39 +0200</pubDate>
<pubDate>Sat, 24 Dec 2022 00:23:39 +0300</pubDate>
<guid>https://vodoraslo.xyz/library/hackbook/03-36-the-main-reasons-for-failure/</guid>
<description>&lt;h2 id=&#34;the-main-reasons-for-failure&#34;&gt;The Main Reasons for Failure&lt;/h2&gt;
@ -3935,7 +3935,7 @@ when you were a PMOer. Just think, how can you possibly cure an addict of addict
<item>
<title>03-35 Will It Be Harder for Me?</title>
<link>https://vodoraslo.xyz/library/hackbook/03-35-will-it-be-harder-for-me/</link>
<pubDate>Sat, 24 Dec 2022 00:22:12 +0200</pubDate>
<pubDate>Sat, 24 Dec 2022 00:22:12 +0300</pubDate>
<guid>https://vodoraslo.xyz/library/hackbook/03-35-will-it-be-harder-for-me/</guid>
<description>&lt;h2 id=&#34;will-it-be-harder-for-me&#34;&gt;Will It Be Harder for Me?&lt;/h2&gt;
@ -3960,7 +3960,7 @@ when you were a PMOer. Just think, how can you possibly cure an addict of addict
<item>
<title>03-34 Just One Peek</title>
<link>https://vodoraslo.xyz/library/hackbook/03-34-just-one-peek/</link>
<pubDate>Sat, 24 Dec 2022 00:20:57 +0200</pubDate>
<pubDate>Sat, 24 Dec 2022 00:20:57 +0300</pubDate>
<guid>https://vodoraslo.xyz/library/hackbook/03-34-just-one-peek/</guid>
<description>&lt;h2 id=&#34;just-one-peek&#34;&gt;Just One Peek&lt;/h2&gt;
@ -3986,7 +3986,7 @@ when you were a PMOer. Just think, how can you possibly cure an addict of addict
<item>
<title>03-33 The Withdrawal Period</title>
<link>https://vodoraslo.xyz/library/hackbook/03-33-the-withdrawal-period/</link>
<pubDate>Sat, 24 Dec 2022 00:16:57 +0200</pubDate>
<pubDate>Sat, 24 Dec 2022 00:16:57 +0300</pubDate>
<guid>https://vodoraslo.xyz/library/hackbook/03-33-the-withdrawal-period/</guid>
<description>&lt;h2 id=&#34;the-withdrawal-period&#34;&gt;The Withdrawal Period&lt;/h2&gt;
@ -4027,7 +4027,7 @@ when you were a PMOer. Just think, how can you possibly cure an addict of addict
<item>
<title>03-32 The Easy Way to Stop</title>
<link>https://vodoraslo.xyz/library/hackbook/03-32-the-easy-way-to-stop/</link>
<pubDate>Sat, 24 Dec 2022 00:07:43 +0200</pubDate>
<pubDate>Sat, 24 Dec 2022 00:07:43 +0300</pubDate>
<guid>https://vodoraslo.xyz/library/hackbook/03-32-the-easy-way-to-stop/</guid>
<description>&lt;h2 id=&#34;the-easy-way-to-stop&#34;&gt;The Easy Way to Stop&lt;/h2&gt;
@ -4085,7 +4085,7 @@ when you were a PMOer. Just think, how can you possibly cure an addict of addict
<item>
<title>03-31 Avoid False Incentives</title>
<link>https://vodoraslo.xyz/library/hackbook/03-31-avoid-false-incentives/</link>
<pubDate>Sat, 24 Dec 2022 00:05:14 +0200</pubDate>
<pubDate>Sat, 24 Dec 2022 00:05:14 +0300</pubDate>
<guid>https://vodoraslo.xyz/library/hackbook/03-31-avoid-false-incentives/</guid>
<description>&lt;h2 id=&#34;avoid-false-incentives&#34;&gt;Avoid False Incentives&lt;/h2&gt;
@ -4114,7 +4114,7 @@ when you were a PMOer. Just think, how can you possibly cure an addict of addict
<item>
<title>03-30 Can I Compartmentalize?</title>
<link>https://vodoraslo.xyz/library/hackbook/03-30-can-i-compartmentalize/</link>
<pubDate>Sat, 24 Dec 2022 00:03:34 +0200</pubDate>
<pubDate>Sat, 24 Dec 2022 00:03:34 +0300</pubDate>
<guid>https://vodoraslo.xyz/library/hackbook/03-30-can-i-compartmentalize/</guid>
<description>&lt;h2 id=&#34;can-i-compartmentalize&#34;&gt;Can I Compartmentalize?&lt;/h2&gt;
@ -4140,7 +4140,7 @@ when you were a PMOer. Just think, how can you possibly cure an addict of addict
<item>
<title>03-29 Will I Miss the Fun?</title>
<link>https://vodoraslo.xyz/library/hackbook/03-29-will-i-miss-the-fun/</link>
<pubDate>Sat, 24 Dec 2022 00:01:03 +0200</pubDate>
<pubDate>Sat, 24 Dec 2022 00:01:03 +0300</pubDate>
<guid>https://vodoraslo.xyz/library/hackbook/03-29-will-i-miss-the-fun/</guid>
<description>&lt;h2 id=&#34;will-i-miss-the-fun&#34;&gt;Will I Miss the Fun?&lt;/h2&gt;
@ -4176,7 +4176,7 @@ Get out of the habit of envying PMOers and start seeing them as the miserable, p
<item>
<title>03-28 Timing</title>
<link>https://vodoraslo.xyz/library/hackbook/03-28-timing/</link>
<pubDate>Fri, 23 Dec 2022 23:55:57 +0200</pubDate>
<pubDate>Fri, 23 Dec 2022 23:55:57 +0300</pubDate>
<guid>https://vodoraslo.xyz/library/hackbook/03-28-timing/</guid>
<description>&lt;h2 id=&#34;timing&#34;&gt;Timing&lt;/h2&gt;
@ -4220,7 +4220,7 @@ Get out of the habit of envying PMOers and start seeing them as the miserable, p
<item>
<title>03-27 A Social Habit?</title>
<link>https://vodoraslo.xyz/library/hackbook/03-27-a-social-habit/</link>
<pubDate>Fri, 23 Dec 2022 23:54:03 +0200</pubDate>
<pubDate>Fri, 23 Dec 2022 23:54:03 +0300</pubDate>
<guid>https://vodoraslo.xyz/library/hackbook/03-27-a-social-habit/</guid>
<description>&lt;h2 id=&#34;a-social-habit&#34;&gt;A Social Habit?&lt;/h2&gt;
@ -4246,7 +4246,7 @@ Get out of the habit of envying PMOers and start seeing them as the miserable, p
<item>
<title>03-26 The YouTube PMOer</title>
<link>https://vodoraslo.xyz/library/hackbook/03-26-the-youtube-pmoer/</link>
<pubDate>Fri, 23 Dec 2022 23:51:35 +0200</pubDate>
<pubDate>Fri, 23 Dec 2022 23:51:35 +0300</pubDate>
<guid>https://vodoraslo.xyz/library/hackbook/03-26-the-youtube-pmoer/</guid>
<description>&lt;h2 id=&#34;the-youtube-pmoer&#34;&gt;The YouTube PMOer&lt;/h2&gt;
@ -4274,7 +4274,7 @@ Get out of the habit of envying PMOers and start seeing them as the miserable, p
<item>
<title>03-25 Casual PMOers, Teenagers, Non PMOers</title>
<link>https://vodoraslo.xyz/library/hackbook/03-25-casual-pmoers-teenagers-non-pmoers/</link>
<pubDate>Fri, 23 Dec 2022 23:40:22 +0200</pubDate>
<pubDate>Fri, 23 Dec 2022 23:40:22 +0300</pubDate>
<guid>https://vodoraslo.xyz/library/hackbook/03-25-casual-pmoers-teenagers-non-pmoers/</guid>
<description>&lt;h2 id=&#34;casual-pmoers-teenagers-non-pmoers&#34;&gt;Casual PMOers, Teenagers, Non PMOers&lt;/h2&gt;
@ -4360,7 +4360,7 @@ Get out of the habit of envying PMOers and start seeing them as the miserable, p
<item>
<title>03-24 Just One Peek</title>
<link>https://vodoraslo.xyz/library/hackbook/03-24-just-one-peek/</link>
<pubDate>Fri, 23 Dec 2022 23:35:22 +0200</pubDate>
<pubDate>Fri, 23 Dec 2022 23:35:22 +0300</pubDate>
<guid>https://vodoraslo.xyz/library/hackbook/03-24-just-one-peek/</guid>
<description>&lt;h2 id=&#34;just-one-peek&#34;&gt;Just One Peek&lt;/h2&gt;
@ -4405,7 +4405,7 @@ Get out of the habit of envying PMOers and start seeing them as the miserable, p
<item>
<title>03-23 Beware of Cutting Down</title>
<link>https://vodoraslo.xyz/library/hackbook/03-23-beware-of-cutting-down/</link>
<pubDate>Fri, 23 Dec 2022 23:28:58 +0200</pubDate>
<pubDate>Fri, 23 Dec 2022 23:28:58 +0300</pubDate>
<guid>https://vodoraslo.xyz/library/hackbook/03-23-beware-of-cutting-down/</guid>
<description>&lt;h2 id=&#34;beware-of-cutting-down&#34;&gt;Beware of Cutting Down&lt;/h2&gt;
@ -4469,7 +4469,7 @@ Get out of the habit of envying PMOers and start seeing them as the miserable, p
<item>
<title>03-22 The Willpower Method of Stopping</title>
<link>https://vodoraslo.xyz/library/hackbook/03-22-the-willpower-method-of-stopping/</link>
<pubDate>Fri, 23 Dec 2022 23:20:42 +0200</pubDate>
<pubDate>Fri, 23 Dec 2022 23:20:42 +0300</pubDate>
<guid>https://vodoraslo.xyz/library/hackbook/03-22-the-willpower-method-of-stopping/</guid>
<description>&lt;h2 id=&#34;the-willpower-method-of-stopping&#34;&gt;The Willpower Method of Stopping&lt;/h2&gt;
@ -4539,7 +4539,7 @@ Get out of the habit of envying PMOers and start seeing them as the miserable, p
<item>
<title>03-21-The Advantages of Being a PMOer</title>
<link>https://vodoraslo.xyz/library/hackbook/03-21-the-advantages-of-being-a-pmoer/</link>
<pubDate>Fri, 23 Dec 2022 23:20:40 +0200</pubDate>
<pubDate>Fri, 23 Dec 2022 23:20:40 +0300</pubDate>
<guid>https://vodoraslo.xyz/library/hackbook/03-21-the-advantages-of-being-a-pmoer/</guid>
<description>&lt;h2 id=&#34;the-advantages-of-being-a-pmoer&#34;&gt;The Advantages of Being a PMOer&lt;/h2&gt;
@ -4554,7 +4554,7 @@ Get out of the habit of envying PMOers and start seeing them as the miserable, p
<item>
<title>03-20 Those Sinister Black Shadows</title>
<link>https://vodoraslo.xyz/library/hackbook/03-20-those-sinister-black-shadows/</link>
<pubDate>Fri, 23 Dec 2022 23:18:55 +0200</pubDate>
<pubDate>Fri, 23 Dec 2022 23:18:55 +0300</pubDate>
<guid>https://vodoraslo.xyz/library/hackbook/03-20-those-sinister-black-shadows/</guid>
<description>&lt;h2 id=&#34;those-sinister-black-shadows&#34;&gt;Those Sinister Black Shadows&lt;/h2&gt;
@ -4573,7 +4573,7 @@ Get out of the habit of envying PMOers and start seeing them as the miserable, p
<item>
<title>03-19 It Relaxes Me and Gives Me Confidence</title>
<link>https://vodoraslo.xyz/library/hackbook/03-19-it-relaxes-me-and-gives-me-confidence/</link>
<pubDate>Fri, 23 Dec 2022 23:16:17 +0200</pubDate>
<pubDate>Fri, 23 Dec 2022 23:16:17 +0300</pubDate>
<guid>https://vodoraslo.xyz/library/hackbook/03-19-it-relaxes-me-and-gives-me-confidence/</guid>
<description>&lt;h2 id=&#34;it-relaxes-me-and-gives-me-confidence&#34;&gt;It Relaxes Me and Gives Me Confidence&lt;/h2&gt;
@ -4601,7 +4601,7 @@ Get out of the habit of envying PMOers and start seeing them as the miserable, p
<item>
<title>03-18 Energy</title>
<link>https://vodoraslo.xyz/library/hackbook/03-18-energy/</link>
<pubDate>Fri, 23 Dec 2022 23:12:56 +0200</pubDate>
<pubDate>Fri, 23 Dec 2022 23:12:56 +0300</pubDate>
<guid>https://vodoraslo.xyz/library/hackbook/03-18-energy/</guid>
<description>&lt;h2 id=&#34;energy&#34;&gt;Energy&lt;/h2&gt;
@ -4625,7 +4625,7 @@ Get out of the habit of envying PMOers and start seeing them as the miserable, p
<item>
<title>03-17 Health</title>
<link>https://vodoraslo.xyz/library/hackbook/03-17-health/</link>
<pubDate>Fri, 23 Dec 2022 12:12:31 +0200</pubDate>
<pubDate>Fri, 23 Dec 2022 12:12:31 +0300</pubDate>
<guid>https://vodoraslo.xyz/library/hackbook/03-17-health/</guid>
<description>&lt;h2 id=&#34;health&#34;&gt;Health&lt;/h2&gt;
@ -4742,7 +4742,7 @@ Get out of the habit of envying PMOers and start seeing them as the miserable, p
<item>
<title>03-16 I Will Save X Hours a Week</title>
<link>https://vodoraslo.xyz/library/hackbook/03-16-i-will-save-x-hours-a-week/</link>
<pubDate>Fri, 23 Dec 2022 12:08:55 +0200</pubDate>
<pubDate>Fri, 23 Dec 2022 12:08:55 +0300</pubDate>
<guid>https://vodoraslo.xyz/library/hackbook/03-16-i-will-save-x-hours-a-week/</guid>
<description>&lt;h2 id=&#34;i-will-save-x-hours-a-week&#34;&gt;I Will Save X Hours a Week&lt;/h2&gt;
@ -4785,7 +4785,7 @@ pleasure.”&lt;/em&gt;&lt;/p&gt;
<item>
<title>03-15 Self-Imposed Slavery</title>
<link>https://vodoraslo.xyz/library/hackbook/03-15-self-imposed-slavery/</link>
<pubDate>Fri, 23 Dec 2022 12:06:39 +0200</pubDate>
<pubDate>Fri, 23 Dec 2022 12:06:39 +0300</pubDate>
<guid>https://vodoraslo.xyz/library/hackbook/03-15-self-imposed-slavery/</guid>
<description>&lt;h2 id=&#34;self-imposed-slavery&#34;&gt;Self-Imposed Slavery&lt;/h2&gt;
@ -4805,7 +4805,7 @@ pleasure.”&lt;/em&gt;&lt;/p&gt;
<item>
<title>03-14 What Am I Giving Up?</title>
<link>https://vodoraslo.xyz/library/hackbook/03-14-what-am-i-giving-up/</link>
<pubDate>Fri, 23 Dec 2022 11:49:35 +0200</pubDate>
<pubDate>Fri, 23 Dec 2022 11:49:35 +0300</pubDate>
<guid>https://vodoraslo.xyz/library/hackbook/03-14-what-am-i-giving-up/</guid>
<description>&lt;h2 id=&#34;what-am-i-giving-up&#34;&gt;What Am I Giving Up?&lt;/h2&gt;
@ -4852,7 +4852,7 @@ pleasure.”&lt;/em&gt;&lt;/p&gt;
<item>
<title>03-13 Social Night PMOing</title>
<link>https://vodoraslo.xyz/library/hackbook/03-13-social-night-pmoing/</link>
<pubDate>Fri, 23 Dec 2022 11:47:03 +0200</pubDate>
<pubDate>Fri, 23 Dec 2022 11:47:03 +0300</pubDate>
<guid>https://vodoraslo.xyz/library/hackbook/03-13-social-night-pmoing/</guid>
<description>&lt;h2 id=&#34;social-night-pmoing&#34;&gt;Social Night PMOing&lt;/h2&gt;
@ -4877,7 +4877,7 @@ pleasure.”&lt;/em&gt;&lt;/p&gt;
<item>
<title>03-12 Relaxation</title>
<link>https://vodoraslo.xyz/library/hackbook/03-12-relaxation/</link>
<pubDate>Fri, 23 Dec 2022 11:44:10 +0200</pubDate>
<pubDate>Fri, 23 Dec 2022 11:44:10 +0300</pubDate>
<guid>https://vodoraslo.xyz/library/hackbook/03-12-relaxation/</guid>
<description>&lt;h2 id=&#34;relaxation&#34;&gt;Relaxation&lt;/h2&gt;
@ -4904,7 +4904,7 @@ pleasure.”&lt;/em&gt;&lt;/p&gt;
<item>
<title>03-11 Concentration</title>
<link>https://vodoraslo.xyz/library/hackbook/03-11-concentration/</link>
<pubDate>Fri, 23 Dec 2022 11:42:13 +0200</pubDate>
<pubDate>Fri, 23 Dec 2022 11:42:13 +0300</pubDate>
<guid>https://vodoraslo.xyz/library/hackbook/03-11-concentration/</guid>
<description>&lt;h2 id=&#34;concentration&#34;&gt;Concentration&lt;/h2&gt;
@ -4926,7 +4926,7 @@ pleasure.”&lt;/em&gt;&lt;/p&gt;
<item>
<title>03-10 Boredom</title>
<link>https://vodoraslo.xyz/library/hackbook/03-10-boredom/</link>
<pubDate>Fri, 23 Dec 2022 11:40:46 +0200</pubDate>
<pubDate>Fri, 23 Dec 2022 11:40:46 +0300</pubDate>
<guid>https://vodoraslo.xyz/library/hackbook/03-10-boredom/</guid>
<description>&lt;h2 id=&#34;boredom&#34;&gt;Boredom&lt;/h2&gt;
@ -4945,7 +4945,7 @@ pleasure.”&lt;/em&gt;&lt;/p&gt;
<item>
<title>03-09 Stress</title>
<link>https://vodoraslo.xyz/library/hackbook/03-09-stress/</link>
<pubDate>Fri, 23 Dec 2022 11:38:59 +0200</pubDate>
<pubDate>Fri, 23 Dec 2022 11:38:59 +0300</pubDate>
<guid>https://vodoraslo.xyz/library/hackbook/03-09-stress/</guid>
<description>&lt;h2 id=&#34;stress&#34;&gt;Stress&lt;/h2&gt;
@ -4967,7 +4967,7 @@ pleasure.”&lt;/em&gt;&lt;/p&gt;
<item>
<title>03-08 Relieving Withdrawal Pangs</title>
<link>https://vodoraslo.xyz/library/hackbook/03-08-relieving-withdrawal-pangs/</link>
<pubDate>Fri, 23 Dec 2022 11:36:16 +0200</pubDate>
<pubDate>Fri, 23 Dec 2022 11:36:16 +0300</pubDate>
<guid>https://vodoraslo.xyz/library/hackbook/03-08-relieving-withdrawal-pangs/</guid>
<description>&lt;h2 id=&#34;relieving-withdrawal-pangs&#34;&gt;Relieving Withdrawal Pangs&lt;/h2&gt;
@ -5003,7 +5003,7 @@ pleasure.”&lt;/em&gt;&lt;/p&gt;
<item>
<title>03-07 Brainwashing and the Primitive Mechanism</title>
<link>https://vodoraslo.xyz/library/hackbook/03-07-brainwashing-and-the-primitive-mechanism/</link>
<pubDate>Fri, 23 Dec 2022 08:39:02 +0200</pubDate>
<pubDate>Fri, 23 Dec 2022 08:39:02 +0300</pubDate>
<guid>https://vodoraslo.xyz/library/hackbook/03-07-brainwashing-and-the-primitive-mechanism/</guid>
<description>&lt;h2 id=&#34;brainwashing-and-the-primitive-mechanism&#34;&gt;Brainwashing and the Primitive Mechanism&lt;/h2&gt;
@ -5089,7 +5089,7 @@ pleasure.”&lt;/em&gt;&lt;/p&gt;
<item>
<title>03-06 Internet Porn</title>
<link>https://vodoraslo.xyz/library/hackbook/03-06-internet-porn/</link>
<pubDate>Tue, 20 Dec 2022 20:44:00 +0200</pubDate>
<pubDate>Tue, 20 Dec 2022 20:44:00 +0300</pubDate>
<guid>https://vodoraslo.xyz/library/hackbook/03-06-internet-porn/</guid>
<description>&lt;h2 id=&#34;internet-porn&#34;&gt;Internet Porn&lt;/h2&gt;
@ -5198,7 +5198,7 @@ became addicted. However, the satisfaction is only temporary because in order to
<item>
<title>03-05 Why Do We Carry on With PMO</title>
<link>https://vodoraslo.xyz/library/hackbook/03-05-why-do-we-carry-on-with-pmo/</link>
<pubDate>Tue, 20 Dec 2022 20:42:16 +0200</pubDate>
<pubDate>Tue, 20 Dec 2022 20:42:16 +0300</pubDate>
<guid>https://vodoraslo.xyz/library/hackbook/03-05-why-do-we-carry-on-with-pmo/</guid>
<description>&lt;h2 id=&#34;why-do-we-carry-on-with-pmo&#34;&gt;Why Do We Carry on With PMO&lt;/h2&gt;
@ -5221,7 +5221,7 @@ became addicted. However, the satisfaction is only temporary because in order to
<item>
<title>03-04 The Sinister Trap</title>
<link>https://vodoraslo.xyz/library/hackbook/03-04-the-sinister-trap/</link>
<pubDate>Tue, 20 Dec 2022 20:38:28 +0200</pubDate>
<pubDate>Tue, 20 Dec 2022 20:38:28 +0300</pubDate>
<guid>https://vodoraslo.xyz/library/hackbook/03-04-the-sinister-trap/</guid>
<description>&lt;h2 id=&#34;the-sinister-trap&#34;&gt;The Sinister Trap&lt;/h2&gt;
@ -5245,7 +5245,7 @@ became addicted. However, the satisfaction is only temporary because in order to
<item>
<title>03-03 Why Is It Difficult to Stop?</title>
<link>https://vodoraslo.xyz/library/hackbook/03-03-why-is-it-difficult-to-stop/</link>
<pubDate>Tue, 20 Dec 2022 20:31:45 +0200</pubDate>
<pubDate>Tue, 20 Dec 2022 20:31:45 +0300</pubDate>
<guid>https://vodoraslo.xyz/library/hackbook/03-03-why-is-it-difficult-to-stop/</guid>
<description>&lt;h2 id=&#34;why-is-it-difficult-to-stop&#34;&gt;Why Is It Difficult to Stop?&lt;/h2&gt;
@ -5305,7 +5305,7 @@ man and woman from performance based anxieties.&amp;#160;&lt;a href=&#34;#fnref:
<item>
<title>03-02 The Easy Method</title>
<link>https://vodoraslo.xyz/library/hackbook/03-02-the-easy-method/</link>
<pubDate>Tue, 20 Dec 2022 20:26:34 +0200</pubDate>
<pubDate>Tue, 20 Dec 2022 20:26:34 +0300</pubDate>
<guid>https://vodoraslo.xyz/library/hackbook/03-02-the-easy-method/</guid>
<description>&lt;h2 id=&#34;the-easy-method&#34;&gt;The Easy Method&lt;/h2&gt;
@ -5348,7 +5348,7 @@ man and woman from performance based anxieties.&amp;#160;&lt;a href=&#34;#fnref:
<item>
<title>03-01 The Worst PMO Addict I Have Yet to Meet</title>
<link>https://vodoraslo.xyz/library/hackbook/03-01-the-worst-pmo-addict-i-have-yet-to-meet/</link>
<pubDate>Tue, 20 Dec 2022 17:10:39 +0200</pubDate>
<pubDate>Tue, 20 Dec 2022 17:10:39 +0300</pubDate>
<guid>https://vodoraslo.xyz/library/hackbook/03-01-the-worst-pmo-addict-i-have-yet-to-meet/</guid>
<description>&lt;h2 id=&#34;the-worst-pmo-addict-i-have-yet-to-meet&#34;&gt;The Worst PMO Addict I Have Yet to Meet&lt;/h2&gt;
@ -5392,7 +5392,7 @@ Do not take anything for granted. Question not only what I tell you but also you
<item>
<title>02-02 Sister Kenny</title>
<link>https://vodoraslo.xyz/library/hackbook/02-02-sister-kenny/</link>
<pubDate>Tue, 20 Dec 2022 16:58:54 +0200</pubDate>
<pubDate>Tue, 20 Dec 2022 16:58:54 +0300</pubDate>
<guid>https://vodoraslo.xyz/library/hackbook/02-02-sister-kenny/</guid>
<description>&lt;h2 id=&#34;sister-kenny&#34;&gt;Sister Kenny&lt;/h2&gt;
@ -5435,7 +5435,7 @@ Do not take anything for granted. Question not only what I tell you but also you
<item>
<title>02-01 Introduction</title>
<link>https://vodoraslo.xyz/library/hackbook/02-01-introduction/</link>
<pubDate>Mon, 19 Dec 2022 22:27:57 +0200</pubDate>
<pubDate>Mon, 19 Dec 2022 22:27:57 +0300</pubDate>
<guid>https://vodoraslo.xyz/library/hackbook/02-01-introduction/</guid>
<description>&lt;h2 id=&#34;introduction&#34;&gt;Introduction&lt;/h2&gt;
@ -5487,7 +5487,7 @@ the world would also see the light and adopt my method.&lt;/li&gt;
<item>
<title>01-03 Fear</title>
<link>https://vodoraslo.xyz/library/hackbook/01-03-fear/</link>
<pubDate>Mon, 19 Dec 2022 22:23:44 +0200</pubDate>
<pubDate>Mon, 19 Dec 2022 22:23:44 +0300</pubDate>
<guid>https://vodoraslo.xyz/library/hackbook/01-03-fear/</guid>
<description>&lt;h2 id=&#34;fear&#34;&gt;Fear&lt;/h2&gt;
@ -5524,7 +5524,7 @@ the world would also see the light and adopt my method.&lt;/li&gt;
<item>
<title>01-02 Warning</title>
<link>https://vodoraslo.xyz/library/hackbook/01-02-warning/</link>
<pubDate>Mon, 19 Dec 2022 22:19:35 +0200</pubDate>
<pubDate>Mon, 19 Dec 2022 22:19:35 +0300</pubDate>
<guid>https://vodoraslo.xyz/library/hackbook/01-02-warning/</guid>
<description>&lt;h2 id=&#34;warning&#34;&gt;Warning&lt;/h2&gt;
@ -5555,7 +5555,7 @@ the world would also see the light and adopt my method.&lt;/li&gt;
<item>
<title>01-01 Preface</title>
<link>https://vodoraslo.xyz/library/hackbook/01-01-preface/</link>
<pubDate>Mon, 19 Dec 2022 22:14:52 +0200</pubDate>
<pubDate>Mon, 19 Dec 2022 22:14:52 +0300</pubDate>
<guid>https://vodoraslo.xyz/library/hackbook/01-01-preface/</guid>
<description>&lt;h2 id=&#34;preface&#34;&gt;Preface&lt;/h2&gt;
@ -5598,7 +5598,7 @@ porn and or masturbation&amp;#160;&lt;a href=&#34;#fnref:2&#34; class=&#34;footn
<item>
<title>00-00 HackBook EasyPeasy</title>
<link>https://vodoraslo.xyz/library/hackbook/00-00-hackbookeasypeasy/</link>
<pubDate>Mon, 19 Dec 2022 22:01:36 +0200</pubDate>
<pubDate>Mon, 19 Dec 2022 22:01:36 +0300</pubDate>
<guid>https://vodoraslo.xyz/library/hackbook/00-00-hackbookeasypeasy/</guid>
<description>&lt;h2 id=&#34;easypeasyway&#34;&gt;EasyPeasyWay&lt;/h2&gt;
@ -5633,7 +5633,7 @@ formed does not list Internet pornography as one of the addictions that it provi
<item>
<title>Pluralization issues (Blogs instead of Blog)</title>
<link>https://vodoraslo.xyz/articles/blog/pluralization-issues/</link>
<pubDate>Sat, 17 Dec 2022 22:33:25 +0200</pubDate>
<pubDate>Sat, 17 Dec 2022 22:33:25 +0300</pubDate>
<guid>https://vodoraslo.xyz/articles/blog/pluralization-issues/</guid>
<description>&lt;h3 id=&#34;this-is-my-first-entry-and-im-already-having-issues-lol&#34;&gt;this is my first entry and i&amp;rsquo;m already having issues lol&lt;/h3&gt;
@ -5652,7 +5652,7 @@ formed does not list Internet pornography as one of the addictions that it provi
<item>
<title>Hello world / About me</title>
<link>https://vodoraslo.xyz/articles/updates/helloworld/</link>
<pubDate>Sat, 17 Dec 2022 17:20:18 +0200</pubDate>
<pubDate>Sat, 17 Dec 2022 17:20:18 +0300</pubDate>
<guid>https://vodoraslo.xyz/articles/updates/helloworld/</guid>
<description>&lt;h2 id=&#34;obligatory-hello-world&#34;&gt;Obligatory Hello World!&lt;/h2&gt;

View file

@ -1,10 +1,10 @@
<!DOCTYPE html>
<html lang="en" class="main-background-image">
<head>
<title>Hello World / About Me | vodoraslo</title>
<title>Hello World / About Me | vodoraslo&#39;s blog</title>
<link rel="canonical" href="https://vodoraslo.xyz/">
<link rel='alternate' type='application/rss+xml' title="vodoraslo RSS" href='/index.xml'>
<link rel='stylesheet' type='text/css' href='/style.css?v=1.0.0.11'>
<link rel='alternate' type='application/rss+xml' title="vodoraslo&#39;s blog RSS" href='/index.xml'>
<link rel='stylesheet' type='text/css' href='/style.css?v=1.0.0.12'>
<link rel="icon" href="/favicon.ico">
<meta name="description" content="Obligatory Hello World! trying to see which hugo theme i like best
had some issues with papermod and their css not working so for now i&rsquo;ll use lugo
@ -26,7 +26,7 @@ im adding this bit in just to check if the scuffed shell script i made actually
</div>
<p style="color: var(--muted_text);">Last updated: <time datetime="2023-05-14T14:33:48&#43;03:00" style="color: var(--muted_text);">2023年5月14日 (日)</time> <a href="/index.xml"><img src="/rss.svg" style="max-height:1.5em; float:right;" alt="RSS Feed" title="Subscribe via RSS for updates."></a> </p>
<p style="color: var(--muted_text);">Last updated: <time datetime="2023-05-14T14:33:48&#43;03:00" style="color: var(--muted_text);">2023年5月14日 (日)</time> </p>
<div class="post-content"><h2 id="obligatory-hello-world">Obligatory Hello World!<a hidden class="anchor" aria-hidden="true" href="#obligatory-hello-world">#</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>
@ -66,13 +66,11 @@ im adding this bit in just to check if the scuffed shell script i made actually
<footer style="padding-top: 0.5em;">
<div style="padding-bottom: 0.2em; display: inline-block;"><a href="https://vodoraslo.xyz/articles">📜 Articles</a> <strong>&bull;</strong> <a href="https://vodoraslo.xyz/library">📚 Library</a> <strong>&bull;</strong> <a href="https://wiki.vodoraslo.xyz">🌐 Wiki</a> <strong>&bull;</strong> <a href="https://vodoraslo.xyz/index.xml">📰 RSS</a><hr></div>
<div style="padding-bottom: 0.2em; display: inline-block;"><a href="https://vodoraslo.xyz/articles" title="List of all my articles and writings.">📜 Articles</a> <strong>&bull;</strong> <a href="https://vodoraslo.xyz/library" title="My personal library.">📚 Library</a> <strong>&bull;</strong> <a href="https://wiki.vodoraslo.xyz" title="My personal Wiki page.">🌐 Wiki</a> <strong>&bull;</strong> <a href="https://vodoraslo.xyz/index.xml" title="Subscribe via RSS for updates.">📰 RSS</a><hr></div>
<div style="padding-bottom: 0.7em;" class="index-links"><a href="https://vodoraslo.xyz/">🏠 Homepage</a></div>
<div style="padding-bottom: 0.7em;" class="index-links"><a href="https://vodoraslo.xyz/" title="Return to the homepage.">🏠 Homepage</a></div>
</footer>
</body>

View file

@ -1,10 +1,10 @@
<!DOCTYPE html>
<html lang="en" class="main-background-image">
<head>
<title>Updated the Css Again (Prefers-Color-Scheme) | vodoraslo</title>
<title>Updated the Css Again (Prefers-Color-Scheme) | vodoraslo&#39;s blog</title>
<link rel="canonical" href="https://vodoraslo.xyz/">
<link rel='alternate' type='application/rss+xml' title="vodoraslo RSS" href='/index.xml'>
<link rel='stylesheet' type='text/css' href='/style.css?v=1.0.0.11'>
<link rel='alternate' type='application/rss+xml' title="vodoraslo&#39;s blog RSS" href='/index.xml'>
<link rel='stylesheet' type='text/css' href='/style.css?v=1.0.0.12'>
<link rel="icon" href="/favicon.ico">
<meta name="description" content="I actually updated the css once more.
If you&rsquo;re using a dark theme in your browser, the website will follow suit and change to darker colors.
@ -26,7 +26,7 @@ I did this by setting the light theme to be by default for more readability:
</div>
<p style="color: var(--muted_text);">Last updated: <time datetime="2023-05-14T14:33:48&#43;03:00" style="color: var(--muted_text);">2023年5月14日 (日)</time> <a href="/index.xml"><img src="/rss.svg" style="max-height:1.5em; float:right;" alt="RSS Feed" title="Subscribe via RSS for updates."></a> </p>
<p style="color: var(--muted_text);">Last updated: <time datetime="2023-05-14T14:33:48&#43;03:00" style="color: var(--muted_text);">2023年5月14日 (日)</time> </p>
<div class="post-content"><p>I actually updated the css once more.</p>
<p>If you&rsquo;re using a dark theme in your browser, the website will follow suit and change to darker colors.</p>
<p>I did this by setting the light theme to be by default for more readability:</p>
@ -89,13 +89,11 @@ I did this by setting the light theme to be by default for more readability:
<footer style="padding-top: 0.5em;">
<div style="padding-bottom: 0.2em; display: inline-block;"><a href="https://vodoraslo.xyz/articles">📜 Articles</a> <strong>&bull;</strong> <a href="https://vodoraslo.xyz/library">📚 Library</a> <strong>&bull;</strong> <a href="https://wiki.vodoraslo.xyz">🌐 Wiki</a> <strong>&bull;</strong> <a href="https://vodoraslo.xyz/index.xml">📰 RSS</a><hr></div>
<div style="padding-bottom: 0.2em; display: inline-block;"><a href="https://vodoraslo.xyz/articles" title="List of all my articles and writings.">📜 Articles</a> <strong>&bull;</strong> <a href="https://vodoraslo.xyz/library" title="My personal library.">📚 Library</a> <strong>&bull;</strong> <a href="https://wiki.vodoraslo.xyz" title="My personal Wiki page.">🌐 Wiki</a> <strong>&bull;</strong> <a href="https://vodoraslo.xyz/index.xml" title="Subscribe via RSS for updates.">📰 RSS</a><hr></div>
<div style="padding-bottom: 0.7em;" class="index-links"><a href="https://vodoraslo.xyz/">🏠 Homepage</a></div>
<div style="padding-bottom: 0.7em;" class="index-links"><a href="https://vodoraslo.xyz/" title="Return to the homepage.">🏠 Homepage</a></div>
</footer>
</body>

View file

@ -1,10 +1,10 @@
<!DOCTYPE html>
<html lang="en" class="main-background-image">
<head>
<title>Yoinked Some Css and Updated the Site | vodoraslo</title>
<title>Yoinked Some Css and Updated the Site | vodoraslo&#39;s blog</title>
<link rel="canonical" href="https://vodoraslo.xyz/">
<link rel='alternate' type='application/rss+xml' title="vodoraslo RSS" href='/index.xml'>
<link rel='stylesheet' type='text/css' href='/style.css?v=1.0.0.11'>
<link rel='alternate' type='application/rss+xml' title="vodoraslo&#39;s blog RSS" href='/index.xml'>
<link rel='stylesheet' type='text/css' href='/style.css?v=1.0.0.12'>
<link rel="icon" href="/favicon.ico">
<meta name="description" content="A tale as old as time - stealing css"/>
<meta name="keywords" content="updates">
@ -23,7 +23,7 @@
</div>
<p style="color: var(--muted_text);">Last updated: <time datetime="2023-05-14T14:33:48&#43;03:00" style="color: var(--muted_text);">2023年5月14日 (日)</time> <a href="/index.xml"><img src="/rss.svg" style="max-height:1.5em; float:right;" alt="RSS Feed" title="Subscribe via RSS for updates."></a> </p>
<p style="color: var(--muted_text);">Last updated: <time datetime="2023-05-14T14:33:48&#43;03:00" style="color: var(--muted_text);">2023年5月14日 (日)</time> </p>
<div class="post-content"><p>yoinked lukes css and updated the site, its basically his colors for the headers and my cyan anchor links.. very pretty much wow</p>
<div style="text-align: right;">
@ -45,13 +45,11 @@
<footer style="padding-top: 0.5em;">
<div style="padding-bottom: 0.2em; display: inline-block;"><a href="https://vodoraslo.xyz/articles">📜 Articles</a> <strong>&bull;</strong> <a href="https://vodoraslo.xyz/library">📚 Library</a> <strong>&bull;</strong> <a href="https://wiki.vodoraslo.xyz">🌐 Wiki</a> <strong>&bull;</strong> <a href="https://vodoraslo.xyz/index.xml">📰 RSS</a><hr></div>
<div style="padding-bottom: 0.2em; display: inline-block;"><a href="https://vodoraslo.xyz/articles" title="List of all my articles and writings.">📜 Articles</a> <strong>&bull;</strong> <a href="https://vodoraslo.xyz/library" title="My personal library.">📚 Library</a> <strong>&bull;</strong> <a href="https://wiki.vodoraslo.xyz" title="My personal Wiki page.">🌐 Wiki</a> <strong>&bull;</strong> <a href="https://vodoraslo.xyz/index.xml" title="Subscribe via RSS for updates.">📰 RSS</a><hr></div>
<div style="padding-bottom: 0.7em;" class="index-links"><a href="https://vodoraslo.xyz/">🏠 Homepage</a></div>
<div style="padding-bottom: 0.7em;" class="index-links"><a href="https://vodoraslo.xyz/" title="Return to the homepage.">🏠 Homepage</a></div>
</footer>
</body>

View file

@ -1,11 +1,11 @@
<!DOCTYPE html>
<html lang="en" class="main-background-image">
<head>
<meta name="generator" content="Hugo 0.123.4">
<title>vodoraslo</title>
<meta name="generator" content="Hugo 0.133.1">
<title>vodoraslo&#39;s blog</title>
<link rel="canonical" href="https://vodoraslo.xyz/">
<link rel='alternate' type='application/rss+xml' title="vodoraslo RSS" href='/index.xml'>
<link rel='stylesheet' type='text/css' href='/style.css?v=1.0.0.11'>
<link rel='alternate' type='application/rss+xml' title="vodoraslo&#39;s blog RSS" href='/index.xml'>
<link rel='stylesheet' type='text/css' href='/style.css?v=1.0.0.12'>
<link rel="icon" href="/favicon.ico">
<meta name="description" content="A blog about the things I&#39;m interested in - Japanese, my library and posting obscure problems I&#39;ve solved."/>
<meta name="viewport" content="width=device-width, initial-scale=1">
@ -40,13 +40,13 @@
</div>
<ul class="tenRecentPosts">
<li><time
datetime="2024-03-17T17:53:39&#43;02:00">2024 Mar 17</time> &ndash;
datetime="2024-03-17T17:53:39&#43;03:00">2024 Mar 17</time> &ndash;
<a href="/articles/blog/hugo-drafts-showing-in-production/" aria-label="Hugo: Drafts Showing in Production i had an issue with a draft page appearing on my site even after setting … ... Click to Read more about Hugo: Drafts Showing in Production"><b class="white_span">Hugo: Drafts Showing in Production</b></a> - <span
class="muted_text">i had an issue with a draft page appearing on my site even after setting draft: true in the preamble
to fix it - build the website with
hugo …</span> </li>
<li><time
datetime="2024-02-27T17:04:59&#43;02:00">2024 Feb 27</time> &ndash;
datetime="2024-02-27T17:04:59&#43;03:00">2024 Feb 27</time> &ndash;
<a href="/articles/blog/2024-goals/" aria-label="2024 Goals and Aspirations kk hi it seems that i have neglected updating this site so i decided to … ... Click to Read more about 2024 Goals and Aspirations"><b class="white_span">2024 Goals and Aspirations</b></a> - <span
class="muted_text">kk hi it seems that i have neglected updating this site so i decided to share what i aspire to do in 2024 (even though its almost march):
summarized: …</span> <a href="/articles/blog/2024-goals/" aria-label="2024 Goals and Aspirations kk hi it seems that i have neglected updating this site so i decided to … ... Click to Read more about 2024 Goals and Aspirations" class="read_more_recent_posts" style="box-shadow: 0 1px 0;">Read
@ -105,13 +105,11 @@ The …</span> <a href="/library/ted-kaczynski/the-systems-neatest-trick/" aria
<footer style="padding-top: 0.5em;">
<div style="padding-bottom: 0.2em; display: inline-block;"><a href="https://vodoraslo.xyz/articles">📜 Articles</a> <strong>&bull;</strong> <a href="https://vodoraslo.xyz/library">📚 Library</a> <strong>&bull;</strong> <a href="https://wiki.vodoraslo.xyz">🌐 Wiki</a> <strong>&bull;</strong> <a href="https://vodoraslo.xyz/index.xml">📰 RSS</a><hr></div>
<div style="padding-bottom: 0.2em; display: inline-block;"><a href="https://vodoraslo.xyz/articles" title="List of all my articles and writings.">📜 Articles</a> <strong>&bull;</strong> <a href="https://vodoraslo.xyz/library" title="My personal library.">📚 Library</a> <strong>&bull;</strong> <a href="https://wiki.vodoraslo.xyz" title="My personal Wiki page.">🌐 Wiki</a> <strong>&bull;</strong> <a href="https://vodoraslo.xyz/index.xml" title="Subscribe via RSS for updates.">📰 RSS</a><hr></div>
<div style="padding-bottom: 0.7em;" class="index-links"><a href="https://vodoraslo.xyz/">🏠 Homepage</a></div>
<div style="padding-bottom: 0.7em;" class="index-links"><a href="https://vodoraslo.xyz/" title="Return to the homepage.">🏠 Homepage</a></div>
</footer>
</body>

View file

@ -1,8 +1,8 @@
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>vodoraslo</title>
<title>vodoraslo&#39;s blog</title>
<link>https://vodoraslo.xyz/</link>
<description>Recent content on vodoraslo</description>
<description>Recent content in vodoraslo on vodoraslo&#39;s blog</description>
<generator>Hugo -- gohugo.io</generator>
<language>en-us</language>
@ -12,7 +12,7 @@
<item>
<title>Hugo: Drafts Showing in Production</title>
<link>https://vodoraslo.xyz/articles/blog/hugo-drafts-showing-in-production/</link>
<pubDate>Sun, 17 Mar 2024 17:53:39 +0200</pubDate>
<pubDate>Sun, 17 Mar 2024 17:53:39 +0300</pubDate>
<guid>https://vodoraslo.xyz/articles/blog/hugo-drafts-showing-in-production/</guid>
<description>&lt;p&gt;i had an issue with a draft page appearing on my site even after setting &lt;code&gt;draft: true&lt;/code&gt; in the preamble&lt;/p&gt;
@ -30,7 +30,7 @@
<item>
<title>2024 Goals and Aspirations</title>
<link>https://vodoraslo.xyz/articles/blog/2024-goals/</link>
<pubDate>Tue, 27 Feb 2024 17:04:59 +0200</pubDate>
<pubDate>Tue, 27 Feb 2024 17:04:59 +0300</pubDate>
<guid>https://vodoraslo.xyz/articles/blog/2024-goals/</guid>
<description>&lt;p&gt;kk hi it seems that i have neglected updating this site so i decided to share what i aspire to do in 2024 (even though its almost march):&lt;/p&gt;
@ -2227,7 +2227,7 @@ List of Works Cited&lt;/p&gt;
<item>
<title>Industrial Society and Its Future </title>
<link>https://vodoraslo.xyz/library/ted-kaczynski/industrial-society-and-its-future/</link>
<pubDate>Thu, 23 Mar 2023 18:06:34 +0200</pubDate>
<pubDate>Thu, 23 Mar 2023 18:06:34 +0300</pubDate>
<guid>https://vodoraslo.xyz/library/ted-kaczynski/industrial-society-and-its-future/</guid>
<description>&lt;h2 id=&#34;introduction&#34;&gt;Introduction&lt;/h2&gt;
@ -3129,7 +3129,7 @@ List of Works Cited&lt;/p&gt;
<item>
<title>Recover Lost Anki Streak</title>
<link>https://vodoraslo.xyz/articles/blog/recover-lost-anki-streak/</link>
<pubDate>Thu, 12 Jan 2023 21:34:30 +0200</pubDate>
<pubDate>Thu, 12 Jan 2023 21:34:30 +0300</pubDate>
<guid>https://vodoraslo.xyz/articles/blog/recover-lost-anki-streak/</guid>
<description>&lt;h2 id=&#34;how-to-recover-a-lost-anki-streak&#34;&gt;How to recover a lost anki streak&lt;/h2&gt;
@ -3152,7 +3152,7 @@ List of Works Cited&lt;/p&gt;
<item>
<title>Meta Description in Hugo</title>
<link>https://vodoraslo.xyz/articles/blog/meta-description-in-hugo/</link>
<pubDate>Wed, 04 Jan 2023 22:52:24 +0200</pubDate>
<pubDate>Wed, 04 Jan 2023 22:52:24 +0300</pubDate>
<guid>https://vodoraslo.xyz/articles/blog/meta-description-in-hugo/</guid>
<description>&lt;h2 id=&#34;adding-meta-description-in-hugo&#34;&gt;Adding meta description in Hugo&lt;/h2&gt;
@ -3215,7 +3215,7 @@ List of Works Cited&lt;/p&gt;
<item>
<title>Multiple Index Pages in Hugo</title>
<link>https://vodoraslo.xyz/articles/blog/multiple-index-pages-in-hugo/</link>
<pubDate>Tue, 03 Jan 2023 22:36:03 +0200</pubDate>
<pubDate>Tue, 03 Jan 2023 22:36:03 +0300</pubDate>
<guid>https://vodoraslo.xyz/articles/blog/multiple-index-pages-in-hugo/</guid>
<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;/h2&gt;
@ -3338,7 +3338,7 @@ enableGitInfo = true&lt;/code&gt;&lt;/pre&gt;
<item>
<title>Yoinked some Css and updated the site</title>
<link>https://vodoraslo.xyz/articles/updates/yoinked-css/</link>
<pubDate>Tue, 27 Dec 2022 14:24:24 +0200</pubDate>
<pubDate>Tue, 27 Dec 2022 14:24:24 +0300</pubDate>
<guid>https://vodoraslo.xyz/articles/updates/yoinked-css/</guid>
<description>&lt;p&gt;yoinked lukes css and updated the site, its basically his colors for the headers and my cyan anchor links.. very pretty much wow&lt;/p&gt;
@ -3348,7 +3348,7 @@ enableGitInfo = true&lt;/code&gt;&lt;/pre&gt;
<item>
<title>Fin</title>
<link>https://vodoraslo.xyz/library/hackbook/fin/</link>
<pubDate>Sat, 24 Dec 2022 12:23:54 +0200</pubDate>
<pubDate>Sat, 24 Dec 2022 12:23:54 +0300</pubDate>
<guid>https://vodoraslo.xyz/library/hackbook/fin/</guid>
<description>&lt;div style=&#34;text-align: center;&#34;&gt;
@ -3366,7 +3366,7 @@ enableGitInfo = true&lt;/code&gt;&lt;/pre&gt;
<item>
<title>05-01 Scripts-05</title>
<link>https://vodoraslo.xyz/library/hackbook/05-01-scripts-05/</link>
<pubDate>Sat, 24 Dec 2022 12:22:57 +0200</pubDate>
<pubDate>Sat, 24 Dec 2022 12:22:57 +0300</pubDate>
<guid>https://vodoraslo.xyz/library/hackbook/05-01-scripts-05/</guid>
<description>&lt;h2 id=&#34;scripts-05&#34;&gt;Scripts-05&lt;/h2&gt;
@ -3383,7 +3383,7 @@ enableGitInfo = true&lt;/code&gt;&lt;/pre&gt;
<item>
<title>05-01 Scripts-04</title>
<link>https://vodoraslo.xyz/library/hackbook/05-01-scripts-04/</link>
<pubDate>Sat, 24 Dec 2022 12:21:45 +0200</pubDate>
<pubDate>Sat, 24 Dec 2022 12:21:45 +0300</pubDate>
<guid>https://vodoraslo.xyz/library/hackbook/05-01-scripts-04/</guid>
<description>&lt;h2 id=&#34;scripts-04&#34;&gt;Scripts-04&lt;/h2&gt;
@ -3404,7 +3404,7 @@ enableGitInfo = true&lt;/code&gt;&lt;/pre&gt;
<item>
<title>05-01 Scripts-03</title>
<link>https://vodoraslo.xyz/library/hackbook/05-01-scripts-03/</link>
<pubDate>Sat, 24 Dec 2022 12:20:17 +0200</pubDate>
<pubDate>Sat, 24 Dec 2022 12:20:17 +0300</pubDate>
<guid>https://vodoraslo.xyz/library/hackbook/05-01-scripts-03/</guid>
<description>&lt;h2 id=&#34;scripts-03&#34;&gt;Scripts-03&lt;/h2&gt;
@ -3426,7 +3426,7 @@ enableGitInfo = true&lt;/code&gt;&lt;/pre&gt;
<item>
<title>05-01 Scripts-02</title>
<link>https://vodoraslo.xyz/library/hackbook/05-01-scripts-02/</link>
<pubDate>Sat, 24 Dec 2022 12:18:50 +0200</pubDate>
<pubDate>Sat, 24 Dec 2022 12:18:50 +0300</pubDate>
<guid>https://vodoraslo.xyz/library/hackbook/05-01-scripts-02/</guid>
<description>&lt;h2 id=&#34;scripts-02&#34;&gt;Scripts-02&lt;/h2&gt;
@ -3449,7 +3449,7 @@ enableGitInfo = true&lt;/code&gt;&lt;/pre&gt;
<item>
<title>05-01 Scripts-01</title>
<link>https://vodoraslo.xyz/library/hackbook/05-01-scripts-01/</link>
<pubDate>Sat, 24 Dec 2022 12:17:25 +0200</pubDate>
<pubDate>Sat, 24 Dec 2022 12:17:25 +0300</pubDate>
<guid>https://vodoraslo.xyz/library/hackbook/05-01-scripts-01/</guid>
<description>&lt;h2 id=&#34;scripts-01&#34;&gt;Scripts-01&lt;/h2&gt;
@ -3473,7 +3473,7 @@ enableGitInfo = true&lt;/code&gt;&lt;/pre&gt;
<item>
<title>04-02 REBT Coping Statements</title>
<link>https://vodoraslo.xyz/library/hackbook/04-02-rebt-coping-statements/</link>
<pubDate>Sat, 24 Dec 2022 12:14:53 +0200</pubDate>
<pubDate>Sat, 24 Dec 2022 12:14:53 +0300</pubDate>
<guid>https://vodoraslo.xyz/library/hackbook/04-02-rebt-coping-statements/</guid>
<description>&lt;h2 id=&#34;rebt-coping-statements&#34;&gt;REBT Coping Statements&lt;/h2&gt;
@ -3504,7 +3504,7 @@ enableGitInfo = true&lt;/code&gt;&lt;/pre&gt;
<item>
<title>04-01 The Instructions</title>
<link>https://vodoraslo.xyz/library/hackbook/04-01-the-instructions/</link>
<pubDate>Sat, 24 Dec 2022 12:13:26 +0200</pubDate>
<pubDate>Sat, 24 Dec 2022 12:13:26 +0300</pubDate>
<guid>https://vodoraslo.xyz/library/hackbook/04-01-the-instructions/</guid>
<description>&lt;h2 id=&#34;the-instructions&#34;&gt;The Instructions&lt;/h2&gt;
@ -3548,7 +3548,7 @@ strains of life.&lt;/li&gt;
<item>
<title>03-45 Should I Tell My SO</title>
<link>https://vodoraslo.xyz/library/hackbook/03-45-should-i-tell-my-so/</link>
<pubDate>Sat, 24 Dec 2022 11:36:58 +0200</pubDate>
<pubDate>Sat, 24 Dec 2022 11:36:58 +0300</pubDate>
<guid>https://vodoraslo.xyz/library/hackbook/03-45-should-i-tell-my-so/</guid>
<description>&lt;h2 id=&#34;should-i-tell-my-so&#34;&gt;Should I Tell My SO&lt;/h2&gt;
@ -3568,7 +3568,7 @@ strains of life.&lt;/li&gt;
<item>
<title>03-44 Advice to Non-PMOers</title>
<link>https://vodoraslo.xyz/library/hackbook/03-44-advice-to-non-pmoers/</link>
<pubDate>Sat, 24 Dec 2022 11:31:13 +0200</pubDate>
<pubDate>Sat, 24 Dec 2022 11:31:13 +0300</pubDate>
<guid>https://vodoraslo.xyz/library/hackbook/03-44-advice-to-non-pmoers/</guid>
<description>&lt;h2 id=&#34;advice-to-non-pmoers&#34;&gt;Advice to Non-PMOers&lt;/h2&gt;
@ -3614,7 +3614,7 @@ strains of life.&lt;/li&gt;
<item>
<title>03-43 Help the PMOer Left on the Sinking Ship</title>
<link>https://vodoraslo.xyz/library/hackbook/03-43-help-the-pmoer-left-on-the-sinking-ship/</link>
<pubDate>Sat, 24 Dec 2022 11:28:29 +0200</pubDate>
<pubDate>Sat, 24 Dec 2022 11:28:29 +0300</pubDate>
<guid>https://vodoraslo.xyz/library/hackbook/03-43-help-the-pmoer-left-on-the-sinking-ship/</guid>
<description>&lt;h2 id=&#34;help-the-pmoer-left-on-the-sinking-ship&#34;&gt;Help the PMOer Left on the Sinking Ship&lt;/h2&gt;
@ -3639,7 +3639,7 @@ strains of life.&lt;/li&gt;
<item>
<title>03-42 Feedback</title>
<link>https://vodoraslo.xyz/library/hackbook/03-42-feedback/</link>
<pubDate>Sat, 24 Dec 2022 09:21:34 +0200</pubDate>
<pubDate>Sat, 24 Dec 2022 09:21:34 +0300</pubDate>
<guid>https://vodoraslo.xyz/library/hackbook/03-42-feedback/</guid>
<description>&lt;h2 id=&#34;feedback&#34;&gt;Feedback&lt;/h2&gt;
@ -3733,7 +3733,7 @@ strains of life.&lt;/li&gt;
<item>
<title>03-41 A Final Warning</title>
<link>https://vodoraslo.xyz/library/hackbook/03-41-a-final-warning/</link>
<pubDate>Sat, 24 Dec 2022 09:20:54 +0200</pubDate>
<pubDate>Sat, 24 Dec 2022 09:20:54 +0300</pubDate>
<guid>https://vodoraslo.xyz/library/hackbook/03-41-a-final-warning/</guid>
<description>&lt;h2 id=&#34;a-final-warning&#34;&gt;A Final Warning&lt;/h2&gt;
@ -3751,7 +3751,7 @@ strains of life.&lt;/li&gt;
<item>
<title>03-40 The Final Visit</title>
<link>https://vodoraslo.xyz/library/hackbook/03-40-the-final-visit/</link>
<pubDate>Sat, 24 Dec 2022 09:15:27 +0200</pubDate>
<pubDate>Sat, 24 Dec 2022 09:15:27 +0300</pubDate>
<guid>https://vodoraslo.xyz/library/hackbook/03-40-the-final-visit/</guid>
<description>&lt;h2 id=&#34;the-final-visit&#34;&gt;The Final Visit&lt;/h2&gt;
@ -3808,7 +3808,7 @@ sites in my life again.”&lt;sup id=&#34;fnref:1&#34;&gt;&lt;a href=&#34;#fn:1&
<item>
<title>03-39 The Moment of Revelation</title>
<link>https://vodoraslo.xyz/library/hackbook/03-39-the-moment-of-revelation/</link>
<pubDate>Sat, 24 Dec 2022 09:13:13 +0200</pubDate>
<pubDate>Sat, 24 Dec 2022 09:13:13 +0300</pubDate>
<guid>https://vodoraslo.xyz/library/hackbook/03-39-the-moment-of-revelation/</guid>
<description>&lt;h2 id=&#34;the-moment-of-revelation&#34;&gt;The Moment of Revelation&lt;/h2&gt;
@ -3834,7 +3834,7 @@ sites in my life again.”&lt;sup id=&#34;fnref:1&#34;&gt;&lt;a href=&#34;#fn:1&
<item>
<title>03-38 Should I Avoid Temptation Situations?</title>
<link>https://vodoraslo.xyz/library/hackbook/03-38-should-i-avoid-temptation-situations/</link>
<pubDate>Sat, 24 Dec 2022 09:10:40 +0200</pubDate>
<pubDate>Sat, 24 Dec 2022 09:10:40 +0300</pubDate>
<guid>https://vodoraslo.xyz/library/hackbook/03-38-should-i-avoid-temptation-situations/</guid>
<description>&lt;h2 id=&#34;should-i-avoid-temptation-situations&#34;&gt;Should I Avoid Temptation Situations?&lt;/h2&gt;
@ -3870,7 +3870,7 @@ will be helpful suggestions, I repeat that it is fear that keeps us to PMO all o
<item>
<title>03-37 Substitutes</title>
<link>https://vodoraslo.xyz/library/hackbook/03-37-substitutes/</link>
<pubDate>Sat, 24 Dec 2022 08:46:33 +0200</pubDate>
<pubDate>Sat, 24 Dec 2022 08:46:33 +0300</pubDate>
<guid>https://vodoraslo.xyz/library/hackbook/03-37-substitutes/</guid>
<description>&lt;h2 id=&#34;substitutes&#34;&gt;Substitutes&lt;/h2&gt;
@ -3913,7 +3913,7 @@ when you were a PMOer. Just think, how can you possibly cure an addict of addict
<item>
<title>03-36 The Main Reasons for Failure</title>
<link>https://vodoraslo.xyz/library/hackbook/03-36-the-main-reasons-for-failure/</link>
<pubDate>Sat, 24 Dec 2022 00:23:39 +0200</pubDate>
<pubDate>Sat, 24 Dec 2022 00:23:39 +0300</pubDate>
<guid>https://vodoraslo.xyz/library/hackbook/03-36-the-main-reasons-for-failure/</guid>
<description>&lt;h2 id=&#34;the-main-reasons-for-failure&#34;&gt;The Main Reasons for Failure&lt;/h2&gt;
@ -3935,7 +3935,7 @@ when you were a PMOer. Just think, how can you possibly cure an addict of addict
<item>
<title>03-35 Will It Be Harder for Me?</title>
<link>https://vodoraslo.xyz/library/hackbook/03-35-will-it-be-harder-for-me/</link>
<pubDate>Sat, 24 Dec 2022 00:22:12 +0200</pubDate>
<pubDate>Sat, 24 Dec 2022 00:22:12 +0300</pubDate>
<guid>https://vodoraslo.xyz/library/hackbook/03-35-will-it-be-harder-for-me/</guid>
<description>&lt;h2 id=&#34;will-it-be-harder-for-me&#34;&gt;Will It Be Harder for Me?&lt;/h2&gt;
@ -3960,7 +3960,7 @@ when you were a PMOer. Just think, how can you possibly cure an addict of addict
<item>
<title>03-34 Just One Peek</title>
<link>https://vodoraslo.xyz/library/hackbook/03-34-just-one-peek/</link>
<pubDate>Sat, 24 Dec 2022 00:20:57 +0200</pubDate>
<pubDate>Sat, 24 Dec 2022 00:20:57 +0300</pubDate>
<guid>https://vodoraslo.xyz/library/hackbook/03-34-just-one-peek/</guid>
<description>&lt;h2 id=&#34;just-one-peek&#34;&gt;Just One Peek&lt;/h2&gt;
@ -3986,7 +3986,7 @@ when you were a PMOer. Just think, how can you possibly cure an addict of addict
<item>
<title>03-33 The Withdrawal Period</title>
<link>https://vodoraslo.xyz/library/hackbook/03-33-the-withdrawal-period/</link>
<pubDate>Sat, 24 Dec 2022 00:16:57 +0200</pubDate>
<pubDate>Sat, 24 Dec 2022 00:16:57 +0300</pubDate>
<guid>https://vodoraslo.xyz/library/hackbook/03-33-the-withdrawal-period/</guid>
<description>&lt;h2 id=&#34;the-withdrawal-period&#34;&gt;The Withdrawal Period&lt;/h2&gt;
@ -4027,7 +4027,7 @@ when you were a PMOer. Just think, how can you possibly cure an addict of addict
<item>
<title>03-32 The Easy Way to Stop</title>
<link>https://vodoraslo.xyz/library/hackbook/03-32-the-easy-way-to-stop/</link>
<pubDate>Sat, 24 Dec 2022 00:07:43 +0200</pubDate>
<pubDate>Sat, 24 Dec 2022 00:07:43 +0300</pubDate>
<guid>https://vodoraslo.xyz/library/hackbook/03-32-the-easy-way-to-stop/</guid>
<description>&lt;h2 id=&#34;the-easy-way-to-stop&#34;&gt;The Easy Way to Stop&lt;/h2&gt;
@ -4085,7 +4085,7 @@ when you were a PMOer. Just think, how can you possibly cure an addict of addict
<item>
<title>03-31 Avoid False Incentives</title>
<link>https://vodoraslo.xyz/library/hackbook/03-31-avoid-false-incentives/</link>
<pubDate>Sat, 24 Dec 2022 00:05:14 +0200</pubDate>
<pubDate>Sat, 24 Dec 2022 00:05:14 +0300</pubDate>
<guid>https://vodoraslo.xyz/library/hackbook/03-31-avoid-false-incentives/</guid>
<description>&lt;h2 id=&#34;avoid-false-incentives&#34;&gt;Avoid False Incentives&lt;/h2&gt;
@ -4114,7 +4114,7 @@ when you were a PMOer. Just think, how can you possibly cure an addict of addict
<item>
<title>03-30 Can I Compartmentalize?</title>
<link>https://vodoraslo.xyz/library/hackbook/03-30-can-i-compartmentalize/</link>
<pubDate>Sat, 24 Dec 2022 00:03:34 +0200</pubDate>
<pubDate>Sat, 24 Dec 2022 00:03:34 +0300</pubDate>
<guid>https://vodoraslo.xyz/library/hackbook/03-30-can-i-compartmentalize/</guid>
<description>&lt;h2 id=&#34;can-i-compartmentalize&#34;&gt;Can I Compartmentalize?&lt;/h2&gt;
@ -4140,7 +4140,7 @@ when you were a PMOer. Just think, how can you possibly cure an addict of addict
<item>
<title>03-29 Will I Miss the Fun?</title>
<link>https://vodoraslo.xyz/library/hackbook/03-29-will-i-miss-the-fun/</link>
<pubDate>Sat, 24 Dec 2022 00:01:03 +0200</pubDate>
<pubDate>Sat, 24 Dec 2022 00:01:03 +0300</pubDate>
<guid>https://vodoraslo.xyz/library/hackbook/03-29-will-i-miss-the-fun/</guid>
<description>&lt;h2 id=&#34;will-i-miss-the-fun&#34;&gt;Will I Miss the Fun?&lt;/h2&gt;
@ -4176,7 +4176,7 @@ Get out of the habit of envying PMOers and start seeing them as the miserable, p
<item>
<title>03-28 Timing</title>
<link>https://vodoraslo.xyz/library/hackbook/03-28-timing/</link>
<pubDate>Fri, 23 Dec 2022 23:55:57 +0200</pubDate>
<pubDate>Fri, 23 Dec 2022 23:55:57 +0300</pubDate>
<guid>https://vodoraslo.xyz/library/hackbook/03-28-timing/</guid>
<description>&lt;h2 id=&#34;timing&#34;&gt;Timing&lt;/h2&gt;
@ -4220,7 +4220,7 @@ Get out of the habit of envying PMOers and start seeing them as the miserable, p
<item>
<title>03-27 A Social Habit?</title>
<link>https://vodoraslo.xyz/library/hackbook/03-27-a-social-habit/</link>
<pubDate>Fri, 23 Dec 2022 23:54:03 +0200</pubDate>
<pubDate>Fri, 23 Dec 2022 23:54:03 +0300</pubDate>
<guid>https://vodoraslo.xyz/library/hackbook/03-27-a-social-habit/</guid>
<description>&lt;h2 id=&#34;a-social-habit&#34;&gt;A Social Habit?&lt;/h2&gt;
@ -4246,7 +4246,7 @@ Get out of the habit of envying PMOers and start seeing them as the miserable, p
<item>
<title>03-26 The YouTube PMOer</title>
<link>https://vodoraslo.xyz/library/hackbook/03-26-the-youtube-pmoer/</link>
<pubDate>Fri, 23 Dec 2022 23:51:35 +0200</pubDate>
<pubDate>Fri, 23 Dec 2022 23:51:35 +0300</pubDate>
<guid>https://vodoraslo.xyz/library/hackbook/03-26-the-youtube-pmoer/</guid>
<description>&lt;h2 id=&#34;the-youtube-pmoer&#34;&gt;The YouTube PMOer&lt;/h2&gt;
@ -4274,7 +4274,7 @@ Get out of the habit of envying PMOers and start seeing them as the miserable, p
<item>
<title>03-25 Casual PMOers, Teenagers, Non PMOers</title>
<link>https://vodoraslo.xyz/library/hackbook/03-25-casual-pmoers-teenagers-non-pmoers/</link>
<pubDate>Fri, 23 Dec 2022 23:40:22 +0200</pubDate>
<pubDate>Fri, 23 Dec 2022 23:40:22 +0300</pubDate>
<guid>https://vodoraslo.xyz/library/hackbook/03-25-casual-pmoers-teenagers-non-pmoers/</guid>
<description>&lt;h2 id=&#34;casual-pmoers-teenagers-non-pmoers&#34;&gt;Casual PMOers, Teenagers, Non PMOers&lt;/h2&gt;
@ -4360,7 +4360,7 @@ Get out of the habit of envying PMOers and start seeing them as the miserable, p
<item>
<title>03-24 Just One Peek</title>
<link>https://vodoraslo.xyz/library/hackbook/03-24-just-one-peek/</link>
<pubDate>Fri, 23 Dec 2022 23:35:22 +0200</pubDate>
<pubDate>Fri, 23 Dec 2022 23:35:22 +0300</pubDate>
<guid>https://vodoraslo.xyz/library/hackbook/03-24-just-one-peek/</guid>
<description>&lt;h2 id=&#34;just-one-peek&#34;&gt;Just One Peek&lt;/h2&gt;
@ -4405,7 +4405,7 @@ Get out of the habit of envying PMOers and start seeing them as the miserable, p
<item>
<title>03-23 Beware of Cutting Down</title>
<link>https://vodoraslo.xyz/library/hackbook/03-23-beware-of-cutting-down/</link>
<pubDate>Fri, 23 Dec 2022 23:28:58 +0200</pubDate>
<pubDate>Fri, 23 Dec 2022 23:28:58 +0300</pubDate>
<guid>https://vodoraslo.xyz/library/hackbook/03-23-beware-of-cutting-down/</guid>
<description>&lt;h2 id=&#34;beware-of-cutting-down&#34;&gt;Beware of Cutting Down&lt;/h2&gt;
@ -4469,7 +4469,7 @@ Get out of the habit of envying PMOers and start seeing them as the miserable, p
<item>
<title>03-22 The Willpower Method of Stopping</title>
<link>https://vodoraslo.xyz/library/hackbook/03-22-the-willpower-method-of-stopping/</link>
<pubDate>Fri, 23 Dec 2022 23:20:42 +0200</pubDate>
<pubDate>Fri, 23 Dec 2022 23:20:42 +0300</pubDate>
<guid>https://vodoraslo.xyz/library/hackbook/03-22-the-willpower-method-of-stopping/</guid>
<description>&lt;h2 id=&#34;the-willpower-method-of-stopping&#34;&gt;The Willpower Method of Stopping&lt;/h2&gt;
@ -4539,7 +4539,7 @@ Get out of the habit of envying PMOers and start seeing them as the miserable, p
<item>
<title>03-21-The Advantages of Being a PMOer</title>
<link>https://vodoraslo.xyz/library/hackbook/03-21-the-advantages-of-being-a-pmoer/</link>
<pubDate>Fri, 23 Dec 2022 23:20:40 +0200</pubDate>
<pubDate>Fri, 23 Dec 2022 23:20:40 +0300</pubDate>
<guid>https://vodoraslo.xyz/library/hackbook/03-21-the-advantages-of-being-a-pmoer/</guid>
<description>&lt;h2 id=&#34;the-advantages-of-being-a-pmoer&#34;&gt;The Advantages of Being a PMOer&lt;/h2&gt;
@ -4554,7 +4554,7 @@ Get out of the habit of envying PMOers and start seeing them as the miserable, p
<item>
<title>03-20 Those Sinister Black Shadows</title>
<link>https://vodoraslo.xyz/library/hackbook/03-20-those-sinister-black-shadows/</link>
<pubDate>Fri, 23 Dec 2022 23:18:55 +0200</pubDate>
<pubDate>Fri, 23 Dec 2022 23:18:55 +0300</pubDate>
<guid>https://vodoraslo.xyz/library/hackbook/03-20-those-sinister-black-shadows/</guid>
<description>&lt;h2 id=&#34;those-sinister-black-shadows&#34;&gt;Those Sinister Black Shadows&lt;/h2&gt;
@ -4573,7 +4573,7 @@ Get out of the habit of envying PMOers and start seeing them as the miserable, p
<item>
<title>03-19 It Relaxes Me and Gives Me Confidence</title>
<link>https://vodoraslo.xyz/library/hackbook/03-19-it-relaxes-me-and-gives-me-confidence/</link>
<pubDate>Fri, 23 Dec 2022 23:16:17 +0200</pubDate>
<pubDate>Fri, 23 Dec 2022 23:16:17 +0300</pubDate>
<guid>https://vodoraslo.xyz/library/hackbook/03-19-it-relaxes-me-and-gives-me-confidence/</guid>
<description>&lt;h2 id=&#34;it-relaxes-me-and-gives-me-confidence&#34;&gt;It Relaxes Me and Gives Me Confidence&lt;/h2&gt;
@ -4601,7 +4601,7 @@ Get out of the habit of envying PMOers and start seeing them as the miserable, p
<item>
<title>03-18 Energy</title>
<link>https://vodoraslo.xyz/library/hackbook/03-18-energy/</link>
<pubDate>Fri, 23 Dec 2022 23:12:56 +0200</pubDate>
<pubDate>Fri, 23 Dec 2022 23:12:56 +0300</pubDate>
<guid>https://vodoraslo.xyz/library/hackbook/03-18-energy/</guid>
<description>&lt;h2 id=&#34;energy&#34;&gt;Energy&lt;/h2&gt;
@ -4625,7 +4625,7 @@ Get out of the habit of envying PMOers and start seeing them as the miserable, p
<item>
<title>03-17 Health</title>
<link>https://vodoraslo.xyz/library/hackbook/03-17-health/</link>
<pubDate>Fri, 23 Dec 2022 12:12:31 +0200</pubDate>
<pubDate>Fri, 23 Dec 2022 12:12:31 +0300</pubDate>
<guid>https://vodoraslo.xyz/library/hackbook/03-17-health/</guid>
<description>&lt;h2 id=&#34;health&#34;&gt;Health&lt;/h2&gt;
@ -4742,7 +4742,7 @@ Get out of the habit of envying PMOers and start seeing them as the miserable, p
<item>
<title>03-16 I Will Save X Hours a Week</title>
<link>https://vodoraslo.xyz/library/hackbook/03-16-i-will-save-x-hours-a-week/</link>
<pubDate>Fri, 23 Dec 2022 12:08:55 +0200</pubDate>
<pubDate>Fri, 23 Dec 2022 12:08:55 +0300</pubDate>
<guid>https://vodoraslo.xyz/library/hackbook/03-16-i-will-save-x-hours-a-week/</guid>
<description>&lt;h2 id=&#34;i-will-save-x-hours-a-week&#34;&gt;I Will Save X Hours a Week&lt;/h2&gt;
@ -4785,7 +4785,7 @@ pleasure.”&lt;/em&gt;&lt;/p&gt;
<item>
<title>03-15 Self-Imposed Slavery</title>
<link>https://vodoraslo.xyz/library/hackbook/03-15-self-imposed-slavery/</link>
<pubDate>Fri, 23 Dec 2022 12:06:39 +0200</pubDate>
<pubDate>Fri, 23 Dec 2022 12:06:39 +0300</pubDate>
<guid>https://vodoraslo.xyz/library/hackbook/03-15-self-imposed-slavery/</guid>
<description>&lt;h2 id=&#34;self-imposed-slavery&#34;&gt;Self-Imposed Slavery&lt;/h2&gt;
@ -4805,7 +4805,7 @@ pleasure.”&lt;/em&gt;&lt;/p&gt;
<item>
<title>03-14 What Am I Giving Up?</title>
<link>https://vodoraslo.xyz/library/hackbook/03-14-what-am-i-giving-up/</link>
<pubDate>Fri, 23 Dec 2022 11:49:35 +0200</pubDate>
<pubDate>Fri, 23 Dec 2022 11:49:35 +0300</pubDate>
<guid>https://vodoraslo.xyz/library/hackbook/03-14-what-am-i-giving-up/</guid>
<description>&lt;h2 id=&#34;what-am-i-giving-up&#34;&gt;What Am I Giving Up?&lt;/h2&gt;
@ -4852,7 +4852,7 @@ pleasure.”&lt;/em&gt;&lt;/p&gt;
<item>
<title>03-13 Social Night PMOing</title>
<link>https://vodoraslo.xyz/library/hackbook/03-13-social-night-pmoing/</link>
<pubDate>Fri, 23 Dec 2022 11:47:03 +0200</pubDate>
<pubDate>Fri, 23 Dec 2022 11:47:03 +0300</pubDate>
<guid>https://vodoraslo.xyz/library/hackbook/03-13-social-night-pmoing/</guid>
<description>&lt;h2 id=&#34;social-night-pmoing&#34;&gt;Social Night PMOing&lt;/h2&gt;
@ -4877,7 +4877,7 @@ pleasure.”&lt;/em&gt;&lt;/p&gt;
<item>
<title>03-12 Relaxation</title>
<link>https://vodoraslo.xyz/library/hackbook/03-12-relaxation/</link>
<pubDate>Fri, 23 Dec 2022 11:44:10 +0200</pubDate>
<pubDate>Fri, 23 Dec 2022 11:44:10 +0300</pubDate>
<guid>https://vodoraslo.xyz/library/hackbook/03-12-relaxation/</guid>
<description>&lt;h2 id=&#34;relaxation&#34;&gt;Relaxation&lt;/h2&gt;
@ -4904,7 +4904,7 @@ pleasure.”&lt;/em&gt;&lt;/p&gt;
<item>
<title>03-11 Concentration</title>
<link>https://vodoraslo.xyz/library/hackbook/03-11-concentration/</link>
<pubDate>Fri, 23 Dec 2022 11:42:13 +0200</pubDate>
<pubDate>Fri, 23 Dec 2022 11:42:13 +0300</pubDate>
<guid>https://vodoraslo.xyz/library/hackbook/03-11-concentration/</guid>
<description>&lt;h2 id=&#34;concentration&#34;&gt;Concentration&lt;/h2&gt;
@ -4926,7 +4926,7 @@ pleasure.”&lt;/em&gt;&lt;/p&gt;
<item>
<title>03-10 Boredom</title>
<link>https://vodoraslo.xyz/library/hackbook/03-10-boredom/</link>
<pubDate>Fri, 23 Dec 2022 11:40:46 +0200</pubDate>
<pubDate>Fri, 23 Dec 2022 11:40:46 +0300</pubDate>
<guid>https://vodoraslo.xyz/library/hackbook/03-10-boredom/</guid>
<description>&lt;h2 id=&#34;boredom&#34;&gt;Boredom&lt;/h2&gt;
@ -4945,7 +4945,7 @@ pleasure.”&lt;/em&gt;&lt;/p&gt;
<item>
<title>03-09 Stress</title>
<link>https://vodoraslo.xyz/library/hackbook/03-09-stress/</link>
<pubDate>Fri, 23 Dec 2022 11:38:59 +0200</pubDate>
<pubDate>Fri, 23 Dec 2022 11:38:59 +0300</pubDate>
<guid>https://vodoraslo.xyz/library/hackbook/03-09-stress/</guid>
<description>&lt;h2 id=&#34;stress&#34;&gt;Stress&lt;/h2&gt;
@ -4967,7 +4967,7 @@ pleasure.”&lt;/em&gt;&lt;/p&gt;
<item>
<title>03-08 Relieving Withdrawal Pangs</title>
<link>https://vodoraslo.xyz/library/hackbook/03-08-relieving-withdrawal-pangs/</link>
<pubDate>Fri, 23 Dec 2022 11:36:16 +0200</pubDate>
<pubDate>Fri, 23 Dec 2022 11:36:16 +0300</pubDate>
<guid>https://vodoraslo.xyz/library/hackbook/03-08-relieving-withdrawal-pangs/</guid>
<description>&lt;h2 id=&#34;relieving-withdrawal-pangs&#34;&gt;Relieving Withdrawal Pangs&lt;/h2&gt;
@ -5003,7 +5003,7 @@ pleasure.”&lt;/em&gt;&lt;/p&gt;
<item>
<title>03-07 Brainwashing and the Primitive Mechanism</title>
<link>https://vodoraslo.xyz/library/hackbook/03-07-brainwashing-and-the-primitive-mechanism/</link>
<pubDate>Fri, 23 Dec 2022 08:39:02 +0200</pubDate>
<pubDate>Fri, 23 Dec 2022 08:39:02 +0300</pubDate>
<guid>https://vodoraslo.xyz/library/hackbook/03-07-brainwashing-and-the-primitive-mechanism/</guid>
<description>&lt;h2 id=&#34;brainwashing-and-the-primitive-mechanism&#34;&gt;Brainwashing and the Primitive Mechanism&lt;/h2&gt;
@ -5089,7 +5089,7 @@ pleasure.”&lt;/em&gt;&lt;/p&gt;
<item>
<title>03-06 Internet Porn</title>
<link>https://vodoraslo.xyz/library/hackbook/03-06-internet-porn/</link>
<pubDate>Tue, 20 Dec 2022 20:44:00 +0200</pubDate>
<pubDate>Tue, 20 Dec 2022 20:44:00 +0300</pubDate>
<guid>https://vodoraslo.xyz/library/hackbook/03-06-internet-porn/</guid>
<description>&lt;h2 id=&#34;internet-porn&#34;&gt;Internet Porn&lt;/h2&gt;
@ -5198,7 +5198,7 @@ became addicted. However, the satisfaction is only temporary because in order to
<item>
<title>03-05 Why Do We Carry on With PMO</title>
<link>https://vodoraslo.xyz/library/hackbook/03-05-why-do-we-carry-on-with-pmo/</link>
<pubDate>Tue, 20 Dec 2022 20:42:16 +0200</pubDate>
<pubDate>Tue, 20 Dec 2022 20:42:16 +0300</pubDate>
<guid>https://vodoraslo.xyz/library/hackbook/03-05-why-do-we-carry-on-with-pmo/</guid>
<description>&lt;h2 id=&#34;why-do-we-carry-on-with-pmo&#34;&gt;Why Do We Carry on With PMO&lt;/h2&gt;
@ -5221,7 +5221,7 @@ became addicted. However, the satisfaction is only temporary because in order to
<item>
<title>03-04 The Sinister Trap</title>
<link>https://vodoraslo.xyz/library/hackbook/03-04-the-sinister-trap/</link>
<pubDate>Tue, 20 Dec 2022 20:38:28 +0200</pubDate>
<pubDate>Tue, 20 Dec 2022 20:38:28 +0300</pubDate>
<guid>https://vodoraslo.xyz/library/hackbook/03-04-the-sinister-trap/</guid>
<description>&lt;h2 id=&#34;the-sinister-trap&#34;&gt;The Sinister Trap&lt;/h2&gt;
@ -5245,7 +5245,7 @@ became addicted. However, the satisfaction is only temporary because in order to
<item>
<title>03-03 Why Is It Difficult to Stop?</title>
<link>https://vodoraslo.xyz/library/hackbook/03-03-why-is-it-difficult-to-stop/</link>
<pubDate>Tue, 20 Dec 2022 20:31:45 +0200</pubDate>
<pubDate>Tue, 20 Dec 2022 20:31:45 +0300</pubDate>
<guid>https://vodoraslo.xyz/library/hackbook/03-03-why-is-it-difficult-to-stop/</guid>
<description>&lt;h2 id=&#34;why-is-it-difficult-to-stop&#34;&gt;Why Is It Difficult to Stop?&lt;/h2&gt;
@ -5305,7 +5305,7 @@ man and woman from performance based anxieties.&amp;#160;&lt;a href=&#34;#fnref:
<item>
<title>03-02 The Easy Method</title>
<link>https://vodoraslo.xyz/library/hackbook/03-02-the-easy-method/</link>
<pubDate>Tue, 20 Dec 2022 20:26:34 +0200</pubDate>
<pubDate>Tue, 20 Dec 2022 20:26:34 +0300</pubDate>
<guid>https://vodoraslo.xyz/library/hackbook/03-02-the-easy-method/</guid>
<description>&lt;h2 id=&#34;the-easy-method&#34;&gt;The Easy Method&lt;/h2&gt;
@ -5348,7 +5348,7 @@ man and woman from performance based anxieties.&amp;#160;&lt;a href=&#34;#fnref:
<item>
<title>03-01 The Worst PMO Addict I Have Yet to Meet</title>
<link>https://vodoraslo.xyz/library/hackbook/03-01-the-worst-pmo-addict-i-have-yet-to-meet/</link>
<pubDate>Tue, 20 Dec 2022 17:10:39 +0200</pubDate>
<pubDate>Tue, 20 Dec 2022 17:10:39 +0300</pubDate>
<guid>https://vodoraslo.xyz/library/hackbook/03-01-the-worst-pmo-addict-i-have-yet-to-meet/</guid>
<description>&lt;h2 id=&#34;the-worst-pmo-addict-i-have-yet-to-meet&#34;&gt;The Worst PMO Addict I Have Yet to Meet&lt;/h2&gt;
@ -5392,7 +5392,7 @@ Do not take anything for granted. Question not only what I tell you but also you
<item>
<title>02-02 Sister Kenny</title>
<link>https://vodoraslo.xyz/library/hackbook/02-02-sister-kenny/</link>
<pubDate>Tue, 20 Dec 2022 16:58:54 +0200</pubDate>
<pubDate>Tue, 20 Dec 2022 16:58:54 +0300</pubDate>
<guid>https://vodoraslo.xyz/library/hackbook/02-02-sister-kenny/</guid>
<description>&lt;h2 id=&#34;sister-kenny&#34;&gt;Sister Kenny&lt;/h2&gt;
@ -5435,7 +5435,7 @@ Do not take anything for granted. Question not only what I tell you but also you
<item>
<title>02-01 Introduction</title>
<link>https://vodoraslo.xyz/library/hackbook/02-01-introduction/</link>
<pubDate>Mon, 19 Dec 2022 22:27:57 +0200</pubDate>
<pubDate>Mon, 19 Dec 2022 22:27:57 +0300</pubDate>
<guid>https://vodoraslo.xyz/library/hackbook/02-01-introduction/</guid>
<description>&lt;h2 id=&#34;introduction&#34;&gt;Introduction&lt;/h2&gt;
@ -5487,7 +5487,7 @@ the world would also see the light and adopt my method.&lt;/li&gt;
<item>
<title>01-03 Fear</title>
<link>https://vodoraslo.xyz/library/hackbook/01-03-fear/</link>
<pubDate>Mon, 19 Dec 2022 22:23:44 +0200</pubDate>
<pubDate>Mon, 19 Dec 2022 22:23:44 +0300</pubDate>
<guid>https://vodoraslo.xyz/library/hackbook/01-03-fear/</guid>
<description>&lt;h2 id=&#34;fear&#34;&gt;Fear&lt;/h2&gt;
@ -5524,7 +5524,7 @@ the world would also see the light and adopt my method.&lt;/li&gt;
<item>
<title>01-02 Warning</title>
<link>https://vodoraslo.xyz/library/hackbook/01-02-warning/</link>
<pubDate>Mon, 19 Dec 2022 22:19:35 +0200</pubDate>
<pubDate>Mon, 19 Dec 2022 22:19:35 +0300</pubDate>
<guid>https://vodoraslo.xyz/library/hackbook/01-02-warning/</guid>
<description>&lt;h2 id=&#34;warning&#34;&gt;Warning&lt;/h2&gt;
@ -5555,7 +5555,7 @@ the world would also see the light and adopt my method.&lt;/li&gt;
<item>
<title>01-01 Preface</title>
<link>https://vodoraslo.xyz/library/hackbook/01-01-preface/</link>
<pubDate>Mon, 19 Dec 2022 22:14:52 +0200</pubDate>
<pubDate>Mon, 19 Dec 2022 22:14:52 +0300</pubDate>
<guid>https://vodoraslo.xyz/library/hackbook/01-01-preface/</guid>
<description>&lt;h2 id=&#34;preface&#34;&gt;Preface&lt;/h2&gt;
@ -5598,7 +5598,7 @@ porn and or masturbation&amp;#160;&lt;a href=&#34;#fnref:2&#34; class=&#34;footn
<item>
<title>00-00 HackBook EasyPeasy</title>
<link>https://vodoraslo.xyz/library/hackbook/00-00-hackbookeasypeasy/</link>
<pubDate>Mon, 19 Dec 2022 22:01:36 +0200</pubDate>
<pubDate>Mon, 19 Dec 2022 22:01:36 +0300</pubDate>
<guid>https://vodoraslo.xyz/library/hackbook/00-00-hackbookeasypeasy/</guid>
<description>&lt;h2 id=&#34;easypeasyway&#34;&gt;EasyPeasyWay&lt;/h2&gt;
@ -5633,7 +5633,7 @@ formed does not list Internet pornography as one of the addictions that it provi
<item>
<title>Pluralization issues (Blogs instead of Blog)</title>
<link>https://vodoraslo.xyz/articles/blog/pluralization-issues/</link>
<pubDate>Sat, 17 Dec 2022 22:33:25 +0200</pubDate>
<pubDate>Sat, 17 Dec 2022 22:33:25 +0300</pubDate>
<guid>https://vodoraslo.xyz/articles/blog/pluralization-issues/</guid>
<description>&lt;h3 id=&#34;this-is-my-first-entry-and-im-already-having-issues-lol&#34;&gt;this is my first entry and i&amp;rsquo;m already having issues lol&lt;/h3&gt;
@ -5652,7 +5652,7 @@ formed does not list Internet pornography as one of the addictions that it provi
<item>
<title>Hello world / About me</title>
<link>https://vodoraslo.xyz/articles/updates/helloworld/</link>
<pubDate>Sat, 17 Dec 2022 17:20:18 +0200</pubDate>
<pubDate>Sat, 17 Dec 2022 17:20:18 +0300</pubDate>
<guid>https://vodoraslo.xyz/articles/updates/helloworld/</guid>
<description>&lt;h2 id=&#34;obligatory-hello-world&#34;&gt;Obligatory Hello World!&lt;/h2&gt;

View file

@ -1,10 +1,10 @@
<!DOCTYPE html>
<html lang="en" class="main-background-image">
<head>
<title>00-00 HackBook EasyPeasy | vodoraslo</title>
<title>00-00 HackBook EasyPeasy | vodoraslo&#39;s blog</title>
<link rel="canonical" href="https://vodoraslo.xyz/">
<link rel='alternate' type='application/rss+xml' title="vodoraslo RSS" href='/index.xml'>
<link rel='stylesheet' type='text/css' href='/style.css?v=1.0.0.11'>
<link rel='alternate' type='application/rss+xml' title="vodoraslo&#39;s blog RSS" href='/index.xml'>
<link rel='stylesheet' type='text/css' href='/style.css?v=1.0.0.12'>
<link rel="icon" href="/favicon.ico">
<meta name="description" content="EasyPeasyWay Download the original pdf of HackBookEasyPeasy or read from the original website - archive.org.
HackBookEasyPeasy EasyPeasyWay https://sites.google.com/site/hackbookeasypeasy/home
@ -26,7 +26,7 @@ I hacked Allen Carrs book and his method of de-addiction to adapt it for PMO.
</div>
<p style="color: var(--muted_text);">Last updated: <time datetime="2023-10-22T22:30:55&#43;03:00" style="color: var(--muted_text);">2023年10月22日 (日)</time> <a href="/index.xml"><img src="/rss.svg" style="max-height:1.5em; float:right;" alt="RSS Feed" title="Subscribe via RSS for updates."></a> </p>
<p style="color: var(--muted_text);">Last updated: <time datetime="2023-10-22T22:30:55&#43;03:00" style="color: var(--muted_text);">2023年10月22日 (日)</time> </p>
<div class="post-content"><h2 id="easypeasyway">EasyPeasyWay<a hidden class="anchor" aria-hidden="true" href="#easypeasyway">#</a></h2>
<p><a href="/hackbook/hackbook.pdf">Download the original pdf of HackBookEasyPeasy</a> or read from the original website - <a href="https://web.archive.org/web/20201014165025/https://sites.google.com/site/hackbookeasypeasy/">archive.org</a>.</p>
<p>HackBookEasyPeasy EasyPeasyWay <a href="https://sites.google.com/site/hackbookeasypeasy/home">https://sites.google.com/site/hackbookeasypeasy/home</a></p>
@ -73,13 +73,11 @@ formed does not list Internet pornography as one of the addictions that it provi
<footer style="padding-top: 0.5em;">
<div style="padding-bottom: 0.2em; display: inline-block;"><a href="https://vodoraslo.xyz/articles">📜 Articles</a> <strong>&bull;</strong> <a href="https://vodoraslo.xyz/library">📚 Library</a> <strong>&bull;</strong> <a href="https://wiki.vodoraslo.xyz">🌐 Wiki</a> <strong>&bull;</strong> <a href="https://vodoraslo.xyz/index.xml">📰 RSS</a><hr></div>
<div style="padding-bottom: 0.2em; display: inline-block;"><a href="https://vodoraslo.xyz/articles" title="List of all my articles and writings.">📜 Articles</a> <strong>&bull;</strong> <a href="https://vodoraslo.xyz/library" title="My personal library.">📚 Library</a> <strong>&bull;</strong> <a href="https://wiki.vodoraslo.xyz" title="My personal Wiki page.">🌐 Wiki</a> <strong>&bull;</strong> <a href="https://vodoraslo.xyz/index.xml" title="Subscribe via RSS for updates.">📰 RSS</a><hr></div>
<div style="padding-bottom: 0.7em;" class="index-links"><a href="https://vodoraslo.xyz/">🏠 Homepage</a></div>
<div style="padding-bottom: 0.7em;" class="index-links"><a href="https://vodoraslo.xyz/" title="Return to the homepage.">🏠 Homepage</a></div>
</footer>
</body>

View file

@ -1,10 +1,10 @@
<!DOCTYPE html>
<html lang="en" class="main-background-image">
<head>
<title>01-01 Preface | vodoraslo</title>
<title>01-01 Preface | vodoraslo&#39;s blog</title>
<link rel="canonical" href="https://vodoraslo.xyz/">
<link rel='alternate' type='application/rss+xml' title="vodoraslo RSS" href='/index.xml'>
<link rel='stylesheet' type='text/css' href='/style.css?v=1.0.0.11'>
<link rel='alternate' type='application/rss+xml' title="vodoraslo&#39;s blog RSS" href='/index.xml'>
<link rel='stylesheet' type='text/css' href='/style.css?v=1.0.0.12'>
<link rel="icon" href="/favicon.ico">
<meta name="description" content="Preface This hackbook will enable you to stop PMO, immediately, painlessly, and permanently, without the need for Willpower or feeling any sense of deprivation or sacrifice. It will not judge you. It will not embarrass you. It will not put pressure on you to undergo painful measures.
That goes against everything you&rsquo;ve ever been told about PMO. But ask yourself what you&rsquo;ve been told before worked for you? If it had, you wouldn&rsquo;t be reading this site."/>
@ -24,7 +24,7 @@ That goes against everything you&rsquo;ve ever been told about PMO. But ask your
</div>
<p style="color: var(--muted_text);">Last updated: <time datetime="2023-07-15T14:53:02&#43;03:00" style="color: var(--muted_text);">2023年7月15日 (土)</time> <a href="/index.xml"><img src="/rss.svg" style="max-height:1.5em; float:right;" alt="RSS Feed" title="Subscribe via RSS for updates."></a> </p>
<p style="color: var(--muted_text);">Last updated: <time datetime="2023-07-15T14:53:02&#43;03:00" style="color: var(--muted_text);">2023年7月15日 (土)</time> </p>
<div class="post-content"><h2 id="preface">Preface<a hidden class="anchor" aria-hidden="true" href="#preface">#</a></h2>
<p>This hackbook will enable you to stop PMO, immediately, painlessly, and permanently, without the need for Willpower or feeling any sense of deprivation or sacrifice. It will not judge you. It will not embarrass you. It will not put pressure on you to undergo painful measures.</p>
<p>That goes against everything you&rsquo;ve ever been told about PMO. But ask yourself what you&rsquo;ve been told before worked for you? If it had, you wouldn&rsquo;t be reading this site.</p>
@ -79,13 +79,11 @@ porn and or masturbation&#160;<a href="#fnref:2" class="footnote-backref" role="
<footer style="padding-top: 0.5em;">
<div style="padding-bottom: 0.2em; display: inline-block;"><a href="https://vodoraslo.xyz/articles">📜 Articles</a> <strong>&bull;</strong> <a href="https://vodoraslo.xyz/library">📚 Library</a> <strong>&bull;</strong> <a href="https://wiki.vodoraslo.xyz">🌐 Wiki</a> <strong>&bull;</strong> <a href="https://vodoraslo.xyz/index.xml">📰 RSS</a><hr></div>
<div style="padding-bottom: 0.2em; display: inline-block;"><a href="https://vodoraslo.xyz/articles" title="List of all my articles and writings.">📜 Articles</a> <strong>&bull;</strong> <a href="https://vodoraslo.xyz/library" title="My personal library.">📚 Library</a> <strong>&bull;</strong> <a href="https://wiki.vodoraslo.xyz" title="My personal Wiki page.">🌐 Wiki</a> <strong>&bull;</strong> <a href="https://vodoraslo.xyz/index.xml" title="Subscribe via RSS for updates.">📰 RSS</a><hr></div>
<div style="padding-bottom: 0.7em;" class="index-links"><a href="https://vodoraslo.xyz/">🏠 Homepage</a></div>
<div style="padding-bottom: 0.7em;" class="index-links"><a href="https://vodoraslo.xyz/" title="Return to the homepage.">🏠 Homepage</a></div>
</footer>
</body>

View file

@ -1,10 +1,10 @@
<!DOCTYPE html>
<html lang="en" class="main-background-image">
<head>
<title>01-02 Warning | vodoraslo</title>
<title>01-02 Warning | vodoraslo&#39;s blog</title>
<link rel="canonical" href="https://vodoraslo.xyz/">
<link rel='alternate' type='application/rss+xml' title="vodoraslo RSS" href='/index.xml'>
<link rel='stylesheet' type='text/css' href='/style.css?v=1.0.0.11'>
<link rel='alternate' type='application/rss+xml' title="vodoraslo&#39;s blog RSS" href='/index.xml'>
<link rel='stylesheet' type='text/css' href='/style.css?v=1.0.0.12'>
<link rel="icon" href="/favicon.ico">
<meta name="description" content="Warning Perhaps you are somewhat apprehensive about reading this book. Perhaps, like the majority of PMO addicts, the mere thought of stopping fills you with panic and although you have every intention of stopping one day, it is not today.
If you are expecting me to inform you of the terrible health issues that PMO addicts risk, that they are susceptible to be affected by PIED (porn induced erectile disfunction), unreliable arousals, fading penetration, loss of interest in real partners,loss of control over themselves, loss of relationships, that it is a filthy, disgusting habit and that YOU are a stupid, spineless, weak-willed jellyfish, then I must disappoint you."/>
@ -24,7 +24,7 @@ If you are expecting me to inform you of the terrible health issues that PMO add
</div>
<p style="color: var(--muted_text);">Last updated: <time datetime="2023-07-15T14:53:02&#43;03:00" style="color: var(--muted_text);">2023年7月15日 (土)</time> <a href="/index.xml"><img src="/rss.svg" style="max-height:1.5em; float:right;" alt="RSS Feed" title="Subscribe via RSS for updates."></a> </p>
<p style="color: var(--muted_text);">Last updated: <time datetime="2023-07-15T14:53:02&#43;03:00" style="color: var(--muted_text);">2023年7月15日 (土)</time> </p>
<div class="post-content"><h2 id="warning">Warning<a hidden class="anchor" aria-hidden="true" href="#warning">#</a></h2>
<p>Perhaps you are somewhat apprehensive about reading this book. Perhaps, like the majority of PMO addicts, the mere thought of stopping fills you with panic and although you have every intention of stopping one day, it is not today.</p>
<p>If you are expecting me to inform you of the terrible health issues that PMO addicts risk, that they are susceptible to be affected by PIED (porn induced erectile disfunction), unreliable arousals, fading penetration, loss of interest in real partners,loss of control over themselves, loss of relationships, that it is a filthy, disgusting habit and that <em>YOU</em> are a stupid, spineless, weak-willed jellyfish, then I must disappoint you. Those tactics never helped me to quit and if they were going to help you, you would already have quit.</p>
@ -67,13 +67,11 @@ If you are expecting me to inform you of the terrible health issues that PMO add
<footer style="padding-top: 0.5em;">
<div style="padding-bottom: 0.2em; display: inline-block;"><a href="https://vodoraslo.xyz/articles">📜 Articles</a> <strong>&bull;</strong> <a href="https://vodoraslo.xyz/library">📚 Library</a> <strong>&bull;</strong> <a href="https://wiki.vodoraslo.xyz">🌐 Wiki</a> <strong>&bull;</strong> <a href="https://vodoraslo.xyz/index.xml">📰 RSS</a><hr></div>
<div style="padding-bottom: 0.2em; display: inline-block;"><a href="https://vodoraslo.xyz/articles" title="List of all my articles and writings.">📜 Articles</a> <strong>&bull;</strong> <a href="https://vodoraslo.xyz/library" title="My personal library.">📚 Library</a> <strong>&bull;</strong> <a href="https://wiki.vodoraslo.xyz" title="My personal Wiki page.">🌐 Wiki</a> <strong>&bull;</strong> <a href="https://vodoraslo.xyz/index.xml" title="Subscribe via RSS for updates.">📰 RSS</a><hr></div>
<div style="padding-bottom: 0.7em;" class="index-links"><a href="https://vodoraslo.xyz/">🏠 Homepage</a></div>
<div style="padding-bottom: 0.7em;" class="index-links"><a href="https://vodoraslo.xyz/" title="Return to the homepage.">🏠 Homepage</a></div>
</footer>
</body>

View file

@ -1,10 +1,10 @@
<!DOCTYPE html>
<html lang="en" class="main-background-image">
<head>
<title>01-03 Fear | vodoraslo</title>
<title>01-03 Fear | vodoraslo&#39;s blog</title>
<link rel="canonical" href="https://vodoraslo.xyz/">
<link rel='alternate' type='application/rss+xml' title="vodoraslo RSS" href='/index.xml'>
<link rel='stylesheet' type='text/css' href='/style.css?v=1.0.0.11'>
<link rel='alternate' type='application/rss+xml' title="vodoraslo&#39;s blog RSS" href='/index.xml'>
<link rel='stylesheet' type='text/css' href='/style.css?v=1.0.0.12'>
<link rel="icon" href="/favicon.ico">
<meta name="description" content="Fear Fear that we will have to survive an indeterminate period of misery, deprivation and unsatisfied craving in order to be free. Fear that a night all by yourself or the eve of a test or exam will be miserable fighting uncontrollable impulses. Fear that we&rsquo;ll never be able to concentrate, handle stress or be as confident without our little crutch. Fear that our personality and character will change.
But most of all, the fear of &lsquo;once an addict always an addict,&rsquo; that we will never be completely free and spend the rest of our lives at odd times craving the occasional porn induced orgasm."/>
@ -24,7 +24,7 @@ But most of all, the fear of &lsquo;once an addict always an addict,&rsquo; that
</div>
<p style="color: var(--muted_text);">Last updated: <time datetime="2023-07-15T14:53:02&#43;03:00" style="color: var(--muted_text);">2023年7月15日 (土)</time> <a href="/index.xml"><img src="/rss.svg" style="max-height:1.5em; float:right;" alt="RSS Feed" title="Subscribe via RSS for updates."></a> </p>
<p style="color: var(--muted_text);">Last updated: <time datetime="2023-07-15T14:53:02&#43;03:00" style="color: var(--muted_text);">2023年7月15日 (土)</time> </p>
<div class="post-content"><h2 id="fear">Fear<a hidden class="anchor" aria-hidden="true" href="#fear">#</a></h2>
<p>Fear that we will have to survive an indeterminate period of misery, deprivation and unsatisfied craving in order to be free. Fear that a night all by yourself or the eve of a test or exam will be miserable fighting uncontrollable impulses. Fear that we&rsquo;ll never be able to concentrate, handle stress or be as confident without our little crutch. Fear that our personality and character will change.</p>
<p>But most of all, the fear of &lsquo;once an addict always an addict,&rsquo; that we will never be completely free and spend the rest of our lives at odd times craving the occasional porn induced orgasm. If, as I did, you have already tried all the conventional ways to quit and been through the misery of what I describe as the willpower method of stopping, you will not only be affected by that fear, but convinced you can never quit.</p>
@ -73,13 +73,11 @@ But most of all, the fear of &lsquo;once an addict always an addict,&rsquo; that
<footer style="padding-top: 0.5em;">
<div style="padding-bottom: 0.2em; display: inline-block;"><a href="https://vodoraslo.xyz/articles">📜 Articles</a> <strong>&bull;</strong> <a href="https://vodoraslo.xyz/library">📚 Library</a> <strong>&bull;</strong> <a href="https://wiki.vodoraslo.xyz">🌐 Wiki</a> <strong>&bull;</strong> <a href="https://vodoraslo.xyz/index.xml">📰 RSS</a><hr></div>
<div style="padding-bottom: 0.2em; display: inline-block;"><a href="https://vodoraslo.xyz/articles" title="List of all my articles and writings.">📜 Articles</a> <strong>&bull;</strong> <a href="https://vodoraslo.xyz/library" title="My personal library.">📚 Library</a> <strong>&bull;</strong> <a href="https://wiki.vodoraslo.xyz" title="My personal Wiki page.">🌐 Wiki</a> <strong>&bull;</strong> <a href="https://vodoraslo.xyz/index.xml" title="Subscribe via RSS for updates.">📰 RSS</a><hr></div>
<div style="padding-bottom: 0.7em;" class="index-links"><a href="https://vodoraslo.xyz/">🏠 Homepage</a></div>
<div style="padding-bottom: 0.7em;" class="index-links"><a href="https://vodoraslo.xyz/" title="Return to the homepage.">🏠 Homepage</a></div>
</footer>
</body>

View file

@ -1,10 +1,10 @@
<!DOCTYPE html>
<html lang="en" class="main-background-image">
<head>
<title>02-01 Introduction | vodoraslo</title>
<title>02-01 Introduction | vodoraslo&#39;s blog</title>
<link rel="canonical" href="https://vodoraslo.xyz/">
<link rel='alternate' type='application/rss+xml' title="vodoraslo RSS" href='/index.xml'>
<link rel='stylesheet' type='text/css' href='/style.css?v=1.0.0.11'>
<link rel='alternate' type='application/rss+xml' title="vodoraslo&#39;s blog RSS" href='/index.xml'>
<link rel='stylesheet' type='text/css' href='/style.css?v=1.0.0.12'>
<link rel="icon" href="/favicon.ico">
<meta name="description" content="Introduction &lsquo;I&rsquo;M GOING TO CURE THE WORLD OF PMO&rsquo;
I was talking to my mentor. He thought that I had flipped. Understandable if you consider that he had watched me fail on numerous attempts to quit. The most recent had been two years previously. I&rsquo;d actually survived six months of sheer purgatory before I finally succumbed and found myself clicking on stacked up tabs of porn sites. I&rsquo;m not ashamed to admit that I cried like a baby."/>
@ -24,7 +24,7 @@ I was talking to my mentor. He thought that I had flipped. Understandable if you
</div>
<p style="color: var(--muted_text);">Last updated: <time datetime="2023-07-15T14:53:02&#43;03:00" style="color: var(--muted_text);">2023年7月15日 (土)</time> <a href="/index.xml"><img src="/rss.svg" style="max-height:1.5em; float:right;" alt="RSS Feed" title="Subscribe via RSS for updates."></a> </p>
<p style="color: var(--muted_text);">Last updated: <time datetime="2023-07-15T14:53:02&#43;03:00" style="color: var(--muted_text);">2023年7月15日 (土)</time> </p>
<div class="post-content"><h2 id="introduction">Introduction<a hidden class="anchor" aria-hidden="true" href="#introduction">#</a></h2>
<div style="text-align: center;">
<div style="font-size: 1.5em;">
@ -88,13 +88,11 @@ the world would also see the light and adopt my method.</li>
<footer style="padding-top: 0.5em;">
<div style="padding-bottom: 0.2em; display: inline-block;"><a href="https://vodoraslo.xyz/articles">📜 Articles</a> <strong>&bull;</strong> <a href="https://vodoraslo.xyz/library">📚 Library</a> <strong>&bull;</strong> <a href="https://wiki.vodoraslo.xyz">🌐 Wiki</a> <strong>&bull;</strong> <a href="https://vodoraslo.xyz/index.xml">📰 RSS</a><hr></div>
<div style="padding-bottom: 0.2em; display: inline-block;"><a href="https://vodoraslo.xyz/articles" title="List of all my articles and writings.">📜 Articles</a> <strong>&bull;</strong> <a href="https://vodoraslo.xyz/library" title="My personal library.">📚 Library</a> <strong>&bull;</strong> <a href="https://wiki.vodoraslo.xyz" title="My personal Wiki page.">🌐 Wiki</a> <strong>&bull;</strong> <a href="https://vodoraslo.xyz/index.xml" title="Subscribe via RSS for updates.">📰 RSS</a><hr></div>
<div style="padding-bottom: 0.7em;" class="index-links"><a href="https://vodoraslo.xyz/">🏠 Homepage</a></div>
<div style="padding-bottom: 0.7em;" class="index-links"><a href="https://vodoraslo.xyz/" title="Return to the homepage.">🏠 Homepage</a></div>
</footer>
</body>

View file

@ -1,10 +1,10 @@
<!DOCTYPE html>
<html lang="en" class="main-background-image">
<head>
<title>02-02 Sister Kenny | vodoraslo</title>
<title>02-02 Sister Kenny | vodoraslo&#39;s blog</title>
<link rel="canonical" href="https://vodoraslo.xyz/">
<link rel='alternate' type='application/rss+xml' title="vodoraslo RSS" href='/index.xml'>
<link rel='stylesheet' type='text/css' href='/style.css?v=1.0.0.11'>
<link rel='alternate' type='application/rss+xml' title="vodoraslo&#39;s blog RSS" href='/index.xml'>
<link rel='stylesheet' type='text/css' href='/style.css?v=1.0.0.12'>
<link rel="icon" href="/favicon.ico">
<meta name="description" content="Sister Kenny You&rsquo;ve probably seen the film Sister Kenny. In case you haven&rsquo;t, it was about the time when infantile paralysis or polio was the scourge of our children. I vividly remember that the words engendered the same fear in me as the word cancer does today. The effect of polio was not only to paralyze the legs and arms but to distort the limbs. The established medical treatment was to put those limbs in irons and thus prevent the distortion."/>
<meta name="keywords" content="hackbook, library">
@ -23,7 +23,7 @@
</div>
<p style="color: var(--muted_text);">Last updated: <time datetime="2023-07-15T14:53:02&#43;03:00" style="color: var(--muted_text);">2023年7月15日 (土)</time> <a href="/index.xml"><img src="/rss.svg" style="max-height:1.5em; float:right;" alt="RSS Feed" title="Subscribe via RSS for updates."></a> </p>
<p style="color: var(--muted_text);">Last updated: <time datetime="2023-07-15T14:53:02&#43;03:00" style="color: var(--muted_text);">2023年7月15日 (土)</time> </p>
<div class="post-content"><h2 id="sister-kenny">Sister Kenny<a hidden class="anchor" aria-hidden="true" href="#sister-kenny">#</a></h2>
<p>You&rsquo;ve probably seen the film Sister Kenny. In case you haven&rsquo;t, it was about the time when infantile paralysis or polio was the scourge of our children. I vividly remember that the words engendered the same fear in me as the word cancer does today. The effect of polio was not only to paralyze the legs and arms but to distort the limbs. The established medical treatment was to put those limbs in irons and thus prevent the distortion. The result was paralysis for life.</p>
<p>Sister Kenny believed the irons inhibited recovery and proved a thousand times over that the muscles could be re-educated so that the child could walk again. However, Sister Kenny wasn&rsquo;t a doctor, she was merely a nurse. How dare she dabble in a province that was confined to qualified doctors? It didn&rsquo;t seem to matter that Sister Kenny had found the solution to the problem and had proved her solution to be effective. The children that were treated by Sister Kenny knew she was right, so did their parents, yet the established medical profession not only refused to adopt her methods but actually prevented her from practicing. It took Sister Kenny twenty years before the medical profession would accept the obvious.</p>
@ -78,13 +78,11 @@
<footer style="padding-top: 0.5em;">
<div style="padding-bottom: 0.2em; display: inline-block;"><a href="https://vodoraslo.xyz/articles">📜 Articles</a> <strong>&bull;</strong> <a href="https://vodoraslo.xyz/library">📚 Library</a> <strong>&bull;</strong> <a href="https://wiki.vodoraslo.xyz">🌐 Wiki</a> <strong>&bull;</strong> <a href="https://vodoraslo.xyz/index.xml">📰 RSS</a><hr></div>
<div style="padding-bottom: 0.2em; display: inline-block;"><a href="https://vodoraslo.xyz/articles" title="List of all my articles and writings.">📜 Articles</a> <strong>&bull;</strong> <a href="https://vodoraslo.xyz/library" title="My personal library.">📚 Library</a> <strong>&bull;</strong> <a href="https://wiki.vodoraslo.xyz" title="My personal Wiki page.">🌐 Wiki</a> <strong>&bull;</strong> <a href="https://vodoraslo.xyz/index.xml" title="Subscribe via RSS for updates.">📰 RSS</a><hr></div>
<div style="padding-bottom: 0.7em;" class="index-links"><a href="https://vodoraslo.xyz/">🏠 Homepage</a></div>
<div style="padding-bottom: 0.7em;" class="index-links"><a href="https://vodoraslo.xyz/" title="Return to the homepage.">🏠 Homepage</a></div>
</footer>
</body>

View file

@ -1,10 +1,10 @@
<!DOCTYPE html>
<html lang="en" class="main-background-image">
<head>
<title>03-01 the Worst PMO Addict I Have Yet to Meet | vodoraslo</title>
<title>03-01 the Worst PMO Addict I Have Yet to Meet | vodoraslo&#39;s blog</title>
<link rel="canonical" href="https://vodoraslo.xyz/">
<link rel='alternate' type='application/rss+xml' title="vodoraslo RSS" href='/index.xml'>
<link rel='stylesheet' type='text/css' href='/style.css?v=1.0.0.11'>
<link rel='alternate' type='application/rss+xml' title="vodoraslo&#39;s blog RSS" href='/index.xml'>
<link rel='stylesheet' type='text/css' href='/style.css?v=1.0.0.12'>
<link rel="icon" href="/favicon.ico">
<meta name="description" content="The Worst PMO Addict I Have Yet to Meet Perhaps I should begin by describing my competence for writing this book. No, I am not a doctor or a psychiatrist; my qualifications are far more appropriate. I spent thirty years of my life as a confirmed fapper. In the later years I used porn on a daily bases to get orgasm(s).During my life I had made a great number of attempts to stop."/>
<meta name="keywords" content="hackbook, library">
@ -23,7 +23,7 @@
</div>
<p style="color: var(--muted_text);">Last updated: <time datetime="2023-07-15T14:53:02&#43;03:00" style="color: var(--muted_text);">2023年7月15日 (土)</time> <a href="/index.xml"><img src="/rss.svg" style="max-height:1.5em; float:right;" alt="RSS Feed" title="Subscribe via RSS for updates."></a> </p>
<p style="color: var(--muted_text);">Last updated: <time datetime="2023-07-15T14:53:02&#43;03:00" style="color: var(--muted_text);">2023年7月15日 (土)</time> </p>
<div class="post-content"><h2 id="the-worst-pmo-addict-i-have-yet-to-meet">The Worst PMO Addict I Have Yet to Meet<a hidden class="anchor" aria-hidden="true" href="#the-worst-pmo-addict-i-have-yet-to-meet">#</a></h2>
<p>Perhaps I should begin by describing my competence for writing this book. No, I am not a doctor or a psychiatrist; my qualifications are far more appropriate. I spent thirty years of my life as a confirmed fapper. In the later years I used porn on a daily bases to get orgasm(s).During my life I had made a great number of attempts to stop. I never got past a full week of abstinence, and I was still climbing up the wall, with an “annoying alarm clock beeping” in my head called craving. With most PMOers, on the health side, it&rsquo;s a question of “ I&rsquo;ll stop before it happens to me.” I had reached the stage where I knew it has caused PIED, hypofrontality (inability to control and execute action towards a goal), irritability, lack of energy, soulless eyes, mental dryness, stress and pain in the lower back, genital irritations. It bothered me, but it still didn&rsquo;t stop me.</p>
<p>I felt lack of enthusiasm to go to gym or just a walk even if its sunny outside or simple weight lifting at home either. I had reached the stage where I gave up even trying to stop. I found excuses in substitute methods (controlled use, safe porn, porn-diet and etc. discussed later) as advocated by sexologists, forum users and medical pros - who have no idea of its effect on brain chemistry and who are themselves fooled by their &rsquo;little monster&rsquo; (not devil or satan - we will talk about monsters later) . The novelty trap and shock value provided by internet porn delivered at home with a low risk high reward deal is something that they cant even think of. They are still in the static playboy era. And the younger ones have buried their heads under the sand so they can still continue to PMO.</p>
@ -79,13 +79,11 @@ Do not take anything for granted. Question not only what I tell you but also you
<footer style="padding-top: 0.5em;">
<div style="padding-bottom: 0.2em; display: inline-block;"><a href="https://vodoraslo.xyz/articles">📜 Articles</a> <strong>&bull;</strong> <a href="https://vodoraslo.xyz/library">📚 Library</a> <strong>&bull;</strong> <a href="https://wiki.vodoraslo.xyz">🌐 Wiki</a> <strong>&bull;</strong> <a href="https://vodoraslo.xyz/index.xml">📰 RSS</a><hr></div>
<div style="padding-bottom: 0.2em; display: inline-block;"><a href="https://vodoraslo.xyz/articles" title="List of all my articles and writings.">📜 Articles</a> <strong>&bull;</strong> <a href="https://vodoraslo.xyz/library" title="My personal library.">📚 Library</a> <strong>&bull;</strong> <a href="https://wiki.vodoraslo.xyz" title="My personal Wiki page.">🌐 Wiki</a> <strong>&bull;</strong> <a href="https://vodoraslo.xyz/index.xml" title="Subscribe via RSS for updates.">📰 RSS</a><hr></div>
<div style="padding-bottom: 0.7em;" class="index-links"><a href="https://vodoraslo.xyz/">🏠 Homepage</a></div>
<div style="padding-bottom: 0.7em;" class="index-links"><a href="https://vodoraslo.xyz/" title="Return to the homepage.">🏠 Homepage</a></div>
</footer>
</body>

View file

@ -1,10 +1,10 @@
<!DOCTYPE html>
<html lang="en" class="main-background-image">
<head>
<title>03-02 the Easy Method | vodoraslo</title>
<title>03-02 the Easy Method | vodoraslo&#39;s blog</title>
<link rel="canonical" href="https://vodoraslo.xyz/">
<link rel='alternate' type='application/rss+xml' title="vodoraslo RSS" href='/index.xml'>
<link rel='stylesheet' type='text/css' href='/style.css?v=1.0.0.11'>
<link rel='alternate' type='application/rss+xml' title="vodoraslo&#39;s blog RSS" href='/index.xml'>
<link rel='stylesheet' type='text/css' href='/style.css?v=1.0.0.12'>
<link rel="icon" href="/favicon.ico">
<meta name="description" content="The Easy Method The object of this book is to get you into the frame of mind in which, instead of the normal method of stopping whereby you start off with the feeling that you are climbing Mount Everest and spend the next few weeks craving and feeling deprived, you start right away with a feeling of elation, as if you had been cured of a terrible disease. From then on, the further you go through life the more you will look at this period of time and wonder how you ever had to use any porn in the first place."/>
<meta name="keywords" content="hackbook, library">
@ -23,7 +23,7 @@
</div>
<p style="color: var(--muted_text);">Last updated: <time datetime="2023-07-15T14:53:02&#43;03:00" style="color: var(--muted_text);">2023年7月15日 (土)</time> <a href="/index.xml"><img src="/rss.svg" style="max-height:1.5em; float:right;" alt="RSS Feed" title="Subscribe via RSS for updates."></a> </p>
<p style="color: var(--muted_text);">Last updated: <time datetime="2023-07-15T14:53:02&#43;03:00" style="color: var(--muted_text);">2023年7月15日 (土)</time> </p>
<div class="post-content"><h2 id="the-easy-method">The Easy Method<a hidden class="anchor" aria-hidden="true" href="#the-easy-method">#</a></h2>
<p>The object of this book is to get you into the frame of mind in which, instead of the normal method of stopping whereby you start off with the feeling that you are climbing Mount Everest and spend the next few weeks craving and feeling deprived, you start right away with a feeling of elation, as if you had been cured of a terrible disease. From then on, the further you go through life the more you will look at this period of time and wonder how you ever had to use any porn in the first place. You will look at your dorm mate PMOer with pity as opposed to envy.</p>
<p>Provided that you are not a non-PMOer (who had never got addicted) or an ex-PMOer (who had quit or is in the fasting days of the porn-diet), it is essential to not quit until you have finished the book completely. This may appear to be a contradiction. Later I shall be explaining that porn do absolutely nothing for you at all. In fact, one of the many conundrums about internet porn is that when we are actually masturbating to a porn clip, we look at it and wonder why we are doing it. It is only when we have been deprived that the craving for PMO becomes precious.</p>
@ -78,13 +78,11 @@
<footer style="padding-top: 0.5em;">
<div style="padding-bottom: 0.2em; display: inline-block;"><a href="https://vodoraslo.xyz/articles">📜 Articles</a> <strong>&bull;</strong> <a href="https://vodoraslo.xyz/library">📚 Library</a> <strong>&bull;</strong> <a href="https://wiki.vodoraslo.xyz">🌐 Wiki</a> <strong>&bull;</strong> <a href="https://vodoraslo.xyz/index.xml">📰 RSS</a><hr></div>
<div style="padding-bottom: 0.2em; display: inline-block;"><a href="https://vodoraslo.xyz/articles" title="List of all my articles and writings.">📜 Articles</a> <strong>&bull;</strong> <a href="https://vodoraslo.xyz/library" title="My personal library.">📚 Library</a> <strong>&bull;</strong> <a href="https://wiki.vodoraslo.xyz" title="My personal Wiki page.">🌐 Wiki</a> <strong>&bull;</strong> <a href="https://vodoraslo.xyz/index.xml" title="Subscribe via RSS for updates.">📰 RSS</a><hr></div>
<div style="padding-bottom: 0.7em;" class="index-links"><a href="https://vodoraslo.xyz/">🏠 Homepage</a></div>
<div style="padding-bottom: 0.7em;" class="index-links"><a href="https://vodoraslo.xyz/" title="Return to the homepage.">🏠 Homepage</a></div>
</footer>
</body>

View file

@ -1,10 +1,10 @@
<!DOCTYPE html>
<html lang="en" class="main-background-image">
<head>
<title>03-03 Why Is It Difficult to Stop? | vodoraslo</title>
<title>03-03 Why Is It Difficult to Stop? | vodoraslo&#39;s blog</title>
<link rel="canonical" href="https://vodoraslo.xyz/">
<link rel='alternate' type='application/rss+xml' title="vodoraslo RSS" href='/index.xml'>
<link rel='stylesheet' type='text/css' href='/style.css?v=1.0.0.11'>
<link rel='alternate' type='application/rss+xml' title="vodoraslo&#39;s blog RSS" href='/index.xml'>
<link rel='stylesheet' type='text/css' href='/style.css?v=1.0.0.12'>
<link rel="icon" href="/favicon.ico">
<meta name="description" content="Why Is It Difficult to Stop? As I explained earlier, I got interested in this subject because of my own addiction. When I finally stopped it was like magic. When I had previously tried to stop there were weeks of black depression. There would be odd days when I was comparatively cheerful but the next day back with the depression. It was like clawing your way out of a slippery pit, you feel you are near the top, you see the sunshine and then find yourself sliding down again."/>
<meta name="keywords" content="hackbook, library">
@ -23,7 +23,7 @@
</div>
<p style="color: var(--muted_text);">Last updated: <time datetime="2023-07-15T14:53:02&#43;03:00" style="color: var(--muted_text);">2023年7月15日 (土)</time> <a href="/index.xml"><img src="/rss.svg" style="max-height:1.5em; float:right;" alt="RSS Feed" title="Subscribe via RSS for updates."></a> </p>
<p style="color: var(--muted_text);">Last updated: <time datetime="2023-07-15T14:53:02&#43;03:00" style="color: var(--muted_text);">2023年7月15日 (土)</time> </p>
<div class="post-content"><h2 id="why-is-it-difficult-to-stop">Why Is It Difficult to Stop?<a hidden class="anchor" aria-hidden="true" href="#why-is-it-difficult-to-stop">#</a></h2>
<p>As I explained earlier, I got interested in this subject because of my own addiction. When I finally stopped it was like magic. When I had previously tried to stop there were weeks of black depression. There would be odd days when I was comparatively cheerful but the next day back with the depression. It was like clawing your way out of a slippery pit, you feel you are near the top, you see the sunshine and then find yourself sliding down again. Eventually you open your browser and as you masturbate you feel awful and you try to work out why you have to do it.</p>
<p>One of the questions I always ask online is: “do you want to stop PMO?” In a way it is a stupid question. All users (including members who dispute total abstinence) would love to stop PMO. If you ask to the most confirmed PMOer: “if you could go back to the time before you became hooked, with the knowledge you have now, would you have started PMO?”</p>
@ -95,13 +95,11 @@ man and woman from performance based anxieties.&#160;<a href="#fnref:3" class="f
<footer style="padding-top: 0.5em;">
<div style="padding-bottom: 0.2em; display: inline-block;"><a href="https://vodoraslo.xyz/articles">📜 Articles</a> <strong>&bull;</strong> <a href="https://vodoraslo.xyz/library">📚 Library</a> <strong>&bull;</strong> <a href="https://wiki.vodoraslo.xyz">🌐 Wiki</a> <strong>&bull;</strong> <a href="https://vodoraslo.xyz/index.xml">📰 RSS</a><hr></div>
<div style="padding-bottom: 0.2em; display: inline-block;"><a href="https://vodoraslo.xyz/articles" title="List of all my articles and writings.">📜 Articles</a> <strong>&bull;</strong> <a href="https://vodoraslo.xyz/library" title="My personal library.">📚 Library</a> <strong>&bull;</strong> <a href="https://wiki.vodoraslo.xyz" title="My personal Wiki page.">🌐 Wiki</a> <strong>&bull;</strong> <a href="https://vodoraslo.xyz/index.xml" title="Subscribe via RSS for updates.">📰 RSS</a><hr></div>
<div style="padding-bottom: 0.7em;" class="index-links"><a href="https://vodoraslo.xyz/">🏠 Homepage</a></div>
<div style="padding-bottom: 0.7em;" class="index-links"><a href="https://vodoraslo.xyz/" title="Return to the homepage.">🏠 Homepage</a></div>
</footer>
</body>

View file

@ -1,10 +1,10 @@
<!DOCTYPE html>
<html lang="en" class="main-background-image">
<head>
<title>03-04 the Sinister Trap | vodoraslo</title>
<title>03-04 the Sinister Trap | vodoraslo&#39;s blog</title>
<link rel="canonical" href="https://vodoraslo.xyz/">
<link rel='alternate' type='application/rss+xml' title="vodoraslo RSS" href='/index.xml'>
<link rel='stylesheet' type='text/css' href='/style.css?v=1.0.0.11'>
<link rel='alternate' type='application/rss+xml' title="vodoraslo&#39;s blog RSS" href='/index.xml'>
<link rel='stylesheet' type='text/css' href='/style.css?v=1.0.0.12'>
<link rel="icon" href="/favicon.ico">
<meta name="description" content="The Sinister Trap Internet porn is the most subtle, sinister trap that man and nature have combined to devise. What gets us into it in the first place? The free samples from the professionals and the amateurs (celebrities and commons) who like to share. Some of us are even warned earlier that it&rsquo;s an awful and disgusting habit with short term pleasures and long term costs but we cannot believe that they are not enjoying it."/>
<meta name="keywords" content="hackbook, library">
@ -23,7 +23,7 @@
</div>
<p style="color: var(--muted_text);">Last updated: <time datetime="2023-07-15T14:53:02&#43;03:00" style="color: var(--muted_text);">2023年7月15日 (土)</time> <a href="/index.xml"><img src="/rss.svg" style="max-height:1.5em; float:right;" alt="RSS Feed" title="Subscribe via RSS for updates."></a> </p>
<p style="color: var(--muted_text);">Last updated: <time datetime="2023-07-15T14:53:02&#43;03:00" style="color: var(--muted_text);">2023年7月15日 (土)</time> </p>
<div class="post-content"><h2 id="the-sinister-trap">The Sinister Trap<a hidden class="anchor" aria-hidden="true" href="#the-sinister-trap">#</a></h2>
<p>Internet porn is the most subtle, sinister trap that man and nature have combined to devise. What gets us into it in the first place? The free samples from the professionals and the amateurs (celebrities and commons) who like to share. Some of us are even warned earlier that it&rsquo;s an awful and disgusting habit with short term pleasures and long term costs but we cannot believe that they are not enjoying it. One of the many pathetic aspects of PMO (after knowing its dangers) is how hard we have to work in order to become hooked.</p>
<p>It is the only trap in nature which has does not require a lot of hard work to set up. The thing that springs the trap is not that all porn clips feature young, high quality, sexy models; its that most of the thumbnails on any porn web page are ugly looking, unattractive, amateurish, home-made clips of unknown models. If the first timers first look at a tube page was only filled with angelic beauties, professional models and high quality then the alarm bells would ring. And as intelligent human beings, we could then understand why half the adult population was systematically addicted to watching something that is cutting down their very same potential to do what they are viewing. In many known and yet unknown ways porn cuts down sexual performance and the feeling of satisfaction.</p>
@ -59,13 +59,11 @@
<footer style="padding-top: 0.5em;">
<div style="padding-bottom: 0.2em; display: inline-block;"><a href="https://vodoraslo.xyz/articles">📜 Articles</a> <strong>&bull;</strong> <a href="https://vodoraslo.xyz/library">📚 Library</a> <strong>&bull;</strong> <a href="https://wiki.vodoraslo.xyz">🌐 Wiki</a> <strong>&bull;</strong> <a href="https://vodoraslo.xyz/index.xml">📰 RSS</a><hr></div>
<div style="padding-bottom: 0.2em; display: inline-block;"><a href="https://vodoraslo.xyz/articles" title="List of all my articles and writings.">📜 Articles</a> <strong>&bull;</strong> <a href="https://vodoraslo.xyz/library" title="My personal library.">📚 Library</a> <strong>&bull;</strong> <a href="https://wiki.vodoraslo.xyz" title="My personal Wiki page.">🌐 Wiki</a> <strong>&bull;</strong> <a href="https://vodoraslo.xyz/index.xml" title="Subscribe via RSS for updates.">📰 RSS</a><hr></div>
<div style="padding-bottom: 0.7em;" class="index-links"><a href="https://vodoraslo.xyz/">🏠 Homepage</a></div>
<div style="padding-bottom: 0.7em;" class="index-links"><a href="https://vodoraslo.xyz/" title="Return to the homepage.">🏠 Homepage</a></div>
</footer>
</body>

Some files were not shown because too many files have changed in this diff Show more