From our "Digital Crossroads" collection:
Thibault Martin: Social media affect me more than I thought - https://ergaster.org/posts/2025/04/15-social-media-affect-me/?ref=feedle.world
---
See other stories like this one here: https://feedle.world/digital-crossroads
New Kitten release
• Fix: messages that are promises are properly awaited before being sent.
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}' />`)
}
}
```
A fun little scroll-driven thing I made. The text is white over the image, but the image isn't static, it rotates on scroll.
Here's a detailed explanation of the how behind https://www.reddit.com/r/css/comments/1jyu76v/comment/mn2fibt/
Live on @codepen https://codepen.io/thebabydino/pen/dPPbmao
Also uses container queries, CSS trigonometric functions.
Certificados SSL vão começar a ter uma validade máxima de 47 dias https://tugatech.com.pt/t65613-certificados-ssl-vao-comecar-a-ter-uma-validade-maxima-de-47-dias
The web is dying.
Every time you use an AI/LLM, you help killing it a little more.
https://www.broadcastprome.com/news/bots-outpace-humans-in-accessing-web-content-f5-report-reveals/
#internet #web #AI #LLM
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.
https://www.europesays.com/fr/25840/ au tribunal, Mark Zuckerberg va tenter de sauver Instagram et WhatsApp #Actualité #blog #blogs #Business #Économie #Economy #FR #France #gadget #gadgets #HighTech #Instagram #internet #iphone #Meta #multimédia #NouvellesTechnolgies #smartphone #tablette #technologie #TIC #web #WhatsApp #widgets
I was surprised this morning to find several square metres of web carpet on the grass. I can only conclude that there was a very large number of small spiders that worked through the night to create it.
#web #spiderweb
Some features that every JavaScript developer should know in 2025
https://waspdev.com/articles/2025-04-06/features-that-every-js-developer-must-know-in-2025
#ycombinator #web #JavaScript #ecmascript
https://www.europesays.com/fr/25642/ le prix de la console augmente encore en France #Actualité #Actualités #blog #blogs #FR #France #gadget #gadgets #HighTech #internet #iphone #JeuxVidéo #multimédia #News #NouvellesTechnolgies #RépubliqueFrançaise #smartphone #sony #tablette #technologie #TIC #web #widgets
How am I only learning about mini_httpd now? Obviously not the most ideal for multi-site hosting, but still very cool!
From our "Digital Crossroads" collection:
- https://www.manton.org/2025/04/14/dave-winer-writes-a-longer.html?ref=feedle.world
---
See other stories like this one here: https://feedle.world/digital-crossroads
From our "Digital Crossroads" collection:
Facebook is being flooded with deepfake news reports about Mark Carney - https://thelogic.co/news/facebook-deepfakes-mark-carney-canada-election/?ref=feedle.world
---
See other stories like this one here: https://feedle.world/digital-crossroads
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.
thanks again to @Kooda for this hot tip about configuring a webhost to serve http to older browsers: https://palmure.fr/blog.html#default-https-but-only-for-recent-browsers
and thanks to @fuzzylinuxuser for making me aware of the HTML 4.01 Strict validator: https://validator.w3.org/
these will both be useful later if I want to make a 3DS-friendly version of my homepage :3
From our "Digital Crossroads" collection:
What we see in our websites (and why I am so excited about the... - https://jamesg.blog/2025/04/13/what-we-see-in-our-websites/?ref=feedle.world
---
See other stories like this one here: https://feedle.world/digital-crossroads