@wyatt8740 not necessarily!
https://github.com/robohw/nanoXL-Ezo-Script-language
i don't fully understand it, but it's very cool
the main thing i always end up endlessly stressing over with my retro computer designs is video display
does anyone know of any good designs for composite out video for say, a 6502 or 68k CPU based micro?
many thanks in advance.
Python got loop-assignment (a while ago), great!
while p:=nextPC(): stuff
still fails because p might be 0, which is false. End up doing:
while (p:=nextPC()) is not None: stuff
Uugh. Still need to do more design on the toy impl before I start rewriting in something fast.
But, got named subroutines with local variables now. Just 436 LOC.
#retrocomputing #basic


GOTY, if the year is 1981 and you have a CoCo.
https://archive.org/details/zeldabat.coco
#retrocomputing
(Zelda's shooting is erratic and almost completely disconnected from your keypresses. But I like the aesthetic.)

wow these OCR tools are atrocious
you're probably better off doing it all by hand, these supposed tools are so obtuse
good news is i now possess an enormous amount of BASIC listings! i will be lovingly curating a zine with these listings ๐
phew. that was a slog!
I wonder why so much of hobby osdev is just making Linux (and sometimes Windows) again. Cause like, Linux already exists, it's right there, wouldn't it be cooler to make something new?
#LambdaMOO is back up, earlier than predicted, in case you hadn't noticed yet.
@notptr long story... ๐ฎโ๐จ
#identity #ideologies #trans #cis #veganism #carnism #vegetarianism
If you are upset that someone uses a term to describe your identity or ideology because it is the predominant one within a society, you should think about why it makes you feel uncomfortable. People are going to create terms to describe identities or ideologies so that we can talk about and understand them. Being upset because a trans person called you cis or a vegan/vegetarian called you a carnist or any number of other words that describe the predominant identity or ideology within a society is just ridiculous and says more about your views than any one else's.
People are going to create words to talk about identities or ideologies so being upset that yours is being described is nonsensical. If you are so sure about your ideology or identity, why take issue with other people describing it?
@notptr i got it running under wine...
there is a special circle in hell for people who only target windows for their releases...
Only AMIGA Makes it Possible. #CatsOfMastodon #MastoCats #Caturday but a day early.

@cwebber explained in great detail how Bluesky isn't actually decentralized and immediately some people on Bluesky have pivoted to "okay it's not decentralized but it doesn't have to be and actually we don't want full decentralization" lol
https://github.com/NAMIP-Computer-Museum/scan2run/
This project focus on the digital preservation of computer heritage distributed in paper form (e.g. old magasines) Such material can be the only available form (no electronic support available) but can be found scanned format or can be scanned. However in order to transform such a listing in a running computer programs and sharing the experience requires quite a few steps:
- retyping the program
- loading it into the device or some emulator
- capturing some result in textual, image or even video format
The main scope is to be able to run listing of 80's programs (e.g. BASIC) into an emulator with MAME as primary target. Our use case are emulator such as the Amstrad CPC (quite widespread) and the DAI In-DATA Imagination Machine (very rare computer).
New video! Building and testing the new DesTestMAX test cartridge for the Commodore 64/128.
YouTube: https://youtu.be/uuIKRRgv2K0
PeerTube: (coming soon)
#C64 #C128 #Commodore #RetroComputing #VintageComputing #DesTestMAX #TestCartridge #RAMTest #Troubleshooting #Repair
