Hacker News new | ask | show | jobs
by al_borland 108 days ago
I think the hard part is understanding if “finished” software is still maintained.

I’ll pick on AppZapper here. It doesn’t need to do much, it’s a Mac app that finds the files related to an application and deletes them, for a complete uninstall. It released in 2006, with v2 coming out in 2010. The website looks like it’s still from that era and the last update was in 2020, almost 6 years ago. To be fair, it’s a cool app, from the “delicious” design era. It makes a ray gun “zap” sound as it uninstalls an apps, for no reason other than to be fun. It’s great.

Is it still in active maintenance with nothing to do, and there have been no meaningful changes in how apps are installed in the last 6 years, or has it been abandoned? I really don’t know. If I’m a new user trying to decide if I should pay $20 for this app, what do I do?

I don’t want updates for updates sake, as that leads to enshitification, but there needs to be some sign that a user isn’t throwing money at a dead product. Or in the ls example, developing a workflow around a dead tool.

A ran into a similar question with Yojimbo. It also launched in 2006. When v2 came out it was a paid upgrade and seemed fairly minor for how much was being charged (at least to a broke college student). It felt like they didn’t really care about it. But here we are 20 years later and it still seems to be going. But it was 14 years between v2 and v3, and the last release was in 2023. With 14 years of support, maybe that v2 would have been a worthwhile upgrade for me in hindsight, but when they go years without an update, I start to question if I should be looking to something with more support. Should a new user buy and invest time in putting their data into something that hasn’t been updated in 3 years, or is that a red flag?

These are the things I struggle with.

1 comments

What exactly is wrong with installing an abandoned product? Just because it's abandoned doesn't mean you can't use it.
I think the reasonable fear is that the product no longer works. Maybe Apple changed a required API in 2021 and poster would be purchasing a lemon.
Apple tends to expect a lot from its developers. Changing processor architectures is a big one. Unlike other platforms, Apple cuts support and moves on. If an app is abandoned, it starts to show sooner on Apple platforms than anywhere else.

If it’s something that will become critical to a user’s workflow, that can be a big problem. Why invest in an app without a future?

I prefer the perspective that a computer program is akin to a mathematical constant. This was true in the old days. A program I wrote in C64 BASIC, way back in 1980s, should still work precisely the same today (even on one of the freshly-manufactured Commodore 64 Ultimates).

You've honed right in on what's changed since the old days: Platform vendors (such as Apple) now continuously inject instability into everything.

You might argue that developments such as "changing processor architectures" justify such breaks from stability (though I myself have qualms with one of the richest companies in the world having a general policy of "cutting support and moving on"). But I would point out that Apple (and other vendors) create instability far beyond such potentially-justifiable examples.

To me, it appears as if Apple actively works to foster this modern "software is never finished" culture. This is seen perhaps most clearly by they way they remove apps from their iOS store if they haven't been updated recently (even as little as 2 years!): https://daringfireball.net/linked/2022/04/27/apple-older-gam...

Shouldn't we be demanding stability from our platforms? Isn't the concept of "finished software" a beautiful one? Imagine if you could write a useful program once, leave it alone for 40 years, and then come back to it, and find that it's still just as useful. Isn't this one of the most valuable potential benefits of software as a premise? Are the things we're trading this for worth it?

See Bedrock Platform: https://permacomputing.net/bedrock_platform/

I keep looking for more useful DOS applications. Have had a git repo for 15+ years that has my config and virtual C:. Once something is installed it will just keep working and I sync that repo to all my machines so it have the exact same things running with the exact same versions. Binaries from 40 years ago still run fine. Just wish more modern applications supported it.

I also have QEMU installations of some Windows versions and old Debian versions (I like Debian 3.0, since the entire library of packages fits neatly on a single DVD ISO... that was the last release that small). Those are also useful for having stable platforms to run offline applications on without having to be bothered by upgrades.