I saw someone say that this doesn't help with posture at all, so this reminded me of the time I had to pull this move during my internship since I was only animating and didn't need many commands. I remember the people around me were confused, thinking I was drawing with my mind.
There's a lack of understanding of what makes vertical tabs good or bad
This is the most dogshit implementation of vertical tabs
Only Arc and Edge have done vertical tabs well
This is so ugly:
fetch(url).then((r) => {
return r.json()
}).catch(console.log)
It needs to be:
fetch(url)
.then((r) => {
return r.json()
})
.catch(console.log)
I don't like WYSIWYG editing. Reading and writing are different processes. I want to write in Markdown or some other formal language with monospace fonts, diffs, commits, etc. I want to read with proportional fonts and LaTeX and formatting.