(no title)
beders | 6 days ago
The democratization ends at your router. Unless you are willing to lay down your own wires - which for legal reasons you most likely won't be able to do, we will hopelessly be dependent on the ISP. (Radio on free frequencies is possible and there are valiant attempts, they will ultimately remain niche and have severe bandwidth limitations)
For decades ISP have throttled upload speeds: they don't want you to run services over their lines. When DSL was around (I guess it still is) in Germany, there was a mandatory 24h disconnect. ISP control what you can see and how fast you can see it. They should be subject to heavy regulation to ensure a free internet.
The large networks, trans-atlantic, trans-pacific cables, all that stuff is beyond the control of individuals and even countries. If they don't like your HTTP(S) traffic, the rest of the world won't see it.
So what you can own is your local network. Using hardware that is free of back-doors and remote control. There's no guarantee for that. If you are being targeted even the Rasperry Pi you just ordered might be compromised. We should demand from our legislators that hardware like this is free of back-doors.
As to content creation: There are so so many tools available that allow non-technical users to write and publish. There's no crisis here other than picking the best tool for the job.
In short: there's no hope of getting a world-wide, free, uncensored, unlimited IP4/6 network back. We never had it in the first place.
shevy-java|6 days ago
We can build such a society. I am not sure why you think this is never possible.
People can work for a better world. That sometimes works, too.
brazzy|5 days ago
Maybe we can, but it is A) a far bigger, older, and more difficult problem than how to structure a computer network, and B) fundamentally not solvable through technological means.
No matter how much technologists love the idea of technology as a liberating force, our worst instincts and dynamics always reassert themselves and soon figure out how to use that same technology to destroy liberty.
pkphilip|4 days ago
okanat|6 days ago
Where does such informed political and economic interest and power exist? With whom do we construct such society? Do they have the power and will to fight for it?
Normies live with normie standards and with incresing social media exposure with more and more emotional animal-like manipulated world views. They are either ignorant or ambivalent.
Will tech people gather on a piece of land and declare independence? Most of my tech worker colleagues are also quite pro-social media and they heavily use it to boost their apparent social status. We cannot even trust our kind.
Similar examples of new technology being used to motivate and mobilize masses have always ended with devastating wars and genocides. Previously the speed of propagation of information gave advantages to statespeople like FDR to put an end to increasing racism/Nazism/violent tendencies (of course not everywhere, when let to its own devices new technology almost perfect for constructing dictatorships). Now everybody has equal access to misinformation.
tvink|5 days ago
glitchc|6 days ago
aerhardt|6 days ago
trueno|6 days ago
We plebs are just driftwood floating in massive waves of nation state decision making. I don't doubt there are people who literally work at ISPs who are depressed at the state of things, depressed that theyre not allowed to take action on certain things, depressed that they see first-hand what kind of control mechanisms they're forced to implement or disallowed from implementing and more. It's got to be a trove of BS in an age of misinformation which has always been an information systems problem that humanity has implemented checks notes zero solutions for. And at the end of the day they, probably like all of us, just want to live a good and meaningful life.
That's not to say just... give up on ideals. But instead to acknowledge the realities of ideals not being enough on their own. Have some real conversations on what it would actually take to embed these types of fundamentals into a society, get comfortable with the uncomfortable realities. So much work needs to be done before new ideals can even be shared. Outreach alone to spread ideals is a massive uphill battle at this point due to conglomerate control of broadcast media and concentrated ownership of social media apps. A lot of these particular ideals require a decent understanding/background of technology in general which most people don't even have, making these things an incredibly unlikely basis for a society where these things are well-enough understood. So the circus trick here is how do you make it a digestable topic that touches the souls of many and galvanizes them to take the correct stance so that these things become embodied in the set of ideals a society values, so that legislators and whatever other proxies that are tasked with decision making give these things the resourcing or policy making attention they deserve. That's the mega hard part, which is then additionally compounded in difficulty by ... most households in our societies just never having these types of discussions make it to their TV/computer screens. Hackernews types like to call these people "normies" and tack the blame on them, but they can't seem to wrap their mind around that not everyone could or should have a deep compsci background. We should be coexisting with people of a variety of backgrounds and instead we should be looking at their "normie"-ness as a thing to account for, not blame. It would be absurd to have a "normie" expect us to be exceptional at rebuilding car engines or any other broad subset of knowledge that we haven't ourselves committed our own lives/spare time to.
So that leaves the other route to take which is just... renegade fine-we'll-do-it-ourselves. Which can succeed, but has its own set of challenges. Fronting infrastructure for a lot of stuff is expensive, so donors are needed on sometimes vast scales. To another commenters point like... ain't none of us on the renegade front laying undersea cables any time soon which are multi-billion dollar projects to cross the Pacific. Often times we see these underground efforts fail in their infancy simply because the UX just flat out sucks and we're up against entities who can giga-scale all their infrastructure/resources & ultimately capitalize on making whatever app thing fast&pleasant for users. It feels like we're drowning against titans sometimes, it's overwhelming.
squeefers|5 days ago
pessimizer|6 days ago
Not when people make arguments based on dreams, hope, and optimism.
If somebody tells me that we can build a shed, I want them to talk about wood, nails and concrete, or to stop talking.
reppap|5 days ago
If everyone was a normal (as far as anyone is normal) law abiding citizen perhaps I would agree, but sadly that is far from the case. I think history has quite clearly shown that there is a minority of people out there that will take advantage and ruin things for everyone else. It's the same reason we have militaries, police forces, government checks and balances, etc. The internet is no exception to this.
I don't think the world is simple enough where anyone could be absolutist about freedom, it's all grey areas and complicated lines drawn.
txrx0000|6 days ago
There will be more efforts like this: https://yggdrasil-network.github.io
Those who want control over other people's mouths and eyes and ears, and rely on it to maintain their undeserved authority and prosperity are going to have a bad time.
EQmWgw87pw|5 days ago
DrScientist|5 days ago
I think the main barrier is still the complexity of running your own service - it's a full time job to keep on top of the bad actors.
For example, if you have your own domain it's perfectly possible to run your own email server - however it's quite a lot of ongoing effort - it's not just set up and forget.
npodbielski|5 days ago
I have seen those kinds of opinions on internet already few times. No it is not that complicated. Yes you need to buy server. Yes you need to setup the DNS. Yes you need to maintain, and update server and its software. But this is like that with everything you selfhost.
Beside that you need mostly 1 time operations like: - setup domain entries - setup SPF - setup DKIM - setup certs - install server (of course) - test if this works - setup some Google Postmaster account because they do not like new domains sending them emails
I do not remember anything else beside some administrative tweaks here and there. But!
I never attempted to run postfix, dovecot combo myself. I was aiming to run whole thing on Docker and forget about configuring dozens of config files on Linux host. With docker you can just migrate whole set of volumes to new machine and that is it. I am running Mailcow BTW.
Lately I moved whole thing to new machine by just running one script https://docs.mailcow.email/backup_restore/b_n_r-coldstandby/...
On the other hand you need to have some technical knowledge, but I do not think this is harder then any other containerized software.
nullsanity|5 days ago
[deleted]
dollylambda|6 days ago
In some countries that may be possible (if only for now). Where chips are produced makes that an impossibility for most. That is, you can have certain guarantees if you run the chip fab, although if you are downstream of that, it can be a tall order to guarantee your chips are sovereign. So, while I like the sentiment that you have some sort of control behind your router, I'm really unsure how true that is given the complexity of producing modern day chips. Disclaimer, not an expert, just an opinion.
bobthepanda|6 days ago
phendrenad2|6 days ago
fuzzfactor|5 days ago
I'd settle for a maximally private totally uncensored IPV4 like there used to be. Broadband turned out to be over-rated in some ways.
One of the good things about dial-up was the way it was built on a peer-to-peer network that "everybody" already had, their land-line telephone service.
Way before actual "networking", anybody with a modem could connect privately with anybody else who had one.
An ISP could be formed by taking incoming calls from all active digital users simultaneously, and that was where the networking was done, plus connection to other networks around the world.
You could still contact any one computer user privately if you wanted to, without going through an ISP, just like it was before the web.
Also connect one network with another distant one, such as one office building to another, without ISP.
If anybody wanted to form their own working ISP, they could do it privately anytime as an interested group and not even tell anybody about it if they didn't want to. It might not be a commercial ISP but there was no mainstream to begin with where it was assumed that an ISP must be commercial or make any money at all.
These connections were intended to be "totally" private by law, it was well-established that a court order was required to do a wiretap, and the penalty for violation was based on the concept that spying on Americans was one of the worst crimes, and needed to deter those who acted to compromise the privacy & freedom that America cherished so deeply. And preserve citizen rights the country was chartered to uphold, no differently than before the telephone was invented.
There's nothing like this any more, land-line copper is in miserable disuse so the only remaining wire if any is TV cable. But the only way to do peer-to-peer contact over cable is through an ISP, how private is that and why is there not a court order necessary before privacy can be compromised and very select Americans be subject to espionage?
Cell phones won't help you now, they can be tapped without wires.
The options are far fewer than the possibilities offered when dial-up first got popular.
bsder|6 days ago
Mostly because we have allowed the ISPs to collapse into monopolies.
People have forgotten that the US used to have competition in broadband back at the point where the Internet was rolling out to everybody.
nine_k|6 days ago
What do you mean "back"? It was never free, as in zero-cost. It was also not very unlimited; I remember times when I had to pay not only for the modem time online, but also for the kilobytes transferred. Uncensored, yes, because basically nobody cared, and the number of users was relatively minuscule.
The utopia was never in the past, and it remains in the future. I still think that staying irrelevant for large crowds and big money is key.
beanjuiceII|6 days ago
adrianwaj|5 days ago
Is that like owning a car and having some third-party (who?) remotely cut the brake cable because the manufacturer fitted that "feature" in stealth? Or maybe they did something more benign (ie disable car speakers) just as a reminder as to "who is the boss?"
xg15|6 days ago
Not really having a plan here, so if nothing else this is out of curiosity, but I'd like to know who is actually owning that stuff.
For something that seems so ubiquitous and familiar like the internet, it would probably be good to understand who owns most of its infrastructure.
okanat|6 days ago
WD-42|5 days ago
It’s Verizon.
DeathArrow|5 days ago
We can have other protocols on top of TCP/IP and build a new Internet over the existing one, much like TOR/I2P/Hyphanet/Lokinet but without many of the disadvantages of those.
EQmWgw87pw|5 days ago
dijit|5 days ago
The next comment will be “but they can have short orbits” but that betrays the fact that they can collide with other objects and if its so cheap we will launch thousands for bandwidth.
As always: technical solutions to political problems is a band-aid and makes everything worse, lets beat our politicians to death (metaphorically) instead.
embedding-shape|5 days ago
unknown|6 days ago
[deleted]
avmich|5 days ago
idiotsecant|5 days ago
This is a fine aspiration but not at all reflected in reality.
musicale|4 days ago
This seems to be changing somewhat; even cable ISPs are adopting full duplex via DOCSIS 3.1 (now rebranded as 4.0?) and later.
bodegajed|5 days ago
embedding-shape|5 days ago
Basically, you can as a private individual set up a wireless node, talk with your nearest node that you have a visual line of sight to, and get connected to a completely separate network from the internet, where there is a ton of interesting stuff going on, and it's mostly volunteer run.
m4rtink|6 days ago
I don't know - the rate of adoption of MeshCore and similar technologies is quite astonishing.
singpolyma3|6 days ago
amlib|6 days ago
ArchieScrivener|5 days ago
EQmWgw87pw|5 days ago
kokanee|6 days ago