In 1998 bbedit 5.0 cost $120 usd. Adjusted for inflation that would be about $245 usd. Today an individual license costs $60. Wild how software pricing and sales models have changed, and good on bare bones for staying away from subscription pricing.
BBEdit 16
21–30 of 117 posts
Re: BBEdit 16
#22Happily paid for every update for years, even when I used Emacs, I kept BBedit in reach. For quick text edits/transformations (because Regex in Emacs is hard to use). But with LLMs + nvim I hardly start bbedit anymore.
So now with LLMs, I tell them what I need and they write a shell/Perl/Python script to make the craziest transformations.
Re: BBEdit 16
#23Re: BBEdit 16
#24> Support for vi keyboard emulation, for basic navigation and editing; I'm sure some people will like this update, but it's a big meh for me. I'll wait for some further updates to upgrade.
Re: BBEdit 16
#25In 1998 bbedit 5.0 cost $120 usd. Adjusted for inflation that would be about $245 usd. Today an individual license costs $60. Wild how software pricing and sales models have changed, and good on bare bones for staying away from subscription pricing.
The pie (market) has also vastly expanded since 1998. Need to factor that, and not just inflation.
Re: BBEdit 16
#26In 1998 bbedit 5.0 cost $120 usd. Adjusted for inflation that would be about $245 usd. Today an individual license costs $60. Wild how software pricing and sales models have changed, and good on bare bones for staying away from subscription pricing.
Re: BBEdit 16
#27In 1998 bbedit 5.0 cost $120 usd. Adjusted for inflation that would be about $245 usd. Today an individual license costs $60. Wild how software pricing and sales models have changed, and good on bare bones for staying away from subscription pricing.
No, we should not praise software companies for hobbyist practices like selling $1 app on the App Store, which say, 30% goes to a digital distribution store, and then of your after distribution fees, about 20%+ percent goes to the federal and local government.
Pay for updates, and charge rightfully like you're supporting an engineer's salary, and that you have a commercial real estate lease to pay, and the compensation packages of full-time employees with benefits.
And boo people who say otherwise. No other professional field do I know of exists where cheap bastards abound while the entire industry is dependent on monopolies to pay the high wages of engineers.
Re: BBEdit 16
#28I use Zed more now, but BBEdit's still pretty great. I love, love , LOVE that I can extend it with shell scripts or Python tools or Rust apps or whatever else I have laying around. Sometimes I don't want to write a whole plugin, let alone in JavaScript or whatever. I just want to say "process this text with this tool" and have it work. BBEdit's second to none for that.
Another nice thing is the ability to collect paths, line and column numbers from the output for navigation.
Re: BBEdit 16
#29Earlier quoted context omitted.
You were downvoted but right. The changelog[0] shows that the current minor version (4.6) came out in 2020, and its only had 3 bugfix releases since then, most recently in 2023. A lot has changed since 2020, so this doesn't know about the major iCloud updates, or Apple Intelligence, or UI changes (not just talking about Liquid Glass either). None of those things imply that it's broken or unusable. Still, it means it'…
> so this doesn't know about the major iCloud updates, or Apple Intelligence, or UI changes I'm not familiar with macOS: Why would an application need to be updated for any of these? Were the existing APIs insufficient to integrate these?
For instance, an app can't start using Apple Intelligence if it's compiled with an older version of the SDK that doesn't know that such a thing exists. There are some UI exceptions, such as if the OS starts rendering high-level requests like "draw a button" in a newer style. Lots of other things take specific application support, though. MacOS 14 added desktop widgets. Unless an app adds code to configure and deploy widgets, that's not something the OS can do for it. That means that Yojimbo couldn't possibly offer widgets showing, say, the 5 most recently added documents.
If you're OK with not needing or wanting the newer features, and it doesn't rely on some old API that Apple deprecated, then sure, continue to use it! It's still a fine app. But each passing year means that all its updated competitors can do new things that it can't.
Re: BBEdit 16
#30much love for them sticking with it for so long