In the name of the Internet Society Nominations Committee, I am pleased to announce the final slates of nominees for the 2018 Internet Society Board of Trustees elections.
The ISOC Nominations Committee received many responses to the call for applications, with the following regional and gender distribution of candidates:
Total applications received: 26
Regional distribution:
Gender distribution:
The Nominations Committee chose a slate of 3 candidates for each election slate. One nominee, Stefano Trumpy, was added to the Chapters slate after he launched a successful petition. Therefore, the final slates consist of 3 candidates for the Organization Members election, and 4 candidates for the Chapters election.
The final slates are as follows. The candidates for each election slate are listed in alphabetical order by last name.
Organizations (one seat available)
Chapters (one seat available)
Biographical information on all the candidates is available here:
https://www.internetsociety.org/board-of-trustees/elections/2018/nominees/
Voting representatives can expect to receive e-ballots from the ISOC Elections Committee by email on Thursday, 8 March and will have Continue reading
The company already works with Verizon on SD-WLAN.
Intel seems to be involved in just about every vRAN group and partnership out there.
There’s a joke that goes something like this: How do you make a little money in the online news business?
The punchline: Start with a huge pile of money, and work your way down from there.
It seems the same joke would work for the online comedy business, judging by the layoff news coming out of Funny or Die in January. Recently, Splitsider.com published an interesting Q&A with comedy veteran Matt Klinman, and he talked about the woes of online comedy outlets.
Klinman focused his ire on Facebook and its role as an information gatekeeper, in which the site determines what comedy clips to show each of its users. But much of his criticism could have just as easily been targeted at a handful of other online gatekeepers that point Internet users to a huge percentage of the original content that’s out there.
As Klinman says about Facebook, these services have created their own “centrally designed Internet” in which they serve as “our editor and our boss. They hide behind algorithms that they change constantly.”
As a thrice-laid-off online journalist, I can sympathize. I’m pretty sure I can’t blame any of the current gatekeepers for my 2002 layoff Continue reading
On this short take over at the Network Collective, I talk about the importance of breaking things.
Virtualizing the RAN is a lofty goal.
The current Cisco-Viptela SD-WAN platform is much preferred to the previous Cisco IWAN service.
Facebook makes$27 per quarter from US consumers - it cannot possibly change.
It all started with C3PO and separating the control and user plane.
Last week we added a new exam review course to correlate with the recent Service Provider v4.1 blueprint changes. All Access Pass members can view this exam review by logging into their streaming account. This course is also available for purchase at ine.com.
Why Take This Course?
This Course reflects the v4.1 blueprint changes and is the most up to date Service Provider exam review in INE’s video course library. This course provides an overview of blueprint changes, as well as the technologies candidates should know in order to pass their CCIE Service Provider exam.
About the Course
This course is taught by Brian McGahan and includes 27 hours on content. This course is intended for those in the final stages of their CCIE studies preparing to take the CCIE Service Provider Lab Exam. Prior to taking this course, viewers should have a foundational understanding of the blueprint technologies covered in this exam and a working knowledge of Cisco’s IOS interface.
What You’ll Learn
This course will refine your skills and expand your knowledge of the blueprint technologies. You will also learn to change the way you think about problems and how to derive solutions. Last, Continue reading
During my Python studies, I came across something that didn’t make much sense to me so I had to learn and investigate (with the help of experts). What you can usually do in Python is to modify a variable and assign the result to the same variable. Because a piece of code is usually worth much more than an explanation: [crayon-5a96e02e428e1312116645/] When you want to sort a list, that behavior is a bit different: let’s pretend I have a list of ARP entries into my switch: [crayon-5a96e02e428ee971099170/] If I want to sort it and reassign the value of it to the previously used variable I would use this code (Let’s pretend arp_entries is my variable that contains all these entries): [crayon-5a96e02e428f6056918892/] [Read More...]
The post Sorting list in Python appeared first on VPackets.net.