#snippet
Tag
-
How to set environment variables on your Dask workers
When working with Dask clusters you often need the remote worker environment to match you local environment. This generally means having the same packages and data available.
-
Golang block until interrupt with ctrl+c
Today I found myself needing a Go application’s main thread to stop and wait until the user wants it to exit with a
ctrl+c
keyboard interrupt.