Sprint says it is “very confident” the lawsuit brought by state attorneys general will be...
We learned the sad news today that Tarek Kamel, one of the global Internet community’s best-known figures, has passed away. An accomplished engineer and statesman, Tarek was highly respected and beloved by all who knew and worked with him.
He was a firm believer in our mission and we have benefited greatly from his support for our work. He has a special place in the Internet Society’s past having founded the Egyptian Chapter of the Internet Society, served on our Board of Trustees and as vice president for chapters from 1999 to 2002, before becoming Egypt’s Minister of Communications and Information Technology from 2004 to 2011.
He made so many valuable contributions to the Internet and will be sorely missed. On behalf of the whole Internet Society, we extend our deepest condolences to his family and friends.
The post Remembering Tarek Kamel appeared first on Internet Society.
“I’ll get to that later.”
“I’m not feeling it right now.”
“I have to find an angle.”
“It will be there tomorrow.”
Any of those sound familiar? I know they do for me. That’s because procrastination is the beast that lives inside all of us. Slumbering until a time when it awakes and persuades us to just put things off until later. Can’t hurt, right?
The human brain is an amazing thing. It is the single largest consumer of nutrients and oxygen in the human body. It’s the reason why human babies are born practically helpless due to the size in relation to the rest of an infant. It’s the reason why we can make tools, ponder the existence of life in the universe, and write kick-ass rock and roll music.
But the human brain is lazy. It doesn’t like thinking. It prefers simple patterns and easy work. Given a choice, the human brain would rather do some kind of mindless repetitive task ad naseum instead of creating. When you think about it that makes a lot of sense from a biological perspective. Tasks that are easy don’t engage many resources. Which means the Continue reading
News from Internet Society Chapters and Special Interest Groups across the world:
Library in a box: This month, the Kyrgyzstan Chapter installed an electronic library called the Ilim Box in secondary schools in the southern part of Issyk-Kul region. The device allows the schools to access educational resources when they don’t have an Internet connection. All the data is stored in the device itself, with only a power supply needed.
Refresher course: Earlier this year, the Paraguay Chapter helped set up improved Internet access and an electronics lab at Colegio Técnico Nacional, a secondary school in Asunción. The equipment at the 1,500-student technical school had become obsolete, and many classrooms lacked an Internet connection and modern computers.
Student governance: Sticking with our focus on education, the Benin Chapter hosted students from the National Institute of Technical and Industrial Sciences of Lokossa earlier this year to talk about Internet Governance issues. Chapter members talked to the students about ways to take care of the Internet and how to pay attention to its development.
Internet for everyone: The Israel Chapter is focused on ways to bring access to more Arab residents. “The Israeli Internet Association sees a narrowing of the digital Continue reading
How nice would it be to have a fabric health dashboard displaying a summary of numerous parameters you’re interested in (number of operational uplinks, number of BGP sessions…) for every switch in your fabric.
I’m positive you could hack something together using the customization capabilities of your favorite network management system… or you could write a simple data gathering solution like Stephen Harding did while attending the Building Network Automation Solutions online course.
The company will cease production of new versions of SUSE OpenStack Cloud and to discontinue sales...
The company plans to hire 2,000 employees worldwide to join its Cloud Infrastructure business as it...
Since last year the SD-WAN vendor has sold 50,000 new licenses, doubled its service provider...
“This is one of the first transactions driven by climate change,” said industry analyst Roger...
Very few organizations use IT equipment supplied by a single vendor. Where heterogeneous IT environments exist, interoperability is key to achieving maximum value from existing investments. Open networking is the most cost effective way to ensure interoperability between devices on a network.
Unless your organization was formed very recently, chances are that your organization’s IT has evolved over time. Even small hardware upgrades are disruptive to an organization’s operations, making network-wide “lift and shift” upgrades nearly unheard of.
While loyalty to a single vendor can persist through regular organic growth and upgrade cycles, organizations regularly undergo mergers and acquisitions (M&As). M&As almost always introduce some level of heterogeneity into a network, meaning that any organization of modest size is almost guaranteed to have to integrate IT from multiple vendors.
While every new type of device from every different vendor imposes operational management overhead, the impact of heterogeneous IT isn’t universal across device types. The level of automation within an organization for different device classes, as well as the ubiquity and ease of use of management abstraction layers, both play a role in determining the impact of heterogeneity.
Consider, for a moment, the average x86 server. Each Continue reading
In this blog explore how the Secure Access Service Edge (SASE) converges enterprise security and...
This is a guest post by Dimitris Koutsourelis and Alexis Dimitriadis, working for the Security Team at Workable, a company that makes software to help companies find and hire great people.
This post is about our introductive journey to the infrastructure-as-code practice; managing Cloudflare configuration in a declarative and version-controlled way. We’d like to share the experience we’ve gained during this process; our pain points, limitations we faced, different approaches we took and provide parts of our solution and experimentations.
Terraform is a great tool that fulfills our requirements, and fortunately, Cloudflare maintains its own provider that allows us to manage its service configuration hasslefree.
On top of that, Terragrunt, is a thin wrapper that provides extra commands and functionality for keeping Terraform configurations DRY, and managing remote state.
The combination of both leads to a more modular and re-usable structure for Cloudflare resources (configuration), by utilizing terraform and terragrunt modules.
We’ve chosen to use the latest version of both tools (Terraform-v0.12 & Terragrunt-v0.19 respectively) and constantly upgrade to take advantage of the valuable new features and functionality, which at this point in time, remove important limitations.
Our set up includes Continue reading