@joehelle Thanks for building and sharing ADPulse! Already gave it a try and it came back with very interesting findings that I am validating right now ๐
The report it generates is pretty helpful!
@GrahamHelton3 I got a Samsung Z4. The large screen is great for watching videos, checking email, reading PDFs. The external screen is pretty narrow, to the point is not comfortable for typing, plus the phone when folded is a little chunky. Samsung has improved that in the recent versions.
Running a @fluentd PoC.
Got error "fatal error: cap-ng.h: No such file or directory" when installing the "capng_c" gem (sudo fluent-gem install capng_c) to enable Linux capabilities.
Solution: "sudo apt install libcap-ng-dev" then try to install the gem again.