Viewing profile — steven-xu
steven-xu
HN member- Joined
- Wed, Feb 02, 2022, 4:21 AM UTC
- HN karma
- 92
- Public activity
- 14 items
- HN profile
- View on Hacker News ↗
About steven-xu
No profile information was provided.
Recent public activity
-
comment
Comment #41926629
> Bazel is designed to be optimal and has perfect knowledge of the state of the world, yet it’s too slow for quick operations. This is one of the biggest challenges where Bazel fal…
-
comment
Comment #37931046
I’ve worked on two 100+ weekly committer monoliths and two similar sized MFE architectures. I think the article hits good points though I’d add some acutely painful ones it misses[…
-
comment
Comment #37793340
Universal childcare seems to me significantly less distorting than universal childcare for childcare workers. It’s larger subsidy yes but it corrects for an existing distortion (pa…
-
comment
Comment #37793155
Setting aside the philosophical free market questions, additional government subsidy childcare seems fine. There’s a positive externality of readily available childcare: one adult …
-
comment
Comment #37631079
I'm glad to see Unity finally choosing to play to its strengths here from an economic standpoint by offering rev share. It's an insurance business model, which a game engine is uni…
-
comment
Comment #35156580
Berkson's paradox[1] is a useful lens to analyze inverse correlation. The pool of people doing interview prep are either smart or determined (to accumulate certifications) or both,…
-
comment
Comment #34905040
Can you summarize Moon's sandboxing approach? I understand for phantom deps you want to delegate to pnp/pnpm. But how do you handle sources not declared explicitly as inputs to a b…
-
comment
Comment #32450644
General purpose build systems need to make API expressiveness, observability, performance, and correctness tradeoffs in exchange for their platform breadth. By narrowing breadth, m…
-
comment
Comment #30963097
> Is it possible to integrate Turborepo with general-purpose monorepo build tools? Bazel, in particular? It's definitely possible, but I think the practical limitations would make …
-
comment
Comment #30959291
Well done and congrats to the Turborepo team on the launch as well as the Vercel merger, which I think is a great thing for the JS ecosystem! We now have a healthy competition betw…
-
comment
Comment #30922612
The practical disk usage difference between pnp and pnpm appears to be almost entirely accounted for by the fact that pnp zips almost all packages. Both store ~1 version of each pa…
-
comment
Comment #30921817
Summarizing the 3 major JS package management approaches: * Classic node_modules: Dependencies of dependencies that can't be satisfied by a shared hoisted version are nested as tru…
-
comment
Comment #30869782
Kudos to interviewing.io to share this analysis. I agree with the many issues in methodology and analysis that others have raised here, and I agree there's a risk that a face-value…
-
comment
Comment #30181801
In the United States, the common interpretation of Section 508 requires that vendors and vendors of vendors of federal government contractors adhere to WCAG 2.0. Building it from t…