RSSAmplifier

Blog

Delon R. Newman - People, data, code.

A seasoned software developer & product designer who loves to help people and organizations leverage the power of data and software.

delonnewman.nameRSS feed ↗5 posts

Latest posts

ruby -run, again

Previously we learned about a tool in Ruby’s standard library called un. After some consideration it occurred to me some might wonder, “How does this work?”

ruby -run

Ruby is well known as a language that is easy to use from the surface but is deep and complex underneath. That’s what we know and love about it. Its standard library has a similar design and contains hidden gems. One of the gems I’ve learned about recently is un. It’s designed to be a command line utility executed directly from ruby. This is its usage description:

Emacs is More Like a Terminal Than an Editor

I’ve long been a command-line nerd. It was, after all, my first computer interface starting with Apple II’s in school and DOS at home when my mother bought our first computer when I was 10. While I was fascinated by graphical interfaces when I first encountered them, text-based interfaces continued to hold a certain mystique especially as I became familiar with the UNIX shell through my early…

How to Generate Unique Names With a Plain Old Ruby Object

I recently came accross something approximating the following in a client’s code base.

On Venerable Technology—Perl, Part 1

It seems these days that I often find myself in the position of one of the elder programmers in team settings. This is unsettling for various reasons, one more obvious being that I’m just over 40, and one of the most troubling being that there’s still so much to learn. However, I do find that there’s some perspective that comes from being involved in the same industry for a while (27 years or so…