Posts in 2023
Managing dependency software for `meshfreeFoam`
Friday, August 18, 2023 in Discussions
3 minute read
Dependency management is always a hustle. For my PhD project, I would need to live through this hell for around three years. Specifically, OpenFOAM libraries are dependencies for me and that is a big deal for few reasons: Which OpenFOAM fork to use? …
The very first issues I ran into with this documentation project
Friday, August 18, 2023 in Discussions
2 minute read
There are basically three main issues: Documenting C++20 (specifically: concepts) At the time of writing, Hyde doesn’t support C++ concepts yet, which I plan to use extensively. The code still compiles (because clang can compile it) but Hyde …