top | item 42475957

(no title)

mark_round | 1 year ago

The TNFS protocol used by FujiNet has also been used in other network cards for old 8-bit computers. My own ZX Spectrum is fitted with a Spectranet card which enables the same kind of connectivity and creativity. I wrote about it in my "DevOps For The Sinclair Spectrum" article[1] which featured here, and my TNFS site is now available through a JS emulator on a web page[2] if you want to see the kind of thing you can create. It's sort of like an old-school BBS, except the code is downloaded and run directly on your computer, which opens up a world of possibilities like multi-player games and even bridges to protocols like Gopher, Gemini and IRC which make communicating with the "modern" Internet possible even on an ancient tape-loading 8-bit micro from the 80s. Really fun stuff!

[1]=https://www.markround.com/blog/2021/12/21/devops-for-the-sin...

[2]=https://jsspeccy.markround.com

discuss

order

stevekemp|1 year ago

Your writeup was awesome, and couple probably be resubmitted since it has been a few years.

I'm surprised to learn there was a Starstrike 2, I just remember the original "3D Starstrike", but looking at the videos online there's definite family resemblance! My history started with the spectrum too, like so many others:

https://blog.steve.fi/how_i_started_programming

mark_round|1 year ago

Thanks! It was a lot of fun to put together, and the site has expanded in scope considerably since I wrote those articles. Whenever I get a few moments, it's one of my favourite projects to work on, there's just something very "zen" about going back to Sinclair BASIC and all the limitations which enforce some creative hacks. I was particularly pleased with the user preferences system[1] and articles code which mimics some of the early disk/tape magazines I remember from my early teens.

So many of us of a certain age started with those early 8-bit computers, I guess "booting" straight into a BASIC prompt encouraged that exploration and experimenting which is a little harder to get at these days.

I never played the original Starstrike, but Starstrike II is still one of my favourites - impressive to see a 3D engine running on an 8-bit micro with 48Kb of memory and makes you wonder what we're spending all those cycles on now!

[1]=https://spectrumcomputing.co.uk/forums/viewtopic.php?p=11776...