Stop Vim From Crapping In My Directories!

Monday, 03 March 2014
  • By
  • Jeff Ammons

Vim poo on carpet
Vim poo on carpet

Not on the carpet, Vim!

If you use Vim you've no doubt seen the steaming piles of poo it leaves in your working directories.

For example if you open foo.txt in Vim, it creates foo.txt~ in the same directory. I probably see the tilde as a pile of poo because I own a dog. Now that I've said it, you will see it as poo too. You're welcome.

In addition to the ~ file, it will also create a .foo.txt.swp file.

In some cases this is no problem. If you are working on code it may or may not be a problem.

...

Review: Douglas Crockford JavaScript Master Class

Saturday, 01 March 2014
  • By
  • Jeff Ammons

Douglas Crockford JavaScript Master Class
Douglas Crockford JavaScript Master Class

Douglas Crockford, Guru Of The Good Parts Of JavaScript

If you are a programmer odds are you spend at least some of your time working with JavaScript whether you want to or not.

For many years JavaScript has been the language we all love to hate, but within the past five years or so there has been quite a resurgence of interest thanks to AJAX, JSON, Node.js, and Douglas Crockford.

...