Weekly Shaarli
Week 07 (February 9, 2026)
The way content is discovered online is shifting, from traditional search engines to #AI agents that need structured data from a Web built for humans. It’s time to consider not just human visitors, but start to treat agents as first-class citizens. #Markdown for Agents automatically converts any HTML page requested from our network to markdown - ou, dit autrement, ils font de l’html to markdown pour que ça coûte moins cher en tokens - et aussi pour avoir un « langage commun » entre l’humain et l’agent ai. J’ai l’impression que c’est une bonne idée.
"Testcontainers is an opensource library for providing lightweight, throwaway instances of common #databases, #Selenium web browsers, or anything else that can run in a Docker container."
En gros, on définit des tests unitaires qui démarrent des containers #docker - mais de manière programmatique. Genre :
redis = (
DockerContainer("redis:5.0.3-alpine")
.with_exposed_ports(6379)
)
redis.start()
wait_for_logs(redis, "Ready to accept connections")
Ouaip. C'est sexy ❤️
Oh que c’est beau ❤️ un moteur de rendu html sur base de macros #rust
During a Senate hearing on Wednesday, Feb. 4, #Waymo's cheif safety officer revealed to lawmakers the company uses remote operators in the Philippines to assist their U.S.-based #autonomous vehicles. The hearing comes less than two weeks after a Waymo vehicle hit a child walking to school in Santa Monica, Calif.