satiated_grue | 16 days ago | on: Instruction decoding in the Intel 8087 floating-point chip
satiated_grue's comments
satiated_grue | 17 days ago | on: Four Column ASCII (2017)
Look at the Teletype ASR-33, introduced in 1963.
satiated_grue | 21 days ago | on: What's the difference between a "disc" and a "disk"? (2023)
For one quickly Googled example, the Sperry Univac 8433, may its heads never crash:
https://bitsavers.trailing-edge.com/pdf/univac/1100/brochure...
satiated_grue | 23 days ago | on: Officials Claim Drone Incursion Led to Shutdown of El Paso Airport
Relevant chapter from FAA "Pilot's Handbook of Aeronautical Knowledge": https://www.faa.gov/sites/faa.gov/files/17_phak_ch15.pdf
In the "Flight Levels", altitudes are referred to not in feet above sea level but as "FLxxx" where xxx is a nominal altitude in 100s of feet.
Altimetry is done using barometric pressure. Since this varies with weather, airplanes at lower altitudes set their altimeters to the local barometric pressure for a reasonably accurate reading. In the flight levels, where planes are typically covering ground quickly and there is very little chance of your path conflicting with the surface of the Earth, every plane sets to an agreed-upon reference of 29.92 inches of mercury as the altimeter setting.
satiated_grue | 25 days ago | on: Ga68, a GNU Algol 68 Compiler
satiated_grue | 1 month ago | on: Two kinds of AI users are emerging
satiated_grue | 1 month ago | on: Computer History Museum Launches Digital Portal to Its Collection
https://en.wikipedia.org/wiki/The_Computer_Museum,_Boston#Co...
satiated_grue | 1 month ago | on: F-16 Falcon Strike
Using modern electronics (FPGAs etc.), processors, and high-density memories, you can imagine the processing, graphics, and I/O improvements that can be made for relatively low cost.
Many hobbyist machines at this point are highly modified, with much new software taking advantage of the new features, so specifying "classic unmodified" pretty much means a system into which you could have slapped a ROM cartridge purchased at your local computer store back in the day. XL/XE sounds like it rules out the original 800 and 400 models.
satiated_grue | 1 month ago | on: The Z80 Membership Card (2015)
satiated_grue | 1 month ago | on: Favorite Tech Museums
The downtown location has more interpretation of artifacts - sometimes at the Udvar Hazy it's hard to really appreciate what you're looking at without a docent-led tour or other context.
It also doesn't hurt that the docents include people like an SR-71 pilot.
satiated_grue | 1 month ago | on: Favorite Tech Museums
They have not only the actual Wright Brothers Cycle Shop building and their house from 7 Hawthorn St. Dayton (Ford moved the buildings), but Ford hired their mechanic Charlie Taylor to set everything up as it was in Dayton. Taylor re-acquired the original tools; not the same kind, the exact serial numbers. When you walk outside, there's even a Dayton manhole cover on the ground.
satiated_grue | 1 month ago | on: Favorite Tech Museums
A great museum in its own right, and some overlapping with the NSA Museum (e.g. Crays, TEMPEST Macintoshes).
satiated_grue | 1 month ago | on: Favorite Tech Museums
satiated_grue | 2 months ago | on: Snitch – A friendlier ss/netstat
satiated_grue | 3 months ago | on: Matchbox Educable Noughts and Crosses Engine
satiated_grue | 3 months ago | on: Unix v4 Tape Found
satiated_grue | 3 months ago | on: The seven second kernel compile
satiated_grue | 3 months ago | on: 1973 implementation of Wordle was published by DEC (2022)
Because OCT 31 == DEC 25
satiated_grue | 4 months ago | on: Blue Prince (1989)
They realized that inverting the screen was as simple as inverting the row-pointer array. Then they managed to convince Broderbund to ship a double-sided floppy with that change in the software.
satiated_grue | 4 months ago | on: Learning a Bit of VGA
MDA = Monochrome Display Adapter (text only) https://en.wikipedia.org/wiki/IBM_Monochrome_Display_Adapter
CGA = Color Graphics Adapter https://en.wikipedia.org/wiki/Color_Graphics_Adapter
EGA = Enhanced Graphics Adapter https://en.wikipedia.org/wiki/Enhanced_Graphics_Adapter
VGA = Video Graphics Array https://en.wikipedia.org/wiki/Video_Graphics_Array
With some others like the Hercules which was MDA upward-compatible and did graphics as well as text.
They didn't really do any graphics "processing"; just displaying memory-mapped pixels in various formats.
They were memory-mapped, and the MDA used a different memory block than the CGA/EGA/VGA, so you could have two separate monitors simultaneously, doing things lke running something like Turbo Debugger on the MDA text display.
https://en.wikipedia.org/wiki/Intel_8089