HackerTrans
TopNewTrendsCommentsPastAskShowJobs

mishaker

no profile record

comments

mishaker
·6 เดือนที่ผ่านมา·discuss
awesome ! more than 2 years into genocide in Gaza and not a single word on HN. And now a fake news published by a zionist website (iranintl.com is financed and supported by Israel) gets on the first page ! so disgusting.
mishaker
·4 ปีที่แล้ว·discuss
C
mishaker
·4 ปีที่แล้ว·discuss
I was e-resident too but had to become resident in Estonia. Cause if you are abroad and distribute yourself dividend (as a sole entrepreneur) your host country would consider your Estonian company local and thus it constitutes a permanent establishment and that becomes extremely complicated
mishaker
·4 ปีที่แล้ว·discuss
I second that. There are growing number of startups and increasing capital pouring into Estonia (hence the largest inflation rate in Europe) Wise and Bolt are good examples.
mishaker
·4 ปีที่แล้ว·discuss
Yeah that would be yet more complicated. I think it depends on the tax treaties between these countries.
mishaker
·4 ปีที่แล้ว·discuss
The thing is: even if your company is abroad, if you live in Germany then that constitutes "Permanent Establishment". So that means that Germany considers that the company is in its own juridiction so german laws would apply.

This also should be true about the holding (although I am not sure). You cannot simply have a German holding which contains foreign operating companies and not get involved with German bureaucracy. Logically you should report operations of those foreign companies (thus declaring taxes) in Germany. That would be an even more painful headache ...
mishaker
·4 ปีที่แล้ว·discuss
great post! having been through it I can confirm that it is a really bad idea to start your startup business in Germany with a GmbH. You end up doing more paperwork than your own business.

However I have one question in your proposed schema. Germany Holding UG ... it owns the Delaware C-Corp right ? how would you deal with the paperwork and taxes of that Holding UG ? isn't it also time consuming and painful ?
mishaker
·4 ปีที่แล้ว·discuss
I searched for todo management for years and I tested tons of apps. But as a developer this is the solution I use that works well for me:

Use YAML as a todo list, you can organise your things like:

Perso:

  - Take an appointment at ...

  - ...
Client1:

  - Do something

  - ...
Then put it in todo.yml in your Google Drive (for backup):

/Users/mishaker/Google Drive/My Drive/todo.yml

Then add an alias on your cli:

alias todo="subl /Volumes/GoogleDrive/My\ Drive/todo.yml"

Voilà, that's a simple solution which works for me.