Welcome
Hello, I’m Federico. I am passionate about computers and their inner workings. I love programming, especially compilers and other low-level stuff.
This is my personal space online. Hopefully you will enjoy it as much as me.
#include <stdio.h>
int main() {
printf("Hello, World!\n");
return 0;
}
You can find me on
Github as fedang
Youtube as @fedang
Twitch as fed_ang
Reddit as u/fed_ang
Bluesky as fedang.net
Discord as @fed_ang
Latest posts
-
Setting up Ly on Gentoo
After my TTY login run into trouble, I decided to try thely
display manager. I wrote about my experience in getting it to work on my Gentoo system, describing each step in the process. -
Gentoo kernel upgrade
I wrote this short guide to keep track of the upgrade procedure for the kernel on a Gentoo system. The main steps are summarized, with additional sections about the Nvidia drivers and Intel microcode.