TicklishTiger
- Karma
- 321
- Created
- February 4, 2019 (7y ago)
- Submissions
- 0
- Kurzgesagt – What if we nuke a city? (youtube.com)
- My car makes noise (mycarmakesnoise.com)
-
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?
-
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…
-
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…