Posts by lobocode@hachyderm.io
(DIR) Post #AZXexCvhWB24fxM7nc by lobocode@hachyderm.io
2023-09-08T01:07:09Z
0 likes, 0 repeats
Do you think it's worth spending time studying the C programming language today, considering that #Rust addresses and improves upon many of the fundamental issues found in #C and #cplusplus?? Why?
(DIR) Post #AZtwwvatG3dUSFSAwy by lobocode@hachyderm.io
2023-09-18T19:15:19Z
1 likes, 0 repeats
Comprei
(DIR) Post #AaENfkzoGneih2AT0S by lobocode@hachyderm.io
2023-09-28T00:23:50Z
0 likes, 0 repeats
You see this right here? This, my buddies, is the KISS philosophy in its purest form! You basically check out all the kernel parameters and whatever seems cool for your setup, you just roll with it! Even tweak some settings to make the OS run asynchronously! It's seriously mind-blowing! #freebsd
(DIR) Post #AhMHTCxjtJVCl9Eddo by lobocode@hachyderm.io
2024-04-28T17:08:34Z
1 likes, 0 repeats
I started a simple project called checkrc that validates the /etc/rc.conf file on #FreeBSD. I'm still a beginner in C programming, but I'm giving it a shot with something usful: https://github.com/scovl/checkrcThe project is still a work in progress, right at the beginning, so don't expect too much yet. But I'll be working on it every day. :blobfoxcofecute: :blobfoxcomputerowonotice: One day I'll be great!
(DIR) Post #AhMHTF7NsQPDRdlMx6 by lobocode@hachyderm.io
2024-04-28T17:35:11Z
0 likes, 0 repeats
@mpts Yes I know. I'm just building a validator of the settings that the user establishes in their own rc.conf. Having to use shellscript for this is exhausting. I mean, use shellscript to validate