(no title)
a1371 | 6 months ago
Take this CAD demo from MIT back in 1963 showing features that I commonly use today: https://youtu.be/6orsmFndx_o
Then the 80s and 90s rolled in, the concept is computers that entered the mainstream. Imagination got too wild with movies like Electric Dreams (1984).
Videos like this make me think that our predictions of AI super intelligence are probably pretty accurate. But just like this machine, in actuality it may look different.
kristopolous|6 months ago
His doctor advisor was Claude Shannon and some of his students include the founder of Adobe, The founder of SGI and the creators of both Phong and Gouraud shading.
He also ran the pioneering firm Evans & Sutherland, a graphics research company starting in the 1960s. They produced things like https://en.wikipedia.org/wiki/Line_Drawing_System-1
He was a key person during the Utah school of computing's most influential years - when the Newell's famous Teapot came out for instance.
Saying his predictions are right on is kinda like saying Jony Ives predictions about what smartphones would look like was accurate
pixelpoet|6 months ago
nxobject|6 months ago
https://arc.cecs.pdx.edu
Tuna-Fish|6 months ago
JdeBP|6 months ago
Microdrives. The Jupiter Ace. Spindle controllers. The TMS9900 processor. Bubble memory. The Transputer. The LS-120. Mattel's Aquarius. …
And while we remember that we had flip-'phones because of communicators in 1960s Star Trek we forget that we do not have the mad user interfaces of Iron Man and that bloke in Minority Report, that the nipple-slapping communicators from later Star Trek did not catch on (quelle surprise!), that dining tables with 3-D displays are not an everyday thing, …
… and that no-one, despite it being easily achievable, has given us the commlock from Space 1999. (-:
* https://mastodonapp.uk/@JdeBP/114590229374309238
adrian_b|6 months ago
Unlike the contemporaneous CPUs and many later CPUs (which used buses), the Transputer had 3 main interfaces: a memory interface connecting memory to the internal memory controller, a peripheral interface and a communication interface for other CPUs.
The same is true for the modern server/workstation CPUs, which have a DRAM memory interface, PCIe for peripherals and a proprietary communication interface for the inter-socket links.
By inheriting designers from DEC Alpha, AMD has adopted this interface organization early (initially using variants of HyperTransport for peripherals and for inter-CPU communication), while Intel, like always, has been the last in adopting it, but they were forced to do this eventually (in Nehalem, i.e. a decade after AMD), because their obsolete server CPU interfaces reduced too much the performance.
pcblues|6 months ago
https://80sheaven.com/jupiter-ace-computer/
Second Edition Manual: https://jupiter-ace.co.uk/downloads/JA-Manual-Second-Edition...
MomsAVoxell|6 months ago
Vectrex. Jaz drives. MiniDisc. 8-track. CB Radio.
The more I notice, the less I feel there is a discussion to be had over this distinction.
The sci-fi predictions all came true - many of them, also came to pass, which is to say that the weight of the accomplishment of speculation to reality becomes immediately irrelevant in the context of the replacing technology.
Star Treks' communicators did catch on - among the content creation segment - but on the other hand, we also got the 'babelfish'-like reality of EarPods ..
I think the never-ending march of technology becomes fantastic at first, but mundane and banal the moment another fantasy is realised.
undebuggable|6 months ago
zahlman|6 months ago
Cthulhu_|6 months ago
smokel|6 months ago
FCOL most of us are now happy to have our AI overlords type out software on 80 column displays in plain ASCII because that is what we standardized on with Fortran.
zahlman|6 months ago
We aren't stuck with the terminal and CLIs. We stick with them, because they actually do have value.
80 columns is a reasonable compromise length, once you've accepted monospace text, that works with human perception, visual scanning of text etc. But many programmers nowadays don't feel beholden to this; they use any number of different IDEs, and they have their linters set varying maximum line lengths according to their taste, and make code windows whatever number of pixels wide makes sense for their monitor (or other configuration details), and set whatever comfortable font size with the corresponding implication for width in columns. (If anything, I'd guess programmers who actually get a significant amount of things done in terminal windows — like myself — are below average on AI-assisted-programming adoption.) Meanwhile, the IDE could trivially display the code in any font installed on the system, but programmers choose monospace fonts given the option.
As for "plain ASCII", there just isn't a use for other characters in the code most of the time. English is dominant in the programming world for a variety of historical reasons, both internal and external. Really, all of the choices you're talking about flow naturally from the choice to describe computer programs in plain text. And we haven't even confined ourselves to that; it just turns out that trying to do it in other ways is less efficient for people who already understand how to program.
kens|6 months ago
NoSalt|6 months ago