Julien Simon - Chief Evangelist at Arcee AI, expert in Practical AI and Small Language Models

Julien Simon

Chief Evangelist @ Arcee AI

Leading the AI revolution through Small Language Models, empowering enterprises with cost-effective, privacy-first AI solutions that deliver superior performance at scale.

Computers, UNIX, and Me

My journey in technology began long before AI and machine learning. I was born in 1971, the same year as the first microprocessor, the Intel 4004. Perfect timing to witness first hand the revolution of microcomputing.

These are the actual computers I owned and learned to program on, from my first steps with BASIC on the Commodore PET to more advanced development on the Macintosh. Each machine represents a chapter in my personal computing story and the evolution of my programming skills.

These computers were my daily and nightly companions as I discovered the joy of programming. They taught me everything from basic algorithms to hardware architecture, and each one holds memories of late-night coding sessions and the excitement of making things work.

I didn't know about the 10,000-hour rule back then; who knows if it holds true anyway. By the time I graduated in 1994, I was well over the 20,000-hour mark. I didn't do it to become great at anything. I just did it because I loved it. No regrets!

The Computers I Owned

Beautiful machines, each one of them. Everything that came after was "just a computer".

1. Commodore PET CBM 2001 (1977)

Commodore PET CBM 2001

The first personal computer by Commodore. Known for its all-in-one design with built-in keyboard, monitor, and cassette drive.

Hardware

  • MOS 6502 @ 1 MHz • 4 KB RAM (expandable)
  • Monochrome display (40x25 characters)
  • Built-in Datasette (cassette drive)

Software

  • Commodore BASIC 1.0 (Microsoft BASIC)
  • Commodore KERNAL + BASIC interpreter

2. Commodore VIC-20 (1980)

Commodore VIC-20

An affordable, user-friendly home computer that became wildly popular.

Hardware

  • MOS 6502 @ 1 MHz • 5 KB RAM
  • Color graphics (176x184)
  • Cartridge slot for games and software

Software

  • Commodore BASIC 2.0 (Microsoft BASIC)
  • Commodore KERNAL + BASIC interpreter

3. Apple IIe (1983)

Apple IIe

A highly successful model in the Apple II line, noted for its expandability and durability.

Hardware

  • 65C02 @ 1.023 MHz • 64 KB RAM (expandable)
  • Enhanced keyboard with full ASCII support
  • Text and color graphics

Software

  • AppleSoft BASIC (Microsoft BASIC)
  • Apple DOS 3.3 or ProDOS

4. Apple IIc (1984)

Apple IIc

The portable version of the Apple IIe; compact but not a laptop.

Hardware

  • 65C02 @ 1.4 MHz • 128 KB RAM
  • Built-in 5.25" floppy drive
  • Composite video output

Software

  • AppleSoft BASIC
  • ProDOS (included in ROM), Apple DOS 3.3

5. Amstrad CPC464 (1984)

Amstrad CPC464

Popular in Europe; an all-in-one home computer with integrated cassette drive.

Hardware

  • Zilog Z80 @ 4 MHz • 64 KB RAM
  • Color graphics
  • Built-in cassette recorder

Software

  • Locomotive BASIC
  • AMSDOS (Amstrad Disk Operating System, optional with floppy drive)

6. IBM PC XT (1983 / Transportable version ~1984-85)

IBM PC XT

IBM's follow-up to the original PC, notable for adding a hard drive. The transportable version was luggable but not truly portable.

Hardware

  • Intel 8088 @ 4.77 MHz • 128 KB – 640 KB RAM
  • 10 MB hard drive
  • 5.25" floppy drives

Software

  • None in ROM (IBM BASIC on disk)
  • PC-DOS 2.0 (or MS-DOS equivalent)

7. IBM PC Convertible (5140) (1986)

IBM PC Convertible

The first IBM laptop with battery power and LCD screen.

Hardware

  • Intel 80C88 @ 4.77 MHz • 256 KB RAM
  • Dual 3.5" floppy drives
  • Monochrome LCD display

Software

  • None in ROM (BASIC via disk or cartridge)
  • PC-DOS 3.2

8. Macintosh SE/30 (1989)

Macintosh SE/30

A compact Macintosh hailed for its power and expandability.

Hardware

  • Motorola 68030 @ 16 MHz • 1 MB – 128 MB RAM (expandable)
  • 9" monochrome display
  • SCSI hard drive support

Software

  • None (programming via HyperCard, MPW, Think C)
  • System 6.0.3 – System 7.5.5 (Classic Mac OS)

9. Macintosh IIfx (1990)

Macintosh IIfx

Nicknamed the "wicked fast" Mac, it was Apple's fastest and most expensive Mac at launch.

Hardware

  • Motorola 68030 @ 40 MHz • Up to 128 MB RAM
  • SCSI and NuBus expansion
  • Dual 6502 I/O processors

Software

  • None
  • System 6.0.5 – Mac OS 7.6.1

10. Macintosh PowerBook 180 (1992)

Macintosh PowerBook 180

A high-end model in Apple's early PowerBook line, praised for its performance.

Hardware

  • Motorola 68030 @ 33 MHz • 4–14 MB RAM
  • 9.8" grayscale active matrix display
  • Internal modem optional

Software

  • None
  • System 7.1 – Mac OS 7.6.1

My UNIX Journey (1992-)

My UNIX journey began in early 1992 while studying for my Computer Science engineering degree. Rémy Card was teaching the UNIX class, so I got a Linux system running from day 1. The first release I installed was 0.13, which then became 0.95 in March '92 (the first release with X Window support). I still remember downloading the floppy images from René Cougnenc's BBS.

There wasn't a lot of Linux documentation at that time... and none in French. So I started writing my own guide, called "Le Guide du Rootard pour Linux (GRL)". I also translated Matt Welsh's Linux info sheet with some help from René. For a while, these two documents were the only Linux documentation in French. Shortly after, Rémy, René, and myself co-wrote in Tribunix what is possibly the first magazine article ever published in France on Linux.

During that time, I got to meet Linus Torvalds a few times. I also attended the 1st Linux Conference in Heidelberg in '94 and met Richard Stallman there. By then, I had started to work - which meant that I had less time - and I was also growing increasingly annoyed by the business circus surrounding Linux. In May '95, I decided to stop maintaining the GRL, with Rémy saying that I "massively contributed to Linux usage in France".

In late '96, I somehow found the time to work on a French translation of Kirk McKusick's 4.4BSD book. This book consumed all my evenings (and many nights) for months. I guess having the privilege to exchange some e-mails with Kirk was worth it all!

Here's my collection of UNIX books and documentation that guided my journey through Linux, BSD, and open source software development. These books represent the foundation of my understanding of operating systems and UNIX philosophy.

UNIX Book Gallery

Vintage UNIX & BSD CD Collection (1994-1999)

Vintage UNIX and BSD CD Collection
  • 4.4BSD Lite (1 CD, June 1994) - Complete 4.4BSD Lite source distribution with all AT&T files removed. This is where NetBSD, FreeBSD & OpenBSD come from.
  • BSDisc (1 CD, November 1994) - Complete source & binaries for NetBSD 1.0 and FreeBSD 2.0. As far as I know, this was the first CD release for both OSes.
  • FreeBSD 2.0.5 (2 CDs, July 1995) - Full distribution (sources & binaries) plus a live CD.
  • FreeBSD 2.2.5 (4 CDs, November 1997) - Full distribution (sources & binaries), plus a live CD and a copy of the CVS repository.
  • FreeBSD Toolkit (6 CDs, May 1999) - FreeBSD 2.2, 3.1 & 4.0, plus a ton of packages. It was really time for the DVD-ROM to be invented :)
  • GNU - Free Software for UNIX (1 CD, February 1996) - 83 source packages, with pre-compiled binaries for SunOS 4.1.4 and Solaris 2.4. Emacs, gcc, g++, gdb, perl 4 & 5. Says the backcover: "With this disc, you can bring any barebones system up to a professional working environment" :)

UNIX Philosophy & Culture

Live Free or Die: UNIX License Plate

The UNIX philosophy extends far beyond technology - it's a way of thinking about freedom, choice, and the power of simple, elegant solutions. This custom license plate combines New Hampshire's state motto "Live Free or Die" with UNIX, representing the deep connection between the UNIX philosophy and the open source movement.

Contact

For consulting, speaking engagements, or AI partnerships:

Email:julien@julien.org