Live data from Hacker News

I started a paper website business

daily.tinyprojects.dev

261–268 of 268 posts

Re: I started a paper website business

#261
post #36
post #30

Earlier quoted context omitted.

I think you just take the cash using Stripe or whatever. It gets deposited in your bank account and you claim income tax on it.

i don't want liability

You have personal liability either way if you are the one writing the code, marketing to customers, etc.

Re: I started a paper website business

#262
post #179

Earlier quoted context omitted.

No it is not. You might find it simple, if you don't compare to places that are easier. First you need to file all the paperwork. Then you wait. Once you get approvals, you can't do anything without a bank account, and opening the bank account is a lot of trouble too, because they want to triple check everything. From zero to operational is a long way, and with lots of legal liability along the way. I have a company…

This is absolutely true for most companies, but in this specific case he could open a “MEI” type of business (individual micro-entrepreneur) on the government website and use the CNAE 8219-9/99 (“Digitator” or typist) to receive immediately a CNPJ, which would allow him to launch the site on the first day and charge customers, paying very few taxes and without a lot of bureaucracy (well, he would end up needing to de…

AFAIK it works only for his first company, which is fair, MEI is ok for a first company. But not for serial projects like his, with many different areas of business.

Also, sorry to say, but I would never have a MEI myself. The mixture of your personal legal entity (for US citizens, think of your social security number) being legally bound to your CNPJ (for US citizens, an LLC or other company) is another problem entirely. If your company gets audited, all your personal accounts and your IRS get audited at the same time? Hard no for me. Thank you.

Re: I started a paper website business

#263
post #229

Earlier quoted context omitted.

Stripe's Atlas program seems to be available in Brazil? https://stripe.com/atlas

He would still need to pay taxes in Brazil, and explain why it's not international money laundering. Same if the money touches the US, will have to pay taxes there too, then transfer it to Brazil for more taxes and paperwork.

I haven't heard of Stripe Atlas. And it actually sounds like a good idea. I'll take a deeper look, but you could have a company in Brazil that interfaces with the company you create with Atlas. In none of my comments in this thread I am trying to aviod taxes BTW. Would be great, sure, but not the objective. I am impressed by the lifestyle the original poster, it inspires me, to the point I would like to be able to do it. Taxes need to be part of the equation, but being viable and practical would be the main issue.

Re: I started a paper website business

#264
post #262

Earlier quoted context omitted.

This is absolutely true for most companies, but in this specific case he could open a “MEI” type of business (individual micro-entrepreneur) on the government website and use the CNAE 8219-9/99 (“Digitator” or typist) to receive immediately a CNPJ, which would allow him to launch the site on the first day and charge customers, paying very few taxes and without a lot of bureaucracy (well, he would end up needing to de…

AFAIK it works only for his first company, which is fair, MEI is ok for a first company. But not for serial projects like his, with many different areas of business. Also, sorry to say, but I would never have a MEI myself. The mixture of your personal legal entity (for US citizens, think of your social security number) being legally bound to your CNPJ (for US citizens, an LLC or other company) is another problem enti…

It is perfectly possible to carry out multiple activities with the MEI, although the list of permitted activities is quite limited, specially for online businesses.

But the issue you mentioned indeed makes this solution a lot less interesting.

Re: I started a paper website business

#265

Earlier quoted context omitted.

I'd prefer the opposite: display the scanned page but with the OCR'd text virtually placed on the page (and accessible as alt text or something) like a proper OCR'd PDF.

No, thanks. It’s terribly hard to read strangers’ handwriting.

That's probably fair enough in many cases, but it should be doable to make the display togglable; and some handwriting is very enjoyable.

Re: I started a paper website business

#267

This is really cool. Use of GPT-3 to augment OCR is an amazing (and, retrospectively, obvious) insight and a great immediate use case for these language models. I wish Remarkable took this idea -- they really oversold their OCR capabilities[1]. It works great in their support and promo videos, but I found the actual performance to be absolutely terrible. [1] https://support.remarkable.com/hc/en-us/articles/3600026614…

You can also do something similar but with seq2seq models instead of decoder-only models: https://blog.ml6.eu/ocr-correction-with-byt5-5994d1217c07

Re: I started a paper website business

#268
post #203

All I want is a dead easy way to make a landing page + account + payment options for a tiny prototype SaaS like this (e.g. I supply a few APIs as 'backend' and the rest just works) -- quite similar to the One Item Store the author made. I can only imagine how many people have had to repeat all the same boring steps for some small proto.

Hey have you tried/considered BulletTrain[0] or lemonsqueezy[1]?

I also have something that I'm working on for this -- I've used my tool (which isn't productized yet, it's still ~4 templated repos) to launch 2 projects (in bio) so far and am working on a third product, but BulletTrain/lemonsqueezy are two much more polished options I know about -- maybe you should give them a try?

Is the thing you're trying to sell an API? Or is it a resource-provisioning sort of SaaS (they sign up, you spin off a persistent worker or something). I model them as the same in my thing (the provisioned "resource" is the API key), but I think that's one of the big differences in which tool will work easily for you.

[0]: https://bullettrain.co/

[1]: https://www.lemonsqueezy.com/

Post reply on HN