@TangentDelta

24 Followers
2 Following
31 Posts

I installed a Gotek running the FlashFloppy firmware in my Otrona Attache 8:16. This should make fiddling around with different disk images a little easier. No more needing to whip out the 386 utility PC to make backups of my scratch disks.

#vintagecomputing #msdos

I've added easily customizable color theme support to Cucumber. Simply edit the settings.ini file on the SD card and define your color theme!

This LCD doesn't capture well on camera, but here's the Solarized "dark" theme ported over.

More details are on the project page: https://github.com/TangentDelta/cardputer-uxn

#uxn #m5stack

We're getting somewhere...

Basically just telnet, but the string manipulation and formatting to make it a full IRC client should be the easy part now.
#uxn #m5stack

and pushed!
https://github.com/TangentDelta/cardputer-uxn

The location of the Socket device is a placeholder for now. 0x70 seemed like a nice little place to put it. I'll try to write some more example programs in the following days to kick the tires a little and put it through its paces. An "hget" program that can fetch a file via HTTP would be amazing.

GitHub - TangentDelta/cardputer-uxn: Uxn running on the M5Stack Cardputer

Uxn running on the M5Stack Cardputer. Contribute to TangentDelta/cardputer-uxn development by creating an account on GitHub.

GitHub

First signs of life from my Socket device for Cucumber!

I wanted to keep things feeling the same as the existing devices, so Socket is more or less a clone of the File devices, minus some ports (like stat, delete, and append).

#uxn

Of course, I had to make the shell use this fancy new feature
Cucumber now supports ANSI character attributes for color, inversion, and bold!
https://github.com/TangentDelta/cardputer-uxn
#uxn #m5stack
I can now assemble Uxntal programs natively on Cucumber!
https://github.com/TangentDelta/cardputer-uxn
#uxn #m5stack
After fixing a silly mistake with cat.tal, I can now read files and output their contents to stdio! #uxn #m5stack