mastodon.me.uk is one of the many independent Mastodon servers you can use to participate in the fediverse.
Open, user-supported, corporation-free social media for the UK.

Administered by:

Server stats:

503
active users

@bbcmicrobot
🚀
MODE 0
FOR Y=0 TO 255
FOR X=0 TO 640
IF(X EOR Y)MOD 9=0 PLOT&45,X*2,Y*4
NEXT,

@bbcmicrobot
🚀
MODE 1
FOR Y%=0 TO 255
FOR X%=0 TO 320
K%=X% EOR Y%
IF K% MOD 5=0 GCOL1,1:PLOT&45,X%*4,Y%*4
IF K% MOD 17=0 GCOL1,2:PLOT&45,X%*4,Y%*4
IF K% MOD 33=0 GCOL1,4:PLOT&45,X%*4,Y%*4
NEXT,

Pattern generated using MOD and EOR (version without rocket mode)