Amiga Files on macOS
Just like the C=64, the Amiga has its own unique files and dealing with them in macOS is fairly easy if you have the correct tools. You can even write C and Assembly programs on the Mac for the Amiga.
Read more...Just like the C=64, the Amiga has its own unique files and dealing with them in macOS is fairly easy if you have the correct tools. You can even write C and Assembly programs on the Mac for the Amiga.
Read more...Upgrading Red Hat Enterprise Linux has gotten a lot easier in recent years. While Fedora has been able to do in-place upgrades for decades, for unknown reasons, RHEL only recently gotten a supported way to do in-place upgrades. Before RHEL 8, it was rebuild and switch over.
Well, now, thanks to Leapp, you can upgrade RHEL in place. And while it’s not a simple or clean as using DNF in Fedora, it does work and pretty well too.
Read more...So it’s April Fools 2000. I’m working at the bank on a nice sunny Saturday afternoon and we are taking delivery of a new IBM S80 Computer. This thing was expensive clocking at nearly 1/2 a million dollars.
Read more...The modern Mac platform makes a great development environment for embedded programming. The Raspberry Pi is a very inexpensive, and even in 2023, relatively available embedded board. It’s very easy to interface it with other devices. And there are many language options. The Arduino, µPython, or the native C development tools all great options that work well on macOS.
The Arduino and µPython environment are simple and straight forward to get working.
The C development tools for the Raspberry Pi Pico work fairly well on macOS. However, it does take a bit to everything set up. It seems there are different sets of instructions, some work, some don’t works so well. I used a mixture of things and figured some stuff out myself So I provide what I did to get everything to work under macOS 13 on a Mac Studio with an M1 Max processor.
All 3 provide powerful tools to develop software for the Raspberry Pi Pico SBC.
Read more...Last year, I managed to acquire a C=64 Maxi. It’s a faithful replication of the original Commodore 64 based on an ARM SBC, similar to a Raspberry Pi, running a minimal Linux kernel and VICE. As I’m also a Mac user, I had to figure out how to access and transfer files, and develop software for the C=64 on the Mac. This should be mostly the same if using The C=64, or emulation of the C=64 on the Mac itself.
Read more...Hugo is a pretty powerful Web development tool. But everything isn’t always obvious. I’ve had to figure a few things out that could probably be documented a little better. So here are my notes on a few random things.
Read more...After several years and trips to my parent’s house searching, I finally found my mother’s UFO books. She gave them to me upon her death. In with them, I found Night Siege: The Northern Ohio UFO-Creature Invasion by Dennis Pilichis.
It chronicles the strange events in the summer of ‘81 in rural Ohio. Reading it after all these years, brought back a lot of memories. It was a crazy time.
Read more...Using AWS s3 to host a web site is easy, and rather inexpensive. Also using S3, there is no code or database required, so not only is security better, but there is a lot less complexity than using Wordpress. If you have your own domain name, you can either use Nginx or Cloud Front with Route 53 to front end it. I chose the former as I didn’t want to give up control of my domain to AWS.
You’ll also need a static site generator, unless you want to write the HTML yourself. I started with Pelican, but switched to Hugo. Pelican just didn’t work the way I wanted it to. So far, except for a few minor issues, Hugo is working just fine.
Read more...Here we have a collection of Goblin’s Horror soundtracks on vinyl LPs. This is the first Goblin boxset on vinyl and has many titles that haven’t been available in a long time. The is for LITA 20th Anniversary and is limited to 1000 copies. The albums are on a blood red transparent colored vinyl that look particularly cool. It comes in a nice box and has an 8 page book featuring liner notes on each soundtrack by Fabio Capuzzo.
Read more...It would seem that installing Marlin 2.0 on an Ender 3 3D printer is suppose to be done using PlatformIO within Microsoft VS Code. Even though not recommended, it can be done using the Arduino IDE. It does require a little Set up and preparation first.
Read more...