TicklishTiger

↗ HN profile [ 90.3 ms ] full profile
Karma
321
Created
February 4, 2019 (7y ago)
Submissions
0
  1. My car makes noise (mycarmakesnoise.com)
  2. This is a type of question, I wish the internet could answer. But it does not. Everytime I walk in the rain (with a coat, so I don't get much wet) I am afraid that I will get sick. Is there something to this?

  3. I just googled for 'cloud hosting' and landed here: https://try.digitalocean.com/cloud-hosting/ I'm often curious how the source of a page looks like. So I inspected the headline "Cloud hosting developers love.". This…

  4. The reason I use Docker is that I can quickly run sandboxed code and have it access a local folder: docker run -v $PWD:/somedir --rm someimage somecode /somedir I wonder if that is actually a new thing Docker introduced…