This commit is contained in:
2025-10-07 17:08:57 +02:00
parent 98305ca01c
commit 615b3d9b3a
27 changed files with 106 additions and 40 deletions

View File

@ -13,7 +13,7 @@
<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;</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;&#xA;</description>
</item>
</channel>
</rss>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -13,7 +13,7 @@
<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>&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>
<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>

View File

@ -13,7 +13,7 @@
<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>
<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>
</channel>
</rss>

View File

@ -13,7 +13,7 @@
<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>
<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>
</channel>
</rss>

View File

@ -13,7 +13,7 @@
<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;</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;&#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>
</channel>
</rss>