bmoyles | 7 months ago | on: Debugging Bash Like a Sire (2023)
bmoyles's comments
bmoyles | 4 years ago | on: ZFS is mysteriously eating my CPU
bmoyles | 4 years ago | on: I interviewed Brian J. Fox, the creator of Bash
"a. Using ${a[@]} or ${a[*]} with an array without any assigned elements when the nounset option is enabled no longer throws an unbound variable error."
bmoyles | 5 years ago | on: Z80 CPU User Manual (2016)
bmoyles | 6 years ago | on: Pop_OS 19.10
I miss the Mac trackpad and gestures. I miss the trackpad size and the surface itself. Wiring up libinput-gestures helps some things but you still don't get things like pinch to zoom in Chrome, for example, and the overall experience is not nearly as polished.
I miss Mac OS HiDPI support as well. Fractional scaling helps a bit, but switching from HiDPI to LoDPI and vice-versa (docking/undocking) can leave some apps scaled incorrectly, make a mess of your desktop, and I haven't been able to get a mixed configuration working where only my laptop monitor is scaled while my external display is not. I end up running this 1440p laptop screen at 1600x900 or 1920x1080 instead just to forgo the headache.
The VPN clients we use at work were much more pleasant to use on macOS. We have the option of using one of two different OpenVPN solutions as alternatives, and they're fine, but again, the polish isn't there (little things like automatically reconnecting to the VPN without my intervention would be nice).
I can't really think of anything else I'm really missing these days, though. Things I explicitly DON'T miss: Docker on Mac is a poor experience compared to natively running on Linux... Having a real Linux userspace by default is SO much more pleasant than dealing with Homebrew (which is great if you absolutely need it but I'm happier not having to deal with it at all anymore). I don't miss the Mac keyboard and touchbar. I don't miss troubleshooting things on macOS... it is incredibly opaque in comparison.
Overall, I don't think I'll be switching back any time soon, but would love to see more attention to the overall fit and finish as far as the desktop experience goes.
bmoyles | 8 years ago | on: Kubernetes at GitHub
bmoyles | 8 years ago | on: Working at Netflix 2017
bmoyles | 9 years ago | on: Show HN: Command Line Challenge
shopt -s globstar
and **/access.log*
works just it would in bash :)bmoyles | 9 years ago | on: Netflix Billing Migration to AWS – Part III
bmoyles | 10 years ago | on: How We Build Code at Netflix
bmoyles | 10 years ago | on: How We Build Code at Netflix
bmoyles | 10 years ago | on: How We Build Code at Netflix
bmoyles | 10 years ago | on: Spinnaker: Global Continuous Delivery by Netflix
bmoyles | 11 years ago | on: Working at Netflix