Live data from Hacker News

How I earn a living selling my open-source web-based invoicing application

indiehackers.com

181–190 of 214 posts

Re: How I earn a living selling my open-source web-based invoicing application

#181

In 2021 I recently launched my newest product: It's called open3ABox and it's a raspberry pi with open3A pre-installed which I deliver to my customers who have not the technical skills for their own server but don't want a cloud version either. It's fully remote managed and monitored by me This would be an interesting model for quite a few services. It reminds me of Ubiquity's cloud key. I wish some government grant…

What’s the point of having a server that is “non cloud” but remotely managed? Sounds like it is a cloud server, hosted in a substandard colo

Re: How I earn a living selling my open-source web-based invoicing application

#182
post #64
post #27

Earlier quoted context omitted.

To paraphrase Cunningham's Law: Posting the wrong answer is the best way to get the right answer.

I read an article recently which advised purposely saying something which you knew to be incorrect in order to kickstart a conversation with someone. "What do you do?" "Software development." "What kind of software?" [back and forth, question-and-short-answer at a time] "What do you do?" "Software development." "Oh, so you like write websites and stuff?" "No, actually, [long enthusiastic explanation of their job]"

This book [1] by a former FBI interrogator calls this technique "empathetic presumption". You'll hear it used by some of the must successful interviewers like David Letterman and Howard Stern.

1 - https://www.amazon.com/Like-Switch-Influencing-Attracting-Wi...

Re: How I earn a living selling my open-source web-based invoicing application

#183
post #49

I sell my MIT open source Video Hub App for $5 ($3.50 goes to a cost-effective charity - it's charityware). Over the 3 years it's resulted in over $9000 donated to protect people from malaria. Public: https://videohubapp.com/en/ GitHub: https://github.com/whyboris/Video-Hub-App Charityware: https://medium.com/@whyboris/charityware-doing-good-with-pro...

Thank you. I have a few people looking for solutions like this for their video collections.

Re: How I earn a living selling my open-source web-based invoicing application

#184
post #181

In 2021 I recently launched my newest product: It's called open3ABox and it's a raspberry pi with open3A pre-installed which I deliver to my customers who have not the technical skills for their own server but don't want a cloud version either. It's fully remote managed and monitored by me This would be an interesting model for quite a few services. It reminds me of Ubiquity's cloud key. I wish some government grant…

What’s the point of having a server that is “non cloud” but remotely managed? Sounds like it is a cloud server, hosted in a substandard colo

Very true, on the flip side at least someone else is footing the power bill.

Re: How I earn a living selling my open-source web-based invoicing application

#185

In 2021 I recently launched my newest product: It's called open3ABox and it's a raspberry pi with open3A pre-installed which I deliver to my customers who have not the technical skills for their own server but don't want a cloud version either. It's fully remote managed and monitored by me This would be an interesting model for quite a few services. It reminds me of Ubiquity's cloud key. I wish some government grant…

Agreed. Would love to hear more technical details. Particularly about the remote managed part, and how the user accesses it.

I've written about the technical details somewhere here in the comments. Just search for "websocket", it should be in here…

The user accesses it with a small desktop application which finds the box in the same network by itself and opens open3A.

Re: How I earn a living selling my open-source web-based invoicing application

#186

No. You sell additional premium extension to provide needed left out of the open-source offering. You sell cloud hosting and on prem hosting. There is nothing at all wrong with that. That you have built a business where you make a living from software you wrote is awesome. I wish I could.

> You sell additional premium extension ...which are open source.

I think open source doesn't matter. Any open ecommerce application has premium opensource extensions (magento, woocommerce, opencart etc.)

I think the irritation is that the author made it sound like he is giving everything for free and gets donations to survive.

Re: How I earn a living selling my open-source web-based invoicing application

#187
post #181

Earlier quoted context omitted.

What’s the point of having a server that is “non cloud” but remotely managed? Sounds like it is a cloud server, hosted in a substandard colo

Very true, on the flip side at least someone else is footing the power bill.

It's not so much the power cost but the reliability. If the power goes out, they only have themselves to blame.

Re: How I earn a living selling my open-source web-based invoicing application

#188

Earlier quoted context omitted.

It's a given that you should have backups of your business data, no matter if you're using a hosted installation or a local one. With backups, if the hosted provider pulls the plug, you don't lose _everything_. You may be scrambling to set up the replacement but you have your data, and in this case you'd also have the source code, so you'll survive. And keep in mind that "Raspberry Pi fails" is a more common scenario…

Another commenter mentions the setup involves a Pi with an SSD and two USB sticks. It might be configured so you're required to switch usb sticks for consecutive backups, so you'd always have at least your second most recent backup completely offline - or even have the system ensure there's only a backup usb stick instead while the backup is running (and either unmount it of nag you to take it out when the backup is…

I'll actually be sending out emails if there are more than 14 consecutive backups on the usb stick to remind the customer to switch them ;)

Re: How I earn a living selling my open-source web-based invoicing application

#190
post #80

Earlier quoted context omitted.

There are plenty of cases where I want to own a thing, but make someone else responsible for managing it. And if they fail or go away, I want to know that I can hire someone else to manage it instead. If the app is hosted entirely in the cloud, _everything_ is gone if the provider pulls the plug suddenly. If the app is hosted on a device that I own and the provider goes away, it will probably still keep working for a…

> Worst case, I still at least have the option of hiring someone to crack it open and extract the data to import someone else. Even that worst "single person provider got hit by a bus" case is already somewhat mitigated here - since the software is open source. I'm guessing she's likely set this up so anyone with physical access and appropriate credentials (which the client has by default) and linux experience, could…

Everything important is backed up on the usb stick. The application can be set up on XAMPP or any other webserver with it.
Post reply on HN