Run (doom) emacs as a daemon

Sometimes systemd doesn’t autostart emacs correctly as a daemon and i have to restart the emacs server when i have logged in, this is annoying. I use GNOME so i have taken advantage of it’s autostart feature. I am loosing a couple of features, but i gain the one thing i want: i don’t need to to anything manually when i do a login
Ultimate cheatsheets for every rusty developer

This is a collection of cheatsheets that i collect about the rust programming language. It helps me understand the different aspects of the langauge.
How to compile emacs 28 on Fedora

In this post i want to describe how i compile emacs from source on Fedora
A simple way of checking what system you are currently on

A quick example on how to guess what system (Windows, mac, Linux) and then execute some lisp based upon that