Files
blog/public/post/index.xml
2025-10-07 17:08:57 +02:00

69 lines
32 KiB
XML

<?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 acorneroftheweb</title>
<link>https://acorneroftheweb.com/post/</link>
<description>Recent content in Posts 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/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>&#xA;&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;&#xA;&lt;p&gt;&#xA;As of recent, I have had to change the laptop that I was using.&#xA;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.&#xA;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.&#xA;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.&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;Configuration&#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;A friend of mine recently decided to try and do the switch themselves.&#xA;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).&#xA;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.&#xA;I find this very sensible, while I approach it completely differently.&#xA;I want software customized to me, for me to act as best as I can within it.&lt;/p&gt;&#xA;&lt;p&gt;&#xA;Anyway, this has lead to some confusion about Nix, and why things are as they are.&#xA;For example, how is Git, as defined in Home-Manager, able to configure it as it does?&#xA;And that is an implementation detail, but it is quite important for a user of Nix.&#xA;Why does Nix gatekeep the most foundational aspect of using Nix according to most users behind an Experimental-feature wall?&#xA;Now, I don&amp;#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.&lt;/p&gt;&#xA;&lt;/div&gt;&#xA;&lt;/div&gt;&#xA;&lt;div id=&#34;outline-container-headline-2&#34; class=&#34;outline-2&#34;&gt;&#xA;&lt;h2 id=&#34;headline-2&#34;&gt;&#xA;A better introduction&#xA;&lt;/h2&gt;&#xA;&lt;div id=&#34;outline-text-headline-2&#34; class=&#34;outline-text-2&#34;&gt;&#xA;&lt;p&gt;A comment was made about the &lt;a href=&#34;https://nixos.org/manual/nixos/stable/&#34;&gt;installation guide&lt;/a&gt;, about how it is not adequate, and I wouldn&amp;#39;t know, I didn&amp;#39;t read it when I got NixOS.&#xA;Like most of Nix documentation, it is a bit overwhelming and hard to navigate.&#xA;I like &lt;a href=&#34;https://wiki.archlinux.org/title/Installation_guide&#34;&gt;Arch&amp;#39;s install guide&lt;/a&gt;, since it is easier to search, and it segments the parts into different pages.&#xA;So, if I were to change anything, I would split this up, making sure that they are condensed into small, concrete parts.&#xA;An approach of this that I like is &lt;a href=&#34;https://github.com/rust-lang/mdBook&#34;&gt;mdbook&lt;/a&gt;. One could therefore keep the more general structure of the guide, but each subsection is it&amp;#39;s own page.&lt;/p&gt;&#xA;&lt;p&gt;&#xA;Another aspect that would change is that an introduction should try to convey one way.&#xA;NixOS tries to introduce flakes in the &lt;a href=&#34;https://nixos.org/manual/nixos/stable/#sec-installation-manual-installing&#34;&gt;Installing section&lt;/a&gt;, but never explaining what it is, or linking further.&#xA;Either you introduce a concept, link to more info, or you do not mention it.&lt;/p&gt;&#xA;&lt;p&gt;&#xA;There are also several ways of managing the system that are not a good way of handling NixOS specifically.&#xA;Why is the &lt;a href=&#34;https://nixos.org/manual/nixos/stable/#sec-ad-hoc-packages&#34;&gt;Ad-hoc&lt;/a&gt; way of using Nix even introduced, when it goes against the ideals of having a reproducible system?&#xA;Why introduce manual user management?&#xA;Further, it talks about a lot of different programs that a user may want to install.&#xA;This does however not teach the user to actually figure out where to find options.&#xA;Why isn&amp;#39;t &lt;a href=&#34;https://search.nixos.org&#34;&gt;search.nixos.org&lt;/a&gt; introduced?&lt;/p&gt;&#xA;&lt;p&gt;&#xA;An optimal guide would introduce how to create a system, using the most commonly accepted methods, such as flakes.&#xA;You can introduce flakes as adding the ability to create a lock file like &lt;code class=&#34;verbatim&#34;&gt;package-lock.json&lt;/code&gt; from npm.&#xA;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.&#xA;I am a bit tempted to try and make this, but I also wanna do some own development on packages.&lt;/p&gt;&#xA;&lt;/div&gt;&#xA;&lt;/div&gt;&#xA;</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>&#xA;&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;&#xA;&lt;p&gt;&#xA;It has been a fun re-watch so far.&#xA;Some of the specials for Tennant were ones that I had missed watching it years ago.&#xA;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.&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;Vision&#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;But coming in, having watched the three first episodes of Smith&amp;#39;s run is that Moffat is fascinated with what cannot be seen.&#xA;The first episode of the eleventh doctor is about a convict that cannot be directly seen in most cases.&#xA;And while the Silence hasn&amp;#39;t been introduced yet in my re-watch, they cannot be remembered after being seen.&#xA;Looking back, the Vashta Nerada is a race that by itself cannot be witnessed, but only by the lack of light.&#xA;The weeping angels is the inverse of this, they can be observed but at that point, they aren&amp;#39;t existing in the same way.&lt;/p&gt;&#xA;&lt;div id=&#34;outline-container-headline-2&#34; class=&#34;outline-3&#34;&gt;&#xA;&lt;h3 id=&#34;headline-2&#34;&gt;&#xA;The focus&#xA;&lt;/h3&gt;&#xA;&lt;div id=&#34;outline-text-headline-2&#34; class=&#34;outline-text-3&#34;&gt;&#xA;&lt;p&gt;One of Doctor Who&amp;#39;s focuses has always been the monsters.&#xA;Moffat focuses on these monsters via the lens of vision&#xA;But the viewing experience of Doctor Who feels a bit off due to the way these monsters work in a meta way.&#xA;You have to have some kind of resistance in the episodes and this comes from the enemies which needs to provide something each time.&#xA;You therefore have to either create new monsters, or reuse the ones that are already a part of the canon.&#xA;If you create a new monster, they will need to have difference that brings something unique to it.&#xA;If you reuse the older ones, they will feel overused or not new enough.&lt;/p&gt;&#xA;&lt;/div&gt;&#xA;&lt;/div&gt;&#xA;&lt;div id=&#34;outline-container-headline-3&#34; class=&#34;outline-3&#34;&gt;&#xA;&lt;h3 id=&#34;headline-3&#34;&gt;&#xA;Time lines that don&amp;#39;t happen&#xA;&lt;/h3&gt;&#xA;&lt;div id=&#34;outline-text-headline-3&#34; class=&#34;outline-text-3&#34;&gt;&#xA;&lt;p&gt;I am continuing to write this a few days later when I am now almost done with the first season of the eleventh.&#xA;The thing that I am thinking of is that Moffat also likes to introduce plots where something doesn&amp;#39;t end up existing or is locked away.&#xA;This vision, of something that doesn&amp;#39;t exist, is a mainstay in his writing.&#xA;He seems to like making his stories convoluted, not necessarily from a viewer perspective, but from a timeline one.&#xA;Comparing something such as the episode Vincent and the Doctor to The Doctor&amp;#39;s daughter it is clear to see the difference.&lt;/p&gt;&#xA;&lt;div id=&#34;outline-container-headline-4&#34; class=&#34;outline-4&#34;&gt;&#xA;&lt;h4 id=&#34;headline-4&#34;&gt;&#xA;The Doctor&amp;#39;s daughter&#xA;&lt;/h4&gt;&#xA;&lt;div id=&#34;outline-text-headline-4&#34; class=&#34;outline-text-4&#34;&gt;&#xA;&lt;p&gt;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.&#xA;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.&lt;/p&gt;&#xA;&lt;/div&gt;&#xA;&lt;/div&gt;&#xA;&lt;div id=&#34;outline-container-headline-5&#34; class=&#34;outline-4&#34;&gt;&#xA;&lt;h4 id=&#34;headline-5&#34;&gt;&#xA;Vincent and the Doctor&#xA;&lt;/h4&gt;&#xA;&lt;div id=&#34;outline-text-headline-5&#34; class=&#34;outline-text-4&#34;&gt;&#xA;&lt;p&gt;This focuses on the Van Gogh and has a monster which cannot be seen by people, yet Van Gogh can for some reason.&#xA;There are no hints, but on the surface it feels clever based on what the public conscience of Van Gogh is.&#xA;A note here is that Moffat is not the main writer of this episode but still the producer of the episode.&lt;/p&gt;&#xA;&lt;/div&gt;&#xA;&lt;/div&gt;&#xA;&lt;/div&gt;&#xA;&lt;/div&gt;&#xA;&lt;/div&gt;&#xA;&lt;/div&gt;&#xA;&lt;div id=&#34;outline-container-headline-6&#34; class=&#34;outline-2&#34;&gt;&#xA;&lt;h2 id=&#34;headline-6&#34;&gt;&#xA;Conclusion?&#xA;&lt;/h2&gt;&#xA;&lt;div id=&#34;outline-text-headline-6&#34; class=&#34;outline-text-2&#34;&gt;&#xA;&lt;p&gt;What does this just rambling conclude to?&#xA;To be quite honest, I don&amp;#39;t fully know.&#xA;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.&#xA;Yup, I think that is it.&#xA;I understand the intention, that the story should be fleshed out, but without actually giving it depth it feels off.&#xA;A focus on the characters would be more interesting.&#xA;Comparing something like The Beast Below to The Empty Child, you can see how Christopher Eccleston&amp;#39;s Doctor shows his feelings in the acting, while Matt Smith&amp;#39;s Doctor is only said to be lonely and kind by his companion.&lt;/p&gt;&#xA;&lt;div id=&#34;outline-container-headline-7&#34; class=&#34;outline-5&#34;&gt;&#xA;&lt;h5 id=&#34;headline-7&#34;&gt;&#xA;Unrelated side ♫&#xA;&lt;/h5&gt;&#xA;&lt;div id=&#34;outline-text-headline-7&#34; class=&#34;outline-text-5&#34;&gt;&#xA;&lt;p&gt;I have gotten to the flesh episode and there is a oart if it that could be interpreted as relating to gender identity.&#xA;At one point, one of the &amp;#34;flesh&amp;#34; named Jennifer, gets surprised that Rory used her name when talking about her.&#xA;Then she goes into full appreciation mode and is so happy that Rory referred to her correctly.&#xA;It is kinda cute.&lt;/p&gt;&#xA;&lt;/div&gt;&#xA;&lt;/div&gt;&#xA;&lt;/div&gt;&#xA;&lt;/div&gt;&#xA;</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;&#xA;&lt;p&gt;&#xA;Anyway, I think the main thing that has really allowed me to do the switch is having a bluelight filter.&#xA;I have been using one on my desktop for ages, barely thinking about it.&#xA;My laptop has, however not had one due to mainly using it at day time and indoors.&#xA;So now, I can go out and use it and not be surprised when having sunlight at the screen while using it.&lt;/p&gt;&#xA;&lt;p&gt;&#xA;All this was done to procrastinate instead of studying for my exams in 2 respective 4 days, lel ;P.&lt;/p&gt;&#xA;</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>&#xA;&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;&#xA;&lt;div id=&#34;outline-container-headline-2&#34; class=&#34;outline-3&#34;&gt;&#xA;&lt;h3 id=&#34;headline-2&#34;&gt;&#xA;Then Breath of the Wild came out&#xA;&lt;/h3&gt;&#xA;&lt;div id=&#34;outline-text-headline-2&#34; class=&#34;outline-text-3&#34;&gt;&#xA;&lt;p&gt;I experienced it later than most people, other than the one time I got to try to speedrun it at a friends house.&#xA;The scale of it, and the fact that it had so many points of interest available to one just walking through the world.&#xA;I enjoyed it a lot.&lt;/p&gt;&#xA;&lt;div id=&#34;outline-container-headline-3&#34; class=&#34;outline-4&#34;&gt;&#xA;&lt;h4 id=&#34;headline-3&#34;&gt;&#xA;The tools available&#xA;&lt;/h4&gt;&#xA;&lt;div id=&#34;outline-text-headline-3&#34; class=&#34;outline-text-4&#34;&gt;&#xA;&lt;p&gt;There were complaints about the weapons breaking but I felt, with the addition of the bombs and other tools, was a puzzle to solve.&#xA;You could always traverse the world without using one of the powers.&#xA;Sure, they could make it easier, as seen in speedrunning with bomb jumps or stasis hits.&#xA;When approached with a mountain range one could climb it, sometimes with more difficulty than others.&#xA;Take the waterfalls of the Zora domain,&#xA;one could use the ice blocks on the side of the waterfalls to climb,&#xA;but you could also use the Zora armour or take a different route by climbing.&lt;/p&gt;&#xA;&lt;/div&gt;&#xA;&lt;/div&gt;&#xA;&lt;div id=&#34;outline-container-headline-4&#34; class=&#34;outline-4&#34;&gt;&#xA;&lt;h4 id=&#34;headline-4&#34;&gt;&#xA;The dungeons and repetition&#xA;&lt;/h4&gt;&#xA;&lt;div id=&#34;outline-text-headline-4&#34; class=&#34;outline-text-4&#34;&gt;&#xA;&lt;p&gt;The dungeons in the game were hype approaching them.&#xA;They were big, causing issues for the inhabitants of the world.&#xA;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&amp;#39;t have a build up.&#xA;It felt like a let down.&#xA;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.&lt;/p&gt;&#xA;&lt;/div&gt;&#xA;&lt;/div&gt;&#xA;&lt;div id=&#34;outline-container-headline-5&#34; class=&#34;outline-4&#34;&gt;&#xA;&lt;h4 id=&#34;headline-5&#34;&gt;&#xA;The story and it&amp;#39;s presentation&#xA;&lt;/h4&gt;&#xA;&lt;div id=&#34;outline-text-headline-5&#34; class=&#34;outline-text-4&#34;&gt;&#xA;&lt;p&gt;The base contents of the story in BotW is well presented and you immediately understand what happens.&#xA;Zelda, Link and the other heroes were overpowered, so Link was sent to regenerate while Zelda held up the fortress.&#xA;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.&#xA;But to get more information, you have to find points that you can see in pictures.&#xA;These pictures have the issue of being in specific locations that are easy to miss for an adventurer.&lt;/p&gt;&#xA;&lt;/div&gt;&#xA;&lt;/div&gt;&#xA;&lt;/div&gt;&#xA;&lt;/div&gt;&#xA;&lt;/div&gt;&#xA;&lt;/div&gt;&#xA;&lt;div id=&#34;outline-container-headline-6&#34; class=&#34;outline-2&#34;&gt;&#xA;&lt;h2 id=&#34;headline-6&#34;&gt;&#xA;Here comes Tears of the Kingdom&#xA;&lt;/h2&gt;&#xA;&lt;div id=&#34;outline-text-headline-6&#34; class=&#34;outline-text-2&#34;&gt;&#xA;&lt;p&gt;So I got to borrow my friends old switch to play Tears of the Kingdom.&#xA;I bought the game myself, and a new pro controller to get to play it.&#xA;I started it and had mixed feelings quickly.&#xA;Hearing Fi from the sword did have me in tears when it broke though.&lt;/p&gt;&#xA;&lt;div id=&#34;outline-container-headline-7&#34; class=&#34;outline-3&#34;&gt;&#xA;&lt;h3 id=&#34;headline-7&#34;&gt;&#xA;The toolbox&#xA;&lt;/h3&gt;&#xA;&lt;div id=&#34;outline-text-headline-7&#34; class=&#34;outline-text-3&#34;&gt;&#xA;&lt;p&gt;What made feel bad was how things, like the powers were introduced and how some of them seemed necessary for progressing on the platform.&#xA;Coming from Breath of the Wild, this felt very strange.&#xA;You had to build boats with a ultrahand,&#xA;that when using pro controls (as I did since I dislike the clutter that it shows on the screen),&#xA;doesn&amp;#39;t tell you how to deconstruct things if you mess up.&#xA;Ascend is built in the same way,&#xA;but instead of you constructing the solution (which there might be different ways, but all include ultrahand),&#xA;the world is designed to use ascend.&lt;/p&gt;&#xA;&lt;p&gt;&#xA;The teleport system also affects how you traverse the world, since the world is almost 2/3 times the size.&#xA;There are specific points of interest that allow you to travel from the overworld to the sky or the underdark,&#xA;which means that you have to be able to get to them in an easier way.&#xA;The teleport makes this so much easier.&#xA;But this makes the simple walking around and finding something interesting feel like a waste.&lt;/p&gt;&#xA;&lt;p&gt;&#xA;Fuse, fuse, fuse.&#xA;This ability makes me dislike the combat so much.&#xA;Instead of finding interesting weapons out in the world,&#xA;you have to fight enemies to then convert your weapons into something new.&#xA;You can&amp;#39;t ensure that the weapons will work as it was intended,&#xA;since you will want to deal the most damage.&#xA;Then a sword can become more like an axe due to the nail you fused.&#xA;And the normal weapons,&#xA;that are simple to understand,&#xA;are almost unusable due to breakage being ramped up.&#xA;I ended up just using the bow,&#xA;since that will work as one would expect no matter what,&#xA;and adding bombs to specific arrows rather than gathering bomb arrows is a change that I approve of.&lt;/p&gt;&#xA;&lt;/div&gt;&#xA;&lt;/div&gt;&#xA;&lt;div id=&#34;outline-container-headline-8&#34; class=&#34;outline-3&#34;&gt;&#xA;&lt;h3 id=&#34;headline-8&#34;&gt;&#xA;The dungeons&#xA;&lt;/h3&gt;&#xA;&lt;div id=&#34;outline-text-headline-8&#34; class=&#34;outline-text-3&#34;&gt;&#xA;&lt;p&gt;The dungeons have a similar problem with the switches.&#xA;You arrive at a dungeon, and need to hit a button that depends on a switch of some form.&#xA;But the boss is actually setup.&#xA;It is them that is shown to affect the areas.&#xA;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).&#xA;So the reward does feel related to what you are working for when helping these areas out.&lt;/p&gt;&#xA;&lt;p&gt;&#xA;I am doing TotK a bit of a disservice here though, with how the switches are made.&#xA;They are more interesting,&#xA;since they aren&amp;#39;t all based on moving an area with the use of the map,&#xA;but they are in large part the same concept.&lt;/p&gt;&#xA;&lt;/div&gt;&#xA;&lt;/div&gt;&#xA;&lt;div id=&#34;outline-container-headline-9&#34; class=&#34;outline-3&#34;&gt;&#xA;&lt;h3 id=&#34;headline-9&#34;&gt;&#xA;The story&#xA;&lt;/h3&gt;&#xA;&lt;div id=&#34;outline-text-headline-9&#34; class=&#34;outline-text-3&#34;&gt;&#xA;&lt;p&gt;In TotK, the story starts in a much clearer way, and introduces this old civilization.&#xA;Zelda has been transported through time.&#xA;It feels way more in depth compared to BotW.&#xA;It does however conflict a bit with other games in my mind,&#xA;in particular with Skyward Sword,&#xA;but that is something that doesn&amp;#39;t really matter when it comes Zelda.&#xA;The way to get more information is by talking to the different factions, and finding the tears.&#xA;The tears are the same idea of the pictures from BotW,&#xA;but implemented way better,&#xA;since you can see theme way easier.&#xA;The issue that was raised to me by a friend,&#xA;was that the world doesn&amp;#39;t react to you gaining more information about what has happened if you don&amp;#39;t do it in the correct order.&#xA;If you finish the tears before dungeons,&#xA;it gets a bit messed up.&#xA;Also, if you decide to go to another region than Rito in the beginning, you won&amp;#39;t get the foundations of the tears explained either.&#xA;So TotK fails a bit in their ability to explain the story due to them not wanting to limit how you navigate the world.&lt;/p&gt;&#xA;&lt;/div&gt;&#xA;&lt;/div&gt;&#xA;&lt;/div&gt;&#xA;&lt;/div&gt;&#xA;&lt;div id=&#34;outline-container-headline-10&#34; class=&#34;outline-2&#34;&gt;&#xA;&lt;h2 id=&#34;headline-10&#34;&gt;&#xA;What does this mean?&#xA;&lt;/h2&gt;&#xA;&lt;div id=&#34;outline-text-headline-10&#34; class=&#34;outline-text-2&#34;&gt;&#xA;&lt;p&gt;I think that some of the ideas that Tears of the Kingdom introduces creates an interesting game,&#xA;but it bases a lot of what was created in Breath of the Wild and suffers therefore.&#xA;A game that either focuses a lot on the story or the exploration is what I think I want from a game.&#xA;And I am not saying you can&amp;#39;t have both, but it will need to make sure that either aspect doesn&amp;#39;t infringe on the other.&lt;/p&gt;&#xA;&lt;/div&gt;&#xA;&lt;/div&gt;&#xA;</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>&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;&#xA;</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>&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;&#xA;&lt;p&gt;&#xA;The essay is forcing me to take a stance and build up arguments from there so it is in the opposite order from what I am used to.&#xA;That is quite interesting to try and change my natural way of writing and what it leads to.&#xA;So far it feels way more one sided, due to me kinda already figured out my stance.&lt;/p&gt;&#xA;&lt;p&gt;&#xA;The technical report means that I cant go on tangents which I like to do, when talking and writing.&#xA;Something that is related, that I want to explore, is something that I will write about.&#xA;There might be something that ends up being relevant or explain the context from where I am thinking.&lt;/p&gt;&#xA;&lt;p&gt;&#xA;With this in mind, I think it makes sense that I have ended with a bit of writers block.&#xA;I could spend time, figuring out what I think before writing, but that seems inefficient.&lt;/p&gt;&#xA;</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>&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;&#xA;</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>&#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;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;&#xA;&lt;p&gt;&#xA;The issues arise when I try to understand why thing aren&amp;#39;t working in the tools used however.&#xA;Docker-compose is kinda self contained, but both Nomad and Consul work as an overarching tool so trying to find out errors with them is harder.&lt;/p&gt;&#xA;&lt;/div&gt;&#xA;&lt;/div&gt;&#xA;&lt;div id=&#34;outline-container-headline-2&#34; class=&#34;outline-2&#34;&gt;&#xA;&lt;h2 id=&#34;headline-2&#34;&gt;&#xA;The latest issues&#xA;&lt;/h2&gt;&#xA;&lt;div id=&#34;outline-text-headline-2&#34; class=&#34;outline-text-2&#34;&gt;&#xA;&lt;p&gt;So, two days ago, I was trying to setup Jellyfin on my own server, but it started acting up in a weird way.&#xA;Services were shutting down as expected Nomad, but on the Consul side, it would just add on more and more services.&#xA;This made the reverse proxy Traefik not work or sending traffic to the wrong container.&#xA;Logging into the server via ssh and using the &lt;code&gt;deregister&lt;/code&gt; command of Consul resulted in not finding the services.&#xA;After hours of searching I found &lt;a href=&#34;https://github.com/hashicorp/consul/issues/16351&#34;&gt;this github issue&lt;/a&gt; which made me able to manually deregister services.&lt;/p&gt;&#xA;&lt;p&gt;&#xA;This was a temporary fix, I had to get to the root issue of the problem.&#xA;So today I sat down to try and figure things out.&#xA;Searching and searching for the issues, I find out that the problems are arising from the tokens used due to permissions.&#xA;But trying to find out how the permissions work, I am dumbfounded.&#xA;Reading through &lt;a href=&#34;https://developer.hashicorp.com/consul/docs/security/acl/acl-policies&#34;&gt;this&lt;/a&gt; gives me nothing that helps me figure out how to actually use it.&#xA;It feels like you have to be into the entire system and know a bit of everything to even be able to use it.&lt;/p&gt;&#xA;&lt;/div&gt;&#xA;&lt;/div&gt;&#xA;&lt;div id=&#34;outline-container-headline-3&#34; class=&#34;outline-2&#34;&gt;&#xA;&lt;h2 id=&#34;headline-3&#34;&gt;&#xA;After the fact&#xA;&lt;/h2&gt;&#xA;&lt;div id=&#34;outline-text-headline-3&#34; class=&#34;outline-text-2&#34;&gt;&#xA;&lt;p&gt;It got fixed eventually, but the threshold to get into certain systems feels overwhelming to me.&#xA;I am way more of getting the bare system, or it might be a bit more like the Unix philosophy of doing 1 thing good.&#xA;That way, the documentation of that program can be short and to the point rather than explain an entire ecosystem.&#xA;It would be harder to set up the communication between software though, so I understand why it exists, but I easily get frustrated by it.&lt;/p&gt;&#xA;&lt;/div&gt;&#xA;&lt;/div&gt;&#xA;</description>
</item>
</channel>
</rss>