Earlier quoted context omitted.
But too young to know writing code and speccing data structures on paper (and/or napkins...) was quite common before airplane-friendly computers were available? (And for a long time after, really; ubiquitous ownership of laptops is a quite recent thing).
From this Woz quote it was pretty common: "I wrote all my code on paper in hexadecimal. I couldn't afford an assembler to translate my programs into hexadecimal bytes, I did it myself. Even my BASIC interpreter is all hand written. I'd type 4K into the Apple I and ][ in about an hour. I, and many others too I think, could sit down and start typing hexadecimal in for a SMALL program to solve something that occured or…
“I wrote FAT on an airplane, for heaven's sake”
61–70 of 119 posts
Re: “I wrote FAT on an airplane, for heaven's sake”
#62Earlier quoted context omitted.
Not exactly. I am a huge fan of code modularization, but what modularization offers you is the ability to decrease the exponent (i.e. to be devTime^1.01 instead of devTime^2). Some features though (including segment tuning, from the sound of it), will touch a ton of other features regardless of how well you modularize your code. I work at a networking company (Arista), and a lot of the interesting problems come from…
pg's whole thesis for lisp was that it reduces the increasing time of modifying larger codebases to o(log n) rather than o(n^k) or o(n) (n being size of codebase)
Re: “I wrote FAT on an airplane, for heaven's sake”
#63Re: “I wrote FAT on an airplane, for heaven's sake”
#64I'm old enough to know he didn't carry a computer on the plane....
At one work place, I spent most of the day away from the computer (terminal) waiting for the operational boys to get their stuff done.
I would spend most of my coding day scribbling out code changes onto the fanfold printout.
Re: “I wrote FAT on an airplane, for heaven's sake”
#65Re: “I wrote FAT on an airplane, for heaven's sake”
#66Re: “I wrote FAT on an airplane, for heaven's sake”
#67Re: “I wrote FAT on an airplane, for heaven's sake”
#68I'm old enough to know he didn't carry a computer on the plane....
Re: “I wrote FAT on an airplane, for heaven's sake”
#69I'm old enough to know he didn't carry a computer on the plane....
According to one book (Hackers?), he wrote the loader code for BASIC for the Altair on the plane to NM. If I remember right, he did have a Compaq "portable" he lugged around in the early portable days. Something like http://oldcomputers.net/compaqi.html It obviously came out after DOS / FAT.
Re: “I wrote FAT on an airplane, for heaven's sake”
#70Earlier quoted context omitted.
According to one book (Hackers?), he wrote the loader code for BASIC for the Altair on the plane to NM. If I remember right, he did have a Compaq "portable" he lugged around in the early portable days. Something like http://oldcomputers.net/compaqi.html It obviously came out after DOS / FAT.
That was Paul Allen, if I remember correctly.