Software is a key ingredient in any modern system, but not considered a true engineering discipline by everyone. For larger systems or regulated industries, it represents one of the most complex elements of development.

Read more about the article PATH and Other Lists as Environment Variables on UNIX Platforms
Photo by Mengliu Di from Pexels

PATH and Other Lists as Environment Variables on UNIX Platforms

Environment variables like PATH are a pain to adjust.  Here are some bash commands to make it painless to manage any environment variable that contains elements separated by delimiters.

Comments Off on PATH and Other Lists as Environment Variables on UNIX Platforms
Read more about the article Do POSIX Threads Make Sense with Modern C++?
Photo by Suzy Hazelwood from Pexels

Do POSIX Threads Make Sense with Modern C++?

In a word, Yes; Posix threads have a place in modern C++ development and this is why I still use them.

Comments Off on Do POSIX Threads Make Sense with Modern C++?