You know how when you do...
``` sh
my_cmd file_to_read > file_to_read
```
...then the redirect to write to the file truncates the file you're reading before you read from it?
Yeah, so do I. I learned that years ago.
I also refamiliarised myself with it today... 🤦
"Why is the file I'm reading from empty??" :t_blink:
When I write fragments of shell scripts in a Dockerfile or a GitHub Action my brain stops working :blobcatgoogly:
#ShellScripts #truncation #TIL
When we say "truncation is not a content strategy", it's true also for design tokens names!
I saw this is Shopify's Polaris Design System… 🤷♂️
#truncation #Shopify #designtokens #DesignSystem
Multi-Line Truncation with Pure CSS - Truncating a single line of text if is fairly straightforward. Truncating multiple lines is a bit harder. Using just CSS (no JavaScript or... https://css-tricks.com/multi-line-truncation-with-pure-css/ #Front #CSS #Truncation by @css@twitter.com