Digital Deli, 1984 book by early PC hackers and enthusiasts
atariarchives.org
Digital Deli, 1984 book by early PC hackers and enthusiasts
1–10 of 13 posts
Re: Digital Deli, 1984 book by early PC hackers and enthusiasts
#2Am I exaggerating? You decide. I wrote a popular program for the Apple II (Apple Writer). International best-seller, translated into five languages. It was a word processor that included a macro language.
Are you sitting down? Hand-coded in assembly language, my program ran in eight kilobytes of memory. That left 24 kilobytes for a document, on a computer with 32 kilobytes of RAM.
In the present, I watch my GPU complain that it's run out of VRAM, and I lament that I only have 24 gigabytes available. That's a million times more memory than the Apple Writer document size, but hey -- not enough.
Over a span of just 36 years.
One more story. In the early 1980s, Tom Clancy (Hunt for Red October) called me and asked how to recover content from a disk his computer couldn't read any more. It was a full chapter of his Red October book project, written on Apple Writer.
I said, "Use your backup disk." Clancy replied, "What's a backup disk?"
True story.
Re: Digital Deli, 1984 book by early PC hackers and enthusiasts
#3I wrote one of the chapters in Digital Deli ( https://www.atariarchives.org/deli/cottage_computer_programm... ), in a computing world that bears little resemblance to the present. Am I exaggerating? You decide. I wrote a popular program for the Apple II (Apple Writer). International best-seller, translated into five languages. It was a word processor that included a macro language. Are you sitting down? Hand-coded in…
Re: Digital Deli, 1984 book by early PC hackers and enthusiasts
#4I wrote one of the chapters in Digital Deli ( https://www.atariarchives.org/deli/cottage_computer_programm... ), in a computing world that bears little resemblance to the present. Am I exaggerating? You decide. I wrote a popular program for the Apple II (Apple Writer). International best-seller, translated into five languages. It was a word processor that included a macro language. Are you sitting down? Hand-coded in…
I used Apple Writer in on Apple II machines in my public library in the 80s. I can't say I remember a ton about it but it's definitely a name I remember. I remember using AppleWorks on the machines at school, but I liked Apple Writer better and lamented that I wasn't permitted to use it at school (because the teacher said she wasn't familiar with it and couldn't help me if I had problems).
Re: Digital Deli, 1984 book by early PC hackers and enthusiasts
#5I wrote one of the chapters in Digital Deli ( https://www.atariarchives.org/deli/cottage_computer_programm... ), in a computing world that bears little resemblance to the present. Am I exaggerating? You decide. I wrote a popular program for the Apple II (Apple Writer). International best-seller, translated into five languages. It was a word processor that included a macro language. Are you sitting down? Hand-coded in…
> There's a lot of talk these days about how the individual cottage programmer is on the way out.
It feels like we're actually returning to the age of the individual cottage programmer. LLMs are really a force-multiplier allowing a single dev to do what was once the work of a whole team.
Re: Digital Deli, 1984 book by early PC hackers and enthusiasts
#6I wrote one of the chapters in Digital Deli ( https://www.atariarchives.org/deli/cottage_computer_programm... ), in a computing world that bears little resemblance to the present. Am I exaggerating? You decide. I wrote a popular program for the Apple II (Apple Writer). International best-seller, translated into five languages. It was a word processor that included a macro language. Are you sitting down? Hand-coded in…
You make do with the memory and cycles available, things get easier as the resources get less tight, it's easy to use things like garbage collection rather than doing the hard yards and managing memory yourself, or to break branch prediction by using virtual objects
Re: Digital Deli, 1984 book by early PC hackers and enthusiasts
#7I wrote one of the chapters in Digital Deli ( https://www.atariarchives.org/deli/cottage_computer_programm... ), in a computing world that bears little resemblance to the present. Am I exaggerating? You decide. I wrote a popular program for the Apple II (Apple Writer). International best-seller, translated into five languages. It was a word processor that included a macro language. Are you sitting down? Hand-coded in…
I suppose it depends on your perspective as to whether this is really a different world from today... I recently wrote the firmware for a USB NFC reader (in C) and it uses much less than 8KB of RAM, maybe half that. I know that's not a word processor, but people are in fact still coding within such tight restraints in $current_year.
Re: Digital Deli, 1984 book by early PC hackers and enthusiasts
#8I wrote one of the chapters in Digital Deli ( https://www.atariarchives.org/deli/cottage_computer_programm... ), in a computing world that bears little resemblance to the present. Am I exaggerating? You decide. I wrote a popular program for the Apple II (Apple Writer). International best-seller, translated into five languages. It was a word processor that included a macro language. Are you sitting down? Hand-coded in…
Just out of curiosity, what word processor do you use today?
Re: Digital Deli, 1984 book by early PC hackers and enthusiasts
#9I wrote one of the chapters in Digital Deli ( https://www.atariarchives.org/deli/cottage_computer_programm... ), in a computing world that bears little resemblance to the present. Am I exaggerating? You decide. I wrote a popular program for the Apple II (Apple Writer). International best-seller, translated into five languages. It was a word processor that included a macro language. Are you sitting down? Hand-coded in…
Very cool! Just out of curiosity, what word processor do you use today?
Re: Digital Deli, 1984 book by early PC hackers and enthusiasts
#10I wrote one of the chapters in Digital Deli ( https://www.atariarchives.org/deli/cottage_computer_programm... ), in a computing world that bears little resemblance to the present. Am I exaggerating? You decide. I wrote a popular program for the Apple II (Apple Writer). International best-seller, translated into five languages. It was a word processor that included a macro language. Are you sitting down? Hand-coded in…
> my program ran in eight kilobytes of memory I suppose it depends on your perspective as to whether this is really a different world from today... I recently wrote the firmware for a USB NFC reader (in C) and it uses much less than 8KB of RAM, maybe half that. I know that's not a word processor, but people are in fact still coding within such tight restraints in $current_year.