
Redjard
@Redjard@reddthat.com
Keyoxide: aspe:keyoxide.org:KI5WYVI3WGWSIGMOKOOOGF4JAE (think PGP key)
- Comment on Privacy respecting registrars 12 hours ago:
njalla. Privacy is their point and they have a simple to use api.
- Comment on The prices differences of different providers for the same domain is crazy. 1 week ago:
That’s interesting, what tld was that on? That has to be done by the domain authority right?
- Comment on The prices differences of different providers for the same domain is crazy. 1 week ago:
If your registrar goes rogue there’s not much you can do. Custom NSs may buy you 12h.
This separation gets you that it either breaks 100% or 0%. You’re safe from ongoing enshittification until they kill custom NS. - Comment on The prices differences of different providers for the same domain is crazy. 1 week ago:
Yes, they do have a contract with you, and do have phenomenal reputation, but they are a second entity with technical ability to take your domain, in addition to the regular registrar they run through.
In practice their status and contract with that partner probably makes it less likely your domain will be taken for for example legal reasons, compared to a typical registrar end-user contract. - Comment on The prices differences of different providers for the same domain is crazy. 1 week ago:
All are that the first year. I had someone in person tell me how they were put on a severely increased price despite being on a domain that should be very cheap. Sadly I don’t recall who it was, so I can’t ask them for the details.
The jist iirc was their domain got popular (due to their website), so xyz decided it belonged to a higher price category.
This was definitely not 1.1111b specifically, but with a short search there I found reports that xyz has apparently decreased the scope of the 1.1111b category before, making the minimum length 6 instead of 3, and then refused renewals for people that had 3-digit domains under the old price.So I would expect arbitrary price increases on 1.1111b too, it’s not something I’d rely on. xyz always has the right to charge whatever they want, so you are one policy decision away from switching everything with no notice or shelling out whatever they think they can charge.
Compared to say .com, where there is a rigid contract of what verisign can charge, mandating a single price categories, a set number of price increases with a set maximum increase, no difference between first year and renewal, …
Or .eu which is free and only has registrar fees, so you could just migrate to a different registrar. - Comment on The prices differences of different providers for the same domain is crazy. 1 week ago:
Others let you set custom NSs, so you can fuck off from their bullshit. You are stuck with cloudflares lineup here.
- Comment on The prices differences of different providers for the same domain is crazy. 1 week ago:
Issue is you are locked into the cloudflare system that is gradually enshittifying. Apparently NS changes are blocked, so you are stuck with them. This is not the case for other registrars.
Also for .com they are below wholesale, so they are banking on that enshittification.
- Comment on The prices differences of different providers for the same domain is crazy. 1 week ago:
xyz get you on renews, it’s a scam. Once you are set up with the domain and it’s hard to switch, prices explode. This is enforced as tld pricing.
- Comment on The prices differences of different providers for the same domain is crazy. 1 week ago:
It’s below wholesale for .com
- Comment on The prices differences of different providers for the same domain is crazy. 1 week ago:
cloudflare sells below cost, so expect to be nagged by “features” and have trouble e.g. using your own nameservers to get away from them.
Also they don’t sell the truly cheap stuff like .eu because they’re not nonprofit.
For .xyz they do make a good compromise, but xyz itself is a bad choice to start with.
- Comment on The prices differences of different providers for the same domain is crazy. 1 week ago:
xyz isn’t that cheap (and shady (in reputation and pricing practices)), you might wanna pick a better tld.
I don’t see a wholesale price so it’s hard to judge with certainty, but xyz might be around 14$/y. Dynadot is selling .com at a loss, so I assume they do the same for xyz. Don’t use them, they will make that money off you some other way.Wholesale for .com and .org is 11$; I recommend njal.la who charge 15$ and for those 4$ add the by far best privacy available for domain registration.
For a cheap reliable tld, maybe .eu is a good pick. From the looks, the wholesale price is 0, so legitimage registrar’s costs can get very low. .eu only allows non-profit registrars.
- Comment on What path does data take when connecting to a domain at my address? 2 weeks ago:
With IPv4, assuming you have a residential contract without cgnat, your router has your ip. Loosely your device calls your public ip, realizes it is not on your local network, and sends it to your router. The router will nat it, and send it to its own internet-facing networking side, where the same router will realize that the target ip is the ip of it’s own interface and will immediately accept it. Then it is handled like any other packet arriving from the internet, presumably port forward it to some internal machine.
So we expect one hop to the router, then one internal hop from the private to the internet-facing interface of the router, and then presumably another internal hop back to the private network interface and another proper hop to the server on your lan.
- Comment on Trouble automounting a LUKS parition that is on a mdadm raid6 3 weeks ago:
since im not sure where in the boot process linux recognizes my raid and when the decryption happens
Usually raid and decryption happen in the initram. This is because these are too complex to sit purely in the kernel, requiring userspace tools like cryptsetup, but you want to be able to boot off of them so they have to be handled before the disk is mounted.
Usually that initram is dracut. Why dracut only partially completes the process here, likely figuring out the raid but not decryption, is anyones guess. In my experience dracut is quite hard to debug and configure.
The simplest approach is probably to just eat it and write a startup service that does it. Basically a startup command. No need to worry about timing, as when the initram finishes the raid should already be up.
There might be a prebuilt systemd service for it too iirc…If you really wanns go for it, there are other initram systems like ugrd, which are easier to configure and might figure your setup out properly. But you’ll probably have to manually install and update them. That would definitely be a very involved approach.
There are some guesses I made here on your boot timeline. If you show your dmesg I can confirm if the raid really comes up at initramfs time. But it should be s solid bet.
- Comment on Redlib is running on borrowed time — so I built a Reddit front-end that archives what it serves 3 weeks ago:
Your demo instance seems unable to open any other subs.
Also it redirects to an archive path which is not how redlib works and makes me question how the sesmless response regardless of state is supposed to work.
Once it dumps me in the archive for whatever reason, don’t I have to go back manually? (Not that even seems possible right now)