toad.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
Mastodon server operated by David Troy, a tech pioneer and investigative journalist addressing threats to democracy. Thoughtful participation and discussion welcome.

Administered by:

Server stats:

291
active users

#basic

14 posts8 participants0 posts today
Ignacio PG (N.Parsons-PB48K)<p>Terminado de teclear el juego "Pac-Man", listado en la revista portuguesa Micro Sistemas nº 67. Probado que no he cometido errores durante el copiado desde el sábado. Al archivo de Spectrum Computing que va.</p><p>Ver su ficha: <a href="https://spectrumcomputing.co.uk/entry/42477/ZX-Spectrum/Pac-Man" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">spectrumcomputing.co.uk/entry/</span><span class="invisible">42477/ZX-Spectrum/Pac-Man</span></a></p><p><a href="https://mastodon.social/tags/ZXSpectrum" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>ZXSpectrum</span></a> <a href="https://mastodon.social/tags/Programas" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Programas</span></a> <a href="https://mastodon.social/tags/BASIC" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>BASIC</span></a> <a href="https://mastodon.social/tags/TypeIns" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>TypeIns</span></a></p>
River City Random ☑️<p>I wanted to learn <a href="https://bitbang.social/tags/programming" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>programming</span></a> again by picking up <a href="https://bitbang.social/tags/commodore64" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>commodore64</span></a> <a href="https://bitbang.social/tags/BASIC" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>BASIC</span></a>, in an attempt to recreate some of the projects of my youth. But watching Youtubers like <span class="h-card"><a href="https://bsky.brid.gy/r/https://bsky.app/profile/8bitshowandtell.bsky.social" class="u-url mention" rel="nofollow noopener" target="_blank">@<span>8bitshowandtell.bsky.social</span></a></span> do <a href="https://bitbang.social/tags/retrocomputing" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>retrocomputing</span></a> makes me realize that if you want to do anything more complicated than basic text and string manipulation, you've got to get good with the PEEKs and POKEs. And at that point you're essentially programming in #6502 <a href="https://bitbang.social/tags/assembly" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>assembly</span></a> code, except with more hex-to-decimal conversion.</p>
River City Random ☑️<p>I've decided to learn <a href="https://bitbang.social/tags/programming" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>programming</span></a> after completely dropping it when computers dropped <a href="https://bitbang.social/tags/BASIC" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>BASIC</span></a> in ROM. After recommendations from friends and YouTube to study <a href="https://bitbang.social/tags/javascript" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>javascript</span></a>, <a href="https://bitbang.social/tags/python" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>python</span></a>, <a href="https://bitbang.social/tags/lisp" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>lisp</span></a>, <a href="https://bitbang.social/tags/golang" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>golang</span></a>, <a href="https://bitbang.social/tags/csharp" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>csharp</span></a>, and <a href="https://bitbang.social/tags/turbopascal" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>turbopascal</span></a>, I decided to make <a href="https://bitbang.social/tags/Lua" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Lua</span></a> my first "modern" language. It looks a lot like Python but for some reason the syntax seems more intuitive to me. Also, I want to develop games for <a href="https://bitbang.social/tags/pico8" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>pico8</span></a> so it's a good match. I hope I can keep this enthusiasm up long enough to program a whole game.</p>
Dr. Juande Santander-Vela<p>Speaking of my previous toot [1] about old Usborne books [2], I have just learned from the book How to Make Computer-Controlled Robots [3] that you could easily simulate</p><p>ON value GOSUB line1, line2, [line3…]</p><p>with</p><p>GOSUB line1*(value=1)+ line2*(value=2)[+ line3*(value=1)…]</p><p>(See logical page 37 — printed as 35 — on [3])</p><p>I guess the same works for ON GOTO…</p><p>[1]: <a href="https://mathstodon.xyz/@juandesant/115233865561825677" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">mathstodon.xyz/@juandesant/115</span><span class="invisible">233865561825677</span></a><br>[2]: <a href="https://usborne.com/gb/books/computer-and-coding-books" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">usborne.com/gb/books/computer-</span><span class="invisible">and-coding-books</span></a><br>[3]: <a href="https://drive.google.com/file/d/0Bxv0SsvibDMTZ2tQMmpyOWtsRFk/view?usp=drivesdk&amp;resourcekey=0-zt3ZcOMMA30T_LJlUEzoDQ" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">drive.google.com/file/d/0Bxv0S</span><span class="invisible">svibDMTZ2tQMmpyOWtsRFk/view?usp=drivesdk&amp;resourcekey=0-zt3ZcOMMA30T_LJlUEzoDQ</span></a></p><p><a href="https://mathstodon.xyz/tags/usborne" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>usborne</span></a> <a href="https://mathstodon.xyz/tags/retrocomputing" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>retrocomputing</span></a> <a href="https://mathstodon.xyz/tags/BASIC" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>BASIC</span></a> <a href="https://mathstodon.xyz/tags/ZXSpectrum" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>ZXSpectrum</span></a> <a href="https://mathstodon.xyz/tags/ZXSpectrumBASIC" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>ZXSpectrumBASIC</span></a> <a href="https://mathstodon.xyz/tags/StructuredBASIC" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>StructuredBASIC</span></a> <a href="https://mathstodon.xyz/tags/OnGoSub" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>OnGoSub</span></a> <a href="https://mathstodon.xyz/tags/OnGoto" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>OnGoto</span></a></p>
Digital Mark λ ☕️ 🎃 💀<p>Long gone are the days when you would "THINK! THINK!" about a program before preparing it, and shee-it, does that show.</p><p><a href="https://appdot.net/tags/retrocomputing" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>retrocomputing</span></a> <a href="https://appdot.net/tags/basic" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>basic</span></a></p>
Digital Mark λ ☕️ 🎃 💀<p><a href="https://appdot.net/tags/retrocomputing" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>retrocomputing</span></a> <a href="https://appdot.net/tags/basic" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>basic</span></a></p>
Digital Mark λ ☕️ 🎃 💀<p>This is interesting, a 1973 (!) BASIC computer programming tutorial for minicomputers &amp; time-sharing mainframes, lightly updated to TRS-80 branding in 1977. The little user cartoons are awesome. Look how proud he is of his program that doesn't even print "BUTTS" repeatedly!</p><p><a href="https://appdot.net/tags/retrocomputing" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>retrocomputing</span></a> <a href="https://appdot.net/tags/basic" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>basic</span></a></p>
µP<p>My (German) review for <span class="h-card" translate="no"><a href="https://mstdn.social/@jesperjuul" class="u-url mention" rel="nofollow noopener" target="_blank">@<span>jesperjuul</span></a></span>'s book "Too Much Fun" on the <a href="https://mastodon.social/tags/Commodore64" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Commodore64</span></a> has just been released on <span class="h-card" translate="no"><a href="https://openbiblio.social/@hsozkult" class="u-url mention" rel="nofollow noopener" target="_blank">@<span>hsozkult</span></a></span>: </p><p><a href="http://txt3.de/hsk2" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">http://</span><span class="">txt3.de/hsk2</span><span class="invisible"></span></a></p><p><a href="https://mastodon.social/tags/C64" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>C64</span></a> <a href="https://mastodon.social/tags/BASIC" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>BASIC</span></a> <a href="https://mastodon.social/tags/RetroComputing" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>RetroComputing</span></a> <a href="https://mastodon.social/tags/RetroGaming" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>RetroGaming</span></a> <a href="https://mastodon.social/tags/PaperWare" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>PaperWare</span></a></p>
Digital Mark λ ☕️ 🎃 💀<p>The haiku &amp; text generators are edging into what's now bad LLM territory. His haiku doesn't do 5-7-5, that's left as an exercise for the reader.</p><p>And a variant version of ELIZA, based on Weizenbaum's work, not the many-generations-removed David Ahl version.</p><p>I might tear that apart some and put it in my Basic Games in Scheme program, tho I already have another one in my old CHICKEN menu program, keep meaning to update that.<br><a href="https://appdot.net/tags/retrocomputing" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>retrocomputing</span></a> <a href="https://appdot.net/tags/basic" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>basic</span></a> <a href="https://appdot.net/tags/gofai" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>gofai</span></a></p>
Digital Mark λ ☕️ 🎃 💀<p>The book starts with rehash of chess/checkers stuff, without even a good weighted lookahead algorithm (admittedly very slow on 8-bits), but later starts to get into more interesting Prolog-type territory:<br><a href="https://appdot.net/tags/retrocomputing" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>retrocomputing</span></a> <a href="https://appdot.net/tags/basic" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>basic</span></a> <a href="https://appdot.net/tags/gofai" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>gofai</span></a></p>
Digital Mark λ ☕️ 🎃 💀<p>Experiments in Artificial Intelligence for Small Computers<br>by John Krutch<br><a href="https://archive.org/details/krutch-experiments_in_artificial_intelligence_for_small_computers-1981" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">archive.org/details/krutch-exp</span><span class="invisible">eriments_in_artificial_intelligence_for_small_computers-1981</span></a><br><a href="https://appdot.net/tags/retrocomputing" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>retrocomputing</span></a> <a href="https://appdot.net/tags/gofai" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>gofai</span></a> <a href="https://appdot.net/tags/basic" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>basic</span></a></p>
Antonia Livia<p><a href="https://floss.social/tags/basic" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>basic</span></a> <a href="https://floss.social/tags/picomite" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>picomite</span></a> <a href="https://floss.social/tags/rp2350" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>rp2350</span></a> porting the one button jewel research project/game from <span class="h-card" translate="no"><a href="https://hcommons.social/@chludens" class="u-url mention" rel="nofollow noopener" target="_blank">@<span>chludens</span></a></span> over to Picomite BASIC on an rp2350. I'm using my own deck which has a 640 x 480 display but it may work on a PicoCalc with tweaks. <a href="https://github.com/AntoniaLivia79/Picomite-LineJewels" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">github.com/AntoniaLivia79/Pico</span><span class="invisible">mite-LineJewels</span></a> if anyone wants to try</p>
Digital Mark λ ☕️ 🎃 💀<p><span class="h-card" translate="no"><a href="https://social.solarpunk.au/users/vidak" class="u-url mention" rel="nofollow noopener" target="_blank">@<span>vidak</span></a></span> Noticed this in Bit of Basic (cool cover &amp; cartoons, not otherwise too interesting), which leads to:</p><p>"You just bought a personal what?"<br><a href="https://archive.org/details/TRS-80_Programming_In_Style_1980_Radio_Shack/page/n237/mode/2up" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">archive.org/details/TRS-80_Pro</span><span class="invisible">gramming_In_Style_1980_Radio_Shack/page/n237/mode/2up</span></a><br><a href="https://appdot.net/tags/retrocomputing" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>retrocomputing</span></a> <a href="https://appdot.net/tags/basic" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>basic</span></a></p>
Digital Mark λ ☕️ 🎃 💀<p><span class="h-card" translate="no"><a href="https://typo.social/@pixelambacht" class="u-url mention" rel="nofollow noopener" target="_blank">@<span>pixelambacht</span></a></span> <br>SICP <a href="https://archive.org/details/sicp_20211010" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">archive.org/details/sicp_20211</span><span class="invisible">010</span></a><br>which is the Deep Magic.</p><p>or BASIC Computer Games<br><a href="https://archive.org/details/basic-computer-games-microcomputer-edition_202207" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">archive.org/details/basic-comp</span><span class="invisible">uter-games-microcomputer-edition_202207</span></a><br>which was the best tutor to programming, ever.</p><p>or Stimulating Simulations<br><a href="https://archive.org/details/ataribooks-stimulating-simulations-atari-version/page/n5/mode/2up" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">archive.org/details/ataribooks</span><span class="invisible">-stimulating-simulations-atari-version/page/n5/mode/2up</span></a><br>which was one of my first computer books, and to this day, I've got a variant of Lost Treasure up on<br><a href="https://cyberhole.online/" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="">cyberhole.online/</span><span class="invisible"></span></a></p><p><a href="https://appdot.net/tags/retrocomputing" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>retrocomputing</span></a> <a href="https://appdot.net/tags/basic" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>basic</span></a> <a href="https://appdot.net/tags/scheme" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>scheme</span></a></p>
µP<p>René Bauer from <span class="h-card" translate="no"><a href="https://hcommons.social/@chludens" class="u-url mention" rel="nofollow noopener" target="_blank">@<span>chludens</span></a></span> and colleagues wrote a <a href="https://mastodon.social/tags/BASIC" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>BASIC</span></a> <a href="https://mastodon.social/tags/game" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>game</span></a> which should run on all common <a href="https://mastodon.social/tags/homecomputer" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>homecomputer</span></a> platforms:</p><p><a href="https://research.swissdigitization.ch/?p=1260" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">research.swissdigitization.ch/</span><span class="invisible">?p=1260</span></a></p><p>I will try and test/extend it for more systems and find out a routine that auto-detects on which platform it runs.</p><p><a href="https://mastodon.social/tags/RetroGaming" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>RetroGaming</span></a> <a href="https://mastodon.social/tags/GameStudies" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>GameStudies</span></a></p>
Osna.FM<p>A recent calculation by comparison portal Verivox indicates that the electricity allowance within Germany's citizen's allowance (Bürgergeld) system may remain i... <a href="https://news.osna.fm/?p=15200" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="">news.osna.fm/?p=15200</span><span class="invisible"></span></a> | <a href="https://mastodon.social/tags/news" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>news</span></a> <a href="https://mastodon.social/tags/basic" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>basic</span></a> <a href="https://mastodon.social/tags/benefits" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>benefits</span></a> <a href="https://mastodon.social/tags/costs" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>costs</span></a> <a href="https://mastodon.social/tags/energy" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>energy</span></a></p>
µP<p>Just published: The chapter from Melanie Fritsch and me about the historical ways to (de)scribe <a href="https://mastodon.social/tags/videogame" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>videogame</span></a> music and sounds. I contributed a part about sound generation and description wiht <a href="https://mastodon.social/tags/BASIC" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>BASIC</span></a> for the <a href="https://mastodon.social/tags/Atari" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Atari</span></a> #8-Bit <a href="https://mastodon.social/tags/HomeComputers" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>HomeComputers</span></a> </p><p><a href="https://www.brepols.net/products/IS-9782503618654-1" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://www.</span><span class="ellipsis">brepols.net/products/IS-978250</span><span class="invisible">3618654-1</span></a></p><p><a href="https://mastodon.social/tags/RetroComputing" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>RetroComputing</span></a> <a href="https://mastodon.social/tags/RetroGaming" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>RetroGaming</span></a> <a href="https://mastodon.social/tags/Ludomusicology" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Ludomusicology</span></a></p>
Stewart<p>20 years ago this week I created a music video for “Jed’s Other Poem” by Grandaddy. It went viral—and was the world’s first open-source music video. Here’s the full story:<br><a href="https://stewartsmith.io/work/jed" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="">stewartsmith.io/work/jed</span><span class="invisible"></span></a></p><p><a href="https://mastodon.social/tags/Music" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Music</span></a> <a href="https://mastodon.social/tags/MusicVideo" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>MusicVideo</span></a> <a href="https://mastodon.social/tags/Grandaddy" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Grandaddy</span></a> <a href="https://mastodon.social/tags/Apple" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Apple</span></a> <a href="https://mastodon.social/tags/BASIC" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>BASIC</span></a> <a href="https://mastodon.social/tags/OpenSource" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>OpenSource</span></a></p>
It's FOSS<p>Microsoft has open sourced 6502 BASIC!</p><p><a href="https://news.itsfoss.com/basic-6502-open-source/" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">news.itsfoss.com/basic-6502-op</span><span class="invisible">en-source/</span></a></p><p><a href="https://mastodon.social/tags/opensource" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>opensource</span></a> <a href="https://mastodon.social/tags/basic" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>basic</span></a></p>
WordofTheHour<p><a href="https://mastodon.social/tags/basic" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>basic</span></a> : performing the office of a base in a salt</p><p>- French: basique</p><p>- German: grundlegend</p><p>- Italian: basico</p><p>- Portuguese: básico</p><p>- Spanish: básico, básica</p><p>------------</p><p>Join our new Discord Server for language learners @ <a href="https://wordofthehour.org/discord" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="">wordofthehour.org/discord</span><span class="invisible"></span></a></p>