HackerTrans
TopNewTrendsCommentsPastAskShowJobs

theodorethomas

no profile record

comments

theodorethomas
·il y a 3 mois·discuss
Reading the Steelman document is like reading a shopping list of everything that's gone into modern Fortran.
theodorethomas
·il y a 3 mois·discuss
I wonder how this combines with Richardson's Theorem.
theodorethomas
·il y a 3 mois·discuss
Except the 486 had hardware floating point, essential for technical work.
theodorethomas
·il y a 3 mois·discuss
The 486 and https://www.delorie.com/djgpp/history.html changed everything.

Suddenly, it was possible to imagine running advanced software on a PC, and not have to spend 25,000 USD on a workstation.
theodorethomas
·il y a 3 mois·discuss
One consequence of that is that the Earth, as seen from the nearside of the Moon's surface, just hangs there, never moving, apart from a small wobble.
theodorethomas
·il y a 4 mois·discuss
Apollo Command Module interior colour is similar, and gorgeous.
theodorethomas
·il y a 4 mois·discuss
I remember a 120MHz Pentium Linux box arriving at a cottage in Crete, where, with the aid of a 56k USRobotics modem, we (my wife and I) worked remotely in 1995-6. She had a Mac SE/30 for her tourist guidebook work. She later upgraded to a 6100 PowerMac "pizza-box", various iMacs, G3/G4/G5, whereas I saved a quad-200MHz PentiumPro monster (Compaq Professional Workstation 8000, tricked up to 3GB RAM) from the skip. I regret taking that to the recycling centre many years later.
theodorethomas
·il y a 4 mois·discuss
There are two ways of constructing software: one way is to make it so simple that there are obviously no deficiencies, and the other way is to make it so complicated that there are no obvious deficiencies. The first method is far more difficult.

— C. A. R. Hoare
theodorethomas
·il y a 6 mois·discuss
The sheer amount of dedication is awe-inspiring. In the 80s, at Imperial College, London, Theoretical Physics Group, we came across some correspondence intended for one of the professors, I think. This person had evidently "translated" his native Spanish into English, laboriously, via some dictionary we thought. We spent many tea breaks puzzling over phrases such as

"Is well-knew the refran: of the said to made it has a good road."
theodorethomas
·il y a 8 mois·discuss
"The language assumes contiguous memory, column-major order, and no hidden aliasing between arrays."

One out of three ain't bad.

"Column-major order", that's the one. That just says that there is an implied order of elements of an array. This enables efficient mapping of an array of the language definition to storage with a linear address space. It does not require storage to be organised in any particular way.

"Contiguous memory". Not really, the language definition does not even use the word "memory". The language is carefully defined so that you can implement it efficiently on a linear address space in the presence of caches (no accident that IBM machines in the 80s were pushing caches while CRAY was pushing vector processors). The term "contiguous" in the language definition just means a collection whose parts are not separated by other data objects.

"no hidden aliasing between arrays". This is a crude mis-statement of the actual rule of argument association across subroutine/function caller-callee boundary. The rule takes pages to describe fully. A language that still has EQUIVALENCE statement (although marked obsolete) cannot be said to disallow aliasing. It is still quite hard to find a compiler that will reliably diagnose inadvertent aliasing at runtime. The actual rule in Fortran says something like "thou shall not cause any effect on (dummy name) A through a reference to some other name, unless (some-clause-x or y or z)".
theodorethomas
·il y a 8 mois·discuss
Do as much as you can in a spreadsheet, then start a new spreadsheet.
theodorethomas
·il y a 9 mois·discuss
Part I managed to miss the Antikythera Mechanism.