Welcome to Applerworld

I like tech and interesting topics

Time to move from Ubuntu to Fedora

2021-06-19 4 min read linux Sebastian Appler
Ubuntu has been my daily driver for quite some time now. When I migrated from Windows it was a big step just going into the linux world and I picked Ubuntu as my first choice. The Ubuntu has served me well since then. But from time to time I felt nudged that maybe Ubuntu is not the best distro after all. I excused myself that, yes, Ubuntu is the most used distro so there must be a reason why it’s better, right? Continue reading

Better performance with Emacs native compile

2021-04-29 2 min read emacs linux guides Sebastian Appler
I recently stumbled upon Emacs native compilation. As native sounds like good I had to try it out. If you also want to try it here’s a quick guide how to compile natively. We can find some hints on emacswiki but lets walk through it in detail on an Ubuntu system. First if you compiled Emacs by source before make sure to uninstall it. This can be made with the `make uninstall` command. Continue reading