ron popeil never had it so good – lex>>fwd talk 04 sep 2014
Co-presented by Wes Eklund and myself https://docs.google.com/presentation/d/1ureSEkjr9qd8k4Q2hY2ASLo-uIcfRe1L63IvT7eAiGM/edit?usp=sharing
fighting the lack of good ideas
Co-presented by Wes Eklund and myself https://docs.google.com/presentation/d/1ureSEkjr9qd8k4Q2hY2ASLo-uIcfRe1L63IvT7eAiGM/edit?usp=sharing
body common control { bundlesequence => { “file_remover” }; } bundle agent file_remover { vars: “bigfile” int => “1g”; files: “/home” delete => tidy, file_select => files_too_big, depth_search => recurse(“inf”); reports: “Deleted files over $(bigfile) in size from /home”; } body depth_search recurse(d) { depth => “$(d)”; } body delete tidy { dirlinks => “delete”;…
continue “a sample cfengine promise bundle – delete “large” files” »
I have been in the world of automation for quite a while. Specifically in the realms of server, datacenter, and cloud automation – but I’ve been interested and/or involved in other tasks that tend towards automation (even for a short period of time) for far longer than just my post-college time in the world of…
Mike Riley’s entry in The Pragmatic Programmers series, Programming Your Home – automating with Arduino, Android, and your computer – was a lot of fun. While I am not really in a position to do many of the mini projects given in the book (wrong type of house plus we rent), reading some of the…
The way people moved up the ladder in IT during my early days (starting in 1975) was to take on new projects that allowed them time to master the new software and become the local expert. As you became the local expert on many new software products, management became very comfortable giving you more and…
I have been working in the realm of “automation” – specifically data center automation – for several years. Merriam-Webster defines “automating” thusly: to operate by automation to convert to largely automatic operation <automate a process> Notice the subtle difference with M-W’s definition of “automation“: the technique of making an apparatus, a process, or a system…
Back in 2009, Joel Spolsky wrote an article called The Duct Tape Programmer. Of everything he has written, I think this is the very pinnacle, and it is summed in one simple sentence in the middle: “Shipping is a feature.” I’ve referenced this article twice before (in Feb and Sep of ’11). Why is this…
continue “delivering solutions – “shipping is a feature!”” »