Joss Brown

Results 131 comments of Joss Brown

I haven't visited the DNSCrypt-Menu for a very long time, and I don't know when I'll get around to it… if at all… because I'm thinking about running a local...

"Require an admin pw to access system-wide prefs" should imho be enabled for security reasons. It is on my system. So it seems that switchers for dnscrypt-proxy would need a...

I just learned from another source that you can apparently run "do shell script" plus "with administrator privileges" with an in-AppleScript `password` argument to circumvent a password prompt. So you...

I plan to make a complete rewrite for version 2, and all incoming hashes, whether from the clipboard or from checksum files, will be agnostically translated to lower case from...

I've just installed `xxhsum`, and implementing both 32- and 64-bit will surely not be a problem. When I start working on the new version (see the other thread), it'll be...

No problem. According to the man page, the default way to create them is ``` xxhsum -H0 foo bar baz > xyz.xxh32 xxhsum -H1 foo bar baz > qux.xxh64 ```...

Thanks for the input. **Checksums** will (hopefully sooner than later) be completely reworked into a Platypus application (with CLI-support via symlink into /usr/local/bin) including user preferences via Pashua, sfv support,...

Yeah, it's BS checking the minor version number, and seeing "0", which is less than "8". However, it's a simple fix. You just need to put `export SYSTEM_VERSION_COMPAT=1` at the...

It depends on whether the dnscrypt-proxy is actually running. You can check it with `pgrep -U 0 dnscrypt-proxy`. If you start the proxy from the menu, it _should_ automatically switch...

Same here (Mojave 10.14.6): `May 2 08:14:52 Do Not Disturb[122]: Do Not Disturb (pid: 122) ERROR: failed to execute ~/.local/bin/dnd.sh` Notification via push to iOS app works fine, but the...