Hacker News new | ask | show | jobs
by qrohlf 1373 days ago
Basically, yes! Since the fundamental functionality is powered by my (free) open-source library, trianglify.io is a time-saving tool for those who want a quick GUI instead of having to download and learn the npm library.

It's part of a series of experiments that I've run on monetizing open source, which you can read about in the article I wrote a while back here: https://medium.com/@qrohlf/i-sell-triangles-on-the-internet-...

That said, right-click > save as image is supposed to be disabled on that particular DOM element, but I'm guessing you probably have an extension or user-script that re-enables it. Which is fine, you're probably not the target audience for this! Trianglify.io is mostly used by designers working on professional projects for whom $8 to save 20-30min of tedious work in Illustrator is a very good value proposition.

3 comments

> That said, right-click > save as image is supposed to be disabled on that particular DOM element, but I'm guessing you probably have an extension or user-script that re-enables it.

FYI, even without an extension, you can bypass it being disabled by holding down the shift key while right-clicking (at least in Firefox).

Well, I know what my designer colleagues pay for stock backgrounds, so I agree that it's more than fair. Wouldn't even raise an eyebrow.

You're right, I do have an extension against common annoyances. Totally forgot about it since I usually screenshot anyways.

> right-click > save as image is supposed to be disabled on that particular DOM element

Having done some of my own monetizing experiments, I was surprised by how often people don’t make any attempts to circumvent what is written on the site. Text appeared to be much stronger than efforts to prevent free service.

Still, it’s kinda funny to me if this works well enough to make any sales. It’s not possible to prevent download of images you serve, there are several ways to save them in all the major browsers without any plugins. Are you serving the full size image?Intentionally?