Google will delete OAuth clients falsely flagged as unused
8 points by panstromek 17h ago 7 comments
Ask HN: How do I start my own cybersecurity related company?
4 points by babuloseo 1d ago 4 comments
Monorepo Build Systems. DAG vs. depth-first recursive, featuring sparse-checkout [video]
2 paul_h 1 5/28/2025, 9:38:32 AM youtube.com ↗
I go into the DAG-centric nature of Google's in my video, and that was one of the reasons for making it and the sim repo.
I did at the outset think that the Google way lead to faster builds. It could could be with parallel step execution and a build cache is setup, but I don't think it is significantly different in a vanilla serial mode.
Perhaps there's another benefit - slimming a monorepo to feed to a coding AI, in order to bring down tokens needed for a task.
I've WIP for a C# module, but I'm stuck on some fine-grained setup for 'vstest'. I also asked Google's Jules agent to migrate one of the depended-on modules to Kotlin, and it has been 24 hours now, with it assuring me that it hasn't stalled.