A string formatting library in 65 lines of C++ (riki.house)
20 points by PaulHoule 2h ago 9 comments
Show HN: Semlib – Semantic Data Processing (github.com)
41 points by anishathalye 4h ago 10 comments
How does air pollution impact your brain? (neurofrontiers.blog)
45 points by wjb3 8h ago 19 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.