CMake and C++11 on MacOS – Set your variables before creating your target
When creating a C++ project with CMake that requires C++11, I found that setting the variable CMAKE_CXX_STANDARD must happen before add_executable to work.
When creating a C++ project with CMake that requires C++11, I found that setting the variable CMAKE_CXX_STANDARD must happen before add_executable to work.
Creating a successful environment for a fully remote team or remote work within a co-located team is hard. These are my suggestions to make it possible.
These are my thoughts on the common forms of advertising in blogs (AdSense and affiliate marketing). I plan to include ads until I’m actively consulting.
After importing posts into WordPress from Blogger, I changed the text from a single classic block to Gutenberg blocks to make plugins work and update posts.
If C++ code has exceptions derived from std::exception and a logging function that takes a std::exception the sub-class can’t be re-thrown. Here’s why.
I have migrated my blog from Blogger to WordPress hosted on BlueHost. Here we discuss issues we ran into including DNS and email forwarding to G Suite
Recently I have been working on getting a website running for Taylor Built Solutions so that potential clients know what I can offer them and know how to contact me. After posting about switching a client’s site to WordPress I decided to try to use WordPress for Taylor Built Solutions’ site. Given that I’ve now…
Read more
These are the problems we ran into while attempting to import products and pictures into GoDaddy’s Website Builder. Let’s just say it was difficult!
In recent weeks I’ve been busy on several projects in and outside of work. These projects have spawned lots of discussion surrounding the requirements for and definitions of done. Through these discussions I’ve been reminded of three essential points of effective communication. I chose the word reminded because I’ve learned all of these in the…
Read more