Omega is a conversational bot that uses GPT-3 to reply contextually to people speaking on Clubhouse. It uses Google Speech to translate audio into text. This text is then sent to GPT-3 with a default prompt or "persona". (more…)
Read more »
I started doing JavaScript sometime around 2011. I was server/Python person, and node 0.4 had a lot of cool things: DOM manipulation on the server, HTTP as a first class citizen, and the ability to get a million people to connect to your server at once wi... (more…)
Read more »
PWAs depend on service workers, a powerful background script. They can perform much of the work servers & JavaScript frameworks do, making frameworks obsolete. (more…)
Read more »
Talking about APIs for performance metrics in the browser. Find out how much problems your JS code really causes in production. (more…)
Read more »