Daily Shaarli
March 17, 2024
Just.... yay it's not that simple.
What’s easy for you might not be easy for others. There’s always a trade-off.
Simplicity is a luxury. It’s really hard. And it’s never “just”.
We should try to understand what makes it hard. And make it easier.
A SSG similar to Pelican in python or Hugo in Go.
Devant l’ampleur de la violation, la présidente de la CNIL a décidé de mener très rapidement des investigations afin de déterminer notamment si les mesures de sécurité mises en œuvre préalablement à l’incident et en réaction à celui-ci étaient appropriées au regard des obligations du Règlement général sur la protection des données (RGPD).
Spoiler: non, car les données n'étaient même pas chiffrée.
Create a web design based on Code Lyoko graphics
Inspiration for a video: https://youtu.be/SblSoHyT3z0
A FLOSS implementation of IFTT / Zapier.
It has many triggers, including RSS.
It seems to be a cool web project to extend HTML to the backend.
What is a git reference?
A great one!
Audiobook does not transmit the information as clearly as a book.
Life is too short for bad books.
When can we consider a book "read"?
About AI summaries: If the end result is the same, there's no argument, barring the very real benefits of actually reading the book.
It seems that many of the products Google actively encourage web authors to add to their sites are paradoxically the ones that have the worst impact on performance.
The amount of data they collect goes far beyond what is useful to the end user, and is undoubtedly a contributor to the huge proportion of “junk data” stored in datacentres worldwide.
I recently made the case for this at work while making improvements to the company website, and my manager admitted that they rarely look at the analytics.
A small JavaScript library to create and animate annotations on a web page.
Nice. With a bit of interactivity, the user can highlights everything.
Pour travailler des cartes
During the development of Bear, one of the constraints I created for myself was to do as much as possible using basic HTML components. This means that the only elements that are able to perform a request are and
A simple snippet works to retrieve and replace content on a page. Few thoughts:
- It has to work with other interactions than the click event to be reliable
- It has to work with screen readers, so the focus should be placed on the inserted content. Maybe an announcement is needed.