@OCamlAndrea @JLarky I've been using Alacritty for the past few years and I won't look back... it's incredibly fast
A major caveat is that it doesn't support tabs, but I use tmux, so that doesn't bother me
And then you have to get tmux to play nicely with vim... it's turtles all the way down :D
The new vertical tabs feature on @brave is great, and paired with Vimium-C for navigation is next-level good O.o
- https://t.co/BNF9S4adT8
- https://t.co/yVfiXKv4bg
*ring ring, ring ring*
A: "oh hi, who's this?"
B: "hi there, my name is 2019; I'm calling you to let you know that React is bloated and unnecessarily complex"
A: "oh, right. What would you recommend?"
B: "well, Vue is pretty rad, but Svelte will blow your socks off"
@sulamitaivanov - build utility mixins (Sass, PostCSS, etc.)
- create utility classes from the mixins
- 3 or more utilities => a new CSS class, composed of the mixins
The utilities then serve 2 purposes:
- utilities in HTML
- building blocks for complex components
Descriptive, and flexible!
@sulamitaivanov Some of Tailwind's approach is good, but it's a repackaging of the same approach SUIT, Tachyons, Atomic CSS, etc. have suggested years before.
It's only a matter of time before someone creates a new tool that offers a similar approach.
The underlying concept, however...
1/2
@Odiidanny @rauchg I'd highly recommend going through https://t.co/f0f7Dvuu7J - it'll change how you think about transforming data in any language, and will give you JS superpowers
I learnt JS before Python - this style of programming is not elegant in Python, but it fits JS like a glove
@rikuthinks @GuiBibeau@rauchg damn... and it's got a nice GoodReads rating O.o
https://t.co/xUAJwmCasT
It even covers integration testing and CI/CD - this looks great!
@danielwithmusic thanks for your article on Packer, Ansible, and SSH: https://t.co/EppazBZLGu
It looks like the 127.0.0.1 comes from the ansible provisioner configs - use_proxy is the culprit: https://t.co/nG12xsuSYm
and the source of my SSH frustrations