<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Sat, Apr 8, 2017 at 9:38 AM, Jesse Callaway <span dir="ltr"><<a href="mailto:bonsaime@gmail.com" target="_blank">bonsaime@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Sat, Apr 8, 2017 at 12:19 AM, Sujit K M <span dir="ltr"><<a href="mailto:kmsujit@gmail.com" target="_blank">kmsujit@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">On Sat, Apr 8, 2017 at 4:17 AM, Mark Saad <<a href="mailto:mark.saad@ymail.com" target="_blank">mark.saad@ymail.com</a>> wrote:<br>
> All<br>
>    I have a thought experiment head over to <a href="http://99percentinvisible.org/" rel="noreferrer" target="_blank">http://99percentinvisible.org/</a><br>
> and listen to the current talk on containerization ; and how it transforms<br>
> the dock cities . It has some good background on 70's urban blight with the<br>
> decline of the dock worker jobs and how this drags the related economies<br>
> down .  So now think about how this works with regards to computer<br>
> containers. Does docker / vms supplant the old way of by hand rolling<br>
> software ? Do we loose admin jobs like we lost longshoreman? Is a super<br>
> container ship on the horizon for operating systems. It's damn interesting<br>
> to think about . Does the shipping industry parallel developers and<br>
> administrators dealing with docker and vms ? You decide .<br>
><br>
Too Much Automation?<br>
<br>
______________________________<wbr>_________________<br>
talk mailing list<br>
<a href="mailto:talk@lists.nycbug.org" target="_blank">talk@lists.nycbug.org</a><br>
<a href="http://lists.nycbug.org/mailman/listinfo/talk" rel="noreferrer" target="_blank">http://lists.nycbug.org/mailma<wbr>n/listinfo/talk</a><br>
</blockquote></div><br><br clear="all"><div>I used to work for a small web design firm that needed someone to manage their TWO servers, to cram all the customers we could into one box and help troubleshoot email issues, as their dedicated sysadmin. I had seriously a single 100 line bash script that did my job, and the rest of the time I spent tuning our phone system to improve call quality to the SF office.</div><div><br></div><div>Eventually I had to quit because they couldn't make payroll during a lull in acquiring customers. I don't think this position is available anymore, but the good news is that the people working there continue to make great custom websites. They have absolutely no need for someone in particular to maintain an operating system on a given piece of hardware, and that's great for their business.</div><div><br></div><div>Now at my current position we have a very small team who manages quite a large amount of infrastructure. Millions and millions of dollars of hardware and networking. However, I've never seen any of it. Someone DOES have the job of racking it all up and replacing broken hard disks on the SAN, but I'll never know who or even what brand of disks they use or even what type of SAN. There are fewer of these jobs per resource managed due to increased efficiency, I would assume.</div><div><br></div><div>So that small business admin maintaining a LAMP platform is gone. That job doesn't exist. Soon enough, and it's happening right now at my employer, the dedicated DevOps team also will go. Their jobs will be given to three positions which will not go away.. the accountant/controller, the security chief (one person), and the application developer who is also interested a bit in plumbing.</div><div><br></div><div>Remember what "computers" used to be when they were people? No, nobody does. Yes the traditional sysadmin has been replaced by a computer program. There is a rack-and-stack person and a person who designs datacenters and a person who ensures uptime and someone who makes sure the VPN is up. But nobody is upgrading Apache in-place and crossing their fingers.</div><span class="gmail-HOEnZb"><font color="#888888"><div><br></div>-- <br><div class="gmail-m_-7283345752975043469gmail_signature">-jesse</div>
</font></span></div></div>
<br>______________________________<wbr>_________________<br>
talk mailing list<br>
<a href="mailto:talk@lists.nycbug.org">talk@lists.nycbug.org</a><br>
<a href="http://lists.nycbug.org/mailman/listinfo/talk" rel="noreferrer" target="_blank">http://lists.nycbug.org/<wbr>mailman/listinfo/talk</a><br></blockquote></div><br></div><div class="gmail_extra">Think about this: FreeBSD ports vs Fedora packages, vs Debian whatevers, vs mac freshports. The industry was wasting a lot of time packaging and re-packaging things.</div><div class="gmail_extra"><br></div><div class="gmail_extra">I used to use linux vserver which had a similar system to create containers:  vserver --create --name mything --ip 34.34.34.34 --src rsync:/myweb/server/</div><div class="gmail_extra"><br></div><div class="gmail_extra">Docker just become an easy efficient way to share packages. It lets the people who build the software build a package and distribute to all people that have docker. This is much more efficient then having every distro of every unix/linux build a package  ./configure && make && make install && customize. <br><br>That is why it is winning. Speed/cross platform/ ease of use. </div><div class="gmail_extra"><br></div><div class="gmail_extra">Take for example a piece of software like c-actor framework. The freebsd port struggles somewhat because none of the devs are on that platform. The user really does not want to take up that burden, they just want to use it. If a docker exists you just use that on any platform and you can deploy it to amazon container service as well your going to be more inclined to use that then to get sidetracked into fixing a port which is not actually what you want to do.</div><div class="gmail_extra"><br></div><div class="gmail_extra"><br></div></div>