Wordstar was the word processor that helped sell the personal computer. At one time, it was ubiquitous, and many authors had a hard time giving it up. Some, like George R. R. Martin, apparently are still refusing to give it up. But most of us have moved on. Thanks to an open-source clone, WordTsar, you may not have to. This is a modern interpretation of our old friend.
Programmers that write were especially fond of WordStar since it had a non-document mode and was often the best text editor you had available for writing code. Being able to do your documentation without switching brain gears is useful, too. Touch typists love the efficiency of easy control of things without resorting to cursor keys or a mouse — the same thing vi and emacs fans enjoy but in a different way.
The software runs on multiple platforms and has some new features. Installation on Linux is easy because it is packaged in an AppImage file. Of course, you can also fire up your best CP/M machine, replica, or emulation and run the real WordStar, but — honestly — WordTsar seems more practical if you wanted to go back to using this kind of wordprocessor or editor for everyday use.
If you’re one of the more than 180,000 subscribers to [Alan Wolke]’s YouTube channel W2AEW, you’ll know he’s a lover of old test gear and ham radio hardware. You may have followed one of his tutorials, or referenced his work while repairing or upgrading your own equipment. But when we got a chance to talk to him one-on-one during Vintage Computer Festival East 2023, we were treated to a more personal look at the man himself.
Like many of us, [Alan] says he got his start with electronics at a young age simply by taking things apart and trying to put them back together again. From there he got a job in a TV repair shop during high school, where he was able to hone his natural curiosity into a marketable skill. His career took him through several of tech companies, but he ultimately ended up in an engineering role at Tektronix, a position he’s held for nearly 20 years.
Despite continuing to stay on the cutting edge, it’s no surprise that he still has a certain attraction to the technology from his youth. But it’s more than simple nostalgia — he points out that vintage hardware is generally easier to service than modern gear. As many of his own videos show, there was something of a technological “sweet spot” around the mid-20th century to the 1980s or so; where you could expect to not only have schematics available, but the design and construction of hardware was such that you could still reason your way through it using basic troubleshooting principles.
As for being a ham, [Alan] thinks it’s a great way for get an even deeper understanding of technology. He says that if you’re interested in learning how electronics work, repairing and upgrading old radio hardware is a great way to flex your mental muscles. But at the same time, being a ham isn’t limited to dusting off war-surplus radios that were built before you were born. There’s plenty of ways to mix in modern technology, from digital modes to receiving signals from satellites using a software-defined radio.
There are plenty of bizarre computers around from the 70s through the 90s before the world somewhat standardized around various duopolies of hardware vendors and operating systems. Commodore, Atari, and even Apple had some bizarre machines from this era but for our money, the most unusual systems come out of the Eastern Bloc. We’ve featured plenty of these before, and the latest is a Robotron CM1910 which comes to us from [Chernobyl Family] via YouTube.
Built in East Germany behind the wall, the Robotron factories had easier access to Soviet than western parts, but the latter were also available when necessary. Hence it’s built on an Intel 8086 processor, which seems common enough for the era, but after opening the case some non-standard construction becomes apparent.
The first is a densely-packed array of circuit boards and wiring, far beyond what a western PC might have included in this time. This also partially explains its massive 25 kg weight. It does include a hard drive, two floppy disk drives, a large dedicated graphics card, and a modem which all contribute as well. The overall design philosophy of the machine was a headscratcher too, which would have involved near-complete dismantling of the machine to access or repair some of the parts, as well as some hidden peripheral and drive controllers in questionable locations.
From the looks of it, we doubt this computer will see any uptime anytime soon, although they did at least restore the keyboard. With all of the chips accessible on PCBs, it might be possible to get this machine up and running again although it would take a massive effort thanks to its non-standard design and construction, and might also require help from builds like this to replace or emulate some of the hardware.
Emulators are easy and convenient, but for some retrocomputing enthusiasts nothing comes close to running classic software on actual era-appropriate hardware. This can become a problem, though, for those into vintage PC gaming: old PCs and their monitors are notoriously large and heavy, meaning that even a modest collection will quickly fill up a decent family home. There is a solution however, as [The Eric Experiment] demonstrates in his latest video. He designed and built a 3D-printed mini PC that runs on an actual 486 processor.
An ordinary desktop motherboard would have required a rather large case to begin with, so [Eric] started his project by buying an old industrial PC board. Such a device has the processor and all main motherboard components sitting on an ISA card, which then connects to other ISA cards through a backplane. This way, a complete system with expansion cards can be made way more compact than even the sleekest desktop PCs of the time. An SD-card-to-IDE converter makes for an extremely slim hard drive replacement, while a Gotek floppy emulator allows the system to boot as if there’s actually a floppy drive present.
Even the side panels slide in exactly like they do on real PC cases.
All of this is pretty neat to begin with, but by far the most impressive parts of the Tiny 486 project are the enclosures that [Eric] designed for the PC and its accompanying monitor. Both were modelled off real-world examples and are accurate down to the smallest details: the tilting stand that clips onto the base of the monitor for instance, or the moving latch on the faux 5.25″ floppy drive. That latch operates a cleverly hidden door that reveals the USB connector for the floppy emulator. The compulsory seven-segment LED display on the mini tower’s front panel now finally serves a useful purpose – indicating which floppy image is currently active.
Sporting an Intel 486-DX4 100 MHz processor, 32 MB of RAM, a Tseng ET4000 video card and an ESS Audiodrive for sound, the tiny 486 can run DOS or Windows 95, although performance in the latter is a bit limited due to the lack of a local-bus video card. It’s perfectly fine for most DOS games though, and a lot more practical than a full-sized desktop PC.
[Emupedia]’s work to preserve computer history by way of making classic and abandoned games and software as accessible as possible is being done in a handy way: right in your browser with EmuOS.
A few moments of BIOS startup kicks off EmuOS right in a browser window.
Doing things this way has powerful “Just Works” energy. Visit that link in a modern browser and in no time at all you’ll be looking at a Windows 95 (or Windows 98, or Windows ME) desktop, filled with a ton of shortcuts to pre-installed and ready-to-run classic software. Heck, you can even keep it simple and be playing the original Microsoft Solitaire in no time flat. There is also a whole ton of DOS software waiting to be fired up, just double-click the DOSBox icon, and browse a huge list. The project is still in development, so not everything works, but the stuff that does is awfully slick.
Although ARM CPUs have been making headway in several areas of computing over the last decade or so, the vast majority of desktop, laptop and server CPUs are still based on the x86 architecture. How that came to be is no secret, of course: IBM chose the Intel 8088 to power its model 5150 PC back in the early 1980s, and since it became the dominant PC platform, everyone else followed suit. But what if IBM’s purchasing department had got a good deal at Motorola instead? [Ted Fried] has been experimenting with that scenario, by equipping an IBM PC with a 68000 CPU.
To be fair, he didn’t use an actual Motorola chip; instead, he emulated a 68k core on a Teensy 4.1 and implemented the 8088’s bus interface on its pins. The emulated core does exactly the same thing an actual CPU would do, while the rest of the computer works the same way it always did – data is stored in the motherboard’s DRAM chips, keystrokes are processed by the standard 8255 chip and progam output is displayed on the monitor through the MDA video card. Continue reading “IBM PC Runs BASIC With Motorola 68000 CPU Upgrade”→
With the last manufacturer of 3.5″ floppy disks (FDs) having shut down in 2010, those who are still using this type of storage medium for production and/or retrocomputing purposes have to increasingly rely on a dwindling stack of new old stock, or the used market. With the purported unreliability of this type of magnetic media in mind, what are the chances of a box of used FDs — whether DD or HD format — still working in 2023? That’s the question which [VWestLife] set out to answer in a recent video when he bought a stash of these real-life save icons in 720 kB format from eBay.
To his delight, he found that he could read most of the disks without issues, revealing contents that had been on there since the 1990s. All but four also could be formatted without issues, the problematic disks reported bad sectors, which was a bit of a bummer. As a practical demonstration of how fun magnetic media is, he then proceeded to try and fix these four disks with a bulk eraser tool. This is a rather brute-force tool that uses a rapidly fluctuating electromagnetic field to scramble the bits on magnetic media.
As the cause of reported bad sectors and other issues can be due to sector alignment issues from years of constant writing by different drives, this may sometimes fix a disk. In this case one of the bad disks was fixed, while a second still showed bad sectors while the remaining two refused to format at all. Assuming one can get a box of old FDs for cheap and has a few hours to kill, it’s not a bad way to refill that stack of empty FDs.