I did this systematically: at the first sign of outlier in performance one system would move itself to another platform and shut itself down. The shutdown meant turn all services off and let someone log in to investigate and rearrange it again. This system allowed different roles to be assigned to different platform. The platform was bare metal or bhyve vm. It worked perfect.
How does a company define or at least describe company culture and displays it up front? I am genuinely curious, and not trying to start any sort of flame wars.
i always emphasize to new programmers to learn any language and practice it with respect and discipline. All languages have dark corners, the human who can reason which constructs are appropriate.
> Carbon exists so that it's possible to migrate a large C++ code base, like Chrome, from C++ to something saner, incrementally.
_Incrementally_: a C++ project can be incrementally made more sane also using constructs to avoid and constructs to use once the problem domain is confined. In my past, I had successfully implemented this quest for 3 different fairly large C++ projects. This is not a strong selling point for carbon.
perceptrons, memory-in-a-box, back-propagation (even though it's computation expensive), Long-term-short-term memory, Support Vector Machines and other Neural Networks.
In the book "Artificial Intelligence A Modern Approach" by Stuart Russell and Peter Norviq, you may find more gems.
i recommend this paper to understand brain-state-in-a-box[0]. In my studies of linear algebra / calculus, we had optimum calculus reaching error minimum.
help me out, i learnt it a long time ago, would "Optimum in der Infinitesimalrechnung" be optimum calculus?
Many years ago, I interviewed with Jane Street. They asked me C++ questions and if I am willing to learn OCaml. Sure, I can learn any language. The position was given to someone else who already knew OCaml. They use OCaml for everything, building software to distributing it etc. That's my interview experience with them. I think they chose that language because it can be as speedy as C++ with proper knowledge and optimizations. I do not know OCaml besides learning it when I worked with researchers/mathematicians who wrote OCaml and i had to understand the code.
It is fair competition. Using the same tools as one's competition yields similar gains. Using better tools increases the possibility of higher profits. Same as in manufacturing, chip making: better tools more profit. Potentially better profit. Nothing cringey about it.
plus 1 for using agents for api refresher and discovery. i also use regular search to find possible alternatives and about 3-4 out of 10 normal search wins.
Discovering private api using an agent is super useful.