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

airocker

no profile record

投稿

Ask HN: We built a good implementation of dev containers: Seeking GTM partners

2 ポイント·投稿者 airocker·2 か月前·0 コメント

コメント

airocker
·13 日前·議論
Great article. Few suggestions:

- If you are bootstrapped, you can build dual use technology. - All of this is predicated on the idea that building software is hard, you need 8 years to build a product that people like. Maybe this is all going away in the AI world in a couple of years.
airocker
·先月·議論
We have been working on https://talentpulsar.ai for exactly this. Hope to find some good collaborations with the hn community with some little self promotion, hope this is okay.
airocker
·5 か月前·議論
If good and bad both get amplified, I hope the equilibrium is maintained.
airocker
·5 か月前·議論
Debezium was built exactly for that to power a queue based on WAL.
airocker
·5 か月前·議論
We had considered Oban when deciding whether to go with Kafka/Debezium or not. We sided with Kafka because it can do high throughput ingestion and it is easier to maintain it with cursor in today's world. Postgres is not meant for heavy writes, but heavy querying. You could fix that with lot of care but then it does not scale multi-master very well either. Kafka scales much better for heavy writes.
airocker
·7 か月前·議論
Google predicting that hn frontpage will not change at all? lol
airocker
·9 か月前·議論
Would this mean cursor and cline don’t have to do context management? Their value is much more just in the ui now?