The gap in the appetite for new computing technology between enterprises and hyperscalers and cloud builders is widening, but no one is talking about causality quite yet even though there is probably some link between the rise of clouds and more conservative spending on the part of enterprises.
But there is, perhaps, another cause. It could just be that the growth in traditional computing in the enterprise that is dedicated to things like print, file, web, email, and database serving is now less than the Moore’s Law increases that are enabled by process shrinks at the fabs run by Intel. …
Intel Hints At Future Skylake Xeons As Enterprises Cool was written by Timothy Prickett Morgan at The Next Platform.
The gap in the appetite for new computing technology between enterprises and hyperscalers and cloud builders is widening, but no one is talking about causality quite yet even though there is probably some link between the rise of clouds and more conservative spending on the part of enterprises.
But there is, perhaps, another cause. It could just be that the growth in traditional computing in the enterprise that is dedicated to things like print, file, web, email, and database serving is now less than the Moore’s Law increases that are enabled by process shrinks at the fabs run by Intel. …
Intel Hints At Future Skylake Xeons As Enterprises Cool was written by Timothy Prickett Morgan at The Next Platform.
I was cleaning my Blog Post Ideas Evernote notebook and found these gems hidden deep inside its bowels:
I still haven’t found the presentation in which someone (from Facebook?) explained how long DNS information with long-expired TTLs persists in the clients. Relevant links would be highly appreciated.
Read more ...In this post, I’m going to discuss some concepts behind managing your Amazon Web Services (AWS) infrastructure using Ansible. Ansible is a very popular tool for configuring operating system instances and software; using the concepts and examples provided in this post would allow you to expand your use of Ansible to include—when using AWS—the creation and deletion of the operating system instances themselves, as well as related infrastructure components (like security groups or other services).
Before I continue, I’d like to first discuss the “fit” of using Ansible for this particular purpose. Ansible doesn’t store the state of managed systems. Perhaps this is due to the agentless architecture; I don’t know. What that means in this particular use case is that you must take other steps to store information you’ll absolutely need like instance IDs, security group IDs, and the like because Ansible itself doesn’t. In my mind, this makes Ansible a less-than-ideal tool for this particular use case. That doesn’t mean Ansible isn’t a good tool; it just means that Ansible may not be the best tool for this particular purpose. (Think of it like this: Yes, you can sometimes unscrew something using a knife, but a screwdriver Continue reading
Robert Graham wrote a great blog post explaining why so many IT certifications suck.
TL&DR: because they are trivial pursuits instead of knowledge assessment tests… but do read the whole post and compare it to your recent certification experience.