Live data from Hacker News

I Just Hit $100k/year On GitHub Sponsors

calebporzio.com

401–410 of 510 posts

Re: I Just Hit $100k/year On GitHub Sponsors

#401

>Now, people watching the screencasts will naturally encounter these “private” screencasts and if they like the free ones, they will sponsor me (at $14/mo.) to get access. Why are we calling this 'sponsoring'? It just factually is selling a product to people for a specific amount. Sponsoring/donating is more like people giving money for something that would otherwise be free. Otherwise Microsoft could also require a…

That was my reaction as well. He's selling courses using a freemium model. The software is the inbound content.

[deleted]

Re: I Just Hit $100k/year On GitHub Sponsors

#402
post #170

Reading these makes me sad about the law in my country, Finland. The lowest tier of OP ($7 for no reward) would be illegal here. We have a law called "Money Collection act", which states that to gather donations (i.e. payments with nothing in return), you have to get a permit. This permit costs money, is not given to individuals, and is given only for non-profit activities. So this means that if you see a donation/sp…

That's a strange law. I assume it serves some purpose (or must have served one when it was introduced, at least). What's the argument for it?

Grifters calling or walking door-to-door and asking for money, for some made-up charity or organization. Especially targeting older people.

It's extremely frowned upon to begin with, but at least the laws make it illegal.

(Not that it necessarily hinders those that really want to scam someone. Some of these BS "organizations" just contract their work to foreign call-centers. Every year a lot of young European people are lured to some low-cost country in southern Europe, where they'll have to work for some call-center at below minimum wage - and these centers will sometimes work for anyone...)

Re: I Just Hit $100k/year On GitHub Sponsors

#403

Earlier quoted context omitted.

The biggest difference would be that GitHub Sponsors has no fees [1], so everything people put in will go to the developer. Where Patreon can take 5-12% depending on the plan [2]. Additionally, GitHub is just so much closer to the actual open source work and more easily discoverable for users of your product. As a supporter, I'll pick GitHub over Patreon anytime. [1] https://help.github.com/en/github/supporting-the-o…

That's what I was surprised the most about. 0% cut and they also mentioned a 5k match? What? How is that even viable for Microsoft? That seems superior to basically every single platform out there. It's an instant win for GitHub Sponsors.

Yeah the $5k match seems easy to game

Re: I Just Hit $100k/year On GitHub Sponsors

#404
post #337

Earlier quoted context omitted.

I made significantly more than this working in SV. IMO it's totally fair to say $100k is "not even close" for certain roles in certain companies. But then I moved. I'm here to tell you, the Bay Area has a quality of life problem that far exceeds the cost of living difference. After moving, my monthly _mortgage_ payment is almost $1k less than the rent I was paying for a not-so-nice house in San Jose. When I run the n…

Where are you living? very interesting!

Arizona in the PHX suburbs

Re: I Just Hit $100k/year On GitHub Sponsors

#405
post #377

Earlier quoted context omitted.

> Perhaps, but I think a lot of people tend to say that, then conclude that they should just wait around for luck (not saying you're doing this, though). I'm curious as to why you think that? It could be cultural differences but I have never seen that behaviour except from those that are already depressed and have given up. IMO the simplest analogy for success is poker. You make the best decisions you can given the i…

Yet the same faces seem to show up over and over at the final table because some are better than others at executing the process, maintaining control of emotions, bankroll management, and so on.

Of course given a large enough sample size process wins out! People's capabilities and knowledge differ. The issue is in determining _what_ good process _is_ given the vast environment that is a globalized economy.

That is why socioeconomic status is so important with respect to success. There's a difference when you can play a thousand hands vs. ten.

Re: I Just Hit $100k/year On GitHub Sponsors

#406
post #390
post #266

Earlier quoted context omitted.

E&O insurance is in absolutely no way a replacement for incorporation. In most cases if you need the former, you need the latter also, but there are many uninsurable cases where you want the protection of an LLC anyway.

I guess never really analyzed it in depth and just had both. What does E&O miss that a single member LLC protects against (and vice versa)?

LLC[1] mostly does what it says on the tin: it limits the liability to the company, not yourself or other owners. Without this any debt or judgement against your company can consume potentially most of your net worth (subject to bankrupcy, etc.). In practice for a freelancer this means you can limit your liability pretty strongly, if you are passing everything through as payroll the asset value of your company can be quite small, and it's value without you nil.

On the other hand various types of corporate insurance cover you for particular risks. Depending where and how you operate you may have to have them by statute or by practicality. So you may have to carry liability insurance by law if you have an office where people visit, or a contract may require that you hold E&O insurance up to a certain amount. In a way the latter is actually your customer protecting themselves from your use of a LLC. Without it, in the case of a settlement against you, you could easily just turn around and say "fine, the corporate account has $5 in it, here you go" and then fold up the company leaving them with no recourse. With E&O coverage for certain types of errors, they know they can get covered in a settlement up to a certain amount.

E&O covers you for particular failures in providing the service you are contract for. Say you were an electrician and did some work on a new building. They sue you claiming your work wasn't to code and caused them $100k in trouble with the city - you disagree. E&O insurance covers your court costs and potentially your settlement if it goes that way. It isn't going to cover you if you get sued for libel because of things you said about them, etc.

This is also why, for example, it may be hard/impossible to get underwriters for some software consulting. Because there are not professional standards groups that are well recognized and because potential damages from software can be difficult to asses (your script change cost us $10mm in AWS fees) insurance companies may not want anything to do with it.

So that leads to a third prong of protections which you didn't mention, which is you need to pay attention to your contract terms (and set them as much as you can). Depending on your situation this can range from easy to impossible, but can have a huge impact. For example, I've successfully added clauses to limit all liability to actual spend on previous 6 mo.

[1] this is hugely dependent on jurisdiction, particularly with single member variants.

Re: I Just Hit $100k/year On GitHub Sponsors

#407

Reading these makes me sad about the law in my country, Finland. The lowest tier of OP ($7 for no reward) would be illegal here. We have a law called "Money Collection act", which states that to gather donations (i.e. payments with nothing in return), you have to get a permit. This permit costs money, is not given to individuals, and is given only for non-profit activities. So this means that if you see a donation/sp…

Yo send this thread to your representatives. They may help change the law. They're leaving GDP on the table

Re: I Just Hit $100k/year On GitHub Sponsors

#408

I hate sponsorware concept OP is proposing. It seems to work for him but it’s opposite to the spirit of open source. His idea is that keep code secret until you find N sponsors. Further, he will hide important tutorials if you are not sponsor. I would hate to use this kind of open source project. Here is more viable freelancing: - create framework/library that everyone needs - for feature requests/bug fixes, prioriti…

What you're proposing requires him to sell his time instead of his work (which was already a portion of his time). It is impossible to scale that type of consulting work to multiple clients because you'll always be limited by your available time. The spirit of open source isn't so sacred. In most cases it is hundreds or thousands of businesses benefiting financially from the work you've done.

exactly, and that's a good thing. scaling means basically exploiting of other people's labour.

Re: I Just Hit $100k/year On GitHub Sponsors

#409

>Now, people watching the screencasts will naturally encounter these “private” screencasts and if they like the free ones, they will sponsor me (at $14/mo.) to get access. Why are we calling this 'sponsoring'? It just factually is selling a product to people for a specific amount. Sponsoring/donating is more like people giving money for something that would otherwise be free. Otherwise Microsoft could also require a…

Spot on. It's like they are discovering capitalism again from first principles and trying to cover it up with brand new coat of paint / terminology.

Re: I Just Hit $100k/year On GitHub Sponsors

#410

His data clearly shows most "sponsors" only sponsor him to view his webcasts. Is it really right to call that a sponsorship, as opposed to a subscription? What are the legal implications? (and yes, I'm aware that this is how most of patreon works too)

In the UK at least this kind of revenue is taxable and hmrc doesn't really care if it's called donation, sponsorship or subscription. It makes a difference when it's a charity of course but open source projects usually are not.
Post reply on HN