Retrópolis · @retropolis
55 followers · 119 posts · Server bitbang.social
Christian · @mephisztoe
36 followers · 117 posts · Server social.dev-wiki.de

Never been done before as it seems, so I may be the first who did this. So here is a port of the famous one liner to the transistor logic micro computer that works without any microprocessor. Have fun!

#10print #gigatronttl

Last updated 1 year ago

Arnaud Meuret 🧡💚💙 · @arnaud
10 followers · 111 posts · Server ruby.social

@drj ❯ ruby -e 'loop{print([47,92].sample.chr)}'

#10print

Last updated 1 year ago

David Jones · @drj
321 followers · 1779 posts · Server typo.social

I've ported 10print, 10print.org/, to Unix shell:

The classic C64 one-liner

10 PRINT CHR$(205.5+RND(1)); : GOTO 10

becomes:

yes '╱ ╲' | awk '{printf $(1.5+rand())}'

The loop has become implicit, in what is essentially a pair of endless coroutines.

#10print

Last updated 1 year ago

David Jones · @drj
320 followers · 1749 posts · Server typo.social

I'm reading 10PRINT 10print.org/; it's fun.

On p27 they suggest a variant on the classic 10PRINT program called TWO WALLS, which use two walls to print a random maze. The code is a bit ugly because it uses characters 181 and 184:

10 print chr$(181 +(int(rnd(1)+0.5)*3));:goto10

but they missed the fact that you can use 225 and 226 instead:

20 printchr$(225.5+rnd(1));:goto10

Mine is a one char/one bit change from the original.

(images are theirs first, mine second)

#10print

Last updated 1 year ago

· @amuletofyendor
102 followers · 172 posts · Server mastodon.nz

"80PRINT" variations on 10PRINT

youtu.be/KSodMlwJT-o

#c64 #basic #10print

Last updated 1 year ago

· @amuletofyendor
99 followers · 165 posts · Server mastodon.nz

8-Bit Show And Tell's Robin and I distilled my variation down to a ridiculous 62 characters. Any ideas to improve on this?

youtu.be/VC-lbd8mTOs

#10print #commodore64 #generativeart #c64

Last updated 1 year ago

µP · @stefanhoeltgen
209 followers · 270 posts · Server mastodon.social
João Pescada · @joao
5 followers · 17 posts · Server don.pescada.pt

A father-son generative art collaboration. Or: how to keep a four-year-old busy flipping a coin while dad draws diagonals. Heads, diagonal to the right. Tails, diagonal to the left. Then we switched.

#generativeart #random #10print

Last updated 2 years ago

· @amuletofyendor
58 followers · 29 posts · Server mastodon.nz

I added some 3D shading to the famous demo for the

It's not an elegant one-liner anymore, but it had to be done 🙂

youtube.com/watch?v=PVqw0H7_8F

#10print #c64 #generativeart #basic #commodore64 #retroprogramming

Last updated 2 years ago

Mark C Marino · @markcmarino
267 followers · 89 posts · Server mastodon.social

Still playing with Anime Filter. This time with the book 10 PRINT. Little people sitting on the book!

tiktok.com/t/ZTRq5RPkJ/

#critcode #animefilter #10print

Last updated 2 years ago

Mark Gardner · @mjgardner
296 followers · 495 posts · Server social.sdf.org
Christian · @mephisztoe
36 followers · 83 posts · Server social.dev-wiki.de

The most magical line of code when I was a child.

#c64 #10print

Last updated 2 years ago

Julio Merino · @jmmv
114 followers · 9 posts · Server mastodon.online

Replicating in EndBASIC. Progress. Progress!

#endbasic #10print

Last updated 2 years ago

“10 Print” on Linux shell

(this is slow version: waits 0.01 second between chars)

diasp.de/posts/b2e720d0406e013

#linux #fun #shell #10print

Last updated 5 years ago