HackerTrans
トップ新着トレンドコメント過去質問紹介求人

jathu

no profile record

投稿

[untitled]

1 ポイント·投稿者 jathu·3 年前·0 コメント

[untitled]

1 ポイント·投稿者 jathu·4 年前·0 コメント

Show HN: Starfig – a config builder using Bazel’s Starlark

github.com
5 ポイント·投稿者 jathu·4 年前·0 コメント

Fx: A simple CLI tool for making consistent CLI tools in large repositories

github.com
1 ポイント·投稿者 jathu·4 年前·0 コメント

Show HN: fx – a workspace tool manager to create developer friendly CLI tools

jathu.me
7 ポイント·投稿者 jathu·4 年前·0 コメント

コメント

jathu
·4 年前·議論
We had a very large monorepo at my previous company and building Docker images required us to set the context at the root of the directory (libraries, protos and helpers scattered around the repo). On macOS this is extremely slow as Docker copies the context into the daemon. This used to take several minutes.

Fortunately, we also used Bazel. So I created a custom Bazel rule that aggregates all the required files of a target/service then builds the Docker image within the Bazel sandbox which only contains the files we need. This massively reduced the context size and thus the image build time. From several minutes to single digit seconds.
jathu
·4 年前·議論
Hi Peter, thanks for doing these AMAs! I’m a Canadian currently working in the US on a TN visa. I am interested in starting my own SaaS startup.

I’m currently exploring my options to raise a pre-seed round as a solo founder. Will I be able to stay in the Bay Area to start a company as a solo founder with some pre-seed and angel investors?

If not, will it be possible with an American co-founder? If not that, what is the best way for a Canadian technical founder to continue to stay in the Bay Area to startup?
jathu
·4 年前·議論
I made fx at Flexport, which hosted many of our CLI tools. I liked it a lot, so I made one for myself when I left: https://github.com/jathu/fx

fx is a workspace tool manager. It allows you to create consistent, discoverable, language-neutral and developer friendly command line tools.