MacBookPro.lan 2026-6-17:0:44:8
This commit is contained in:
Vendored
+1
-5
@@ -35,13 +35,9 @@
|
||||
"note-aliases",
|
||||
"share-note",
|
||||
"templater-obsidian",
|
||||
"link-tree",
|
||||
"obsidian-sequence-hotkeys",
|
||||
"notebook-navigator",
|
||||
"obsidian-pandoc",
|
||||
"break-page",
|
||||
"obsidian-list-callouts",
|
||||
"math-in-callout",
|
||||
"zotlit",
|
||||
"smart-connections"
|
||||
"zotlit"
|
||||
]
|
||||
+1
-1
@@ -286,7 +286,7 @@
|
||||
"prevs"
|
||||
],
|
||||
"lock_view": false,
|
||||
"lock_path": "filtre de fréchet.md",
|
||||
"lock_path": "firefox remove side bar.md",
|
||||
"custom_sort_fields": false,
|
||||
"custom_sort_field_labels": []
|
||||
},
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
{
|
||||
"id": 1,
|
||||
"name": "Ma bibliothèque",
|
||||
"lastUpdate": 1781461267457
|
||||
"lastUpdate": 1781645947705
|
||||
}
|
||||
],
|
||||
"renderCitations": true,
|
||||
|
||||
+2
-2
@@ -40,7 +40,7 @@
|
||||
"showFileMenuReviewOptions": true,
|
||||
"deleteTagsOnSchedulingDataDeletion": false,
|
||||
"maxNDaysNotesReviewQueue": 365,
|
||||
"showRibbonIcon": true,
|
||||
"showRibbonIcon": false,
|
||||
"showStatusBar": true,
|
||||
"showCardStatusBarItem": true,
|
||||
"showNoteStatusBarItem": true,
|
||||
@@ -84,7 +84,7 @@
|
||||
"singlelineCardSeparator": "::",
|
||||
"singlelineReversedCardSeparator": ":::"
|
||||
},
|
||||
"buryDate": "2026-06-14",
|
||||
"buryDate": "2026-06-16",
|
||||
"buryList": [],
|
||||
"historyDeck": "",
|
||||
"scheduleData": {
|
||||
|
||||
+5
-4
@@ -1,7 +1,7 @@
|
||||
up:: [[firefox]]
|
||||
title:: "custom themes for firefox itself (the ui, not the contents)"
|
||||
#s/informatique
|
||||
|
||||
---
|
||||
up: "[[firefox]]"
|
||||
tags:
|
||||
- "#s/informatique"
|
||||
---
|
||||
|
||||
to enable, follow : [[firefox enable userChrome (custom css)]]
|
||||
@@ -10,4 +10,5 @@ to enable, follow : [[firefox enable userChrome (custom css)]]
|
||||
|
||||
Custom stlesheet in `${PROFILE}/chrome/userChrome.css`
|
||||
- For macos : `~/Library/Application Support/Firefox/Profiles/XXXXXXXX.default-release-XXXXXXXXXXXXX/chrome/userChrome.css`
|
||||
- pour le trouver : aller dans `about:support` puis chercher le dossier de profils
|
||||
|
||||
|
||||
+13
-8
@@ -1,9 +1,14 @@
|
||||
up:: [[firefox]]
|
||||
#s/informatique
|
||||
---
|
||||
up: "[[firefox]]"
|
||||
tags:
|
||||
- "#s/informatique"
|
||||
---
|
||||
|
||||
> [!query]+ Sous-notes de `$= dv.el("span", "[[" + dv.current().file.name + "]]")`
|
||||
> ```breadcrumbs
|
||||
> title: false
|
||||
> type: tree
|
||||
> dir: down
|
||||
> ```
|
||||
```breadcrumbs
|
||||
title: "Sous-notes"
|
||||
type: tree
|
||||
collapse: true
|
||||
show-attributes: [field]
|
||||
field-groups: [downs]
|
||||
depth: [0, 0]
|
||||
```
|
||||
@@ -0,0 +1,12 @@
|
||||
---
|
||||
up:
|
||||
- "[[firefox]]"
|
||||
tags:
|
||||
- s/informatique
|
||||
aliases:
|
||||
- firefox hide side bar
|
||||
---
|
||||
|
||||
Using [[Firefox css]].
|
||||
|
||||
![[sources/clippings/github/A-Kees-H Firefox-Vertical-Tabs-Mod CSS code to hide Firefox's vertical tab bar and its control button|Firefox vertical tabs mod]]
|
||||
@@ -214,7 +214,7 @@ ensemble des valeurs propres d'un endomorphisme
|
||||
|
||||
|
||||
Matrice de rotation en 2D (angle $\theta$) ::: $\large\begin{pmatrix}\cos\theta & -\sin\theta \\ \sin\theta & \cos\theta\end{pmatrix}$
|
||||
<!--SR:!2023-11-05,6,130!2024-11-30,521,304-->
|
||||
<!--SR:!2026-06-19,3,130!2024-11-30,521,304-->
|
||||
|
||||
Matrice de symétrie en 2D (angle $\theta$) ::: $\large \begin{pmatrix}\cos \theta & \sin \theta \\ \sin \theta & -\cos \theta\end{pmatrix}$
|
||||
<!--SR:!2023-11-04,5,150!2023-12-21,230,270-->
|
||||
@@ -257,7 +257,7 @@ vecteur propre d'une matrice $M$
|
||||
Soit $M$ une matrice
|
||||
un **vecteur $u \neq \vec{0}$ tel que** :
|
||||
il existe un scalaire $\lambda$ tel que $Mu = \lambda u$
|
||||
<!--SR:!2024-07-27,449,290!2024-07-31,453,293-->
|
||||
<!--SR:!2030-01-08,1302,290!2024-07-31,453,293-->
|
||||
|
||||
comment diagonaliser une matrice
|
||||
?
|
||||
@@ -271,7 +271,7 @@ Soit $M$ une matrice
|
||||
- la concaténation des vecteurs des [[base d'un espace vectoriel|bases]] de tous les [[sous espace propre|sous espaces propres]] forme une matrice $P$
|
||||
- [!] il faut mettre ces vecteurs dans le même ordre que les valeurs propres dans $D$
|
||||
- cette matrice est la matrice de passage qui va de $M$ à $D$ : $A = PDP^{-1}$
|
||||
<!--SR:!2025-02-12,601,272-->
|
||||
<!--SR:!2027-04-12,300,252-->
|
||||
|
||||
trace d'une matrice $M$ ($\mathrm{Tr}(M)$)
|
||||
??
|
||||
|
||||
+26
-26
@@ -7,22 +7,22 @@ tags:
|
||||
# Vocabulary
|
||||
|
||||
*brisk walking* :: marche rapide, marche soutenue
|
||||
<!--SR:!2025-09-17,5,238-->
|
||||
<!--SR:!2026-06-28,12,238-->
|
||||
|
||||
_praise_ :: éloges, admiration
|
||||
<!--SR:!2025-11-08,72,170-->
|
||||
<!--SR:!2026-10-16,122,170-->
|
||||
|
||||
_overcrowded_ ::: surpeuplé, encombré
|
||||
<!--SR:!2026-04-16,991,330!2034-09-06,3296,328-->
|
||||
<!--SR:!2035-05-30,3270,330!2034-09-06,3296,328-->
|
||||
|
||||
_bespoke_ :: _customize according to your preferences_ ("a bespoke suit by a good tailor")
|
||||
<!--SR:!2025-11-18,82,230-->
|
||||
<!--SR:!2026-07-27,41,210-->
|
||||
|
||||
_hurdle_ :: obstacle, difficulté, barrière
|
||||
<!--SR:!2025-11-27,91,230-->
|
||||
<!--SR:!2026-08-02,47,210-->
|
||||
|
||||
*culprit* :: *criminal*
|
||||
<!--SR:!2025-09-19,22,130-->
|
||||
<!--SR:!2026-07-15,29,130-->
|
||||
|
||||
rehearsal ::: répétition (d'un spectacle).
|
||||
<!--SR:!2026-09-12,894,268!2028-02-08,1366,288-->
|
||||
@@ -37,7 +37,7 @@ worsen ::: aggravé
|
||||
<!--SR:!2026-10-10,927,289!2027-11-07,1273,269-->
|
||||
|
||||
to swindle ::: escroquer
|
||||
<!--SR:!2026-03-05,661,229!2026-09-18,760,209-->
|
||||
<!--SR:!2032-04-25,2140,249!2026-09-18,760,209-->
|
||||
|
||||
a swindle ::: une arnaque, une escroquerie
|
||||
<!--SR:!2029-10-02,1496,249!2027-11-09,1275,269-->
|
||||
@@ -46,7 +46,7 @@ a swidler ::: un escroc
|
||||
<!--SR:!2028-04-18,964,229!2027-11-08,1274,269-->
|
||||
|
||||
the motive ::: le motif
|
||||
<!--SR:!2025-12-31,723,269!2027-03-22,1085,289-->
|
||||
<!--SR:!2031-10-13,1945,269!2027-03-22,1085,289-->
|
||||
|
||||
shortage :: pénurie, manque
|
||||
<!--SR:!2028-05-17,1465,309-->
|
||||
@@ -58,25 +58,25 @@ scarcity :: rareté
|
||||
<!--SR:!2028-04-02,948,229-->
|
||||
|
||||
to streamline :: simplifier (rendre accessible), uniformiser
|
||||
<!--SR:!2025-09-19,7,130-->
|
||||
<!--SR:!2026-06-20,4,130-->
|
||||
|
||||
to impersonate ::: imiter
|
||||
<!--SR:!2025-10-20,12,150!2027-06-30,671,204-->
|
||||
<!--SR:!2026-07-13,27,170!2027-06-30,671,204-->
|
||||
|
||||
whereabouts ::: localisation, endroit
|
||||
<!--SR:!2028-09-28,1501,304!2026-09-09,891,284-->
|
||||
|
||||
to be fined :: recevoir une amende
|
||||
<!--SR:!2026-04-21,236,224-->
|
||||
<!--SR:!2028-07-04,749,244-->
|
||||
|
||||
to part with :: se séparer de
|
||||
<!--SR:!2025-11-09,73,184-->
|
||||
<!--SR:!2026-10-28,134,184-->
|
||||
|
||||
|
||||
## Work, enterprise
|
||||
|
||||
to work in shifts (to do the night shifts) ::: Faire les $3\times 8$
|
||||
<!--SR:!2028-04-13,959,306!2026-01-14,139,266-->
|
||||
<!--SR:!2028-04-13,959,306!2027-06-21,370,266-->
|
||||
|
||||
to clock in (at work) ::: pointer (au travail)
|
||||
<!--SR:!2027-02-27,548,266!2027-05-12,622,266-->
|
||||
@@ -88,7 +88,7 @@ the paperwork ::: la paperasse
|
||||
<!--SR:!2029-02-07,1259,326!2028-04-25,971,306-->
|
||||
|
||||
a payrise ::: une augmentation de salaire
|
||||
<!--SR:!2028-10-15,1144,326!2025-11-14,452,306-->
|
||||
<!--SR:!2028-10-15,1144,326!2030-03-30,1383,306-->
|
||||
|
||||
When a company buys another one, the **bought one** is a ==subsidiary==
|
||||
<!--SR:!2027-03-08,557,266-->
|
||||
@@ -97,13 +97,13 @@ When a company buys another one, the one **buying** is the ==parent company==
|
||||
<!--SR:!2027-02-01,522,246-->
|
||||
|
||||
the gross wages ::: le salaire brut
|
||||
<!--SR:!2025-12-14,108,246!2025-12-07,101,186-->
|
||||
<!--SR:!2026-08-09,54,226!2026-06-17,1,146-->
|
||||
|
||||
the net wages ::: le salaire net
|
||||
<!--SR:!2028-02-11,897,306!2027-06-17,658,286-->
|
||||
|
||||
to be workshy ::: être fainéant
|
||||
<!--SR:!2025-11-13,77,226!2025-11-14,78,246-->
|
||||
<!--SR:!2026-07-25,39,206!2026-07-24,38,226-->
|
||||
|
||||
a workaholic ::: un bourreau de travail
|
||||
<!--SR:!2028-11-14,1174,326!2027-06-08,649,266-->
|
||||
@@ -112,34 +112,34 @@ to resign ::: démissionner
|
||||
<!--SR:!2029-01-04,1225,326!2027-05-10,620,246-->
|
||||
|
||||
jobless ::: au chômage
|
||||
<!--SR:!2029-02-05,1257,306!2025-09-24,483,266-->
|
||||
<!--SR:!2029-02-05,1257,306!2027-02-13,242,246-->
|
||||
|
||||
standard of living ::: niveau de vie
|
||||
<!--SR:!2027-07-07,678,286!2025-12-05,99,226-->
|
||||
<!--SR:!2027-07-07,678,286!2026-08-05,50,206-->
|
||||
|
||||
on strike ::: en grève
|
||||
<!--SR:!2027-12-11,835,306!2027-06-05,646,286-->
|
||||
|
||||
cover letter ::: lettre de motivation
|
||||
<!--SR:!2028-03-11,926,266!2025-09-16,19,166-->
|
||||
<!--SR:!2028-03-11,926,266!2026-08-01,46,186-->
|
||||
|
||||
fixed-term ::: à durée déterminée
|
||||
<!--SR:!2025-11-26,90,246!2025-09-25,13,146-->
|
||||
<!--SR:!2026-07-30,44,226!2026-06-23,7,130-->
|
||||
|
||||
gig economy ::: le freelance
|
||||
<!--SR:!2026-06-14,290,290!2025-09-30,33,250-->
|
||||
<!--SR:!2029-08-28,1169,310!2026-10-09,115,270-->
|
||||
|
||||
gig worker ::: un freelanceur, un travailleur en freelance
|
||||
<!--SR:!2026-12-08,467,310!2025-11-06,70,270-->
|
||||
<!--SR:!2026-12-08,467,310!2026-12-22,189,270-->
|
||||
|
||||
regulatory bodies ::: organismes de réglementation
|
||||
<!--SR:!2025-10-14,47,250!2026-06-16,292,290-->
|
||||
<!--SR:!2026-11-28,165,270!2026-11-09,146,270-->
|
||||
|
||||
enforcing regulations :: appliquer les règlements, les régulations
|
||||
<!--SR:!2026-10-29,427,310-->
|
||||
|
||||
livelihood :: (moyens de) subsistance, gagne-pain, (moyens d')existence
|
||||
<!--SR:!2025-12-07,60,278-->
|
||||
<!--SR:!2026-07-16,30,258-->
|
||||
|
||||
# Idioms and expressions
|
||||
|
||||
@@ -150,8 +150,8 @@ _to roll out_ :: déployer, implémenter, généraliser
|
||||
<!--SR:!2026-11-18,447,150-->
|
||||
|
||||
To climb up the ladder ::: gravir les échelons
|
||||
<!--SR:!2026-06-07,657,286!2026-01-29,154,246-->
|
||||
<!--SR:!2033-08-12,2614,306!2027-12-01,533,266-->
|
||||
|
||||
to exercise reasonable care :: faire preuve d'une (dilligence|prudence) raisonnable.
|
||||
<!--SR:!2026-01-13,138,290-->
|
||||
<!--SR:!2027-07-21,400,290-->
|
||||
|
||||
|
||||
@@ -3,10 +3,10 @@
|
||||
---
|
||||
|
||||
salaire (net mensuel) **médian** en france :: 1 850€/mois
|
||||
<!--SR:!2024-10-18,284,250-->
|
||||
<!--SR:!2026-06-17,1,210-->
|
||||
|
||||
salaire (net mensuel) **médian** en france **pour un couple** :: 3 857€/mois
|
||||
<!--SR:!2026-03-21,1,130-->
|
||||
<!--SR:!2026-06-17,1,130-->
|
||||
|
||||
pourcentage de fils/filles d'ouvriers qui **sortent** de l'université dans des filières d'excellence :: 3%
|
||||
<!--SR:!2027-08-31,1107,310-->
|
||||
|
||||
+31
@@ -0,0 +1,31 @@
|
||||
---
|
||||
link: https://github.com/A-Kees-H/Firefox-Vertical-Tabs-Mod/blob/main/copy_the_code_in_this_file.css
|
||||
created: 2026-06-17
|
||||
tags:
|
||||
- "#t/clippings/github"
|
||||
author:
|
||||
- https://github.com/A-Kees-H
|
||||
---
|
||||
|
||||
```css
|
||||
/* Remove sidebar tools + extensions column */
|
||||
#sidebar-tools-and-extensions-splitter,
|
||||
.sidebar-panel #sidebar-tools-and-extensions-splitter {
|
||||
display: none!important;
|
||||
}
|
||||
|
||||
.wrapper >.buttons-wrapper {
|
||||
display: none!important;
|
||||
}
|
||||
|
||||
/* Prevent leftover spacing */
|
||||
.sidebar-panel.wrapper {
|
||||
padding-right: 0!important;
|
||||
margin-right: 0!important;
|
||||
}
|
||||
|
||||
/* Hide Sidebar toggle button */
|
||||
#sidebar-button {
|
||||
display: none!important;
|
||||
}
|
||||
```
|
||||
@@ -1,13 +0,0 @@
|
||||
---
|
||||
URL: https://github.com/FirefoxCSS-Store/FirefoxCSS-Store.github.io
|
||||
Pocket URL: https://getpocket.com/read/3259216786
|
||||
tags:
|
||||
- pocket
|
||||
Excerpt: |
|
||||
FirefoxCSS-Store A collection site of Firefox userchrome themes, mostly from FirefoxCSS Reddit.Preview here. Generic Installation Go to the wanted theme and click the download button. You should now be on the github page for that topic.
|
||||
aliases:
|
||||
- firefox user css
|
||||
- user CSS (chrome css)
|
||||
---
|
||||
|
||||

|
||||
Reference in New Issue
Block a user