We've all been there .. the pet project has grown, the index is too large and you want to use fancy features like aliases with write-active indices, but you cannot reuse the name of
Windows Subsystem for Linux is awesome, but it may benefit from storing its drives (VHD's) on another disk. List containersYou can run this command to list all containers. Each container has a volume
This is a short note on how we can develop scripts for use in the game Space Engineers. Background A friend suggested Space Engineers to me, so I bought it and after a
Sometimes we're presented objects in JSON that do not directly map to a strongly typed object. An example of that is given here: [{ "type" : "Car", "wheels" : 4,
One common problem with API Client Libraries is that their strongly typed objects don't match the response objects that the API gives. I faced this issue with TMDbLib and wanted to solve it