Recent

Author Topic: What was your first computer?  (Read 6381 times)

TBMan

  • Sr. Member
  • ****
  • Posts: 355
What was your first computer?
« on: January 08, 2026, 04:16:53 pm »
I started around 1985ish with a IBM XT with 2 5.25" floppy drives and 128k. I was thrilled when I was able to add another 128k and setup a virtual drive to run my BASIC programs, lol.
Barry

Newest game (clone),
Missile Commander:
https://www.youtube.com/watch?v=tgKz0cxog-k

cdbc

  • Hero Member
  • *****
  • Posts: 2921
    • http://www.cdbc.dk
Re: What was your first computer?
« Reply #1 on: January 08, 2026, 04:39:47 pm »
Hi
Prrrhhhh, I think it was 1982(ish) with a Sharp MZ 800 (I think), it was based on the Z80 MicroProcessor, with 64kb and sporting a tape-drive \o/\ö/\o/
Regards Benny
If it ain't broke, don't fix it ;)
PCLinuxOS(rolling release) 64bit -> KDE6/QT6 -> FPC Release -> Lazarus Release &  FPC Main -> Lazarus Main

DrakkTheSeafarer

  • New Member
  • *
  • Posts: 13
Re: What was your first computer?
« Reply #2 on: January 08, 2026, 04:42:48 pm »
I started around 1985ish with a IBM XT with 2 5.25" floppy drives and 128k. I was thrilled when I was able to add another 128k and setup a virtual drive to run my BASIC programs, lol.
wow!
In 1992 i started with an luxurious 386SX20 with 4mb RAM.

LeP

  • Guest
Re: What was your first computer?
« Reply #3 on: January 08, 2026, 04:54:58 pm »
It depends on what you mean by computer... I think the very first was the VIC20, followed immediately (six months) by the Commodore 64 with a 1541 floppy drive and modified firmware (it ran four times faster than the original).
I used it to create and sell the first (small) warehouse management programs.
It was 1981/1982, and the Commodore 64 arrived directly from America thanks to an American friend (it cost me an arm and a leg). Fortunately, the following year they began distributing it in Europe at a more affordable price.
In 1983, I assembled a PC XT as a school exercise... thanks to Peter Norton and his manuals. I used it to create the first "booth" for ATMs in my city, where the free/busy signal and door opening were managed by the modified XT firmware via the parallel port.
What wonderful days.

.... Uhmmm really the first computer used was at school (1980), a machine with CP/M but I don't remember the hardware system. I Know it was connected to a Unix datacenter.
« Last Edit: January 08, 2026, 05:09:43 pm by LeP »

marcov

  • Administrator
  • Hero Member
  • *
  • Posts: 12982
  • FPC developer.
Re: What was your first computer?
« Reply #4 on: January 08, 2026, 04:55:23 pm »
C=64 somewhere mid eighties.  Taperecorder only a few days later. 5"25 Drive several years later.  Had both MPS 801 and 803 printers.

First PC 386SX20 with 2 MB RAM, 40MB harddisk and a Trident 9000 VGA card  and an Epson LQ 400 printer (December 1989 or 1990)

All except for the MPS803 purchased at Allkauf (later renamed to Real, and nowadays Kaufland) in Heinsberg, because back then electronics was cheaper in Germany than in the Netherlands.

Software

On C64 I started in Basic and was working on a font editor (for C=64s iirc 7x6 fonts). Displaying it was too slow in Basic, so I learned assembler to accelerate operations. Later I mostly worked entirely in assembler, but with a toplevel Basic program that mostly only did some calculations of parameters for the assembler routines that it called. Something that I still do in Delphi/FPC nowadays for my image processing routines.

On PC to learn QBasic I initially started with a simple graphical GUI (more something like you would make with Graph, not something like Lazarus). QBasic was too slow, and I got TP4 from a teacher and switched to it (months) and TP6 and BP7 a few months later again because I went to university and they had site licenses that also covered student use at home.

I dabbled what with inline assembler (as much example code from SWAG used it), but a good 1 1/2 year later (1994) I switched to Topspeed Modula2. The compiler was slightly more modern than TP and had an extra large model to avoid 64k BSS datasegment issues. I did a lot of work there and got more familiar with assembler. My biggest PC program from that time was a shareware cost analyser for Fido networks based on a logfile and nodelist scanner combined with the (telephone) telecom structure in the Netherlands. It mostly was used to measure how much Fido backbone costs a node had occured in a period, since those costs were shared.
I had maybe 5 licensees and some of them paid in old hardware, not money, but the primary benefit however was getting some more CS/IT savvy contacts.( I studied chemistry at the time)

For that work however, the 640k limit (and I was already using EMS) was a serious limitation and in 1997 I started looking out for a 32-bit Dos compiler. (While I moved to  with win9x OSR1, I mostly only booted it for a few games and programs for school). I failed to get GPC working at all. In desperation I checked out DJGPP, but that was also a hit and miss, and example code was scarce and used unix derived libraries that were not a good fit for Dos in my opinion back then (and still).

So I ended up with FPC somewhere in april 98 I think. I ported some of the assembler code over, but not the cost analyser. Fido was declining, but the big killer was that most international and backbone connections went to internet, cutting out many of the reasons for cost sharing amongst backbone nodes. I kept submitting fixes for the dos and Linux RTL, and in end 1999 started to port FPC to FreeBSD because that was what my university account used. Somewhere in early 2000 I became core and had to figure out CVS (aargh)
« Last Edit: February 23, 2026, 12:18:17 pm by marcov »

rvk

  • Hero Member
  • *****
  • Posts: 7064
Re: What was your first computer?
« Reply #5 on: January 08, 2026, 05:47:07 pm »
Yikes... we are getting old   :o

For me it also was a Commodore VIC-20.

(I think the C64 was still too expensive when I got it.)

Dzandaa

  • Hero Member
  • *****
  • Posts: 557
  • From C# to Lazarus
Re: What was your first computer?
« Reply #6 on: January 08, 2026, 06:15:45 pm »
Hi,

I think my first computer was a DAI (a virtually unknown Belgian computer brand).

https://electrickery.nl/comp/dai/

I also wrote my first RPG called "Castel" (what an imagination) in BASIC.

In my early days at work in 1980, I created a circuit board with an 8085 processor (and other control boards) to control a video camera and analyze CO2 concentrations from old paper data dating back to 1953. I found a circuit board and its schematics in my basement.

The management was done in "forth" language in an EEPROM.


B->
« Last Edit: January 10, 2026, 05:31:04 pm by Dzandaa »
Regards,
Dzandaa

Martin_fr

  • Administrator
  • Hero Member
  • *
  • Posts: 12612
  • Debugger - SynEdit - and more
    • wiki
Re: What was your first computer?
« Reply #7 on: January 08, 2026, 07:50:36 pm »
ZX 81

rvk

  • Hero Member
  • *****
  • Posts: 7064
Re: What was your first computer?
« Reply #8 on: January 08, 2026, 07:55:40 pm »
Another interesting question would be:
Who still has their first computer  :D

Mine ended up on the scrap heap a long time ago.

BlueIcaro

  • Hero Member
  • *****
  • Posts: 834
    • Blog personal
Re: What was your first computer?
« Reply #9 on: January 08, 2026, 08:23:50 pm »
Hi, commodore Vic 20

/BlueIcaro

fcu

  • Full Member
  • ***
  • Posts: 131
Re: What was your first computer?
« Reply #10 on: January 08, 2026, 08:27:54 pm »
intel celeron 400mhz  , 64mb ram , 32gb hdd ( 1999 )

PascalDragon

  • Hero Member
  • *****
  • Posts: 6418
  • Compiler Developer
Re: What was your first computer?
« Reply #11 on: January 08, 2026, 09:08:37 pm »
A 25 MHz Intel 386 (or 286) with 25 MB hard disk, Windows 3.11 and a CD-ROM drive connected at the parallel port (back in 1994). 🥰

Lulu

  • Sr. Member
  • ****
  • Posts: 405
Re: What was your first computer?
« Reply #12 on: January 08, 2026, 09:24:52 pm »
ZX-81
I remember, I went to work in the fields picking fruit so I could afford it.
When I bought it, it was one of the best days of my life!
I used it so much that there were holes in the keyboard.  :D
wishing you a nice life!
GitHub repositories https://github.com/Lulu04

Paolo

  • Hero Member
  • *****
  • Posts: 768
Re: What was your first computer?
« Reply #13 on: January 08, 2026, 09:45:37 pm »
8086, no HD, only two foppies (A: for OS  B: for data).

dseligo

  • Hero Member
  • *****
  • Posts: 1690
Re: What was your first computer?
« Reply #14 on: January 08, 2026, 10:50:56 pm »
C64. I still have it

 

TinyPortal © 2005-2018