Conversation

Asahi Lina (朝日リナ) // nullptr::live

Edited 5 days ago

I swear that's how it works!!!

How did you get into programming? ✨

5
5
7

@lina
10 PRINT “HELLO”
20 GOTO 10

And Google was called “Data Becker” here in Germany back then (around 1988).

0
0
0

@lina omg omg

could you add alt text to this? this is pretty funny :3

0
0
0

@lina
I read computer magazines and typed 2 pages of 64 Basic (mostly peek/poke codes) in to my computer, then spending an hour finding the typos, to finally play some version of space invaders. Great times!

0
0
0
playing a video game with official mod support. reading a guide on how to make your own version of a base-game item. essentially just editing hex colour values in files copied from a specific directory.

later i started looking around in the directories around it and found code. applied the same steps to source code files that actually contain code, and editing other stuff instead of colour values and seeing what happens.

changing values, removing flow control. pressing the compile button in a program the game's devs made and reading the error messages, if any. revert changes that caused an error and testing the changes.

eventually you just know what does what. only for loops had to be explained to me by someone else.

that was unrealscript, which isn't a useful language anymore. after that i started looking at the code for reverse engineered video game projects and tried writing c++, but found it cluttered and switched to c. reading manuals and documentation for libraries. once you know one language that has syntax similar to c, it usually isn't difficult to figure out how other ones work
0
0
0