Loading...

Tag: c++

Generative AI for coding: tales from the field

Generative AI Quasar is an AI company in the broad sense of the term. At Quasar, in a very abstract and simplified way, we think it’s possible to predict the future by analyzing the past, and we help our customers do that by doing numerical analysis of timeseries data. This differs from Generative AI, a […]

3 things that make logging fast and secure

Log4J is making the news because of recent major security vulnerabilities. Writing secure software is extremely hard, and logging frameworks are often overlooked as a simple, unimportant component. Any software component that parses and outputs user input needs to be considered seriously from a security standpoint. Being written in C++, Quasar does not use log4j. […]

Top