Safari Technology Preview 220 Release Notes (developer.apple.com)
1 points by tosh 1m ago 0 comments
Kigen – Design system token and style generator (kigen.design)
1 points by realvjy 9m ago 1 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.