323 private links
Calibre offers a collection of ebooks too
They have a forum about writing, reading, e-reader, .... https://www.mobileread.com/forums/index.php
→ Remember: if your user is supposed to go somewhere, use an <a> element. If something with JavaScript needs to happen, use a <button> element.
I agree with that: link for navigation and button to trigger actions.
An immersive website with a storytelling
A nice introduction about copywriting
The work page has also nice effects that improve usability.
A floating possum flying through the window 👍
I like the theme picker here :D
Use OpenStreetMap maps and apply a map style of 1777 :D
Especially what I was looking for :)
Instead, we can mix 3 or 4 designs together to create something unique. For example, maybe I’ll take the color scheme from one site, the general layout and spacing from another, and the typography styles from the third!
When I’ve mentioned this strategy to actual designers, they laugh and say that it’s what they all do. I think this is their version of the “joke” that programmers spend half their time googling things.
Note : en discutant de cet article, une personne m’a expliqué qu’elle a noté deux style de développement : des personnes développent “en pile”, en interompant ce qu’elles font pour traiter les nouvelles idées d’abord pour revenir ensuite là où elles en étaient, et d’autres “en file” ou elles terminent d’abord leur idée en cours avant d’entamer la suivante.
Je développe aussi "en file".
La pénurie de bois a eu un effet vertueux qui mériterait d’être chiffré : suite à cette crise, le marché des cercueils en carton, qui est plus écologique, moins cher, qui se consume plus vite dans la crémation et qui pollue moins, commence à percer en France.
mask can hide part of the element is applied to.
It is a shorthand for all mask properties. I didn't find real example yet.
Pourquoi le téléchargement illégal est en plein boom ?
Avec l’arrivée des plateformes de streaming en VOD, replay, l’offre et son contenu ont explosés en France. Netflix, Prime Video, Disney+. Les français peuvent profiter d’un catalogue de films et séries variés. Et ce, directement depuis leur ordinateur, TV, smartphone et tablette. Cependant, il faut souscrire à un abonnement qui a un coût mensuel. Le problème c’est que certains internautes ne peuvent pas (ou ne veulent pas) payer pour en profiter.
C'est surtout que pour avoir le catalogue complet., il faut s'abonner à plusieurs plateformes: Disney+, netflix, Prime Video, HBO, Salto, Crunchyroll, TV+ (Apple), OCS, Rakuten TV
Une initiative comme HDS (https://www.hds.li/) proposant de regrouper les films et séries semble intéressant.
Le propre des choix contraints est que la contrainte se fait oublier face à l’empressement du choix. Et comme c’est à nous qu’il revient au final de choisir, nous avons l’impression d’exercer notre libre arbitre. Mais parce que le choix contraint n’est pas l’expression d’un désir et qu’il nous invite à décider entre deux alternatives que nous ne voulons pas, nous devenons responsables d’un choix que nous avons certes fait, mais qui, pour autant, va à l’encontre de notre désir. C’est le moment où le désir cède sur la volonté.
Question pertinente: quelle est la légitimité d'un candidat élu par choix contraint ?
A service to link a mastodon account with a twitter one
const currentSection = ref()
onMounted(() => {
const observer = new IntersectionObserver((entries) => {
entries.forEach((entry) => {
if(entry.intersectionRatio > 0) {
currentSection.value = entry.target.getAttribute('id')
}
})
document.querySelectorAll('article h2').forEach((section) => {
observer.observe(section)
})
})
then add a class to the active currentSection.
The very act of recording your actions and impressions is itself powerfully mnemonic, fixing the moment more durably in your memory so that it’s easier to recall in future, even if you never consult your notes. ‒ Cory Doctorow