Kevin shared 12 minutes ago
Kevin shared 13 minutes ago
Kevin shared an hour ago

Work

Access control system upgrades during work hours is always a good idea.

Not.

Kevin shared a day ago
Kevin shared a day ago
Kevin shared 2 days ago
Kevin shared 4 days ago
Kevin shared 4 days ago

Someone needs to make a 3.5" SSD, this 2.5" stuff is silly. 2 of them in RAID1 and I could shrink my NAS down tremendously in size, not to mention power and resiliency from vehicle vibrations.

Kevin shared 5 days ago
Kevin shared 5 days ago

flyctl deploy --local-only seems to be the way, remote builders have a timeout of some sorts. Does need a local docker install but I already have that so no big deal.

Error failed to fetch an image or build from source: error building: unexpected EOF

Um...

Protip: when you are building a docker image, if the image doesn't contain the data you are looking for, check the .dockerignore file for those files.

This post brought to you by flyctl trying to be helpful and me not reading instructions.

Kevin shared 6 days ago
Kevin shared 6 days ago
Kevin shared 7 days ago
Kevin shared 7 days ago

Is there a way of using pass and terraform for secrets management without an intermediate environment variables step?

var key = command(pass foo) or something like that?