I'm Chris. I blog here. I do it for me but if you enjoy it too then that makes me happy!

Using AI to Enhance the Retro Computing Experience

Published on: by Chris Jones

Updated on: • 1 min read

The Problem

Accessing ChatGPT from the command line on various flavors of Unix like operating systems is nothing new. I found an interesting use for it today that I had not previously considered. That is to make researching from a retro computer possible where it would normally be not be so.

For example, as previously discussed in my post NetBSD & iBooks & Python, oh my!, I like to use old hardware for useful things like, in this case, a Pygame development machine. That works great but the problem is that I'm not very good at Python and have to look up lots of stuff. Since I don't have access to a modern browser available on this machine, this is my usual experience especially when Stack Overflow comes into the picture.

No Stack Overflow without cookies or JavaScript

The AI Workaround

Thankfully, chatGPT-shell-cli exists in NetBSD's package repos and works great on my PowerPC iBook. Its dependencies are very light requiring only Bash, jq (a command line JSON parser), and curl. If you wanted to, you could even do this on old OS X with Macports!

Here are a couple screenshots of it in action!

ChatGPT on NetBSD Screenshot 1 ChatGPT on NetBSD Screenshot 2

Summary

While I've been very "old man yells at cloud" about anything AI related and slow to adopt it, I feel that it holds a lot of potential to keep old machines useful. That's always a win in my book!

Want to discuss? Email me at blog@pipetogrep.org.