The first time I remember writing code was in grade school in the computer lab. We were learning Basic. I'm not sure how old I was, but it would have been sometime in the late '80s or early '90s. I remember they had us write a program that would take some numbers from the user and print out the average. I had to ask how to do division. I had only seen it with the standard division symbol in math class, not the forward slash. Soon after that I was able to get Basic on my home PC. Actually I think it was included in MS-DOS.
At school and in the beginning at home I was using Basic where you had to use line numbers to write your code. Then to edit a line you had to retype that line with the number. Soon after that I was able to get QBasic and a book to help me get started.
Showing posts with label Code Experience. Show all posts
Showing posts with label Code Experience. Show all posts
Wednesday, April 11, 2018
Subscribe to:
Posts (Atom)
AI Assistant With Hermes
Over the past week or maybe two I have been setting up an assistant using Hermes . I'm using a locally running model, currently Qwen-...
-
Some Android applications use space on your Google Drive to store data. You can't see this data by browsing drive the normal way. You ...
-
The XY Problem ( https://en.wikipedia.org/wiki/XY_problem ) is when you have a question about a solution that you have already come up with ...
-
I don't have much to update about, other than the fact that the simulation still makes sense. I haven't run into any problems that...