veganism.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
Veganism Social is a welcoming space on the internet for vegans to connect and engage with the broader decentralized social media community.

Administered by:

Server stats:

297
active users

#goto

0 posts0 participants0 posts today

Tracing back #programming language history to the root of the very first (mnemonic) #GOTO instruction (jump/branch) I found two different sources:

1. In 1954 Nathanael Rochester developed the "first" mnemonic #assembler for the #IBM 701 #mainframe computer that uses "TR" jump commands: shrtn.escalar.pt/ZuE5

2. In 1947 the "manual" for the #Whirlwind computer contained the "sp x" mnemonic: shrtn.escalar.pt/FdYC

So, which one was actually the "first" to use mnemonics for branching?

#Journalism

What happened?

#Frontline has always been a #goto for me when trying to get others to absorb a topic that can't be explained through #soundbites

They really #DroppedTheBall on this one though!

Please, for the sake of everything people hold dear ( #LOVE )

#DoBetter

Ever wanted to know what it feels like to go through a time warp?

Watch this #DocuJournal

If the link doesn't work, and you really want to #feel the #TimeWarp yourself, you might have to #spark up your #VPN or other #creative #WorkAround

Feel free to aid others in the comments.

There's no shortage of #experts in the #fediverse #StandingBy ready to #HELP

I'll post the #timestamp of the warp in the thread behind a #warning

#NoPeeking #HappyHolidays2024

pbs.org/wgbh/frontline/documen

1/2

FRONTLINEAmerican Voices | FRONTLINEFRONTLINE follows the changing views and experiences of Americans from the 2020 election season to today.

Trump zieht auf einer Wahlkampfveranstaltung über das Lachen von Kamala Harris her.
Was für eine Ausgeburt an Widerlichkeit.
Und es zeigt nichts anderes als den Motor des rechtsradikalen Kriminellen:
Wo solche Gestalten die geringste Macht erhalten, versuchen sie jedes Lebendige. Freundliche. Friedliche.
Lebensfrohe und Schöne zu zertreten.

#GoTo HellTrump.

Replied to David Hembrow

Today's project, for which I spilt blood, is finally to get a log of the output from the garage mounted solar panels, using a 40 year old computer to do the logging just because, er, why not? An Arduino is calculating output in watts from the time between pulses which come from an energy meter in the garage, sending them by serial connection to the NEC PC8201a which does the logging.

It's powered by a very old and slightly crusty home made variable power supply.

The NEC is running a program written in Microsoft BASIC. Like most people of my age I started writing BASIC before this computer was made, but it's far from my favourite language so I've not written any BASIC in a *very* long time (except a loader for a spectrum program a few years ago). Because I had never used it before, and on this occasion I could, this program uses the ON COM GOSUB feature. This feature interrupts the flow of the main program whenever data arrives on the serial port, similar in concept to how hardware interrupts work on the processor itself. A bizarre thing for any BASIC dialect to include! As this is BASIC, all variables are global and there's no stack to save state on.

It has 16 K of RAM, shared by the program, file system, my logged data etc.
#basic #msbasic #goto #gosub #NECPC8201A #playingwithcomputers