228 private links
A markdown file that I sync between phone and PC and view in the android app “Markor”, with the following format:
2021 January
- [ ] Start an exercise habit
- [ ] Meditate 30min 6 times
- [ ] Figure out python asyncio
- [ ] Buy new table
2020 December
- [X] Just survive 2020
- [ ] Start an exercise habit
Key points:
- I add as many months as I care to plan ahead for
- Of course a headers like “2021” or “2021 January-March” are possible as well
- The lists contain (optional) checkboxes, so I can see what worked and what didn’t
- If I care enough, I carry over failed items into the next month
- Sometimes I write additional paragraphs to detail my plans or break down why a plan failed
- I add memorable photos to get a sense of progress, continuity and gratitude when I scroll through the file
La ligne FROM scratch
dans un dockerfile indique que l'image est construite à partir d'aucune dépendance. Elle nous permet de construire des images de base.
Pour se faire une liste des mots pour des attaques de mots de passes par dictionnaires : récupérer les mots de Wikipedia
Avoir les dernières versions des iconfonts via le CDN de Google. Le lien pointe ici vers Material Icons Round.
C'est hacky, mais cela fonctionne 👍
Sur l'utilisation de functools.partial
Combiner flexbox, min-width
ou flex-basis
et overflow: hidden
.
Attention, un prochain outil va apparaître rien que pour cela dans 3, 2, 1
clip-path
seems very powerful ! borders
and linear-gradient
can be used to create triangle though
Effectivement, une superbe mine d'or sous forme de wiki
Ctrl + S
with an uppercase on Firefox brings a nice feature : screenshots
It is possible to save or download them.
The interface is so simple and easy to use 👤❤️
Now it gets nice and clean ❤️
- Use a outline to think clearly
- Write in a conversational tone
- Avoid to embellish, write natural
- Be direct and concise
- Eliminate unnecessary words, especially adjectives
- Flow creates impact, so alternate between short and long sentences.
- Write and write
git fetch --all --prune
: drop all removed upstream branchesgit gc --aggressive
: compress the .git repo
😍
A layout shift is what happens when an update in a web page causes something to move significantly.
- Using absolute/relative position but is is tricky.
- grid solution: placing the content in a cell of a grid, and use a visibility: hidden for every view. The biggest one will be wrapped or calculated, which prevent the layout shift !
TL;DR: only fetch the branch master on large repository 👍