HN user

airocker

275 karma
Posts28
Comments287
View on HN
news.ycombinator.com 2mo ago

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

airocker
2pts0
chatgpt.com 11mo ago

AI just killed billion dollar palm reading industry

airocker
2pts2
news.ycombinator.com 2y ago

Ask HN: Is there a way to learn Neural Networks/LLMs through problem solving?

airocker
1pts2
medium.com 3y ago

Scaling requests per second with Python for a sync app

airocker
1pts0
www.sciencemediacentre.org 3y ago

Controlled fusion net energy gain

airocker
51pts3
news.ycombinator.com 3y ago

Ask HN: What are some good products to embed analytics for users in a website?

airocker
3pts0
news.ycombinator.com 3y ago

Ask HN: Value of working at a large company, is my calculation correct?

airocker
3pts5
www.youtube.com 3y ago

Show HN: Lab.computer, teach any software system on Linux to students online

airocker
2pts1
news.ycombinator.com 3y ago

Ask HN: Do you share your dev clusters?

airocker
10pts12
news.ycombinator.com 3y ago

Ask HN: Tools to block web and phone work disruptions?

airocker
3pts7
news.ycombinator.com 4y ago

Ask HN: Is there an alternative to crunchbase for founders needing quick access?

airocker
2pts4
news.ycombinator.com 4y ago

Ask HN: I got hacked on USCIS account because of Google ads, can I report it?

airocker
1pts0
news.ycombinator.com 5y ago

Any place to complain about an attack?

airocker
1pts2
news.ycombinator.com 5y ago

Where to Report an Attack?

airocker
1pts3
news.ycombinator.com 5y ago

Ask HN: How should we unit test web UI? Do mocks ever work?

airocker
5pts2
www.eetimes.com 5y ago

Open Source GPU

airocker
2pts0
news.ycombinator.com 5y ago

Bonsoir RANDOMWARE: Any option other than paying them? Does paying them work?

airocker
2pts0
lab.computer 5y ago

Show HN: Composability of software components is the biggest benefit of K8s

airocker
11pts13
news.ycombinator.com 5y ago

Ask HN: I blocked YouTube with etc/hosts.Now pages with YouTube link wont load

airocker
1pts3
fortune.com 5y ago

Ask HN: What Happened at renrenche?

airocker
1pts0
lab.computer 5y ago

Show HN: Lab.computer – A website to run CS programming course online

airocker
9pts1
www.microsoft.com 6y ago

Is anyone participating in neurips competitions? Can we collaborate?

airocker
2pts0
news.ycombinator.com 6y ago

Ask HN: Covid-19 App

airocker
4pts0
news.ycombinator.com 6y ago

Ask HN: Kubernetes applicable to what domains?Web Infra, ML(Kubeflow)?What else?

airocker
2pts0
theventure.city 6y ago

Anyone Heard of TheVenture.city?

airocker
2pts0
news.ycombinator.com 6y ago

Ask HN : Can any company/app legally listen to our conversations?

airocker
1pts5
medium.com 6y ago

EKS Kubernetes CNI Component is messed up.

airocker
1pts2
news.ycombinator.com 7y ago

Ask HN: Should we join accelerator run by a company in same market if invited?

airocker
5pts4

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.

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.

This is not an easy inference. For this inference to be true , you have to know how much of the expense goes to salaries . Also, you have to give credit to tsmc to be world class which enables them to control prices, it may not translate across industries

Conclusion The data points cited in the article are mostly accurate, based on available government reports (e.g., USCIS, ICE, NACE). However, the interpretations and causal claims are ideologically framed and often lack nuance:

Sound in identifying employment and wage challenges for new CS graduates.

Oversimplified in attributing these challenges mainly or solely to foreign workers.

Questionable in presenting policy recommendations as the only “truth-based” solution.

If you're looking for a deeper, balanced understanding, consider consulting:

National Science Board’s Science & Engineering Indicators

Brookings Institution or Cato Institute reports (for contrasting views)

NACE and NCES for graduate outcomes and education data

Maybe it is not, you need much more context about the OP to declare this as a straw argument. Confidentiality agreements are generally very boilerplate. If someone is thinking that this is preventing them from working at something, they are possibly just not understanding what stealing means. This guy possibly had similar understanding of laws: https://www.justice.gov/usao-ndca/pr/former-uber-executive-s...

I think if the extremely close replicas ever threatened Coke's existence, they would sue. Especially if a former employee started it. I think trade secret protection is the only thing that enables a company to operate. Especially small companies, otherwise only large companies can operate. Any employee with a rich uncle can finish the small company off without this protection.

They could use vitess, citus or alloydb. They could use read replicas for read operations and single master in a shard for write. They would get many SQL features (upgrades, referential integrity etc) for free. It would allow them to extend their business logic considerably.

Just wondering if anyone considered using Postgres or another relational db. I understand it won’t do multi master replication as well but it is much more stable and predictable if you give it right amount of traffic. I guess the team had to do that part anyways for ScyllaDB