Weekly Shaarli
Week 21 (May 20, 2024)
Checklist to publish a webpage
Devs are expected to do everything.
Google without AI: this is a wrapper around google. The query contains exactly &udm=14 to avoid AI.
Le concept est intéréssant: de simples alias pour rendre les commandes plus accessibles en échange de petit lots. Je suis curieux de ces alias et les simplifications des sorties de commandes.
In his 1960 book The Waste Makers, cultural theorist Vance Packard spoke of "the widespread faith of Americans that their technology can solve all their problems."
Kagi has issues
A collection of /pages used by indie web makers.
Shellsharks@shellsharks.social added
- /architecture (matklad.github.io/2021/02/06/A)
- /carry (forget where I saw this, but it's basically an EDC listing)
- /defaults (might be encompassed by /uses?)
- /favorites (maybe similar to interests?)
- /til (mharty3.github.io/blog/til/)
I add /humans.txt :)
A great serie of post! Short, simple and clear.
Well I use lot of them. A great post for people who wants to know more.
Alors what could go wrong?
Sometimes in life, when you’re faced with a task you don’t know to solve, the best way to make forward progress is to close your eyes and just start with something, anything, even if it’s not the best or even a good idea.
About OOP.
Notice a faisable comparison with the current AI
Render an RSS feed as a blog
Shirts that have logos on them should be much cheaper normal shirts. Because by wearing the shirt, you ware advertising the brand for free.
Quelques commandes devraient pouvoir être plus accessible. Alsace Réseau Neutre en a réalisé une liste
Nostr is a protocol to publish content without central server.
Everybody runs a client. It can be a native client, a web client, etc. To publish something, you write a post, sign it with your key and send it to multiple relays
A project to build a onepager blog on Nostr: https://github.com/dtonon/oracolo
Why we should avoid it? Because it can go wrong in so many way. The post describes different cases.
Add the icon valid RSS to the blog
A HTML validator aiming to be better than the current W3C HTML validator.
There is a descriptive page: https://validator.w3.org/nu/about.html
Les challenges du "luxe" :)
C'est néanmoins un superbe exemple d'utilisation des animaux... contre les animaux.
Je suis mitigé et ne sait pas trop quoi en penser.
LaPoste semble utiliser les cookies de manière pernicieuse. Ici même en refusant toutes les options de la bannière de cookie, des cookies de pistage sont installés.
À propos des conditions de France Travail et des personnes
Selon Bertrand Martinot, économiste à l’Institut Montaigne et ancien conseiller social de Nicolas Sarkozy (pas vraiment un crypto marxiste, donc), en cumulant toutes ces catégories, « on arriverait à sept, huit millions de personnes qui sont en souffrance » par rapport à l’emploi – ou au manque d’emploi, plutôt.
De 6,2 à 8 millions : soit entre 20 et 25 % de la population active (30 millions de personnes environ). On est loin des 7,5 %...
On est plus loin encore du plein emploi vers lequel on s’avance pourtant en chantant, d’après le gouvernement.
La voilà, leur victoire « historique ».
Country flag code to unicode emoji flag
function getFlagEmoji(countryCode) {
const codePoints = countryCode
.toUpperCase()
.split('')
.map(char => 127397 + char.charCodeAt());
return String.fromCodePoint(...codePoints);
}
An RSS feed validator
The tools are more complex and it cycles every 5 years.
HTML and CSS are not enough these days to build websites in companies.
Key takeaways:
- if someone wants high-contrast on some websites, does it mean for every websites?
- go for the accessible version first: high-contrast except for
@media (prefers-contrast: less)
- why not fixing color contrast by default?
Some browsers implements customization such as Arc https://resources.arc.net/hc/en-us/articles/19212718608151-Boosts-Customize-Any-Website
A feedback about a daily journaling since 3 months
- recall in the last 48 hours. Afterwards the memories get lost.
- journaling slowed time down
- experiment is working! Constantly experimenting
But maybe there's a kernel of wisdom in "pay yourself first" that we can apply - not to money, but something far more precious - to our time.