Live data from Hacker News

Open-source alternatives to popular B2B tools

btw.so

81–90 of 130 posts

Re: Open-source alternatives to popular B2B tools

#81
post #70

It's weird that Node-RED is listed as closed source software? But it is open source? https://github.com/node-red

Thanks for pointing this out, fixed!

It's also marked as not self hostable despite the comment above mentioning it running on Raspberry Pis.

Re: Open-source alternatives to popular B2B tools

#82

Earlier quoted context omitted.

I think a good way to get an understanding of this is to start a company yourself. You’ll quickly learn why businesses make the decision to pay for software instead of cobbling together open source. Let’s say you’re a small, but growing company doing $2M ARR. You absolutely could run your email marketing using an open source tool hooked up to Amazon SES and save a thousand bucks a month over something like Mailchimp.…

This is where the maxim of open source being 'free as in puppies not free as in beer/lunch' comes from. I started my career in open source and still strongly believe in FOSS tenets, but enterprises are looking more to de-risk their projects and platforms. Risk is reduced when you have a vendor you can hold accountable for issues in the product, hence making proprietary solutions (and sometimes open source but wrapped…

Any luck holding Microsoft, Google or Apple accountable for issues in their operating systems?

Re: Open-source alternatives to popular B2B tools

#83

Earlier quoted context omitted.

This is where the maxim of open source being 'free as in puppies not free as in beer/lunch' comes from. I started my career in open source and still strongly believe in FOSS tenets, but enterprises are looking more to de-risk their projects and platforms. Risk is reduced when you have a vendor you can hold accountable for issues in the product, hence making proprietary solutions (and sometimes open source but wrapped…

While I understand and generally agree with your points, I do find the idea of "holding a vendor accountable" to be more of a philosophy than something I've generally witnessed happen in real life. At some point that needs to stop being weighed on the scales when doing "build vs buy" math for any but the largest companies or most attentive vendors.

Not OP, but I think in this context "holding a vendor accountable" means "if the product sucks, you will stop paying them."

Re: Open-source alternatives to popular B2B tools

#84

Earlier quoted context omitted.

I think a good way to get an understanding of this is to start a company yourself. You’ll quickly learn why businesses make the decision to pay for software instead of cobbling together open source. Let’s say you’re a small, but growing company doing $2M ARR. You absolutely could run your email marketing using an open source tool hooked up to Amazon SES and save a thousand bucks a month over something like Mailchimp.…

> If it wastes 8 hours of employee time per month, that’s another $1k a month lost… it’ll require expensive developer time (likely costing the company $1000-$1500/day per engineer all-in) That's not universally true, of course. That money would buy you a week of developer time in most of Europe, and even a month of developer time in some developing economies.

if you look at the numbers raw it might be salary for a week but assuming your developer has stuff on his/her plate and this stuff actually will make you more money in the long run (why would they be employed by you otherwise?) its more than their raw salary and the cost of hardware and rent. opportunity cost.

Re: Open-source alternatives to popular B2B tools

#85
post #18

Earlier quoted context omitted.

Damn, I just built a web app that uses Cloudinary for image management and storage… Is this widely known? I use an adblocker and never saw the issue in dev.

But as you can see here, Cloudinary supports serving ads, So it'll be present in the private lists that are being used by a lot of ad-blockers. https://cloudinary.com/documentation/video_player_ads_moneti...

s3 is also used to deliver ads. so do you block *.amazonaws.com ?

Re: Open-source alternatives to popular B2B tools

#86

Earlier quoted context omitted.

> That money would buy you a week of developer time in most of Europe That's only true if you live in Poland and also ignore the all-in cost of your employees. A good rule of thumb is to assume 2-3x salary for the all-in cost of having a workforce.

I run a business and employ several software developers. What you are saying has absolutely not been my experience.

In Germany average consulting rates, run around 100 euros per hour.

https://www.freelancermap.com/blog/freelance-market-study-ge...

Plus some management expenses, and it turns into around 1000 euros per delivery day for a FTE.

Then we can go to the companies doing high level consulting and pull some notches still.

Re: Open-source alternatives to popular B2B tools

#87
post #84

Earlier quoted context omitted.

> If it wastes 8 hours of employee time per month, that’s another $1k a month lost… it’ll require expensive developer time (likely costing the company $1000-$1500/day per engineer all-in) That's not universally true, of course. That money would buy you a week of developer time in most of Europe, and even a month of developer time in some developing economies.

if you look at the numbers raw it might be salary for a week but assuming your developer has stuff on his/her plate and this stuff actually will make you more money in the long run (why would they be employed by you otherwise?) its more than their raw salary and the cost of hardware and rent. opportunity cost.

I'm familiar with the concept of opportunity cost, but the question of whether to build or buy is highly context-dependant. As is so often the case in software development: it depends. Not all B2B tools are the same. Not all integration efforts are the same. Not all developer hours cost the same. Not every return on investment is the same.

Re: Open-source alternatives to popular B2B tools

#88
post #86

Earlier quoted context omitted.

I run a business and employ several software developers. What you are saying has absolutely not been my experience.

In Germany average consulting rates, run around 100 euros per hour. https://www.freelancermap.com/blog/freelance-market-study-ge... Plus some management expenses, and it turns into around 1000 euros per delivery day for a FTE. Then we can go to the companies doing high level consulting and pull some notches still.

Sure, there's ample opportunity for everyone in the industry to throw money into the sea.

The comment that I was replying to specifically referred to employee time per month. That's naturally going to be different from some high-rate consultant, so this is totally an apples-to-oranges comparison.

Furthermore, it's a large market and there are plenty of consultancies in Europe charging significantly less than that.

Re: Open-source alternatives to popular B2B tools

#90
Some of these "open source" options are not really open source.

- Outline uses the Business Source License 1.1, which eventually becomes open source (Apache 2) four years after each release. https://github.com/outline/outline/blob/main/LICENSE

- Invoice Ninja uses Elastic License 2.0 (ELv2), which allows you to host it for yourself, but not for other people. https://github.com/invoiceninja/invoiceninja/blob/master/LIC...

Source code available is not the same thing as open source.

Post reply on HN