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