Protect public LLMs from having access to PII and PHIMany folks are adamant and don’t trust the 3rd party LLM providers to not misuse their data. One solution is to use an on-premises language…Mar 1Mar 1
C++ FunctorI tend to write about things that I find interesting when I code. Today’s interesting topic is c++ functors. I recently was writing some…Apr 21, 2023Apr 21, 2023
Adding HyperLinks to a Word Document in PowershellI wanted to troubleshoot a section of code to see if a large file was causing an error that involved a Word document. Perhaps the best way…Jan 21, 2022Jan 21, 2022
SQL and C# Data AccessTwo alternate approaches to access data from an Sql queryApr 21, 2021Apr 21, 2021
Symmetric Difference in JavascriptThe mathematical term symmetric difference(∆) of two sets is the set of elements which are in either of the two sets but not in both. For…Jan 23, 2021Jan 23, 2021
Securing a web applicationMy last article I was working on a spinning wheel for random list selection. This is a continuation of that project.Nov 16, 2020Nov 16, 2020
Using D3js and React TogetherHow do you manipulate the DOM with React in full control?Oct 31, 2020Oct 31, 2020
Passing state with React HooksReact Hooks are a recent addition to React. They allow state without using classes. Although classes are still supported, the general…Aug 12, 2020Aug 12, 2020
ArangoDB on AWS EC2 Linux InstanceI recently worked on a project that involved testing various databases and horizontal scaling architecture. One of the databases was…Jul 22, 2020Jul 22, 2020