Send UDP messages with /dev/udp

Dev Tip 6/99

This post is copied here for reference, but now lives at tightlycoupled.io.

The bash shell comes with two pseudo-devices for TCP and UDP network communication and/dev/tcp and /dev/udp. To use either in…


Jump to File

Dev tip 1/99

When I learned Ruby on Rails back in the 1.0 days, I was enamored by the editor TextMate. One of the great features of TextMate is Go to File. Hitting the command+t keyboard shortcut displays a dialog box where you can type a fuzzy search of the file you want…


Vim’s relativenumber

Dev tip 0/99

My editor of choice is vim — specifically MacVim. One of my favorite settings that enables faster movement in files is the relativenumber setting:

...
'relativenumber' 'rnu' boolean (default off)
100 Days Of Development Tips
100 Days Of Development Tips
I take the 100 Day challenge and write down the developments tips I’ve accumulated over the years as a professional software developer.
More information
Followers
12
Elsewhere