Live data from Hacker News

How and why I built Japan Dev

japan-dev.com

21–30 of 172 posts

Re: How and why I built Japan Dev

#21

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…

[deleted]

Re: How and why I built Japan Dev

#22

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…

Had this same issue in Malaysia. Was planning to relocate my business there but they wanted us to deposit $250k USD in a bank account for the first year of business. At least buy me dinner first.

Re: How and why I built Japan Dev

#23
post #11

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…

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…

Aren't the 25k euros only capital requirements? (i.e. you have to bring them into the company as capital but then they don't have to remain in the company's bank account).

Re: How and why I built Japan Dev

#24

Congrats on the traction. Somewhat unrelated, but it seems a lot of bootstrapped success stories are job boards.

Yes, it's probably because this is a proven business model and if you niche-down enough, you will be able to serve the audience better than the bigger competitors.

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

#25
post #14

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…

Probably to prove it's unencumbered, liquid collateral. Which makes sense if you disregard all the other ways to determine that

Yeah line of credit would do the trick though. Then once you have cleared the hoop use it to invest!

Re: How and why I built Japan Dev

#26
post #13
post #3

I'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!

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

#28
post #26
post #13

Earlier 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.

Doesn't load in Safari for me with ad blockers.

Re: How and why I built Japan Dev

#29
post #26
post #13

Earlier 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.

Oh wow thanks for checking, that's helpful to know.

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

#30
post #26

Earlier 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.

Interesting, can you let me know which ad blocker so I can try to reproduce?
Post reply on HN