HackerTrans
TopNewTrendsCommentsPastAskShowJobs

pacohope

no profile record

comments

pacohope
·4 jaar geleden·discuss
In addition to what the others have written, let's not forget the abstraction of storage and networking. Docker let's you present virtual network interfaces to the software, so the config can be the same everywhere. Every container thinks it's listening on port 3000 on its local host. Without Docker, if you want to run 2 or 3 different bits of software on the same host but listening on different ports, that's has to be part of the software config, not external to the software config. With Docker, every instance of the software inside a container can have the same network config, but external to the container you can do whatever network jiggery-pokery you want to line it up.

Likewise Docker volumes and mount points. The software gets an abstracted filesystem that's actually a "volume". Could be a chunk of local filesystem, an NFS mount, whatever. The software doesn't need to know. It just acts like it's the only software on the "system" and writes to any path that it can find. It can't corrupt any other containers also running on the same host by writing global configuration files or making "system-wide" changes because those system wide changes are contained to the container.

Docker also abstracts a ton of sysadmin/deployment type tasks. I have 1 container of app X running on host A. There's a load spike. I want a second instance of app X running on host B. Ok. Load spike is over, I want to get rid of the instance of app X on host B. Docker makes this kind of dynamic deployment/destruction automatable via APIs and there's huge libraries of software out there to do it. I don't know about the .NET packaging/deployment (NuGet, etc.) and whether that's as easily done.

It sounds like you know a lot about .NET, and I know very little. So it's entirely possible that Microsoft has solved the network and storage abstraction in ways I don't know about. In that case, if you don't NEED Docker, because you have this homogenous environment and effective isolation controls built into it, be comfortable in your lack of need.
pacohope
·4 jaar geleden·discuss
Promoting people to management randomly might get you the best results anyway. https://www.theguardian.com/education/2010/nov/01/random-pro...
pacohope
·4 jaar geleden·discuss
I was doing work with latex gloves on (clean and dry) and was shocked to find that Touch ID on my iPhone 8+ worked pretty reliably through the glove.
pacohope
·4 jaar geleden·discuss
I’m typing this on an iPhone 8+ because I’m unwilling to move to faceid only. So I admit I’m coming from a position of ignorance, having never relied on faceid day to day. Part of my reluctance is that I want to authenticate when I choose to. FaceID feels like I can’t do that. Hold my device in front of my face and it will unlock whether I want it to or not. I’m already staring at the phone when an app asks to authenticate. I like the fact that I have to deliberately move my thumb to the reader to authenticate.

I have had to unlock my phone while driving so my partner can get something. Her finger isn’t authorised. :) I can touch my phone and unlock it without looking away from the road. FaceID seems badly suited for the car, unless you just have your phone unlocked all the time or CarPlay.
pacohope
·4 jaar geleden·discuss
How much you wanna bet it's nothing nefarious? Just the performance of the forums is so terrible that the extra traffic was clobbering them and they just deleted the post to get load back under control. :)