QuadriLiteral

joined 1 year ago

What you say describes my experience 10 to 15 years ago, not my experience today. Compare the settings dialog in KDE Plasma to the windows settings dialog for instance. Or should I say myriad of Windows settings dialogues.

[–] QuadriLiteral@programming.dev 1 points 1 week ago (1 children)

What was difficult in your experience?

[–] QuadriLiteral@programming.dev 2 points 2 months ago (1 children)

Huh odd, I guess it depends quite heavily on the system? Just to check I cleaned my build folder and am building now, ~700 files that take around 5 minutes to compile. I don't notice a thing, CPU (Ryzen 7 7700X ) is fully maxed out. I know that I do notice it on my laptop, but there reducing from 16 to 12 or even 14 is enough. Having to reduce to 4 is very different from what I experience. Currently on manjaro, the laptop has ubuntu.

[–] QuadriLiteral@programming.dev 2 points 2 months ago* (last edited 2 months ago) (3 children)

If you don't want compilation to take all cores, use one or two cores less for the compile. I frequently compile C++ code, almost always I just let it max out 100%, haven't been really bothered by the lag. When I'm in a teams meeting for instance it can cause noticable lag so then I do ninja -n 8 or ninja -n 12 and problem solved.

[–] QuadriLiteral@programming.dev 1 points 2 months ago

Cross-platform and performant, are there options besides C++ and rust?

[–] QuadriLiteral@programming.dev 0 points 6 months ago (2 children)

If I wrote an IDE and detected tabs I'd just have it delete the codebase