social.solarpunk.au

social.solarpunk.au

vidak | @vidak@social.solarpunk.au

# LOCATION

The unceded, stolen land of the Wadjuk people of the Nyoongar nation. Always was, always will be, Aboriginal land!!

# QUOTATIONS

You are braver than you believe, stronger than you seem, and smarter than you think. ~winnie-the-pooh

Looking for a or instance to join. Something , or leaning. If anyone has any

Facebook is a different universe.

A screenshot of a Facebook group named “A group where we all pretend to be ants in an ant colony” picturing an anthill. 

PRIVATE GROUP 145,334 MEMBERS A screenshot of a Facebook post in the aforementioned group saying “Guyz I just found this on ground while doing my daily duties! Help me LIFT so we can take it to THE QUEEN!!!!” picturing a lollipop on the floor A screenshot of the comment section under the aforementioned post showing multiple people replying the word “LIFT”

@h3 i've been thinking about doing the MC6847 just because i am a massive fanboy

been slaving away over here trying to properly process all the magazine BASIC listings

i have many, many issues of this publication, luckily they have semi-regular page numbers for each of their magazine sections

@vidak
How about VGA? Ben Eater made a VGA Output with discrete ICs and a ROM (which could be a RAM instead)

starter pack

unix_surrealist starter pack

Fuck Computers, stanley lieber
book of C
Bell System
100% mothra-compatible
hackers.town cyber mantis
intelcore2duo
uxn
export TERM=vt220
ALL LLMS ARE BASTARDS
irc
greetings from RIO postcard, qrstuv
OpenBSD
snac - a simple minimalistic activitypub instance
9front
techno-mage
Nadja, Andre Breton
cat -v
links2 browser
plain text
RFC1436
book of kornshell

@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.

# test.mrw
REM shows all main language features

PRINT "Hello, world!"

LET name$="global"
GOSUB yourname
PRINT "global name$=",name$
PRINT "global _return$=",_return$

LET pi = 3.1415927, r=16
?"\"pi\"=",pi,", radius=",r

GOTO answer
REM never gets here
STOP

LABEL answer
PN "The answer is "
?42

END

*yourname
LOCAL name$="unknown"
PRINTN "What is your name? "
INPUT name$
PRINT "You're awesome, ",name$,"!"
RETURN name$
% ./Morrow.py test.mrw; echo $?
Hello, world!
What is your name? Mark
You're awesome, Mark!
global name$=global
global _return$=Mark
"pi"=3.1415927, radius=16
The answer is 42
0

GOTY, if the year is 1981 and you have a CoCo.
https://archive.org/details/zeldabat.coco

(Zelda's shooting is erratic and almost completely disconnected from your keypresses. But I like the aesthetic.)

Zelda the witch (no relation) with cauldron, bottle of bats, weird clouds, and fluttering bat.

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 😎

vidak.solarpunk.au

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?

I'm getting back into development tonight by fixing some Sound Blaster detection issues. I've merged in fixes from @furan for Tyrian and Windows 9x and I fixed demos that used Future Crew's STMIK library. New firmware release coming soon...

is back up, earlier than predicted, in case you hadn't noticed yet.

@notptr long story... 😮‍💨

  • finished scraping one magazine's full collection
  • got some good OCR software going!



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...

»