Seth Arnold
Seth Arnold
Hello, the `UA` branding has been replaced with `Pro` branding. The old `UA Client` is referenced on https://ubuntu.com/tutorials/using-the-ua-client-to-enable-fips#1-overview which appears to be a thin veneer in front of https://discourse.ubuntu.com/t/using-the-ua-client-to-enable-fips/22847 --...
Hello, Mattermost has a 'poll' feature that can be used to collect structured answers from channel members. These don't render very well in Matterhorn, they're not very useful: ``` [18:12:08]...
In one graph showing percentage CPU use, there was only one number, 50%, plotted on the vertical axis. With only one number it's hard to know the scale of the...
Hello, in this section of code the output of `ps -ef` is scanned in its entirety to find which process is the `srcmstr`. However, the only use of this function...
Hello, I'm giving this package a very quick look as part of the process to bring this package into Ubuntu main. I believe this section of code is going to...
Hello, some of the example code is creating a file with wide-open permissions. Because example code is often copy-and-pasted into new locations, it'd be best if the code demonstrated good...
Hello, in the following section of code, there's several `return err` that may result in an empty file or potentially partially-written file being left on disk, but skipping the systemctl...
This is less of an issue and more of a question, apologies that it doesn't fit well in this format. I don't understand the purpose of the `inContainer()` and `isInteractive()`...
Hello, I'm reviewing this package as part of a process looking to include this code into Ubuntu's 'main' repository; it isn't an audit, just a quick review, so I don't...
Hello, a recent Firefox changed download behaviour to just blindly downloading files to a Downloads/ directory without asking the user about it. Open In Browser still helps but I think...