Patroni cluster

https://patroni.readthedocs.io/en/latest/ Patroni is a template for you to create your own customized, high-availability solution using Python and – for maximum accessibility – a distributed configuration store like ZooKeeper, etcd, Consul or Kubernetes. Database engineers, DBAs, DevOps engineers, and SREs who are looking to quickly deploy HA PostgreSQL in the datacenter-or anywhere else-will hopefully find it Leggi tutto…

Whisper

OpenAI today open-sourced Whisper, an automatic speech recognition system that the company claims enables “robust” transcription in multiple languages as well as translation from those languages into English. OpenAI open-sources Whisper, a multilingual speech recognition system https://openai.com/blog/whisper/

Showstopper

A showstopper is an unforeseen issue that prevents a product from being released on time. For example, a company may plan on releasing an update, then discover that a new aspect of the project would be detrimental to users. In this case, developers would need to delay or cancel the update. https://www.techopedia.com/definition/22054/showstopper-bug

Enzyme

Enzyme is a JavaScript Testing utility for React that makes it easier to test your React Components’ output. You can also manipulate, traverse, and in some ways simulate runtime given the output. Enzyme’s API is meant to be intuitive and flexible by mimicking jQuery’s API for DOM manipulation and traversal. Leggi tutto…