[quote=Bass Thumper]I just learned something I consider interesting and entirely consistent with the path that the software sector is on.

According to the CEO of Google:
“More than a quarter of all new code at Google is generated by AI, then reviewed and accepted by engineers”


Yep. I was doing a Google search the other week for finding information in Active Directory, and Google supplied the PowerShell script. My co-worker was working on an HTML control, and Google offered up working code.

On the other hand, I just asked Google for C++ code for a bandpass filter, and it supplied this "helpful" snippet:

Code
// Function to calculate filter coefficients
std::vector<double> butterworthBandpass(int order, double lowcut, double highcut, double fs) {
    // Implementation for calculating Butterworth filter coefficients
    // ...
}

Thanks Google! Everything except what I needed to know. laugh


-- David Cuny
My virtual singer development blog

Vocal control, you say. Never heard of it. Is that some kind of ProTools thing?