bobslaede
@bobslaede@feddit.dk
- Comment on Microsoft still can't convince folks to upgrade to Windows 11 2 days ago:
Wat? They already have a PC, Im not buying them anything, Im just not cutting away the thing that enables them to play certain games with their friends.
- Comment on Microsoft still can't convince folks to upgrade to Windows 11 2 days ago:
Yeah, well… When the kids want to play Valorant with their friends, it is hard to tell them that thats too bad, because they dont support Linux.
- Comment on Microsoft still can't convince folks to upgrade to Windows 11 3 days ago:
If you must use windows, and might want to upgrade to 11, lets say, for certain games, this project Flyoobe will help create a windows 11 install without all that bloat and ai
- Comment on Open Source CAD In The Browser 2 months ago:
FreeCAD
- Comment on Whatever happened to cheap eReaders? – Terence Eden’s Blog 3 months ago:
My kobo Libra 2 does not run aosp.
- Comment on Which Browser Should I Use In 2025? - Hackaday 5 months ago:
And from many other sites
- Comment on Which Browser Should I Use In 2025? - Hackaday 5 months ago:
It does
- Comment on Which Browser Should I Use In 2025? - Hackaday 5 months ago:
Maybe yt-dlp works with those sites. Then you can use mpv to play those media.
- Comment on What is acceptable amount of microplastics you would allow into your brain? 7 months ago:
0
- Comment on Randomly getting ECH errors on self-hosted services. 11 months ago:
Awesome! I’m glad that it worked. It took me a while to figure out, when it happened to me. Glad that I could make your life easier :)
- Comment on Randomly getting ECH errors on self-hosted services. 11 months ago:
I’ve fixed the same issue for me.
Originally I had this in my Local DNS settings in my Pi-Hole:- service1.domain 10.0.0.4 - service2.domain 10.0.0.4 - service3.domain 10.0.0.5
I changed that to this:
- host1.domain 10.0.0.4 - host2.domain 10.0.0.4
And then I added CNAME Records to the services like this:
- service1.domain host1.domain - service2.domain host1.domain - service3.domain host2.domain
This fixed the whole thing for me :)
- Comment on Randomly getting ECH errors on self-hosted services. 11 months ago:
You should change to use cname in pihole. I will write up on my computer later for you.
- Comment on Randomly getting ECH errors on self-hosted services. 11 months ago:
Try with nslookup and see if you’re resolving the domain to both your local ipv4 address, and the Cloudflare ipv6 at the same time. I am using pihole for my local DNS, and it would give me both my local address, and also the Cloudflare ipv6 address.
- Comment on Randomly getting ECH errors on self-hosted services. 11 months ago:
Any chance you are both accessing your services locally with a local DNS, and publicly with something like Cloudflare?