social.coop is one of the many independent Mastodon servers you can use to participate in the fediverse.
A Fediverse instance for people interested in cooperative and collective projects. If you are interested in joining our community, please apply at https://join.social.coop/registration-form.html.

Administered by:

Server stats:

485
active users

#web

104 posts75 participants10 posts today

New Kitten release

• Fix: messages that are promises are properly awaited before being sent.

kitten.small-web.org

Kitten automatically and transparently handles asynchronous content in your templates for you so you don’t have to worry about it. One place where this wasn’t working properly is if you addressed `this.component` to stream a custom update of your component manually instead of calling the `this.update()` method of Kitten component instances.

e.g.,

```js
export default class AdminPage extends kitten.Page {
// …
onSelectedPost (data) {
this.send(kitten.html`<${this.component} postId='${data.selectedPost.postId}' />`)
}
}
```

:kitten:💕

Replied in thread

More bots than people. I guess that’s Web 3.0, right?

@calmeilles I remember in the 90s and early 2000s something similar happened with spam e-mail. At one point in time, the bot-to-human ratio reached something like 9:1 or worse. The solution at the time was everyone joining a walled garden like Gmail, or buying expensive spam filtering tools if they had to run e-mail on-premise.

This time, the walled gardens and spam filters (at least how these filters are trained) are themselves the problem.

#tech#internet#ai

Just learnt a really big lesson in NextJS - not every component has to be set to the fancy factory components.

Like for example, I had a simple URL shortener app. Initially, I had set <Link />, pointing to the https://url/shortcode.

The consequences of this was that the link kept getting preloaded, and the buttons incremented on every page reload.

<a /> fixed this.

Wegen Kritik von Datenschützern hatte Meta den Start seiner KI in Europa lange aufgeschoben. Nun kommt ein Ansatz von 2024 zurück: Wer seine Daten nicht zum Training zur Verfügung stellen mag, soll Widerspruch einlegen.#Facebook #Facebook #KünstlicheIntelligenz #DieKI-Revolution #Meta #Web
Widerspruch per Formular: Meta kündigt KI-Training mit EU-Nutzerdaten an
DER SPIEGEL · Widerspruch per Formular: Meta kündigt KI-Training mit EU-Nutzerdaten anBy DER SPIEGEL
Continued thread
It's fascinating to me that I'm literally going through the same steps to remove AI dark patterns from web apps as I go through to remove ads, auto-play videos, and other such stuff that mucks up the web. In my head these are in the same category ("potentially dangerous nuisance that interferes with what I want to do"), and I even use the same tools to clean them up.

#AI #GenAI #GenerativeAI #AISlop #Jira #Atlassian #NoAI #GitHub #dev #web #tech