Daily Shaarli
March 14, 2026
As the time of writing, the browser support is 66%
How to make them better. If the UX priority is the advertising or subscription, no doubt there is also clear quickwins.
In the absolute worst case, a totally malicious Signal Server can perform traffic analysis to correlate the IP address assigned to the messages arriving with the delivery token for a recipient.
However, this requires actively malicious, or actively compromised, Signal Servers in order to perform. If an attacker tries to retroactively determine who sent a message, and to which recipient, there are a lot of cryptographic mechanisms built-in that prevent the Signal Server from learning any of this information.
This serie of blog post was full of insight. Some cryptography are not yet understandable for me such as the double ratchet.
I will look forward to understand it.
Bullframe is a lightweight SCSS framework for building fast, responsive, and accessible UIs.
Une explication de ce qui s'est passé en 2023 afin que des investisseurs évitent la flat tax ou simplement l'impôt sur la plus-value. Les actions sont prêtés à des investisseurs de pays détaxés avant le dividende.
Alexandre a aussi crée une association https://labonneconduite.fr/
Il témoigne sur LEGEND https://www.youtube.com/watch?v=p2aMRJPFPd8&pp=ygUQbGVnZW5kIGFsZXhhbmRyZdIHCQnFCgGHKiGM7w%3D%3D
The Washington Post price is now dynamic depending on the user data. It's the next step of the pricing strategy. The journal already uses an algorithm to detect the amount of free posts an anonymous user and authenticated user can watch.
Readers’ usage of the Post‘s services might also play a role in how much they’re charged. “Users that read a lot may need to be paying more because they actually use more of the services—you can say, probably, they value our services more so we can charge them a little bit more,” Cian says.
The comeback of the pay to use, instead of the original idea of a subscription...
Tacit is a CSS framework for dummies, who want their web services to look attractive but have almost zero skills in graphic design, just like myself.
It works in <svg> tags:
<style>
.bg {
fill: #ffffff;
@media (prefers-color-scheme: dark) {
fill: #000000;
}
}
</style>Comme par hasard
A classless CSS framework with a navbar and dark styling for around 10.46 kB.
Classless.css is one small CSS file, which defines few but great styles for basic HTML5 tags plus very few classes for grid, cards and spacing. Nothing more. Nothing less.