Chris Dzombak
Chris Dzombak
Given this list of services: Running `m qr` in Alfred finds and allows me to run the "Generate QR Code" service. However, when I do that, Menu-Bar-Search actually runs the...
##### Bug report summary I recently uninstalled netdata from several (~6) servers. I then noticed that the following artifacts had not been removed: - `/netdata-updater` - `/etc/cron.daily/netdata-updater` ##### OS /...
[`scanner.go` depends](https://github.com/zmap/zcrypto/blob/9791508aa1693598f7732f32e66503d3a70fc969/ct/scanner/scanner.go#L450) on the [go-logging](https://github.com/op/go-logging) library, and this requirement is exposed in zcrypto's public interface (`scanner.New`). Per a chat with @dadrian, [logrus](https://github.com/sirupsen/logrus) is now preferred for our development. Rather than...
My Pinboard export contains several bookmarks with identical timestamps (presumably from imports from Delicious years ago). The first time I run `archive.py`, I end up with several archive directories named...
I have been using tsnsrv inside a docker-compose stack to serve private services. An example is [this stack](https://gist.github.com/cdzombak/49938d387317119f340da450925f0691#file-docker-compose-yml-L42), which I spun up a month or so ago and has been...
On a 5S (iOS 7.0.3), the ping time is ~90ms slower than shown from OS X's `ping`. On the 64-bit iOS 7 simulator, on the same machine as the `ping`...
Given the following: - Note A links to Note B, and has a Backlinks section - Note B does not link to Note A, and has a Backlinks section On...
rather than hardcoding ffmpeg, allow specifying eg. an encoding script that can call ffmpeg with whatever parameters you want. this also requires customizing the output file extension, since the program...
(for determining whether a given file is a music file)
right now it's always case insensitive because that's the macOS default, but perhaps we should allow case sensitivity for future usage