New article: What Do I Use Revisited

This commit is contained in:
Don Harper 2019-07-26 06:33:18 -05:00
parent 2cb3d8b421
commit e9446563f6

View file

@ -0,0 +1,35 @@
+++
title = "What Do I Use Revisited"
subtitle = "A look back"
# Add a summary to display on homepage (optional).
summary = "Revisiting an old article"
date = 2019-07-29T11:00:00
draft = false
# Tags and categories
# For example, use `tags = []` for no tags, or the form `tags = ["A Tag", "Another Tag"]` for one or more tags.
tags = ["cli"]
categories = ["software"]
# Series (optional).
# Otherwise, set `series = []`.
# series = ["series1"]
+++
A long time ago, I have a blog called something living at http://cli.duckland.org. The first article on it was called [What Do I Use?]({{<ref "what-do-i-use?">}}) which listed some of the software I used on a daily basis. I thought it would be worth revisiting.
Oddly enough, I am still using a lot of the same or very similar stuff:
|Past|Preset|Comments|
|:---|:-----|:-------|
|[bash](http://cnswww.cns.cwru.edu/%7Echet/bash/bashtop.html) - my shell of choice|Still Bash|Why change something that works|
|[screen](http://www.gnu.org/software/screen) - a shell multiplexer and more|tmux|So much better|
|mutt-ng - a mua on steroids|[mutt](https://mutt.org)|Mainstream finally caught up|
|centericq - IM. How do you stay in touch?|nothing|CLI chat is mainly dead, sadly|
|snownews - an RSS feed reader|[newsboat](https://www.newsboat.org)|Feed readers are still a thing|
|calcurse - a calendar/todo manger|Sadly, Google Calendar|I know|
|bashblogger - the CMS for this site|[Hugo](https://gohugo.com)|Much better solution, and maintained|
Now, I know my computing needs are different from many, and my tool set reflect the facts that I have been in system administration or systems engineering for 30+ years (dang, I am getting old), but I find it interesting that I am still using the basically the same tools 13+ years later.