Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)M
Posts
1
Comments
8
Joined
3 yr. ago

  • Currently 260k loc in the workspace

  • So there's this fun thing in rust where if you don't have exactly the same feature set for all components of the workspace when you go to a subfolder for a component you can invalidate cached artifacts and trigger a lot of jobs. Same thing when you check out a branch then compile. And as I have a fair volume of crates in the workspace, changing mtime on the files for a checkout means I still have 5~10 minutes each time I want to run tests locally (a fresh run takes ~30 minutes to ~45}

  • I looked at phoronix benchmarks for the 13 Pro first, but I wasn't impressed (even acknowledging that Phoronix should have asked for the Ryzen one)

  • I'm not even using it for AI or heavy local inference or so. I just happen to easily fill up and use 40-is GB, and when I want ram in a package that performs well CPU wise it gets giga expensive fast :(

  • Linux @programming.dev

    Best laptop hardware?

  • Sounds like exactly what atuin does, atuin probably adds more metadata to track the success of the command and the working directory though.

  • The most compatible shebang, that will also work on nixOS, is #!/usr/bin/env bash (and you can replace bash with whatever interpreter like sh of python3). It'll also respect environment overrides and all

  • Nice