cm0002@lemmy.world to Programmer Humor@programming.dev · 2 months agoHow Docker was bornlemmy.mlimagemessage-square26linkfedilinkarrow-up1370cross-posted to: programmerhumor@lemmy.ml
arrow-up1370imageHow Docker was bornlemmy.mlcm0002@lemmy.world to Programmer Humor@programming.dev · 2 months agomessage-square26linkfedilinkcross-posted to: programmerhumor@lemmy.ml
minus-squaremushroommunk@lemmy.todaylinkfedilinkarrow-up36·2 months agoThis is why I just develop on the production machine.
minus-squarecamr_on@lemmy.worldlinkfedilinkarrow-up14·2 months 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-up3·2 months 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-up2·2 months agoYet another reason why :set autoread kinda sucks and shouldn’t be used.
minus-squaredohpaz42@lemmy.worldlinkfedilinkEnglisharrow-up4·2 months 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.~
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 autoreadkinda sucks and shouldn’t be used.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.~