Live data from Hacker News

Usborne 1980s Computer Books

usborne.com

11–20 of 62 posts

Re: Usborne 1980s Computer Books

#11
This was really cool to see life as a kid in '84 for some of these stories/games and how you convinced a young kid to copy page after page of BASIC and adapt for various machines. I loved the, "don't look at this unless you really need to cheat" and the text was mirrored (right-to-left) so you had to use a mirror to reveal or become dyslexic.

Thanks for sharing this, it's getting my creative engines going for what to do TODAY that would be fun and engaging for my daughter. :)

Re: Usborne 1980s Computer Books

#15

Man, I just posted this in a recent thread :-) Still think my comment applies: they need to be updated for a modern platform (not Python).

Why not python? It's pretty simple for kids to understand.

> Why not python? It's pretty simple for kids to understand.

Not for the book type format - the kids will be typing the code in, not copying + pasting them.

Significant whitespace is a killer in printed form; so Python is not even in the running.

Re: Usborne 1980s Computer Books

#16
I learned to program with some of these books. Usborne also quickly published them in Spanish, and I was lucky that some editorial companies used to go to my school to sell their books. I grabbed the machine code and adventure programs. That was 1985 and I was 10 years old. Still looking at the drawings brings me good memories and goosebumps.

Re: Usborne 1980s Computer Books

#17

These are actually how I first learned to program, but around 2001-2002, when I was about ten years old. I found a couple of them at the library, and that's when I realized it was something you could just learn...but lacked a BASIC interpreter. I ended up also finding a No Starch Press book on JavaScript, and porting the BASIC listings to ye olde pre-Node JavaScript as my first foray into programming. Then I also got…

I had the same experience in the mid 90s. We had a computer lab with windows 98 and VB was around but all the library books were for qbasic and older things. Luckily 98 did have qbasic installed so I was able to use the code.

I then asked my dad for a book on C++. While I managed to make a few things, I distinctly remember getting lost at the concept of the "this" pointer. I really gained programming competency when I discovered python a few years after this. Teenage years I spent most of my time playing with HTML and trying to understand what the heck dynamic HTML was.

I'm trying replicate that path with my kid. We just got him a C64 ultimate (replica of the original highly recommend commodore.net) and these books are perfect for him to toy around with.

Re: Usborne 1980s Computer Books

#18
When you mention, Osborne computer books, and 1980s I think of these (different ) books

Osborne Introduction to microcomputers, Volume 0 https://archive.org/details/an-introduction-to-microcomputer...

Osborne Introduction to microcomputers, Volume 1 https://www.rsp-italy.it/IT/Books/_contents/Osborne-An%20Int...

There is volume 2 in the series 2, too

I have originals of these books and his books on 6800 6502, 6809 and 68000 programming.

Re: Usborne 1980s Computer Books

#19
These were some of the most influential books of my youth, teaching a generation of young kids quite advanced topics. I still picture cartoon robots putting numbers in boxes whenever I write code involving pointers.

But my favourite[0] was Write Your Own Adventure Programs, which taught data driven programming and text parsing.

[0] https://sheep.horse/2017/2/usborne_computer_books.html

Re: Usborne 1980s Computer Books

#20
I grew up with these just as they were beginning to age and part of the challenge was getting the dated Basic to run on newer machines. The blend of clear instruction and evocative old-school art remains fantastic and I want to write updated ones.

Pico-8 or Lua more generally might be a good language target. But I rather think a bespoke environment/interpreter would be the right way to go for the project.

See also the Usborne world of the future, ghosts, monsters etc. they were all magical!

Post reply on HN