Fix some small updates
This commit is contained in:
parent
a98e3a4d42
commit
670c5e99b0
@ -16,10 +16,10 @@ Hi (^0^)ノ
|
||||
I am Nor, or Pingu as some people call me.
|
||||
I think I finally have a good way to update this site so maybe I will make posts every now and then.
|
||||
|
||||
My pronouns are either **She/Her** or **They/Them** and I am a fan of the Swedish pronoun **Hen** (fight me).
|
||||
I attend university at Chalmers in Gothenburg Sweden where I mostly just fuck around doing stuff that I find interesting.
|
||||
My pronouns are either **They/Them** or **She/Her** and I am a fan of the Swedish pronoun **Hen** (fight me).
|
||||
I attend university at Chalmers in Gothenburg Sweden where I mostly do random stuff that I find interesting.
|
||||
That includes playing social games, such as tabletop but social deduction is where my heart lies.
|
||||
I am right now a part of the committee known as [dHack](https://wiki.dtek.se/wiki/DHack) where we are trying to migrate servers at the moment.
|
||||
I am right now a part of the committee known as [JämställD](https://wiki.dtek.se/wiki/J%C3%A4mst%C3%A4llD), but have been in other committees such as [dHack](https://wiki.dtek.se/wiki/DHack), [DNS](https://wiki.dtek.se/wiki/DNS), and [DLude](https://wiki.dtek.se/wiki/DLude) previously.
|
||||
|
||||
---
|
||||
|
||||
|
64
flake.lock
Normal file
64
flake.lock
Normal file
@ -0,0 +1,64 @@
|
||||
{
|
||||
"nodes": {
|
||||
"flake-parts": {
|
||||
"inputs": {
|
||||
"nixpkgs-lib": [
|
||||
"nixpkgs"
|
||||
]
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1741352980,
|
||||
"narHash": "sha256-+u2UunDA4Cl5Fci3m7S643HzKmIDAe+fiXrLqYsR2fs=",
|
||||
"owner": "hercules-ci",
|
||||
"repo": "flake-parts",
|
||||
"rev": "f4330d22f1c5d2ba72d3d22df5597d123fdb60a9",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"owner": "hercules-ci",
|
||||
"repo": "flake-parts",
|
||||
"type": "github"
|
||||
}
|
||||
},
|
||||
"nixpkgs": {
|
||||
"locked": {
|
||||
"lastModified": 1741851582,
|
||||
"narHash": "sha256-cPfs8qMccim2RBgtKGF+x9IBCduRvd/N5F4nYpU0TVE=",
|
||||
"owner": "nixos",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "6607cf789e541e7873d40d3a8f7815ea92204f32",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"owner": "nixos",
|
||||
"ref": "nixos-unstable",
|
||||
"repo": "nixpkgs",
|
||||
"type": "github"
|
||||
}
|
||||
},
|
||||
"root": {
|
||||
"inputs": {
|
||||
"flake-parts": "flake-parts",
|
||||
"nixpkgs": "nixpkgs",
|
||||
"systems": "systems"
|
||||
}
|
||||
},
|
||||
"systems": {
|
||||
"locked": {
|
||||
"lastModified": 1680978846,
|
||||
"narHash": "sha256-Gtqg8b/v49BFDpDetjclCYXm8mAnTrUzR0JnE2nv5aw=",
|
||||
"owner": "nix-systems",
|
||||
"repo": "x86_64-linux",
|
||||
"rev": "2ecfcac5e15790ba6ce360ceccddb15ad16d08a8",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"owner": "nix-systems",
|
||||
"repo": "x86_64-linux",
|
||||
"type": "github"
|
||||
}
|
||||
}
|
||||
},
|
||||
"root": "root",
|
||||
"version": 7
|
||||
}
|
25
flake.nix
Normal file
25
flake.nix
Normal file
@ -0,0 +1,25 @@
|
||||
{
|
||||
description = "styrdokument flake";
|
||||
|
||||
inputs = {
|
||||
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
|
||||
systems.url = "github:nix-systems/x86_64-linux";
|
||||
|
||||
flake-parts.url = "github:hercules-ci/flake-parts";
|
||||
flake-parts.inputs.nixpkgs-lib.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
outputs = inputs:
|
||||
let mkFlake = inputs.flake-parts.lib.mkFlake { inherit inputs; };
|
||||
in mkFlake ({ inputs, ... }: {
|
||||
systems = import inputs.systems;
|
||||
perSystem = { self, inputs, lib, pkgs, ... }:
|
||||
{
|
||||
devShells.default = pkgs.mkShell {
|
||||
buildInputs = with pkgs; [
|
||||
hugo
|
||||
];
|
||||
};
|
||||
};
|
||||
});
|
||||
}
|
@ -21,7 +21,7 @@
|
||||
|
||||
|
||||
<li class="pull-left ">
|
||||
<a href="https://acorneroftheweb.com">~/acorneroftheweb</a>
|
||||
<a href="https://acorneroftheweb.com/">~/acorneroftheweb</a>
|
||||
</li>
|
||||
|
||||
|
||||
|
@ -21,7 +21,7 @@
|
||||
|
||||
|
||||
<li class="pull-left ">
|
||||
<a href="https://acorneroftheweb.com">~/acorneroftheweb</a>
|
||||
<a href="https://acorneroftheweb.com/">~/acorneroftheweb</a>
|
||||
</li>
|
||||
|
||||
|
||||
|
@ -4,17 +4,16 @@
|
||||
<title>Blåhaj on acorneroftheweb</title>
|
||||
<link>https://acorneroftheweb.com/categories/bl%C3%A5haj/</link>
|
||||
<description>Recent content in Blåhaj on acorneroftheweb</description>
|
||||
<generator>Hugo -- gohugo.io</generator>
|
||||
<generator>Hugo</generator>
|
||||
<language>en-us</language>
|
||||
<lastBuildDate>Sat, 25 Mar 2023 18:21:13 +0100</lastBuildDate><atom:link href="https://acorneroftheweb.com/categories/bl%C3%A5haj/index.xml" rel="self" type="application/rss+xml" />
|
||||
<lastBuildDate>Sat, 25 Mar 2023 18:21:13 +0100</lastBuildDate>
|
||||
<atom:link href="https://acorneroftheweb.com/categories/bl%C3%A5haj/index.xml" rel="self" type="application/rss+xml" />
|
||||
<item>
|
||||
<title>"I got a Blåhaj"</title>
|
||||
<link>https://acorneroftheweb.com/post/2023/03/25/i-got-a-bl%C3%A5haj/</link>
|
||||
<pubDate>Sat, 25 Mar 2023 18:21:13 +0100</pubDate>
|
||||
|
||||
<guid>https://acorneroftheweb.com/post/2023/03/25/i-got-a-bl%C3%A5haj/</guid>
|
||||
<description>I went out today and got a Blåhaj and a Småhaj. It was nice.</description>
|
||||
<description><p>
I went out today and got a Blåhaj and a Småhaj.
It was nice.</p>
<img src="https://acorneroftheweb.com/images/posts/blahaj.jpg" alt="Picture of one big Blåhaj and a small Blåhaj sleeping in a bed" title="/images/posts/blahaj.jpg" width="400px"/></description>
|
||||
</item>
|
||||
|
||||
</channel>
|
||||
</rss>
|
||||
|
@ -21,7 +21,7 @@
|
||||
|
||||
|
||||
<li class="pull-left ">
|
||||
<a href="https://acorneroftheweb.com">~/acorneroftheweb</a>
|
||||
<a href="https://acorneroftheweb.com/">~/acorneroftheweb</a>
|
||||
</li>
|
||||
|
||||
|
||||
|
@ -4,18 +4,16 @@
|
||||
<title>Games on acorneroftheweb</title>
|
||||
<link>https://acorneroftheweb.com/categories/games/</link>
|
||||
<description>Recent content in Games on acorneroftheweb</description>
|
||||
<generator>Hugo -- gohugo.io</generator>
|
||||
<generator>Hugo</generator>
|
||||
<language>en-us</language>
|
||||
<lastBuildDate>Fri, 01 Sep 2023 16:39:47 +0200</lastBuildDate><atom:link href="https://acorneroftheweb.com/categories/games/index.xml" rel="self" type="application/rss+xml" />
|
||||
<lastBuildDate>Fri, 01 Sep 2023 16:39:47 +0200</lastBuildDate>
|
||||
<atom:link href="https://acorneroftheweb.com/categories/games/index.xml" rel="self" type="application/rss+xml" />
|
||||
<item>
|
||||
<title>"My thoughts on Tears of the Kingdom"</title>
|
||||
<link>https://acorneroftheweb.com/post/2023/09/01/my-thoughts-on-tears-of-the-kingdom/</link>
|
||||
<pubDate>Fri, 01 Sep 2023 16:39:47 +0200</pubDate>
|
||||
|
||||
<guid>https://acorneroftheweb.com/post/2023/09/01/my-thoughts-on-tears-of-the-kingdom/</guid>
|
||||
<description>Hello again, been a while hasn&#39;t it? You know, existing can sometimes be just enough. During the summer, I started a playthrough of the new Zelda game and it leaves me with opinions. I thought I would write about it to explain my opinions on the game and fully understand what I even think. So let&#39;s get into it, shall we?
|
||||
Me and other Zelda games When I was a kid, I was introduced to Zelda by my uncles, playing Wind Waker, Link&#39;s awakening and later Twilight Princess.</description>
|
||||
<description><p>
Hello again, been a while hasn&#39;t it?
You know, existing can sometimes be just enough.
During the summer, I started a playthrough of the new Zelda game and it leaves me with opinions.
I thought I would write about it to explain my opinions on the game and fully understand what I even think.
So let&#39;s get into it, shall we?</p>
<div id="outline-container-headline-1" class="outline-2">
<h2 id="headline-1">
Me and other Zelda games
</h2>
<div id="outline-text-headline-1" class="outline-text-2">
<p>When I was a kid, I was introduced to Zelda by my uncles, playing Wind Waker, Link&#39;s awakening and later Twilight Princess.
It got me hooked on the games, the exploring was a great and going through dungeons.
I would go on to play most of the main line Zeldas and they offer different experiences but all offered something that I enjoyed.
The scope of Ocarina of time, the creepy nature of Majora&#39;s Mask, the plot of Skyward sword, it was all so much fun.</p></description>
|
||||
</item>
|
||||
|
||||
</channel>
|
||||
</rss>
|
||||
|
@ -21,7 +21,7 @@
|
||||
|
||||
|
||||
<li class="pull-left ">
|
||||
<a href="https://acorneroftheweb.com">~/acorneroftheweb</a>
|
||||
<a href="https://acorneroftheweb.com/">~/acorneroftheweb</a>
|
||||
</li>
|
||||
|
||||
|
||||
|
@ -4,62 +4,51 @@
|
||||
<title>Categories on acorneroftheweb</title>
|
||||
<link>https://acorneroftheweb.com/categories/</link>
|
||||
<description>Recent content in Categories on acorneroftheweb</description>
|
||||
<generator>Hugo -- gohugo.io</generator>
|
||||
<generator>Hugo</generator>
|
||||
<language>en-us</language>
|
||||
<lastBuildDate>Tue, 24 Oct 2023 15:18:55 +0200</lastBuildDate><atom:link href="https://acorneroftheweb.com/categories/index.xml" rel="self" type="application/rss+xml" />
|
||||
<lastBuildDate>Tue, 24 Oct 2023 15:18:55 +0200</lastBuildDate>
|
||||
<atom:link href="https://acorneroftheweb.com/categories/index.xml" rel="self" type="application/rss+xml" />
|
||||
<item>
|
||||
<title>Theme</title>
|
||||
<link>https://acorneroftheweb.com/categories/theme/</link>
|
||||
<pubDate>Tue, 24 Oct 2023 15:18:55 +0200</pubDate>
|
||||
|
||||
<guid>https://acorneroftheweb.com/categories/theme/</guid>
|
||||
<description></description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>Games</title>
|
||||
<link>https://acorneroftheweb.com/categories/games/</link>
|
||||
<pubDate>Fri, 01 Sep 2023 16:39:47 +0200</pubDate>
|
||||
|
||||
<guid>https://acorneroftheweb.com/categories/games/</guid>
|
||||
<description></description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>Trans</title>
|
||||
<link>https://acorneroftheweb.com/categories/trans/</link>
|
||||
<pubDate>Tue, 18 Apr 2023 19:49:41 +0200</pubDate>
|
||||
|
||||
<guid>https://acorneroftheweb.com/categories/trans/</guid>
|
||||
<description></description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>Writing</title>
|
||||
<link>https://acorneroftheweb.com/categories/writing/</link>
|
||||
<pubDate>Sat, 08 Apr 2023 14:27:28 +0200</pubDate>
|
||||
|
||||
<guid>https://acorneroftheweb.com/categories/writing/</guid>
|
||||
<description></description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>Blåhaj</title>
|
||||
<link>https://acorneroftheweb.com/categories/bl%C3%A5haj/</link>
|
||||
<pubDate>Sat, 25 Mar 2023 18:21:13 +0100</pubDate>
|
||||
|
||||
<guid>https://acorneroftheweb.com/categories/bl%C3%A5haj/</guid>
|
||||
<description></description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>Servers</title>
|
||||
<link>https://acorneroftheweb.com/categories/servers/</link>
|
||||
<pubDate>Sat, 04 Mar 2023 17:43:38 +0100</pubDate>
|
||||
|
||||
<guid>https://acorneroftheweb.com/categories/servers/</guid>
|
||||
<description></description>
|
||||
</item>
|
||||
|
||||
</channel>
|
||||
</rss>
|
||||
|
@ -21,7 +21,7 @@
|
||||
|
||||
|
||||
<li class="pull-left ">
|
||||
<a href="https://acorneroftheweb.com">~/acorneroftheweb</a>
|
||||
<a href="https://acorneroftheweb.com/">~/acorneroftheweb</a>
|
||||
</li>
|
||||
|
||||
|
||||
|
@ -4,17 +4,16 @@
|
||||
<title>Servers on acorneroftheweb</title>
|
||||
<link>https://acorneroftheweb.com/categories/servers/</link>
|
||||
<description>Recent content in Servers on acorneroftheweb</description>
|
||||
<generator>Hugo -- gohugo.io</generator>
|
||||
<generator>Hugo</generator>
|
||||
<language>en-us</language>
|
||||
<lastBuildDate>Sat, 04 Mar 2023 17:43:38 +0100</lastBuildDate><atom:link href="https://acorneroftheweb.com/categories/servers/index.xml" rel="self" type="application/rss+xml" />
|
||||
<lastBuildDate>Sat, 04 Mar 2023 17:43:38 +0100</lastBuildDate>
|
||||
<atom:link href="https://acorneroftheweb.com/categories/servers/index.xml" rel="self" type="application/rss+xml" />
|
||||
<item>
|
||||
<title>"I am bad at reading"</title>
|
||||
<link>https://acorneroftheweb.com/post/2023/03/04/i-am-bad-at-reading/</link>
|
||||
<pubDate>Sat, 04 Mar 2023 17:43:38 +0100</pubDate>
|
||||
|
||||
<guid>https://acorneroftheweb.com/post/2023/03/04/i-am-bad-at-reading/</guid>
|
||||
<description>Setting up servers So recently, I have been setting up servers for my committee at uni and my own home server since I am transferring from a vps. Doing this, I have tried out using Nomad and Consul instead of ssh&#39;ing to the server and running docker-compose up or even launching the services manually. This approach has seeing how the docker logs look easier and I know that reverse proxy will be solved by itself.</description>
|
||||
<description><div id="outline-container-headline-1" class="outline-2">
<h2 id="headline-1">
Setting up servers
</h2>
<div id="outline-text-headline-1" class="outline-text-2">
<p>So recently, I have been setting up servers for my committee at uni and my own home server since I am transferring from a vps.
Doing this, I have tried out using <a href="https://github.com/hashicorp/nomad/">Nomad</a> and <a href="https://github.com/hashicorp/consul/">Consul</a> instead of ssh&#39;ing to the server and running <code>docker-compose up</code> or even launching the services manually.
This approach has seeing how the docker logs look easier and I know that reverse proxy will be solved by itself.</p></description>
|
||||
</item>
|
||||
|
||||
</channel>
|
||||
</rss>
|
||||
|
@ -21,7 +21,7 @@
|
||||
|
||||
|
||||
<li class="pull-left ">
|
||||
<a href="https://acorneroftheweb.com">~/acorneroftheweb</a>
|
||||
<a href="https://acorneroftheweb.com/">~/acorneroftheweb</a>
|
||||
</li>
|
||||
|
||||
|
||||
|
@ -4,17 +4,16 @@
|
||||
<title>Theme on acorneroftheweb</title>
|
||||
<link>https://acorneroftheweb.com/categories/theme/</link>
|
||||
<description>Recent content in Theme on acorneroftheweb</description>
|
||||
<generator>Hugo -- gohugo.io</generator>
|
||||
<generator>Hugo</generator>
|
||||
<language>en-us</language>
|
||||
<lastBuildDate>Tue, 24 Oct 2023 15:18:55 +0200</lastBuildDate><atom:link href="https://acorneroftheweb.com/categories/theme/index.xml" rel="self" type="application/rss+xml" />
|
||||
<lastBuildDate>Tue, 24 Oct 2023 15:18:55 +0200</lastBuildDate>
|
||||
<atom:link href="https://acorneroftheweb.com/categories/theme/index.xml" rel="self" type="application/rss+xml" />
|
||||
<item>
|
||||
<title>"Me on switching to lightmode"</title>
|
||||
<link>https://acorneroftheweb.com/post/2023/10/24/me-on-switching-to-lightmode/</link>
|
||||
<pubDate>Tue, 24 Oct 2023 15:18:55 +0200</pubDate>
|
||||
|
||||
<guid>https://acorneroftheweb.com/post/2023/10/24/me-on-switching-to-lightmode/</guid>
|
||||
<description>Hey, I did a stoop and switch to lightmode a few days ago. SO far, it feels comfy in someways. I chose catppuccin latte as the theme. But what I don&#39;t fully get is how application such as discord are so very bad in lightmode. Like, I am using a theme, catppuccin discord, to ensure that it looks like the rest of my laptop but it looks very off when it comes to notifications.</description>
|
||||
<description><p>
Hey,
I did a stoop and switch to lightmode a few days ago.
SO far, it feels comfy in someways.
I chose <a href="https://github.com/catppuccin/catppuccin">catppuccin latte</a> as the theme.
But what I don&#39;t fully get is how application such as discord are so very bad in lightmode.
Like, I am using a theme, <a href="https://github.com/catppuccin/discord">catppuccin discord</a>, to ensure that it looks like the rest of my laptop but it looks very off when it comes to notifications.
Seeing that a discord has a new message, is almost hidden.
This is also true for default theme, so it left me wondering if people think about light themes?
I sure haven&#39;t, since I primarily have used darkmode everywhere I can for the last years.
Spotify has not implemented this addition for ~10 years now, as seen in <a href="https://community.spotify.com/t5/Live-Ideas/All-Platforms-Light-Mode-option/idi-p/730341">this request</a>.
It has 6k votes and is one of the ones with the most votes on the entire website.</p></description>
|
||||
</item>
|
||||
|
||||
</channel>
|
||||
</rss>
|
||||
|
@ -21,7 +21,7 @@
|
||||
|
||||
|
||||
<li class="pull-left ">
|
||||
<a href="https://acorneroftheweb.com">~/acorneroftheweb</a>
|
||||
<a href="https://acorneroftheweb.com/">~/acorneroftheweb</a>
|
||||
</li>
|
||||
|
||||
|
||||
|
@ -4,18 +4,16 @@
|
||||
<title>Trans on acorneroftheweb</title>
|
||||
<link>https://acorneroftheweb.com/categories/trans/</link>
|
||||
<description>Recent content in Trans on acorneroftheweb</description>
|
||||
<generator>Hugo -- gohugo.io</generator>
|
||||
<generator>Hugo</generator>
|
||||
<language>en-us</language>
|
||||
<lastBuildDate>Tue, 18 Apr 2023 19:49:41 +0200</lastBuildDate><atom:link href="https://acorneroftheweb.com/categories/trans/index.xml" rel="self" type="application/rss+xml" />
|
||||
<lastBuildDate>Tue, 18 Apr 2023 19:49:41 +0200</lastBuildDate>
|
||||
<atom:link href="https://acorneroftheweb.com/categories/trans/index.xml" rel="self" type="application/rss+xml" />
|
||||
<item>
|
||||
<title>"Legal name changed"</title>
|
||||
<link>https://acorneroftheweb.com/post/2023/04/18/legal-name-changed/</link>
|
||||
<pubDate>Tue, 18 Apr 2023 19:49:41 +0200</pubDate>
|
||||
|
||||
<guid>https://acorneroftheweb.com/post/2023/04/18/legal-name-changed/</guid>
|
||||
<description>I GOT MY LEGAL NAME CHANGED!!! HYPE!!!!
|
||||
It is now Nor Pingu Führ, and it feels good. The Pingu is the nickname I have used for multiple years now, and it is deeply related to me. So it feels great to have as a middle name.</description>
|
||||
<description><p>
I GOT MY LEGAL NAME CHANGED!!!
HYPE!!!!</p>
<p>
It is now Nor Pingu Führ, and it feels good.
The Pingu is the nickname I have used for multiple years now, and it is deeply related to me.
So it feels great to have as a middle name.</p></description>
|
||||
</item>
|
||||
|
||||
</channel>
|
||||
</rss>
|
||||
|
@ -21,7 +21,7 @@
|
||||
|
||||
|
||||
<li class="pull-left ">
|
||||
<a href="https://acorneroftheweb.com">~/acorneroftheweb</a>
|
||||
<a href="https://acorneroftheweb.com/">~/acorneroftheweb</a>
|
||||
</li>
|
||||
|
||||
|
||||
|
@ -4,17 +4,16 @@
|
||||
<title>Writing on acorneroftheweb</title>
|
||||
<link>https://acorneroftheweb.com/categories/writing/</link>
|
||||
<description>Recent content in Writing on acorneroftheweb</description>
|
||||
<generator>Hugo -- gohugo.io</generator>
|
||||
<generator>Hugo</generator>
|
||||
<language>en-us</language>
|
||||
<lastBuildDate>Sat, 08 Apr 2023 14:27:28 +0200</lastBuildDate><atom:link href="https://acorneroftheweb.com/categories/writing/index.xml" rel="self" type="application/rss+xml" />
|
||||
<lastBuildDate>Sat, 08 Apr 2023 14:27:28 +0200</lastBuildDate>
|
||||
<atom:link href="https://acorneroftheweb.com/categories/writing/index.xml" rel="self" type="application/rss+xml" />
|
||||
<item>
|
||||
<title>"Writing"</title>
|
||||
<link>https://acorneroftheweb.com/post/2023/04/08/writing/</link>
|
||||
<pubDate>Sat, 08 Apr 2023 14:27:28 +0200</pubDate>
|
||||
|
||||
<guid>https://acorneroftheweb.com/post/2023/04/08/writing/</guid>
|
||||
<description>Writing can be hard sometimes. So just now, I am meant to be working on writing an essay and a report. The essay is more in the social sort of way, due to it being meant for analysis in a course on ethics and the report is for my bachelor thesis. Both of them are quite different from how I like to write about thing. When I start writing about things, it is more in the form of realizing my thoughts or progressing through a topic where I have some information, while gathering more.</description>
|
||||
<description><p>
Writing can be hard sometimes.
So just now, I am meant to be working on writing an essay and a report.
The essay is more in the social sort of way, due to it being meant for analysis in a course on ethics and the report is for my bachelor thesis.
Both of them are quite different from how I like to write about thing.
When I start writing about things, it is more in the form of realizing my thoughts or progressing through a topic where I have some information, while gathering more.</p></description>
|
||||
</item>
|
||||
|
||||
</channel>
|
||||
</rss>
|
||||
|
@ -1,7 +1,7 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en-us">
|
||||
<head>
|
||||
<meta name="generator" content="Hugo 0.111.3">
|
||||
<meta name="generator" content="Hugo 0.145.0">
|
||||
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/images/apple-touch-icon.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="/images/favicon-32x32.png">
|
||||
@ -22,7 +22,7 @@
|
||||
|
||||
|
||||
<li class="pull-left current">
|
||||
<a href="https://acorneroftheweb.com">~/acorneroftheweb</a>
|
||||
<a href="https://acorneroftheweb.com/">~/acorneroftheweb</a>
|
||||
</li>
|
||||
|
||||
|
||||
@ -56,7 +56,7 @@
|
||||
<div class="content-wrapper">
|
||||
|
||||
|
||||
<h2 id="welcome-to-this-little-corner-of-the-web-">Welcome to this little corner of the web. 💜</h2>
|
||||
<h2 id="welcome-to-this-little-corner-of-the-web-purple_heart">Welcome to this little corner of the web. 💜</h2>
|
||||
<p><img
|
||||
id="foxy"
|
||||
width="200"
|
||||
@ -65,10 +65,10 @@ alt="My profile pic"></p>
|
||||
<p>Hi (^0^)ノ</p>
|
||||
<p>I am Nor, or Pingu as some people call me.
|
||||
I think I finally have a good way to update this site so maybe I will make posts every now and then.</p>
|
||||
<p>My pronouns are either <strong>She/Her</strong> or <strong>They/Them</strong> and I am a fan of the Swedish pronoun <strong>Hen</strong> (fight me).
|
||||
I attend university at Chalmers in Gothenburg Sweden where I mostly just fuck around doing stuff that I find interesting.
|
||||
<p>My pronouns are either <strong>They/Them</strong> or <strong>She/Her</strong> and I am a fan of the Swedish pronoun <strong>Hen</strong> (fight me).
|
||||
I attend university at Chalmers in Gothenburg Sweden where I mostly do random stuff that I find interesting.
|
||||
That includes playing social games, such as tabletop but social deduction is where my heart lies.
|
||||
I am right now a part of the committee known as <a href="https://wiki.dtek.se/wiki/DHack">dHack</a> where we are trying to migrate servers at the moment.</p>
|
||||
I am right now a part of the committee known as <a href="https://wiki.dtek.se/wiki/J%C3%A4mst%C3%A4llD">JämställD</a>, but have been in other committees such as <a href="https://wiki.dtek.se/wiki/DHack">dHack</a>, <a href="https://wiki.dtek.se/wiki/DNS">DNS</a>, and <a href="https://wiki.dtek.se/wiki/DLude">DLude</a> previously.</p>
|
||||
<hr>
|
||||
<h2 id="posts">Posts</h2>
|
||||
|
||||
|
@ -4,73 +4,58 @@
|
||||
<title>Home on acorneroftheweb</title>
|
||||
<link>https://acorneroftheweb.com/</link>
|
||||
<description>Recent content in Home on acorneroftheweb</description>
|
||||
<generator>Hugo -- gohugo.io</generator>
|
||||
<generator>Hugo</generator>
|
||||
<language>en-us</language>
|
||||
<lastBuildDate>Fri, 22 Dec 2023 19:08:09 +0100</lastBuildDate><atom:link href="https://acorneroftheweb.com/index.xml" rel="self" type="application/rss+xml" />
|
||||
<lastBuildDate>Fri, 22 Dec 2023 19:08:09 +0100</lastBuildDate>
|
||||
<atom:link href="https://acorneroftheweb.com/index.xml" rel="self" type="application/rss+xml" />
|
||||
<item>
|
||||
<title>"Doctor Who and Steven Moffats fascinations"</title>
|
||||
<link>https://acorneroftheweb.com/post/2023/12/22/doctor-who-and-steven-moffats-fascinations/</link>
|
||||
<pubDate>Fri, 22 Dec 2023 19:08:09 +0100</pubDate>
|
||||
|
||||
<guid>https://acorneroftheweb.com/post/2023/12/22/doctor-who-and-steven-moffats-fascinations/</guid>
|
||||
<description>Recently I have started re-watching new who. It has been a while since I watched any of the episodes (Except for Blink which I every now and then watch as a standalone). The latest episodes chronologically I have watched were during Capaldi&#39;s era. I got a bit excited about the new doctor, and the fact that Davis is returning to the show (Also seeing something about a trans character helped).</description>
|
||||
<description><p>
Recently I have started re-watching new who.
It has been a while since I watched any of the episodes (Except for Blink which I every now and then watch as a standalone).
The latest episodes chronologically I have watched were during Capaldi&#39;s era.
I got a bit excited about the new doctor, and the fact that Davis is returning to the show (Also seeing something about a trans character helped).
Just the other day, I finished the conclusion to Tennant&#39;s run.</p></description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>"Me on switching to lightmode"</title>
|
||||
<link>https://acorneroftheweb.com/post/2023/10/24/me-on-switching-to-lightmode/</link>
|
||||
<pubDate>Tue, 24 Oct 2023 15:18:55 +0200</pubDate>
|
||||
|
||||
<guid>https://acorneroftheweb.com/post/2023/10/24/me-on-switching-to-lightmode/</guid>
|
||||
<description>Hey, I did a stoop and switch to lightmode a few days ago. SO far, it feels comfy in someways. I chose catppuccin latte as the theme. But what I don&#39;t fully get is how application such as discord are so very bad in lightmode. Like, I am using a theme, catppuccin discord, to ensure that it looks like the rest of my laptop but it looks very off when it comes to notifications.</description>
|
||||
<description><p>
Hey,
I did a stoop and switch to lightmode a few days ago.
SO far, it feels comfy in someways.
I chose <a href="https://github.com/catppuccin/catppuccin">catppuccin latte</a> as the theme.
But what I don&#39;t fully get is how application such as discord are so very bad in lightmode.
Like, I am using a theme, <a href="https://github.com/catppuccin/discord">catppuccin discord</a>, to ensure that it looks like the rest of my laptop but it looks very off when it comes to notifications.
Seeing that a discord has a new message, is almost hidden.
This is also true for default theme, so it left me wondering if people think about light themes?
I sure haven&#39;t, since I primarily have used darkmode everywhere I can for the last years.
Spotify has not implemented this addition for ~10 years now, as seen in <a href="https://community.spotify.com/t5/Live-Ideas/All-Platforms-Light-Mode-option/idi-p/730341">this request</a>.
It has 6k votes and is one of the ones with the most votes on the entire website.</p></description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>"My thoughts on Tears of the Kingdom"</title>
|
||||
<link>https://acorneroftheweb.com/post/2023/09/01/my-thoughts-on-tears-of-the-kingdom/</link>
|
||||
<pubDate>Fri, 01 Sep 2023 16:39:47 +0200</pubDate>
|
||||
|
||||
<guid>https://acorneroftheweb.com/post/2023/09/01/my-thoughts-on-tears-of-the-kingdom/</guid>
|
||||
<description>Hello again, been a while hasn&#39;t it? You know, existing can sometimes be just enough. During the summer, I started a playthrough of the new Zelda game and it leaves me with opinions. I thought I would write about it to explain my opinions on the game and fully understand what I even think. So let&#39;s get into it, shall we?
|
||||
Me and other Zelda games When I was a kid, I was introduced to Zelda by my uncles, playing Wind Waker, Link&#39;s awakening and later Twilight Princess.</description>
|
||||
<description><p>
Hello again, been a while hasn&#39;t it?
You know, existing can sometimes be just enough.
During the summer, I started a playthrough of the new Zelda game and it leaves me with opinions.
I thought I would write about it to explain my opinions on the game and fully understand what I even think.
So let&#39;s get into it, shall we?</p>
<div id="outline-container-headline-1" class="outline-2">
<h2 id="headline-1">
Me and other Zelda games
</h2>
<div id="outline-text-headline-1" class="outline-text-2">
<p>When I was a kid, I was introduced to Zelda by my uncles, playing Wind Waker, Link&#39;s awakening and later Twilight Princess.
It got me hooked on the games, the exploring was a great and going through dungeons.
I would go on to play most of the main line Zeldas and they offer different experiences but all offered something that I enjoyed.
The scope of Ocarina of time, the creepy nature of Majora&#39;s Mask, the plot of Skyward sword, it was all so much fun.</p></description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>"Legal name changed"</title>
|
||||
<link>https://acorneroftheweb.com/post/2023/04/18/legal-name-changed/</link>
|
||||
<pubDate>Tue, 18 Apr 2023 19:49:41 +0200</pubDate>
|
||||
|
||||
<guid>https://acorneroftheweb.com/post/2023/04/18/legal-name-changed/</guid>
|
||||
<description>I GOT MY LEGAL NAME CHANGED!!! HYPE!!!!
|
||||
It is now Nor Pingu Führ, and it feels good. The Pingu is the nickname I have used for multiple years now, and it is deeply related to me. So it feels great to have as a middle name.</description>
|
||||
<description><p>
I GOT MY LEGAL NAME CHANGED!!!
HYPE!!!!</p>
<p>
It is now Nor Pingu Führ, and it feels good.
The Pingu is the nickname I have used for multiple years now, and it is deeply related to me.
So it feels great to have as a middle name.</p></description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>"Writing"</title>
|
||||
<link>https://acorneroftheweb.com/post/2023/04/08/writing/</link>
|
||||
<pubDate>Sat, 08 Apr 2023 14:27:28 +0200</pubDate>
|
||||
|
||||
<guid>https://acorneroftheweb.com/post/2023/04/08/writing/</guid>
|
||||
<description>Writing can be hard sometimes. So just now, I am meant to be working on writing an essay and a report. The essay is more in the social sort of way, due to it being meant for analysis in a course on ethics and the report is for my bachelor thesis. Both of them are quite different from how I like to write about thing. When I start writing about things, it is more in the form of realizing my thoughts or progressing through a topic where I have some information, while gathering more.</description>
|
||||
<description><p>
Writing can be hard sometimes.
So just now, I am meant to be working on writing an essay and a report.
The essay is more in the social sort of way, due to it being meant for analysis in a course on ethics and the report is for my bachelor thesis.
Both of them are quite different from how I like to write about thing.
When I start writing about things, it is more in the form of realizing my thoughts or progressing through a topic where I have some information, while gathering more.</p></description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>"I got a Blåhaj"</title>
|
||||
<link>https://acorneroftheweb.com/post/2023/03/25/i-got-a-bl%C3%A5haj/</link>
|
||||
<pubDate>Sat, 25 Mar 2023 18:21:13 +0100</pubDate>
|
||||
|
||||
<guid>https://acorneroftheweb.com/post/2023/03/25/i-got-a-bl%C3%A5haj/</guid>
|
||||
<description>I went out today and got a Blåhaj and a Småhaj. It was nice.</description>
|
||||
<description><p>
I went out today and got a Blåhaj and a Småhaj.
It was nice.</p>
<img src="https://acorneroftheweb.com/images/posts/blahaj.jpg" alt="Picture of one big Blåhaj and a small Blåhaj sleeping in a bed" title="/images/posts/blahaj.jpg" width="400px"/></description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>"I am bad at reading"</title>
|
||||
<link>https://acorneroftheweb.com/post/2023/03/04/i-am-bad-at-reading/</link>
|
||||
<pubDate>Sat, 04 Mar 2023 17:43:38 +0100</pubDate>
|
||||
|
||||
<guid>https://acorneroftheweb.com/post/2023/03/04/i-am-bad-at-reading/</guid>
|
||||
<description>Setting up servers So recently, I have been setting up servers for my committee at uni and my own home server since I am transferring from a vps. Doing this, I have tried out using Nomad and Consul instead of ssh&#39;ing to the server and running docker-compose up or even launching the services manually. This approach has seeing how the docker logs look easier and I know that reverse proxy will be solved by itself.</description>
|
||||
<description><div id="outline-container-headline-1" class="outline-2">
<h2 id="headline-1">
Setting up servers
</h2>
<div id="outline-text-headline-1" class="outline-text-2">
<p>So recently, I have been setting up servers for my committee at uni and my own home server since I am transferring from a vps.
Doing this, I have tried out using <a href="https://github.com/hashicorp/nomad/">Nomad</a> and <a href="https://github.com/hashicorp/consul/">Consul</a> instead of ssh&#39;ing to the server and running <code>docker-compose up</code> or even launching the services manually.
This approach has seeing how the docker logs look easier and I know that reverse proxy will be solved by itself.</p></description>
|
||||
</item>
|
||||
|
||||
</channel>
|
||||
</rss>
|
||||
|
@ -21,7 +21,7 @@
|
||||
|
||||
|
||||
<li class="pull-left ">
|
||||
<a href="https://acorneroftheweb.com">~/acorneroftheweb</a>
|
||||
<a href="https://acorneroftheweb.com/">~/acorneroftheweb</a>
|
||||
</li>
|
||||
|
||||
|
||||
|
@ -21,7 +21,7 @@
|
||||
|
||||
|
||||
<li class="pull-left ">
|
||||
<a href="https://acorneroftheweb.com">~/acorneroftheweb</a>
|
||||
<a href="https://acorneroftheweb.com/">~/acorneroftheweb</a>
|
||||
</li>
|
||||
|
||||
|
||||
|
@ -21,7 +21,7 @@
|
||||
|
||||
|
||||
<li class="pull-left ">
|
||||
<a href="https://acorneroftheweb.com">~/acorneroftheweb</a>
|
||||
<a href="https://acorneroftheweb.com/">~/acorneroftheweb</a>
|
||||
</li>
|
||||
|
||||
|
||||
|
@ -21,7 +21,7 @@
|
||||
|
||||
|
||||
<li class="pull-left ">
|
||||
<a href="https://acorneroftheweb.com">~/acorneroftheweb</a>
|
||||
<a href="https://acorneroftheweb.com/">~/acorneroftheweb</a>
|
||||
</li>
|
||||
|
||||
|
||||
|
@ -21,7 +21,7 @@
|
||||
|
||||
|
||||
<li class="pull-left ">
|
||||
<a href="https://acorneroftheweb.com">~/acorneroftheweb</a>
|
||||
<a href="https://acorneroftheweb.com/">~/acorneroftheweb</a>
|
||||
</li>
|
||||
|
||||
|
||||
|
@ -21,7 +21,7 @@
|
||||
|
||||
|
||||
<li class="pull-left ">
|
||||
<a href="https://acorneroftheweb.com">~/acorneroftheweb</a>
|
||||
<a href="https://acorneroftheweb.com/">~/acorneroftheweb</a>
|
||||
</li>
|
||||
|
||||
|
||||
|
@ -21,7 +21,7 @@
|
||||
|
||||
|
||||
<li class="pull-left ">
|
||||
<a href="https://acorneroftheweb.com">~/acorneroftheweb</a>
|
||||
<a href="https://acorneroftheweb.com/">~/acorneroftheweb</a>
|
||||
</li>
|
||||
|
||||
|
||||
|
@ -21,7 +21,7 @@
|
||||
|
||||
|
||||
<li class="pull-left ">
|
||||
<a href="https://acorneroftheweb.com">~/acorneroftheweb</a>
|
||||
<a href="https://acorneroftheweb.com/">~/acorneroftheweb</a>
|
||||
</li>
|
||||
|
||||
|
||||
|
@ -4,73 +4,58 @@
|
||||
<title>Posts on acorneroftheweb</title>
|
||||
<link>https://acorneroftheweb.com/post/</link>
|
||||
<description>Recent content in Posts on acorneroftheweb</description>
|
||||
<generator>Hugo -- gohugo.io</generator>
|
||||
<generator>Hugo</generator>
|
||||
<language>en-us</language>
|
||||
<lastBuildDate>Fri, 22 Dec 2023 19:08:09 +0100</lastBuildDate><atom:link href="https://acorneroftheweb.com/post/index.xml" rel="self" type="application/rss+xml" />
|
||||
<lastBuildDate>Fri, 22 Dec 2023 19:08:09 +0100</lastBuildDate>
|
||||
<atom:link href="https://acorneroftheweb.com/post/index.xml" rel="self" type="application/rss+xml" />
|
||||
<item>
|
||||
<title>"Doctor Who and Steven Moffats fascinations"</title>
|
||||
<link>https://acorneroftheweb.com/post/2023/12/22/doctor-who-and-steven-moffats-fascinations/</link>
|
||||
<pubDate>Fri, 22 Dec 2023 19:08:09 +0100</pubDate>
|
||||
|
||||
<guid>https://acorneroftheweb.com/post/2023/12/22/doctor-who-and-steven-moffats-fascinations/</guid>
|
||||
<description>Recently I have started re-watching new who. It has been a while since I watched any of the episodes (Except for Blink which I every now and then watch as a standalone). The latest episodes chronologically I have watched were during Capaldi&#39;s era. I got a bit excited about the new doctor, and the fact that Davis is returning to the show (Also seeing something about a trans character helped).</description>
|
||||
<description><p>
Recently I have started re-watching new who.
It has been a while since I watched any of the episodes (Except for Blink which I every now and then watch as a standalone).
The latest episodes chronologically I have watched were during Capaldi&#39;s era.
I got a bit excited about the new doctor, and the fact that Davis is returning to the show (Also seeing something about a trans character helped).
Just the other day, I finished the conclusion to Tennant&#39;s run.</p></description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>"Me on switching to lightmode"</title>
|
||||
<link>https://acorneroftheweb.com/post/2023/10/24/me-on-switching-to-lightmode/</link>
|
||||
<pubDate>Tue, 24 Oct 2023 15:18:55 +0200</pubDate>
|
||||
|
||||
<guid>https://acorneroftheweb.com/post/2023/10/24/me-on-switching-to-lightmode/</guid>
|
||||
<description>Hey, I did a stoop and switch to lightmode a few days ago. SO far, it feels comfy in someways. I chose catppuccin latte as the theme. But what I don&#39;t fully get is how application such as discord are so very bad in lightmode. Like, I am using a theme, catppuccin discord, to ensure that it looks like the rest of my laptop but it looks very off when it comes to notifications.</description>
|
||||
<description><p>
Hey,
I did a stoop and switch to lightmode a few days ago.
SO far, it feels comfy in someways.
I chose <a href="https://github.com/catppuccin/catppuccin">catppuccin latte</a> as the theme.
But what I don&#39;t fully get is how application such as discord are so very bad in lightmode.
Like, I am using a theme, <a href="https://github.com/catppuccin/discord">catppuccin discord</a>, to ensure that it looks like the rest of my laptop but it looks very off when it comes to notifications.
Seeing that a discord has a new message, is almost hidden.
This is also true for default theme, so it left me wondering if people think about light themes?
I sure haven&#39;t, since I primarily have used darkmode everywhere I can for the last years.
Spotify has not implemented this addition for ~10 years now, as seen in <a href="https://community.spotify.com/t5/Live-Ideas/All-Platforms-Light-Mode-option/idi-p/730341">this request</a>.
It has 6k votes and is one of the ones with the most votes on the entire website.</p></description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>"My thoughts on Tears of the Kingdom"</title>
|
||||
<link>https://acorneroftheweb.com/post/2023/09/01/my-thoughts-on-tears-of-the-kingdom/</link>
|
||||
<pubDate>Fri, 01 Sep 2023 16:39:47 +0200</pubDate>
|
||||
|
||||
<guid>https://acorneroftheweb.com/post/2023/09/01/my-thoughts-on-tears-of-the-kingdom/</guid>
|
||||
<description>Hello again, been a while hasn&#39;t it? You know, existing can sometimes be just enough. During the summer, I started a playthrough of the new Zelda game and it leaves me with opinions. I thought I would write about it to explain my opinions on the game and fully understand what I even think. So let&#39;s get into it, shall we?
|
||||
Me and other Zelda games When I was a kid, I was introduced to Zelda by my uncles, playing Wind Waker, Link&#39;s awakening and later Twilight Princess.</description>
|
||||
<description><p>
Hello again, been a while hasn&#39;t it?
You know, existing can sometimes be just enough.
During the summer, I started a playthrough of the new Zelda game and it leaves me with opinions.
I thought I would write about it to explain my opinions on the game and fully understand what I even think.
So let&#39;s get into it, shall we?</p>
<div id="outline-container-headline-1" class="outline-2">
<h2 id="headline-1">
Me and other Zelda games
</h2>
<div id="outline-text-headline-1" class="outline-text-2">
<p>When I was a kid, I was introduced to Zelda by my uncles, playing Wind Waker, Link&#39;s awakening and later Twilight Princess.
It got me hooked on the games, the exploring was a great and going through dungeons.
I would go on to play most of the main line Zeldas and they offer different experiences but all offered something that I enjoyed.
The scope of Ocarina of time, the creepy nature of Majora&#39;s Mask, the plot of Skyward sword, it was all so much fun.</p></description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>"Legal name changed"</title>
|
||||
<link>https://acorneroftheweb.com/post/2023/04/18/legal-name-changed/</link>
|
||||
<pubDate>Tue, 18 Apr 2023 19:49:41 +0200</pubDate>
|
||||
|
||||
<guid>https://acorneroftheweb.com/post/2023/04/18/legal-name-changed/</guid>
|
||||
<description>I GOT MY LEGAL NAME CHANGED!!! HYPE!!!!
|
||||
It is now Nor Pingu Führ, and it feels good. The Pingu is the nickname I have used for multiple years now, and it is deeply related to me. So it feels great to have as a middle name.</description>
|
||||
<description><p>
I GOT MY LEGAL NAME CHANGED!!!
HYPE!!!!</p>
<p>
It is now Nor Pingu Führ, and it feels good.
The Pingu is the nickname I have used for multiple years now, and it is deeply related to me.
So it feels great to have as a middle name.</p></description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>"Writing"</title>
|
||||
<link>https://acorneroftheweb.com/post/2023/04/08/writing/</link>
|
||||
<pubDate>Sat, 08 Apr 2023 14:27:28 +0200</pubDate>
|
||||
|
||||
<guid>https://acorneroftheweb.com/post/2023/04/08/writing/</guid>
|
||||
<description>Writing can be hard sometimes. So just now, I am meant to be working on writing an essay and a report. The essay is more in the social sort of way, due to it being meant for analysis in a course on ethics and the report is for my bachelor thesis. Both of them are quite different from how I like to write about thing. When I start writing about things, it is more in the form of realizing my thoughts or progressing through a topic where I have some information, while gathering more.</description>
|
||||
<description><p>
Writing can be hard sometimes.
So just now, I am meant to be working on writing an essay and a report.
The essay is more in the social sort of way, due to it being meant for analysis in a course on ethics and the report is for my bachelor thesis.
Both of them are quite different from how I like to write about thing.
When I start writing about things, it is more in the form of realizing my thoughts or progressing through a topic where I have some information, while gathering more.</p></description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>"I got a Blåhaj"</title>
|
||||
<link>https://acorneroftheweb.com/post/2023/03/25/i-got-a-bl%C3%A5haj/</link>
|
||||
<pubDate>Sat, 25 Mar 2023 18:21:13 +0100</pubDate>
|
||||
|
||||
<guid>https://acorneroftheweb.com/post/2023/03/25/i-got-a-bl%C3%A5haj/</guid>
|
||||
<description>I went out today and got a Blåhaj and a Småhaj. It was nice.</description>
|
||||
<description><p>
I went out today and got a Blåhaj and a Småhaj.
It was nice.</p>
<img src="https://acorneroftheweb.com/images/posts/blahaj.jpg" alt="Picture of one big Blåhaj and a small Blåhaj sleeping in a bed" title="/images/posts/blahaj.jpg" width="400px"/></description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>"I am bad at reading"</title>
|
||||
<link>https://acorneroftheweb.com/post/2023/03/04/i-am-bad-at-reading/</link>
|
||||
<pubDate>Sat, 04 Mar 2023 17:43:38 +0100</pubDate>
|
||||
|
||||
<guid>https://acorneroftheweb.com/post/2023/03/04/i-am-bad-at-reading/</guid>
|
||||
<description>Setting up servers So recently, I have been setting up servers for my committee at uni and my own home server since I am transferring from a vps. Doing this, I have tried out using Nomad and Consul instead of ssh&#39;ing to the server and running docker-compose up or even launching the services manually. This approach has seeing how the docker logs look easier and I know that reverse proxy will be solved by itself.</description>
|
||||
<description><div id="outline-container-headline-1" class="outline-2">
<h2 id="headline-1">
Setting up servers
</h2>
<div id="outline-text-headline-1" class="outline-text-2">
<p>So recently, I have been setting up servers for my committee at uni and my own home server since I am transferring from a vps.
Doing this, I have tried out using <a href="https://github.com/hashicorp/nomad/">Nomad</a> and <a href="https://github.com/hashicorp/consul/">Consul</a> instead of ssh&#39;ing to the server and running <code>docker-compose up</code> or even launching the services manually.
This approach has seeing how the docker logs look easier and I know that reverse proxy will be solved by itself.</p></description>
|
||||
</item>
|
||||
|
||||
</channel>
|
||||
</rss>
|
||||
|
@ -35,10 +35,10 @@
|
||||
<loc>https://acorneroftheweb.com/tags/botw/</loc>
|
||||
<lastmod>2023-09-01T16:39:47+02:00</lastmod>
|
||||
</url><url>
|
||||
<loc>https://acorneroftheweb.com/tags/games/</loc>
|
||||
<loc>https://acorneroftheweb.com/categories/games/</loc>
|
||||
<lastmod>2023-09-01T16:39:47+02:00</lastmod>
|
||||
</url><url>
|
||||
<loc>https://acorneroftheweb.com/categories/games/</loc>
|
||||
<loc>https://acorneroftheweb.com/tags/games/</loc>
|
||||
<lastmod>2023-09-01T16:39:47+02:00</lastmod>
|
||||
</url><url>
|
||||
<loc>https://acorneroftheweb.com/tags/nintendo/</loc>
|
||||
@ -59,28 +59,28 @@
|
||||
<loc>https://acorneroftheweb.com/tags/mental_health/</loc>
|
||||
<lastmod>2023-04-18T19:49:41+02:00</lastmod>
|
||||
</url><url>
|
||||
<loc>https://acorneroftheweb.com/tags/trans/</loc>
|
||||
<loc>https://acorneroftheweb.com/categories/trans/</loc>
|
||||
<lastmod>2023-04-18T19:49:41+02:00</lastmod>
|
||||
</url><url>
|
||||
<loc>https://acorneroftheweb.com/categories/trans/</loc>
|
||||
<loc>https://acorneroftheweb.com/tags/trans/</loc>
|
||||
<lastmod>2023-04-18T19:49:41+02:00</lastmod>
|
||||
</url><url>
|
||||
<loc>https://acorneroftheweb.com/post/2023/04/08/writing/</loc>
|
||||
<lastmod>2023-04-08T14:27:28+02:00</lastmod>
|
||||
</url><url>
|
||||
<loc>https://acorneroftheweb.com/tags/writing/</loc>
|
||||
<loc>https://acorneroftheweb.com/categories/writing/</loc>
|
||||
<lastmod>2023-04-08T14:27:28+02:00</lastmod>
|
||||
</url><url>
|
||||
<loc>https://acorneroftheweb.com/categories/writing/</loc>
|
||||
<loc>https://acorneroftheweb.com/tags/writing/</loc>
|
||||
<lastmod>2023-04-08T14:27:28+02:00</lastmod>
|
||||
</url><url>
|
||||
<loc>https://acorneroftheweb.com/post/2023/03/25/i-got-a-bl%C3%A5haj/</loc>
|
||||
<lastmod>2023-03-25T18:21:13+01:00</lastmod>
|
||||
</url><url>
|
||||
<loc>https://acorneroftheweb.com/tags/bl%C3%A5haj/</loc>
|
||||
<loc>https://acorneroftheweb.com/categories/bl%C3%A5haj/</loc>
|
||||
<lastmod>2023-03-25T18:21:13+01:00</lastmod>
|
||||
</url><url>
|
||||
<loc>https://acorneroftheweb.com/categories/bl%C3%A5haj/</loc>
|
||||
<loc>https://acorneroftheweb.com/tags/bl%C3%A5haj/</loc>
|
||||
<lastmod>2023-03-25T18:21:13+01:00</lastmod>
|
||||
</url><url>
|
||||
<loc>https://acorneroftheweb.com/post/2023/03/04/i-am-bad-at-reading/</loc>
|
||||
@ -89,10 +89,10 @@
|
||||
<loc>https://acorneroftheweb.com/tags/documentation/</loc>
|
||||
<lastmod>2023-03-04T17:43:38+01:00</lastmod>
|
||||
</url><url>
|
||||
<loc>https://acorneroftheweb.com/tags/servers/</loc>
|
||||
<loc>https://acorneroftheweb.com/categories/servers/</loc>
|
||||
<lastmod>2023-03-04T17:43:38+01:00</lastmod>
|
||||
</url><url>
|
||||
<loc>https://acorneroftheweb.com/categories/servers/</loc>
|
||||
<loc>https://acorneroftheweb.com/tags/servers/</loc>
|
||||
<lastmod>2023-03-04T17:43:38+01:00</lastmod>
|
||||
</url>
|
||||
</urlset>
|
||||
|
@ -21,7 +21,7 @@
|
||||
|
||||
|
||||
<li class="pull-left ">
|
||||
<a href="https://acorneroftheweb.com">~/acorneroftheweb</a>
|
||||
<a href="https://acorneroftheweb.com/">~/acorneroftheweb</a>
|
||||
</li>
|
||||
|
||||
|
||||
|
@ -4,17 +4,16 @@
|
||||
<title>Blåhaj on acorneroftheweb</title>
|
||||
<link>https://acorneroftheweb.com/tags/bl%C3%A5haj/</link>
|
||||
<description>Recent content in Blåhaj on acorneroftheweb</description>
|
||||
<generator>Hugo -- gohugo.io</generator>
|
||||
<generator>Hugo</generator>
|
||||
<language>en-us</language>
|
||||
<lastBuildDate>Sat, 25 Mar 2023 18:21:13 +0100</lastBuildDate><atom:link href="https://acorneroftheweb.com/tags/bl%C3%A5haj/index.xml" rel="self" type="application/rss+xml" />
|
||||
<lastBuildDate>Sat, 25 Mar 2023 18:21:13 +0100</lastBuildDate>
|
||||
<atom:link href="https://acorneroftheweb.com/tags/bl%C3%A5haj/index.xml" rel="self" type="application/rss+xml" />
|
||||
<item>
|
||||
<title>"I got a Blåhaj"</title>
|
||||
<link>https://acorneroftheweb.com/post/2023/03/25/i-got-a-bl%C3%A5haj/</link>
|
||||
<pubDate>Sat, 25 Mar 2023 18:21:13 +0100</pubDate>
|
||||
|
||||
<guid>https://acorneroftheweb.com/post/2023/03/25/i-got-a-bl%C3%A5haj/</guid>
|
||||
<description>I went out today and got a Blåhaj and a Småhaj. It was nice.</description>
|
||||
<description><p>
I went out today and got a Blåhaj and a Småhaj.
It was nice.</p>
<img src="https://acorneroftheweb.com/images/posts/blahaj.jpg" alt="Picture of one big Blåhaj and a small Blåhaj sleeping in a bed" title="/images/posts/blahaj.jpg" width="400px"/></description>
|
||||
</item>
|
||||
|
||||
</channel>
|
||||
</rss>
|
||||
|
@ -21,7 +21,7 @@
|
||||
|
||||
|
||||
<li class="pull-left ">
|
||||
<a href="https://acorneroftheweb.com">~/acorneroftheweb</a>
|
||||
<a href="https://acorneroftheweb.com/">~/acorneroftheweb</a>
|
||||
</li>
|
||||
|
||||
|
||||
|
@ -4,18 +4,16 @@
|
||||
<title>BotW on acorneroftheweb</title>
|
||||
<link>https://acorneroftheweb.com/tags/botw/</link>
|
||||
<description>Recent content in BotW on acorneroftheweb</description>
|
||||
<generator>Hugo -- gohugo.io</generator>
|
||||
<generator>Hugo</generator>
|
||||
<language>en-us</language>
|
||||
<lastBuildDate>Fri, 01 Sep 2023 16:39:47 +0200</lastBuildDate><atom:link href="https://acorneroftheweb.com/tags/botw/index.xml" rel="self" type="application/rss+xml" />
|
||||
<lastBuildDate>Fri, 01 Sep 2023 16:39:47 +0200</lastBuildDate>
|
||||
<atom:link href="https://acorneroftheweb.com/tags/botw/index.xml" rel="self" type="application/rss+xml" />
|
||||
<item>
|
||||
<title>"My thoughts on Tears of the Kingdom"</title>
|
||||
<link>https://acorneroftheweb.com/post/2023/09/01/my-thoughts-on-tears-of-the-kingdom/</link>
|
||||
<pubDate>Fri, 01 Sep 2023 16:39:47 +0200</pubDate>
|
||||
|
||||
<guid>https://acorneroftheweb.com/post/2023/09/01/my-thoughts-on-tears-of-the-kingdom/</guid>
|
||||
<description>Hello again, been a while hasn&#39;t it? You know, existing can sometimes be just enough. During the summer, I started a playthrough of the new Zelda game and it leaves me with opinions. I thought I would write about it to explain my opinions on the game and fully understand what I even think. So let&#39;s get into it, shall we?
|
||||
Me and other Zelda games When I was a kid, I was introduced to Zelda by my uncles, playing Wind Waker, Link&#39;s awakening and later Twilight Princess.</description>
|
||||
<description><p>
Hello again, been a while hasn&#39;t it?
You know, existing can sometimes be just enough.
During the summer, I started a playthrough of the new Zelda game and it leaves me with opinions.
I thought I would write about it to explain my opinions on the game and fully understand what I even think.
So let&#39;s get into it, shall we?</p>
<div id="outline-container-headline-1" class="outline-2">
<h2 id="headline-1">
Me and other Zelda games
</h2>
<div id="outline-text-headline-1" class="outline-text-2">
<p>When I was a kid, I was introduced to Zelda by my uncles, playing Wind Waker, Link&#39;s awakening and later Twilight Princess.
It got me hooked on the games, the exploring was a great and going through dungeons.
I would go on to play most of the main line Zeldas and they offer different experiences but all offered something that I enjoyed.
The scope of Ocarina of time, the creepy nature of Majora&#39;s Mask, the plot of Skyward sword, it was all so much fun.</p></description>
|
||||
</item>
|
||||
|
||||
</channel>
|
||||
</rss>
|
||||
|
@ -21,7 +21,7 @@
|
||||
|
||||
|
||||
<li class="pull-left ">
|
||||
<a href="https://acorneroftheweb.com">~/acorneroftheweb</a>
|
||||
<a href="https://acorneroftheweb.com/">~/acorneroftheweb</a>
|
||||
</li>
|
||||
|
||||
|
||||
|
@ -4,17 +4,16 @@
|
||||
<title>Computer on acorneroftheweb</title>
|
||||
<link>https://acorneroftheweb.com/tags/computer/</link>
|
||||
<description>Recent content in Computer on acorneroftheweb</description>
|
||||
<generator>Hugo -- gohugo.io</generator>
|
||||
<generator>Hugo</generator>
|
||||
<language>en-us</language>
|
||||
<lastBuildDate>Tue, 24 Oct 2023 15:18:55 +0200</lastBuildDate><atom:link href="https://acorneroftheweb.com/tags/computer/index.xml" rel="self" type="application/rss+xml" />
|
||||
<lastBuildDate>Tue, 24 Oct 2023 15:18:55 +0200</lastBuildDate>
|
||||
<atom:link href="https://acorneroftheweb.com/tags/computer/index.xml" rel="self" type="application/rss+xml" />
|
||||
<item>
|
||||
<title>"Me on switching to lightmode"</title>
|
||||
<link>https://acorneroftheweb.com/post/2023/10/24/me-on-switching-to-lightmode/</link>
|
||||
<pubDate>Tue, 24 Oct 2023 15:18:55 +0200</pubDate>
|
||||
|
||||
<guid>https://acorneroftheweb.com/post/2023/10/24/me-on-switching-to-lightmode/</guid>
|
||||
<description>Hey, I did a stoop and switch to lightmode a few days ago. SO far, it feels comfy in someways. I chose catppuccin latte as the theme. But what I don&#39;t fully get is how application such as discord are so very bad in lightmode. Like, I am using a theme, catppuccin discord, to ensure that it looks like the rest of my laptop but it looks very off when it comes to notifications.</description>
|
||||
<description><p>
Hey,
I did a stoop and switch to lightmode a few days ago.
SO far, it feels comfy in someways.
I chose <a href="https://github.com/catppuccin/catppuccin">catppuccin latte</a> as the theme.
But what I don&#39;t fully get is how application such as discord are so very bad in lightmode.
Like, I am using a theme, <a href="https://github.com/catppuccin/discord">catppuccin discord</a>, to ensure that it looks like the rest of my laptop but it looks very off when it comes to notifications.
Seeing that a discord has a new message, is almost hidden.
This is also true for default theme, so it left me wondering if people think about light themes?
I sure haven&#39;t, since I primarily have used darkmode everywhere I can for the last years.
Spotify has not implemented this addition for ~10 years now, as seen in <a href="https://community.spotify.com/t5/Live-Ideas/All-Platforms-Light-Mode-option/idi-p/730341">this request</a>.
It has 6k votes and is one of the ones with the most votes on the entire website.</p></description>
|
||||
</item>
|
||||
|
||||
</channel>
|
||||
</rss>
|
||||
|
@ -21,7 +21,7 @@
|
||||
|
||||
|
||||
<li class="pull-left ">
|
||||
<a href="https://acorneroftheweb.com">~/acorneroftheweb</a>
|
||||
<a href="https://acorneroftheweb.com/">~/acorneroftheweb</a>
|
||||
</li>
|
||||
|
||||
|
||||
|
@ -4,17 +4,16 @@
|
||||
<title>Documentation on acorneroftheweb</title>
|
||||
<link>https://acorneroftheweb.com/tags/documentation/</link>
|
||||
<description>Recent content in Documentation on acorneroftheweb</description>
|
||||
<generator>Hugo -- gohugo.io</generator>
|
||||
<generator>Hugo</generator>
|
||||
<language>en-us</language>
|
||||
<lastBuildDate>Sat, 04 Mar 2023 17:43:38 +0100</lastBuildDate><atom:link href="https://acorneroftheweb.com/tags/documentation/index.xml" rel="self" type="application/rss+xml" />
|
||||
<lastBuildDate>Sat, 04 Mar 2023 17:43:38 +0100</lastBuildDate>
|
||||
<atom:link href="https://acorneroftheweb.com/tags/documentation/index.xml" rel="self" type="application/rss+xml" />
|
||||
<item>
|
||||
<title>"I am bad at reading"</title>
|
||||
<link>https://acorneroftheweb.com/post/2023/03/04/i-am-bad-at-reading/</link>
|
||||
<pubDate>Sat, 04 Mar 2023 17:43:38 +0100</pubDate>
|
||||
|
||||
<guid>https://acorneroftheweb.com/post/2023/03/04/i-am-bad-at-reading/</guid>
|
||||
<description>Setting up servers So recently, I have been setting up servers for my committee at uni and my own home server since I am transferring from a vps. Doing this, I have tried out using Nomad and Consul instead of ssh&#39;ing to the server and running docker-compose up or even launching the services manually. This approach has seeing how the docker logs look easier and I know that reverse proxy will be solved by itself.</description>
|
||||
<description><div id="outline-container-headline-1" class="outline-2">
<h2 id="headline-1">
Setting up servers
</h2>
<div id="outline-text-headline-1" class="outline-text-2">
<p>So recently, I have been setting up servers for my committee at uni and my own home server since I am transferring from a vps.
Doing this, I have tried out using <a href="https://github.com/hashicorp/nomad/">Nomad</a> and <a href="https://github.com/hashicorp/consul/">Consul</a> instead of ssh&#39;ing to the server and running <code>docker-compose up</code> or even launching the services manually.
This approach has seeing how the docker logs look easier and I know that reverse proxy will be solved by itself.</p></description>
|
||||
</item>
|
||||
|
||||
</channel>
|
||||
</rss>
|
||||
|
@ -21,7 +21,7 @@
|
||||
|
||||
|
||||
<li class="pull-left ">
|
||||
<a href="https://acorneroftheweb.com">~/acorneroftheweb</a>
|
||||
<a href="https://acorneroftheweb.com/">~/acorneroftheweb</a>
|
||||
</li>
|
||||
|
||||
|
||||
|
@ -4,18 +4,16 @@
|
||||
<title>Games on acorneroftheweb</title>
|
||||
<link>https://acorneroftheweb.com/tags/games/</link>
|
||||
<description>Recent content in Games on acorneroftheweb</description>
|
||||
<generator>Hugo -- gohugo.io</generator>
|
||||
<generator>Hugo</generator>
|
||||
<language>en-us</language>
|
||||
<lastBuildDate>Fri, 01 Sep 2023 16:39:47 +0200</lastBuildDate><atom:link href="https://acorneroftheweb.com/tags/games/index.xml" rel="self" type="application/rss+xml" />
|
||||
<lastBuildDate>Fri, 01 Sep 2023 16:39:47 +0200</lastBuildDate>
|
||||
<atom:link href="https://acorneroftheweb.com/tags/games/index.xml" rel="self" type="application/rss+xml" />
|
||||
<item>
|
||||
<title>"My thoughts on Tears of the Kingdom"</title>
|
||||
<link>https://acorneroftheweb.com/post/2023/09/01/my-thoughts-on-tears-of-the-kingdom/</link>
|
||||
<pubDate>Fri, 01 Sep 2023 16:39:47 +0200</pubDate>
|
||||
|
||||
<guid>https://acorneroftheweb.com/post/2023/09/01/my-thoughts-on-tears-of-the-kingdom/</guid>
|
||||
<description>Hello again, been a while hasn&#39;t it? You know, existing can sometimes be just enough. During the summer, I started a playthrough of the new Zelda game and it leaves me with opinions. I thought I would write about it to explain my opinions on the game and fully understand what I even think. So let&#39;s get into it, shall we?
|
||||
Me and other Zelda games When I was a kid, I was introduced to Zelda by my uncles, playing Wind Waker, Link&#39;s awakening and later Twilight Princess.</description>
|
||||
<description><p>
Hello again, been a while hasn&#39;t it?
You know, existing can sometimes be just enough.
During the summer, I started a playthrough of the new Zelda game and it leaves me with opinions.
I thought I would write about it to explain my opinions on the game and fully understand what I even think.
So let&#39;s get into it, shall we?</p>
<div id="outline-container-headline-1" class="outline-2">
<h2 id="headline-1">
Me and other Zelda games
</h2>
<div id="outline-text-headline-1" class="outline-text-2">
<p>When I was a kid, I was introduced to Zelda by my uncles, playing Wind Waker, Link&#39;s awakening and later Twilight Princess.
It got me hooked on the games, the exploring was a great and going through dungeons.
I would go on to play most of the main line Zeldas and they offer different experiences but all offered something that I enjoyed.
The scope of Ocarina of time, the creepy nature of Majora&#39;s Mask, the plot of Skyward sword, it was all so much fun.</p></description>
|
||||
</item>
|
||||
|
||||
</channel>
|
||||
</rss>
|
||||
|
@ -21,7 +21,7 @@
|
||||
|
||||
|
||||
<li class="pull-left ">
|
||||
<a href="https://acorneroftheweb.com">~/acorneroftheweb</a>
|
||||
<a href="https://acorneroftheweb.com/">~/acorneroftheweb</a>
|
||||
</li>
|
||||
|
||||
|
||||
|
@ -4,134 +4,107 @@
|
||||
<title>Tags on acorneroftheweb</title>
|
||||
<link>https://acorneroftheweb.com/tags/</link>
|
||||
<description>Recent content in Tags on acorneroftheweb</description>
|
||||
<generator>Hugo -- gohugo.io</generator>
|
||||
<generator>Hugo</generator>
|
||||
<language>en-us</language>
|
||||
<lastBuildDate>Tue, 24 Oct 2023 15:18:55 +0200</lastBuildDate><atom:link href="https://acorneroftheweb.com/tags/index.xml" rel="self" type="application/rss+xml" />
|
||||
<lastBuildDate>Tue, 24 Oct 2023 15:18:55 +0200</lastBuildDate>
|
||||
<atom:link href="https://acorneroftheweb.com/tags/index.xml" rel="self" type="application/rss+xml" />
|
||||
<item>
|
||||
<title>Computer</title>
|
||||
<link>https://acorneroftheweb.com/tags/computer/</link>
|
||||
<pubDate>Tue, 24 Oct 2023 15:18:55 +0200</pubDate>
|
||||
|
||||
<guid>https://acorneroftheweb.com/tags/computer/</guid>
|
||||
<description></description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>Light</title>
|
||||
<link>https://acorneroftheweb.com/tags/light/</link>
|
||||
<pubDate>Tue, 24 Oct 2023 15:18:55 +0200</pubDate>
|
||||
|
||||
<guid>https://acorneroftheweb.com/tags/light/</guid>
|
||||
<description></description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>BotW</title>
|
||||
<link>https://acorneroftheweb.com/tags/botw/</link>
|
||||
<pubDate>Fri, 01 Sep 2023 16:39:47 +0200</pubDate>
|
||||
|
||||
<guid>https://acorneroftheweb.com/tags/botw/</guid>
|
||||
<description></description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>Games</title>
|
||||
<link>https://acorneroftheweb.com/tags/games/</link>
|
||||
<pubDate>Fri, 01 Sep 2023 16:39:47 +0200</pubDate>
|
||||
|
||||
<guid>https://acorneroftheweb.com/tags/games/</guid>
|
||||
<description></description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>Nintendo</title>
|
||||
<link>https://acorneroftheweb.com/tags/nintendo/</link>
|
||||
<pubDate>Fri, 01 Sep 2023 16:39:47 +0200</pubDate>
|
||||
|
||||
<guid>https://acorneroftheweb.com/tags/nintendo/</guid>
|
||||
<description></description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>Switch</title>
|
||||
<link>https://acorneroftheweb.com/tags/switch/</link>
|
||||
<pubDate>Fri, 01 Sep 2023 16:39:47 +0200</pubDate>
|
||||
|
||||
<guid>https://acorneroftheweb.com/tags/switch/</guid>
|
||||
<description></description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>TotK</title>
|
||||
<link>https://acorneroftheweb.com/tags/totk/</link>
|
||||
<pubDate>Fri, 01 Sep 2023 16:39:47 +0200</pubDate>
|
||||
|
||||
<guid>https://acorneroftheweb.com/tags/totk/</guid>
|
||||
<description></description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>Zelda</title>
|
||||
<link>https://acorneroftheweb.com/tags/zelda/</link>
|
||||
<pubDate>Fri, 01 Sep 2023 16:39:47 +0200</pubDate>
|
||||
|
||||
<guid>https://acorneroftheweb.com/tags/zelda/</guid>
|
||||
<description></description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>Mental_health</title>
|
||||
<link>https://acorneroftheweb.com/tags/mental_health/</link>
|
||||
<pubDate>Tue, 18 Apr 2023 19:49:41 +0200</pubDate>
|
||||
|
||||
<guid>https://acorneroftheweb.com/tags/mental_health/</guid>
|
||||
<description></description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>Trans</title>
|
||||
<link>https://acorneroftheweb.com/tags/trans/</link>
|
||||
<pubDate>Tue, 18 Apr 2023 19:49:41 +0200</pubDate>
|
||||
|
||||
<guid>https://acorneroftheweb.com/tags/trans/</guid>
|
||||
<description></description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>Writing</title>
|
||||
<link>https://acorneroftheweb.com/tags/writing/</link>
|
||||
<pubDate>Sat, 08 Apr 2023 14:27:28 +0200</pubDate>
|
||||
|
||||
<guid>https://acorneroftheweb.com/tags/writing/</guid>
|
||||
<description></description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>Blåhaj</title>
|
||||
<link>https://acorneroftheweb.com/tags/bl%C3%A5haj/</link>
|
||||
<pubDate>Sat, 25 Mar 2023 18:21:13 +0100</pubDate>
|
||||
|
||||
<guid>https://acorneroftheweb.com/tags/bl%C3%A5haj/</guid>
|
||||
<description></description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>Documentation</title>
|
||||
<link>https://acorneroftheweb.com/tags/documentation/</link>
|
||||
<pubDate>Sat, 04 Mar 2023 17:43:38 +0100</pubDate>
|
||||
|
||||
<guid>https://acorneroftheweb.com/tags/documentation/</guid>
|
||||
<description></description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>Servers</title>
|
||||
<link>https://acorneroftheweb.com/tags/servers/</link>
|
||||
<pubDate>Sat, 04 Mar 2023 17:43:38 +0100</pubDate>
|
||||
|
||||
<guid>https://acorneroftheweb.com/tags/servers/</guid>
|
||||
<description></description>
|
||||
</item>
|
||||
|
||||
</channel>
|
||||
</rss>
|
||||
|
@ -21,7 +21,7 @@
|
||||
|
||||
|
||||
<li class="pull-left ">
|
||||
<a href="https://acorneroftheweb.com">~/acorneroftheweb</a>
|
||||
<a href="https://acorneroftheweb.com/">~/acorneroftheweb</a>
|
||||
</li>
|
||||
|
||||
|
||||
|
@ -4,17 +4,16 @@
|
||||
<title>Light on acorneroftheweb</title>
|
||||
<link>https://acorneroftheweb.com/tags/light/</link>
|
||||
<description>Recent content in Light on acorneroftheweb</description>
|
||||
<generator>Hugo -- gohugo.io</generator>
|
||||
<generator>Hugo</generator>
|
||||
<language>en-us</language>
|
||||
<lastBuildDate>Tue, 24 Oct 2023 15:18:55 +0200</lastBuildDate><atom:link href="https://acorneroftheweb.com/tags/light/index.xml" rel="self" type="application/rss+xml" />
|
||||
<lastBuildDate>Tue, 24 Oct 2023 15:18:55 +0200</lastBuildDate>
|
||||
<atom:link href="https://acorneroftheweb.com/tags/light/index.xml" rel="self" type="application/rss+xml" />
|
||||
<item>
|
||||
<title>"Me on switching to lightmode"</title>
|
||||
<link>https://acorneroftheweb.com/post/2023/10/24/me-on-switching-to-lightmode/</link>
|
||||
<pubDate>Tue, 24 Oct 2023 15:18:55 +0200</pubDate>
|
||||
|
||||
<guid>https://acorneroftheweb.com/post/2023/10/24/me-on-switching-to-lightmode/</guid>
|
||||
<description>Hey, I did a stoop and switch to lightmode a few days ago. SO far, it feels comfy in someways. I chose catppuccin latte as the theme. But what I don&#39;t fully get is how application such as discord are so very bad in lightmode. Like, I am using a theme, catppuccin discord, to ensure that it looks like the rest of my laptop but it looks very off when it comes to notifications.</description>
|
||||
<description><p>
Hey,
I did a stoop and switch to lightmode a few days ago.
SO far, it feels comfy in someways.
I chose <a href="https://github.com/catppuccin/catppuccin">catppuccin latte</a> as the theme.
But what I don&#39;t fully get is how application such as discord are so very bad in lightmode.
Like, I am using a theme, <a href="https://github.com/catppuccin/discord">catppuccin discord</a>, to ensure that it looks like the rest of my laptop but it looks very off when it comes to notifications.
Seeing that a discord has a new message, is almost hidden.
This is also true for default theme, so it left me wondering if people think about light themes?
I sure haven&#39;t, since I primarily have used darkmode everywhere I can for the last years.
Spotify has not implemented this addition for ~10 years now, as seen in <a href="https://community.spotify.com/t5/Live-Ideas/All-Platforms-Light-Mode-option/idi-p/730341">this request</a>.
It has 6k votes and is one of the ones with the most votes on the entire website.</p></description>
|
||||
</item>
|
||||
|
||||
</channel>
|
||||
</rss>
|
||||
|
@ -21,7 +21,7 @@
|
||||
|
||||
|
||||
<li class="pull-left ">
|
||||
<a href="https://acorneroftheweb.com">~/acorneroftheweb</a>
|
||||
<a href="https://acorneroftheweb.com/">~/acorneroftheweb</a>
|
||||
</li>
|
||||
|
||||
|
||||
|
@ -4,18 +4,16 @@
|
||||
<title>Mental_health on acorneroftheweb</title>
|
||||
<link>https://acorneroftheweb.com/tags/mental_health/</link>
|
||||
<description>Recent content in Mental_health on acorneroftheweb</description>
|
||||
<generator>Hugo -- gohugo.io</generator>
|
||||
<generator>Hugo</generator>
|
||||
<language>en-us</language>
|
||||
<lastBuildDate>Tue, 18 Apr 2023 19:49:41 +0200</lastBuildDate><atom:link href="https://acorneroftheweb.com/tags/mental_health/index.xml" rel="self" type="application/rss+xml" />
|
||||
<lastBuildDate>Tue, 18 Apr 2023 19:49:41 +0200</lastBuildDate>
|
||||
<atom:link href="https://acorneroftheweb.com/tags/mental_health/index.xml" rel="self" type="application/rss+xml" />
|
||||
<item>
|
||||
<title>"Legal name changed"</title>
|
||||
<link>https://acorneroftheweb.com/post/2023/04/18/legal-name-changed/</link>
|
||||
<pubDate>Tue, 18 Apr 2023 19:49:41 +0200</pubDate>
|
||||
|
||||
<guid>https://acorneroftheweb.com/post/2023/04/18/legal-name-changed/</guid>
|
||||
<description>I GOT MY LEGAL NAME CHANGED!!! HYPE!!!!
|
||||
It is now Nor Pingu Führ, and it feels good. The Pingu is the nickname I have used for multiple years now, and it is deeply related to me. So it feels great to have as a middle name.</description>
|
||||
<description><p>
I GOT MY LEGAL NAME CHANGED!!!
HYPE!!!!</p>
<p>
It is now Nor Pingu Führ, and it feels good.
The Pingu is the nickname I have used for multiple years now, and it is deeply related to me.
So it feels great to have as a middle name.</p></description>
|
||||
</item>
|
||||
|
||||
</channel>
|
||||
</rss>
|
||||
|
@ -21,7 +21,7 @@
|
||||
|
||||
|
||||
<li class="pull-left ">
|
||||
<a href="https://acorneroftheweb.com">~/acorneroftheweb</a>
|
||||
<a href="https://acorneroftheweb.com/">~/acorneroftheweb</a>
|
||||
</li>
|
||||
|
||||
|
||||
|
@ -4,18 +4,16 @@
|
||||
<title>Nintendo on acorneroftheweb</title>
|
||||
<link>https://acorneroftheweb.com/tags/nintendo/</link>
|
||||
<description>Recent content in Nintendo on acorneroftheweb</description>
|
||||
<generator>Hugo -- gohugo.io</generator>
|
||||
<generator>Hugo</generator>
|
||||
<language>en-us</language>
|
||||
<lastBuildDate>Fri, 01 Sep 2023 16:39:47 +0200</lastBuildDate><atom:link href="https://acorneroftheweb.com/tags/nintendo/index.xml" rel="self" type="application/rss+xml" />
|
||||
<lastBuildDate>Fri, 01 Sep 2023 16:39:47 +0200</lastBuildDate>
|
||||
<atom:link href="https://acorneroftheweb.com/tags/nintendo/index.xml" rel="self" type="application/rss+xml" />
|
||||
<item>
|
||||
<title>"My thoughts on Tears of the Kingdom"</title>
|
||||
<link>https://acorneroftheweb.com/post/2023/09/01/my-thoughts-on-tears-of-the-kingdom/</link>
|
||||
<pubDate>Fri, 01 Sep 2023 16:39:47 +0200</pubDate>
|
||||
|
||||
<guid>https://acorneroftheweb.com/post/2023/09/01/my-thoughts-on-tears-of-the-kingdom/</guid>
|
||||
<description>Hello again, been a while hasn&#39;t it? You know, existing can sometimes be just enough. During the summer, I started a playthrough of the new Zelda game and it leaves me with opinions. I thought I would write about it to explain my opinions on the game and fully understand what I even think. So let&#39;s get into it, shall we?
|
||||
Me and other Zelda games When I was a kid, I was introduced to Zelda by my uncles, playing Wind Waker, Link&#39;s awakening and later Twilight Princess.</description>
|
||||
<description><p>
Hello again, been a while hasn&#39;t it?
You know, existing can sometimes be just enough.
During the summer, I started a playthrough of the new Zelda game and it leaves me with opinions.
I thought I would write about it to explain my opinions on the game and fully understand what I even think.
So let&#39;s get into it, shall we?</p>
<div id="outline-container-headline-1" class="outline-2">
<h2 id="headline-1">
Me and other Zelda games
</h2>
<div id="outline-text-headline-1" class="outline-text-2">
<p>When I was a kid, I was introduced to Zelda by my uncles, playing Wind Waker, Link&#39;s awakening and later Twilight Princess.
It got me hooked on the games, the exploring was a great and going through dungeons.
I would go on to play most of the main line Zeldas and they offer different experiences but all offered something that I enjoyed.
The scope of Ocarina of time, the creepy nature of Majora&#39;s Mask, the plot of Skyward sword, it was all so much fun.</p></description>
|
||||
</item>
|
||||
|
||||
</channel>
|
||||
</rss>
|
||||
|
@ -21,7 +21,7 @@
|
||||
|
||||
|
||||
<li class="pull-left ">
|
||||
<a href="https://acorneroftheweb.com">~/acorneroftheweb</a>
|
||||
<a href="https://acorneroftheweb.com/">~/acorneroftheweb</a>
|
||||
</li>
|
||||
|
||||
|
||||
|
@ -4,17 +4,16 @@
|
||||
<title>Servers on acorneroftheweb</title>
|
||||
<link>https://acorneroftheweb.com/tags/servers/</link>
|
||||
<description>Recent content in Servers on acorneroftheweb</description>
|
||||
<generator>Hugo -- gohugo.io</generator>
|
||||
<generator>Hugo</generator>
|
||||
<language>en-us</language>
|
||||
<lastBuildDate>Sat, 04 Mar 2023 17:43:38 +0100</lastBuildDate><atom:link href="https://acorneroftheweb.com/tags/servers/index.xml" rel="self" type="application/rss+xml" />
|
||||
<lastBuildDate>Sat, 04 Mar 2023 17:43:38 +0100</lastBuildDate>
|
||||
<atom:link href="https://acorneroftheweb.com/tags/servers/index.xml" rel="self" type="application/rss+xml" />
|
||||
<item>
|
||||
<title>"I am bad at reading"</title>
|
||||
<link>https://acorneroftheweb.com/post/2023/03/04/i-am-bad-at-reading/</link>
|
||||
<pubDate>Sat, 04 Mar 2023 17:43:38 +0100</pubDate>
|
||||
|
||||
<guid>https://acorneroftheweb.com/post/2023/03/04/i-am-bad-at-reading/</guid>
|
||||
<description>Setting up servers So recently, I have been setting up servers for my committee at uni and my own home server since I am transferring from a vps. Doing this, I have tried out using Nomad and Consul instead of ssh&#39;ing to the server and running docker-compose up or even launching the services manually. This approach has seeing how the docker logs look easier and I know that reverse proxy will be solved by itself.</description>
|
||||
<description><div id="outline-container-headline-1" class="outline-2">
<h2 id="headline-1">
Setting up servers
</h2>
<div id="outline-text-headline-1" class="outline-text-2">
<p>So recently, I have been setting up servers for my committee at uni and my own home server since I am transferring from a vps.
Doing this, I have tried out using <a href="https://github.com/hashicorp/nomad/">Nomad</a> and <a href="https://github.com/hashicorp/consul/">Consul</a> instead of ssh&#39;ing to the server and running <code>docker-compose up</code> or even launching the services manually.
This approach has seeing how the docker logs look easier and I know that reverse proxy will be solved by itself.</p></description>
|
||||
</item>
|
||||
|
||||
</channel>
|
||||
</rss>
|
||||
|
@ -21,7 +21,7 @@
|
||||
|
||||
|
||||
<li class="pull-left ">
|
||||
<a href="https://acorneroftheweb.com">~/acorneroftheweb</a>
|
||||
<a href="https://acorneroftheweb.com/">~/acorneroftheweb</a>
|
||||
</li>
|
||||
|
||||
|
||||
|
@ -4,18 +4,16 @@
|
||||
<title>Switch on acorneroftheweb</title>
|
||||
<link>https://acorneroftheweb.com/tags/switch/</link>
|
||||
<description>Recent content in Switch on acorneroftheweb</description>
|
||||
<generator>Hugo -- gohugo.io</generator>
|
||||
<generator>Hugo</generator>
|
||||
<language>en-us</language>
|
||||
<lastBuildDate>Fri, 01 Sep 2023 16:39:47 +0200</lastBuildDate><atom:link href="https://acorneroftheweb.com/tags/switch/index.xml" rel="self" type="application/rss+xml" />
|
||||
<lastBuildDate>Fri, 01 Sep 2023 16:39:47 +0200</lastBuildDate>
|
||||
<atom:link href="https://acorneroftheweb.com/tags/switch/index.xml" rel="self" type="application/rss+xml" />
|
||||
<item>
|
||||
<title>"My thoughts on Tears of the Kingdom"</title>
|
||||
<link>https://acorneroftheweb.com/post/2023/09/01/my-thoughts-on-tears-of-the-kingdom/</link>
|
||||
<pubDate>Fri, 01 Sep 2023 16:39:47 +0200</pubDate>
|
||||
|
||||
<guid>https://acorneroftheweb.com/post/2023/09/01/my-thoughts-on-tears-of-the-kingdom/</guid>
|
||||
<description>Hello again, been a while hasn&#39;t it? You know, existing can sometimes be just enough. During the summer, I started a playthrough of the new Zelda game and it leaves me with opinions. I thought I would write about it to explain my opinions on the game and fully understand what I even think. So let&#39;s get into it, shall we?
|
||||
Me and other Zelda games When I was a kid, I was introduced to Zelda by my uncles, playing Wind Waker, Link&#39;s awakening and later Twilight Princess.</description>
|
||||
<description><p>
Hello again, been a while hasn&#39;t it?
You know, existing can sometimes be just enough.
During the summer, I started a playthrough of the new Zelda game and it leaves me with opinions.
I thought I would write about it to explain my opinions on the game and fully understand what I even think.
So let&#39;s get into it, shall we?</p>
<div id="outline-container-headline-1" class="outline-2">
<h2 id="headline-1">
Me and other Zelda games
</h2>
<div id="outline-text-headline-1" class="outline-text-2">
<p>When I was a kid, I was introduced to Zelda by my uncles, playing Wind Waker, Link&#39;s awakening and later Twilight Princess.
It got me hooked on the games, the exploring was a great and going through dungeons.
I would go on to play most of the main line Zeldas and they offer different experiences but all offered something that I enjoyed.
The scope of Ocarina of time, the creepy nature of Majora&#39;s Mask, the plot of Skyward sword, it was all so much fun.</p></description>
|
||||
</item>
|
||||
|
||||
</channel>
|
||||
</rss>
|
||||
|
@ -21,7 +21,7 @@
|
||||
|
||||
|
||||
<li class="pull-left ">
|
||||
<a href="https://acorneroftheweb.com">~/acorneroftheweb</a>
|
||||
<a href="https://acorneroftheweb.com/">~/acorneroftheweb</a>
|
||||
</li>
|
||||
|
||||
|
||||
|
@ -4,18 +4,16 @@
|
||||
<title>TotK on acorneroftheweb</title>
|
||||
<link>https://acorneroftheweb.com/tags/totk/</link>
|
||||
<description>Recent content in TotK on acorneroftheweb</description>
|
||||
<generator>Hugo -- gohugo.io</generator>
|
||||
<generator>Hugo</generator>
|
||||
<language>en-us</language>
|
||||
<lastBuildDate>Fri, 01 Sep 2023 16:39:47 +0200</lastBuildDate><atom:link href="https://acorneroftheweb.com/tags/totk/index.xml" rel="self" type="application/rss+xml" />
|
||||
<lastBuildDate>Fri, 01 Sep 2023 16:39:47 +0200</lastBuildDate>
|
||||
<atom:link href="https://acorneroftheweb.com/tags/totk/index.xml" rel="self" type="application/rss+xml" />
|
||||
<item>
|
||||
<title>"My thoughts on Tears of the Kingdom"</title>
|
||||
<link>https://acorneroftheweb.com/post/2023/09/01/my-thoughts-on-tears-of-the-kingdom/</link>
|
||||
<pubDate>Fri, 01 Sep 2023 16:39:47 +0200</pubDate>
|
||||
|
||||
<guid>https://acorneroftheweb.com/post/2023/09/01/my-thoughts-on-tears-of-the-kingdom/</guid>
|
||||
<description>Hello again, been a while hasn&#39;t it? You know, existing can sometimes be just enough. During the summer, I started a playthrough of the new Zelda game and it leaves me with opinions. I thought I would write about it to explain my opinions on the game and fully understand what I even think. So let&#39;s get into it, shall we?
|
||||
Me and other Zelda games When I was a kid, I was introduced to Zelda by my uncles, playing Wind Waker, Link&#39;s awakening and later Twilight Princess.</description>
|
||||
<description><p>
Hello again, been a while hasn&#39;t it?
You know, existing can sometimes be just enough.
During the summer, I started a playthrough of the new Zelda game and it leaves me with opinions.
I thought I would write about it to explain my opinions on the game and fully understand what I even think.
So let&#39;s get into it, shall we?</p>
<div id="outline-container-headline-1" class="outline-2">
<h2 id="headline-1">
Me and other Zelda games
</h2>
<div id="outline-text-headline-1" class="outline-text-2">
<p>When I was a kid, I was introduced to Zelda by my uncles, playing Wind Waker, Link&#39;s awakening and later Twilight Princess.
It got me hooked on the games, the exploring was a great and going through dungeons.
I would go on to play most of the main line Zeldas and they offer different experiences but all offered something that I enjoyed.
The scope of Ocarina of time, the creepy nature of Majora&#39;s Mask, the plot of Skyward sword, it was all so much fun.</p></description>
|
||||
</item>
|
||||
|
||||
</channel>
|
||||
</rss>
|
||||
|
@ -21,7 +21,7 @@
|
||||
|
||||
|
||||
<li class="pull-left ">
|
||||
<a href="https://acorneroftheweb.com">~/acorneroftheweb</a>
|
||||
<a href="https://acorneroftheweb.com/">~/acorneroftheweb</a>
|
||||
</li>
|
||||
|
||||
|
||||
|
@ -4,18 +4,16 @@
|
||||
<title>Trans on acorneroftheweb</title>
|
||||
<link>https://acorneroftheweb.com/tags/trans/</link>
|
||||
<description>Recent content in Trans on acorneroftheweb</description>
|
||||
<generator>Hugo -- gohugo.io</generator>
|
||||
<generator>Hugo</generator>
|
||||
<language>en-us</language>
|
||||
<lastBuildDate>Tue, 18 Apr 2023 19:49:41 +0200</lastBuildDate><atom:link href="https://acorneroftheweb.com/tags/trans/index.xml" rel="self" type="application/rss+xml" />
|
||||
<lastBuildDate>Tue, 18 Apr 2023 19:49:41 +0200</lastBuildDate>
|
||||
<atom:link href="https://acorneroftheweb.com/tags/trans/index.xml" rel="self" type="application/rss+xml" />
|
||||
<item>
|
||||
<title>"Legal name changed"</title>
|
||||
<link>https://acorneroftheweb.com/post/2023/04/18/legal-name-changed/</link>
|
||||
<pubDate>Tue, 18 Apr 2023 19:49:41 +0200</pubDate>
|
||||
|
||||
<guid>https://acorneroftheweb.com/post/2023/04/18/legal-name-changed/</guid>
|
||||
<description>I GOT MY LEGAL NAME CHANGED!!! HYPE!!!!
|
||||
It is now Nor Pingu Führ, and it feels good. The Pingu is the nickname I have used for multiple years now, and it is deeply related to me. So it feels great to have as a middle name.</description>
|
||||
<description><p>
I GOT MY LEGAL NAME CHANGED!!!
HYPE!!!!</p>
<p>
It is now Nor Pingu Führ, and it feels good.
The Pingu is the nickname I have used for multiple years now, and it is deeply related to me.
So it feels great to have as a middle name.</p></description>
|
||||
</item>
|
||||
|
||||
</channel>
|
||||
</rss>
|
||||
|
@ -21,7 +21,7 @@
|
||||
|
||||
|
||||
<li class="pull-left ">
|
||||
<a href="https://acorneroftheweb.com">~/acorneroftheweb</a>
|
||||
<a href="https://acorneroftheweb.com/">~/acorneroftheweb</a>
|
||||
</li>
|
||||
|
||||
|
||||
|
@ -4,17 +4,16 @@
|
||||
<title>Writing on acorneroftheweb</title>
|
||||
<link>https://acorneroftheweb.com/tags/writing/</link>
|
||||
<description>Recent content in Writing on acorneroftheweb</description>
|
||||
<generator>Hugo -- gohugo.io</generator>
|
||||
<generator>Hugo</generator>
|
||||
<language>en-us</language>
|
||||
<lastBuildDate>Sat, 08 Apr 2023 14:27:28 +0200</lastBuildDate><atom:link href="https://acorneroftheweb.com/tags/writing/index.xml" rel="self" type="application/rss+xml" />
|
||||
<lastBuildDate>Sat, 08 Apr 2023 14:27:28 +0200</lastBuildDate>
|
||||
<atom:link href="https://acorneroftheweb.com/tags/writing/index.xml" rel="self" type="application/rss+xml" />
|
||||
<item>
|
||||
<title>"Writing"</title>
|
||||
<link>https://acorneroftheweb.com/post/2023/04/08/writing/</link>
|
||||
<pubDate>Sat, 08 Apr 2023 14:27:28 +0200</pubDate>
|
||||
|
||||
<guid>https://acorneroftheweb.com/post/2023/04/08/writing/</guid>
|
||||
<description>Writing can be hard sometimes. So just now, I am meant to be working on writing an essay and a report. The essay is more in the social sort of way, due to it being meant for analysis in a course on ethics and the report is for my bachelor thesis. Both of them are quite different from how I like to write about thing. When I start writing about things, it is more in the form of realizing my thoughts or progressing through a topic where I have some information, while gathering more.</description>
|
||||
<description><p>
Writing can be hard sometimes.
So just now, I am meant to be working on writing an essay and a report.
The essay is more in the social sort of way, due to it being meant for analysis in a course on ethics and the report is for my bachelor thesis.
Both of them are quite different from how I like to write about thing.
When I start writing about things, it is more in the form of realizing my thoughts or progressing through a topic where I have some information, while gathering more.</p></description>
|
||||
</item>
|
||||
|
||||
</channel>
|
||||
</rss>
|
||||
|
@ -21,7 +21,7 @@
|
||||
|
||||
|
||||
<li class="pull-left ">
|
||||
<a href="https://acorneroftheweb.com">~/acorneroftheweb</a>
|
||||
<a href="https://acorneroftheweb.com/">~/acorneroftheweb</a>
|
||||
</li>
|
||||
|
||||
|
||||
|
@ -4,18 +4,16 @@
|
||||
<title>Zelda on acorneroftheweb</title>
|
||||
<link>https://acorneroftheweb.com/tags/zelda/</link>
|
||||
<description>Recent content in Zelda on acorneroftheweb</description>
|
||||
<generator>Hugo -- gohugo.io</generator>
|
||||
<generator>Hugo</generator>
|
||||
<language>en-us</language>
|
||||
<lastBuildDate>Fri, 01 Sep 2023 16:39:47 +0200</lastBuildDate><atom:link href="https://acorneroftheweb.com/tags/zelda/index.xml" rel="self" type="application/rss+xml" />
|
||||
<lastBuildDate>Fri, 01 Sep 2023 16:39:47 +0200</lastBuildDate>
|
||||
<atom:link href="https://acorneroftheweb.com/tags/zelda/index.xml" rel="self" type="application/rss+xml" />
|
||||
<item>
|
||||
<title>"My thoughts on Tears of the Kingdom"</title>
|
||||
<link>https://acorneroftheweb.com/post/2023/09/01/my-thoughts-on-tears-of-the-kingdom/</link>
|
||||
<pubDate>Fri, 01 Sep 2023 16:39:47 +0200</pubDate>
|
||||
|
||||
<guid>https://acorneroftheweb.com/post/2023/09/01/my-thoughts-on-tears-of-the-kingdom/</guid>
|
||||
<description>Hello again, been a while hasn&#39;t it? You know, existing can sometimes be just enough. During the summer, I started a playthrough of the new Zelda game and it leaves me with opinions. I thought I would write about it to explain my opinions on the game and fully understand what I even think. So let&#39;s get into it, shall we?
|
||||
Me and other Zelda games When I was a kid, I was introduced to Zelda by my uncles, playing Wind Waker, Link&#39;s awakening and later Twilight Princess.</description>
|
||||
<description><p>
Hello again, been a while hasn&#39;t it?
You know, existing can sometimes be just enough.
During the summer, I started a playthrough of the new Zelda game and it leaves me with opinions.
I thought I would write about it to explain my opinions on the game and fully understand what I even think.
So let&#39;s get into it, shall we?</p>
<div id="outline-container-headline-1" class="outline-2">
<h2 id="headline-1">
Me and other Zelda games
</h2>
<div id="outline-text-headline-1" class="outline-text-2">
<p>When I was a kid, I was introduced to Zelda by my uncles, playing Wind Waker, Link&#39;s awakening and later Twilight Princess.
It got me hooked on the games, the exploring was a great and going through dungeons.
I would go on to play most of the main line Zeldas and they offer different experiences but all offered something that I enjoyed.
The scope of Ocarina of time, the creepy nature of Majora&#39;s Mask, the plot of Skyward sword, it was all so much fun.</p></description>
|
||||
</item>
|
||||
|
||||
</channel>
|
||||
</rss>
|
||||
|
Loading…
Reference in New Issue
Block a user