Archive for May, 2025
The recently released Synergy Genie module has several interesting features, all aimed at helping practising homeopaths. In my last article, I had explored a couple of features and had also shared some comments and suggestions. In today’s article, I wish to briefly go over the “Disease Info” feature. This features allows us to interact with […]
Synergy Homeopathic has released an upgraded version of their earlier “Synergy SHS” software in the name of “Synergy Viva”. The main improvement in this release is the ability to add-on optional modules. I upgraded to the new release about a week ago and opted for the “Genie” add-on. What is special about “Genie”? According to […]
Smart Pointers in C++ are elegant abstractions for managing dynamic memory safely, avoiding dangling pointers and preventing leaks. While std::unique_ptr and std::shared_ptr are well understood and widely used, std::weak_ptr often demands a deeper dive to use correctly. In this article, I will attempt to explain what it is and where it is useful. Some basics […]
Recent Comments