Posts
A ultra minimal fetch program written in C
Here you can find the repo if you want to use it. The jist of it is that you configure the source code like you would dwm, or st and then you have a very fast and light fetch program. For the ascii it takes a file called conf found in $HOME/.config/cfetch/ so you can easily change the ascii output. The repo has two ascii files one for gentoo and one for openbsd by default, check it out, critisize it do whatever.
What are some good online resources for learning C?
I have a fundamental knowledge of C and I am wanting to get better at understanding C. here is an example of what I'm looking for. I write random programs to try and challenge my self with help from the man pages, for example i'm trying to create my own Linux shell right now, but I feel as i'm just using functions and not understanding what's happening when I use them, the article that I linked helped me understand what was going on with scanf and fgets more, and I'm looking for similar articles.
I want to create a fully free open source computer that is modular, modern and minimal?
Basically I want to have a computer to experiment with that is 100% free and open source and that doesn't break the bank. My current idea is to use a RISCV board like the mango pi and use FreeBSD on it. I only use terminal applications expect for the browser so I'm not too worried about performance. But also I have never done anything like this before, this is really just to mess around and learn. But I'm looking for some advice what are the best RISCV boards and is it even worth it? Plus is it even possible to build a 100% free and open source computer with a RISCV board? I am currently doing research into this and this is part of my research lol, thank you.