Posts tagged with 'shell'

Posts tagged with 'shell'

Returning to Emacs

by ian

JetBrains woes I have been a fan of JetBrains products for over a decade by now, and an unapologetic lover of IDEs generally. I've used PyCharm since shortly after it launched, and over the years I've...

Delightfully Simple Pipelines with Nushell

by ian

I've been using nushell as my daily driver for about six months now, and wanted to show a few simple examples of why I'm enjoying it so much. I think it's a breath of fresh air compared to most shells...

Faster SSH File Transfers with rsync

by ian

If you're a developer or sysadmin, there's a pretty good chance you've had to transfer files back and forth. Back in the old days, you may have used the ftp utility or something similar (I think my fi...

Searching for TIGER Features

by ian

Today I had a rather peculiar need to search through features from TIGER matching specific attributes. These files are not CSV or JSON, but rather ESRI Shapefiles. Shapefiles are a binary format which...