67
submitted 1 week ago* (last edited 1 week ago) by PaX@hexbear.net to c/chapotraphouse@hexbear.net

DNS is the most neoliberal shit system that too many have just accepted as how computers work and always worked to the point where I have heard actual landlord arguments deployed to defend it

It's administered by ICANN, which is like the ideal neoliberal email factory NGO that justifies the de facto monopoly of a tiny few companies with responsible internet government-stewardship stakeholderism, etc type bureaucracy while upholding the right of domain landlords to charge hundreds or even thousands of dollars in rent for like 37 bytes on a server somewhere lol

Before this it was administered by the US military-industrial complex, you can thank Bill Clinton and the US Chamber of Commerce for this version of it along with Binky Moon for giving us cheap .shit TLDs for 3 dollars for the first year

Never forget the architects of the internet were some of the vilest US MIC and Silicon Valley ghouls who ever lived and they are still in control fundamentally no matter how much ICANN and IANA claim to be non-partison, neutral, non-political, accountable, democratic, international, stewardshipismists

"Nooooo we're running out of IPv4 addresses and we still can't get everyone to use the vastly better IPv6 cuz uhhh personal network responsibility. Whattttt?????? You want to take the US Department of Defense's multiple /8 blocks? That's uhhhh not possible for reasons :|" Internet is simultaneously a free-market hellscape where everyone with an ASN is free to administer it however they want while at the same time everyone is forced into contracts with massive (usually US-based) transit providers who actually run all the cables and stuff. Ohhh you wanna run traffic across MYYYYYYY NETWORK DOMAINNNNNNN????? That'll be...... 1 cent per packet please, money please now money now please money now money please now now nwoN OWOW

top 26 comments
sorted by: hot top controversial new old
[-] Gorb@hexbear.net 20 points 1 week ago* (last edited 1 week ago)

I support the protracted PaX war against domain landlords

Anyway I'm gonna go buy gay.site as a bit cos I'm one of the good ones

[-] radio_free_asgarthr@hexbear.net 18 points 1 week ago

Maoist Digital Worldism

[-] Llituro@hexbear.net 13 points 1 week ago

capitalism with MONEY PWEEESE characteristics

[-] git@hexbear.net 13 points 1 week ago
[-] PaX@hexbear.net 8 points 1 week ago* (last edited 1 week ago)

I have recently tried to use this and no matter what I did I could not make it work on my machine :(

Very cool tech, absolutely overcomplicated in every way from its build system (Autotools is...... unspeakably bad lol CHECKING FOR WEIRD UNIX QUIRK LAST SEEN ON SOME GNU NERD'S MACHINE IN 1994....... not found :) ERROR LIBC NOT FOUND) to its weird modular configuration (they made their own fuckin init for their different services lol) to its API

When it wasn't segfaulting it was dumping hundreds of thousands of lines of confusing error messages to its log :/

I tried for dayss, I was inside it with a syscall tracer and a debugger and still couldn't make it work and no idea why :( Sometime I must get on their IRC and see if anyone can help me get it working on OpenBSD cuz I do rly like what they're trying to do

Sooooo its the typical GNU project :3 Somehow Freenet (I refuse to acknowledge the new crypto-adjacent project under that name) is better technically lmao

Edit: just to be clear, GNU and the FSF are cool, no hate for them they have some of the coolest free software nerds working for them. I do have hate for that sex pest who formerly headed the FSF though lol

[-] hello_hello@hexbear.net 10 points 1 week ago

The Domain Name System today enables traffic amplification attacks, censorship (i.e. China)

catgirl-disgust

Autotools is pretty dense, but all build-systems are like that. Believe me, the only good build system is the cp -rf $src $dest build system badeline-heh.

At least autotools was one of the first (and transparent too). I don't know what the excuse for CMakeLists.txt is

[-] PaX@hexbear.net 6 points 1 week ago

yea All these projects are rly lib, and it sucks cuz I kinda would like an 1984 AUTHORITARIAN 1984 overlay network that actually has the power to like.... ban ppl and content from the network (at least with nodes who agree with the mod team, maybe have some election process idk) cuz Freenet is extremely dead partially cuz it just became filled with the worst stuff imaginable and lib freeze peach ideology has no solution to that

Oh yeahhh, somehow CMake is harder to fix than Autotools and it has like 3 layers of macro shit going on lol. CMake does tend to work on first try more ime at least

And I have run into good build systems, they do exist imo. Like building anything on Plan 9 is wonderful and BSD Makefile templates are great. C and Unix was just..... never meant for all this :( C is somehow more portable than soooo many programming languages but I wouldn't say its a portable language lol, ppl just have to do all these hacks to write portable C seemingly. Yet we're still stuck with it and I hate it. I wish Rust had not become the new C++ :/

[-] hello_hello@hexbear.net 8 points 1 week ago

Programmers aren't taught portability in Uni at all and that's why we have a dozen build systems for Python and JS.

Why be portable when you can shove a huge docker container into it and forget about it?

I wish Rust had not become the new C++

As someone who had to write build scripts for Rust. Fuck Rust (from a package maintainer perspective) -> no dynamic linking, compute intensive compiler, virtually single source of truth in crates dot io. Dependency trees are so fucked that a trivial library has the power to pull in the test framework for a GAME ENGINE (which requires compiling that engine). Slow ass fuck compile times that I can't cache because I write packages.

[-] PaX@hexbear.net 6 points 1 week ago

Programmers aren't taught portability in Uni at all and that's why we have a dozen build systems for Python and JS.

Yehh, like fundamentally most programmers don't even care. Anything after Windows and/or Ubuntu is an afterthought at best to so many programmers

Why be portable when you can shove a huge docker container into it and forget about it?

Legitttt lol. I hate how containers have become a substitute for portability or even good security design (yeahh it runs as root but it's in a container, how bad could it beeeee how-much-could-it-cost, there's never been issues with chroots or Linux cgroup namespace things before)

And yehh I feel similarly about Rust :/ They just reinvented npm again lol with all its problems. The compiler is sooooo large and slow, which is why we only have just the one :| which is very concerning for portability and sustainability reasons. Like if it takes an army of corpo-paid engineers to even keep the thing running and no one else can write a standards-complying (Rust standard is set by the one compiler too lol) implementation is it rly even portable?? Like you can port it and LLVM to new platforms...... if you have a lottttttt of time and energy or money to pay people to do it cuz its so overcomplicated and large. This is also why I can't have anything that uses GTK (cuz of librsvg and Spidermonkey I think) or Firefox on my Pinebook Pro or my Mac PowerPC machines, cuz Rust is broken on 32-bit PPC architectures and needs 4 GB of RAM to build those things even just using a single processor :( In practice it just breaks in so many places idk. We don't even have the committee like with C++ to put in every feature they can think of, rustc itself is basically the standard lol

Although........ no dynamic linking is a feature imo hehe. I forget how large Rust binary sizes are though lol

[-] git@hexbear.net 4 points 1 week ago

The compiler is sooooo large and slow, which is why we only have just the one

and no one else can write a standards-complying (Rust standard is set by the one compiler too lol) implementation is it rly even portable??

https://rust-gcc.github.io/

[-] PaX@hexbear.net 1 points 1 week ago* (last edited 1 week ago)

I am aware of this and glad to see its progressing :3

But its also in a very early state isn't it? Tbh..... I have been hearing about this for years but I haven't seen anyone using it :|

[-] hello_hello@hexbear.net 3 points 1 week ago* (last edited 1 week ago)

Anything after Windows and/or Ubuntu is an afterthought at best to so many programmers

Chromium Embedded Framework (CEF) with .NET: " take it or leave it."

librsvg

librsvg is such a jumpscare since it just adds the rust compiler to the dependency tree (which has to be bootstrapped from older versions of the compiler, fun!)

I mean, Rust will have to just be ported to different operating systems, it's not gonna go away any time soon for my use cases.

[-] PaX@hexbear.net 2 points 1 week ago

Chromium Embedded Framework (CEF) with .NET: " take it or leave it."

Oh no lol, I gotta leave it

librsvg is such a jumpscare since it just adds the rust compiler to the dependency tree (which has to be bootstrapped from older versions of the compiler, fun!)

Ikrrr lol, not a good time. And now you gotta build LLVM if you didn't already and that's gonna take....... a longggg time but at least it doesn't do that staged compilation stuff GCC does lol

I understand why they switched and I do rly like Rust's borrow checker but they also wanna rewrite all the portable C code into supposedly-portable Rust and that's gonna leave a lot of ppl out (especially ppl with older hardware who can't afford newer stuff) and probably add to the complexity of entire systems a lottt (idk which Linux rewriter type I prefer: the "rewrite Linux in Rust" type or the "rewrite everything in eBPF" type hehe, there must be other rewriters)

I mean, Rust will have to just be ported to different operating systems, it's not gonna go away any time soon for my use cases.

True :/ It's not for me either

LLVM has the reputation of being easy to port but I've never tried and that's only one piece of the whole thing :|

[-] DinosaurThussy@hexbear.net 5 points 1 week ago

Is it possible to actually use this? I’d imagine it makes the internet absolutely tiny

[-] Sickos@hexbear.net 12 points 1 week ago

Truly disgusting, always has been.

[-] h4x0r@lemmy.dbzer0.com 9 points 1 week ago

Just update your hosts file, or better yet, setup an alternative system - no one can stop you.

[-] PaX@hexbear.net 4 points 1 week ago

OpenNIC is around, I may get on there

The issue is very very few ppl use it

[-] electric_nan@lemmy.ml 4 points 1 week ago

What is stopping someone from just starting up an alternative DNS system? Like, if you control some DNS servers, and convince people to use them, you can make any domain name point to any IP address, right? I understand the "network effect" barrier, but can we just make our own DNS (with blackjack and hookers)?

[-] TrashGoblin@hexbear.net 6 points 1 week ago

Yes, and people have tried before (just running an alternate root). In this case, it's just the network effects that get you.

There have also been decentralized attempts, but either they're not global (petnames) or they're shitcoins.

[-] carpoftruth@hexbear.net 6 points 1 week ago

hey I like making alternative DNS services and helping people who need them, take this

[-] PaX@hexbear.net 5 points 1 week ago* (last edited 1 week ago)

Yess, ppl have done that it's just hard to convince anyone to use it :/

The most famous project is OpenNIC: https://opennic.org/

I've never used it but as far as I know... there are no costs to you at all for registering a domain. I am unsure how they allocate them exactly, ideally it would be based on need

[-] electric_nan@lemmy.ml 4 points 1 week ago

Aw that's super cool. Never encountered that before, but I will look into it.

[-] Vivendi@lemmy.zip 4 points 1 week ago

What the fuck did I just read

  • a network engineer
[-] PaX@hexbear.net 6 points 1 week ago* (last edited 1 week ago)

TLDR: The internet will be democratic when fox furries can get a .fox for free instead of ICANN delegating that to Fox Broadcasting Company for their exclusive use

Orr that would be a start at least hehe

How are we still seeing this and posting?

[-] Binette@lemmy.ml 1 points 1 week ago

I made a post about the exact same subject. Just a little less... unhinged lmao.

But I completely agree. If you're interested, there's a concept called petnames in the Spritely institute (made by Christrine Lemmer-Webber, lead author of ActivityPub, and others). In this concept, the name of your site would depend on how you name it / how other people nammed it. Here's the link: https://files.spritely.institute/papers/petnames.html#org1be8a0a

this post was submitted on 11 Feb 2025
67 points (97.2% liked)

chapotraphouse

13690 readers
268 users here now

Banned? DM Wmill to appeal.

No anti-nautilism posts. See: Eco-fascism Primer

Slop posts go in c/slop. Don't post low-hanging fruit here.

founded 4 years ago
MODERATORS