Tags Pine Script Using TradingView Pine Script Screener admin July 15, 2025 TradingView is a hugely popular stock charting platform. It comes bundled with hundreds of technical indicators and many are contributed
Tags word game Playing Word Games with LLM admin June 28, 2025 I don’t think my vocabulary is bad, but I love learning new English words. Especially weird ones! One book that
Tags Synergy Genie Synergy Genie: Disease Info admin May 27, 2025 The recently released Synergy Genie module has several interesting features, all aimed at helping practising homeopaths. In my last article,
Tags iHomeoMate Software Review: Synergy Viva – Genie Module admin May 11, 2025 Synergy Homeopathic has released an upgraded version of their earlier “Synergy SHS” software in the name of “Synergy Viva”. The
Tags C++20 Beyond Ownership: Understanding the Role of std::weak_ptr in Modern C++ admin May 4, 2025 Smart Pointers in C++ are elegant abstractions for managing dynamic memory safely, avoiding dangling pointers and preventing leaks. While std::unique_ptr
Tags C++ 20 Interfaces Without Inheritance: Comparing C++ and Common Lisp admin April 24, 2025 Clean interface design is a crucial aspect of software engineering since it enables code flexibility, reuse, and maintainability. Developers who
Tags Knowledge Graph Using Claude to Generate RDF Triples admin April 11, 2025 We all know that LLMs are now capable of generating structured data. I have used OpenAI models earlier to generate
Tags Agents Exploring OpenAI Agent SDK admin March 26, 2025 OpenAI recently released its open-source Agents SDK. The documentation looked interesting, so I decided to give it a try. The
Tags Agents Getting Started with HuggingFace Smolagents admin March 12, 2025 Agents and Agent frameworks are hot topics these days. LangChain, crewAI, LangGraph, Microsoft Semantic Kernel, and Microsoft Autogen are some
Tags Mathematica Using OpenAI from Mathematica: Part-3 admin February 21, 2025 Let us continue our discussion on using Mathematica to interact with OpenAI (you may want to go through the earlier