292 private links
So parental alloweance (or benefits) in France are often criticized by some politics, but hey 5000$ if you give birth is OK.
A priori, exposer quelqu'un souffrant du mal des transports à un son à 100 hertz suffit à alléger son inconfort.
(via https://nicolas-delsaux.hd.free.fr/Shaarli/shaare/NtDtJw)
Including templates in HTML directly could be a great feature. Many frameworks are already used for it.
There is a new lh
for "line-height" unit in css.
* + *
as known as the howl selector: targets all elements that have the previous same selector.
This selector is great because it has no specificity.
An alternative is *:not(:first-child)
As always: frontend focus provide qualitative resources.
They have a partnership with Tonkotsu this time :)
Piccalilli seems to be a good studio. They provide tool, experiences and insights for others.
I always wanted the studio to do net good and give back as much — if not more — than it takes. The thing is, running a studio that supports staff is hard, so naturally, you take on projects that you might not fully be behind. We’ve done great work — and continue to do so — but collectively, we’re all a bit burned out with Marketing™ oriented and KPI-chasing work.
How to share as much as possible and provide free real world education material?
How to make the work focus on campaigns, movements, and other efforts that bring tangible progressive change to society?
They will try supports/sponsorship system.
Detailed insights are available at https://bell.bz/im-getting-fed-up-of-making-the-rich-richer/
Les profiles "about:profiles" peuvent maintenant avoir leur propres thèmes et préférences.
digital forensic tool
Dump the database as SQL statements instead of copying it with indexes. Then compress the resulting txt file.
# Create the backup
sqlite3 my_db.sqlite .dump | gzip -c > my_db.sqlite.txt.gz
# Reconstruct the database from the text file
cat my_local_database.db.txt | sqlite3 my_local_database.db
As complete script example:
# Create a gzip-compressed text file on the server
ssh username@server "sqlite3 my_remote_database.db .dump | gzip -c > my_remote_database.db.txt.gz"
# Copy the gzip-compressed text file to my local machine
rsync --progress username@server:my_remote_database.db.txt.gz my_local_database.db.txt.gz
# Remove the gzip-compressed text file from my server
ssh username@server "rm my_remote_database.db.txt.gz"
# Uncompress the text file
gunzip my_local_database.db.txt.gz
# Reconstruct the database from the text file
cat my_local_database.db.txt | sqlite3 my_local_database.db
# Remove the local text file
rm my_local_database.db.txt
There should be better ways though.
Les boulangeries n'ont pas le droit d'ouvrir le 1er mai.
Et il y a donc 12 millions qui n'ont pas pensé à en prendre la veille?
Have you ever walked into a supermarket, pharmacy, or department store looking to buy a specific item, only to find the layout confusing? Perhaps you ended up aimlessly strolling around, purchasing other items? This is deliberate, and known as the Gruen Transfer.
The 'Transfer' part is the moment that you, as a consumer surrounded by a deliberately confusing layout, lose track of your original intentions.
It first appeared on Facebook with the apparition of the feed. [...] "The last time I checked Facebook, maybe 10% of my feed was updates from friends."
In the EU, it is a legal requirement to allow your customers the same method, with the same number of steps and complexity, for canceling as for subscribing. So if it takes 10 seconds to fill in a form online to get subscribed, they need to offer the same ease of use for canceling.
In french, l'effet Gruen
it’s amusing to consider how complicated modern software systems are that the developers themselves don’t know everything about them
« Foncières de France » est une émanation de l’UNPI (Union Nationale des Propriétaires Immobiliers) au travers d’un collège qui représente des propriétaires bailleurs disposant d’un patrimoine dimensionné (spécialisé ou diversifié) sur tout ou partie du territoire national mais avec un ancrage régional.
Une liste de flux RSS est disponible à https://unpi.org/rss.php