quizno50@sh.itjust.workstoProgramming@programming.dev•A blog that is a single executable binaryEnglish
3·
1 year agoI’ve been working on a similar project since about 2016. My goals were slightly different. I wanted to use C++ and focus on minimalism, but still have solid content and capabilities. I finished a working version that hosts a JSON API of weather data and a web app to manage email aliases for a self-hosted mail server. It’s nothing fancy, but it generally works.
Finally getting the strl family functions. It really shouldn’t have taken this long given how many problems are caused by strcat (or even strncat). Now getting people to use them is the next battle.