Highly recommend. Bought a ThinkPad from Abhas and it runs like tank.
HN user
balancesoggy
Mostly non fiction
The Vortex by carney and miklian Flying Blind by Peter Robison The Maniac by Benjamin Labatut
Flatpak works on guix. Just guix install it and then run the Firefox or any flatpak as usual using flatpak run
I use GNU Guix and check my configuration files in a private git repo
Indian dev here. Nothing country specific. Stackoverflow mostly. Just google and whatever solves your problem. We are not community builders that work at scale.
I learnt this the hard way. Textbooks do not do a good job of teaching how real world code looks like. Best option is to read open source code. Start with sqlite or openbsd userland tools. Code is very clean and obsd style is very very easy to understand, esp the clever use of C macros. Sort github by the most popular rust, c++,go or D code and be on your merry way...