On Tuesday, 14 November 2017, Albanian Internet Service Providers gathered in central Tirana for the first Albanian Network Operators Forum (ALNOF). The event was organized by RASH, the Albanian Academic Network, and NaMeX, the Internet Exchange Point based in Rome, Italy, with the goal of bringing Albanian ISPs together to discuss their common issues. The Internet Society sponsored the event.
The main topics on the agenda were Interconnection and Networking Community. Albania is one of the only countries in Europe that doesn’t have a neutral Internet Exchange Point: Internet traffic from one Albanian ISP to another sometimes crosses many borders and reaches Amsterdam, London, or Copenhagen before returning to Albania. RASH and NaMeX presented their partnership to create ANIX, the first neutral Internet Exchange Point in Albania, and MIXP presented its experience of the Internet Exchange Point in Montenegro. The session was completed by presentations on PeeringDB, the Facebook network, and IPv6.
As for the Networking Community topic, Albania is a small country where many people running network infrastructure operations know each other, but there is no actual “community” of ISPs. This session included presentations by two organizations that are committed to develop networking communities: Continue reading
The data backup market is changing fast. Here are five vendors leading the transformation.
Moving beyond the NIC will take some getting used to.
When I started my ipSpace.net project life was simple: I had a few webinars, and you could register for the live sessions. After a while I started adding recordings, subscriptions, bundles, roadmaps (and tracks), books… and a few years later workshops and online courses.
As you can imagine, the whole thing became a hard-to-navigate mess. Right now you can buy almost 70 different products on ipSpace.net. Time for a cleanup.
Read more ...In honor of today’s International Day of Persons with Disabilities, we are sharing part one of Vashkar Bhattacharjee’s story. He is the National Consultant, Accessibility, A2i, Prime Minister’s Office of Bangladesh, and the Program Manager, Young Power in Social Action (YPSA).
I am Vashkar Bhattacharjee, a visually impaired person from Bangladesh. And this is the story of how I have excelled in life and career, not through sympathy and charity, but through inspiration and assistance.
In Bangladesh, every 1 in 10 persons experience at least one kind of disability. I am one of approximately 4 million Bangladeshis who are visually impaired.
In 1979, like most of the villages in Bangladesh, my village in the district of Chittagong did not have doctors or hospital facilities. On July 1st in the same year, in a small remote village called Bagdondi, I was born in my parental home without any medical supervision. Right after my birth, I was bleeding through my nose and mouth. My parents and relatives could not figure out what was wrong. After a while, the bleeding stopped and everything seemed to be normal. By the time I was two years old, my parents realized the heartbreaking truth that Continue reading
Diptanshu Singh wrote a nice explanation of the math behind reliability calculations. Definitely worth reading even if you hated statistics.
I’ve always heard the red lights in car dashboard referred to as Dummy Lights. One example might be the use of a light to indicate high temperature in lieu of a temperature gauge. Over the past few weeks, I’ve spent more time doing unique things with hardware and software. Yesterday I challenged myself to build an indicator light to show health issues with my Meraki MX.
Before I get into this, the cool factor here is not what I have built. The cool factor is that someone with very little experience, driven by curiosity, can build this in a very short period of time. I’m neither a professional developer nor someone with deep knowledge around hardware hacking. So before I get too deep into this, I want to solicit thoughts, feedback, and recommendations.
After a little research, I found that the Meraki Dashboard provides a “Load Monitor” that is returned via a perfScore value. This feature is in beta and there’s not a lot of information on it. Therefore, consider your own data source that you would like to use as a trigger value. The following python code will store a numeric value (score) between 1 and 100 (with a Continue reading
I’ve always heard the red lights in car dashboard referred to as Dummy Lights. One example might be the use of a light to indicate high temperature in lieu of a temperature gauge. Over the past few weeks, I’ve spent more time doing unique things with hardware and software. Yesterday I challenged myself to build an indicator light to show health issues with my Meraki MX.
Before I get into this, the cool factor here is not what I have built. The cool factor is that someone with very little experience, driven by curiosity, can build this in a very short period of time. I’m neither a professional developer nor someone with deep knowledge around hardware hacking. So I want to solicit thoughts, feedback, and recommendations.
After a little research, I found that the Meraki Dashboard provides a “Load Monitor” that is returned via a perfScore value. This feature is in beta and there’s not a lot of information on it. Therefore, consider your own data source that you would like to use as a trigger value. The following python code will store a numeric value (score) between 1 and 100 (with a lower number being a better score).
import Continue reading
I’ve always heard the red lights in car dashboard referred to as Dummy Lights. One example might be the use of a light to indicate high temperature in lieu of a temperature gauge. Over the past few weeks, I’ve spent more time doing unique things with hardware and software. Yesterday I challenged myself to build an indicator light to show health issues with my Meraki MX.
Before I get into this, the cool factor here is not what I have built. The cool factor is that someone with very little experience, driven by curiosity, can build this in a very short period of time. I’m neither a professional developer nor someone with deep knowledge around hardware hacking. So I want to solicit thoughts, feedback, and recommendations.
After a little research, I found that the Meraki Dashboard provides a “Load Monitor” that is returned via a perfScore value. This feature is in beta and there’s not a lot of information on it. Therefore, consider your own data source that you would like to use as a trigger value. The following python code will store a numeric value (score) between 1 and 100 (with a lower number being a better score).
import Continue reading