HackerTrans
TopNewTrendsCommentsPastAskShowJobs

airocker

no profile record

Submissions

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

2 points·by airocker·2 месяца назад·0 comments

comments

airocker
·13 дней назад·discuss
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
·в прошлом месяце·discuss
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 месяцев назад·discuss
If good and bad both get amplified, I hope the equilibrium is maintained.
airocker
·5 месяцев назад·discuss
Debezium was built exactly for that to power a queue based on WAL.
airocker
·5 месяцев назад·discuss
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 месяцев назад·discuss
Google predicting that hn frontpage will not change at all? lol
airocker
·9 месяцев назад·discuss
Would this mean cursor and cline don’t have to do context management? Their value is much more just in the ui now?