https://imgur.com/nRxwxCy
Totoro Rain #3
https://imgur.com/Sck0sZ3
Totoro Rain #2
https://imgur.com/uESrtyF
Totoro Rain #1
https://imgur.com/a/S8BF9
Viber keyboard [grrr]
ಠ_ಠ why doesn’t Viber on macOS follow the OS rules on keyboard navigation? If you do an Alt-Right jump, it goes to the start of the following word, not the end of the current. It’s a small thing, but don’t mess with my muscle memory, dudes!
node / npm version mismatch
I recently kept running into issues with Node.js > 9 (Node.js 9.3.0 to be precise) and it not liking the latest version of npm (5.4, 5.5)
It turns out the simplest approach isn’t to downgrade Node.js or any of that stuff. With Node.js 9 there’s a patched version of npm. All I had to do was move the symlink npm that’s in /usr/local/bin
and relink to /usr/bin/npm
.
This is Debian Jessie; ymmv.