cm0002@lemmy.world to Programmer Humor@programming.dev · 8 days agoHow Docker was bornlemmy.mlimagemessage-square30linkfedilinkarrow-up1686arrow-down110cross-posted to: programmerhumor@lemmy.ml
arrow-up1676arrow-down1imageHow Docker was bornlemmy.mlcm0002@lemmy.world to Programmer Humor@programming.dev · 8 days agomessage-square30linkfedilinkcross-posted to: programmerhumor@lemmy.ml
minus-squaremushroommunk@lemmy.todaylinkfedilinkarrow-up65·8 days agoThis is why I just develop on the production machine.
minus-squarecamr_on@lemmy.worldlinkfedilinkarrow-up39·8 days agoOne of my friends had a production machine go down bc someone apparently left vim running on a log file all night. Took up over 300gb of ram by the morning. Apparently they got rid of session timeouts because devs were sick of having to log back in
minus-squareCanadaPlus@lemmy.sdf.orglinkfedilinkarrow-up12·8 days agoUsing memory limited users seems like it would be a good idea. Then again, that might be easier said than done on an existing system.
minus-squareexpr@programming.devlinkfedilinkarrow-up6·8 days agoYet another reason why :set autoread kinda sucks and shouldn’t be used.
minus-squaredohpaz42@lemmy.worldlinkfedilinkEnglisharrow-up11·8 days agoI once interviewed at a company that bragged about not using version control or FTP, and how everyone made their changes in production. ~I’m so very glad I didn’t get that job.~
minus-squareJcbAzPx@lemmy.worldlinkfedilinkEnglisharrow-up4·8 days agoDev is too expensive. Just don’t make mistakes… At least we had backup data for all the times we had to rebuild from bare metal.
This is why I just develop on the production machine.
One of my friends had a production machine go down bc someone apparently left vim running on a log file all night. Took up over 300gb of ram by the morning. Apparently they got rid of session timeouts because devs were sick of having to log back in
Using memory limited users seems like it would be a good idea. Then again, that might be easier said than done on an existing system.
Yet another reason why
:set autoread
kinda sucks and shouldn’t be used.Got a love ‘watch tail’
I once interviewed at a company that bragged about not using version control or FTP, and how everyone made their changes in production.
~I’m so very glad I didn’t get that job.~
Dev is too expensive. Just don’t make mistakes…
At least we had backup data for all the times we had to rebuild from bare metal.