This was incredibly well-written and an enjoyable story. Congratulations on pushing through and getting traction. Something that resonated: > We had to put 5 million JPY (~$45k at the time) in our business bank account and leave it there. For... some reason. Living in Asia I've come across this bizarre government obsession with "money in the bank" when dealing with them: "You need $15k in a bank account to apply" "Ok…
How and why I built Japan Dev
21–30 of 172 posts
Re: How and why I built Japan Dev
#22This was incredibly well-written and an enjoyable story. Congratulations on pushing through and getting traction. Something that resonated: > We had to put 5 million JPY (~$45k at the time) in our business bank account and leave it there. For... some reason. Living in Asia I've come across this bizarre government obsession with "money in the bank" when dealing with them: "You need $15k in a bank account to apply" "Ok…
Re: How and why I built Japan Dev
#23This was incredibly well-written and an enjoyable story. Congratulations on pushing through and getting traction. Something that resonated: > We had to put 5 million JPY (~$45k at the time) in our business bank account and leave it there. For... some reason. Living in Asia I've come across this bizarre government obsession with "money in the bank" when dealing with them: "You need $15k in a bank account to apply" "Ok…
In Germany there is a similar thing where you need to deposit at least 25,000 € as collateral to be able to create a GmbH (similar to an LLC). This is meant to pay for debts in case the GmbH goes bankrupt. But the government recognized that this was a problem so the "UG (haftungsbeschränkt)" was made possible where you are only required to deposit 1 € initially and than can deposit more each year until you can conver…
Re: How and why I built Japan Dev
#24Congrats on the traction. Somewhat unrelated, but it seems a lot of bootstrapped success stories are job boards.
The biggest problem though is still bootstrapping the demand side (job seekers) of the platform (supply side is fairly easy, as you can even handpick the initial jobs).
We (https://swissdevjobs.ch & https://devitjobs.uk) started with articles how to migrate from other countries to find a job in Switzerland / UK and at some point the organic traffic picked up (but it also took years, as in the case of japan-dev).
Re: How and why I built Japan Dev
#25This was incredibly well-written and an enjoyable story. Congratulations on pushing through and getting traction. Something that resonated: > We had to put 5 million JPY (~$45k at the time) in our business bank account and leave it there. For... some reason. Living in Asia I've come across this bizarre government obsession with "money in the bank" when dealing with them: "You need $15k in a bank account to apply" "Ok…
Probably to prove it's unencumbered, liquid collateral. Which makes sense if you disregard all the other ways to determine that
Re: How and why I built Japan Dev
#26I'm getting a blank page. Looking at the source, there is no static content on it, only JS. I have JS turned on, but it seems CORS is blocking loading of JS. Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at https://static.cloudflareinsights.com/beacon.min.js/v652eace1692a40cfa3763df669d7439c1639079717194. (Reason: CORS request did not succeed). None of the “sha512” hashes…
Weird... I did recently switch to hosting through a Cloudflare Worker, so maybe it's a caching issue. Is it possible you've viewed the site before? If so maybe you have an old version of the index.html file in your browser cache that's linking to the wrong assets. Either way thanks for reporting — I'll look into it!
Sorry for the false flag.
Re: How and why I built Japan Dev
#27Re: How and why I built Japan Dev
#28Earlier quoted context omitted.
Weird... I did recently switch to hosting through a Cloudflare Worker, so maybe it's a caching issue. Is it possible you've viewed the site before? If so maybe you have an old version of the index.html file in your browser cache that's linking to the wrong assets. Either way thanks for reporting — I'll look into it!
I've tracked down the root cause: I needed to disable two uBlock Filters in order to successfully load the page: Fanboy's Annoyance and Fanboy's Social. It seems that they block some JS related to social buttons ( https://japan-dev.com/assets/socialButton.9ddbb1cc.js ) and that makes the rest of JS responsible for the rest of the page to not execute (due to a failed request). Sorry for the false flag.
Re: How and why I built Japan Dev
#29Earlier quoted context omitted.
Weird... I did recently switch to hosting through a Cloudflare Worker, so maybe it's a caching issue. Is it possible you've viewed the site before? If so maybe you have an old version of the index.html file in your browser cache that's linking to the wrong assets. Either way thanks for reporting — I'll look into it!
I've tracked down the root cause: I needed to disable two uBlock Filters in order to successfully load the page: Fanboy's Annoyance and Fanboy's Social. It seems that they block some JS related to social buttons ( https://japan-dev.com/assets/socialButton.9ddbb1cc.js ) and that makes the rest of JS responsible for the rest of the page to not execute (due to a failed request). Sorry for the false flag.
I should probably restructure things so that one component failing doesn't bring down the whole site if I can...
Re: How and why I built Japan Dev
#30Earlier quoted context omitted.
I've tracked down the root cause: I needed to disable two uBlock Filters in order to successfully load the page: Fanboy's Annoyance and Fanboy's Social. It seems that they block some JS related to social buttons ( https://japan-dev.com/assets/socialButton.9ddbb1cc.js ) and that makes the rest of JS responsible for the rest of the page to not execute (due to a failed request). Sorry for the false flag.
Doesn't load in Safari for me with ad blockers.