Compare commits

..

6 Commits

Author SHA1 Message Date
98305ca01c New post 2025-07-12 20:57:16 +02:00
670c5e99b0 Fix some small updates 2025-03-14 22:04:21 +01:00
a98e3a4d42 Mjapp, new post 2023-12-22 19:34:48 +01:00
ee684dd842 New post 2023-10-24 16:43:20 +02:00
4c4bf09be7 Hide direnv stuffs 2023-09-01 16:42:36 +02:00
65f51d99c6 welp, that was a post 2023-09-01 16:41:43 +02:00
86 changed files with 3109 additions and 571 deletions

2
.envrc
View File

@ -1 +1 @@
use nix
use flake

2
.gitignore vendored
View File

@ -13,3 +13,5 @@ hugo.linux
# Temporary lock file while building
/.hugo_build.lock
.direnv/

View File

@ -16,10 +16,10 @@ Hi (^^)
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.
---

View File

@ -2,7 +2,7 @@
#+date: 2023-03-04T17:43:38+01:00
#+draft: false
#+categories[]: Servers
#+tags[]: Documentation, Servers
#+tags[]: Documentation Servers
* 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.

View File

@ -0,0 +1,24 @@
#+title: "Me on switching to lightmode"
#+date: 2023-10-24T15:18:55+02:00
#+draft: false
#+categories[]: Theme
#+tags[]: Light Computer
Hey,
I did a stoop and switch to lightmode a few days ago.
SO far, it feels comfy in someways.
I chose [[https://github.com/catppuccin/catppuccin][catppuccin latte]] as the theme.
But what I don't fully get is how application such as discord are so very bad in lightmode.
Like, I am using a theme, [[https://github.com/catppuccin/discord][catppuccin discord]], 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'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 [[https://community.spotify.com/t5/Live-Ideas/All-Platforms-Light-Mode-option/idi-p/730341][this request]].
It has 6k votes and is one of the ones with the most votes on the entire website.
Anyway, I think the main thing that has really allowed me to do the switch is having a bluelight filter.
I have been using one on my desktop for ages, barely thinking about it.
My laptop has, however not had one due to mainly using it at day time and indoors.
So now, I can go out and use it and not be surprised when having sunlight at the screen while using it.
All this was done to procrastinate instead of studying for my exams in 2 respective 4 days, lel ;P.

View File

@ -2,7 +2,7 @@
#+date: 2023-04-18T19:49:41+02:00
#+draft: false
#+categories[]: Trans
#+tags[]: Trans, Mental health
#+tags[]: Trans Mental_health
I GOT MY LEGAL NAME CHANGED!!!

53
content/post/nixos.org Normal file
View File

@ -0,0 +1,53 @@
#+title: "NixOS, or why I would love a new introduction"
#+date: 2025-07-12T19:56:56+02:00
#+draft: false
#+categories[]: Computer
#+tags[]: Computer Operating_System NixOS
I have been using NixOS for the last 2 years now.
I got introduced to it by friends, who had changed their entire workflow to accommodate it.
I was a bit skeptical at the beginning, tried installing the package manager to my arch install at the time, but didn't fully understand how I was supposed to use it in conjunction with how I was my computer at the time.
However, in the summer of 2023, I decided to take the plunge, and go the full way, with a new install.
Having run this type of setup for two years now, I have to admit it.
NixOS makes certain aspects of using my computer easier.
As of recent, I have had to change the laptop that I was using.
With Nix as the base, I was able to make it usable, in way faster time than I think I would have been able with an Arch installation.
There are some aspects that make it harder though, since that laptop needed to make sure it worked as intended, such as disabling TLP and patching the kernel.
It also allowed me to resume my work on my current master thesis, since I could just pull the git repo and use nix develop to get all the dependencies for that work in specifics.
* Configuration
A friend of mine recently decided to try and do the switch themselves.
He has been an avid Arch fan boy for the last 2 years, since he got mad at Fedora for bricking his install (I genuinely do not understand how that happened).
He has been a bit particular however, refusing to configure software to ensure that he is able to use them anywhere, and to not have to learn esoteric languages for just one program.
I find this very sensible, while I approach it completely differently.
I want software customized to me, for me to act as best as I can within it.
Anyway, this has lead to some confusion about Nix, and why things are as they are.
For example, how is Git, as defined in Home-Manager, able to configure it as it does?
And that is an implementation detail, but it is quite important for a user of Nix.
Why does Nix gatekeep the most foundational aspect of using Nix according to most users behind an Experimental-feature wall?
Now, I don't have the answers for these, since I am not yet a contributor to Nix, or well versed in the ecosystem, if I am being honest.
* A better introduction
A comment was made about the [[https://nixos.org/manual/nixos/stable/][installation guide]], about how it is not adequate, and I wouldn't know, I didn't read it when I got NixOS.
Like most of Nix documentation, it is a bit overwhelming and hard to navigate.
I like [[https://wiki.archlinux.org/title/Installation_guide][Arch's install guide]], since it is easier to search, and it segments the parts into different pages.
So, if I were to change anything, I would split this up, making sure that they are condensed into small, concrete parts.
An approach of this that I like is [[https://github.com/rust-lang/mdBook][mdbook]]. One could therefore keep the more general structure of the guide, but each subsection is it's own page.
Another aspect that would change is that an introduction should try to convey one way.
NixOS tries to introduce flakes in the [[https://nixos.org/manual/nixos/stable/#sec-installation-manual-installing][Installing section]], but never explaining what it is, or linking further.
Either you introduce a concept, link to more info, or you do not mention it.
There are also several ways of managing the system that are not a good way of handling NixOS specifically.
Why is the [[https://nixos.org/manual/nixos/stable/#sec-ad-hoc-packages][Ad-hoc]] way of using Nix even introduced, when it goes against the ideals of having a reproducible system?
Why introduce manual user management?
Further, it talks about a lot of different programs that a user may want to install.
This does however not teach the user to actually figure out where to find options.
Why isn't [[https://search.nixos.org][search.nixos.org]] introduced?
An optimal guide would introduce how to create a system, using the most commonly accepted methods, such as flakes.
You can introduce flakes as adding the ability to create a lock file like =package-lock.json= from npm.
This would then go into creating a functional system, and then a show case of how you can modify it and common fixes for NVIDIA, or similar.
I am a bit tempted to try and make this, but I also wanna do some own development on packages.

View File

@ -0,0 +1,62 @@
#+title: "Doctor Who and Steven Moffats fascinations"
#+date: 2023-12-22T19:08:09+01:00
#+draft: false
#+categories[]:Television
#+tags[]:Writing
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'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's run.
It has been a fun re-watch so far.
Some of the specials for Tennant were ones that I had missed watching it years ago.
The effects can sometimes take you a bit out of it but then there are episodes such as Blink that really captures what the series is about for me.
* Vision
But coming in, having watched the three first episodes of Smith's run is that Moffat is fascinated with what cannot be seen.
The first episode of the eleventh doctor is about a convict that cannot be directly seen in most cases.
And while the Silence hasn't been introduced yet in my re-watch, they cannot be remembered after being seen.
Looking back, the Vashta Nerada is a race that by itself cannot be witnessed, but only by the lack of light.
The weeping angels is the inverse of this, they can be observed but at that point, they aren't existing in the same way.
** The focus
One of Doctor Who's focuses has always been the monsters.
Moffat focuses on these monsters via the lens of vision
But the viewing experience of Doctor Who feels a bit off due to the way these monsters work in a meta way.
You have to have some kind of resistance in the episodes and this comes from the enemies which needs to provide something each time.
You therefore have to either create new monsters, or reuse the ones that are already a part of the canon.
If you create a new monster, they will need to have difference that brings something unique to it.
If you reuse the older ones, they will feel overused or not new enough.
** Time lines that don't happen
I am continuing to write this a few days later when I am now almost done with the first season of the eleventh.
The thing that I am thinking of is that Moffat also likes to introduce plots where something doesn't end up existing or is locked away.
This vision, of something that doesn't exist, is a mainstay in his writing.
He seems to like making his stories convoluted, not necessarily from a viewer perspective, but from a timeline one.
Comparing something such as the episode Vincent and the Doctor to The Doctor's daughter it is clear to see the difference.
*** The Doctor's daughter
This episode is about a future planet where humans, along with another species are trying to make it habitable but leadership broke down and initiated a war.
This is however not clear from the beginning so you go through the episode, getting more hints about what has been going on such as characters referring to generation instead of years.
*** Vincent and the Doctor
This focuses on the Van Gogh and has a monster which cannot be seen by people, yet Van Gogh can for some reason.
There are no hints, but on the surface it feels clever based on what the public conscience of Van Gogh is.
A note here is that Moffat is not the main writer of this episode but still the producer of the episode.
* Conclusion?
What does this just rambling conclude to?
To be quite honest, I don't fully know.
Steven Moffat seems to write stories that on the surface are clever or hard to understand, but are in reality based on a few core concepts.
Yup, I think that is it.
I understand the intention, that the story should be fleshed out, but without actually giving it depth it feels off.
A focus on the characters would be more interesting.
Comparing something like The Beast Below to The Empty Child, you can see how Christopher Eccleston's Doctor shows his feelings in the acting, while Matt Smith's Doctor is only said to be lonely and kind by his companion.
**** Unrelated side ♫
I have gotten to the flesh episode and there is a oart if it that could be interpreted as relating to gender identity.
At one point, one of the "flesh" named Jennifer, gets surprised that Rory used her name when talking about her.
Then she goes into full appreciation mode and is so happy that Rory referred to her correctly.
It is kinda cute.

118
content/post/totk.org Normal file
View File

@ -0,0 +1,118 @@
#+title: "My thoughts on Tears of the Kingdom"
#+date: 2023-09-01T16:39:47+02:00
#+draft: false
#+categories[]: Games
#+tags[]: Zelda TotK BotW Games Switch Nintendo
Hello again, been a while hasn'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'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'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's Mask, the plot of Skyward sword, it was all so much fun.
** Then Breath of the Wild came out
I experienced it later than most people, other than the one time I got to try to speedrun it at a friends house.
The scale of it, and the fact that it had so many points of interest available to one just walking through the world.
I enjoyed it a lot.
*** The tools available
There were complaints about the weapons breaking but I felt, with the addition of the bombs and other tools, was a puzzle to solve.
You could always traverse the world without using one of the powers.
Sure, they could make it easier, as seen in speedrunning with bomb jumps or stasis hits.
When approached with a mountain range one could climb it, sometimes with more difficulty than others.
Take the waterfalls of the Zora domain,
one could use the ice blocks on the side of the waterfalls to climb,
but you could also use the Zora armour or take a different route by climbing.
*** The dungeons and repetition
The dungeons in the game were hype approaching them.
They were big, causing issues for the inhabitants of the world.
But when actually doing the dungeon, it was a an exploration to get to some switches to then defeat an unrelated boss that felt that it didn't have a build up.
It felt like a let down.
When actually facing Ganon though, it did hold up since they had set him up with a castle to either sneak or battle your way through.
*** The story and it's presentation
The base contents of the story in BotW is well presented and you immediately understand what happens.
Zelda, Link and the other heroes were overpowered, so Link was sent to regenerate while Zelda held up the fortress.
You wake up in a different world, where it seems that Ganon more or less has won, and you have to return to save Hyrule.
But to get more information, you have to find points that you can see in pictures.
These pictures have the issue of being in specific locations that are easy to miss for an adventurer.
* Here comes Tears of the Kingdom
So I got to borrow my friends old switch to play Tears of the Kingdom.
I bought the game myself, and a new pro controller to get to play it.
I started it and had mixed feelings quickly.
Hearing Fi from the sword did have me in tears when it broke though.
** The toolbox
What made feel bad was how things, like the powers were introduced and how some of them seemed necessary for progressing on the platform.
Coming from Breath of the Wild, this felt very strange.
You had to build boats with a ultrahand,
that when using pro controls (as I did since I dislike the clutter that it shows on the screen),
doesn't tell you how to deconstruct things if you mess up.
Ascend is built in the same way,
but instead of you constructing the solution (which there might be different ways, but all include ultrahand),
the world is designed to use ascend.
The teleport system also affects how you traverse the world, since the world is almost 2/3 times the size.
There are specific points of interest that allow you to travel from the overworld to the sky or the underdark,
which means that you have to be able to get to them in an easier way.
The teleport makes this so much easier.
But this makes the simple walking around and finding something interesting feel like a waste.
Fuse, fuse, fuse.
This ability makes me dislike the combat so much.
Instead of finding interesting weapons out in the world,
you have to fight enemies to then convert your weapons into something new.
You can't ensure that the weapons will work as it was intended,
since you will want to deal the most damage.
Then a sword can become more like an axe due to the nail you fused.
And the normal weapons,
that are simple to understand,
are almost unusable due to breakage being ramped up.
I ended up just using the bow,
since that will work as one would expect no matter what,
and adding bombs to specific arrows rather than gathering bomb arrows is a change that I approve of.
** The dungeons
The dungeons have a similar problem with the switches.
You arrive at a dungeon, and need to hit a button that depends on a switch of some form.
But the boss is actually setup.
It is them that is shown to affect the areas.
Queen Gibdo is making the storm, Colgera is making the snow storm, and Mucktorok is slinging out the sludge (I have yet to get to death mountain).
So the reward does feel related to what you are working for when helping these areas out.
I am doing TotK a bit of a disservice here though, with how the switches are made.
They are more interesting,
since they aren't all based on moving an area with the use of the map,
but they are in large part the same concept.
** The story
In TotK, the story starts in a much clearer way, and introduces this old civilization.
Zelda has been transported through time.
It feels way more in depth compared to BotW.
It does however conflict a bit with other games in my mind,
in particular with Skyward Sword,
but that is something that doesn't really matter when it comes Zelda.
The way to get more information is by talking to the different factions, and finding the tears.
The tears are the same idea of the pictures from BotW,
but implemented way better,
since you can see theme way easier.
The issue that was raised to me by a friend,
was that the world doesn't react to you gaining more information about what has happened if you don't do it in the correct order.
If you finish the tears before dungeons,
it gets a bit messed up.
Also, if you decide to go to another region than Rito in the beginning, you won't get the foundations of the tears explained either.
So TotK fails a bit in their ability to explain the story due to them not wanting to limit how you navigate the world.
* What does this mean?
I think that some of the ideas that Tears of the Kingdom introduces creates an interesting game,
but it bases a lot of what was created in Breath of the Wild and suffers therefore.
A game that either focuses a lot on the story or the exploration is what I think I want from a game.
And I am not saying you can't have both, but it will need to make sure that either aspect doesn't infringe on the other.

64
flake.lock generated Normal file
View 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
View File

@ -0,0 +1,25 @@
{
description = "Blog 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
];
};
};
});
}

View File

@ -21,7 +21,7 @@
<li class="pull-left ">
<a href="https://acorneroftheweb.com">~/acorneroftheweb</a>
<a href="https://acorneroftheweb.com/">~/acorneroftheweb</a>
</li>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -21,7 +21,7 @@
<li class="pull-left ">
<a href="https://acorneroftheweb.com">~/acorneroftheweb</a>
<a href="https://acorneroftheweb.com/">~/acorneroftheweb</a>
</li>

View File

@ -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>&#34;I got a Blåhaj&#34;</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>&lt;p&gt;&#xA;I went out today and got a Blåhaj and a Småhaj.&#xA;It was nice.&lt;/p&gt;&#xA;&lt;img src=&#34;https://acorneroftheweb.com/images/posts/blahaj.jpg&#34; alt=&#34;Picture of one big Blåhaj and a small Blåhaj sleeping in a bed&#34; title=&#34;/images/posts/blahaj.jpg&#34; width=&#34;400px&#34;/&gt;</description>
</item>
</channel>
</rss>

View File

@ -0,0 +1,107 @@
<!DOCTYPE html>
<html lang="en-us">
<head>
<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">
<link rel="icon" type="image/png" sizes="16x16" href="/images/favicon-16x16.png">
<link rel="manifest" href="/images/site.webmanifest">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Credit to the designer of the theme [goodroot](https://github.com/goodroot/hugo-classic)">
<title>Computer | acorneroftheweb</title>
<link rel="stylesheet" href="/css/style.css" />
<link rel="stylesheet" href="/css/fonts.css" />
<link rel="stylesheet" href="https://acorneroftheweb.com/css/theme-override.css">
<header>
<nav>
<ul>
<li class="pull-left ">
<a href="https://acorneroftheweb.com/">~/acorneroftheweb</a>
</li>
<li class="pull-left current">
<a href="/categories/">~/categories</a>
</li>
<li class="pull-left ">
<a href="/tags/">~/tags</a>
</li>
<li class="pull-right">
<a href="/index.xml">~/subscribe</a>
</li>
</ul>
</nav>
</header>
</head>
<body>
<br/>
<div class="content-wrapper">
<h1>Computer</h1>
<ul>
<li>
<span class="date">2025/07/12</span>
<a href="/post/2025/07/12/nixos-or-why-i-would-love-a-new-introduction/">&ldquo;NixOS, or why I would love a new introduction&rdquo;</a>
</li>
</ul>
</div>
<footer>
<script>
(function() {
function center_el(tagName) {
var tags = document.getElementsByTagName(tagName), i, tag;
for (i = 0; i < tags.length; i++) {
tag = tags[i];
var parent = tag.parentElement;
if (parent.childNodes.length === 1) {
if (parent.nodeName === 'A') {
parent = parent.parentElement;
if (parent.childNodes.length != 1) continue;
}
if (parent.nodeName === 'P') parent.style.textAlign = 'center';
}
}
}
var tagNames = ['img', 'embed', 'object'];
for (var i = 0; i < tagNames.length; i++) {
center_el(tagNames[i]);
}
})();
</script>
<hr/>
Open-Source | <a href="https://git.acorneroftheweb.com/pingu/blog">Git</a>
</footer>
</body>
</html>

View File

@ -0,0 +1,19 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Computer on acorneroftheweb</title>
<link>https://acorneroftheweb.com/categories/computer/</link>
<description>Recent content in Computer on acorneroftheweb</description>
<generator>Hugo</generator>
<language>en-us</language>
<lastBuildDate>Sat, 12 Jul 2025 19:56:56 +0200</lastBuildDate>
<atom:link href="https://acorneroftheweb.com/categories/computer/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>&#34;NixOS, or why I would love a new introduction&#34;</title>
<link>https://acorneroftheweb.com/post/2025/07/12/nixos-or-why-i-would-love-a-new-introduction/</link>
<pubDate>Sat, 12 Jul 2025 19:56:56 +0200</pubDate>
<guid>https://acorneroftheweb.com/post/2025/07/12/nixos-or-why-i-would-love-a-new-introduction/</guid>
<description>&lt;p&gt;&#xA;I have been using NixOS for the last 2 years now.&#xA;I got introduced to it by friends, who had changed their entire workflow to accommodate it.&#xA;I was a bit skeptical at the beginning, tried installing the package manager to my arch install at the time, but didn&amp;#39;t fully understand how I was supposed to use it in conjunction with how I was my computer at the time.&#xA;However, in the summer of 2023, I decided to take the plunge, and go the full way, with a new install.&#xA;Having run this type of setup for two years now, I have to admit it.&#xA;NixOS makes certain aspects of using my computer easier.&lt;/p&gt;</description>
</item>
</channel>
</rss>

View File

@ -0,0 +1,107 @@
<!DOCTYPE html>
<html lang="en-us">
<head>
<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">
<link rel="icon" type="image/png" sizes="16x16" href="/images/favicon-16x16.png">
<link rel="manifest" href="/images/site.webmanifest">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Credit to the designer of the theme [goodroot](https://github.com/goodroot/hugo-classic)">
<title>Games | acorneroftheweb</title>
<link rel="stylesheet" href="/css/style.css" />
<link rel="stylesheet" href="/css/fonts.css" />
<link rel="stylesheet" href="https://acorneroftheweb.com/css/theme-override.css">
<header>
<nav>
<ul>
<li class="pull-left ">
<a href="https://acorneroftheweb.com/">~/acorneroftheweb</a>
</li>
<li class="pull-left current">
<a href="/categories/">~/categories</a>
</li>
<li class="pull-left ">
<a href="/tags/">~/tags</a>
</li>
<li class="pull-right">
<a href="/index.xml">~/subscribe</a>
</li>
</ul>
</nav>
</header>
</head>
<body>
<br/>
<div class="content-wrapper">
<h1>Games</h1>
<ul>
<li>
<span class="date">2023/09/01</span>
<a href="/post/2023/09/01/my-thoughts-on-tears-of-the-kingdom/">&ldquo;My thoughts on Tears of the Kingdom&rdquo;</a>
</li>
</ul>
</div>
<footer>
<script>
(function() {
function center_el(tagName) {
var tags = document.getElementsByTagName(tagName), i, tag;
for (i = 0; i < tags.length; i++) {
tag = tags[i];
var parent = tag.parentElement;
if (parent.childNodes.length === 1) {
if (parent.nodeName === 'A') {
parent = parent.parentElement;
if (parent.childNodes.length != 1) continue;
}
if (parent.nodeName === 'P') parent.style.textAlign = 'center';
}
}
}
var tagNames = ['img', 'embed', 'object'];
for (var i = 0; i < tagNames.length; i++) {
center_el(tagNames[i]);
}
})();
</script>
<hr/>
Open-Source | <a href="https://git.acorneroftheweb.com/pingu/blog">Git</a>
</footer>
</body>
</html>

View File

@ -0,0 +1,19 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Games on acorneroftheweb</title>
<link>https://acorneroftheweb.com/categories/games/</link>
<description>Recent content in Games on acorneroftheweb</description>
<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" />
<item>
<title>&#34;My thoughts on Tears of the Kingdom&#34;</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>&lt;p&gt;&#xA;Hello again, been a while hasn&amp;#39;t it?&#xA;You know, existing can sometimes be just enough.&#xA;During the summer, I started a playthrough of the new Zelda game and it leaves me with opinions.&#xA;I thought I would write about it to explain my opinions on the game and fully understand what I even think.&#xA;So let&amp;#39;s get into it, shall we?&lt;/p&gt;&#xA;&lt;div id=&#34;outline-container-headline-1&#34; class=&#34;outline-2&#34;&gt;&#xA;&lt;h2 id=&#34;headline-1&#34;&gt;&#xA;Me and other Zelda games&#xA;&lt;/h2&gt;&#xA;&lt;div id=&#34;outline-text-headline-1&#34; class=&#34;outline-text-2&#34;&gt;&#xA;&lt;p&gt;When I was a kid, I was introduced to Zelda by my uncles, playing Wind Waker, Link&amp;#39;s awakening and later Twilight Princess.&#xA;It got me hooked on the games, the exploring was a great and going through dungeons.&#xA;I would go on to play most of the main line Zeldas and they offer different experiences but all offered something that I enjoyed.&#xA;The scope of Ocarina of time, the creepy nature of Majora&amp;#39;s Mask, the plot of Skyward sword, it was all so much fun.&lt;/p&gt;</description>
</item>
</channel>
</rss>

View File

@ -21,7 +21,7 @@
<li class="pull-left ">
<a href="https://acorneroftheweb.com">~/acorneroftheweb</a>
<a href="https://acorneroftheweb.com/">~/acorneroftheweb</a>
</li>
@ -60,10 +60,22 @@
<a href="https://acorneroftheweb.com/categories/bl%C3%A5haj/">Blåhaj</a> (1)
</li>
<li>
<a href="https://acorneroftheweb.com/categories/computer/">Computer</a> (1)
</li>
<li>
<a href="https://acorneroftheweb.com/categories/games/">Games</a> (1)
</li>
<li>
<a href="https://acorneroftheweb.com/categories/servers/">Servers</a> (1)
</li>
<li>
<a href="https://acorneroftheweb.com/categories/theme/">Theme</a> (1)
</li>
<li>
<a href="https://acorneroftheweb.com/categories/trans/">Trans</a> (1)
</li>

View File

@ -4,44 +4,58 @@
<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, 18 Apr 2023 19:49:41 +0200</lastBuildDate><atom:link href="https://acorneroftheweb.com/categories/index.xml" rel="self" type="application/rss+xml" />
<lastBuildDate>Sat, 12 Jul 2025 19:56:56 +0200</lastBuildDate>
<atom:link href="https://acorneroftheweb.com/categories/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Computer</title>
<link>https://acorneroftheweb.com/categories/computer/</link>
<pubDate>Sat, 12 Jul 2025 19:56:56 +0200</pubDate>
<guid>https://acorneroftheweb.com/categories/computer/</guid>
<description></description>
</item>
<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>

View File

@ -21,7 +21,7 @@
<li class="pull-left ">
<a href="https://acorneroftheweb.com">~/acorneroftheweb</a>
<a href="https://acorneroftheweb.com/">~/acorneroftheweb</a>
</li>

View File

@ -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>&#34;I am bad at reading&#34;</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&amp;#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>&lt;div id=&#34;outline-container-headline-1&#34; class=&#34;outline-2&#34;&gt;&#xA;&lt;h2 id=&#34;headline-1&#34;&gt;&#xA;Setting up servers&#xA;&lt;/h2&gt;&#xA;&lt;div id=&#34;outline-text-headline-1&#34; class=&#34;outline-text-2&#34;&gt;&#xA;&lt;p&gt;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.&#xA;Doing this, I have tried out using &lt;a href=&#34;https://github.com/hashicorp/nomad/&#34;&gt;Nomad&lt;/a&gt; and &lt;a href=&#34;https://github.com/hashicorp/consul/&#34;&gt;Consul&lt;/a&gt; instead of ssh&amp;#39;ing to the server and running &lt;code&gt;docker-compose up&lt;/code&gt; or even launching the services manually.&#xA;This approach has seeing how the docker logs look easier and I know that reverse proxy will be solved by itself.&lt;/p&gt;</description>
</item>
</channel>
</rss>

View File

@ -10,7 +10,7 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Credit to the designer of the theme [goodroot](https://github.com/goodroot/hugo-classic)">
<title>health | acorneroftheweb</title>
<title>Theme | acorneroftheweb</title>
<link rel="stylesheet" href="/css/style.css" />
<link rel="stylesheet" href="/css/fonts.css" />
<link rel="stylesheet" href="https://acorneroftheweb.com/css/theme-override.css">
@ -21,16 +21,16 @@
<li class="pull-left ">
<a href="https://acorneroftheweb.com">~/acorneroftheweb</a>
</li>
<li class="pull-left ">
<a href="/categories/">~/categories</a>
<a href="https://acorneroftheweb.com/">~/acorneroftheweb</a>
</li>
<li class="pull-left current">
<a href="/categories/">~/categories</a>
</li>
<li class="pull-left ">
<a href="/tags/">~/tags</a>
</li>
@ -54,7 +54,7 @@
<div class="content-wrapper">
<h1>health</h1>
<h1>Theme</h1>
@ -64,8 +64,8 @@
<li>
<span class="date">2023/04/18</span>
<a href="/post/2023/04/18/legal-name-changed/">&ldquo;Legal name changed&rdquo;</a>
<span class="date">2023/10/24</span>
<a href="/post/2023/10/24/me-on-switching-to-lightmode/">&ldquo;Me on switching to lightmode&rdquo;</a>
</li>
</ul>

View File

@ -0,0 +1,19 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Theme on acorneroftheweb</title>
<link>https://acorneroftheweb.com/categories/theme/</link>
<description>Recent content in Theme on acorneroftheweb</description>
<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" />
<item>
<title>&#34;Me on switching to lightmode&#34;</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>&lt;p&gt;&#xA;Hey,&#xA;I did a stoop and switch to lightmode a few days ago.&#xA;SO far, it feels comfy in someways.&#xA;I chose &lt;a href=&#34;https://github.com/catppuccin/catppuccin&#34;&gt;catppuccin latte&lt;/a&gt; as the theme.&#xA;But what I don&amp;#39;t fully get is how application such as discord are so very bad in lightmode.&#xA;Like, I am using a theme, &lt;a href=&#34;https://github.com/catppuccin/discord&#34;&gt;catppuccin discord&lt;/a&gt;, to ensure that it looks like the rest of my laptop but it looks very off when it comes to notifications.&#xA;Seeing that a discord has a new message, is almost hidden.&#xA;This is also true for default theme, so it left me wondering if people think about light themes?&#xA;I sure haven&amp;#39;t, since I primarily have used darkmode everywhere I can for the last years.&#xA;Spotify has not implemented this addition for ~10 years now, as seen in &lt;a href=&#34;https://community.spotify.com/t5/Live-Ideas/All-Platforms-Light-Mode-option/idi-p/730341&#34;&gt;this request&lt;/a&gt;.&#xA;It has 6k votes and is one of the ones with the most votes on the entire website.&lt;/p&gt;</description>
</item>
</channel>
</rss>

View File

@ -21,7 +21,7 @@
<li class="pull-left ">
<a href="https://acorneroftheweb.com">~/acorneroftheweb</a>
<a href="https://acorneroftheweb.com/">~/acorneroftheweb</a>
</li>

View File

@ -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>&#34;Legal name changed&#34;</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>&lt;p&gt;&#xA;I GOT MY LEGAL NAME CHANGED!!!&#xA;HYPE!!!!&lt;/p&gt;&#xA;&lt;p&gt;&#xA;It is now Nor Pingu Führ, and it feels good.&#xA;The Pingu is the nickname I have used for multiple years now, and it is deeply related to me.&#xA;So it feels great to have as a middle name.&lt;/p&gt;</description>
</item>
</channel>
</rss>

View File

@ -21,7 +21,7 @@
<li class="pull-left ">
<a href="https://acorneroftheweb.com">~/acorneroftheweb</a>
<a href="https://acorneroftheweb.com/">~/acorneroftheweb</a>
</li>

View File

@ -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>&#34;Writing&#34;</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>&lt;p&gt;&#xA;Writing can be hard sometimes.&#xA;So just now, I am meant to be working on writing an essay and a report.&#xA;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.&#xA;Both of them are quite different from how I like to write about thing.&#xA;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.&lt;/p&gt;</description>
</item>
</channel>
</rss>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 276 KiB

View File

@ -1,7 +1,7 @@
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta name="generator" content="Hugo 0.100.2" />
<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. &#x1f49c;</h2>
<p><img
id="foxy"
width="200"
@ -65,10 +65,10 @@ alt="My profile pic"></p>
<p>Hi (^^)</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>
@ -77,6 +77,26 @@ I am right now a part of the committee known as <a href="https://wiki.dtek.se/wi
<li>
<span class="date">2025/07/12</span>
<a href="/post/2025/07/12/nixos-or-why-i-would-love-a-new-introduction/">&ldquo;NixOS, or why I would love a new introduction&rdquo;</a>
</li>
<li>
<span class="date">2023/12/22</span>
<a href="/post/2023/12/22/doctor-who-and-steven-moffats-fascinations/">&ldquo;Doctor Who and Steven Moffats fascinations&rdquo;</a>
</li>
<li>
<span class="date">2023/10/24</span>
<a href="/post/2023/10/24/me-on-switching-to-lightmode/">&ldquo;Me on switching to lightmode&rdquo;</a>
</li>
<li>
<span class="date">2023/09/01</span>
<a href="/post/2023/09/01/my-thoughts-on-tears-of-the-kingdom/">&ldquo;My thoughts on Tears of the Kingdom&rdquo;</a>
</li>
<li>
<span class="date">2023/04/18</span>
<a href="/post/2023/04/18/legal-name-changed/">&ldquo;Legal name changed&rdquo;</a>

View File

@ -4,45 +4,65 @@
<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>Tue, 18 Apr 2023 19:49:41 +0200</lastBuildDate><atom:link href="https://acorneroftheweb.com/index.xml" rel="self" type="application/rss+xml" />
<lastBuildDate>Sat, 12 Jul 2025 19:56:56 +0200</lastBuildDate>
<atom:link href="https://acorneroftheweb.com/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>&#34;NixOS, or why I would love a new introduction&#34;</title>
<link>https://acorneroftheweb.com/post/2025/07/12/nixos-or-why-i-would-love-a-new-introduction/</link>
<pubDate>Sat, 12 Jul 2025 19:56:56 +0200</pubDate>
<guid>https://acorneroftheweb.com/post/2025/07/12/nixos-or-why-i-would-love-a-new-introduction/</guid>
<description>&lt;p&gt;&#xA;I have been using NixOS for the last 2 years now.&#xA;I got introduced to it by friends, who had changed their entire workflow to accommodate it.&#xA;I was a bit skeptical at the beginning, tried installing the package manager to my arch install at the time, but didn&amp;#39;t fully understand how I was supposed to use it in conjunction with how I was my computer at the time.&#xA;However, in the summer of 2023, I decided to take the plunge, and go the full way, with a new install.&#xA;Having run this type of setup for two years now, I have to admit it.&#xA;NixOS makes certain aspects of using my computer easier.&lt;/p&gt;</description>
</item>
<item>
<title>&#34;Doctor Who and Steven Moffats fascinations&#34;</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>&lt;p&gt;&#xA;Recently I have started re-watching new who.&#xA;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).&#xA;The latest episodes chronologically I have watched were during Capaldi&amp;#39;s era.&#xA;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).&#xA;Just the other day, I finished the conclusion to Tennant&amp;#39;s run.&lt;/p&gt;</description>
</item>
<item>
<title>&#34;Me on switching to lightmode&#34;</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>&lt;p&gt;&#xA;Hey,&#xA;I did a stoop and switch to lightmode a few days ago.&#xA;SO far, it feels comfy in someways.&#xA;I chose &lt;a href=&#34;https://github.com/catppuccin/catppuccin&#34;&gt;catppuccin latte&lt;/a&gt; as the theme.&#xA;But what I don&amp;#39;t fully get is how application such as discord are so very bad in lightmode.&#xA;Like, I am using a theme, &lt;a href=&#34;https://github.com/catppuccin/discord&#34;&gt;catppuccin discord&lt;/a&gt;, to ensure that it looks like the rest of my laptop but it looks very off when it comes to notifications.&#xA;Seeing that a discord has a new message, is almost hidden.&#xA;This is also true for default theme, so it left me wondering if people think about light themes?&#xA;I sure haven&amp;#39;t, since I primarily have used darkmode everywhere I can for the last years.&#xA;Spotify has not implemented this addition for ~10 years now, as seen in &lt;a href=&#34;https://community.spotify.com/t5/Live-Ideas/All-Platforms-Light-Mode-option/idi-p/730341&#34;&gt;this request&lt;/a&gt;.&#xA;It has 6k votes and is one of the ones with the most votes on the entire website.&lt;/p&gt;</description>
</item>
<item>
<title>&#34;My thoughts on Tears of the Kingdom&#34;</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>&lt;p&gt;&#xA;Hello again, been a while hasn&amp;#39;t it?&#xA;You know, existing can sometimes be just enough.&#xA;During the summer, I started a playthrough of the new Zelda game and it leaves me with opinions.&#xA;I thought I would write about it to explain my opinions on the game and fully understand what I even think.&#xA;So let&amp;#39;s get into it, shall we?&lt;/p&gt;&#xA;&lt;div id=&#34;outline-container-headline-1&#34; class=&#34;outline-2&#34;&gt;&#xA;&lt;h2 id=&#34;headline-1&#34;&gt;&#xA;Me and other Zelda games&#xA;&lt;/h2&gt;&#xA;&lt;div id=&#34;outline-text-headline-1&#34; class=&#34;outline-text-2&#34;&gt;&#xA;&lt;p&gt;When I was a kid, I was introduced to Zelda by my uncles, playing Wind Waker, Link&amp;#39;s awakening and later Twilight Princess.&#xA;It got me hooked on the games, the exploring was a great and going through dungeons.&#xA;I would go on to play most of the main line Zeldas and they offer different experiences but all offered something that I enjoyed.&#xA;The scope of Ocarina of time, the creepy nature of Majora&amp;#39;s Mask, the plot of Skyward sword, it was all so much fun.&lt;/p&gt;</description>
</item>
<item>
<title>&#34;Legal name changed&#34;</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>&lt;p&gt;&#xA;I GOT MY LEGAL NAME CHANGED!!!&#xA;HYPE!!!!&lt;/p&gt;&#xA;&lt;p&gt;&#xA;It is now Nor Pingu Führ, and it feels good.&#xA;The Pingu is the nickname I have used for multiple years now, and it is deeply related to me.&#xA;So it feels great to have as a middle name.&lt;/p&gt;</description>
</item>
<item>
<title>&#34;Writing&#34;</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>&lt;p&gt;&#xA;Writing can be hard sometimes.&#xA;So just now, I am meant to be working on writing an essay and a report.&#xA;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.&#xA;Both of them are quite different from how I like to write about thing.&#xA;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.&lt;/p&gt;</description>
</item>
<item>
<title>&#34;I got a Blåhaj&#34;</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>&lt;p&gt;&#xA;I went out today and got a Blåhaj and a Småhaj.&#xA;It was nice.&lt;/p&gt;&#xA;&lt;img src=&#34;https://acorneroftheweb.com/images/posts/blahaj.jpg&#34; alt=&#34;Picture of one big Blåhaj and a small Blåhaj sleeping in a bed&#34; title=&#34;/images/posts/blahaj.jpg&#34; width=&#34;400px&#34;/&gt;</description>
</item>
<item>
<title>&#34;I am bad at reading&#34;</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&amp;#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>&lt;div id=&#34;outline-container-headline-1&#34; class=&#34;outline-2&#34;&gt;&#xA;&lt;h2 id=&#34;headline-1&#34;&gt;&#xA;Setting up servers&#xA;&lt;/h2&gt;&#xA;&lt;div id=&#34;outline-text-headline-1&#34; class=&#34;outline-text-2&#34;&gt;&#xA;&lt;p&gt;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.&#xA;Doing this, I have tried out using &lt;a href=&#34;https://github.com/hashicorp/nomad/&#34;&gt;Nomad&lt;/a&gt; and &lt;a href=&#34;https://github.com/hashicorp/consul/&#34;&gt;Consul&lt;/a&gt; instead of ssh&amp;#39;ing to the server and running &lt;code&gt;docker-compose up&lt;/code&gt; or even launching the services manually.&#xA;This approach has seeing how the docker logs look easier and I know that reverse proxy will be solved by itself.&lt;/p&gt;</description>
</item>
</channel>
</rss>

View File

@ -21,7 +21,7 @@
<li class="pull-left ">
<a href="https://acorneroftheweb.com">~/acorneroftheweb</a>
<a href="https://acorneroftheweb.com/">~/acorneroftheweb</a>
</li>
@ -62,7 +62,7 @@
Tags: <a href="/tags/documentation">Documentation,</a> <a href="/tags/servers">Servers</a>
Tags: <a href="/tags/documentation">Documentation</a> <a href="/tags/servers">Servers</a>
</p>

View File

@ -21,7 +21,7 @@
<li class="pull-left ">
<a href="https://acorneroftheweb.com">~/acorneroftheweb</a>
<a href="https://acorneroftheweb.com/">~/acorneroftheweb</a>
</li>

View File

@ -21,7 +21,7 @@
<li class="pull-left ">
<a href="https://acorneroftheweb.com">~/acorneroftheweb</a>
<a href="https://acorneroftheweb.com/">~/acorneroftheweb</a>
</li>

View File

@ -21,7 +21,7 @@
<li class="pull-left ">
<a href="https://acorneroftheweb.com">~/acorneroftheweb</a>
<a href="https://acorneroftheweb.com/">~/acorneroftheweb</a>
</li>
@ -62,7 +62,7 @@
Tags: <a href="/tags/trans">Trans,</a> <a href="/tags/mental">Mental</a> <a href="/tags/health">health</a>
Tags: <a href="/tags/trans">Trans</a> <a href="/tags/mental_health">Mental_health</a>
</p>

View File

@ -0,0 +1,276 @@
<!DOCTYPE html>
<html lang="en-us">
<head>
<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">
<link rel="icon" type="image/png" sizes="16x16" href="/images/favicon-16x16.png">
<link rel="manifest" href="/images/site.webmanifest">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Credit to the designer of the theme [goodroot](https://github.com/goodroot/hugo-classic)">
<title>&#34;My thoughts on Tears of the Kingdom&#34; | acorneroftheweb</title>
<link rel="stylesheet" href="/css/style.css" />
<link rel="stylesheet" href="/css/fonts.css" />
<link rel="stylesheet" href="https://acorneroftheweb.com/css/theme-override.css">
<header>
<nav>
<ul>
<li class="pull-left ">
<a href="https://acorneroftheweb.com/">~/acorneroftheweb</a>
</li>
<li class="pull-left ">
<a href="/categories/">~/categories</a>
</li>
<li class="pull-left ">
<a href="/tags/">~/tags</a>
</li>
<li class="pull-right">
<a href="/index.xml">~/subscribe</a>
</li>
</ul>
</nav>
</header>
</head>
<body>
<br/>
<div class="article-meta">
<h1><span class="title">&ldquo;My thoughts on Tears of the Kingdom&rdquo;</span></h1>
<h2 class="date">2023/09/01</h2>
<p class="terms">
Categories: <a href="/categories/games">Games</a>
Tags: <a href="/tags/zelda">Zelda</a> <a href="/tags/totk">TotK</a> <a href="/tags/botw">BotW</a> <a href="/tags/games">Games</a> <a href="/tags/switch">Switch</a> <a href="/tags/nintendo">Nintendo</a>
</p>
</div>
<div class="content-wrapper">
<main>
<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>
<div id="outline-container-headline-2" class="outline-3">
<h3 id="headline-2">
Then Breath of the Wild came out
</h3>
<div id="outline-text-headline-2" class="outline-text-3">
<p>I experienced it later than most people, other than the one time I got to try to speedrun it at a friends house.
The scale of it, and the fact that it had so many points of interest available to one just walking through the world.
I enjoyed it a lot.</p>
<div id="outline-container-headline-3" class="outline-4">
<h4 id="headline-3">
The tools available
</h4>
<div id="outline-text-headline-3" class="outline-text-4">
<p>There were complaints about the weapons breaking but I felt, with the addition of the bombs and other tools, was a puzzle to solve.
You could always traverse the world without using one of the powers.
Sure, they could make it easier, as seen in speedrunning with bomb jumps or stasis hits.
When approached with a mountain range one could climb it, sometimes with more difficulty than others.
Take the waterfalls of the Zora domain,
one could use the ice blocks on the side of the waterfalls to climb,
but you could also use the Zora armour or take a different route by climbing.</p>
</div>
</div>
<div id="outline-container-headline-4" class="outline-4">
<h4 id="headline-4">
The dungeons and repetition
</h4>
<div id="outline-text-headline-4" class="outline-text-4">
<p>The dungeons in the game were hype approaching them.
They were big, causing issues for the inhabitants of the world.
But when actually doing the dungeon, it was a an exploration to get to some switches to then defeat an unrelated boss that felt that it didn&#39;t have a build up.
It felt like a let down.
When actually facing Ganon though, it did hold up since they had set him up with a castle to either sneak or battle your way through.</p>
</div>
</div>
<div id="outline-container-headline-5" class="outline-4">
<h4 id="headline-5">
The story and it&#39;s presentation
</h4>
<div id="outline-text-headline-5" class="outline-text-4">
<p>The base contents of the story in BotW is well presented and you immediately understand what happens.
Zelda, Link and the other heroes were overpowered, so Link was sent to regenerate while Zelda held up the fortress.
You wake up in a different world, where it seems that Ganon more or less has won, and you have to return to save Hyrule.
But to get more information, you have to find points that you can see in pictures.
These pictures have the issue of being in specific locations that are easy to miss for an adventurer.</p>
</div>
</div>
</div>
</div>
</div>
</div>
<div id="outline-container-headline-6" class="outline-2">
<h2 id="headline-6">
Here comes Tears of the Kingdom
</h2>
<div id="outline-text-headline-6" class="outline-text-2">
<p>So I got to borrow my friends old switch to play Tears of the Kingdom.
I bought the game myself, and a new pro controller to get to play it.
I started it and had mixed feelings quickly.
Hearing Fi from the sword did have me in tears when it broke though.</p>
<div id="outline-container-headline-7" class="outline-3">
<h3 id="headline-7">
The toolbox
</h3>
<div id="outline-text-headline-7" class="outline-text-3">
<p>What made feel bad was how things, like the powers were introduced and how some of them seemed necessary for progressing on the platform.
Coming from Breath of the Wild, this felt very strange.
You had to build boats with a ultrahand,
that when using pro controls (as I did since I dislike the clutter that it shows on the screen),
doesn&#39;t tell you how to deconstruct things if you mess up.
Ascend is built in the same way,
but instead of you constructing the solution (which there might be different ways, but all include ultrahand),
the world is designed to use ascend.</p>
<p>
The teleport system also affects how you traverse the world, since the world is almost 2/3 times the size.
There are specific points of interest that allow you to travel from the overworld to the sky or the underdark,
which means that you have to be able to get to them in an easier way.
The teleport makes this so much easier.
But this makes the simple walking around and finding something interesting feel like a waste.</p>
<p>
Fuse, fuse, fuse.
This ability makes me dislike the combat so much.
Instead of finding interesting weapons out in the world,
you have to fight enemies to then convert your weapons into something new.
You can&#39;t ensure that the weapons will work as it was intended,
since you will want to deal the most damage.
Then a sword can become more like an axe due to the nail you fused.
And the normal weapons,
that are simple to understand,
are almost unusable due to breakage being ramped up.
I ended up just using the bow,
since that will work as one would expect no matter what,
and adding bombs to specific arrows rather than gathering bomb arrows is a change that I approve of.</p>
</div>
</div>
<div id="outline-container-headline-8" class="outline-3">
<h3 id="headline-8">
The dungeons
</h3>
<div id="outline-text-headline-8" class="outline-text-3">
<p>The dungeons have a similar problem with the switches.
You arrive at a dungeon, and need to hit a button that depends on a switch of some form.
But the boss is actually setup.
It is them that is shown to affect the areas.
Queen Gibdo is making the storm, Colgera is making the snow storm, and Mucktorok is slinging out the sludge (I have yet to get to death mountain).
So the reward does feel related to what you are working for when helping these areas out.</p>
<p>
I am doing TotK a bit of a disservice here though, with how the switches are made.
They are more interesting,
since they aren&#39;t all based on moving an area with the use of the map,
but they are in large part the same concept.</p>
</div>
</div>
<div id="outline-container-headline-9" class="outline-3">
<h3 id="headline-9">
The story
</h3>
<div id="outline-text-headline-9" class="outline-text-3">
<p>In TotK, the story starts in a much clearer way, and introduces this old civilization.
Zelda has been transported through time.
It feels way more in depth compared to BotW.
It does however conflict a bit with other games in my mind,
in particular with Skyward Sword,
but that is something that doesn&#39;t really matter when it comes Zelda.
The way to get more information is by talking to the different factions, and finding the tears.
The tears are the same idea of the pictures from BotW,
but implemented way better,
since you can see theme way easier.
The issue that was raised to me by a friend,
was that the world doesn&#39;t react to you gaining more information about what has happened if you don&#39;t do it in the correct order.
If you finish the tears before dungeons,
it gets a bit messed up.
Also, if you decide to go to another region than Rito in the beginning, you won&#39;t get the foundations of the tears explained either.
So TotK fails a bit in their ability to explain the story due to them not wanting to limit how you navigate the world.</p>
</div>
</div>
</div>
</div>
<div id="outline-container-headline-10" class="outline-2">
<h2 id="headline-10">
What does this mean?
</h2>
<div id="outline-text-headline-10" class="outline-text-2">
<p>I think that some of the ideas that Tears of the Kingdom introduces creates an interesting game,
but it bases a lot of what was created in Breath of the Wild and suffers therefore.
A game that either focuses a lot on the story or the exploration is what I think I want from a game.
And I am not saying you can&#39;t have both, but it will need to make sure that either aspect doesn&#39;t infringe on the other.</p>
</div>
</div>
<a href="/"> >> Home</a>
</main>
</div>
<footer>
<script>
(function() {
function center_el(tagName) {
var tags = document.getElementsByTagName(tagName), i, tag;
for (i = 0; i < tags.length; i++) {
tag = tags[i];
var parent = tag.parentElement;
if (parent.childNodes.length === 1) {
if (parent.nodeName === 'A') {
parent = parent.parentElement;
if (parent.childNodes.length != 1) continue;
}
if (parent.nodeName === 'P') parent.style.textAlign = 'center';
}
}
}
var tagNames = ['img', 'embed', 'object'];
for (var i = 0; i < tagNames.length; i++) {
center_el(tagNames[i]);
}
})();
</script>
<hr/>
Open-Source | <a href="https://git.acorneroftheweb.com/pingu/blog">Git</a>
</footer>
</body>
</html>

View File

@ -0,0 +1,131 @@
<!DOCTYPE html>
<html lang="en-us">
<head>
<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">
<link rel="icon" type="image/png" sizes="16x16" href="/images/favicon-16x16.png">
<link rel="manifest" href="/images/site.webmanifest">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Credit to the designer of the theme [goodroot](https://github.com/goodroot/hugo-classic)">
<title>&#34;Me on switching to lightmode&#34; | acorneroftheweb</title>
<link rel="stylesheet" href="/css/style.css" />
<link rel="stylesheet" href="/css/fonts.css" />
<link rel="stylesheet" href="https://acorneroftheweb.com/css/theme-override.css">
<header>
<nav>
<ul>
<li class="pull-left ">
<a href="https://acorneroftheweb.com/">~/acorneroftheweb</a>
</li>
<li class="pull-left ">
<a href="/categories/">~/categories</a>
</li>
<li class="pull-left ">
<a href="/tags/">~/tags</a>
</li>
<li class="pull-right">
<a href="/index.xml">~/subscribe</a>
</li>
</ul>
</nav>
</header>
</head>
<body>
<br/>
<div class="article-meta">
<h1><span class="title">&ldquo;Me on switching to lightmode&rdquo;</span></h1>
<h2 class="date">2023/10/24</h2>
<p class="terms">
Categories: <a href="/categories/theme">Theme</a>
Tags: <a href="/tags/light">Light</a> <a href="/tags/computer">Computer</a>
</p>
</div>
<div class="content-wrapper">
<main>
<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>
<p>
Anyway, I think the main thing that has really allowed me to do the switch is having a bluelight filter.
I have been using one on my desktop for ages, barely thinking about it.
My laptop has, however not had one due to mainly using it at day time and indoors.
So now, I can go out and use it and not be surprised when having sunlight at the screen while using it.</p>
<p>
All this was done to procrastinate instead of studying for my exams in 2 respective 4 days, lel ;P.</p>
<a href="/"> >> Home</a>
</main>
</div>
<footer>
<script>
(function() {
function center_el(tagName) {
var tags = document.getElementsByTagName(tagName), i, tag;
for (i = 0; i < tags.length; i++) {
tag = tags[i];
var parent = tag.parentElement;
if (parent.childNodes.length === 1) {
if (parent.nodeName === 'A') {
parent = parent.parentElement;
if (parent.childNodes.length != 1) continue;
}
if (parent.nodeName === 'P') parent.style.textAlign = 'center';
}
}
}
var tagNames = ['img', 'embed', 'object'];
for (var i = 0; i < tagNames.length; i++) {
center_el(tagNames[i]);
}
})();
</script>
<hr/>
Open-Source | <a href="https://git.acorneroftheweb.com/pingu/blog">Git</a>
</footer>
</body>
</html>

View File

@ -0,0 +1,201 @@
<!DOCTYPE html>
<html lang="en-us">
<head>
<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">
<link rel="icon" type="image/png" sizes="16x16" href="/images/favicon-16x16.png">
<link rel="manifest" href="/images/site.webmanifest">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Credit to the designer of the theme [goodroot](https://github.com/goodroot/hugo-classic)">
<title>&#34;Doctor Who and Steven Moffats fascinations&#34; | acorneroftheweb</title>
<link rel="stylesheet" href="/css/style.css" />
<link rel="stylesheet" href="/css/fonts.css" />
<link rel="stylesheet" href="https://acorneroftheweb.com/css/theme-override.css">
<header>
<nav>
<ul>
<li class="pull-left ">
<a href="https://acorneroftheweb.com/">~/acorneroftheweb</a>
</li>
<li class="pull-left ">
<a href="/categories/">~/categories</a>
</li>
<li class="pull-left ">
<a href="/tags/">~/tags</a>
</li>
<li class="pull-right">
<a href="/index.xml">~/subscribe</a>
</li>
</ul>
</nav>
</header>
</head>
<body>
<br/>
<div class="article-meta">
<h1><span class="title">&ldquo;Doctor Who and Steven Moffats fascinations&rdquo;</span></h1>
<h2 class="date">2023/12/22</h2>
<p class="terms">
</p>
</div>
<div class="content-wrapper">
<main>
<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>
<p>
It has been a fun re-watch so far.
Some of the specials for Tennant were ones that I had missed watching it years ago.
The effects can sometimes take you a bit out of it but then there are episodes such as Blink that really captures what the series is about for me.</p>
<div id="outline-container-headline-1" class="outline-2">
<h2 id="headline-1">
Vision
</h2>
<div id="outline-text-headline-1" class="outline-text-2">
<p>But coming in, having watched the three first episodes of Smith&#39;s run is that Moffat is fascinated with what cannot be seen.
The first episode of the eleventh doctor is about a convict that cannot be directly seen in most cases.
And while the Silence hasn&#39;t been introduced yet in my re-watch, they cannot be remembered after being seen.
Looking back, the Vashta Nerada is a race that by itself cannot be witnessed, but only by the lack of light.
The weeping angels is the inverse of this, they can be observed but at that point, they aren&#39;t existing in the same way.</p>
<div id="outline-container-headline-2" class="outline-3">
<h3 id="headline-2">
The focus
</h3>
<div id="outline-text-headline-2" class="outline-text-3">
<p>One of Doctor Who&#39;s focuses has always been the monsters.
Moffat focuses on these monsters via the lens of vision
But the viewing experience of Doctor Who feels a bit off due to the way these monsters work in a meta way.
You have to have some kind of resistance in the episodes and this comes from the enemies which needs to provide something each time.
You therefore have to either create new monsters, or reuse the ones that are already a part of the canon.
If you create a new monster, they will need to have difference that brings something unique to it.
If you reuse the older ones, they will feel overused or not new enough.</p>
</div>
</div>
<div id="outline-container-headline-3" class="outline-3">
<h3 id="headline-3">
Time lines that don&#39;t happen
</h3>
<div id="outline-text-headline-3" class="outline-text-3">
<p>I am continuing to write this a few days later when I am now almost done with the first season of the eleventh.
The thing that I am thinking of is that Moffat also likes to introduce plots where something doesn&#39;t end up existing or is locked away.
This vision, of something that doesn&#39;t exist, is a mainstay in his writing.
He seems to like making his stories convoluted, not necessarily from a viewer perspective, but from a timeline one.
Comparing something such as the episode Vincent and the Doctor to The Doctor&#39;s daughter it is clear to see the difference.</p>
<div id="outline-container-headline-4" class="outline-4">
<h4 id="headline-4">
The Doctor&#39;s daughter
</h4>
<div id="outline-text-headline-4" class="outline-text-4">
<p>This episode is about a future planet where humans, along with another species are trying to make it habitable but leadership broke down and initiated a war.
This is however not clear from the beginning so you go through the episode, getting more hints about what has been going on such as characters referring to generation instead of years.</p>
</div>
</div>
<div id="outline-container-headline-5" class="outline-4">
<h4 id="headline-5">
Vincent and the Doctor
</h4>
<div id="outline-text-headline-5" class="outline-text-4">
<p>This focuses on the Van Gogh and has a monster which cannot be seen by people, yet Van Gogh can for some reason.
There are no hints, but on the surface it feels clever based on what the public conscience of Van Gogh is.
A note here is that Moffat is not the main writer of this episode but still the producer of the episode.</p>
</div>
</div>
</div>
</div>
</div>
</div>
<div id="outline-container-headline-6" class="outline-2">
<h2 id="headline-6">
Conclusion?
</h2>
<div id="outline-text-headline-6" class="outline-text-2">
<p>What does this just rambling conclude to?
To be quite honest, I don&#39;t fully know.
Steven Moffat seems to write stories that on the surface are clever or hard to understand, but are in reality based on a few core concepts.
Yup, I think that is it.
I understand the intention, that the story should be fleshed out, but without actually giving it depth it feels off.
A focus on the characters would be more interesting.
Comparing something like The Beast Below to The Empty Child, you can see how Christopher Eccleston&#39;s Doctor shows his feelings in the acting, while Matt Smith&#39;s Doctor is only said to be lonely and kind by his companion.</p>
<div id="outline-container-headline-7" class="outline-5">
<h5 id="headline-7">
Unrelated side ♫
</h5>
<div id="outline-text-headline-7" class="outline-text-5">
<p>I have gotten to the flesh episode and there is a oart if it that could be interpreted as relating to gender identity.
At one point, one of the &#34;flesh&#34; named Jennifer, gets surprised that Rory used her name when talking about her.
Then she goes into full appreciation mode and is so happy that Rory referred to her correctly.
It is kinda cute.</p>
</div>
</div>
</div>
</div>
<a href="/"> >> Home</a>
</main>
</div>
<footer>
<script>
(function() {
function center_el(tagName) {
var tags = document.getElementsByTagName(tagName), i, tag;
for (i = 0; i < tags.length; i++) {
tag = tags[i];
var parent = tag.parentElement;
if (parent.childNodes.length === 1) {
if (parent.nodeName === 'A') {
parent = parent.parentElement;
if (parent.childNodes.length != 1) continue;
}
if (parent.nodeName === 'P') parent.style.textAlign = 'center';
}
}
}
var tagNames = ['img', 'embed', 'object'];
for (var i = 0; i < tagNames.length; i++) {
center_el(tagNames[i]);
}
})();
</script>
<hr/>
Open-Source | <a href="https://git.acorneroftheweb.com/pingu/blog">Git</a>
</footer>
</body>
</html>

View File

@ -0,0 +1,171 @@
<!DOCTYPE html>
<html lang="en-us">
<head>
<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">
<link rel="icon" type="image/png" sizes="16x16" href="/images/favicon-16x16.png">
<link rel="manifest" href="/images/site.webmanifest">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Credit to the designer of the theme [goodroot](https://github.com/goodroot/hugo-classic)">
<title>&#34;NixOS, or why I would love a new introduction&#34; | acorneroftheweb</title>
<link rel="stylesheet" href="/css/style.css" />
<link rel="stylesheet" href="/css/fonts.css" />
<link rel="stylesheet" href="https://acorneroftheweb.com/css/theme-override.css">
<header>
<nav>
<ul>
<li class="pull-left ">
<a href="https://acorneroftheweb.com/">~/acorneroftheweb</a>
</li>
<li class="pull-left ">
<a href="/categories/">~/categories</a>
</li>
<li class="pull-left ">
<a href="/tags/">~/tags</a>
</li>
<li class="pull-right">
<a href="/index.xml">~/subscribe</a>
</li>
</ul>
</nav>
</header>
</head>
<body>
<br/>
<div class="article-meta">
<h1><span class="title">&ldquo;NixOS, or why I would love a new introduction&rdquo;</span></h1>
<h2 class="date">2025/07/12</h2>
<p class="terms">
Categories: <a href="/categories/computer">Computer</a>
Tags: <a href="/tags/computer">Computer</a> <a href="/tags/operating_system">Operating_System</a> <a href="/tags/nixos">NixOS</a>
</p>
</div>
<div class="content-wrapper">
<main>
<p>
I have been using NixOS for the last 2 years now.
I got introduced to it by friends, who had changed their entire workflow to accommodate it.
I was a bit skeptical at the beginning, tried installing the package manager to my arch install at the time, but didn&#39;t fully understand how I was supposed to use it in conjunction with how I was my computer at the time.
However, in the summer of 2023, I decided to take the plunge, and go the full way, with a new install.
Having run this type of setup for two years now, I have to admit it.
NixOS makes certain aspects of using my computer easier.</p>
<p>
As of recent, I have had to change the laptop that I was using.
With Nix as the base, I was able to make it usable, in way faster time than I think I would have been able with an Arch installation.
There are some aspects that make it harder though, since that laptop needed to make sure it worked as intended, such as disabling TLP and patching the kernel.
It also allowed me to resume my work on my current master thesis, since I could just pull the git repo and use nix develop to get all the dependencies for that work in specifics.</p>
<div id="outline-container-headline-1" class="outline-2">
<h2 id="headline-1">
Configuration
</h2>
<div id="outline-text-headline-1" class="outline-text-2">
<p>A friend of mine recently decided to try and do the switch themselves.
He has been an avid Arch fan boy for the last 2 years, since he got mad at Fedora for bricking his install (I genuinely do not understand how that happened).
He has been a bit particular however, refusing to configure software to ensure that he is able to use them anywhere, and to not have to learn esoteric languages for just one program.
I find this very sensible, while I approach it completely differently.
I want software customized to me, for me to act as best as I can within it.</p>
<p>
Anyway, this has lead to some confusion about Nix, and why things are as they are.
For example, how is Git, as defined in Home-Manager, able to configure it as it does?
And that is an implementation detail, but it is quite important for a user of Nix.
Why does Nix gatekeep the most foundational aspect of using Nix according to most users behind an Experimental-feature wall?
Now, I don&#39;t have the answers for these, since I am not yet a contributor to Nix, or well versed in the ecosystem, if I am being honest.</p>
</div>
</div>
<div id="outline-container-headline-2" class="outline-2">
<h2 id="headline-2">
A better introduction
</h2>
<div id="outline-text-headline-2" class="outline-text-2">
<p>A comment was made about the <a href="https://nixos.org/manual/nixos/stable/">installation guide</a>, about how it is not adequate, and I wouldn&#39;t know, I didn&#39;t read it when I got NixOS.
Like most of Nix documentation, it is a bit overwhelming and hard to navigate.
I like <a href="https://wiki.archlinux.org/title/Installation_guide">Arch&#39;s install guide</a>, since it is easier to search, and it segments the parts into different pages.
So, if I were to change anything, I would split this up, making sure that they are condensed into small, concrete parts.
An approach of this that I like is <a href="https://github.com/rust-lang/mdBook">mdbook</a>. One could therefore keep the more general structure of the guide, but each subsection is it&#39;s own page.</p>
<p>
Another aspect that would change is that an introduction should try to convey one way.
NixOS tries to introduce flakes in the <a href="https://nixos.org/manual/nixos/stable/#sec-installation-manual-installing">Installing section</a>, but never explaining what it is, or linking further.
Either you introduce a concept, link to more info, or you do not mention it.</p>
<p>
There are also several ways of managing the system that are not a good way of handling NixOS specifically.
Why is the <a href="https://nixos.org/manual/nixos/stable/#sec-ad-hoc-packages">Ad-hoc</a> way of using Nix even introduced, when it goes against the ideals of having a reproducible system?
Why introduce manual user management?
Further, it talks about a lot of different programs that a user may want to install.
This does however not teach the user to actually figure out where to find options.
Why isn&#39;t <a href="https://search.nixos.org">search.nixos.org</a> introduced?</p>
<p>
An optimal guide would introduce how to create a system, using the most commonly accepted methods, such as flakes.
You can introduce flakes as adding the ability to create a lock file like <code class="verbatim">package-lock.json</code> from npm.
This would then go into creating a functional system, and then a show case of how you can modify it and common fixes for NVIDIA, or similar.
I am a bit tempted to try and make this, but I also wanna do some own development on packages.</p>
</div>
</div>
<a href="/"> >> Home</a>
</main>
</div>
<footer>
<script>
(function() {
function center_el(tagName) {
var tags = document.getElementsByTagName(tagName), i, tag;
for (i = 0; i < tags.length; i++) {
tag = tags[i];
var parent = tag.parentElement;
if (parent.childNodes.length === 1) {
if (parent.nodeName === 'A') {
parent = parent.parentElement;
if (parent.childNodes.length != 1) continue;
}
if (parent.nodeName === 'P') parent.style.textAlign = 'center';
}
}
}
var tagNames = ['img', 'embed', 'object'];
for (var i = 0; i < tagNames.length; i++) {
center_el(tagNames[i]);
}
})();
</script>
<hr/>
Open-Source | <a href="https://git.acorneroftheweb.com/pingu/blog">Git</a>
</footer>
</body>
</html>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 38 KiB

View File

@ -21,7 +21,7 @@
<li class="pull-left ">
<a href="https://acorneroftheweb.com">~/acorneroftheweb</a>
<a href="https://acorneroftheweb.com/">~/acorneroftheweb</a>
</li>
@ -63,6 +63,26 @@
<li>
<span class="date">2025/07/12</span>
<a href="/post/2025/07/12/nixos-or-why-i-would-love-a-new-introduction/">&ldquo;NixOS, or why I would love a new introduction&rdquo;</a>
</li>
<li>
<span class="date">2023/12/22</span>
<a href="/post/2023/12/22/doctor-who-and-steven-moffats-fascinations/">&ldquo;Doctor Who and Steven Moffats fascinations&rdquo;</a>
</li>
<li>
<span class="date">2023/10/24</span>
<a href="/post/2023/10/24/me-on-switching-to-lightmode/">&ldquo;Me on switching to lightmode&rdquo;</a>
</li>
<li>
<span class="date">2023/09/01</span>
<a href="/post/2023/09/01/my-thoughts-on-tears-of-the-kingdom/">&ldquo;My thoughts on Tears of the Kingdom&rdquo;</a>
</li>
<li>
<span class="date">2023/04/18</span>
<a href="/post/2023/04/18/legal-name-changed/">&ldquo;Legal name changed&rdquo;</a>

View File

@ -4,45 +4,65 @@
<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>Tue, 18 Apr 2023 19:49:41 +0200</lastBuildDate><atom:link href="https://acorneroftheweb.com/post/index.xml" rel="self" type="application/rss+xml" />
<lastBuildDate>Sat, 12 Jul 2025 19:56:56 +0200</lastBuildDate>
<atom:link href="https://acorneroftheweb.com/post/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>&#34;NixOS, or why I would love a new introduction&#34;</title>
<link>https://acorneroftheweb.com/post/2025/07/12/nixos-or-why-i-would-love-a-new-introduction/</link>
<pubDate>Sat, 12 Jul 2025 19:56:56 +0200</pubDate>
<guid>https://acorneroftheweb.com/post/2025/07/12/nixos-or-why-i-would-love-a-new-introduction/</guid>
<description>&lt;p&gt;&#xA;I have been using NixOS for the last 2 years now.&#xA;I got introduced to it by friends, who had changed their entire workflow to accommodate it.&#xA;I was a bit skeptical at the beginning, tried installing the package manager to my arch install at the time, but didn&amp;#39;t fully understand how I was supposed to use it in conjunction with how I was my computer at the time.&#xA;However, in the summer of 2023, I decided to take the plunge, and go the full way, with a new install.&#xA;Having run this type of setup for two years now, I have to admit it.&#xA;NixOS makes certain aspects of using my computer easier.&lt;/p&gt;</description>
</item>
<item>
<title>&#34;Doctor Who and Steven Moffats fascinations&#34;</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>&lt;p&gt;&#xA;Recently I have started re-watching new who.&#xA;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).&#xA;The latest episodes chronologically I have watched were during Capaldi&amp;#39;s era.&#xA;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).&#xA;Just the other day, I finished the conclusion to Tennant&amp;#39;s run.&lt;/p&gt;</description>
</item>
<item>
<title>&#34;Me on switching to lightmode&#34;</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>&lt;p&gt;&#xA;Hey,&#xA;I did a stoop and switch to lightmode a few days ago.&#xA;SO far, it feels comfy in someways.&#xA;I chose &lt;a href=&#34;https://github.com/catppuccin/catppuccin&#34;&gt;catppuccin latte&lt;/a&gt; as the theme.&#xA;But what I don&amp;#39;t fully get is how application such as discord are so very bad in lightmode.&#xA;Like, I am using a theme, &lt;a href=&#34;https://github.com/catppuccin/discord&#34;&gt;catppuccin discord&lt;/a&gt;, to ensure that it looks like the rest of my laptop but it looks very off when it comes to notifications.&#xA;Seeing that a discord has a new message, is almost hidden.&#xA;This is also true for default theme, so it left me wondering if people think about light themes?&#xA;I sure haven&amp;#39;t, since I primarily have used darkmode everywhere I can for the last years.&#xA;Spotify has not implemented this addition for ~10 years now, as seen in &lt;a href=&#34;https://community.spotify.com/t5/Live-Ideas/All-Platforms-Light-Mode-option/idi-p/730341&#34;&gt;this request&lt;/a&gt;.&#xA;It has 6k votes and is one of the ones with the most votes on the entire website.&lt;/p&gt;</description>
</item>
<item>
<title>&#34;My thoughts on Tears of the Kingdom&#34;</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>&lt;p&gt;&#xA;Hello again, been a while hasn&amp;#39;t it?&#xA;You know, existing can sometimes be just enough.&#xA;During the summer, I started a playthrough of the new Zelda game and it leaves me with opinions.&#xA;I thought I would write about it to explain my opinions on the game and fully understand what I even think.&#xA;So let&amp;#39;s get into it, shall we?&lt;/p&gt;&#xA;&lt;div id=&#34;outline-container-headline-1&#34; class=&#34;outline-2&#34;&gt;&#xA;&lt;h2 id=&#34;headline-1&#34;&gt;&#xA;Me and other Zelda games&#xA;&lt;/h2&gt;&#xA;&lt;div id=&#34;outline-text-headline-1&#34; class=&#34;outline-text-2&#34;&gt;&#xA;&lt;p&gt;When I was a kid, I was introduced to Zelda by my uncles, playing Wind Waker, Link&amp;#39;s awakening and later Twilight Princess.&#xA;It got me hooked on the games, the exploring was a great and going through dungeons.&#xA;I would go on to play most of the main line Zeldas and they offer different experiences but all offered something that I enjoyed.&#xA;The scope of Ocarina of time, the creepy nature of Majora&amp;#39;s Mask, the plot of Skyward sword, it was all so much fun.&lt;/p&gt;</description>
</item>
<item>
<title>&#34;Legal name changed&#34;</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>&lt;p&gt;&#xA;I GOT MY LEGAL NAME CHANGED!!!&#xA;HYPE!!!!&lt;/p&gt;&#xA;&lt;p&gt;&#xA;It is now Nor Pingu Führ, and it feels good.&#xA;The Pingu is the nickname I have used for multiple years now, and it is deeply related to me.&#xA;So it feels great to have as a middle name.&lt;/p&gt;</description>
</item>
<item>
<title>&#34;Writing&#34;</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>&lt;p&gt;&#xA;Writing can be hard sometimes.&#xA;So just now, I am meant to be working on writing an essay and a report.&#xA;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.&#xA;Both of them are quite different from how I like to write about thing.&#xA;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.&lt;/p&gt;</description>
</item>
<item>
<title>&#34;I got a Blåhaj&#34;</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>&lt;p&gt;&#xA;I went out today and got a Blåhaj and a Småhaj.&#xA;It was nice.&lt;/p&gt;&#xA;&lt;img src=&#34;https://acorneroftheweb.com/images/posts/blahaj.jpg&#34; alt=&#34;Picture of one big Blåhaj and a small Blåhaj sleeping in a bed&#34; title=&#34;/images/posts/blahaj.jpg&#34; width=&#34;400px&#34;/&gt;</description>
</item>
<item>
<title>&#34;I am bad at reading&#34;</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&amp;#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>&lt;div id=&#34;outline-container-headline-1&#34; class=&#34;outline-2&#34;&gt;&#xA;&lt;h2 id=&#34;headline-1&#34;&gt;&#xA;Setting up servers&#xA;&lt;/h2&gt;&#xA;&lt;div id=&#34;outline-text-headline-1&#34; class=&#34;outline-text-2&#34;&gt;&#xA;&lt;p&gt;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.&#xA;Doing this, I have tried out using &lt;a href=&#34;https://github.com/hashicorp/nomad/&#34;&gt;Nomad&lt;/a&gt; and &lt;a href=&#34;https://github.com/hashicorp/consul/&#34;&gt;Consul&lt;/a&gt; instead of ssh&amp;#39;ing to the server and running &lt;code&gt;docker-compose up&lt;/code&gt; or even launching the services manually.&#xA;This approach has seeing how the docker logs look easier and I know that reverse proxy will be solved by itself.&lt;/p&gt;</description>
</item>
</channel>
</rss>

View File

@ -1,126 +0,0 @@
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>My New Hugo Site</title>
<meta name="viewport" content="width=device-width,minimum-scale=1">
<meta name="description" content="">
<meta name="generator" content="Hugo 0.110.0">
<meta name="robots" content="noindex, nofollow">
<link rel="stylesheet" href="/ananke/css/main.min.css" >
<link href="/posts/index.xml" rel="alternate" type="application/rss+xml" title="My New Hugo Site" />
<link href="/posts/index.xml" rel="feed" type="application/rss+xml" title="My New Hugo Site" />
<meta property="og:title" content="Posts" />
<meta property="og:description" content="" />
<meta property="og:type" content="website" />
<meta property="og:url" content="http://example.org/posts/" />
<meta itemprop="name" content="Posts">
<meta itemprop="description" content=""><meta name="twitter:card" content="summary"/>
<meta name="twitter:title" content="Posts"/>
<meta name="twitter:description" content=""/>
</head>
<body class="ma0 avenir bg-near-white">
<header>
<div class="pb3-m pb6-l bg-black">
<nav class="pv3 ph3 ph4-ns" role="navigation">
<div class="flex-l justify-between items-center center">
<a href="/" class="f3 fw2 hover-white no-underline white-90 dib">
My New Hugo Site
</a>
<div class="flex-l items-center">
<div class="ananke-socials">
</div>
</div>
</div>
</nav>
<div class="tc-l pv3 ph3 ph4-ns">
<h1 class="f2 f-subheadline-l fw2 light-silver mb0 lh-title">
Posts
</h1>
</div>
</div>
</header>
<main class="pb7" role="main">
<article class="pa3 pa4-ns nested-copy-line-height">
<section class="cf ph3 ph5-l pv3 pv4-l f4 tc-l center measure-wide lh-copy mid-gray"></section>
<section class="flex-ns flex-wrap justify-around mt5">
<div class="relative w-100 w-30-l mb4 bg-white">
<div class="relative w-100 mb4 bg-white nested-copy-line-height">
<div class="bg-white mb3 pa4 gray overflow-hidden">
<span class="f6 db">Posts</span>
<h1 class="f3 near-black">
<a href="/posts/my-first-post/" class="link black dim">
My First Post
</a>
</h1>
<div class="nested-links f5 lh-copy nested-copy-line-height">
Introduction This is bold text, and this is emphasized text.
Visit the Hugo website!
</div>
</div>
</div>
</div>
</section></article>
</main>
<footer class="bg-black bottom-0 w-100 pa3" role="contentinfo">
<div class="flex justify-between">
<a class="f4 fw4 hover-white no-underline white-70 dn dib-ns pv2 ph3" href="http://example.org/" >
&copy; My New Hugo Site 2023
</a>
<div>
<div class="ananke-socials">
</div>
</div>
</div>
</footer>
</body>
</html>

View File

@ -1,21 +0,0 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Posts on My New Hugo Site</title>
<link>http://example.org/posts/</link>
<description>Recent content in Posts on My New Hugo Site</description>
<generator>Hugo -- gohugo.io</generator>
<language>en-us</language>
<lastBuildDate>Sat, 04 Mar 2023 12:59:11 +0100</lastBuildDate><atom:link href="http://example.org/posts/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>My First Post</title>
<link>http://example.org/posts/my-first-post/</link>
<pubDate>Sat, 04 Mar 2023 12:59:11 +0100</pubDate>
<guid>http://example.org/posts/my-first-post/</guid>
<description>Introduction This is bold text, and this is emphasized text.
Visit the Hugo website!</description>
</item>
</channel>
</rss>

View File

@ -1,157 +0,0 @@
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>My First Post | My New Hugo Site</title>
<meta name="viewport" content="width=device-width,minimum-scale=1">
<meta name="description" content="Introduction This is bold text, and this is emphasized text.
Visit the Hugo website!">
<meta name="generator" content="Hugo 0.110.0">
<meta name="robots" content="noindex, nofollow">
<link rel="stylesheet" href="/ananke/css/main.min.css" >
<meta property="og:title" content="My First Post" />
<meta property="og:description" content="Introduction This is bold text, and this is emphasized text.
Visit the Hugo website!" />
<meta property="og:type" content="article" />
<meta property="og:url" content="http://example.org/posts/my-first-post/" /><meta property="article:section" content="posts" />
<meta property="article:published_time" content="2023-03-04T12:59:11+01:00" />
<meta property="article:modified_time" content="2023-03-04T12:59:11+01:00" />
<meta itemprop="name" content="My First Post">
<meta itemprop="description" content="Introduction This is bold text, and this is emphasized text.
Visit the Hugo website!"><meta itemprop="datePublished" content="2023-03-04T12:59:11+01:00" />
<meta itemprop="dateModified" content="2023-03-04T12:59:11+01:00" />
<meta itemprop="wordCount" content="14">
<meta itemprop="keywords" content="" /><meta name="twitter:card" content="summary"/>
<meta name="twitter:title" content="My First Post"/>
<meta name="twitter:description" content="Introduction This is bold text, and this is emphasized text.
Visit the Hugo website!"/>
</head>
<body class="ma0 avenir bg-near-white">
<header>
<div class="bg-black">
<nav class="pv3 ph3 ph4-ns" role="navigation">
<div class="flex-l justify-between items-center center">
<a href="/" class="f3 fw2 hover-white no-underline white-90 dib">
My New Hugo Site
</a>
<div class="flex-l items-center">
<div class="ananke-socials">
</div>
</div>
</div>
</nav>
</div>
</header>
<main class="pb7" role="main">
<article class="flex-l flex-wrap justify-between mw8 center ph3">
<header class="mt4 w-100">
<aside class="instapaper_ignoref b helvetica tracked">
POSTS
</aside>
<div id="sharing" class="mt3 ananke-socials">
</div>
<h1 class="f1 athelas mt3 mb1">My First Post</h1>
<time class="f6 mv4 dib tracked" datetime="2023-03-04T12:59:11+01:00">March 4, 2023</time>
</header>
<div class="nested-copy-line-height lh-copy serif f4 nested-links mid-gray pr4-l w-two-thirds-l"><h2 id="introduction">Introduction</h2>
<p>This is <strong>bold</strong> text, and this is <em>emphasized</em> text.</p>
<p>Visit the <a href="https://gohugo.io">Hugo</a> website!</p>
<ul class="pa0">
</ul>
<div class="mt6 instapaper_ignoref">
</div>
</div>
<aside class="w-30-l mt6-l">
</aside>
</article>
</main>
<footer class="bg-black bottom-0 w-100 pa3" role="contentinfo">
<div class="flex justify-between">
<a class="f4 fw4 hover-white no-underline white-70 dn dib-ns pv2 ph3" href="http://example.org/" >
&copy; My New Hugo Site 2023
</a>
<div>
<div class="ananke-socials">
</div>
</div>
</div>
</footer>
</body>
</html>

View File

@ -1,10 +0,0 @@
<!DOCTYPE html>
<html lang="en-us">
<head>
<title>http://example.org/posts/</title>
<link rel="canonical" href="http://example.org/posts/">
<meta name="robots" content="noindex">
<meta charset="utf-8">
<meta http-equiv="refresh" content="0; url=http://example.org/posts/">
</head>
</html>

View File

@ -2,25 +2,73 @@
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
xmlns:xhtml="http://www.w3.org/1999/xhtml">
<url>
<loc>https://acorneroftheweb.com/post/2025/07/12/nixos-or-why-i-would-love-a-new-introduction/</loc>
<lastmod>2025-07-12T19:56:56+02:00</lastmod>
</url><url>
<loc>https://acorneroftheweb.com/categories/</loc>
<lastmod>2025-07-12T19:56:56+02:00</lastmod>
</url><url>
<loc>https://acorneroftheweb.com/categories/computer/</loc>
<lastmod>2025-07-12T19:56:56+02:00</lastmod>
</url><url>
<loc>https://acorneroftheweb.com/tags/computer/</loc>
<lastmod>2025-07-12T19:56:56+02:00</lastmod>
</url><url>
<loc>https://acorneroftheweb.com/</loc>
<lastmod>2025-07-12T19:56:56+02:00</lastmod>
</url><url>
<loc>https://acorneroftheweb.com/tags/nixos/</loc>
<lastmod>2025-07-12T19:56:56+02:00</lastmod>
</url><url>
<loc>https://acorneroftheweb.com/tags/operating_system/</loc>
<lastmod>2025-07-12T19:56:56+02:00</lastmod>
</url><url>
<loc>https://acorneroftheweb.com/post/</loc>
<lastmod>2025-07-12T19:56:56+02:00</lastmod>
</url><url>
<loc>https://acorneroftheweb.com/tags/</loc>
<lastmod>2025-07-12T19:56:56+02:00</lastmod>
</url><url>
<loc>https://acorneroftheweb.com/post/2023/12/22/doctor-who-and-steven-moffats-fascinations/</loc>
<lastmod>2023-12-22T19:08:09+01:00</lastmod>
</url><url>
<loc>https://acorneroftheweb.com/post/2023/10/24/me-on-switching-to-lightmode/</loc>
<lastmod>2023-10-24T15:18:55+02:00</lastmod>
</url><url>
<loc>https://acorneroftheweb.com/tags/light/</loc>
<lastmod>2023-10-24T15:18:55+02:00</lastmod>
</url><url>
<loc>https://acorneroftheweb.com/categories/theme/</loc>
<lastmod>2023-10-24T15:18:55+02:00</lastmod>
</url><url>
<loc>https://acorneroftheweb.com/post/2023/09/01/my-thoughts-on-tears-of-the-kingdom/</loc>
<lastmod>2023-09-01T16:39:47+02:00</lastmod>
</url><url>
<loc>https://acorneroftheweb.com/tags/botw/</loc>
<lastmod>2023-09-01T16:39:47+02:00</lastmod>
</url><url>
<loc>https://acorneroftheweb.com/categories/games/</loc>
<lastmod>2023-09-01T16:39:47+02:00</lastmod>
</url><url>
<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>
<lastmod>2023-09-01T16:39:47+02:00</lastmod>
</url><url>
<loc>https://acorneroftheweb.com/tags/switch/</loc>
<lastmod>2023-09-01T16:39:47+02:00</lastmod>
</url><url>
<loc>https://acorneroftheweb.com/tags/totk/</loc>
<lastmod>2023-09-01T16:39:47+02:00</lastmod>
</url><url>
<loc>https://acorneroftheweb.com/tags/zelda/</loc>
<lastmod>2023-09-01T16:39:47+02:00</lastmod>
</url><url>
<loc>https://acorneroftheweb.com/post/2023/04/18/legal-name-changed/</loc>
<lastmod>2023-04-18T19:49:41+02:00</lastmod>
</url><url>
<loc>https://acorneroftheweb.com/categories/</loc>
<lastmod>2023-04-18T19:49:41+02:00</lastmod>
</url><url>
<loc>https://acorneroftheweb.com/tags/health/</loc>
<lastmod>2023-04-18T19:49:41+02:00</lastmod>
</url><url>
<loc>https://acorneroftheweb.com/</loc>
<lastmod>2023-04-18T19:49:41+02:00</lastmod>
</url><url>
<loc>https://acorneroftheweb.com/tags/mental/</loc>
<lastmod>2023-04-18T19:49:41+02:00</lastmod>
</url><url>
<loc>https://acorneroftheweb.com/post/</loc>
<lastmod>2023-04-18T19:49:41+02:00</lastmod>
</url><url>
<loc>https://acorneroftheweb.com/tags/</loc>
<loc>https://acorneroftheweb.com/tags/mental_health/</loc>
<lastmod>2023-04-18T19:49:41+02:00</lastmod>
</url><url>
<loc>https://acorneroftheweb.com/categories/trans/</loc>
@ -32,19 +80,19 @@
<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>
@ -53,10 +101,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>

View File

@ -21,7 +21,7 @@
<li class="pull-left ">
<a href="https://acorneroftheweb.com">~/acorneroftheweb</a>
<a href="https://acorneroftheweb.com/">~/acorneroftheweb</a>
</li>

View File

@ -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>&#34;I got a Blåhaj&#34;</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>&lt;p&gt;&#xA;I went out today and got a Blåhaj and a Småhaj.&#xA;It was nice.&lt;/p&gt;&#xA;&lt;img src=&#34;https://acorneroftheweb.com/images/posts/blahaj.jpg&#34; alt=&#34;Picture of one big Blåhaj and a small Blåhaj sleeping in a bed&#34; title=&#34;/images/posts/blahaj.jpg&#34; width=&#34;400px&#34;/&gt;</description>
</item>
</channel>
</rss>

107
public/tags/botw/index.html Normal file
View File

@ -0,0 +1,107 @@
<!DOCTYPE html>
<html lang="en-us">
<head>
<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">
<link rel="icon" type="image/png" sizes="16x16" href="/images/favicon-16x16.png">
<link rel="manifest" href="/images/site.webmanifest">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Credit to the designer of the theme [goodroot](https://github.com/goodroot/hugo-classic)">
<title>BotW | acorneroftheweb</title>
<link rel="stylesheet" href="/css/style.css" />
<link rel="stylesheet" href="/css/fonts.css" />
<link rel="stylesheet" href="https://acorneroftheweb.com/css/theme-override.css">
<header>
<nav>
<ul>
<li class="pull-left ">
<a href="https://acorneroftheweb.com/">~/acorneroftheweb</a>
</li>
<li class="pull-left ">
<a href="/categories/">~/categories</a>
</li>
<li class="pull-left current">
<a href="/tags/">~/tags</a>
</li>
<li class="pull-right">
<a href="/index.xml">~/subscribe</a>
</li>
</ul>
</nav>
</header>
</head>
<body>
<br/>
<div class="content-wrapper">
<h1>BotW</h1>
<ul>
<li>
<span class="date">2023/09/01</span>
<a href="/post/2023/09/01/my-thoughts-on-tears-of-the-kingdom/">&ldquo;My thoughts on Tears of the Kingdom&rdquo;</a>
</li>
</ul>
</div>
<footer>
<script>
(function() {
function center_el(tagName) {
var tags = document.getElementsByTagName(tagName), i, tag;
for (i = 0; i < tags.length; i++) {
tag = tags[i];
var parent = tag.parentElement;
if (parent.childNodes.length === 1) {
if (parent.nodeName === 'A') {
parent = parent.parentElement;
if (parent.childNodes.length != 1) continue;
}
if (parent.nodeName === 'P') parent.style.textAlign = 'center';
}
}
}
var tagNames = ['img', 'embed', 'object'];
for (var i = 0; i < tagNames.length; i++) {
center_el(tagNames[i]);
}
})();
</script>
<hr/>
Open-Source | <a href="https://git.acorneroftheweb.com/pingu/blog">Git</a>
</footer>
</body>
</html>

View File

@ -0,0 +1,19 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>BotW on acorneroftheweb</title>
<link>https://acorneroftheweb.com/tags/botw/</link>
<description>Recent content in BotW on acorneroftheweb</description>
<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" />
<item>
<title>&#34;My thoughts on Tears of the Kingdom&#34;</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>&lt;p&gt;&#xA;Hello again, been a while hasn&amp;#39;t it?&#xA;You know, existing can sometimes be just enough.&#xA;During the summer, I started a playthrough of the new Zelda game and it leaves me with opinions.&#xA;I thought I would write about it to explain my opinions on the game and fully understand what I even think.&#xA;So let&amp;#39;s get into it, shall we?&lt;/p&gt;&#xA;&lt;div id=&#34;outline-container-headline-1&#34; class=&#34;outline-2&#34;&gt;&#xA;&lt;h2 id=&#34;headline-1&#34;&gt;&#xA;Me and other Zelda games&#xA;&lt;/h2&gt;&#xA;&lt;div id=&#34;outline-text-headline-1&#34; class=&#34;outline-text-2&#34;&gt;&#xA;&lt;p&gt;When I was a kid, I was introduced to Zelda by my uncles, playing Wind Waker, Link&amp;#39;s awakening and later Twilight Princess.&#xA;It got me hooked on the games, the exploring was a great and going through dungeons.&#xA;I would go on to play most of the main line Zeldas and they offer different experiences but all offered something that I enjoyed.&#xA;The scope of Ocarina of time, the creepy nature of Majora&amp;#39;s Mask, the plot of Skyward sword, it was all so much fun.&lt;/p&gt;</description>
</item>
</channel>
</rss>

View File

@ -0,0 +1,112 @@
<!DOCTYPE html>
<html lang="en-us">
<head>
<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">
<link rel="icon" type="image/png" sizes="16x16" href="/images/favicon-16x16.png">
<link rel="manifest" href="/images/site.webmanifest">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Credit to the designer of the theme [goodroot](https://github.com/goodroot/hugo-classic)">
<title>Computer | acorneroftheweb</title>
<link rel="stylesheet" href="/css/style.css" />
<link rel="stylesheet" href="/css/fonts.css" />
<link rel="stylesheet" href="https://acorneroftheweb.com/css/theme-override.css">
<header>
<nav>
<ul>
<li class="pull-left ">
<a href="https://acorneroftheweb.com/">~/acorneroftheweb</a>
</li>
<li class="pull-left ">
<a href="/categories/">~/categories</a>
</li>
<li class="pull-left current">
<a href="/tags/">~/tags</a>
</li>
<li class="pull-right">
<a href="/index.xml">~/subscribe</a>
</li>
</ul>
</nav>
</header>
</head>
<body>
<br/>
<div class="content-wrapper">
<h1>Computer</h1>
<ul>
<li>
<span class="date">2025/07/12</span>
<a href="/post/2025/07/12/nixos-or-why-i-would-love-a-new-introduction/">&ldquo;NixOS, or why I would love a new introduction&rdquo;</a>
</li>
<li>
<span class="date">2023/10/24</span>
<a href="/post/2023/10/24/me-on-switching-to-lightmode/">&ldquo;Me on switching to lightmode&rdquo;</a>
</li>
</ul>
</div>
<footer>
<script>
(function() {
function center_el(tagName) {
var tags = document.getElementsByTagName(tagName), i, tag;
for (i = 0; i < tags.length; i++) {
tag = tags[i];
var parent = tag.parentElement;
if (parent.childNodes.length === 1) {
if (parent.nodeName === 'A') {
parent = parent.parentElement;
if (parent.childNodes.length != 1) continue;
}
if (parent.nodeName === 'P') parent.style.textAlign = 'center';
}
}
}
var tagNames = ['img', 'embed', 'object'];
for (var i = 0; i < tagNames.length; i++) {
center_el(tagNames[i]);
}
})();
</script>
<hr/>
Open-Source | <a href="https://git.acorneroftheweb.com/pingu/blog">Git</a>
</footer>
</body>
</html>

View File

@ -0,0 +1,26 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Computer on acorneroftheweb</title>
<link>https://acorneroftheweb.com/tags/computer/</link>
<description>Recent content in Computer on acorneroftheweb</description>
<generator>Hugo</generator>
<language>en-us</language>
<lastBuildDate>Sat, 12 Jul 2025 19:56:56 +0200</lastBuildDate>
<atom:link href="https://acorneroftheweb.com/tags/computer/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>&#34;NixOS, or why I would love a new introduction&#34;</title>
<link>https://acorneroftheweb.com/post/2025/07/12/nixos-or-why-i-would-love-a-new-introduction/</link>
<pubDate>Sat, 12 Jul 2025 19:56:56 +0200</pubDate>
<guid>https://acorneroftheweb.com/post/2025/07/12/nixos-or-why-i-would-love-a-new-introduction/</guid>
<description>&lt;p&gt;&#xA;I have been using NixOS for the last 2 years now.&#xA;I got introduced to it by friends, who had changed their entire workflow to accommodate it.&#xA;I was a bit skeptical at the beginning, tried installing the package manager to my arch install at the time, but didn&amp;#39;t fully understand how I was supposed to use it in conjunction with how I was my computer at the time.&#xA;However, in the summer of 2023, I decided to take the plunge, and go the full way, with a new install.&#xA;Having run this type of setup for two years now, I have to admit it.&#xA;NixOS makes certain aspects of using my computer easier.&lt;/p&gt;</description>
</item>
<item>
<title>&#34;Me on switching to lightmode&#34;</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>&lt;p&gt;&#xA;Hey,&#xA;I did a stoop and switch to lightmode a few days ago.&#xA;SO far, it feels comfy in someways.&#xA;I chose &lt;a href=&#34;https://github.com/catppuccin/catppuccin&#34;&gt;catppuccin latte&lt;/a&gt; as the theme.&#xA;But what I don&amp;#39;t fully get is how application such as discord are so very bad in lightmode.&#xA;Like, I am using a theme, &lt;a href=&#34;https://github.com/catppuccin/discord&#34;&gt;catppuccin discord&lt;/a&gt;, to ensure that it looks like the rest of my laptop but it looks very off when it comes to notifications.&#xA;Seeing that a discord has a new message, is almost hidden.&#xA;This is also true for default theme, so it left me wondering if people think about light themes?&#xA;I sure haven&amp;#39;t, since I primarily have used darkmode everywhere I can for the last years.&#xA;Spotify has not implemented this addition for ~10 years now, as seen in &lt;a href=&#34;https://community.spotify.com/t5/Live-Ideas/All-Platforms-Light-Mode-option/idi-p/730341&#34;&gt;this request&lt;/a&gt;.&#xA;It has 6k votes and is one of the ones with the most votes on the entire website.&lt;/p&gt;</description>
</item>
</channel>
</rss>

View File

@ -10,7 +10,7 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Credit to the designer of the theme [goodroot](https://github.com/goodroot/hugo-classic)">
<title>Documentation, | acorneroftheweb</title>
<title>Documentation | acorneroftheweb</title>
<link rel="stylesheet" href="/css/style.css" />
<link rel="stylesheet" href="/css/fonts.css" />
<link rel="stylesheet" href="https://acorneroftheweb.com/css/theme-override.css">
@ -21,7 +21,7 @@
<li class="pull-left ">
<a href="https://acorneroftheweb.com">~/acorneroftheweb</a>
<a href="https://acorneroftheweb.com/">~/acorneroftheweb</a>
</li>
@ -54,7 +54,7 @@
<div class="content-wrapper">
<h1>Documentation,</h1>
<h1>Documentation</h1>

View File

@ -1,20 +1,19 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Documentation, on acorneroftheweb</title>
<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>
<description>Recent content in Documentation on acorneroftheweb</description>
<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>&#34;I am bad at reading&#34;</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&amp;#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>&lt;div id=&#34;outline-container-headline-1&#34; class=&#34;outline-2&#34;&gt;&#xA;&lt;h2 id=&#34;headline-1&#34;&gt;&#xA;Setting up servers&#xA;&lt;/h2&gt;&#xA;&lt;div id=&#34;outline-text-headline-1&#34; class=&#34;outline-text-2&#34;&gt;&#xA;&lt;p&gt;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.&#xA;Doing this, I have tried out using &lt;a href=&#34;https://github.com/hashicorp/nomad/&#34;&gt;Nomad&lt;/a&gt; and &lt;a href=&#34;https://github.com/hashicorp/consul/&#34;&gt;Consul&lt;/a&gt; instead of ssh&amp;#39;ing to the server and running &lt;code&gt;docker-compose up&lt;/code&gt; or even launching the services manually.&#xA;This approach has seeing how the docker logs look easier and I know that reverse proxy will be solved by itself.&lt;/p&gt;</description>
</item>
</channel>
</rss>

View File

@ -0,0 +1,107 @@
<!DOCTYPE html>
<html lang="en-us">
<head>
<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">
<link rel="icon" type="image/png" sizes="16x16" href="/images/favicon-16x16.png">
<link rel="manifest" href="/images/site.webmanifest">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Credit to the designer of the theme [goodroot](https://github.com/goodroot/hugo-classic)">
<title>Games | acorneroftheweb</title>
<link rel="stylesheet" href="/css/style.css" />
<link rel="stylesheet" href="/css/fonts.css" />
<link rel="stylesheet" href="https://acorneroftheweb.com/css/theme-override.css">
<header>
<nav>
<ul>
<li class="pull-left ">
<a href="https://acorneroftheweb.com/">~/acorneroftheweb</a>
</li>
<li class="pull-left ">
<a href="/categories/">~/categories</a>
</li>
<li class="pull-left current">
<a href="/tags/">~/tags</a>
</li>
<li class="pull-right">
<a href="/index.xml">~/subscribe</a>
</li>
</ul>
</nav>
</header>
</head>
<body>
<br/>
<div class="content-wrapper">
<h1>Games</h1>
<ul>
<li>
<span class="date">2023/09/01</span>
<a href="/post/2023/09/01/my-thoughts-on-tears-of-the-kingdom/">&ldquo;My thoughts on Tears of the Kingdom&rdquo;</a>
</li>
</ul>
</div>
<footer>
<script>
(function() {
function center_el(tagName) {
var tags = document.getElementsByTagName(tagName), i, tag;
for (i = 0; i < tags.length; i++) {
tag = tags[i];
var parent = tag.parentElement;
if (parent.childNodes.length === 1) {
if (parent.nodeName === 'A') {
parent = parent.parentElement;
if (parent.childNodes.length != 1) continue;
}
if (parent.nodeName === 'P') parent.style.textAlign = 'center';
}
}
}
var tagNames = ['img', 'embed', 'object'];
for (var i = 0; i < tagNames.length; i++) {
center_el(tagNames[i]);
}
})();
</script>
<hr/>
Open-Source | <a href="https://git.acorneroftheweb.com/pingu/blog">Git</a>
</footer>
</body>
</html>

View File

@ -0,0 +1,19 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Games on acorneroftheweb</title>
<link>https://acorneroftheweb.com/tags/games/</link>
<description>Recent content in Games on acorneroftheweb</description>
<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" />
<item>
<title>&#34;My thoughts on Tears of the Kingdom&#34;</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>&lt;p&gt;&#xA;Hello again, been a while hasn&amp;#39;t it?&#xA;You know, existing can sometimes be just enough.&#xA;During the summer, I started a playthrough of the new Zelda game and it leaves me with opinions.&#xA;I thought I would write about it to explain my opinions on the game and fully understand what I even think.&#xA;So let&amp;#39;s get into it, shall we?&lt;/p&gt;&#xA;&lt;div id=&#34;outline-container-headline-1&#34; class=&#34;outline-2&#34;&gt;&#xA;&lt;h2 id=&#34;headline-1&#34;&gt;&#xA;Me and other Zelda games&#xA;&lt;/h2&gt;&#xA;&lt;div id=&#34;outline-text-headline-1&#34; class=&#34;outline-text-2&#34;&gt;&#xA;&lt;p&gt;When I was a kid, I was introduced to Zelda by my uncles, playing Wind Waker, Link&amp;#39;s awakening and later Twilight Princess.&#xA;It got me hooked on the games, the exploring was a great and going through dungeons.&#xA;I would go on to play most of the main line Zeldas and they offer different experiences but all offered something that I enjoyed.&#xA;The scope of Ocarina of time, the creepy nature of Majora&amp;#39;s Mask, the plot of Skyward sword, it was all so much fun.&lt;/p&gt;</description>
</item>
</channel>
</rss>

View File

@ -1,21 +0,0 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>health on acorneroftheweb</title>
<link>https://acorneroftheweb.com/tags/health/</link>
<description>Recent content in health on acorneroftheweb</description>
<generator>Hugo -- gohugo.io</generator>
<language>en-us</language>
<lastBuildDate>Tue, 18 Apr 2023 19:49:41 +0200</lastBuildDate><atom:link href="https://acorneroftheweb.com/tags/health/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>&#34;Legal name changed&#34;</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>
</item>
</channel>
</rss>

View File

@ -21,7 +21,7 @@
<li class="pull-left ">
<a href="https://acorneroftheweb.com">~/acorneroftheweb</a>
<a href="https://acorneroftheweb.com/">~/acorneroftheweb</a>
</li>
@ -61,15 +61,39 @@
</li>
<li>
<a href="https://acorneroftheweb.com/tags/documentation/">Documentation,</a> (1)
<a href="https://acorneroftheweb.com/tags/botw/">BotW</a> (1)
</li>
<li>
<a href="https://acorneroftheweb.com/tags/health/">health</a> (1)
<a href="https://acorneroftheweb.com/tags/computer/">Computer</a> (2)
</li>
<li>
<a href="https://acorneroftheweb.com/tags/mental/">Mental</a> (1)
<a href="https://acorneroftheweb.com/tags/documentation/">Documentation</a> (1)
</li>
<li>
<a href="https://acorneroftheweb.com/tags/games/">Games</a> (1)
</li>
<li>
<a href="https://acorneroftheweb.com/tags/light/">Light</a> (1)
</li>
<li>
<a href="https://acorneroftheweb.com/tags/mental_health/">Mental_health</a> (1)
</li>
<li>
<a href="https://acorneroftheweb.com/tags/nintendo/">Nintendo</a> (1)
</li>
<li>
<a href="https://acorneroftheweb.com/tags/nixos/">NixOS</a> (1)
</li>
<li>
<a href="https://acorneroftheweb.com/tags/operating_system/">Operating_System</a> (1)
</li>
<li>
@ -77,13 +101,25 @@
</li>
<li>
<a href="https://acorneroftheweb.com/tags/trans/">Trans,</a> (1)
<a href="https://acorneroftheweb.com/tags/switch/">Switch</a> (1)
</li>
<li>
<a href="https://acorneroftheweb.com/tags/totk/">TotK</a> (1)
</li>
<li>
<a href="https://acorneroftheweb.com/tags/trans/">Trans</a> (1)
</li>
<li>
<a href="https://acorneroftheweb.com/tags/writing/">Writing</a> (1)
</li>
<li>
<a href="https://acorneroftheweb.com/tags/zelda/">Zelda</a> (1)
</li>
</ul>
<footer>

View File

@ -4,71 +4,121 @@
<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, 18 Apr 2023 19:49:41 +0200</lastBuildDate><atom:link href="https://acorneroftheweb.com/tags/index.xml" rel="self" type="application/rss+xml" />
<lastBuildDate>Sat, 12 Jul 2025 19:56:56 +0200</lastBuildDate>
<atom:link href="https://acorneroftheweb.com/tags/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>health</title>
<link>https://acorneroftheweb.com/tags/health/</link>
<pubDate>Tue, 18 Apr 2023 19:49:41 +0200</pubDate>
<guid>https://acorneroftheweb.com/tags/health/</guid>
<title>Computer</title>
<link>https://acorneroftheweb.com/tags/computer/</link>
<pubDate>Sat, 12 Jul 2025 19:56:56 +0200</pubDate>
<guid>https://acorneroftheweb.com/tags/computer/</guid>
<description></description>
</item>
<item>
<title>Mental</title>
<link>https://acorneroftheweb.com/tags/mental/</link>
<pubDate>Tue, 18 Apr 2023 19:49:41 +0200</pubDate>
<guid>https://acorneroftheweb.com/tags/mental/</guid>
<title>NixOS</title>
<link>https://acorneroftheweb.com/tags/nixos/</link>
<pubDate>Sat, 12 Jul 2025 19:56:56 +0200</pubDate>
<guid>https://acorneroftheweb.com/tags/nixos/</guid>
<description></description>
</item>
<item>
<title>Trans,</title>
<title>Operating_System</title>
<link>https://acorneroftheweb.com/tags/operating_system/</link>
<pubDate>Sat, 12 Jul 2025 19:56:56 +0200</pubDate>
<guid>https://acorneroftheweb.com/tags/operating_system/</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>
<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>

View File

@ -0,0 +1,107 @@
<!DOCTYPE html>
<html lang="en-us">
<head>
<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">
<link rel="icon" type="image/png" sizes="16x16" href="/images/favicon-16x16.png">
<link rel="manifest" href="/images/site.webmanifest">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Credit to the designer of the theme [goodroot](https://github.com/goodroot/hugo-classic)">
<title>Light | acorneroftheweb</title>
<link rel="stylesheet" href="/css/style.css" />
<link rel="stylesheet" href="/css/fonts.css" />
<link rel="stylesheet" href="https://acorneroftheweb.com/css/theme-override.css">
<header>
<nav>
<ul>
<li class="pull-left ">
<a href="https://acorneroftheweb.com/">~/acorneroftheweb</a>
</li>
<li class="pull-left ">
<a href="/categories/">~/categories</a>
</li>
<li class="pull-left current">
<a href="/tags/">~/tags</a>
</li>
<li class="pull-right">
<a href="/index.xml">~/subscribe</a>
</li>
</ul>
</nav>
</header>
</head>
<body>
<br/>
<div class="content-wrapper">
<h1>Light</h1>
<ul>
<li>
<span class="date">2023/10/24</span>
<a href="/post/2023/10/24/me-on-switching-to-lightmode/">&ldquo;Me on switching to lightmode&rdquo;</a>
</li>
</ul>
</div>
<footer>
<script>
(function() {
function center_el(tagName) {
var tags = document.getElementsByTagName(tagName), i, tag;
for (i = 0; i < tags.length; i++) {
tag = tags[i];
var parent = tag.parentElement;
if (parent.childNodes.length === 1) {
if (parent.nodeName === 'A') {
parent = parent.parentElement;
if (parent.childNodes.length != 1) continue;
}
if (parent.nodeName === 'P') parent.style.textAlign = 'center';
}
}
}
var tagNames = ['img', 'embed', 'object'];
for (var i = 0; i < tagNames.length; i++) {
center_el(tagNames[i]);
}
})();
</script>
<hr/>
Open-Source | <a href="https://git.acorneroftheweb.com/pingu/blog">Git</a>
</footer>
</body>
</html>

View File

@ -0,0 +1,19 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Light on acorneroftheweb</title>
<link>https://acorneroftheweb.com/tags/light/</link>
<description>Recent content in Light on acorneroftheweb</description>
<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" />
<item>
<title>&#34;Me on switching to lightmode&#34;</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>&lt;p&gt;&#xA;Hey,&#xA;I did a stoop and switch to lightmode a few days ago.&#xA;SO far, it feels comfy in someways.&#xA;I chose &lt;a href=&#34;https://github.com/catppuccin/catppuccin&#34;&gt;catppuccin latte&lt;/a&gt; as the theme.&#xA;But what I don&amp;#39;t fully get is how application such as discord are so very bad in lightmode.&#xA;Like, I am using a theme, &lt;a href=&#34;https://github.com/catppuccin/discord&#34;&gt;catppuccin discord&lt;/a&gt;, to ensure that it looks like the rest of my laptop but it looks very off when it comes to notifications.&#xA;Seeing that a discord has a new message, is almost hidden.&#xA;This is also true for default theme, so it left me wondering if people think about light themes?&#xA;I sure haven&amp;#39;t, since I primarily have used darkmode everywhere I can for the last years.&#xA;Spotify has not implemented this addition for ~10 years now, as seen in &lt;a href=&#34;https://community.spotify.com/t5/Live-Ideas/All-Platforms-Light-Mode-option/idi-p/730341&#34;&gt;this request&lt;/a&gt;.&#xA;It has 6k votes and is one of the ones with the most votes on the entire website.&lt;/p&gt;</description>
</item>
</channel>
</rss>

View File

@ -1,21 +0,0 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Mental on acorneroftheweb</title>
<link>https://acorneroftheweb.com/tags/mental/</link>
<description>Recent content in Mental on acorneroftheweb</description>
<generator>Hugo -- gohugo.io</generator>
<language>en-us</language>
<lastBuildDate>Tue, 18 Apr 2023 19:49:41 +0200</lastBuildDate><atom:link href="https://acorneroftheweb.com/tags/mental/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>&#34;Legal name changed&#34;</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>
</item>
</channel>
</rss>

View File

@ -10,7 +10,7 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Credit to the designer of the theme [goodroot](https://github.com/goodroot/hugo-classic)">
<title>Mental | acorneroftheweb</title>
<title>Mental_health | acorneroftheweb</title>
<link rel="stylesheet" href="/css/style.css" />
<link rel="stylesheet" href="/css/fonts.css" />
<link rel="stylesheet" href="https://acorneroftheweb.com/css/theme-override.css">
@ -21,7 +21,7 @@
<li class="pull-left ">
<a href="https://acorneroftheweb.com">~/acorneroftheweb</a>
<a href="https://acorneroftheweb.com/">~/acorneroftheweb</a>
</li>
@ -54,7 +54,7 @@
<div class="content-wrapper">
<h1>Mental</h1>
<h1>Mental_health</h1>

View File

@ -0,0 +1,19 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<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</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" />
<item>
<title>&#34;Legal name changed&#34;</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>&lt;p&gt;&#xA;I GOT MY LEGAL NAME CHANGED!!!&#xA;HYPE!!!!&lt;/p&gt;&#xA;&lt;p&gt;&#xA;It is now Nor Pingu Führ, and it feels good.&#xA;The Pingu is the nickname I have used for multiple years now, and it is deeply related to me.&#xA;So it feels great to have as a middle name.&lt;/p&gt;</description>
</item>
</channel>
</rss>

View File

@ -0,0 +1,107 @@
<!DOCTYPE html>
<html lang="en-us">
<head>
<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">
<link rel="icon" type="image/png" sizes="16x16" href="/images/favicon-16x16.png">
<link rel="manifest" href="/images/site.webmanifest">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Credit to the designer of the theme [goodroot](https://github.com/goodroot/hugo-classic)">
<title>Nintendo | acorneroftheweb</title>
<link rel="stylesheet" href="/css/style.css" />
<link rel="stylesheet" href="/css/fonts.css" />
<link rel="stylesheet" href="https://acorneroftheweb.com/css/theme-override.css">
<header>
<nav>
<ul>
<li class="pull-left ">
<a href="https://acorneroftheweb.com/">~/acorneroftheweb</a>
</li>
<li class="pull-left ">
<a href="/categories/">~/categories</a>
</li>
<li class="pull-left current">
<a href="/tags/">~/tags</a>
</li>
<li class="pull-right">
<a href="/index.xml">~/subscribe</a>
</li>
</ul>
</nav>
</header>
</head>
<body>
<br/>
<div class="content-wrapper">
<h1>Nintendo</h1>
<ul>
<li>
<span class="date">2023/09/01</span>
<a href="/post/2023/09/01/my-thoughts-on-tears-of-the-kingdom/">&ldquo;My thoughts on Tears of the Kingdom&rdquo;</a>
</li>
</ul>
</div>
<footer>
<script>
(function() {
function center_el(tagName) {
var tags = document.getElementsByTagName(tagName), i, tag;
for (i = 0; i < tags.length; i++) {
tag = tags[i];
var parent = tag.parentElement;
if (parent.childNodes.length === 1) {
if (parent.nodeName === 'A') {
parent = parent.parentElement;
if (parent.childNodes.length != 1) continue;
}
if (parent.nodeName === 'P') parent.style.textAlign = 'center';
}
}
}
var tagNames = ['img', 'embed', 'object'];
for (var i = 0; i < tagNames.length; i++) {
center_el(tagNames[i]);
}
})();
</script>
<hr/>
Open-Source | <a href="https://git.acorneroftheweb.com/pingu/blog">Git</a>
</footer>
</body>
</html>

View File

@ -0,0 +1,19 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Nintendo on acorneroftheweb</title>
<link>https://acorneroftheweb.com/tags/nintendo/</link>
<description>Recent content in Nintendo on acorneroftheweb</description>
<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" />
<item>
<title>&#34;My thoughts on Tears of the Kingdom&#34;</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>&lt;p&gt;&#xA;Hello again, been a while hasn&amp;#39;t it?&#xA;You know, existing can sometimes be just enough.&#xA;During the summer, I started a playthrough of the new Zelda game and it leaves me with opinions.&#xA;I thought I would write about it to explain my opinions on the game and fully understand what I even think.&#xA;So let&amp;#39;s get into it, shall we?&lt;/p&gt;&#xA;&lt;div id=&#34;outline-container-headline-1&#34; class=&#34;outline-2&#34;&gt;&#xA;&lt;h2 id=&#34;headline-1&#34;&gt;&#xA;Me and other Zelda games&#xA;&lt;/h2&gt;&#xA;&lt;div id=&#34;outline-text-headline-1&#34; class=&#34;outline-text-2&#34;&gt;&#xA;&lt;p&gt;When I was a kid, I was introduced to Zelda by my uncles, playing Wind Waker, Link&amp;#39;s awakening and later Twilight Princess.&#xA;It got me hooked on the games, the exploring was a great and going through dungeons.&#xA;I would go on to play most of the main line Zeldas and they offer different experiences but all offered something that I enjoyed.&#xA;The scope of Ocarina of time, the creepy nature of Majora&amp;#39;s Mask, the plot of Skyward sword, it was all so much fun.&lt;/p&gt;</description>
</item>
</channel>
</rss>

View File

@ -0,0 +1,107 @@
<!DOCTYPE html>
<html lang="en-us">
<head>
<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">
<link rel="icon" type="image/png" sizes="16x16" href="/images/favicon-16x16.png">
<link rel="manifest" href="/images/site.webmanifest">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Credit to the designer of the theme [goodroot](https://github.com/goodroot/hugo-classic)">
<title>NixOS | acorneroftheweb</title>
<link rel="stylesheet" href="/css/style.css" />
<link rel="stylesheet" href="/css/fonts.css" />
<link rel="stylesheet" href="https://acorneroftheweb.com/css/theme-override.css">
<header>
<nav>
<ul>
<li class="pull-left ">
<a href="https://acorneroftheweb.com/">~/acorneroftheweb</a>
</li>
<li class="pull-left ">
<a href="/categories/">~/categories</a>
</li>
<li class="pull-left current">
<a href="/tags/">~/tags</a>
</li>
<li class="pull-right">
<a href="/index.xml">~/subscribe</a>
</li>
</ul>
</nav>
</header>
</head>
<body>
<br/>
<div class="content-wrapper">
<h1>NixOS</h1>
<ul>
<li>
<span class="date">2025/07/12</span>
<a href="/post/2025/07/12/nixos-or-why-i-would-love-a-new-introduction/">&ldquo;NixOS, or why I would love a new introduction&rdquo;</a>
</li>
</ul>
</div>
<footer>
<script>
(function() {
function center_el(tagName) {
var tags = document.getElementsByTagName(tagName), i, tag;
for (i = 0; i < tags.length; i++) {
tag = tags[i];
var parent = tag.parentElement;
if (parent.childNodes.length === 1) {
if (parent.nodeName === 'A') {
parent = parent.parentElement;
if (parent.childNodes.length != 1) continue;
}
if (parent.nodeName === 'P') parent.style.textAlign = 'center';
}
}
}
var tagNames = ['img', 'embed', 'object'];
for (var i = 0; i < tagNames.length; i++) {
center_el(tagNames[i]);
}
})();
</script>
<hr/>
Open-Source | <a href="https://git.acorneroftheweb.com/pingu/blog">Git</a>
</footer>
</body>
</html>

View File

@ -0,0 +1,19 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>NixOS on acorneroftheweb</title>
<link>https://acorneroftheweb.com/tags/nixos/</link>
<description>Recent content in NixOS on acorneroftheweb</description>
<generator>Hugo</generator>
<language>en-us</language>
<lastBuildDate>Sat, 12 Jul 2025 19:56:56 +0200</lastBuildDate>
<atom:link href="https://acorneroftheweb.com/tags/nixos/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>&#34;NixOS, or why I would love a new introduction&#34;</title>
<link>https://acorneroftheweb.com/post/2025/07/12/nixos-or-why-i-would-love-a-new-introduction/</link>
<pubDate>Sat, 12 Jul 2025 19:56:56 +0200</pubDate>
<guid>https://acorneroftheweb.com/post/2025/07/12/nixos-or-why-i-would-love-a-new-introduction/</guid>
<description>&lt;p&gt;&#xA;I have been using NixOS for the last 2 years now.&#xA;I got introduced to it by friends, who had changed their entire workflow to accommodate it.&#xA;I was a bit skeptical at the beginning, tried installing the package manager to my arch install at the time, but didn&amp;#39;t fully understand how I was supposed to use it in conjunction with how I was my computer at the time.&#xA;However, in the summer of 2023, I decided to take the plunge, and go the full way, with a new install.&#xA;Having run this type of setup for two years now, I have to admit it.&#xA;NixOS makes certain aspects of using my computer easier.&lt;/p&gt;</description>
</item>
</channel>
</rss>

View File

@ -0,0 +1,107 @@
<!DOCTYPE html>
<html lang="en-us">
<head>
<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">
<link rel="icon" type="image/png" sizes="16x16" href="/images/favicon-16x16.png">
<link rel="manifest" href="/images/site.webmanifest">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Credit to the designer of the theme [goodroot](https://github.com/goodroot/hugo-classic)">
<title>Operating_System | acorneroftheweb</title>
<link rel="stylesheet" href="/css/style.css" />
<link rel="stylesheet" href="/css/fonts.css" />
<link rel="stylesheet" href="https://acorneroftheweb.com/css/theme-override.css">
<header>
<nav>
<ul>
<li class="pull-left ">
<a href="https://acorneroftheweb.com/">~/acorneroftheweb</a>
</li>
<li class="pull-left ">
<a href="/categories/">~/categories</a>
</li>
<li class="pull-left current">
<a href="/tags/">~/tags</a>
</li>
<li class="pull-right">
<a href="/index.xml">~/subscribe</a>
</li>
</ul>
</nav>
</header>
</head>
<body>
<br/>
<div class="content-wrapper">
<h1>Operating_System</h1>
<ul>
<li>
<span class="date">2025/07/12</span>
<a href="/post/2025/07/12/nixos-or-why-i-would-love-a-new-introduction/">&ldquo;NixOS, or why I would love a new introduction&rdquo;</a>
</li>
</ul>
</div>
<footer>
<script>
(function() {
function center_el(tagName) {
var tags = document.getElementsByTagName(tagName), i, tag;
for (i = 0; i < tags.length; i++) {
tag = tags[i];
var parent = tag.parentElement;
if (parent.childNodes.length === 1) {
if (parent.nodeName === 'A') {
parent = parent.parentElement;
if (parent.childNodes.length != 1) continue;
}
if (parent.nodeName === 'P') parent.style.textAlign = 'center';
}
}
}
var tagNames = ['img', 'embed', 'object'];
for (var i = 0; i < tagNames.length; i++) {
center_el(tagNames[i]);
}
})();
</script>
<hr/>
Open-Source | <a href="https://git.acorneroftheweb.com/pingu/blog">Git</a>
</footer>
</body>
</html>

View File

@ -0,0 +1,19 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Operating_System on acorneroftheweb</title>
<link>https://acorneroftheweb.com/tags/operating_system/</link>
<description>Recent content in Operating_System on acorneroftheweb</description>
<generator>Hugo</generator>
<language>en-us</language>
<lastBuildDate>Sat, 12 Jul 2025 19:56:56 +0200</lastBuildDate>
<atom:link href="https://acorneroftheweb.com/tags/operating_system/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>&#34;NixOS, or why I would love a new introduction&#34;</title>
<link>https://acorneroftheweb.com/post/2025/07/12/nixos-or-why-i-would-love-a-new-introduction/</link>
<pubDate>Sat, 12 Jul 2025 19:56:56 +0200</pubDate>
<guid>https://acorneroftheweb.com/post/2025/07/12/nixos-or-why-i-would-love-a-new-introduction/</guid>
<description>&lt;p&gt;&#xA;I have been using NixOS for the last 2 years now.&#xA;I got introduced to it by friends, who had changed their entire workflow to accommodate it.&#xA;I was a bit skeptical at the beginning, tried installing the package manager to my arch install at the time, but didn&amp;#39;t fully understand how I was supposed to use it in conjunction with how I was my computer at the time.&#xA;However, in the summer of 2023, I decided to take the plunge, and go the full way, with a new install.&#xA;Having run this type of setup for two years now, I have to admit it.&#xA;NixOS makes certain aspects of using my computer easier.&lt;/p&gt;</description>
</item>
</channel>
</rss>

View File

@ -21,7 +21,7 @@
<li class="pull-left ">
<a href="https://acorneroftheweb.com">~/acorneroftheweb</a>
<a href="https://acorneroftheweb.com/">~/acorneroftheweb</a>
</li>

View File

@ -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>&#34;I am bad at reading&#34;</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&amp;#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>&lt;div id=&#34;outline-container-headline-1&#34; class=&#34;outline-2&#34;&gt;&#xA;&lt;h2 id=&#34;headline-1&#34;&gt;&#xA;Setting up servers&#xA;&lt;/h2&gt;&#xA;&lt;div id=&#34;outline-text-headline-1&#34; class=&#34;outline-text-2&#34;&gt;&#xA;&lt;p&gt;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.&#xA;Doing this, I have tried out using &lt;a href=&#34;https://github.com/hashicorp/nomad/&#34;&gt;Nomad&lt;/a&gt; and &lt;a href=&#34;https://github.com/hashicorp/consul/&#34;&gt;Consul&lt;/a&gt; instead of ssh&amp;#39;ing to the server and running &lt;code&gt;docker-compose up&lt;/code&gt; or even launching the services manually.&#xA;This approach has seeing how the docker logs look easier and I know that reverse proxy will be solved by itself.&lt;/p&gt;</description>
</item>
</channel>
</rss>

View File

@ -0,0 +1,107 @@
<!DOCTYPE html>
<html lang="en-us">
<head>
<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">
<link rel="icon" type="image/png" sizes="16x16" href="/images/favicon-16x16.png">
<link rel="manifest" href="/images/site.webmanifest">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Credit to the designer of the theme [goodroot](https://github.com/goodroot/hugo-classic)">
<title>Switch | acorneroftheweb</title>
<link rel="stylesheet" href="/css/style.css" />
<link rel="stylesheet" href="/css/fonts.css" />
<link rel="stylesheet" href="https://acorneroftheweb.com/css/theme-override.css">
<header>
<nav>
<ul>
<li class="pull-left ">
<a href="https://acorneroftheweb.com/">~/acorneroftheweb</a>
</li>
<li class="pull-left ">
<a href="/categories/">~/categories</a>
</li>
<li class="pull-left current">
<a href="/tags/">~/tags</a>
</li>
<li class="pull-right">
<a href="/index.xml">~/subscribe</a>
</li>
</ul>
</nav>
</header>
</head>
<body>
<br/>
<div class="content-wrapper">
<h1>Switch</h1>
<ul>
<li>
<span class="date">2023/09/01</span>
<a href="/post/2023/09/01/my-thoughts-on-tears-of-the-kingdom/">&ldquo;My thoughts on Tears of the Kingdom&rdquo;</a>
</li>
</ul>
</div>
<footer>
<script>
(function() {
function center_el(tagName) {
var tags = document.getElementsByTagName(tagName), i, tag;
for (i = 0; i < tags.length; i++) {
tag = tags[i];
var parent = tag.parentElement;
if (parent.childNodes.length === 1) {
if (parent.nodeName === 'A') {
parent = parent.parentElement;
if (parent.childNodes.length != 1) continue;
}
if (parent.nodeName === 'P') parent.style.textAlign = 'center';
}
}
}
var tagNames = ['img', 'embed', 'object'];
for (var i = 0; i < tagNames.length; i++) {
center_el(tagNames[i]);
}
})();
</script>
<hr/>
Open-Source | <a href="https://git.acorneroftheweb.com/pingu/blog">Git</a>
</footer>
</body>
</html>

View File

@ -0,0 +1,19 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Switch on acorneroftheweb</title>
<link>https://acorneroftheweb.com/tags/switch/</link>
<description>Recent content in Switch on acorneroftheweb</description>
<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" />
<item>
<title>&#34;My thoughts on Tears of the Kingdom&#34;</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>&lt;p&gt;&#xA;Hello again, been a while hasn&amp;#39;t it?&#xA;You know, existing can sometimes be just enough.&#xA;During the summer, I started a playthrough of the new Zelda game and it leaves me with opinions.&#xA;I thought I would write about it to explain my opinions on the game and fully understand what I even think.&#xA;So let&amp;#39;s get into it, shall we?&lt;/p&gt;&#xA;&lt;div id=&#34;outline-container-headline-1&#34; class=&#34;outline-2&#34;&gt;&#xA;&lt;h2 id=&#34;headline-1&#34;&gt;&#xA;Me and other Zelda games&#xA;&lt;/h2&gt;&#xA;&lt;div id=&#34;outline-text-headline-1&#34; class=&#34;outline-text-2&#34;&gt;&#xA;&lt;p&gt;When I was a kid, I was introduced to Zelda by my uncles, playing Wind Waker, Link&amp;#39;s awakening and later Twilight Princess.&#xA;It got me hooked on the games, the exploring was a great and going through dungeons.&#xA;I would go on to play most of the main line Zeldas and they offer different experiences but all offered something that I enjoyed.&#xA;The scope of Ocarina of time, the creepy nature of Majora&amp;#39;s Mask, the plot of Skyward sword, it was all so much fun.&lt;/p&gt;</description>
</item>
</channel>
</rss>

107
public/tags/totk/index.html Normal file
View File

@ -0,0 +1,107 @@
<!DOCTYPE html>
<html lang="en-us">
<head>
<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">
<link rel="icon" type="image/png" sizes="16x16" href="/images/favicon-16x16.png">
<link rel="manifest" href="/images/site.webmanifest">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Credit to the designer of the theme [goodroot](https://github.com/goodroot/hugo-classic)">
<title>TotK | acorneroftheweb</title>
<link rel="stylesheet" href="/css/style.css" />
<link rel="stylesheet" href="/css/fonts.css" />
<link rel="stylesheet" href="https://acorneroftheweb.com/css/theme-override.css">
<header>
<nav>
<ul>
<li class="pull-left ">
<a href="https://acorneroftheweb.com/">~/acorneroftheweb</a>
</li>
<li class="pull-left ">
<a href="/categories/">~/categories</a>
</li>
<li class="pull-left current">
<a href="/tags/">~/tags</a>
</li>
<li class="pull-right">
<a href="/index.xml">~/subscribe</a>
</li>
</ul>
</nav>
</header>
</head>
<body>
<br/>
<div class="content-wrapper">
<h1>TotK</h1>
<ul>
<li>
<span class="date">2023/09/01</span>
<a href="/post/2023/09/01/my-thoughts-on-tears-of-the-kingdom/">&ldquo;My thoughts on Tears of the Kingdom&rdquo;</a>
</li>
</ul>
</div>
<footer>
<script>
(function() {
function center_el(tagName) {
var tags = document.getElementsByTagName(tagName), i, tag;
for (i = 0; i < tags.length; i++) {
tag = tags[i];
var parent = tag.parentElement;
if (parent.childNodes.length === 1) {
if (parent.nodeName === 'A') {
parent = parent.parentElement;
if (parent.childNodes.length != 1) continue;
}
if (parent.nodeName === 'P') parent.style.textAlign = 'center';
}
}
}
var tagNames = ['img', 'embed', 'object'];
for (var i = 0; i < tagNames.length; i++) {
center_el(tagNames[i]);
}
})();
</script>
<hr/>
Open-Source | <a href="https://git.acorneroftheweb.com/pingu/blog">Git</a>
</footer>
</body>
</html>

View File

@ -0,0 +1,19 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>TotK on acorneroftheweb</title>
<link>https://acorneroftheweb.com/tags/totk/</link>
<description>Recent content in TotK on acorneroftheweb</description>
<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" />
<item>
<title>&#34;My thoughts on Tears of the Kingdom&#34;</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>&lt;p&gt;&#xA;Hello again, been a while hasn&amp;#39;t it?&#xA;You know, existing can sometimes be just enough.&#xA;During the summer, I started a playthrough of the new Zelda game and it leaves me with opinions.&#xA;I thought I would write about it to explain my opinions on the game and fully understand what I even think.&#xA;So let&amp;#39;s get into it, shall we?&lt;/p&gt;&#xA;&lt;div id=&#34;outline-container-headline-1&#34; class=&#34;outline-2&#34;&gt;&#xA;&lt;h2 id=&#34;headline-1&#34;&gt;&#xA;Me and other Zelda games&#xA;&lt;/h2&gt;&#xA;&lt;div id=&#34;outline-text-headline-1&#34; class=&#34;outline-text-2&#34;&gt;&#xA;&lt;p&gt;When I was a kid, I was introduced to Zelda by my uncles, playing Wind Waker, Link&amp;#39;s awakening and later Twilight Princess.&#xA;It got me hooked on the games, the exploring was a great and going through dungeons.&#xA;I would go on to play most of the main line Zeldas and they offer different experiences but all offered something that I enjoyed.&#xA;The scope of Ocarina of time, the creepy nature of Majora&amp;#39;s Mask, the plot of Skyward sword, it was all so much fun.&lt;/p&gt;</description>
</item>
</channel>
</rss>

View File

@ -10,7 +10,7 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Credit to the designer of the theme [goodroot](https://github.com/goodroot/hugo-classic)">
<title>Trans, | acorneroftheweb</title>
<title>Trans | acorneroftheweb</title>
<link rel="stylesheet" href="/css/style.css" />
<link rel="stylesheet" href="/css/fonts.css" />
<link rel="stylesheet" href="https://acorneroftheweb.com/css/theme-override.css">
@ -21,7 +21,7 @@
<li class="pull-left ">
<a href="https://acorneroftheweb.com">~/acorneroftheweb</a>
<a href="https://acorneroftheweb.com/">~/acorneroftheweb</a>
</li>
@ -54,7 +54,7 @@
<div class="content-wrapper">
<h1>Trans,</h1>
<h1>Trans</h1>

View File

@ -1,21 +1,19 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Trans, on acorneroftheweb</title>
<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>
<description>Recent content in Trans on acorneroftheweb</description>
<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>&#34;Legal name changed&#34;</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>&lt;p&gt;&#xA;I GOT MY LEGAL NAME CHANGED!!!&#xA;HYPE!!!!&lt;/p&gt;&#xA;&lt;p&gt;&#xA;It is now Nor Pingu Führ, and it feels good.&#xA;The Pingu is the nickname I have used for multiple years now, and it is deeply related to me.&#xA;So it feels great to have as a middle name.&lt;/p&gt;</description>
</item>
</channel>
</rss>

View File

@ -21,7 +21,7 @@
<li class="pull-left ">
<a href="https://acorneroftheweb.com">~/acorneroftheweb</a>
<a href="https://acorneroftheweb.com/">~/acorneroftheweb</a>
</li>

View File

@ -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>&#34;Writing&#34;</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>&lt;p&gt;&#xA;Writing can be hard sometimes.&#xA;So just now, I am meant to be working on writing an essay and a report.&#xA;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.&#xA;Both of them are quite different from how I like to write about thing.&#xA;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.&lt;/p&gt;</description>
</item>
</channel>
</rss>

View File

@ -0,0 +1,107 @@
<!DOCTYPE html>
<html lang="en-us">
<head>
<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">
<link rel="icon" type="image/png" sizes="16x16" href="/images/favicon-16x16.png">
<link rel="manifest" href="/images/site.webmanifest">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Credit to the designer of the theme [goodroot](https://github.com/goodroot/hugo-classic)">
<title>Zelda | acorneroftheweb</title>
<link rel="stylesheet" href="/css/style.css" />
<link rel="stylesheet" href="/css/fonts.css" />
<link rel="stylesheet" href="https://acorneroftheweb.com/css/theme-override.css">
<header>
<nav>
<ul>
<li class="pull-left ">
<a href="https://acorneroftheweb.com/">~/acorneroftheweb</a>
</li>
<li class="pull-left ">
<a href="/categories/">~/categories</a>
</li>
<li class="pull-left current">
<a href="/tags/">~/tags</a>
</li>
<li class="pull-right">
<a href="/index.xml">~/subscribe</a>
</li>
</ul>
</nav>
</header>
</head>
<body>
<br/>
<div class="content-wrapper">
<h1>Zelda</h1>
<ul>
<li>
<span class="date">2023/09/01</span>
<a href="/post/2023/09/01/my-thoughts-on-tears-of-the-kingdom/">&ldquo;My thoughts on Tears of the Kingdom&rdquo;</a>
</li>
</ul>
</div>
<footer>
<script>
(function() {
function center_el(tagName) {
var tags = document.getElementsByTagName(tagName), i, tag;
for (i = 0; i < tags.length; i++) {
tag = tags[i];
var parent = tag.parentElement;
if (parent.childNodes.length === 1) {
if (parent.nodeName === 'A') {
parent = parent.parentElement;
if (parent.childNodes.length != 1) continue;
}
if (parent.nodeName === 'P') parent.style.textAlign = 'center';
}
}
}
var tagNames = ['img', 'embed', 'object'];
for (var i = 0; i < tagNames.length; i++) {
center_el(tagNames[i]);
}
})();
</script>
<hr/>
Open-Source | <a href="https://git.acorneroftheweb.com/pingu/blog">Git</a>
</footer>
</body>
</html>

View File

@ -0,0 +1,19 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Zelda on acorneroftheweb</title>
<link>https://acorneroftheweb.com/tags/zelda/</link>
<description>Recent content in Zelda on acorneroftheweb</description>
<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" />
<item>
<title>&#34;My thoughts on Tears of the Kingdom&#34;</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>&lt;p&gt;&#xA;Hello again, been a while hasn&amp;#39;t it?&#xA;You know, existing can sometimes be just enough.&#xA;During the summer, I started a playthrough of the new Zelda game and it leaves me with opinions.&#xA;I thought I would write about it to explain my opinions on the game and fully understand what I even think.&#xA;So let&amp;#39;s get into it, shall we?&lt;/p&gt;&#xA;&lt;div id=&#34;outline-container-headline-1&#34; class=&#34;outline-2&#34;&gt;&#xA;&lt;h2 id=&#34;headline-1&#34;&gt;&#xA;Me and other Zelda games&#xA;&lt;/h2&gt;&#xA;&lt;div id=&#34;outline-text-headline-1&#34; class=&#34;outline-text-2&#34;&gt;&#xA;&lt;p&gt;When I was a kid, I was introduced to Zelda by my uncles, playing Wind Waker, Link&amp;#39;s awakening and later Twilight Princess.&#xA;It got me hooked on the games, the exploring was a great and going through dungeons.&#xA;I would go on to play most of the main line Zeldas and they offer different experiences but all offered something that I enjoyed.&#xA;The scope of Ocarina of time, the creepy nature of Majora&amp;#39;s Mask, the plot of Skyward sword, it was all so much fun.&lt;/p&gt;</description>
</item>
</channel>
</rss>

View File

@ -1,10 +0,0 @@
{ pkgs ? import <nixpkgs> {} }:
with pkgs;
mkShell {
name = "blog";
buildInputs = [
hugo
];
}