Jeff Geerling
Jeff Geerling
I have been looking for ways to optimize my studio setup for YouTube recording for years. A CinePi camera would not only be one way to make my workflow better—it...
When I'm running my `geerlingguy/docker-rockylinux9-ansible` containers in CI in GitHub Actions to test my Ansible projects, I have been seeing the following errors whenever running a task with `sudo`/`become: ```...
CI is currently failing, attempting to scaffold `assets/robots-additions.txt`, which is set up in `composer.json`: ``` #13 18.13 In ScaffoldFilePath.php line 135: #13 18.13 #13 18.13 Scaffold file assets/robots-additions.txt not found...
In #157 I found the fix for aggregation issues was: ```patch --- a/files/vhost.conf.j2 +++ b/files/vhost.conf.j2 @@ -183,7 +183,7 @@ server { #rewrite ^/(.*)$ /index.php?q=$1; } - location ~ ^/sites/.*/files/styles/ {...
There are a few security updates, I really should update my site to have them :)
See: https://silversword.online/@darth/113296925600549529 Context: https://blog.joinmastodon.org/2024/10/mastodon-4.3/
See: https://github.com/geerlingguy/sbc-reviews/issues/62 > **NOTE**: The preliminary result is using a beta OS configuration. Take any numbers you see here with a grain of salt, as many things still need to...
According to @i0ntempest's testing, there's probably a 5-10% advantage gained by not running the HPL benchmarks inside Docker containers on macOS. Right now I do that just because the setup...
Over in #45, @CraftComputing ran into some errors running this playbook on an Intel Granite Rapids Xeon 6980P system. That system has 2x Intel [Xeon 6980P](https://ark.intel.com/content/www/us/en/ark/products/240777/intel-xeon-6980p-processor-504m-cache-2-00-ghz.html) 128-Core / 256-Thread CPUs,...
Consider adding `-bind-to none` to the `mpirun` command, as that will not enforce `NUMA=1`, which can artificially limit the performance on some systems—notably the Pi 5/500/CM5: https://github.com/geerlingguy/top500-benchmark/issues/50#issuecomment-2631938193 See: https://www.open-mpi.org/doc/current/man1/mpirun.1.php Defaults...