Slashdot Mirror


The Old Guard of Mac Indy Apps Has Thrived For More Than 25 Years (macworld.com)

Glenn Fleishman, writing for MacWorld: It seems like it was only yesterday that I first used BareBones Software's BBEdit, but in actuality, yesterday is so far away -- 25 years, in fact. With all the twists and turns across more than two decades of Apple as a company, Mac hardware, and the underlying operating system, you might think that BBEdit stands alone as a continuously-developed app shepherded largely or exclusively by the same independent developer -- an app without a giant company behind it. As it turns out, BBEdit is one of several apps that's been around the block more than a few times.

The longevity of indie apps is more extraordinary when you consider the changes Apple put the Mac through from the early 1990s to 2018. Apple switched from Motorola 680x0 processors to PowerPC to Intel chips, from 32-bit to 64-bit code, and among supported coding languages. It revved System 7 to 8 to 9, then to Unix across now 15 major releases (from 10.0 to 10.14). That's a lot for any individual programmer or small company to cope with. Bare Bones's head honcho, Rich Siegel, and the developers behind three other long-running Mac software programs shared with me their insight on development histories for over 25 years, what's changed the most during that time, and any hidden treasures users haven't yet found.
You can hear more on BareBones Software's in this recent episode of The Talk Show, a podcast by DaringFireball's John Gruber.

4 of 133 comments (clear)

  1. Unix programs, yes by raymorris · · Score: 4, Informative

    > Did those platforms have three major CPU architecture changes, two completely different OS core and a 32-to-64-bit upgrade path in the last three decades?

    Yes, in the case of Unix. In fact most of the old Unix programs supported three different CPU architectures *simultaneously*. Instead of version 1.0 supporting one architecture and version 4.0 supporting a different architecture, all versions supported all architectures. They did so partly by using some *simple* abstractions so that the applications mostly didn't care what the CPU architecture was. (Complex abstractions can make these things harder, simple abstractions make them easier).

    Two different "OS core" - yep, completely changed out the entire kernel. Most Unix software runs fine on any of three or four different kernels. Originally Unix, then most switched over to Linus's Not Unix (Linux), and they run fine on MacOS, which is derived from an old Unix. Again simultaneously - the developers didn't have to switch. Simple abstractions like "everything is a file" mean the application doesn't care which kernel is providing fopen(). The application only cares that some kernel allows reading and writing of files. Since everything is a file, fopen(), read(), and write() let you do whatever you want in the system.

    "32-to-64-bit upgrade path"? Linux supported x64 before x64 hardware existed. At the same time, the same version of the kernel supported 32 bit, and someone even rannitnon an 8 bit processor.

  2. I’m a satisfied customer by 93+Escort+Wagon · · Score: 4, Insightful

    Back when they charged over a hundred bucks for the software, I did wonder who the heck pays that much for a text editor. But eventually they started offering a free “lite” version (originally the lite version was cheaper, but not free) - and I found that to be really handy. After several years of using BBEdit Lite and then TextWrangler (they rebranded the free one), I decided to buy BBEdit - not because I needed the additional features, but to support the company.

    A lot of well-known Mac companies have bit the dust over the past decade (we hardly knew ye, FreeVerse)... but it’s nice that there are still a few stalwarts like BareBones and Omni left.

    --
    #DeleteChrome
  3. Yes! GraphicsConverter! by King_TJ · · Score: 5, Interesting

    Interesting little recent story with that one....

    My workplace recently had a challenge. Our Finance dept. had been using a couple of Windows software applications made by EMC for the purpose of scanning in, indexing and providing view access to checks and invoices. Back when all of these were first set up, EMC allowed people to license them individually and use them as "building blocks" for your own document handling solutions. We hired a consulting firm to make them work in tandem with the Great Plains accounting package.

    Since then, it seems that EMC has become more focused on selling them as a bundled document management solution. Problem is? As we've upgraded Windows past 7 and on to 10, it broke compatibility with these programs. On the server side, we can't even do all of the latest . NET upgrades or security patches without it causing problems. The cost to pay for the upgrades and support licenses to get current versions of the tools is way more than we can justify for what we do with them. So we decided to migrate to a new solution.

    The first big stumbling block to migration was exporting all of our existing scanned images. Apparently, a really oddball version of TIFF was implemented in the EMC software and nothing else was able to open the files. We we able to contact GraphicsConverter's author and he took up the challenge of reverse engineering the file format and adding support to his software package. Thanks to that effort, we could finally set up a batch conversion using GraphicsConverter!

    IMO, it really is the premiere application out there, regardless of OS platform, for viewing and working with just about ALL image formats out there. If his software can't work with it, he's willing to make it happen -- even this long after developing the product.

  4. Re:Yes never saw the draw by hawk · · Score: 4, Funny

    >For me one draw of the Mac was how easy it was to run Emacs on it. Once you know
    >Emacs well, it's pretty hard for any other editor to pull you away.

    No kidding.

    Every time I try, my cat disappears, my bank accounts get frozen, and mysterious messages threatening the cat flicker across the screen until I reload EMACS and enter M-C-A-uncle! and then C-M-purge-competing-editors-with-extreme-prejudice.

    My dog used to disappear, too, but I had too many typos on the last command, and never saw him again . . .

    hawk