291 private links
WD-40 ist das Leben 🤣
- Switch the Grid Flow Axis :
grid-auto-flow: column; - XY Center Anything :
place-content: center;(on any child) - Intrinsically Responsive Grid Columns
:root {
--grid-col-breakpoint: 15rem;
}
.grid-columns {
grid-template-columns: repeat(auto-fit, minmax(var(--grid-col-breakpoint), 1fr));
}lyokolux.ynass.com : YES !
WTF and whatever as a service
Public password lists leaked over years
Using checkboxes everywhere for everything ! 😄
A great video on Vue 3; providing reflexions about web frameworks
OMG ! 😍
It looks legit to me. I have to give it a try.
Installez log2ram pour éviter que les logs soient écrit directement sur la carte SD
type Subset<Parent, Sub extends Parent> = Sub;
type IconName = 'cars' | 'mars' | 'truck' | 'warning'
type VehicleIconName = Subset<IconName, 'cars' | 'truck' | 'invalidName'>A cheatsheet with examples of usage.
I am using markdown since years; it seems that AsciiDoc is a better standardized test-formatting with more functionnalities 😍
It’s clear to me now that it's not about what I know, but rather how I think that's different on these days.
So the two questions for me are: (1) How can I have more good days than bad ones? And, (2) what exactly am I doing differently on my good days?
About relative deprivation
Top students convincing everyone else to stop trying. Or, great engineers convincing the rest to stop trying.
This is ego distraction in action. Self comparison determining effort. If we feel like we’re ahead we continue to put in the effort. If we feel like we’re not, we determine it’s not worth the effort.
About ego
The Ego's trick is always the same. Make it personal. Make it about me. Put me at the center. So when we sit down to solve a problem the trick is to only ask ourselves problem related questions. These are "the" or "what" type questions. We must avoid asking the personal "I" or "me" type questions. So instead of thinking "Did I cause the bug?", we instead ask "Where is the bug?".