It's a conversational bot that leverages GPT-3 to reply contextually to speakers in Clubhouse topics. It uses Google Speech to translate peoples audio responses into text. The text is then sent to GPT-3 with a default prompt (persona). (more…)
Read more »
Learn how to write Anonymous Functions in Javascript, understand scoping of variables and wrapped functions and write back to the window object. (more…)
Read more »
Let's say you have a search feature on your website that you want to live-update while the user types. The naive implementation would be to send a query to your server on every keystroke. This quickly falls apart, however, because users easily type faster... (more…)
Read more »
Dambrosio recently released RSLint, a linter for JavaScript that is written entirely in Rust. RSLint strives to be as fast as possible, customizable, and easy to use. RSLint is still in the early phase of its development and features basic Visual Studio C... (more…)
Read more »
There are several problems with the JavaScript name. Is it time to rebrand JavaScript? If so, what should we call it? (more…)
Read more »