One thing I hadn’t done before on the ZX81 was hires graphics. There are numerous reasons, but in general it was because I hadn’t tried. That changed after being encouraged in my ZX81 group to use with with Mandelbrot Set program. So I did.
Sometimes, you do things out of necessity. I spent an inordinate amount of time working on adding automatic scrolling to a PRINT command. In fact, I haver another version of my print scroll routine I’ll talk about later. But this is about a utility program. A way to print out BASIC code in hex. And this article is about what I did and why.
Finding inspiration again from my programming groups, the idea of an infinitely scrolling screen of text came up. There were a couple of different solutions posted, some quite ingenious. I had done something similar in the past, but this time I used a bit of machine code magic to create a more flexible solution. The result is Print Scroll.
We took a road trip early in the spring to Twin Falls to see Shoshone Falls. Known as the Niagara of the West, Shoshone Falls is quite a show and definitely worth the trip. We picked a time of year when we knew the falls would be at their fullest. We were drenched with mist getting out of our cars. Although not the best photo I took of the waterfalls, it captures the power of the water rushing over the ledge. A spectacular sight that I felt made a great top image for my blog.
Something I’d been itching to do is write a maze generator. Even though they seem simple enough, for some reason, I struggled to code one. With so many different algorithms out there, the sheer number of choices can be overwhelming. It wasn't until I took a vacation that my mind settled down enough for me to finally tackle the task.
I had forgotten about this Black Hole program until I ran across it while cleaning up some directories. It is a conversion, not an original, program that was shared on one of my BASIC forums. It doesn’t look quite as good as the original, but it was interesting to see what the ZX81 could do with its simplistic graphics.
While on vacation, I spent some relaxing time converting my Kimmie Fish BASIC program into something a bit more interesting. In addition to the normal speed improvements, I wanted to give it an aquarium like feeling with bubbles and depth. No color here, this is all stock ZX81 graphics. Only thing needed is the requisite 16K memory pack.
Funny enough, I'm still having a surplus of fun creating AI art. Between challenges and random ideas, it's been quite a year. I love reading articles and seeing what other creative minds come up with. Reading "This AI Tool Combines Stable Diffusion's Level of Control and Midjourney's Image Quality — It's Called Distillery," by Jim Clyde Monge, I was intrigued by some of his images and thought I'd give it a whirl with my own whimsical prompt.
Pitfall! without the peril, with this accurate ZX81 simulator.--> While contemplating what ZX81 program to write about this month, I completely forgot that I had created a Pitfall! Simulator. It began as a fun project to occupy my time during winter break. My initial goal was to recreate David Crane's LSFR (Linear Feedback Shift Register) in Z80. However, after learning more about its functionality, I took the project much further than I had originally intended.
A recently posted meme reminded me of the silly things we did on computers. In the early eighties, most computers came with BASIC as their default OS. A common starting point was a s simple “hello world” program. But almost as often, someone wrote something a bit more personal. This is my tribute program to the “I was here” concept of those days.
I saw the Commodore 64 maze generator for years, but ignored it on my ZX81 for different reasons. For one, the characters needed didn’t exist on the ZX81 keyboard. The other was the lack of automatic scroll. Undeterred this month, I created my own version in Sinclair BASIC. I’m quite happy with the results, even if not quite the same.
Hard to believe, but I’ve been futzing with AI art on NightCafé for a month now. I’d dabbled with DALL-E for some time, but not consistently. The social aspect of NightCafé is probably the biggest draw. Besides sharing content and seeing what others have made, but I get prompt ideas and support. Perhaps the biggest advantage are the challenges. I‘m slowing getting better. Today, I got into the top 20% for the third time in an official daily challenge.
I haven’t done a short blog post in some time but today is an opportunity. I’ve been playing around with AI generative art using NightCafe. It is quite a fun community. Whether you love or hate generative AI, it is the narrative of the day. Always one to try out technology, it is interesting to see what things emerge from various prompts.
I was futzing around with my site yesterday, checking stats and stuff. Seems my Wordle article using word clouds is one of the more popular ones. I have a feeling it relates more the game than the word cloud I wrote about it. After a quick view, I realized that the site I was linking to wasn’t active anymore. Thus, I began a short journey to find something else?
I recently purchased the Princess Leia (Boushh) Helmet. It looks great next to my other helmets, including the custom C-3PO Helmet MOC I assembled some time back. The problem is C-3PO doesn’t have a matching name plate. I’ve been wanting to fix that for some time, but couldn’t find a decent template. Given up, I decided to create my own. Follow along to see how I made it.