HN user

willhbr

74 karma
Posts3
Comments11
View on HN

Yep they automatically rebase. If that creates conflicts it's marked on the child commit and you can swap over and resolve it any time.

I picked the window chrome from Safari or Finder for each version, as similar as I could get to the highlighted area in the screenshot.

My intent was to capture the shade of the non-content area in the window.

I use it over docker because it has a better license, more easily installed with system package managers (installing docker is a pain, IIRC), is rootless by default, and has a pretty transparent remote API that I can use over SSH to control containers on other machines.

If you need a format that can transport byte arrays unmodified (image data, etc), msgpack (or protos or whatever) is much better than JSON since you don't have to base64 encode or escape the data. It also supports non-string keys which can be convenient.