serhii.net

In the middle of the desert you can say anything you want

09 Oct 2020

Day 648

scp can do autocompletion!

Nothing to add, but I think it works if you have access via public key instead of passwords. scp what-ever:/home/whatever/..<TAB> works nicely with zsh even visualizing it like usual.

Also TODO rsync apparently can do the same things as scp, but better, I should give it a chance.

Pandas / matplotlib

It’s possible use panda’s graphs as an ax and do all other modifications to it!

ax = data.plot(y=['tp','fn'], kind='bar',stacked='true')

jupyter / mpl / google docs

You can drag and drop graphs directly from jupyter into a google docs presentation

Nel mezzo del deserto posso dire tutto quello che voglio.