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

just thinkin' about late 1970s, early 1980s computing... sigh...

microsoft really did destroy all that, the hobbyist scene. it is back now, despite its relatively puny size and position as a 'subculture'.

i wonder what it would take to liberate the human from the computer today. something suggests to me that it lies in simple, expressive command prompts--staying clear of modern GUIs, while not necessarily rejecting WSIWYG

if i have enough money after i pay my bills tomorrow i will try and print out some magazines and do some deep research into the era of 8 bit computing. to try and answer the question: what would a powerful but minimal computer need for the average user today?

i'd love to make lil 8 bit games again

the stock market with their souped up graphics cards can take a hike

8 bit assembly is also so easy! race the beam ~

i wonder what 6502 assembler is the community standard for atari 2600 dev now

i always used this piece of vaporware everyone swore by on the atariage forums called dasm

Laid out a little tutorial dungeon for the milestone and recorded a walking tour. The tile memory works different now and I think it looks nice.

Time to pack this baby so full of skeletons šŸ’€

If you've never read Worse is Better or the history behind it, it's worth reading https://www.dreamsongs.com/WorseIsBetter.html

tl;dr: Yeah you think your tech is better designed and it may be but the Zerg Rush strategy works for tech (but with long-running consequences)

When you eat a lot of fruit

"Ladies and gentlemen
This is mango no. 5"

Anil Dash on why you should quit Substack while you still can: every new feature they add increases lock-in, making it harder to leave while they court some of the worst people online https://www.anildash.com/2024/11/19/dont-call-it-a-substack/

people are so far removed from the systems that keep them alive - the internet comes out of a socket in the wall and that's basically it.

Ducks are mysterious creatures

if i was gonna make a VM

i think it would be either:

  1. something like CHIP-8, for making amazing games for the TV
  2. something like smalltalk, where you have very high levels of abstraction

i will meditate on this. i like DMA video RAM so CHIP-8 would be fun

I'm trying to ₹20k (~€224 or ~$237) by the 20th of December, to add
~350 POIs (shop, restaurants, healthcare, etc)
~150 building levels,
shop phone numbers,
shop addresses,
named commercial and apartment areas,
and much more to in the city of , .

To learn more and to contribute, visit -
https://contrapunctus.codeberg.page/projects/osm-mumbai-2024.html

(I've been an OSM contributor since 2016, and this is my latest attempt at trying to contribute to it full-time.)

update available at https://lambdamoo.blogspot.com/
Power outage. In case you were unaware of this blog, now you know.

i think the entire australian welfare system must now be entering crisis because it changed its app name from mygovid to myid

THANKS 🌈

yo yo everyone i found it again

a nice person holding a nice lil pleroma installation floppy disk (:

i love surfing the net

have a lovely little BASIC listing (:

This version of Chase was written for SWTP 4K BASIC. The idea for this game came from Creative Computing. There are a high voltage fence, 15 high voltage posts, and 5 robots all out to get you. As you move, the robots will always take the shortest path toward you. Your only chance is to run them into a post or each other. If you can destroy all 5 robots, you win! I found that many times more than one move could be made without the map, so the printing or not printing a map was written as an option in the program. This program should run on most 4K or 8K BASIC with minor changes. (For in- stance, to run this on Altair 8K, the random number statements must be changed.) Good luck with your Chase.

source: https://archive.org/details/Kilobaud197702/page/n49/mode/1up

chase listing page 2 chase listing page 1

gimme a 6800 clocked ~0.9 MHz and i am happy 🌈

Interesting, this works, ran about 45% faster in my quickie test in emulator. What's it like on real hardware?

On Atari there's a "fast mode", but it turns off the screen. Used to use that in long processing like fractals, hours generating one screenful.

CPU SFPEEDUP Despite the stuff wvou may believe or have been told about the speed of the COLOR ComPuter’s 6809E CPU, {its really a Pretty swift little device. In fact, 4f vou want to see a Radio Shack store manaSer’s eves bo99le, Just Put a COLOR CompPuter next to a Mod III in his store, uwrite a short for-next 1looP to count the numbers from 1 to 1,000 on both machines and then run them at the same time. Can you 9uess uhich computer finishes first? YeP, old COLOR ComPuter! But, there’s a way Ā¢to make vour EQLDRHā€˜Canuz(r run even faster. Just ā€˜POKE  65495,0 You’ll be able to see ā€œthis In action right auay, becauze ā€˜the cusor will start chan2ing colors more AQuickly, To 9et _back to the ā€œnormal" sPeed, Just( POKE 65494.0, You have to 90 back to normal for cassette 1/0 and to transmit to the printer. If wou don’t, wou et all sorts of messy Sarbagse. And in ref- erence to SarbaSe, vou Probably will 9et some on the screen (or lose control) {f you let your Program end while wvou’re =till in the fast for- mat.  Making your last line reaqd: "POKE 65494,0:END" will handle that Problem Just fine. Its a nice fea- ture for all sorts of uses, 
<ocr text, but I fixed the pokes so they're correct> 978 971 972 973 974 975 976 977 978 979 988 981 98
2 983 984 985 986 987 988
989 998 991 992 993 994 9
95 996 997 998 999 1000
0K
LIST
10 INPUT "FAST";F:IF F THEN POKE 65495,0
20 FOR I=1 TO 100:PRINTI;:NEXT I
30 SOUND 255, 1:PRINT
48 IF F THEN POKE 65494,0
95 END
0K

Ā»