202 private links
Press CTRL or CMD + click or press the link. You then have the choice: open it in the same tab or in a new tab.
- Just sit in silence
- Apply constraints. Shorten the goals if it is hard to write.
- What did I learned today?
- Find a previous post you disagree or want to enrich. Write about why. Use an old post and update wit h your current experience
- Take a quote you love, or hate, and write about the why's. Backup the reasoning with evidence.
- You probably answer questions from email, IMs, DMs, work, etc... Post the most common answers.
- Write about your mistake
- Make a link post, and explain why
- Help others
Email has superpowers, one of which is unique subject lines. What I should have done is broken up the email into three separate ones, with different subject lines, each tailored to my desired outcomes.
- Subject: Come visit my new place. Why I moved.
- Subject: My availability reduced until February 10
- Subject: New Address – Keep for reference and update your Contact for me.
This allows each recipient to ignore or archive each topic if not relevant or interesting to them, or to keep the actionable ones. It also not-so-subtly puts my desired outcome into their subconscious. It requires almost no additional work on my part to send three emails versus sending only one.
It is better to have small emails than bigger, so one email for each topic.
La démarche recommandée par Free est compliqué. Freebox-news montre l'alternative (obligatoire légalement).
system-ui
is a good typography because it falls back on the system font (that is readable). It means 0 bandwidth cost.
The matching expression ([^\\])"(.*)([^\\])":
should use: $1$2$3:
:root {
overscroll-behavior: none;
}
A codepen demo https://codepen.io/michellebarker/pen/vYbrpbX
This is a list of things you’re allowed to do that you thought you couldn’t, or didn’t even know you could. I haven’t tried everything on this list, mainly due to cost. But you’d be surprised how cheap most of the things on this list are (especially the free ones).
Split into categories:
- Learning & Decision making
- Interpersonal
- Support and accountability
- Making the most of your resources
- Professional
Write on a post-it note affixed to a greeting card rather than on the greeting card itself, so the recipient can throw away the post-it and reuse your card.
The author shares many other lists.
It is possible to display the temperature and the CPU frequency with htop. Simply press F2 and enable both in the display options.
Notes stow metadata about anything tracked by git—any object: commits, blobs, and trees.
The git project itself offers an example of git notes in the wild. They link each commit to its discussion on their mailing list.
Other folks are using notes for things like:
- Tracking time spent per commit or branch
- Adding review and testing information to git log
- And even fully distributed code review
Review notes are used by Gerrit (Wikimedia) and many google projects. For example:
commit d1d17908d2a97f057887a4afbd99f6c40be56849
Author: User <user@example.com>
Date: Sun Mar 27 18:10:51 2022 +0200
Change the thing
Notes (review):
Verified+1: SonarQube Bot
Verified+2: jenkins-bot
Code-Review+2: Reviewer Human <reviewerhuman@wikimedia.org>
Submitted-by: jenkins-bot
Submitted-at: Tue, 14 Jun 2022 21:59:58 +0000
Reviewed-on: https://gerrit.wikimedia.org/r/c/mediawiki/core/+/774005
Project: mediawiki/core
Branch: refs/heads/master
There is also an extension from Google to git notes dedicated to code review: https://github.com/google/git-appraise. Request review, comment and review and merge are included.
Its authors have declared it a “fully distributed code review”—independent of GitHub, GitLab, or any other code forge.
Git notes are however a pain to use. Mhmhmhm #idea #project on top of the git note commands?
For commits, you can make viewing and adding notes easier using fancy options in your gitconfig3. But for storing notes about blobs or trees? Forget it. You’d need to be comfortable rooting around in git’s plumbing first.
Much of the value of git repos ends up locked into forges, like GitHub. Git notes are a path toward an alternative and it could make it possible to distribute the history of an entire project.
with the UX tips https://www.uidesign.tips/ux-tips
En résumé: 7-zip avec le format d'archive 7z :)
Dernière modif à la lecture de la page: mars 2023.
How to launch a program without network access?
firejail --noprofile --net=none <program-name>
We can use css (attributes) selectors to style external links, and I think it is a great idea.
If spam is detected, then make his life harder :p
Add snippets to get statistics from Core Web Vitals
The "About config" is not available in the menu anymore since the last version.
The recommanded way to get the Firefox version is from "Open Application Menu" > Help > More troubleshooting information