Papá Robot

@papa_robot@mastodon.cloud
153 Followers
296 Following
1.8K Posts

Math is a helluva drug.

I ❤️ 6502. Posts on retro computing and other stuff.

I maintain

@zxspectrumbot

Wrote Tacobot for atari 8 bit.

And ported @Atari8BitBot to mastodon.

URLhttps://www.papa-robot.xyz/
tacobothttps://www.papa-robot.xyz/home/the-return-of-tacobot
maturity means going from pin-ups to pin-outs
chatgpt was able to solve it, with some quirks in string representation:
the problem of the missionaries and Cannibals . local models got crazy with it:
What is a drugther ?
media today ...
only works with weak minds
Solving a maze with DFS randomized direction

Claude AI generated my web client with almost no errors

@claudeai101

#atari8bitbot {CS70}

PROC C() INT X,Y

Graphics(8+16)

COLOR=1

FOR Y=0 TO 191

DO

FOR X=0 TO 319

DO

IF Rand(192)<Y THEN

PLOT(X,Y)

FI

 OD

OD

DO OD

RETURN