Here’s your periodic reminder that
`usr` in /usr/bin stands for “universal system resources” not “user”, and
`/dev` in `/dev/vdisk0` stands for “device” not “development”
🙌
🔥 MAJOR CAREER ANNOUNCEMENT!
I wanted to:
- solve problems at massive scale,
- do open source full time,
- have it be related to a hobby,
- work with people I enjoy and admire.
Excited to start my new job at...
REMOTE WORKERS!
👂🏻 I’ve been hearing y’all speak about struggles with routine working remotely.
Here’s what helps me:
🔋 Start on a fully charged laptop
🔌 Work unplugged
🏋🏾♂️ When the battery is very low, that’s my cue for self-care or to go for a walk
⚡️ Charge it
♻️ Repeat
🔥 HTML has native support for autocomplete-style dropdowns attached to inputs via the <datalist> element.
This input behaves like a <select> but you can type text in it and choose a specific value.
Incredible. 😍
🎨 Play on @CodePen: codepen.io/tejask/pen/OJJ…