HackerTrans
TopNewTrendsCommentsPastAskShowJobs

theycameback

no profile record

Submissions

Oh no, not again a meditation on NPM supply chain attacks

tane.dev
173 points·by theycameback·vor 10 Monaten·220 comments

comments

theycameback
·letztes Jahr·discuss
I like the look of this product, and will definitely take it for a test drive next time I'm working on a website frontend. Nice work!

I think the pricing page is misleading, due to how prominent the "lifetime license" verbiage is, without also clarifying what the "lifetime" includes.

I know the terms of the license are clarified in the "Will I receive free updates" FAQ, but that text is hidden in a accordion, third item down, on the bottom half of the page. Whereas "lifetime license" is mentioned twice above the fold, and "pay once, use it forever" is the H1.

Not having a subscription is definitely a selling point. I bought the Affinity suite because of it. But IMHO "lifetime license" is not the way to communicate that.

In comparison check out the pricing page of Sublime Text, Ableton Live and Bitwig Studio. All of these apps have a similar pricing model. (one time payment with updates included for a period of time). https://www.bitwig.com/buy/ https://www.ableton.com/en/shop/ https://www.sublimehq.com/store/text

Sublime Text uses the words "once off purchase" and immediately clarifies "comes with 3 years of updates".

As a software buyer, the words "lifetime license" for anything non-trivial is actually a turn off. We all know software takes effort to maintain. I actually scrolled down to the FAQ to read the fineprint hoping to see Expressive wasn't a true "lifetime license" product because I think it increases the likely hood of software becoming unmaintained
theycameback
·letztes Jahr·discuss
All the time. I write a lot of typescript and don't enjoy typing out brackets, so I have snippets like:

`af` expands to `() => `

`naf` expands to `export const foobar = () => {};`

The expanded snippets can be tabbed through as well

It feels like a big timesaver