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

isaacvando

no profile record

投稿

Creators of Zig, SQLite, Htmx, Roc Speaking at SSW

softwareshould.work
3 ポイント·投稿者 isaacvando·先月·0 コメント

Nondeterminism's Not the Problem

isaacvando.com
15 ポイント·投稿者 isaacvando·先月·9 コメント

Software Should Work Conference

softwareshould.work
1 ポイント·投稿者 isaacvando·6 か月前·0 コメント

コメント

isaacvando
·6 か月前·議論
You should try RWX! You can trigger runs from the CLI for way faster feedback loops. The automatic caching is surprisingly good too. https://www.rwx.com/
isaacvando
·6 か月前·議論
This game is a ton of fun. Try it!
isaacvando
·8 か月前·議論
We using Tonic.ai. Although I am interested in writing something myself; I suspect there are a lot of ways it could be improved such as generating the anonymized version more quickly.
isaacvando
·8 か月前·議論
We use jib at work (https://github.com/GoogleContainerTools/jib) which also skips the Dockerfile and builds an image for a Java project directly.

This certainly looks like a much nicer experience than docker build, especially given that there can be a cache hit after a cache miss.
isaacvando
·8 か月前·議論
At work we have anonymized dumps of our production data that we use for local development. This is extremely helpful as it allows testing things locally that would be completely unrealistic to setup otherwise. Your whole dataset might not be able to fit on a dev machine, but I'd guess in most cases you could create a subset of it that would be large enough to be useful for local performance work.
isaacvando
·8 か月前·議論
There are also an enormous number of ways to build insecure apps on AWS. I think the difficulty of setting up your own server is massively overblown. And that should be unsurprising given that there are so many companies that benefit from developers thinking it's too hard.