this post was submitted on 23 Dec 2023
5 points (85.7% liked)

Computer History aka Tech Time Travelers

527 readers
1 users here now

Welcome to Computer History.

We are nolstagia driven with our choice of posts and discussion of the impact of technology.

A lot of what ends up posted here has a bias towards the 1970s' up until now simply because "we" experienced a lot of this "new" technology directly as it was released.

Our community goal is to become more than just a collection of links-- we want to be a community of shared experience.

The rules for posting and commenting, besides the rules defined here for lemmy.capebreton.social, are as follows:

Rules

Communities we like

founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] sxan@midwest.social 2 points 10 months ago

It was fantastic, in the years Apple ][ was released. Far fewer children would have gotten into computers without it. Bad habits you learned were easily corrected in a CS program.

I wrote an almost-game once in basic that ran a pacman around the screen, but it was too slow, so I learned enough to rewrite the sprite animation in assembly. At first, it didn't work; while there were no errors, the animation never showed on the screen. It took me three days of debugging to figure out that it was working; it just animated so fast you couldn't see the sprite animate across the screen. I think it was the singlemost revealing aspect of computer programming that I have ever learned.