10 ms·
Internet shutdowns at record high in Africa as access 'weaponised'
- junaru 2y agoGiven how internet exploited and divided people in the west i don't blame them. Ignorance is bliss and i want it back.
- aprilthird2021 2y agoWhat? They don't block Internet because they want their people united. They do it because they are authoritarians who want to control every aspect of people's lives. India doesn't top the list of countries that cut Internet access because it's a haven of national unity, lol. It's probably a country more divided than any Western ones.
- ty6853 2y agoThe irony here is the government has little grip in much of central Africa. Militias roam the bush with little fear of law. Places like CAR are nations only because europeans drew it like that on a map. Killing the internet may be the only lever of control for the central government, they cannot control people's lives to nearly the extent is done in most the west. In places like the US they can just use one of the gazillion laws on the books to charge anyone, then send the police on any corner to get them. There is no need to kill the internet.
- h2zizzle 2y agoWe just had that whole Cliven Bundy thing happen a few years ago, no? Also, large swathes of the western US, Alaska, Appalachia, etc., are often difficult for authorities to access (at least quickly). It's important to be clear that the lack of government control in Central Africa has a lot to do with that same sort of geographic inaccessibility. There are whole countries in Asia that exist largely because of the difficulty of administering rugged frontier; the Amazon still exists largely because the Brazilian/Colombian/etc. governments understandably have trouble administering thousands of square miles of jungle.
- pessimizer 2y ago> We just had that whole Cliven Bundy thing happen a few years ago, no? That's interesting because of how unusual it is. If there were hundreds of him, the US would be like central Africa. > governments understandably have trouble administering thousands of square miles of jungle. I'm sure that governments feel better that you understand their problems. You're replying to somebody who is enumerating those problems, not reviewing individual governments and giving them a star rating.
- h2zizzle 2y agoThere are hundreds of Cliven Bundys. The insistence on othering what clearly isn't an alien experience for our own society is annoying. It's also a bit dangerous, considering how the, "Just swoop in and merc the bastards," produced the Bundy approach; disrespect for the complexity of dealing with militias leads to tragedy.
- AnimalMuppet 2y agoThe US doesn't have that kind of geographic inaccessibility. Cliven Bundy is alive, not because the US couldn't locate him, not because the US couldn't reach that location with overwhelming force, but because the US decided that killing him was a less optimal move than letting him be an annoyance for a while, and eventually arresting and trying him.
- h2zizzle 2y agoI don't think that's entirely it. It's true that they could have easily killed him, but that might have touched off a much wider-spread insurrection, in a location where the geography gives locals advantages in a guerilla-style approach to resistance. The choice then becomes, "Get involved in a domestic quagmire," or, "Carpet bomb conservation areas and natural wonders." Maybe inaccessible is the wrong word. Less-accessible? And big. Lots of ground to cover, even when you have an AF base nearby.
- AnimalMuppet 2y ago
- gimme_treefiddy 2y agoLets peek into whether those divisions are organic or driven through NGOs.
- aprilthird2021 2y agoYou think Indians as a people are divided because of NGOs? Did NGOs start the Gujarat pogroms? Or tear down Babri Masjid or try to impose Hindi on the Southern states? Did NGOs cause the Kashmir conflict or caused Meitei and Kuki tribes to fight each other in the Northeast? Did NGOs cause Congress to invade the Golden Temple? Did NGOs cause the BJP to announce imposing the death penalty for converting girls out of Hinduism to other religions? Come on man
- mywittyname 2y ago"Keep the bad parts, eliminate the good parts." - The Authoritarian Cookbook
- mystified5016 2y agoLibraries are bad and should be banned because you might find Mein Kampf in the nonfiction section
- gimme_treefiddy 2y agoNote how almost no one will acknowledge this is happening in the backdrop of unravelling of USAID and how certain powers in the world sow discord in other countries. I have done a complete 180 on this issue in recent years.
- MikeBenemorhbc 2y ago[dead]
- hello_computer 2y agoI blocked Africa from my networks a couple weeks ago, and the number of attempts in my logwatch emails has been cut in half ever since. Sometimes even more.
- Acrobatic_Road 2y agowhat are you using to block entire geographical regions?
- hello_computer 2y agoit’s a secret
- __MatrixMan__ 2y agoApps should respond to events like this by becoming smaller--so that you can only collaborate with people on your network partition. Most of the time they instead break altogether. The future is way to uncertain to assume a reliably connected future, which is what most of our tech is doing.
- api 2y agoMost of our tech has been developed in stable advanced developed countries.
- ironmagma 2y ago> stable I wouldn't be too certain about that.
- rbanffy 2y agoAt least not anymore
- __MatrixMan__ 2y agoIt would be fun to develop some kind of war games scenario where we see what we can make work in a less stable environment and make changes accordingly. Some kind of apocalypse conference or somesuch. I mean we'll be doing the work eventually, might as well get a head start in-game.
- sofixa 2y agoBut if the app doesn't have internet access, how would it discover the others on that same partition? (Assuming it's a wholesale internet/specific domains being fully blocked). If your phone/computer can't contact Telegram's servers, it doesn't matter.
- __MatrixMan__ 2y agoI imagine using bluetooth for peer discovery, so you find peers by sharing an elevator with them, or stopping at the same intersection, standing in line at the grocery store etc. Although the network would probably never converge entirely, it would drift approximately towards convergence as long as the gossiped dataset stayed small. The gossiped data would be: > My public key is ABCD1234... and the most recent CID of my data is DCBA9876... These devices need be on no other network at the time, just in range of each other. At other times when they're near a node on the larger network they offload their discovered peers and the consult their trust graph to see which peers (new or already known) are both trusted in some capacity (maybe transitively) and interested in the same topics/apps. In those cases, that data syncs to their mobile device, and apps which reference it update. This would work better if you dedicate some device somewhere to be permanently attached to a network node, but unlike what we're doing today there's no need for it to be maintained by the author of your apps. We can decouple those personas. If the device hosting your data ends up on another partition, you can dedicate a new device to the task without updating anyone, since nobody is hanging onto device identifiers anyway. Probably this just means leaving yesteryear's busted phone plugged in at home so it can be a cache for your data while the device in your pocket is offline. Your mobile device an update when it gets on the wifi. So now you've got users carrying around data which other users might be interested in (beyond the peer-finding data), and it's organized by topic/app, so when two peers are nearby which share an interest (perhaps on the behalf of their peers, transitively), they can directly sync heavier data as well. I think that attaching a wifi router to every delivery truck would get you most of the way there, since it could move the data between houses it's delivering to. This might mean network latencies measured in hours or days, which would be awkward, but at least it's never hard down because it never depends on the state of a unique server. Besides, if the partition-tolerant fallback works beyond a certain usability threshold then you've removed the incentive to disable the internet in the first place. Maybe I don't have the details perfect, but something like this is possible and I don't think the difficult part is getting the underlying protocol right. Rather it's getting the apps we rely on to also work under the fallback paradigm. The necessary shift is to get away from request/response architectures and towards pub/sub ones. Fewer unique server identifiers and more trusted user keys and predicates about the degree to which those users trust different content hashes.
- matt3210 2y agoSome might say the other countries should stay out of it. For example people might say Switzerland should stay out of those nations issues. However, if Switzerland provided technology thought a normal market or not, to the rulers, they have already interfered with the natural progression of that nation. There is no hope of the people making the situation better while Switzerland is providing the rulers with tech and they're keeping it from the people.
- fluoridation 2y agoThat's like saying that because the store sold you the belt you're using to beat your children, the owners should break into your house to physically stop you from doing so.
- rbanffy 2y agoIs the US still providing updates and spares for Ukraine’s airforce? Modern military aircraft depend a lot on software updates to stay operational.
- fluoridation 2y agoI fail to see the relevance.
- rbanffy 2y agoIt’s a passive kill switch. Not that we can rule out an active kill switch.
- dingnuts 2y agolots of people think gun manufacturers should be liable if the customer shoots someone so it's not like this is an argument without precedent
- GuinansEyebrows 2y agoIndividuals looking for belts and nation-states looking for networking equipment are not really the same thing… also belts don’t usually include service/maintenance contracts etc, or the ability to be revoked from the public at large (imagine the embarrassment)
- 4b11b4 2y agoThis should be an extremely high profile piece of news... Imagine people all over planet Earth talking to each other in real life, in passing.. "Did you hear Internet access is cut off in ____"? Is there not some "tracker" out there? I'm sure it would be hard to keep up to date but..
- alephnerd 2y agoIn most countries, "curfews" are viewed as a justified legal construct. In most cases, internet shutdowns are clubbed with general curfews as well. You see this especially in most of the former British colonies listed that continue to use British Colonial Era legislation for Law and Order. You see this is South Asia (India, Pakistan, Sri Lanka, Bangladesh), Southeast Asia (Malaysia, Singapore, Myanmar), and much of Africa (eg. Nigeria, Kenya) as well It's the classic "collectivist" versus "individualist" split, and it's something only individual countries can decide.
- bilbo0s 2y agoImagine people all over planet Earth talking to each other in real life, in passing.. "Did you hear Internet access is cut off in ____"? The issue is that no one would care. There are children being sold into sexual slavery and you don't get that kind of reaction. You're definitely not going to get it because some random InstaSnapTwit in Nigeria can't get his fart app to work.
- oefrha 2y agoDid you hear about hundreds of thousands of people dying in South Sudan’s civil war since 2013? Did you hear about the return of open-air slave markets in Libya since NATO intervention in 2011? Did you hear about dozens of other hideous things happening in Africa? It’s almost comical that you think people elsewhere would give a shit about such a comparatively minor thing as Internet interruptions.
- pc86 2y agoThese things have been reported hundreds / thousands of time if you read enough news to get informed of them. That's the only reason you know about them. There's no reason for a random local news station in rural Oklahoma to cover the South Sudan's civil war or Libyan slave markets. That war and slavery are bad doesn't make the curtailing of civil rights for millions of people suddenly a nothingburger.
- jp42 2y agoInternet shutdown typically happens during riots/ violent protests. Starlink makes "internet shutdown" impotent. Though Starlink has to follow country's laws and actually shutdown the internet. Most if not all protest are sponsored by entities that are against the host country and they will find ways to enable the internet for protesters with starlink or some other ways.
- alephnerd 2y ago> Starlink makes "internet shutdown" impotent It still requires a radio transmitter. If push comes to shove, a government can still track RF leakage or worst case GPS jamming (if it's really that existential). Iran did the same thing when cracking down on Satelite TV and SatPhones during the crackdown of the Green Revolution (anti-Ahmedinijad protests in 2009) and anecdotally, Starlink terminals have been increasingly unstable in Iran. I also vaguely remember a DIUx RFS within the past year for startups working on minimizing RF leakage from terminals.
- bilbo0s 2y agoA lot of these people talk about Starlink like they never heard of RF engineering. It's like, "Um, guy, Starlink can be shut down too."
- alephnerd 2y ago> A lot of these people talk about Starlink like they never heard of RF engineering. Because they most likely didn't. On a separate tangent, I HATE how most CS majors can get a CS degree without even learning basics about electronics engineering or even computer architecture. It's a shame because a lot of the craft used in DSP and RF Engineering has direct applications in ML (much of ML is itself a fork of Information Theory which started off as a DSP subfield)
- protocolture 2y agoStarlink just transmits to a ground station thats 99% of the time in the same country. Its not some magical space internet, its just regular internet bottled and delivered by satellite. RF is really where this discussion needs to be, you and your mate jim can set up a bunch of UBNT hardware and create your own intranet really god damn easily. No reliance on some guy who signed on to all your governments internet censorship laws.
- Synaesthesia 2y agoInternet has become an essential right up there with housing, electricity, water etc. Everywhere around the world people are connected to the internet. Even in poor African countries.
- bilbo0s 2y agoUm. Yeah. The internet is important. But if you go some places in this world you learn in a very swift fashion that it is not as important as housing, food, and water. There's parts of the world that are not a fairy tale. Places where people have far more basic worries. That said, if there are parts of Africa where people want the luxury of internet, they should, of course, be allowed access. The mere fact that they want it is an indication that they are in a relatively well off area.
- ty6853 2y agoCounterpoint: in the third world some 3rd rate shack with a shitty well or water source may often come 'free' as it stays in the family. I have seen people in the third world blow most their paycheck on phone and internet related charges since food/water/shelter may cost a villager in a farm basically nothing and the internet is entertainment and communication for a whole month.
- bilbo0s 2y agoIf they had access to internet, you weren't in the parts of Africa I'm talking about. There is a difference between undeveloped, developing and developed. You go to an undeveloped place, you wouldn't be worried about phones or internet access. You just accept that you're going to be off the grid for the duration of your stay in that village. Alternatively, you bring your communications equipment with you so that you can stay in touch with your, "base", for lack of a better term. But I can tell you right now, that equipment better not be dependent on internet access.
- ty6853 2y agoWell yes in places with no internet access people don't buy internet, but it's a bit tautological. People who survive by subsistence but come upon hard money somehow, in some place with towers, I have personally seen them blow a whole month pay on phone credits and it wasn't uncommon.
- bmitc 2y agoI thought the solution that everybody wanted was Starlink? Because that will never be politicized or weaponized ...
- CSMastermind 2y agoI don't want to be dependant on Starlink (or any one provider) for internet. I think the world is better when there's an access point that governments can't shut off.
- bmitc 2y agoI was being sarcastic in case it wasn't clear. I agree with you.
- benced 2y agoThis is especially notable when you consider African states are bad at basically everything you'd expect a state to be able to do but are apparently very capable of this.
- mywittyname 2y agoBlocking internet access is pretty simple thing to do, especially compared to something like building and maintaining a bridge.
- aierjtlaj 2y ago[flagged]
- jaco6 2y ago[dead]
- gooboo 2y ago[flagged]
- gunian 2y agobetween tribalism genocidal maniacs that torture ppl and five eyes divide and conquer you kind of have to lol
- create-username 2y agoHere, in Spain, internet access is cut off for many websites during football matches because La Liga, the association football league, is in war against cloudflare for not blocking their allegedly offending websites. Or something like that. Today, I tried to look up a word on a dictionary and I got an error message. “There must be a football game going on right now”. I thought
- flkenosad 2y agoSpain could build thier own cloudflare.
- somedude895 2y agoThat sounds insane! Do you have a source?
- joey_spaztard 2y agohttps://torrentfreak.com/laliga-blocks-cloudflare-again-new-pirate-iptv-providers-anything-in-the-way-250218/ https://torrentfreak.com/laliga-blocks-cloudflare-again-new-...
- oefrha 2y agoPreviously discussed: https://news.ycombinator.com/item?id=43157000 https://news.ycombinator.com/item?id=43157000
- nextts 2y agoAh the old misunderstood IP address. It's not a street address guys!
- sickofparadox 2y agoEven if it were, you still need to prove the person you are accusing is in the building!
- yard2010 2y ago
- phmagic 2y agoWhat are the best ways for citizens to get their own p2p internet going?
- int_19h 2y agoLook up AREDN.
- spacebanana7 2y agoNot exactly P2P, but I think the fibre optic drones used in Russia/Ukraine could be effective for regaining internet access in Africa. Those drones have 10km+ fibre optic cables stringing out the back. Fly it to a different country, hook up to a friendly wifi/cellular network, then pipe your general purpose internet traffic through the fibre optic cable. This wouldn't work everywhere. But for small Africa countries with lots of land borders it might work. Especially if the border area had jungle or other low traffic terrain.
- registeredcorn 2y ago"Internet is a little flaky today. Probably a bird perching on the fiber."
- spacebanana7 2y agoImagine having a mesh of hundreds of fibre optic cables strewn across the border. Many having wireless routers at their terminus to forward traffic to other cables. Other cables having vertices and graph-like structures so that they could tolerate cuts in individual lines. The end result could be something quite authentic to ARPANET.
- aaronbaugher 2y agoBefore wireless came to my rural area, we used to joke about how the phone companies ran dialup over barbed wire. "Internet's down; deer must have broken the barbed wire again."
- 2y ago