The Doomers Who Insist AI Will Kill Us All

The subtitle of the doom bible to be published by AI extinction prophets Eliezer Yudkowsky and Nate Soares later this month is “Why superhuman AI would kill us all.” But it really should be “Why superhuman AI WILL kill us all,” because even the coauthors don’t believe that the world will take the necessary measures…

Read More

Finally: A 15-Second Fix for Local Referrer & Attribution Testing

Preview attribution flows before production - works with Adobe, GA4, Target, and Piano. Here’s the problem: you can’t preview referrer-driven locally. Browsers don’t send a real Referer or fill document.referrer the way they do in production. That leaves Growth, Marketing, Analytics, Experimentation, and QA teams flying blind until things are live-when dashboards suddenly scream “Direct/None” and someone…

Read More

Connecting the Centrifugo in laravel

In this article, we will look at the integration of the Centrifugo real-time server with the Laravel framework, the basic settings and nuances of operation. This article will be more about the implementation on the framework itself than the description of Centrifugo. You can also find an example of interaction in this template, which was…

Read More

Chain Of Responsibility in Python…

In this design pattern, there are some sorts of executors of a command tied in a chain – at different levels. Depending upon the complexity of the task, the command is handled at different levels. Each receiver is well aware of if he can handle the command. If he can’t he simply passes the buck…

Read More